/**
 * @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-scss
 *
 * 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;
}

/* Remove default margin. */
/* line 73, ../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 95, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 100, ../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 116, ../sass/_normalize.scss */
p,
pre {
  margin: 1.28571em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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 295, ../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 310, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 329, ../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 340, ../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 354, ../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 368, ../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 379, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-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 394, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-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 403, ../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 409, ../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 419, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/**
 * Tables
 */
/* line 433, ../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.28571em;
  margin-bottom: 1.28571em;
}

/* line 443, ../sass/_normalize.scss */
.field-collection-container {
  border-bottom: none;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1024px) {
  /* line 449, ../sass/_normalize.scss */
  .field-collection-container {
    margin-bottom: 0;
  }
}
/* Throbber */
/* line 455, ../sass/_normalize.scss */
.ajax-progress .throbber {
  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 44, ../sass/_normalize-fonts.scss */
html {
  font-family: "Museo Sans", Helvetica, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  font-weight: 300;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.28571em;
}

/**
 * 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
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 68, ../sass/_normalize-fonts.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.28571em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.64286em;
  margin-bottom: 0.64286em;
  font-weight: 600;
}

/* line 77, ../sass/_normalize-fonts.scss */
h2 {
  font-size: 1.76em;
  line-height: 1.09578em;
  margin-top: 0.73052em;
  margin-bottom: 0.73052em;
  font-weight: 600;
}

/* line 83, ../sass/_normalize-fonts.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.64835em;
  margin-top: 1.0989em;
  margin-bottom: 1.0989em;
}

/* line 88, ../sass/_normalize-fonts.scss */
h4 {
  font-size: 1em;
  line-height: 1.92857em;
  margin-top: 1.28571em;
  margin-bottom: 1.28571em;
}

/* line 93, ../sass/_normalize-fonts.scss */
h5 {
  font-size: 0.83em;
  line-height: 2.32358em;
  margin-top: 1.54905em;
  margin-bottom: 1.54905em;
}

/* line 98, ../sass/_normalize-fonts.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.87846em;
  margin-top: 1.91898em;
  margin-bottom: 1.91898em;
}

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

@media only screen and (min-width: 768px) {
  /**
   * 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 44, ../sass/_normalize-fonts.scss */
  html {
    font-family: "Museo Sans", Helvetica, "Nimbus Sans L", sans-serif;
    /* 1 */
    font-size: 106.25%;
    /* 3 */
    font-weight: 300;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    line-height: 1.17647em;
  }

  /**
   * 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
   */
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari 5, and Chrome.
   */
  /* line 68, ../sass/_normalize-fonts.scss */
  h1 {
    /* Set the font-size and line-height while keeping a proper vertical rhythm. */
    font-size: 2em;
    line-height: 1.17647em;
    /* Set 1 unit of vertical rhythm on the top and bottom margins. */
    margin-top: 0.58824em;
    margin-bottom: 0.58824em;
    font-weight: 600;
  }

  /* line 77, ../sass/_normalize-fonts.scss */
  h2 {
    font-size: 1.76em;
    line-height: 1.00267em;
    margin-top: 0.66845em;
    margin-bottom: 0.66845em;
    font-weight: 600;
  }

  /* line 83, ../sass/_normalize-fonts.scss */
  h3 {
    font-size: 1.17em;
    line-height: 1.5083em;
    margin-top: 1.00553em;
    margin-bottom: 1.00553em;
  }

  /* line 88, ../sass/_normalize-fonts.scss */
  h4 {
    font-size: 1em;
    line-height: 1.76471em;
    margin-top: 1.17647em;
    margin-bottom: 1.17647em;
  }

  /* line 93, ../sass/_normalize-fonts.scss */
  h5 {
    font-size: 0.83em;
    line-height: 2.12615em;
    margin-top: 1.41743em;
    margin-bottom: 1.41743em;
  }

  /* line 98, ../sass/_normalize-fonts.scss */
  h6 {
    font-size: 0.67em;
    line-height: 2.63389em;
    margin-top: 1.75593em;
    margin-bottom: 1.75593em;
  }

  /* Correct font family set oddly in Safari 5 and Chrome. */
  /* line 105, ../sass/_normalize-fonts.scss */
  code,
  kbd,
  pre,
  samp,
  tt,
  var {
    font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
    font-size: 1em;
    line-height: 2.35294em;
  }
}
@media only screen and (min-width: 1024px) {
  /**
   * 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 44, ../sass/_normalize-fonts.scss */
  html {
    font-family: "Museo Sans", Helvetica, "Nimbus Sans L", sans-serif;
    /* 1 */
    font-size: 106.25%;
    /* 3 */
    font-weight: 300;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    line-height: 1.52941em;
  }

  /**
   * 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
   */
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari 5, and Chrome.
   */
  /* line 68, ../sass/_normalize-fonts.scss */
  h1 {
    /* Set the font-size and line-height while keeping a proper vertical rhythm. */
    font-size: 2em;
    line-height: 1.52941em;
    /* Set 1 unit of vertical rhythm on the top and bottom margins. */
    margin-top: 0.76471em;
    margin-bottom: 0.76471em;
    font-weight: 600;
  }

  /* line 77, ../sass/_normalize-fonts.scss */
  h2 {
    font-size: 1.76em;
    line-height: 1.30348em;
    margin-top: 0.86898em;
    margin-bottom: 0.86898em;
    font-weight: 600;
  }

  /* line 83, ../sass/_normalize-fonts.scss */
  h3 {
    font-size: 1.17em;
    line-height: 1.96078em;
    margin-top: 1.30719em;
    margin-bottom: 1.30719em;
  }

  /* line 88, ../sass/_normalize-fonts.scss */
  h4 {
    font-size: 1em;
    line-height: 2.29412em;
    margin-top: 1.52941em;
    margin-bottom: 1.52941em;
  }

  /* line 93, ../sass/_normalize-fonts.scss */
  h5 {
    font-size: 0.83em;
    line-height: 2.764em;
    margin-top: 1.84266em;
    margin-bottom: 1.84266em;
  }

  /* line 98, ../sass/_normalize-fonts.scss */
  h6 {
    font-size: 0.67em;
    line-height: 3.42406em;
    margin-top: 2.2827em;
    margin-bottom: 2.2827em;
  }

  /* Correct font family set oddly in Safari 5 and Chrome. */
  /* line 105, ../sass/_normalize-fonts.scss */
  code,
  kbd,
  pre,
  samp,
  tt,
  var {
    font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
    font-size: 1em;
    line-height: 1.52941em;
  }
}
/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 42, ../sass/layouts/_responsive.scss */
#header {
  margin-left: auto;
  margin-right: auto;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 48, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* line 67, ../sass/layouts/_responsive.scss */
#page {
  margin: 0 auto;
}

/* line 71, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second {
  padding-left: 0;
  padding-right: 0;
}

/* line 80, ../sass/layouts/_responsive.scss */
#header {
  z-index: 99999;
}

/* line 85, ../sass/layouts/_responsive.scss */
.views-field-title a, .views-field-title a:visited, .views-field-title a:hover {
  text-decoration: none;
  color: #4d4d4f;
}

/* line 92, ../sass/layouts/_responsive.scss */
.ui-menu .ui-menu-item a, .ui-menu .ui-menu-item a:visited, .ui-menu .ui-menu-item a:hover {
  text-decoration: none;
  color: #4d4d4f;
}

/* line 97, ../sass/layouts/_responsive.scss */
.pager-current {
  color: #df9869;
  text-decoration: underline;
}

/* line 102, ../sass/layouts/_responsive.scss */
.main-content-wrapper,
.region-bottom,
.logo-slider,
.related-content-wrapper {
  margin: 20px auto;
  max-width: 94.0625%;
}
@media only screen and (min-width: 1024px) {
  /* line 102, ../sass/layouts/_responsive.scss */
  .main-content-wrapper,
  .region-bottom,
  .logo-slider,
  .related-content-wrapper {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 115, ../sass/layouts/_responsive.scss */
  .node-type-homepage .main-content-wrapper {
    margin-top: 75px;
  }
}
/* line 120, ../sass/layouts/_responsive.scss */
.page__title,
.node__title,
.block__title {
  font-size: 171.42857%;
  line-height: 1em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 130, ../sass/layouts/_responsive.scss */
.field-collection-view {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 136, ../sass/layouts/_responsive.scss */
.oembed-provider-youtube {
  position: relative;
}
/* line 138, ../sass/layouts/_responsive.scss */
.oembed-provider-youtube:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 58.08824%;
}
/* line 145, ../sass/layouts/_responsive.scss */
.oembed-provider-youtube > iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 156, ../sass/layouts/_responsive.scss */
.views-exposed-form .comiseo-daterangepicker-triggerbutton {
  width: 100%;
  min-width: 0;
  background: transparent;
  border-radius: 0;
}
/* line 162, ../sass/layouts/_responsive.scss */
.views-exposed-form .date-range-filter {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
/* line 167, ../sass/layouts/_responsive.scss */
.views-exposed-form .views-exposed-widget {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
/* line 172, ../sass/layouts/_responsive.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  width: 100%;
  color: white;
  background-color: #DF9869;
}
/* line 178, ../sass/layouts/_responsive.scss */
.views-exposed-form .views-exposed-widgets {
  margin: 0;
}
/* line 181, ../sass/layouts/_responsive.scss */
.views-exposed-form .views-submit-button > input[type=submit] {
  width: 100%;
  height: 100%;
  border: none;
  background: #df9869;
  color: #FFF;
  font-size: 103.52941%;
  font-family: "Museo Sans";
  font-weight: normal;
  margin: 0;
  box-sizing: border-box;
}
/* line 193, ../sass/layouts/_responsive.scss */
.views-exposed-form .views-submit-button {
  height: 50px;
}

/* line 198, ../sass/layouts/_responsive.scss */
.select2-container {
  height: 50px;
  width: 100% !important;
  float: none;
  display: block;
}
/* line 200, ../sass/layouts/_responsive.scss */
.select2-container .select2-choice {
  border-radius: 0;
  line-height: 50px;
  background: #fff none;
  padding: 0;
  height: 100%;
}
/* line 206, ../sass/layouts/_responsive.scss */
.select2-container .select2-choice .select2-chosen {
  line-height: 50px;
  padding-left: 20px;
}
/* line 210, ../sass/layouts/_responsive.scss */
.select2-container .select2-choice .select2-arrow {
  right: 15px;
  top: 15px;
  height: 25px;
  width: 25px;
  border-left: none;
  background: #fff;
  background-image: none;
}
/* line 219, ../sass/layouts/_responsive.scss */
.select2-container .select2-choice .select2-arrow b {
  background: url(../images/select-arrow.png) 0 0 no-repeat !important;
}
/* line 229, ../sass/layouts/_responsive.scss */
.select2-container.select2-container-active .select2-choice {
  border: 1px solid #df9869;
  background: white;
  border-radius: 0;
}

/* line 237, ../sass/layouts/_responsive.scss */
.select2-results {
  max-height: none;
}

/* line 241, ../sass/layouts/_responsive.scss */
.select2-drop {
  color: #444;
}
/* line 243, ../sass/layouts/_responsive.scss */
.select2-drop.select2-drop-active {
  border: 1px solid #df9869;
  border-radius: 0;
}
/* line 246, ../sass/layouts/_responsive.scss */
.select2-drop.select2-drop-active ul.select2-results {
  margin: 0;
  padding: 0;
}
/* line 251, ../sass/layouts/_responsive.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #df9869;
  border-radius: 0;
}
/* line 256, ../sass/layouts/_responsive.scss */
.select2-drop .select2-results .select2-highlighted {
  background: #df9869;
  color: white;
}

/* line 263, ../sass/layouts/_responsive.scss */
.mobile-only {
  display: block;
}

/* line 269, ../sass/layouts/_responsive.scss */
ul.menu ul li.mobile-only-user-menu {
  display: none !important;
}

/* line 275, ../sass/layouts/_responsive.scss */
#block-chopra-sidebar-ad {
  display: block;
}

/* line 279, ../sass/layouts/_responsive.scss */
.btn {
  display: inline-block;
  border: none;
  background: #df9869;
  color: #FFF;
  font-family: "Museo Sans", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}
/* line 290, ../sass/layouts/_responsive.scss */
.btn:hover {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  /* line 296, ../sass/layouts/_responsive.scss */
  .page__title,
  .node__title,
  .block__title {
    font-size: 176.47059%;
  }

  /* line 301, ../sass/layouts/_responsive.scss */
  .mobile-only {
    display: none;
  }

  /* line 304, ../sass/layouts/_responsive.scss */
  .select2-container {
    height: 50px;
  }

  /* line 307, ../sass/layouts/_responsive.scss */
  .view-filters {
    margin-bottom: 25px;
  }

  /* line 310, ../sass/layouts/_responsive.scss */
  .region-bottom,
  .logo-slider {
    max-width: none;
  }

  /* line 315, ../sass/layouts/_responsive.scss */
  .views-exposed-form .views-submit-button {
    width: 16.44172%;
    height: 50px;
    padding-right: 0;
  }

  /* line 321, ../sass/layouts/_responsive.scss */
  .main-content-wrapper,
  .region-bottom,
  .logo-slider,
  .related-content-wrapper {
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 330, ../sass/layouts/_responsive.scss */
  .mobile-only {
    display: none !important;
  }

  /* line 334, ../sass/layouts/_responsive.scss */
  #block-chopra-sidebar-ad {
    display: block;
  }

  /* line 337, ../sass/layouts/_responsive.scss */
  .page__title,
  .node__title,
  .block__title {
    font-size: 235.29412%;
  }

  /* line 343, ../sass/layouts/_responsive.scss */
  #main,
  #header {
    margin-left: auto;
    margin-right: auto;
    width: 90.22325%;
    max-width: 1172px;
  }
}
/* line 1, ../sass/layouts/_slider.scss */
.slick-slide {
  outline: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 9, ../sass/layouts/_slider.scss */
  .view-events .slick-slide:nth-child(even) {
    padding-left: 40px;
  }
  /* line 12, ../sass/layouts/_slider.scss */
  .view-events .slick-slide:nth-child(odd) {
    padding-right: 40px;
  }
  /* line 15, ../sass/layouts/_slider.scss */
  .view-events .slick-slide.slick-current {
    padding-left: 0;
    padding-right: 40px;
  }
  /* line 19, ../sass/layouts/_slider.scss */
  .view-events .slick-slide.slick-current:after {
    display: block;
    position: absolute;
    right: 1px;
    top: 0;
    height: 100%;
    width: 1px;
    content: "";
    background: url("../images/borderbg-vert.png");
  }
  /* line 29, ../sass/layouts/_slider.scss */
  .view-events .slick-slide.slick-current + .slick-active {
    padding-left: 40px;
    padding-right: 0;
  }
}

/* line 37, ../sass/layouts/_slider.scss */
.slider-nav-container {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
}
/* line 61, ../sass/_mixins.scss */
.slider-nav-container:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 38.4375%;
}
/* line 68, ../sass/_mixins.scss */
.slider-nav-container > .content, .slider-nav-container > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 47, ../sass/layouts/_slider.scss */
.slider-nav {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 10px;
  text-align: right;
}
/* line 54, ../sass/layouts/_slider.scss */
.slider-nav .slick-dots {
  padding-right: 5px;
  pointer-events: all;
}

/* line 60, ../sass/layouts/_slider.scss */
.slick-slider {
  margin-bottom: 0;
}

/* line 64, ../sass/layouts/_slider.scss */
.slick-dots {
  position: static;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
}

/* line 72, ../sass/layouts/_slider.scss */
.slick-dots li button:before {
  content: '\A';
  background: url(../images/slider-dot.png) no-repeat;
  display: block;
  height: 100%;
  opacity: 1;
}

/* line 80, ../sass/layouts/_slider.scss */
.slick-dots li.slick-active button:before {
  background: url(../images/slider-dot-active.png) no-repeat;
  opacity: 1;
}

/* line 85, ../sass/layouts/_slider.scss */
.slider-image {
  position: relative;
}
/* line 61, ../sass/_mixins.scss */
.slider-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 38.4375%;
}
/* line 68, ../sass/_mixins.scss */
.slider-image > .content, .slider-image > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 87, ../sass/layouts/_slider.scss */
.slider-image a {
  display: block;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 94, ../sass/layouts/_slider.scss */
  .slider-image {
    position: relative;
  }
  /* line 61, ../sass/_mixins.scss */
  .slider-image:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 57.14286%;
  }
  /* line 68, ../sass/_mixins.scss */
  .slider-image > .content, .slider-image > .field-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 100, ../sass/layouts/_slider.scss */
  .slider-image {
    position: relative;
  }
  /* line 61, ../sass/_mixins.scss */
  .slider-image:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 38.3959%;
  }
  /* line 68, ../sass/_mixins.scss */
  .slider-image > .content, .slider-image > .field-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/* line 105, ../sass/layouts/_slider.scss */
