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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 400, ../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 415, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 434, ../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 445, ../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 459, ../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 473, ../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 484, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 499, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 508, ../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 514, ../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 524, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 34, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

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

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

/* Navigation bar */
@media all and (min-width: 640px) {
  /* line 60, ../sass/layouts/_responsive.scss */
  #main {
    position: relative;
  }

  /* line 63, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    height: 60px;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 641px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 81, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 83, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 88, ../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 96, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 98, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 103, ../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 111, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 113, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 118, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 129, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 25px;
    padding-right: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 133, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 138, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 142, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 159, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 161, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }
  /* line 166, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 174, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 3 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 4th column from left. */
  }
  /* line 176, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 189, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 4th column from left. */
  }
  /* line 191, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: -75%;
  }
  /* line 196, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 75%;
    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 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

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

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

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

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

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

/**
 * Menus.
 */
/* line 479, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 743, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 752, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 759, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

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

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

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

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

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

/**
 * @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 {
  /* line 14, ../sass/_print.scss */
  body {
    font-family: Georgia, "Times New Roman", Times, serif;
  }

  /* Underline all links. */
  /* line 19, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: none !important;
    /* Don't underline header. */
  }
  /* line 24, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 29, ../sass/_print.scss */
  h1#page-title {
    font: 20pt Georgia, "Times New Roman", Times, serif;
    margin: 0 0 15px !important;
  }

  /* line 34, ../sass/_print.scss */
  h2,
  h3,
  h4 {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-size: 14pt !important;
  }

  /* line 43, ../sass/_print.scss */
  .node .field-name-body p {
    font-size: 12pt !important;
    line-height: 14pt;
  }

  /* line 51, ../sass/_print.scss */
  #content .field-name-body {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 52, ../sass/_print.scss */
  #content .field-name-body a {
    color: #000;
    text-decoration: underline !important;
  }
  /* line 57, ../sass/_print.scss */
  #content .field-name-body a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 12pt;
    color: #000;
  }
  /* line 65, ../sass/_print.scss */
  #content .field-name-body a[href^="javascript:"]:after,
  #content .field-name-body a[href^="#"]:after {
    content: "";
  }
  /* line 71, ../sass/_print.scss */
  #content .field-name-body abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

  /* Print a thank you and support message */
  /* line 86, ../sass/_print.scss */
  #content:after {
    border: 1px dashed #000;
    content: "Thank you for printing this aticle. Green Left Weekly relies on the support or readers like you. Visit greenleft.org.au/support and become a Green Left supporter today.";
    color: #000 !important;
    display: block;
    font-size: 12pt;
    font-weight: 800;
    padding: 10px;
    page-break-inside: avoid;
  }

  /* Defining all page breaks */
  /* line 98, ../sass/_print.scss */
  a {
    page-break-inside: avoid;
  }

  /* line 101, ../sass/_print.scss */
  blockquote {
    page-break-inside: avoid;
  }

  /* line 104, ../sass/_print.scss */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  /* line 106, ../sass/_print.scss */
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  /* line 108, ../sass/_print.scss */
  table, pre {
    page-break-inside: avoid;
  }

  /* line 109, ../sass/_print.scss */
  ul, ol, dl {
    page-break-before: avoid;
  }

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

  /* line 121, ../sass/_print.scss */
  .group-issue {
    margin-bottom: 15px !important;
  }

  /* line 125, ../sass/_print.scss */
  br {
    content: "";
    margin: 0em !important;
    display: block;
    font-size: 0% !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 133, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #header,
  #navigation-sticky-wrapper,
  #navigation,
  .group-image,
  .addtoany_list,
  .region-sidebar-first,
  .region-sidebar-second,
  #footerwrapper,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .group-category,
  .feed-icons {
    /* visibility: hidden; */
    display: none !important;
    margin: 0 !important;
  }
}
/* line 3, ../sass/headerfooter.scss */
#footerwrapper {
  padding: 2em 0;
  background-color: #444444;
  border-top: 1px solid #98cf79;
}
/* line 7, ../sass/headerfooter.scss */
#footerwrapper .region-footer {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 90%;
  color: white;
}
/* line 12, ../sass/headerfooter.scss */
#footerwrapper .region-footer a {
  color: white;
  text-decoration: none;
}
/* line 15, ../sass/headerfooter.scss */
#footerwrapper .region-footer a:hover {
  color: #d4e3b8;
  text-decoration: underline;
}
/* line 21, ../sass/headerfooter.scss */
#footerwrapper .region-footer .block ul.menu {
  margin: 1.5em 0;
  padding: 0;
}
/* line 24, ../sass/headerfooter.scss */
#footerwrapper .region-footer .block ul.menu li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 0.5em;
}
/* line 30, ../sass/headerfooter.scss */
#footerwrapper .region-footer .block h2 {
  color: #91b74b;
  margin: 0;
  font-weight: normal;
}
/* line 34, ../sass/headerfooter.scss */
#footerwrapper .region-footer .block h2 a {
  color: #91b74b;
  text-decoration: none;
}

/* line 42, ../sass/headerfooter.scss */
#header {
  padding: 20px 0;
  background-color: white;
}
@media (max-width: 640px) {
  /* line 42, ../sass/headerfooter.scss */
  #header {
    border-bottom: 1px solid #cccccc;
    padding: 0;
    position: fixed;
    z-index: 10001;
    height: 50px;
    width: 100%;
  }
}
/* line 53, ../sass/headerfooter.scss */
#header .inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  /* line 53, ../sass/headerfooter.scss */
  #header .inner {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  /* line 53, ../sass/headerfooter.scss */
  #header .inner {
    padding-left: 0;
    flex-direction: row;
    height: 100%;
    align-items: center;
  }
}
/* line 67, ../sass/headerfooter.scss */
#header #mm-toggle {
  height: initial;
}
/* line 69, ../sass/headerfooter.scss */
#header #mm-toggle a {
  color: #444444;
  display: block;
  line-height: 100%;
  text-decoration: none;
  padding: 17px 20px;
}
/* line 75, ../sass/headerfooter.scss */
#header #mm-toggle a:hover, #header #mm-toggle a:focus {
  background-color: #fff;
}
@media (min-width: 641px) {
  /* line 67, ../sass/headerfooter.scss */
  #header #mm-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 83, ../sass/headerfooter.scss */
  #header #logo-wrapper {
    max-width: 250px;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  /* line 83, ../sass/headerfooter.scss */
  #header #logo-wrapper {
    border-left: 1px solid #cccccc;
    height: 28px;
    margin: 0;
    padding-left: 20px;
    max-width: 25px;
  }
}
/* line 95, ../sass/headerfooter.scss */
#header #logo-wrapper #logo {
  z-index: 10;
  position: relative;
  display: block;
}
/* line 99, ../sass/headerfooter.scss */
#header #logo-wrapper #logo .header__logo-image {
  width: 100%;
}
@media (max-width: 640px) {
  /* line 99, ../sass/headerfooter.scss */
  #header #logo-wrapper #logo .header__logo-image {
    display: none;
  }
}
/* line 105, ../sass/headerfooter.scss */
#header #logo-wrapper #logo .header__logo-mobile {
  max-width: 25px;
}
@media (min-width: 641px) {
  /* line 105, ../sass/headerfooter.scss */
  #header #logo-wrapper #logo .header__logo-mobile {
    display: none;
  }
}
/* line 111, ../sass/headerfooter.scss */
#header #logo-wrapper #logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  /* line 83, ../sass/headerfooter.scss */
  #header #logo-wrapper {
    height: 28px;
  }
}
/* line 124, ../sass/headerfooter.scss */
#header #header-links {
  display: flex;
  flex-flow: column;
  margin-left: auto;
}
/* line 128, ../sass/headerfooter.scss */
#header #header-links #header-buttons {
  align-items: self-start;
  display: flex;
  flex: row;
}
/* line 132, ../sass/headerfooter.scss */
#header #header-links #header-buttons .head-butt {
  display: flex;
  margin-left: 12px;
}
@media (max-width: 768px) {
  /* line 132, ../sass/headerfooter.scss */
  #header #header-links #header-buttons .head-butt {
    margin-left: 10px;
  }
}
@media (max-width: 640px) {
  /* line 132, ../sass/headerfooter.scss */
  #header #header-links #header-buttons .head-butt {
    margin-left: 8px;
    align-items: center;
  }
}
/* line 142, ../sass/headerfooter.scss */
#header #header-links #header-buttons .head-butt a {
  border-bottom: 4px solid transparent;
  color: #444444;
  display: block;
  font-family: "Nunito Sans";
  font-size: 18px;
  letter-spacing: .5px;
  padding-bottom: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
  word-spacing: -2px;
}
/* line 154, ../sass/headerfooter.scss */
#header #header-links #header-buttons .head-butt a:hover, #header #header-links #header-buttons .head-butt a:focus {
  border-bottom: 4px solid #91b74b;
}
@media (max-width: 640px) {
  /* line 154, ../sass/headerfooter.scss */
  #header #header-links #header-buttons .head-butt a:hover, #header #header-links #header-buttons .head-butt a:focus {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* line 142, ../sass/headerfooter.scss */
  #header #header-links #header-buttons .head-butt a {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  /* line 142, ../sass/headerfooter.scss */
  #header #header-links #header-buttons .head-butt a {
    border-bottom: none;
    font-size: 16px;
    padding-bottom: 0;
  }
}
/* line 169, ../sass/headerfooter.scss */
#header #header-links #header-buttons .head-butt a.hb-support {
  padding-bottom: 2px;
  border-bottom: 4px solid transparent;
  line-height: 22px;
}
/* line 173, ../sass/headerfooter.scss */
#header #header-links #header-buttons .head-butt a.hb-support:hover, #header #header-links #header-buttons .head-butt a.hb-support:focus {
  border-bottom: 4px solid transparent;
  padding-bottom: 2px;
}
@media (max-width: 640px) {
  /* line 173, ../sass/headerfooter.scss */
  #header #header-links #header-buttons .head-butt a.hb-support:hover, #header #header-links #header-buttons .head-butt a.hb-support:focus {
    border-bottom: none;
    padding-bottom: 0;
  }
}
/* line 181, ../sass/headerfooter.scss */
#header #header-links #header-buttons .head-butt a.hb-support:before {
  border-bottom: 4px solid transparent;
  content: "\f004";
  color: #91b74b;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 4px;
  padding-bottom: 2px;
  transition: all .5s;
}
/* line 194, ../sass/headerfooter.scss */
#header #header-links #header-buttons .head-butt a.hb-support:hover:before {
  color: #8e1618;
  font-size: 16px;
}
@media (max-width: 640px) {
  /* line 199, ../sass/headerfooter.scss */
  #header #header-links #header-buttons .head-butt a.hb-support:hover:before {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  /* line 169, ../sass/headerfooter.scss */
  #header #header-links #header-buttons .head-butt a.hb-support {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  /* line 212, ../sass/headerfooter.scss */
  #header #header-links #header-buttons #header-support,
  #header #header-links #header-buttons #header-subscribe,
  #header #header-links #header-buttons #header-donate,
  #header #header-links #header-buttons #header-account,
  #header #header-links #header-buttons #header-login,
  #header #header-links #header-buttons #header-logout {
    height: 28px;
  }
  /* line 220, ../sass/headerfooter.scss */
  #header #header-links #header-buttons #header-support,
  #header #header-links #header-buttons #header-donate,
  #header #header-links #header-buttons #header-account {
    padding-right: 20px;
    border-right: 1px solid #cccccc;
  }
  /* line 226, ../sass/headerfooter.scss */
  #header #header-links #header-buttons #header-subscribe, #header #header-links #header-buttons #header-login, #header #header-links #header-buttons #header-logout {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  /* line 231, ../sass/headerfooter.scss */
  #header #header-links #header-buttons #header-subscribe, #header #header-links #header-buttons #header-donate, #header #header-links #header-buttons #header-account {
    display: none;
  }
}

/* line 238, ../sass/headerfooter.scss */
#navigation-sticky-wrapper {
  height: 60px !important;
}

