/**
 * @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: Verdana, Tahoma, "DejaVu Sans", 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 IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../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 398, ../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 413, ../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 432, ../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 443, ../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 457, ../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 471, ../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 482, ../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 497, ../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 506, ../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 512, ../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 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../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
 * 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: Verdana, Tahoma, "DejaVu Sans", 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 IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../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 398, ../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 413, ../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 432, ../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 443, ../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 457, ../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 471, ../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 482, ../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 497, ../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 506, ../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 512, ../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 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../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;
}

/* line 106, c:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 87.5%;
  line-height: 0.42857em;
}

/* line 21, c:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.5/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 39, ../sass/layouts/_sugarcube.scss */
.clear {
  clear: both;
}

/*
	#header h2 {
			line-height:1em;
			color:$darkgrey;
			@include breakpoint($medium) {
				 width:400px; float:left; text-align:left; padding-left:0.5em; margin-left:0.5em; border-left:1px solid; position:relative; bottom:-16px;
			}
		}
	.page-views #header h2 {bottom:-28px;}
	.page-panels #header h2 {bottom:-41px;}
	.page-node-447 #header h2, .node-type-article #header h2, .front #header h2, .section-sectors #header h2 {bottom:-16px;}
	*/
/* line 57, ../sass/layouts/_sugarcube.scss */
html {
  font-family: 'Roboto', sans-serif;
  border-top: 10px #82c721 solid;
  background-color: #f3f2f1;
  line-height: 1.71429em;
}

/* line 58, ../sass/layouts/_sugarcube.scss */
body {
  -webkit-text-stroke: 0.2px;
}

/* line 60, ../sass/layouts/_sugarcube.scss */
#admin-menu {
  box-shadow: none;
}

/* line 62, ../sass/layouts/_sugarcube.scss */
h1, h2, h3, h4 {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 63, ../sass/layouts/_sugarcube.scss */
h1 {
  clear: both;
}

/* line 64, ../sass/layouts/_sugarcube.scss */
a {
  color: #82c721;
  text-decoration: none;
}

/* line 66, ../sass/layouts/_sugarcube.scss */
.menu a {
  color: #000;
  text-transform: uppercase;
}

/* line 67, ../sass/layouts/_sugarcube.scss */
.menu a:hover {
  color: #82c721;
}

/* line 69, ../sass/layouts/_sugarcube.scss */
p, pre {
  margin: 1em 0;
}

/* line 71, ../sass/layouts/_sugarcube.scss */
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 72, ../sass/layouts/_sugarcube.scss */
.tabs-primary, .tabs-secondary {
  overflow: visible !important;
}

/* line 74, ../sass/layouts/_sugarcube.scss */
#page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: -10px auto 0;
  max-width: 712px;
  padding: 0 0.42857em;
}
/* line 12, c:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/susy-2.2.5/sass/susy/output/support/_clearfix.scss */
#page:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1060px) {
  /* line 74, ../sass/layouts/_sugarcube.scss */
  #page {
    max-width: 1080px;
  }
}
@media (min-width: 1060px) {
  /* line 74, ../sass/layouts/_sugarcube.scss */
  #page {
    padding: 0;
  }
}

