/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 358, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 363, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 379, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 394, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 409, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 439, ../sass/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 453, ../sass/_normalize.scss */
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.
 */
/* line 467, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 478, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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).
 */
/* line 493, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 518, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 524, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 532, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 34, ../sass/layouts/_responsive.scss */
#header,
#main-menu,
#main,
#footer,
#smallprint {
  max-width: 960px;
  margin: 0 auto;
}
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main-menu:before,
#main-menu:after,
#main:before,
#main:after,
#footer:before,
#footer:after,
#smallprint:before,
#smallprint:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main-menu:after,
#main:after,
#footer:after,
#smallprint:after {
  clear: both;
}

/* line 46, ../sass/layouts/_responsive.scss */
.r {
  float: right;
}

/* line 47, ../sass/layouts/_responsive.scss */
.l {
  float: left;
}

/* line 48, ../sass/layouts/_responsive.scss */
.cb {
  clear: both;
}

/* line 49, ../sass/layouts/_responsive.scss */
.align-l {
  text-align: left;
}

/* line 50, ../sass/layouts/_responsive.scss */
.align-r {
  text-align: right;
}

/* line 51, ../sass/layouts/_responsive.scss */
.align-c {
  text-align: center;
}

/* line 52, ../sass/layouts/_responsive.scss */
.hl {
  border: 1px solid #f0f;
}

/* line 53, ../sass/layouts/_responsive.scss */
.g:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 54, ../sass/layouts/_responsive.scss */
img.left {
  float: left;
  margin: 0.5em 1.5em 1.5em 0;
  padding: 0;
}

/* line 55, ../sass/layouts/_responsive.scss */
img.right {
  float: right;
  margin: 0.5em 0 1.5em 1.5em;
}

/* line 59, ../sass/layouts/_responsive.scss */
a {
  text-decoration: none;
}

/* line 61, ../sass/layouts/_responsive.scss */
h1, h2, h3, h1 a, h2 a, h3 a {
  font-weight: bold;
  line-height: 135%;
  color: #e01a22;
}

/* line 67, ../sass/layouts/_responsive.scss */
h1 {
  font-size: 18px;
  margin: 0 0 0.3em 0;
}

/* line 68, ../sass/layouts/_responsive.scss */
h2 {
  font-size: 18px;
  margin: 2em 0 0.15em 0;
}

/* line 69, ../sass/layouts/_responsive.scss */
h3 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0.1em;
}

/* line 70, ../sass/layouts/_responsive.scss */
p {
  margin: 0px;
}

/* line 71, ../sass/layouts/_responsive.scss */
#main {
  padding-top: 15px;
}

/* line 72, ../sass/layouts/_responsive.scss */
#main p,
#main td {
  font-size: 13px;
  margin-bottom: 10px;
}

/* line 77, ../sass/layouts/_responsive.scss */
#main a {
  color: #3FA9F1;
}

/* line 80, ../sass/layouts/_responsive.scss */
#main ul, #main ol {
  margin-bottom: 1.5em;
  padding-left: 1em;
  line-height: 1.4em;
}

/* line 85, ../sass/layouts/_responsive.scss */
#main ul li, #main ol li {
  margin-bottom: 0.75em;
  display: list-item;
  font-size: 13px;
}

/* line 90, ../sass/layouts/_responsive.scss */
#main ul li {
  list-style: disc;
}

/* line 93, ../sass/layouts/_responsive.scss */
#main ol li {
  list-style: decimal;
  margin-bottom: 1.4em;
}