/* line 241, ../sass/headerfooter.scss */
#navigation {
  background-color: #4c812e;
  padding: 0;
  z-index: 50 !important;
}
@media (max-width: 768px) {
  /* line 241, ../sass/headerfooter.scss */
  #navigation {
    height: 120px;
  }
}
@media (max-width: 640px) {
  /* line 241, ../sass/headerfooter.scss */
  #navigation {
    height: 166px;
  }
}
/* line 251, ../sass/headerfooter.scss */
#navigation .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 251, ../sass/headerfooter.scss */
  #navigation .inner {
    background-color: #f0f0f0;
  }
}
/* line 258, ../sass/headerfooter.scss */
#navigation .inner .region-navigation {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 10px;
  height: 60px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  /* line 258, ../sass/headerfooter.scss */
  #navigation .inner .region-navigation {
    right: 10px;
  }
}
@media (max-width: 768px) {
  /* line 258, ../sass/headerfooter.scss */
  #navigation .inner .region-navigation {
    position: relative;
  }
}
@media (max-width: 768px) and (min-width: 481px) and (max-width: 768px) {
  /* line 269, ../sass/headerfooter.scss */
  #navigation .inner .region-navigation .glwsocial {
    float: none;
    position: absolute;
    right: 10px;
    top: -60px;
  }
}

@media (min-width: 481px) and (max-width: 640px) {
  /* line 279, ../sass/headerfooter.scss */
  #navigation .inner .region-navigation .glwsocial {
    position: relative;
    text-align: center;
    background-color: #cccccc;
    padding: 5px 0;
    right: auto;
    top: auto;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  /* line 290, ../sass/headerfooter.scss */
  #navigation .inner #main-menu {
    background-color: #4c812e;
  }
}
/* line 294, ../sass/headerfooter.scss */
#navigation .inner #main-menu ul {
  height: 60px;
  display: block;
}
/* line 297, ../sass/headerfooter.scss */
#navigation .inner #main-menu ul:after {
  clear: none;
}
/* line 300, ../sass/headerfooter.scss */
#navigation .inner #main-menu ul li {
  height: 60px;
  margin: 0 30px 0 0px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  /* line 300, ../sass/headerfooter.scss */
  #navigation .inner #main-menu ul li {
    margin: 0 10px 0 20px;
  }
}
@media (max-width: 640px) {
  /* line 300, ../sass/headerfooter.scss */
  #navigation .inner #main-menu ul li {
    margin: 0;
    padding: 0;
    width: 16.666%;
    text-align: center;
  }
}
/* line 312, ../sass/headerfooter.scss */
#navigation .inner #main-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 60px;
}
@media (max-width: 640px) {
  /* line 312, ../sass/headerfooter.scss */
  #navigation .inner #main-menu ul li a {
    font-size: 1em;
  }
}
/* line 320, ../sass/headerfooter.scss */
#navigation .inner #main-menu ul li a:hover {
  border-bottom: 4px solid #91b74b;
}
/* line 327, ../sass/headerfooter.scss */
#navigation .inner .block-search {
  float: right;
}
@media (max-width: 768px) {
  /* line 327, ../sass/headerfooter.scss */
  #navigation .inner .block-search {
    float: none;
  }
}
/* line 332, ../sass/headerfooter.scss */
#navigation .inner .block-search .container-inline {
  background-color: white;
  border-radius: 20px;
  border: none;
}
@media (max-width: 768px) {
  /* line 332, ../sass/headerfooter.scss */
  #navigation .inner .block-search .container-inline {
    max-width: 90%;
    margin: 0 10%;
    border: 1px solid #cccccc;
  }
}
/* line 343, ../sass/headerfooter.scss */
#navigation .inner .block-search input[type="text"] {
  background-color: transparent;
  border: none;
  padding: 4px;
  padding-right: 10px;
  height: 38px;
  width: 200px;
  margin-left: 10px;
}
@media (max-width: 640px) {
  /* line 343, ../sass/headerfooter.scss */
  #navigation .inner .block-search input[type="text"] {
    width: 150px;
  }
}
/* line 355, ../sass/headerfooter.scss */
#navigation .inner .block-search input[type="submit"] {
  padding: 4px 20px;
  height: 38px;
  color: #cccccc;
  font-family: 'Font Awesome 5 Free';
}
/* line 360, ../sass/headerfooter.scss */
#navigation .inner .block-search input[type="submit"]:hover {
  color: #444444;
}
@media (max-width: 640px) {
  /* line 241, ../sass/headerfooter.scss */
  #navigation {
    display: none;
  }
}

/* line 370, ../sass/headerfooter.scss */
#header-social {
  display: flex;
  flex-flow: row nowrap;
  justify-content: end;
  margin-top: auto;
}
/* line 375, ../sass/headerfooter.scss */
#header-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex: row;
  justify-content: space-between;
}
/* line 381, ../sass/headerfooter.scss */
#header-social ul li {
  list-style-type: none;
  list-style-image: none;
  margin-left: 10px;
}
/* line 385, ../sass/headerfooter.scss */
#header-social ul li a {
  text-decoration: none;
}
/* line 387, ../sass/headerfooter.scss */
#header-social ul li a:before {
  color: #848484;
  font-size: 18px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
}
/* line 399, ../sass/headerfooter.scss */
#header-social ul li a.fa-microphone:hover:before {
  color: #bb62df;
}
/* line 406, ../sass/headerfooter.scss */
#header-social ul li a.fa-calendar-alt:hover:before {
  color: #91b74b;
}
/* line 413, ../sass/headerfooter.scss */
#header-social ul li a.fa-facebook-f:hover:before {
  color: #3b5a94;
}
/* line 420, ../sass/headerfooter.scss */
#header-social ul li a.fa-twitter:hover:before {
  color: #00a2ec;
}
/* line 427, ../sass/headerfooter.scss */
#header-social ul li a.fa-rss:hover:before {
  color: #f68830;
}
/* line 434, ../sass/headerfooter.scss */
#header-social ul li a.fa-youtube:hover:before {
  color: #d21c25;
}
@media (max-width: 640px) {
  /* line 370, ../sass/headerfooter.scss */
  #header-social {
    display: none;
  }
}

/* line 447, ../sass/headerfooter.scss */
.glwsocial ul {
  margin: 0;
  padding: 0;
}
/* line 450, ../sass/headerfooter.scss */
.glwsocial ul li {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
}
/* line 454, ../sass/headerfooter.scss */
.glwsocial ul li a {
  border-radius: 50%;
  color: white;
  border: 2px solid white;
  font-size: 0;
}
/* line 459, ../sass/headerfooter.scss */
.glwsocial ul li a:hover {
  background-color: #444444 !important;
}
/* line 462, ../sass/headerfooter.scss */
.glwsocial ul li a:before {
  font-size: 22px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
/* line 471, ../sass/headerfooter.scss */
.glwsocial ul li a.fa-microphone {
  background-color: #bb62df;
}
/* line 474, ../sass/headerfooter.scss */
.glwsocial ul li a.fa-dollar {
  background-color: #999;
}
@media (max-width: 640px) {
  /* line 474, ../sass/headerfooter.scss */
  .glwsocial ul li a.fa-dollar {
    display: none;
  }
}
/* line 480, ../sass/headerfooter.scss */
.glwsocial ul li a.fa-calendar {
  background-color: #91b74b;
}
/* line 483, ../sass/headerfooter.scss */
.glwsocial ul li a.fa-facebook-f {
  background-color: #3b5a94;
}
/* line 486, ../sass/headerfooter.scss */
.glwsocial ul li a.fa-twitter {
  background-color: #00a2ec;
}
/* line 489, ../sass/headerfooter.scss */
.glwsocial ul li a.fa-rss {
  background-color: #f68830;
}
/* line 492, ../sass/headerfooter.scss */
.glwsocial ul li a.fa-youtube {
  background-color: #d21c25;
}

@media (min-width: 481px) {
  /* line 502, ../sass/headerfooter.scss */
  .sidebars .glwsocial ul li {
    margin-right: 4px;
  }
  /* line 505, ../sass/headerfooter.scss */
  .sidebars .glwsocial ul li a {
    border-radius: 6px;
    border: none;
  }
  /* line 508, ../sass/headerfooter.scss */
  .sidebars .glwsocial ul li a:before {
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* line 514, ../sass/headerfooter.scss */
  .sidebars .glwsocial ul li a:hover {
    background-color: #444444;
  }
}

/* line 525, ../sass/headerfooter.scss */
.logged-in .is-sticky #navigation {
  margin-top: 30px;
}
/* line 529, ../sass/headerfooter.scss */
.logged-in #header-login {
  display: none !important;
}
/* line 534, ../sass/headerfooter.scss */
.logged-in #header #header-buttons #header-donate {
  padding-right: 0;
  border-right: none;
}

/* line 542, ../sass/headerfooter.scss */
.not-logged-in #header-account {
  display: none !important;
}
/* line 545, ../sass/headerfooter.scss */
.not-logged-in #header-logout {
  display: none !important;
}

/* line 549, ../sass/headerfooter.scss */
.is-sticky {
  height: 40px;
}
/* line 551, ../sass/headerfooter.scss */
.is-sticky #navigation {
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.5);
  height: 40px;
}
/* line 554, ../sass/headerfooter.scss */
.is-sticky #navigation .region-navigation {
  height: 40px;
  top: 4px;
}
/* line 559, ../sass/headerfooter.scss */
.is-sticky #navigation .region-navigation .block-search .form-item.form-item-search-block-form {
  height: 32px;
}
/* line 563, ../sass/headerfooter.scss */
.is-sticky #navigation .region-navigation .block-search input[type="submit"] {
  height: 32px;
}
/* line 566, ../sass/headerfooter.scss */
.is-sticky #navigation .region-navigation .block-search input[type="text"] {
  height: 32px;
}
/* line 571, ../sass/headerfooter.scss */
.is-sticky #navigation .region-navigation .glwsocial a:before {
  font-size: 20px;
  line-height: 26px;
  height: 28px;
  width: 28px;
}
/* line 580, ../sass/headerfooter.scss */
.is-sticky #navigation #main-menu ul {
  height: 40px;
}
/* line 582, ../sass/headerfooter.scss */
.is-sticky #navigation #main-menu ul li {
  height: 40px;
  margin-right: 20px;
}
/* line 585, ../sass/headerfooter.scss */
.is-sticky #navigation #main-menu ul li a {
  line-height: 40px;
}

/* line 3, ../sass/global.scss */
body {
  background-color: #f0f0f0;
  color: #444444;
}

@media (max-width: 640px) {
  /* line 7, ../sass/global.scss */
  #content,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 641px) {
  /* line 17, ../sass/global.scss */
  .region-sidebar-second {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  /* line 17, ../sass/global.scss */
  .region-sidebar-second {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  /* line 25, ../sass/global.scss */
  #content {
    padding-top: 50px;
  }
}

/* line 30, ../sass/global.scss */
h1, h2, h3 {
  font-family: "Oswald";
}

/* line 33, ../sass/global.scss */
h2 a {
  color: #444444;
  text-decoration: none;
}
/* line 36, ../sass/global.scss */
h2 a:hover {
  color: #4c812e;
}

/* line 40, ../sass/global.scss */
h1#page-title {
  margin: 20px 0;
  line-height: 1.2;
}

/* line 44, ../sass/global.scss */
h2 {
  line-height: 29px;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 49, ../sass/global.scss */
p {
  margin: 1.3em 0;
}

/* line 52, ../sass/global.scss */
a {
  color: #4c812e;
}
/* line 54, ../sass/global.scss */
a:hover, a:visited {
  color: #224c83;
}

/* line 58, ../sass/global.scss */
a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
}

/* line 62, ../sass/global.scss */
img {
  display: block;
}

/* line 65, ../sass/global.scss */
#page {
  background-color: white;
  padding-bottom: 30px;
}

/* line 69, ../sass/global.scss */
.glw50 {
  width: 50%;
  float: left;
}
@media (max-width: 640px) {
  /* line 69, ../sass/global.scss */
  .glw50 {
    float: none;
    width: auto;
  }
}

/* line 77, ../sass/global.scss */
.glw40 {
  width: 40%;
  float: left;
}
@media (max-width: 640px) {
  /* line 77, ../sass/global.scss */
  .glw40 {
    float: none;
    width: auto;
  }
}

/* line 85, ../sass/global.scss */
.glw25 {
  width: 25%;
  float: left;
}
@media (max-width: 640px) {
  /* line 85, ../sass/global.scss */
  .glw25 {
    float: none;
    width: auto;
  }
}

/* line 93, ../sass/global.scss */
.glw20 {
  width: 20%;
  float: left;
}
@media (max-width: 640px) {
  /* line 93, ../sass/global.scss */
  .glw20 {
    float: none;
    width: auto;
  }
}

/* line 101, ../sass/global.scss */
.pager {
  padding-top: 30px;
}
/* line 103, ../sass/global.scss */
.pager li {
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 17px;
}
/* line 111, ../sass/global.scss */
.pager li.pager-item {
  border: 2px solid #e3e3e3;
}
/* line 114, ../sass/global.scss */
.pager li.pager-current {
  background-color: #e3e3e3;
  border: 2px solid #e3e3e3;
}
/* line 118, ../sass/global.scss */
.pager li a {
  color: #444444;
  display: inline-block;
  min-width: 30px;
  text-decoration: none;
}

