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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 444, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 460, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 472, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

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

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 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 46, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

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

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

  /* line 65, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 86, ../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 88, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 93, ../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 101, ../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 103, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 108, ../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 116, ../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 118, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 128, ../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 134, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 138, ../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 143, ../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 147, ../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 164, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 166, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

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

  /**
   * The layout when there are two sidebars.
   */
  /* line 194, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 196, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
  /* line 206, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 22, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 40, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#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 66, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

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

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

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

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

/* The link around the name of the website. */
/* line 106, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 112, ../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 151, ../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 190, ../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 245, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

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

/* line 255, ../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;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 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;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 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;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

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

/* line 352, ../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 {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 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 457, ../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 512, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

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

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

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

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

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

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 582, ../sass/components/_misc.scss */
.form-item {
  margin: 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 601, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

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

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

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

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

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

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

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

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 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 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Hide sidebars and nav elements. */
  /* line 77, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* MIXINS */
/*VARS*/
/* MEDIA QUERIES */
/* MAIN VARIABLES */
/* HIDDEN */
/* line 190, ../sass/styles.scss */
.header__name-and-slogan, .hidden, .view-categories-feed .scroll-bar.horizontal, .field-name-field-text-boxes-link,
.node-horizontal-feed.three-columns .scroll-bar.horizontal, .node-horizontal-feed.four-columns .scroll-bar.horizontal,
.view-v2-keywords-feed .scroll-bar.horizontal, body.page-site-search .breadcrumb, #skip-link, .pane-custom hr {
  display: none !important;
  overflow: hidden;
}

/* IMAGES */
/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
/* line 207, ../sass/styles.scss */
html {
  line-height: 1.5;
}

/* line 215, ../sass/styles.scss */
body,
button,
input,
select,
textarea {
  color: black;
  font: "100%/1.5" "AvenirBook", sans-serif;
  *font-size: 1em;
  color: #333333;
}

/* IE7 and older can't resize px based text */
/* line 227, ../sass/styles.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 400;
}

/* line 231, ../sass/styles.scss */
h1 {
  margin: 0;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* 48px / 48px */
/* line 238, ../sass/styles.scss */
h2 {
  margin: 0;
  font-size: 1.75em;
  /* Was 2.25em */
  line-height: 1.3333333333333333333333333333333em;
  margin-bottom: 25px;
}

/* 36px / 48px */
/* line 244, ../sass/styles.scss */
h3 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 25px;
}

/* 24px / 24px */
/* line 250, ../sass/styles.scss */
h4 {
  margin: 0;
  font-size: 1.3125em;
  line-height: 1.1428571428571428571428571428571em;
  margin-bottom: 25px;
}

/* 21px / 24px */
/* line 256, ../sass/styles.scss */
h5 {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.3333333333333333333333333333333em;
  margin-bottom: 25px;
  color: #e31837;
}

/* 18px / 24px */
/* line 269, ../sass/styles.scss */
p,
ul,
blockquote,
pre,
td,
th,
label {
  margin: 0;
  font-size: 1em;
  /* line-height: 1.5em; */
  margin-bottom: 1.5em;
}

/* 16px / 24px */
/* line 276, ../sass/styles.scss */
small,
p.small {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.7142857142857142857142857142857em;
  margin-bottom: 1.71429em;
}

/* 14px / 24px */
/* CODE */
/* line 284, ../sass/styles.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Allow line wrapping of 'pre' */
/* line 292, ../sass/styles.scss */
pre,
code,
kbd,
samp {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-family: Roboto;
}

/* MEDIA */
/* line 300, ../sass/styles.scss */
figure {
  margin: 0;
}

/* Fluid images */
/* line 308, ../sass/styles.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Improve IE's resizing of images */
}

/* line 312, ../sass/styles.scss */
svg:not(:root) {
  overflow: hidden;
}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
/* line 318, ../sass/styles.scss */
ins,
mark {
  text-decoration: none;
}

/* line 321, ../sass/styles.scss */
mark {
  background: #c47529;
}

/* line 324, ../sass/styles.scss */
ins {
  background: #d49855;
}

/* line 327, ../sass/styles.scss */
del {
  text-decoration: line-through;
}

/* line 330, ../sass/styles.scss */
::-moz-selection {
  background: #c47529;
  color: #fff;
  text-shadow: none;
}

/* line 335, ../sass/styles.scss */
::selection {
  background: #c47529;
  color: #fff;
  text-shadow: none;
}

/* SYSTEM */
/* line 344, ../sass/styles.scss */
.stories.ui-link {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  color: #969696;
  text-decoration: none;
  background: transparent;
  border: none;
}

/* line 352, ../sass/styles.scss */
.stories.ui-link:hover {
  color: #e31837;
}

/* line 356, ../sass/styles.scss */
.node {
  position: relative;
}

/* line 360, ../sass/styles.scss */
a:link, a:visited {
  color: #969696;
  text-decoration: none;
}

/* line 365, ../sass/styles.scss */
a:hover, a.active, li a.active, li.active-trail a {
  color: #e31837;
}

/* line 368, ../sass/styles.scss */
a:focus, .gsc-wrapper a:focus, .gs-spelling a:focus {
  color: #969696;
  text-decoration: none;
}

/* line 373, ../sass/styles.scss */
a:hover,
a:active {
  outline: none;
}

/* line 377, ../sass/styles.scss */
.gsc-wrapper a:link, .gsc-wrapper a:visited, .gs-spelling a, .gs-spelling a:link, .gs-spelling a:visited, .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, a.gs-title * {
  color: black !important;
  text-decoration: none !important;
}

/* line 382, ../sass/styles.scss */
.gsc-wrapper a:hover, .gs-spelling a:hover, a.gs-title *, .gs-snippet b {
  color: #e31837 !important;
  text-decoration: none !important;
}

/* line 401, ../sass/styles.scss */
p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
ol,
ul,
form,
table,
fieldset,
menu {
  margin: 0 0 1.5em;
  padding: 0;
}

/* line 407, ../sass/styles.scss */
body.Unpublished #page {
  background: repeating-linear-gradient(45deg, #e8e6e5, #e8e6e5 100px, #e3e1e0 100px, #e3e1e0 200px);
}

/* line 417, ../sass/styles.scss */
.fa-button, .scrollable.default-skin .scroll-bar .thumb, .pointer {
  cursor: hand;
  cursor: pointer;
}

/* line 422, ../sass/styles.scss */
.field-content a:link, .field-content a:visited, p a:link, p a:visited {
  color: #969696;
}

/* line 426, ../sass/styles.scss */
.field-content a:hover, p a:hover {
  color: #e31837;
}

/* line 430, ../sass/styles.scss */
.ajax-progress, label {
  display: inline-block;
}

/* line 433, ../sass/styles.scss */
.ajax-progress .message {
  display: none;
}

/* line 437, ../sass/styles.scss */
.ajax-progress .throbber, #quotes-pane .progress .bar {
  background: transparent url("../images/throbber2.gif") no-repeat 0px center;
  float: left;
  height: 34px;
  width: 25px;
  position: absolute;
  margin-top: -5px;
  border: none;
}

/* line 447, ../sass/styles.scss */
.form-type-radio .ajax-progress .throbber, .form-type-checkbox .ajax-progress .throbber {
  margin-left: -45px;
  margin-top: -25px !important;
}

/* line 452, ../sass/styles.scss */
.views-widget .description {
  display: none;
}

/* line 456, ../sass/styles.scss */
.small a:link, .small a:visited {
  font-size: 12px;
  display: block;
  line-height: 20px;
  text-decoration: none;
  color: black;
  padding: 20px;
  padding-left: 0px;
}

/* line 466, ../sass/styles.scss */
.small a:hover {
  text-decoration: underline;
}

/* line 470, ../sass/styles.scss */
.divider {
  border-top: 1px solid #e2e2e2;
  position: absolute;
  left: 0;
  width: 100%;
}

/* LAYOUT */
/* line 484, ../sass/styles.scss */
#page {
  width: 100%;
  height: 100%;
}

/* line 489, ../sass/styles.scss */
#header {
  margin-bottom: 50px;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after {
  clear: both;
}
/* line 491, ../sass/styles.scss */
#header .left {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
}
/* line 495, ../sass/styles.scss */
#header .right {
  float: left;
  width: 66.66667%;
  margin-left: 33.33333%;
  margin-right: -100%;
}
/* line 499, ../sass/styles.scss */
#header .bottom {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  margin-top: 40px;
}

/* line 507, ../sass/styles.scss */
#content {
  margin-bottom: 60px;
  margin-top: 40px;
}

/* line 513, ../sass/styles.scss */
#header .sitemap, #footer .sitemap {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}
/* line 516, ../sass/styles.scss */
#header .sitemap > ul.menu > li:nth-child(1), #footer .sitemap > ul.menu > li:nth-child(1) {
  float: left;
  width: 16.66667%;
  margin-left: 0%;
  margin-right: -16.66667%;
}
/* line 519, ../sass/styles.scss */
#header .sitemap > ul.menu > li:nth-child(2), #footer .sitemap > ul.menu > li:nth-child(2) {
  float: left;
  width: 16.66667%;
  margin-left: 16.66667%;
  margin-right: -33.33333%;
}
/* line 522, ../sass/styles.scss */
#header .sitemap > ul.menu > li:nth-child(3), #footer .sitemap > ul.menu > li:nth-child(3) {
  float: left;
  width: 16.66667%;
  margin-left: 33.33333%;
  margin-right: -50%;
}
/* line 525, ../sass/styles.scss */
#header .sitemap > ul.menu > li:nth-child(4), #footer .sitemap > ul.menu > li:nth-child(4) {
  float: left;
  width: 16.66667%;
  margin-left: 50%;
  margin-right: -66.66667%;
}
/* line 528, ../sass/styles.scss */
#header .sitemap > ul.menu > li:nth-child(5), #footer .sitemap > ul.menu > li:nth-child(5) {
  float: left;
  width: 16.66667%;
  margin-left: 66.66667%;
  margin-right: -83.33333%;
}
/* line 531, ../sass/styles.scss */
#header .sitemap > ul.menu > li:nth-child(6), #footer .sitemap > ul.menu > li:nth-child(6) {
  float: left;
  width: 16.66667%;
  margin-left: 83.33333%;
  margin-right: -100%;
}

/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#footer:before, #footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#footer:after {
  clear: both;
}
/* line 538, ../sass/styles.scss */
#footer .left {
  clear: left;
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
}
/* line 542, ../sass/styles.scss */
#footer .right {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}