/***********************************************
** Everything larger than Mobile Phones
***********************************************/
@media all and (min-width: 480px) {
  /* line 105, ../sass/layouts/_responsive.scss */
  .show-on-mobile {
    display: none;
  }

  #main-menu ul li:nth-child(4){
     display:none;
  }  

  /* line 106, ../sass/layouts/_responsive.scss */
  #header-wr {
    width: 100%;
    background-color: #ef1c25;
    padding-top: 10px;
  }
  /* line 111, ../sass/layouts/_responsive.scss */
  #header-wr #logo-img {
    margin: 15px;
  }
  /* line 113, ../sass/layouts/_responsive.scss */
  #header-wr #header-text {
    margin: 45px 0px 20px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    background-color: none !important;
  }
  /* line 121, ../sass/layouts/_responsive.scss */
  #header-wr #header-text #animations {
    margin: 20px 0px;
    text-align: center;
  }
  /* line 125, ../sass/layouts/_responsive.scss */
  #header-wr #header-text #animations a {
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
  }
  /* line 135, ../sass/layouts/_responsive.scss */
  #header-wr #logo {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 136, ../sass/layouts/_responsive.scss */
  #header-wr #header-text {
    float: left;
    width: 33.33333%;
    margin-left: 25%;
    margin-right: -58.33333%;
  }
  /* line 137, ../sass/layouts/_responsive.scss */
  #header-wr #car {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 142, ../sass/layouts/_responsive.scss */
  #header-wr #social {
    padding-left: 16px;
    padding-top: 9px;
  }
  /* line 145, ../sass/layouts/_responsive.scss */
  #header-wr #social a {
    margin: 5px;
  }

  /* line 153, ../sass/layouts/_responsive.scss */
  #main-menu-wr {
    width: 100%;
    background-color: #272727;
    border-top: 2px solid #272727;
    border-bottom: 2px solid #272727;
  }
  /* line 161, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu .block {
    margin-bottom: 0px;
  }
  /* line 165, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu ul {
    margin: 0px;
    padding: 0px;
  }
  /* line 169, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu ul li {
    float: left;
    list-style: none;
  }
  /* line 175, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu ul li a {
    display: block;
    width: 60px;
    height: 47px;
    font-size: 0.8em;
    padding: 9px 17px 0px 17px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    border-right: 1px solid #555;
  }
  /* line 188, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu ul li a:hover {
    color: #f00;
    background-color: #000;
  }
  /* line 192, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu ul li a.active {
    color: #fff;
    background-color: #ef1c25;
    border-right: none;
  }
  /* line 199, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu ul li.first {
    border-left: 1px solid #555;
  }
  /* line 202, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu ul, #main-menu-wr #main-menu ul li.leaf {
    list-style: none;
  }
  /* line 205, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu .single-line {
    line-height: 38px !important;
  }
  /* line 209, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu #gift-vouchers #nav a.current {
    color: #000;
    background-color: #ffcc00;
  }
  /* line 214, ../sass/layouts/_responsive.scss */
  #main-menu-wr #main-menu #car {
    margin-top: 15px;
  }

  /* line 220, ../sass/layouts/_responsive.scss */
  #footer-wr {
    background: #ef1c25;
    border-top: 5px solid #ce0006;
    border-bottom: 5px solid #ce0006;
  }
  /* line 226, ../sass/layouts/_responsive.scss */
  #footer-wr a {
    color: #fff;
  }
  /* line 230, ../sass/layouts/_responsive.scss */
  #footer-wr #footer {
    padding: 15px 0px;
  }
  /* line 235, ../sass/layouts/_responsive.scss */
  #footer-wr #footer-logo {
    width: 177px;
  }
  /* line 238, ../sass/layouts/_responsive.scss */
  #footer-wr #footer-logo img {
    width: 200px;
  }
  /* line 242, ../sass/layouts/_responsive.scss */
  #footer-wr #footer-logo p {
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    padding-top: 10px;
  }
  /* line 250, ../sass/layouts/_responsive.scss */
  #footer-wr #bio {
    width: 450px;
    margin-right: 35px;
    color: #FFF;
  }
  /* line 255, ../sass/layouts/_responsive.scss */
  #footer-wr #bio img {
    float: left;
    margin-right: 10px;
  }
  /* line 259, ../sass/layouts/_responsive.scss */
  #footer-wr #bio h3 {
    color: #FFF;
    font-size: 1.4em;
    margin-top: 0px;
  }
  /* line 264, ../sass/layouts/_responsive.scss */
  #footer-wr #bio p {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  /* line 271, ../sass/layouts/_responsive.scss */
  #smallprint {
    font-size: 10px;
    text-align: center;
  }
  /* line 275, ../sass/layouts/_responsive.scss */
  #smallprint ul li {
    display: inline;
    list-style-type: none;
  }
  /* line 279, ../sass/layouts/_responsive.scss */
  #smallprint ul li a {
    color: #000;
    margin-right: 10px;
    text-decoration: underline;
  }

  /* line 289, ../sass/layouts/_responsive.scss */
  #main-wr #main-content {
    float: left;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: -58.33333%;
  }

  /* line 292, ../sass/layouts/_responsive.scss */
  #main-wr #sidebar {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /* line 296, ../sass/layouts/_responsive.scss */
  #sidebar .menu {
    margin-bottom: 20px;
    background: #343434;
    padding: 0px;
  }
  /* line 301, ../sass/layouts/_responsive.scss */
  #sidebar .menu li {
    list-style: none;
    margin: 0px;
  }
  /* line 305, ../sass/layouts/_responsive.scss */
  #sidebar .menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
    border: 1px solid #454545;
    padding: 10px;
  }
  /* line 313, ../sass/layouts/_responsive.scss */
  #sidebar .menu li a:hover {
    color: #ffcc00;
    text-decoration: underline;
  }
  /* line 319, ../sass/layouts/_responsive.scss */
  #sidebar .menu li.active a,
  #sidebar .menu #sidebar ul li.active a:hover {
    color: #fff;
    background: #c71815;
  }
  /* line 324, ../sass/layouts/_responsive.scss */
  #sidebar .menu #sidebar .menu .leaf {
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    margin: 0px;
  }

  /* line 327, ../sass/layouts/_responsive.scss */
  #sidebar .fb-like {
    width: 80px;
  }

  /* line 330, ../sass/layouts/_responsive.scss */
  #block-block-8 h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 334, ../sass/layouts/_responsive.scss */
  #block-block-8 p {
    text-align: center;
  }

  /* line 342, ../sass/layouts/_responsive.scss */
  .view-id-news ul {
    margin: 0px !important;
    padding: 0px !important;
  }
  /* line 346, ../sass/layouts/_responsive.scss */
  .view-id-news ul li {
    margin-left: 0px !important;
    list-style-type: none !important;
    clear: both;
    display: block;
  }
  /* line 352, ../sass/layouts/_responsive.scss */
  .view-id-news ul li .news-image {
    padding: 1px;
    border: 1px solid #dedede;
    margin: 0px 1em 1em 0;
  }
  /* line 356, ../sass/layouts/_responsive.scss */
  .view-id-news ul li .news-image img {
    vertical-align: bottom;
  }
  /* line 360, ../sass/layouts/_responsive.scss */
  .view-id-news ul li h2 {
    font-size: 1.5em;
    margin: 0 0 0.75em 0;
  }
  /* line 363, ../sass/layouts/_responsive.scss */
  .view-id-news ul li h2 a {
    text-decoration: underline;
  }
  /* line 367, ../sass/layouts/_responsive.scss */
  .view-id-news ul li p {
    font-size: 12px;
  }

  /* line 377, ../sass/layouts/_responsive.scss */
  .view-reviews .all-reviews ul {
    margin: 0 0 40px 0;
    padding: 0px !important;
  }
  /* line 381, ../sass/layouts/_responsive.scss */
  .view-reviews .all-reviews ul .review {
    list-style-image: none !important;
    list-style-type: none !important;
    background: #efefef url(../images/common/quotes.gif) top left no-repeat;
    padding: 10px 10px 10px 150px;
    margin-bottom: 20px;
    font-size: 0.9em !important;
  }
  /* line 389, ../sass/layouts/_responsive.scss */
  .view-reviews .all-reviews ul .review img {
    margin-bottom: 20px;
  }
  /* line 392, ../sass/layouts/_responsive.scss */
  .view-reviews .all-reviews ul .review h2 {
    margin: 0px;
  }
  /* line 395, ../sass/layouts/_responsive.scss */
  .view-reviews .all-reviews ul .review .customer {
    font-style: italic;
    font-weight: bold;
    display: block;
    text-align: right;
    font-size: 1em;
  }

  /* line 406, ../sass/layouts/_responsive.scss */
  .item-list .pager {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 410, ../sass/layouts/_responsive.scss */
  .item-list .pager li {
    margin-right: 10px;
    list-style-type: none !important;
    float: left;
    clear: none;
  }

  /****************************/
  /* Gift Voucher Page Styles */
  /****************************/
  /* line 423, ../sass/layouts/_responsive.scss */
  #buy-wr {
    margin-left: 480px;
  }

  /* line 424, ../sass/layouts/_responsive.scss */
  #buy-btn {
    margin: 20px 0 5px 0;
  }

  /* line 425, ../sass/layouts/_responsive.scss */
  #buy-btn a {
    display: block;
    width: 132px;
    height: 42px;
    background: url(http://www.mcbridedrivingschool.ie/sites/all/themes/mbds/media/images/common/buy_now.png) top left no-repeat;
  }

  /* line 426, ../sass/layouts/_responsive.scss */
  #buy-btn a:hover {
    background: url(http://www.mcbridedrivingschool.ie/sites/all/themes/mbds/media/images/common/buy_now.png) bottom left no-repeat;
  }

  /* line 427, ../sass/layouts/_responsive.scss */
  #buy-btn a span {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  /* line 429, ../sass/layouts/_responsive.scss */
  #buy-wr #secure {
    font-size: 10px;
    color: #666;
    padding: 8px 2px 2px 19px;
    background: url(http://www.mcbridedrivingschool.ie/sites/all/themes/mbds/media/images/icons/padlock.gif) left center no-repeat;
  }

  /* line 431, ../sass/layouts/_responsive.scss */
  #pay-online-form #edit-submit {
    margin-left: 300px;
  }
}
/***********************************************
** Reduce menu as screen size decreases
***********************************************/
@media all and (min-width: 480px) and (max-width: 960px) {
  /* line 442, ../sass/layouts/_responsive.scss */
  #main-menu ul li a {
    font-weight: normal !important;
    padding: 2px 3px !important;
    line-height: 150%;
  }
}
/***********************************************
** Most Tablets
***********************************************/
@media all and (min-width: 480px) and (max-width: 700px) {
  /* line 454, ../sass/layouts/_responsive.scss */
  .show-on-mobile {
    display: none;
  }

  /* line 456, ../sass/layouts/_responsive.scss */
  #header-text {
    display: none;
  }

  /* line 458, ../sass/layouts/_responsive.scss */
  #car {
    float: left;
    width: 66.66667%;
    margin-left: 25%;
    margin-right: -91.66667%;
  }

  /* line 460, ../sass/layouts/_responsive.scss */
  #main {
    padding: 10px;
  }

  /* line 461, ../sass/layouts/_responsive.scss */
  #main-wr #main-content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /* line 465, ../sass/layouts/_responsive.scss */
  #sidebar {
    display: none;
  }

  /* line 467, ../sass/layouts/_responsive.scss */
  #footer-logo {
    display: none;
  }
}
/***********************************************
** Mobile Phones
***********************************************/
@media all and (max-width: 480px) {
  /* line 478, ../sass/layouts/_responsive.scss */
  .hide-on-mobile {
    display: none;
  }

  /* line 479, ../sass/layouts/_responsive.scss */
  .show-on-mobile {
    display: normal;
  }

  /* line 481, ../sass/layouts/_responsive.scss */
  #header-wr {
    background-color: #ef1c25;
  }
  /* line 484, ../sass/layouts/_responsive.scss */
  #header-wr #mobile-menu {
    float: left;
    width: 15%;
    display: block;
    margin: 38px 0 0 20px;
  }
  /* line 491, ../sass/layouts/_responsive.scss */
  #header-wr #social {
    display: none;
  }
  /* line 493, ../sass/layouts/_responsive.scss */
  #header-wr #mobile-logo {
    float: right;
    width: 70%;
    margin: 15px 15px 15px 0;
  }
  /* line 499, ../sass/layouts/_responsive.scss */
  #header-wr #header-text {
    clear: both;
    margin: 45px 0px 10px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    background-color: none !important;
  }
  /* line 508, ../sass/layouts/_responsive.scss */
  #header-wr #header-text #animations {
    margin: 10px 0px;
    text-align: center;
  }
  /* line 512, ../sass/layouts/_responsive.scss */
  #header-wr #header-text #animations a {
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
  }
  /* line 522, ../sass/layouts/_responsive.scss */
  #header-wr #car {
    clear: both;
    display: block;
    margin: 0px auto;
  }

  /* line 530, ../sass/layouts/_responsive.scss */
  #main-wr {
    padding: 10px;
  }

  /* line 534, ../sass/layouts/_responsive.scss */
  #main-menu-wr {
    background-color: #272727;
    border-bottom: 2px solid #272727;
  }
  /* line 538, ../sass/layouts/_responsive.scss */
  #main-menu-wr ul {
    margin: 0px;
    padding: 0px;
  }
  /* line 542, ../sass/layouts/_responsive.scss */
  #main-menu-wr ul li {
    display: block;
    border-bottom: 1px solid #444;
  }
  /* line 546, ../sass/layouts/_responsive.scss */
  #main-menu-wr ul li a {
    display: block;
    padding: 5px;
    color: #fff;
    text-align: center;
  }

  /* line 556, ../sass/layouts/_responsive.scss */
  #sidebar .menu {
    margin-bottom: 20px;
    background: #343434;
    padding: 0px;
  }
  /* line 561, ../sass/layouts/_responsive.scss */
  #sidebar .menu li {
    list-style: none;
    margin: 0px;
  }
  /* line 565, ../sass/layouts/_responsive.scss */
  #sidebar .menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
    border: 1px solid #454545;
    padding: 10px;
  }
  /* line 573, ../sass/layouts/_responsive.scss */
  #sidebar .menu li a:hover {
    color: #ffcc00;
    text-decoration: underline;
  }

  /* line 580, ../sass/layouts/_responsive.scss */
  #footer-logo {
    display: none;
  }

  /* line 584, ../sass/layouts/_responsive.scss */
  #footer-wr {
    background-color: #ef1c25;
    padding: 10px;
    color: #fff;
    border-top: 5px solid #ce0006;
    border-bottom: 5px solid #ce0006;
    margin-bottom: 10px;
  }
  /* line 592, ../sass/layouts/_responsive.scss */
  #footer-wr h3,
  #footer-wr a {
    color: #fff;
    margin: 0px;
  }
  /* line 599, ../sass/layouts/_responsive.scss */
  #footer-wr #bio img {
    float: left;
    margin: 0 10px 10px 0;
  }

  /* line 606, ../sass/layouts/_responsive.scss */
  #smallprint {
    font-size: 10px;
    line-height: 150%;
    text-align: center;
  }

  /* line 612, ../sass/layouts/_responsive.scss */
  .not-front #sidebar {
    display: none;
  }

  /* line 614, ../sass/layouts/_responsive.scss */
  #buy-wr {
    margin: 30px auto !important;
  }

  /* line 620, ../sass/layouts/_responsive.scss */
  .view-id-news ul {
    margin: 0px !important;
    padding: 0px !important;
  }
  /* line 624, ../sass/layouts/_responsive.scss */
  .view-id-news ul li {
    margin-left: 0px !important;
    list-style-type: none !important;
    clear: both;
    display: block;
  }
  /* line 630, ../sass/layouts/_responsive.scss */
  .view-id-news ul li .news-image {
    max-width: 20%;
    padding: 1px;
    border: 1px solid #dedede;
    margin: 0px 1em 1em 0;
  }
  /* line 635, ../sass/layouts/_responsive.scss */
  .view-id-news ul li .news-image img {
    vertical-align: bottom;
  }
  /* line 639, ../sass/layouts/_responsive.scss */
  .view-id-news ul li h2 {
    font-size: 1.5em;
    margin: 0 0 0.75em 0;
  }
  /* line 642, ../sass/layouts/_responsive.scss */
  .view-id-news ul li h2 a {
    text-decoration: underline;
  }
  /* line 646, ../sass/layouts/_responsive.scss */
  .view-id-news ul li p {
    font-size: 12px;
  }

  /* line 655, ../sass/layouts/_responsive.scss */
  .view-reviews .all-reviews ul {
    margin: 0 0 20px 0;
    padding: 0px !important;
  }
  /* line 659, ../sass/layouts/_responsive.scss */
  .view-reviews .all-reviews ul .review {
    list-style-image: none !important;
    list-style-type: none !important;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 0.9em !important;
  }
  /* line 666, ../sass/layouts/_responsive.scss */
  .view-reviews .all-reviews ul .review img {
    margin-bottom: 20px;
  }
  /* line 669, ../sass/layouts/_responsive.scss */
  .view-reviews .all-reviews ul .review h2 {
    margin: 0px;
  }
  /* line 672, ../sass/layouts/_responsive.scss */
  .view-reviews .all-reviews ul .review .customer {
    font-style: italic;
    font-weight: bold;
    display: block;
    text-align: right;
    font-size: 1em;
  }

  /* line 684, ../sass/layouts/_responsive.scss */
  .item-list .pager {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 688, ../sass/layouts/_responsive.scss */
  .item-list .pager li {
    margin-right: 10px;
    list-style-type: none !important;
    float: left;
    clear: none;
  }
}
/* Individual Page Styles */
/* line 700, ../sass/layouts/_responsive.scss */
#questions {
  background: #efefef;
  padding: 5px;
  border: 1px solid #cdcdcd;
  margin: 20px 0;
}

