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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -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.5em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 416, ../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 433, ../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 444, ../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 460, ../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 472, ../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 483, ../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 497, ../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 507, ../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 513, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

/* Layout rules */
/**
 * @file
 * 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 41, ../sass/layouts/_responsive.scss */
#main,
#header,
.region-top,
.region-banner,
.region-highlighted,
.footer-container,
.breadcrumb,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

/* line 47, ../sass/layouts/_responsive.scss */
.region-navigation,
.region-sub-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 65, ../sass/layouts/_responsive.scss */
.not-front #content,
.region-sidebar-first,
.region-highlighted,
.breadcrumb,
#block-views-minister-block,
#block-views-home-slider-block,
.pane-menu-menu-home-links,
.pane-views-news-block-1,
#block-block-1 .left,
#block-block-1 .right,
#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;
}

/* line 69, ../sass/layouts/_responsive.scss */
#highlighted {
  clear: left;
}

/* Containers for grid items and flow items. */
/* line 46, ../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;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 82, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 0em;
    position: relative;
  }

  /* line 87, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
/**
 * Use 3 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /* line 106, ../sass/layouts/_responsive.scss */
  #block-views-home-slider-block {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }

  /* line 109, ../sass/layouts/_responsive.scss */
  #block-views-minister-block {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /* line 112, ../sass/layouts/_responsive.scss */
  .panel-2col .panel-col-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    border: 1px solid #bbbbbb;
  }
  /* line 115, ../sass/layouts/_responsive.scss */
  .panel-2col .panel-col-first > div {
    padding: 10px;
  }

  /* line 119, ../sass/layouts/_responsive.scss */
  .panel-2col .panel-col-last {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }

  /* line 123, ../sass/layouts/_responsive.scss */
  #block-block-1 .left {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }

  /* line 126, ../sass/layouts/_responsive.scss */
  #block-block-1 .right {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 134, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 136, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 141, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 149, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 151, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 156, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 164, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 166, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 176, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/* line 181, ../sass/layouts/_responsive.scss */