/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.field-name-field-link-items > .field-items:before, .field-name-field-link-items > .field-items:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.field-name-field-link-items > .field-items:after {
  clear: both;
}
/* line 550, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item:nth-child(1) {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  border-right: 1px solid #e6e6e6;
}
/* line 554, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item:nth-child(2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
  border-right: 1px solid #e6e6e6;
}
/* line 558, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item:nth-child(3) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 561, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item:nth-child(4) {
  clear: left;
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  border-right: 1px solid #e6e6e6;
}
/* line 566, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item:nth-child(5) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
  border-right: 1px solid #e6e6e6;
}
/* line 570, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item:nth-child(6) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 573, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item:nth-child(7) {
  clear: left;
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  border-right: 1px solid #e6e6e6;
}
/* line 578, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item:nth-child(8) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
  border-right: 1px solid #e6e6e6;
}
/* line 582, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item:nth-child(9) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}

/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-display-id-press_release_and_statement_archive .views-row-odd .inner:before, .view-display-id-press_release_and_statement_archive .views-row-odd .inner:after, .view-display-id-press_release_and_statement_archive .views-row-even .inner:before, .view-display-id-press_release_and_statement_archive .views-row-even .inner:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-display-id-press_release_and_statement_archive .views-row-odd .inner:after, .view-display-id-press_release_and_statement_archive .views-row-even .inner:after {
  clear: both;
}
/* line 592, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .views-row-odd .inner > div:first-child, .view-display-id-press_release_and_statement_archive .views-row-even .inner > div:first-child {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
}
/* line 595, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .views-row-odd .inner > div:last-child, .view-display-id-press_release_and_statement_archive .views-row-even .inner > div:last-child {
  float: left;
  width: 75%;
  margin-left: 25%;
  margin-right: -100%;
}

/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-archive-pages:before, .view-archive-pages:after, .view-campaign-views:before, .view-campaign-views:after, .view-video-views:before, .view-video-views:after, .view-photo-gallery-views:before, .view-photo-gallery-views:after, .view-hand-picked:before, .view-hand-picked:after, .view-infographic-views:before, .view-infographic-views:after, .view-more-feature-stories:before, .view-more-feature-stories:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-archive-pages:after, .view-campaign-views:after, .view-video-views:after, .view-photo-gallery-views:after, .view-hand-picked:after, .view-infographic-views:after, .view-more-feature-stories:after {
  clear: both;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-archive-pages .three-column:before, .view-archive-pages .three-column:after, .view-campaign-views .three-column:before, .view-campaign-views .three-column:after, .view-video-views .three-column:before, .view-video-views .three-column:after, .view-photo-gallery-views .three-column:before, .view-photo-gallery-views .three-column:after, .view-hand-picked .three-column:before, .view-hand-picked .three-column:after, .view-infographic-views .three-column:before, .view-infographic-views .three-column:after, .view-more-feature-stories .three-column:before, .view-more-feature-stories .three-column:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-archive-pages .three-column:after, .view-campaign-views .three-column:after, .view-video-views .three-column:after, .view-photo-gallery-views .three-column:after, .view-hand-picked .three-column:after, .view-infographic-views .three-column:after, .view-more-feature-stories .three-column:after {
  clear: both;
}
/* line 606, ../sass/styles.scss */
.view-archive-pages .three-column .inner, .view-campaign-views .three-column .inner, .view-video-views .three-column .inner, .view-photo-gallery-views .three-column .inner, .view-hand-picked .three-column .inner, .view-infographic-views .three-column .inner, .view-more-feature-stories .three-column .inner {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 612, ../sass/styles.scss */
.view-archive-pages .three-column .post:nth-of-type(3n+1), .view-campaign-views .three-column .post:nth-of-type(3n+1), .view-video-views .three-column .post:nth-of-type(3n+1), .view-photo-gallery-views .three-column .post:nth-of-type(3n+1), .view-hand-picked .three-column .post:nth-of-type(3n+1), .view-infographic-views .three-column .post:nth-of-type(3n+1), .view-more-feature-stories .three-column .post:nth-of-type(3n+1) {
  clear: left;
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
}
/* line 618, ../sass/styles.scss */
.view-archive-pages .three-column .post:nth-of-type(3n+2), .view-campaign-views .three-column .post:nth-of-type(3n+2), .view-video-views .three-column .post:nth-of-type(3n+2), .view-photo-gallery-views .three-column .post:nth-of-type(3n+2), .view-hand-picked .three-column .post:nth-of-type(3n+2), .view-infographic-views .three-column .post:nth-of-type(3n+2), .view-more-feature-stories .three-column .post:nth-of-type(3n+2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 623, ../sass/styles.scss */
.view-archive-pages .three-column .post:nth-of-type(3n+3), .view-campaign-views .three-column .post:nth-of-type(3n+3), .view-video-views .three-column .post:nth-of-type(3n+3), .view-photo-gallery-views .three-column .post:nth-of-type(3n+3), .view-hand-picked .three-column .post:nth-of-type(3n+3), .view-infographic-views .three-column .post:nth-of-type(3n+3), .view-more-feature-stories .three-column .post:nth-of-type(3n+3) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-archive-pages .four-column:before, .view-archive-pages .four-column:after, .view-campaign-views .four-column:before, .view-campaign-views .four-column:after, .view-video-views .four-column:before, .view-video-views .four-column:after, .view-photo-gallery-views .four-column:before, .view-photo-gallery-views .four-column:after, .view-hand-picked .four-column:before, .view-hand-picked .four-column:after, .view-infographic-views .four-column:before, .view-infographic-views .four-column:after, .view-more-feature-stories .four-column:before, .view-more-feature-stories .four-column:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-archive-pages .four-column:after, .view-campaign-views .four-column:after, .view-video-views .four-column:after, .view-photo-gallery-views .four-column:after, .view-hand-picked .four-column:after, .view-infographic-views .four-column:after, .view-more-feature-stories .four-column:after {
  clear: both;
}
/* line 629, ../sass/styles.scss */
.view-archive-pages .four-column .views-row-even, .view-archive-pages .four-column .views-row-odd, .view-archive-pages .four-column .post, .view-campaign-views .four-column .views-row-even, .view-campaign-views .four-column .views-row-odd, .view-campaign-views .four-column .post, .view-video-views .four-column .views-row-even, .view-video-views .four-column .views-row-odd, .view-video-views .four-column .post, .view-photo-gallery-views .four-column .views-row-even, .view-photo-gallery-views .four-column .views-row-odd, .view-photo-gallery-views .four-column .post, .view-hand-picked .four-column .views-row-even, .view-hand-picked .four-column .views-row-odd, .view-hand-picked .four-column .post, .view-infographic-views .four-column .views-row-even, .view-infographic-views .four-column .views-row-odd, .view-infographic-views .four-column .post, .view-more-feature-stories .four-column .views-row-even, .view-more-feature-stories .four-column .views-row-odd, .view-more-feature-stories .four-column .post {
  overflow: hidden;
  height: 500px;
  max-width: 274px;
}
/* line 633, ../sass/styles.scss */
.view-archive-pages .four-column .views-row-even .inner, .view-archive-pages .four-column .views-row-odd .inner, .view-archive-pages .four-column .post .inner, .view-campaign-views .four-column .views-row-even .inner, .view-campaign-views .four-column .views-row-odd .inner, .view-campaign-views .four-column .post .inner, .view-video-views .four-column .views-row-even .inner, .view-video-views .four-column .views-row-odd .inner, .view-video-views .four-column .post .inner, .view-photo-gallery-views .four-column .views-row-even .inner, .view-photo-gallery-views .four-column .views-row-odd .inner, .view-photo-gallery-views .four-column .post .inner, .view-hand-picked .four-column .views-row-even .inner, .view-hand-picked .four-column .views-row-odd .inner, .view-hand-picked .four-column .post .inner, .view-infographic-views .four-column .views-row-even .inner, .view-infographic-views .four-column .views-row-odd .inner, .view-infographic-views .four-column .post .inner, .view-more-feature-stories .four-column .views-row-even .inner, .view-more-feature-stories .four-column .views-row-odd .inner, .view-more-feature-stories .four-column .post .inner {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 639, ../sass/styles.scss */
.view-archive-pages .four-column .views-row-even:nth-of-type(4n+1), .view-archive-pages .four-column .views-row-odd:nth-of-type(4n+1), .view-archive-pages .four-column .post:nth-of-type(4n+1), .view-campaign-views .four-column .views-row-even:nth-of-type(4n+1), .view-campaign-views .four-column .views-row-odd:nth-of-type(4n+1), .view-campaign-views .four-column .post:nth-of-type(4n+1), .view-video-views .four-column .views-row-even:nth-of-type(4n+1), .view-video-views .four-column .views-row-odd:nth-of-type(4n+1), .view-video-views .four-column .post:nth-of-type(4n+1), .view-photo-gallery-views .four-column .views-row-even:nth-of-type(4n+1), .view-photo-gallery-views .four-column .views-row-odd:nth-of-type(4n+1), .view-photo-gallery-views .four-column .post:nth-of-type(4n+1), .view-hand-picked .four-column .views-row-even:nth-of-type(4n+1), .view-hand-picked .four-column .views-row-odd:nth-of-type(4n+1), .view-hand-picked .four-column .post:nth-of-type(4n+1), .view-infographic-views .four-column .views-row-even:nth-of-type(4n+1), .view-infographic-views .four-column .views-row-odd:nth-of-type(4n+1), .view-infographic-views .four-column .post:nth-of-type(4n+1), .view-more-feature-stories .four-column .views-row-even:nth-of-type(4n+1), .view-more-feature-stories .four-column .views-row-odd:nth-of-type(4n+1), .view-more-feature-stories .four-column .post:nth-of-type(4n+1) {
  clear: left;
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
}
/* line 645, ../sass/styles.scss */
.view-archive-pages .four-column .views-row-even:nth-of-type(4n+2), .view-archive-pages .four-column .views-row-odd:nth-of-type(4n+2), .view-archive-pages .four-column .post:nth-of-type(4n+2), .view-campaign-views .four-column .views-row-even:nth-of-type(4n+2), .view-campaign-views .four-column .views-row-odd:nth-of-type(4n+2), .view-campaign-views .four-column .post:nth-of-type(4n+2), .view-video-views .four-column .views-row-even:nth-of-type(4n+2), .view-video-views .four-column .views-row-odd:nth-of-type(4n+2), .view-video-views .four-column .post:nth-of-type(4n+2), .view-photo-gallery-views .four-column .views-row-even:nth-of-type(4n+2), .view-photo-gallery-views .four-column .views-row-odd:nth-of-type(4n+2), .view-photo-gallery-views .four-column .post:nth-of-type(4n+2), .view-hand-picked .four-column .views-row-even:nth-of-type(4n+2), .view-hand-picked .four-column .views-row-odd:nth-of-type(4n+2), .view-hand-picked .four-column .post:nth-of-type(4n+2), .view-infographic-views .four-column .views-row-even:nth-of-type(4n+2), .view-infographic-views .four-column .views-row-odd:nth-of-type(4n+2), .view-infographic-views .four-column .post:nth-of-type(4n+2), .view-more-feature-stories .four-column .views-row-even:nth-of-type(4n+2), .view-more-feature-stories .four-column .views-row-odd:nth-of-type(4n+2), .view-more-feature-stories .four-column .post:nth-of-type(4n+2) {
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
}
/* line 650, ../sass/styles.scss */
.view-archive-pages .four-column .views-row-even:nth-of-type(4n+3), .view-archive-pages .four-column .views-row-odd:nth-of-type(4n+3), .view-archive-pages .four-column .post:nth-of-type(4n+3), .view-campaign-views .four-column .views-row-even:nth-of-type(4n+3), .view-campaign-views .four-column .views-row-odd:nth-of-type(4n+3), .view-campaign-views .four-column .post:nth-of-type(4n+3), .view-video-views .four-column .views-row-even:nth-of-type(4n+3), .view-video-views .four-column .views-row-odd:nth-of-type(4n+3), .view-video-views .four-column .post:nth-of-type(4n+3), .view-photo-gallery-views .four-column .views-row-even:nth-of-type(4n+3), .view-photo-gallery-views .four-column .views-row-odd:nth-of-type(4n+3), .view-photo-gallery-views .four-column .post:nth-of-type(4n+3), .view-hand-picked .four-column .views-row-even:nth-of-type(4n+3), .view-hand-picked .four-column .views-row-odd:nth-of-type(4n+3), .view-hand-picked .four-column .post:nth-of-type(4n+3), .view-infographic-views .four-column .views-row-even:nth-of-type(4n+3), .view-infographic-views .four-column .views-row-odd:nth-of-type(4n+3), .view-infographic-views .four-column .post:nth-of-type(4n+3), .view-more-feature-stories .four-column .views-row-even:nth-of-type(4n+3), .view-more-feature-stories .four-column .views-row-odd:nth-of-type(4n+3), .view-more-feature-stories .four-column .post:nth-of-type(4n+3) {
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
}
/* line 655, ../sass/styles.scss */
.view-archive-pages .four-column .views-row-even:nth-of-type(4n+4), .view-archive-pages .four-column .views-row-odd:nth-of-type(4n+4), .view-archive-pages .four-column .post:nth-of-type(4n+4), .view-campaign-views .four-column .views-row-even:nth-of-type(4n+4), .view-campaign-views .four-column .views-row-odd:nth-of-type(4n+4), .view-campaign-views .four-column .post:nth-of-type(4n+4), .view-video-views .four-column .views-row-even:nth-of-type(4n+4), .view-video-views .four-column .views-row-odd:nth-of-type(4n+4), .view-video-views .four-column .post:nth-of-type(4n+4), .view-photo-gallery-views .four-column .views-row-even:nth-of-type(4n+4), .view-photo-gallery-views .four-column .views-row-odd:nth-of-type(4n+4), .view-photo-gallery-views .four-column .post:nth-of-type(4n+4), .view-hand-picked .four-column .views-row-even:nth-of-type(4n+4), .view-hand-picked .four-column .views-row-odd:nth-of-type(4n+4), .view-hand-picked .four-column .post:nth-of-type(4n+4), .view-infographic-views .four-column .views-row-even:nth-of-type(4n+4), .view-infographic-views .four-column .views-row-odd:nth-of-type(4n+4), .view-infographic-views .four-column .post:nth-of-type(4n+4), .view-more-feature-stories .four-column .views-row-even:nth-of-type(4n+4), .view-more-feature-stories .four-column .views-row-odd:nth-of-type(4n+4), .view-more-feature-stories .four-column .post:nth-of-type(4n+4) {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}

/* line 663, ../sass/styles.scss */
#content .content-left {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
}
/* line 666, ../sass/styles.scss */
#content .content-right {
  float: left;
  width: 75%;
  margin-left: 25%;
  margin-right: -100%;
}
/* line 668, ../sass/styles.scss */
#content .content-right .inner {
  padding-left: 3%;
}
/* line 672, ../sass/styles.scss */
#content .content-bottom {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}
/* line 676, ../sass/styles.scss */
#content .content-right.extended {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}
/* line 678, ../sass/styles.scss */
#content .content-right.extended .inner {
  padding-left: 0;
}

/* line 684, ../sass/styles.scss */
#landing-views {
  margin-top: 80px;
  margin-bottom: 60px;
}
/* line 687, ../sass/styles.scss */
#landing-views .divider {
  position: static;
  margin-top: 0px;
  margin-bottom: 60px;
  clear: both;
  border: none;
  height: 1px;
}
/* line 695, ../sass/styles.scss */
#landing-views .node-horizontal-feed {
  padding: 0px 15px;
}

/* GENERAL */
/* line 701, ../sass/styles.scss */
.node-top-landing-page.node {
  position: static;
}

/* line 705, ../sass/styles.scss */
.pane-custom {
  margin-top: 30px;
}

/* line 709, ../sass/styles.scss */
.media_embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 716, ../sass/styles.scss */
.media_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 724, ../sass/styles.scss */
div#views_infinite_scroll-ajax-loader {
  text-align: center;
  text-indent: -99999px;
  background: transparent url("../images/ajax-loader.gif") no-repeat center center;
}

/* line 730, ../sass/styles.scss */
nav.breadcrumb {
  padding-top: 30px;
  margin-bottom: 30px;
  font-family: 'AvenirBook', sans-serif;
  color: #969696;
}
/* line 735, ../sass/styles.scss */
nav.breadcrumb a {
  font-size: 90%;
}
/* line 738, ../sass/styles.scss */
nav.breadcrumb a:hover, nav.breadcrumb a.active, nav.breadcrumb .current-page {
  color: black;
}
/* line 741, ../sass/styles.scss */
nav.breadcrumb .current-page {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
}

/* line 746, ../sass/styles.scss */
.field-name-field-background-color {
  display: none;
}