@media (min-width: 623px) {
  /* line 84, ../sass/layouts/_sugarcube.scss */
  a > .sf-sub-indicator, span.nolink > .sf-sub-indicator {
    background-position: 0 -103px;
    top: 0;
  }

  /* line 89, ../sass/layouts/_sugarcube.scss */
  #block-system-main-menu, #block-superfish-1 {
    float: right;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    padding: 0 0 0 1.71429em;
  }
  /* line 95, ../sass/layouts/_sugarcube.scss */
  #block-system-main-menu h2, #block-superfish-1 h2 {
    display: none;
  }
  /* line 100, ../sass/layouts/_sugarcube.scss */
  #block-system-main-menu ul, #block-superfish-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #82c721;
    border-right: 1px solid #82c721;
  }
  /* line 103, ../sass/layouts/_sugarcube.scss */
  #block-system-main-menu ul li, #block-superfish-1 ul li {
    list-style: none;
  }
  /* line 105, ../sass/layouts/_sugarcube.scss */
  #block-system-main-menu ul li a, #block-superfish-1 ul li a {
    padding: 13px 8px 0;
    border-left: 1px #82c721 solid;
    border-right: 1px #82c721 solid;
    font-size: 0.92857em;
    line-height: 1.38462em;
  }
  /* line 109, ../sass/layouts/_sugarcube.scss */
  #block-system-main-menu ul li a.active, #block-superfish-1 ul li a.active {
    background-color: #f3f2f1;
  }
  /* line 110, ../sass/layouts/_sugarcube.scss */
  #block-system-main-menu ul li a.active-trail, #block-superfish-1 ul li a.active-trail {
    color: #82c721;
  }
  /* line 113, ../sass/layouts/_sugarcube.scss */
  #block-system-main-menu ul ul, #block-superfish-1 ul ul {
    margin: -2px 0 0 -1px;
    border-top: 1px solid #82c721;
    border-bottom: 1px solid #82c721;
  }
  /* line 116, ../sass/layouts/_sugarcube.scss */
  #block-system-main-menu .sf-depth-2 a, #block-system-main-menu .sf-depth-3 a, #block-system-main-menu .sf-depth-4 a, #block-system-main-menu .sf-depth-5 a, #block-superfish-1 .sf-depth-2 a, #block-superfish-1 .sf-depth-3 a, #block-superfish-1 .sf-depth-4 a, #block-superfish-1 .sf-depth-5 a {
    background-color: #f3f2f1;
    padding: 8px;
  }
  /* line 120, ../sass/layouts/_sugarcube.scss */
  #block-system-main-menu .sf-depth-2 a.active, #block-system-main-menu .sf-depth-3 a.active, #block-system-main-menu .sf-depth-4 a.active, #block-system-main-menu .sf-depth-5 a.active, #block-superfish-1 .sf-depth-2 a.active, #block-superfish-1 .sf-depth-3 a.active, #block-superfish-1 .sf-depth-4 a.active, #block-superfish-1 .sf-depth-5 a.active {
    background-color: #82c721;
    color: #f3f2f1;
  }
}
/* line 132, ../sass/layouts/_sugarcube.scss */
#block-block-1 {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  text-align: center;
}
/* line 139, ../sass/layouts/_sugarcube.scss */
#block-block-1 h1 a {
  display: block;
  height: 66px;
  background: url("../images/tandem-logo2.png") 0 0 no-repeat;
  text-indent: -10000px;
  background-size: 100%;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0.85714em auto 0.42857em;
}
@media (min-width: 1060px) {
  /* line 139, ../sass/layouts/_sugarcube.scss */
  #block-block-1 h1 a {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (min-width: 219px) {
  /* line 139, ../sass/layouts/_sugarcube.scss */
  #block-block-1 h1 a {
    height: 104px;
  }
}
@media (min-width: 360px) {
  /* line 139, ../sass/layouts/_sugarcube.scss */
  #block-block-1 h1 a {
    width: 100%;
    background-position: center;
  }
}
@media (min-width: 1060px) {
  /* line 139, ../sass/layouts/_sugarcube.scss */
  #block-block-1 h1 a {
    width: 298px;
    height: 121px;
    background-position: 50%;
  }
}
/* line 179, ../sass/layouts/_sugarcube.scss */
#block-block-1 h2 {
  line-height: 1em;
  text-align: center;
  color: #a3a3a2;
}
@media (min-width: 1060px) {
  /* line 179, ../sass/layouts/_sugarcube.scss */
  #block-block-1 h2 {
    text-align: left;
    border-left: 1px solid;
    padding-left: 1.04167%;
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    font-size: 2em;
    margin-top: 42px;
  }
}
/* line 193, ../sass/layouts/_sugarcube.scss */
#block-block-1 .social {
  text-align: center;
}
@media (min-width: 1060px) {
  /* line 193, ../sass/layouts/_sugarcube.scss */
  #block-block-1 .social {
    width: 31.25%;
    float: right;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
/* line 207, ../sass/layouts/_sugarcube.scss */
#block-block-1 .social a {
  display: inline-block;
  width: 35px;
  height: 34px;
  text-indent: -10000px;
  margin-left: 5px;
  margin-bottom: 0.85714em;
}
@media (min-width: 1060px) {
  /* line 207, ../sass/layouts/_sugarcube.scss */
  #block-block-1 .social a {
    float: right;
  }
}
/* line 211, ../sass/layouts/_sugarcube.scss */
#block-block-1 .social a.facebook {
  background: url("../images/facebook.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 212, ../sass/layouts/_sugarcube.scss */
#block-block-1 .social a.gplus {
  background: url("../images/gplus.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 213, ../sass/layouts/_sugarcube.scss */
#block-block-1 .social a.youtube {
  background: url("../images/youtube.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 214, ../sass/layouts/_sugarcube.scss */
#block-block-1 .social a.twitter {
  background: url("../images/twitter.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 215, ../sass/layouts/_sugarcube.scss */
#block-block-1 .social a.rss {
  background: url("../images/rss.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

/* line 233, ../sass/layouts/_sugarcube.scss */
#content {
  position: relative;
  width: 100%;
  float: left;
}

/* line 239, ../sass/layouts/_sugarcube.scss */
.page-voice-agency #content {
  width: 100%;
  float: left;
}

/* line 244, ../sass/layouts/_sugarcube.scss */
.owl-theme .owl-controls .owl-buttons div {
  padding: 1px 10px;
}

/* line 246, ../sass/layouts/_sugarcube.scss */
.owl-carousel, .owl-carousel-panel_pane_28 {
  clear: both;
  margin-top: 1.28571em;
  z-index: 2;
}
@media (min-width: 1060px) {
  /* line 246, ../sass/layouts/_sugarcube.scss */
  .owl-carousel, .owl-carousel-panel_pane_28 {
    width: 64.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
  /* line 255, ../sass/layouts/_sugarcube.scss */
  .owl-carousel .owl-buttons, .owl-carousel .owl-next, .owl-carousel .owl-prev, .owl-carousel-panel_pane_28 .owl-buttons, .owl-carousel-panel_pane_28 .owl-next, .owl-carousel-panel_pane_28 .owl-prev {
    display: block;
  }
}
/* line 259, ../sass/layouts/_sugarcube.scss */
.owl-carousel .owl-buttons, .owl-carousel-panel_pane_28 .owl-buttons {
  width: 100%;
  bottom: 36px;
  position: absolute;
}
/* line 260, ../sass/layouts/_sugarcube.scss */
.owl-carousel .owl-prev, .owl-carousel-panel_pane_28 .owl-prev {
  left: 5px;
  position: absolute;
}
/* line 261, ../sass/layouts/_sugarcube.scss */
.owl-carousel .owl-next, .owl-carousel-panel_pane_28 .owl-next {
  right: 5px;
  position: absolute;
}
/* line 265, ../sass/layouts/_sugarcube.scss */
.owl-carousel .owl-theme .owl-controls .owl-buttons div, .owl-carousel-panel_pane_28 .owl-theme .owl-controls .owl-buttons div {
  background-color: #82c721;
  padding: 4px 13px;
}
/* line 266, ../sass/layouts/_sugarcube.scss */
.owl-carousel .owl-theme .owl-controls .owl-page span, .owl-carousel-panel_pane_28 .owl-theme .owl-controls .owl-page span {
  background-color: #82c721;
}
/* line 268, ../sass/layouts/_sugarcube.scss */
.owl-carousel h2, .owl-carousel-panel_pane_28 h2 {
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
  width: 59.375%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%;
  position: absolute;
  top: 0;
  margin: 1.71429em;
  font-size: 1.28571em;
  line-height: 1.33333em;
}
@media (min-width: 623px) {
  /* line 268, ../sass/layouts/_sugarcube.scss */
  .owl-carousel h2, .owl-carousel-panel_pane_28 h2 {
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-left: 2.14286em;
    font-size: 1.5em;
    line-height: 1.42857em;
  }
}
/* line 286, ../sass/layouts/_sugarcube.scss */
.owl-carousel h2 span, .owl-carousel-panel_pane_28 h2 span {
  background-color: rgba(130, 199, 33, 0.6);
  -moz-box-shadow: -8px 0 0 2px rgba(130, 199, 33, 0.6), 8px 0 0 2px rgba(130, 199, 33, 0.6);
  -webkit-box-shadow: -8px 0 0 2px rgba(130, 199, 33, 0.6), 8px 0 0 2px rgba(130, 199, 33, 0.6);
  box-shadow: -8px 0 0 2px rgba(130, 199, 33, 0.6), 8px 0 0 2px rgba(130, 199, 33, 0.6);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 0;
  margin: 0;
}
/* line 292, ../sass/layouts/_sugarcube.scss */
.owl-carousel h2 span a, .owl-carousel-panel_pane_28 h2 span a {
  color: #f3f2f1;
}

@media (min-width: 1060px) {
  /* line 296, ../sass/layouts/_sugarcube.scss */
  .front .pane-latest-blogs {
    width: 47.91667%;
    float: right;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

/* line 303, ../sass/layouts/_sugarcube.scss */
#block-views-latest-blogs-block, .pane-video-listing, .block-views-video-listing, .pane-in-tandem-listing, .pane-latest-blogs, #block-views-latest-blogs-block-1, .view-taxonomy-work-listing, .view-client-feature-listing, .section-blog .view-latest-blogs {
  margin-top: 1.71429em;
  font-size: 0.85714em;
  line-height: 1.5em;
  /*@include breakpoint($medium) {
  	@include span (4 at 9 of 12);
  }*/
}
/* line 312, ../sass/layouts/_sugarcube.scss */
#block-views-latest-blogs-block .view-header, .pane-video-listing .view-header, .block-views-video-listing .view-header, .pane-in-tandem-listing .view-header, .pane-latest-blogs .view-header, #block-views-latest-blogs-block-1 .view-header, .view-taxonomy-work-listing .view-header, .view-client-feature-listing .view-header, .section-blog .view-latest-blogs .view-header {
  margin-top: 0.85714em;
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 315, ../sass/layouts/_sugarcube.scss */
#block-views-latest-blogs-block .view-content, .pane-video-listing .view-content, .block-views-video-listing .view-content, .pane-in-tandem-listing .view-content, .pane-latest-blogs .view-content, #block-views-latest-blogs-block-1 .view-content, .view-taxonomy-work-listing .view-content, .view-client-feature-listing .view-content, .section-blog .view-latest-blogs .view-content {
  width: 100%;
  float: left;
}
/* line 317, ../sass/layouts/_sugarcube.scss */
#block-views-latest-blogs-block .view-content div, .pane-video-listing .view-content div, .block-views-video-listing .view-content div, .pane-in-tandem-listing .view-content div, .pane-latest-blogs .view-content div, #block-views-latest-blogs-block-1 .view-content div, .view-taxonomy-work-listing .view-content div, .view-client-feature-listing .view-content div, .section-blog .view-latest-blogs .view-content div {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  position: relative;
  margin-bottom: 1.71429em;
}
@media (min-width: 360px) {
  /* line 317, ../sass/layouts/_sugarcube.scss */
  #block-views-latest-blogs-block .view-content div, .pane-video-listing .view-content div, .block-views-video-listing .view-content div, .pane-in-tandem-listing .view-content div, .pane-latest-blogs .view-content div, #block-views-latest-blogs-block-1 .view-content div, .view-taxonomy-work-listing .view-content div, .view-client-feature-listing .view-content div, .section-blog .view-latest-blogs .view-content div {
    width: 47.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (min-width: 623px) {
  /* line 317, ../sass/layouts/_sugarcube.scss */
  #block-views-latest-blogs-block .view-content div, .pane-video-listing .view-content div, .block-views-video-listing .view-content div, .pane-in-tandem-listing .view-content div, .pane-latest-blogs .view-content div, #block-views-latest-blogs-block-1 .view-content div, .view-taxonomy-work-listing .view-content div, .view-client-feature-listing .view-content div, .section-blog .view-latest-blogs .view-content div {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
/* line 332, ../sass/layouts/_sugarcube.scss */
#block-views-latest-blogs-block .view-content div h3, .pane-video-listing .view-content div h3, .block-views-video-listing .view-content div h3, .pane-in-tandem-listing .view-content div h3, .pane-latest-blogs .view-content div h3, #block-views-latest-blogs-block-1 .view-content div h3, .view-taxonomy-work-listing .view-content div h3, .view-client-feature-listing .view-content div h3, .section-blog .view-latest-blogs .view-content div h3 {
  margin-bottom: 0;
  font-size: 0.92857em;
  line-height: 1.38462em;
}
/* line 334, ../sass/layouts/_sugarcube.scss */
#block-views-latest-blogs-block .view-content div div.tags, .pane-video-listing .view-content div div.tags, .block-views-video-listing .view-content div div.tags, .pane-in-tandem-listing .view-content div div.tags, .pane-latest-blogs .view-content div div.tags, #block-views-latest-blogs-block-1 .view-content div div.tags, .view-taxonomy-work-listing .view-content div div.tags, .view-client-feature-listing .view-content div div.tags, .section-blog .view-latest-blogs .view-content div div.tags {
  background-color: #000;
  color: #f3f2f1;
  width: 100%;
  padding: 10px;
  margin: 0;
  position: absolute;
  margin: 0px;
  top: 100%;
  z-index: 100;
  display: none;
}
/* line 352, ../sass/layouts/_sugarcube.scss */
#block-views-latest-blogs-block h2, #block-views-latest-blogs-block .pane-in-tandem-listing .view-header h3, .pane-video-listing h2, .pane-video-listing .pane-in-tandem-listing .view-header h3, .block-views-video-listing h2, .block-views-video-listing .pane-in-tandem-listing .view-header h3, .pane-in-tandem-listing h2, .pane-in-tandem-listing .pane-in-tandem-listing .view-header h3, .pane-latest-blogs h2, .pane-latest-blogs .pane-in-tandem-listing .view-header h3, #block-views-latest-blogs-block-1 h2, #block-views-latest-blogs-block-1 .pane-in-tandem-listing .view-header h3, .view-taxonomy-work-listing h2, .view-taxonomy-work-listing .pane-in-tandem-listing .view-header h3, .view-client-feature-listing h2, .view-client-feature-listing .pane-in-tandem-listing .view-header h3, .section-blog .view-latest-blogs h2, .section-blog .view-latest-blogs .pane-in-tandem-listing .view-header h3 {
  text-transform: uppercase;
  color: #82c721;
  border-bottom: 5px solid #82c721;
  font-weight: normal;
  margin-top: -17px;
}
/* line 354, ../sass/layouts/_sugarcube.scss */
#block-views-latest-blogs-block h3 a, .pane-video-listing h3 a, .block-views-video-listing h3 a, .pane-in-tandem-listing h3 a, .pane-latest-blogs h3 a, #block-views-latest-blogs-block-1 h3 a, .view-taxonomy-work-listing h3 a, .view-client-feature-listing h3 a, .section-blog .view-latest-blogs h3 a {
  background-color: #A3A3A2;
  color: #f3f2f1;
  display: block;
  font-weight: normal;
  margin-top: -19px;
  padding: 8px 10px;
  text-transform: uppercase;
  min-height: 83px;
}
@media (min-width: 1060px) {
  /* line 354, ../sass/layouts/_sugarcube.scss */
  #block-views-latest-blogs-block h3 a, .pane-video-listing h3 a, .block-views-video-listing h3 a, .pane-in-tandem-listing h3 a, .pane-latest-blogs h3 a, #block-views-latest-blogs-block-1 h3 a, .view-taxonomy-work-listing h3 a, .view-client-feature-listing h3 a, .section-blog .view-latest-blogs h3 a {
    line-height: 1.28571em;
    min-height: 61px;
  }
}

@media (min-width: 623px) {
  /* line 380, ../sass/layouts/_sugarcube.scss */
  .section-blog .view-taxonomy-work-listing h3 a {
    line-height: 1.28571em;
  }
}