.lt-ie9 {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /**
   * The layout when there is only one sidebar, the right one.
   */
  /**
   * The layout when there are two sidebars.
   */
}
/* line 183, ../sass/layouts/_responsive.scss */
.lt-ie9 #page #header, .lt-ie9 #page .region-banner, .lt-ie9 #page #main {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* line 188, ../sass/layouts/_responsive.scss */
.lt-ie9 #page #top-nav, .lt-ie9 #page #navigation, .lt-ie9 #page #secondary-menu, .lt-ie9 #page #breadcrumbs, .lt-ie9 #page #highlighted {
  min-width: 960px;
}
/* line 193, ../sass/layouts/_responsive.scss */
.lt-ie9 #block-views-home-slider-block {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
}
/* line 196, ../sass/layouts/_responsive.scss */
.lt-ie9 #block-views-minister-block {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 199, ../sass/layouts/_responsive.scss */
.lt-ie9 .panel-2col .panel-col-first {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  border: 1px solid #bbbbbb;
}
/* line 202, ../sass/layouts/_responsive.scss */
.lt-ie9 .panel-2col .panel-col-first > div {
  padding: 10px;
}
/* line 206, ../sass/layouts/_responsive.scss */
.lt-ie9 .panel-2col .panel-col-last {
  float: left;
  width: 66.66667%;
  margin-left: 33.33333%;
  margin-right: -100%;
}
/* line 210, ../sass/layouts/_responsive.scss */
.lt-ie9 #block-block-1 .left {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
}
/* line 213, ../sass/layouts/_responsive.scss */
.lt-ie9 #block-block-1 .right {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}
/* line 221, ../sass/layouts/_responsive.scss */
.lt-ie9 .sidebar-first {
  /* Span 4 columns, starting in 2nd column from left. */
  /* Span 1 column, starting in 1st column from left. */
}
/* line 223, ../sass/layouts/_responsive.scss */
.lt-ie9 .sidebar-first #content {
  float: left;
  width: 66.66667%;
  margin-left: 33.33333%;
  margin-right: -100%;
}
/* line 228, ../sass/layouts/_responsive.scss */
.lt-ie9 .sidebar-first .region-sidebar-first {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
}
/* line 236, ../sass/layouts/_responsive.scss */
.lt-ie9 .sidebar-second {
  /* Span 4 columns, starting in 1st column from left. */
  /* Span 1 column, starting in 5th column from left. */
}
/* line 238, ../sass/layouts/_responsive.scss */
.lt-ie9 .sidebar-second #content {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
}
/* line 243, ../sass/layouts/_responsive.scss */
.lt-ie9 .sidebar-second .region-sidebar-second {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 251, ../sass/layouts/_responsive.scss */
.lt-ie9 .two-sidebars {
  /* Span 3 columns, starting in 2nd column from left. */
  /* Span 1 column, starting in 1st column from left. */
  /* Span 1 column, starting in 5th column from left. */
}
/* line 253, ../sass/layouts/_responsive.scss */
.lt-ie9 .two-sidebars #content {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 258, ../sass/layouts/_responsive.scss */
.lt-ie9 .two-sidebars .region-sidebar-first {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
}
/* line 263, ../sass/layouts/_responsive.scss */
.lt-ie9 .two-sidebars .region-sidebar-second {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 22, ../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 40, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable {
  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 66, ../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;
}

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

/**
 * Messages.
 */
/* line 91, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 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 106, ../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 115, ../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 125, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

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

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

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

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

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

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 159, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

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

/* Primary tabs. */
/* line 186, ../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 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

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

/* line 201, ../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;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-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 211, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 215, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

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

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

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

/* line 261, ../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 266, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 294, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 298, ../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 306, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

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

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

/* line 319, ../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 334, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

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

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

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

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

/**
 * Menus.
 */
/* line 373, ../sass/components/_misc.scss */
.menu__item.is-leaf, aside .block li {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUExQTI3QTRBOEE2MTFFM0FCRjVDOUVENEFFRDVCMzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUExQTI3QTVBOEE2MTFFM0FCRjVDOUVENEFFRDVCMzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQTFBMjdBMkE4QTYxMUUzQUJGNUM5RUQ0QUVENUIzMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQTFBMjdBM0E4QTYxMUUzQUJGNUM5RUQ0QUVENUIzMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsClb0kAAAASUExURQ9Zmi1nnXOn13Km15zB4////y3vqesAAAAGdFJOU///////ALO/pL8AAAAmSURBVHjaYmCFAAYgYgARrAyMTIwMIJqJhRlMMzKD+TB5CAAIMAARdwCftYTKMgAAAABJRU5ErkJggg==');
  list-style-type: square;
}

/* line 380, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkI2MDMxMTZBOEE3MTFFM0E1MDJEM0ZCQjNEQTQ4OEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkI2MDMxMTdBOEE3MTFFM0E1MDJEM0ZCQjNEQTQ4OEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQjYwMzExNEE4QTcxMUUzQTUwMkQzRkJCM0RBNDg4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQjYwMzExNUE4QTcxMUUzQTUwMkQzRkJCM0RBNDg4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgFNV/sAAAAGUExURQ9Zmv///7NxgXIAAAACdFJOU/8A5bcwSgAAABpJREFUeNpiYIACRijJCGIwgmg4ZsRCAwQYAALEACKgMI1OAAAAAElFTkSuQmCC');
  list-style-type: circle;
}

/* line 387, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0FDNzNEQUVBOEE3MTFFMzg5MUI5RjEyRUJDOTYzNEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0FDNzNEQUZBOEE3MTFFMzg5MUI5RjEyRUJDOTYzNEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQUM3M0RBQ0E4QTcxMUUzODkxQjlGMTJFQkM5NjM0QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQUM3M0RBREE4QTcxMUUzODkxQjlGMTJFQkM5NjM0QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgfpYs8AAAAGUExURQ9Zmv///7NxgXIAAAACdFJOU/8A5bcwSgAAAB9JREFUeNpiYGRkYGQEEwwMMJoBRjOg8qHyIPUAAQYAA9IAIls4kFAAAAAASUVORK5CYII=');
  /* LTR */
  list-style-type: disc;
}

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

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 406, ../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 417, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

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

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

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

/* Nested comments are indented. */
/* line 466, ../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 476, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 481, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 488, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 495, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 500, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 636, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkI2MDMxMTZBOEE3MTFFM0E1MDJEM0ZCQjNEQTQ4OEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkI2MDMxMTdBOEE3MTFFM0E1MDJEM0ZCQjNEQTQ4OEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQjYwMzExNEE4QTcxMUUzQTUwMkQzRkJCM0RBNDg4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQjYwMzExNUE4QTcxMUUzQTUwMkQzRkJCM0RBNDg4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgFNV/sAAAAGUExURQ9Zmv///7NxgXIAAAACdFJOU/8A5bcwSgAAABpJREFUeNpiYIACRijJCGIwgmg4ZsRCAwQYAALEACKgMI1OAAAAAElFTkSuQmCC');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 645, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0FDNzNEQUVBOEE3MTFFMzg5MUI5RjEyRUJDOTYzNEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0FDNzNEQUZBOEE3MTFFMzg5MUI5RjEyRUJDOTYzNEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQUM3M0RBQ0E4QTcxMUUzODkxQjlGMTJFQkM5NjM0QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQUM3M0RBREE4QTcxMUUzODkxQjlGMTJFQkM5NjM0QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgfpYs8AAAAGUExURQ9Zmv///7NxgXIAAAACdFJOU/8A5bcwSgAAAB9JREFUeNpiYGRkYGQEEwwMMJoBRjOg8qHyIPUAAQYAA9IAIls4kFAAAAAASUVORK5CYII=');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 652, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

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

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

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

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

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 688, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 691, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 697, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1559726798');
}

/**
 * @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 16, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 35, ../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 57, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 77, ../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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#Glyphicons Halflings") format("svg");
}

/* line 23, ../sass/_glyphicons.sass */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 36, ../sass/_glyphicons.sass */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 40, ../sass/_glyphicons.sass */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 44, ../sass/_glyphicons.sass */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 48, ../sass/_glyphicons.sass */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 52, ../sass/_glyphicons.sass */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 56, ../sass/_glyphicons.sass */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 60, ../sass/_glyphicons.sass */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 64, ../sass/_glyphicons.sass */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 68, ../sass/_glyphicons.sass */
.glyphicon-music:before {
  content: "\e002";
}

/* line 72, ../sass/_glyphicons.sass */
.glyphicon-search:before {
  content: "\e003";
}

/* line 76, ../sass/_glyphicons.sass */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 80, ../sass/_glyphicons.sass */
.glyphicon-star:before {
  content: "\e006";
}

/* line 84, ../sass/_glyphicons.sass */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 88, ../sass/_glyphicons.sass */
.glyphicon-user:before {
  content: "\e008";
}

/* line 92, ../sass/_glyphicons.sass */
.glyphicon-film:before {
  content: "\e009";
}

/* line 96, ../sass/_glyphicons.sass */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 100, ../sass/_glyphicons.sass */
.glyphicon-th:before {
  content: "\e011";
}

/* line 104, ../sass/_glyphicons.sass */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 108, ../sass/_glyphicons.sass */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 112, ../sass/_glyphicons.sass */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 116, ../sass/_glyphicons.sass */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 120, ../sass/_glyphicons.sass */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 124, ../sass/_glyphicons.sass */
.glyphicon-off:before {
  content: "\e017";
}

/* line 128, ../sass/_glyphicons.sass */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 132, ../sass/_glyphicons.sass */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 136, ../sass/_glyphicons.sass */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 140, ../sass/_glyphicons.sass */
.glyphicon-home:before {
  content: "\e021";
}

/* line 144, ../sass/_glyphicons.sass */
.glyphicon-file:before {
  content: "\e022";
}

/* line 148, ../sass/_glyphicons.sass */
.glyphicon-time:before {
  content: "\e023";
}

/* line 152, ../sass/_glyphicons.sass */
.glyphicon-road:before {
  content: "\e024";
}

/* line 156, ../sass/_glyphicons.sass */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 160, ../sass/_glyphicons.sass */
.glyphicon-download:before {
  content: "\e026";
}

/* line 164, ../sass/_glyphicons.sass */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 168, ../sass/_glyphicons.sass */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 172, ../sass/_glyphicons.sass */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 176, ../sass/_glyphicons.sass */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 180, ../sass/_glyphicons.sass */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 184, ../sass/_glyphicons.sass */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 188, ../sass/_glyphicons.sass */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 192, ../sass/_glyphicons.sass */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 196, ../sass/_glyphicons.sass */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 200, ../sass/_glyphicons.sass */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 204, ../sass/_glyphicons.sass */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 208, ../sass/_glyphicons.sass */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 212, ../sass/_glyphicons.sass */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 216, ../sass/_glyphicons.sass */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 220, ../sass/_glyphicons.sass */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 224, ../sass/_glyphicons.sass */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 228, ../sass/_glyphicons.sass */
.glyphicon-book:before {
  content: "\e043";
}

/* line 232, ../sass/_glyphicons.sass */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 236, ../sass/_glyphicons.sass */
.glyphicon-print:before {
  content: "\e045";
}

/* line 240, ../sass/_glyphicons.sass */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 244, ../sass/_glyphicons.sass */
.glyphicon-font:before {
  content: "\e047";
}

/* line 248, ../sass/_glyphicons.sass */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 252, ../sass/_glyphicons.sass */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 256, ../sass/_glyphicons.sass */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 260, ../sass/_glyphicons.sass */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 264, ../sass/_glyphicons.sass */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 268, ../sass/_glyphicons.sass */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 272, ../sass/_glyphicons.sass */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 276, ../sass/_glyphicons.sass */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 280, ../sass/_glyphicons.sass */
.glyphicon-list:before {
  content: "\e056";
}

/* line 284, ../sass/_glyphicons.sass */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 288, ../sass/_glyphicons.sass */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 292, ../sass/_glyphicons.sass */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 296, ../sass/_glyphicons.sass */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 300, ../sass/_glyphicons.sass */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 304, ../sass/_glyphicons.sass */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 308, ../sass/_glyphicons.sass */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 312, ../sass/_glyphicons.sass */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 316, ../sass/_glyphicons.sass */
.glyphicon-share:before {
  content: "\e066";
}

/* line 320, ../sass/_glyphicons.sass */
.glyphicon-check:before {
  content: "\e067";
}

/* line 324, ../sass/_glyphicons.sass */
.glyphicon-move:before {
  content: "\e068";
}

/* line 328, ../sass/_glyphicons.sass */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 332, ../sass/_glyphicons.sass */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 336, ../sass/_glyphicons.sass */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 340, ../sass/_glyphicons.sass */
.glyphicon-play:before {
  content: "\e072";
}

/* line 344, ../sass/_glyphicons.sass */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 348, ../sass/_glyphicons.sass */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 352, ../sass/_glyphicons.sass */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 356, ../sass/_glyphicons.sass */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 360, ../sass/_glyphicons.sass */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 364, ../sass/_glyphicons.sass */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 368, ../sass/_glyphicons.sass */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 372, ../sass/_glyphicons.sass */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 376, ../sass/_glyphicons.sass */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 380, ../sass/_glyphicons.sass */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 384, ../sass/_glyphicons.sass */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 388, ../sass/_glyphicons.sass */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 392, ../sass/_glyphicons.sass */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 396, ../sass/_glyphicons.sass */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 400, ../sass/_glyphicons.sass */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 404, ../sass/_glyphicons.sass */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 408, ../sass/_glyphicons.sass */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 412, ../sass/_glyphicons.sass */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 416, ../sass/_glyphicons.sass */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 420, ../sass/_glyphicons.sass */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 424, ../sass/_glyphicons.sass */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 428, ../sass/_glyphicons.sass */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 432, ../sass/_glyphicons.sass */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 436, ../sass/_glyphicons.sass */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 440, ../sass/_glyphicons.sass */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 444, ../sass/_glyphicons.sass */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 448, ../sass/_glyphicons.sass */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 452, ../sass/_glyphicons.sass */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 456, ../sass/_glyphicons.sass */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 460, ../sass/_glyphicons.sass */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 464, ../sass/_glyphicons.sass */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 468, ../sass/_glyphicons.sass */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 472, ../sass/_glyphicons.sass */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 476, ../sass/_glyphicons.sass */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 480, ../sass/_glyphicons.sass */
.glyphicon-random:before {
  content: "\e110";
}

/* line 484, ../sass/_glyphicons.sass */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 488, ../sass/_glyphicons.sass */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 492, ../sass/_glyphicons.sass */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 496, ../sass/_glyphicons.sass */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 500, ../sass/_glyphicons.sass */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 504, ../sass/_glyphicons.sass */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 508, ../sass/_glyphicons.sass */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 512, ../sass/_glyphicons.sass */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 516, ../sass/_glyphicons.sass */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 520, ../sass/_glyphicons.sass */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 524, ../sass/_glyphicons.sass */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 528, ../sass/_glyphicons.sass */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 532, ../sass/_glyphicons.sass */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 536, ../sass/_glyphicons.sass */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 540, ../sass/_glyphicons.sass */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 544, ../sass/_glyphicons.sass */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 548, ../sass/_glyphicons.sass */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 552, ../sass/_glyphicons.sass */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 556, ../sass/_glyphicons.sass */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 560, ../sass/_glyphicons.sass */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 564, ../sass/_glyphicons.sass */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 568, ../sass/_glyphicons.sass */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 572, ../sass/_glyphicons.sass */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 576, ../sass/_glyphicons.sass */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 580, ../sass/_glyphicons.sass */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 584, ../sass/_glyphicons.sass */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 588, ../sass/_glyphicons.sass */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 592, ../sass/_glyphicons.sass */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 596, ../sass/_glyphicons.sass */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 600, ../sass/_glyphicons.sass */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 604, ../sass/_glyphicons.sass */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 608, ../sass/_glyphicons.sass */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 612, ../sass/_glyphicons.sass */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 616, ../sass/_glyphicons.sass */
.glyphicon-link:before {
  content: "\e144";
}

/* line 620, ../sass/_glyphicons.sass */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 624, ../sass/_glyphicons.sass */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 628, ../sass/_glyphicons.sass */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 632, ../sass/_glyphicons.sass */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 636, ../sass/_glyphicons.sass */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 640, ../sass/_glyphicons.sass */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 644, ../sass/_glyphicons.sass */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 648, ../sass/_glyphicons.sass */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 652, ../sass/_glyphicons.sass */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 656, ../sass/_glyphicons.sass */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 660, ../sass/_glyphicons.sass */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 664, ../sass/_glyphicons.sass */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 668, ../sass/_glyphicons.sass */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 672, ../sass/_glyphicons.sass */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 676, ../sass/_glyphicons.sass */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 680, ../sass/_glyphicons.sass */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 684, ../sass/_glyphicons.sass */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 688, ../sass/_glyphicons.sass */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 692, ../sass/_glyphicons.sass */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 696, ../sass/_glyphicons.sass */
.glyphicon-record:before {
  content: "\e165";
}

/* line 700, ../sass/_glyphicons.sass */
.glyphicon-save:before {
  content: "\e166";
}

/* line 704, ../sass/_glyphicons.sass */
.glyphicon-open:before {
  content: "\e167";
}

/* line 708, ../sass/_glyphicons.sass */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 712, ../sass/_glyphicons.sass */
.glyphicon-import:before {
  content: "\e169";
}

/* line 716, ../sass/_glyphicons.sass */
.glyphicon-export:before {
  content: "\e170";
}

/* line 720, ../sass/_glyphicons.sass */
.glyphicon-send:before {
  content: "\e171";
}

/* line 724, ../sass/_glyphicons.sass */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 728, ../sass/_glyphicons.sass */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 732, ../sass/_glyphicons.sass */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 736, ../sass/_glyphicons.sass */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 740, ../sass/_glyphicons.sass */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 744, ../sass/_glyphicons.sass */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 748, ../sass/_glyphicons.sass */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 752, ../sass/_glyphicons.sass */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 756, ../sass/_glyphicons.sass */
.glyphicon-header:before {
  content: "\e180";
}

/* line 760, ../sass/_glyphicons.sass */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 764, ../sass/_glyphicons.sass */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 768, ../sass/_glyphicons.sass */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 772, ../sass/_glyphicons.sass */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 776, ../sass/_glyphicons.sass */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 780, ../sass/_glyphicons.sass */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 784, ../sass/_glyphicons.sass */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 788, ../sass/_glyphicons.sass */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 792, ../sass/_glyphicons.sass */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 796, ../sass/_glyphicons.sass */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 800, ../sass/_glyphicons.sass */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 804, ../sass/_glyphicons.sass */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 808, ../sass/_glyphicons.sass */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 812, ../sass/_glyphicons.sass */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 816, ../sass/_glyphicons.sass */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 820, ../sass/_glyphicons.sass */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 824, ../sass/_glyphicons.sass */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 828, ../sass/_glyphicons.sass */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 832, ../sass/_glyphicons.sass */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/*Consistent User Experience version 1.1 Stylesheet 
 *Published February 14th, 2014
 *Authors: David Livingstone (Outcrop), Curtis Naphan (GNWT)
 *Description: Establishes basic styles to be used across all GNWT sites. These styles apply to elements
 *  without regard for the overall page structure.
 *
 *Dependencies:
 *-None
 *
 *Colour Table
 *Colour      Code      Typical Usage
 *---------------------------------------------------------------------
 *Dark Blue   #0F599A     Links, primary navigation, buttons
 *Bear Blue   #0190D2     Hover links, hover buttons, hover borders
 *Light Grey    #DBDBDB     Alternate background
 *Mid Grey    #BBBBBB     Borders, lines
 *Block Grey    #666666   Blockquote grey
 *Dark Grey   #3E3E3E     Footer region, headers, text, active/visited links
 *White     #FFFFFF     Background, text on blue, text on dark grey
 *Black     #000000     Hover colour of grey links */
/* General styles */
/* line 25, ../sass/_gnwt.sass */
body {
  margin: 0;
  padding: 0;
  color: #2f2f2f;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857em;
}
/* line 32, ../sass/_gnwt.sass */
body.cke_editable {
  background-color: white;
}
/* line 34, ../sass/_gnwt.sass */
body.html {
  background-color: #2f2f2f;
}

/* Header styles */
/* line 38, ../sass/_gnwt.sass */
h1 {
  font-family: Arial, sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #2f2f2f;
  font-weight: normal;
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: normal;
}

/* line 48, ../sass/_gnwt.sass */
h2 {
  font-size: 26px;
  margin: 25px 0 5px 0;
  color: #2f2f2f;
  font-weight: normal;
  line-height: 26px;
}

/* line 55, ../sass/_gnwt.sass */
h2.block-title {
  margin: 0 0 5px 0;
}

/* line 58, ../sass/_gnwt.sass */
h3, legend {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #2f2f2f;
  font-weight: normal;
  margin: 20px 0 5px 0;
  line-height: 24px;
}

/* line 66, ../sass/_gnwt.sass */
h4 {
  font-size: 16px;
  color: #2f2f2f;
  font-weight: bold;
  font-style: italic;
  margin: 20px 0 5px 0;
  line-height: 16px;
}

/* Link styles */
/* line 76, ../sass/_gnwt.sass */
a {
  color: #008e9e;
  text-decoration: underline;
}

/* line 80, ../sass/_gnwt.sass */
a:visited, a:active {
  color: #2f2f2f;
  text-decoration: underline;
}

/* line 84, ../sass/_gnwt.sass */
a:hover, a:focus {
  color: #bcd4dc;
}

/* line 87, ../sass/_gnwt.sass */
a img {
  border: none;
}

/* line 90, ../sass/_gnwt.sass */
a:hover img {
  border: 1px solid #bcd4dc;
}

/* line 93, ../sass/_gnwt.sass */
.node a:hover img {
  border: none;
}

/* Content styles
 * Content styles apply only to the content region of the page, marked as class "content-area". This is to prevent these styles from being inadvertently applied in the header and so on. */
/* line 100, ../sass/_gnwt.sass */
.main-content ul, .cke_editable ul {
  margin: 1em 0;
}
/* line 102, ../sass/_gnwt.sass */
.main-content ul li, .cke_editable ul li {
  margin-bottom: 5px;
}
/* line 104, ../sass/_gnwt.sass */
.main-content a, .cke_editable a {
  text-decoration: underline;
}
/* line 106, ../sass/_gnwt.sass */
.main-content p, .cke_editable p {
  line-height: 1.5;
  margin: 0 0 10px 0;
}
/* line 109, ../sass/_gnwt.sass */
.main-content img, .cke_editable img {
  margin-bottom: 10px;
}
/* line 111, ../sass/_gnwt.sass */
.main-content blockquote, .cke_editable blockquote {
  border-left: 5px solid #dbdbdb;
  margin: 0 0 10px;
  padding: 10px 0 10px 20px;
  color: #626262;
  font-style: italic;
}
/* line 117, ../sass/_gnwt.sass */
.main-content blockquote p, .cke_editable blockquote p {
  font-weight: normal;
  font-size: 16px;
}
/* line 120, ../sass/_gnwt.sass */
.main-content table, .cke_editable table {
  margin: 20px auto;
  width: 100%;
  border-collapse: collapse;
}
/* line 124, ../sass/_gnwt.sass */
.main-content table th, .cke_editable table th {
  background: #008e9e;
  border: none;
  text-align: left;
  font-weight: normal;
  color: white;
}
/* line 130, ../sass/_gnwt.sass */
.main-content table thead > tr > th,
.main-content table tbody > tr > th,
.main-content table thead > tr > td,
.main-content table tbody > tr > td, .cke_editable table thead > tr > th,
.cke_editable table tbody > tr > th,
.cke_editable table thead > tr > td,
.cke_editable table tbody > tr > td {
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
/* line 139, ../sass/_gnwt.sass */
.main-content table thead > tr > th.active a:hover, .main-content table thead > tr > th.active a.active, .cke_editable table thead > tr > th.active a:hover, .cke_editable table thead > tr > th.active a.active {
  font-weight: bold;
}
/* line 142, ../sass/_gnwt.sass */
.main-content table thead > tr > th a, .cke_editable table thead > tr > th a {
  color: white;
  line-height: 22px;
}
/* line 145, ../sass/_gnwt.sass */
.main-content table thead > tr > th img, .cke_editable table thead > tr > th img {
  margin-bottom: 0;
  padding-left: 5px;
}
/* line 148, ../sass/_gnwt.sass */
.main-content table thead > tr > th a:hover, .cke_editable table thead > tr > th a:hover {
  font-weight: bold;
}
/* line 150, ../sass/_gnwt.sass */
.main-content table thead > tr > th a:hover img, .cke_editable table thead > tr > th a:hover img {
  border: none;
}
/* line 153, ../sass/_gnwt.sass */
.main-content table tbody > tr > td, .main-content table table th, .cke_editable table tbody > tr > td, .cke_editable table table th {
  border: 1px solid #bbbbbb;
}
/* line 156, ../sass/_gnwt.sass */
.main-content table tr, .cke_editable table tr {
  background-color: white;
}
/* line 158, ../sass/_gnwt.sass */
.main-content table tr:nth-child(even), .main-content table tr.even, .cke_editable table tr:nth-child(even), .cke_editable table tr.even {
  background-color: #dbdbdb;
}
/* line 161, ../sass/_gnwt.sass */
.main-content table td.first, .main-content table th.first, .cke_editable table td.first, .cke_editable table th.first {
  font-weight: bold;
}

/* Form styles */
/* line 166, ../sass/_gnwt.sass */
.form-special form {
  background: white;
  border: 1px solid #bbbbbb;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 19px;
}
/* line 173, ../sass/_gnwt.sass */
.form-special fieldset {
  border: 1px solid #bbbbbb;
  border-radius: 0;
  margin: 0 0 10px 0;
  padding: 15px 20px;
}
/* line 179, ../sass/_gnwt.sass */
.form-special label {
  display: inline-block;
  margin-top: 5px;
}
/* line 183, ../sass/_gnwt.sass */
.form-special input, .form-special input.form-control, .form-special textarea, .form-special select, .form-special button {
  background-color: white;
  font-size: 16px;
  border: 1px solid #bbbbbb;
  border-radius: 0;
  box-shadow: none;
  color: #2f2f2f;
  border-radius: 0;
  box-shadow: none;
}
/* line 194, ../sass/_gnwt.sass */
.form-special textarea {
  height: 200px;
  width: 100%;
  font-size: 95%;
  font-family: Courier New, System, serif;
  color: #2f2f2f;
  padding: 10px;
}
/* line 202, ../sass/_gnwt.sass */
.form-special input[type="radio"], .form-special input[type="checkbox"] {
  margin-left: 20px;
  display: block;
  background-color: white;
  border: 1px solid #bbbbbb;
  float: left;
  border: 0;
  margin-left: 0px;
}

/* line 211, ../sass/_gnwt.sass */
.views-exposed-form select {
  margin-top: 8px;
}

/* line 214, ../sass/_gnwt.sass */
a.button, .more-link a, input[type="button"], input[type="submit"], button, .pager li > a, li.pager-current, .pagination > li > a {
  background: #008e9e;
  color: white;
  margin: 10px 8px 10px 0px;
  padding: 8px 24px;
  text-decoration: none;
  text-transform: capitalize;
  border: none;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 229, ../sass/_gnwt.sass */
a.button:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .pagination > li > a:hover, .pager li a:hover, .pager .pager-current,
a.button:focus, input[type="button"]:focus, input[type="submit"]:focus, button:focus, .pagination > li > a:focus, .pager li a:focus {
  background-color: #bcd4dc;
}

/* Textbox-specific styles */
/* line 234, ../sass/_gnwt.sass */
input[type="text"], input[type="password"] {
  padding: 5px;
  margin: 2px 8px 2px 0px;
}

/* line 238, ../sass/_gnwt.sass */
legend {
  padding: 0px 5px;
}

/* Pagers */
/* line 243, ../sass/_gnwt.sass */
.pager {
  border-radius: 0;
  display: inline block;
  margin: 20px 0;
  padding-left: 0;
  text-align: center;
}
/* line 250, ../sass/_gnwt.sass */
.pager > li {
  display: inline-block;
  padding: 0;
  list-style-type: none;
}
/* line 256, ../sass/_gnwt.sass */
.pager > li > a, .pager > li.pager-current {
  padding: 6px;
  margin: 0 2px;
}
/* line 259, ../sass/_gnwt.sass */
.pager > li.pager-current {
  position: relative;
  top: -1px;
}
/* line 263, ../sass/_gnwt.sass */
.pager > li.pager-first > a, .pager > li.pager-previous > a,
.pager > li.pager-last > a, .pager > li.pager-next > a {
  padding: 6px 24px;
  border-radius: 0;
}
/* line 267, ../sass/_gnwt.sass */
.pager li.pager-last, .pager li.pager-first {
  display: none;
}

/* line 270, ../sass/_gnwt.sass */
ul.nice-menu-down {
  border: 0;
}
/* line 273, ../sass/_gnwt.sass */
ul.nice-menu-down li li {
  border-top: 0;
}
/* line 275, ../sass/_gnwt.sass */
ul.nice-menu-down ul {
  left: 0;
}
/* line 277, ../sass/_gnwt.sass */
ul.nice-menu-down ul li {
  clear: both;
}
/* line 279, ../sass/_gnwt.sass */
ul.nice-menu-down li ul li ul {
  left: 12.5em;
  top: 0px;
}

/* line 283, ../sass/_gnwt.sass */
ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 288, ../sass/_gnwt.sass */
ul.nice-menu li {
  border-top: 0;
  float: left;
}

/* line 291, ../sass/_gnwt.sass */
ul.nice-menu a {
  padding: 0.3em 5px 0.3em 5px;
}

/* line 293, ../sass/_gnwt.sass */
ul.nice-menu ul {
  top: 50px;
  left: 0px;
  border: 0;
  margin-right: 0;
}

/* line 298, ../sass/_gnwt.sass */
ul.nice-menu ul li {
  width: 12.5em;
}

/*Consistent User Experience version 1.1 Stylesheet
 *Published February 14th, 2014
 *Authors: David Livingstone (Outcrop), Curtis Naphan (GNWT)
 *Description: Extends cue-basic.css to provide page layout and homepage element styles. Most styles below depend on the page being designed according to a particular structure.
 *  There are also styles for particular elements and widgets, such as the menus,#views_slideshow_cycle_div_home_slider-block_1, spotlights, etc... The styles are grouped top-to-bottom, according to the element being styled. */
/* Column styles */
/* line 10, ../sass/_gnwt-layout.sass */
#header,
#breadcrumbs,
.view-home-slider,
.highlights,
.main {
  overflow: hidden;
}

/* line 17, ../sass/_gnwt-layout.sass */
#header,
#breadcrumbs,
.main,
.clear {
  clear: both;
}

/* line 22, ../sass/_gnwt-layout.sass */
#page {
  background: white;
  min-width: 980px;
}

/* line 25, ../sass/_gnwt-layout.sass */
#main,
.region-banner {
  margin-top: 20px;
  padding-bottom: 20px;
}

/* line 30, ../sass/_gnwt-layout.sass */
#highlighted {
  background-color: #dbdbdb;
}

/* line 32, ../sass/_gnwt-layout.sass */
.region-highlighted {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* line 35, ../sass/_gnwt-layout.sass */
.block {
  margin-bottom: 20px;
}

/* Top bar styles */
/* line 39, ../sass/_gnwt-layout.sass */
#top-nav {
  background: #dbdbdb;
  border: none;
  height: 34px;
  margin-bottom: 0;
  z-index: 5000;
}
/* line 45, ../sass/_gnwt-layout.sass */
#top-nav .region-top {
  position: relative;
}
/* line 48, ../sass/_gnwt-layout.sass */
#top-nav .block {
  float: left;
  height: 32px;
  margin-bottom: 0;
}
/* line 52, ../sass/_gnwt-layout.sass */
#top-nav .block > ul, #top-nav .block > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
/* line 58, ../sass/_gnwt-layout.sass */
#top-nav .block > ul a, #top-nav .block > ul > li a {
  padding: 0 20px;
  color: #2f2f2f;
  line-height: 34px;
  font-size: 12px;
  text-decoration: none;
}
/* line 64, ../sass/_gnwt-layout.sass */
#top-nav .block > ul a:hover, #top-nav .block > ul > li a:hover {
  color: #2f2f2f;
  text-decoration: underline;
}
/* line 68, ../sass/_gnwt-layout.sass */
#top-nav .block-nice-menus li.first a {
  padding-left: 10px;
}