/* line 750, ../sass/styles.scss */
.fullwidth {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 757, ../sass/styles.scss */
.fullwidth > .inner {
  max-width: 1100px;
  margin: 0px auto;
  padding: 0px 10px;
}
/* line 762, ../sass/styles.scss */
.fullwidth .field-name-field-component-title .field-item, .fullwidth h2.cat-title {
  margin-top: 0;
  border-top: none;
}

/* line 768, ../sass/styles.scss */
.onefullwidth-columns {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

/************/
/* line 778, ../sass/styles.scss */
body.node-type-web-story h1.page__title, body.node-type-media-asset h1.page__title, body.node-type-infographic h1.page__title, body.page-resources h1.page__title, body.node-type-v2-landing-page h1.page__title, body.node-type-media-asset h1.page__title, body.node-type-page h1.page__title, body.node-type-campaign h1.page__title, body.node-type-sub-landing-page h1.page__title, body.node-type-top-landing-page h1.page__title, body.node-type-country h1.page__title, body.page-speeches h1.page__title, body.page-morefeaturestories h1.page__title {
  display: none;
}

/* line 783, ../sass/styles.scss */
.link-box {
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden();
}
/* line 787, ../sass/styles.scss */
.link-box > .inner > h2.title {
  min-height: 60px;
}
/* line 790, ../sass/styles.scss */
.link-box .sub-link-box {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0px;
  height: 0px;
}
/* line 791, ../sass/styles.scss */
.link-box .sub-link-box .inner {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
/* line 798, ../sass/styles.scss */
.link-box .sub-link-box .inner .container {
  padding: 0px 25px;
}
/* line 810, ../sass/styles.scss */
.link-box .sub-link-box h2.title {
  font-size: 105%;
  margin-bottom: 30px;
  padding: 0px 10px;
}
/* line 815, ../sass/styles.scss */
.link-box .sub-link-box p {
  padding: 0px 20px;
}
/* line 818, ../sass/styles.scss */
.link-box .sub-link-box p a {
  font-family: 'AvenirBook', sans-serif;
  color: black;
  font-size: 90%;
}
/* line 823, ../sass/styles.scss */
.link-box .sub-link-box p.title a {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
}
/* line 827, ../sass/styles.scss */
.link-box .sub-link-box p a:hover {
  color: #e31837;
}
/* line 830, ../sass/styles.scss */
.link-box .sub-link-box a.slideUp {
  font-size: 130%;
  position: absolute;
  right: 0;
  margin-top: -25px;
}
/* line 838, ../sass/styles.scss */
.link-box .sub-link-box.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: auto;
}

/* line 845, ../sass/styles.scss */
.four-column .post {
  max-width: 245px;
  display: block;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 435px;
}
/* line 852, ../sass/styles.scss */
.four-column .post span.img {
  display: table;
  width: 100%;
}
/* line 855, ../sass/styles.scss */
.four-column .post span.img span.cell {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
/* line 859, ../sass/styles.scss */
.four-column .post span.img span.cell img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0px auto;
  border: 1px solid #bcbfc2;
}
/* line 870, ../sass/styles.scss */
.four-column .views-row-odd, .four-column .views-row-even, .four-column .post {
  padding-top: 30px;
}
/* line 873, ../sass/styles.scss */
.four-column .doc-pic {
  display: table;
  width: 100%;
}
/* line 876, ../sass/styles.scss */
.four-column .doc-pic a {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
/* line 881, ../sass/styles.scss */
.four-column .doc-pic img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0px auto;
}
/* line 888, ../sass/styles.scss */
.four-column .doc-pic.border_1 img {
  border: 1px solid #bcbfc2;
}
/* line 892, ../sass/styles.scss */
.four-column .doc-text p {
  font-family: 'AvenirBook', sans-serif;
  font-size: 90%;
  color: black;
}

/* line 899, ../sass/styles.scss */
.doc-pic.speech img {
  border: 1px solid #bcbfc2;
}

/* line 904, ../sass/styles.scss */
.block-inner ul {
  list-style: none;
}
/* line 907, ../sass/styles.scss */
.block-inner li {
  margin-bottom: 20px;
}

/* line 912, ../sass/styles.scss */
.node-type-country .content-right ul {
  margin-left: 20px;
  list-style: none;
}
/* line 916, ../sass/styles.scss */
.node-type-country .content-right .chart li {
  float: left;
  clear: left;
  width: 350px;
  margin-bottom: 30px;
}
/* line 922, ../sass/styles.scss */
.node-type-country .content-right .chart li.odd {
  float: left;
  clear: none;
}

/* line 928, ../sass/styles.scss */
.node-web-story, .node-media-asset, .node-infographic, .node-page, .node-type-country {
  margin-top: 50px;
}
/* line 930, ../sass/styles.scss */
.node-web-story .body ul, .node-media-asset .body ul, .node-infographic .body ul, .node-page .body ul, .node-type-country .body ul {
  font-family: 'AvenirBook', sans-serif;
  list-style-position: outside;
  margin-left: 22px;
}
/* line 931, ../sass/styles.scss */
.node-web-story .body ul li, .node-media-asset .body ul li, .node-infographic .body ul li, .node-page .body ul li, .node-type-country .body ul li {
  margin-bottom: 20px;
}
/* line 938, ../sass/styles.scss */
.node-web-story .title-block, .node-web-story .body h2, .node-web-story .block-inner h2, .node-media-asset .title-block, .node-media-asset .body h2, .node-media-asset .block-inner h2, .node-infographic .title-block, .node-infographic .body h2, .node-infographic .block-inner h2, .node-page .title-block, .node-page .body h2, .node-page .block-inner h2, .node-type-country .title-block, .node-type-country .body h2, .node-type-country .block-inner h2 {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 120%;
  text-transform: uppercase;
}
/* line 943, ../sass/styles.scss */
.node-web-story .title-block, .node-web-story .block-inner h2, .node-media-asset .title-block, .node-media-asset .block-inner h2, .node-infographic .title-block, .node-infographic .block-inner h2, .node-page .title-block, .node-page .block-inner h2, .node-type-country .title-block, .node-type-country .block-inner h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 947, ../sass/styles.scss */
.node-web-story .block-inner h2:first-child, .node-media-asset .block-inner h2:first-child, .node-infographic .block-inner h2:first-child, .node-page .block-inner h2:first-child, .node-type-country .block-inner h2:first-child {
  margin-top: 0px;
}
/* line 950, ../sass/styles.scss */
.node-web-story .block-inner, .node-media-asset .block-inner, .node-infographic .block-inner, .node-page .block-inner, .node-type-country .block-inner {
  font-family: 'AvenirBook', sans-serif;
  font-size: 80%;
  padding: 0px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
}
/* line 953, ../sass/styles.scss */
.node-web-story .block-inner p, .node-media-asset .block-inner p, .node-infographic .block-inner p, .node-page .block-inner p, .node-type-country .block-inner p {
  margin-bottom: 5px;
}
/* line 956, ../sass/styles.scss */
.node-web-story .block-inner strong, .node-web-story .block-inner b, .node-media-asset .block-inner strong, .node-media-asset .block-inner b, .node-infographic .block-inner strong, .node-infographic .block-inner b, .node-page .block-inner strong, .node-page .block-inner b, .node-type-country .block-inner strong, .node-type-country .block-inner b {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
}
/* line 959, ../sass/styles.scss */
.node-web-story .block-inner a:link, .node-web-story .block-inner a:visited, .node-media-asset .block-inner a:link, .node-media-asset .block-inner a:visited, .node-infographic .block-inner a:link, .node-infographic .block-inner a:visited, .node-page .block-inner a:link, .node-page .block-inner a:visited, .node-type-country .block-inner a:link, .node-type-country .block-inner a:visited {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: black;
  display: block;
}
/* line 965, ../sass/styles.scss */
.node-web-story .block-inner a:hover, .node-media-asset .block-inner a:hover, .node-infographic .block-inner a:hover, .node-page .block-inner a:hover, .node-type-country .block-inner a:hover {
  color: #e31837;
}
/* line 973, ../sass/styles.scss */
.node-web-story .content-left, .node-media-asset .content-left, .node-infographic .content-left, .node-page .content-left, .node-type-country .content-left {
  border-top: 2px solid #cccccc;
  padding-top: 20px;
  position: relative;
}
/* line 978, ../sass/styles.scss */
.node-web-story .content-left.fixed > .inner, .node-media-asset .content-left.fixed > .inner, .node-infographic .content-left.fixed > .inner, .node-page .content-left.fixed > .inner, .node-type-country .content-left.fixed > .inner {
  position: fixed;
  top: 45px;
}
/* line 983, ../sass/styles.scss */
.node-web-story .content-left.stuck > .inner, .node-media-asset .content-left.stuck > .inner, .node-infographic .content-left.stuck > .inner, .node-page .content-left.stuck > .inner, .node-type-country .content-left.stuck > .inner {
  position: relative;
}
/* line 986, ../sass/styles.scss */
.node-web-story h2.category, .node-media-asset h2.category, .node-infographic h2.category, .node-page h2.category, .node-type-country h2.category {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: #e31837;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 993, ../sass/styles.scss */
.node-web-story h3.node-title, .node-media-asset h3.node-title, .node-infographic h3.node-title, .node-page h3.node-title, .node-type-country h3.node-title {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  color: black;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 1000, ../sass/styles.scss */
.node-web-story p.date, .node-media-asset p.date, .node-infographic p.date, .node-page p.date, .node-type-country p.date {
  margin-bottom: 30px;
}
/* line 1003, ../sass/styles.scss */
.node-web-story .top-image, .node-media-asset .top-image, .node-infographic .top-image, .node-page .top-image, .node-type-country .top-image {
  position: relative;
  margin-bottom: 30px;
}
/* line 1005, ../sass/styles.scss */
.node-web-story .top-image img, .node-media-asset .top-image img, .node-infographic .top-image img, .node-page .top-image img, .node-type-country .top-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
/* line 1013, ../sass/styles.scss */
.node-web-story .body, .node-media-asset .body, .node-infographic .body, .node-page .body, .node-type-country .body {
  font-family: 'AvenirBook', sans-serif;
  font-size: 100%;
}
/* line 1017, ../sass/styles.scss */
.node-web-story #shares, .node-media-asset #shares, .node-infographic #shares, .node-page #shares, .node-type-country #shares {
  margin-top: 60px;
  margin-bottom: 50px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  display: inline-block;
}
/* line 1024, ../sass/styles.scss */
.node-web-story #shares a, .node-media-asset #shares a, .node-infographic #shares a, .node-page #shares a, .node-type-country #shares a {
  display: inline-block;
  line-height: 20px;
  font-size: 20px;
  color: #7f7f7f;
  margin: 0px 10px;
}
/* line 1030, ../sass/styles.scss */
.node-web-story #shares a :hover, .node-media-asset #shares a :hover, .node-infographic #shares a :hover, .node-page #shares a :hover, .node-type-country #shares a :hover {
  color: #e31837;
}
/* line 1034, ../sass/styles.scss */
.node-web-story .content-bottom, .node-media-asset .content-bottom, .node-infographic .content-bottom, .node-page .content-bottom, .node-type-country .content-bottom {
  border-top: 1px solid #cccccc;
  margin-top: 50px;
}
/* line 1035, ../sass/styles.scss */
.node-web-story .content-bottom .cat-title, .node-media-asset .content-bottom .cat-title, .node-infographic .content-bottom .cat-title, .node-page .content-bottom .cat-title, .node-type-country .content-bottom .cat-title {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  color: black;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  padding-top: 10px;
}
/* line 1048, ../sass/styles.scss */
.node-web-story .view-thumbs .views-row:first-child, .node-media-asset .view-thumbs .views-row:first-child, .node-infographic .view-thumbs .views-row:first-child, .node-page .view-thumbs .views-row:first-child, .node-type-country .view-thumbs .views-row:first-child {
  margin-left: 0px !important;
}
/* line 1052, ../sass/styles.scss */
.node-web-story .view-thumbs .views-row *, .node-media-asset .view-thumbs .views-row *, .node-infographic .view-thumbs .views-row *, .node-page .view-thumbs .views-row *, .node-type-country .view-thumbs .views-row * {
  display: block;
}

/* line 1059, ../sass/styles.scss */
.node-v2-c-video {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background: #c0e0dd;
}
/* line 1065, ../sass/styles.scss */
.node-v2-c-video > .content {
  max-width: 720px;
  margin: 0px auto;
  padding: 60px 0px;
}
/* line 1070, ../sass/styles.scss */
.node-v2-c-video .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 1076, ../sass/styles.scss */
.node-v2-c-video .media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1083, ../sass/styles.scss */
.node-v2-c-video .field-name-field-heading {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  text-transform: uppercase;
}
/* line 1088, ../sass/styles.scss */
.node-v2-c-video .field-name-field-date {
  font-family: 'AvenirBook', sans-serif;
  font-size: 90%;
  text-transform: none;
  color: #969696;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 1096, ../sass/styles.scss */
.node-v2-c-video .field-name-body {
  margin-top: 20px;
}

/* line 1101, ../sass/styles.scss */
.fullwidth .node-v2-c-video {
  width: auto;
  position: static;
  margin-left: auto;
  left: auto;
  background: transparent;
}

/* line 1109, ../sass/styles.scss */
.node-v2-c-quote {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background: #47a79a;
}
/* line 1115, ../sass/styles.scss */
.node-v2-c-quote > .content {
  max-width: 1100px;
  margin: 0px auto;
  padding: 80px 0px;
}
/* line 1120, ../sass/styles.scss */
.node-v2-c-quote .field-name-body {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  color: white;
}
/* line 1124, ../sass/styles.scss */
.node-v2-c-quote .field-name-body p {
  margin-bottom: 0px;
}
/* line 1128, ../sass/styles.scss */
.node-v2-c-quote .field-name-field-quote-signature {
  font-family: 'AvenirMedium', sans-serif;
  font-size: 100%;
  color: white;
}

/* line 1135, ../sass/styles.scss */
.fullwidth .node-v2-c-quote {
  width: auto;
  position: static;
  margin-left: auto;
  left: auto;
  background: transparent;
}

/* line 1143, ../sass/styles.scss */
.node-v2-text-boxes {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

/* line 1149, ../sass/styles.scss */
.field-name-field-text-boxes-items {
  max-width: 1100px;
  margin: 0px auto;
}
/* line 1152, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items {
  position: relative;
}
/* line 1154, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item > div {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border-right: 1px solid #cccccc;
}
/* line 1161, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item > div:first-child {
  margin-bottom: 0px;
}
/* line 1164, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item > div:last-child {
  margin-top: 0px;
}
/* line 1167, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(1) {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
}
/* line 1170, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 1173, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(3) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 1175, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(3) > div {
  border-right: none;
}
/* line 1179, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(4) {
  clear: left;
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
}
/* line 1183, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(4):before {
  content: " ";
  height: 1px;
  width: 100%;
  border-top: 1px solid #cccccc;
  position: absolute;
}
/* line 1190, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(5) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 1193, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(6) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 1195, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(6) > div {
  border-right: none;
}
/* line 1199, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(7) {
  clear: left;
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
}
/* line 1203, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(7):before {
  content: " ";
  height: 1px;
  width: 100%;
  border-top: 1px solid #cccccc;
  position: absolute;
}
/* line 1210, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(8) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 1213, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(9) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 1215, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(9) > div {
  border-right: none;
}

/* line 1222, ../sass/styles.scss */
.g6:first-of-type {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
}
/* line 1224, ../sass/styles.scss */
.g6:first-of-type > div {
  padding-right: 20px;
}

/* line 1229, ../sass/styles.scss */
.g6:last-of-type {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}
/* line 1230, ../sass/styles.scss */
.g6:last-of-type > div {
  padding-left: 20px;
}

/* line 1237, ../sass/styles.scss */
.g6 .field-type-image img {
  width: 100%;
  height: auto;
}

/* RESET */
/* line 1245, ../sass/styles.scss */
.header__logo {
  float: none;
}

/* line 1249, ../sass/styles.scss */
.header__logo-image {
  margin: 0;
}

/* line 1253, ../sass/styles.scss */
div.clear {
  height: 0px;
}

/* STYLE */
/* line 1260, ../sass/styles.scss */
html {
  font-family: "AvenirBook", sans-serif;
  background: white;
  height: 100%;
}

/* line 1266, ../sass/styles.scss */
body {
  margin: 0px auto;
  height: 100%;
}

/* line 1271, ../sass/styles.scss */
h1 {
  font-size: 130%;
  font-family: 'AvenirMedium', sans-serif;
  padding-top: 40px;
}

/* line 1277, ../sass/styles.scss */
h1 i {
  font-family: 'AvenirBook', sans-serif;
  font-style: normal;
  text-transform: none;
  font-size: 120%;
}

/* line 1284, ../sass/styles.scss */
body.page-site-search h1 {
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding-bottom: 20px;
}

/* line 1290, ../sass/styles.scss */
#content-overlay {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  display: none;
}

/* line 1301, ../sass/styles.scss */
#hero-video {
  max-width: 916px;
  margin: 0px auto;
}
/* line 1304, ../sass/styles.scss */
#hero-video .media-youtube-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 1310, ../sass/styles.scss */
#hero-video .media-youtube-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1317, ../sass/styles.scss */
#hero-video h2 {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 135%;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 15px;
  color: black;
  text-transform: uppercase;
}