.slider {
  z-index: 0 !important;
  position: relative;
  background: #f6f8f7;
}
/* line 110, ../sass/layouts/_slider.scss */
.slider h2 {
  font-size: 128.57143%;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1.2em;
}
/* line 116, ../sass/layouts/_slider.scss */
.slider .description-container {
  position: relative;
  margin: 0 auto;
  max-width: 94.0625%;
  padding-top: 1px;
  position: relative;
}
/* line 122, ../sass/layouts/_slider.scss */
.slider .description-container .text {
  font-weight: 500;
  margin-bottom: 1em;
}
/* line 126, ../sass/layouts/_slider.scss */
.slider .description-container a {
  text-decoration: underline;
  color: #d06d2d;
}
/* line 131, ../sass/layouts/_slider.scss */
.slider .authors {
  padding-top: 20px;
}
/* line 134, ../sass/layouts/_slider.scss */
.slider .author-item {
  display: inline-block;
  width: 21.12211%;
  padding-bottom: 21.12211%;
  margin-right: 1.9802%;
  border-radius: 50%;
  border: 2px solid #fff;
}
/* line 142, ../sass/layouts/_slider.scss */
.slider .author-item .content,
.slider .author-item a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 148, ../sass/layouts/_slider.scss */
.slider .author-item:last-child {
  margin-right: 0;
}
/* line 153, ../sass/layouts/_slider.scss */
.slider .slick-prev,
.slider .slick-next {
  width: 36px;
  height: 49px;
  z-index: 10;
  display: none !important;
}
/* line 160, ../sass/layouts/_slider.scss */
.slider .slick-prev {
  left: 20px;
}
/* line 163, ../sass/layouts/_slider.scss */
.slider .slick-next {
  right: 20px;
}
/* line 166, ../sass/layouts/_slider.scss */
.slider .slick-prev:before,
.slider .slick-next:before {
  content: '\A';
  display: block;
  height: 100%;
}
/* line 173, ../sass/layouts/_slider.scss */
.slider .slick-prev:before {
  background: url(../images/slider-left.png) no-repeat;
}
/* line 177, ../sass/layouts/_slider.scss */
.slider .slick-next:before {
  background: url(../images/slider-right.png) no-repeat;
}
@media only screen and (min-width: 768px) {
  /* line 182, ../sass/layouts/_slider.scss */
  .slider h2 {
    font-size: 176.47059%;
  }
  /* line 185, ../sass/layouts/_slider.scss */
  .slider .authors {
    display: block;
    position: absolute;
    padding-top: 0;
    right: 0;
    top: -90px;
    margin-top: 30px;
    text-align: center;
  }
  /* line 193, ../sass/layouts/_slider.scss */
  .slider .authors:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* line 201, ../sass/layouts/_slider.scss */
  .slider .author-item {
    width: 94px;
    height: 94px;
    margin-right: 12px;
    padding-bottom: 0;
  }
  /* line 207, ../sass/layouts/_slider.scss */
  .slider .slick-prev,
  .slider .slick-next {
    display: block !important;
  }
  /* line 211, ../sass/layouts/_slider.scss */
  .slider .slider-nav-container {
    display: none;
  }
  /* line 215, ../sass/layouts/_slider.scss */
  .slider .description-container h2 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 105, ../sass/layouts/_slider.scss */
  .slider {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 226, ../sass/layouts/_slider.scss */
  .slider .description-container h2 {
    margin-top: 20px;
  }
}

/* line 233, ../sass/layouts/_slider.scss */
.gallery-slider {
  position: relative;
  margin: 20px auto;
}
/* line 237, ../sass/layouts/_slider.scss */
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  display: none !important;
}
/* line 241, ../sass/layouts/_slider.scss */
.gallery-slider .slick-dots {
  position: absolute;
  right: 5px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 233, ../sass/layouts/_slider.scss */
  .gallery-slider {
    max-width: 82.64059%;
  }
  /* line 249, ../sass/layouts/_slider.scss */
  .gallery-slider .slick-dots {
    display: none !important;
  }
  /* line 253, ../sass/layouts/_slider.scss */
  .gallery-slider .slick-prev,
  .gallery-slider .slick-next {
    width: 18px;
    height: 30px;
    z-index: 10;
    top: 40%;
    display: block !important;
  }
  /* line 261, ../sass/layouts/_slider.scss */
  .gallery-slider .slick-prev {
    left: -43px;
  }
  /* line 264, ../sass/layouts/_slider.scss */
  .gallery-slider .slick-next {
    right: -43px;
  }
  /* line 267, ../sass/layouts/_slider.scss */
  .gallery-slider .slick-prev:before,
  .gallery-slider .slick-next:before {
    content: '\A';
    display: block;
    height: 100%;
  }
  /* line 274, ../sass/layouts/_slider.scss */
  .gallery-slider .slick-prev:before {
    background: url(../images/gallery-left.svg) no-repeat;
  }
  /* line 278, ../sass/layouts/_slider.scss */
  .gallery-slider .slick-next:before {
    background: url(../images/gallery-right.svg) no-repeat;
  }
}

/* line 284, ../sass/layouts/_slider.scss */
.gallery-slider-nav {
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  position: absolute;
}
/* line 61, ../sass/_mixins.scss */
.gallery-slider-nav:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 63.83333%;
}
/* line 68, ../sass/_mixins.scss */
.gallery-slider-nav > .content, .gallery-slider-nav > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 294, ../sass/layouts/_slider.scss */
.gallery-slider-item .img-wrapper {
  position: relative;
}
/* line 61, ../sass/_mixins.scss */
.gallery-slider-item .img-wrapper:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 63.83333%;
}
/* line 68, ../sass/_mixins.scss */
.gallery-slider-item .img-wrapper > .content, .gallery-slider-item .img-wrapper > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 296, ../sass/layouts/_slider.scss */
.gallery-slider-item .img-wrapper .img-container {
  height: 100%;
}
/* line 300, ../sass/layouts/_slider.scss */
.gallery-slider-item .caption-container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  /* line 308, ../sass/layouts/_slider.scss */
  .gallery-slider-item .img-wrapper {
    position: relative;
  }
  /* line 61, ../sass/_mixins.scss */
  .gallery-slider-item .img-wrapper:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.21302%;
  }
  /* line 68, ../sass/_mixins.scss */
  .gallery-slider-item .img-wrapper > .content, .gallery-slider-item .img-wrapper > .field-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 311, ../sass/layouts/_slider.scss */
  .gallery-slider-item .caption-container {
    margin-top: 20px;
  }
}

/* line 317, ../sass/layouts/_slider.scss */
.speakers-slider-item .img-wrapper {
  position: relative;
}
/* line 61, ../sass/_mixins.scss */
.speakers-slider-item .img-wrapper:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
/* line 68, ../sass/_mixins.scss */
.speakers-slider-item .img-wrapper > .content, .speakers-slider-item .img-wrapper > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 321, ../sass/layouts/_slider.scss */
.speakers-slider-item .img-wrapper:before {
  padding-top: 100% !important;
}

/* line 2, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header {
  position: relative;
  margin-bottom: 30px;
}
/* line 6, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .field-name-field-textarea {
  font-style: italic;
  font-weight: 100;
  font-size: 129.41176%;
  margin-top: 10px;
}
/* line 13, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .bio-image-wrapper {
  float: left;
  margin-right: 9.5px;
  width: 33.33333%;
}
@media only screen and (min-width: 768px) {
  /* line 20, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers header .bio-image-wrapper {
    width: 195px;
    margin-right: 25px;
  }
}
/* line 26, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .node-title {
  line-height: 0.8em;
}
/* line 30, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .social-links-container {
  position: absolute;
  bottom: 0;
  left: 215px;
  /* 195 img + 20 margin */
}
/* line 34, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .social-links-container > span:first-child {
  font-size: 129.41176%;
  font-weight: 600;
  line-height: 40px;
  float: left;
}
/* line 40, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .social-links-container > .field-collection-container {
  float: left;
  margin: 0;
}
/* line 44, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .social-links-container .field-collection-description {
  display: none;
}
/* line 47, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .social-links-container .action-links {
  margin-bottom: 0;
}
/* line 51, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .social-links-container .social-links-wrapper {
  float: left;
  margin-top: 10px;
}
/* line 54, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .social-links-container .social-links-wrapper ul.social-links {
  margin: 0;
  padding: 0;
}
/* line 57, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .social-links-container .social-links-wrapper ul.social-links li {
  display: inline-block;
}
/* line 60, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .social-links-container .social-links-wrapper ul.social-links .social-item {
  margin-left: 15px;
}
/* line 63, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header .social-links-container .social-links-wrapper ul.social-links li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 68, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers header .social-links-container .social-links-wrapper ul.social-links li:first-child {
    margin-left: 15px;
  }
}
/* line 76, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers header.no-image .social-links-container {
  position: static;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers header .social-links-container {
    position: static;
    clear: both;
    padding-top: 20px;
  }
  /* line 85, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers header .social-links-container > span:first-child,
  .node-authors-and-speakers header .social-links-container > .field-collection-container {
    float: none;
  }
}
/* line 93, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers .field-name-body {
  margin-bottom: 30px;
}
/* line 95, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers .field-name-body a, .node-authors-and-speakers .field-name-body a:hover, .node-authors-and-speakers .field-name-body a:visited {
  color: #df9869;
}
@media only screen and (min-width: 768px) {
  /* line 101, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers .field-name-body {
    margin-bottom: 70px;
  }
}
/* line 106, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers > .field-collection-container {
  /* Events related content */
  /* Articles related content */
}
/* line 108, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers > .field-collection-container .listing-container h2 {
  margin-bottom: 20px;
}
/* line 111, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers > .field-collection-container .listing-container .description {
  display: none;
}
/* line 115, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers > .field-collection-container .listing-container .views-field.views-field-field-categories {
  display: block;
  clear: both;
  margin-top: 30px;
}
/* line 121, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers > .field-collection-container .listing-container > a {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 128, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers > .field-collection-container .listing-container .view-content .views-row .fieldset.views-fieldset {
    width: 43.28358%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 138, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers > .field-collection-container .listing-container .view-content .views-row .fieldset.views-fieldset {
    width: 35.58282%;
  }
  /* line 143, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers > .field-collection-container .listing-container .views-field.views-field-field-categories {
    margin-top: 0;
  }
}
/* line 150, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers > .field-collection-container .field-item.even {
  margin-bottom: 20px;
}
/* line 152, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers > .field-collection-container .field-item.even .view-content .views-row-1 {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 158, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers > .field-collection-container .field-item.even {
    margin-bottom: 60px;
  }
  /* line 161, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers > .field-collection-container .field-item.even .view-content .views-row-1 .views-field-title {
    padding-top: 0;
  }
}
/* line 174, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers > .field-collection-container .field-item.odd .listing-container .view-content .views-row .views-field.views-field-field-textarea {
  display: none;
}
/* line 177, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers > .field-collection-container .field-item.odd .listing-container .view-content .views-row .views-field.views-field-body {
  margin-top: 20px;
}

/* line 188, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers-about {
  background: url(../images/borderbg.png) top left repeat-x;
  margin-bottom: 40px;
  padding-top: 1px;
}
/* line 192, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers-about .author-body a,
.node-authors-and-speakers-about .author-body a:hover {
  color: #df9869;
  text-decoration: underline;
}
/* line 197, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers-about .author-body {
  clear: both;
}
/* line 200, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers-about .author-body em {
  color: #df9869;
}
/* line 203, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers-about .container-title {
  font-size: 235.29412%;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 209, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers-about .bio-image-wrapper {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100px;
}
/* line 215, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers-about .title-wrapper {
  margin-bottom: 20px;
}
/* line 216, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers-about .title-wrapper h3 {
  margin: 0;
  font-size: 129.41176%;
  font-weight: 600;
}
/* line 220, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers-about .title-wrapper h3 a, .node-authors-and-speakers-about .title-wrapper h3 a:visited, .node-authors-and-speakers-about .title-wrapper h3 a:hover {
  color: #4d4d4f;
  text-decoration: none;
}
/* line 225, ../sass/layouts/_bio_page.scss */
.node-authors-and-speakers-about .title-wrapper .field-name-field-textarea {
  font-size: 111.76471%;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  /* line 232, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers-about .bio-image-wrapper {
    width: 200px;
  }
  /* line 235, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers-about .author-body {
    clear: none;
  }
}

@media only screen and (max-width: 765px) {
  /* line 242, ../sass/layouts/_bio_page.scss */
  .node-authors-and-speakers header .social-links-container .social-links-wrapper {
    float: none;
    margin-bottom: -10px;
  }
}
/* line 1, ../sass/layouts/_subscription-form.scss */
.subscription-form-wrapper {
  background: url("../images/borderbg.png");
  padding: 1px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
  /* line 8, ../sass/layouts/_subscription-form.scss */
  .node-type-article .subscription-form-wrapper {
    display: block;
  }
}

/* line 14, ../sass/layouts/_subscription-form.scss */
.subscription-form {
  padding: 20px 10px;
  background: url("https://www.chopra.com/sites/default/files/background-lotus.png") no-repeat 50% 75% #f6f7f7;
}
/* line 17, ../sass/layouts/_subscription-form.scss */
.subscription-form .social-icons .icon {
  background: url("../images/header-social-icons.png") 0 0 transparent no-repeat;
  width: 31px;
  margin-right: 2px;
  height: 30px;
  float: left;
}
/* line 23, ../sass/layouts/_subscription-form.scss */
.subscription-form .social-icons .icon.twitter-icon {
  background-position: -30px 0;
}
/* line 26, ../sass/layouts/_subscription-form.scss */
.subscription-form .social-icons .icon.instagram-icon {
  background-position: -90px 0;
}
/* line 29, ../sass/layouts/_subscription-form.scss */
.subscription-form .social-icons .icon.pinterest-icon {
  background-position: -60px 0;
}
/* line 32, ../sass/layouts/_subscription-form.scss */
.subscription-form .social-icons .icon.rss-icon {
  background-position: -120px 0;
}

/* line 40, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder #subscription-widget-description-holder2 {
  display: none;
}
/* line 43, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder #subscription-widget-title-holder2 {
  line-height: 30px;
  margin-top: 0;
}
/* line 47, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder #subscription-widget-link {
  color: #df9869;
  text-decoration: none;
  font-size: 14px;
  font-family: "Museo Sans";
  font-weight: normal;
}
/* line 54, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder #subscription-widget-after-holder > p,
#subscription_widget_holder #subscription-widget-title-holder {
  text-align: left;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 54, ../sass/layouts/_subscription-form.scss */
  #subscription_widget_holder #subscription-widget-after-holder > p,
  #subscription_widget_holder #subscription-widget-title-holder {
    max-width: 35%;
    float: left;
  }
}
/* line 63, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder #subscription-widget-before-holder p#subscription-widget-description-holder {
  font-size: 17px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 63, ../sass/layouts/_subscription-form.scss */
  #subscription_widget_holder #subscription-widget-before-holder p#subscription-widget-description-holder {
    display: none;
  }
}
/* line 69, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder #subscription-widget-title-holder {
  margin: 0;
  font-family: "Museo Sans";
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  /* line 69, ../sass/layouts/_subscription-form.scss */
  #subscription_widget_holder #subscription-widget-title-holder {
    line-height: 37px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 69, ../sass/layouts/_subscription-form.scss */
  #subscription_widget_holder #subscription-widget-title-holder {
    line-height: 26px;
  }
}
/* line 82, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder #subscription-widget-preload {
  display: none;
}
/* line 85, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder #subscription-widget-button {
  border: none;
  background: #df9869;
  color: #FFF;
  font-size: 14px;
  font-family: "Museo Sans";
  font-weight: normal;
  padding: 10px;
  margin: 0 0 5px 3.57143%;
  width: 32.14286%;
  float: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 85, ../sass/layouts/_subscription-form.scss */
  #subscription_widget_holder #subscription-widget-button {
    max-width: 15%;
  }
}
/* line 102, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder #subscription-widget-input {
  height: 37px;
  width: 64.28571%;
  font-size: 14px;
  font-family: "Museo Sans";
  font-weight: normal;
  padding: 7px;
  border-radius: 0;
  border: #c4c4c4 1px solid;
  background: #fcfcfc;
  box-sizing: border-box;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 102, ../sass/layouts/_subscription-form.scss */
  #subscription_widget_holder #subscription-widget-input {
    max-width: 48%;
    margin-left: 15px;
  }
}
/* line 120, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder .signup-container {
  height: 37px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 120, ../sass/layouts/_subscription-form.scss */
  #subscription_widget_holder .signup-container {
    margin: 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 128, ../sass/layouts/_subscription-form.scss */
  #subscription_widget_holder .follow-us {
    display: none;
  }
}
/* line 132, ../sass/layouts/_subscription-form.scss */
#subscription_widget_holder .follow-us .follow-us-text {
  margin: 20px 0 10px;
  font-size: 17px;
}

/* line 1, ../sass/layouts/_featured-speakers.scss */
.front .speakers-slider {
  margin-left: 15px;
}