/* line 72, ../sass/_gnwt-layout.sass */
.language-switcher-locale-url .active {
  display: none;
}

/* Primary Menu */
/* line 77, ../sass/_gnwt-layout.sass */
#navigation {
  background: white;
  border: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 4px;
  z-index: 500;
}

/* line 87, ../sass/_gnwt-layout.sass */
#main-menu, #secondary-menu {
  background: #008e9e;
  height: 50px;
  outline: none;
  z-index: 500;
}
/* line 93, ../sass/_gnwt-layout.sass */
#main-menu .region-navigation, #secondary-menu .region-navigation {
  height: 50px;
  padding: 0;
}
/* line 97, ../sass/_gnwt-layout.sass */
#main-menu .region-navigation .block, #secondary-menu .region-navigation .block {
  margin-bottom: 0;
}
/* line 100, ../sass/_gnwt-layout.sass */
#main-menu .block-nice-menus .nice-menu > li > a, #secondary-menu .block-nice-menus .nice-menu > li > a {
  padding: 0 20px;
  display: block;
  line-height: 50px;
  float: left;
  color: white;
  font-weight: normal;
  font-size: 16px;
}
/* line 108, ../sass/_gnwt-layout.sass */
#main-menu li a, #secondary-menu li a {
  text-decoration: none;
}
/* line 111, ../sass/_gnwt-layout.sass */
#main-menu li.active a,
#main-menu li a.active,
#main-menu li.active-trail a,
#main-menu li > a:hover,
#main-menu li.over > a,
#main-menu li > a:focus, #secondary-menu li.active a,
#secondary-menu li a.active,
#secondary-menu li.active-trail a,
#secondary-menu li > a:hover,
#secondary-menu li.over > a,
#secondary-menu li > a:focus {
  background-color: #bcd4dc;
}
/* line 119, ../sass/_gnwt-layout.sass */
#main-menu .nice-menu, #secondary-menu .nice-menu {
  z-index: 500;
}
/* line 121, ../sass/_gnwt-layout.sass */
#main-menu .nice-menu ul, #secondary-menu .nice-menu ul {
  z-index: 500;
  border: 1px solid #bbbbbb;
  border-width: 0 1px 1px 1px;
  padding: 10px;
  border-radius: 0;
  background-color: white;
}
/* line 128, ../sass/_gnwt-layout.sass */
#main-menu .nice-menu ul li, #secondary-menu .nice-menu ul li {
  background: none;
  list-style-type: none;
  list-style-position: outside;
}
/* line 133, ../sass/_gnwt-layout.sass */
#main-menu .nice-menu ul a, #secondary-menu .nice-menu ul a {
  background: none;
  color: #626262;
  font-weight: normal;
  padding: 4px 10px;
}
/* line 138, ../sass/_gnwt-layout.sass */
#main-menu .nice-menu ul a:hover,
#main-menu .nice-menu ul a:focus, #secondary-menu .nice-menu ul a:hover,
#secondary-menu .nice-menu ul a:focus {
  background: #bbbbbb;
  color: white;
}
/* line 143, ../sass/_gnwt-layout.sass */
#main-menu .block-nice-menus > ul > li > a:hover,
#main-menu .block-nice-menus > ul > li > a:focus, #secondary-menu .block-nice-menus > ul > li > a:hover,
#secondary-menu .block-nice-menus > ul > li > a:focus {
  background-color: #bcd4dc;
  color: white;
}