/* line 126, ../sass/global.scss */
#block-block-4 {
  background-color: #444444;
  border-top: 1px solid #91b74b;
  bottom: 0;
  height: 30px;
  left: 0;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 139, ../sass/global.scss */
#block-block-4 p {
  font-size: .9em;
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-style: italic;
}
/* line 145, ../sass/global.scss */
#block-block-4 p a {
  color: #91b74b;
  font-family: "Oswald";
  font-weight: 800;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 481px) {
  /* line 126, ../sass/global.scss */
  #block-block-4 {
    display: none;
  }
}

@media (max-width: 640px) {
  /* line 4, ../sass/content.scss */
  h1#page-title {
    font-size: 2.5em;
    line-height: 1.2em;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  /* line 4, ../sass/content.scss */
  h1#page-title {
    margin: 20px 0;
  }
}

/* line 12, ../sass/content.scss */
a.linktonode {
  font-family: "Oswald";
  text-transform: uppercase;
  text-decoration: none;
  color: #444444;
}

/* line 19, ../sass/content.scss */
#block-glw-base-get-in-touch input[type="submit"] {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
}
/* line 42, ../sass/_mixins.scss */
#block-glw-base-get-in-touch input[type="submit"]:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 19, ../sass/content.scss */
  #block-glw-base-get-in-touch input[type="submit"] {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}

/* line 27, ../sass/content.scss */
.page-donate #page input[type="submit"],
.page-subscribe-details #page input[type="submit"],
.page-contact-us #page input[type="submit"] {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
}
/* line 42, ../sass/_mixins.scss */
.page-donate #page input[type="submit"]:hover,
.page-subscribe-details #page input[type="submit"]:hover,
.page-contact-us #page input[type="submit"]:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 27, ../sass/content.scss */
  .page-donate #page input[type="submit"],
  .page-subscribe-details #page input[type="submit"],
  .page-contact-us #page input[type="submit"] {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
/* line 30, ../sass/content.scss */
.page-donate #page input[type="text"],
.page-subscribe-details #page input[type="text"],
.page-contact-us #page input[type="text"] {
  border: 1px solid #cccccc;
  margin: 5px 0;
}
/* line 34, ../sass/content.scss */
.page-donate #page .form-item,
.page-subscribe-details #page .form-item,
.page-contact-us #page .form-item {
  margin: 10px 0;
}
/* line 37, ../sass/content.scss */
.page-donate #page textarea,
.page-subscribe-details #page textarea,
.page-contact-us #page textarea {
  border: 1px solid #cccccc;
}
@media (max-width: 640px) {
  /* line 42, ../sass/content.scss */
  .page-donate .captcha,
  .page-subscribe-details .captcha,
  .page-contact-us .captcha {
    padding: 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  /* line 48, ../sass/content.scss */
  .page-donate .captcha,
  .page-subscribe-details .captcha,
  .page-contact-us .captcha {
    margin-left: -23px;
  }
}

/* line 53, ../sass/content.scss */
.field-name-field-image-caption {
  width: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  /* line 53, ../sass/content.scss */
  .field-name-field-image-caption {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* line 56, ../sass/content.scss */
.field-name-field-image-caption .field-item {
  background-color: #f0f0f0;
  padding: 10px 15px;
  font-size: 90%;
  line-height: 1.4;
}
@media (max-width: 640px) {
  /* line 56, ../sass/content.scss */
  .field-name-field-image-caption .field-item {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 85%;
  }
}

/* line 69, ../sass/content.scss */
.wider .field-name-field-image-caption {
  width: 100%;
  float: none;
}

@media (max-width: 640px) {
  /* line 75, ../sass/content.scss */
  .media-element-container .file {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* line 82, ../sass/content.scss */
.lb-lead-caption,
.lb-update-caption,
.field-name-field-caption {
  background-color: #f0f0f0;
  line-height: 1.4;
  padding: 10px 15px;
  font-size: 90%;
}
@media (max-width: 640px) {
  /* line 82, ../sass/content.scss */
  .lb-lead-caption,
  .lb-update-caption,
  .field-name-field-caption {
    font-size: 85%;
  }
}

/* line 93, ../sass/content.scss */
.field-name-field-image {
  width: 50%;
  float: left;
  margin-right: 20px;
}
@media (max-width: 640px) {
  /* line 93, ../sass/content.scss */
  .field-name-field-image {
    width: 100%;
    float: none;
    margin: 0;
  }
}
@media (max-width: 640px) {
  /* line 95, ../sass/content.scss */
  .field-name-field-image .field-items {
    margin: 0 -15px;
  }
}

@media (max-width: 640px) {
  /* line 102, ../sass/content.scss */
  .field-name-field-wider-image .field-items {
    margin: 0 -15px;
  }
}

/* line 109, ../sass/content.scss */
.node .field-name-body {
  margin-bottom: 30px;
}
/* line 111, ../sass/content.scss */
.node .field-name-body p {
  font-size: 18px;
  line-height: 27px;
}
/* line 114, ../sass/content.scss */
.node .field-name-body p:first-child {
  margin-top: 20px;
}
/* line 117, ../sass/content.scss */
.node .field-name-body p:last-child {
  margin-bottom: 0;
}
/* line 121, ../sass/content.scss */
.node .field-name-body ol, .node .field-name-body ul {
  font-size: 18px;
  line-height: 27px;
}
/* line 124, ../sass/content.scss */
.node .field-name-body ol li, .node .field-name-body ul li {
  margin-bottom: 8px;
}

/* line 130, ../sass/content.scss */
.glw-editor-div {
  clear: both;
  overflow: hidden;
}

/* line 134, ../sass/content.scss */
.media-glw_half_content {
  max-width: 50%;
}

/* line 137, ../sass/content.scss */
.media-glw_third_content {
  max-width: 33.33%;
}

/* line 140, ../sass/content.scss */
.media-glw_quarter_content {
  max-width: 25%;
}

/* line 143, ../sass/content.scss */
.media-element-container.media-glw_half_content,
.media-element-container.media-glw_third_content,
.media-element-container.media-glw_quarter_content {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  /* line 143, ../sass/content.scss */
  .media-element-container.media-glw_half_content,
  .media-element-container.media-glw_third_content,
  .media-element-container.media-glw_quarter_content {
    max-width: 100%;
    margin-right: 0;
    float: none;
  }
  /* line 151, ../sass/content.scss */
  .media-element-container.media-glw_half_content img,
  .media-element-container.media-glw_third_content img,
  .media-element-container.media-glw_quarter_content img {
    width: 100%;
  }
}
/* line 155, ../sass/content.scss */
.media-element-container.media-glw_half_content br,
.media-element-container.media-glw_third_content br,
.media-element-container.media-glw_quarter_content br {
  display: none;
}

@media (max-width: 480px) {
  /* line 159, ../sass/content.scss */
  .media-glw_quarter_content {
    max-width: 50%;
  }
}

/* line 164, ../sass/content.scss */
.group-byline {
  display: flex;
}
@media (max-width: 480px) {
  /* line 164, ../sass/content.scss */
  .group-byline {
    flex-flow: row wrap;
  }
}
/* line 169, ../sass/content.scss */
.group-byline .field {
  align-self: baseline;
}
/* line 172, ../sass/content.scss */
.group-byline .field.field-name-field-glw-author-term .field-item {
  display: inline-block;
}
/* line 175, ../sass/content.scss */
.group-byline .field.field-name-field-glw-author-term .field-item:nth-last-child(2)::after {
  content: " & ";
  font-weight: 800;
}
/* line 181, ../sass/content.scss */
.group-byline .field.field-name-field-glw-author-term a {
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
}
/* line 185, ../sass/content.scss */
.group-byline .field.field-name-field-glw-author-term a:hover {
  text-decoration: underline;
}
/* line 191, ../sass/content.scss */
.group-byline .field .field-item::after {
  content: ",\00a0";
  white-space: pre;
}
/* line 198, ../sass/content.scss */
.group-byline .field:last-child .field-item::after {
  content: "";
}
/* line 203, ../sass/content.scss */
.group-byline .field a {
  color: #444444;
}
/* line 205, ../sass/content.scss */
.group-byline .field a:hover {
  color: #4c812e;
}

/* line 211, ../sass/content.scss */
.group-issue {
  margin-bottom: 20px;
  display: flex;
}
/* line 214, ../sass/content.scss */
.group-issue .field {
  display: inline-block;
}
/* line 217, ../sass/content.scss */
.group-issue .field .field-items .field-item {
  display: inline-block;
}
/* line 221, ../sass/content.scss */
.group-issue .field .field-label {
  font-weight: 400;
}
/* line 225, ../sass/content.scss */
.group-issue .field .field-item::after {
  color: #cccccc;
  content: " // ";
  white-space: pre;
}
/* line 233, ../sass/content.scss */
.group-issue .field:last-child .field-item::after {
  content: "";
}
/* line 238, ../sass/content.scss */
.group-issue .field a {
  color: #444444;
  text-decoration: none;
}
/* line 241, ../sass/content.scss */
.group-issue .field a:hover {
  color: #4c812e;
  text-decoration: underline;
}
/* line 248, ../sass/content.scss */
.group-issue .field.field-name-field-country-term .field-item::after {
  color: #444444;
  content: ",\00a0";
  white-space: pre;
}
/* line 254, ../sass/content.scss */
.group-issue .field.field-name-field-country-term .field-item:nth-last-child(2)::after {
  content: " & ";
}
/* line 259, ../sass/content.scss */
.group-issue .field.field-name-field-country-term .field-item:last-child::after {
  content: "";
}

/* line 267, ../sass/content.scss */
#block-views-node-blocks-related {
  border: 1px solid #cccccc;
  box-shadow: 3px 3px 0 0 #cccccc;
  float: right;
  max-width: 50%;
}
@media (min-width: 769px) {
  /* line 267, ../sass/content.scss */
  #block-views-node-blocks-related {
    margin-left: 25px;
    padding: 14px;
  }
}
@media (max-width: 768px) {
  /* line 267, ../sass/content.scss */
  #block-views-node-blocks-related {
    margin-left: 10px;
    padding: 10px;
  }
}
/* line 280, ../sass/content.scss */
#block-views-node-blocks-related .block-title {
  font-family: "Nunito Sans";
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  /* line 280, ../sass/content.scss */
  #block-views-node-blocks-related .block-title {
    font-size: 13.99825px;
    margin-bottom: 10px;
  }
}
/* line 290, ../sass/content.scss */
#block-views-node-blocks-related .views-row {
  margin-bottom: 8px;
  line-height: 20px;
}
/* line 293, ../sass/content.scss */
#block-views-node-blocks-related .views-row:last-child {
  margin-bottom: 0;
}
/* line 296, ../sass/content.scss */
#block-views-node-blocks-related .views-row a {
  line-height: 16px;
  text-decoration: none;
}
@media (max-width: 480px) {
  /* line 296, ../sass/content.scss */
  #block-views-node-blocks-related .views-row a {
    font-size: 13.99825px;
  }
}