/* line 389, ../sass/layouts/_sugarcube.scss */
.pane-taxonomy-work-listing-panel-pane-1 {
  clear: both;
}
/* line 391, ../sass/layouts/_sugarcube.scss */
.pane-taxonomy-work-listing-panel-pane-1 h2 {
  font-size: 1.28571em;
  line-height: 1.33333em;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #82c721;
  border-bottom: 5px solid #82c721;
  font-weight: normal;
  margin-top: 0;
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

/* line 396, ../sass/layouts/_sugarcube.scss */
.view-taxonomy-work-listing h3 a {
  min-height: 83px;
}
@media (min-width: 1060px) {
  /* line 396, ../sass/layouts/_sugarcube.scss */
  .view-taxonomy-work-listing h3 a {
    min-height: 61px;
  }
}

/*		min-height:144px;
		@include breakpoint($small $medium) {
			min-height:85px;
		}
		@include breakpoint($medium){
			min-height:70px;
		}
	}
*/
/* line 416, ../sass/layouts/_sugarcube.scss */
blockquote {
  width: 45.83333%;
  float: right;
  margin-left: 2.08333%;
  margin-right: 2.08333%;
  font-size: 1.5em;
  line-height: 1.42857em;
  color: #a3a3a2;
  border-top-width: 0.14286em;
  border-top-style: solid;
  padding-top: 0.07143em;
  border-bottom-width: 0.14286em;
  border-bottom-style: solid;
  padding-bottom: 0.07143em;
  margin-top: 0em;
  padding-top: 0.10714em;
  padding-bottom: 0.10714em;
  margin-bottom: 0.21429em;
  padding-left: 0.64286em;
  padding-right: 0.64286em;
  border-color: #d3d1d2;
}

/* line 428, ../sass/layouts/_sugarcube.scss */
.node-type-article h3 {
  margin-bottom: 1em;
  margin-top: 1em;
  color: #82c721;
  border-bottom: 3px solid #82c721;
  display: block;
  width: 100%;
  clear: both;
  font-weight: normal;
}

/* line 439, ../sass/layouts/_sugarcube.scss */
.node-type-article header p {
  margin-top: 0;
}

/* line 445, ../sass/layouts/_sugarcube.scss */
.front #content h1 {
  display: none;
}
/* line 447, ../sass/layouts/_sugarcube.scss */
.front article {
  clear: both;
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-top: 1.28571em;
}
/* line 452, ../sass/layouts/_sugarcube.scss */
.front article .intro {
  font-size: 0.92857em;
  line-height: 1.38462em;
}
@media (min-width: 623px) {
  /* line 452, ../sass/layouts/_sugarcube.scss */
  .front article .intro {
    width: 45.83333%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
    font-size: 0.92857em;
    line-height: 1.38462em;
  }
  /* line 459, ../sass/layouts/_sugarcube.scss */
  .front article .intro p:first-child {
    margin-top: 0;
  }
}
/* line 463, ../sass/layouts/_sugarcube.scss */
.front article h2 {
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.28571em;
  line-height: 1.33333em;
}
@media (min-width: 623px) {
  /* line 463, ../sass/layouts/_sugarcube.scss */
  .front article h2 {
    width: 45.83333%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
    font-size: 2.21429em;
    line-height: 1.16129em;
  }
}
/* line 476, ../sass/layouts/_sugarcube.scss */
.front article h2 span {
  background-color: #d3d1d2;
  -moz-box-shadow: -3px 0 0 2px #d3d1d2, 3px 0 0 2px #d3d1d2;
  -webkit-box-shadow: -3px 0 0 2px #d3d1d2, 3px 0 0 2px #d3d1d2;
  box-shadow: -3px 0 0 2px #d3d1d2, 3px 0 0 2px #d3d1d2;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 0;
  margin: 0;
}
/* line 490, ../sass/layouts/_sugarcube.scss */
.front .pane-node-body h2 span {
  background-color: #d3d1d2;
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.28571em;
  line-height: 1.33333em;
  -moz-box-shadow: -3px 0 0 2px #d3d1d2, 3px 0 0 2px #d3d1d2;
  -webkit-box-shadow: -3px 0 0 2px #d3d1d2, 3px 0 0 2px #d3d1d2;
  box-shadow: -3px 0 0 2px #d3d1d2, 3px 0 0 2px #d3d1d2;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
@media (min-width: 623px) {
  /* line 490, ../sass/layouts/_sugarcube.scss */
  .front .pane-node-body h2 span {
    font-size: 1.5em;
    line-height: 1.42857em;
  }
}

/* line 507, ../sass/layouts/_sugarcube.scss */
.section-article h1, .page-taxonomy h1, .section-work h1, #content h1, .section-client h1, .page-node h1, .page-services h1, .page-clients h1 {
  text-align: center;
  margin-bottom: 0.42857em;
  font-weight: normal;
  margin-top: 0;
  font-size: 1.28571em;
  line-height: 1.33333em;
}
@media (min-width: 623px) {
  /* line 507, ../sass/layouts/_sugarcube.scss */
  .section-article h1, .page-taxonomy h1, .section-work h1, #content h1, .section-client h1, .page-node h1, .page-services h1, .page-clients h1 {
    text-align: left;
  }
}
@media (min-width: 623px) {
  /* line 507, ../sass/layouts/_sugarcube.scss */
  .section-article h1, .page-taxonomy h1, .section-work h1, #content h1, .section-client h1, .page-node h1, .page-services h1, .page-clients h1 {
    font-size: 2.21429em;
    line-height: 1.16129em;
  }
}
/* line 529, ../sass/layouts/_sugarcube.scss */
.section-article h1 span, .page-taxonomy h1 span, .section-work h1 span, #content h1 span, .section-client h1 span, .page-node h1 span, .page-services h1 span, .page-clients h1 span {
  background-color: #d3d1d2;
  line-height: 2.14286em;
  -moz-box-shadow: -3px 0 0 2px #d3d1d2, 3px 0 0 2px #d3d1d2;
  -webkit-box-shadow: -3px 0 0 2px #d3d1d2, 3px 0 0 2px #d3d1d2;
  box-shadow: -3px 0 0 2px #d3d1d2, 3px 0 0 2px #d3d1d2;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 0;
  margin: 0;
}
@media (min-width: 623px) {
  /* line 529, ../sass/layouts/_sugarcube.scss */
  .section-article h1 span, .page-taxonomy h1 span, .section-work h1 span, #content h1 span, .section-client h1 span, .page-node h1 span, .page-services h1 span, .page-clients h1 span {
    line-height: 1.28571em;
  }
}
/* line 547, ../sass/layouts/_sugarcube.scss */
.section-article .view-work-node-basics, .section-article .view-client-work-basics, .page-taxonomy .view-work-node-basics, .page-taxonomy .view-client-work-basics, .section-work .view-work-node-basics, .section-work .view-client-work-basics, #content .view-work-node-basics, #content .view-client-work-basics, .section-client .view-work-node-basics, .section-client .view-client-work-basics, .page-node .view-work-node-basics, .page-node .view-client-work-basics, .page-services .view-work-node-basics, .page-services .view-client-work-basics, .page-clients .view-work-node-basics, .page-clients .view-client-work-basics {
  padding-top: 0.85714em;
}
/* line 549, ../sass/layouts/_sugarcube.scss */
.section-article .pane-node-body h2, .page-taxonomy .pane-node-body h2, .section-work .pane-node-body h2, #content .pane-node-body h2, .section-client .pane-node-body h2, .page-node .pane-node-body h2, .page-services .pane-node-body h2, .page-clients .pane-node-body h2 {
  clear: both;
}
/* line 550, ../sass/layouts/_sugarcube.scss */
.section-article .pane-node-body img, .page-taxonomy .pane-node-body img, .section-work .pane-node-body img, #content .pane-node-body img, .section-client .pane-node-body img, .page-node .pane-node-body img, .page-services .pane-node-body img, .page-clients .pane-node-body img {
  float: left;
  margin: 1.28571em 1.28571em 1.28571em 0;
}

/* line 556, ../sass/layouts/_sugarcube.scss */
.section-work .owl-carousel, .section-client .owl-carousel {
  margin-right: 1.71429em;
}

/* line 560, ../sass/layouts/_sugarcube.scss */
.not-front .owl-carousel {
  margin-bottom: 1.71429em;
}

/* line 563, ../sass/layouts/_sugarcube.scss */
#main {
  clear: both;
}

/*.pane-taxonomy-term-description, .pane-node-body {
	@include break;
	@include span(full);
}*/
/* line 575, ../sass/layouts/_sugarcube.scss */
.pane-taxonomy-term-description h2, .node-type-article .pane-node-body h2, .page-voice-agency #block-block-4 h2 {
  margin: 0;
  padding: 0 0 0.2em;
  line-height: 1em;
  color: #82c721;
  border-bottom: 1px solid #82c721;
}