/* line 701, ../sass/layouts/_responsive.scss */
#questions .question a {
  float: right;
  width: 101px;
  height: 70px;
  background: url(/sites/all/themes/mbds_zen/images/common/answer.gif) top left no-repeat;
}

/* line 702, ../sass/layouts/_responsive.scss */
#questions .btn {
  float: right;
  width: 100px;
  height: 34px;
  background: url(/sites/all/themes/mbds_zen/images/common/answer.gif) top left no-repeat;
  margin: 0;
  border: 1px solid #cdcdcd;
}

/* line 708, ../sass/layouts/_responsive.scss */
#questions .btn:hover {
  border: 1px solid #1b4901;
}

/* line 709, ../sass/layouts/_responsive.scss */
#questions .btn a {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 710, ../sass/layouts/_responsive.scss */
#questions .btn a span {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

/* line 712, ../sass/layouts/_responsive.scss */
.question {
  clear: both;
  padding: 10px 0 10px 10px;
  margin: 0 0 10px 0;
  background: url(../../media/images/common/sep.jpg) bottom right no-repeat;
}

/* line 713, ../sass/layouts/_responsive.scss */
#content-body .question h2 {
  float: left;
  width: 430px;
  font-size: 1.2em;
  padding: 5px 0 0 0;
  margin: 0px;
  color: #0071f1;
  line-height: 180%;
}