/* line 1329, ../sass/styles.scss */
.node.node-media-asset .view:not(.view-photo-gallery-views) {
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  margin-top: 30px;
}

/* line 1337, ../sass/styles.scss */
.view-video-views .post > div > div > div {
  display: block;
  position: relative;
}
/* line 1341, ../sass/styles.scss */
.view-video-views .post > div > div > div > a:before {
  content: " ";
  background: transparent url("../images/play.png") no-repeat center center;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 1350, ../sass/styles.scss */
.view-archive-pages .view-filters, .view-archive-pages hr, .view-archive-pages .return, .view-campaign-views .view-filters, .view-campaign-views hr, .view-campaign-views .return, .view-video-views .view-filters, .view-video-views hr, .view-video-views .return, .view-photo-gallery-views .view-filters, .view-photo-gallery-views hr, .view-photo-gallery-views .return, .view-hand-picked .view-filters, .view-hand-picked hr, .view-hand-picked .return, .view-infographic-views .view-filters, .view-infographic-views hr, .view-infographic-views .return, .view-more-feature-stories .view-filters, .view-more-feature-stories hr, .view-more-feature-stories .return {
  display: none;
}
/* line 1353, ../sass/styles.scss */
.view-archive-pages .post img, .view-campaign-views .post img, .view-video-views .post img, .view-photo-gallery-views .post img, .view-hand-picked .post img, .view-infographic-views .post img, .view-more-feature-stories .post img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 1358, ../sass/styles.scss */
.view-archive-pages h2, .view-campaign-views h2, .view-video-views h2, .view-photo-gallery-views h2, .view-hand-picked h2, .view-infographic-views h2, .view-more-feature-stories h2 {
  font-size: 100%;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 15px;
}
/* line 1364, ../sass/styles.scss */
.view-archive-pages h2 a:link, .view-archive-pages h2 a:visited, .view-campaign-views h2 a:link, .view-campaign-views h2 a:visited, .view-video-views h2 a:link, .view-video-views h2 a:visited, .view-photo-gallery-views h2 a:link, .view-photo-gallery-views h2 a:visited, .view-hand-picked h2 a:link, .view-hand-picked h2 a:visited, .view-infographic-views h2 a:link, .view-infographic-views h2 a:visited, .view-more-feature-stories h2 a:link, .view-more-feature-stories h2 a:visited {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: black;
  text-transform: uppercase;
}
/* line 1370, ../sass/styles.scss */
.view-archive-pages h2 a:hover, .view-campaign-views h2 a:hover, .view-video-views h2 a:hover, .view-photo-gallery-views h2 a:hover, .view-hand-picked h2 a:hover, .view-infographic-views h2 a:hover, .view-more-feature-stories h2 a:hover {
  color: #969696;
}
/* line 1373, ../sass/styles.scss */
.view-archive-pages span.spec, .view-campaign-views span.spec, .view-video-views span.spec, .view-photo-gallery-views span.spec, .view-hand-picked span.spec, .view-infographic-views span.spec, .view-more-feature-stories span.spec {
  font-family: 'AvenirBook', sans-serif;
  font-size: 90%;
  font-weight: normal;
  display: block;
  text-transform: none;
}
/* line 1380, ../sass/styles.scss */
.view-archive-pages p.date, .view-campaign-views p.date, .view-video-views p.date, .view-photo-gallery-views p.date, .view-hand-picked p.date, .view-infographic-views p.date, .view-more-feature-stories p.date {
  font-family: 'AvenirBook', sans-serif;
  font-size: 90%;
  text-transform: none;
  color: black;
}
/* line 1386, ../sass/styles.scss */
.view-archive-pages h2.title-month, .view-campaign-views h2.title-month, .view-video-views h2.title-month, .view-photo-gallery-views h2.title-month, .view-hand-picked h2.title-month, .view-infographic-views h2.title-month, .view-more-feature-stories h2.title-month {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  color: black;
  text-transform: uppercase;
  border-top: 2px solid #cccccc;
  padding-top: 20px;
  display: block;
  padding-bottom: 30px;
}
/* line 1396, ../sass/styles.scss */
.view-archive-pages .view-header, .view-campaign-views .view-header, .view-video-views .view-header, .view-photo-gallery-views .view-header, .view-hand-picked .view-header, .view-infographic-views .view-header, .view-more-feature-stories .view-header {
  text-align: center;
}
/* line 1398, ../sass/styles.scss */
.view-archive-pages .view-header div#feature_stories-filter, .view-archive-pages .view-header div#press_release_and_statement_archive-filter, .view-archive-pages .view-header div#publications_list-filter, .view-archive-pages .view-header div#documents_list-filter, .view-archive-pages .view-header div#speeches_list-filter, .view-campaign-views .view-header div#feature_stories-filter, .view-campaign-views .view-header div#press_release_and_statement_archive-filter, .view-campaign-views .view-header div#publications_list-filter, .view-campaign-views .view-header div#documents_list-filter, .view-campaign-views .view-header div#speeches_list-filter, .view-video-views .view-header div#feature_stories-filter, .view-video-views .view-header div#press_release_and_statement_archive-filter, .view-video-views .view-header div#publications_list-filter, .view-video-views .view-header div#documents_list-filter, .view-video-views .view-header div#speeches_list-filter, .view-photo-gallery-views .view-header div#feature_stories-filter, .view-photo-gallery-views .view-header div#press_release_and_statement_archive-filter, .view-photo-gallery-views .view-header div#publications_list-filter, .view-photo-gallery-views .view-header div#documents_list-filter, .view-photo-gallery-views .view-header div#speeches_list-filter, .view-hand-picked .view-header div#feature_stories-filter, .view-hand-picked .view-header div#press_release_and_statement_archive-filter, .view-hand-picked .view-header div#publications_list-filter, .view-hand-picked .view-header div#documents_list-filter, .view-hand-picked .view-header div#speeches_list-filter, .view-infographic-views .view-header div#feature_stories-filter, .view-infographic-views .view-header div#press_release_and_statement_archive-filter, .view-infographic-views .view-header div#publications_list-filter, .view-infographic-views .view-header div#documents_list-filter, .view-infographic-views .view-header div#speeches_list-filter, .view-more-feature-stories .view-header div#feature_stories-filter, .view-more-feature-stories .view-header div#press_release_and_statement_archive-filter, .view-more-feature-stories .view-header div#publications_list-filter, .view-more-feature-stories .view-header div#documents_list-filter, .view-more-feature-stories .view-header div#speeches_list-filter {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
/* line 1404, ../sass/styles.scss */
.view-archive-pages .view-header #feature_stories-filter-months, .view-archive-pages .view-header #press_release_and_statement_archive-filter-months, .view-campaign-views .view-header #feature_stories-filter-months, .view-campaign-views .view-header #press_release_and_statement_archive-filter-months, .view-video-views .view-header #feature_stories-filter-months, .view-video-views .view-header #press_release_and_statement_archive-filter-months, .view-photo-gallery-views .view-header #feature_stories-filter-months, .view-photo-gallery-views .view-header #press_release_and_statement_archive-filter-months, .view-hand-picked .view-header #feature_stories-filter-months, .view-hand-picked .view-header #press_release_and_statement_archive-filter-months, .view-infographic-views .view-header #feature_stories-filter-months, .view-infographic-views .view-header #press_release_and_statement_archive-filter-months, .view-more-feature-stories .view-header #feature_stories-filter-months, .view-more-feature-stories .view-header #press_release_and_statement_archive-filter-months {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
/* line 1409, ../sass/styles.scss */
.view-archive-pages .view-header a:link, .view-archive-pages .view-header a:visited, .view-campaign-views .view-header a:link, .view-campaign-views .view-header a:visited, .view-video-views .view-header a:link, .view-video-views .view-header a:visited, .view-photo-gallery-views .view-header a:link, .view-photo-gallery-views .view-header a:visited, .view-hand-picked .view-header a:link, .view-hand-picked .view-header a:visited, .view-infographic-views .view-header a:link, .view-infographic-views .view-header a:visited, .view-more-feature-stories .view-header a:link, .view-more-feature-stories .view-header a:visited {
  font-family: 'AvenirMedium', sans-serif;
  color: #bcbfc2;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid white;
  display: inline-block;
  margin: 0px 15px;
}
/* line 1418, ../sass/styles.scss */
.view-archive-pages .view-header a:hover, .view-archive-pages .view-header a.active, .view-archive-pages .view-header a.current, .view-campaign-views .view-header a:hover, .view-campaign-views .view-header a.active, .view-campaign-views .view-header a.current, .view-video-views .view-header a:hover, .view-video-views .view-header a.active, .view-video-views .view-header a.current, .view-photo-gallery-views .view-header a:hover, .view-photo-gallery-views .view-header a.active, .view-photo-gallery-views .view-header a.current, .view-hand-picked .view-header a:hover, .view-hand-picked .view-header a.active, .view-hand-picked .view-header a.current, .view-infographic-views .view-header a:hover, .view-infographic-views .view-header a.active, .view-infographic-views .view-header a.current, .view-more-feature-stories .view-header a:hover, .view-more-feature-stories .view-header a.active, .view-more-feature-stories .view-header a.current {
  color: black;
  border-bottom: 2px solid #e31837;
}
/* line 1423, ../sass/styles.scss */
.view-archive-pages .view-header #feature_stories-filter-months a:hover, .view-archive-pages .view-header #feature_stories-filter-months a.active, .view-campaign-views .view-header #feature_stories-filter-months a:hover, .view-campaign-views .view-header #feature_stories-filter-months a.active, .view-video-views .view-header #feature_stories-filter-months a:hover, .view-video-views .view-header #feature_stories-filter-months a.active, .view-photo-gallery-views .view-header #feature_stories-filter-months a:hover, .view-photo-gallery-views .view-header #feature_stories-filter-months a.active, .view-hand-picked .view-header #feature_stories-filter-months a:hover, .view-hand-picked .view-header #feature_stories-filter-months a.active, .view-infographic-views .view-header #feature_stories-filter-months a:hover, .view-infographic-views .view-header #feature_stories-filter-months a.active, .view-more-feature-stories .view-header #feature_stories-filter-months a:hover, .view-more-feature-stories .view-header #feature_stories-filter-months a.active {
  color: black;
  border-bottom: 2px solid white;
}

/* line 1431, ../sass/styles.scss */
.field-name-field-filters, .field-name-field-filter-position {
  display: none;
}

/* line 1435, ../sass/styles.scss */
.field-name-field-filters .field-items {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
/* line 1442, ../sass/styles.scss */
.field-name-field-filters .field-items .field-item {
  display: inline-block;
  margin: 0px 15px;
}
/* line 1445, ../sass/styles.scss */
.field-name-field-filters .field-items .field-item a:link, .field-name-field-filters .field-items .field-item a:visited {
  font-family: 'AvenirMedium', sans-serif;
  color: #bcbfc2;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid white;
}
/* line 1452, ../sass/styles.scss */
.field-name-field-filters .field-items .field-item a:hover, .field-name-field-filters .field-items .field-item a.active {
  color: black;
  border-bottom: 2px solid #e31837;
}

/* line 1460, ../sass/styles.scss */
.field-name-field-view-all-link a:link, .field-name-field-view-all-link a:visited {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
}

/* line 1466, ../sass/styles.scss */
.node-horizontal-feed .field-name-field-view-all-link {
  text-align: right;
  position: absolute;
  right: 0;
  margin-top: -55px;
}

/* line 1475, ../sass/styles.scss */
.node-carousel .field-name-field-view-all-link {
  position: absolute;
  margin: 0px auto;
  bottom: 0px;
  height: 20px;
  z-index: 2000;
  width: 100%;
}
/* line 1482, ../sass/styles.scss */
.node-carousel .field-name-field-view-all-link .field-items {
  max-width: 1100px;
  margin: 0px auto;
}

/* line 1489, ../sass/styles.scss */
form.mobile-country {
  display: none;
}

/* line 1493, ../sass/styles.scss */
ul.year {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  margin-left: 0px;
  margin-bottom: 0px;
}

/* line 1502, ../sass/styles.scss */
ul.alpha {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  margin-left: 0px;
  margin-bottom: 0px;
}

/* line 1511, ../sass/styles.scss */
ul.country {
  list-style: none;
  margin-left: 0px !important;
}
/* line 1514, ../sass/styles.scss */
ul.country li {
  list-style: none;
  margin: inherit !important;
  margin-bottom: 0 !important;
  padding: inherit !important;
  border: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  font-family: inherit !important;
  vertical-align: inherit !important;
  width: auto !important;
  line-height: inherit !important;
  margin-left: 20px !important;
}

/* line 1529, ../sass/styles.scss */
ul.year, ul.alpha {
  list-style: none;
}
/* line 1531, ../sass/styles.scss */
ul.year li, ul.alpha li {
  display: inline-block;
  list-style: none;
}
/* line 1535, ../sass/styles.scss */
ul.year a:link, ul.year a:visited, ul.alpha a:link, ul.alpha a:visited {
  font-family: 'AvenirMedium', sans-serif;
  color: #bcbfc2;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid white;
  display: inline-block;
  margin: 0px 15px;
}
/* line 1544, ../sass/styles.scss */
ul.year a:hover, ul.year a.active, ul.alpha a:hover, ul.alpha a.active {
  color: black;
  border-bottom: 2px solid #e31837;
}

/* line 1551, ../sass/styles.scss */
ul.alpha a:link, ul.alpha a:visited {
  margin: 0px 5px;
}
/* line 1554, ../sass/styles.scss */
ul.alpha a:hover, ul.alpha a.active {
  color: black;
  border-bottom: 2px solid white;
}

/* line 1562, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .views-row-odd, .view-display-id-press_release_and_statement_archive .views-row-even {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bcbfc2;
}
/* line 1567, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .views-row-last {
  padding-bottom: 0;
  border-bottom: none;
}
/* line 1571, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .photo {
  padding-right: 30px;
}
/* line 1573, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .photo img {
  width: 100%;
}
/* line 1577, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .text {
  margin-top: -9px;
}
/* line 1580, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .text p, .view-display-id-press_release_and_statement_archive p.date_email_pdf a:link, .view-display-id-press_release_and_statement_archive p.date_email_pdf a:visited {
  font-family: 'AvenirBook', sans-serif;
  font-size: 90%;
  color: black;
}
/* line 1585, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .text p {
  margin-bottom: 10px;
}
/* line 1588, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive p.date_email_pdf, .view-display-id-press_release_and_statement_archive p.date_email_pdf a:link, .view-display-id-press_release_and_statement_archive p.date_email_pdf a:visited {
  text-transform: uppercase;
}
/* line 1591, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1597, ../sass/styles.scss */
.cse {
  margin: 0px auto;
}
/* line 1599, ../sass/styles.scss */
.cse #x {
  cursor: hand;
  cursor: pointer;
  display: none;
}
/* line 1604, ../sass/styles.scss */
.cse > div:not(#cse_g):before {
  content: "\f002";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-top: 5px;
  position: absolute;
}
/* line 1613, ../sass/styles.scss */
.cse #topSearch {
  font-family: 'AvenirMedium', sans-serif;
  text-align: left;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cccccc;
  font-size: 120%;
  padding-bottom: 10px;
  padding-left: 30px;
}
/* line 1624, ../sass/styles.scss */
.cse #topSearchDelete {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 140%;
  margin-top: -35px;
  margin-bottom: 20px;
  color: #7f7f7f;
  height: 1px;
}
/* line 1634, ../sass/styles.scss */
.cse #cse_g {
  width: 100%;
}
/* line 1636, ../sass/styles.scss */
.cse #cse_g > div {
  padding-left: 30px;
}
/* line 1641, ../sass/styles.scss */
.cse #cse_g .gsc-control-cse, .cse #cse_g .gs-spelling {
  font-family: 'AvenirBook', sans-serif;
  border-color: transparent;
  background-color: transparent;
  padding: 0px;
}
/* line 1647, ../sass/styles.scss */
.cse #cse_g .gs-webResult .gs-snippet, .cse #cse_g .gs-imageResult .gs-snippet, .cse #cse_g .gs-fileFormatType {
  font-family: 'AvenirBook', sans-serif;
  font-size: 110%;
  color: black;
}
/* line 1652, ../sass/styles.scss */
.cse #cse_g .gsc-control-cse div {
  border: none;
  height: auto;
  text-decoration: none;
}
/* line 1657, ../sass/styles.scss */
.cse #cse_g .gsc-refinementhActive > span {
  padding-bottom: 7px;
}
/* line 1660, ../sass/styles.scss */
.cse #cse_g .gsc-refinementHeader {
  font-family: 'AvenirMedium', sans-serif;
  font-size: 90%;
  color: #969696;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 1667, ../sass/styles.scss */