/* Breadcrumbs */
/* line 150, ../sass/_gnwt-layout.sass */
#breadcrumbs {
  background: #dbdbdb;
  color: #2f2f2f;
  font-size: 12px;
  line-height: 24px;
}

/* line 156, ../sass/_gnwt-layout.sass */
.breadcrumb {
  list-style: none outside none;
}
/* line 158, ../sass/_gnwt-layout.sass */
.breadcrumb ol {
  padding: 0;
  margin: 0;
}
/* line 161, ../sass/_gnwt-layout.sass */
.breadcrumb li {
  display: inline;
}
/* line 163, ../sass/_gnwt-layout.sass */
.breadcrumb a,
.breadcrumb a:visited {
  text-decoration: none;
  color: #2f2f2f;
}
/* line 168, ../sass/_gnwt-layout.sass */
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #2f2f2f;
  text-decoration: underline;
}

/* view-home#views_slideshow_cycle_div_home_slider-block_1 */
/* line 174, ../sass/_gnwt-layout.sass */
.views_slideshow_cycle_main {
  width: 100%;
}

/* line 176, ../sass/_gnwt-layout.sass */
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}

/* line 179, ../sass/_gnwt-layout.sass */
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}

/* line 182, ../sass/_gnwt-layout.sass */
.views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}

/* line 185, ../sass/_gnwt-layout.sass */
.views_slideshow_cycle_main .field-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* line 192, ../sass/_gnwt-layout.sass */
.front .view-home-slider {
  max-width: 640px;
  width: 100%;
  background: white;
}
/* line 196, ../sass/_gnwt-layout.sass */
.front .view-home-slider .view-content {
  position: relative;
}
/* line 200, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views_slideshow_cycle_main .views-field-field-slider-image {
  overflow: hidden;
  line-height: 0;
}
/* line 203, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views_slideshow_cycle_main .views-field-field-slider-image a {
  line-height: 0;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
/* line 208, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views_slideshow_cycle_main .views-field-field-slider-image a:hover img, .front .view-home-slider .views_slideshow_cycle_main .views-field-field-slider-image a:focus img {
  border: none;
}
/* line 210, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views_slideshow_cycle_main .views-field-field-slider-image img {
  margin: 0;
}
/* line 213, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views-field-title-field {
  left: 0;
  bottom: 20px;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
/* line 219, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views-field-title-field h3 {
  background: url("../images/overlay_blue.png");
  font-size: 16px;
  font-weight: normal;
  height: 49px;
  line-height: 49px;
  width: 400px;
  margin: 0 2px 0 0;
  padding: 0 30px;
  float: left;
}
/* line 229, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views-field-title-field h3 a {
  color: white;
}
/* line 232, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views-slideshow-controls-bottom {
  width: 115px;
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 21px;
}
/* line 240, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views-slideshow-controls-bottom span a {
  display: block;
  float: left;
  font-size: 27px;
  height: 49px;
  overflow: hidden;
  width: 44px;
  padding-left: 11px;
  color: #bcd4dc;
  text-decoration: none;
  background-color: white;
  line-height: 49px;
}
/* line 253, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views-slideshow-controls-bottom span.views-slideshow-controls-text-previous a {
  margin-right: 5px;
}
/* line 257, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views-slideshow-controls-bottom span a:hover {
  color: #bbbbbb;
}
/* line 260, ../sass/_gnwt-layout.sass */
.front .view-home-slider .views-slideshow-controls-bottom .views-slideshow-controls-text-pause {
  display: none;
}

/* Footer styles */
/* line 265, ../sass/_gnwt-layout.sass */
footer {
  min-height: 200px;
}
/* line 267, ../sass/_gnwt-layout.sass */
footer .block-nice-menus ul {
  margin-top: 20px;
}
/* line 269, ../sass/_gnwt-layout.sass */
footer .block-nice-menus > ul a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  padding: 0 40px 0 0;
}
/* line 274, ../sass/_gnwt-layout.sass */
footer .block-nice-menus a:hover {
  color: #dbdbdb;
  text-decoration: underline;
}
/* line 277, ../sass/_gnwt-layout.sass */
footer li:first-child a {
  padding-left: 10px;
}

/* line 280, ../sass/_gnwt-layout.sass */
.sponsors {
  float: right;
  margin-top: 30px;
  padding-bottom: 80px;
}
/* line 284, ../sass/_gnwt-layout.sass */
.sponsors ul li {
  display: inline;
  list-style: none outside none;
  margin-left: 30px;
}
/* line 288, ../sass/_gnwt-layout.sass */
.sponsors img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

/* Widgets
 *
 *  A highlight is a single column widget with a border, an image, a title and a short body of text.
 *  They are used for spotlights, highlights, the Minister and other uses.
 *  The following markup is expected:
 *  <section class="highlight"><div class="inner"><a><img/></a><h3><a></a></h3><p></p></div></section> */
/* line 300, ../sass/_gnwt-layout.sass */
.block .view-minister {
  background-color: white;
  border: 1px solid #bbbbbb;
  padding: 10px;
  height: 255px;
}
/* line 305, ../sass/_gnwt-layout.sass */
.block .view-minister h3 {
  margin-top: 8px;
}

/* line 308, ../sass/_gnwt-layout.sass */
.inside h2, p {
  margin: 5px 0 0 0;
}

/* Secondary menu styles
 *The following markup is expected (where "active" can be applied to any <li> element.
 *<section class="secondary-menu"><ul><li><span class="caret open"/><ul><li class="active"/></ul></li></ul></section> */
/* line 314, ../sass/_gnwt-layout.sass */
.region-sidebar-first .block {
  border: solid 1px #bbbbbb;
  padding-bottom: 10px;
  clear: left;
}
/* line 318, ../sass/_gnwt-layout.sass */
.region-sidebar-first .block h2 {
  font-size: 20px;
  padding: 10px 10px 0 10px;
}
/* line 321, ../sass/_gnwt-layout.sass */
.region-sidebar-first .block h2 a {
  text-decoration: none;
  color: #008e9e;
}
/* line 324, ../sass/_gnwt-layout.sass */
.region-sidebar-first .block ul {
  padding: 0;
  margin: 0;
}
/* line 327, ../sass/_gnwt-layout.sass */
.region-sidebar-first .block ul li {
  line-height: 1.4em;
  list-style-type: none;
  padding: 0;
  margin: 0 10px 0 25px;
}
/* line 332, ../sass/_gnwt-layout.sass */
.region-sidebar-first .block ul li a {
  display: block;
  position: relative;
  color: #008e9e;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
}
/* line 339, ../sass/_gnwt-layout.sass */
.region-sidebar-first .block ul ul > li {
  margin: 0 0 0 20px;
}
/* line 342, ../sass/_gnwt-layout.sass */
.region-sidebar-first .block ul li > a.active, .region-sidebar-first .block ul li > a.active:hover {
  background: #008e9e;
  color: white;
}
/* line 346, ../sass/_gnwt-layout.sass */
.region-sidebar-first .block ul li a:hover, .region-sidebar-first .block ul li a:focus {
  background: #dbdbdb;
  color: #2f2f2f;
}