/* line 714, ../sass/layouts/_responsive.scss */
#content-body .question p {
  clear: both;
  font-size: 1.2em;
  padding: 20px 0;
  margin: 0;
}

/* line 715, ../sass/layouts/_responsive.scss */
.no-background {
  background: none;
}

/* line 716, ../sass/layouts/_responsive.scss */
#questions .sign .btn {
  margin-top: 30px;
}

/* Sidebar Blocks */
/* line 721, ../sass/layouts/_responsive.scss */
#block-block-1 {
  background: #ededed url(../../media/images/icons/fb.gif) 15px 15px no-repeat;
  margin-bottom: 15px;
  padding: 20px 20px 20px 70px;
}

/* line 727, ../sass/layouts/_responsive.scss */
.field-name-field-image {
  margin-bottom: 40px;
}

/* line 730, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 {
  background: #343434;
}
/* line 733, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 h2 {
  text-align: center;
  border-bottom: 1px solid #454545;
}
/* line 737, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 h2 a {
  display: block;
  padding: 5px;
  color: #ffcc00;
}
/* line 742, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 h2 a:hover {
  text-decoration: underline;
}
/* line 747, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 ul {
  padding: 0px;
  margin: 0px;
}
/* line 752, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 .review {
  background: none;
  padding: 10px;
  margin: 0px;
  border-bottom: #454545 1px solid;
  list-style: none !important;
}
/* line 759, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 .review a {
  text-decoration: none;
  color: #fff;
  line-height: 180%;
  border: none !important;
}
/* line 766, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 .review h3 {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0px;
  margin: 0 0 5px 0px;
  line-height: 150%;
}
/* line 776, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 .review .review-meta {
  color: #ffcc00;
  font-size: 12px;
  line-height: 180%;
}
/* line 782, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 .review img {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}
/* line 789, ../sass/layouts/_responsive.scss */
#block-views-reviews-block-1 .more-link {
  display: block;
  padding: 5px;
  font-size: 12px;
  text-decoration: underline;
  color: #ffcc00;
}