.cse #cse_g .gsc-refinementHeader.gsc-refinementhInactive > span:hover {
  text-decoration: none !important;
}
/* line 1670, ../sass/styles.scss */
.cse #cse_g .gsc-refinementHeader.gsc-refinementhActive, .cse #cse_g .gsc-refinementHeader.gsc-refinementhInactive > span:hover {
  color: #e31837;
}
/* line 1673, ../sass/styles.scss */
.cse #cse_g .gsc-refinementsArea > div > div:first-child {
  padding-left: 0px;
}
/* line 1676, ../sass/styles.scss */
.cse #cse_g .gs-web-image-box img.gs-image {
  max-width: 260px;
  max-height: 160px;
}
/* line 1680, ../sass/styles.scss */
.cse #cse_g .gs-web-image-box, .cse #cse_g .gs-promotion-image-box {
  width: 270px;
}
/* line 1683, ../sass/styles.scss */
.cse #cse_g .gsc-control-cse .gs-spelling, .cse #cse_g .gsc-control-cse .gs-result .gs-title, .cse #cse_g .gsc-control-cse .gs-result .gs-title {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  text-transform: uppercase;
}
/* line 1688, ../sass/styles.scss */
.cse #cse_g .gs-title * {
  font-size: inherit;
}
/* line 1691, ../sass/styles.scss */
.cse #cse_g .gsc-webResult.gsc-result {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
/* line 1696, ../sass/styles.scss */
.cse #cse_g .gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-family: 'AvenirBlack', sans-serif;
  color: #bcbaba;
  border: 1px solid #bcbaba;
  padding: 5px 10px;
  font-weight: bold;
}
/* line 1703, ../sass/styles.scss */
.cse #cse_g .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .cse #cse_g .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: black;
}

/* line 1709, ../sass/styles.scss */
.gssb_e, .gsc-completion-container {
  box-shadow: 0 0 0 0 white !important;
  -moz-box-shadow: 0 0 0 0 white !important;
  -webkit-box-shadow: 0 0 0 0 white !important;
  box-shadow: 0 0 0 0 white !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=$d, Direction=$f, Color='$e')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=$d, Direction=$f, Color='$e') !important;
  width: 80% !important;
  background: none !important;
  position: static;
  border: none !important;
  margin: 0px auto !important;
}

/* line 1718, ../sass/styles.scss */
.gssb_f {
  display: none !important;
}

/* line 1722, ../sass/styles.scss */
.gssb_c {
  width: 100% !important;
  left: 0 !important;
  background: #FFF;
}

/* line 1728, ../sass/styles.scss */
.gssb_a {
  padding-left: 58px !important;
}

/* line 1732, ../sass/styles.scss */
.gssb_a td {
  font-family: 'AvenirBook', sans-serif;
  font-size: 16px !important;
  line-height: 30px !important;
}

/* line 1738, ../sass/styles.scss */
body.not-front #header {
  padding-bottom: 40px;
}

/* line 1742, ../sass/styles.scss */
#header {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  z-index: 210;
  background: white;
}
/* line 1749, ../sass/styles.scss */
#header > .inner {
  padding-top: 25px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1754, ../sass/styles.scss */
#header > .inner .inner {
  padding-top: 25px;
  margin-bottom: 40px;
}
/* line 1759, ../sass/styles.scss */
#header ul.links {
  margin-top: 20px !important;
  line-height: 22px;
}
/* line 1762, ../sass/styles.scss */
#header ul.links li {
  margin-left: 35px !important;
}
/* line 1765, ../sass/styles.scss */
#header ul.links a:link, #header ul.links a:visited {
  color: black;
  text-transform: uppercase;
}
/* line 1769, ../sass/styles.scss */
#header ul.links a:hover, #header ul.links a.active {
  color: #e31837;
}
/* line 1772, ../sass/styles.scss */
#header ul.links .first:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
}
/* line 1780, ../sass/styles.scss */
#header ul.links .last {
  border: 2px solid #aeaeae;
  padding: 10px;
}
/* line 1785, ../sass/styles.scss */
#header ul.language-switcher-locale-url {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  text-align: right;
  display: block;
}
/* line 1789, ../sass/styles.scss */
#header ul.language-switcher-locale-url li {
  display: inline-block;
  margin-left: 40px;
}
/* line 1792, ../sass/styles.scss */
#header ul.language-switcher-locale-url li a:link, #header ul.language-switcher-locale-url li a:visited {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 80%;
  color: #b4aea8;
  text-transform: uppercase;
}
/* line 1798, ../sass/styles.scss */
#header ul.language-switcher-locale-url li a:hover, #header ul.language-switcher-locale-url li a.active {
  color: black;
}

/* line 1806, ../sass/styles.scss */
#header .bottom {
  display: none;
}
/* line 1808, ../sass/styles.scss */
#header .bottom .divider {
  display: none;
}
/* line 1811, ../sass/styles.scss */
#header .bottom .inner {
  padding-top: 40px;
}

/* line 1818, ../sass/styles.scss */
#header ul.social, #header ul.links, #header ul.social li, #header ul.links li, #header ul.menu, #header ul.menu li, #footer ul.social, #footer ul.links, #footer ul.social li, #footer ul.links li, #footer ul.menu, #footer ul.menu li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  text-align: right;
}
/* line 1822, ../sass/styles.scss */
#header ul.menu, #header ul.menu li, #footer ul.menu, #footer ul.menu li {
  text-align: left;
}
/* line 1825, ../sass/styles.scss */
#header ul.social, #header ul.links, #footer ul.social, #footer ul.links {
  display: block;
  width: 100%;
}
/* line 1830, ../sass/styles.scss */
#header ul.social li, #footer ul.social li {
  line-height: 35px;
}
/* line 1833, ../sass/styles.scss */
#header ul.social a, #footer ul.social a {
  color: #bcbaba;
  font-size: 14px;
  line-height: 14px;
  margin-left: 25px;
}
/* line 1839, ../sass/styles.scss */
#header ul.social a:hover, #footer ul.social a:hover {
  color: black;
}

/* line 1846, ../sass/styles.scss */
#header .sitemap > ul.menu > li > a, #footer .sitemap > ul.menu > li > a {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: black;
  text-transform: uppercase;
  display: block;
}
/* line 1853, ../sass/styles.scss */
#header .sitemap > ul.menu > li ul li a:link, #header .sitemap > ul.menu > li ul li a:visited, #footer .sitemap > ul.menu > li ul li a:link, #footer .sitemap > ul.menu > li ul li a:visited {
  font-family: 'AvenirBook', sans-serif;
  font-size: 75%;
  line-height: 105%;
  color: black;
}
/* line 1859, ../sass/styles.scss */
#header .sitemap > ul.menu > li ul li, #footer .sitemap > ul.menu > li ul li {
  margin-top: 10%;
  margin-bottom: 5%;
  margin-right: 10px;
  display: block;
  letter-spacing: 1.1px;
}
/* line 1866, ../sass/styles.scss */
#header .sitemap > ul.menu > li ul li a:hover, #header .sitemap > ul.menu > li ul li a.active, #header .sitemap > ul.menu > li a.active, #footer .sitemap > ul.menu > li ul li a:hover, #footer .sitemap > ul.menu > li ul li a.active, #footer .sitemap > ul.menu > li a.active {
  color: #e31837;
}

/* line 1871, ../sass/styles.scss */
#footer .sitemap {
  margin-bottom: 40px;
}

/* line 1875, ../sass/styles.scss */
#footer ul.social li {
  line-height: 18px;
}

/* line 1879, ../sass/styles.scss */
#footer .logo img {
  width: 90px;
  height: auto;
}

/* line 1884, ../sass/styles.scss */
#footer {
  padding-top: 30px;
  padding-bottom: 45px;
}

/* line 1889, ../sass/styles.scss */
#logo, .logo {
  display: block;
}

/* line 1893, ../sass/styles.scss */
a.main-menu-toggle {
  display: inline-block;
  margin-top: 30px;
  color: white;
  font-size: 30px;
  line-height: 22px;
}
/* line 1894, ../sass/styles.scss */
a.main-menu-toggle .fa-times {
  display: none;
  background: transparent url(../images/ex.png) no-repeat center center;
  font-size: 1px;
  color: transparent;
  width: 25px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
}
/* line 1904, ../sass/styles.scss */
a.main-menu-toggle .fa-times, a.main-menu-toggle .fa-bars {
  position: absolute;
  color: black;
}

/* line 1915, ../sass/styles.scss */
a.main-menu-toggle i:hover, a.main-menu-toggle.active i {
  color: #e31837;
}

/* line 1919, ../sass/styles.scss */
.scrollable.default-skin .scroll-bar .thumb {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
}

/* line 1924, ../sass/styles.scss */
.scrollable.default-skin .scroll-bar .thumb:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=6);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

/* line 1928, ../sass/styles.scss */
.iButton {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=6);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  color: white;
  background: black;
  font-size: 30px;
  padding: 5px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  padding-right: 8px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 20;
}

/* line 1945, ../sass/styles.scss */
.iButton.contrast {
  color: black;
  background: white;
  border: 1px solid black;
}

/* line 1951, ../sass/styles.scss */
.iButton.left {
  left: 16px;
  padding-left: 3px;
}

/* line 1956, ../sass/styles.scss */
.iButton.contrast.left {
  left: -64px;
}

/* line 1960, ../sass/styles.scss */
.iButton.right {
  right: 16px;
  padding-right: 3px;
}

/* line 1965, ../sass/styles.scss */
.iButton.contrast.right {
  right: -64px;
}

/* line 1970, ../sass/styles.scss */
.iButton:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: white;
}

/* line 1975, ../sass/styles.scss */
.iButton.contrast:hover {
  color: black;
}

/* line 1979, ../sass/styles.scss */
.caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  bottom: -600px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
/* line 1985, ../sass/styles.scss */
.caption > .inner {
  font-family: 'AvenirBook', sans-serif;
  padding: 8px 16px;
  font-size: 70%;
  color: white;
}

/* line 1993, ../sass/styles.scss */
.top-image {
  overflow: hidden;
}

/* line 1997, ../sass/styles.scss */
.top-image:hover .caption {
  bottom: 0;
}

/* line 2001, ../sass/styles.scss */
.node-carousel {
  width: 100vw;
  height: 435px;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 32px;
  overflow: hidden;
}