/* News Articles styles */
/* line 352, ../sass/_gnwt-layout.sass */
.view-news .views-row {
  border-bottom: 1px solid #bbbbbb;
  overflow: hidden;
  padding: 14px 0;
}
/* line 356, ../sass/_gnwt-layout.sass */
.view-news .views-row h3 {
  line-height: 1.3em;
  display: inline;
}
/* line 360, ../sass/_gnwt-layout.sass */
.view-news .views-row h3 a:hover img {
  border: 0;
}

/* line 362, ../sass/_gnwt-layout.sass */
.readmore, .more-link {
  float: right;
}

/* line 365, ../sass/_gnwt-layout.sass */
html.js .block-google-appliance input.form-autocomplete,
html.js #google-appliance-block-form--2 input.form-autocomplete,
html.js .search-google-appliance-search-form input.form-autocomplete {
  background-image: url(../images/throbber2.gif);
  background-position: 98% 10px;
  background-repeat: no-repeat;
}

/* line 371, ../sass/_gnwt-layout.sass */
html.js .block-google-appliance input.throbbing,
html.js .search-google-appliance-search-form input.throbbing {
  background-position: 98% -77px;
}

/* line 376, ../sass/_gnwt-layout.sass */
.toc-filter-back-to-top.first {
  display: none;
}

/* line 378, ../sass/_gnwt-layout.sass */
div.toc-filter-back-to-top {
  margin: 1em 0 2em;
}

/*
 * Image left/right align classes
 */
/* line 384, ../sass/_gnwt-layout.sass */
.image-left {
  float: left;
  padding: 0;
  margin: 0 10px 10px 0;
}

/* line 388, ../sass/_gnwt-layout.sass */
.image-right {
  float: right;
  padding: 0;
  margin: 0 0 10px 10px;
}

/* line 392, ../sass/_gnwt-layout.sass */
img.file-icon {
  margin-bottom: 0;
}

/* line 1, ../sass/_electionsnwt.sass */
.front .view-home-slider .views-field-title-field {
  padding: 0;
}
/* line 3, ../sass/_electionsnwt.sass */
.front .view-home-slider .views-field-title-field h3 {
  background: none;
  background-color: #008e9e;
  padding: 0 180px 0 30px;
  color: white;
}

/* line 8, ../sass/_electionsnwt.sass */
#block-block-1 {
  margin-bottom: 0;
  border: solid 1px #bbbbbb;
  background-color: white;
}
/* line 12, ../sass/_electionsnwt.sass */
#block-block-1 .container {
  padding: 10px;
}
/* line 14, ../sass/_electionsnwt.sass */
#block-block-1 .container h2 {
  margin-top: 0;
}
/* line 16, ../sass/_electionsnwt.sass */
#block-block-1 .container li {
  margin-bottom: 5px;
}

/* line 18, ../sass/_electionsnwt.sass */
.field-name-field-sub-title {
  font-size: 26px;
  margin: 0px 0 5px 0;
  color: #3e3e3e;
  font-weight: normal;
  line-height: 26px;
}

/* line 25, ../sass/_electionsnwt.sass */
.region-sidebar-first .block p {
  padding: 0 10px;
}

/* line 27, ../sass/_electionsnwt.sass */
.region-sidebar-first .block-nodeblock {
  padding-bottom: 0;
}
/* line 29, ../sass/_electionsnwt.sass */
.region-sidebar-first .block-nodeblock .content a {
  line-height: 0;
  display: block;
}
/* line 32, ../sass/_electionsnwt.sass */
.region-sidebar-first .block-nodeblock img {
  margin-bottom: 0;
}

/* line 34, ../sass/_electionsnwt.sass */
.region-header {
  clear: both;
  background-color: #008e9e;
  color: white;
  padding: 10px;
  text-align: center;
  position: relative;
  top: 10px;
}

/* line 42, ../sass/_electionsnwt.sass */
#breadcrumbs {
  background-color: #bcd4dc;
}
/* line 44, ../sass/_electionsnwt.sass */
.front #breadcrumbs {
  margin-bottom: 4px;
}
/* line 46, ../sass/_electionsnwt.sass */
#breadcrumbs ol {
  line-height: 20px;
  padding: 5px 0;
}
/* line 49, ../sass/_electionsnwt.sass */
#breadcrumbs ol li {
  line-height: 20px;
  margin-bottom: 0;
}

/* line 52, ../sass/_electionsnwt.sass */
#block-gnwt-readspeaker-gnwt-readspeaker {
  float: right;
  margin-bottom: 0;
  padding: 2px 0;
}
/* line 56, ../sass/_electionsnwt.sass */
#block-gnwt-readspeaker-gnwt-readspeaker .rsbtn {
  margin-bottom: 0;
}
/* line 58, ../sass/_electionsnwt.sass */
#block-gnwt-readspeaker-gnwt-readspeaker .rsbtn a span.ext {
  display: none;
}

/* line 60, ../sass/_electionsnwt.sass */
#highlighted {
  background-color: #bcd4dc;
}

/* line 62, ../sass/_electionsnwt.sass */
#block-views-spotlight-block {
  clear: both;
}
/* line 64, ../sass/_electionsnwt.sass */
#block-views-spotlight-block .views-row {
  width: 271px;
  background-color: white;
  float: left;
  margin: 0 10px;
  padding: 10px;
  border: solid 1px #dbdbdb;
  min-height: 175px;
}
/* line 72, ../sass/_electionsnwt.sass */
#block-views-spotlight-block .clear-both {
  clear: both;
}
/* line 74, ../sass/_electionsnwt.sass */
#block-views-spotlight-block .views-field-field-slider-image {
  max-width: 269px;
}
/* line 76, ../sass/_electionsnwt.sass */
#block-views-spotlight-block img {
  border: 1px solid #dbdbdb;
  width: 100%;
}
@media all and (max-width: 959px) {
  /* line 80, ../sass/_electionsnwt.sass */
  #block-views-spotlight-block .view-content {
    height: auto !important;
  }
  /* line 82, ../sass/_electionsnwt.sass */
  #block-views-spotlight-block .views-row {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/* line 87, ../sass/_electionsnwt.sass */
#main {
  clear: both;
}

/* line 89, ../sass/_electionsnwt.sass */
a:hover, a:focus {
  color: #80312f;
}

/* line 91, ../sass/_electionsnwt.sass */
.view-minister h3 a {
  font-size: 18px;
}

/* line 94, ../sass/_electionsnwt.sass */
#main-menu .block-nice-menus .nice-menu > li {
  margin-bottom: 0;
}
/* line 96, ../sass/_electionsnwt.sass */
#main-menu .block-nice-menus .nice-menu > li > a.active, #main-menu .block-nice-menus .nice-menu > li a:hover {
  color: #2f2f2f;
}
/* line 99, ../sass/_electionsnwt.sass */
#main-menu .block-nice-menus .nice-menu > li.over > a, #main-menu .block-nice-menus .nice-menu li.active-trail > a {
  color: #2f2f2f;
}

/* line 101, ../sass/_electionsnwt.sass */
.front .view-home-slider .views-slideshow-controls-bottom span a {
  background: none;
  color: white;
}

/* line 104, ../sass/_electionsnwt.sass */
#header h1 a.header__site-link {
  display: none;
}

/* line 106, ../sass/_electionsnwt.sass */
#top-nav {
  background-color: white;
}
/* line 110, ../sass/_electionsnwt.sass */
#top-nav #block-locale-language-content {
  position: absolute;
  top: 40px;
  right: 0px;
}
/* line 115, ../sass/_electionsnwt.sass */
#top-nav ul.language-switcher-locale-url li > a {
  color: #626262;
  font-size: 16px;
  line-height: 20px;
}
/* line 119, ../sass/_electionsnwt.sass */
#top-nav ul.language-switcher-locale-url .active {
  display: block;
}
/* line 121, ../sass/_electionsnwt.sass */
#top-nav ul.language-switcher-locale-url .active a {
  color: #008e9e;
}
/* line 123, ../sass/_electionsnwt.sass */
#top-nav ul.language-switcher-locale-url .first a {
  border-right: 1px solid #2f2f2f;
}

@media all and (min-width: 960px) {
  /* line 128, ../sass/_electionsnwt.sass */
  .front #page div.panel-panel {
    background-color: white;
  }
}
/* line 130, ../sass/_electionsnwt.sass */
.block .view-minister {
  height: 249px;
}

/* line 133, ../sass/_electionsnwt.sass */
#footer #block-nice-menus-3 {
  width: 80%;
  float: left;
}
/* line 136, ../sass/_electionsnwt.sass */
#footer .social-footer {
  float: right;
  padding-top: 18px;
}
/* line 139, ../sass/_electionsnwt.sass */
#footer .social-footer p {
  float: left;
  padding: 0;
  margin: 0;
}
/* line 143, ../sass/_electionsnwt.sass */
#footer .social-footer p > a {
  display: block;
  text-indent: -10000em;
  width: 25px;
  height: 25px;
  padding-left: 10px;
}
/* line 149, ../sass/_electionsnwt.sass */
#footer .social-footer p > a.facebook {
  background: URL("../images/elections-facebook.png") no-repeat 0 0;
}
/* line 151, ../sass/_electionsnwt.sass */
#footer .social-footer p > a.twitter {
  background: URL("../images/elections-twitter.png") no-repeat 0 0;
}

/* line 154, ../sass/_electionsnwt.sass */
body .cke_editable {
  background-color: white;
  padding: 15px;
}

/* line 158, ../sass/_electionsnwt.sass */
#footer #block-electionsnwt-countdown-clock-elections-countdown-clock {
  clear: both;
  color: #bcd4dc;
}
/* line 161, ../sass/_electionsnwt.sass */
#footer #block-electionsnwt-countdown-clock-elections-countdown-clock .block-title, #footer #block-electionsnwt-countdown-clock-elections-countdown-clock .election-date-heading, #footer #block-electionsnwt-countdown-clock-elections-countdown-clock .sub-text {
  text-align: center;
}
/* line 163, ../sass/_electionsnwt.sass */
#footer #block-electionsnwt-countdown-clock-elections-countdown-clock #elections-countdown-clock {
  text-align: center;
  padding-top: 15px;
  max-width: 450px;
  margin: 0 auto;
}
/* line 169, ../sass/_electionsnwt.sass */
#footer #block-electionsnwt-countdown-clock-elections-countdown-clock #elections-countdown-clock .clock-elements .clock-item {
  width: 33.33333%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 174, ../sass/_electionsnwt.sass */