/* line 6, ../sass/layouts/_featured-speakers.scss */
.speakers-slider h2 {
  font-size: 171.42857%;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 12, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slick-slider {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 86.91932%;
}
/* line 17, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .tab-links-container {
  margin: 0 auto;
  max-width: 84.35208%;
  font-size: 82.35294%;
  font-weight: normal;
  line-height: 1em;
  margin-top: 40px;
  text-align: right;
}
/* line 25, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .tab-links-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 30, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .tab-links-container * {
  display: inline-block;
}
/* line 33, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .tab-links-container li {
  margin-left: 8px;
}
/* line 36, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .tab-links-container a {
  padding-right: 10px;
  border-right: 1px solid #8a8a8b;
}
/* line 40, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .tab-links-container li:last-child a {
  border: none;
  padding-right: 0;
}
/* line 44, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .tab-links-container a, .speakers-slider .tab-links-container a:visited, .speakers-slider .tab-links-container a:hover {
  color: #4d4d4f;
  text-decoration: none;
}
/* line 48, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .tab-links-container a:hover, .speakers-slider .tab-links-container a.active {
  color: #df9869;
}
/* line 52, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slick-prev,
.speakers-slider .slick-next {
  width: 18px;
  height: 30px;
  z-index: 10;
}
/* line 58, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slick-prev {
  left: -7.03235%;
}
/* line 61, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slick-next {
  right: -7.03235%;
}
/* line 64, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slick-prev:before,
.speakers-slider .slick-next:before {
  content: '\A';
  display: block;
  height: 100%;
}
/* line 71, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slick-prev:before {
  background: url(../images/gallery-left.svg) no-repeat;
}
/* line 75, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slick-next:before {
  background: url(../images/gallery-right.svg) no-repeat;
}
/* line 78, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .img-wrapper {
  position: relative;
  width: 50%;
  height: 50%;
  margin: 0 auto;
}
/* line 61, ../sass/_mixins.scss */
.speakers-slider .img-wrapper:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
/* line 68, ../sass/_mixins.scss */
.speakers-slider .img-wrapper > .content, .speakers-slider .img-wrapper > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 83, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .img-wrapper .img-container {
  height: 100%;
}
/* line 87, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slider-item-inner {
  font-size: 0.92857em;
  line-height: 1.06509em;
  text-align: center;
  margin-left: 11px;
  margin-right: 11px;
}
/* line 92, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slider-item-inner span.title {
  font-weight: normal;
  margin-top: 10px;
  display: block;
}
/* line 96, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slider-item-inner span.title:active, .speakers-slider .slider-item-inner span.title:hover {
  color: #df9869;
}
/* line 101, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .slider-item-inner span.subtitle {
  font-weight: normal;
  color: #4d4d4f;
  font-style: italic;
}
/* line 107, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .speaker-info {
  display: none;
  padding: 20px;
  position: relative;
  background: #f5f5f4;
  margin-top: 40px;
}
/* line 113, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .speaker-info.active {
  display: block;
}
/* line 116, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .speaker-info .to-item {
  content: '\A';
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #f5f5f4;
  left: 50%;
  margin-left: -13px;
  top: -13px;
  transform: rotate(45deg);
}
/* line 128, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .speaker-info a {
  color: #df9869;
}
/* line 132, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .speaker-info-toggle {
  cursor: pointer;
}
/* line 134, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .speaker-info-toggle.active, .speakers-slider .speaker-info-toggle:hover {
  color: #df9869;
}
/* line 139, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .link-wrapper {
  text-align: left;
}
/* line 141, ../sass/layouts/_featured-speakers.scss */
.speakers-slider .link-wrapper a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  /* line 149, ../sass/layouts/_featured-speakers.scss */
  .speakers-slider h2 {
    font-size: 176.47059%;
  }
  /* line 152, ../sass/layouts/_featured-speakers.scss */
  .speakers-slider .img-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  /* line 157, ../sass/layouts/_featured-speakers.scss */
  .speakers-slider .speaker-info {
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 164, ../sass/layouts/_featured-speakers.scss */
  .speakers-slider {
    margin-bottom: 50px;
  }
  /* line 165, ../sass/layouts/_featured-speakers.scss */
  .speakers-slider h2 {
    font-size: 235.29412%;
  }
  /* line 169, ../sass/layouts/_featured-speakers.scss */
  .speakers-slider .slick-slider {
    margin-top: 40px;
  }
}
/* line 175, ../sass/layouts/_featured-speakers.scss */
a.lightbox-processed {
  text-decoration: none !important;
}

/* line 179, ../sass/layouts/_featured-speakers.scss */
.slider-item-inner > a {
  text-decoration: none;
}

/* line 183, ../sass/layouts/_featured-speakers.scss */
.speakers-slider-item.speakers-slider-item-1.slick-slide.slick-active > a {
  text-decoration: none;
}

@media only screen and (max-width: 765px) {
  /* line 190, ../sass/layouts/_featured-speakers.scss */
  .speakers-slider .img-wrapper {
    width: 75%;
    height: auto;
  }
}
/* line 2, ../sass/layouts/_article.scss */
.node-type-article .page__title {
  margin-bottom: 5px;
}
/* line 5, ../sass/layouts/_article.scss */
.node-type-article .article-author {
  margin-bottom: 15px;
}
/* line 7, ../sass/layouts/_article.scss */
.node-type-article .article-author span {
  margin-right: 5px;
  font-weight: 300;
}
/* line 11, ../sass/layouts/_article.scss */
.node-type-article .article-author a, .node-type-article .article-author a:visited, .node-type-article .article-author a:hover {
  font-weight: normal;
  color: #4d4d4f;
  text-decoration: none;
}
/* line 17, ../sass/layouts/_article.scss */
.node-type-article .article-image {
  position: relative;
}
/* line 61, ../sass/_mixins.scss */
.node-type-article .article-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 47.79951%;
}
/* line 68, ../sass/_mixins.scss */
.node-type-article .article-image > .content, .node-type-article .article-image > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 19, ../sass/layouts/_article.scss */
.node-type-article .article-image .field {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 25, ../sass/layouts/_article.scss */
.node-type-article .article-image .field-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 30, ../sass/layouts/_article.scss */
.node-type-article .article-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
  margin: auto;
}
/* line 44, ../sass/layouts/_article.scss */
.node-type-article h2 {
  font-size: 176.47059%;
  margin: 0;
}
/* line 48, ../sass/layouts/_article.scss */
.node-type-article .article-sharethis {
  margin-top: 40px;
  margin-bottom: 50px;
}
/* line 51, ../sass/layouts/_article.scss */
.node-type-article .article-sharethis > span {
  font-size: 176.47059%;
  font-weight: 600;
}
/* line 56, ../sass/layouts/_article.scss */
.node-type-article .article-tags {
  font-size: 82.35294%;
  margin-bottom: 50px;
}
/* line 59, ../sass/layouts/_article.scss */
.node-type-article .article-tags .categories > span,
.node-type-article .article-tags .tags > span,
.node-type-article .article-tags .field-item {
  float: left;
}
/* line 63, ../sass/layouts/_article.scss */
.node-type-article .article-tags .categories > span a:after,
.node-type-article .article-tags .tags > span a:after,
.node-type-article .article-tags .field-item a:after {
  content: ',';
  margin-right: 5px;
}
/* line 67, ../sass/layouts/_article.scss */
.node-type-article .article-tags .categories > span:last-child a:after,
.node-type-article .article-tags .tags > span:last-child a:after,
.node-type-article .article-tags .field-item:last-child a:after {
  content: none;
  margin-right: 0;
}
/* line 72, ../sass/layouts/_article.scss */
.node-type-article .article-tags > div > span {
  margin-right: 5px;
}
/* line 75, ../sass/layouts/_article.scss */
.node-type-article .article-tags a, .node-type-article .article-tags a:visited, .node-type-article .article-tags a:hover {
  color: #df9869;
  text-decoration: none;
}

/* line 1, ../sass/layouts/_resource.scss */
.block-nodeblock-resource {
  margin-top: 60px;
}
/* line 3, ../sass/layouts/_resource.scss */
.block-nodeblock-resource .field-name-field-subtitle {
  margin-top: 25px;
}
/* line 6, ../sass/layouts/_resource.scss */
.block-nodeblock-resource .field-collection-view {
  padding: 0;
  margin: 0;
}
/* line 10, ../sass/layouts/_resource.scss */
.block-nodeblock-resource .field-collection-container {
  margin-top: 25px;
}
/* line 13, ../sass/layouts/_resource.scss */
.block-nodeblock-resource .resource-item {
  padding-bottom: 40px;
  background: url(../images/borderbg.png) left bottom repeat-x;
  margin-bottom: 40px;
}
/* line 17, ../sass/layouts/_resource.scss */
.block-nodeblock-resource .resource-item .resource-description {
  padding: 20px 0;
}
/* line 20, ../sass/layouts/_resource.scss */
.block-nodeblock-resource .resource-item .resource-body {
  margin-top: 10px;
}
/* line 24, ../sass/layouts/_resource.scss */
.block-nodeblock-resource .resource-item:last-child {
  margin-bottom: 0;
}
/* line 27, ../sass/layouts/_resource.scss */
.block-nodeblock-resource .resource-image-container {
  position: relative;
}
/* line 61, ../sass/_mixins.scss */
.block-nodeblock-resource .resource-image-container:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 70%;
}
/* line 68, ../sass/_mixins.scss */
.block-nodeblock-resource .resource-image-container > .content, .block-nodeblock-resource .resource-image-container > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 30, ../sass/layouts/_resource.scss */
.block-nodeblock-resource .resource-title {
  font-size: 128.57143%;
  line-height: 1.2em;
  font-weight: 600;
}
/* line 35, ../sass/layouts/_resource.scss */
.block-nodeblock-resource .resource-subtitle {
  font-style: italic;
  display: none;
}
/* line 39, ../sass/layouts/_resource.scss */
.block-nodeblock-resource a, .block-nodeblock-resource a:hover, .block-nodeblock-resource a:visited {
  color: #df9869;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  /* line 44, ../sass/layouts/_resource.scss */
  .block-nodeblock-resource .resource-item {
    float: left;
    width: 47.69001%;
    padding-bottom: 0;
    background: none;
    margin-bottom: 30px;
  }
  /* line 51, ../sass/layouts/_resource.scss */
  .block-nodeblock-resource .resource-item:nth-child(2n+1) {
    margin-left: 4.47094%;
  }
  /* line 54, ../sass/layouts/_resource.scss */
  .block-nodeblock-resource .resource-item:nth-child(2n+2) {
    clear: left;
  }
  /* line 58, ../sass/layouts/_resource.scss */
  .block-nodeblock-resource .resource-item .resource-description {
    border: 1px solid transparent;
    -moz-border-image: url(../images/borderbg-vert.png) 1 repeat;
    -o-border-image: url(../images/borderbg-vert.png) 1 repeat;
    -webkit-border-image: url(../images/borderbg-vert.png) 1 repeat;
    border-image: url(../images/borderbg-vert.png) 1 repeat;
    background: url(../images/borderbg.png) left bottom repeat-x;
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 67, ../sass/layouts/_resource.scss */
  .block-nodeblock-resource .resource-subtitle {
    display: block;
  }
  /* line 70, ../sass/layouts/_resource.scss */
  .block-nodeblock-resource .resource-item {
    width: 31.56997%;
  }
  /* line 72, ../sass/layouts/_resource.scss */
  .block-nodeblock-resource .resource-item:nth-child(2n+1) {
    margin: 0;
  }
  /* line 75, ../sass/layouts/_resource.scss */
  .block-nodeblock-resource .resource-item:nth-child(2n+2) {
    clear: none;
  }
  /* line 78, ../sass/layouts/_resource.scss */
  .block-nodeblock-resource .resource-item:nth-child(3n+3) {
    margin-left: 2.55973%;
    margin-right: 2.55973%;
  }
  /* line 82, ../sass/layouts/_resource.scss */
  .block-nodeblock-resource .resource-item:nth-child(3n+2) {
    clear: left;
  }
}

/* line 90, ../sass/layouts/_resource.scss */
.sidebar .block-nodeblock-resource .resource-item {
  width: 100%;
  float: none;
  margin: 0;
  margin-bottom: 30px;
}
/* line 96, ../sass/layouts/_resource.scss */
.sidebar .block-nodeblock-resource .block-title {
  font-size: 171.42857%;
  line-height: 1.2em;
}
/* line 100, ../sass/layouts/_resource.scss */
.sidebar .block-nodeblock-resource .field-name-field-subtitle {
  margin-top: 10px;
}
/* line 103, ../sass/layouts/_resource.scss */
.sidebar .block-nodeblock-resource .resource-image-container {
  position: relative;
}
/* line 61, ../sass/_mixins.scss */
.sidebar .block-nodeblock-resource .resource-image-container:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 64.16667%;
}
/* line 68, ../sass/_mixins.scss */
.sidebar .block-nodeblock-resource .resource-image-container > .content, .sidebar .block-nodeblock-resource .resource-image-container > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 106, ../sass/layouts/_resource.scss */
.sidebar .block-nodeblock-resource .field-collection-container {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 110, ../sass/layouts/_resource.scss */
  .sidebar .block-nodeblock-resource .block-title {
    font-size: 147.05882%;
  }
  /* line 113, ../sass/layouts/_resource.scss */
  .sidebar .block-nodeblock-resource .resource-image-container {
    position: relative;
  }
  /* line 61, ../sass/_mixins.scss */
  .sidebar .block-nodeblock-resource .resource-image-container:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 92.20779%;
  }
  /* line 68, ../sass/_mixins.scss */
  .sidebar .block-nodeblock-resource .resource-image-container > .content, .sidebar .block-nodeblock-resource .resource-image-container > .field-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 6, ../sass/layouts/_event.scss */