/* line 2010, ../sass/styles.scss */
.field-name-field-item {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
/* line 2014, ../sass/styles.scss */
.field-name-field-item .overview > .field-items {
  width: 10000px;
}
/* line 2017, ../sass/styles.scss */
.field-name-field-item > .field-items > .field-item, .field-name-field-item > .viewport > .overview > .field-items > .field-item {
  width: 640px;
  overflow: hidden;
  margin-bottom: -4px;
  margin-left: 16px;
  background: #000;
  position: relative;
}
/* line 2025, ../sass/styles.scss */
.field-name-field-item .first-set {
  height: 390px;
}
/* line 2028, ../sass/styles.scss */
.field-name-field-item .second-set {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  bottom: 4px;
  padding: 8px 0px;
  bottom: -600px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
/* line 2036, ../sass/styles.scss */
.field-name-field-item .second-set > .field {
  padding: 0px 16px;
}
/* line 2040, ../sass/styles.scss */
.field-name-field-item .field-name-field-brief {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  font-size: 60%;
  color: #e5e5e5;
  text-transform: uppercase;
}
/* line 2047, ../sass/styles.scss */
.field-name-field-item .field-name-field-title {
  font-size: 100%;
  color: white;
  text-transform: uppercase;
  margin: 8px 0px;
  letter-spacing: 1.1px;
}
/* line 2054, ../sass/styles.scss */
.field-name-field-item .field-name-field-extended, .field-name-field-item .field-name-field-carousel-link, .field-name-field-item .field-name-field-carousel-link a {
  font-family: 'AvenirBook', sans-serif;
  font-size: 70%;
  color: white;
}
/* line 2059, ../sass/styles.scss */
.field-name-field-item .field-name-field-carousel-link a {
  font-size: 90%;
}
/* line 2062, ../sass/styles.scss */
.field-name-field-item .field-name-field-carousel-link a:link, .field-name-field-item .field-name-field-carousel-link a:visited {
  font-weight: bold;
}
/* line 2065, ../sass/styles.scss */
.field-name-field-item .field-name-field-carousel-link a:hover {
  color: #b4aea8;
}

/* line 2073, ../sass/styles.scss */
.field-name-field-item .field-items .field-item:hover .second-set {
  bottom: 0px !important;
}

/* line 2080, ../sass/styles.scss */
.cat {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 70%;
  color: #e31837;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 0px;
}
/* line 2085, ../sass/styles.scss */
.cat a:link, .cat a:visited {
  color: #e31837;
}
/* line 2088, ../sass/styles.scss */
.cat a:hover {
  color: #b4aea8;
}

/* line 2095, ../sass/styles.scss */
h2.title {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 110%;
  text-transform: uppercase;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 2102, ../sass/styles.scss */
h2.title a:link, h2.title a:visited {
  color: black;
}
/* line 2105, ../sass/styles.scss */
h2.title a:hover {
  color: #b4aea8;
}

/* line 2110, ../sass/styles.scss */
div.abstract {
  font-family: 'AvenirBook', sans-serif;
  font-size: 90%;
}

/* line 2115, ../sass/styles.scss */
.view-categories-feed, .view-thumbs {
  width: 100%;
  overflow: hidden;
  height: 430px;
}
/* line 2119, ../sass/styles.scss */
.view-categories-feed .view-content, .view-thumbs .view-content {
  width: 10000px;
}
/* line 2122, ../sass/styles.scss */
.view-categories-feed .views-row, .view-thumbs .views-row {
  max-width: 340px;
  display: block;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 430px;
  overflow: hidden;
}
/* line 2130, ../sass/styles.scss */
.view-categories-feed .views-row img, .view-thumbs .views-row img {
  width: 100%;
  height: auto;
}

/* line 2137, ../sass/styles.scss */
.view-v2-keywords-feed {
  width: 100%;
  overflow: hidden;
  height: 435px;
}
/* line 2141, ../sass/styles.scss */
.view-v2-keywords-feed .view-content {
  width: 10000px;
}
/* line 2144, ../sass/styles.scss */
.view-v2-keywords-feed .views-row {
  max-width: 245px;
  display: block;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 435px;
}
/* line 2151, ../sass/styles.scss */
.view-v2-keywords-feed .views-row span.img {
  display: table;
  width: 100%;
}
/* line 2154, ../sass/styles.scss */
.view-v2-keywords-feed .views-row span.img span.cell {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
/* line 2158, ../sass/styles.scss */
.view-v2-keywords-feed .views-row span.img span.cell img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0px auto;
  border: 1px solid #bcbfc2;
}

/* line 2171, ../sass/styles.scss */
.view-hand-picked.docs span.img {
  display: table;
  width: 100%;
}
/* line 2174, ../sass/styles.scss */
.view-hand-picked.docs span.img span.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 2178, ../sass/styles.scss */
.view-hand-picked.docs span.img span.cell img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0px auto;
  border: 1px solid #bcbfc2;
}

/* line 2192, ../sass/styles.scss */
.field-name-field-link-items a:link, .field-name-field-link-items a:visited {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: black;
  text-transform: uppercase;
  line-height: 32px;
  position: relative;
  top: -8px;
}
/* line 2201, ../sass/styles.scss */
.field-name-field-link-items a:hover {
  color: #b4aea8;
}
/* line 2204, ../sass/styles.scss */
.field-name-field-link-items > .field-items {
  text-align: center;
}
/* line 2206, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item {
  padding-top: 27px;
  padding-bottom: 27px;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 2211, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item .field {
  display: inline-block;
  margin: 0px 10px;
}

/* line 2220, ../sass/styles.scss */
.node-v2-editorial-box .field-name-body {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 110%;
  color: black;
}

/* line 2228, ../sass/styles.scss */
.node-v2-editorial-box.only-text .field-name-body, .node-v2-editorial-box.no-signature .field-name-body {
  font-family: 'AvenirBook', sans-serif;
  font-size: 110%;
  color: black;
}

/* line 2236, ../sass/styles.scss */
.node-v2-editorial-box.no-signature h2, .node-v2-editorial-box.no-signature h3, .node-v2-editorial-box.no-signature h4, .node-v2-editorial-box.no-signature h5 {
  margin-top: 2px;
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  margin-bottom: 5px;
}

/* line 2243, ../sass/styles.scss */
.node-v2-editorial-box.only-text .g6 {
  width: 100%;
  float: none;
  margin: 0px;
}
/* line 2247, ../sass/styles.scss */
.node-v2-editorial-box.only-text .g6 > div {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 2253, ../sass/styles.scss */
.quote-wrapper {
  margin: 40px 5%;
}

/* line 2257, ../sass/styles.scss */
p.quote {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: black;
  text-transform: uppercase;
  font-style: normal;
}

/* line 2265, ../sass/styles.scss */
.field-name-field-signature, p.quote-author span {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 80%;
  color: #e31837;
  text-transform: uppercase;
  margin-top: 40px;
}

/* line 2272, ../sass/styles.scss */
.field-name-field-role, p.quote-author strong {
  font-family: 'AvenirMedium', sans-serif;
  font-size: 80%;
  color: black;
  text-transform: uppercase;
}

/* line 2280, ../sass/styles.scss */
.node-v2-text-boxes {
  background: #def1f7;
}
/* line 2282, ../sass/styles.scss */
.node-v2-text-boxes .field-name-field-text-boxes-title {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 110%;
  color: black;
  text-transform: uppercase;
  padding-bottom: 5px;
}
/* line 2289, ../sass/styles.scss */
.node-v2-text-boxes .field-name-field-text-boxes-text {
  font-family: 'AvenirBook', sans-serif;
  font-size: 80%;
  color: black;
}

/* line 2297, ../sass/styles.scss */
.node-horizontal-feed.three-columns .field-name-field-new-banners {
  width: 100%;
  overflow: hidden;
}
/* line 2300, ../sass/styles.scss */
.node-horizontal-feed.three-columns .field-name-field-new-banners .overview > .field-items {
  width: 10000px;
}
/* line 2303, ../sass/styles.scss */
.node-horizontal-feed.three-columns .field-name-field-new-banners > .field-items > .field-item:not(.g6), .node-horizontal-feed.three-columns .field-name-field-new-banners > .viewport > .overview > .field-items > .field-item {
  width: 340px;
  overflow: hidden;
  margin-left: 30px;
  position: relative;
  display: block;
  float: left;
}
/* line 2310, ../sass/styles.scss */
.node-horizontal-feed.three-columns .field-name-field-new-banners > .field-items > .field-item:not(.g6) img, .node-horizontal-feed.three-columns .field-name-field-new-banners > .viewport > .overview > .field-items > .field-item img {
  max-width: 99999px;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  display: block;
}

/* line 2323, ../sass/styles.scss */
.node-horizontal-feed.four-columns .field-name-field-new-banners {
  width: 100%;
  overflow: hidden;
}
/* line 2326, ../sass/styles.scss */
.node-horizontal-feed.four-columns .field-name-field-new-banners .overview > .field-items {
  width: 10000px;
}
/* line 2329, ../sass/styles.scss */
.node-horizontal-feed.four-columns .field-name-field-new-banners > .field-items > .field-item:not(.g6), .node-horizontal-feed.four-columns .field-name-field-new-banners > .viewport > .overview > .field-items > .field-item {
  width: 248px;
  overflow: hidden;
  margin-left: 30px;
  position: relative;
  display: block;
  float: left;
}
/* line 2336, ../sass/styles.scss */
.node-horizontal-feed.four-columns .field-name-field-new-banners > .field-items > .field-item:not(.g6) img, .node-horizontal-feed.four-columns .field-name-field-new-banners > .viewport > .overview > .field-items > .field-item img {
  max-width: 99999px;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  display: block;
}

/* line 2349, ../sass/styles.scss */
.node-horizontal-feed:not(.four-columns):not(.three-columns) .field-name-field-banner-image img {
  max-width: 99999px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: block;
}

/* line 2358, ../sass/styles.scss */
.field-name-field-component-title .field-item, h2.cat-title {
  font-family: 'AvenirHeavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  margin-top: 35px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}

/* line 2370, ../sass/styles.scss */
p.date {
  font-family: 'AvenirMedium', sans-serif;
  color: #969696;
  text-transform: uppercase;
  font-size: 14px;
}

/* IMPORTED */
/** CAMPAIGNS Styles */
/* line 2380, ../sass/styles.scss */
.page-resources-campaigns #slider {
  height: 398px;
}

/* line 2383, ../sass/styles.scss */
.page-resources-campaigns .pane-1 hr {
  margin-bottom: 0;
  width: 93%;
}

/* line 2387, ../sass/styles.scss */
.page-resources-campaigns .inset {
  background: url("../images/fade.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 30px;
  color: #fff;
  font-size: 15px;
  left: 0;
  line-height: 18px;
  padding: 10px 0 0 16px;
  position: absolute;
  width: 874px;
  z-index: 991;
  bottom: 40px;
}

/* line 2400, ../sass/styles.scss */
.page-resources-campaigns .inset h1 {
  color: #00adef;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 !important;
  padding: 0;
}

/* line 2408, ../sass/styles.scss */
.page-resources-campaigns .inset p {
  width: 550px;
}

/* line 2411, ../sass/styles.scss */
.page-resources-campaigns .pane-campaign-views {
  padding-top: 0;
  height: 380px;
}

/* line 2416, ../sass/styles.scss */
.node-type-campaign #page-title {
  margin-bottom: 10px;
}

/* line 2425, ../sass/styles.scss */
.half_row_box,
.two_third_banner_and_small,
.small_side_box,
.full_row_box,
.two_small_side_and_video_box,
.full_row_banner,
.video_box_and_big_side_box {
  float: left;
  margin: 7px;
}

/* line 2430, ../sass/styles.scss */
.full_row_banner {
  height: 181px;
}

/* line 2434, ../sass/styles.scss */
.full_row_box {
  height: 271px;
}

/* line 2438, ../sass/styles.scss */
.video_box_and_big_side_box {
  height: 377px;
}

/* line 2441, ../sass/styles.scss */
.video_box_and_big_side_box .campaign_video_box {
  float: left;
  margin-right: 7px;
}

/* line 2445, ../sass/styles.scss */
.video_box_and_big_side_box .campaign_big_side_box {
  float: left;
  margin-left: 7px;
}

/* line 2450, ../sass/styles.scss */
.half_row_box {
  height: 271px;
}

/* line 2453, ../sass/styles.scss */
.half_row_box .half_row_box_right {
  float: right;
  margin-left: 7px;
}

/* line 2457, ../sass/styles.scss */
.half_row_box .half_row_box_left {
  float: left;
  margin-right: 7px;
}

/* line 2462, ../sass/styles.scss */
.two_third_banner_and_small {
  height: 181px;
}

/* line 2465, ../sass/styles.scss */
.two_third_banner_and_small .two_third_banner_and_small_banner {
  float: left;
  margin-right: 7px;
}

/* line 2469, ../sass/styles.scss */
.two_third_banner_and_small .two_third_banner_and_small_small {
  float: right;
  margin-left: 7px;
}

/* line 2474, ../sass/styles.scss */
.small_side_box {
  height: 181px;
}

/* line 2477, ../sass/styles.scss */
.small_side_box img {
  width: 287px;
}

/* line 2480, ../sass/styles.scss */
.small_side_box .small_side_box_left {
  float: left;
  margin-right: 7px;
}

/* line 2484, ../sass/styles.scss */
.small_side_box .small_side_box_right {
  float: right;
  margin-left: 7px;
}

/* line 2488, ../sass/styles.scss */
.small_side_box .small_side_box_center {
  float: left;
  margin: 0 7px;
}

/* line 2493, ../sass/styles.scss */
.two_small_side_and_video_box {
  clear: both;
  height: 377px;
}

/* line 2497, ../sass/styles.scss */
.two_small_side_and_video_box .two_small_side_and_video_box_video {
  float: left;
  margin-right: 7px;
}

/* line 2501, ../sass/styles.scss */
.two_small_side_and_video_box_small_images {
  float: right;
  margin-left: 7px;
}

/* line 2505, ../sass/styles.scss */
.two_small_side_and_video_box .two_small_side_and_video_box_top {
  height: 181px;
}

/* line 2508, ../sass/styles.scss */
.two_small_side_and_video_box .two_small_side_and_video_box_bottom {
  margin-top: 15px;
  height: 181px;
}

/* line 2514, ../sass/styles.scss */
.campaign-overlay-text:hover,
.campaign-overlay-text {
  position: relative;
  bottom: 43px;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  background: url("../images/fade.png");
}

/* line 2523, ../sass/styles.scss */
.campaign-overlay-text a:hover,
.campaign-overlay-text a {
  text-decoration: none;
  color: #FFFFFF;
}

/* line 2528, ../sass/styles.scss */
#campaign img {
  max-width: inherit;
}

/* line 2531, ../sass/styles.scss */
#campaign {
  margin: 0px auto;
}

/* line 2535, ../sass/styles.scss */
.element {
  position: relative;
  margin: 7px;
  float: left;
}

/* line 2540, ../sass/styles.scss */
.element p {
  position: absolute;
  padding: 8px 0 0 0;
  width: 100%;
  min-height: 37px;
  bottom: 5px;
  left: 0px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff !important;
  z-index: 991;
  background: url("../images/fade.png");
}

/* line 2555, ../sass/styles.scss */
.element span {
  padding: 0 0 0 15px;
}

/* line 2558, ../sass/styles.scss */
.element p a {
  color: #FFFFFF;
}

/* line 2561, ../sass/styles.scss */
.w-one-third {
  width: 287px;
}

/* line 2564, ../sass/styles.scss */
.w-two-thirds {
  width: 589px;
}

/* line 2567, ../sass/styles.scss */
.w-half {
  width: 438px;
}

/* line 2570, ../sass/styles.scss */
.w-full {
  width: 890px;
}

/* line 2573, ../sass/styles.scss */
.h-one-third {
  height: 181px;
}

/* line 2576, ../sass/styles.scss */
.h-two-thirds {
  height: 377px;
}

/* line 2579, ../sass/styles.scss */
.h-half {
  height: 271px;
}

/** END CAMPAIGNS Styles */
/* GENERAL */
/* line 2588, ../sass/styles.scss */
#page,
.region-bottom {
  max-width: 1100px;
}

/* line 2592, ../sass/styles.scss */
body {
  /*font-size:116.75%;*/
  font-size: 100%;
  overflow-x: hidden;
}

/* line 2598, ../sass/styles.scss */
.sub-link-box .inner {
  max-width: 1070px;
  width: 100%;
  margin: 0px auto;
}

/* line 2604, ../sass/styles.scss */
#content {
  padding-left: 0px;
  padding-right: 0px;
}

