/*! 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 {
  -moz-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 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 */
  -moz-box-sizing: content-box;
  -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.
 * 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; }

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 45.938em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:46em)/";
  width: 46em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:75.063em)/";
  width: 75.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #008cba;
  border-color: #007095;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: white;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008cba; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43ac6a; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

@media only screen and (min-width: 46em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0; }
  select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  select:hover {
    background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999999; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d8d8d8;
  border-right: none;
  color: #333333; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cbcbcb;
  border-left: none;
  color: #333333; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error label,
.error label.error {
  color: #f04124; }
.error > small,
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small, .menu .contain > img,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

td.show-for-small, td.show-for-small-only, td.show-for-medium-down
td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge
td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down
td.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge
td.hide-for-xlarge-up,
th.hide-for-xxlarge-up, td.show-for-medium-down
th.show-for-large-down, td.hide-for-xlarge
th.hide-for-xlarge-up,
th.show-for-medium-down
th.show-for-large-down,
th.hide-for-xlarge
th.hide-for-xlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 46em) {
  .hide-for-small, .menu .contain > img,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* Large Displays: 1024px and up */
@media only screen and (min-width: 75.063em) {
  .hide-for-small, .menu .contain > img,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  .hide-for-small, .menu .contain > img,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  .hide-for-small, .menu .contain > img,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

.clearBaseStyles, nav.topNav .mobileNav {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visible {
  display: block !important;
  visibility: visible; }

.uppercase a, .uppercase {
  text-transform: uppercase; }

.contain {
  display: block;
  overflow: hidden; }

.rotated {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
  transform: rotate(-180deg); }

html, body {
  font-size: 100%; }

body, #sb-site, .sb-site, .sb-left {
  background: url(../media/image/1/blackbg.png);
  font-family: "Open Sans", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif; }

p {
  line-height: 1.3em; }

ul, ol {
  color: #000; }
  ul a, ol a {
    color: #e2231a; }

a {
  color: white;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "league-gothic", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
  font-weight: normal; }

select {
  line-height: 1.3em; }

form {
  margin-bottom: 0; }
  form label {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.15em; }
  form .formLabel, form .formInput {
    text-align: left; }
    form .formLabel span, form .formInput span {
      margin-right: .5em;
      margin-left: .2em; }
  form input[type="text"], form select, form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form textarea {
    height: 3em;
    margin: 0 0 1em 0; }
  form form input[type='checkbox'], form form input[type='radio'] {
    margin-top: .5em; }
  form input[type="text"][disabled], form input[type="password"][disabled], form input[type="date"][disabled], form input[type="datetime"][disabled], form input[type="datetime-local"][disabled], form input[type="month"][disabled], form input[type="week"][disabled], form input[type="email"][disabled], form input[type="number"][disabled], form input[type="search"][disabled], form input[type="tel"][disabled], form input[type="time"][disabled], form input[type="url"][disabled], form textarea[disabled] {
    background-color: #ECECEC; }

input.error {
  margin-bottom: .1em !important; }

#sb-site input[type="submit"] {
  box-shadow: none;
  border: none;
  font-size: 2.6em;
  padding: .25em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

@media only screen and (min-width: 46em) {
  form {
    max-width: 35em; }
    form label {
      padding-left: 1em; }
    form .formLabel {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      display: table; }
      form .formLabel label {
        display: table-cell;
        vertical-align: middle;
        height: 3em;
        padding-right: 1em; }
    form .formInput {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 66.66667%;
      float: left; } }
form#editor {
  margin-bottom: 2.2em; }
  form#editor input[type='submit'] {
    font-size: 1em;
    padding: 2px 6px 3px;
    border: 2px outset buttonface; }

form.dynamic input[type='submit'] {
  font-size: 1em;
  padding: 2px 6px 3px;
  border: 2px outset buttonface; }

.ff-c {
  font-family: "Open Sans", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif; }

.ff-p {
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.ff-h {
  font-family: "league-gothic", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif; }

strong {
  font-weight: bold; }

.clr-gry {
  color: #333; }

.uppercase {
  text-transform: uppercase; }

.center {
  text-align: center; }

.loader {
  display: none;
  font-size: 30px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin: .2em auto;
  border-radius: 50%;
  position: relative;
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #333333, -0.11em -0.83em 0 -0.42em #333333, -0.11em -0.83em 0 -0.44em #333333, -0.11em -0.83em 0 -0.46em #333333, -0.11em -0.83em 0 -0.477em #333333; }

  5%,
  95% {
    box-shadow: -0.11em -0.83em 0 -0.4em #333333, -0.11em -0.83em 0 -0.42em #333333, -0.11em -0.83em 0 -0.44em #333333, -0.11em -0.83em 0 -0.46em #333333, -0.11em -0.83em 0 -0.477em #333333; }

  30% {
    box-shadow: -0.11em -0.83em 0 -0.4em #333333, -0.51em -0.66em 0 -0.42em #333333, -0.75em -0.36em 0 -0.44em #333333, -0.83em -0.03em 0 -0.46em #333333, -0.81em 0.21em 0 -0.477em #333333; }

  55% {
    box-shadow: -0.11em -0.83em 0 -0.4em #333333, -0.29em -0.78em 0 -0.42em #333333, -0.43em -0.72em 0 -0.44em #333333, -0.52em -0.65em 0 -0.46em #333333, -0.57em -0.61em 0 -0.477em #333333; }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #333333, -0.11em -0.83em 0 -0.42em #333333, -0.11em -0.83em 0 -0.44em #333333, -0.11em -0.83em 0 -0.46em #333333, -0.11em -0.83em 0 -0.477em #333333; } }
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #333333, -0.11em -0.83em 0 -0.42em #333333, -0.11em -0.83em 0 -0.44em #333333, -0.11em -0.83em 0 -0.46em #333333, -0.11em -0.83em 0 -0.477em #333333; }

  5%,
  95% {
    box-shadow: -0.11em -0.83em 0 -0.4em #333333, -0.11em -0.83em 0 -0.42em #333333, -0.11em -0.83em 0 -0.44em #333333, -0.11em -0.83em 0 -0.46em #333333, -0.11em -0.83em 0 -0.477em #333333; }

  30% {
    box-shadow: -0.11em -0.83em 0 -0.4em #333333, -0.51em -0.66em 0 -0.42em #333333, -0.75em -0.36em 0 -0.44em #333333, -0.83em -0.03em 0 -0.46em #333333, -0.81em 0.21em 0 -0.477em #333333; }

  55% {
    box-shadow: -0.11em -0.83em 0 -0.4em #333333, -0.29em -0.78em 0 -0.42em #333333, -0.43em -0.72em 0 -0.44em #333333, -0.52em -0.65em 0 -0.46em #333333, -0.57em -0.61em 0 -0.477em #333333; }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #333333, -0.11em -0.83em 0 -0.42em #333333, -0.11em -0.83em 0 -0.44em #333333, -0.11em -0.83em 0 -0.46em #333333, -0.11em -0.83em 0 -0.477em #333333; } }
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px;
  text-indent: 9999px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-indent: 9999px; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block; }

.flex-direction-nav a.flex-next:before {
  text-indent: 9999px; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* -----------------------------------
 * Slidebars
 * Version 0.10 Development
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html, body, #sb-site, .sb-site, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */ }

html {
  height: 100%;
  /* Site is as tall as device. */ }

body {
  min-height: 100%;
  position: relative;
  /* Required for static Slidebars to function properly. */ }

html.sb-lock.sb-active:not(.sb-static) {
  overflow: hidden;
  /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */ }

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site {
  /* You may now use .sb-site as your site container if you wish to use your own id. However please make sure you don't set any of the follwoing styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */ }

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  visibility: hidden;
  /* Initially hide the Slidebars. */
  background-color: #222222;
  /* Default Slidebars background colour, overwrite this with your own css. */ }

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */ }

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */ }

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */ }

.sb-slidebar.sb-active {
  visibility: visible;
  /* Makes Slidebars visibile when open. */ }

.sb-slidebar.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */ }

/* Slidebar widths for devices that don't support media queries. */
.sb-slidebar {
  width: 30%; }

.sb-width-thin {
  width: 15%; }

.sb-width-wide {
  width: 45%; }

@media (max-width: 480px) {
  /* Slidebar width on extra small screens. */
  .sb-slidebar {
    width: 70%; }

  .sb-width-thin {
    width: 55%; }

  .sb-width-wide {
    width: 100%; } }
@media (min-width: 481px) {
  /* Slidebar width on small screens. */
  .sb-slidebar {
    width: 55%; }

  .sb-width-thin {
    width: 40%; }

  .sb-width-wide {
    width: 100%; } }
@media (min-width: 768px) {
  /* Slidebar width on small screens. */
  .sb-slidebar {
    width: 40%; }

  .sb-width-thin {
    width: 25%; }

  .sb-width-wide {
    width: 55%; } }
@media (min-width: 992px) {
  /* Slidebar width on medium screens. */
  .sb-slidebar {
    width: 30%; }

  .sb-width-thin {
    width: 15%; }

  .sb-width-wide {
    width: 45%; } }
@media (min-width: 1200px) {
  /* Slidebar width on large screens. */
  .sb-slidebar {
    width: 20%; }

  .sb-width-thin {
    width: 5%; }

  .sb-width-wide {
    width: 35%; } }
/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site, .sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */ }

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */ }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-widget {
  font-family: Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #eee;
  background: white url(../media/image/1/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #cc0000 url(../media/image/1/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold; }

.ui-widget-header a {
  color: #fff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d8dcdf;
  background: #eeeeee url(../media/image/1/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #004276; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #004276;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #cdd5da;
  background: #f6f6f6 url(../media/image/1/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #111; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #111;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #eee;
  background: white url(../media/image/1/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c00; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #c00;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url(../media/image/1/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
  color: #444; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #444; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #c00;
  background: #f3d8d8 url(../media/image/1/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
  color: #2e2e2e; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #2e2e2e; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #2e2e2e; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(../media/image/1/ui-icons_cc0000_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../media/image/1/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../media/image/1/ui-icons_cc0000_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../media/image/1/ui-icons_cc0000_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../media/image/1/ui-icons_cc0000_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../media/image/1/ui-icons_004276_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../media/image/1/ui-icons_cc0000_256x240.png); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 6px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 6px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 6px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 6px; }

.ui-widget-overlay {
  background: #a6a6a6 url(../media/image/1/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
  opacity: .4;
  filter: Alpha(Opacity=40); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333333 url(../media/image/1/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
  opacity: .1;
  filter: Alpha(Opacity=10);
  border-radius: 8px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.p-10 {
  padding: 0.625em; }

.pb-10 {
  padding-bottom: 0.625em; }

.pl-10 {
  padding-left: 0.625em !important; }

.pr-clr {
  padding-right: 0 !important; }

.pl-clr {
  padding-left: 0 !important; }

.mb-10 {
  margin-bottom: 0.625em; }

.lh-reg {
  line-height: .9em !important; }

.floatRight {
  float: right; }

.whiteFull {
  background-color: #fff;
  width: 100%;
  padding: 0.625em;
  margin-bottom: 0.625em;
  overflow: hidden; }

.greyFull {
  background-color: #969495;
  width: 100%;
  padding: 1em;
  margin-bottom: 0.625em; }

.clearFull {
  background-color: transparent;
  width: 100%;
  padding: 1em; }

.redFull {
  background-color: #e2231a;
  padding: 1em; }

.whiteFullUp {
  background-color: #fff;
  width: 100%;
  padding: 1em;
  margin-bottom: 0.625em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.greyFullUp {
  background-color: #969495;
  width: 100%;
  padding: 1em;
  margin-bottom: 0.625em;
  text-transform: uppercase;
  text-align: center;
  font-size: .9em;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.clearFullUp {
  background-color: transparent;
  width: 100%;
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.redUp a, .redUp {
  color: #e2231a;
  text-transform: uppercase; }

.redCap a, .redCap {
  color: #e2231a;
  text-transform: capitalize; }

.whiteUp a, .whiteUp {
  color: #fff;
  text-transform: uppercase; }

.whiteCap {
  color: #fff;
  text-transform: capitalize; }

.blackUp a, .blackUp {
  color: #000;
  text-transform: uppercase; }

.blackCap a, .blackCap {
  color: #000;
  text-transform: capitalize; }

.textBoxGrey {
  border-top: solid #969495 10px; }

.textBoxYellow {
  border-top: solid #f4af00 10px; }

@media all and (max-width: 360px) {
  body {
    font-size: .8em; } }
.main {
  padding-top: 6em !important;
  padding: 0.625em; }

.mobileAdPad {
  padding-top: 3em !important; }

@media only screen and (min-width: 46em) {
  .main {
    padding-top: 0em !important;
    font-size: .8em; }

  .mobileAdPad {
    padding-top: 0 !important; }

  .fullNav > ul {
    font-size: .75em; }

  .fullNav .davesLogo img {
    width: 12.5em; } }
@media only screen and (min-width: 75.063em) {
  .main {
    padding-left: 0em;
    padding-right: 0em;
    font-size: 1em; }

  .fullNav > ul {
    font-size: 1em; }

  .fullNav .davesLogo img {
    width: 15.625em; } }
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 64rem;
  *zoom: 1; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 0; }

.imageUploader {
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 15.1em;
  z-index: 2;
  display: none;
  padding: 1em 2em; }
  .imageUploader form#editor input[type='submit'], .imageUploader form#editor input[type='reset'] {
    font-size: 2.6em !important;
    padding: 0.25em !important;
    border: none !important;
    width: 47%;
    float: left;
    margin-right: 0.3em;
    margin-top: .5em; }

.btn, .ui-dialog-content input[type="submit"], .ui-dialog-content input[type="reset"] {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "league-gothic", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
  padding: 1.4em 0;
  letter-spacing: 1px; }

.ui-dialog-content input[type="submit"], .ui-dialog-content input[type="reset"] {
  background-color: #e2231a;
  border: none;
  padding: .3em;
  width: 6em; }
  .ui-dialog-content input[type="submit"]:hover, .ui-dialog-content input[type="reset"]:hover {
    background-color: #cb1f17; }

.yellowBtn {
  background-color: #f4af00;
  display: block;
  text-align: center;
  padding: 0.5em;
  margin: .4em 0; }
  .yellowBtn img {
    margin-bottom: .2em; }
  .yellowBtn h2, .yellowBtn h5 {
    margin-bottom: .2em;
    padding: 0;
    margin: 0; }
  .yellowBtn h2 {
    font-size: 2em;
    letter-spacing: 1px;
    margin: .1em 0; }
  .yellowBtn h5 {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.btn.red {
  background-color: #e2231a;
  color: #fff; }
  .btn.red h5 {
    color: #fff; }

.white {
  background-color: #FFF;
  color: #e2231a; }

.redWhite {
  background-color: #e2231a;
  font-color: #fff; }

.btnFull {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.wysiwyg {
  display: inline-block;
  width: auto;
  padding: .5em 1em;
  font-size: 1.9em; }

.btn.disabled {
  background-color: #A5A5A5 !important; }

.contactBtns {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 64rem;
  *zoom: 1; }
  .contactBtns:before, .contactBtns:after {
    content: "";
    display: table; }
  .contactBtns:after {
    clear: both; }
  .contactBtns .btnContain {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  .contactBtns h5 {
    font-size: 3.5em;
    margin: 0;
    padding: 0;
    line-height: .75em; }
  .contactBtns span {
    font-size: .6em; }
  .contactBtns .pr {
    padding-right: 0.3125em; }
  .contactBtns .pl {
    padding-left: 0.3125em; }

@media only screen and (min-width: 46em) {
  .redWhite {
    background-color: #fff;
    color: #e2231a; }
    .redWhite h5, .redWhite p, .redWhite span {
      color: #e2231a; } }
nav.topNav .fullNav, .navLocationModule {
  display: none; }

nav.topNav {
  height: 5em;
  background-color: #000;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  font-family: "league-gothic", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif; }
  nav.topNav .mobileNav {
    color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 100%;
    border-bottom: solid #e2231a 1px; }
    nav.topNav .mobileNav .sb-toggle-left, nav.topNav .mobileNav .locationToggle {
      position: absolute;
      color: #fff;
      padding: 1.1875em 1.25em;
      font-size: 1.4em;
      cursor: pointer; }
    nav.topNav .mobileNav .sb-toggle-left {
      left: 0; }
    nav.topNav .mobileNav .locationToggle {
      right: 0;
      top: 0;
      padding: 1em 1.25em; }
    nav.topNav .mobileNav .davesLogo {
      text-align: center;
      margin-top: 1.4375em;
      display: block; }
      nav.topNav .mobileNav .davesLogo img {
        width: 11.125em;
        max-width: 11.125em; }

.sb-left nav.topNav {
  text-align: center; }
  .sb-left nav.topNav .offCanvasNav > li {
    background-color: #e2231a;
    border-bottom: solid #fff 1px; }
    .sb-left nav.topNav .offCanvasNav > li > a {
      display: block;
      padding: .7em 0;
      font-size: 1.8em;
      letter-spacing: 1px;
      font-family: "league-gothic", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
      color: #fff; }
    .sb-left nav.topNav .offCanvasNav > li ul {
      font-size: 1.45em;
      padding: .5em; }
    .sb-left nav.topNav .offCanvasNav > li ul li {
      color: #000;
      border-bottom: none;
      font-size: .6em;
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: .3em; }
      .sb-left nav.topNav .offCanvasNav > li ul li a {
        color: #fff;
        padding: 0;
        font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .sb-left nav.topNav .offCanvasNav > li ul li .last {
        font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: .5em 0;
        display: block; }
    .sb-left nav.topNav .offCanvasNav > li:last-child {
      border-bottom: none; }
  .sb-left nav.topNav .sb-toggle-left {
    right: 0;
    top: 0;
    left: auto;
    color: #e2231a; }

.locationDropdown {
  position: absolute;
  display: none;
  background-color: #fff;
  padding-top: 1.5625em;
  right: 0;
  left: 0;
  margin: 0 0.625em;
  z-index: 100;
  overflow: auto; }
  .locationDropdown .contactBtns {
    padding: 0.3125em 1.25em; }
    .locationDropdown .contactBtns .btn {
      font-size: .7em; }
  .locationDropdown ul {
    text-align: center;
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .locationDropdown > ul {
    font-size: .95em;
    margin-bottom: 1em; }
    .locationDropdown > ul li {
      margin-bottom: .4em; }
    .locationDropdown > ul li.nearestLocationTitle {
      border-top: solid black 1px;
      margin: 0 2.5em .5em 2.5em;
      padding: .2em 0;
      border-bottom: solid black 1px; }
    .locationDropdown > ul .redUp a {
      border-top: solid #000 1px;
      border-bottom: solid #000 1px;
      padding: .4em 0;
      margin: .5em 3em;
      display: block; }
      .locationDropdown > ul .redUp a img {
        width: 1.4em; }
  .locationDropdown .moreStores {
    margin-top: 1em; }
    .locationDropdown .moreStores .whiteFullUp {
      padding: 0; }
      .locationDropdown .moreStores .whiteFullUp h2 {
        margin-top: .5em;
        color: #b5b3b3;
        margin-bottom: .75em;
        font-size: 1.8em; }
    .locationDropdown .moreStores ul {
      margin-bottom: 1em;
      font-size: .8em; }
      .locationDropdown .moreStores ul a {
        color: #000; }
    .locationDropdown .moreStores .otherLocations {
      text-align: center;
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .locationDropdown .moreStores .otherLocations a {
        font-size: .8em; }

@media only screen and (min-width: 46em) {
  nav.topNav .mobileNav {
    display: none; }

  nav.topNav {
    background-color: transparent;
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em; }
    nav.topNav .fullNav {
      list-style-type: none;
      padding: 0;
      overflow: hidden;
      display: block;
      padding-top: 1em; }
      nav.topNav .fullNav > li {
        display: block;
        float: left; }
        nav.topNav .fullNav > li:last-child {
          margin-right: 0px; }
      nav.topNav .fullNav a.davesLogo {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 25%;
        float: left; }
        nav.topNav .fullNav a.davesLogo img {
          float: left;
          padding-top: 0.3em;
          padding-left: .7em;
          width: 13.75em;
          max-width: 13.75em;
          max-height: 3.3em; }
      nav.topNav .fullNav .navLinks {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: right; }
        nav.topNav .fullNav .navLinks ul {
          list-style-type: none;
          padding: 0;
          float: right;
          padding-right: 1em; }
          nav.topNav .fullNav .navLinks ul > li {
            display: block;
            float: left; }
            nav.topNav .fullNav .navLinks ul > li:last-child {
              margin-right: 0px; }
          nav.topNav .fullNav .navLinks ul li {
            margin-left: 1.8em; }
            nav.topNav .fullNav .navLinks ul li a {
              font-size: 1.4em;
              letter-spacing: 1px;
              text-transform: uppercase;
              color: #fff; }
    nav.topNav .navLocationModule {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 25%;
      float: right;
      padding-top: .5em;
      text-align: center;
      display: block;
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: .75em;
      border-left: dotted #969495 3px;
      padding-left: 1em;
      cursor: pointer; }
      nav.topNav .navLocationModule ul {
        width: 90%;
        float: left; }
        nav.topNav .navLocationModule ul li {
          padding-bottom: .1em; }
        nav.topNav .navLocationModule ul li.redUp img {
          width: 1.3em; }
      nav.topNav .navLocationModule .contain {
        width: 10%;
        float: right;
        padding-top: .5em; }
        nav.topNav .navLocationModule .contain img {
          float: right; }
    nav.topNav .locationDropdown {
      font-size: .9em;
      position: absolute;
      background-color: #fff;
      padding-top: 1.5625em;
      min-width: 15.9375em;
      max-width: 15.9375em;
      left: auto;
      margin: 0;
      margin-right: 0.625em;
      z-index: 100;
      border: solid #e2231a 3px; }
      nav.topNav .locationDropdown .contactBtns {
        padding: 0 1.25em; }
        nav.topNav .locationDropdown .contactBtns .btn {
          font-size: .7em; }
      nav.topNav .locationDropdown > ul {
        font-size: .8em;
        margin-bottom: 0em; }
        nav.topNav .locationDropdown > ul li {
          margin-bottom: .4em; }
        nav.topNav .locationDropdown > ul .redUp a {
          border-top: none;
          border-bottom: none;
          padding: 0em 0;
          margin: .5em 1em;
          display: block; }
      nav.topNav .locationDropdown .moreStores {
        border-top: solid #999 1px;
        margin-top: 1em; }
        nav.topNav .locationDropdown .moreStores h2 {
          color: #b5b3b3;
          margin: .7em 0; }
        nav.topNav .locationDropdown .moreStores ul {
          margin-bottom: 2em;
          font-size: .8em;
          padding: 0 1em; }
          nav.topNav .locationDropdown .moreStores ul a {
            color: #000; }
        nav.topNav .locationDropdown .moreStores .otherLocations {
          border-top: solid #999 1px;
          text-align: center;
          font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          nav.topNav .locationDropdown .moreStores .otherLocations a {
            font-size: .7em; } }
@media all and (min-width: 950px) {
  nav.topNav .fullNav .navLinks ul li a {
    font-size: 2em; } }
@media only screen and (min-width: 75.063em) {
  nav.topNav .fullNav .navLinks {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: right; }

  nav.topNav .fullNav a.davesLogo img {
    float: left;
    width: 15.625em;
    max-width: 15.625em; }

  nav.topNav .locationDropdown {
    font-size: 1em;
    margin-right: 0; } }
footer {
  max-width: 18.125em;
  margin: 0 auto;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.footerNav {
  margin-bottom: 1.4375em;
  overflow: hidden;
  margin-top: 1.5em; }
  .footerNav nav ul {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    margin-bottom: 1em;
    padding-left: 2em; }
    .footerNav nav ul li {
      margin-bottom: 0.625em; }
      .footerNav nav ul li a {
        font-size: .75em;
        color: #fff;
        font-weight: bold;
        white-space: nowrap; }

.joinClub {
  margin-bottom: 0.625em; }
  .joinClub ul li {
    margin-bottom: 1.25em; }
  .joinClub a {
    font-size: .95em;
    color: #e2231a;
    white-space: nowrap;
    font-weight: bold; }

.socialLinks {
  text-align: center; }
  .socialLinks ul {
    list-style-type: none;
    padding: 0;
    padding-left: 2em; }
    .socialLinks ul > li {
      display: block;
      float: left; }
      .socialLinks ul > li:last-child {
        margin-right: 0px; }
    .socialLinks ul li {
      text-indent: -999em;
      display: block;
      float: left;
      margin-right: 1em; }
      .socialLinks ul li a {
        display: block;
        background: url(../media/image/1/social-sprite.png) no-repeat top left;
        height: 25px;
        width: 26px; }
      .socialLinks ul li .youtube {
        background-position: -32px 0; }
      .socialLinks ul li .twitter {
        background-position: -63px 0; }
    .socialLinks ul li.likeBox {
      text-indent: 0;
      width: 6em;
      margin-right: 0;
      padding-top: .2em; }
      .socialLinks ul li.likeBox .fb_iframe_widget {
        float: left; }

.fb-like span,
.fb-like iframe {
  width: 120px !important;
  height: 25px !important; }

.copyright {
  padding-top: 1.5em;
  font-size: .75em;
  color: #fff;
  font-family: "Open Sans", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
  font-weight: normal; }
  .copyright a {
    font-weight: bold; }

@media only screen and (min-width: 46em) {
  footer {
    max-width: none;
    margin-top: 2.5em; }

  .joinClub {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
    text-align: left;
    padding-top: .4em;
    font-size: .75em; }

  .footerNav {
    margin-top: 0em; }

  .footerNav nav {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 41.66667%;
    float: left; }
    .footerNav nav ul {
      padding-left: 0; }
      .footerNav nav ul li {
        margin-bottom: 0.25em; }
      .footerNav nav ul:first-child {
        width: 37%; }

  .socialLinks {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 33.33333%;
    float: left;
    padding-top: .8em;
    padding-left: 2em; }
    .socialLinks ul {
      padding-left: 0; }

  .copyright {
    padding-top: .4em;
    font-size: .75em; }
    .copyright a {
      font-weight: bold; } }
.mainCallout {
  text-align: center;
  font-size: 2.2em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0.625em; }
  .mainCallout h5 {
    margin: 0;
    line-height: 1em; }
  .mainCallout h1 {
    margin-top: 0;
    margin-bottom: .1em;
    line-height: .9em; }
  .mainCallout p {
    margin: 0;
    line-height: .85em; }

@media only screen and (min-width: 46em) {
  h1 br {
    display: none; } }
.bannerAd {
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: 5.625em;
  z-index: 100;
  right: 0;
  left: 0;
  text-align: center;
  padding: .5em 0;
  margin: 0 0.625em; }
  .bannerAd ul {
    position: relative; }
    .bannerAd ul li {
      margin-left: 1em;
      color: #000;
      font-size: .8em; }
      .bannerAd ul li .redCap {
        font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        line-height: 1.3em; }
      .bannerAd ul li .adImg {
        display: none; }
    .bannerAd ul li.close {
      position: absolute;
      right: 1.125em;
      top: 0.4375em;
      color: #e2231a;
      cursor: pointer; }

@media only screen and (min-width: 46em) {
  .bannerAd {
    position: relative;
    background-color: #1b1b1b;
    height: 2.5em;
    padding: 0;
    top: auto;
    width: 100%;
    margin: 0; }
    .bannerAd .contain {
      float: right; }
    .bannerAd ul {
      list-style-type: none;
      padding: 0; }
      .bannerAd ul > li {
        display: block;
        float: left; }
        .bannerAd ul > li:last-child {
          margin-right: 0px; }
      .bannerAd ul li {
        margin-left: 1em;
        color: #fff;
        font-size: .8em; }
        .bannerAd ul li:first-child {
          padding-top: 1em; }
        .bannerAd ul li br {
          display: none; }
        .bannerAd ul li .redCap {
          font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: normal; }
        .bannerAd ul li .adImg {
          display: block;
          margin-right: 1.5em;
          margin-top: .3em; }
      .bannerAd ul li.close {
        position: relative;
        margin-top: .5em;
        margin-left: 2.5em;
        margin-right: .5em;
        color: #e2231a; } }
.locationModule {
  text-align: center;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
  overflow: hidden;
  font-size: .9em; }
  .locationModule ul span {
    color: #fff; }
  .locationModule ul li {
    margin-bottom: 0.625em; }
  .locationModule .lowerList ul li a {
    color: #e2231a;
    font-weight: bold; }
  .locationModule .contactBtns {
    font-size: .9em; }
    .locationModule .contactBtns a {
      color: #fff; }
    .locationModule .contactBtns span {
      font-size: .8em; }
    .locationModule .contactBtns .btn.callUs {
      padding: 1.75em 0; }

@media only screen and (min-width: 46em) {
  .locationModule {
    background-color: #e2231a;
    padding: 0.625em 1.875em 0; }
    .locationModule ul li {
      margin-bottom: 0.4375em; }
    .locationModule .locationDetail {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      text-align: left;
      font-size: 1em; }
      .locationModule .locationDetail h5 {
        font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0; }
      .locationModule .locationDetail ul {
        margin-bottom: .6em; }
        .locationModule .locationDetail ul li {
          margin-bottom: 0em;
          font-size: 1.2em; }
          .locationModule .locationDetail ul li span {
            color: #000;
            font-size: .7em; }
          .locationModule .locationDetail ul li a {
            font-size: .7em; }
    .locationModule .phoneNumber {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left; }
      .locationModule .phoneNumber h4 {
        color: #fff;
        font-size: 2.7em;
        margin-top: 1.3em;
        letter-spacing: 1px;
        margin-bottom: 0;
        text-transform: uppercase; }
    .locationModule .contactBtns {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      padding: 1em 0; }
      .locationModule .contactBtns .btn {
        min-height: 9.0625em;
        font-size: 1em; }

  .locationModule.dineIn .phoneNumber {
    width: 50%; }
    .locationModule.dineIn .phoneNumber h4 {
      font-size: 3.4em;
      float: right;
      margin-top: 1em;
      padding-right: .6em; }
  .locationModule.dineIn .contactBtns {
    width: 16.3333%; }
    .locationModule.dineIn .contactBtns .btnContain {
      width: 100%; }
    .locationModule.dineIn .contactBtns .btn {
      padding-top: 1.9em; }

  .locationModule.lower .locationDetail {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
    width: 28%;
    font-size: .9em; }
    .locationModule.lower .locationDetail h5 {
      font-weight: bold; }
  .locationModule.lower .phoneNumber {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
    width: 27%;
    text-align: left; }
    .locationModule.lower .phoneNumber h4 {
      margin-top: 1.8em;
      font-size: 2.3em;
      float: right;
      padding-right: .7em; }
  .locationModule.lower .lowerList {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 25%;
    float: left;
    width: 24%;
    text-align: left;
    letter-spacing: -1px; }
    .locationModule.lower .lowerList ul {
      padding-left: 2em;
      margin-top: 0em; }
      .locationModule.lower .lowerList ul li {
        margin-bottom: .3em; }
      .locationModule.lower .lowerList ul li a {
        color: #000;
        font-size: .8em;
        font-weight: bold;
        letter-spacing: .5px; }
  .locationModule.lower .contactBtns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
    width: 21%;
    font-size: .9em; }
    .locationModule.lower .contactBtns .btnContain {
      width: 100%; }
    .locationModule.lower .contactBtns .btn {
      width: 100%;
      margin-bottom: 0.625em;
      min-width: 9.0625em;
      min-height: 0; }
      .locationModule.lower .contactBtns .btn h5 {
        font-size: 2.3em;
        white-space: nowrap; }
      .locationModule.lower .contactBtns .btn span {
        font-size: 1em; }
    .locationModule.lower .contactBtns br {
      display: none; }
    .locationModule.lower .contactBtns .pr {
      padding-right: 0; }
    .locationModule.lower .contactBtns .pl {
      padding-left: 0; }

  .locationModule.lower.dineInFooter .lowerList {
    padding-top: 1.8em; }
  .locationModule.lower.dineInFooter .phoneNumber {
    width: 31%; }
  .locationModule.lower.dineInFooter .contactBtns br {
    display: block; }
  .locationModule.lower.dineInFooter .contactBtns.dineIn {
    width: 17%;
    margin-top: .7em; }
    .locationModule.lower.dineInFooter .contactBtns.dineIn h5 {
      font-size: 3.5em; }
      .locationModule.lower.dineInFooter .contactBtns.dineIn h5 span {
        font-size: .8em; } }
#featureSlider {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
  #featureSlider img {
    width: 100%; }
  #featureSlider .flex-control-nav {
    bottom: 15px; }
  #featureSlider .editPromo {
    position: absolute;
    font-weight: bold;
    margin: .4em; }
  #featureSlider .flex-control-paging li {
    margin: 0 4px; }
    #featureSlider .flex-control-paging li a {
      background-color: #fff;
      width: 12px;
      height: 12px; }
    #featureSlider .flex-control-paging li a.flex-active {
      background-color: #e2231a; }
  #featureSlider .flex-direction-nav a {
    height: 2.5em;
    width: 2.5em; }
  #featureSlider .flexslider:hover .flex-prev {
    left: 0px; }
  #featureSlider .flexslider:hover .flex-next {
    right: 0px; }
  #featureSlider .flex-direction-nav .flex-next {
    background-image: url("../media/image/1/arrowhomerighticn.png");
    background-size: cover; }
  #featureSlider .flex-direction-nav .flex-prev {
    background-image: url("../media/image/1/arrowhomelefticn.png");
    background-size: cover; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px; }

  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px; } }
@media only screen and (min-width: 46em) {
  #featureSlider {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 66.66667%;
    float: left;
    margin-top: 0; }
    #featureSlider .flex-direction-nav a {
      height: 3.875em;
      width: 3.875em; } }
.homeLocation {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  z-index: 100; }
  .homeLocation .homeLocHeading {
    padding: 0.3125em 0;
    margin-bottom: 0.3125em;
    text-align: center;
    font-size: 1.5em; }
    .homeLocation .homeLocHeading h2 {
      margin: 0; }
    .homeLocation .homeLocHeading h5 {
      font-weight: bold; }
  .homeLocation > .whiteFull {
    margin-bottom: .35em;
    letter-spacing: 1px; }
  .homeLocation .contactBtns {
    padding: 0.3125em 0; }
    .homeLocation .contactBtns .btn {
      font-size: .7em; }
    .homeLocation .contactBtns .callUs {
      padding: 0.8125em 0;
      font-size: .8em; }
  .homeLocation ul {
    font-size: .9em;
    text-align: center;
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .homeLocation ul li {
      margin-bottom: .8em;
      letter-spacing: -.5px; }
    .homeLocation ul .redUp a {
      border-top: solid #000 1px;
      border-bottom: solid #000 1px;
      padding: .3em 0;
      margin: .5em 1em;
      display: block; }
  .homeLocation .moreStores {
    margin-top: 0.3125em; }
    .homeLocation .moreStores .whiteFullUp {
      padding: 0; }
      .homeLocation .moreStores .whiteFullUp h2 {
        margin-top: .5em;
        color: #b5b3b3;
        margin-bottom: .75em;
        font-size: 1.8em; }
    .homeLocation .moreStores ul {
      margin-bottom: 1em;
      font-size: .8em; }
      .homeLocation .moreStores ul a {
        color: #000; }
    .homeLocation .moreStores .otherLocations {
      text-align: center;
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: .76em 0; }
      .homeLocation .moreStores .otherLocations a {
        font-size: .9em; }
  .homeLocation img.pb-10 {
    width: 100%; }
  .homeLocation .noLocationSet {
    padding: 2.3em 2.5em; }
    .homeLocation .noLocationSet .input {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 83.33333%;
      float: left; }
    .homeLocation .noLocationSet .locIcon {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 16.66667%;
      float: left; }
      .homeLocation .noLocationSet .locIcon img {
        width: 2.7em; }
    .homeLocation .noLocationSet .contactBtns .btn {
      font-size: 3em; }

@media all and (max-width: 360px) {
  .homeLocation .noLocationSet .locIcon img {
    width: 3.4em; } }
.homeLocation.home .contactBtns i {
  font-style: normal;
  display: none; }
.homeLocation.home .contactBtns .catering {
  margin-bottom: 0.125em; }
.homeLocation.home ul {
  margin-top: 0.3125em; }
  .homeLocation.home ul li {
    margin-bottom: .5em; }
  .homeLocation.home ul li.redCap {
    margin-bottom: .7em;
    margin-top: .67em; }

@media only screen and (min-width: 46em) {
  .homeLocation {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: right;
    padding-left: 0.625em; }
    .homeLocation .contactBtns .callUs {
      padding: 0em 0;
      font-size: .8em; }
    .homeLocation .noLocationSet .locIcon {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 16.66667%;
      float: left; }
      .homeLocation .noLocationSet .locIcon img {
        width: 3.4em; }

  .homeLocation.home .contactBtns .btn.callUs br {
    display: none; }
  .homeLocation.home .contactBtns .btn.callUs h5 {
    font-size: 2.7em; }
  .homeLocation.home .contactBtns i {
    display: inline; } }
@media only screen and (min-width: 75.063em) {
  .homeLocation .noLocationSet .locIcon {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 16.66667%;
    float: left; }
    .homeLocation .noLocationSet .locIcon img {
      width: 2.7em; } }
.mapContain {
  display: none; }

.storeLocation.homeLocation h1 {
  text-align: center;
  font-size: 2.8em;
  margin: .2em 0; }
.storeLocation.homeLocation .locDetail ul li {
  margin-bottom: .6em; }
  .storeLocation.homeLocation .locDetail ul li em {
    color: #e2231a;
    font-style: normal;
    font-weight: bold; }

h2.holiday {
  margin: .3em 0 .3em 0;
  border-bottom: solid black 1px;
  text-align: center;
  padding-bottom: .1em; }

@media only screen and (min-width: 46em) {
  .mapContain {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left;
    display: block; }
    .mapContain img {
      width: 100%; }

  h2.holiday {
    text-align: left; }

  .storeLocation.homeLocation {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 66.66667%;
    float: left;
    background-color: #fff; }
    .storeLocation.homeLocation .moreStores {
      display: none; }
    .storeLocation.homeLocation .whiteFull {
      margin-bottom: 0;
      padding-bottom: 0; }
      .storeLocation.homeLocation .whiteFull h5 {
        float: right;
        font-size: 2.2em;
        margin: .3em .4em 0 0; }
    .storeLocation.homeLocation h1 {
      text-align: left;
      font-size: 3.3em;
      margin: 0 0 .2em 0; }
    .storeLocation.homeLocation .locDetail {
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 66.66667%;
      float: left;
      padding-left: 1.9em;
      padding-bottom: .4em;
      padding-top: 0;
      margin-top: 1.3em; }
      .storeLocation.homeLocation .locDetail ul {
        text-align: left; }
        .storeLocation.homeLocation .locDetail ul li {
          margin-bottom: .5em;
          font-size: 1.1em; }
        .storeLocation.homeLocation .locDetail ul .blackUp {
          font-size: 1.3em; }
        .storeLocation.homeLocation .locDetail ul .redUp a {
          margin-left: 0;
          margin-right: 6em; }
      .storeLocation.homeLocation .locDetail ul.storeHours {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left;
        font-size: .75em; }
      .storeLocation.homeLocation .locDetail .callUs {
        display: none; }
    .storeLocation.homeLocation .contactBtns {
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 33.33333%;
      float: left;
      background-color: #fff;
      padding-top: 1.1em;
      padding-bottom: 1.25em;
      margin-top: 5em; }
      .storeLocation.homeLocation .contactBtns .btnContain {
        position: relative;
        padding-left: 0.625em;
        padding-right: 0.625em;
        width: 100%;
        float: left;
        margin-bottom: 0.625em; }
        .storeLocation.homeLocation .contactBtns .btnContain h5 {
          font-size: 4em; }
          .storeLocation.homeLocation .contactBtns .btnContain h5 span {
            font-size: .85em; } }
@media only screen and (min-width: 75.063em) {
  .store.storeLocation.homeLocation {
    min-height: 24.8em; }

  .storeLocation.homeLocation .locDetail {
    padding-bottom: .75em; }
    .storeLocation.homeLocation .locDetail ul .redUp a {
      margin-right: 8em; }

  .contactBtns {
    padding-top: 1.3em;
    padding-bottom: 1.4em; } }
.promoSquare {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-top: 0.625em;
  text-align: center; }
  .promoSquare h3 {
    font-size: 2.1em;
    margin: 0;
    padding: .5em .924em;
    color: #000; }
  .promoSquare .redFull {
    position: relative; }
  .promoSquare .redFull span {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .8em;
    color: #fff; }
  .promoSquare span {
    color: #e2231a; }
  .promoSquare p {
    color: #000; }

.promoSquare.promoLinks {
  font-family: "league-gothic", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif; }
  .promoSquare.promoLinks div {
    font-size: 2em; }
  .promoSquare.promoLinks .whiteFull {
    margin-bottom: .3em;
    padding: .3em 0; }
    .promoSquare.promoLinks .whiteFull:last-child {
      margin-bottom: 0; }

.promoSquare.contentPage {
  display: table;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0; }
  .promoSquare.contentPage .whiteFull {
    vertical-align: middle;
    padding: 1em 1em 1em 1em; }
    .promoSquare.contentPage .whiteFull p {
      font-size: .95em;
      line-height: 1.2em; }
    .promoSquare.contentPage .whiteFull a {
      color: #e2231a;
      text-transform: uppercase; }

.promoDeleteIcon {
  float: right;
  margin-top: -4px;
  color: #e2231a;
  text-transform: uppercase;
  font-family: "Arvo","Helvetica Neue",Helvetica,Arial,sans-serif; }

@media only screen and (min-width: 46em) {
  .promoSquare {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 25%;
    float: left;
    padding-left: 0.825em;
    padding-right: 0.825em;
    margin-top: 1.25em;
    display: table; }
    .promoSquare .redFull {
      display: table-cell;
      min-height: 10.4375em;
      height: 10.4375em;
      vertical-align: middle; }
      .promoSquare .redFull span {
        display: block;
        color: #fff;
        position: absolute;
        bottom: 1.5em;
        left: 0;
        right: 0;
        letter-spacing: 1px;
        padding: 0 1.2em; }
    .promoSquare h3 {
      padding-top: 0; }

  .promoSquare.promoLinks .whiteFull {
    margin-bottom: .2em;
    padding: .3em 0; }

  .promoSquare.contentPage {
    margin-top: 1.25em; }
    .promoSquare.contentPage .whiteFull {
      min-height: 10.4375em;
      height: 10.4375em;
      display: table-cell; } }
@media all and (min-width: 736px) and (max-width: 855px) {
  .promoSquare .redFull h3 {
    font-size: 1.9em; } }
.contentSection {
  text-align: center;
  padding: 0 1.5em 1em 1.5em; }
  .contentSection h1 {
    font-size: 3.3em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: .25em; }
  .contentSection h2 {
    font-size: 2.7em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: .25em; }
  .contentSection h3 {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    font-size: .95em;
    letter-spacing: -.5px;
    font-weight: normal; }
    .contentSection h3 a {
      color: #e2231a; }
  .contentSection p {
    line-height: 1.3em; }
  .contentSection a {
    color: #e2231a; }
  .contentSection ul, .contentSection ol {
    padding-left: 0;
    margin-top: 0; }
    .contentSection ul li, .contentSection ol li {
      margin-bottom: .9em;
      font-weight: bold;
      list-style-position: inside; }
  .contentSection .contentCol {
    margin-top: 2em; }
  .contentSection img.floatRight {
    margin: 0 auto 1em auto;
    width: 100%;
    height: 100%;
    max-width: 25em;
    float: none; }
  .contentSection .left img {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em; }
  .contentSection.fullImage img.floatRight {
    max-width: none !important; }

#bodyContent div {
  line-height: 1.3em; }

.contentSideNav {
  background-color: #e2231a;
  color: #fff;
  text-align: center;
  margin-bottom: 0.625em; }
  .contentSideNav li {
    border-bottom: solid #fff 1px; }
    .contentSideNav li a {
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #fff;
      padding: 1em 0;
      display: block;
      font-size: .95em; }
    .contentSideNav li:last-child {
      border-bottom: none; }
  .contentSideNav li.active a {
    color: #000; }

@media only screen and (min-width: 46em) {
  .contentSection {
    text-align: left;
    padding: 0 2.5em 1em 2.5em; }
    .contentSection h1 {
      font-size: 3.3em;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .contentSection h3 {
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 1.7em;
      font-size: 1em;
      margin-bottom: 2em; }
      .contentSection h3 a {
        color: #e2231a; }
    .contentSection p {
      margin-top: .3em;
      line-height: 1.3em; }
    .contentSection ul, .contentSection ol {
      margin-top: .75em;
      padding-left: 1em; }
      .contentSection ul li, .contentSection ol li {
        list-style-position: outside; }
    .contentSection .contentCol {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      padding-right: 1em;
      margin-top: 3.5em; }
    .contentSection img.floatRight {
      float: right;
      margin-left: 1em;
      max-width: 23em; }

  .contentContain {
    background-color: #fff; }

  .contentSection.hasSideNav {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 66.66667%;
    float: right; }
    .contentSection.hasSideNav .contentCol {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left; }

  .contentSideNav {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left;
    background-color: #fff;
    text-align: left;
    padding-top: 2.6em;
    padding-left: 2.5em; }
    .contentSideNav li {
      margin-bottom: 1.125em; }
      .contentSideNav li a {
        color: #e2231a;
        padding: 0; } }
.dimmer {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  display: none; }

.modal {
  display: none;
  position: fixed;
  top: 12em;
  left: 50%;
  right: 0;
  margin-left: -18.5em;
  z-index: 10000;
  overflow: hidden;
  width: 585px;
  background-color: #e2231a;
  background-color: rgba(226, 35, 26, 0.91);
  border: solid black 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-bottom: 1.5em; }

.modal h2, .mfp-content h2 {
  text-transform: uppercase;
  font-size: 2.1em;
  letter-spacing: 1px;
  text-align: center;
  margin: .8em 0 .4em 0; }

.modal form {
  max-width: 31em; }

.modal form label {
  padding-left: 4.4em;
  color: #fff;
  font-size: .95em;
  padding-right: 0; }

.modal form select {
  margin-bottom: .4em; }

.modal form .btn, .eventModal form .btn {
  width: 5.1em;
  box-shadow: none;
  border: none;
  font-size: 2em;
  padding: .15em;
  color: #000;
  cursor: pointer; }

.modal form .btn h5, .eventModal form .btn h5 {
  font-size: 1.1em;
  margin: .15em 0; }

.modal form .btn h5 img, .eventModal form .btn h5 img {
  margin-top: -5px; }

.emailOverlay .overlayButtons {
  padding-left: 7.5em; }

.modal > .close {
  position: absolute;
  top: .5em;
  right: .5em;
  cursor: pointer; }

.modal .overlayButtons .submit {
  margin-right: .3em; }

.eventModal {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 585px;
  margin: 20px auto;
  padding: 1em 3em; }

.eventModal h2 {
  margin-bottom: .7em;
  border-bottom: solid #adadad 1px;
  padding-bottom: .6em; }

.eventModal .overlayButtons {
  margin-top: 1.3em;
  text-align: center;
  margin-bottom: 1.2em; }

.eventModal form .btn {
  width: 6em; }

.mfp-content form input[type='file'] {
  margin-top: .7em; }

.mfp-content form input[type='checkbox'] {
  margin-top: .9em; }

@media only screen and (min-width: 46em) {
  .modal, .dimmer {
    display: none; } }
.storeLinks {
  width: 100%;
  overflow: hidden; }
  .storeLinks .contain {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
    .storeLinks .contain a {
      display: block;
      padding: 0.4375em;
      background-color: #969495;
      text-align: center;
      font-family: "league-gothic", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
      font-size: 2em;
      letter-spacing: 1px;
      margin-bottom: .25em; }

.nearestDaves {
  margin-top: 0em;
  margin-bottom: 0.625em; }
  .nearestDaves .nearestDavesMobileLoc {
    cursor: pointer; }
  .nearestDaves .whiteFull, .nearestDaves .whiteFullUp {
    margin-bottom: 0; }
  .nearestDaves .dropdownArrow {
    float: right; }
  .nearestDaves ul {
    display: none; }
  .nearestDaves li {
    text-align: center;
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
    padding: 1em 0;
    font-weight: bold;
    border-bottom: solid #aaa 1px; }
  .nearestDaves li.otherLoc a {
    font-size: .8em;
    font-weight: bold; }

.mapContain .locationMap {
  width: 100%;
  padding-left: 0; }
  .mapContain .locationMap #map {
    border: none;
    height: 323px; }
.mapContain .leaflet-container {
  cursor: auto; }

.storePromos .contain {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  padding-bottom: 0.625em;
  position: relative; }
  .storePromos .contain img {
    width: 100%; }
  .storePromos .contain:last-child {
    padding-bottom: 0; }
.storePromos .editPromo {
  cursor: pointer; }

.storePromos .imageUploader {
  font-size: 0.8em;
  padding: 0 1em;
  height: 24em; }
  .storePromos .imageUploader p {
    margin-bottom: 0; }
  .storePromos .imageUploader .formLabel {
    font-size: 0.8em; }
    .storePromos .imageUploader .formLabel label {
      padding-right: 0;
      padding-left: .5em; }
  .storePromos .imageUploader input[type='text'] {
    height: 2em; }
  .storePromos .imageUploader form#editor input[type="submit"], .storePromos .imageUploader form#editor input[type="reset"] {
    font-size: 1.7em !important;
    margin-top: 0.2em; }

form.dynamic input[type='submit'], form.dynamic input[type='reset'] {
  font-size: 1.7em !important;
  padding: 0.25em !important;
  border: none !important;
  width: 46.1%;
  float: left;
  margin-right: 0.3em;
  margin-top: 0.2em; }

.pinForm {
  width: 80px;
  position: absolute;
  right: 5px;
  padding: 5px;
  background-color: #969495;
  background-color: rgba(100, 100, 100, 0.87); }

.unpinned {
  background: url(../media/image/1/pinicon.png) no-repeat;
  height: 25px;
  width: 17px;
  display: block;
  text-indent: -9999em;
  float: right; }

.pinPosition {
  width: 45px;
  height: 30px;
  font-size: 11px;
  padding: 2px;
  margin-bottom: 0; }

@media only screen and (min-width: 46em) {
  .menuHeading {
    text-align: center; }
    .menuHeading h2 {
      font-size: 3.2em;
      margin: .3em 0 0 0;
      line-height: 0.8em; }

  .storeLocation.homeLocation .whiteFull span.cateringNum {
    float: right;
    clear: both;
    line-height: 1.3em;
    margin-right: 1.2em;
    font-size: .8em;
    font-weight: bold;
    letter-spacing: 0px; }

  .nearestDaves {
    margin-top: 2em; }
    .nearestDaves ul {
      display: block !important; }
    .nearestDaves li {
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 25%;
      float: left;
      width: 28.3%;
      text-align: center;
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: .9em;
      height: 5.625em;
      border-left: solid #000 1px;
      border-bottom: none;
      padding-top: 2em; }
      .nearestDaves li:first-child {
        border-left: none; }
    .nearestDaves li.otherLoc {
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 25%;
      float: left;
      width: 15%; }
      .nearestDaves li.otherLoc a {
        font-size: .9em; }

  .storeNumbers {
    position: absolute;
    right: 0;
    width: auto; }

  .storeLinks {
    padding: 2.1875em;
    background-color: #fff;
    margin: 0.625em 0 0 0; }
    .storeLinks .contain {
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 50%;
      float: left; }
      .storeLinks .contain a {
        margin: 0 .5em; }

  .storePromos .contain {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left;
    padding-bottom: 0;
    margin-top: 0.625em; }
    .storePromos .contain img {
      width: 100%; }
  .storePromos .left {
    padding-right: .5em; }
  .storePromos .middle {
    padding: 0 .25em; }
  .storePromos .right {
    padding-left: .5em; } }
@media only screen and (min-width: 75.063em) {
  .mapContain .locationMap {
    width: 100%;
    padding-left: 0; }
    .mapContain .locationMap #map {
      border: none;
      height: 397px; } }
.menu .contain {
  cursor: pointer; }
.menu .greyFullUp {
  font-weight: bold; }
  .menu .greyFullUp a {
    font-weight: bold; }
.menu .contain > img {
  float: left;
  clear: left;
  margin-right: 1.9375em;
  width: 17.6875em;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
.menu h3 {
  font-size: 2.6em;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 200px;
  line-height: .95em;
  margin-top: .15em; }
  .menu h3 em {
    font-style: normal;
    font-size: .6em; }
.menu .seeMenu {
  float: right;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: .8em;
  color: #969495;
  cursor: pointer; }
  .menu .seeMenu p {
    margin: 0;
    margin-bottom: .2em; }
  .menu .seeMenu img {
    max-width: 17px; }
.menu .menuItems {
  display: none; }
  .menu .menuItems .row.description p {
    margin: 2em .25em 0 .25em; }
    .menu .menuItems .row.description p span {
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #000; }
.menu ul li {
  margin-bottom: 1.875em;
  line-height: 1.3em;
  margin-top: 1.7em;
  overflow: hidden; }
  .menu ul li h4 {
    margin: 0;
    padding: 0;
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e2231a;
    font-weight: bold; }
    .menu ul li h4 img {
      margin-right: .2em; }
  .menu ul li p {
    margin-top: 0;
    margin-bottom: 0;
    color: #000; }
  .menu ul li strong {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.featureLink {
  font-size: 1.3em;
  letter-spacing: 1px; }

@media only screen and (min-width: 46em) {
  .menu h3 {
    font-size: 3.7em;
    max-width: none;
    margin-top: .8em; }

  .menu ul li {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 33.33333%;
    float: left; }

  .menu .seeMenu {
    font-size: 1em;
    margin-right: 2.375em;
    margin-top: 1.9em; }
    .menu .seeMenu p {
      margin: 0;
      margin-bottom: .2em; }
    .menu .seeMenu img {
      margin-top: .3em;
      max-width: 30px; }

  .menu .menuItems .row.description p {
    margin: 2em .75em 0 .7em; } }
.cateringLocation .locationDetail {
  margin-bottom: 0.625em; }

.cateringLocation .moreStores .whiteFull {
  padding: 1em 0; }

.cateringFeature {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-bottom: 0.625em;
  position: relative; }
  .cateringFeature .flexslider .slides li {
    position: relative; }
  .cateringFeature .flex-direction-nav a {
    height: 2.5em;
    width: 2.5em; }
  .cateringFeature .flexslider:hover .flex-prev {
    left: 0px; }
  .cateringFeature .flexslider:hover .flex-next {
    right: 0px; }
  .cateringFeature .flex-direction-nav .flex-next {
    background-image: url("../media/image/1/arrowhomerighticn.png");
    background-size: cover; }
  .cateringFeature .flex-direction-nav .flex-prev {
    background-image: url("../media/image/1/arrowhomelefticn.png");
    background-size: cover; }
  .cateringFeature img {
    width: 100%; }
  .cateringFeature .editPromo {
    position: absolute;
    top: 6px;
    left: 8px;
    font-weight: bold;
    cursor: pointer; }
  .cateringFeature .imageUploader {
    height: 30.1em; }

.cateringDetail {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  text-align: center; }
  .cateringDetail .whiteFull {
    padding: 1em 2em; }
    .cateringDetail .whiteFull p {
      line-height: 1.4em;
      margin-bottom: .3em; }
    .cateringDetail .whiteFull ul {
      display: inline-block;
      margin: .2em 0 .6em 0;
      padding-left: 0;
      list-style-position: inside;
      width: 15em; }
      .cateringDetail .whiteFull ul li {
        margin-bottom: .2em;
        line-height: 1.3em;
        font-weight: bold; }
    .cateringDetail .whiteFull a {
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: .8em;
      padding: .49em 0;
      display: block;
      color: #e2231a;
      text-align: center;
      text-transform: uppercase; }
  .cateringDetail .redFull {
    margin-bottom: 0.625em; }
    .cateringDetail .redFull h3 {
      margin: .5em 0;
      font-size: 1.8em;
      letter-spacing: 1px;
      color: #fff;
      text-transform: uppercase; }

.cateringServices {
  text-align: center;
  margin-bottom: 0.625em;
  padding: 1em 1.6em; }
  .cateringServices h1 {
    font-size: 2.3em;
    margin-top: .5em;
    letter-spacing: 1px; }
  .cateringServices h2 {
    font-size: 3.5em;
    margin-bottom: 0em;
    letter-spacing: 1px;
    color: #e2231a;
    text-transform: uppercase; }
  .cateringServices p {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em; }
  .cateringServices form.dynamic textarea {
    height: 7em; }

@media only screen and (min-width: 46em) {
  .cateringLocation.storeLocation.homeLocation {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    background-color: #e2231a;
    margin-bottom: 0.625em;
    padding: 1.25em;
    min-height: 0; }
    .cateringLocation.storeLocation.homeLocation .contain {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 41.66667%;
      float: left; }
      .cateringLocation.storeLocation.homeLocation .contain h5 {
        font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0;
        font-size: 1em;
        float: none;
        font-weight: bold; }
      .cateringLocation.storeLocation.homeLocation .contain ul {
        text-align: left;
        margin-bottom: 1em; }
        .cateringLocation.storeLocation.homeLocation .contain ul li {
          margin-bottom: .2em; }
    .cateringLocation.storeLocation.homeLocation .phoneNumber {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left; }
      .cateringLocation.storeLocation.homeLocation .phoneNumber h4 {
        color: #fff;
        font-size: 2.7em;
        margin-top: .9em;
        letter-spacing: 1px;
        margin-bottom: 0;
        text-transform: uppercase;
        float: right; }
    .cateringLocation.storeLocation.homeLocation .contactBtns {
      float: right;
      font-size: 1.5em;
      width: 8.75em;
      padding: 0;
      padding-right: 1em;
      margin-top: 0; }
      .cateringLocation.storeLocation.homeLocation .contactBtns .btn {
        padding: .7em 0; }
    .cateringLocation.storeLocation.homeLocation .whiteFull {
      background-color: #e2231a; }
    .cateringLocation.storeLocation.homeLocation .contactBtns {
      background-color: #e2231a; }

  .cateringFeature {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 66.66667%;
    float: left; }
    .cateringFeature .flex-direction-nav a {
      height: 3.875em;
      width: 3.875em; }

  .cateringDetail {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: right;
    padding-left: 0.625em;
    font-size: .95em; }
    .cateringDetail .whiteFull {
      text-align: left; }
      .cateringDetail .whiteFull ul {
        margin: .2em 0 .55em 1.2em; }
        .cateringDetail .whiteFull ul li {
          list-style-position: outside; }
    .cateringDetail .redUp {
      text-align: center; }

  .cateringServices {
    margin-bottom: 0.5em; }
    .cateringServices h1 {
      font-size: 3.5em; }
    .cateringServices .cateringCol {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      border-right: solid #000 1px;
      padding: 0 1em;
      min-height: 15em;
      margin-bottom: .5em; }
      .cateringServices .cateringCol h2 {
        margin-top: 0;
        font-size: 2.4em; }
      .cateringServices .cateringCol:last-child {
        border-right: none; } }
.cateringRequest.storeLocation .blackUp {
  font-weight: bold; }
.cateringRequest.storeLocation .moreStores {
  margin-top: 0.625em; }
  .cateringRequest.storeLocation .moreStores a {
    display: block;
    padding: .5em 0; }

.cateringQuote {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 0.625em; }
  .cateringQuote h1 {
    font-size: 3em;
    margin: .2em 0 .1em 0;
    letter-spacing: 1px; }
  .cateringQuote p {
    margin-top: 0em;
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .8em;
    line-height: 1.6em; }

.requestForm h1, .requestForm p {
  text-align: center; }
.requestForm h1 {
  font-size: 2.5em;
  margin-bottom: 0;
  letter-spacing: 1px; }
.requestForm p {
  margin-top: 0;
  font-size: .8em; }
.requestForm label {
  font-size: .9em; }
.requestForm input[type='text'] {
  height: 3em; }
.requestForm form textarea {
  height: 8em; }
.requestForm .formInput span {
  margin-right: 4em;
  font-size: .9em; }

.servingSelection h6 {
  margin: .7em 0;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  font-size: .8em; }
.servingSelection .formInput span {
  margin-right: 1em;
  margin-left: 0; }
.servingSelection input[type="file"], .servingSelection input[type="checkbox"], .servingSelection input[type="radio"], .servingSelection select {
  margin-right: .5em; }
.servingSelection input[type="checkbox"] + label, .servingSelection input[type="radio"] + label {
  margin-left: 0; }
.servingSelection .row {
  margin: 0 !important; }

.formQuestions {
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .formQuestions a {
    font-weight: bold;
    color: #e2231a; }

#careerFullWidth {
  width: 100%;
  padding-left: 0; }
  #careerFullWidth .redFull {
    padding: 1.5em 0; }

@media only screen and (min-width: 46em) {
  .cateringRequest.storeLocation {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 33.33333%;
    float: left;
    background-color: #e2231a; }
    .cateringRequest.storeLocation .whiteFull {
      background-color: #e2231a;
      padding: 1.19em 0 1em 0; }
      .cateringRequest.storeLocation .whiteFull ul {
        margin-bottom: .5em; }
        .cateringRequest.storeLocation .whiteFull ul li {
          margin-bottom: .3em; }
          .cateringRequest.storeLocation .whiteFull ul li a {
            color: #fff; }
        .cateringRequest.storeLocation .whiteFull ul .pb {
          padding-bottom: 0.1875em !important; }
        .cateringRequest.storeLocation .whiteFull ul .mb-0 {
          margin-bottom: 0 !important; }
        .cateringRequest.storeLocation .whiteFull ul .whiteCap {
          margin-bottom: .75em; }

  .cateringQuote {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 66.66667%;
    float: left;
    padding-left: 0.625em; }
    .cateringQuote .redFull {
      padding: 2.26em 0; }
      .cateringQuote .redFull h1 {
        font-size: 3.5em; }
      .cateringQuote .redFull p {
        font-size: .95em;
        padding: 0 5em; }

  .requestForm .whiteFull {
    margin: 0 auto; }
  .requestForm input[type='radio'] {
    margin-top: .75em; }
  .requestForm .formInput.submit {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }

  .servingSelection .formInput label {
    padding-left: 0 !important; } }
@media only screen and (min-width: 75.063em) {
  .cateringRequest.storeLocation {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 33.33333%;
    float: left;
    background-color: #e2231a; }
    .cateringRequest.storeLocation .whiteFull {
      background-color: #e2231a;
      padding: 1.25em 0; }
      .cateringRequest.storeLocation .whiteFull ul {
        margin-bottom: .5em; }
        .cateringRequest.storeLocation .whiteFull ul li {
          margin-bottom: .3em; }
        .cateringRequest.storeLocation .whiteFull ul .pb {
          padding-bottom: 0.1875em; }

  .cateringQuote .redFull {
    padding: 2.18em 0; } }
.locationSidebar .whiteFull {
  text-align: center; }
  .locationSidebar .whiteFull h1 {
    font-size: 1.7em;
    margin: 0;
    letter-spacing: 1px; }
.locationSidebar .redFull {
  overflow: hidden;
  margin-bottom: 0.625em;
  padding: .8em; }
.locationSidebar .mapToggleContain span {
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8em;
  padding-top: .3em; }
.locationSidebar .mapToggleContain div {
  margin-bottom: 0.25em;
  float: right;
  background-color: #f4af00;
  display: inline-block;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: .3em .6em;
  cursor: pointer;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
.locationSidebar .mapToggleContain .list {
  display: none; }
.locationSidebar .storeInput {
  overflow: hidden; }
.locationSidebar .locationForm .input {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 83.33333%;
  float: left; }
  .locationSidebar .locationForm .input input {
    height: 2.75em;
    margin-bottom: .4em; }
.locationSidebar .locationForm .locIcon {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 16.66667%;
  float: left; }
  .locationSidebar .locationForm .locIcon input {
    height: 2.4em; }
.locationSidebar .storeDropdown {
  margin-top: 1.1em; }
.locationSidebar .toggleMap {
  display: none; }
.locationSidebar .toggleDropdown, .locationSidebar .toggleMap {
  color: #fff;
  font-size: .75em;
  float: left;
  margin-left: .2em;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.locationSidebar select {
  margin: 0 0 .68rem 0; }

.locationResults .whiteFull {
  position: relative;
  padding: 1.1em .5em; }
.locationResults .locNumber {
  position: absolute;
  font-family: "league-gothic", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
  top: 0;
  left: 0;
  padding: .25em .75em;
  background-color: #969495;
  font-size: 1.3em; }
  .locationResults .locNumber p {
    margin: 0;
    color: #fff; }
.locationResults span {
  color: #e2231a;
  margin-right: .2em;
  text-transform: uppercase;
  font-weight: bold; }
.locationResults .distance {
  font-family: "Open Sans", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
  margin-bottom: .75em; }
.locationResults ul {
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .75em;
  margin-left: 3.75em;
  color: #000;
  text-align: left; }
  .locationResults ul li {
    margin-bottom: .35em; }
  .locationResults ul a {
    font-size: 1.1em; }
  .locationResults ul .redUp {
    font-size: 1.1em;
    margin-bottom: .4em; }
  .locationResults ul .blackCap {
    font-size: .95em; }
.locationResults ul.storeHours .blackCap {
  font-size: 1.1em;
  letter-spacing: -1px; }
.locationResults .getDir {
  font-size: .8em; }

.locationMap {
  display: none; }
  .locationMap #map {
    height: 350px;
    width: 100%; }
  .locationMap .pinPopup {
    padding: 0; }
    .locationMap .pinPopup h4 {
      margin: .7em 0 .2em 0;
      font-size: 1.2em; }
    .locationMap .pinPopup ul {
      margin: 0; }
      .locationMap .pinPopup ul li {
        line-height: 1.2em; }

@media all and (max-width: 360px) {
  .locationSidebar .locationForm .locIcon input {
    height: 3em; } }
@media only screen and (min-width: 46em) {
  .locationSidebar {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left; }
    .locationSidebar .homeLocation {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left; }
    .locationSidebar form {
      margin-top: .3em; }
    .locationSidebar .locationResults {
      display: block !important; }
      .locationSidebar .locationResults .redUp {
        font-size: 1.2em;
        margin-bottom: .25em; }
      .locationSidebar .locationResults .blackCap {
        font-size: .9em; }
    .locationSidebar .mapToggleContain .list, .locationSidebar .mapToggleContain .map {
      display: none !important; }
    .locationSidebar .mapToggleContain span {
      font-size: .8em;
      padding: .3em 0;
      display: block; }
    .locationSidebar .locationForm .locIcon input {
      height: 3.05em; }

  .locationMap {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 66.66667%;
    float: left;
    display: block !important;
    padding-left: 1.25em; }
    .locationMap #map {
      border: solid #fff 30px;
      height: 680px;
      width: 100%; } }
@media only screen and (min-width: 75.063em) {
  .locationSidebar .locationForm .input {
    width: 87.33333%; }
  .locationSidebar .locationForm .locIcon {
    width: 12.66667%; }
    .locationSidebar .locationForm .locIcon input {
      height: 2.4em; } }
.ourBBQFeature {
  margin-bottom: 2.5em; }
  .ourBBQFeature h1 p {
    font-family: "league-gothic", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
    line-height: .85em; }
  .ourBBQFeature p, .ourBBQFeature a {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4em; }
  .ourBBQFeature a {
    color: #e2231a;
    display: block;
    margin-bottom: 1em; }
  .ourBBQFeature .tripleImg {
    margin-bottom: 0.625em;
    overflow: hidden; }
    .ourBBQFeature .tripleImg img {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left; }
  .ourBBQFeature .doubleImg {
    margin-bottom: 0.625em;
    overflow: hidden; }
    .ourBBQFeature .doubleImg img {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left; }
  .ourBBQFeature img {
    width: 100%; }
  .ourBBQFeature .textBoxGrey, .ourBBQFeature .textBoxYellow {
    text-align: center;
    padding: 1em 2em;
    margin-top: 0.625em; }

.ourBBQFeature.last {
  margin-bottom: 0.625em; }

.ourBBQLocation .contactBtns .btnContain {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
.ourBBQLocation .btn {
  padding: .7em 0;
  margin-bottom: 0.625em; }
  .ourBBQLocation .btn h2 {
    font-size: 2.4em;
    margin: 0; }

@media only screen and (min-width: 46em) {
  .ourBBQFeature h1 p {
    line-height: 1em; }
  .ourBBQFeature .textBoxGrey, .ourBBQFeature .textBoxYellow {
    text-align: center;
    padding: 1em 7em;
    margin-top: 0.625em; }

  .ourBBQLocation {
    background-color: #e2231a;
    padding: 1.25em 0.625em; }
    .ourBBQLocation .locationDetail {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 25%;
      float: left;
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding-left: 1.5625em; }
      .ourBBQLocation .locationDetail ul {
        font-size: .8em; }
        .ourBBQLocation .locationDetail ul li {
          margin-bottom: 0.1em; }
        .ourBBQLocation .locationDetail ul .blackUp {
          font-weight: bold; }
    .ourBBQLocation .contactBtns {
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 75%;
      float: left;
      padding-top: 0.625em;
      padding-bottom: 0; }
      .ourBBQLocation .contactBtns .btnContain {
        position: relative;
        padding-left: 0.625em;
        padding-right: 0.625em;
        width: 33.33333%;
        float: left; }
        .ourBBQLocation .contactBtns .btnContain h2 {
          font-size: 2em; }
    .ourBBQLocation .btn {
      padding: .7em 0;
      margin-bottom: 0.625em; }
      .ourBBQLocation .btn h2 {
        font-size: 2.4em;
        margin: 0; } }
.cateringOverview {
  text-align: center; }
  .cateringOverview .whiteFull {
    padding-bottom: 2em;
    overflow: visible; }
  .cateringOverview h1, .cateringOverview h2 {
    letter-spacing: 1px; }
  .cateringOverview h1 {
    font-size: 3.5em;
    line-height: .95em;
    margin: .3em 0 0 0;
    text-transform: uppercase; }
  .cateringOverview p {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 .9em;
    line-height: 1.5em; }
  .cateringOverview a {
    color: #e2231a;
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .85em; }
  .cateringOverview a.btn {
    color: #fff; }
  .cateringOverview .video {
    margin-bottom: 0.625em; }

.cateringLocations {
  text-align: center;
  background-color: #e2231a;
  padding-bottom: 2em; }
  .cateringLocations h1, .cateringLocations h2 {
    letter-spacing: 1px; }
  .cateringLocations h2 {
    margin: .3em 0 0 0;
    font-size: 2.3em;
    color: #fff;
    text-transform: uppercase; }
  .cateringLocations .locHead {
    padding: 0 2.5em 0 2.5em;
    font-size: .8em; }
    .cateringLocations .locHead p {
      margin: 0;
      padding: .8em 0 .5em 0; }
  .cateringLocations .locList {
    background-color: #e2231a;
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 4em;
    margin-top: 2em; }
    .cateringLocations .locList ul li {
      margin-bottom: 2.3em; }
      .cateringLocations .locList ul li a {
        text-transform: uppercase;
        font-size: 1.1em;
        color: #000;
        font-weight: bold; }

@media only screen and (min-width: 46em) {
  .cateringOverview {
    text-align: center;
    background-color: #fff;
    padding: 1.25em 1.25em 0.625em 1.25em; }
    .cateringOverview .video {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: right;
      margin-bottom: 0.625em; }
    .cateringOverview .whiteFull {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left;
      text-align: left;
      padding-bottom: 0;
      padding-right: 1em; }
      .cateringOverview .whiteFull h1 {
        margin-top: .1em;
        margin-left: .3em; }
      .cateringOverview .whiteFull p {
        font-size: .95em;
        padding-right: 1em;
        line-height: 1.6em; }
      .cateringOverview .whiteFull a {
        line-height: 1.3em;
        font-size: .9em; }

  .cateringLocations {
    background-color: transparent;
    padding-bottom: 0; }
    .cateringLocations hr {
      display: none; }
    .cateringLocations .redFull {
      background-color: transparent;
      padding-bottom: 1.2em; }
    .cateringLocations .locList {
      background-color: transparent;
      padding: 0;
      margin-top: 0;
      font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .cateringLocations .locList ul {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: left;
        background-color: #e2231a;
        margin-bottom: 0.625em; }
      .cateringLocations .locList ul li {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        float: left;
        border-left: solid #fff 1px;
        height: 5.125em;
        margin-bottom: 0;
        padding: 1.5em .5em; }
        .cateringLocations .locList ul li:first-child {
          border-left: none; }
        .cateringLocations .locList ul li a {
          font-size: .9em;
          color: #000; } }
.nutrition .whiteFull {
  text-align: center;
  padding: 1.5em 1.3em; }
  .nutrition .whiteFull h2 {
    font-size: 3em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0; }
  .nutrition .whiteFull p {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .nutrition .whiteFull a {
    color: #e2231a; }
.nutrition .redFull {
  margin-bottom: 0.625em;
  text-align: center;
  padding: 2em 2em; }
  .nutrition .redFull h3 {
    letter-spacing: 1px;
    font-size: 3.4em;
    margin: .2em 0; }
  .nutrition .redFull a {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .75em;
    text-transform: uppercase;
    white-space: nowrap; }
    .nutrition .redFull a sup {
      color: #000; }

@media only screen and (min-width: 46em) {
  .nutrition .mainCallout {
    margin-top: 1.5em; }
  .nutrition .whiteFull {
    padding-left: 4em;
    padding-right: 4em; }
  .nutrition .nutritionContain {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left; }
    .nutrition .nutritionContain .redFull {
      height: 14.625em; }
      .nutrition .nutritionContain .redFull a {
        white-space: normal;
        line-height: 1.5em; }
  .nutrition .ingredients {
    padding: 0 0.625em; }
    .nutrition .ingredients .redFull h3 {
      margin: .7em 0; } }
@media only screen and (min-width: 75.063em) {
  .nutrition .nutritionContain .redFull a {
    white-space: nowrap; } }
.emailHeader {
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 0.625em;
  font-size: .9em;
  letter-spacing: -.5px;
  padding: .2em 1.5em; }
  .emailHeader p {
    line-height: 1.5em; }

.disclaimer {
  border-top: solid 1px #000;
  margin: .5em .8em;
  text-align: center;
  font-size: .8em; }

@media only screen and (min-width: 46em) {
  .joinEmailClub.whiteFull {
    padding: 1.875em; }

  .emailHeader {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 0.625em;
    font-size: 1em;
    letter-spacing: 0px;
    padding: .7em 5em; }
    .emailHeader p {
      line-height: 1.5em; }

  .emailClubForm {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 58.33333%;
    float: left;
    width: 52%; }
    .emailClubForm .birthdaySelect select {
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 50%;
      float: left; }

  .emailClubImage {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 41.66667%;
    float: left;
    width: 48%;
    padding-left: 1em; }
    .emailClubImage img {
      width: 100%; }

  .disclaimer {
    padding: 0 7em; }
    .disclaimer br {
      display: none; } }
.ourAwards .cateringDetail .redFull {
  padding: 1.9em 0; }
  .ourAwards .cateringDetail .redFull h3 {
    letter-spacing: 1px;
    margin: 0; }
.ourAwards .cateringDetail .whiteFull {
  padding: 1em 1.7em;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .ourAwards .cateringDetail .whiteFull .yellowBtn {
    margin: 1.5em 0; }
.ourAwards .cateringFeature .flex-direction-nav a {
  height: 2.5em;
  width: 2.5em; }
.ourAwards .cateringFeature .flexslider:hover .flex-prev {
  left: 0px; }
.ourAwards .cateringFeature .flexslider:hover .flex-next {
  right: 0px; }
.ourAwards .cateringFeature .flex-direction-nav .flex-next {
  background-image: url("../media/image/1/arrowhomerighticn.png");
  background-size: cover; }
.ourAwards .cateringFeature .flex-direction-nav .flex-prev {
  background-image: url("../media/image/1/arrowhomelefticn.png");
  background-size: cover; }

.ourAwardsList {
  border-top: solid 15px #969495;
  padding-top: 1.7em; }
  .ourAwardsList h2, .ourAwardsList h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .ourAwardsList h2 {
    font-size: 3.7em;
    margin: 0;
    line-height: .9em; }
  .ourAwardsList h3 {
    font-size: 2.6em;
    margin: 0;
    line-height: .9em; }
  .ourAwardsList hr {
    margin: 1.5em 1.5em;
    border-top: solid #969495 1px; }
  .ourAwardsList ul {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    text-align: center;
    padding-top: .5em; }
    .ourAwardsList ul li {
      margin-bottom: 1.5em; }
      .ourAwardsList ul li ul li {
        margin-bottom: .2em; }
      .ourAwardsList ul li .redUp {
        font-size: .95em; }
      .ourAwardsList ul li .description {
        font-size: .8em;
        line-height: 1.5em; }
  .ourAwardsList .redFull {
    text-align: center;
    letter-spacing: 1px;
    padding-top: 2em; }
    .ourAwardsList .redFull h4 {
      font-size: 2.2em;
      margin: 0 0 .3em 0;
      text-transform: uppercase; }
    .ourAwardsList .redFull h3 {
      font-size: 4em; }
    .ourAwardsList .redFull span {
      font-size: .6em; }

@media only screen and (min-width: 46em) {
  .ourAwards .cateringDetail .redFull {
    font-size: 1.05em; }
  .ourAwards .cateringDetail .whiteFull {
    padding: 1em 1.7em;
    height: 27.1em; }
    .ourAwards .cateringDetail .whiteFull p {
      line-height: 2em;
      margin-bottom: 3.7em;
      margin-top: 2em;
      font-size: .95em; }

  .ourAwards .cateringFeature .flex-direction-nav a {
    height: 3.875em;
    width: 3.875em; }

  .ourAwardsList h2, .ourAwardsList h3 {
    text-align: center;
    text-transform: uppercase; }
  .ourAwardsList h2 {
    font-size: 5em;
    margin: 0; }
  .ourAwardsList h3 {
    font-size: 2.5em;
    margin: 0 0 .3em 0; }
  .ourAwardsList hr {
    border-top: solid #969495 2px;
    margin: 0em 1em; }
  .ourAwardsList > ul {
    margin: 0 .5em; }
  .ourAwardsList .row > li {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 33.33333%;
    float: left;
    padding-right: 2.625em; }
    .ourAwardsList .row > li ul {
      text-align: left; }
  .ourAwardsList .redFull {
    padding-top: 1em;
    margin: .5em 1em 1em 1em; }
    .ourAwardsList .redFull h3 {
      font-size: 3.6em;
      margin-bottom: 0; }
    .ourAwardsList .redFull br {
      display: none; }
    .ourAwardsList .redFull span {
      font-size: 1em; } }
.mainCallout.careers h1 {
  margin-bottom: 0; }
.mainCallout.careers h5 {
  margin-bottom: .2em;
  font-size: .8em; }

.findJob {
  margin-bottom: 0.625em;
  text-align: center;
  padding-bottom: .2em;
  overflow: hidden; }
  .findJob h2 {
    font-size: 3em;
    margin: .2em 0 .2em 0;
    letter-spacing: 1px; }
  .findJob form {
    margin: 0 .25em 0 .25em; }

.partLoc form {
  margin: auto !important; }

.careerType .whiteFull {
  position: relative;
  padding-bottom: 1.7em; }
  .careerType .whiteFull h3 {
    font-size: 2em;
    margin: .6em 0 0 .5em;
    letter-spacing: 1px; }
  .careerType .whiteFull ul {
    color: #000; }
    .careerType .whiteFull ul li {
      margin-bottom: 1em;
      line-height: 1.2em; }
.careerType .yellowBtn {
  margin: 0 1em;
  padding: .8em 0; }
  .careerType .yellowBtn h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 2.3em; }

.careersFeatureBlock {
  text-align: center; }
  .careersFeatureBlock h3 {
    font-size: 3.5em;
    margin: .25em .3em 0 .3em;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: .9em; }
  .careersFeatureBlock p {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 .4em;
    font-size: .95em;
    line-height: 1.4em; }
  .careersFeatureBlock img {
    width: 100%;
    margin-bottom: 0.625em; }
  .careersFeatureBlock .video {
    margin-bottom: 0.625em; }
  .careersFeatureBlock aside .redFull {
    margin: 0 1em; }
    .careersFeatureBlock aside .redFull h4 {
      font-size: 1.7em;
      margin: 0;
      letter-spacing: 1px; }
  .careersFeatureBlock aside ul {
    text-align: left; }
    .careersFeatureBlock aside ul li {
      margin-bottom: .4em;
      font-weight: bold; }

@media only screen and (min-width: 46em) {
  .findJob h2 {
    margin-top: 0; }
  .findJob form {
    max-width: none;
    margin: 0 20em; }

  .careerType {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left; }
    .careerType .whiteFull {
      height: 23.4375em; }
    .careerType ul {
      font-size: .95em;
      padding-left: 2.3em; }
    .careerType .yellowBtn {
      position: absolute;
      bottom: 1.7em;
      left: 0;
      right: 0; }
      .careerType .yellowBtn h2 {
        color: #000;
        text-transform: uppercase;
        font-size: 2.1em; }

  .careerType.lft {
    padding-right: 7.5px; }

  .careerType.mdl {
    padding-left: 2.5px;
    padding-right: 2.5px; }

  .careerType.rght {
    padding-left: 7.5px; }

  .careersFeatureBlock {
    background-color: #fff;
    display: block;
    overflow: hidden;
    margin-bottom: 0.625em;
    padding: 1.8em 1.2em; }
    .careersFeatureBlock img {
      margin-bottom: 0; }
    .careersFeatureBlock .careersText {
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 50%;
      float: left;
      text-align: left; }
      .careersFeatureBlock .careersText h3 {
        margin: .1em 3.8em .4em 0em;
        font-size: 3.6em; }
      .careersFeatureBlock .careersText p {
        padding-left: 0;
        padding-right: 4em; }
    .careersFeatureBlock aside {
      position: relative;
      padding-left: 0.625em;
      padding-right: 0.625em;
      width: 50%;
      float: right; }
      .careersFeatureBlock aside .redFull {
        padding: 1.7em 1.5em; }
        .careersFeatureBlock aside .redFull h4 {
          font-size: 2em;
          text-align: left; }
      .careersFeatureBlock aside ul {
        margin-top: 1.75em;
        margin-left: .8em;
        font-size: .95em; }
      .careersFeatureBlock aside ul li {
        margin-bottom: .75em; }
    .careersFeatureBlock .video {
      margin-top: 4em; } }
.meetDave .redFull {
  text-align: center;
  padding: 1.875em;
  margin-bottom: 0.625em; }
  .meetDave .redFull h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2.6em;
    margin-bottom: 0;
    margin-top: .7em;
    line-height: .9em; }
  .meetDave .redFull img {
    width: 100%;
    padding: 0 2.75em; }
.meetDave .whiteFull {
  padding: 1.875em 1.875em 1.25em 1.875em;
  font-size: 0.875em;
  margin-bottom: 0.75em;
  font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .meetDave .whiteFull span {
    color: #e2231a; }
  .meetDave .whiteFull p {
    margin-top: .2em;
    line-height: 1.4em; }
.meetDave .flexslider {
  background-color: transparent;
  font-family: "Open Sans", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 0.6875em; }
  .meetDave .flexslider img {
    width: 100%;
    margin-bottom: 0.625em; }
  .meetDave .flexslider .greyFull {
    margin-bottom: 0;
    text-align: center;
    height: 19em; }
    .meetDave .flexslider .greyFull p {
      font-size: .95em;
      margin-bottom: 2em;
      margin-top: 0;
      color: #000;
      line-height: 1.8em; }
  .meetDave .flexslider .flex-direction-nav {
    display: none; }
  .meetDave .flexslider .flex-direction-nav a {
    height: 2.5em;
    width: 2.5em; }
  .meetDave .flexslider:hover .flex-prev {
    left: 0px; }
  .meetDave .flexslider:hover .flex-next {
    right: 0px; }
  .meetDave .flexslider .flex-direction-nav .flex-next {
    background-image: url("../media/image/1/arrowhomerighticn.png");
    background-size: cover; }
  .meetDave .flexslider .flex-direction-nav .flex-prev {
    background-image: url("../media/image/1/arrowhomelefticn.png");
    background-size: cover; }
  .meetDave .flexslider .flex-control-nav {
    bottom: 19px; }
  .meetDave .flexslider .flex-control-paging li {
    margin: 0 5px; }
    .meetDave .flexslider .flex-control-paging li a {
      background-color: #fff;
      width: 14px;
      height: 14px; }
    .meetDave .flexslider .flex-control-paging li a.flex-active {
      background-color: #e2231a; }
.meetDave .daveQuote {
  text-align: center; }
  .meetDave .daveQuote .whiteFull {
    padding-top: 0.9375em; }
  .meetDave .daveQuote p {
    font-size: 1.125em;
    line-height: 2;
    margin-top: 0em;
    margin-bottom: .7em;
    color: #000;
    font-weight: normal; }
  .meetDave .daveQuote h4 {
    color: #e2231a;
    font-size: 2.375em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0; }
.meetDave .meetDavePromo .promos {
  text-align: center; }
  .meetDave .meetDavePromo .promos p {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 1.1em; }
  .meetDave .meetDavePromo .promos a {
    color: #e2231a;
    text-transform: uppercase; }
.meetDave .didYouKnow .whiteFull {
  padding-bottom: 3.3em;
  min-height: 20em; }
.meetDave .didYouKnow h3 {
  color: #e2231a;
  font-size: 2.375em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 .1em 0; }
.meetDave .didYouKnow .flex-control-nav {
  bottom: 33px; }
.meetDave .didYouKnow .flex-direction-nav a {
  height: 31px; }
.meetDave .didYouKnow .flex-direction-nav .flex-next {
  background-image: url("../img/arrowRight-icn.png"); }
.meetDave .didYouKnow .flex-direction-nav .flex-prev {
  background-image: url("../img/arrowLeft-icn.png"); }
.meetDave .didYouKnow .flex-control-paging li {
  margin: 0 5px; }
  .meetDave .didYouKnow .flex-control-paging li a {
    background-color: #000;
    width: 14px;
    height: 14px; }
  .meetDave .didYouKnow .flex-control-paging li a.flex-active {
    background-color: #e2231a; }

@media only screen and (min-width: 46em) {
  .meetDave .redFull {
    padding: 1.5em 0; }
    .meetDave .redFull h2 {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 2.4em;
      margin: 0em auto;
      width: 12.5em;
      line-height: 1em; }
  .meetDave .flexslider .flex-direction-nav a {
    height: 3.875em;
    width: 3.875em; }
  .meetDave .flexslider p {
    width: 46em;
    margin-left: auto;
    margin-right: auto; }
  .meetDave .flexslider .flex-direction-nav {
    display: block; }
  .meetDave .flexslider .greyFull {
    height: 11em; }
  .meetDave .whiteFull .leftContain {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left; }
    .meetDave .whiteFull .leftContain img {
      width: 100%; }
  .meetDave .daveQuote .whiteFull {
    padding: 1.875em 4.25em 1.25em 4.25em; }
    .meetDave .daveQuote .whiteFull p {
      line-height: 1.7em;
      font-size: 1.5em; }
  .meetDave .whiteFull .rightContain {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 66.66667%;
    float: left;
    padding: 1em 0 1em 2em; }
    .meetDave .whiteFull .rightContain p, .meetDave .whiteFull .rightContain span {
      font-size: 1.1em;
      line-height: 1.5em;
      margin-top: 0; }
    .meetDave .whiteFull .rightContain p {
      margin-bottom: 1.4em; }
  .meetDave .meetDavePromo .promos {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
    text-align: center; }
    .meetDave .meetDavePromo .promos .whiteFull {
      height: 10.0625em;
      padding-top: 2.4em; }
  .meetDave .meetDavePromo .didYouKnow {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 75%;
    float: left;
    padding-left: 0.625em; }
    .meetDave .meetDavePromo .didYouKnow .flex-control-nav {
      bottom: 43px; }
    .meetDave .meetDavePromo .didYouKnow .whiteFull {
      height: 20.875em;
      min-height: none; }
      .meetDave .meetDavePromo .didYouKnow .whiteFull h3 {
        margin-top: .5em;
        margin-bottom: .8em;
        font-size: 2em; }
      .meetDave .meetDavePromo .didYouKnow .whiteFull p {
        width: 31em;
        margin: 0 auto;
        font-size: 1.4em;
        font-weight: 400;
        line-height: 1.8em; } }
.questions {
  text-align: center; }
  .questions .whiteFull {
    padding-bottom: 2em; }
  .questions h2 {
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: .3em 0 .5em 0; }
  .questions ul.questionList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .questions ul.questionList img {
      width: .9em; }
    .questions ul.questionList > li {
      font-size: 1em;
      margin-bottom: 1em;
      cursor: pointer; }
    .questions ul.questionList li ul {
      display: none;
      list-style-type: none;
      margin: 0;
      padding: .5em 0 0 0; }
      .questions ul.questionList li ul li {
        color: #000;
        font-family: "Open Sans", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
        font-size: 1em; }
      .questions ul.questionList li ul p {
        margin: 0; }

.questions.FAQ {
  text-align: left; }
  .questions.FAQ .whiteFull {
    padding: .5em 1.3em 1.5em 1.3em; }
  .questions.FAQ h2 {
    text-align: center; }
  .questions.FAQ h3 {
    color: #000;
    font-size: 2em; }
  .questions.FAQ ul {
    text-align: left; }
  .questions.FAQ ul li {
    margin-bottom: 1.2em; }

.questionLinks .redFull {
  margin-bottom: 0.625em;
  text-align: center; }
  .questionLinks .redFull p {
    font-family: "Arvo", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .questionLinks .redFull span {
    font-size: .9em;
    font-family: "Open Sans", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif; }
  .questionLinks .redFull span a {
    color: #000; }
  .questionLinks .redFull p > a {
    font-family: "league-gothic", Tahoma, "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
    letter-spacing: 1px;
    font-size: 2em;
    text-transform: uppercase;
    color: #e2231a;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: .75em 0;
    margin: 0.375em 0 0 0; }

@media only screen and (min-width: 46em) {
  .questions ul.questionList li ul li {
    width: 43em;
    margin: 0 auto; }

  .questionLinks {
    background-color: #e2231a; }
    .questionLinks .contain {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left; }
    .questionLinks .redFull {
      position: relative; }

  .questions.FAQ {
    text-align: left; }
    .questions.FAQ ul.questionList li ul li {
      width: auto;
      margin-left: 1em; }
    .questions.FAQ .whiteFull {
      padding: 1.5em 3.3em 1.5em 3.3em; } }
.realEstate .stateForm {
  padding: 0 1em; }
.realEstate .contentSection form {
  padding-top: 2em; }
.realEstate .contentSideNav {
  padding: 1em 0; }
  .realEstate .contentSideNav .redUp a, .realEstate .contentSideNav .redUp {
    color: #fff; }

@media only screen and (min-width: 46em) {
  .realEstate .contentSideNav {
    padding: 1em 2em; }
    .realEstate .contentSideNav .redUp a, .realEstate .contentSideNav .redUp {
      color: #e2231a; } }
.careerStoreList a {
  color: #e2231a; }

@media only screen and (min-width: 46em) {
  .careerStoreList .careerCol {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 33.33333%;
    float: left; } }
.landingPage {
  text-align: center; }

.landingPage .btn {
  font-size: 2em;
  padding: .7em 1em;
  width: auto; }

.leftAlign {
  text-align: left; }

.landingPage p {
  font-family: 'Arvo', serif;
  font-size: 1.2em;
  padding-top: 1em; }

.bigOr {
  text-align: center;
  position: relative; }

.bigOr h2 {
  display: inline-block; }

.bigOr h2:before,
.bigOr h2:after {
  border-top: 1px solid black;
  display: block;
  height: 1px;
  content: " ";
  width: 40%;
  position: absolute;
  left: 0;
  top: 1.3em;
  -moz-box-shadow: 1px 1px 1px silver;
  -webkit-box-shadow: 1px 1px 1px silver;
  box-shadow: 1px 1px 1px silver; }

.bigOr h2:after {
  right: 0;
  left: auto; }

.noOnlineOrder {
  line-height: 1.4em; }

@media screen and (min-width: 46em) {
  .landingPage p {
    padding-top: 2em; }

  .bigOr h2:before,
  .bigOr h2:after {
    width: 47%; } }
.eventsPage {
  font-size: .8em; }
  .eventsPage h2, .eventsPage h3 {
    margin: 0;
    font-size: 2.2em; }
  .eventsPage p {
    font-size: 1.05em;
    margin-top: .2em;
    line-height: 1.4em; }
  .eventsPage h3 {
    margin-bottom: .2em; }
  .eventsPage .redFull {
    text-align: center;
    margin-bottom: .65em;
    overflow: hidden;
    padding: 1.25em; }
  .eventsPage .monthChange.redFull {
    padding: .4em; }
    .eventsPage .monthChange.redFull h2 {
      display: inline-block;
      margin-top: 13px; }
    .eventsPage .monthChange.redFull .leftArr {
      float: left; }
    .eventsPage .monthChange.redFull .rightArr {
      float: right; }
  .eventsPage .featuredEvent {
    padding: 2em;
    text-align: center; }
    .eventsPage .featuredEvent .left {
      margin-bottom: 2em; }
    .eventsPage .featuredEvent.last {
      margin-bottom: 2.5em; }
    .eventsPage .featuredEvent h2 {
      text-transform: uppercase; }
    .eventsPage .featuredEvent a {
      color: #e2231a; }
    .eventsPage .featuredEvent img {
      width: 100%; }
  .eventsPage article {
    width: 100%;
    background-color: #fff;
    margin-bottom: .7em;
    padding: 1.5em 1.2em 1.2em 1.2em;
    position: relative; }
    .eventsPage article h3 {
      text-transform: uppercase; }
    .eventsPage article a {
      color: #e2231a; }
    .eventsPage article p {
      line-height: 1.3em; }
    .eventsPage article img {
      display: none;
      width: 100%; }
    .eventsPage article .editEvent {
      position: absolute;
      top: 5px;
      right: 5px;
      color: #e2231a; }

#uploadNewImage {
  color: #e2231a;
  font-size: .7em; }

.currentImage {
  margin-top: .9em; }

@media only screen and (min-width: 46em) {
  .eventsPage {
    font-size: 1em; }
    .eventsPage .featuredEvent {
      padding: 2.5em 2.5em; } }
@media only screen and (min-width: 75.063em) {
  .eventsPage .featuredEvent {
    text-align: left; } }