/* line 305, ../sass/content.scss */
.field-name-field-related-content {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/* line 314, ../sass/content.scss */
.field-name-field-related-content .field-label {
  background-color: #f0f0f0;
  padding: 10px 10px 0;
  margin-top: 10px;
}
/* line 319, ../sass/content.scss */
.field-name-field-related-content .field-items {
  background-color: #f0f0f0;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}

/* line 325, ../sass/content.scss */
.gift-tag {
  background: #cceef0;
  border: #dcdcdc;
  border-radius: 0 2px 2px 0;
  color: #23bbce;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: 20px;
  padding: 0 10px 0 15px;
  position: relative;
  top: 0;
}

/* line 340, ../sass/content.scss */
.group-category {
  margin-left: 12px;
  margin-bottom: 20px;
  display: flex;
}
/* line 344, ../sass/content.scss */
.group-category h3 {
  font-weight: 300;
  margin-top: 0;
}
/* line 349, ../sass/content.scss */
.group-category .field.field-name-field-topics-term {
  float: left;
}
/* line 353, ../sass/content.scss */
.group-category .field .field-items .field-item {
  display: inline-block;
  margin-right: 20px;
}
/* line 356, ../sass/content.scss */
.group-category .field .field-items .field-item a {
  background: #e7eaf6;
  border-color: #cccccc;
  border-radius: 0 2px 2px 0;
  color: #224c83;
  display: inline-block;
  font-size: 87.5%;
  height: 24px;
  left: 0;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0 8px 0 13px;
  position: relative;
  text-decoration: none;
  top: 0;
}
/* line 371, ../sass/content.scss */
.group-category .field .field-items .field-item a:before {
  border-bottom: 12px transparent solid;
  border-right: 12px #e7eaf6 solid;
  border-top: 12px transparent solid;
  content: '';
  height: 0;
  left: -12px;
  position: absolute;
  top: 0;
  width: 0;
}
/* line 382, ../sass/content.scss */
.group-category .field .field-items .field-item a:after {
  background: white;
  border: 1px solid #224c83;
  border-radius: 50%;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  width: 4px;
  top: 9px;
}
/* line 393, ../sass/content.scss */
.group-category .field .field-items .field-item a:hover {
  background-color: #91b74b;
  color: #ffffff;
}
/* line 396, ../sass/content.scss */
.group-category .field .field-items .field-item a:hover:before {
  border-right: 12px #91b74b solid;
}

/* line 405, ../sass/content.scss */
#block-block-7 {
  background-color: #f0f0f0;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
  padding: 10px 15px;
}
@media (min-width: 641px) {
  /* line 405, ../sass/content.scss */
  #block-block-7 {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 417, ../sass/content.scss */
#block-block-7 .block-title {
  font-size: 18px;
  line-height: 18px;
  font-family: "Nunito Sans";
  margin-bottom: 10px;
}
/* line 423, ../sass/content.scss */
#block-block-7 #appeal-body {
  margin-bottom: 10px;
}
/* line 425, ../sass/content.scss */
#block-block-7 #appeal-body p {
  color: #444444;
  font-size: 18px;
  line-height: 27px !important;
  margin: 8px 0;
}
/* line 430, ../sass/content.scss */
#block-block-7 #appeal-body p:first-child {
  margin-top: 0;
}
/* line 433, ../sass/content.scss */
#block-block-7 #appeal-body p:last-child {
  margin-bottom: 0;
}
/* line 438, ../sass/content.scss */
#block-block-7 .popup-butt {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media (min-width: 641px) {
  /* line 438, ../sass/content.scss */
  #block-block-7 .popup-butt {
    max-width: 50%;
  }
}
/* line 445, ../sass/content.scss */
#block-block-7 .popup-butt .appeal-butt {
  width: 48%;
}
@media (max-width: 480px) {
  /* line 445, ../sass/content.scss */
  #block-block-7 .popup-butt .appeal-butt {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* line 451, ../sass/content.scss */
#block-block-7 .popup-butt .appeal-butt a {
  background-color: #91b74b;
  border-radius: 2px;
  display: block;
  font-family: "Oswald";
  color: #ffffff;
  line-height: 38.4px;
  transition: .5s ease-out;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* line 464, ../sass/content.scss */
#block-block-7 .popup-butt .appeal-butt a:hover, #block-block-7 .popup-butt .appeal-butt a:focus {
  background-color: #444444;
}
@media (max-width: 480px) {
  /* line 451, ../sass/content.scss */
  #block-block-7 .popup-butt .appeal-butt a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  /* line 474, ../sass/content.scss */
  #block-block-7 .popup-butt div:nth-last-child(2).appeal-butt {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  /* line 474, ../sass/content.scss */
  #block-block-7 .popup-butt div:nth-last-child(2).appeal-butt {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  /* line 486, ../sass/content.scss */
  #block-block-7 .popup-butt div:last-child.appeal-butt {
    margin-bottom: 0;
  }
}

/* line 496, ../sass/content.scss */
.field-name-field-location a {
  text-decoration: none;
  color: #444444;
}
/* line 499, ../sass/content.scss */
.field-name-field-location a:hover {
  color: #4c812e;
  text-decoration: underline;
}

/* line 505, ../sass/content.scss */
.field-name-field-publication-date {
  color: #444444;
  font-color: #f0f0f0;
  font-weight: 300;
  font-style: normal;
}

/* line 512, ../sass/content.scss */
.view-glw-sections h3, .view-glw-taxonomy-term-view h3, .view-issue-view h3 {
  font-family: "Oswald";
  font-size: 24px;
  padding-bottom: 4px;
  border-bottom: 4px solid #cccccc;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 515, ../sass/content.scss */
.view-glw-sections h3 a, .view-glw-taxonomy-term-view h3 a, .view-issue-view h3 a {
  color: #444444;
  text-decoration: none;
}
/* line 518, ../sass/content.scss */
.view-glw-sections h3 a:hover, .view-glw-taxonomy-term-view h3 a:hover, .view-issue-view h3 a:hover {
  color: #4c812e;
  text-decoration: underline;
}
/* line 524, ../sass/content.scss */
.view-glw-sections .views-field-field-photo,
.view-glw-sections .views-field-field-image, .view-glw-taxonomy-term-view .views-field-field-photo,
.view-glw-taxonomy-term-view .views-field-field-image, .view-issue-view .views-field-field-photo,
.view-issue-view .views-field-field-image {
  float: left;
  margin-right: 20px;
  max-width: 250px;
}
@media (max-width: 640px) {
  /* line 524, ../sass/content.scss */
  .view-glw-sections .views-field-field-photo,
  .view-glw-sections .views-field-field-image, .view-glw-taxonomy-term-view .views-field-field-photo,
  .view-glw-taxonomy-term-view .views-field-field-image, .view-issue-view .views-field-field-photo,
  .view-issue-view .views-field-field-image {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
}
/* line 536, ../sass/content.scss */
.view-glw-sections .views-field-body p, .view-glw-taxonomy-term-view .views-field-body p, .view-issue-view .views-field-body p {
  font-size: 18px;
  line-height: 27px;
}
/* line 541, ../sass/content.scss */
.view-glw-sections .views-field-view-node, .view-glw-taxonomy-term-view .views-field-view-node, .view-issue-view .views-field-view-node {
  clear: both;
  overflow: hidden;
  margin-bottom: 2em;
  padding-top: 10px;
}
/* line 546, ../sass/content.scss */
.view-glw-sections .views-field-view-node a, .view-glw-taxonomy-term-view .views-field-view-node a, .view-issue-view .views-field-view-node a {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
}
/* line 42, ../sass/_mixins.scss */
.view-glw-sections .views-field-view-node a:hover, .view-glw-taxonomy-term-view .views-field-view-node a:hover, .view-issue-view .views-field-view-node a:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 546, ../sass/content.scss */
  .view-glw-sections .views-field-view-node a, .view-glw-taxonomy-term-view .views-field-view-node a, .view-issue-view .views-field-view-node a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
@media (min-width: 769px) {
  /* line 546, ../sass/content.scss */
  .view-glw-sections .views-field-view-node a, .view-glw-taxonomy-term-view .views-field-view-node a, .view-issue-view .views-field-view-node a {
    float: right;
  }
}
/* line 553, ../sass/content.scss */
.view-glw-sections .views-field-title, .view-glw-taxonomy-term-view .views-field-title, .view-issue-view .views-field-title {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 6px;
  margin-bottom: 1em;
  font-family: "Oswald";
  font-size: 24px;
}
/* line 68, ../sass/_mixins.scss */
.view-glw-sections .views-field-title a, .view-glw-taxonomy-term-view .views-field-title a, .view-issue-view .views-field-title a {
  color: #444444;
  text-decoration: none;
  line-height: 1.2em;
}
/* line 72, ../sass/_mixins.scss */
.view-glw-sections .views-field-title a:hover, .view-glw-taxonomy-term-view .views-field-title a:hover, .view-issue-view .views-field-title a:hover {
  color: #4c812e;
  text-decoration: underline;
}

/* line 561, ../sass/content.scss */
.sidebars .block {
  clear: both;
}
/* line 563, ../sass/content.scss */
.sidebars .block h2.block-title {
  font-family: "Oswald";
  font-size: 24px;
  padding-bottom: 4px;
  border-bottom: 4px solid #cccccc;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
/* line 566, ../sass/content.scss */
.sidebars .block p {
  margin: 0.5em 0;
}
/* line 569, ../sass/content.scss */
.sidebars .block .views-field-title {
  margin: 10px 0;
  font-family: "Oswald";
  font-size: 24px;
}
/* line 68, ../sass/_mixins.scss */
.sidebars .block .views-field-title a {
  color: #444444;
  text-decoration: none;
  line-height: 1.2em;
}
/* line 72, ../sass/_mixins.scss */
.sidebars .block .views-field-title a:hover {
  color: #4c812e;
  text-decoration: underline;
}
/* line 573, ../sass/content.scss */
.sidebars .block .views-field-view-node a {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  margin: 10px 0 20px 0;
}
/* line 42, ../sass/_mixins.scss */
.sidebars .block .views-field-view-node a:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 573, ../sass/content.scss */
  .sidebars .block .views-field-view-node a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
/* line 578, ../sass/content.scss */
.sidebars .block.last p {
  margin: 0;
}
/* line 580, ../sass/content.scss */
.sidebars .block.last p a {
  display: inline-block;
  float: left;
}
/* line 583, ../sass/content.scss */
.sidebars .block.last p a img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

/* line 594, ../sass/content.scss */
.node-event .field {
  margin-top: 10px;
}
/* line 597, ../sass/content.scss */
.node-event .field.field-name-field-start-date .date-display-single {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
}
/* line 604, ../sass/content.scss */
.node-event .field.field-name-field-start-date .date-display-single:before {
  content: '\f073';
  display: inline-block;
  background-color: #f0f0f0;
  border-right: 1px solid #cccccc;
  font-family: fontawesome;
  margin-right: 20px;
  position: relative;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
/* line 619, ../sass/content.scss */
.node-event .field.field-name-field-phone .field-item {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
}
/* line 626, ../sass/content.scss */
.node-event .field.field-name-field-phone .field-item:before {
  content: '\f10b';
  display: inline-block;
  background-color: #f0f0f0;
  border-right: 1px solid #cccccc;
  font-family: fontawesome;
  margin-right: 20px;
  position: relative;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
/* line 642, ../sass/content.scss */
.node-event .field.field-name-field-email .field-item {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
}
/* line 649, ../sass/content.scss */
.node-event .field.field-name-field-email .field-item:before {
  content: '\f0e0';
  display: inline-block;
  background-color: #f0f0f0;
  border-right: 1px solid #cccccc;
  font-family: fontawesome;
  margin-right: 20px;
  position: relative;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
/* line 664, ../sass/content.scss */
.node-event .field.field-name-field-website .field-item {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
}
/* line 671, ../sass/content.scss */
.node-event .field.field-name-field-website .field-item:before {
  content: '\f0ac';
  display: inline-block;
  background-color: #f0f0f0;
  border-right: 1px solid #cccccc;
  font-family: fontawesome;
  margin-right: 20px;
  position: relative;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
/* line 686, ../sass/content.scss */
.node-event .field.field-name-body .field-item {
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 693, ../sass/content.scss */
.node-event .field.field-name-body .field-item:before {
  content: '\f0a1';
  height: 100%;
  background-color: #f0f0f0;
  border-right: 1px solid #cccccc;
  font-family: fontawesome;
  margin-right: 20px;
  position: absolute;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
/* line 705, ../sass/content.scss */
.node-event .field.field-name-body .field-item p {
  position: relative;
  margin-left: 60px;
  margin-right: 20px;
}
/* line 709, ../sass/content.scss */
.node-event .field.field-name-body .field-item p:first-child {
  margin-top: 10px;
}
/* line 716, ../sass/content.scss */
.node-event .field.field-name-field-city .field-item {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
}
/* line 723, ../sass/content.scss */
.node-event .field.field-name-field-city .field-item:before {
  content: '\f041';
  display: inline-block;
  background-color: #f0f0f0;
  border-right: 1px solid #cccccc;
  font-family: fontawesome;
  margin-right: 20px;
  position: relative;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

/* line 741, ../sass/content.scss */
.page-calendar .view-calendar-view h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 746, ../sass/content.scss */
.page-calendar .view-calendar-view .ctools-jump-menu-button {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  font-size: 80%;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* line 42, ../sass/_mixins.scss */
.page-calendar .view-calendar-view .ctools-jump-menu-button:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 746, ../sass/content.scss */
  .page-calendar .view-calendar-view .ctools-jump-menu-button {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
/* line 752, ../sass/content.scss */
.page-calendar .view-calendar-view .views-label {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
/* line 757, ../sass/content.scss */
.page-calendar .view-calendar-view .views-field-view-node {
  margin-top: 20px;
}
/* line 759, ../sass/content.scss */
.page-calendar .view-calendar-view .views-field-view-node a {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  float: none;
}
/* line 42, ../sass/_mixins.scss */
.page-calendar .view-calendar-view .views-field-view-node a:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 759, ../sass/content.scss */
  .page-calendar .view-calendar-view .views-field-view-node a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
/* line 764, ../sass/content.scss */
.page-calendar .view-calendar-view .views-row {
  border-top: 2px solid #cccccc;
  margin-top: 20px;
  position: relative;
}
/* line 769, ../sass/content.scss */
.page-calendar .view-calendar-view .views-field-field-city {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 773, ../sass/content.scss */
.page-calendar .view-calendar-view .views-field-field-city a {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  float: none;
}
/* line 42, ../sass/_mixins.scss */
.page-calendar .view-calendar-view .views-field-field-city a:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 773, ../sass/content.scss */
  .page-calendar .view-calendar-view .views-field-field-city a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
@media (max-width: 640px) {
  /* line 773, ../sass/content.scss */
  .page-calendar .view-calendar-view .views-field-field-city a {
    background-color: #91b74b;
  }
}
@media (max-width: 640px) {
  /* line 769, ../sass/content.scss */
  .page-calendar .view-calendar-view .views-field-field-city {
    position: relative;
  }
}
/* line 785, ../sass/content.scss */
.page-calendar .view-calendar-view .calendar-event-title {
  margin: 20px 0;
  display: block;
  margin-right: 200px;
}
@media (max-width: 640px) {
  /* line 785, ../sass/content.scss */
  .page-calendar .view-calendar-view .calendar-event-title {
    margin-right: 0;
  }
}
/* line 792, ../sass/content.scss */
.page-calendar .view-calendar-view .calendar-event-title a {
  font-family: "Oswald";
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
/* line 798, ../sass/content.scss */
.page-calendar .view-calendar-view .calendar-event-title a:hover {
  color: #4c812e;
  text-decoration: underline;
}

/* line 807, ../sass/content.scss */
.view-back-issues .view-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/* line 811, ../sass/content.scss */
.view-back-issues .view-content .views-row {
  border: 1px solid #cccccc;
  border-radius: 2px 2px 0 0;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12);
  flex: 0 0 23%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  /* line 811, ../sass/content.scss */
  .view-back-issues .view-content .views-row {
    flex: 0 0 49%;
  }
}
@media (max-width: 640px) {
  /* line 811, ../sass/content.scss */
  .view-back-issues .view-content .views-row {
    flex: 0 0 100%;
  }
}
/* line 823, ../sass/content.scss */
.view-back-issues .view-content .views-row .views-field-title {
  font-family: "Oswald";
  border-radius: 2px 2px 0 0;
  text-align: center;
}
/* line 827, ../sass/content.scss */
.view-back-issues .view-content .views-row .views-field-title a {
  border-radius: 2px 2px 0 0;
  color: #444444;
  display: block;
  text-decoration: none;
  padding: 8px;
}
/* line 833, ../sass/content.scss */
.view-back-issues .view-content .views-row .views-field-title a:hover {
  color: #4c812e;
  text-decoration: underline;
}
/* line 839, ../sass/content.scss */
.view-back-issues .view-content .views-row .views-field-field-front-cover {
  background-color: #f0f0f0;
  padding: 10px 0;
}
/* line 842, ../sass/content.scss */
.view-back-issues .view-content .views-row .views-field-field-front-cover img {
  border: 1px solid #cccccc;
  max-width: 90%;
  margin: 0 auto;
}

/* line 852, ../sass/content.scss */
#block-glw-base-get-in-touch .form-item {
  margin: 10px 0;
}
/* line 854, ../sass/content.scss */
#block-glw-base-get-in-touch .form-item input[type="text"] {
  border: 1px solid #cccccc;
  width: 95%;
}

/* line 861, ../sass/content.scss */
.view-glw-right-column-adverts .field-content {
  margin: 4px 0;
}

/* line 868, ../sass/content.scss */
#block-views-glw-front-cover-node-issue {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: 25px;
}
@media (max-width: 640px) {
  /* line 868, ../sass/content.scss */
  #block-views-glw-front-cover-node-issue {
    margin-top: 0;
  }
}
/* line 875, ../sass/content.scss */
#block-views-glw-front-cover-node-issue:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/* line 878, ../sass/content.scss */
#block-views-glw-front-cover-node-issue .block-title {
  background-image: linear-gradient(to bottom right, #91b74b, #4c812e);
  border: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: -1px;
  margin-left: -1px;
  padding: 15px 0 80px;
  text-align: center;
}
/* line 890, ../sass/content.scss */
#block-views-glw-front-cover-node-issue .view-display-id-issue {
  margin: -65px auto 0;
  max-width: 90%;
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  /* line 890, ../sass/content.scss */
  #block-views-glw-front-cover-node-issue .view-display-id-issue {
    margin-top: -70px;
  }
}
/* line 898, ../sass/content.scss */
#block-views-glw-front-cover-node-issue .view-display-id-issue img {
  width: 100%;
}
/* line 901, ../sass/content.scss */
#block-views-glw-front-cover-node-issue .view-display-id-issue a {
  display: block;
}
/* line 905, ../sass/content.scss */
#block-views-glw-front-cover-node-issue .views-field-field-front-cover {
  background: #fff;
}

/* line 910, ../sass/content.scss */
#block-views-donate-supporter {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 640px) {
  /* line 910, ../sass/content.scss */
  #block-views-donate-supporter {
    display: none;
  }
}
/* line 916, ../sass/content.scss */
#block-views-donate-supporter:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/* line 919, ../sass/content.scss */
#block-views-donate-supporter .block-title {
  background-image: linear-gradient(to bottom right, #91b74b, #4c812e);
  border: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: -1px;
  margin-left: -1px;
  padding: 15px 0 30px;
  text-align: center;
}
/* line 931, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter {
  margin: -20px 0 0;
  position: relative;
}
/* line 934, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-field-image {
  max-width: 50%;
  margin: 0 auto;
}
/* line 937, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-field-image img {
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 1;
  position: relative;
}
/* line 944, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-body {
  padding: 30px 10px 8px;
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  background-image: linear-gradient(to bottom right, #91b74b, #4c812e);
  color: #fff;
  margin-top: -30px;
  line-height: 1.3em;
}
/* line 952, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-body p:last-child {
  margin-bottom: 0;
}
/* line 956, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-body a {
  color: #ffffff;
  text-decoration: none;
}
/* line 959, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-body a:hover {
  color: #ffffff;
}
/* line 964, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-supporter-position {
  padding: 0 10px 8px;
  color: #ffffff;
  background-image: linear-gradient(to top right, #91b74b, #4c812e);
}
/* line 968, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-supporter-position .views-field-title {
  border-top: 1px solid #cccccc;
  padding-top: 8px;
  margin-top: 0;
  margin-right: -1px;
  margin-left: -1px;
}
/* line 974, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-supporter-position .views-field-title span {
  font-size: 80%;
  font-weight: 800;
  display: block;
}
/* line 980, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-supporter-position .views-field-field-position {
  line-height: 1.3;
  margin-right: -1px;
  margin-left: -1px;
}
/* line 984, ../sass/content.scss */
#block-views-donate-supporter .view-display-id-supporter .views-field-supporter-position .views-field-field-position .field-content {
  font-weight: 300;
  margin: 0 auto;
}

/* line 993, ../sass/content.scss */
#block-views-latest-content-sb-latest .block-title {
  background-image: linear-gradient(to bottom right, #91b74b, #4c812e);
  border: none;
  clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 99%);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  padding: 15px 0 500px;
  text-align: center;
  width: 90%;
  margin: 0 0 0 auto;
}
/* line 1005, ../sass/content.scss */
#block-views-latest-content-sb-latest .view-display-id-sb_latest {
  margin-top: -485px;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-right: 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden !important;
}
/* line 1014, ../sass/content.scss */
#block-views-latest-content-sb-latest .jcarousel-next, #block-views-latest-content-sb-latest .jcarousel-prev {
  display: none;
}
/* line 1017, ../sass/content.scss */
#block-views-latest-content-sb-latest .jcarousel-container {
  padding: 0;
  width: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}