.block-program-details:before,
.block-upcoming-events:before,
.block-nodeblock-upcoming_events:before {
  content: '\A';
  background: url(../images/borderbg.png) left top repeat-x;
  display: block;
  height: 1px;
}
/* line 13, ../sass/layouts/_event.scss */
.block-program-details h2,
.block-upcoming-events h2,
.block-nodeblock-upcoming_events h2 {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
@media only screen and (min-width: 1024px) {
  /* line 3, ../sass/layouts/_event.scss */
  .block-program-details,
  .block-upcoming-events,
  .block-nodeblock-upcoming_events {
    padding: 15px;
  }
  /* line 22, ../sass/layouts/_event.scss */
  .block-program-details:before,
  .block-upcoming-events:before,
  .block-nodeblock-upcoming_events:before {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
  }
}

/* line 31, ../sass/layouts/_event.scss */
.block-program-details a, .block-program-details a:visited, .block-program-details a:hover {
  text-decoration: none;
  color: #4d4d4f;
}
/* line 35, ../sass/layouts/_event.scss */
.block-program-details div {
  line-height: 1em;
}
@media only screen and (min-width: 1024px) {
  /* line 30, ../sass/layouts/_event.scss */
  .block-program-details {
    border: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -moz-border-image: url(../images/borderbg-vert.png) 1 repeat;
    -o-border-image: url(../images/borderbg-vert.png) 1 repeat;
    -webkit-border-image: url(../images/borderbg-vert.png) 1 repeat;
    border-image: url(../images/borderbg-vert.png) 1 repeat;
    background: url(../images/borderbg.png) left bottom repeat-x;
  }
}

/* line 52, ../sass/layouts/_event.scss */
.block-upcoming-events .view-footer:before,
.block-nodeblock-upcoming_events .view-footer:before {
  content: '\A';
  background: url(../images/borderbg.png) left top repeat-x;
  display: block;
  height: 1px;
}
/* line 60, ../sass/layouts/_event.scss */
.block-upcoming-events .slick-slider,
.block-upcoming-events .block-title,
.block-nodeblock-upcoming_events .slick-slider,
.block-nodeblock-upcoming_events .block-title {
  margin: 10px auto;
  max-width: 73.33333%;
}
/* line 66, ../sass/layouts/_event.scss */
.block-upcoming-events .slick-prev,
.block-upcoming-events .slick-next,
.block-nodeblock-upcoming_events .slick-prev,
.block-nodeblock-upcoming_events .slick-next {
  width: 18px;
  height: 30px;
  z-index: 10;
}
/* line 72, ../sass/layouts/_event.scss */
.block-upcoming-events .slick-prev,
.block-upcoming-events .slick-next,
.block-nodeblock-upcoming_events .slick-prev,
.block-nodeblock-upcoming_events .slick-next {
  top: 30%;
}
/* line 76, ../sass/layouts/_event.scss */
.block-upcoming-events .slick-prev,
.block-nodeblock-upcoming_events .slick-prev {
  left: -18.18182%;
}
/* line 79, ../sass/layouts/_event.scss */
.block-upcoming-events .slick-next,
.block-nodeblock-upcoming_events .slick-next {
  right: -18.18182%;
}
/* line 82, ../sass/layouts/_event.scss */
.block-upcoming-events .slick-prev:before,
.block-upcoming-events .slick-next:before,
.block-nodeblock-upcoming_events .slick-prev:before,
.block-nodeblock-upcoming_events .slick-next:before {
  content: '\A';
  display: block;
  height: 100%;
}
/* line 89, ../sass/layouts/_event.scss */
.block-upcoming-events .slick-prev:before,
.block-nodeblock-upcoming_events .slick-prev:before {
  background: url(../images/gallery-left.svg) no-repeat;
}
/* line 93, ../sass/layouts/_event.scss */
.block-upcoming-events .slick-next:before,
.block-nodeblock-upcoming_events .slick-next:before {
  background: url(../images/gallery-right.svg) no-repeat;
}
/* line 96, ../sass/layouts/_event.scss */
.block-upcoming-events .block-title,
.block-nodeblock-upcoming_events .block-title {
  font-size: 128.57143%;
}
/* line 99, ../sass/layouts/_event.scss */
.block-upcoming-events .views-field-title,
.block-nodeblock-upcoming_events .views-field-title {
  font-weight: normal;
  font-size: 105.88235%;
}
/* line 102, ../sass/layouts/_event.scss */
.block-upcoming-events .views-field-title a, .block-upcoming-events .views-field-title a:visited, .block-upcoming-events .views-field-title a:hover,
.block-nodeblock-upcoming_events .views-field-title a,
.block-nodeblock-upcoming_events .views-field-title a:visited,
.block-nodeblock-upcoming_events .views-field-title a:hover {
  text-decoration: none;
  color: #4d4d4f;
}
/* line 107, ../sass/layouts/_event.scss */
.block-upcoming-events .views-field-field-subtitle,
.block-nodeblock-upcoming_events .views-field-field-subtitle {
  font-style: italic;
}
/* line 110, ../sass/layouts/_event.scss */
.block-upcoming-events .views-field-field-start-date,
.block-nodeblock-upcoming_events .views-field-field-start-date {
  color: #df9869;
  display: inline;
  font-size: 80%;
}
/* line 114, ../sass/layouts/_event.scss */
.block-upcoming-events .views-field-field-start-date .field-content,
.block-nodeblock-upcoming_events .views-field-field-start-date .field-content {
  display: inline;
}
/* line 118, ../sass/layouts/_event.scss */
.block-upcoming-events .day-count,
.block-nodeblock-upcoming_events .day-count {
  display: none;
}
/* line 121, ../sass/layouts/_event.scss */
.block-upcoming-events .views-field-field-location-data-administrative-area,
.block-nodeblock-upcoming_events .views-field-field-location-data-administrative-area {
  font-size: 80%;
  margin-left: 10px;
  border-left: solid 1px #727273;
  padding-left: 10px;
  color: #727273;
  line-height: 0.8em;
  display: inline-block;
}
/* line 130, ../sass/layouts/_event.scss */
.block-upcoming-events .view-footer,
.block-nodeblock-upcoming_events .view-footer {
  text-align: right;
}
/* line 133, ../sass/layouts/_event.scss */
.block-upcoming-events .more-events,
.block-nodeblock-upcoming_events .more-events {
  text-decoration: underline;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  /* line 139, ../sass/layouts/_event.scss */
  .block-upcoming-events .slick-slider,
  .block-upcoming-events .block-title,
  .block-nodeblock-upcoming_events .slick-slider,
  .block-nodeblock-upcoming_events .block-title {
    max-width: 85.09687%;
  }
  /* line 143, ../sass/layouts/_event.scss */
  .block-upcoming-events .slick-prev,
  .block-nodeblock-upcoming_events .slick-prev {
    left: -8.75657%;
  }
  /* line 146, ../sass/layouts/_event.scss */
  .block-upcoming-events .slick-next,
  .block-nodeblock-upcoming_events .slick-next {
    right: -8.75657%;
  }
  /* line 149, ../sass/layouts/_event.scss */
  .block-upcoming-events .block-title,
  .block-nodeblock-upcoming_events .block-title {
    font-size: 129.41176%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 49, ../sass/layouts/_event.scss */
  .block-upcoming-events,
  .block-nodeblock-upcoming_events {
    border: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -moz-border-image: url(../images/borderbg-vert.png) 1 repeat;
    -o-border-image: url(../images/borderbg-vert.png) 1 repeat;
    -webkit-border-image: url(../images/borderbg-vert.png) 1 repeat;
    border-image: url(../images/borderbg-vert.png) 1 repeat;
    background: url(../images/borderbg.png) left bottom repeat-x;
  }
  /* line 161, ../sass/layouts/_event.scss */
  .block-upcoming-events .block-title,
  .block-nodeblock-upcoming_events .block-title {
    font-size: 147.05882%;
  }
  /* line 165, ../sass/layouts/_event.scss */
  .block-upcoming-events .view-footer:before,
  .block-nodeblock-upcoming_events .view-footer:before {
    content: none;
  }
  /* line 169, ../sass/layouts/_event.scss */
  .block-upcoming-events .block-title,
  .block-nodeblock-upcoming_events .block-title {
    max-width: none;
  }
  /* line 172, ../sass/layouts/_event.scss */
  .block-upcoming-events .views-row,
  .block-nodeblock-upcoming_events .views-row {
    margin-bottom: 20px;
  }
  /* line 175, ../sass/layouts/_event.scss */
  .block-upcoming-events .view-footer p,
  .block-nodeblock-upcoming_events .view-footer p {
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 183, ../sass/layouts/_event.scss */
  .block-nodeblock-webform h2 {
    font-size: 147.05882%;
  }
}

/* line 190, ../sass/layouts/_event.scss */
.node-event .field-name-field-subtitle {
  font-size: 141.17647%;
  font-style: italic;
  margin-top: 10px;
}
/* line 195, ../sass/layouts/_event.scss */
.node-event .field-name-field-anchor-links {
  margin-top: 30px;
  background: url(../images/borderbg.png) left bottom repeat-x;
  padding-bottom: 5px;
  display: none;
}
/* line 200, ../sass/layouts/_event.scss */
.node-event .field-name-field-anchor-links a, .node-event .field-name-field-anchor-links a:visited, .node-event .field-name-field-anchor-links a:hover {
  text-decoration: none;
  color: #4d4d4f;
}
/* line 205, ../sass/layouts/_event.scss */
.node-event .anchor-links-mobile.dropdown {
  margin-top: 20px;
  font-size: 129.41176%;
}
/* line 208, ../sass/layouts/_event.scss */
.node-event .anchor-links-mobile.dropdown .dropdown-button {
  border: 1px solid lightgrey;
  text-align: left;
  padding: 10px 0 10px 10px;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
}
/* line 215, ../sass/layouts/_event.scss */
.node-event .anchor-links-mobile.dropdown .dropdown-button p {
  margin: 0;
}
/* line 219, ../sass/layouts/_event.scss */
.node-event .anchor-links-mobile.dropdown .dropdown-list {
  display: none;
}
/* line 222, ../sass/layouts/_event.scss */
.node-event .anchor-links-mobile.dropdown .dropdown-list .filters {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
/* line 226, ../sass/layouts/_event.scss */
.node-event .anchor-links-mobile.dropdown .dropdown-list .filters li {
  padding: 10px 0;
  border: 1px solid lightgrey;
  border-top: 0;
}
/* line 230, ../sass/layouts/_event.scss */
.node-event .anchor-links-mobile.dropdown .dropdown-list .filters li a {
  padding: 0 10px;
}
/* line 237, ../sass/layouts/_event.scss */
.node-event .event-details-container {
  margin: 40px 0;
}
/* line 239, ../sass/layouts/_event.scss */
.node-event .event-details-container h3 {
  margin: 0;
  font-size: 1.76em;
  line-height: 1.09578em;
  font-weight: 500;
}
/* line 245, ../sass/layouts/_event.scss */
.node-event .event-details-container strong {
  font-weight: 500;
}
/* line 248, ../sass/layouts/_event.scss */
.node-event .event-details-container .location-field-container {
  max-width: 100%;
}
/* line 251, ../sass/layouts/_event.scss */
.node-event .event-details-container .location-label,
.node-event .event-details-container .date-label {
  float: left;
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  /* line 237, ../sass/layouts/_event.scss */
  .node-event .event-details-container {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 263, ../sass/layouts/_event.scss */
  .node-event .field-name-field-anchor-links {
    display: block;
    margin-top: 30px;
    background: url(../images/borderbg.png) left bottom repeat-x;
    padding-bottom: 5px;
  }
  /* line 269, ../sass/layouts/_event.scss */
  .node-event .anchor-links-mobile.dropdown {
    display: none;
  }
}

/* line 275, ../sass/layouts/_event.scss */
.calendar-banner-container {
  position: relative;
}
/* line 61, ../sass/_mixins.scss */
.calendar-banner-container:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 57.1875%;
}
/* line 68, ../sass/_mixins.scss */
.calendar-banner-container > .content, .calendar-banner-container > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 275, ../sass/layouts/_event.scss */
  .calendar-banner-container {
    position: relative;
  }
  /* line 61, ../sass/_mixins.scss */
  .calendar-banner-container:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 57.14286%;
  }
  /* line 68, ../sass/_mixins.scss */
  .calendar-banner-container > .content, .calendar-banner-container > .field-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 275, ../sass/layouts/_event.scss */
  .calendar-banner-container {
    position: relative;
  }
  /* line 61, ../sass/_mixins.scss */
  .calendar-banner-container:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 38.46154%;
  }
  /* line 68, ../sass/_mixins.scss */
  .calendar-banner-container > .content, .calendar-banner-container > .field-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/* line 285, ../sass/layouts/_event.scss */
.calendar-banner-container .content {
  background: url(../images/calendar-banner.jpg) no-repeat center left;
  background-size: cover;
}

/* line 291, ../sass/layouts/_event.scss */
.view-display-id-page {
  margin-top: 20px;
}
/* line 293, ../sass/layouts/_event.scss */
.view-display-id-page table {
  width: 100%;
}
/* line 297, ../sass/layouts/_event.scss */
.view-display-id-page table,
.view-display-id-page th,
.view-display-id-page td,
.view-display-id-page tr {
  border: solid 1px #b7b7b7;
}
/* line 303, ../sass/layouts/_event.scss */
.view-display-id-page th {
  line-height: 2.3em;
  font-size: 107.14286%;
  font-weight: 600;
  text-align: left;
  background: #f5f5f4;
}
/* line 310, ../sass/layouts/_event.scss */
.view-display-id-page th:first-child {
  width: 33.33333%;
  border-bottom: none;
}
/* line 315, ../sass/layouts/_event.scss */
.view-display-id-page th,
.view-display-id-page td {
  padding: 20px 10px;
}
/* line 319, ../sass/layouts/_event.scss */
.view-display-id-page th:last-child {
  border-left: none;
  border-bottom: none;
}
/* line 323, ../sass/layouts/_event.scss */
.view-display-id-page tbody tr:first-child td {
  border-top: none;
}
/* line 326, ../sass/layouts/_event.scss */
.view-display-id-page tbody td:first-child {
  display: block;
  border: none;
}
/* line 331, ../sass/layouts/_event.scss */
.view-display-id-page .views-exposed-widgets .description {
  display: none;
}
/* line 334, ../sass/layouts/_event.scss */
.view-display-id-page .views-exposed-widgets .date-range-filter {
  height: 50px;
}
/* line 337, ../sass/layouts/_event.scss */
.view-display-id-page .views-exposed-widgets .date-range-filter button,
.view-display-id-page .views-exposed-widgets .date-range-filter .ui-button-text {
  font-family: "Museo Sans", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
}
/* line 342, ../sass/layouts/_event.scss */
.view-display-id-page .views-exposed-widgets .date-range-filter button {
  border: 1px solid #aaa;
  height: 100%;
}
/* line 346, ../sass/layouts/_event.scss */
.view-display-id-page .views-exposed-widgets .date-range-filter .ui-button-text {
  padding-left: 20px;
}
/* line 349, ../sass/layouts/_event.scss */
.view-display-id-page .views-exposed-widgets .date-range-filter .ui-icon {
  background: url(../images/calendar.svg) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  margin: 0;
  background-size: contain;
}
/* line 360, ../sass/layouts/_event.scss */
.view-display-id-page #edit-field-end-date-value-wrapper,
.view-display-id-page #edit-field-start-date-value-wrapper {
  display: none;
}
/* line 364, ../sass/layouts/_event.scss */
.view-display-id-page .date-range-container {
  text-transform: uppercase;
  font-weight: 600;
}
/* line 368, ../sass/layouts/_event.scss */
.view-display-id-page .views-field-title {
  font-size: 106.25%;
  font-weight: normal;
}
/* line 371, ../sass/layouts/_event.scss */
.view-display-id-page .views-field-title a, .view-display-id-page .views-field-title a:visited, .view-display-id-page .views-field-title a:hover {
  text-decoration: none;
  color: #4d4d4f;
}
/* line 376, ../sass/layouts/_event.scss */
.view-display-id-page .views-field-field-categories {
  margin: 25px 0;
}
/* line 379, ../sass/layouts/_event.scss */
.view-display-id-page .views-field-field-categories .field-content {
  display: inline;
}
/* line 383, ../sass/layouts/_event.scss */
.view-display-id-page .views-field-nid .btn {
  color: white;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 390, ../sass/layouts/_event.scss */
  .view-display-id-page tbody td:first-child {
    display: table-cell;
  }
  /* line 394, ../sass/layouts/_event.scss */
  .view-display-id-page th,
  .view-display-id-page td {
    padding: 30px 15px;
  }
  /* line 398, ../sass/layouts/_event.scss */
  .view-display-id-page th {
    font-size: 129.41176%;
  }
  /* line 401, ../sass/layouts/_event.scss */
  .view-display-id-page th:first-child {
    width: 21.35338%;
    text-align: center;
  }
  /* line 405, ../sass/layouts/_event.scss */
  .view-display-id-page td:first-child {
    text-align: center;
  }
  /* line 409, ../sass/layouts/_event.scss */
  .view-display-id-page .views-exposed-widget,
  .view-display-id-page .date-range-filter {
    width: 31.53153%;
    margin-right: 2.7027%;
    float: left;
  }
  /* line 415, ../sass/layouts/_event.scss */
  .view-display-id-page .date-range-filter {
    margin-right: 0;
  }
  /* line 418, ../sass/layouts/_event.scss */
  .view-display-id-page .views-exposed-widget.views-submit-button {
    width: 138px;
    margin-right: 0;
    float: right;
  }
  /* line 426, ../sass/layouts/_event.scss */
  .view-display-id-page .views-exposed-widgets .date-range-filter .ui-button-text,
  .view-display-id-page .views-exposed-widgets .date-range-filter button {
    font-size: 100%;
  }
  /* line 430, ../sass/layouts/_event.scss */
  .view-display-id-page .upcoming-event.views-fieldset {
    position: relative;
  }
  /* line 433, ../sass/layouts/_event.scss */
  .view-display-id-page .views-field-nid {
    position: absolute;
    left: 68.5%;
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 438, ../sass/layouts/_event.scss */
  .view-display-id-page .views-field-nid .btn {
    width: 138px;
  }
  /* line 442, ../sass/layouts/_event.scss */
  .view-display-id-page .view-filters {
    margin-bottom: 40px;
  }
  /* line 445, ../sass/layouts/_event.scss */
  .view-display-id-page .views-field-title-1,
  .view-display-id-page .views-field-field-subtitle {
    width: 65%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 452, ../sass/layouts/_event.scss */
  .view-display-id-page th,
  .view-display-id-page td {
    padding: 30px;
  }
  /* line 456, ../sass/layouts/_event.scss */
  .view-display-id-page th {
    font-size: 106.25%;
    font-weight: normal;
  }
  /* line 460, ../sass/layouts/_event.scss */
  .view-display-id-page th:first-child {
    border-right: none;
    width: 27.64378%;
  }
  /* line 464, ../sass/layouts/_event.scss */
  .view-display-id-page .view-filters {
    margin-bottom: 40px;
  }
  /* line 467, ../sass/layouts/_event.scss */
  .view-display-id-page .views-exposed-widget,
  .view-display-id-page .date-range-filter {
    width: 36.6%;
    margin-right: 1%;
  }
  /* line 472, ../sass/layouts/_event.scss */
  .view-display-id-page .date-range-filter {
    margin-right: 2%;
  }
  /* line 475, ../sass/layouts/_event.scss */
  .view-display-id-page .views-exposed-widget.views-submit-button {
    float: left;
  }
}

/* line 1, ../sass/layouts/_testimonials.scss */
.testimonials-slider {
  background: #f6f6f6 url(../images/flower-bg.svg) -70px center no-repeat;
  background-size: cover;
  padding: 20px;
}
/* line 5, ../sass/layouts/_testimonials.scss */
.testimonials-slider h2 {
  font-size: 264.70588%;
  line-height: 1em;
  margin: 0;
  font-family: 'Notera';
  font-weight: normal;
}
/* line 12, ../sass/layouts/_testimonials.scss */
.testimonials-slider button {
  display: none !important;
}
/* line 15, ../sass/layouts/_testimonials.scss */
.testimonials-slider .slick-prev:before,
.testimonials-slider .slick-next:before {
  content: '\A';
  display: block;
  height: 100%;
}
/* line 22, ../sass/layouts/_testimonials.scss */
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  width: 18px;
  height: 30px;
  z-index: 10;
}
/* line 28, ../sass/layouts/_testimonials.scss */
.testimonials-slider .slick-prev {
  margin-left: -20px;
}
/* line 32, ../sass/layouts/_testimonials.scss */
.testimonials-slider .slick-prev:before {
  background: url(../images/gallery-left.svg) no-repeat;
}
/* line 36, ../sass/layouts/_testimonials.scss */
.testimonials-slider .slick-next:before {
  background: url(../images/gallery-right.svg) no-repeat;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/layouts/_testimonials.scss */
  .testimonials-slider {
    padding: 50px 60px;
  }
  /* line 42, ../sass/layouts/_testimonials.scss */
  .testimonials-slider button {
    display: block !important;
  }
}

/* line 3, ../sass/layouts/_listings.scss */
.listing-container .description,
.node-listing-page .description {
  margin-bottom: 20px;
}
/* line 7, ../sass/layouts/_listings.scss */
.listing-container .view-filters label,
.listing-container .view-filters .views-widget .description,
.node-listing-page .view-filters label,
.node-listing-page .view-filters .views-widget .description {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 13, ../sass/layouts/_listings.scss */
  .listing-container .view-filters .views-exposed-widget,
  .node-listing-page .view-filters .views-exposed-widget {
    width: 39.2638%;
    padding-right: 2.45399%;
  }
  /* line 17, ../sass/layouts/_listings.scss */
  .listing-container .view-filters .views-submit-button,
  .node-listing-page .view-filters .views-submit-button {
    width: 15.95092%;
    padding-right: 0;
  }
}
/* line 24, ../sass/layouts/_listings.scss */
.listing-container .view-content .views-row,
.node-listing-page .view-content .views-row {
  padding: 20px 0;
  background: url(../images/borderbg.png) left bottom repeat-x;
}
/* line 28, ../sass/layouts/_listings.scss */
.listing-container .view-content .views-field-title,
.node-listing-page .view-content .views-field-title {
  padding-top: 20px;
  font-size: 128.57143%;
  line-height: 1.2em;
  font-weight: 600;
}
/* line 33, ../sass/layouts/_listings.scss */
.listing-container .view-content .views-field-title a, .listing-container .view-content .views-field-title a:visited, .listing-container .view-content .views-field-title a:hover,
.node-listing-page .view-content .views-field-title a,
.node-listing-page .view-content .views-field-title a:visited,
.node-listing-page .view-content .views-field-title a:hover {
  text-decoration: none;
  color: #4d4d4f;
}
/* line 38, ../sass/layouts/_listings.scss */
.listing-container .view-content .views-field-body,
.node-listing-page .view-content .views-field-body {
  margin-top: 7px;
}
/* line 40, ../sass/layouts/_listings.scss */
.listing-container .view-content .views-field-body .field-content *,
.node-listing-page .view-content .views-field-body .field-content * {
  display: inline;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}
/* line 46, ../sass/layouts/_listings.scss */
.listing-container .view-content .views-field-body a,
.node-listing-page .view-content .views-field-body a {
  display: inline;
  text-decoration: underline;
  color: #df9869;
}
/* line 51, ../sass/layouts/_listings.scss */
.listing-container .view-content .views-field-body .views-more-link,
.node-listing-page .view-content .views-field-body .views-more-link {
  font-weight: 500;
  text-decoration: underline;
}
/* line 56, ../sass/layouts/_listings.scss */
.listing-container .view-content .views-row-featured .views-field-body,
.node-listing-page .view-content .views-row-featured .views-field-body {
  width: 100%;
}
/* line 61, ../sass/layouts/_listings.scss */
.listing-container .views-row,
.node-listing-page .views-row {
  clear: both;
}
/* line 63, ../sass/layouts/_listings.scss */
.listing-container .views-row:after,
.node-listing-page .views-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 71, ../sass/layouts/_listings.scss */
.listing-container .img-wrapper,
.node-listing-page .img-wrapper {
  position: relative;
}
/* line 61, ../sass/_mixins.scss */
.listing-container .img-wrapper:before,
.node-listing-page .img-wrapper:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 63.62126%;
}
/* line 68, ../sass/_mixins.scss */
.listing-container .img-wrapper > .content, .listing-container .img-wrapper > .field-content,
.node-listing-page .img-wrapper > .content,
.node-listing-page .img-wrapper > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 73, ../sass/layouts/_listings.scss */
.listing-container .img-wrapper .img-container,
.node-listing-page .img-wrapper .img-container {
  width: 100%;
  height: 100%;
}
/* line 78, ../sass/layouts/_listings.scss */
.listing-container .view-authors .views-fieldset,
.node-listing-page .view-authors .views-fieldset {
  width: 33.33333%;
  float: left;
  margin: 0 20px 0 0;
}
/* line 82, ../sass/layouts/_listings.scss */
.listing-container .view-authors .views-fieldset .img-wrapper,
.node-listing-page .view-authors .views-fieldset .img-wrapper {
  position: relative;
}
/* line 61, ../sass/_mixins.scss */
.listing-container .view-authors .views-fieldset .img-wrapper:before,
.node-listing-page .view-authors .views-fieldset .img-wrapper:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
/* line 68, ../sass/_mixins.scss */
.listing-container .view-authors .views-fieldset .img-wrapper > .content, .listing-container .view-authors .views-fieldset .img-wrapper > .field-content,
.node-listing-page .view-authors .views-fieldset .img-wrapper > .content,
.node-listing-page .view-authors .views-fieldset .img-wrapper > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 86, ../sass/layouts/_listings.scss */
.listing-container .view-authors .views-field-title,
.node-listing-page .view-authors .views-field-title {
  padding-top: 0;
}
/* line 93, ../sass/layouts/_listings.scss */
.listing-container .view-authors .view-content .views-row:first-child .views-field-title,
.node-listing-page .view-authors .view-content .views-row:first-child .views-field-title {
  padding-top: 16px;
}
/* line 97, ../sass/layouts/_listings.scss */
.listing-container .view-authors .view-content .views-row .views-field-body,
.node-listing-page .view-authors .view-content .views-row .views-field-body {
  float: left;
  clear: both;
  margin-top: 20px;
}
/* line 105, ../sass/layouts/_listings.scss */
.listing-container .view-authors .view-content .views-row .views-field-field-textarea,
.node-listing-page .view-authors .view-content .views-row .views-field-field-textarea {
  display: block;
}
/* line 109, ../sass/layouts/_listings.scss */
.listing-container .view-articles .views-row:last-child,
.node-listing-page .view-articles .views-row:last-child {
  background: none;
}
/* line 113, ../sass/layouts/_listings.scss */
.listing-container .listing-more-link,
.node-listing-page .listing-more-link {
  display: block;
  width: 100%;
  height: 50px;
  background: #df9869;
  text-align: center;
  line-height: 52px;
  color: white;
  float: right;
}
@media only screen and (min-width: 768px) {
  /* line 127, ../sass/layouts/_listings.scss */
  .listing-container .view-content .views-row-1 .views-field-title,
  .node-listing-page .view-content .views-row-1 .views-field-title {
    padding-top: 20px;
  }
  /* line 131, ../sass/layouts/_listings.scss */
  .listing-container .view-content .views-field-title,
  .node-listing-page .view-content .views-field-title {
    padding-top: 0;
  }
  /* line 135, ../sass/layouts/_listings.scss */
  .listing-container .img-wrapper,
  .node-listing-page .img-wrapper {
    position: relative;
  }
  /* line 61, ../sass/_mixins.scss */
  .listing-container .img-wrapper:before,
  .node-listing-page .img-wrapper:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 63.7931%;
  }
  /* line 68, ../sass/_mixins.scss */
  .listing-container .img-wrapper > .content, .listing-container .img-wrapper > .field-content,
  .node-listing-page .img-wrapper > .content,
  .node-listing-page .img-wrapper > .field-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 138, ../sass/layouts/_listings.scss */
  .listing-container .views-fieldset,
  .node-listing-page .views-fieldset {
    width: 43.28358%;
    margin: 0 20px 0 0;
    float: left;
  }
  /* line 143, ../sass/layouts/_listings.scss */
  .listing-container .views-field-body,
  .node-listing-page .views-field-body {
    float: right;
    width: 53.73134%;
  }
  /* line 147, ../sass/layouts/_listings.scss */
  .listing-container .view-authors .views-fieldset,
  .node-listing-page .view-authors .views-fieldset {
    width: 24.38725%;
  }
  /* line 152, ../sass/layouts/_listings.scss */
  .listing-container .view-authors .view-content .views-row .views-field-body,
  .node-listing-page .view-authors .view-content .views-row .views-field-body {
    float: right;
    clear: right;
    width: 72.79412%;
  }
  /* line 160, ../sass/layouts/_listings.scss */
  .listing-container .views-row-featured:first-child,
  .node-listing-page .views-row-featured:first-child {
    border: none;
  }
  /* line 163, ../sass/layouts/_listings.scss */
  .listing-container .views-row-featured .views-fieldset,
  .node-listing-page .views-row-featured .views-fieldset {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 167, ../sass/layouts/_listings.scss */
  .listing-container .views-row-featured .views-field-field-image,
  .node-listing-page .views-row-featured .views-field-field-image {
    padding-right: 0;
  }
  /* line 170, ../sass/layouts/_listings.scss */
  .listing-container .views-row-featured .img-wrapper,
  .node-listing-page .views-row-featured .img-wrapper {
    position: relative;
  }
  /* line 61, ../sass/_mixins.scss */
  .listing-container .views-row-featured .img-wrapper:before,
  .node-listing-page .views-row-featured .img-wrapper:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 40.65934%;
  }
  /* line 68, ../sass/_mixins.scss */
  .listing-container .views-row-featured .img-wrapper > .content, .listing-container .views-row-featured .img-wrapper > .field-content,
  .node-listing-page .views-row-featured .img-wrapper > .content,
  .node-listing-page .views-row-featured .img-wrapper > .field-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 178, ../sass/layouts/_listings.scss */
  .listing-container .view-content .views-row:first-child,
  .node-listing-page .view-content .views-row:first-child {
    border-image: url(../images/borderbg.png) 1 round;
    border-width: 1px 0 0;
    border-style: solid;
    padding-top: 0;
  }
  /* line 184, ../sass/layouts/_listings.scss */
  .listing-container .view-content .views-row.views-row-featured-second,
  .node-listing-page .view-content .views-row.views-row-featured-second {
    border-image: url(../images/borderbg.png) 1 round;
    border-width: 1px 0 0;
    border-style: solid;
    padding-top: 0;
  }
  /* line 189, ../sass/layouts/_listings.scss */
  .listing-container .view-content .views-row.views-row-featured-second .views-field-title,
  .node-listing-page .view-content .views-row.views-row-featured-second .views-field-title {
    padding-top: 20px;
  }
  /* line 194, ../sass/layouts/_listings.scss */
  .listing-container .view-content .views-row .views-field-field-image,
  .node-listing-page .view-content .views-row .views-field-field-image {
    width: 100%;
    float: left;
  }
  /* line 199, ../sass/layouts/_listings.scss */
  .listing-container .view-content .views-row.views-row-featured,
  .node-listing-page .view-content .views-row.views-row-featured {
    padding: 20px 0;
    border: none;
    background: none;
  }
  /* line 203, ../sass/layouts/_listings.scss */
  .listing-container .view-content .views-row.views-row-featured .views-field.views-field-title,
  .node-listing-page .view-content .views-row.views-row-featured .views-field.views-field-title {
    padding-top: 40px;
    font-size: 142.85714%;
  }
  /* line 209, ../sass/layouts/_listings.scss */
  .listing-container .views-fieldset,
  .node-listing-page .views-fieldset {
    width: 35.53922%;
    margin: 0 20px 0 0;
    float: left;
  }
  /* line 214, ../sass/layouts/_listings.scss */
  .listing-container .views-field-body,
  .node-listing-page .views-field-body {
    float: right;
    width: 61.88725%;
    margin-left: -5px;
    /* hack for percentages issue */
  }
  /* line 219, ../sass/layouts/_listings.scss */
  .listing-container .listing-more-link,
  .node-listing-page .listing-more-link {
    background: white;
    color: #df9869;
    float: right;
    margin-top: 40px;
    line-height: inherit;
    width: auto;
    text-decoration: underline;
  }
  /* line 229, ../sass/layouts/_listings.scss */
  .listing-container .view-articles .views-row:last-child,
  .node-listing-page .view-articles .views-row:last-child {
    background: url(../images/borderbg.png) left bottom repeat-x;
  }
}