/* line 797, ../sass/layouts/_responsive.scss */
#quotes li a:hover {
  background: #232323;
}

/* line 800, ../sass/layouts/_responsive.scss */
table {
  width: 100%;
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 185, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 208, ../sass/components/_misc.scss */
.messages--warning {
  border-color: #ed5;
}

/* line 213, ../sass/components/_misc.scss */
.messages--error {
  border-color: #ed541d;
}

/* line 219, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 222, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 227, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 232, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 237, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 242, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 253, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 263, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 267, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 280, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 289, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 295, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 305, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 309, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 333, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 339, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 346, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 355, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 360, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 388, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 392, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 400, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 407, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 410, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 413, ../sass/components/_misc.scss */
.more-help-link a {
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 424, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 429, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 436, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 446, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 456, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 463, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-type: square;
}

/* line 467, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-type: circle;
}

/* line 471, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 477, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 486, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 498, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 526, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 531, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 537, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 540, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 547, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 557, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 561, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 568, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 574, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 581, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 588, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 594, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 599, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 605, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 610, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 616, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 628, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 634, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 638, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 643, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 651, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 656, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 659, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 663, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 669, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 684, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 689, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 695, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 706, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 717, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 723, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-position: 5px 50%;
  /* LTR */
}
/* line 727, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 739, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 742, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 745, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 754, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 763, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 766, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 772, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */

#main ul.facebook-feed {
  margin-left: 0 !important;
  padding-left: 0 !important;
}


#main ul.facebook-feed li {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}

.facebook-feed .item {
  margin: 20px 0;
  border: 1px solid #dedede;
  padding: 10px;
}
.facebook-feed .item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;

}

.facebook-feed-picture {
  width: 55px;
  float: left;
  margin: 0 10px 10px 0;
}

.facebook-feed-message {
  float: left;
  clear: left;
  margin-bottom: 10px;
}

.facebook-feed-message img {
  float: right;
}

.facebook-feed-time {
  float: right;
}