/* line 1023, ../sass/content.scss */
#block-views-latest-content-sb-latest .jcarousel-container .jcarousel-clip {
  height: 465px;
}
/* line 1026, ../sass/content.scss */
#block-views-latest-content-sb-latest .jcarousel-container .jcarousel {
  height: auto !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}
/* line 1031, ../sass/content.scss */
#block-views-latest-content-sb-latest .jcarousel-container .jcarousel .jcarousel-item {
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: auto !important;
  text-align: left;
  margin: 0 0 6px;
  display: block;
  width: 100%;
}
/* line 1040, ../sass/content.scss */
#block-views-latest-content-sb-latest .jcarousel-container .jcarousel .jcarousel-item .views-field-field-image {
  display: inline-block;
  width: 28%;
  float: left;
}
/* line 1045, ../sass/content.scss */
#block-views-latest-content-sb-latest .jcarousel-container .jcarousel .jcarousel-item .views-field-title {
  display: inline-block;
  font-family: "Nunito Sans";
  font-size: 90%;
  margin: 0;
  line-height: 1.2;
  width: 72%;
  float: right;
}
/* line 1053, ../sass/content.scss */
#block-views-latest-content-sb-latest .jcarousel-container .jcarousel .jcarousel-item .views-field-title a {
  display: block;
  padding: 6px;
}
/* line 1056, ../sass/content.scss */
#block-views-latest-content-sb-latest .jcarousel-container .jcarousel .jcarousel-item .views-field-title a:hover {
  text-decoration: none;
}

/* line 1066, ../sass/content.scss */
.jcarousel-skin-default .jcarousel-container-vertical {
  height: 465px;
}

/* line 1073, ../sass/content.scss */
.view-glw-videos.view-display-id-page_1 .views-row .views-field-title {
  border: none;
}
/* line 1075, ../sass/content.scss */
.view-glw-videos.view-display-id-page_1 .views-row .views-field-title h2 {
  margin-top: 0;
}
/* line 1081, ../sass/content.scss */
.view-glw-videos .view-content {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
/* line 1085, ../sass/content.scss */
.view-glw-videos .view-content .views-row {
  position: relative;
  flex: 0 0 48.5%;
  margin-top: 20px;
}
/* line 1093, ../sass/content.scss */
.view-glw-videos .view-content .views-row .views-field-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 1096, ../sass/content.scss */
.view-glw-videos .view-content .views-row .views-field-title h2 {
  margin: 1em 0 4px 0;
  font-weight: normal;
}
/* line 1101, ../sass/content.scss */
.view-glw-videos .view-content .views-row .views-field-view-node,
.view-glw-videos .view-content .views-row .views-field-view-node-1 {
  clear: both;
  overflow: hidden;
  margin-bottom: 2em;
  padding-top: 10px;
}
/* line 1107, ../sass/content.scss */
.view-glw-videos .view-content .views-row .views-field-view-node a,
.view-glw-videos .view-content .views-row .views-field-view-node-1 a {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
}
/* line 42, ../sass/_mixins.scss */
.view-glw-videos .view-content .views-row .views-field-view-node a:hover,
.view-glw-videos .view-content .views-row .views-field-view-node-1 a:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 1107, ../sass/content.scss */
  .view-glw-videos .view-content .views-row .views-field-view-node a,
  .view-glw-videos .view-content .views-row .views-field-view-node-1 a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
@media (max-width: 640px) {
  /* line 1111, ../sass/content.scss */
  .view-glw-videos .view-content .views-row .views-field-field-photo-group {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
}

/* line 1122, ../sass/content.scss */
.node-photo-essay .field-collection-container {
  border: none;
}
/* line 1124, ../sass/content.scss */
.node-photo-essay .field-collection-container .field-item {
  margin-bottom: 0;
}
/* line 1126, ../sass/content.scss */
.node-photo-essay .field-collection-container .field-item .field-collection-view {
  border: none;
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 640px) {
  /* line 1126, ../sass/content.scss */
  .node-photo-essay .field-collection-container .field-item .field-collection-view {
    margin: 0 -15px 30px;
  }
}
@media (max-width: 640px) {
  /* line 1134, ../sass/content.scss */
  .node-photo-essay .field-collection-container .field-item .field-name-field-description {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 1145, ../sass/content.scss */
.node-photo-essay .field-collection-container .field-item p:last-child {
  margin-bottom: 0;
}

/* line 1152, ../sass/content.scss */
.view-display-id-lead {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}

/* line 1156, ../sass/content.scss */
.view-display-id-update {
  border-left: 1px dashed #cccccc;
  padding-left: 30px;
  margin-right: 30px;
}
/* line 1158, ../sass/content.scss */
.view-display-id-update > .view-content > .views-row {
  margin-bottom: 30px;
}
/* line 1165, ../sass/content.scss */
.view-display-id-update .views-field-field-time {
  margin-bottom: 20px;
  margin-left: -39px;
}
/* line 1168, ../sass/content.scss */
.view-display-id-update .views-field-field-time span {
  color: #91b74b;
  margin-bottom: 20px;
}
/* line 1171, ../sass/content.scss */
.view-display-id-update .views-field-field-time span:before {
  background-color: #fff;
  content: "\f138";
  color: #91b74b;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  font-style: normal;
  margin-right: 19px;
}
/* line 1183, ../sass/content.scss */
.view-display-id-update .views-field-field-title {
  margin-bottom: 20px;
}

/* line 1188, ../sass/content.scss */
#block-views-latest-content-sb-late-old h2 {
  margin-bottom: 0;
}
/* line 1191, ../sass/content.scss */
#block-views-latest-content-sb-late-old .view-content {
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
/* line 1196, ../sass/content.scss */
#block-views-latest-content-sb-late-old .jcarousel-next, #block-views-latest-content-sb-late-old .jcarousel-prev {
  display: none;
}
/* line 1199, ../sass/content.scss */
#block-views-latest-content-sb-late-old .jcarousel-container {
  padding: 0;
  width: 100%;
  height: auto !important;
}
/* line 1203, ../sass/content.scss */
#block-views-latest-content-sb-late-old .jcarousel-container .jcarousel-clip {
  max-height: 360px;
}
/* line 1206, ../sass/content.scss */
#block-views-latest-content-sb-late-old .jcarousel-container .jcarousel {
  height: auto !important;
  display: inline-block;
}
/* line 1209, ../sass/content.scss */
#block-views-latest-content-sb-late-old .jcarousel-container .jcarousel .jcarousel-item {
  height: auto !important;
  border: none;
  line-height: 20px;
  width: 100%;
  text-align: left;
  margin: 0;
}
/* line 1216, ../sass/content.scss */
#block-views-latest-content-sb-late-old .jcarousel-container .jcarousel .jcarousel-item a {
  height: auto !important;
  text-decoration: none;
  color: #444444;
  display: block;
  padding: 8px;
}
/* line 1224, ../sass/content.scss */
#block-views-latest-content-sb-late-old .jcarousel-container .jcarousel .jcarousel-item.odd a {
  background-color: #f0f0f0;
}