#footer #block-electionsnwt-countdown-clock-elections-countdown-clock #elections-countdown-clock .clock-elements .clock-item .num-box {
  font-size: 18px;
  font-weight: bold;
}
/* line 177, ../sass/_electionsnwt.sass */
#footer #block-electionsnwt-countdown-clock-elections-countdown-clock .sub-text {
  padding-top: 30px;
}

/* line 179, ../sass/_electionsnwt.sass */
iframe.media-youtube-player {
  max-width: 100%;
}

/* line 1, ../sass/_gnwt-mobile.sass */
#mobile-wrap {
  display: none;
}

/* line 3, ../sass/_gnwt-mobile.sass */
#block-nice-menus-2, #block-nice-menus-1, #block-locale-language-content {
  display: block;
}

@media all and (max-width: 359px) {
  /* line 6, ../sass/_gnwt-mobile.sass */
  .view-programs h3.field-content {
    font-size: 16px;
  }
}
@media all and (max-width: 959px) {
  /* line 9, ../sass/_gnwt-mobile.sass */
  #header {
    text-align: center;
  }
  /* line 11, ../sass/_gnwt-mobile.sass */
  #header h1 a, #header a#logo img {
    float: none;
  }
  /* line 13, ../sass/_gnwt-mobile.sass */
  #header h1 {
    margin-top: 20px;
  }

  /* line 15, ../sass/_gnwt-mobile.sass */
  #page {
    min-width: 100%;
  }

  /* line 17, ../sass/_gnwt-mobile.sass */
  #top-nav {
    display: none;
  }

  /* line 19, ../sass/_gnwt-mobile.sass */
  .front .view-home-slider {
    overflow: visible;
    margin: 0 auto 35px;
  }
  /* line 23, ../sass/_gnwt-mobile.sass */
  .front .view-home-slider .views-field-field-slider-image {
    height: auto;
  }
  /* line 25, ../sass/_gnwt-mobile.sass */
  .front .view-home-slider .views-field-title-field {
    position: static;
    padding: 0;
  }
  /* line 28, ../sass/_gnwt-mobile.sass */
  .front .view-home-slider .views-field-title-field h3 {
    width: 90%;
    padding: 5px 5% 0;
    text-align: center;
    height: 50px;
    line-height: 1.2em;
    overflow: hidden;
  }
  /* line 35, ../sass/_gnwt-mobile.sass */
  .front .view-home-slider .views-slideshow-controls-bottom {
    position: relative;
    top: -50px;
    left: 0;
    width: 100%;
  }
  /* line 40, ../sass/_gnwt-mobile.sass */
  .front .view-home-slider .views-slideshow-controls-bottom span a {
    background-color: transparent;
    color: white;
    text-shadow: black 1px 1px 3px;
  }
  /* line 44, ../sass/_gnwt-mobile.sass */
  .front .view-home-slider .views-slideshow-controls-bottom .views-slideshow-controls-text-next {
    float: right;
  }

  /* line 48, ../sass/_gnwt-mobile.sass */
  #main .view-program-banner .program-banner {
    width: 100%;
    max-width: 618px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    margin: 0 auto;
  }
  /* line 54, ../sass/_gnwt-mobile.sass */
  #main .view-program-banner .program-banner img {
    line-height: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  /* line 59, ../sass/_gnwt-mobile.sass */
  #main .view-program-banner .program-banner-overlay {
    display: none;
  }
  /* line 61, ../sass/_gnwt-mobile.sass */
  #main .view-program-banner .program-banner-title {
    text-shadow: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    position: static;
    background-color: #ffefb2;
  }
  /* line 68, ../sass/_gnwt-mobile.sass */
  #main .title, #main .node, #main .sidebars {
    max-width: 620px;
    margin: 0 auto;
  }
  /* line 71, ../sass/_gnwt-mobile.sass */
  #main .title {
    text-align: center;
  }

  /* line 73, ../sass/_gnwt-mobile.sass */
  #block-views-minister-block {
    max-width: 322px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 78, ../sass/_gnwt-mobile.sass */
  .panel-2col .panel-col-first {
    float: none;
    width: 100%;
  }
  /* line 81, ../sass/_gnwt-mobile.sass */
  .panel-2col .panel-col-first .inside {
    margin: 20px;
  }
  /* line 83, ../sass/_gnwt-mobile.sass */
  .panel-2col .panel-col-last {
    float: none;
    width: 100%;
  }

  /* line 86, ../sass/_gnwt-mobile.sass */
  footer {
    min-height: 50px;
  }

  /* line 89, ../sass/_gnwt-mobile.sass */
  .rm-hidden {
    display: none;
  }

  /* line 91, ../sass/_gnwt-mobile.sass */
  #navigation {
    position: fixed;
    top: 0;
    width: 100%;
  }

  /* line 95, ../sass/_gnwt-mobile.sass */
  #page {
    margin-top: 50px;
  }

  /* line 98, ../sass/_gnwt-mobile.sass */
  #block-nice-menus-2, #block-nice-menus-1, #block-locale-language-content {
    display: none;
  }

  /* line 100, ../sass/_gnwt-mobile.sass */
  #mobile-wrap {
    float: right;
    width: 100%;
    display: block;
  }
  /* line 105, ../sass/_gnwt-mobile.sass */
  #mobile-wrap .mobile-menu-button {
    color: white;
    height: 40px;
    display: block;
    text-decoration: none;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 5px 0;
    font-size: 20px;
    text-align: right;
    width: 98%;
    position: fixed;
    top: 0;
    z-index: 2010;
  }
  /* line 122, ../sass/_gnwt-mobile.sass */
  #mobile-wrap .mobile-menu-button span {
    padding: 0 30px 0 10px;
  }
  /* line 125, ../sass/_gnwt-mobile.sass */
  #mobile-wrap .mobile-menu-button span.search {
    padding: 0 20px 0 10px;
  }
  /* line 128, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu {
    position: absolute;
    width: 100%;
    max-width: 400px;
    top: 0;
    right: 0;
    z-index: 2000;
    color: white;
  }
  /* line 138, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner {
    margin: 0 0 0 10px;
    top: 0;
    background-color: #2f2f2f;
    border-top: 15px solid #008e9e;
  }
  /* line 145, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner .region {
    padding: 0px 20px 20px;
  }
  /* line 147, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner .region-mobile-top, #mobile-wrap #mobile-menu .inner .region-mobile-main {
    background-color: #008e9e;
  }
  /* line 149, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner .region-mobile-top .block, #mobile-wrap #mobile-menu .inner .region-mobile-top ul, #mobile-wrap #mobile-menu .inner .region-mobile-main .block, #mobile-wrap #mobile-menu .inner .region-mobile-main ul {
    margin: 0;
  }
  /* line 151, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner .region-mobile-top {
    padding-top: 60px;
  }
  /* line 154, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu h3.title {
    cursor: pointer;
    position: fixed;
    -webkit-box-shadow: #333333 -2px 2px 4px;
    -moz-box-shadow: #333333 -2px 2px 4px;
    box-shadow: #333333 -2px 2px 4px;
    z-index: 2000;
    color: white;
    top: 0px;
    right: 0;
    background-color: #bcd4dc;
    width: 93%;
    max-width: 380px;
    height: 40px;
    line-height: 40px;
    margin: 0 0px 0 0;
    padding: 2px 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  /* line 175, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu h3.title .close {
    float: left;
    margin: 10px 30px 0 0;
  }
  /* line 179, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu.admin-menu {
    top: 50px;
  }
  /* line 181, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu a {
    color: white;
  }
  /* line 183, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu ul {
    padding: 0;
  }
  /* line 186, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu li a {
    display: block;
    border-top: 1px solid #bcd4dc;
    padding: 5px 10px;
  }
  /* line 191, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .language-switcher-locale-url li {
    list-style: none;
  }
  /* line 193, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .language-switcher-locale-url a {
    float: right;
    text-align: center;
    background-color: #2f2f2f;
    padding: 2px 10px;
    margin: 20px 0;
    border-top: none;
  }
  /* line 200, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu div.block {
    clear: both;
  }
  /* line 203, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .region-mobile-main li {
    list-style: none;
  }
  /* line 206, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .region-mobile-bottom li {
    list-style: none;
  }
  /* line 208, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .region-mobile-bottom a {
    border-top: none;
    border-bottom: 1px solid #bcd4dc;
  }
  /* line 212, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .region-mobile-top .block-menu-block, #mobile-wrap #mobile-menu .region-mobile-top #block-multiblock-3 {
    background-color: white;
    padding: 10px;
  }
  /* line 215, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .region-mobile-top .block-menu-block h2 a, #mobile-wrap #mobile-menu .region-mobile-top #block-multiblock-3 h2 a {
    color: #008e9e;
    text-decoration: none;
  }
  /* line 218, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .region-mobile-top .block-menu-block ul, #mobile-wrap #mobile-menu .region-mobile-top #block-multiblock-3 ul {
    padding: 0;
  }
  /* line 220, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .region-mobile-top .block-menu-block li, #mobile-wrap #mobile-menu .region-mobile-top #block-multiblock-3 li {
    margin: 0 10px 0 25px;
  }
  /* line 222, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .region-mobile-top .block-menu-block li a, #mobile-wrap #mobile-menu .region-mobile-top #block-multiblock-3 li a {
    color: #008e9e;
    text-decoration: none;
    border: none;
  }
  /* line 226, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .region-mobile-top .block-menu-block li a:hover, #mobile-wrap #mobile-menu .region-mobile-top #block-multiblock-3 li a:hover {
    background-color: #dbdbdb;
  }
  /* line 228, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .region-mobile-top .block-menu-block li a.active, #mobile-wrap #mobile-menu .region-mobile-top #block-multiblock-3 li a.active {
    background-color: #008e9e;
    color: white;
  }
  /* line 234, ../sass/_gnwt-mobile.sass */
  #mobile-wrap #mobile-menu .form-item {
    width: 80%;
  }
  /* line 236, ../sass/_gnwt-mobile.sass */
  #mobile-wrap li > a:hover {
    background: none;
  }
  /* line 238, ../sass/_gnwt-mobile.sass */
  #mobile-wrap li > a.hover {
    background-color: #bcd4dc;
  }

  /* line 240, ../sass/_gnwt-mobile.sass */
  footer .block-nice-menus > ul {
    width: 100%;
  }
  /* line 242, ../sass/_gnwt-mobile.sass */
  footer .block-nice-menus > ul li {
    width: 50%;
    text-align: center;
  }
  /* line 245, ../sass/_gnwt-mobile.sass */
  footer .block-nice-menus > ul a {
    font-size: 16px;
    line-height: 50px;
    margin: 2px;
    padding: 0;
    border: 2px solid #494949;
  }
}
@media all and (max-width: 959px) {
  /* line 4, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap #mobile-menu h3.title {
    background-color: #008e9e;
  }
  /* line 7, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner li > a.hover, #mobile-wrap #mobile-menu .inner li > a.active {
    background-color: #008e9e;
    color: white;
  }
  /* line 10, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner li a {
    border-top-color: #008e9e;
  }
  /* line 12, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner .region-mobile-main {
    background-color: #2f2f2f;
    color: #2f2f2f;
  }
  /* line 15, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner .region-mobile-main a {
    color: white;
  }
  /* line 17, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner .region-mobile-top {
    background-color: #2f2f2f;
  }
  /* line 19, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner .region-mobile-top .block-menu-block li a:hover {
    color: #2f2f2f;
  }
  /* line 21, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap #mobile-menu .inner .language-switcher-locale-url a {
    background-color: #008e9e;
    margin: 10px 0 20px 0;
  }
  /* line 25, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap .block-gnwt-search form {
    clear: both;
  }
  /* line 27, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap .block-gnwt-search input#edit-search-block-form--4 {
    float: left;
    width: 72%;
    margin: 0;
  }
  /* line 31, ../sass/_electionsnwt-mobile.sass */
  #mobile-wrap .block-gnwt-search input.form-submit {
    width: 28%;
    margin: 0;
    padding: 7px;
  }

  /* line 37, ../sass/_electionsnwt-mobile.sass */
  #footer .social-footer {
    clear: both;
    padding: 0;
  }
  /* line 40, ../sass/_electionsnwt-mobile.sass */
  #footer #block-nice-menus-3 {
    width: 100%;
  }
}
/* line 1, ../sass/components/_audit_button_fix.scss */
#block-google-appliance-ga-block-search-form .form-submit {
  font-size: 0;
}