/* line 236, ../sass/layouts/_listings.scss */
.views-exposed-form .views-exposed-widget.views-widget-filter-field_speaker_target_id,
.views-exposed-form .views-exposed-widget.views-widget-filter-field_tags_tid {
  display: none;
}

/* line 242, ../sass/layouts/_listings.scss */
.section-listing-page .page__title {
  padding-bottom: 20px;
}
/* line 247, ../sass/layouts/_listings.scss */
.section-listing-page .node-listing-page .view-content .views-row-1.views-row-featured {
  padding-top: 0;
  border: none;
}
@media only screen and (min-width: 1024px) {
  /* line 253, ../sass/layouts/_listings.scss */
  .section-listing-page .node-listing-page .view-content .views-row-1.views-row-featured {
    padding-bottom: 20px;
  }
}
/* line 258, ../sass/layouts/_listings.scss */
.section-listing-page .node-listing-page .field-collection-container {
  margin: 0;
}
/* line 260, ../sass/layouts/_listings.scss */
.section-listing-page .node-listing-page .field-collection-container .speakers-slider {
  margin-bottom: 40px;
  padding: 40px 0;
  border-image: url(../images/borderbg.png) 1 round;
  border-width: 1px 0;
  border-style: solid;
}
/* line 266, ../sass/layouts/_listings.scss */
.section-listing-page .node-listing-page .field-collection-container .speakers-slider h2 {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 272, ../sass/layouts/_listings.scss */
  .section-listing-page .node-listing-page .field-collection-container .speakers-slider {
    border: none;
    margin: 0;
  }
}

/* line 281, ../sass/layouts/_listings.scss */
.field-collection-item-field-listings {
  border-image: url(../images/borderbg.png) 1 round;
  border-width: 1px 0 0;
  border-style: solid;
  padding-top: 20px;
}

@media only screen and (min-width: 1024px) {
  /* line 289, ../sass/layouts/_listings.scss */
  .field-collection-item-field-listings {
    border: none;
    padding-top: 0;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  /* line 296, ../sass/layouts/_listings.scss */
  .listing-container .view-content .views-field-title,
  .node-listing-page .view-content .views-field-title {
    font-size: 145% !important;
  }
}
/* line 3, ../sass/layouts/_footer.scss */
#footer {
  margin-top: 110px;
  padding: 0;
  background: #f5f5f5;
}
/* line 7, ../sass/layouts/_footer.scss */
#footer .menu {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
/* line 11, ../sass/layouts/_footer.scss */
#footer .menu li {
  list-style-type: none;
  display: inline-block;
  text-align: left;
  width: 100%;
}
/* line 18, ../sass/layouts/_footer.scss */
#footer .menu a,
#footer .menu a.active {
  color: #4d4d4f;
  text-decoration: none;
}
/* line 23, ../sass/layouts/_footer.scss */
#footer .border-top {
  background: url(../images/borderbg.png) top left repeat-x;
}
/* line 26, ../sass/layouts/_footer.scss */
#footer .border-left {
  background: url(../images/borderbg-vert.png) top left repeat-y;
}
/* line 29, ../sass/layouts/_footer.scss */
#footer .border-right {
  background: url(../images/borderbg-vert.png) top right repeat-y;
}
/* line 33, ../sass/layouts/_footer.scss */
#footer .border-bottom {
  background: url(../images/borderbg.png) bottom left repeat-x;
}
/* line 36, ../sass/layouts/_footer.scss */
#footer .footer-content {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
}
/* line 42, ../sass/layouts/_footer.scss */
#footer .middle-panel,
#footer .bottom-panel {
  margin: 0 auto;
  max-width: 94.0625%;
}
/* line 48, ../sass/layouts/_footer.scss */
#footer .middle-panel p {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 53, ../sass/layouts/_footer.scss */
#footer .bottom-panel {
  margin-top: 30px;
  margin-bottom: 50px;
}
/* line 56, ../sass/layouts/_footer.scss */
#footer .bottom-panel .copyright {
  width: 100%;
  margin: 0;
}
/* line 60, ../sass/layouts/_footer.scss */
#footer .bottom-panel .site-links-container {
  text-align: left;
  margin: 0;
  width: 100%;
}
/* line 65, ../sass/layouts/_footer.scss */
#footer .bottom-panel p {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 70, ../sass/layouts/_footer.scss */
#footer .footer-text {
  margin-top: 35px;
  margin-bottom: 35px;
}
/* line 73, ../sass/layouts/_footer.scss */
#footer .footer-text a {
  font-weight: 600;
  text-decoration: underline;
}
/* line 79, ../sass/layouts/_footer.scss */
#footer .top-panel .menu-block-wrapper {
  margin-top: 25px;
  background: url(../images/borderbg.png) bottom left repeat-x;
}
/* line 83, ../sass/layouts/_footer.scss */
#footer .top-panel .menu-block-wrapper > .menu {
  max-width: 94.0625%;
  margin: 0 auto;
}
/* line 87, ../sass/layouts/_footer.scss */
#footer .top-panel .menu-block-wrapper > .menu > li > a {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../sass/layouts/_footer.scss */
  #footer {
    font-size: 82.35294%;
  }
  /* line 93, ../sass/layouts/_footer.scss */
  #footer .mobile-only {
    display: none !important;
  }
  /* line 97, ../sass/layouts/_footer.scss */
  #footer .top-panel .menu-block-wrapper {
    margin-top: 40px;
  }
  /* line 100, ../sass/layouts/_footer.scss */
  #footer .middle-panel,
  #footer .bottom-panel,
  #footer .top-panel .menu-block-wrapper > .menu {
    max-width: none;
  }
  /* line 105, ../sass/layouts/_footer.scss */
  #footer .menu li {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 109, ../sass/layouts/_footer.scss */
  #footer .site-links-container .menu li {
    width: auto;
    margin-right: 35px;
  }
  /* line 113, ../sass/layouts/_footer.scss */
  #footer .footer-content {
    max-width: 94.0625%;
  }
  /* line 116, ../sass/layouts/_footer.scss */
  #footer .top-panel {
    margin-bottom: 50px;
  }
  /* line 118, ../sass/layouts/_footer.scss */
  #footer .top-panel .menu-block-wrapper > .menu > li {
    width: 18%;
    margin-right: 15px;
    text-align: left;
    float: left;
    margin-bottom: 0;
  }
  /* line 126, ../sass/layouts/_footer.scss */
  #footer .bottom-panel {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  /* line 130, ../sass/layouts/_footer.scss */
  #footer .bottom-panel .site-links-container {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 137, ../sass/layouts/_footer.scss */
  #footer .footer-content {
    width: 90.22325%;
    max-width: 1172px;
  }
  /* line 141, ../sass/layouts/_footer.scss */
  #footer .bottom-panel {
    margin: 35px 0;
  }
  /* line 143, ../sass/layouts/_footer.scss */
  #footer .bottom-panel .copyright {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 146, ../sass/layouts/_footer.scss */
  #footer .bottom-panel .site-links-container {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    text-align: right;
  }
}

/* line 155, ../sass/layouts/_footer.scss */
#footer-menu-toggle ~ label {
  display: block;
  width: 100%;
  height: 49px;
  color: #5e7e95;
  position: relative;
  cursor: pointer;
  background: url(../images/borderbg.png) bottom left repeat-x;
}
/* line 163, ../sass/layouts/_footer.scss */
#footer-menu-toggle ~ label:before {
  content: 'Expand Footer';
  display: block;
  line-height: 47px;
  margin-left: 2.96875%;
}
/* line 169, ../sass/layouts/_footer.scss */
#footer-menu-toggle ~ label:after {
  content: '\f067';
  font-family: FontAwesome;
  line-height: 47px;
  position: absolute;
  top: 0;
  right: 5.9375%;
}
/* line 178, ../sass/layouts/_footer.scss */
#footer-menu-toggle ~ .footer-content .top-panel {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 178, ../sass/layouts/_footer.scss */
  #footer-menu-toggle ~ .footer-content .top-panel {
    display: block;
  }
}
/* line 186, ../sass/layouts/_footer.scss */
#footer-menu-toggle:checked ~ .footer-content .top-panel {
  display: block;
}
/* line 190, ../sass/layouts/_footer.scss */
#footer-menu-toggle:checked ~ label {
  background: none;
}
/* line 192, ../sass/layouts/_footer.scss */
#footer-menu-toggle:checked ~ label:before {
  content: 'Hide footer';
}
/* line 195, ../sass/layouts/_footer.scss */
#footer-menu-toggle:checked ~ label:after {
  content: '\f068';
}

/* line 1, ../sass/layouts/_related-content.scss */
.related-content-wrapper {
  position: relative;
  margin-bottom: 80px;
}
/* line 4, ../sass/layouts/_related-content.scss */
.related-content-wrapper a, .related-content-wrapper a:visited, .related-content-wrapper a:hover {
  color: #4d4d4f;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/layouts/_related-content.scss */
  .related-content-wrapper {
    margin: 60px 0;
  }
  /* line 11, ../sass/layouts/_related-content.scss */
  .related-content-wrapper:before {
    position: absolute;
    display: block;
    height: 100%;
    left: 50%;
    width: 1px;
    content: "";
    background: url(../images/borderbg-vert.png) repeat-y;
  }
  /* line 20, ../sass/layouts/_related-content.scss */
  .related-content-wrapper .related-articles {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 24, ../sass/layouts/_related-content.scss */
  .related-content-wrapper .related-events {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 27, ../sass/layouts/_related-content.scss */
  .related-content-wrapper .related-events .module-title {
    padding-left: 5.215825%;
  }
}

/* line 34, ../sass/layouts/_related-content.scss */
.related-content-container {
  padding-top: 40px;
  background: url(../images/borderbg.png) left top repeat-x;
  margin-bottom: 20px;
}
/* line 39, ../sass/layouts/_related-content.scss */
.related-content-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 46, ../sass/layouts/_related-content.scss */
.related-content-container .module-title {
  font-size: 171.42857%;
  font-weight: 600;
  line-height: 1.2em;
}
/* line 51, ../sass/layouts/_related-content.scss */
.related-content-container .module-content {
  margin-top: 30px;
}
/* line 54, ../sass/layouts/_related-content.scss */
.related-content-container .views-field-field-image {
  position: relative;
  overflow: hidden;
}
/* line 61, ../sass/_mixins.scss */
.related-content-container .views-field-field-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 64.13793%;
}
/* line 68, ../sass/_mixins.scss */
.related-content-container .views-field-field-image > .content, .related-content-container .views-field-field-image > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 58, ../sass/layouts/_related-content.scss */
.related-content-container .views-row {
  width: 48.33333%;
  padding: 0;
  float: left;
}
/* line 63, ../sass/layouts/_related-content.scss */
.related-content-container .views-row-odd {
  margin-right: 3.33333%;
}
/* line 66, ../sass/layouts/_related-content.scss */
.related-content-container .views-field-title {
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media only screen and (min-width: 1024px) {
  /* line 34, ../sass/layouts/_related-content.scss */
  .related-content-container {
    background: none;
    padding-top: 0;
  }
  /* line 76, ../sass/layouts/_related-content.scss */
  .related-content-container .module-title {
    font-size: 176.47059%;
  }
  /* line 79, ../sass/layouts/_related-content.scss */
  .related-content-container .views-field-field-image {
    position: relative;
  }
  /* line 61, ../sass/_mixins.scss */
  .related-content-container .views-field-field-image:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 64.25703%;
  }
  /* line 68, ../sass/_mixins.scss */
  .related-content-container .views-field-field-image > .content, .related-content-container .views-field-field-image > .field-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 82, ../sass/layouts/_related-content.scss */
  .related-content-container .views-row {
    width: 42.5641%;
  }
  /* line 85, ../sass/layouts/_related-content.scss */
  .related-content-container .views-row-odd {
    margin-right: 9.57265%;
  }
  /* line 88, ../sass/layouts/_related-content.scss */
  .related-content-container .views-field-title {
    font-size: 82.35294%;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 96, ../sass/layouts/_related-content.scss */
  .related-events .related-content-container .views-row-odd {
    margin-left: 5.12821%;
    margin-right: 9.57265%;
  }
}
/* line 2, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ #navigation {
  display: block;
  height: auto;
  position: absolute;
  top: 72px;
  z-index: 1000;
  width: 100%;
}
/* line 9, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ #navigation .menu li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #3e596d;
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
}
/* line 16, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ #navigation .menu li:last-child {
  border: none;
}
/* line 19, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ #navigation .menu li.expanded:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 2px;
}
/* line 29, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ #navigation .menu li.opened:after {
  content: '\f107';
}
/* line 32, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ #navigation .menu li.opened {
  background: #3e596d;
  padding-bottom: 0;
  border: none;
}
/* line 36, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ #navigation .menu li.opened > ul {
  display: block;
  width: 100%;
  position: static;
  padding: 0;
}
/* line 41, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ #navigation .menu li.opened > ul li {
  background: #4d4d4f;
  border-bottom: 1px solid #727171;
}
/* line 44, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ #navigation .menu li.opened > ul li > a {
  text-transform: uppercase;
}
/* line 48, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ #navigation .menu li.opened > ul:before {
  content: none;
}
/* line 55, ../sass/layouts/_menu.scss */
#menu-toggle ~ label {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/menu.png") no-repeat;
  background-size: contain;
  cursor: pointer;
  top: 50%;
  left: 20px;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 67, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ label {
  width: 74px;
  height: 90px;
  background: #5e7e95;
  top: -18px;
  left: 0;
}
/* line 73, ../sass/layouts/_menu.scss */
#menu-toggle:checked ~ label:before {
  display: block;
  font-family: FontAwesome;
  content: '\f00d';
  font-size: 25px;
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -12px;
  margin-top: -12px;
}

/* line 88, ../sass/layouts/_menu.scss */
#main-menu {
  outline: none;
}
/* line 90, ../sass/layouts/_menu.scss */
#main-menu .menu > li > a {
  padding: 5px 0;
  margin: 5px 1.5em;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  outline: none;
  text-decoration: none;
}
/* line 98, ../sass/layouts/_menu.scss */
#main-menu .menu > li > a:hover, #main-menu .menu > li > a.active {
  text-decoration: none;
}
/* line 103, ../sass/layouts/_menu.scss */
#main-menu .menu > li > ul a:hover, #main-menu .menu > li > ul a.active {
  background: none;
}
/* line 107, ../sass/layouts/_menu.scss */
#main-menu .menu > li > ul {
  display: none;
  opacity: 0.95;
  position: absolute;
  top: 100%;
  z-index: 1000;
  padding-top: 20px;
}
/* line 114, ../sass/layouts/_menu.scss */
#main-menu .menu > li > ul:before {
  content: '.';
  display: block;
  background: #5e7e95;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 45px;
  transform: rotate(45deg);
}
/* line 126, ../sass/layouts/_menu.scss */
#main-menu .menu > li > ul > li {
  background: #5e7e95;
}
/* line 130, ../sass/layouts/_menu.scss */
#main-menu .menu > li:hover.opened > ul {
  display: block;
}