/* line 578, ../sass/layouts/_sugarcube.scss */
.region-bottom {
  background-color: #e9e9e9;
  border-top: 7px solid #aeaeae;
  width: 100%;
  margin: 2.57143em 0 0;
  clear: both;
  font-size: 1em;
  line-height: 1.28571em;
  color: #848484;
}
@media (min-width: 623px) {
  /* line 578, ../sass/layouts/_sugarcube.scss */
  .region-bottom {
    background: url("../images/scooby.gif") -160px 0 no-repeat #e9e9e9;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 1060px) {
  /* line 578, ../sass/layouts/_sugarcube.scss */
  .region-bottom {
    background-position: 0 0;
  }
}
/* line 597, ../sass/layouts/_sugarcube.scss */
.region-bottom a {
  color: #848484;
}
/* line 599, ../sass/layouts/_sugarcube.scss */
.region-bottom #block-block-2 {
  margin: 0 auto;
  max-width: 742px;
  margin-bottom: 0;
  text-align: right;
  text-transform: uppercase;
  padding: 1.28571em;
}
@media (min-width: 1060px) {
  /* line 599, ../sass/layouts/_sugarcube.scss */
  .region-bottom #block-block-2 {
    max-width: 1080px;
  }
}
/* line 607, ../sass/layouts/_sugarcube.scss */
.region-bottom #block-block-2 .social {
  float: right;
  display: block;
}
/* line 610, ../sass/layouts/_sugarcube.scss */
.region-bottom #block-block-2 .social a {
  display: block;
  width: 35px;
  height: 34px;
  margin-left: 5px;
  float: left;
  margin-top: 0.85714em;
  color: transparent;
}
/* line 612, ../sass/layouts/_sugarcube.scss */
.region-bottom #block-block-2 .social a.facebook {
  background: url("../images/facebook.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 613, ../sass/layouts/_sugarcube.scss */
.region-bottom #block-block-2 .social a.gplus {
  background: url("../images/gplus.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 614, ../sass/layouts/_sugarcube.scss */
.region-bottom #block-block-2 .social a.youtube {
  background: url("../images/youtube.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 615, ../sass/layouts/_sugarcube.scss */
.region-bottom #block-block-2 .social a.twitter {
  background: url("../images/twitter.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 616, ../sass/layouts/_sugarcube.scss */
.region-bottom #block-block-2 .social a.rss {
  background: url("../images/rss.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 617, ../sass/layouts/_sugarcube.scss */
.region-bottom #block-block-2 .social a.itunes {
  background: url("../images/itunes.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

/* line 627, ../sass/layouts/_sugarcube.scss */
.pane-video-listing, .pane-in-tandem-listing, .view-taxonomy-work-listing, .view-client-feature-listing {
  clear: both;
}
/* line 629, ../sass/layouts/_sugarcube.scss */
.pane-video-listing iframe, .pane-in-tandem-listing iframe, .view-taxonomy-work-listing iframe, .view-client-feature-listing iframe {
  height: 190px;
}

	/*		@include clearfix;
		//@include span(full);

		.view-header {
			@include span(full);
		}
		.view-content {
			@include break;
			@include span(full nest);
			div {

			@include span(12 of 12);
			margin-bottom:rhythm(4);

			@include breakpoint(385px $small) {
				@include span(6 of 12);

			}

			@include breakpoint($small) {
				@include span(4 of 12);
			}
			@include breakpoint($medium) {
				@include span(4 of 12);
			margin-bottom:rhythm(6);
			}
		}
		}
	}*/
/* line 661, ../sass/layouts/_sugarcube.scss */
.view-latest-blogs .view-content div {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 663, ../sass/layouts/_sugarcube.scss */
.view-latest-blogs .view-content div:nth-child(2n) {
  width: 47.91667%;
  float: right;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

/* line 668, ../sass/layouts/_sugarcube.scss */
.pane-video-listing h3 a {
  background-color: #82c721;
}

/* line 670, ../sass/layouts/_sugarcube.scss */
.pane-in-tandem-listing {
  clear: both;
}
/* line 683, ../sass/layouts/_sugarcube.scss */
.pane-in-tandem-listing .view-header h2 {
  color: #286D9B;
  border: none;
  margin-bottom: 0;
}
/* line 684, ../sass/layouts/_sugarcube.scss */
.pane-in-tandem-listing .view-header h3 {
  color: #286D9B;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 0.85714em;
  margin-top: -0.42857em;
  border-bottom: 5px solid #286D9B;
}
/* line 686, ../sass/layouts/_sugarcube.scss */
.pane-in-tandem-listing h3 a {
  background-color: #286D9B;
}

/* line 694, ../sass/layouts/_sugarcube.scss */
.view-logo-list {
  margin-top: 1.28571em;
}
/* line 696, ../sass/layouts/_sugarcube.scss */
.view-logo-list div.logo {
  margin-bottom: 1.71429em;
  width: 43.75%;
  float: left;
  margin-left: 3.125%;
  margin-right: 3.125%;
}
@media (min-width: 360px) {
  /* line 696, ../sass/layouts/_sugarcube.scss */
  .view-logo-list div.logo {
    width: 29.16667%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
  }
}
@media (min-width: 1060px) {
  /* line 696, ../sass/layouts/_sugarcube.scss */
  .view-logo-list div.logo {
    width: 15.0%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

/* line 711, ../sass/layouts/_sugarcube.scss */
.pane-featured-taxonomies {
  clear: both;
  width: 100%;
  float: left;
}
@media (min-width: 623px) {
  /* line 711, ../sass/layouts/_sugarcube.scss */
  .pane-featured-taxonomies {
    width: 50%;
    float: left;
  }
}
/* line 719, ../sass/layouts/_sugarcube.scss */
.pane-featured-taxonomies ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 722, ../sass/layouts/_sugarcube.scss */
.pane-featured-taxonomies li {
  min-height: 150px;
  list-style: none;
  position: relative;
  width: 43.75%;
  float: left;
  margin-left: 3.125%;
  margin-right: 3.125%;
  margin-bottom: 0.85714em;
}
@media (min-width: 360px) and (max-width: 623px) {
  /* line 722, ../sass/layouts/_sugarcube.scss */
  .pane-featured-taxonomies li {
    width: 29.16667%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
  }
}
@media (min-width: 623px) and (max-width: 1060px) {
  /* line 722, ../sass/layouts/_sugarcube.scss */
  .pane-featured-taxonomies li {
    width: 45.83333%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
  }
}
@media (min-width: 1060px) {
  /* line 722, ../sass/layouts/_sugarcube.scss */
  .pane-featured-taxonomies li {
    width: 29.16667%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
  }
}
/* line 737, ../sass/layouts/_sugarcube.scss */
.pane-featured-taxonomies li h3 {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.28571em;
  width: 80%;
  margin: 0.85714em 0.42857em;
  padding: 0.1em 0.3em;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 746, ../sass/layouts/_sugarcube.scss */
.pane-featured-taxonomies li h3 a {
  display: block;
  color: #f3f2f1;
  font-weight: normal;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
/* line 755, ../sass/layouts/_sugarcube.scss */
.pane-featured-taxonomies .view-featured-taxonomies {
  margin-top: 1em;
}
/* line 758, ../sass/layouts/_sugarcube.scss */
.pane-featured-taxonomies .view-featured-taxonomies h2 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0.25em 0 0.85714em;
  line-height: 1.28571em;
  background: #82c721;
  color: #f3f2f1;
  padding-left: 10px;
}
@media (min-width: 623px) {
  /* line 769, ../sass/layouts/_sugarcube.scss */
  .pane-featured-taxonomies .view-featured-taxonomies .view-header {
    width: 95.83333%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
  }
}

/* line 778, ../sass/layouts/_sugarcube.scss */
.view-id-client_directory .view-header p {
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}
/* line 779, ../sass/layouts/_sugarcube.scss */
.view-id-client_directory .view-header .view-content div {
  width: 43.75%;
  float: left;
  margin-left: 3.125%;
  margin-right: 3.125%;
  margin-bottom: 0.85714em;
}
@media (min-width: 285px) {
  /* line 779, ../sass/layouts/_sugarcube.scss */
  .view-id-client_directory .view-header .view-content div {
    width: 30.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
  }
}
@media (min-width: 623px) {
  /* line 779, ../sass/layouts/_sugarcube.scss */
  .view-id-client_directory .view-header .view-content div {
    width: 21.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
  }
}
@media (min-width: 1060px) {
  /* line 779, ../sass/layouts/_sugarcube.scss */
  .view-id-client_directory .view-header .view-content div {
    width: 17.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}
/* line 791, ../sass/layouts/_sugarcube.scss */
.view-id-client_directory .view-header .view-content div h3 {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.28571em;
  width: 80%;
  margin: 0.85714em 0.42857em;
  padding: 0.1em 0.3em;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 800, ../sass/layouts/_sugarcube.scss */
.view-id-client_directory .view-header .view-content div h3 a {
  display: block;
  color: #f3f2f1;
  font-weight: normal;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

/* line 810, ../sass/layouts/_sugarcube.scss */
.front .pane-node-body {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
@media (min-width: 623px) {
  /* line 810, ../sass/layouts/_sugarcube.scss */
  .front .pane-node-body {
    width: 46.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
  }
}
/* line 816, ../sass/layouts/_sugarcube.scss */
.front .pane-node-body h2 {
  line-height: 1em;
  margin-top: 0.5em;
}

/* line 822, ../sass/layouts/_sugarcube.scss */
.pane-specialised-sectors-homepage, .pane-block-5 {
  /*@include breakpoint($small){
  	@include span(last 6 of 8);
  }*/
}
/* line 823, ../sass/layouts/_sugarcube.scss */
.pane-specialised-sectors-homepage ul, .pane-specialised-sectors-homepage li, .pane-block-5 ul, .pane-block-5 li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1060px) {
  /* line 829, ../sass/layouts/_sugarcube.scss */
  .pane-specialised-sectors-homepage li, .pane-block-5 li {
    width: 17.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}
/* line 834, ../sass/layouts/_sugarcube.scss */
.pane-specialised-sectors-homepage h2, .pane-specialised-sectors-homepage h3, .pane-block-5 h2, .pane-block-5 h3 {
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 0 0 10px;
  margin: 0;
  line-height: 1.28571em;
}
/* line 835, ../sass/layouts/_sugarcube.scss */
.pane-specialised-sectors-homepage h2, .pane-block-5 h2 {
  background: #82c721;
  color: #f3f2f1;
  margin-bottom: 0.85714em;
}
/* line 838, ../sass/layouts/_sugarcube.scss */
.pane-specialised-sectors-homepage .view-header, .pane-block-5 .view-header {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 840, ../sass/layouts/_sugarcube.scss */
.pane-specialised-sectors-homepage .view-header p, .pane-block-5 .view-header p {
  font-size: 1.2em;
}

/* line 844, ../sass/layouts/_sugarcube.scss */
.pane-specialised-sectors-homepage h3 {
  padding: 0;
}

/* line 846, ../sass/layouts/_sugarcube.scss */
.node-type-article #content {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
@media (min-width: 623px) {
  /* line 846, ../sass/layouts/_sugarcube.scss */
  .node-type-article #content {
    width: 64.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
/* line 851, ../sass/layouts/_sugarcube.scss */
.node-type-article #content h1, .node-type-article #content h2 {
  line-height: 1.28571em;
}

/* line 856, ../sass/layouts/_sugarcube.scss */
.sidebars {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
@media (min-width: 623px) {
  /* line 856, ../sass/layouts/_sugarcube.scss */
  .sidebars {
    width: 31.25%;
    float: right;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

/* line 864, ../sass/layouts/_sugarcube.scss */
#block-disqus-disqus-combination-widget h2 {
  display: none;
}
/* line 865, ../sass/layouts/_sugarcube.scss */
#block-disqus-disqus-combination-widget li a {
  color: #f3f2f1;
}
/* line 866, ../sass/layouts/_sugarcube.scss */
#block-disqus-disqus-combination-widget li.dsq-active a {
  color: #a3a3a2;
}

/* line 870, ../sass/layouts/_sugarcube.scss */
.section-node #content h1 {
  background: #d3d1d2;
  -moz-box-shadow: -10px 0 #d3d1d2;
  -webkit-box-shadow: -10px 0 #d3d1d2;
  box-shadow: -10px 0 #d3d1d2;
}
/* line 875, ../sass/layouts/_sugarcube.scss */
.section-node #content h4, .section-node #content .body {
  width: 31.25%;
  float: right;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

/* line 884, ../sass/layouts/_sugarcube.scss */
.section-article header h1 {
  width: 100%;
}
@media (min-width: 1060px) {
  /* line 886, ../sass/layouts/_sugarcube.scss */
  .section-article #content h1 {
    width: 79.16667%;
    float: left;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
    margin-top: 0.42857em;
  }
}
/* line 891, ../sass/layouts/_sugarcube.scss */
.section-article h2 {
  margin: 1.28571em 0;
}
/* line 895, ../sass/layouts/_sugarcube.scss */
.section-article .view-created-date {
  clear: both;
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-bottom: 1.71429em;
  color: #a3a3a2;
  text-align: center;
}
@media (min-width: 1060px) {
  /* line 895, ../sass/layouts/_sugarcube.scss */
  .section-article .view-created-date {
    text-align: left;
  }
}
/* line 905, ../sass/layouts/_sugarcube.scss */
.section-article #disqus_thread {
  margin-top: 1.71429em;
}

/* line 907, ../sass/layouts/_sugarcube.scss */
select {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 908, ../sass/layouts/_sugarcube.scss */
select:first-child {
  margin-top: 1.28571em;
}

/* line 912, ../sass/layouts/_sugarcube.scss */
#block-disqus-disqus-combination-widget, .block-disqus {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  clear: both;
  margin-top: 1.28571em;
}

/*
	.pane-specialised-sectors-homepage {
		li {
			@include adjust-font-size-to(13px);
			@include span(full);
			@include breakpoint($small){
				@include span(3 of 6);
			}
			@include breakpoint($medium){
				@include span(1 of 5);
			}
		}
	}
*/
/* line 932, ../sass/layouts/_sugarcube.scss */
.section-blog .view-latest-blogs h2 {
  display: none;
}
/* line 933, ../sass/layouts/_sugarcube.scss */
.section-blog .pane-latest-blog {
  position: relative;
  clear: both;
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
@media (min-width: 1060px) {
  /* line 933, ../sass/layouts/_sugarcube.scss */
  .section-blog .pane-latest-blog {
    width: 64.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
/* line 940, ../sass/layouts/_sugarcube.scss */
.section-blog .pane-latest-blog h2 {
  display: none;
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
  width: 84.375%;
  float: left;
  margin-left: 1.5625%;
  margin-right: 1.5625%;
  position: absolute;
  bottom: 0;
  margin: 1.71429em;
  font-size: 1.28571em;
  line-height: 1.33333em;
}
@media (min-width: 623px) {
  /* line 940, ../sass/layouts/_sugarcube.scss */
  .section-blog .pane-latest-blog h2 {
    width: 46.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-left: 2.14286em;
    font-size: 1.5em;
    line-height: 1.42857em;
  }
}
/* line 958, ../sass/layouts/_sugarcube.scss */
.section-blog .pane-latest-blog h2 span {
  background-color: #82c721;
  -moz-box-shadow: -8px 0 0 2px #82c721, 8px 0 0 2px #82c721;
  -webkit-box-shadow: -8px 0 0 2px #82c721, 8px 0 0 2px #82c721;
  box-shadow: -8px 0 0 2px #82c721, 8px 0 0 2px #82c721;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 0;
  margin: 0;
}
/* line 964, ../sass/layouts/_sugarcube.scss */
.section-blog .pane-latest-blog h2 span a {
  color: #f3f2f1;
}

/* line 971, ../sass/layouts/_sugarcube.scss */
.section-blog .view-taxonomy-work-listing .view-content {
  margin-top: 1rem;
}

/* line 973, ../sass/layouts/_sugarcube.scss */
.meta, #block-views-24f6448d495a1844062dba93f808b2f9 {
  font-size: 0.92857em;
  line-height: 1.38462em;
}

/* line 977, ../sass/layouts/_sugarcube.scss */
#block-views-24f6448d495a1844062dba93f808b2f9 {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

/* line 979, ../sass/layouts/_sugarcube.scss */
.view-blog-basics, .view-taxo-basics {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
@media (min-width: 1060px) {
  /* line 979, ../sass/layouts/_sugarcube.scss */
  .view-blog-basics, .view-taxo-basics {
    width: 31.25%;
    float: right;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-top: 1em;
    font-size: 0.92857em;
    line-height: 1.38462em;
  }
}
/* line 986, ../sass/layouts/_sugarcube.scss */
.view-blog-basics h2, .view-taxo-basics h2 {
  display: none;
  font-size: 1.5em;
  line-height: 1.42857em;
}
@media (min-width: 1060px) {
  /* line 986, ../sass/layouts/_sugarcube.scss */
  .view-blog-basics h2, .view-taxo-basics h2 {
    display: block;
  }
}
/* line 993, ../sass/layouts/_sugarcube.scss */
.view-blog-basics .link, .view-taxo-basics .link {
  margin: 0.4em 0;
}

/* line 996, ../sass/layouts/_sugarcube.scss */
.field-soundcloud {
  margin: 0 0 -5px !important;
  padding: 0 !important;
  width: 100% !important;
}
/* line 997, ../sass/layouts/_sugarcube.scss */
.field-soundcloud iframe {
  height: 165px !important;
}
@media (orientation: landscape) and (max-resolution: 1.5dppx), (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1.5), (orientation: landscape) and (max--moz-device-pixel-ratio: 1.5), (orientation: landscape) and (max-resolution: 144dpi) {
  /* line 997, ../sass/layouts/_sugarcube.scss */
  .field-soundcloud iframe {
    height: 296px !important;
  }
}
@media (min-width: 623px) {
  /* line 997, ../sass/layouts/_sugarcube.scss */
  .field-soundcloud iframe {
    height: 375px !important;
  }
}

/* line 1012, ../sass/layouts/_sugarcube.scss */
.view-id-in_tandem_listing iframe, .view-id-video_listing iframe {
  height: 137px !important;
}
@media (min-width: 623px) {
  /* line 1012, ../sass/layouts/_sugarcube.scss */
  .view-id-in_tandem_listing iframe, .view-id-video_listing iframe {
    height: 116px !important;
  }
}
@media (min-width: 1060px) {
  /* line 1012, ../sass/layouts/_sugarcube.scss */
  .view-id-in_tandem_listing iframe, .view-id-video_listing iframe {
    height: 178px !important;
  }
}

/* line 1025, ../sass/layouts/_sugarcube.scss */
.pane-video-listing h3, .pane-in-tandem-listing h3 {
  clear: both;
}

/* line 1029, ../sass/layouts/_sugarcube.scss */
.page-meet-the-team h2, .page-meet-the-team h3, .section-studio-specifications h2, .section-studio-specifications h3, .section-about h2, .section-about h3 {
  padding: 0;
  margin: 0 0 0.85714em;
  line-height: 1em;
}
/* line 1030, ../sass/layouts/_sugarcube.scss */
.page-meet-the-team img, .section-studio-specifications img, .section-about img {
  margin-bottom: 1.28571em;
}
/* line 1031, ../sass/layouts/_sugarcube.scss */
.page-meet-the-team .col, .section-studio-specifications .col, .section-about .col {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-top: 1em;
}
/* line 1035, ../sass/layouts/_sugarcube.scss */
.page-meet-the-team .view-content > div, .section-studio-specifications .view-content > div, .section-about .view-content > div {
  margin-top: 2.57143em;
}
@media (orientation: landscape) and (max-resolution: 1.5dppx), (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1.5), (orientation: landscape) and (max--moz-device-pixel-ratio: 1.5), (orientation: landscape) and (max-resolution: 144dpi) {
  /* line 1035, ../sass/layouts/_sugarcube.scss */
  .page-meet-the-team .view-content > div, .section-studio-specifications .view-content > div, .section-about .view-content > div {
    width: 46.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    font-size: 0.92857em;
    line-height: 1.38462em;
  }
}
@media (min-width: 623px) {
  /* line 1035, ../sass/layouts/_sugarcube.scss */
  .page-meet-the-team .view-content > div, .section-studio-specifications .view-content > div, .section-about .view-content > div {
    width: 30.55556%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    font-size: 0.92857em;
    line-height: 1.38462em;
  }
}

/* line 1052, ../sass/layouts/_sugarcube.scss */
.section-studio-specifications #main h2, .section-about #main h2, .section-history #main h2 {
  color: #82c721;
  border-bottom: 2px solid #82c721;
  line-height: 1em;
  padding-bottom: 0.42857em;
  clear: both;
}
/* line 1053, ../sass/layouts/_sugarcube.scss */
.section-studio-specifications h3, .section-about h3, .section-history h3 {
  padding: 0;
  margin: 0;
  line-height: 1em;
}
/* line 1054, ../sass/layouts/_sugarcube.scss */
.section-studio-specifications img, .section-about img, .section-history img {
  margin: 1.28571em auto;
  width: 100%;
}
/* line 1055, ../sass/layouts/_sugarcube.scss */
.section-studio-specifications p, .section-about p, .section-history p {
  font-size: 0.92857em;
  line-height: 1.38462em;
}

/* line 1061, ../sass/layouts/_sugarcube.scss */
article h1 {
  margin-top: 1.28571em !important;
  clear: both;
}

/* line 1063, ../sass/layouts/_sugarcube.scss */
.wraptag {
  width: 100% !important;
  margin-bottom: 0 !important;
}
/* line 1064, ../sass/layouts/_sugarcube.scss */
.wraptag.body {
  margin-top: 1em;
}

/* line 1068, ../sass/layouts/_sugarcube.scss */
.view-voice-agency-index li {
  height: 90px;
}
@media (min-width: 690px) {
  /* line 1068, ../sass/layouts/_sugarcube.scss */
  .view-voice-agency-index li {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1060px) {
  /* line 1068, ../sass/layouts/_sugarcube.scss */
  .view-voice-agency-index li {
    width: 33.33333%;
    float: left;
  }
}

/* line 1077, ../sass/layouts/_sugarcube.scss */
.ui360 {
  width: 50px;
  float: left;
}

/* line 1078, ../sass/layouts/_sugarcube.scss */
#block-facetapi-k0alkfmyhsnmagtqfw4wzbkt63yu00s3 {
  font-size: 0.92857em;
  line-height: 1.38462em;
  width: 39.58333%;
  float: right;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-bottom: 2em;
  text-transform: capitalize;
}
@media (min-width: 430px) {
  /* line 1078, ../sass/layouts/_sugarcube.scss */
  #block-facetapi-k0alkfmyhsnmagtqfw4wzbkt63yu00s3 {
    width: 31.25%;
    float: right;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (min-width: 581px) {
  /* line 1078, ../sass/layouts/_sugarcube.scss */
  #block-facetapi-k0alkfmyhsnmagtqfw4wzbkt63yu00s3 {
    width: 22.91667%;
    float: right;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

/* line 1095, ../sass/layouts/_sugarcube.scss */
.view-voice-agency-index {
  width: 56.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
@media (min-width: 430px) {
  /* line 1095, ../sass/layouts/_sugarcube.scss */
  .view-voice-agency-index {
    width: 64.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (min-width: 581px) {
  /* line 1095, ../sass/layouts/_sugarcube.scss */
  .view-voice-agency-index {
    width: 72.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
/* line 1103, ../sass/layouts/_sugarcube.scss */
.view-voice-agency-index h2 {
  margin: 0 0 1.2em;
  border-bottom: solid 2px #82c721;
  clear: both;
}
/* line 1104, ../sass/layouts/_sugarcube.scss */
.view-voice-agency-index .meta {
  padding-left: 50px;
}

/* line 1106, ../sass/layouts/_sugarcube.scss */
.reset {
  margin-top: 0.5em;
  display: block;
}

/* line 1108, ../sass/layouts/_sugarcube.scss */
.description {
  margin-top: 0.5em;
}

/* line 1110, ../sass/layouts/_sugarcube.scss */
.pane-webform-client-block-460 {
  margin-top: 1em;
}

/* line 1112, ../sass/layouts/_sugarcube.scss */
#sm2-container {
  position: absolute;
  left: -999px;
  top: -999px;
}

/* line 1115, ../sass/layouts/_sugarcube.scss */
#share-wrapper li.button-wrap > a {
  font-size: 12px;
}

/* line 1117, ../sass/layouts/_sugarcube.scss */
.view-client-directory > .view-content .item-list {
  text-transform: Capitalize;
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 1119, ../sass/layouts/_sugarcube.scss */
.view-client-directory > .view-content .item-list li {
  border-bottom: 1px solid rgba(130, 199, 33, 0.6);
  padding: 0.4em 0;
}
@media (min-width: 623px) {
  /* line 1117, ../sass/layouts/_sugarcube.scss */
  .view-client-directory > .view-content .item-list {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (min-width: 1060px) {
  /* line 1117, ../sass/layouts/_sugarcube.scss */
  .view-client-directory > .view-content .item-list {
    width: 14.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
/* line 1130, ../sass/layouts/_sugarcube.scss */
.view-client-directory > .view-content .item-list h3 {
  padding-bottom: 0.2em;
  margin-bottom: 0em;
  border-bottom: 2px solid #82c721;
}

/* line 1133, ../sass/layouts/_sugarcube.scss */
.attachment-after {
  clear: both;
  margin-top: 2em;
}

/* line 1135, ../sass/layouts/_sugarcube.scss */
.pane-client-directory-services-directory-pane {
  clear: both;
  font-size: 0.85714em;
  line-height: 1.5em;
  margin-bottom: 2em;
}
/* line 1139, ../sass/layouts/_sugarcube.scss */
.pane-client-directory-services-directory-pane h2 {
  margin: 0.2em;
}
/* line 1140, ../sass/layouts/_sugarcube.scss */
.pane-client-directory-services-directory-pane h3 {
  margin-top: 0.2em;
}

/* line 1143, ../sass/layouts/_sugarcube.scss */
.social span {
  display: block;
  color: #d3d1d2;
}
@media (min-width: 1060px) {
  /* line 1143, ../sass/layouts/_sugarcube.scss */
  .social span {
    text-align: right;
    margin-top: 2.6em;
  }
}

/* line 1153, ../sass/layouts/_sugarcube.scss */
.page-services .attachment .view-client-directory .item-list {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 1155, ../sass/layouts/_sugarcube.scss */
.page-services .attachment li {
  width: 12.5%;
  float: left;
  margin-left: 2.08333%;
  margin-right: 2.08333%;
}
/* line 1156, ../sass/layouts/_sugarcube.scss */
.page-services .attachment .view-header {
  display: none;
}

/* line 1160, ../sass/layouts/_sugarcube.scss */
.pane-specialised-sectors-homepage p {
  font-size: 0.92857em;
  line-height: 1.38462em;
}

/* line 1162, ../sass/layouts/_sugarcube.scss */
.admin-menu #share-wrapper {
  display: none;
}

/* line 1164, ../sass/layouts/_sugarcube.scss */
h1#page-title {
  margin-bottom: 1em;
}

/* line 1165, ../sass/layouts/_sugarcube.scss */
.node-type-article h1#page-title, .node-type-article .pane-created-date-panel-pane-1 {
  margin-bottom: 1.04167%;
}

/* line 1167, ../sass/layouts/_sugarcube.scss */
.taxonomy-term-description {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

/* line 1169, ../sass/layouts/_sugarcube.scss */
.page-node article {
  width: 100%;
  float: left;
}

/* line 1170, ../sass/layouts/_sugarcube.scss */
.page-node article p, .view-meet-the-team .view-header p, .pane-block-5 {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

/* line 1171, ../sass/layouts/_sugarcube.scss */
.view-meet-the-team .view-content {
  clear: left;
}

/*
	 .pane-video-listing, .block-views-video-listing, .pane-in-tandem-listing, .view-taxonomy-work-listing {
		overflow:visible !important;
		.view-content > div {max-width:span(4);

			@include breakpoint($medium) {
				max-width:span(4)
			}
		}
	 }*/
/* line 1183, ../sass/layouts/_sugarcube.scss */
.taxonomy-term-description li:last-child, .node-type-article .pane-node-body li:last-child {
  margin-bottom: 1rem;
}

/* line 1184, ../sass/layouts/_sugarcube.scss */
.taxonomy-term-description li, .node-type-article .pane-node-body li {
  font-size: 14px;
  list-style: square;
  list-style-position: inside;
  float: left;
  padding-left: 1rem;
}

/* line 1185, ../sass/layouts/_sugarcube.scss */
.taxonomy-term-description h2 {
  clear: left;
}

/* line 1186, ../sass/layouts/_sugarcube.scss */
.node-type-article .pane-node-body li {
  float: none;
}

/* line 1188, ../sass/layouts/_sugarcube.scss */
.blockFloat-processed {
  margin-top: 1rem;
}

/* line 1192, ../sass/layouts/_sugarcube.scss */
.pane-logo-list-panel-pane-2 {
  clear: both;
}

/* line 1194, ../sass/layouts/_sugarcube.scss */
.page-taxonomy-term-30 .taxonomy-term-description li {
  float: none;
}

/* line 1195, ../sass/layouts/_sugarcube.scss */
.page-taxonomy-term-8 .taxonomy-term-description li {
  width: 31.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

/* line 1198, ../sass/layouts/_sugarcube.scss */
.section-services .view-header iframe {
  float: left;
  margin-bottom: 1rem;
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
@media (min-width: 480px) {
  /* line 1198, ../sass/layouts/_sugarcube.scss */
  .section-services .view-header iframe {
    margin-right: 1rem;
    width: 47.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
/* line 1203, ../sass/layouts/_sugarcube.scss */
.section-services .view-content {
  clear: both;
}

/* line 1207, ../sass/layouts/_sugarcube.scss */
.node-type-voice h2 {
  display: none;
}

/* line 1211, ../sass/layouts/_sugarcube.scss */
.node-type-voice .pane-individual-voice-panel-pane-1, .node-type-voice .pane-block pane-webform-client-block-569 {
  padding: 1rem;
  background: #ddd;
  border-radius: 7px;
  min-height: 226px;
}
/* line 1216, ../sass/layouts/_sugarcube.scss */
.node-type-voice .pane-individual-voice-panel-pane-1 div, .node-type-voice .pane-block pane-webform-client-block-569 div {
  clear: left;
}
/* line 1217, ../sass/layouts/_sugarcube.scss */
.node-type-voice .pane-individual-voice-panel-pane-1 label, .node-type-voice .pane-block pane-webform-client-block-569 label {
  font-weight: normal;
}
/* line 1220, ../sass/layouts/_sugarcube.scss */
.node-type-voice b {
  font-weight: normal;
}
/* line 1221, ../sass/layouts/_sugarcube.scss */
.node-type-voice #webform-component-project-information-optional {
  margin-top: 1rem;
  /*margin-left:1rem; margin-right:2.7rem*/
}
/* line 1222, ../sass/layouts/_sugarcube.scss */
.node-type-voice .audio-download {
  margin-bottom: 1rem;
}
/* line 1223, ../sass/layouts/_sugarcube.scss */
.node-type-voice form, .node-type-voice .pane-custom.pane-1 {
  margin: 1rem;
}
/* line 1224, ../sass/layouts/_sugarcube.scss */
.node-type-voice .form-textarea-wrapper textarea {
  width: auto;
}
/* line 1225, ../sass/layouts/_sugarcube.scss */
.node-type-voice .grippie {
  display: none;
}

/* line 1229, ../sass/layouts/_sugarcube.scss */
.view-latest-blogs.view-id-latest_blogs .view-header {
  font-size: 0.75em;
}
/* line 1231, ../sass/layouts/_sugarcube.scss */
.view-latest-blogs.view-id-latest_blogs .view-header h2 {
  margin-bottom: 0.6em;
}
/* line 1235, ../sass/layouts/_sugarcube.scss */
.view-latest-blogs.view-id-latest_blogs .view-content .blog-item {
  margin-bottom: 0.814em;
}
/* line 1239, ../sass/layouts/_sugarcube.scss */
.view-latest-blogs.view-id-latest_blogs .view-content .blog-item h3 {
  margin-top: 1.6rem;
}
/* line 1242, ../sass/layouts/_sugarcube.scss */
.view-latest-blogs.view-id-latest_blogs .view-content .blog-item h3 > a {
  padding: 0;
}
/* line 1245, ../sass/layouts/_sugarcube.scss */
.view-latest-blogs.view-id-latest_blogs .view-content .blog-item h3 > a span {
  padding-top: 10px;
  display: block;
}

/* line 1253, ../sass/layouts/_sugarcube.scss */
.node-type-article #block-menu-menu-categories {
  clear: both;
}
/* line 1254, ../sass/layouts/_sugarcube.scss */
.node-type-article #block-views-latest-blogs-block-1 {
  clear: both;
  margin-top: 3.5em;
}
/* line 1258, ../sass/layouts/_sugarcube.scss */
.node-type-article .blog-item {
  margin-bottom: 0.814em !important;
}

/* line 1263, ../sass/layouts/_sugarcube.scss */
.view-taxonomy-work-listing .views-row {
  min-height: 251px;
}

/* line 1266, ../sass/layouts/_sugarcube.scss */
.pane-taxonomy-work-listing-panel-pane-2 {
  clear: both;
}

/* line 1270, ../sass/layouts/_sugarcube.scss */
.view-meet-the-team ul, .view-meet-the-team li {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 0 7px;
}

/* line 3, ../sass/layouts/_home2017.scss */
a#Home {
  background: url("../images/tandem-newlogo-onlight.png") 0 0 no-repeat !important;
  background-size: contain !important;
  height: 140px;
  width: 370px;
}

/* line 13, ../sass/layouts/_home2017.scss */
.panel-pane.pane-views.pane-taxonomy-work-listing {
  display: inline-block;
}

/* line 38, ../sass/layouts/_home2017.scss */
.section-home2017 .service-list {
  width: 14.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 42, ../sass/layouts/_home2017.scss */
.section-home2017 .full-width-image {
  margin-top: -20px;
}
/* line 44, ../sass/layouts/_home2017.scss */
.section-home2017 .full-width-image img {
  width: 100%;
}
/* line 48, ../sass/layouts/_home2017.scss */
.section-home2017 #introvid {
  margin-bottom: 20px;
}
/* line 53, ../sass/layouts/_home2017.scss */
.section-home2017 h1#page-title {
  display: none;
}
/* line 57, ../sass/layouts/_home2017.scss */
.section-home2017 #vla a {
  text-transform: uppercase;
  width: 25%;
  float: left;
  margin-left: 4.16667%;
  margin-right: 4.16667%;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
/* line 66, ../sass/layouts/_home2017.scss */
.section-home2017 .panel-pane.pane-entity-field.pane-node-body {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-top: -6px;
  padding: 0px 10px 20px;
  text-align: center;
}
/* line 72, ../sass/layouts/_home2017.scss */
.section-home2017 .panel-pane.pane-entity-field.pane-node-body h2 {
  color: #82c721;
  font-size: 1.9rem;
  margin: 5px 0px 0px;
}
/* line 77, ../sass/layouts/_home2017.scss */
.section-home2017 .panel-pane.pane-entity-field.pane-node-body h3 {
  margin-top: -10px;
}
@media (min-width: 623px) {
  /* line 82, ../sass/layouts/_home2017.scss */
  .section-home2017 .pane-featured-taxonomies {
    margin: 0 0 20px;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
  /* line 84, ../sass/layouts/_home2017.scss */
  .section-home2017 .pane-featured-taxonomies .view-header {
    margin: 0;
    width: 100%;
  }
  /* line 89, ../sass/layouts/_home2017.scss */
  .section-home2017 .pane-featured-taxonomies li {
    width: calc(100% * 1/4 - (1.04167%*2));
    margin: 0 1.04167%;
  }
}

/* line 2, ../sass/layouts/_pages2017.scss */
.section-video p, .section-audio p, .section-streaming p {
  margin-top: 0;
}
/* line 6, ../sass/layouts/_pages2017.scss */
.section-video article ul, .section-audio article ul, .section-streaming article ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
/* line 10, ../sass/layouts/_pages2017.scss */
.section-video article ul li, .section-audio article ul li, .section-streaming article ul li {
  flex-grow: 1;
  display: flex;
}
/* line 13, ../sass/layouts/_pages2017.scss */
.section-video article ul li a, .section-audio article ul li a, .section-streaming article ul li a {
  width: calc(100% * 1/5);
  flex-grow: 1;
  padding: 10px;
  text-align: center;
  background-color: rgba(130, 199, 33, 0.6);
  border-radius: 20px;
  font-size: 1.2rem;
  margin: 10px;
  vertical-align: middle;
  align-self: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
/* line 27, ../sass/layouts/_pages2017.scss */
.section-video article ul li a:hover, .section-audio article ul li a:hover, .section-streaming article ul li a:hover {
  background-color: #82c721;
}

/* line 36, ../sass/layouts/_pages2017.scss */
.section-podcast p, .section-voice p, .section-translation p, .page-node-1422 p, .section-open-democracy p, .section-farming p, .section-workforce p, .section-health-and-safety p, .section-event-and-conference p, .section-television-commercials p, .section-tourism p, .section-education p, .section-animation p {
  margin-top: 0;
}
/* line 39, ../sass/layouts/_pages2017.scss */
.section-podcast iframe, .section-voice iframe, .section-translation iframe, .page-node-1422 iframe, .section-open-democracy iframe, .section-farming iframe, .section-workforce iframe, .section-health-and-safety iframe, .section-event-and-conference iframe, .section-television-commercials iframe, .section-tourism iframe, .section-education iframe, .section-animation iframe {
  width: 100%;
  height: 510px;
}
/* line 43, ../sass/layouts/_pages2017.scss */
.section-podcast li, .section-voice li, .section-translation li, .page-node-1422 li, .section-open-democracy li, .section-farming li, .section-workforce li, .section-health-and-safety li, .section-event-and-conference li, .section-television-commercials li, .section-tourism li, .section-education li, .section-animation li {
  list-style: square outside;
  margin: 0px 0px 0px 15px;
}

/* line 1280, ../sass/layouts/_sugarcube.scss */
#block-block-7 {
  background-color: rgba(130, 199, 33, 0.9);
  padding: 3px 20px;
  border-radius: 30px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 1287, ../sass/layouts/_sugarcube.scss */
#block-block-7 p {
  padding: 0;
  margin: 10px;
}
/* line 1290, ../sass/layouts/_sugarcube.scss */
#block-block-7 p a {
  color: #fff;
}

/* line 1, ../sass/layouts/2015/_2015updates.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 2px;
  margin-top: 21px;
}

/* line 2, ../sass/layouts/2015/_2015updates.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 5, ../sass/layouts/2015/_2015updates.scss */
.region-bottom {
  background-image: none;
}

/* line 9, ../sass/layouts/2015/_2015updates.scss */
#block-block-1 h2 {
  font-size: 1.5em;
  line-height: 1.85rem;
}

/* line 14, ../sass/layouts/2015/_2015updates.scss */
.social .itunes {
  background: url("../images/itunes.gif") 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

/* line 18, ../sass/layouts/2015/_2015updates.scss */
.front .pane-node-body img.media-element {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 23, ../sass/layouts/2015/_2015updates.scss */
.front .view-latest-blogs.view-id-latest_blogs .view-content .blog-item h3 > a span {
  background-color: rgba(130, 199, 33, 0.9);
  bottom: 3px;
  display: block;
  padding-bottom: 0.4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: absolute;
}
/* line 34, ../sass/layouts/2015/_2015updates.scss */
.front .view-video-listing .views-row h3 a {
  bottom: 19px;
  color: #f3f2f1;
  display: block;
  font-weight: normal;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
  background-color: rgba(130, 199, 33, 0.9);
  min-height: 0;
}
/* line 45, ../sass/layouts/2015/_2015updates.scss */
.front .view-video-listing .view-content div {
  margin-bottom: 0;
}
/* line 48, ../sass/layouts/2015/_2015updates.scss */
.front .view-video-listing div.tags {
  top: 91% !important;
}
/* line 53, ../sass/layouts/2015/_2015updates.scss */
.front .view-latest-blogs.view-id-latest_blogs .view-header h2 {
  margin: -35px 0 0;
}
/* line 57, ../sass/layouts/2015/_2015updates.scss */
.front #block-views-latest-blogs-block-1 h3 a, .front .view-latest-blogs h3 a {
  line-height: 1.28571em;
  min-height: 143px;
  background-color: transparent;
}
/* line 62, ../sass/layouts/2015/_2015updates.scss */
.front .view-latest-blogs .view-content div div.tags {
  top: 98%;
}
/* line 65, ../sass/layouts/2015/_2015updates.scss */
.front .pane-custom.pane-1 {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
@media (max-width: 1060px) {
  /* line 65, ../sass/layouts/2015/_2015updates.scss */
  .front .pane-custom.pane-1 {
    clear: both;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (max-width: 1060px) {
  /* line 72, ../sass/layouts/2015/_2015updates.scss */
  .front .pane-latest-blogs {
    clear: both;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
/* line 80, ../sass/layouts/2015/_2015updates.scss */
.front .pane-featured-taxonomies {
  clear: none;
}
/* line 82, ../sass/layouts/2015/_2015updates.scss */
.front .pane-featured-taxonomies h2 {
  margin: 1.2em 0 -0.2em;
}
@media (max-width: 1060px) {
  /* line 80, ../sass/layouts/2015/_2015updates.scss */
  .front .pane-featured-taxonomies {
    margin-top: -2rem;
  }
}
/* line 89, ../sass/layouts/2015/_2015updates.scss */
.front .pane-logo-list-panel-pane-3 {
  clear: both;
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 92, ../sass/layouts/2015/_2015updates.scss */
.front .pane-logo-list-panel-pane-3 .view-logo-list, .front .pane-logo-list-panel-pane-3 h2 {
  margin-top: 0;
}
/* line 95, ../sass/layouts/2015/_2015updates.scss */
.front .pane-logo-list-panel-pane-3 .logo {
  margin-bottom: 0;
}
/* line 101, ../sass/layouts/2015/_2015updates.scss */
.front .pane-block-6 {
  clear: both;
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 102, ../sass/layouts/2015/_2015updates.scss */
.front .pane-block-6 h2 {
  margin: 0;
}
/* line 106, ../sass/layouts/2015/_2015updates.scss */
.front .pane-block-6 img {
  width: 64.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

/* line 115, ../sass/layouts/2015/_2015updates.scss */
.node-type-article .view-content .blog-item {
  width: 100% !important;
  margin-bottom: 0.814em;
}
/* line 119, ../sass/layouts/2015/_2015updates.scss */
.node-type-article .view-content .blog-item h3 {
  height: 61px !important;
  margin-top: 1.6rem;
}
/* line 122, ../sass/layouts/2015/_2015updates.scss */
.node-type-article .view-content .blog-item h3 > a {
  padding: 0 !important;
  height: 61px;
}
/* line 126, ../sass/layouts/2015/_2015updates.scss */
.node-type-article .view-content .blog-item h3 > a span {
  padding-top: 10px;
  display: block;
  padding-right: 10px;
}
/* line 131, ../sass/layouts/2015/_2015updates.scss */
.node-type-article .view-content .blog-item h3 > a img {
  float: left;
  padding-right: 10px;
}
/* line 137, ../sass/layouts/2015/_2015updates.scss */
.node-type-article .pane-node-body img {
  float: none !important;
  height: auto !important;
}

/* line 143, ../sass/layouts/2015/_2015updates.scss */
.pane-webform-client-block-460 {
  width: 47.91667%;
  float: right;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  background: url("../images/vidmail.gif") top center no-repeat #82c721;
  padding: 113px 25px 25px;
}
@media (max-width: 623px) {
  /* line 143, ../sass/layouts/2015/_2015updates.scss */
  .pane-webform-client-block-460 {
    clear: both;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (min-width: 489px) {
  /* line 143, ../sass/layouts/2015/_2015updates.scss */
  .pane-webform-client-block-460 {
    background-position: 6px center;
    padding: 0px 45px 10px 158px;
  }
}
/* line 157, ../sass/layouts/2015/_2015updates.scss */
.pane-webform-client-block-460 img {
  float: right;
}
/* line 160, ../sass/layouts/2015/_2015updates.scss */
.pane-webform-client-block-460 header {
  display: none;
}
/* line 163, ../sass/layouts/2015/_2015updates.scss */
.pane-webform-client-block-460 .field-body label, .pane-webform-client-block-460 #webform-client-form-460 label {
  font-weight: normal;
}
/* line 167, ../sass/layouts/2015/_2015updates.scss */
.pane-webform-client-block-460 .field-body #edit-submit, .pane-webform-client-block-460 #webform-client-form-460 #edit-submit {
  margin-top: 1em;
}
/* line 169, ../sass/layouts/2015/_2015updates.scss */
.pane-webform-client-block-460 article {
  margin: 1em 0;
  width: 100%;
}
/* line 170, ../sass/layouts/2015/_2015updates.scss */
.pane-webform-client-block-460 article h2 {
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #f3f2f1;
  width: 100%;
}
/* line 171, ../sass/layouts/2015/_2015updates.scss */
.pane-webform-client-block-460 article p {
  font-size: 0.92857em;
  line-height: 1.38462em;
  margin-bottom: 0;
}
/* line 173, ../sass/layouts/2015/_2015updates.scss */
.pane-webform-client-block-460 #edit-actions {
  clear: both;
  padding: 0;
}
/* line 174, ../sass/layouts/2015/_2015updates.scss */
.pane-webform-client-block-460 .form-item {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
@media (max-width: 1060px) {
  /* line 174, ../sass/layouts/2015/_2015updates.scss */
  .pane-webform-client-block-460 .form-item {
    clear: both;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

/* line 182, ../sass/layouts/2015/_2015updates.scss */
.address {
  width: 31.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
@media (max-width: 623px) {
  /* line 182, ../sass/layouts/2015/_2015updates.scss */
  .address {
    clear: both;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-bottom: 1.04167%;
  }
}

@media (max-width: 1060px) {
  /* line 190, ../sass/layouts/2015/_2015updates.scss */
  .pane-latest-blogs {
    margin-top: 40px;
  }
}

/* line 195, ../sass/layouts/2015/_2015updates.scss */
.pane-custom {
  clear: both;
  padding: 0 1.04167%;
}
/* line 198, ../sass/layouts/2015/_2015updates.scss */
.pane-custom h2 {
  border-bottom: 5px solid #82c721;
  color: #82c721;
  font-weight: normal;
  margin: -17px 0 0;
  text-transform: uppercase;
}

/* line 207, ../sass/layouts/2015/_2015updates.scss */
.pane-logo-list-panel-pane-4 {
  width: 31.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 209, ../sass/layouts/2015/_2015updates.scss */
.pane-logo-list-panel-pane-4 h2 {
  margin: 0;
  border-bottom: 2px solid #82c721;
  color: #82c721;
  font-weight: normal;
  margin-top: -5px;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 500px) {
  /* line 207, ../sass/layouts/2015/_2015updates.scss */
  .pane-logo-list-panel-pane-4 {
    clear: both;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
/* line 223, ../sass/layouts/2015/_2015updates.scss */
.pane-logo-list-panel-pane-4 .view-logo-list div.logo {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin: 0;
}
/* line 227, ../sass/layouts/2015/_2015updates.scss */
.pane-logo-list-panel-pane-4 .view-logo-list div.logo img {
  padding: 5px 10px;
}
@media (max-width: 500px) {
  /* line 223, ../sass/layouts/2015/_2015updates.scss */
  .pane-logo-list-panel-pane-4 .view-logo-list div.logo {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

/* line 237, ../sass/layouts/2015/_2015updates.scss */
.page-meet-the-team h2, .page-meet-the-team h3 {
  padding: 0;
  margin: 0 0 0.85714em;
  line-height: 1em;
}
/* line 238, ../sass/layouts/2015/_2015updates.scss */
.page-meet-the-team img {
  margin-bottom: 1.28571em;
}
/* line 239, ../sass/layouts/2015/_2015updates.scss */
.page-meet-the-team .col {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-top: 1em;
}
/* line 243, ../sass/layouts/2015/_2015updates.scss */
.page-meet-the-team .view-content > div {
  margin-top: 2.57143em;
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 244, ../sass/layouts/2015/_2015updates.scss */
.page-meet-the-team .view-content > div h2 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}
/* line 248, ../sass/layouts/2015/_2015updates.scss */
.page-meet-the-team .view-content > div h3 {
  font-size: 0.9rem;
  margin-bottom: 5px;
  min-height: 31px;
}
@media (orientation: landscape) and (max-resolution: 1.5dppx), (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1.5), (orientation: landscape) and (max--moz-device-pixel-ratio: 1.5), (orientation: landscape) and (max-resolution: 144dpi) {
  /* line 243, ../sass/layouts/2015/_2015updates.scss */
  .page-meet-the-team .view-content > div {
    width: 46.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    font-size: 0.92857em;
    line-height: 1.38462em;
  }
}
@media (min-width: 623px) {
  /* line 243, ../sass/layouts/2015/_2015updates.scss */
  .page-meet-the-team .view-content > div {
    width: 22.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    font-size: 0.92857em;
    line-height: 1.38462em;
  }
}
@media (min-width: 1060px) {
  /* line 243, ../sass/layouts/2015/_2015updates.scss */
  .page-meet-the-team .view-content > div {
    width: 14.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (max-width: 380px) {
  /* line 243, ../sass/layouts/2015/_2015updates.scss */
  .page-meet-the-team .view-content > div {
    clear: both;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
/* line 271, ../sass/layouts/2015/_2015updates.scss */
.page-meet-the-team .view-content > div div:last-child {
  background: url("/sites/all/themes/tandem/images/arrow.png") no-repeat scroll 1px 6px;
  padding-left: 12px;
}

/* line 278, ../sass/layouts/2015/_2015updates.scss */
.node-type-team-member .field-body {
  float: right;
  width: 70%;
}
/* line 281, ../sass/layouts/2015/_2015updates.scss */
.node-type-team-member .field-body p:first-child {
  margin-top: 0;
}
/* line 285, ../sass/layouts/2015/_2015updates.scss */
.node-type-team-member .field-position, .node-type-team-member .field-email, .node-type-team-member .field-image {
  float: left;
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-left: 6px;
  width: 30%;
}
/* line 292, ../sass/layouts/2015/_2015updates.scss */
.node-type-team-member .field-image {
  padding-right: 10px;
}
@media (max-width: 623px) {
  /* line 296, ../sass/layouts/2015/_2015updates.scss */
  .node-type-team-member .field-body, .node-type-team-member .field-position, .node-type-team-member .field-email, .node-type-team-member .field-image {
    float: none;
    clear: both;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 302, ../sass/layouts/2015/_2015updates.scss */
  .node-type-team-member .field-position {
    margin-bottom: 0;
  }
  /* line 305, ../sass/layouts/2015/_2015updates.scss */
  .node-type-team-member .field-body {
    text-align: left;
  }
}

/* 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: 2.28571em;
  line-height: 1.125em;
}

/* 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: 0.42857em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 244, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 249, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 254, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../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: 0.42857em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../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 279, ../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: 0.42857em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../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 301, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 307, ../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 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../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 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -0.42857em;
}

/* line 351, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.21429em 3px;
}

/* line 358, ../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 367, ../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 372, ../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 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../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 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  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 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../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 452, ../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 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 0.42857em;
}

/**
 * Menus.
 */
/* line 479, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 511, ../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 523, ../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 551, ../sass/components/_misc.scss */
.comments {
  margin: 0.42857em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 556, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 562, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 565, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 572, ../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 582, ../sass/components/_misc.scss */
.form-item {
  margin: 0.42857em 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 586, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 593, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 599, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../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 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 624, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 630, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 635, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 641, ../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 653, ../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 659, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 0.42857em;
}

/* line 663, ../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 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 0.42857em 0;
}

/**
 * Drupal admin tables.
 */
/* line 676, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 681, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 684, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 688, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 694, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 709, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 714, ../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 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 731, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 751, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 770, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 773, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 776, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 785, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 794, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 797, ../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 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1401923040');
}

/**
 * @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: 14px;
  }
  /* 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"; */