/* line 5, ../sass/components/_audit_button_fix.scss */
#block-google-appliance-ga-block-search-form .form-submit::before {
  font-size: 1.2rem;
}

@media (max-width: 959px) {
  /* line 1, ../sass/components/forms/_polling_station_lookup.scss */
  #station-lookup-form {
    margin: 0 auto;
    max-width: 520px;
  }
}
/* line 6, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-form .description {
  padding-top: .25rem;
  max-width: 520px;
  font-size: .9rem;
}

/* line 14, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table {
  font-size: .85rem !important;
}
/* line 17, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table td.empty {
  display: table-cell;
}
/* line 23, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table thead th.select-all,
#station-lookup-result-form tbody td:first-child {
  display: none;
}
/* line 31, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table thead tr th:nth-of-type(2) {
  border-right: 1px solid white;
}
/* line 35, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table thead tr th:nth-of-type(3) {
  border-right: 1px solid white;
  max-width: 60px;
}
/* line 40, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table thead tr th:nth-of-type(4) {
  border-right: 1px solid white;
}
/* line 44, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table thead tr th:nth-of-type(5) {
  border-right: 1px solid white;
}
/* line 48, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table thead tr th:nth-of-type(6) {
  border-right: 1px solid white;
}
/* line 53, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table thead tr th:nth-of-type(7) {
  border-right: 1px solid white;
}
/* line 58, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table thead tr th:nth-of-type(8) {
  border-right: 1px solid white;
}
/* line 62, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table thead tr th:nth-of-type(9) {
  border-right: 1px solid white;
}
/* line 66, ../sass/components/forms/_polling_station_lookup.scss */
#station-lookup-result-form .station-lookup-result-table thead tr th:nth-of-type(10) {
  border-right: 1px solid white;
}

/* line 75, ../sass/components/forms/_polling_station_lookup.scss */
.tablesaw td {
  padding: 0 !important;
}
@media only screen and (min-width: 640px) {
  /* line 75, ../sass/components/forms/_polling_station_lookup.scss */
  .tablesaw td {
    padding: 1rem !important;
  }
}

/* line 83, ../sass/components/forms/_polling_station_lookup.scss */
.tablesaw-cell-content {
  padding: .5rem !important;
}

/* line 86, ../sass/components/forms/_polling_station_lookup.scss */
.tablesaw-cell-label {
  padding: .5rem !important;
  background-color: #008e9e;
  color: White;
}

/* line 92, ../sass/components/forms/_polling_station_lookup.scss */
.tablesaw tbody {
  border-top: 0 !important;
}

/* line 99, ../sass/components/forms/_polling_station_lookup.scss */
.main-content table tr:nth-child(even),
.main-content table tr:nth-child(odd),
.main-content table tr.even,
.main-content table tr.odd {
  padding: 0 !important;
  padding-top: 1rem !important;
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
}

@media (max-width: 959px) {
  /* line 1, ../sass/components/forms/_voter_lookup.scss */
  #voterlookup-form {
    margin: 0 auto;
    max-width: 520px;
  }
}
/* line 6, ../sass/components/forms/_voter_lookup.scss */
#voterlookup-form .description {
  padding-top: .25rem;
  max-width: 520px;
  font-size: .9rem;
}

/* line 2, ../sass/components/forms/_voter-registration.scss */
#autocomplete {
  background-color: white;
}

/* line 9, ../sass/components/forms/_voter-registration.scss */
fieldset#edit-elector-information,
fieldset#edit-residential-address,
fieldset#edit-mailing-address,
fieldset#edit-contact-information {
  margin-top: 1rem;
  max-width: 500px;
}

/* line 14, ../sass/components/forms/_voter-registration.scss */
input[type="text"] {
  width: 100%;
  max-width: 400px;
}

/* line 3, ../sass/components/_gnwt_search.scss */
.block-gnwt-search .form-item .form-text {
  margin: 0;
}
/* line 9, ../sass/components/_gnwt_search.scss */
.block-gnwt-search #edit-actions .gnwt-sd2-search-submit {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 13, ../sass/components/_gnwt_search.scss */
.block-gnwt-search #edit-actions .gnwt-sd2-search-submit #edit-submit {
  margin: 0 !important;
  padding: 7px 24px;
}

/* line 20, ../sass/components/_gnwt_search.scss */
#block-search-form {
  clear: both;
  position: absolute;
  right: 0;
  top: 77px;
  min-width: 275px;
}
/* line 26, ../sass/components/_gnwt_search.scss */
#block-search-form input.form-submit {
  width: 28%;
  margin: 0;
  padding: 7px 14px;
}
/* line 31, ../sass/components/_gnwt_search.scss */
#block-search-form input#edit-search-block-form--2 {
  float: left;
  width: 72%;
  margin: 0;
}
/* line 36, ../sass/components/_gnwt_search.scss */
#block-search-form input#edit-search-block-form--2:focus {
  outline-width: 2px;
}

/* line 44, ../sass/components/_gnwt_search.scss */
.page-search #main ol.search-results {
  padding: 0;
}
@media (max-width: 959px) {
  /* line 47, ../sass/components/_gnwt_search.scss */
  .page-search #main ol.search-results .title {
    text-align: left;
  }
}
/* line 53, ../sass/components/_gnwt_search.scss */
.page-search #main li.search-result {
  margin-bottom: 2em;
}
/* line 59, ../sass/components/_gnwt_search.scss */
.page-search .search-form .form-item input.form-text {
  border: 1px solid #aaaaaa;
}
/* line 63, ../sass/components/_gnwt_search.scss */
.page-search .search-form #edit-keys {
  outline-width: 2px;
}
@media (min-width: 959px) {
  /* line 67, ../sass/components/_gnwt_search.scss */
  .page-search .search-form #edit-submit {
    margin-left: -13px;
    padding: 6px 24px;
  }
}

/* line 2, ../sass/components/_elections-footer.scss */
#footer h2 {
  color: #bcd4dc;
}
/* line 5, ../sass/components/_elections-footer.scss */
#footer h3 {
  color: #bcd4dc;
}

/* line 3, ../sass/components/_elections-lists.scss */
.main-content ul:not(.tabs),
.cke_editable ul:not(.tabs) {
  margin: 0.3 0 1;
}

/* line 8, ../sass/components/_elections-lists.scss */
li {
  margin-bottom: 0.5em;
  line-height: 1.25em;
}

/* line 17, ../sass/components/_elections-lists.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* Candidates & Agents landing pages */
/**
 * Candidates and Agents Submenu
 */
/* line 4, ../sass/components/_candidates-submenu.scss */
#secondary-menu {
  background-color: transparent;
  border-bottom: 2px solid #bcd4dc;
  display: none;
}
@media all and (min-width: 960px) {
  /* line 4, ../sass/components/_candidates-submenu.scss */
  #secondary-menu {
    display: block;
  }
}
/* line 13, ../sass/components/_candidates-submenu.scss */
#secondary-menu .block-menu-block {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0rem;
  max-width: 980px;
}
/* line 19, ../sass/components/_candidates-submenu.scss */
#secondary-menu .block-menu-block ul {
  padding-left: 0;
  margin: 0;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  text-align: center;
}
/* line 25, ../sass/components/_candidates-submenu.scss */
#secondary-menu .block-menu-block ul li {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
}
/* line 30, ../sass/components/_candidates-submenu.scss */
#secondary-menu .block-menu-block ul li a {
  color: #2f2f2f;
  padding: 0 20px;
  display: block;
  font-size: 16px;
  line-height: 50px;
}

/**
 * CKeditor Plugins
 */
/* line 4, ../sass/components/_plugin-ckeditor.scss */
p[name="tableOfContents"] {
  background-color: rgba(241, 243, 244, 0.75);
  margin: 0 0 0 0 !important;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 11, ../sass/components/_plugin-ckeditor.scss */
div[name="tableOfContents"] {
  background-color: rgba(241, 243, 244, 0.75);
  margin-left: 0 !important;
  padding-left: 1rem;
  padding-bottom: 0.50rem;
}
/* line 16, ../sass/components/_plugin-ckeditor.scss */
div[name="tableOfContents"] a {
  color: rgba(20, 142, 157, 0.75);
}
/* line 19, ../sass/components/_plugin-ckeditor.scss */
div[name="tableOfContents"]:hover {
  color: rgba(20, 142, 157, 0.75);
  font-weight: 650;
}

/* line 25, ../sass/components/_plugin-ckeditor.scss */
.asset-video {
  background-color: transparent;
}
/* line 27, ../sass/components/_plugin-ckeditor.scss */
.asset-video strong {
  visibility: hidden;
}
/* line 30, ../sass/components/_plugin-ckeditor.scss */
.asset-video object {
  max-width: 100%;
}

/* line 34, ../sass/components/_plugin-ckeditor.scss */
.asset-image {
  background-color: transparent;
}
/* line 36, ../sass/components/_plugin-ckeditor.scss */
.asset-image strong {
  visibility: hidden;
}
/* line 39, ../sass/components/_plugin-ckeditor.scss */
.asset-image img {
  max-width: 100%;
}

/* line 46, ../sass/components/_plugin-ckeditor.scss */
.node .field-item .asset-wrapper.asset.aid-1.asset-video {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Question Block Style */
/**
 * Question BLock sidebar
 */
/* line 4, ../sass/components/custom-block/_question-block.scss */
#block-bean-question-block {
  border: 0px;
  background-color: rgba(188, 212, 220, 0.75);
  margin-bottom: 3rem;
}
/* line 7, ../sass/components/custom-block/_question-block.scss */
#block-bean-question-block .field-items {
  margin-left: .75rem;
  font-size: 15px;
}
/* line 11, ../sass/components/custom-block/_question-block.scss */
#block-bean-question-block a {
  text-decoration: none;
  color: rgba(2, 2, 2, 0.75);
}
/* line 14, ../sass/components/custom-block/_question-block.scss */
#block-bean-question-block a:hover {
  color: #020202;
  font-weight: 650;
}

/**
 * Question BLock sidebar
 */