/* line 135, ../sass/layouts/_menu.scss */
.login-links {
  position: relative;
  display: inline-block;
}
/* line 138, ../sass/layouts/_menu.scss */
.login-links > .dropdown-links {
  position: absolute;
  display: none;
  right: 0;
  font-weight: 300;
  z-index: 9999;
}
/* line 144, ../sass/layouts/_menu.scss */
.login-links > .dropdown-links ul {
  border: 1px solid #c4c3c3;
  background: #fff;
  width: 195px;
  margin-top: 20px;
  padding: 20px 15px;
}
/* line 150, ../sass/layouts/_menu.scss */
.login-links > .dropdown-links ul li {
  width: 100%;
  list-style: none;
}
/* line 153, ../sass/layouts/_menu.scss */
.login-links > .dropdown-links ul li .login-link {
  color: #4d4d4f;
}
/* line 155, ../sass/layouts/_menu.scss */
.login-links > .dropdown-links ul li .login-link.login-link-logout {
  line-height: 2;
}
/* line 161, ../sass/layouts/_menu.scss */
.login-links > .dropdown-links:before {
  content: '\A';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-left: 1px solid #c4c3c3;
  border-top: 1px solid #c4c3c3;
  transform: rotate(45deg);
  z-index: 9999;
  right: 30px;
  margin-top: 13px;
  background: #fff;
}
/* line 175, ../sass/layouts/_menu.scss */
.login-links > .dropdown-links .login-link {
  text-transform: none;
}
/* line 180, ../sass/layouts/_menu.scss */
.login-links:hover > .dropdown-links, .login-links.opened > .dropdown-links {
  display: block;
}
/* line 184, ../sass/layouts/_menu.scss */
.login-links > a {
  text-transform: uppercase;
}
/* line 187, ../sass/layouts/_menu.scss */
.login-links a.registered {
  text-transform: none;
}

/* line 192, ../sass/layouts/_menu.scss */
.login-link-chopra {
  background: url("../images/login-chopra.png") no-repeat;
  background-size: 20px 20px;
  padding-left: 30px !important;
}

/* line 197, ../sass/layouts/_menu.scss */
.login-link-google {
  background: url("../images/login-google.png") no-repeat;
  background-size: 20px 20px;
  padding-left: 30px !important;
}

/* line 202, ../sass/layouts/_menu.scss */
.login-link-facebook {
  background: url("../images/login-facebook.png") no-repeat;
  background-size: 20px 20px;
  padding-left: 30px !important;
}

@media only screen and (min-width: 768px) {
  /* line 209, ../sass/layouts/_menu.scss */
  #menu-toggle ~ label {
    width: 33px;
    height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 216, ../sass/layouts/_menu.scss */
  #main-menu {
    position: relative;
    float: right;
    right: 50%;
  }
  /* line 221, ../sass/layouts/_menu.scss */
  #main-menu div:first-child {
    position: relative;
    float: right;
    right: -50%;
  }
  /* line 227, ../sass/layouts/_menu.scss */
  #main-menu .menu > li > a:hover, #main-menu .menu > li > a.active-trail {
    background: url(../images/menubg.jpg) bottom left repeat-x transparent;
  }
  /* line 232, ../sass/layouts/_menu.scss */
  #main-menu .menu > li:hover > ul {
    display: block;
  }
}
/* line 2, ../sass/layouts/_forms.scss */
.webform-client-form .webform-submit {
  width: 100%;
  border: none;
  background: #df9869;
  color: #FFF;
  font-size: 14px;
  font-family: "Museo Sans", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: normal;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}

/* line 15, ../sass/layouts/_forms.scss */
.webform-client-form .message {
  margin-top: 20px;
  padding: 5px;
  text-align: center;
}

/* line 21, ../sass/layouts/_forms.scss */
.message-exists {
  background: #be7;
  color: #0a0;
}

/* line 26, ../sass/layouts/_forms.scss */
.message-confirmation {
  background-color: #f8fff0;
  color: #234600;
}

/* line 31, ../sass/layouts/_forms.scss */
.message-error {
  background: #f00;
}

/* line 36, ../sass/layouts/_forms.scss */
.webform-component label {
  font-weight: 300;
  margin-bottom: 10px;
}
/* line 40, ../sass/layouts/_forms.scss */
.webform-component input {
  border: 1px solid #4d4d50;
  line-height: 36px;
}
/* line 44, ../sass/layouts/_forms.scss */
.webform-component input::-webkit-input-placeholder {
  padding-left: 10px;
}
/* line 48, ../sass/layouts/_forms.scss */
.webform-component input:-moz-placeholder {
  padding-left: 10px;
}
/* line 52, ../sass/layouts/_forms.scss */
.webform-component input::-moz-placeholder {
  padding-left: 10px;
}
/* line 56, ../sass/layouts/_forms.scss */
.webform-component input:-ms-input-placeholder {
  padding-left: 10px;
}
/* line 61, ../sass/layouts/_forms.scss */
.webform-component input.error {
  background: #fef5f1 url(../images/close.svg) no-repeat center right;
  background-size: 20px;
}
/* line 65, ../sass/layouts/_forms.scss */
.webform-component input.valid {
  background: transparent url(../images/check.svg) no-repeat center right;
  background-size: 20px;
}
/* line 69, ../sass/layouts/_forms.scss */
.webform-component .select2-container {
  height: 38px;
}
/* line 71, ../sass/layouts/_forms.scss */
.webform-component .select2-container .select2-choice {
  line-height: 38px;
  border: 1px solid #4d4d50;
}
/* line 74, ../sass/layouts/_forms.scss */
.webform-component .select2-container .select2-choice .select2-chosen {
  line-height: 38px;
  padding-left: 10px;
}
/* line 78, ../sass/layouts/_forms.scss */
.webform-component .select2-container .select2-choice .select2-arrow {
  top: 5px;
}

/* chopra form submit buttons style */
/* line 86, ../sass/layouts/_forms.scss */
.please_wait_text {
  font-size: 14px;
  font-style: italic;
}

/* line 1, ../sass/layouts/_featured-products.scss */
.featured-products-container {
  background: url(../images/borderbg.png) left top repeat-x;
  padding-top: 1px;
}
/* line 4, ../sass/layouts/_featured-products.scss */
.featured-products-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 8, ../sass/layouts/_featured-products.scss */
.featured-products-container ul li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 15, ../sass/layouts/_featured-products.scss */
.featured-products-container ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../images/borderbg.png) left bottom repeat-x;
}
/* line 19, ../sass/layouts/_featured-products.scss */
.featured-products-container ul li:last-child {
  background: none;
}
/* line 22, ../sass/layouts/_featured-products.scss */
.featured-products-container ul li a {
  color: #df9869;
  text-decoration: underline;
}
/* line 28, ../sass/layouts/_featured-products.scss */
.featured-products-container .image-container {
  float: left;
  width: 100px;
  margin-right: 10px;
}
/* line 33, ../sass/layouts/_featured-products.scss */
.featured-products-container .description-container {
  width: 60.34483%;
  float: right;
}
/* line 37, ../sass/layouts/_featured-products.scss */
.featured-products-container .title {
  font-size: 128.57143%;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}
/* line 44, ../sass/layouts/_featured-products.scss */
.featured-products-container .subtitle {
  font-size: 100%;
  font-weight: 300;
  margin-top: 0;
}
/* line 49, ../sass/layouts/_featured-products.scss */
.featured-products-container .product-title {
  font-weight: normal;
  margin-bottom: 25px;
}
/* line 53, ../sass/layouts/_featured-products.scss */
.featured-products-container .view-all-container a {
  width: 100%;
  font-weight: normal;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  /* line 60, ../sass/layouts/_featured-products.scss */
  .featured-products-container .view-all-container a {
    text-transform: uppercase;
  }
  /* line 63, ../sass/layouts/_featured-products.scss */
  .featured-products-container .description-container {
    width: 84.375%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/layouts/_featured-products.scss */
  .featured-products-container {
    border: 1px solid transparent;
    -moz-border-image: url(../images/borderbg-vert.png) 1 repeat;
    -o-border-image: url(../images/borderbg-vert.png) 1 repeat;
    -webkit-border-image: url(../images/borderbg-vert.png) 1 repeat;
    border-image: url(../images/borderbg-vert.png) 1 repeat;
    background: url(../images/borderbg.png) left bottom repeat-x;
    padding: 15px;
  }
  /* line 72, ../sass/layouts/_featured-products.scss */
  .featured-products-container:before {
    content: '\A';
    background: url(../images/borderbg.png) left top repeat-x;
    display: block;
    height: 1px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
  }
  /* line 81, ../sass/layouts/_featured-products.scss */
  .featured-products-container .image-container {
    width: 30%;
  }
  /* line 84, ../sass/layouts/_featured-products.scss */
  .featured-products-container .description-container {
    width: 60%;
  }
  /* line 87, ../sass/layouts/_featured-products.scss */
  .featured-products-container .view-all-container {
    text-align: center;
  }
  /* line 89, ../sass/layouts/_featured-products.scss */
  .featured-products-container .view-all-container a {
    width: 59.32203%;
  }
}

/* line 368, ../sass/layouts/_responsive.scss */
.hide {
  display: none;
}

/* line 372, ../sass/layouts/_responsive.scss */
.view-ads {
  text-align: center;
}

/* line 376, ../sass/layouts/_responsive.scss */
.ul-style-none {
  list-style-type: none;
  list-style-image: none;
}

/* line 381, ../sass/layouts/_responsive.scss */
.icon-instagram {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/social/instagram.svg) no-repeat;
  background-size: 23px 23px;
}

/* line 389, ../sass/layouts/_responsive.scss */
.icon-twitter {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/social/twitter.svg) no-repeat;
  background-size: 23px 23px;
}

/* line 397, ../sass/layouts/_responsive.scss */
.icon-facebook {
  display: inline-block;
  width: 11px;
  height: 23px;
  background: url(../images/social/facebook.svg) no-repeat;
  background-size: 11px 23px;
}

/* line 405, ../sass/layouts/_responsive.scss */
.icon-gplus {
  display: inline-block;
  width: 25px;
  height: 23px;
  background: url(../images/social/gp.svg) no-repeat;
  background-size: 25px 23px;
}

/* line 413, ../sass/layouts/_responsive.scss */
.icon-linkedIn,
.icon-linkedin {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/social/linkedin.svg) no-repeat;
  background-size: 23px 23px;
}

/* line 422, ../sass/layouts/_responsive.scss */
.icon-pinterest {
  display: inline-block;
  width: 18px;
  height: 23px;
  background: url(../images/social/pinterest.svg) no-repeat;
  background-size: 18px 23px;
}

/* line 430, ../sass/layouts/_responsive.scss */
.icon-rss {
  display: inline-block;
  width: 22px;
  height: 23px;
  background: url(../images/social/rss.svg) no-repeat;
  background-size: 22px 23px;
}

/* line 438, ../sass/layouts/_responsive.scss */
.region-bottom {
  clear: both;
}

/* line 442, ../sass/layouts/_responsive.scss */
#user-login {
  margin-bottom: 20px;
}

/* line 446, ../sass/layouts/_responsive.scss */
.fb_iframe_widget_fluid span:after {
  content: '\A';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background: #fff;
  z-index: 1;
}

/* line 458, ../sass/layouts/_responsive.scss */
.header {
  margin-top: 15px;
  color: #5e7e95;
}
/* line 461, ../sass/layouts/_responsive.scss */
.header .right-container {
  float: right;
  font-size: 82.35294%;
  padding-top: 3px;
}
/* line 465, ../sass/layouts/_responsive.scss */
.header .right-container ul.links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 469, ../sass/layouts/_responsive.scss */
.header .right-container ul.links > li {
  display: inline-block;
}
/* line 471, ../sass/layouts/_responsive.scss */
.header .right-container ul.links > li:first-child {
  margin-right: 8px;
  text-transform: uppercase;
}
/* line 475, ../sass/layouts/_responsive.scss */
.header .right-container ul.links > li:last-child {
  margin-left: 20px;
}
/* line 480, ../sass/layouts/_responsive.scss */
.header .right-container a,
.header .right-container a:hover,
.header .right-container a:visited {
  color: #5e7e95;
  text-decoration: none;
}
/* line 487, ../sass/layouts/_responsive.scss */
.header .search-container {
  margin-top: 10px;
  margin-right: -4px;
}
/* line 490, ../sass/layouts/_responsive.scss */
.header .search-container input[type=text] {
  width: 141px;
  border: 1px solid #5e7e95;
  padding-left: 5px;
  padding-right: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 12px;
  color: #4d4d4f;
  outline: none;
  border-radius: 0;
  margin-bottom: 15px;
}
/* line 503, ../sass/layouts/_responsive.scss */
.header .search-container input[type=submit] {
  line-height: 14px;
  width: 18px;
  text-indent: -99999px;
  border: none;
  background: url(../images/magnify.png) no-repeat;
}
/* line 510, ../sass/layouts/_responsive.scss */
.header .search-container .form-actions {
  display: inline-block;
  margin-left: -30px;
}
/* line 514, ../sass/layouts/_responsive.scss */
.header .search-container form,
.header .search-container .social-list {
  float: right;
}
/* line 519, ../sass/layouts/_responsive.scss */
.header .social-list {
  display: none;
  list-style-type: none;
  margin: 0;
  margin-top: 4px;
  padding: 0;
}
/* line 525, ../sass/layouts/_responsive.scss */
.header .social-list li {
  display: inline-block;
}
/* line 529, ../sass/layouts/_responsive.scss */
.header .social-icon {
  background: url(../images/header-social.png) no-repeat;
  display: inline-block;
}
/* line 532, ../sass/layouts/_responsive.scss */
.header .social-icon.facebook {
  width: 9px;
  height: 18px;
  background-position: 0 0;
  margin-right: 10px;
  margin-left: 18px;
}
/* line 539, ../sass/layouts/_responsive.scss */
.header .social-icon.twitter {
  width: 19px;
  height: 18px;
  background-position: -21px 0;
}
/* line 545, ../sass/layouts/_responsive.scss */
.header .header-top {
  margin: 10px;
}

/* line 550, ../sass/layouts/_responsive.scss */
.header__logo-image {
  width: 192px;
}

/* line 554, ../sass/layouts/_responsive.scss */
#navigation {
  height: 47px;
  background: #5e7e95;
}
/* line 557, ../sass/layouts/_responsive.scss */
#navigation .menu li > ul > li {
  float: none;
  padding-top: 1px;
  padding-bottom: 1px;
  white-space: nowrap;
}
/* line 562, ../sass/layouts/_responsive.scss */
#navigation .menu li > ul > li > a {
  text-transform: none;
  font-size: 88.88889%;
}
/* line 566, ../sass/layouts/_responsive.scss */
#navigation .menu li > ul > li:first-child {
  padding-top: 10px;
}
/* line 569, ../sass/layouts/_responsive.scss */
#navigation .menu li > ul > li:last-child {
  padding-bottom: 10px;
}

/* line 575, ../sass/layouts/_responsive.scss */
.image-background {
  width: 100%;
  height: 100%;
}
/* line 578, ../sass/layouts/_responsive.scss */
.image-background img {
  display: none;
}
/* line 581, ../sass/layouts/_responsive.scss */
.image-background a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 589, ../sass/layouts/_responsive.scss */
.logo-slider .slick-slider {
  margin: 0 auto;
  max-width: 93.17406%;
}
/* line 593, ../sass/layouts/_responsive.scss */
.logo-slider .slick-prev,
.logo-slider .slick-next {
  width: 18px;
  height: 30px;
  z-index: 10;
}
/* line 599, ../sass/layouts/_responsive.scss */
.logo-slider .slick-prev {
  left: -3.66894%;
}
/* line 602, ../sass/layouts/_responsive.scss */
.logo-slider .slick-next {
  right: -3.66894%;
}
/* line 605, ../sass/layouts/_responsive.scss */
.logo-slider .slick-prev::before,
.logo-slider .slick-next::before {
  content: '\A';
  display: block;
  height: 100%;
}
/* line 612, ../sass/layouts/_responsive.scss */
.logo-slider .slick-prev::before {
  background: url(../images/logos-left.svg) no-repeat;
}
/* line 616, ../sass/layouts/_responsive.scss */
.logo-slider .slick-next::before {
  background: url(../images/logos-right.svg) no-repeat;
}
@media only screen and (min-width: 1024px) {
  /* line 588, ../sass/layouts/_responsive.scss */
  .logo-slider {
    margin-bottom: 100px;
  }
}