/* line 1232, ../sass/content.scss */
.file-video-oembed .content,
.embedded-video .player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 1240, ../sass/content.scss */
.file-video-oembed .content iframe,
.file-video-oembed .content object,
.file-video-oembed .content embed,
.embedded-video .player iframe,
.embedded-video .player object,
.embedded-video .player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1253, ../sass/content.scss */
.pager.pager--infinite-scroll {
  text-align: left;
  padding-top: 0;
}
/* line 1256, ../sass/content.scss */
.pager.pager--infinite-scroll li {
  display: unset;
  margin: 0;
}
/* line 1259, ../sass/content.scss */
.pager.pager--infinite-scroll li a {
  display: unset;
  padding: 8px 10px;
  color: #ffffff;
  background-color: #91b74b;
}

/* line 3, ../sass/comment.scss */
#comments {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}
/* line 7, ../sass/comment.scss */
#comments h2 {
  margin-bottom: 20px;
}

/* line 12, ../sass/comment.scss */
.comment {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 20px;
}
/* line 16, ../sass/comment.scss */
.comment .submitted {
  border-bottom: 1px dashed #cccccc;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

/* line 25, ../sass/comment.scss */
.comment_forbidden span {
  border-top: 1px dashed #cccccc;
  display: block;
  padding-top: 20px;
}

/* line 33, ../sass/comment.scss */
.comment-form input[type="submit"] {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  margin-right: 4px;
  margin-top: 10px;
}
/* line 42, ../sass/_mixins.scss */
.comment-form input[type="submit"]:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 33, ../sass/comment.scss */
  .comment-form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
/* line 38, ../sass/comment.scss */
.comment-form .filter-wrapper {
  display: none;
}
/* line 41, ../sass/comment.scss */
.comment-form .ckeditor_links {
  color: #444444;
  font-style: italic;
  font-size: 80%;
}

/* line 5, ../sass/front.scss */
.front #content .block {
  clear: both;
}
/* line 6, ../sass/front.scss */
.front #content .block.last {
  margin-bottom: 0;
}
/* line 11, ../sass/front.scss */
.front #content .block.glwred h2.block-title {
  background-color: #8e1618;
  color: white;
}
@media (min-width: 641px) {
  /* line 11, ../sass/front.scss */
  .front #content .block.glwred h2.block-title {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMTYxOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZTVlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #8e1618), color-stop(100%, #eee5e6));
    background-image: -moz-linear-gradient(left, #8e1618, #eee5e6);
    background-image: -webkit-linear-gradient(left, #8e1618, #eee5e6);
    background-image: linear-gradient(to right, #8e1618, #eee5e6);
  }
}
/* line 20, ../sass/front.scss */
.front #content .block.glwnarrow h2.block-title {
  font-size: 16px;
  text-transform: uppercase;
  background-image: none;
  background-color: white;
  color: #a6a6a6;
  padding: 0;
  font-weight: normal;
  margin: 0 0 20px 0;
  border-bottom: 4px solid #f0f0f0;
  text-align: left;
}
/* line 32, ../sass/front.scss */
.front #content .block.glwnarrow .view-header {
  float: left;
  width: 150px;
  margin: 0 20px 20px 0px;
}
@media (max-width: 640px) {
  /* line 32, ../sass/front.scss */
  .front #content .block.glwnarrow .view-header {
    float: none;
  }
}
/* line 39, ../sass/front.scss */
.front #content .block.glwnarrow .view-header svg {
  width: 100%;
}
/* line 45, ../sass/front.scss */
.front #content .block.glwgreen h2.block-title {
  color: white;
  background-color: #4c812e;
}
@media (min-width: 641px) {
  /* line 45, ../sass/front.scss */
  .front #content .block.glwgreen h2.block-title {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODEyZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZjRkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #4c812e), color-stop(100%, #ebf4dc));
    background-image: -moz-linear-gradient(left, #4c812e, #ebf4dc);
    background-image: -webkit-linear-gradient(left, #4c812e, #ebf4dc);
    background-image: linear-gradient(to right, #4c812e, #ebf4dc);
  }
}
/* line 54, ../sass/front.scss */
.front #content .block.glwblue h2.block-title {
  color: white;
  background-color: #224c83;
}
@media (min-width: 641px) {
  /* line 54, ../sass/front.scss */
  .front #content .block.glwblue h2.block-title {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyNGM4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZWFmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #224c83), color-stop(100%, #e7eaf6));
    background-image: -moz-linear-gradient(left, #224c83, #e7eaf6);
    background-image: -webkit-linear-gradient(left, #224c83, #e7eaf6);
    background-image: linear-gradient(to right, #224c83, #e7eaf6);
  }
}
/* line 62, ../sass/front.scss */
.front #content .block.glvideophoto {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  /* line 64, ../sass/front.scss */
  .front #content .block.glvideophoto h2.block-title {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODEyZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZjRkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #4c812e), color-stop(100%, #ebf4dc));
    background-image: -moz-linear-gradient(left, #4c812e, #ebf4dc);
    background-image: -webkit-linear-gradient(left, #4c812e, #ebf4dc);
    background-image: linear-gradient(to right, #4c812e, #ebf4dc);
  }
}
/* line 70, ../sass/front.scss */
.front #content .block h2.block-title {
  padding: 10px 0;
  margin-left: -25px;
  text-align: center;
  text-transform: uppercase;
  background-color: #cccccc;
  margin-bottom: 25px;
}
@media (min-width: 641px) {
  /* line 70, ../sass/front.scss */
  .front #content .block h2.block-title {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #cccccc), color-stop(100%, #f0f0f0));
    background-image: -moz-linear-gradient(left, #cccccc, #f0f0f0);
    background-image: -webkit-linear-gradient(left, #cccccc, #f0f0f0);
    background-image: linear-gradient(to right, #cccccc, #f0f0f0);
    text-align: left;
    padding-left: 25px;
  }
}
@media (max-width: 640px) {
  /* line 70, ../sass/front.scss */
  .front #content .block h2.block-title {
    margin-right: -25px;
  }
}
@media (max-width: 480px) {
  /* line 70, ../sass/front.scss */
  .front #content .block h2.block-title {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/* line 89, ../sass/front.scss */
.front #content .block h2.block-title a {
  color: white;
}
/* line 91, ../sass/front.scss */
.front #content .block h2.block-title a:hover {
  text-decoration: underline;
}
/* line 94, ../sass/front.scss */
.front #content .block h2.block-title a:after {
  content: "\f101";
  width: 20px;
  height: 20px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-left: 8px;
}
/* line 106, ../sass/front.scss */
.front .view-front-page-views {
  margin-bottom: 25px;
}
/* line 113, ../sass/front.scss */
.front .view-front-page-views.view-display-id-news_feature .views-row:before, .front .view-front-page-views.view-display-id-world_feature .views-row:before, .front .view-front-page-views.view-display-id-analysis_feature .views-row:before, .front .view-front-page-views.view-display-id-culture_feature .views-row:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9));
}
@media (max-width: 768px) {
  /* line 113, ../sass/front.scss */
  .front .view-front-page-views.view-display-id-news_feature .views-row:before, .front .view-front-page-views.view-display-id-world_feature .views-row:before, .front .view-front-page-views.view-display-id-analysis_feature .views-row:before, .front .view-front-page-views.view-display-id-culture_feature .views-row:before {
    background: none;
  }
}
/* line 127, ../sass/front.scss */
.front .view-front-page-views.view-display-id-culture_feature {
  margin-bottom: 0;
}
/* line 130, ../sass/front.scss */
.front .view-front-page-views .view-content {
  display: flex;
  justify-content: space-between;
}
/* line 134, ../sass/front.scss */
.front .view-front-page-views .views-row {
  position: relative;
  flex: 0 0 48.5%;
}
@media (max-width: 768px) {
  /* line 134, ../sass/front.scss */
  .front .view-front-page-views .views-row {
    flex: 0 0 48%;
  }
}
@media (max-width: 640px) {
  /* line 134, ../sass/front.scss */
  .front .view-front-page-views .views-row {
    width: 100%;
  }
}
/* line 145, ../sass/front.scss */
.front .view-front-page-views .views-field-field-image img {
  width: 100%;
}
/* line 148, ../sass/front.scss */
.front .view-front-page-views .views-field-field-image a {
  display: block;
}
/* line 152, ../sass/front.scss */
.front .view-front-page-views .teaser-front-title {
  bottom: 0;
  left: 0;
  padding: 20px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  font-family: "Oswald";
  font-size: 24px;
  display: block;
}
/* line 68, ../sass/_mixins.scss */
.front .view-front-page-views .teaser-front-title a {
  color: #444444;
  text-decoration: none;
  line-height: 1.2em;
}
/* line 72, ../sass/_mixins.scss */
.front .view-front-page-views .teaser-front-title a:hover {
  color: #4c812e;
  text-decoration: underline;
}
/* line 161, ../sass/front.scss */
.front .view-front-page-views .teaser-front-title a {
  color: #fff;
}
@media (max-width: 768px) {
  /* line 161, ../sass/front.scss */
  .front .view-front-page-views .teaser-front-title a {
    color: #444444;
  }
}
/* line 166, ../sass/front.scss */
.front .view-front-page-views .teaser-front-title a:hover, .front .view-front-page-views .teaser-front-title a:focus {
  color: #fff;
}
@media (max-width: 768px) {
  /* line 166, ../sass/front.scss */
  .front .view-front-page-views .teaser-front-title a:hover, .front .view-front-page-views .teaser-front-title a:focus {
    color: #4c812e;
  }
}
@media (max-width: 768px) {
  /* line 152, ../sass/front.scss */
  .front .view-front-page-views .teaser-front-title {
    font-size: 19.2px;
    position: initial;
    margin: 15px 0 0;
    padding: 0;
    background-color: transparent;
  }
}
/* line 181, ../sass/front.scss */
.front .view-front-page-views .more-link {
  float: left;
}
/* line 186, ../sass/front.scss */
.front .view-front-page-views .views-field-view-node {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 187, ../sass/front.scss */
.front .view-front-page-views .views-field-view-node a {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  float: right;
}
/* line 42, ../sass/_mixins.scss */
.front .view-front-page-views .views-field-view-node a:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 187, ../sass/front.scss */
  .front .view-front-page-views .views-field-view-node a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
/* line 193, ../sass/front.scss */
.front .view-front-page-views .views-field-view-node:last-child {
  margin-bottom: 0;
}
/* line 199, ../sass/front.scss */
.front .view-featured-video-and-photo .view-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  /* line 205, ../sass/front.scss */
  .front .view-featured-video-and-photo.view-display-id-media .views-field-field-photo .field-content {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 212, ../sass/front.scss */
.front .view-featured-video-and-photo.view-display-id-media .views-row {
  position: relative;
  flex: 0 0 48.5%;
}
@media (max-width: 768px) {
  /* line 212, ../sass/front.scss */
  .front .view-featured-video-and-photo.view-display-id-media .views-row {
    flex: 0 0 48%;
  }
}
@media (max-width: 640px) {
  /* line 212, ../sass/front.scss */
  .front .view-featured-video-and-photo.view-display-id-media .views-row {
    width: 100%;
  }
}
/* line 222, ../sass/front.scss */
.front .view-featured-video-and-photo.view-display-id-media .views-row .views-field-field-video-embed .field-content {
  margin-right: 0;
  margin-left: 0;
}
/* line 229, ../sass/front.scss */
.front .view-featured-video-and-photo .teaser-front-title {
  line-height: 1;
  font-family: "Oswald";
  font-size: 24px;
  display: block;
}
/* line 68, ../sass/_mixins.scss */
.front .view-featured-video-and-photo .teaser-front-title a {
  color: #444444;
  text-decoration: none;
  line-height: 1.2em;
}
/* line 72, ../sass/_mixins.scss */
.front .view-featured-video-and-photo .teaser-front-title a:hover {
  color: #4c812e;
  text-decoration: underline;
}
@media (max-width: 768px) {
  /* line 233, ../sass/front.scss */
  .front .view-featured-video-and-photo .teaser-front-title a {
    color: #444444;
  }
}
@media (max-width: 768px) {
  /* line 237, ../sass/front.scss */
  .front .view-featured-video-and-photo .teaser-front-title a:hover, .front .view-featured-video-and-photo .teaser-front-title a:focus {
    color: #4c812e;
  }
}
@media (max-width: 768px) {
  /* line 229, ../sass/front.scss */
  .front .view-featured-video-and-photo .teaser-front-title {
    font-size: 19.2px;
    position: initial;
    margin: 15px 0 0;
    padding: 0;
    background-color: transparent;
  }
}
/* line 252, ../sass/front.scss */
.front .view-featured-video-and-photo .views-field-field-photo img {
  width: 100%;
  margin-bottom: 20px;
}
/* line 256, ../sass/front.scss */
.front .view-featured-video-and-photo .views-field-field-photo a {
  display: block;
}
/* line 260, ../sass/front.scss */
.front .view-featured-video-and-photo .more-link {
  float: left;
}
/* line 265, ../sass/front.scss */
.front .view-featured-video-and-photo .views-field-view-node {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 266, ../sass/front.scss */
.front .view-featured-video-and-photo .views-field-view-node a {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  float: right;
}
/* line 42, ../sass/_mixins.scss */
.front .view-featured-video-and-photo .views-field-view-node a:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 266, ../sass/front.scss */
  .front .view-featured-video-and-photo .views-field-view-node a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
/* line 272, ../sass/front.scss */
.front .view-featured-video-and-photo .views-field-view-node:last-child {
  margin-bottom: 0;
}
/* line 278, ../sass/front.scss */
.front .view-glwd7-front-page-views .views-field-title {
  font-family: "Oswald";
  font-size: 24px;
}
/* line 68, ../sass/_mixins.scss */
.front .view-glwd7-front-page-views .views-field-title a {
  color: #444444;
  text-decoration: none;
  line-height: 1.2em;
}
/* line 72, ../sass/_mixins.scss */
.front .view-glwd7-front-page-views .views-field-title a:hover {
  color: #4c812e;
  text-decoration: underline;
}
@media (max-width: 640px) {
  /* line 278, ../sass/front.scss */
  .front .view-glwd7-front-page-views .views-field-title {
    font-size: 19.2px;
    margin-bottom: 20px;
  }
}
/* line 285, ../sass/front.scss */
.front .view-glwd7-front-page-views .views-field-view-node {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 286, ../sass/front.scss */
.front .view-glwd7-front-page-views .views-field-view-node a {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  float: right;
}
/* line 42, ../sass/_mixins.scss */
.front .view-glwd7-front-page-views .views-field-view-node a:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 286, ../sass/front.scss */
  .front .view-glwd7-front-page-views .views-field-view-node a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
/* line 294, ../sass/front.scss */
.front .view-glwd7-front-page-views.view-display-id-featured_four .view-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 300, ../sass/front.scss */
.front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row {
  width: 23%;
}
/* line 302, ../sass/front.scss */
.front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row .views-field-field-image {
  margin-bottom: 10px;
}
/* line 304, ../sass/front.scss */
.front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row .views-field-field-image a {
  display: block;
}
/* line 308, ../sass/front.scss */
.front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row .views-field-title {
  margin-bottom: 25px;
}
/* line 312, ../sass/front.scss */
.front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row:nth-child(5) .views-field-title, .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row:nth-child(6) .views-field-title, .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row:nth-child(7) .views-field-title, .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row:nth-child(8) .views-field-title {
  margin-bottom: 0;
}
/* line 316, ../sass/front.scss */
.front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row .views-field-view-node {
  padding-right: 10px;
  margin-top: 20px;
}
/* line 319, ../sass/front.scss */
.front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row .views-field-view-node a {
  float: none;
}
@media (max-width: 768px) {
  /* line 300, ../sass/front.scss */
  .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row {
    width: 48%;
  }
  /* line 326, ../sass/front.scss */
  .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row:nth-child(5) .views-field-title, .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row:nth-child(6) .views-field-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  /* line 300, ../sass/front.scss */
  .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row {
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  /* line 336, ../sass/front.scss */
  .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row:last-child {
    border-bottom: none;
  }
  /* line 339, ../sass/front.scss */
  .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row .field-content, .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row .views-field-view-node {
    padding-right: 0;
  }
  /* line 342, ../sass/front.scss */
  .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row .views-field-field-image {
    width: 40%;
    float: left;
    margin-right: 20px;
  }
  /* line 347, ../sass/front.scss */
  .front .view-glwd7-front-page-views.view-display-id-featured_four .view-content .views-row .views-field-title {
    margin-bottom: 10px;
    overflow: hidden;
  }
}

/* line 357, ../sass/front.scss */
.view-glw-front-cover-node {
  margin-top: 0;
}
/* line 359, ../sass/front.scss */
.view-glw-front-cover-node .attachment {
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  /* line 359, ../sass/front.scss */
  .view-glw-front-cover-node .attachment {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  /* line 359, ../sass/front.scss */
  .view-glw-front-cover-node .attachment {
    margin-bottom: 15px;
  }
}
/* line 369, ../sass/front.scss */
.view-glw-front-cover-node .attachment a {
  display: block;
}
@media (max-width: 640px) {
  /* line 357, ../sass/front.scss */
  .view-glw-front-cover-node {
    margin-top: 0;
  }
}
/* line 376, ../sass/front.scss */
.view-glw-front-cover-node .views-field-field-image {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 379, ../sass/front.scss */
.view-glw-front-cover-node .views-field-field-image a {
  display: block;
}
@media (max-width: 768px) {
  /* line 376, ../sass/front.scss */
  .view-glw-front-cover-node .views-field-field-image {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  /* line 376, ../sass/front.scss */
  .view-glw-front-cover-node .views-field-field-image {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  /* line 376, ../sass/front.scss */
  .view-glw-front-cover-node .views-field-field-image {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  /* line 391, ../sass/front.scss */
  .view-glw-front-cover-node .views-field-field-image .field-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 398, ../sass/front.scss */
.view-glw-front-cover-node .view-content {
  clear: both;
  position: relative;
}
/* line 402, ../sass/front.scss */
.view-glw-front-cover-node h2 {
  margin: 0;
}
/* line 405, ../sass/front.scss */
.view-glw-front-cover-node .views-field-view-node {
  overflow: hidden;
}
/* line 406, ../sass/front.scss */
.view-glw-front-cover-node .views-field-view-node a {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  margin-bottom: 0 !important;
  display: block;
}
/* line 42, ../sass/_mixins.scss */
.view-glw-front-cover-node .views-field-view-node a:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 406, ../sass/front.scss */
  .view-glw-front-cover-node .views-field-view-node a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
/* line 413, ../sass/front.scss */
.view-glw-front-cover-node .views-field-field-front-cover {
  text-align: center;
}
/* line 416, ../sass/front.scss */
.view-glw-front-cover-node .views-label {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 4px solid #cccccc;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
}
/* line 425, ../sass/front.scss */
.view-glw-front-cover-node .views-field-title {
  bottom: 0;
  border-bottom: none;
  background-color: #f0f0f0;
  font-family: "Oswald";
  font-size: 32px;
  line-height: 1.2;
  left: 0;
  margin: 0;
  opacity: 0.9;
  padding: 15px;
  position: absolute;
  right: 0;
  z-index: 2;
}
/* line 439, ../sass/front.scss */
.view-glw-front-cover-node .views-field-title a {
  color: #444444;
}
@media (max-width: 768px) {
  /* line 425, ../sass/front.scss */
  .view-glw-front-cover-node .views-field-title {
    font-size: 24px;
    padding: 0;
    margin: 0 0 20px 0;
    background-color: transparent;
    box-shadow: none;
    position: initial;
  }
}
/* line 450, ../sass/front.scss */
.view-glw-front-cover-node .views-field-title .field-content {
  display: block;
}
/* line 452, ../sass/front.scss */
.view-glw-front-cover-node .views-field-title .field-content a {
  text-decoration: none;
  display: block;
}
/* line 455, ../sass/front.scss */
.view-glw-front-cover-node .views-field-title .field-content a:hover {
  color: #4c812e;
  text-decoration: underline;
}

@media (min-width: 481px) {
  /* line 464, ../sass/front.scss */
  #block-views-glw-front-cover-node-block-1 .block-title {
    display: none;
  }
}

/* line 471, ../sass/front.scss */
.view-featured-video-and-photo .more-link {
  text-align: left;
}
/* line 473, ../sass/front.scss */
.view-featured-video-and-photo .more-link a {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
}
/* line 42, ../sass/_mixins.scss */
.view-featured-video-and-photo .more-link a:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 473, ../sass/front.scss */
  .view-featured-video-and-photo .more-link a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
@media (max-width: 640px) {
  /* line 478, ../sass/front.scss */
  .view-featured-video-and-photo .views-field-field-photo .field-content {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/* line 486, ../sass/front.scss */
.view-featured-video-and-photo .views-field-title h2 {
  font-weight: normal;
}
/* line 488, ../sass/front.scss */
.view-featured-video-and-photo .views-field-title h2 a {
  text-decoration: none;
}

@media (max-width: 640px) {
  /* line 497, ../sass/front.scss */
  .views-field-field-video-embed .field-content {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* line 504, ../sass/front.scss */
.embedded-video .player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  /* line 504, ../sass/front.scss */
  .embedded-video .player {
    margin-bottom: 20px;
  }
}

/* line 515, ../sass/front.scss */
.embedded-video .player iframe,
.embedded-video .player object,
.embedded-video .player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 4, ../sass/calendar.scss */
.view-event-calendar .inner .month.day a {
  color: #4c812e;
}
/* line 7, ../sass/calendar.scss */
.view-event-calendar .view-item-event_calendar .dayview,
.view-event-calendar .calendar-calendar .month-view .full td.single-day div.monthview,
.view-event-calendar .calendar-calendar .month-view .full td.multi-day div.monthview .cutoff,
.view-event-calendar .calendar-calendar .month-view .full td.multi-day div.monthview .continues,
.view-event-calendar .calendar-calendar .month-view .full td.multi-day div.monthview {
  background-color: #c9dba6 !important;
  line-height: 2em;
  border: none !important;
}
/* line 15, ../sass/calendar.scss */
.view-event-calendar .view-item-event_calendar .dayview a,
.view-event-calendar .calendar-calendar .month-view .full td.single-day div.monthview a,
.view-event-calendar .calendar-calendar .month-view .full td.multi-day div.monthview .cutoff a,
.view-event-calendar .calendar-calendar .month-view .full td.multi-day div.monthview .continues a,
.view-event-calendar .calendar-calendar .month-view .full td.multi-day div.monthview a {
  color: #4c812e;
}
/* line 19, ../sass/calendar.scss */
.view-event-calendar .views-exposed-form {
  margin-bottom: 20px;
}
/* line 21, ../sass/calendar.scss */
.view-event-calendar .views-exposed-form .form-submit {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
}
/* line 42, ../sass/_mixins.scss */
.view-event-calendar .views-exposed-form .form-submit:hover {
  color: white;
  background-color: #444444;
}
@media (max-width: 640px) {
  /* line 21, ../sass/calendar.scss */
  .view-event-calendar .views-exposed-form .form-submit {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
@media (max-width: 640px) {
  /* line 26, ../sass/calendar.scss */
  .view-event-calendar ul.pager {
    position: relative;
    height: 40px;
  }
}
/* line 31, ../sass/calendar.scss */
.view-event-calendar td.ends-today,
.view-event-calendar td.today {
  border-color: #91b74b !important;
}
/* line 35, ../sass/calendar.scss */
.view-event-calendar th.days {
  color: white;
  font-family: "Oswald";
  background-color: #4c812e;
  border-color: #4c812e;
  border: none;
}
/* line 42, ../sass/calendar.scss */
.view-event-calendar .mini {
  text-align: center;
}
/* line 44, ../sass/calendar.scss */
.view-event-calendar .mini a {
  color: #444444;
  text-decoration: none;
}
/* line 49, ../sass/calendar.scss */
.view-event-calendar .mini.today {
  background-color: #91b74b;
  border-radius: 2em;
}
/* line 52, ../sass/calendar.scss */
.view-event-calendar .mini.today a {
  color: white;
}
/* line 57, ../sass/calendar.scss */
.view-event-calendar .month-view .date-nav {
  background: #4c812e !important;
  font-family: "Oswald";
  text-transform: uppercase;
}
/* line 61, ../sass/calendar.scss */
.view-event-calendar .month-view .date-nav a {
  color: white;
  font-weight: normal;
}
/* line 67, ../sass/calendar.scss */
.view-event-calendar .date-nav {
  padding-bottom: 10px;
}
/* line 69, ../sass/calendar.scss */
.view-event-calendar .date-nav ul.pager {
  padding: 0;
  margin: 0;
}
/* line 72, ../sass/calendar.scss */
.view-event-calendar .date-nav ul.pager li {
  background-color: transparent !important;
  text-align: center;
}
/* line 75, ../sass/calendar.scss */
.view-event-calendar .date-nav ul.pager li.date-prev {
  left: 0;
  max-width: 100px;
  text-align: left;
}
/* line 80, ../sass/calendar.scss */
.view-event-calendar .date-nav ul.pager li a {
  font-size: 25px !important;
  color: #a6a6a6;
}
/* line 89, ../sass/calendar.scss */
.view-event-calendar .date-heading h3 a {
  text-decoration: none;
}

/* line 97, ../sass/calendar.scss */
.page-views .tabs-primary {
  border: none;
  background: none;
}
/* line 100, ../sass/calendar.scss */
.page-views .tabs-primary li {
  border-radius: 2em;
  border: 2px solid #cccccc;
}
/* line 103, ../sass/calendar.scss */
.page-views .tabs-primary li a {
  border: 2px solid white;
  border-radius: 2em;
  background: #f0f0f0;
  text-shadow: none;
  font-family: "Oswald";
  text-transform: uppercase;
}
/* line 110, ../sass/calendar.scss */
.page-views .tabs-primary li a.active {
  background-color: #cacaca;
}

/* line 4, ../sass/search.scss */
.page-search .page__title {
  line-height: 1em;
}

/* line 9, ../sass/search.scss */
.search-form h2 {
  display: none;
}

/* line 15, ../sass/search.scss */
.block-search .container-inline {
  background-color: white;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cccccc;
}
@media (max-width: 640px) {
  /* line 15, ../sass/search.scss */
  .block-search .container-inline {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
  }
}
/* line 30, ../sass/search.scss */
.block-search .form-item.form-item-search-block-form {
  width: 79%;
  margin: 0;
  height: 32px;
}
/* line 34, ../sass/search.scss */
.block-search .form-item.form-item-search-block-form input[type="text"] {
  background-color: #fff;
  border: none;
  height: 32px;
  padding: 4px;
  margin-left: 10px;
  width: 100%;
}
/* line 44, ../sass/search.scss */
.block-search .form-actions {
  width: 19%;
  margin-top: 0;
}
/* line 47, ../sass/search.scss */
.block-search .form-actions input[type="submit"] {
  border: 0;
  color: #cccccc;
  padding: 4px 8px;
  height: 32px;
  border-radius: 20px;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background-color: #fff;
  width: 100%;
}
/* line 58, ../sass/search.scss */
.block-search .form-actions input[type="submit"]:hover {
  color: #444444;
}

/* line 65, ../sass/search.scss */
.apachesolr_search-results {
  padding: 0;
}

/* line 69, ../sass/search.scss */
.search-results .title {
  margin-top: 20px;
  margin-bottom: 5px;
}
/* line 73, ../sass/search.scss */
.search-results .search-snippet-info {
  padding-left: 0;
}
/* line 76, ../sass/search.scss */
.search-results .search-snippet {
  margin-bottom: 5px;
}

/* line 82, ../sass/search.scss */
.region-sidebar-first .block-facetapi:first-child {
  margin-top: 20px;
}
/* line 85, ../sass/search.scss */
.region-sidebar-first .block-facetapi ul {
  list-style-type: none;
  padding: 0;
}

/* line 5, ../sass/esub.scss */
.view-issue-view.view-display-id-esub .views-row {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 11, ../sass/esub.scss */
.view-issue-view.view-display-id-esub .views-row .views-field-field-image img {
  border-radius: 10px;
}
/* line 15, ../sass/esub.scss */
.view-issue-view.view-display-id-esub .views-row .views-field-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "Nunito Sans";
  font-size: 16px;
}

/* line 3, ../sass/mmenu.scss */
#mmenu-left {
  color: #fff;
  text-decoration: none;
}
/* line 6, ../sass/mmenu.scss */
#mmenu-left .fas {
  display: block;
  font-size: 20px;
  line-height: 16px;
}
/* line 10, ../sass/mmenu.scss */
#mmenu-left .fas:before {
  display: block;
  line-height: 16px;
}

/* line 17, ../sass/mmenu.scss */
.mmenu-nav.mm-basic {
  margin-top: 50px;
  background: #fff;
  border-right: 1px solid #cccccc;
  color: #444444;
  font-family: "Nunito Sans";
  text-shadow: none;
}
/* line 24, ../sass/mmenu.scss */
.mmenu-nav.mm-basic [class^="icon-"], .mmenu-nav.mm-basic .mmenu-block-icon {
  display: none;
}
/* line 27, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list {
  padding-top: 20px;
  font-size: 16px;
}
/* line 30, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list .block-search {
  background-color: #fff;
  margin: 0 0 20px;
}
/* line 33, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list .block-search input[type="text"] {
  border: none;
  padding: 0;
  padding-right: 20px;
  height: 32px;
  max-width: 100%;
  margin-left: 20px;
  background-color: #fff;
}
/* line 43, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list > li {
  border-top: none;
  border-bottom: none;
}
/* line 46, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list > li > a, .mmenu-nav.mm-basic .mm-list > li > span {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
/* line 51, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list > li > a:not(.mm-subopen):not(.mm-subclose):not(.mm-fullsubopen) {
  padding: 5px 0 6px 20px;
  white-space: normal;
}
/* line 56, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list > li > a:hover, .mmenu-nav.mm-basic .mm-list > li > a:focus {
  color: #4c812e;
  transition: color .2s ease-out;
}
/* line 62, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list > li.mmenu-expanded .mmenu-block-expanded {
  background: none;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0 6px 20px !important;
}
/* line 66, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list > li.mmenu-expanded .mmenu-block-expanded .mmenu-block-title {
  text-transform: uppercase;
  font-size: 11.42857px;
  font-weight: 500;
  letter-spacing: 1px;
}
/* line 75, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list .glwsocial {
  padding-left: 20px;
}
/* line 77, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list .glwsocial ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 35px;
}
/* line 83, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list .glwsocial ul li {
  width: 19%;
}
/* line 85, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list .glwsocial ul li a {
  border-radius: 0;
  border: none;
  color: #444444;
  display: inline;
  padding: 0 !important;
  font-size: 0;
}
/* line 92, ../sass/mmenu.scss */
.mmenu-nav.mm-basic .mm-list .glwsocial ul li a::before {
  font-size: 20px;
}

@media (max-width: 480px) {
  /* line 102, ../sass/mmenu.scss */
  #mm-blocker {
    margin-top: 50px;
  }
}

/* line 3, ../sass/popup.scss */
#popup-message-window {
  border: none;
  padding: 0;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  margin: -262px 0 0 -262px !important;
  background: transparent;
}
/* line 11, ../sass/popup.scss */
#popup-message-window #popup-message-close {
  background-color: #fff;
  color: #444444;
  padding: 6px;
  border: 2px solid #444444;
  border-radius: 50px;
}
/* line 18, ../sass/popup.scss */
#popup-message-window br {
  display: none;
}
/* line 22, ../sass/popup.scss */
#popup-message-window h1.popup-message-title {
  border-bottom: none;
  color: #fff;
  font-size: 24px;
  font-family: "Oswald";
  font-weight: 300;
  background: #fff;
  margin: 15px 15px 0;
  padding: 10px 15px;
  background-image: linear-gradient(to bottom right, #91b74b, #4c812e);
  border-bottom: 6px solid #444444;
}
/* line 35, ../sass/popup.scss */
#popup-message-window #popup-message-content {
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0 15px;
  padding: 13px 20px;
}
/* line 41, ../sass/popup.scss */
#popup-message-window #popup-message-content p {
  margin: 10px 0 7px;
}
/* line 43, ../sass/popup.scss */
#popup-message-window #popup-message-content p:first-child {
  margin-top: 0;
}
/* line 49, ../sass/popup.scss */
#popup-message-window #popup-message-content #appeal-body p:last-child {
  margin-bottom: 15px;
}
/* line 54, ../sass/popup.scss */
#popup-message-window #popup-message-content .popup-butt {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
/* line 58, ../sass/popup.scss */
#popup-message-window #popup-message-content .popup-butt .appeal-butt {
  margin-bottom: 10px;
  width: 48%;
}
/* line 61, ../sass/popup.scss */
#popup-message-window #popup-message-content .popup-butt .appeal-butt a {
  border-bottom: 6px solid #4c812e;
  display: block;
  font-family: "Oswald";
  font-size: 24px;
  color: #444444;
  line-height: 38.4px;
  transition: .5s ease-out;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* line 68, ../sass/_mixins.scss */
#popup-message-window #popup-message-content .popup-butt .appeal-butt a a {
  color: #444444;
  text-decoration: none;
  line-height: 1.2em;
}
/* line 72, ../sass/_mixins.scss */
#popup-message-window #popup-message-content .popup-butt .appeal-butt a a:hover {
  color: #4c812e;
  text-decoration: underline;
}
/* line 73, ../sass/popup.scss */
#popup-message-window #popup-message-content .popup-butt .appeal-butt a:hover, #popup-message-window #popup-message-content .popup-butt .appeal-butt a:focus {
  background-color: #4c812e;
  border-bottom: 6px solid #444444;
  color: #fff;
}
/* line 83, ../sass/popup.scss */
#popup-message-window #freecall-disclaimer p {
  font-size: small;
  color: #444444;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1;
}

/* line 94, ../sass/popup.scss */
#popup-message-background {
  z-index: 100;
}

@media screen and (max-width: 769px) {
  /* line 99, ../sass/popup.scss */
  div#popup-message-background, div#popup-message-window {
    display: none !important;
  }
}
/* line 3, ../sass/a2a.scss */
.addtoany {
  margin-left: -90px;
  top: 220px;
  padding: 0 !important;
  position: fixed;
}

/* line 9, ../sass/a2a.scss */
.addtoany_list {
  display: flex;
  margin-bottom: 20px;
}
/* line 12, ../sass/a2a.scss */
.addtoany_list > a {
  padding: 0;
  display: block;
  margin-right: 10px;
}
/* line 16, ../sass/a2a.scss */
.addtoany_list > a > span {
  border-radius: 50px !important;
  margin-bottom: 5px;
  padding: 6px;
  display: block;
}

/* line 25, ../sass/a2a.scss */
.a2a_menu,
.a2a_menu_find_container {
  border-radius: 0 !important;
}

/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */

/*# sourceMappingURL=styles.css.map */