/**/
/* MEDIA QUERIES */
@media only screen and (max-width: 1100px) {
  /* line 2614, ../sass/styles.scss */
  .gs-image-box {
    text-align: center !important;
  }

  /* line 2619, ../sass/styles.scss */
  #page,
  .region-bottom {
    max-width: 980px;
  }

  /* line 2625, ../sass/styles.scss */
  .node-carousel .field-name-field-view-all-link .field-items {
    max-width: 980px;
  }

  /* line 2631, ../sass/styles.scss */
  .node-v2-c-quote > .content {
    max-width: 980px;
  }

  /* line 2635, ../sass/styles.scss */
  .iButton.contrast.right {
    right: -15px;
  }

  /* line 2638, ../sass/styles.scss */
  .iButton.contrast.left {
    left: -15px;
  }

  /* line 2642, ../sass/styles.scss */
  .view-categories-feed .views-row, .view-thumbs .views-row {
    max-width: 306px;
  }

  /* line 2646, ../sass/styles.scss */
  .link-box .sub-link-box a.slideUp {
    right: 20px;
  }

  /* line 2651, ../sass/styles.scss */
  .view-archive-pages .four-column .views-row-even, .view-archive-pages .four-column .views-row-odd, .view-archive-pages .four-column .post, .view-campaign-views .four-column .views-row-even, .view-campaign-views .four-column .views-row-odd, .view-campaign-views .four-column .post, .view-video-views .four-column .views-row-even, .view-video-views .four-column .views-row-odd, .view-video-views .four-column .post, .view-photo-gallery-views .four-column .views-row-even, .view-photo-gallery-views .four-column .views-row-odd, .view-photo-gallery-views .four-column .post, .view-hand-picked .four-column .views-row-even, .view-hand-picked .four-column .views-row-odd, .view-hand-picked .four-column .post, .view-infographic-views .four-column .views-row-even, .view-infographic-views .four-column .views-row-odd, .view-infographic-views .four-column .post {
    height: 450px;
  }
}
@media only screen and (max-width: 980px) {
  /* line 2660, ../sass/styles.scss */
  #page,
  .region-bottom {
    max-width: 98%;
  }

  /* line 2664, ../sass/styles.scss */
  .sub-link-box .inner {
    max-width: 98%;
  }

  /* line 2668, ../sass/styles.scss */
  #content {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 2675, ../sass/styles.scss */
  .node-carousel .field-name-field-view-all-link .field-items {
    max-width: 98%;
  }

  /* line 2681, ../sass/styles.scss */
  .node-v2-c-quote > .content {
    max-width: 98%;
  }

  /* line 2685, ../sass/styles.scss */
  .iButton.contrast.right {
    right: -5px;
  }

  /* line 2688, ../sass/styles.scss */
  .iButton.contrast.left {
    left: -5px;
  }

  /* line 2692, ../sass/styles.scss */
  .view-categories-feed .views-row, .view-thumbs .views-row {
    max-width: 306px;
  }

  /* line 2696, ../sass/styles.scss */
  .link-box .sub-link-box a.slideUp {
    right: 20px;
  }

  /* line 2701, ../sass/styles.scss */
  .view-archive-pages .four-column .views-row-even, .view-archive-pages .four-column .views-row-odd, .view-archive-pages .four-column .post, .view-campaign-views .four-column .views-row-even, .view-campaign-views .four-column .views-row-odd, .view-campaign-views .four-column .post, .view-video-views .four-column .views-row-even, .view-video-views .four-column .views-row-odd, .view-video-views .four-column .post, .view-photo-gallery-views .four-column .views-row-even, .view-photo-gallery-views .four-column .views-row-odd, .view-photo-gallery-views .four-column .post, .view-hand-picked .four-column .views-row-even, .view-hand-picked .four-column .views-row-odd, .view-hand-picked .four-column .post, .view-infographic-views .four-column .views-row-even, .view-infographic-views .four-column .views-row-odd, .view-infographic-views .four-column .post {
    height: 400px;
  }
}
@media only screen and (max-width: 850px) {
  /* line 2711, ../sass/styles.scss */
  .view-archive-pages .four-column .views-row-even, .view-archive-pages .four-column .views-row-odd, .view-archive-pages .four-column .post, .view-campaign-views .four-column .views-row-even, .view-campaign-views .four-column .views-row-odd, .view-campaign-views .four-column .post, .view-video-views .four-column .views-row-even, .view-video-views .four-column .views-row-odd, .view-video-views .four-column .post, .view-photo-gallery-views .four-column .views-row-even, .view-photo-gallery-views .four-column .views-row-odd, .view-photo-gallery-views .four-column .post, .view-hand-picked .four-column .views-row-even, .view-hand-picked .four-column .views-row-odd, .view-hand-picked .four-column .post, .view-infographic-views .four-column .views-row-even, .view-infographic-views .four-column .views-row-odd, .view-infographic-views .four-column .post {
    height: 360px;
  }

  /* line 2719, ../sass/styles.scss */
  .field-name-field-text-boxes-items > .field-items > .field-item > div {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2731, ../sass/styles.scss */
  .view-archive-pages .four-column .views-row-even:nth-of-type(4n+1), .view-archive-pages .four-column .views-row-odd:nth-of-type(4n+1), .view-archive-pages .four-column .post:nth-of-type(4n+1), .view-campaign-views .four-column .views-row-even:nth-of-type(4n+1), .view-campaign-views .four-column .views-row-odd:nth-of-type(4n+1), .view-campaign-views .four-column .post:nth-of-type(4n+1), .view-video-views .four-column .views-row-even:nth-of-type(4n+1), .view-video-views .four-column .views-row-odd:nth-of-type(4n+1), .view-video-views .four-column .post:nth-of-type(4n+1), .view-photo-gallery-views .four-column .views-row-even:nth-of-type(4n+1), .view-photo-gallery-views .four-column .views-row-odd:nth-of-type(4n+1), .view-photo-gallery-views .four-column .post:nth-of-type(4n+1), .view-hand-picked .four-column .views-row-even:nth-of-type(4n+1), .view-hand-picked .four-column .views-row-odd:nth-of-type(4n+1), .view-hand-picked .four-column .post:nth-of-type(4n+1), .view-infographic-views .four-column .views-row-even:nth-of-type(4n+1), .view-infographic-views .four-column .views-row-odd:nth-of-type(4n+1), .view-infographic-views .four-column .post:nth-of-type(4n+1) {
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 2737, ../sass/styles.scss */
  .view-archive-pages .four-column .views-row-even:nth-of-type(4n+2), .view-archive-pages .four-column .views-row-odd:nth-of-type(4n+2), .view-archive-pages .four-column .post:nth-of-type(4n+2), .view-campaign-views .four-column .views-row-even:nth-of-type(4n+2), .view-campaign-views .four-column .views-row-odd:nth-of-type(4n+2), .view-campaign-views .four-column .post:nth-of-type(4n+2), .view-video-views .four-column .views-row-even:nth-of-type(4n+2), .view-video-views .four-column .views-row-odd:nth-of-type(4n+2), .view-video-views .four-column .post:nth-of-type(4n+2), .view-photo-gallery-views .four-column .views-row-even:nth-of-type(4n+2), .view-photo-gallery-views .four-column .views-row-odd:nth-of-type(4n+2), .view-photo-gallery-views .four-column .post:nth-of-type(4n+2), .view-hand-picked .four-column .views-row-even:nth-of-type(4n+2), .view-hand-picked .four-column .views-row-odd:nth-of-type(4n+2), .view-hand-picked .four-column .post:nth-of-type(4n+2), .view-infographic-views .four-column .views-row-even:nth-of-type(4n+2), .view-infographic-views .four-column .views-row-odd:nth-of-type(4n+2), .view-infographic-views .four-column .post:nth-of-type(4n+2) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 2742, ../sass/styles.scss */
  .view-archive-pages .four-column .views-row-even:nth-of-type(4n+3), .view-archive-pages .four-column .views-row-odd:nth-of-type(4n+3), .view-archive-pages .four-column .post:nth-of-type(4n+3), .view-campaign-views .four-column .views-row-even:nth-of-type(4n+3), .view-campaign-views .four-column .views-row-odd:nth-of-type(4n+3), .view-campaign-views .four-column .post:nth-of-type(4n+3), .view-video-views .four-column .views-row-even:nth-of-type(4n+3), .view-video-views .four-column .views-row-odd:nth-of-type(4n+3), .view-video-views .four-column .post:nth-of-type(4n+3), .view-photo-gallery-views .four-column .views-row-even:nth-of-type(4n+3), .view-photo-gallery-views .four-column .views-row-odd:nth-of-type(4n+3), .view-photo-gallery-views .four-column .post:nth-of-type(4n+3), .view-hand-picked .four-column .views-row-even:nth-of-type(4n+3), .view-hand-picked .four-column .views-row-odd:nth-of-type(4n+3), .view-hand-picked .four-column .post:nth-of-type(4n+3), .view-infographic-views .four-column .views-row-even:nth-of-type(4n+3), .view-infographic-views .four-column .views-row-odd:nth-of-type(4n+3), .view-infographic-views .four-column .post:nth-of-type(4n+3) {
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 2748, ../sass/styles.scss */
  .view-archive-pages .four-column .views-row-even:nth-of-type(4n+4), .view-archive-pages .four-column .views-row-odd:nth-of-type(4n+4), .view-archive-pages .four-column .post:nth-of-type(4n+4), .view-campaign-views .four-column .views-row-even:nth-of-type(4n+4), .view-campaign-views .four-column .views-row-odd:nth-of-type(4n+4), .view-campaign-views .four-column .post:nth-of-type(4n+4), .view-video-views .four-column .views-row-even:nth-of-type(4n+4), .view-video-views .four-column .views-row-odd:nth-of-type(4n+4), .view-video-views .four-column .post:nth-of-type(4n+4), .view-photo-gallery-views .four-column .views-row-even:nth-of-type(4n+4), .view-photo-gallery-views .four-column .views-row-odd:nth-of-type(4n+4), .view-photo-gallery-views .four-column .post:nth-of-type(4n+4), .view-hand-picked .four-column .views-row-even:nth-of-type(4n+4), .view-hand-picked .four-column .views-row-odd:nth-of-type(4n+4), .view-hand-picked .four-column .post:nth-of-type(4n+4), .view-infographic-views .four-column .views-row-even:nth-of-type(4n+4), .view-infographic-views .four-column .views-row-odd:nth-of-type(4n+4), .view-infographic-views .four-column .post:nth-of-type(4n+4) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }

  /* line 2756, ../sass/styles.scss */
  .view-archive-pages .four-column .views-row-even, .view-archive-pages .four-column .views-row-odd, .view-archive-pages .four-column .post, .view-campaign-views .four-column .views-row-even, .view-campaign-views .four-column .views-row-odd, .view-campaign-views .four-column .post, .view-video-views .four-column .views-row-even, .view-video-views .four-column .views-row-odd, .view-video-views .four-column .post, .view-photo-gallery-views .four-column .views-row-even, .view-photo-gallery-views .four-column .views-row-odd, .view-photo-gallery-views .four-column .post, .view-hand-picked .four-column .views-row-even, .view-hand-picked .four-column .views-row-odd, .view-hand-picked .four-column .post, .view-infographic-views .four-column .views-row-even, .view-infographic-views .four-column .views-row-odd, .view-infographic-views .four-column .post {
    height: 600px;
  }

  /* line 2761, ../sass/styles.scss */
  .four-column .post, .four-column .views-row-even, .four-column .views-row-odd {
    max-width: 370px !important;
  }

  /* line 2766, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(1), #footer .sitemap > ul.menu > li:nth-child(1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 2769, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(2), #footer .sitemap > ul.menu > li:nth-child(2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 2772, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(3), #footer .sitemap > ul.menu > li:nth-child(3) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 2775, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(4), #footer .sitemap > ul.menu > li:nth-child(4) {
    margin-top: 20px;
    clear: left;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 2780, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(5), #footer .sitemap > ul.menu > li:nth-child(5) {
    margin-top: 20px;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 2784, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(6), #footer .sitemap > ul.menu > li:nth-child(6) {
    margin-top: 20px;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 2788, ../sass/styles.scss */
  #header .sitemap > ul.menu > li ul li, #footer .sitemap > ul.menu > li ul li {
    margin-right: 20px;
  }

  /* line 2792, ../sass/styles.scss */
  .view-categories-feed:not(.scrollable), .view-thumbs:not(.scrollable) {
    height: auto;
  }
  /* line 2794, ../sass/styles.scss */
  .view-categories-feed:not(.scrollable) .views-row:nth-of-type(2n+1), .view-thumbs:not(.scrollable) .views-row:nth-of-type(2n+1) {
    clear: left;
    max-width: 48%;
    margin-right: 2%;
    margin-left: 0px;
    height: auto;
  }
  /* line 2801, ../sass/styles.scss */
  .view-categories-feed:not(.scrollable) .views-row:nth-of-type(2n+2), .view-thumbs:not(.scrollable) .views-row:nth-of-type(2n+2) {
    max-width: 48%;
    margin-left: 2%;
    margin-right: 0px;
    height: auto;
  }

  /* line 2808, ../sass/styles.scss */
  #content .content-left, #content .content-right {
    margin: 0px;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2817, ../sass/styles.scss */
  #header .sitemap > ul.menu, #footer .sitemap > ul.menu {
    width: 100%;
  }
  /* line 2820, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(1), #footer .sitemap > ul.menu > li:nth-child(1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 2823, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(2), #footer .sitemap > ul.menu > li:nth-child(2) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    text-align: right;
  }
  /* line 2826, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(2) li, #footer .sitemap > ul.menu > li:nth-child(2) li {
    text-align: right;
  }
  /* line 2830, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(3), #footer .sitemap > ul.menu > li:nth-child(3) {
    margin-top: 20px;
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 2835, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(4), #footer .sitemap > ul.menu > li:nth-child(4) {
    margin-top: 20px;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
    text-align: right;
  }
  /* line 2840, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(4) li, #footer .sitemap > ul.menu > li:nth-child(4) li {
    text-align: right;
  }
  /* line 2844, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(5), #footer .sitemap > ul.menu > li:nth-child(5) {
    margin-top: 20px;
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 2849, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(6), #footer .sitemap > ul.menu > li:nth-child(6) {
    margin-top: 20px;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
    text-align: right;
  }
  /* line 2854, ../sass/styles.scss */
  #header .sitemap > ul.menu > li:nth-child(6) li, #footer .sitemap > ul.menu > li:nth-child(6) li {
    text-align: right;
  }
  /* line 2858, ../sass/styles.scss */
  #header .sitemap > ul.menu > li ul li, #footer .sitemap > ul.menu > li ul li {
    margin-right: 0px;
  }

  /* line 2863, ../sass/styles.scss */
  .node-v2-c-video .field-name-field-heading {
    padding: 0px 10px;
  }
  /* line 2866, ../sass/styles.scss */
  .node-v2-c-video .field-name-field-date {
    padding: 0px 10px;
  }
  /* line 2869, ../sass/styles.scss */
  .node-v2-c-video .field-name-body {
    padding: 0px 10px;
  }

  /* line 2873, ../sass/styles.scss */
  .view-header select {
    margin: 10px auto;
  }

  /* line 2879, ../sass/styles.scss */
  .view-archive-pages .view-header #feature_stories-filter, .view-archive-pages .view-header #press_release_and_statement_archive-filter, .view-archive-pages .view-header #publications_list-filter, .view-archive-pages .view-header #documents_list-filter, .view-archive-pages .view-header #speeches_list-filter, .view-campaign-views .view-header #feature_stories-filter, .view-campaign-views .view-header #press_release_and_statement_archive-filter, .view-campaign-views .view-header #publications_list-filter, .view-campaign-views .view-header #documents_list-filter, .view-campaign-views .view-header #speeches_list-filter, .view-video-views .view-header #feature_stories-filter, .view-video-views .view-header #press_release_and_statement_archive-filter, .view-video-views .view-header #publications_list-filter, .view-video-views .view-header #documents_list-filter, .view-video-views .view-header #speeches_list-filter, .view-photo-gallery-views .view-header #feature_stories-filter, .view-photo-gallery-views .view-header #press_release_and_statement_archive-filter, .view-photo-gallery-views .view-header #publications_list-filter, .view-photo-gallery-views .view-header #documents_list-filter, .view-photo-gallery-views .view-header #speeches_list-filter, .view-hand-picked .view-header #feature_stories-filter, .view-hand-picked .view-header #press_release_and_statement_archive-filter, .view-hand-picked .view-header #publications_list-filter, .view-hand-picked .view-header #documents_list-filter, .view-hand-picked .view-header #speeches_list-filter, .view-infographic-views .view-header #feature_stories-filter, .view-infographic-views .view-header #press_release_and_statement_archive-filter, .view-infographic-views .view-header #publications_list-filter, .view-infographic-views .view-header #documents_list-filter, .view-infographic-views .view-header #speeches_list-filter {
    width: 100%;
  }

  /* line 2887, ../sass/styles.scss */
  .view-archive-pages .three-column .inner, .view-campaign-views .three-column .inner, .view-video-views .three-column .inner, .view-photo-gallery-views .three-column .inner, .view-hand-picked .three-column .inner, .view-infographic-views .three-column .inner, .view-more-feature-stories .three-column .inner {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 2893, ../sass/styles.scss */
  .view-archive-pages .three-column .post:nth-of-type(2n+1), .view-campaign-views .three-column .post:nth-of-type(2n+1), .view-video-views .three-column .post:nth-of-type(2n+1), .view-photo-gallery-views .three-column .post:nth-of-type(2n+1), .view-hand-picked .three-column .post:nth-of-type(2n+1), .view-infographic-views .three-column .post:nth-of-type(2n+1), .view-more-feature-stories .three-column .post:nth-of-type(2n+1) {
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 2899, ../sass/styles.scss */
  .view-archive-pages .three-column .post:nth-of-type(2n+2), .view-campaign-views .three-column .post:nth-of-type(2n+2), .view-video-views .three-column .post:nth-of-type(2n+2), .view-photo-gallery-views .three-column .post:nth-of-type(2n+2), .view-hand-picked .three-column .post:nth-of-type(2n+2), .view-infographic-views .three-column .post:nth-of-type(2n+2), .view-more-feature-stories .three-column .post:nth-of-type(2n+2) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }

  /* line 2909, ../sass/styles.scss */
  .view-archive-pages .four-column .views-row-even, .view-archive-pages .four-column .views-row-odd, .view-archive-pages .four-column .post, .view-campaign-views .four-column .views-row-even, .view-campaign-views .four-column .views-row-odd, .view-campaign-views .four-column .post, .view-video-views .four-column .views-row-even, .view-video-views .four-column .views-row-odd, .view-video-views .four-column .post, .view-photo-gallery-views .four-column .views-row-even, .view-photo-gallery-views .four-column .views-row-odd, .view-photo-gallery-views .four-column .post, .view-hand-picked .four-column .views-row-even, .view-hand-picked .four-column .views-row-odd, .view-hand-picked .four-column .post, .view-infographic-views .four-column .views-row-even, .view-infographic-views .four-column .views-row-odd, .view-infographic-views .four-column .post {
    height: 470px;
  }

  /* line 2914, ../sass/styles.scss */
  .cse #cse_g .gs-web-image-box, .cse #cse_g .gs-promotion-image-box {
    width: 100px !important;
  }

  /* line 2917, ../sass/styles.scss */
  .cse #cse_g .gs-web-image-box img.gs-image {
    max-width: 100px !important;
    max-height: 100px !important;
  }
}
@media only screen and (max-width: 590px) {
  /* line 2923, ../sass/styles.scss */
  .g6 {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /* line 2931, ../sass/styles.scss */
  .node-v2-editorial-box.only-text .field-name-body {
    font-size: 90%;
    color: black;
    text-align: left !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  /* line 2940, ../sass/styles.scss */
  .node-v2-editorial-box.no-signature .field-name-body {
    font-size: 90%;
    color: black;
  }

  /* line 2945, ../sass/styles.scss */
  .g6:first-of-type > div {
    padding-right: 0px;
  }

  /* line 2948, ../sass/styles.scss */
  .g6:last-of-type > div {
    padding-left: 0px;
  }

  /* line 2952, ../sass/styles.scss */
  #header .left, #header .right, #footer .left, #footer .right {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 2958, ../sass/styles.scss */
  #header .left ul, #header .right ul, #footer .left ul, #footer .right ul {
    text-align: center;
  }

  /* line 2964, ../sass/styles.scss */
  #footer .left {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  /* line 2969, ../sass/styles.scss */
  #header ul.social a, #footer ul.social a {
    font-size: 20px;
    line-height: 14px;
    margin: 0px 10px;
  }

  /* line 2974, ../sass/styles.scss */
  #header ul.social {
    display: none;
  }

  /* line 2977, ../sass/styles.scss */
  a.main-menu-toggle {
    display: inline-block;
    margin-top: 27px;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-left: -22px;
  }

  /* line 2986, ../sass/styles.scss */
  #header .sitemap > ul.menu > li, #footer .sitemap > ul.menu > li {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 2987, ../sass/styles.scss */
  #header .sitemap > ul.menu > li li, #header .sitemap > ul.menu > li a, #footer .sitemap > ul.menu > li li, #footer .sitemap > ul.menu > li a {
    text-align: center !important;
  }

  /* line 3000, ../sass/styles.scss */
  #header ul.language-switcher-locale-url li {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 3004, ../sass/styles.scss */
  #header ul.language-switcher-locale-url {
    text-align: center;
  }

  /* line 3007, ../sass/styles.scss */
  #header ul.links li {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  /* line 3011, ../sass/styles.scss */
  #header ul.links .last {
    border: none;
    padding: 0px;
  }

  /* line 3016, ../sass/styles.scss */
  .three-column .post, .three-column .views-row, .three-column .views-row-even, .three-column .views-row-odd, .three-column .field-item, .four-column .post, .four-column .views-row, .four-column .views-row-even, .four-column .views-row-odd, .four-column .field-item, .view-thumbs .post, .view-thumbs .views-row, .view-thumbs .views-row-even, .view-thumbs .views-row-odd, .view-thumbs .field-item, .field-name-field-link-items .post, .field-name-field-link-items .views-row, .field-name-field-link-items .views-row-even, .field-name-field-link-items .views-row-odd, .field-name-field-link-items .field-item, .field-name-field-text-boxes-items .post, .field-name-field-text-boxes-items .views-row, .field-name-field-text-boxes-items .views-row-even, .field-name-field-text-boxes-items .views-row-odd, .field-name-field-text-boxes-items .field-item {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
  }

  /* line 3028, ../sass/styles.scss */
  .gs-webResult > div, .body.page-site-search h1, .gs-webResult > div > div {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
  }

  /* line 3039, ../sass/styles.scss */
  .cse #cse_g .gsc-control-cse div {
    border: none;
    height: auto;
    text-decoration: none;
    text-align: center !important;
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 3048, ../sass/styles.scss */
  body.page-site-search h1 {
    text-transform: uppercase;
    border-bottom: 2px solid black;
    padding-bottom: 20px;
    text-align: center;
    line-height: 35px;
  }

  /* line 3055, ../sass/styles.scss */
  .link-box .sub-link-box a.slideUp {
    right: 30px;
  }

  /* line 3058, ../sass/styles.scss */
  .media-youtube-outer-wrapper, .media-youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  /* line 3063, ../sass/styles.scss */
  .media-youtube-outer-wrapper iframe, .media-youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* line 3071, ../sass/styles.scss */
  .field-name-field-item {
    height: 200px;
  }
  /* line 3073, ../sass/styles.scss */
  .field-name-field-item > .field-items > .field-item, .field-name-field-item > .viewport > .overview > .field-items > .field-item {
    width: 320px;
  }
  /* line 3076, ../sass/styles.scss */
  .field-name-field-item .first-set {
    height: 195px;
  }

  /* line 3080, ../sass/styles.scss */
  .node-carousel {
    height: auto;
  }

  /* line 3083, ../sass/styles.scss */
  .node-v2-text-boxes {
    padding: 10px 0px;
  }

  /* line 3086, ../sass/styles.scss */
  .field-name-field-text-boxes-items > .field-items > .field-item > div {
    border: none;
  }

  /* line 3090, ../sass/styles.scss */
  .node-v2-c-video .field-name-field-heading {
    text-align: center;
  }
  /* line 3093, ../sass/styles.scss */
  .node-v2-c-video .field-name-field-date {
    text-align: center;
  }
  /* line 3096, ../sass/styles.scss */
  .node-v2-c-video .field-name-body {
    text-align: center;
  }

  /* line 3100, ../sass/styles.scss */
  .node-v2-c-quote .field-name-body, .field-name-field-quote-signature {
    text-align: center;
  }

  /* line 3103, ../sass/styles.scss */
  .node-carousel .field-name-field-view-all-link {
    display: none;
  }

  /* line 3107, ../sass/styles.scss */
  .field-name-field-text-boxes-items > .field-items > .field-item:before {
    display: none;
  }

  /* line 3110, ../sass/styles.scss */
  .iButton.right {
    right: 5px;
  }

  /* line 3113, ../sass/styles.scss */
  .iButton.left {
    right: 5px;
  }

  /* line 3116, ../sass/styles.scss */
  .four-column .doc-pic {
    height: auto !important;
  }

  /* line 3119, ../sass/styles.scss */
  .view-archive-pages .four-column .views-row-even, .view-archive-pages .four-column .views-row-odd, .view-archive-pages .four-column .post, .view-campaign-views .four-column .views-row-even, .view-campaign-views .four-column .views-row-odd, .view-campaign-views .four-column .post, .view-video-views .four-column .views-row-even, .view-video-views .four-column .views-row-odd, .view-video-views .four-column .post, .view-photo-gallery-views .four-column .views-row-even, .view-photo-gallery-views .four-column .views-row-odd, .view-photo-gallery-views .four-column .post, .view-hand-picked .four-column .views-row-even, .view-hand-picked .four-column .views-row-odd, .view-hand-picked .four-column .post, .view-infographic-views .four-column .views-row-even, .view-infographic-views .four-column .views-row-odd, .view-infographic-views .four-column .post {
    height: auto !important;
  }
}
@media only screen and (max-width: 420px) {
  /* line 3124, ../sass/styles.scss */
  .view-categories-feed .views-row, .view-thumbs .views-row {
    max-width: 410px;
  }

  /* line 3127, ../sass/styles.scss */
  .field-name-field-item {
    height: 262px;
  }
  /* line 3129, ../sass/styles.scss */
  .field-name-field-item > .field-items > .field-item, .field-name-field-item > .viewport > .overview > .field-items > .field-item {
    width: 420px;
  }

  /* line 3133, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row {
    max-width: 410px;
    height: 650px;
  }

  /* line 3137, ../sass/styles.scss */
  .view-v2-keywords-feed {
    height: 650px;
  }
}
@media only screen and (max-width: 410px) {
  /* line 3143, ../sass/styles.scss */
  .view-categories-feed .views-row, .view-thumbs .views-row {
    max-width: 400px;
  }

  /* line 3146, ../sass/styles.scss */
  .field-name-field-item {
    height: 256px;
  }
  /* line 3148, ../sass/styles.scss */
  .field-name-field-item > .field-items > .field-item, .field-name-field-item > .viewport > .overview > .field-items > .field-item {
    width: 410px;
  }

  /* line 3152, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row {
    max-width: 400px;
    height: 630px;
  }

  /* line 3156, ../sass/styles.scss */
  .view-v2-keywords-feed {
    height: 630px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 3161, ../sass/styles.scss */
  #header ul.language-switcher-locale-url li {
    margin-left: 1px;
    margin-right: 1px;
  }

  /* line 3165, ../sass/styles.scss */
  .field-name-field-item {
    height: 250px;
  }
  /* line 3167, ../sass/styles.scss */
  .field-name-field-item > .field-items > .field-item, .field-name-field-item > .viewport > .overview > .field-items > .field-item {
    width: 400px;
  }

  /* line 3171, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row {
    max-width: 390px;
    height: 615px;
  }

  /* line 3175, ../sass/styles.scss */
  .view-v2-keywords-feed {
    height: 615px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 3180, ../sass/styles.scss */
  .view-categories-feed .views-row, .view-thumbs .views-row {
    max-width: 390px;
  }
}
@media only screen and (max-width: 390px) {
  /* line 3185, ../sass/styles.scss */
  .view-categories-feed .views-row, .view-thumbs .views-row {
    max-width: 380px;
  }

  /* line 3189, ../sass/styles.scss */
  .field-name-field-item {
    height: 243px;
  }
  /* line 3191, ../sass/styles.scss */
  .field-name-field-item > .field-items > .field-item, .field-name-field-item > .viewport > .overview > .field-items > .field-item {
    width: 390px;
  }

  /* line 3195, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row {
    max-width: 380px;
    height: 600px;
  }

  /* line 3199, ../sass/styles.scss */
  .view-v2-keywords-feed {
    height: 600px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 3204, ../sass/styles.scss */
  .view-categories-feed .views-row, .view-thumbs .views-row {
    max-width: 370px;
  }

  /* line 3208, ../sass/styles.scss */
  .field-name-field-item {
    height: 237px;
  }
  /* line 3210, ../sass/styles.scss */
  .field-name-field-item > .field-items > .field-item, .field-name-field-item > .viewport > .overview > .field-items > .field-item {
    width: 380px;
  }

  /* line 3214, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row {
    max-width: 370px;
    height: 585px;
  }

  /* line 3218, ../sass/styles.scss */
  .view-v2-keywords-feed {
    height: 585px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 3223, ../sass/styles.scss */
  .view-categories-feed .views-row, .view-thumbs .views-row {
    max-width: 360px;
  }

  /* line 3226, ../sass/styles.scss */
  .field-name-field-item {
    height: 231px;
  }
  /* line 3228, ../sass/styles.scss */
  .field-name-field-item > .field-items > .field-item, .field-name-field-item > .viewport > .overview > .field-items > .field-item {
    width: 370px;
  }

  /* line 3232, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row {
    max-width: 360px;
    height: 570px;
  }

  /* line 3236, ../sass/styles.scss */
  .view-v2-keywords-feed {
    height: 570px;
  }
}