/* line 627, ../sass/layouts/_responsive.scss */
.logo-slider-item .content {
  display: table;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 634, ../sass/layouts/_responsive.scss */
.logo-slider-item .content-inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 638, ../sass/layouts/_responsive.scss */
.logo-slider-item img {
  margin: 0 auto;
}

/* line 642, ../sass/layouts/_responsive.scss */
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited {
  color: #4d4d4f;
  text-decoration: none;
}

/* line 646, ../sass/layouts/_responsive.scss */
.quote-of-the-day-block {
  background: url(../images/quote-of-the-day-bg-mobile.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  max-width: 607px;
  position: relative;
  margin: 0 auto;
  padding-top: 1px;
}
/* line 61, ../sass/_mixins.scss */
.quote-of-the-day-block:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
/* line 68, ../sass/_mixins.scss */
.quote-of-the-day-block > .content, .quote-of-the-day-block > .field-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 655, ../sass/layouts/_responsive.scss */
.quote-of-the-day-block .view-filters {
  display: none;
}
/* line 658, ../sass/layouts/_responsive.scss */
.quote-of-the-day-block .block-title {
  font-size: 257.14286%;
  font-family: 'Notera';
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  margin-top: 24.7117%;
}
/* line 666, ../sass/layouts/_responsive.scss */
.quote-of-the-day-block .views-field-title {
  font-weight: 600;
  text-align: center;
}
/* line 670, ../sass/layouts/_responsive.scss */
.quote-of-the-day-block blockquote {
  margin: 0 20px 10px;
  font-weight: 300;
}
/* line 674, ../sass/layouts/_responsive.scss */
.quote-of-the-day-block .view-content {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 44.2623%;
}
/* line 681, ../sass/layouts/_responsive.scss */
.quote-of-the-day-block .view {
  position: relative;
  width: 100%;
  height: 56.01318%;
}
@media only screen and (min-width: 1024px) {
  /* line 646, ../sass/layouts/_responsive.scss */
  .quote-of-the-day-block {
    display: block;
    background: url(../images/quote-of-the-day-bg.jpg) no-repeat center center;
    max-width: 311px;
  }
  /* line 691, ../sass/layouts/_responsive.scss */
  .quote-of-the-day-block .block-title {
    font-size: 236.84211%;
    margin-top: 17.74194%;
  }
  /* line 695, ../sass/layouts/_responsive.scss */
  .quote-of-the-day-block .view {
    height: 67.74194%;
  }
}

/* line 701, ../sass/layouts/_responsive.scss */
.views-label-field-categories {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  /* line 707, ../sass/layouts/_responsive.scss */
  .header__logo-image {
    width: 100%;
  }

  /* line 710, ../sass/layouts/_responsive.scss */
  .header {
    height: 90px;
    margin-top: 0;
    position: relative;
    border-bottom: 1px solid lightgrey;
  }
  /* line 715, ../sass/layouts/_responsive.scss */
  .header .header__logo {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -5px;
    width: 29.16667%;
    max-width: 167px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 724, ../sass/layouts/_responsive.scss */
  .header .right-container ul.links {
    position: absolute;
    right: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 729, ../sass/layouts/_responsive.scss */
  .header .right-container ul.links li {
    display: none;
  }
  /* line 731, ../sass/layouts/_responsive.scss */
  .header .right-container ul.links li:last-child {
    display: inline-block;
  }
  /* line 736, ../sass/layouts/_responsive.scss */
  .header .right-container ul.links .shopping-cart-ctrl {
    padding: 10px 5px;
  }
  /* line 740, ../sass/layouts/_responsive.scss */
  .header .search-container {
    margin: 0;
    position: absolute;
    right: 63px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 746, ../sass/layouts/_responsive.scss */
  .header .search-container input[type=text] {
    display: none;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    height: 40px;
    margin-right: -10px;
    padding-right: 40px;
    font-size: 128.57143%;
  }
  /* line 756, ../sass/layouts/_responsive.scss */
  .header .search-container input[type=submit] {
    outline: none;
    width: 25px;
    background: url(../images/magnify-mobile.png) no-repeat;
    background-size: contain;
    line-height: 26px;
  }
  /* line 763, ../sass/layouts/_responsive.scss */
  .header .search-container form {
    width: 100%;
  }
  /* line 766, ../sass/layouts/_responsive.scss */
  .header .search-container .form-actions {
    float: right;
  }
  /* line 771, ../sass/layouts/_responsive.scss */
  .header.input .header__logo {
    display: none;
  }
  /* line 774, ../sass/layouts/_responsive.scss */
  .header.input .search-container {
    left: 85px;
    right: 20px;
  }
  /* line 777, ../sass/layouts/_responsive.scss */
  .header.input .search-container input[type=text] {
    display: inline-block;
  }
  /* line 780, ../sass/layouts/_responsive.scss */
  .header.input .search-container .form-actions {
    float: none;
  }
  /* line 784, ../sass/layouts/_responsive.scss */
  .header.input .right-container ul.links {
    display: none;
  }
  /* line 788, ../sass/layouts/_responsive.scss */
  .header .social-list {
    display: none;
  }

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

  /* line 795, ../sass/layouts/_responsive.scss */
  input[type=checkbox].mobile-only {
    display: none;
  }

  /* line 798, ../sass/layouts/_responsive.scss */
  .shopping-cart-ctrl {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 805, ../sass/layouts/_responsive.scss */
  #page,
  .region-bottom,
  #header {
    max-width: none;
  }

  /* line 811, ../sass/layouts/_responsive.scss */
  #main {
    margin: 0 auto;
    max-width: 94.0625%;
  }

  /* line 815, ../sass/layouts/_responsive.scss */
  .header__logo-image {
    width: 167px;
  }

  /* line 818, ../sass/layouts/_responsive.scss */
  .header {
    height: 90px;
    margin-top: 0;
    position: relative;
    border-bottom: 1px solid lightgrey;
  }
  /* line 823, ../sass/layouts/_responsive.scss */
  .header .header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 829, ../sass/layouts/_responsive.scss */
  .header .right-container ul.links {
    position: absolute;
    right: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 834, ../sass/layouts/_responsive.scss */
  .header .right-container ul.links li {
    display: none;
  }
  /* line 836, ../sass/layouts/_responsive.scss */
  .header .right-container ul.links li:last-child {
    display: inline-block;
  }
  /* line 841, ../sass/layouts/_responsive.scss */
  .header .search-container {
    margin: 0;
    position: absolute;
    right: 63px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 847, ../sass/layouts/_responsive.scss */
  .header .search-container input[type=text] {
    display: none;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    height: 40px;
    font-size: 30px;
    padding-right: 40px;
    margin-right: -10px;
  }
  /* line 857, ../sass/layouts/_responsive.scss */
  .header .search-container input[type=submit] {
    width: 31px;
    background: url(../images/magnify-mobile.png) no-repeat;
    line-height: 40px;
  }
  /* line 862, ../sass/layouts/_responsive.scss */
  .header .search-container form {
    width: 100%;
  }
  /* line 865, ../sass/layouts/_responsive.scss */
  .header .search-container .form-actions {
    float: right;
  }
  /* line 870, ../sass/layouts/_responsive.scss */
  .header.input .header__logo {
    display: none;
  }
  /* line 873, ../sass/layouts/_responsive.scss */
  .header.input .search-container {
    width: 82.03125%;
    right: 20px;
  }
  /* line 876, ../sass/layouts/_responsive.scss */
  .header.input .search-container input[type=text] {
    display: inline-block;
  }
  /* line 879, ../sass/layouts/_responsive.scss */
  .header.input .search-container .form-actions {
    float: none;
  }
  /* line 883, ../sass/layouts/_responsive.scss */
  .header.input .right-container ul.links {
    display: none;
  }
  /* line 887, ../sass/layouts/_responsive.scss */
  .header .social-list {
    display: none;
  }

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

  /* line 894, ../sass/layouts/_responsive.scss */
  .mobile-only {
    display: block;
  }

  /* line 897, ../sass/layouts/_responsive.scss */
  input[type=checkbox].mobile-only {
    display: none;
  }

  /* line 900, ../sass/layouts/_responsive.scss */
  .shopping-cart-ctrl {
    font-size: 31px;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media only screen and (min-width: 1024px) and (max-width: 9999em) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 914, ../sass/layouts/_responsive.scss */
  .sidebar-left {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 916, ../sass/layouts/_responsive.scss */
  .sidebar-left #content {
    float: left;
    width: 69.62457%;
    margin-left: 30.37543%;
    margin-right: -100%;
  }
  /* line 924, ../sass/layouts/_responsive.scss */
  .sidebar-left .region-sidebar-first {
    float: left;
    width: 26.62116%;
    margin-left: 0%;
    margin-right: -26.62116%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 935, ../sass/layouts/_responsive.scss */
  .sidebar-right {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 937, ../sass/layouts/_responsive.scss */
  .sidebar-right #content {
    float: left;
    width: 69.62457%;
    margin-left: 0%;
    margin-right: -69.62457%;
  }
  /* line 945, ../sass/layouts/_responsive.scss */
  .sidebar-right .region-sidebar-first {
    float: left;
    width: 26.62116%;
    margin-left: 73.37884%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 956, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 958, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 963, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 968, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 974, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 978, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 983, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 987, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/* line 994, ../sass/layouts/_responsive.scss */
.comiseo-daterangepicker {
  font-size: 70.58824%;
}
/* line 998, ../sass/layouts/_responsive.scss */
.comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel button {
  border: none;
  border-radius: 0;
  background: #df9869;
  color: #FFF;
  font-family: "Museo Sans", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  box-sizing: border-box;
  text-align: center;
  opacity: 1;
}
/* line 1010, ../sass/layouts/_responsive.scss */
.comiseo-daterangepicker .ui-widget-header {
  background: #FFF;
}
/* line 1014, ../sass/layouts/_responsive.scss */
.comiseo-daterangepicker .ui-datepicker td a {
  background: none;
}
/* line 1017, ../sass/layouts/_responsive.scss */
.comiseo-daterangepicker .ui-datepicker td a.ui-state-highlight {
  border: 1px solid #df9869;
  background-color: #df9869;
  color: #FFF;
}
/* line 1025, ../sass/layouts/_responsive.scss */
.comiseo-daterangepicker .ui-datepicker td.ui-state-highlight a.ui-state-active,
.comiseo-daterangepicker .ui-datepicker td.ui-state-highlight a.ui-state-default,
.comiseo-daterangepicker .ui-datepicker td.ui-state-highlight a.ui-state-highlight {
  border: 1px solid #df9869;
  background-color: #df9869;
  color: #FFF;
}

/* line 1036, ../sass/layouts/_responsive.scss */
.subscription-form .social-icons {
  height: 30px;
}
/* line 1038, ../sass/layouts/_responsive.scss */
.subscription-form .social-icons a:first-child .icon {
  margin-left: 0;
}
/* line 1041, ../sass/layouts/_responsive.scss */
.subscription-form .social-icons .icon {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../images/social/social-with-spots-set.png);
  margin-left: 10px;
}
/* line 1048, ../sass/layouts/_responsive.scss */
.subscription-form .social-icons .icon.facebook-icon {
  background-position: 0 !important;
  width: 13px !important;
}
/* line 1052, ../sass/layouts/_responsive.scss */
.subscription-form .social-icons .icon.twitter-icon {
  background-position: -25px !important;
}
/* line 1055, ../sass/layouts/_responsive.scss */
.subscription-form .social-icons .icon.instagram-icon {
  background-position: -55px !important;
}
/* line 1058, ../sass/layouts/_responsive.scss */
.subscription-form .social-icons .icon.pinterest-icon {
  background-position: -85px !important;
}
/* line 1061, ../sass/layouts/_responsive.scss */
.subscription-form .social-icons .icon.rss-icon {
  background-position: -115px !important;
}

/* line 1067, ../sass/layouts/_responsive.scss */
.sharethis-buttons {
  margin-top: 10px;
}
/* line 1070, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stMainServices,
.sharethis-buttons .sharethis-wrapper .stButton_gradient .chicklets {
  content: "";
  width: 37px !important;
  height: 31px !important;
  background: url(../images/social/share-icons.png) !important;
  text-indent: -9999px;
  padding: 3px 0;
  line-height: 31px;
}
/* line 1080, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stButton {
  margin: 0;
}
/* line 1081, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stButton .stMainServices {
  line-height: 31px;
}
/* line 1085, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stButton .stArrow {
  height: 100%;
  background: url(http://w.sharethis.com/share4x/images/bubble_arrow.png) no-repeat 3px 11px;
}
/* line 1092, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .st_print_hcount span.stArrow,
.sharethis-buttons .sharethis-wrapper .st_email_hcount span.stArrow {
  display: none;
}
/* line 1096, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stMainServices,
.sharethis-buttons .sharethis-wrapper .stButton_gradient span.googleplus {
  background-position: -145px !important;
}
/* line 1100, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stMainServices,
.sharethis-buttons .sharethis-wrapper .stButton_gradient span.print {
  background-position: -109px !important;
}
/* line 1104, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stButton .stButton_gradient:hover {
  background: #ebebeb !important;
  border: 0 !important;
}
/* line 1108, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stButton .stButton_gradient {
  border: 0;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  height: 16px;
  background: none;
}
/* line 1116, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stArrow .stButton_gradient {
  background-repeat: repeat-x;
  border: 0;
  border-radius: 0;
  font-family: serif;
  display: inline-block;
  background: #ebebeb;
  height: 31px !important;
  text-align: center;
  width: 57px !important;
  line-height: 31px;
}
/* line 1128, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stArrow .stButton_gradient.stHBubble {
  color: #4d4d4f;
  font-weight: bold;
}
/* line 1132, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stButton .chicklets:hover {
  opacity: 1;
}
/* line 1135, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stMainServices.st-facebook-counter {
  background-position: 0 !important;
}
/* line 1138, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stMainServices.st-twitter-counter {
  background-position: -36px !important;
}
/* line 1141, ../sass/layouts/_responsive.scss */
.sharethis-buttons .sharethis-wrapper .stMainServices.st-email-counter {
  background-position: -72px !important;
}

/* line 1147, ../sass/layouts/_responsive.scss */
.img-container img {
  display: none;
}

/* line 1, ../sass/layouts/_search-results.scss */
.view-search-page {
  margin: 10px 0 40px;
}
/* line 3, ../sass/layouts/_search-results.scss */
.view-search-page h2.subtitle {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 128.57143%;
}
/* line 7, ../sass/layouts/_search-results.scss */
.view-search-page h2.subtitle .search-word {
  color: #df9869;
}
/* line 9, ../sass/layouts/_search-results.scss */
.view-search-page h2.subtitle .search-word a {
  color: #df9869;
  text-decoration: none !important;
}
/* line 15, ../sass/layouts/_search-results.scss */
.view-search-page .view-filters {
  height: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../sass/layouts/_search-results.scss */
  .view-search-page .view-filters {
    display: none;
  }
}
/* line 20, ../sass/layouts/_search-results.scss */
.view-search-page .view-filters ul.filters {
  list-style-type: none;
  padding: 0;
}
/* line 23, ../sass/layouts/_search-results.scss */
.view-search-page .view-filters ul.filters li {
  float: left;
  text-decoration: none;
  padding-right: 43px;
  font-size: 107.14286%;
  font-weight: 500;
}
/* line 29, ../sass/layouts/_search-results.scss */
.view-search-page .view-filters ul.filters li.active a {
  color: #df9869;
  text-decoration: none;
}
/* line 36, ../sass/layouts/_search-results.scss */
.view-search-page .view-content {
  margin-top: 30px;
}
/* line 38, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row {
  border-image: url(../images/borderbg.png) 1 round;
  border-width: 1px 0 0;
  border-style: solid;
  padding-top: 30px;
  padding-bottom: 20px;
}
/* line 44, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row .views-field.views-field-body {
  margin-bottom: 20px;
}
/* line 46, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row .views-field.views-field-body a {
  color: #df9869;
}
/* line 49, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row .views-field.views-field-body * {
  display: inline;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}
/* line 55, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row .views-field.views-field-body .views-more-link {
  font-weight: 500;
  text-decoration: underline;
}
/* line 62, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row .views-field .field-content p {
  margin: 0;
}
/* line 66, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row .views-field .views-more-link {
  color: #df9869;
  text-decoration: underline;
}
/* line 70, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row .views-field .views-label-type,
.view-search-page .view-content .views-row .views-field .views-label-field-tags {
  color: lightgrey;
}
/* line 74, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row .views-field .views-label-field-tags {
  border-left: 1px solid lightgray;
  box-shadow: -4px 0 7px -4px lightgray;
  padding-left: 8px;
}
/* line 80, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row .views-field.views-field-title {
  font-family: "Museo Sans";
  font-weight: 600;
  font-size: 128.57143%;
  margin-bottom: 20px;
}
/* line 85, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row .views-field.views-field-title a:hover {
  color: #df9869;
}
/* line 90, ../sass/layouts/_search-results.scss */
.view-search-page .view-content .views-row:last-child {
  border-width: 1px 0;
}
/* line 95, ../sass/layouts/_search-results.scss */
.view-search-page .item-list .pager {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  /* line 103, ../sass/layouts/_search-results.scss */
  .view-search-page .view-filters ul.filters li {
    font-size: 94.11765%;
  }
  /* line 110, ../sass/layouts/_search-results.scss */
  .view-search-page .view-content .views-row .views-field-type,
  .view-search-page .view-content .views-row .views-field-field-tags {
    font-size: 82.35294%;
    padding-right: 5px;
  }
  /* line 117, ../sass/layouts/_search-results.scss */
  .view-search-page {
    margin: 10px 0 100px;
  }
}

/* line 123, ../sass/layouts/_search-results.scss */
#view-filters-mobile {
  display: none;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 123, ../sass/layouts/_search-results.scss */
  #view-filters-mobile {
    display: block;
  }
}
/* line 130, ../sass/layouts/_search-results.scss */
#view-filters-mobile .dropdown-list {
  display: none;
}
/* line 132, ../sass/layouts/_search-results.scss */
#view-filters-mobile .dropdown-list .filters {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
/* line 136, ../sass/layouts/_search-results.scss */
#view-filters-mobile .dropdown-list .filters li {
  padding: 10px 0;
  border: 1px solid lightgrey;
  border-top: 0;
  text-align: center;
}
/* line 144, ../sass/layouts/_search-results.scss */
#view-filters-mobile .dropdown-button {
  border: 1px solid lightgrey;
  text-align: left;
  padding: 10px 0 10px 17px;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px top 5px;
}
/* line 151, ../sass/layouts/_search-results.scss */
#view-filters-mobile .dropdown-button p {
  margin: 5px 0;
}

/* line 158, ../sass/layouts/_search-results.scss */
.view-search-page .view-filters ul.filters a {
  color: #4d4d4f;
  text-decoration: none;
}

/* line 2, ../sass/layouts/_sponsored.scss */
#header {
  background-color: transparent;
}

/* line 6, ../sass/layouts/_sponsored.scss */
.spByImg {
  vertical-align: middle;
}

/* line 10, ../sass/layouts/_sponsored.scss */
.main-content-wrapper,
.region-bottom,
.logo-slider,
.related-content-wrapper {
  max-width: 97.44%;
  background-color: white;
}

/* line 18, ../sass/layouts/_sponsored.scss */
#main,
#header {
  background-color: white;
  /*ag*/
}

/* line 24, ../sass/layouts/_sponsored.scss */
.field-name-field-resource-sponsored-by {
  display: none;
}

/* line 28, ../sass/layouts/_sponsored.scss */
.center_class {
  margin: 0 auto;
}

/*Article sponsored ruby logo*/
/* line 35, ../sass/layouts/_sponsored.scss */
.sponsor_link {
  /*clickable text and image*/
  float: right;
  margin: 0 auto;
  font-weight: 500 !important;
}

/* line 42, ../sass/layouts/_sponsored.scss */
.sponsor_link a {
  color: #4d4d4f !important;
  text-decoration: none !important;
}

/* line 47, ../sass/layouts/_sponsored.scss */
.sponsor_link img {
  vertical-align: middle !important;
  height: 35px;
  margin-left: 5px;
}

/* line 53, ../sass/layouts/_sponsored.scss */
.views-row-first > .sponsor_link.listing_sponsor_row {
  margin-top: 15px;
}

/* line 57, ../sass/layouts/_sponsored.scss */
.article_sponsor_link {
  font-size: 14pt;
  margin-top: -50px !important;
  float: right;
}

/* line 63, ../sass/layouts/_sponsored.scss */
.article_sponsor_link img {
  height: 40px;
  margin-left: 10px;
}

/* line 68, ../sass/layouts/_sponsored.scss */
.resource_sponsor_link {
  font-size: 14pt;
  /*    margin-top: -50px;*/
  float: right;
}

/* line 74, ../sass/layouts/_sponsored.scss */
.resource_sponsor_link img {
  height: 50px;
  margin-left: 10px;
}

/* line 79, ../sass/layouts/_sponsored.scss */
.hero_sponsor_link {
  font-size: 22pt;
  position: absolute;
  bottom: 30%;
  right: 26px;
  background-color: rgba(66, 66, 66, 0.5);
  padding: 3px;
}

/* line 88, ../sass/layouts/_sponsored.scss */
.hero_sponsor_link img {
  height: 60px;
  margin-left: 10px;
}

/* line 93, ../sass/layouts/_sponsored.scss */
.article_tablet_header {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  background-color: white;
  padding-bottom: 5px;
  padding-top: 10px;
  float: none;
}

/* line 103, ../sass/layouts/_sponsored.scss */
.landing_tablet_header {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  background-color: white;
  padding-bottom: 5px;
  padding-top: 10px;
  float: none;
}

@media screen and (min-width: 1024px) {
  /* line 114, ../sass/layouts/_sponsored.scss */
  .listing_sponsored.views-row.views-row-1 > .views-field-title {
    padding-top: 0px;
  }

  /* line 117, ../sass/layouts/_sponsored.scss */
  .article_tablet_header {
    display: none;
    /*tablet logo dissapears*/
  }

  /* line 121, ../sass/layouts/_sponsored.scss */
  .landing_tablet_header {
    display: none;
    /*tablet logo dissapears*/
  }

  /* line 125, ../sass/layouts/_sponsored.scss */
  header {
    margin-bottom: 0 !important;
  }

  /* line 128, ../sass/layouts/_sponsored.scss */
  .mobile_sponsor_view_header {
    display: none !important;
  }

  /* line 131, ../sass/layouts/_sponsored.scss */
  .hero_sponsor_link {
    bottom: 8%;
    /*hero logo dissapears*/
  }

  /* line 135, ../sass/layouts/_sponsored.scss */
  .hero_sponsor_link > a {
    color: white !important;
    text-shadow: 2px 1px 1px #323232;
  }

  /* line 139, ../sass/layouts/_sponsored.scss */
  .hero_sponsor_link_single {
    bottom: 3%;
  }

  /* line 142, ../sass/layouts/_sponsored.scss */
  .article-featured-hero-link {
    margin-top: 29%;
    margin-right: 20px;
    /*color: white !important;*/
    background-color: rgba(66, 66, 66, 0.5);
    padding: 3px;
  }

  /* line 149, ../sass/layouts/_sponsored.scss */
  .article-featured-hero-link img {
    height: 60px;
    margin-left: 10px;
  }

  /* line 153, ../sass/layouts/_sponsored.scss */
  .article-featured-hero-link > a {
    color: white !important;
    text-shadow: 2px 1px 1px #323232;
  }

  /* line 157, ../sass/layouts/_sponsored.scss */
  .mobile_sponsor_view_header_row_1 {
    display: none;
  }

  /* line 160, ../sass/layouts/_sponsored.scss */
  .resource_mobile_sponsor_link {
    display: none;
  }

  /* line 163, ../sass/layouts/_sponsored.scss */
  .listing-container.view-content.views-field-title,
  .node-listing-page.view-content.views-field-title {
    padding-top: 3px;
  }

  /* line 167, ../sass/layouts/_sponsored.scss */
  .sponsored_listing_line_break {
    display: none;
  }

  /* line 170, ../sass/layouts/_sponsored.scss */
  .listing-sponsored.views-row-featured > .sponsored_listing_line_break {
    display: none;
  }

  /* line 173, ../sass/layouts/_sponsored.scss */
  .listing_sponsored .views-field .views-field-title > .field-content {
    padding-top: 40px !important;
  }

  /* line 176, ../sass/layouts/_sponsored.scss */
  .breadcrumb {
    margin-left: 20px;
  }

  /* line 179, ../sass/layouts/_sponsored.scss */
  .listing_sponsor_row {
    float: none;
    text-align: right;
    padding-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* line 187, ../sass/layouts/_sponsored.scss */
  .article_tablet_header {
    padding-top: 5px;
  }

  /* line 190, ../sass/layouts/_sponsored.scss */
  .landing_tablet_header {
    padding-top: 5px;
  }

  /* line 193, ../sass/layouts/_sponsored.scss */
  header {
    margin-bottom: 0 !important;
  }

  /* line 196, ../sass/layouts/_sponsored.scss */
  .hero_sponsor_link {
    display: none !important;
    /*hero logo dissapears*/
  }

  /* line 200, ../sass/layouts/_sponsored.scss */
  .article_sponsor_link {
    display: none;
  }

  /* line 203, ../sass/layouts/_sponsored.scss */
  .sponsor_view_space {
    display: none;
  }

  /* line 206, ../sass/layouts/_sponsored.scss */
  .views-row-featured sponsor_view_space {
    display: block !important;
  }

  /* line 209, ../sass/layouts/_sponsored.scss */
  .mobile_sponsor_view_header,
  .mobile_sponsor_view_header_row_1 {
    display: none;
    padding-bottom: 0px;
  }

  /* line 214, ../sass/layouts/_sponsored.scss */
  .views-row-featured > .mobile_sponsor_view_header_row_1 {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    display: block;
  }

  /* line 220, ../sass/layouts/_sponsored.scss */
  .article-featured-hero-link {
    display: none;
  }

  /* line 223, ../sass/layouts/_sponsored.scss */
  .sponsor_link img {
    height: 40px;
    margin-left: 10px;
  }

  /* line 227, ../sass/layouts/_sponsored.scss */
  .resource_mobile_sponsor_link {
    display: none;
  }

  /* line 230, ../sass/layouts/_sponsored.scss */
  .listing_sponsor_row {
    margin-right: 15px;
    float: none;
    text-align: right;
    padding-bottom: 10px;
  }

  /* line 236, ../sass/layouts/_sponsored.scss */
  #page-title {
    margin-top: 47px;
  }
}
@media (min-width: 1024px) and (max-width: 1260px) {
  /* line 242, ../sass/layouts/_sponsored.scss */
  .iframe {
    width: 241px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 248, ../sass/layouts/_sponsored.scss */
  .article_tablet_header {
    margin: 0;
  }

  /* line 251, ../sass/layouts/_sponsored.scss */
  .landing_tablet_header {
    margin: 0;
    padding-top: 33px;
  }

  /* line 255, ../sass/layouts/_sponsored.scss */
  header {
    margin-bottom: 0 !important;
  }

  /* line 258, ../sass/layouts/_sponsored.scss */
  .slider {
    margin-top: 25px;
  }

  /* line 261, ../sass/layouts/_sponsored.scss */
  .hero_sponsor_link {
    display: none;
    /*hero logo dissapears*/
  }

  /* line 265, ../sass/layouts/_sponsored.scss */
  .article_sponsor_link {
    display: none;
  }

  /* line 268, ../sass/layouts/_sponsored.scss */
  .listing_sponsor_row.views-field-title {
    margin-top: 25px !important;
  }

  /* line 271, ../sass/layouts/_sponsored.scss */
  .sponsor_view_space {
    display: none;
  }

  /* line 274, ../sass/layouts/_sponsored.scss */
  .views-row-featured sponsor_view_space {
    display: block !important;
  }

  /* line 277, ../sass/layouts/_sponsored.scss */
  .listing_sponsored > .fieldset {
    margin-top: 50px;
  }

  /* line 280, ../sass/layouts/_sponsored.scss */
  .mobile_sponsor_view_header {
    text-align: center;
    /* padding-bottom: 20px;*/
    width: 100%;
    display: block;
  }

  /* line 286, ../sass/layouts/_sponsored.scss */
  .listing_sponsor_row {
    display: none;
  }

  /* line 289, ../sass/layouts/_sponsored.scss */
  .article-featured-hero-link {
    display: none;
  }

  /* line 292, ../sass/layouts/_sponsored.scss */
  .mobile_sponsor_view_header_row_1 {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    display: block;
  }

  /* line 298, ../sass/layouts/_sponsored.scss */
  .sponsor_link img {
    height: 40px;
    margin-left: 10px;
  }

  /* line 302, ../sass/layouts/_sponsored.scss */
  .resource_sponsor_link {
    display: none;
  }

  /* line 305, ../sass/layouts/_sponsored.scss */
  .resource_mobile_sponsor_link {
    float: none;
    text-align: center;
    margin-bottom: 25px;
  }

  /* line 310, ../sass/layouts/_sponsored.scss */
  #page-title {
    margin-top: 27px;
  }
}
/*.sponsor_link.hero_sponsor_link a {
    color: white !important;
    text-shadow: 0px 0px 3px rgba(154, 150, 150, 1);
}*/
/* line 321, ../sass/layouts/_sponsored.scss */
.node-type-article .article-author .article_sponsor_link {
  margin-top: -62px;
}

/* line 325, ../sass/layouts/_sponsored.scss */
.listing_sponsor_link {
  font-size: 14pt;
  float: right;
  color: #4d4d4f;
}

/* line 331, ../sass/layouts/_sponsored.scss */
.listing_sponsor_row {
  margin-right: 15px;
}

/* line 335, ../sass/layouts/_sponsored.scss */
.listing_sponsor_row img {
  height: 35px;
}

/* line 339, ../sass/layouts/_sponsored.scss */
.listing_sponsored {
  background-color: #ebebeb !important;
}

/* line 343, ../sass/layouts/_sponsored.scss */
.listing_sponsored.views-row.field.field-name-field-article-sponsored-by,
.field.field-name-field-landing-sponsored-by,
.field.field-name-field-listing-sponsored-by,
.views-field.views-field-field-article-sponsored-by,
.field-name-field-article-sponsored-by {
  display: none;
}

/* line 351, ../sass/layouts/_sponsored.scss */
sponsor_view_space {
  /*display: block;
  margin-bottom: 35px;*/
  line-height: 50px;
}

/* line 357, ../sass/layouts/_sponsored.scss */
.views-row-featured sponsor_view_space {
  display: none !important;
}

/* line 361, ../sass/layouts/_sponsored.scss */
.tablet_mobile_article_view_row1 {
  text-align: center;
  margin-top: 5px;
  width: 100%;
  display: block;
}

/* line 1, ../sass/layouts/_single_column_page.scss */
p.submitted {
  display: none;
}

/* line 5, ../sass/layouts/_single_column_page.scss */
#content {
  margin: 0 auto;
}