/* line 4, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent {
  border: 0px;
}
/* line 7, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent .block__title {
  background-color: white;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  padding-left: 0 !important;
}
/* line 16, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent .asset {
  padding: 10px !important;
}
/* line 19, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent .poll .vote-form .choices {
  width: 100%;
  margin: 0;
}
/* line 23, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent .poll .vote-form .choices .title {
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 1rem;
}
/* line 28, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent .poll .vote-form .choices .form-item {
  margin-top: 1rem;
  margin-left: .5rem;
}
/* line 31, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent .poll .vote-form .choices .form-item .option {
  margin-left: 1rem;
}
/* line 37, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent .poll .title {
  background-color: #4e6366;
  color: white;
  padding: .5rem;
  margin-bottom: 1rem;
}
/* line 43, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent .poll input[type=radio] + label {
  background-color: #dbdbdb;
  font-style: italic;
  padding: .5rem;
}
/* line 48, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent .poll input[type=radio]:checked + label {
  background-color: #008e9e;
  font-style: normal;
  color: white;
}
/* line 54, ../sass/components/custom-block/_poll-block.scss */
#block-poll-recent .links {
  display: none;
}

/* Landing page styles */
/* line 5, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-items-field-link-bubbles {
  align-items: center;
}
/* line 9, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-items-field-link-bubbles .field-items .field-item .field-name-field-icon {
  width: 65px;
  height: 65px;
  float: left;
}
@media all and (min-width: 320px) {
  /* line 9, ../sass/components/custom-page/_landing-page.scss */
  .paragraphs-items-field-link-bubbles .field-items .field-item .field-name-field-icon {
    margin-left: 6px;
  }
}
@media all and (min-width: 568px) {
  /* line 9, ../sass/components/custom-page/_landing-page.scss */
  .paragraphs-items-field-link-bubbles .field-items .field-item .field-name-field-icon {
    margin-right: 0;
  }
}
@media all and (min-width: 960px) {
  /* line 9, ../sass/components/custom-page/_landing-page.scss */
  .paragraphs-items-field-link-bubbles .field-items .field-item .field-name-field-icon {
    width: 150px;
    margin-left: 8px;
  }
}
/* line 25, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-items-field-link-bubbles .field-items .field-item .field-name-field-icon::after {
  content: "";
  clear: both;
  display: table;
}
/* line 34, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-items-field-link-bubbles .field-items .field-item .group-description {
  margin-top: .5rem;
  padding-left: .25rem;
  width: 100%;
  max-width: 180px;
  font-size: .7rem;
  line-height: 1.2;
  float: left;
}
@media all and (min-width: 320px) {
  /* line 34, ../sass/components/custom-page/_landing-page.scss */
  .paragraphs-items-field-link-bubbles .field-items .field-item .group-description {
    max-width: 70%;
  }
}
@media all and (min-width: 568px) {
  /* line 34, ../sass/components/custom-page/_landing-page.scss */
  .paragraphs-items-field-link-bubbles .field-items .field-item .group-description {
    margin-top: .5rem;
    max-width: 80%;
    margin-left: 0;
    padding-left: .5rem;
    font-size: .9rem;
  }
}
@media all and (min-width: 960px) {
  /* line 34, ../sass/components/custom-page/_landing-page.scss */
  .paragraphs-items-field-link-bubbles .field-items .field-item .group-description {
    margin-top: 1rem;
    font-size: 1rem;
    padding-left: 1rem;
  }
}
@media all and (min-width: 960px) {
  /* line 60, ../sass/components/custom-page/_landing-page.scss */
  .paragraphs-items-field-link-bubbles .field-items .field-item .group-description .field-name-field-linked-page a {
    font-size: 1.2rem;
  }
}
/* line 66, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-items-field-link-bubbles .field-items .field-item .group-description .field-name-field-link-desc::after {
  content: "";
  clear: both;
  display: table;
}
@media all and (min-width: 960px) {
  /* line 65, ../sass/components/custom-page/_landing-page.scss */
  .paragraphs-items-field-link-bubbles .field-items .field-item .group-description .field-name-field-link-desc {
    padding-top: 1.75rem;
    line-height: 1.4;
  }
}
/* line 76, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-items-field-link-bubbles .field-items .field-item .group-description::after {
  content: "";
  clear: both;
  display: table;
}
/* line 83, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-items-field-link-bubbles .field-items .field-item .group-description a {
  font-size: .9rem;
  text-decoration: none;
  font-weight: 700;
}
@media all and (min-width: 960px) {
  /* line 83, ../sass/components/custom-page/_landing-page.scss */
  .paragraphs-items-field-link-bubbles .field-items .field-item .group-description a {
    width: 150px;
  }
}
/* line 91, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-items-field-link-bubbles .field-items .field-item .group-description a:hover {
  color: #008e9e;
  text-decoration: underline;
}

/* line 127, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-item-landing-page-bubble {
  border: 1px solid #008e9e;
  border-radius: 85px;
  box-shadow: 2px 4px 2px #dbdbdb;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 -2px 3px -10px white;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all .2s ease;
}
@media all and (min-width: 960px) {
  /* line 127, ../sass/components/custom-page/_landing-page.scss */
  .paragraphs-item-landing-page-bubble {
    margin-right: 1rem;
    height: 160px;
  }
}
/* line 141, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-item-landing-page-bubble:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5), 0 -2px 3px -10px white;
}
/* line 145, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-item-landing-page-bubble::after {
  content: "";
  clear: both;
  display: table;
}
/* line 151, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-item-landing-page-bubble .field-name-field-icon {
  margin: 4px 0 4px 10px;
}
/* line 154, ../sass/components/custom-page/_landing-page.scss */
.paragraphs-item-landing-page-bubble .field-name-field-icon img {
  border-radius: 50%;
  background-color: #dbdbdb;
  padding: 0;
  margin: 0;
}

/* line 162, ../sass/components/custom-page/_landing-page.scss */
.entity-paragraphs-item {
  position: relative;
}
/* line 164, ../sass/components/custom-page/_landing-page.scss */
.entity-paragraphs-item a.attached-content--url-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 1;
}

/* line 6, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles {
  align-items: center;
}
/* line 11, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-image {
  width: 65px;
  height: 65px;
  float: left;
}
@media all and (min-width: 320px) {
  /* line 11, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-image {
    margin-left: 6px;
  }
}
@media all and (min-width: 568px) {
  /* line 11, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-image {
    margin-right: 0;
  }
}
@media all and (min-width: 960px) {
  /* line 11, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-image {
    width: 150px;
    margin-left: 8px;
  }
}
/* line 27, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-image::after {
  content: "";
  clear: both;
  display: table;
}
/* line 37, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-title {
  margin-top: .5rem;
  padding-left: .25rem;
  width: 100%;
  max-width: 180px;
  font-size: .7rem;
  line-height: 1.2;
  max-height: 30px;
  float: left;
}
@media all and (min-width: 320px) {
  /* line 37, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-title {
    max-width: 70%;
  }
}
@media all and (min-width: 568px) {
  /* line 37, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-title {
    margin-top: .5rem;
    max-width: 80%;
    margin-left: 0;
    padding-left: .5rem;
    font-size: .9rem;
  }
}
@media all and (min-width: 960px) {
  /* line 37, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-title {
    margin-top: 1rem;
    font-size: 1.2rem;
    padding-left: 1rem;
    font-weight: bold;
  }
}
/* line 66, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-description {
  margin-top: .5rem;
  padding-left: .25rem;
  width: 100%;
  max-width: 180px;
  font-size: .7rem;
  line-height: 1.2;
  max-height: 30px;
  float: left;
}
@media all and (min-width: 320px) {
  /* line 66, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-description {
    max-width: 70%;
  }
}
@media all and (min-width: 568px) {
  /* line 66, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-description {
    margin-top: .5rem;
    max-width: 80%;
    margin-left: 0;
    padding-left: .5rem;
    font-size: .9rem;
  }
}
@media all and (min-width: 960px) {
  /* line 66, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-description {
    margin-top: 1rem;
    font-size: 1rem;
    padding-left: 1rem;
  }
}
@media all and (min-width: 960px) {
  /* line 94, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-description .field-name-field-bubble-link a {
    font-size: 1.2rem;
  }
}
/* line 100, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-description .field-name-field-link-desc::after {
  content: "";
  clear: both;
  display: table;
}
@media all and (min-width: 960px) {
  /* line 99, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-description .field-name-field-link-desc {
    padding-top: 1.75rem;
    line-height: 1.4;
  }
}
/* line 110, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-items .field-item .field-name-field-bubble-description::after {
  content: "";
  clear: both;
  display: table;
}

/* line 150, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-item {
  border: 1px solid #008e9e;
  border-radius: 85px;
  box-shadow: 2px 4px 2px #dbdbdb;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 -2px 3px -10px white;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all .2s ease;
}
@media all and (min-width: 960px) {
  /* line 150, ../sass/components/_link-bubbles.scss */
  .field-name-field-mf-link-bubbles .field-item {
    margin-right: 1rem;
    height: 160px;
  }
}
/* line 164, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-item:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5), 0 -2px 3px -10px white;
}
/* line 168, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-item::after {
  content: "";
  clear: both;
  display: table;
}
/* line 175, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-item .field-name-field-bubble-image {
  margin: 4px 0 4px 10px;
}
/* line 178, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-item .field-name-field-bubble-image img {
  border-radius: 50%;
  background-color: #dbdbdb;
  padding: 0;
  margin: 0;
}

/* line 189, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-item .field-item {
  border: none;
  border-radius: none;
  box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: none;
}

/* line 201, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-item {
  position: relative;
}
/* line 204, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-item .field-name-field-bubble-image .field-item {
  width: 100%;
}
/* line 209, ../sass/components/_link-bubbles.scss */
.field-name-field-mf-link-bubbles .field-item .field-name-field-bubble-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 1;
  font-size: 0;
}

/* Sidebar Menu styles */
/**
 * SIdebar Menu BLock
 */
/* line 4, ../sass/components/custom-block/_menu-first-sidebar-block.scss */
#block-menu-block-1 {
  border: none;
  border-bottom: 2px solid rgba(219, 219, 219, 0.5);
  margin-bottom: 3rem;
}
/* line 5, ../sass/components/custom-block/_menu-first-sidebar-block.scss */
#block-menu-block-1 .block__title {
  border-bottom: 2px solid rgba(219, 219, 219, 0.5);
  padding-left: 0;
  padding-bottom: .5rem;
}
/* line 13, ../sass/components/custom-block/_menu-first-sidebar-block.scss */
#block-menu-block-1 ul li {
  list-style: none;
  margin-left: 0 !important;
}

/* line 24, ../sass/components/custom-block/_menu-first-sidebar-block.scss */
.region-sidebar-first .block ul li a.active, .region-sidebar-first .block ul li a.active:hover, .region-sidebar-first .block ul li a:hover, .region-sidebar-first .block ul li a:focus {
  font-weight: bold;
  background-color: white;
  color: #008e9e;
}

/* line 34, ../sass/components/custom-block/_menu-first-sidebar-block.scss */
.block h3 {
  padding-left: 10px;
}

/* line 2, ../sass/components/_sidebar_menu.scss */
.region-sidebar-first ul > li > ul {
  margin-left: 20px !important;
}