/* line 9, ../sass/layouts/_single_column_page.scss */
.sidebar .resource_sponsor_link {
  display: none;
}

/* line 12, ../sass/layouts/_single_column_page.scss */
.hero_sponsor_link {
  bottom: 7% !important;
}

@media only screen and (min-width: 1023px) {
  /* line 17, ../sass/layouts/_single_column_page.scss */
  .single-column #content {
    width: 90% !important;
  }

  /* line 20, ../sass/layouts/_single_column_page.scss */
  .single-column #page-title {
    padding-top: 25px !important;
  }
}
/* line 1, ../sass/layouts/_webforms.scss */
#content .block-nodeblock-webform .node-webform {
  width: 60%;
  margin: 0 auto 40px;
}

/* line 3, ../sass/layouts/_webforms.scss */
#content .block-nodeblock-webform .node-webform .webform-submit {
  font-size: 17px;
}

/* line 5, ../sass/layouts/_webforms.scss */
#content .block-nodeblock-webform .node-webform input[type="text"], #content .block-nodeblock-webform .node-webform input[type="email"] {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  /* line 8, ../sass/layouts/_webforms.scss */
  #content .block-nodeblock-webform .node-webform {
    width: 100%;
  }
}
/* line 1, ../sass/layouts/_video_embed.scss */
.player {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden !important;
  max-width: 100% !important;
}

/* line 9, ../sass/layouts/_video_embed.scss */
.player > iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  bottom: 0 !important;
}

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

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

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

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

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

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

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

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

/* 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 169, ../sass/components/_misc.scss */
.breadcrumb {
  display: none;
}

@media (min-width: 769px) and (max-width: 1023px) {
  /* line 174, ../sass/components/_misc.scss */
  .breadcrumb {
    display: block;
    padding-left: 10px;
    padding-top: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 182, ../sass/components/_misc.scss */
  .breadcrumb {
    display: block;
    margin-top: 25px;
    margin-bottom: 50px;
  }
  /* line 186, ../sass/components/_misc.scss */
  .breadcrumb ol {
    margin: 0;
    padding: 0;
  }
  /* line 190, ../sass/components/_misc.scss */
  .breadcrumb li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
}
/**
 * Titles.
 */
/* line 202, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/* line 211, ../sass/components/_misc.scss */
.node-type-generic-content-page .main-content-wrapper {
  margin: 50px auto 0 auto;
}

/**
 * Messages.
 */
/* line 217, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.28571em 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 232, ../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 241, ../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 251, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

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

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

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

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

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

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

/* line 295, ../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 299, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.28571em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 312, ../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 321, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 327, ../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 337, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 341, ../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 365, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.28571em;
}

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

/* line 378, ../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 387, ../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 392, ../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 420, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 424, ../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 432, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

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

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

/* line 445, ../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 460, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}
/* line 464, ../sass/components/_misc.scss */
.pager li a {
  text-transform: capitalize;
  color: lightgray;
}

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

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

/* line 482, ../sass/components/_misc.scss */
.pager-last,
.pager-first {
  /* The first page's list item. */
  display: none;
}

/* line 486, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

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

/**
 * Menus.
 */
/* line 503, ../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 510, ../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 517, ../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 526, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 535, ../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 547, ../sass/components/_misc.scss */
.unpublished {
  display: block;
  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 576, ../sass/components/_misc.scss */
.comments {
  margin: 1.28571em 0;
}

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

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

/* Nested comments are indented. */
/* line 597, ../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 607, ../sass/components/_misc.scss */
.form-item {
  margin: 1.28571em 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 611, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 618, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 624, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 631, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 638, ../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 644, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

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

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

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

/* Drupal's default login form block. */
/* line 666, ../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 678, ../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 684, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.28571em;
}

/* line 688, ../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 693, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.28571em 0;
}

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

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

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

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

/* Center checkboxes inside table cell. */
/* line 739, ../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 745, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

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

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 767, ../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 776, ../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 783, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

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

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

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

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

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 819, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 822, ../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 828, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1509533017');
}

/* line 834, ../sass/components/_misc.scss */
body {
  color: #4d4d4f;
}

/* line 838, ../sass/components/_misc.scss */
a, a:visited, a:hover {
  text-decoration: underline;
  color: #df9869;
  outline: none;
}

/* line 844, ../sass/components/_misc.scss */
a.primary, a.primary:visited, a.primary:hover, .more-link {
  text-decoration: underline;
  font-weight: 500;
  color: #df9869;
}

/* line 850, ../sass/components/_misc.scss */
.views-more-link, .more-link {
  white-space: nowrap;
  margin-left: 5px;
}

/**
 * Print Notes Pages
 */
/* line 860, ../sass/components/_misc.scss */
.print-page .print--preview {
  margin: auto;
  max-width: 1080px;
  position: relative;
  width: 100%;
}
/* line 866, ../sass/components/_misc.scss */
.print-page .print--preview h1 {
  margin-bottom: 0;
}
/* line 870, ../sass/components/_misc.scss */
.print-page .print--preview .view-header p {
  margin: 0;
}
/* line 874, ../sass/components/_misc.scss */
.print-page .print--preview .view-filters {
  display: none;
}
/* line 878, ../sass/components/_misc.scss */
.print-page .print--preview .view-note .view-notes {
  background: none;
  border-bottom: 1px solid #CCC;
}
/* line 882, ../sass/components/_misc.scss */
.print-page .print--preview .view-note .view-notes:first-child h2.title {
  padding-top: 10px;
}
/* line 886, ../sass/components/_misc.scss */
.print-page .print--preview .view-note .view-notes .views-field-updated {
  color: #777;
  font-size: 14px;
  padding: 20px 0 15px;
}
/* line 892, ../sass/components/_misc.scss */
.print-page .print--preview .view-note .view-notes:last-child {
  background: none;
  border-bottom: none;
}
/* line 899, ../sass/components/_misc.scss */
.print-page .print--preview button {
  color: #555;
  font-size: 18px;
  padding: 10px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  z-index: 99;
}

/* line 1, ../sass/components/_notification.scss */
.notification {
  padding: 10px;
  background-color: #e3e3e3;
  text-align: center;
}
/* line 5, ../sass/components/_notification.scss */
.notification__copy {
  font-size: 14px;
  margin: 0;
}
/* line 9, ../sass/components/_notification.scss */
.notification__link {
  color: #df9869 !important;
  text-decoration: underline !important;
}

/**
 * @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;
  }

  /*
   * Note Printing - Disable the "Print" button from showing.
   */
  /* line 86, ../sass/_print.scss */
  .print--preview button {
    display: none !important;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
