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

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

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

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

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _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 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Layout rules */
/**
 * @file
 * 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 33, ../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 41, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

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

/* 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: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 93, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * 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: 200%;
    margin-left: 0%;
    margin-right: -200%;
  }
  /* line 108, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }

  /**
   * 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: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 128, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    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: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 143, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
  }
  /* line 147, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }
}
/**
 * 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: 400%;
    margin-left: 100%;
    margin-right: -500%;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * 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: 400%;
    margin-left: 0%;
    margin-right: -400%;
  }
  /* line 186, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }

  /**
   * 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: 300%;
    margin-left: 100%;
    margin-right: -400%;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 206, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  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 586, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 593, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 599, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

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

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

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

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

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

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

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

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 659, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 663, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 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 688, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

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

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

/* Center checkboxes inside table cell. */
/* line 714, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* MIXINS */
/*VARS*/
/* MEDIA QUERIES */
/* MAIN VARIABLES */
/* HIDDEN */
/* line 492, ../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 526, ../sass/styles.scss */
html {
  line-height: 1.5;
}

/* line 530, ../sass/styles.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 534, ../sass/styles.scss */
#footer {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 539, ../sass/styles.scss */
body,
button,
input,
select,
textarea {
  color: #000000;
  font: "100%/1.5" "AvenirLTStd-Book", sans-serif;
  *font-size: 1em;
  color: #333;
}

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

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

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

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

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

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

/* 18px / 24px */
/* line 591, ../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 603, ../sass/styles.scss */
small,
p.small {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.7142857142857142857142857142857em;
  margin-bottom: 1.71429em;
}

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

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

/* line 627, ../sass/styles.scss */
hr {
  border-bottom: none !important;
}

@media (min-width: 1800px) {
  /* line 631, ../sass/styles.scss */
  .full-width-container {
    margin: 0 -100vw;
  }
}
/* line 635, ../sass/styles.scss */
.full-width-container .page__title {
  padding: 30px;
  display: block !important;
}
/* line 639, ../sass/styles.scss */
.full-width-container .sharethis-inline-share-buttons,
.full-width-container .page__title {
  max-width: 1800px;
  margin: 0 auto;
}

/* line 647, ../sass/styles.scss */
.gray-bg {
  position: relative;
  background: #f9f9f9;
}

/* line 651, ../sass/styles.scss */
.slick-arrow {
  position: absolute;
  top: 45%;
  cursor: pointer;
  padding: 20px;
  color: #e31837;
  z-index: 100;
}
/* line 658, ../sass/styles.scss */
.slick-arrow:before {
  font-size: 55px;
}
/* line 661, ../sass/styles.scss */
.slick-arrow.fa-angle-left {
  float: left;
  left: 0;
}
/* line 665, ../sass/styles.scss */
.slick-arrow.fa-angle-right {
  float: right;
  right: 0;
}

/* line 671, ../sass/styles.scss */
.map_select_menu_mobile {
  display: none;
}

/* line 673, ../sass/styles.scss */
#Countries li {
  list-style: none;
}

/* line 677, ../sass/styles.scss */
a {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

/* SYSTEM */
/* line 727, ../sass/styles.scss */
.is-disabled {
  pointer-events: none;
}

/* line 732, ../sass/styles.scss */
.tabs-primary {
  position: fixed;
  z-index: 20;
  left: 5px;
  bottom: -26px;
}

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

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

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

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

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

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

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

/* line 772, ../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: #000000 !important;
  text-decoration: none !important;
}

/* line 777, ../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 782, ../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 801, ../sass/styles.scss */
.table-blue tbody tr td:first-child {
  background-color: #CF233A;
  color: #FFFFFF;
  font-size: 12px;
}

/* line 807, ../sass/styles.scss */
tbody tr td {
  padding: 15px 10px;
  text-align: left-justify;
}

/* line 812, ../sass/styles.scss */
.table-blue tbody tr td {
  background-color: #FFFFFF;
  border: 1px solid #dcdcdc;
  padding: 15px 10px;
  text-align: left-justify;
}

/* line 819, ../sass/styles.scss */
tbody tr:first-child {
  text-align: left;
}

/* line 823, ../sass/styles.scss */
table.table thread tr th {
  text-align: left;
}

/* line 827, ../sass/styles.scss */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f2f2f2;
}

/* line 832, ../sass/styles.scss */
ol {
  list-style-position: outside;
  margin: 15px 0px 10px 40px;
}
/* line 835, ../sass/styles.scss */
ol li {
  margin-bottom: 10px;
}

/* line 840, ../sass/styles.scss */
.field-name-field-description ul, .field-name-field-accordion-text ul {
  list-style-position: outside;
  margin: 15px 0px 10px 40px;
}
/* line 843, ../sass/styles.scss */
.field-name-field-description ul li, .field-name-field-accordion-text ul li {
  margin-bottom: 10px;
}

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

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

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

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

/* line 873, ../sass/styles.scss */
.content-node-descr .field-name-field-description a:link, .content-node-descr .field-name-field-description a:visited {
  color: #000000;
  border-bottom: 2px solid #e31837;
}

/* line 878, ../sass/styles.scss */
.content-node-descr .field-name-field-description a:hover, .content-node-descr .field-name-field-description a:hover {
  color: #e31837;
  border-bottom: 2px solid #e31837;
}

/* line 883, ../sass/styles.scss */
.content-node-descr {
  overflow: hidden;
}

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

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

/* line 896, ../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 906, ../sass/styles.scss */
.form-type-radio .ajax-progress .throbber, .form-type-checkbox .ajax-progress .throbber {
  margin-left: -45px;
  margin-top: -25px !important;
}

/* line 911, ../sass/styles.scss */
.views-widget .description, .views-field-field-section-links {
  display: none;
}

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

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

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

/* LAYOUT */
/* line 938, ../sass/styles.scss */
.clear {
  clear: both;
}

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

/* line 955, ../sass/styles.scss */
#header {
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 45, ../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;
}
@media (min-width: 768px) {
  /* line 960, ../sass/styles.scss */
  #header .left {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
}
@media (min-width: 768px) {
  /* line 966, ../sass/styles.scss */
  #header .right {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
}
/* line 973, ../sass/styles.scss */
#header .bottom {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

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

/* line 983, ../sass/styles.scss */
.not-front #content {
  margin-bottom: 0;
}

/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#newsletter:before, #newsletter:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#newsletter:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 993, ../sass/styles.scss */
  #newsletter .left {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 996, ../sass/styles.scss */
  #newsletter .right {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}

/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.links-collection-container:before, .links-collection-container:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.links-collection-container:after {
  clear: both;
}
/* line 1005, ../sass/styles.scss */
.links-collection-container > .block:nth-child(1) {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  border-right: 2px solid #FFFFFF;
}
/* line 1009, ../sass/styles.scss */
.links-collection-container > .block:nth-child(2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 1012, ../sass/styles.scss */
.links-collection-container > .block:nth-child(3) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
  border-left: 2px solid #FFFFFF;
}

/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
body.sidebar-first #page:before, body.sidebar-first #page:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
body.sidebar-first #page:after {
  clear: both;
}
@media (min-width: 980px) {
  /* line 1020, ../sass/styles.scss */
  body.sidebar-first #page .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  /* line 1020, ../sass/styles.scss */
  body.sidebar-first #page .region-sidebar-first {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /* line 1020, ../sass/styles.scss */
  body.sidebar-first #page .region-sidebar-first {
    float: left;
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0;
  }
}
@media (min-width: 980px) {
  /* line 1038, ../sass/styles.scss */
  body.sidebar-first #page #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }
}
@media (max-width: 768px) {
  /* line 1038, ../sass/styles.scss */
  body.sidebar-first #page #content {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /* line 1038, ../sass/styles.scss */
  body.sidebar-first #page #content {
    float: left;
    width: 75% !important;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0;
  }
}

@media (min-width: 645px) and (max-width: 768px) {
  /* line 1058, ../sass/styles.scss */
  #footer .left {
    width: 75% !important;
  }
  /* line 1063, ../sass/styles.scss */
  #footer .right {
    width: 75% !important;
  }
}
@media (max-width: 768px) {
  /* line 1074, ../sass/styles.scss */
  #footer ul.social a {
    margin: 0 10px !important;
  }
}
@media (min-width: 768px) {
  /* line 45, ../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 1081, ../sass/styles.scss */
  #footer .left {
    clear: left;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  /* line 1081, ../sass/styles.scss */
  #footer .left {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  /* line 1088, ../sass/styles.scss */
  #footer .right {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  /* line 1088, ../sass/styles.scss */
  #footer .right {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  /* line 1093, ../sass/styles.scss */
  #footer .right .inner {
    text-align: right;
  }
  /* line 1095, ../sass/styles.scss */
  #footer .right .inner ul.bottom-menu {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    width: auto;
  }
  /* line 1103, ../sass/styles.scss */
  #footer .right .inner ul.social {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  /* line 1113, ../sass/styles.scss */
  #footer #closure {
    padding: 0 30px;
    box-sizing: border-box;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer #closure:before, #footer #closure:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer #closure:after {
    clear: both;
  }
  /* line 1117, ../sass/styles.scss */
  #footer #closure .left {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 1120, ../sass/styles.scss */
  #footer #closure .right {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
/* line 1129, ../sass/styles.scss */
.node-v2-landing-page-principal > .content > .field-name-field-components > .field-items > .field-item {
  clear: both;
}

/* line 1136, ../sass/styles.scss */
.fixed-three-container {
  left: 0;
  float: left;
  margin-left: 0;
  position: relative;
  width: 100%;
}
/* line 1142, ../sass/styles.scss */
.fixed-three-container > .field-name-field-component-title {
  float: left;
}
/* line 1146, ../sass/styles.scss */
.fixed-three-container > .field-name-field-component {
  float: left;
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
/* line 1149, ../sass/styles.scss */
.fixed-three-container > .field-name-field-component .view-content.fixed-three-content {
  width: 100%;
}
/* line 1151, ../sass/styles.scss */
.fixed-three-container > .field-name-field-component .view-content.fixed-three-content .views-row {
  outline: none;
  max-width: 33%;
  width: -moz-calc(33% - 30px);
  width: -webkit-calc(33% - 30px);
  width: calc(33% - 30px);
}

@media (min-width: 1800px) {
  /*    .fixed-three-container {
          @include zen-grid-container();
          > .field-name-field-component-title {
              //@include zen-grid-item(1, 1);
              float: left;
          }
          > .field-name-field-component {
              @include zen-grid-item(11, 2);
              > .field-items {
                  margin-left: -50px;
              }
              .view-content {
                  @include zen-grid-container();
                  @include zen-clear();
                  width: 100%;
                  .views-row {
                      max-width: none;
                      margin-bottom: 0px;
                  }
                  .views-row:nth-of-type(3n+1) {
                      @include zen-grid-item(4, 1);
                  }
                  .views-row:nth-of-type(3n+2) {
                      @include zen-grid-item(4, 5);
                  }
                  .views-row:nth-of-type(3n+3) {
                      @include zen-grid-item(4, 9);
                  }
              }
          }
      }*/
}
@media (min-width: 980px) {
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-v2-c-columns.three-columns > .content:before, .node-v2-c-columns.three-columns > .content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-v2-c-columns.three-columns > .content:after {
    clear: both;
  }
  /* line 1201, ../sass/styles.scss */
  .node-v2-c-columns.three-columns > .content .field-name-field-column-1 {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 1204, ../sass/styles.scss */
  .node-v2-c-columns.three-columns > .content .field-name-field-column-2 {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 1207, ../sass/styles.scss */
  .node-v2-c-columns.three-columns > .content .field-name-field-column-3 {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-v2-c-columns.two-columns > .content:before, .node-v2-c-columns.two-columns > .content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-v2-c-columns.two-columns > .content:after {
    clear: both;
  }
  /* line 1215, ../sass/styles.scss */
  .node-v2-c-columns.two-columns > .content .field-name-field-column-1 {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 1218, ../sass/styles.scss */
  .node-v2-c-columns.two-columns > .content .field-name-field-column-2 {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-v2-c-columns.two-columns.threequarters > .content:before, .node-v2-c-columns.two-columns.threequarters > .content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-v2-c-columns.two-columns.threequarters > .content:after {
    clear: both;
  }
  /* line 1226, ../sass/styles.scss */
  .node-v2-c-columns.two-columns.threequarters > .content .field-name-field-column-1 {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }
  /* line 1229, ../sass/styles.scss */
  .node-v2-c-columns.two-columns.threequarters > .content .field-name-field-column-2 {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-v2-c-columns.two-columns.onequarter > .content:before, .node-v2-c-columns.two-columns.onequarter > .content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-v2-c-columns.two-columns.onequarter > .content:after {
    clear: both;
  }
  /* line 1237, ../sass/styles.scss */
  .node-v2-c-columns.two-columns.onequarter > .content .field-name-field-column-1 {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
  /* line 1240, ../sass/styles.scss */
  .node-v2-c-columns.two-columns.onequarter > .content .field-name-field-column-2 {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }

  /* line 1247, ../sass/styles.scss */
  .node-v2-c-columns.one-column > .content {
    margin: 0px auto;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-v2-c-columns.one-column > .content:before, .node-v2-c-columns.one-column > .content:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-v2-c-columns.one-column > .content:after {
    clear: both;
  }
  /* line 1250, ../sass/styles.scss */
  .node-v2-c-columns.one-column > .content .field-name-field-column-1 {
    float: none;
    margin: 0px auto;
  }

  /* line 1256, ../sass/styles.scss */
  .field-name-field-botton-links {
    clear: left;
  }
}
@media (min-width: 768px) {
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .field-name-field-link-items > .field-items:before, .field-name-field-link-items > .field-items:after, .field-name-field-contacts > .field-items:before, .field-name-field-contacts > .field-items:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .field-name-field-link-items > .field-items:after, .field-name-field-contacts > .field-items:after {
    clear: both;
  }
  /* line 1265, ../sass/styles.scss */
  .field-name-field-link-items > .field-items > .field-item:nth-child(1), .field-name-field-contacts > .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 1269, ../sass/styles.scss */
  .field-name-field-link-items > .field-items > .field-item:nth-child(2), .field-name-field-contacts > .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 1273, ../sass/styles.scss */
  .field-name-field-link-items > .field-items > .field-item:nth-child(3), .field-name-field-contacts > .field-items > .field-item:nth-child(3) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 1276, ../sass/styles.scss */
  .field-name-field-link-items > .field-items > .field-item:nth-child(4), .field-name-field-contacts > .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 1281, ../sass/styles.scss */
  .field-name-field-link-items > .field-items > .field-item:nth-child(5), .field-name-field-contacts > .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 1285, ../sass/styles.scss */
  .field-name-field-link-items > .field-items > .field-item:nth-child(6), .field-name-field-contacts > .field-items > .field-item:nth-child(6) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 1288, ../sass/styles.scss */
  .field-name-field-link-items > .field-items > .field-item:nth-child(7), .field-name-field-contacts > .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 1293, ../sass/styles.scss */
  .field-name-field-link-items > .field-items > .field-item:nth-child(8), .field-name-field-contacts > .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 1297, ../sass/styles.scss */
  .field-name-field-link-items > .field-items > .field-item:nth-child(9), .field-name-field-contacts > .field-items > .field-item:nth-child(9) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /* line 1303, ../sass/styles.scss */
  .view-display-id-press_release_and_statement_archive {
    max-width: 1024px;
    margin: 0px auto;
    padding: 0px 15px;
  }
  /* line 45, ../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 1310, ../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 1313, ../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 45, ../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 45, ../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 1324, ../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 1330, ../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 1336, ../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 1341, ../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 45, ../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 1347, ../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: 450px;
    max-width: 274px;
  }
  /* line 1351, ../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 1357, ../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 1363, ../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 1368, ../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 1373, ../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 1381, ../sass/styles.scss */
  #content .content-left {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
  /* line 1384, ../sass/styles.scss */
  #content .content-right {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }
  /* line 1386, ../sass/styles.scss */
  #content .content-right .inner {
    padding-left: 3%;
  }
  /* line 1390, ../sass/styles.scss */
  #content .content-bottom {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1394, ../sass/styles.scss */
  #content .content-right.extended {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 1396, ../sass/styles.scss */
  #content .content-right.extended .inner {
    padding-left: 0;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .field-name-field-data-element:before, .field-name-field-data-element:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .field-name-field-data-element:after {
    clear: both;
  }
  /* line 1407, ../sass/styles.scss */
  .field-name-field-data-element > .field-items > .field-item:nth-of-type(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 1410, ../sass/styles.scss */
  .field-name-field-data-element > .field-items > .field-item:nth-of-type(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 1413, ../sass/styles.scss */
  .field-name-field-data-element > .field-items > .field-item:nth-of-type(3n+3) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 1417, ../sass/styles.scss */
  .field-name-field-data-element > .field-items > .field-item > .entity {
    padding: 0 20px;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-carousel.display-fixedboxes .field-name-field-item > .field-items:before, .node-carousel.display-fixedboxes .field-name-field-item > .field-items:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-carousel.display-fixedboxes .field-name-field-item > .field-items:after {
    clear: both;
  }
  /* line 1426, ../sass/styles.scss */
  .node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:first-of-type {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 1429, ../sass/styles.scss */
  .node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:nth-of-type(2) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 1432, ../sass/styles.scss */
  .node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:nth-of-type(3) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
  /* line 1435, ../sass/styles.scss */
  .node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:nth-of-type(4) {
    clear: left;
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
    margin-top: -24.7%;
  }
  /* line 1440, ../sass/styles.scss */
  .node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:nth-of-type(5) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    margin-top: -24.7%;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-carousel.display-stripe .field-name-field-item > .field-items:before, .node-carousel.display-stripe .field-name-field-item > .field-items:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .node-carousel.display-stripe .field-name-field-item > .field-items:after {
    clear: both;
  }
  /* line 1453, ../sass/styles.scss */
  .node-carousel.display-stripe .field-name-field-item > .field-items > .field-item:nth-of-type(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    border-right: 2px solid #FFFFFF;
  }
  /* line 1457, ../sass/styles.scss */
  .node-carousel.display-stripe .field-name-field-item > .field-items > .field-item:nth-of-type(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 1460, ../sass/styles.scss */
  .node-carousel.display-stripe .field-name-field-item > .field-items > .field-item:nth-of-type(3n+3) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    border-left: 2px solid #FFFFFF;
  }
}
/* line 1469, ../sass/styles.scss */
.field-name-field-contacts > .field-items > .field-item {
  border-left: none !important;
  border-right: none !important;
}
/* line 1472, ../sass/styles.scss */
.field-name-field-contacts > .field-items > .field-item .entity {
  border-top: 1px solid #e31837;
  border-bottom: 1px solid #e31837;
  margin-bottom: 20px;
  padding: 20px;
}
/* line 1477, ../sass/styles.scss */
.field-name-field-contacts > .field-items > .field-item .entity .field {
  margin: 5px 0px;
}
/* line 1481, ../sass/styles.scss */
.field-name-field-contacts > .field-items > .field-item .field-label {
  display: none;
}
/* line 1484, ../sass/styles.scss */
.field-name-field-contacts > .field-items > .field-item .field-item {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
@media (max-width: 768px) {
  /* line 1488, ../sass/styles.scss */
  .field-name-field-contacts > .field-items > .field-item .entity {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #e31837 !important;
    border-top: none !important;
    padding-top: 0px !important;
  }
}

@media (max-width: 768px) {
  /* line 1501, ../sass/styles.scss */
  .field-name-field-contacts > .field-items > .field-item:nth-of-type(1) .entity {
    padding-top: 20px !important;
    border-top: 1px solid #e31837 !important;
  }
}

/* line 1512, ../sass/styles.scss */
.field-name-field-contacts > .field-items > .field-item:nth-of-type(2) .entity, .field-name-field-contacts > .field-items > .field-item:nth-of-type(5) .entity {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 1521, ../sass/styles.scss */
.field-name-field-contacts > .field-items > .field-item:nth-of-type(1) .entity, .field-name-field-contacts > .field-items > .field-item:nth-of-type(2) .entity, .field-name-field-contacts > .field-items > .field-item:nth-of-type(3) .entity {
  border-bottom: none;
  padding-bottom: 0;
}

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

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

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

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

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

/* line 1568, ../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 1574, ../sass/styles.scss */
nav.breadcrumb {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'AvenirLTStd-Book', sans-serif;
  color: #969696;
}
/* line 1580, ../sass/styles.scss */
nav.breadcrumb a {
  font-size: 90%;
}
/* line 1583, ../sass/styles.scss */
nav.breadcrumb a:hover, nav.breadcrumb a.active, nav.breadcrumb .current-page {
  color: #000000;
}
/* line 1586, ../sass/styles.scss */
nav.breadcrumb .current-page {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}

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

/* line 1595, ../sass/styles.scss */
.fullwidth {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  /* line 1595, ../sass/styles.scss */
  .fullwidth {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}
/* line 1604, ../sass/styles.scss */
.fullwidth > .inner {
  max-width: 1800px;
  margin: 0px auto;
  padding: 0px 10px;
}
/* line 1609, ../sass/styles.scss */
.fullwidth .field-name-field-component-title .field-item, .fullwidth h2.cat-title {
  margin-top: 0;
  border-top: none;
}

@media (min-width: 768px) {
  /* line 1615, ../sass/styles.scss */
  .onefullwidth-columns {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}

/************/
/* line 1625, ../sass/styles.scss */
h1.page__title {
  font-family: "Volkhov", serif !important;
}

/* line 1631, ../sass/styles.scss */
body.node-type-web-story h1.page__title, body.node-type-unaids-basic-page h1.page__title, body.node-type-article h1.page__title, body.node-type-page h1.page__title, body.node-type-organization h1.page__title, body.node-type-landing-page h1.page__title, body.node-type-country-page h1.page__title, body.node-type-unaids-priority 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-principal 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,
body.node-type-v2-landing-page h1.page__title {
  display: none;
}

/* line 1636, ../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 1640, ../sass/styles.scss */
.link-box > .inner > h2.title {
  min-height: 60px;
}
/* line 1643, ../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 1644, ../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 1651, ../sass/styles.scss */
.link-box .sub-link-box .inner .container {
  padding: 0px 25px;
}
/* line 1663, ../sass/styles.scss */
.link-box .sub-link-box h2.title {
  font-size: 105%;
  margin-bottom: 30px;
  padding: 0px 10px;
}
/* line 1668, ../sass/styles.scss */
.link-box .sub-link-box p {
  padding: 0px 20px;
}
/* line 1671, ../sass/styles.scss */
.link-box .sub-link-box p a {
  font-family: 'AvenirLTStd-Book', sans-serif;
  color: #000000;
  font-size: 90%;
}
/* line 1676, ../sass/styles.scss */
.link-box .sub-link-box p.title a {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
}
/* line 1680, ../sass/styles.scss */
.link-box .sub-link-box p a:hover {
  color: #e31837;
}
/* line 1683, ../sass/styles.scss */
.link-box .sub-link-box a.slideUp {
  font-size: 130%;
  position: absolute;
  right: 0;
  margin-top: -25px;
}
/* line 1691, ../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 1698, ../sass/styles.scss */
.four-column .post {
  max-width: 245px;
  display: block;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 435px;
}
/* line 1705, ../sass/styles.scss */
.four-column .post span.img {
  display: table;
  width: 100%;
}
/* line 1708, ../sass/styles.scss */
.four-column .post span.img span.cell {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
/* line 1712, ../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 1723, ../sass/styles.scss */
.four-column .views-row-odd, .four-column .views-row-even, .four-column .post {
  padding-top: 30px;
}
/* line 1726, ../sass/styles.scss */
.four-column .doc-pic {
  display: table;
  width: 100%;
}
/* line 1729, ../sass/styles.scss */
.four-column .doc-pic a {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
/* line 1734, ../sass/styles.scss */
.four-column .doc-pic img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0px auto;
}
/* line 1741, ../sass/styles.scss */
.four-column .doc-pic.border_1 img {
  border: 1px solid #bcbfc2;
}
/* line 1745, ../sass/styles.scss */
.four-column .doc-text p {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 90%;
  color: #000000;
}

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

/* line 1757, ../sass/styles.scss */
.block-inner ul {
  list-style: none;
}
/* line 1760, ../sass/styles.scss */
.block-inner br {
  display: none !important;
}

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

/* line 1781, ../sass/styles.scss */
.node-infographic, .section-site-search #searchresults {
  max-width: 1024px;
  margin: 0px auto;
}

/* line 1786, ../sass/styles.scss */
#searchresults > div {
  padding: 0px 15px;
}

/* line 1791, ../sass/styles.scss */
.node-web-story, .node-unaids-basic-page, .node-article, .node-page, .node-organization, .node-landing-page, .node-country-page, .node-unaids-priority, .node-media-asset, .node-infographic, .node-page, .node-type-country, .node-v2-landing-page {
  margin-top: 50px;
}
/* line 1793, ../sass/styles.scss */
.node-web-story .body ul, .node-unaids-basic-page .body ul, .node-article .body ul, .node-page .body ul, .node-organization .body ul, .node-landing-page .body ul, .node-country-page .body ul, .node-unaids-priority .body ul, .node-media-asset .body ul, .node-infographic .body ul, .node-page .body ul, .node-type-country .body ul, .node-v2-landing-page .body ul {
  font-family: 'AvenirLTStd-Book', sans-serif;
  list-style-position: outside;
  margin-left: 22px;
}
/* line 1794, ../sass/styles.scss */
.node-web-story .body ul li, .node-unaids-basic-page .body ul li, .node-article .body ul li, .node-page .body ul li, .node-organization .body ul li, .node-landing-page .body ul li, .node-country-page .body ul li, .node-unaids-priority .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, .node-v2-landing-page .body ul li {
  margin-bottom: 20px;
}
/* line 1801, ../sass/styles.scss */
.node-web-story .title-block, .node-web-story .body h2, .node-web-story .block-inner h2, .node-unaids-basic-page .title-block, .node-unaids-basic-page .body h2, .node-unaids-basic-page .block-inner h2, .node-article .title-block, .node-article .body h2, .node-article .block-inner h2, .node-page .title-block, .node-page .body h2, .node-page .block-inner h2, .node-organization .title-block, .node-organization .body h2, .node-organization .block-inner h2, .node-landing-page .title-block, .node-landing-page .body h2, .node-landing-page .block-inner h2, .node-country-page .title-block, .node-country-page .body h2, .node-country-page .block-inner h2, .node-unaids-priority .title-block, .node-unaids-priority .body h2, .node-unaids-priority .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, .node-v2-landing-page .title-block, .node-v2-landing-page .body h2, .node-v2-landing-page .block-inner h2 {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 120%;
  text-transform: uppercase;
}
/* line 1806, ../sass/styles.scss */
.node-web-story .title-block, .node-web-story .block-inner h2, .node-unaids-basic-page .title-block, .node-unaids-basic-page .block-inner h2, .node-article .title-block, .node-article .block-inner h2, .node-page .title-block, .node-page .block-inner h2, .node-organization .title-block, .node-organization .block-inner h2, .node-landing-page .title-block, .node-landing-page .block-inner h2, .node-country-page .title-block, .node-country-page .block-inner h2, .node-unaids-priority .title-block, .node-unaids-priority .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, .node-v2-landing-page .title-block, .node-v2-landing-page .block-inner h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 1810, ../sass/styles.scss */
.node-web-story .block-inner h2:first-child, .node-unaids-basic-page .block-inner h2:first-child, .node-article .block-inner h2:first-child, .node-page .block-inner h2:first-child, .node-organization .block-inner h2:first-child, .node-landing-page .block-inner h2:first-child, .node-country-page .block-inner h2:first-child, .node-unaids-priority .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, .node-v2-landing-page .block-inner h2:first-child {
  margin-top: 0px;
}
/* line 1813, ../sass/styles.scss */
.node-web-story .block-inner, .node-unaids-basic-page .block-inner, .node-article .block-inner, .node-page .block-inner, .node-organization .block-inner, .node-landing-page .block-inner, .node-country-page .block-inner, .node-unaids-priority .block-inner, .node-media-asset .block-inner, .node-infographic .block-inner, .node-page .block-inner, .node-type-country .block-inner, .node-v2-landing-page .block-inner {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 80%;
  padding: 0px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
}
/* line 1816, ../sass/styles.scss */
.node-web-story .block-inner p, .node-unaids-basic-page .block-inner p, .node-article .block-inner p, .node-page .block-inner p, .node-organization .block-inner p, .node-landing-page .block-inner p, .node-country-page .block-inner p, .node-unaids-priority .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, .node-v2-landing-page .block-inner p {
  margin-bottom: 5px;
}
/* line 1819, ../sass/styles.scss */
.node-web-story .block-inner strong, .node-web-story .block-inner b, .node-unaids-basic-page .block-inner strong, .node-unaids-basic-page .block-inner b, .node-article .block-inner strong, .node-article .block-inner b, .node-page .block-inner strong, .node-page .block-inner b, .node-organization .block-inner strong, .node-organization .block-inner b, .node-landing-page .block-inner strong, .node-landing-page .block-inner b, .node-country-page .block-inner strong, .node-country-page .block-inner b, .node-unaids-priority .block-inner strong, .node-unaids-priority .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, .node-v2-landing-page .block-inner strong, .node-v2-landing-page .block-inner b {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
/* line 1822, ../sass/styles.scss */
.node-web-story .block-inner a:link, .node-web-story .block-inner a:visited, .node-unaids-basic-page .block-inner a:link, .node-unaids-basic-page .block-inner a:visited, .node-article .block-inner a:link, .node-article .block-inner a:visited, .node-page .block-inner a:link, .node-page .block-inner a:visited, .node-organization .block-inner a:link, .node-organization .block-inner a:visited, .node-landing-page .block-inner a:link, .node-landing-page .block-inner a:visited, .node-country-page .block-inner a:link, .node-country-page .block-inner a:visited, .node-unaids-priority .block-inner a:link, .node-unaids-priority .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, .node-v2-landing-page .block-inner a:link, .node-v2-landing-page .block-inner a:visited {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  text-transform: none;
  color: #000000;
  display: block;
}
/* line 1828, ../sass/styles.scss */
.node-web-story .block-inner a:hover, .node-unaids-basic-page .block-inner a:hover, .node-article .block-inner a:hover, .node-page .block-inner a:hover, .node-organization .block-inner a:hover, .node-landing-page .block-inner a:hover, .node-country-page .block-inner a:hover, .node-unaids-priority .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, .node-v2-landing-page .block-inner a:hover {
  color: #e31837;
}
/* line 1836, ../sass/styles.scss */
.node-web-story .block-inner.inline a, .node-unaids-basic-page .block-inner.inline a, .node-article .block-inner.inline a, .node-page .block-inner.inline a, .node-organization .block-inner.inline a, .node-landing-page .block-inner.inline a, .node-country-page .block-inner.inline a, .node-unaids-priority .block-inner.inline a, .node-media-asset .block-inner.inline a, .node-infographic .block-inner.inline a, .node-page .block-inner.inline a, .node-type-country .block-inner.inline a, .node-v2-landing-page .block-inner.inline a {
  display: inline-block;
}
/* line 1839, ../sass/styles.scss */
.node-web-story .content-left, .node-unaids-basic-page .content-left, .node-article .content-left, .node-page .content-left, .node-organization .content-left, .node-landing-page .content-left, .node-country-page .content-left, .node-unaids-priority .content-left, .node-media-asset .content-left, .node-infographic .content-left, .node-page .content-left, .node-type-country .content-left, .node-v2-landing-page .content-left {
  border-top: 2px solid #cccccc;
  padding-top: 20px;
  position: relative;
}
/* line 1844, ../sass/styles.scss */
.node-web-story .content-left.fixed > .inner, .node-unaids-basic-page .content-left.fixed > .inner, .node-article .content-left.fixed > .inner, .node-page .content-left.fixed > .inner, .node-organization .content-left.fixed > .inner, .node-landing-page .content-left.fixed > .inner, .node-country-page .content-left.fixed > .inner, .node-unaids-priority .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, .node-v2-landing-page .content-left.fixed > .inner {
  position: fixed;
  top: 45px;
}
/* line 1849, ../sass/styles.scss */
.node-web-story .content-left.stuck > .inner, .node-unaids-basic-page .content-left.stuck > .inner, .node-article .content-left.stuck > .inner, .node-page .content-left.stuck > .inner, .node-organization .content-left.stuck > .inner, .node-landing-page .content-left.stuck > .inner, .node-country-page .content-left.stuck > .inner, .node-unaids-priority .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, .node-v2-landing-page .content-left.stuck > .inner {
  position: relative;
}
/* line 1852, ../sass/styles.scss */
.node-web-story h2.category, .node-unaids-basic-page h2.category, .node-article h2.category, .node-page h2.category, .node-organization h2.category, .node-landing-page h2.category, .node-country-page h2.category, .node-unaids-priority h2.category, .node-media-asset h2.category, .node-infographic h2.category, .node-page h2.category, .node-type-country h2.category, .node-v2-landing-page h2.category {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: #e31837;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 1859, ../sass/styles.scss */
.node-web-story h3.node-title, .node-unaids-basic-page h3.node-title, .node-article h3.node-title, .node-page h3.node-title, .node-organization h3.node-title, .node-landing-page h3.node-title, .node-country-page h3.node-title, .node-unaids-priority 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, .node-v2-landing-page h3.node-title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  color: #000000;
  margin-bottom: 30px;
}
/* line 1865, ../sass/styles.scss */
.node-web-story p.date, .node-unaids-basic-page p.date, .node-article p.date, .node-page p.date, .node-organization p.date, .node-landing-page p.date, .node-country-page p.date, .node-unaids-priority p.date, .node-media-asset p.date, .node-infographic p.date, .node-page p.date, .node-type-country p.date, .node-v2-landing-page p.date {
  margin-bottom: 30px;
}
/* line 1868, ../sass/styles.scss */
.node-web-story .top-image, .node-unaids-basic-page .top-image, .node-article .top-image, .node-page .top-image, .node-organization .top-image, .node-landing-page .top-image, .node-country-page .top-image, .node-unaids-priority .top-image, .node-media-asset .top-image, .node-infographic .top-image, .node-page .top-image, .node-type-country .top-image, .node-v2-landing-page .top-image {
  position: relative;
  margin-bottom: 30px;
}
/* line 1870, ../sass/styles.scss */
.node-web-story .top-image img, .node-unaids-basic-page .top-image img, .node-article .top-image img, .node-page .top-image img, .node-organization .top-image img, .node-landing-page .top-image img, .node-country-page .top-image img, .node-unaids-priority .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, .node-v2-landing-page .top-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
/* line 1878, ../sass/styles.scss */
.node-web-story .body, .node-unaids-basic-page .body, .node-article .body, .node-page .body, .node-organization .body, .node-landing-page .body, .node-country-page .body, .node-unaids-priority .body, .node-media-asset .body, .node-infographic .body, .node-page .body, .node-type-country .body, .node-v2-landing-page .body {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 100%;
}
/* line 1882, ../sass/styles.scss */
.node-web-story #shares, .node-unaids-basic-page #shares, .node-article #shares, .node-page #shares, .node-organization #shares, .node-landing-page #shares, .node-country-page #shares, .node-unaids-priority #shares, .node-media-asset #shares, .node-infographic #shares, .node-page #shares, .node-type-country #shares, .node-v2-landing-page #shares {
  margin-top: 60px;
  margin-bottom: 50px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  display: inline-block;
}
/* line 1889, ../sass/styles.scss */
.node-web-story #shares a, .node-unaids-basic-page #shares a, .node-article #shares a, .node-page #shares a, .node-organization #shares a, .node-landing-page #shares a, .node-country-page #shares a, .node-unaids-priority #shares a, .node-media-asset #shares a, .node-infographic #shares a, .node-page #shares a, .node-type-country #shares a, .node-v2-landing-page #shares a {
  display: inline-block;
  line-height: 20px;
  font-size: 20px;
  color: #7f7f7f;
  margin: 0px 10px;
}
/* line 1895, ../sass/styles.scss */
.node-web-story #shares a :hover, .node-unaids-basic-page #shares a :hover, .node-article #shares a :hover, .node-page #shares a :hover, .node-organization #shares a :hover, .node-landing-page #shares a :hover, .node-country-page #shares a :hover, .node-unaids-priority #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, .node-v2-landing-page #shares a :hover {
  color: #e31837;
}
/* line 1899, ../sass/styles.scss */
.node-web-story .content-bottom, .node-unaids-basic-page .content-bottom, .node-article .content-bottom, .node-page .content-bottom, .node-organization .content-bottom, .node-landing-page .content-bottom, .node-country-page .content-bottom, .node-unaids-priority .content-bottom, .node-media-asset .content-bottom, .node-infographic .content-bottom, .node-page .content-bottom, .node-type-country .content-bottom, .node-v2-landing-page .content-bottom {
  border-top: 1px solid #cccccc;
  margin-top: 50px;
}
/* line 1900, ../sass/styles.scss */
.node-web-story .content-bottom .cat-title, .node-unaids-basic-page .content-bottom .cat-title, .node-article .content-bottom .cat-title, .node-page .content-bottom .cat-title, .node-organization .content-bottom .cat-title, .node-landing-page .content-bottom .cat-title, .node-country-page .content-bottom .cat-title, .node-unaids-priority .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, .node-v2-landing-page .content-bottom .cat-title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  color: #000000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  padding-top: 10px;
}
/* line 1913, ../sass/styles.scss */
.node-web-story .view-thumbs .views-row:first-child, .node-unaids-basic-page .view-thumbs .views-row:first-child, .node-article .view-thumbs .views-row:first-child, .node-page .view-thumbs .views-row:first-child, .node-organization .view-thumbs .views-row:first-child, .node-landing-page .view-thumbs .views-row:first-child, .node-country-page .view-thumbs .views-row:first-child, .node-unaids-priority .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, .node-v2-landing-page .view-thumbs .views-row:first-child {
  margin-left: 0px !important;
}
/* line 1917, ../sass/styles.scss */
.node-web-story .view-thumbs .views-row *, .node-unaids-basic-page .view-thumbs .views-row *, .node-article .view-thumbs .views-row *, .node-page .view-thumbs .views-row *, .node-organization .view-thumbs .views-row *, .node-landing-page .view-thumbs .views-row *, .node-country-page .view-thumbs .views-row *, .node-unaids-priority .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 *, .node-v2-landing-page .view-thumbs .views-row * {
  display: block;
}

/* line 1924, ../sass/styles.scss */
body.front .node-web-story, body.front .node-unaids-basic-page, body.front .node-article, body.front .node-page, body.front .node-organization, body.not-front .node-landing-page, body.front .node-country-page, body.front .node-unaids-priority, body.front .node-media-asset, body.front .node-infographic, body.front .node-page, .node-type-country, body.front .node-v2-landing-page {
  margin-top: 0px;
}

/* line 1928, ../sass/styles.scss */
.node-infographic .content-bottom {
  margin-top: 0px;
  border-top: none;
}

/* line 1934, ../sass/styles.scss */
.node-v2-c-links.grid .field-name-field-links-array {
  min-height: 260px;
  clear: both;
  float: left;
  width: 100%;
}
/* line 1939, ../sass/styles.scss */
.node-v2-c-links.grid .field-name-field-links-array .field-items {
  max-width: 1600px;
  margin: 0px auto;
}
/* line 1943, ../sass/styles.scss */
.node-v2-c-links.grid .field-name-field-links-array .field-item {
  float: left;
  min-height: 130px;
  width: 25%;
  text-align: center;
}
/* line 1948, ../sass/styles.scss */
.node-v2-c-links.grid .field-name-field-links-array .field-item a {
  padding: 10px;
  display: inline-block;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  text-align: center;
  cursor: hand;
  cursor: pointer;
  color: #333;
}
/* line 1958, ../sass/styles.scss */
.node-v2-c-links.grid .field-name-field-links-array .field-item a:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #F0F0F0;
  width: 50%;
  padding-top: 0px;
  /* position: absolute; */
  margin: 0px auto;
}
/* line 1967, ../sass/styles.scss */
.node-v2-c-links.grid .field-name-field-links-array .field-item a:hover:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #e31837;
  width: 50%;
  padding-top: 0px;
  /* position: absolute; */
  margin: 0px auto;
}

/* line 1980, ../sass/styles.scss */
.node-v2-c-link-tree {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  margin-top: 50px;
  position: relative;
  background: #F0F0F0;
  text-align: center;
  overflow: hidden;
  -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;
}
/* line 1990, ../sass/styles.scss */
.node-v2-c-link-tree .links-blocks {
  position: relative;
}
/* line 1993, ../sass/styles.scss */
.node-v2-c-link-tree > .content {
  width: 200vw;
  position: relative;
}
/* line 1997, ../sass/styles.scss */
.node-v2-c-link-tree .back {
  position: absolute;
  cursor: hand;
  cursor: pointer;
  left: 50px;
  top: 50%;
  margin-top: -15px;
}
/* line 2004, ../sass/styles.scss */
.node-v2-c-link-tree .back i {
  font-size: 40px;
  color: #e31837;
}
/* line 2009, ../sass/styles.scss */
.node-v2-c-link-tree .field-name-field-intro {
  font-family: 'AvenirLTStd-Book', sans-serif;
  color: #000000;
  padding: 40px 0px;
  width: 91vw;
  float: left;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 2009, ../sass/styles.scss */
  .node-v2-c-link-tree .field-name-field-intro {
    box-sizing: border-box;
    padding: 50px;
    width: 100vw;
  }
}
/* line 2025, ../sass/styles.scss */
.node-v2-c-link-tree .field-name-field-links {
  min-height: 260px;
  clear: both;
  float: left;
  width: 100vw;
  padding: 20px 0px;
}
/* line 2031, ../sass/styles.scss */
.node-v2-c-link-tree .field-name-field-links > .field-items {
  max-width: 1600px;
  margin: 0px auto;
}
/* line 2034, ../sass/styles.scss */
.node-v2-c-link-tree .field-name-field-links > .field-items > .field-item {
  float: left;
  min-height: 130px;
}
/* line 2040, ../sass/styles.scss */
.node-v2-c-link-tree .field-name-field-links-title {
  padding: 40px;
}
/* line 2042, ../sass/styles.scss */
.node-v2-c-link-tree .field-name-field-links-title .field-items .field-item {
  display: inline-block;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}
/* line 2050, ../sass/styles.scss */
.node-v2-c-link-tree .field-name-field-links-title .field-items .field-item:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #F0F0F0;
  width: 50%;
  padding-top: 0px;
  /* position: absolute; */
  margin: 0px auto;
}
/* line 2059, ../sass/styles.scss */
.node-v2-c-link-tree .field-name-field-links-title .field-items .field-item:hover:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #e31837;
  width: 50%;
  padding-top: 0px;
  /* position: absolute; */
  margin: 0px auto;
}

/* line 2071, ../sass/styles.scss */
.links-content-container {
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
  position: relative;
}
/* line 2077, ../sass/styles.scss */
.links-content-container .field-item {
  padding: 10px;
  min-height: 50px;
}
/* line 2080, ../sass/styles.scss */
.links-content-container .field-item a {
  display: inline-block;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  text-align: center;
  cursor: hand;
  cursor: pointer;
  color: #000000;
}
/* line 2089, ../sass/styles.scss */
.links-content-container .field-item a:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #F0F0F0;
  width: 50%;
  padding-top: 0px;
  margin: 0px auto;
}
/* line 2097, ../sass/styles.scss */
.links-content-container .field-item a:hover:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #e31837;
  width: 50%;
  padding-top: 0px;
  margin: 0px auto;
}
/* line 2105, ../sass/styles.scss */
.links-content-container h2 {
  display: inline-block;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  text-align: center;
  cursor: hand;
  cursor: pointer;
  color: #000000;
  font-size: 120%;
  position: relative;
}
/* line 2115, ../sass/styles.scss */
.links-content-container h2:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #e31837;
  width: 50%;
  padding-top: 0px;
  margin: 0px auto;
}

/* line 2125, ../sass/styles.scss */
.node-v2-c-video {
  background: #c0e0dd;
}
@media (min-width: 768px) {
  /* line 2125, ../sass/styles.scss */
  .node-v2-c-video {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}
/* line 2133, ../sass/styles.scss */
.node-v2-c-video > .content {
  max-width: 720px;
  margin: 0px auto;
  padding: 60px 0px;
}
/* line 2138, ../sass/styles.scss */
.node-v2-c-video .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 2144, ../sass/styles.scss */
.node-v2-c-video .media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 2151, ../sass/styles.scss */
.node-v2-c-video .field-name-field-heading {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  text-transform: uppercase;
}
/* line 2156, ../sass/styles.scss */
.node-v2-c-video .field-name-field-date {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 90%;
  text-transform: none;
  color: #969696;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 2164, ../sass/styles.scss */
.node-v2-c-video .field-name-body {
  margin-top: 20px;
}

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

/* line 2177, ../sass/styles.scss */
.node-v2-c-quote {
  background: #47a79a;
}
@media (min-width: 768px) {
  /* line 2177, ../sass/styles.scss */
  .node-v2-c-quote {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}
/* line 2185, ../sass/styles.scss */
.node-v2-c-quote > .content {
  max-width: 1800px;
  margin: 0px auto;
  padding: 80px 20px;
}
/* line 2190, ../sass/styles.scss */
.node-v2-c-quote .field-name-body {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  color: #FFFFFF;
}
/* line 2194, ../sass/styles.scss */
.node-v2-c-quote .field-name-body p {
  margin-bottom: 0px;
}
/* line 2198, ../sass/styles.scss */
.node-v2-c-quote .field-name-field-quote-signature {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  font-size: 100%;
  color: #FFFFFF;
}

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

@media (min-width: 768px) {
  /* line 2213, ../sass/styles.scss */
  .node-v2-text-boxes {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}

/* line 2221, ../sass/styles.scss */
.field-name-field-text-boxes-items {
  max-width: 1800px;
  margin: 0px auto;
}
/* line 2224, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items {
  position: relative;
}
/* line 2226, ../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 2233, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item > div:first-child {
  margin-bottom: 0px;
}
/* line 2236, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item > div:last-child {
  margin-top: 0px;
}
/* line 2239, ../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 2242, ../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 2245, ../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 2247, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(3) > div {
  border-right: none;
}
/* line 2251, ../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 2255, ../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 2262, ../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 2265, ../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 2267, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(6) > div {
  border-right: none;
}
/* line 2271, ../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 2275, ../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 2282, ../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 2285, ../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 2287, ../sass/styles.scss */
.field-name-field-text-boxes-items > .field-items > .field-item:nth-child(9) > div {
  border-right: none;
}

/* line 2294, ../sass/styles.scss */
.g6:first-of-type {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
}
@media (min-width: 768px) {
  /* line 2296, ../sass/styles.scss */
  .g6:first-of-type > div {
    padding-right: 20px;
  }
}

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

/* line 2311, ../sass/styles.scss */
.node-v2-editorial-box .g6:first-of-type {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}
@media (min-width: 768px) {
  /* line 2313, ../sass/styles.scss */
  .node-v2-editorial-box .g6:first-of-type > div {
    padding-right: 20px;
  }
}

/* line 2320, ../sass/styles.scss */
.node-v2-editorial-box .g6:last-of-type {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
}
/* line 2321, ../sass/styles.scss */
.node-v2-editorial-box .g6:last-of-type > div {
  padding-top: 0px;
}
@media (min-width: 768px) {
  /* line 2321, ../sass/styles.scss */
  .node-v2-editorial-box .g6:last-of-type > div {
    padding-right: 40px;
  }
}

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

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

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

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

/* STYLE */
/* line 2354, ../sass/styles.scss */
html {
  font-family: "AvenirLTStd-Book", sans-serif;
  background: #FFFFFF;
  height: 100%;
}

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

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

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

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

/* line 2384, ../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 2395, ../sass/styles.scss */
#hero-video {
  max-width: 916px;
  margin: 0px auto;
}
/* line 2398, ../sass/styles.scss */
#hero-video .media-youtube-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 2404, ../sass/styles.scss */
#hero-video .media-youtube-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 2411, ../sass/styles.scss */
#hero-video h2 {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 135%;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #000000;
  text-transform: uppercase;
}

/* line 2423, ../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 2431, ../sass/styles.scss */
.view-tweets a {
  color: #e31837 !important;
}
/* line 2434, ../sass/styles.scss */
.view-tweets > .item-list {
  display: none;
}
/* line 2438, ../sass/styles.scss */
.view-tweets .twitter-status .avatar, .view-tweets .twitter-status .name-handle, .view-tweets .twitter-status .actions, .view-tweets .twitter-status .timestamp {
  display: none;
}
/* line 2442, ../sass/styles.scss */
.view-tweets .text {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  text-align: center;
  margin: 0;
  font-size: 140%;
  line-height: normal;
  padding: 0px 50px;
}
@media (max-width: 880px) {
  /* line 2442, ../sass/styles.scss */
  .view-tweets .text {
    font-size: 150%;
  }
}
/* line 2453, ../sass/styles.scss */
.view-tweets .twitter-timeline-link:last-child {
  font-size: 60%;
  display: block;
  margin-top: 30px;
  text-transform: uppercase;
}
/* line 2459, ../sass/styles.scss */
.view-tweets .twitter-timeline-link:last-child:hover {
  border-bottom: none !important;
  text-decoration: none !important;
}
/* line 2463, ../sass/styles.scss */
.view-tweets .twitter-timeline-link:last-child:before {
  content: "\f099";
  font-family: "FontAwesome";
  margin-right: 10px;
}
/* line 2468, ../sass/styles.scss */
.view-tweets .fa-angle-right, .view-tweets .fa-angle-left {
  display: inline-block;
}
/* line 2471, ../sass/styles.scss */
.view-tweets .slick-arrow {
  top: 26%;
}

/* line 2477, ../sass/styles.scss */
.view-video-views .post > div > div > div {
  display: block;
  position: relative;
}
/* line 2481, ../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 2490, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) .view-filters, .view-archive-pages:not(.view-display-id-feature_stories) hr, .view-archive-pages:not(.view-display-id-feature_stories) .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 2493, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) .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 2498, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) 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 2504, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) h2 a:link, .view-archive-pages:not(.view-display-id-feature_stories) 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: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: #000000;
  text-transform: none;
}
/* line 2510, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) 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 2513, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) 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: 'AvenirLTStd-Book', sans-serif;
  font-size: 90%;
  font-weight: normal;
  display: block;
  text-transform: none;
}
/* line 2520, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) 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: 'AvenirLTStd-Book', sans-serif;
  font-size: 90%;
  text-transform: none;
  color: #000000;
}
/* line 2526, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) 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: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  color: #000000;
  text-transform: uppercase;
  border-top: 2px solid #cccccc;
  padding-top: 20px;
  display: block;
  padding-bottom: 30px;
}
/* line 2536, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) .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 2538, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) .view-header div#feature_stories-filter, .view-archive-pages:not(.view-display-id-feature_stories) .view-header div#press_release_and_statement_archive-filter, .view-archive-pages:not(.view-display-id-feature_stories) .view-header div#publications_list-filter, .view-archive-pages:not(.view-display-id-feature_stories) .view-header div#documents_list-filter, .view-archive-pages:not(.view-display-id-feature_stories) .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 2544, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) .view-header #feature_stories-filter-months, .view-archive-pages:not(.view-display-id-feature_stories) .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 2549, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) .view-header a:link, .view-archive-pages:not(.view-display-id-feature_stories) .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: 'AvenirLTStd-Medium', sans-serif;
  color: #bcbfc2;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid #FFFFFF;
  display: inline-block;
  margin: 0px 15px;
}
/* line 2558, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) .view-header a:hover, .view-archive-pages:not(.view-display-id-feature_stories) .view-header a.active, .view-archive-pages:not(.view-display-id-feature_stories) .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: #000000;
  border-bottom: 2px solid #e31837;
}
/* line 2563, ../sass/styles.scss */
.view-archive-pages:not(.view-display-id-feature_stories) .view-header #feature_stories-filter-months a:hover, .view-archive-pages:not(.view-display-id-feature_stories) .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: #000000;
  border-bottom: 2px solid #FFFFFF;
}

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

/* line 2575, ../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 2582, ../sass/styles.scss */
.field-name-field-filters .field-items .field-item {
  display: inline-block;
  margin: 0px 15px;
}
/* line 2585, ../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: 'AvenirLTStd-Medium', sans-serif;
  color: #bcbfc2;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid #FFFFFF;
}
/* line 2592, ../sass/styles.scss */
.field-name-field-filters .field-items .field-item a:hover, .field-name-field-filters .field-items .field-item a.active {
  color: #000000;
  border-bottom: 2px solid #e31837;
}

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

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

/* line 2615, ../sass/styles.scss */
.three-with-images .abstract {
  display: none;
}

/* line 2622, ../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 2629, ../sass/styles.scss */
.node-carousel .field-name-field-view-all-link .field-items {
  max-width: 1800px;
  margin: 0px auto;
}

/* line 2636, ../sass/styles.scss */
.node-v2-c-data-box {
  padding: 95px 50px 95px 50px;
  max-width: 1024px;
  margin: 0px auto;
}
/* line 2640, ../sass/styles.scss */
.node-v2-c-data-box > .content, .node-v2-c-data-box h2.node-title, .node-v2-c-data-box .field-name-body, .node-v2-c-data-box .field-name-field-number, .node-v2-c-data-box .field-name-field-unit, .node-v2-c-data-box .field-name-field-caption {
  text-align: center;
}
/* line 2643, ../sass/styles.scss */
.node-v2-c-data-box h2.node-title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 180%;
}
/* line 2647, ../sass/styles.scss */
.node-v2-c-data-box .field-name-body {
  font-family: 'AvenirLTStd-Book', sans-serif;
  margin: 20px;
  font-size: 110%;
}
/* line 2652, ../sass/styles.scss */
.node-v2-c-data-box .field-name-field-number, .node-v2-c-data-box .field-name-field-unit {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  color: #CF233A;
  font-size: 380%;
}
/* line 2657, ../sass/styles.scss */
.node-v2-c-data-box .field-name-field-unit {
  font-size: 250%;
  margin-top: -20px;
}
/* line 2661, ../sass/styles.scss */
.node-v2-c-data-box .field-name-field-caption {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  font-size: 100%;
  border-top: 1px solid #CF233A;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* line 2672, ../sass/styles.scss */
.node-v2-c-data-box .field-name-field-left-link, .node-v2-c-data-box .field-name-field-right-link {
  display: inline-block;
}
/* line 2674, ../sass/styles.scss */
.node-v2-c-data-box .field-name-field-left-link *, .node-v2-c-data-box .field-name-field-right-link * {
  display: inline-block;
}
/* line 2677, ../sass/styles.scss */
.node-v2-c-data-box .field-name-field-left-link a:link, .node-v2-c-data-box .field-name-field-left-link a:visited, .node-v2-c-data-box .field-name-field-right-link a:link, .node-v2-c-data-box .field-name-field-right-link a:visited {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 105%;
  text-transform: uppercase;
  color: #000000;
}
/* line 2683, ../sass/styles.scss */
.node-v2-c-data-box .field-name-field-left-link a:hover, .node-v2-c-data-box .field-name-field-right-link a:hover {
  color: #000000;
}
/* line 2688, ../sass/styles.scss */
.node-v2-c-data-box .field-name-field-left-link .field-item:after, .node-v2-c-data-box .field-name-field-right-link .field-item:after {
  -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;
  content: " ";
  display: block;
  border-bottom: 1px solid #FFFFFF;
  width: 0;
  height: 2px;
  position: absolute;
}
/* line 2701, ../sass/styles.scss */
.node-v2-c-data-box .field-name-field-left-link:hover .field-item:after, .node-v2-c-data-box .field-name-field-right-link:hover .field-item:after {
  content: " ";
  display: block;
  width: 100px;
  height: 2px;
  border-top: 1px solid #e31837;
}
/* line 2710, ../sass/styles.scss */
.node-v2-c-data-box .field-name-field-left-link {
  border-right: 2px solid #000000;
  margin-right: 16px;
  padding-right: 20px;
}

/* line 2717, ../sass/styles.scss */
.node-carousel.display-fullscreen {
  height: auto !important;
  margin-bottom: 0;
}
/* line 2721, ../sass/styles.scss */
.node-carousel.display-fullscreen .mSlider-thumbs {
  display: block;
  margin-top: -64px;
  text-align: center;
  position: relative;
  z-index: 20;
  margin-right: 11px;
  margin-bottom: 40px;
}
/* line 2730, ../sass/styles.scss */
.node-carousel.display-fullscreen .mSlider-thumbs ul {
  display: block;
  width: 100%;
  text-align: right;
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
/* line 2736, ../sass/styles.scss */
.node-carousel.display-fullscreen .mSlider-thumbs ul li {
  display: inline-block;
}
/* line 2738, ../sass/styles.scss */
.node-carousel.display-fullscreen .mSlider-thumbs ul li a:link, .node-carousel.display-fullscreen .mSlider-thumbs ul li a:visited {
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  color: transparent;
  font-size: 1px;
  text-indent: -999999px;
  background: #bcbaba;
  margin: 0px 5px;
  -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;
}
/* line 2750, ../sass/styles.scss */
.node-carousel.display-fullscreen .mSlider-thumbs ul li a:hover, .node-carousel.display-fullscreen .mSlider-thumbs ul li a.active {
  background: #e31837;
}
/* line 2754, ../sass/styles.scss */
.node-carousel.display-fullscreen .scrollable, .node-carousel.display-fullscreen .viewport {
  height: 75vh !important;
}
/* line 2757, ../sass/styles.scss */
.node-carousel.display-fullscreen .scrollable {
  padding-bottom: 0px !important;
}
/* line 2760, ../sass/styles.scss */
.node-carousel.display-fullscreen .scroll-bar {
  display: none !important;
}
/* line 2763, ../sass/styles.scss */
.node-carousel.display-fullscreen .overview {
  position: relative !important;
}
/* line 2766, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item > .field-items > .field-item, .node-carousel.display-fullscreen .field-name-field-item > .viewport > .overview > .field-items > .field-item {
  width: 100vw;
  margin-bottom: 0px;
  margin-left: 0px !important;
}
/* line 2771, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .first-set {
  height: auto !important;
}
/* line 2774, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .file-image img {
  width: 100vw !important;
  height: 100vh !important;
  display: block !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/* line 2782, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .second-set {
  width: 100%;
  margin-left: 0;
}
/* line 2786, ../sass/styles.scss */
.node-carousel.display-fullscreen .iButton {
  top: 50vh !important;
  margin-top: -15px !important;
}
/* line 2790, ../sass/styles.scss */
.node-carousel.display-fullscreen .second-set {
  max-width: 70vw;
  display: block;
  position: absolute;
  top: 45vh !important;
  bottom: 0 !important;
  left: 20px;
  background: transparent;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 2790, ../sass/styles.scss */
  .node-carousel.display-fullscreen .second-set {
    left: 100px;
  }
}

@media (max-width: 980px) {
  /* line 2807, ../sass/styles.scss */
  body.not-front .node-carousel.display-fullscreen {
    margin-left: -45px;
  }
}
@media (max-width: 768px) {
  /* line 2807, ../sass/styles.scss */
  body.not-front .node-carousel.display-fullscreen {
    margin-left: -20px;
  }
}
@media (max-width: 980px) {
  /* line 2816, ../sass/styles.scss */
  body.not-front .node-carousel.display-fullscreen.title-bar {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 2816, ../sass/styles.scss */
  body.not-front .node-carousel.display-fullscreen.title-bar {
    margin-left: 0;
  }
}
/* line 2826, ../sass/styles.scss */
body.not-front .node-carousel.display-fullscreen .scrollable, body.not-front .node-carousel.display-fullscreen .viewport {
  height: auto !important;
}
/* line 2829, ../sass/styles.scss */
body.not-front .node-carousel.display-fullscreen .field-name-field-item .file-image img {
  height: auto !important;
}
/* line 2832, ../sass/styles.scss */
body.not-front .node-carousel.display-fullscreen .iButton {
  top: 50% !important;
}
/* line 2835, ../sass/styles.scss */
body.not-front .node-carousel.display-fullscreen .second-set {
  top: 45% !important;
}
@media (max-width: 980px) {
  /* line 2835, ../sass/styles.scss */
  body.not-front .node-carousel.display-fullscreen .second-set {
    top: 35% !important;
  }
}
/* line 2841, ../sass/styles.scss */
body.not-front .node-carousel.display-fullscreen.title-bar .second-set {
  top: 25% !important;
}
@media (max-width: 980px) {
  /* line 2841, ../sass/styles.scss */
  body.not-front .node-carousel.display-fullscreen.title-bar .second-set {
    top: 25% !important;
  }
}
/* line 2848, ../sass/styles.scss */
body.not-front .node-carousel.display-fullscreen.fixed {
  position: fixed;
  top: 187px;
  z-index: 200;
}
/* line 2853, ../sass/styles.scss */
body.not-front .field-name-field-item .field-name-field-brief {
  -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;
}
/* line 2857, ../sass/styles.scss */
body.not-front .node-carousel.display-fullscreen.attached .field-name-field-item .field-name-field-brief {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* line 2864, ../sass/styles.scss */
body #logo, body .logo, body #header, body #magic-line, body .node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title {
  -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;
}
/* line 2867, ../sass/styles.scss */
body #header #main-menu > ul {
  -webkit-transition: margin 0.20s ease-in-out, top 0.20s ease-in-out;
  -moz-transition: margin 0.20s ease-in-out, top 0.20s ease-in-out;
  -o-transition: margin 0.20s ease-in-out, top 0.20s ease-in-out;
  transition: margin 0.20s ease-in-out, top 0.20s ease-in-out;
}

/* line 2877, ../sass/styles.scss */
body.attached #logo, body.attached .logo {
  margin-top: 10px;
}
/* line 2880, ../sass/styles.scss */
body.attached #header {
  padding-bottom: 0px;
}
/* line 2884, ../sass/styles.scss */
body.attached #header #main-menu > ul {
  margin-top: -5px;
  position: relative;
  top: 13px;
}
/* line 2889, ../sass/styles.scss */
body.attached #magic-line {
  top: 35px !important;
}
/* line 2892, ../sass/styles.scss */
body.attached .node-carousel.display-fullscreen .second-set, body.attached node-carousel.display-fullscreen .field-item:hover .second-set {
  bottom: 4px !important;
  top: auto !important;
}
/* line 2896, ../sass/styles.scss */
body.attached .node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title {
  font-size: 30px;
}

/* line 2902, ../sass/styles.scss */
.field-name-field-description h2, .field-name-field-accordion-text h2 {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 105%;
}
/* line 2907, ../sass/styles.scss */
.field-name-field-description img, .field-name-field-accordion-text img {
  max-width: 100% !important;
  height: auto !important;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* line 2915, ../sass/styles.scss */
.field-name-field-description figcaption, .field-name-field-accordion-text figcaption {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 75%;
}
/* line 2919, ../sass/styles.scss */
.field-name-field-description .player.ytube, .field-name-field-accordion-text .player.ytube {
  position: relative;
  display: block;
}
/* line 2923, ../sass/styles.scss */
.field-name-field-description .player.pointer.ytube:after, .field-name-field-accordion-text .player.pointer.ytube:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url("../images/yplay.png") no-repeat center center;
  top: 0;
}

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

/* line 2939, ../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 2948, ../sass/styles.scss */
ul.alpha {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  margin-left: 0px;
  margin-bottom: 0px;
}

/* line 2957, ../sass/styles.scss */
ul.country {
  list-style: none;
  margin-left: 0px !important;
}
/* line 2960, ../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 2975, ../sass/styles.scss */
ul.year, ul.alpha {
  list-style: none;
}
/* line 2977, ../sass/styles.scss */
ul.year li, ul.alpha li {
  display: inline-block;
  list-style: none;
}
/* line 2981, ../sass/styles.scss */
ul.year a:link, ul.year a:visited, ul.alpha a:link, ul.alpha a:visited {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  color: #bcbfc2;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid #FFFFFF;
  display: inline-block;
  margin: 0px 15px;
}
/* line 2990, ../sass/styles.scss */
ul.year a:hover, ul.year a.active, ul.alpha a:hover, ul.alpha a.active {
  color: #000000;
  border-bottom: 2px solid #e31837;
}

/* line 2997, ../sass/styles.scss */
ul.alpha a:link, ul.alpha a:visited {
  margin: 0px 5px;
}
/* line 3000, ../sass/styles.scss */
ul.alpha a:hover, ul.alpha a.active {
  color: #000000;
  border-bottom: 2px solid #FFFFFF;
}

/* line 3008, ../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 3013, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .views-row-last {
  padding-bottom: 0;
  border-bottom: none;
}
/* line 3017, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .photo {
  padding-right: 30px;
}
/* line 3019, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .photo img {
  width: 100%;
}
/* line 3023, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .text {
  margin-top: -9px;
}
/* line 3026, ../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: 'AvenirLTStd-Book', sans-serif;
  font-size: 90%;
  color: #000000;
}
/* line 3031, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive .text p {
  margin-bottom: 10px;
}
/* line 3034, ../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 3037, ../sass/styles.scss */
.view-display-id-press_release_and_statement_archive h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 3044, ../sass/styles.scss */
#searchbox > form:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-top: 7px;
  right: 12px;
  position: absolute;
  color: #CF233A;
}
/* line 3055, ../sass/styles.scss */
#searchbox .form-type-textfield input {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-family: inherit;
  border: none;
}
/* line 3060, ../sass/styles.scss */
#searchbox .form-type-textfield input::placeholder {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  color: #D8D8D8;
  border: none !important;
  font-size: inherit;
  outline: none;
}

/* line 3069, ../sass/styles.scss */
#searchbox {
  margin: 0px auto;
  margin-top: 300px;
}
/* line 3072, ../sass/styles.scss */
#searchbox form .form-type-textfield input {
  border: none;
}
/* line 3075, ../sass/styles.scss */
#searchbox .form-actions {
  display: none;
}
/* line 3078, ../sass/styles.scss */
#searchbox .form-type-textfield input, #searchbox .form-type-textfield input:hover, #searchbox .form-type-textfield input:focus {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  text-align: left;
  display: block;
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #CF233A !important;
  font-size: 160% !important;
  padding-bottom: 5px !important;
  padding-left: 25px !important;
  background: none !important;
  outline: none;
}

/* line 3093, ../sass/styles.scss */
#searchresults {
  width: 100%;
}
/* line 3095, ../sass/styles.scss */
#searchresults .gsc-url-bottom, #searchresults .gs-per-result-labels {
  display: none;
}
/* line 3100, ../sass/styles.scss */
#searchresults .gsc-control-cse .gsc-table-result {
  font-family: inherit;
  margin: 0;
}
/* line 3104, ../sass/styles.scss */
#searchresults .gsc-control-cse, #searchresults .gs-spelling {
  font-family: 'AvenirLTStd-Book', sans-serif;
  border-color: transparent;
  background-color: transparent;
  padding: 0px;
  border: none;
  margin-top: 10px;
}
/* line 3112, ../sass/styles.scss */
#searchresults .gs-webResult .gs-snippet, #searchresults .gs-imageResult .gs-snippet, #searchresults .gs-fileFormatType {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 110%;
  color: #000000;
  margin-top: 10px;
}
/* line 3118, ../sass/styles.scss */
#searchresults .gsc-above-wrapper-area, #searchresults .gsc-refinementsArea, #searchresults .gsc-resultsbox-visible div {
  border: none;
  height: auto;
  text-decoration: none;
  text-align: left;
}
/* line 3124, ../sass/styles.scss */
#searchresults .gsc-refinementhActive > span {
  padding-bottom: 7px;
}
/* line 3127, ../sass/styles.scss */
#searchresults .gsc-refinementHeader {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  font-size: 90%;
  color: #969696;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 3134, ../sass/styles.scss */
#searchresults .gsc-refinementHeader.gsc-refinementhInactive > span:hover {
  text-decoration: none !important;
}
/* line 3137, ../sass/styles.scss */
#searchresults .gsc-refinementHeader.gsc-refinementhActive, #searchresults .gsc-refinementHeader.gsc-refinementhInactive > span:hover {
  color: #e31837;
}
/* line 3140, ../sass/styles.scss */
#searchresults .gsc-refinementsArea > div > div:first-child {
  padding-left: 0px;
}
/* line 3143, ../sass/styles.scss */
#searchresults .gs-web-image-box img.gs-image {
  max-width: 260px;
  max-height: 160px;
}
/* line 3147, ../sass/styles.scss */
#searchresults .gs-web-image-box, #searchresults .gs-promotion-image-box {
  width: 270px;
}
/* line 3150, ../sass/styles.scss */
#searchresults .gsc-control-cse .gs-spelling, #searchresults .gsc-control-cse .gs-result .gs-title, #searchresults .gsc-control-cse .gs-result .gs-title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 130%;
  text-transform: uppercase;
}
/* line 3155, ../sass/styles.scss */
#searchresults .gs-title * {
  font-size: inherit;
}
/* line 3158, ../sass/styles.scss */
#searchresults .gsc-webResult.gsc-result {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-left: 0px;
}
/* line 3164, ../sass/styles.scss */
#searchresults .gsc-table-cell-thumbnail, #searchresults .gs-promotion-image-cell {
  padding: 0px;
}
/* line 3167, ../sass/styles.scss */
#searchresults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-family: 'AvenirLTStd-Black', sans-serif;
  color: #bcbaba;
  border: 1px solid #bcbaba;
  padding: 5px 10px;
  font-weight: bold;
}
/* line 3174, ../sass/styles.scss */
#searchresults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, #searchresults .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #000000;
}
/* line 3178, ../sass/styles.scss */
#searchresults .gsc-orderby {
  text-align: right;
}

/* line 3183, ../sass/styles.scss */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  background-color: transparent !important;
  text-shadow: none !important;
}

/* line 3189, ../sass/styles.scss */
.gssb_e, .gsc-completion-container {
  box-shadow: 0 0 0 0 #FFFFFF !important;
  -moz-box-shadow: 0 0 0 0 #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 0 #FFFFFF !important;
  box-shadow: 0 0 0 0 #FFFFFF !important;
  width: 80% !important;
  background: none !important;
  position: static;
  border: none !important;
  margin: 0px auto !important;
}

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

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

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

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

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

/* line 3221, ../sass/styles.scss */
.not-front #header-sticky-wrapper {
  position: relative;
}

/* line 3224, ../sass/styles.scss */
#header, #header-sticky-wrapper {
  left: 50%;
  z-index: 210;
  background: transparent;
}
@media (min-width: 980px) {
  /* line 3224, ../sass/styles.scss */
  #header, #header-sticky-wrapper {
    width: 100vw;
    position: absolute;
    margin-left: -50vw;
  }
}
@media (max-width: 980px) {
  /* line 3224, ../sass/styles.scss */
  #header, #header-sticky-wrapper {
    height: auto !important;
  }
}

/* line 3238, ../sass/styles.scss */
#header {
  -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;
  padding-bottom: 5px;
}
/* line 3241, ../sass/styles.scss */
#header > .inner, #header .top-mobile-menu {
  padding-top: 5px;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
/* line 3246, ../sass/styles.scss */
#header > .inner .inner, #header .top-mobile-menu .inner {
  /*            padding-top:    $marginA;
              margin-bottom:  $marginC;*/
}
/* line 3251, ../sass/styles.scss */
#header #main-menu {
  position: relative;
}
/* line 3254, ../sass/styles.scss */
#header #main-menu ul {
  margin-top: 12px;
  font-family: 'AvenirLTStd-Book', sans-serif;
}
/* line 3257, ../sass/styles.scss */
#header #main-menu ul li {
  margin-left: 0;
  font-size: 80%;
}
/* line 3261, ../sass/styles.scss */
#header #main-menu ul a:link, #header #main-menu ul a:visited {
  color: #FFFFFF;
  text-transform: none;
}
/* line 3265, ../sass/styles.scss */
#header #main-menu ul a:hover, #header #main-menu ul a.active {
  color: #e31837;
}
/* line 3269, ../sass/styles.scss */
#header #magic-line {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #e31837;
  display: none;
}
/* line 3270, ../sass/styles.scss */
#header #main-menu > ul {
  display: flex;
  justify-content: flex-end;
}
/* line 3273, ../sass/styles.scss */
#header #main-menu > ul > li {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  display: block;
  overflow: hidden;
  font-size: 90% !important;
  width: auto;
}
/* line 3279, ../sass/styles.scss */
#header #main-menu > ul > li > a:link, #header #main-menu > ul > li > a:visited {
  color: #FFFFFF;
  text-transform: uppercase;
}
/* line 3283, ../sass/styles.scss */
#header #main-menu > ul > li > a:hover > a.active {
  color: #FFFFFF;
}
/* line 3286, ../sass/styles.scss */
#header #main-menu > ul > li a.menu-item-active {
  color: #e31837 !important;
}
/* line 3289, ../sass/styles.scss */
#header #main-menu > ul > li > ul {
  display: block;
  overflow: hidden;
  max-width: 100%;
}
/* line 3295, ../sass/styles.scss */
#header #main-menu > ul > li > ul > li {
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 90%;
}
/* line 3297, ../sass/styles.scss */
#header #main-menu > ul > li > ul > li a:hover, #header #main-menu > ul > li > ul > li a.active, #header #main-menu > ul > li > ul > li a:visited, #header #main-menu > ul > li > ul > li a {
  color: #D8D8D8 !important;
}
/* line 3304, ../sass/styles.scss */
#header #main-menu > ul > li > ul.ul-active > li a:link, #header #main-menu > ul > li > ul.ul-active > li a:visited {
  color: #000000 !important;
}
/* line 3307, ../sass/styles.scss */
#header #main-menu > ul > li > ul.ul-active > li a:hover, #header #main-menu > ul > li > ul.ul-active > li a.active {
  color: #e31837 !important;
}
/* line 3313, ../sass/styles.scss */
#header #search-button {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  line-height: 14px;
}
/* line 3315, ../sass/styles.scss */
#header #search-button li {
  display: inline-block;
  margin-left: 40px;
}
/* line 3318, ../sass/styles.scss */
#header #search-button li a:link, #header #search-button li a:visited {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 63%;
  color: #FFFFFF;
  text-transform: uppercase;
}
/* line 3324, ../sass/styles.scss */
#header #search-button li a:hover, #header #search-button li a.active {
  color: #e31837;
}
/* line 3330, ../sass/styles.scss */
#header ul.language-switcher-locale-url {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  text-align: right;
  display: block;
}
/* line 3335, ../sass/styles.scss */
#header ul.language-switcher-locale-url li {
  display: inline-block;
  margin-left: 10px;
}
/* line 3338, ../sass/styles.scss */
#header ul.language-switcher-locale-url li a:link, #header ul.language-switcher-locale-url li a:visited {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 65%;
  color: #FFFFFF;
  text-transform: uppercase;
}
/* line 3344, ../sass/styles.scss */
#header ul.language-switcher-locale-url li a:hover, #header ul.language-switcher-locale-url li a.active {
  color: #e31837;
}
/* line 3349, ../sass/styles.scss */
#header .bottom {
  display: none;
}
/* line 3352, ../sass/styles.scss */
#header .right {
  text-align: right;
}
/* line 3354, ../sass/styles.scss */
#header .right > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  text-align: right;
}
/* line 3359, ../sass/styles.scss */
#header #main-menu > ul.menu > li > ul {
  display: none;
}
/* line 3362, ../sass/styles.scss */
#header #search-button li:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 5px;
  color: #FFFFFF;
  font-size: 63%;
}

/* line 3374, ../sass/styles.scss */
#header {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.35) 1%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.35) 1%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 1%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

/* line 3377, ../sass/styles.scss */
.not-front #header,
.is-sticky #header,
#header.is-shown {
  background: #FFFFFF;
}
/* line 3382, ../sass/styles.scss */
.not-front #header * a:link, .not-front #header * a:visited,
.is-sticky #header * a:link,
.is-sticky #header * a:visited,
#header.is-shown * a:link,
#header.is-shown * a:visited {
  color: #000000 !important;
}
/* line 3385, ../sass/styles.scss */
.not-front #header * a:hover, .not-front #header * a.active,
.is-sticky #header * a:hover,
.is-sticky #header * a.active,
#header.is-shown * a:hover,
#header.is-shown * a.active {
  color: #e31837 !important;
}
/* line 3389, ../sass/styles.scss */
.not-front #header #main-menu > ul > li > a:hover, .not-front #header #main-menu > ul > li > a.active,
.is-sticky #header #main-menu > ul > li > a:hover,
.is-sticky #header #main-menu > ul > li > a.active,
#header.is-shown #main-menu > ul > li > a:hover,
#header.is-shown #main-menu > ul > li > a.active {
  color: #000000 !important;
}
/* line 3393, ../sass/styles.scss */
.not-front #header #main-menu > ul > li > a.menu-item-active:hover, .not-front #header #main-menu > ul > li > a.active,
.is-sticky #header #main-menu > ul > li > a.menu-item-active:hover,
.is-sticky #header #main-menu > ul > li > a.active,
#header.is-shown #main-menu > ul > li > a.menu-item-active:hover,
#header.is-shown #main-menu > ul > li > a.active {
  color: #e31837 !important;
}
/* line 3399, ../sass/styles.scss */
.not-front #header #search-button li:before,
.is-sticky #header #search-button li:before,
#header.is-shown #search-button li:before {
  color: #000000;
}
/* line 3402, ../sass/styles.scss */
.not-front #header #logo a, .not-front #header .logo a,
.is-sticky #header #logo a,
.is-sticky #header .logo a,
#header.is-shown #logo a,
#header.is-shown .logo a {
  background-position: center bottom;
}
/* line 3407, ../sass/styles.scss */
.not-front #header #main-menu > ul > li > ul.ul-active > li a:link, .not-front #header #main-menu > ul > li > ul.ul-active > li a:visited,
.is-sticky #header #main-menu > ul > li > ul.ul-active > li a:link,
.is-sticky #header #main-menu > ul > li > ul.ul-active > li a:visited,
#header.is-shown #main-menu > ul > li > ul.ul-active > li a:link,
#header.is-shown #main-menu > ul > li > ul.ul-active > li a:visited {
  color: #000000 !important;
}
/* line 3410, ../sass/styles.scss */
.not-front #header #main-menu > ul > li > ul.ul-active > li a:hover, .not-front #header #main-menu > ul > li > ul.ul-active > li a.active,
.is-sticky #header #main-menu > ul > li > ul.ul-active > li a:hover,
.is-sticky #header #main-menu > ul > li > ul.ul-active > li a.active,
#header.is-shown #main-menu > ul > li > ul.ul-active > li a:hover,
#header.is-shown #main-menu > ul > li > ul.ul-active > li a.active {
  color: #e31837 !important;
}

/* line 3416, ../sass/styles.scss */
.is-sticky #header, .node-carousel.display-fullscreen.attached .viewport {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

@media (max-width: 1024px) {
  /* line 3421, ../sass/styles.scss */
  #page #header {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    position: relative !important;
    margin-left: 0;
    left: 0;
    background: #FFFFFF;
  }
  /* line 3429, ../sass/styles.scss */
  #page #header .row-wr {
    box-sizing: border-box;
    padding: 0 30px;
  }
  /* line 3433, ../sass/styles.scss */
  #page #header > .inner {
    padding-top: 0;
  }
  /* line 3436, ../sass/styles.scss */
  #page #header #logo,
  #page #header .logo {
    margin-top: 15px;
  }
  /* line 3439, ../sass/styles.scss */
  #page #header #logo a,
  #page #header .logo a {
    background-position: center bottom;
    width: 120px;
    height: 25px;
    background-size: 100% auto;
  }
  /* line 3448, ../sass/styles.scss */
  #page #header * a:link, #page #header * a:visited {
    color: #000000 !important;
  }
  /* line 3451, ../sass/styles.scss */
  #page #header * a:hover, #page #header * a.active, #page #header #main-menu > ul > li.last a {
    color: #e31837 !important;
  }
  /* line 3454, ../sass/styles.scss */
  #page #header #search-button {
    border-right: 1px solid #000000;
  }
  /* line 3457, ../sass/styles.scss */
  #page #header #search-button li:before {
    color: #000000;
  }
  /* line 3463, ../sass/styles.scss */
  #page #header #main-menu > ul > li > ul.ul-active > li a:link, #page #header #main-menu > ul > li > ul.ul-active > li a:visited {
    color: #000000 !important;
  }
  /* line 3466, ../sass/styles.scss */
  #page #header #main-menu > ul > li > ul.ul-active > li a:hover, #page #header #main-menu > ul > li > ul.ul-active > li a.active {
    color: #e31837 !important;
  }
}
/* line 3475, ../sass/styles.scss */
#header #closure, #footer #closure, .field-name-field-special-component #closure {
  font-size: 70%;
}
/* line 3481, ../sass/styles.scss */
#header ul.social, #header ul.links, #header ul.social li, #header ul.links li, #header ul.bottom-menu, #header ul.bottom-menu li, #header ul.closure-menu, #header ul.closure-menu li, #footer ul.social, #footer ul.links, #footer ul.social li, #footer ul.links li, #footer ul.bottom-menu, #footer ul.bottom-menu li, #footer ul.closure-menu, #footer ul.closure-menu li, .field-name-field-special-component ul.social, .field-name-field-special-component ul.links, .field-name-field-special-component ul.social li, .field-name-field-special-component ul.links li, .field-name-field-special-component ul.bottom-menu, .field-name-field-special-component ul.bottom-menu li, .field-name-field-special-component ul.closure-menu, .field-name-field-special-component ul.closure-menu li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  text-align: right;
}
/* line 3485, ../sass/styles.scss */
#header ul.menu, #header ul.menu li, #footer ul.menu, #footer ul.menu li, .field-name-field-special-component ul.menu, .field-name-field-special-component ul.menu li {
  text-align: left;
}
/* line 3488, ../sass/styles.scss */
#header ul.social, #header ul.links, #footer ul.social, #footer ul.links, .field-name-field-special-component ul.social, .field-name-field-special-component ul.links {
  display: block;
  width: 100%;
}
/* line 3493, ../sass/styles.scss */
#header ul.social li, #header ul.bottom-menu li, #footer ul.social li, #footer ul.bottom-menu li, .field-name-field-special-component ul.social li, .field-name-field-special-component ul.bottom-menu li {
  line-height: 35px;
}
/* line 3496, ../sass/styles.scss */
#header ul.social a, #header ul.bottom-menu a, #footer ul.social a, #footer ul.bottom-menu a, .field-name-field-special-component ul.social a, .field-name-field-special-component ul.bottom-menu a {
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  margin-left: 25px;
  text-transform: uppercase;
}
/* line 3503, ../sass/styles.scss */
#header ul.social a:hover, #header ul.bottom-menu a:hover, #footer ul.social a:hover, #footer ul.bottom-menu a:hover, .field-name-field-special-component ul.social a:hover, .field-name-field-special-component ul.bottom-menu a:hover {
  color: #e31837;
}
/* line 3508, ../sass/styles.scss */
#header ul.bottom-menu li, #footer ul.bottom-menu li, .field-name-field-special-component ul.bottom-menu li {
  line-height: 24px;
}
/* line 3511, ../sass/styles.scss */
#header ul.bottom-menu a, #footer ul.bottom-menu a, .field-name-field-special-component ul.bottom-menu a {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 80%;
}
/* line 3516, ../sass/styles.scss */
#header ul.closure-menu, #footer ul.closure-menu, .field-name-field-special-component ul.closure-menu {
  float: right;
}
/* line 3518, ../sass/styles.scss */
#header ul.closure-menu li, #footer ul.closure-menu li, .field-name-field-special-component ul.closure-menu li {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 3522, ../sass/styles.scss */
#header ul.closure-menu a, #footer ul.closure-menu a, .field-name-field-special-component ul.closure-menu a {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 70%;
}
/* line 3526, ../sass/styles.scss */
#header ul.closure-menu a:link, #header ul.closure-menu a:visited, #footer ul.closure-menu a:link, #footer ul.closure-menu a:visited, .field-name-field-special-component ul.closure-menu a:link, .field-name-field-special-component ul.closure-menu a:visited {
  color: #000000;
}
/* line 3529, ../sass/styles.scss */
#header ul.closure-menu a:hover, #footer ul.closure-menu a:hover, .field-name-field-special-component ul.closure-menu a:hover {
  color: #e31837;
}

/* line 3536, ../sass/styles.scss */
.field-name-field-special-component .social .fa {
  font-size: 30px;
}
@media (min-width: 880px) {
  /* line 3540, ../sass/styles.scss */
  .field-name-field-special-component .social {
    text-align: center;
  }
}

/* line 3547, ../sass/styles.scss */
#footer #closure {
  background: #F0F0F0;
  top: 50px;
}
@media (min-width: 768px) {
  /* line 3547, ../sass/styles.scss */
  #footer #closure {
    width: 100vw;
    height: 50px;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}

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

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

/* line 3570, ../sass/styles.scss */
#logo, .logo {
  margin-top: 20px;
  display: inline-block;
}
/* line 3573, ../sass/styles.scss */
#logo a, .logo a {
  -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;
  display: inline-block;
  width: 145px;
  height: 26px;
  background: transparent url("../images/logo-unaids.png") no-repeat center top;
  text-indent: -9999px;
  background-size: cover;
  vertical-align: top;
  margin-top: 3px;
}

/* line 3585, ../sass/styles.scss */
.logo-motto {
  -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;
  color: #FFFFFF;
  display: inline-block;
  margin-left: 15px;
  margin-top: 1px;
  position: relative;
}
/* line 3592, ../sass/styles.scss */
.logo-motto :before {
  -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;
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  left: -9px;
  background: #FFFFFF;
  position: absolute;
}
/* line 3602, ../sass/styles.scss */
.logo-motto p {
  font-family: 'AvenirLTStd-Light', sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left !important;
}
/* line 3611, ../sass/styles.scss */
.logo-motto strong {
  font-family: 'AvenirLTStd-Black', sans-serif;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 3617, ../sass/styles.scss */
.logo-motto .selectionShareable {
  padding: 0px !important;
}

/* line 3622, ../sass/styles.scss */
.is-sticky .logo-motto, body.not-front .logo-motto {
  color: #000000;
}
/* line 3624, ../sass/styles.scss */
.is-sticky .logo-motto :before, body.not-front .logo-motto :before {
  background: #000000;
}

@media (max-width: 1024px) {
  /* line 3629, ../sass/styles.scss */
  .logo-motto {
    color: #000000;
  }
  /* line 3631, ../sass/styles.scss */
  .logo-motto :before {
    background: #000000;
  }
}
/* line 3636, ../sass/styles.scss */
#footer .logo {
  margin-top: 0;
}
/* line 3638, ../sass/styles.scss */
#footer .logo a {
  display: block;
  width: 72px;
  height: 14px;
  background: transparent url(/sites/all/themes/unaidsV2/images/logo-unaids2.png) no-repeat center bottom;
  text-indent: -9999px;
  background-size: cover !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 3653, ../sass/styles.scss */
body.i18n-es #logo a, body.i18n-es .logo a {
  background: transparent url("../images/logo-unaids_es.png") no-repeat center top;
}
/* line 3658, ../sass/styles.scss */
body.i18n-es #footer .logo a {
  background: transparent url("../images/logo-unaids_es.png") no-repeat center bottom;
}

/* line 3666, ../sass/styles.scss */
body.i18n-fr #logo a, body.i18n-fr .logo a {
  background: transparent url("../images/logo-unaids_fr.png") no-repeat center top;
}
/* line 3671, ../sass/styles.scss */
body.i18n-fr #footer .logo a {
  background: transparent url("../images/logo-unaids_fr.png") no-repeat center bottom;
}

/* line 3679, ../sass/styles.scss */
body.i18n-ru #logo a, body.i18n-ru .logo a {
  background: transparent url("../images/logo-unaids_ru.png") no-repeat center top;
}
/* line 3684, ../sass/styles.scss */
body.i18n-ru #footer .logo a {
  background: transparent url("../images/logo-unaids_ru.png") no-repeat center bottom;
}

/* line 3690, ../sass/styles.scss */
a.main-menu-toggle {
  display: inline-block;
  margin-top: 30px;
  color: #000000;
  font-size: 30px;
  line-height: 22px;
}
/* line 3691, ../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 3701, ../sass/styles.scss */
a.main-menu-toggle .fa-times, a.main-menu-toggle .fa-bars {
  position: absolute;
  color: #000000;
}

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

/* line 3716, ../sass/styles.scss */
span.menu {
  margin-left: 35px;
  font-size: 17px;
  position: relative;
  top: 2px;
  text-transform: uppercase;
  -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;
}

/* line 3726, ../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 3731, ../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 3735, ../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: #FFFFFF;
  background: #000000;
  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 3752, ../sass/styles.scss */
.iButton.contrast {
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
}

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

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

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

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

/* line 3777, ../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: #FFFFFF;
}

/* line 3782, ../sass/styles.scss */
.iButton.contrast:hover {
  color: #000000;
}

/* line 3786, ../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 3792, ../sass/styles.scss */
.caption > .inner {
  font-family: 'AvenirLTStd-Book', sans-serif;
  padding: 8px 16px;
  font-size: 70%;
  color: #FFFFFF;
}

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

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

/* line 3808, ../sass/styles.scss */
.node-v2-c-tabbed-content, .node-v2-c-columns, .node-meeting {
  margin-top: 80px;
  margin-bottom: 80px;
}
/* line 3812, ../sass/styles.scss */
.node-v2-c-tabbed-content h2.node-title, .node-v2-c-columns h2.node-title, .node-meeting h2.node-title {
  display: none;
}
/* line 3815, ../sass/styles.scss */
.node-v2-c-tabbed-content ul.tabs, .node-v2-c-tabbed-content li.tab, .node-v2-c-columns ul.tabs, .node-v2-c-columns li.tab, .node-meeting ul.tabs, .node-meeting li.tab {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}
/* line 3818, ../sass/styles.scss */
.node-v2-c-tabbed-content ul.tabs, .node-v2-c-columns ul.tabs, .node-meeting ul.tabs {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/* line 3823, ../sass/styles.scss */
.node-v2-c-tabbed-content ul.tabs li.tab, .node-v2-c-columns ul.tabs li.tab, .node-meeting ul.tabs li.tab {
  border-right: 1px solid #000000;
}
/* line 3825, ../sass/styles.scss */
.node-v2-c-tabbed-content ul.tabs li.tab span, .node-v2-c-columns ul.tabs li.tab span, .node-meeting ul.tabs li.tab span {
  display: inline-block;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin: 0px 30px;
  color: #000000;
  font-size: 115%;
  margin: 0 30px;
}
/* line 3835, ../sass/styles.scss */
.node-v2-c-tabbed-content ul.tabs li.tab:last-child, .node-v2-c-columns ul.tabs li.tab:last-child, .node-meeting ul.tabs li.tab:last-child {
  border-right: none;
}
/* line 3838, ../sass/styles.scss */
.node-v2-c-tabbed-content ul.tabs li.tab:after, .node-v2-c-columns ul.tabs li.tab:after, .node-meeting ul.tabs li.tab:after {
  -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;
  content: " ";
  display: block;
  border-bottom: 1px solid #FFFFFF;
  width: 0;
  padding-top: 0px;
  margin: 0px auto;
}
/* line 3847, ../sass/styles.scss */
.node-v2-c-tabbed-content ul.tabs li.tab:hover:after, .node-v2-c-tabbed-content ul.tabs li.tab.active:after, .node-v2-c-columns ul.tabs li.tab:hover:after, .node-v2-c-columns ul.tabs li.tab.active:after, .node-meeting ul.tabs li.tab:hover:after, .node-meeting ul.tabs li.tab.active:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #e31837;
  width: 50%;
  max-width: 120px;
  padding-top: 0px;
  margin: 0px auto;
}
/* line 3859, ../sass/styles.scss */
.node-v2-c-tabbed-content .field-name-field-tabbed-contents > .field-items > .field-item, .node-v2-c-columns .field-name-field-tabbed-contents > .field-items > .field-item, .node-meeting .field-name-field-tabbed-contents > .field-items > .field-item {
  display: none;
}
/* line 3862, ../sass/styles.scss */
.node-v2-c-tabbed-content .field-name-field-tabbed-contents > .field-items > .field-item:first-child, .node-v2-c-columns .field-name-field-tabbed-contents > .field-items > .field-item:first-child, .node-meeting .field-name-field-tabbed-contents > .field-items > .field-item:first-child {
  display: block;
}

/* line 3869, ../sass/styles.scss */
.node-carousel {
  width: 100vw;
  position: relative;
  margin-bottom: 32px;
  overflow: hidden;
}
@media (min-width: 980px) {
  /* line 3869, ../sass/styles.scss */
  .node-carousel {
    min-height: 435px;
    margin-left: -50vw;
    left: 50%;
  }
}
/* line 3881, ../sass/styles.scss */
.node-carousel iframe {
  max-width: 100%;
}
/* line 3884, ../sass/styles.scss */
.node-carousel .field-name-field-intro {
  max-width: 100% !important;
  padding: 0 87px 50px;
  box-sizing: border-box;
}

/* line 3890, ../sass/styles.scss */
.node-carousel {
  margin-bottom: 32px;
  overflow: hidden;
}
@media (min-width: 980px) {
  /* line 3890, ../sass/styles.scss */
  .node-carousel {
    width: 100vw;
    min-height: 435px;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}

/* line 3901, ../sass/styles.scss */
.node-carousel.display-fullscreen {
  min-height: 0;
}

/* line 3905, ../sass/styles.scss */
.field-name-field-item {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
/* line 3909, ../sass/styles.scss */
.field-name-field-item .overview > .field-items {
  width: 10000px;
}
/* line 3912, ../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;
  background: #000;
  position: relative;
}
@media (min-width: 768px) {
  /* line 3912, ../sass/styles.scss */
  .field-name-field-item > .field-items > .field-item, .field-name-field-item > .viewport > .overview > .field-items > .field-item {
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  /* line 3912, ../sass/styles.scss */
  .field-name-field-item > .field-items > .field-item, .field-name-field-item > .viewport > .overview > .field-items > .field-item {
    width: 100vw;
    margin: 0px;
  }
}
/* line 3927, ../sass/styles.scss */
.field-name-field-item .first-set {
  height: 390px;
}
/* line 3930, ../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 3938, ../sass/styles.scss */
.field-name-field-item .second-set > .field {
  padding: 0px 16px;
}
/* line 3942, ../sass/styles.scss */
.field-name-field-item .field-name-field-brief {
  font-family: 'AvenirLTStd-Heavy', 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 3949, ../sass/styles.scss */
.field-name-field-item .field-name-field-c-title {
  font-size: 125%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 8px 0px;
  letter-spacing: 1.1px;
}
/* line 3956, ../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: 'AvenirLTStd-Book', sans-serif;
  font-size: 70%;
  color: #FFFFFF;
}
/* line 3961, ../sass/styles.scss */
.field-name-field-item .field-name-field-carousel-link a {
  font-size: 90%;
}
/* line 3964, ../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 3967, ../sass/styles.scss */
.field-name-field-item .field-name-field-carousel-link a:hover {
  color: #b4aea8;
}

/* line 3971, ../sass/styles.scss */
.node-carousel.display-fixedboxes, .node-carousel.display-stripe {
  margin-bottom: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  /* line 3971, ../sass/styles.scss */
  .node-carousel.display-fixedboxes, .node-carousel.display-stripe {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}
/* line 3981, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item, .node-carousel.display-stripe .field-name-field-item {
  width: 100%;
  height: auto;
  overflow: visible;
}

/* line 3988, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item > .field-items > .field-item, .node-carousel.display-fullscreen .field-name-field-item > .viewport > .overview > .field-items > .field-item {
  background: #808289;
}

/* line 3992, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item > .field-items > .field-item, .node-carousel.display-fullscreen .field-name-field-item > .viewport > .overview > .field-items > .field-item .first-set {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

@media (min-width: 1024px) {
  /* line 3997, ../sass/styles.scss */
  .not-front #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item {
    width: 25% !important;
    display: inline-block !important;
    float: none !important;
  }

  /* line 4002, ../sass/styles.scss */
  .not-front #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track {
    text-align: center;
  }

  /* line 4005, ../sass/styles.scss */
  .not-front #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item .second-set {
    text-align: left;
  }
}
/* line 4010, ../sass/styles.scss */
#page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item .node-horizontal-feed.three-with-images .field .views-row .title {
  height: 65px;
}

/* line 4014, ../sass/styles.scss */
#page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item .node-horizontal-feed.four-with-images .field .views-row .title {
  min-height: 60px;
}

/* line 4018, ../sass/styles.scss */
#page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item .node-horizontal-feed.four-with-images .field .views-row span.img,
.view-publication-archive .views-field-field-asset-thumbnail .field-content {
  height: 290px !important;
}
@media (max-width: 980px) {
  /* line 4018, ../sass/styles.scss */
  #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item .node-horizontal-feed.four-with-images .field .views-row span.img,
  .view-publication-archive .views-field-field-asset-thumbnail .field-content {
    height: 345px !important;
  }
}
@media (max-width: 768px) {
  /* line 4018, ../sass/styles.scss */
  #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item .node-horizontal-feed.four-with-images .field .views-row span.img,
  .view-publication-archive .views-field-field-asset-thumbnail .field-content {
    height: 460px !important;
  }
}

@media (min-width: 1160px) {
  /* line 4029, ../sass/styles.scss */
  .view-publication-archive .views-field-field-asset-thumbnail .field-content {
    height: 300px !important;
  }
}
@media (min-width: 1200px) {
  /* line 4029, ../sass/styles.scss */
  .view-publication-archive .views-field-field-asset-thumbnail .field-content {
    height: 220px !important;
  }
}
@media (min-width: 1300px) {
  /* line 4029, ../sass/styles.scss */
  .view-publication-archive .views-field-field-asset-thumbnail .field-content {
    height: 270px !important;
  }
}
@media (min-width: 1400px) {
  /* line 4029, ../sass/styles.scss */
  .view-publication-archive .views-field-field-asset-thumbnail .field-content {
    height: 314px !important;
  }
}
@media (min-width: 1550px) {
  /* line 4029, ../sass/styles.scss */
  .view-publication-archive .views-field-field-asset-thumbnail .field-content {
    height: 354px !important;
  }
}
@media (min-width: 1650px) {
  /* line 4029, ../sass/styles.scss */
  .view-publication-archive .views-field-field-asset-thumbnail .field-content {
    height: 414px !important;
  }
}

/* line 4050, ../sass/styles.scss */
.view-publication-archive .views-field-field-asset-thumbnail .field-content {
  margin-bottom: 25px;
}

/* line 4054, ../sass/styles.scss */
.view-publication-archive .views-field-field-asset-thumbnail .field-content a {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

/* line 4060, ../sass/styles.scss */
.view-publication-archive .views-field-field-asset-thumbnail .field-content a img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0px auto;
  border: 1px solid #bcbfc2;
}

/* line 4068, ../sass/styles.scss */
.node-carousel.display-fixedboxes .second-set .field-name-field-c-title {
  font-size: 140%;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  /* line 4068, ../sass/styles.scss */
  .node-carousel.display-fixedboxes .second-set .field-name-field-c-title {
    font-size: 110%;
  }
}

@media (min-width: 768px) {
  /* line 4076, ../sass/styles.scss */
  .not-front #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-horizontal-feed.three-with-images .field-name-field-view-all-link {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) {
  /* line 4076, ../sass/styles.scss */
  .not-front #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-horizontal-feed.three-with-images .field-name-field-view-all-link {
    margin-top: -120px;
  }
}

@media (min-width: 768px) {
  /* line 4086, ../sass/styles.scss */
  .not-front #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-horizontal-feed.four-with-images .field-name-field-view-all-link {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) {
  /* line 4086, ../sass/styles.scss */
  .not-front #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-horizontal-feed.four-with-images .field-name-field-view-all-link {
    margin-top: -50px;
  }
}

/* line 4095, ../sass/styles.scss */
.not-front #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-horizontal-feed.four-with-images .read-more {
  display: none;
}

/* line 4099, ../sass/styles.scss */
.node-carousel.display-fixedboxes {
  height: auto !important;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 4103, ../sass/styles.scss */
.node-carousel.display-fixedboxes .first-set {
  height: 100%;
}
/* line 4106, ../sass/styles.scss */
.node-carousel.display-fixedboxes .second-set {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
  /* IE6-9 */
  bottom: 0;
  transition: none;
}
/* line 4111, ../sass/styles.scss */
.node-carousel.display-fixedboxes .second-set > .inner {
  padding: 0px 25px;
}
/* line 4114, ../sass/styles.scss */
.node-carousel.display-fixedboxes .second-set .field-name-field-c-title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
/* line 4117, ../sass/styles.scss */
.node-carousel.display-fixedboxes .second-set .field-name-field-extended, .node-carousel.display-fixedboxes .second-set .field-name-field-carousel-link {
  display: none;
}
/* line 4121, ../sass/styles.scss */
.node-carousel.display-fixedboxes .first-set img {
  display: none;
}
/* line 4125, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items {
  overflow: hidden;
}
/* line 4127, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item {
  overflow: hidden;
}
/* line 4130, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:first-of-type {
  border-bottom: 3px solid #FFFFFF;
  border-right: 1px solid #FFF;
}
/* line 4134, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:nth-of-type(2) {
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
}
/* line 4139, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:nth-of-type(3) {
  border-bottom: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  position: relative;
  left: -2px;
}
/* line 4145, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:nth-of-type(4) {
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  border-top: 4px solid #FFFFFF;
  top: -3px;
  left: 1px;
}
/* line 4153, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:nth-of-type(5) {
  border-bottom: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  border-top: 4px solid #FFFFFF;
  position: relative;
  left: -1px;
  top: -3px;
}
/* line 4164, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:hover .second-set {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.6);
  -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;
}
/* line 4171, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:hover .second-set > .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 4176, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:hover .second-set > .inner > .field-name-field-c-title {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
  position: relative;
}
/* line 4181, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:hover .second-set > .inner > .field-name-field-c-title:after {
  content: " ";
  display: block;
  border-bottom: 2px solid #e31837;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 5px;
  margin: 15px auto;
}
/* line 4196, ../sass/styles.scss */
.node-carousel.display-fixedboxes .field-name-field-item > .field-items > .field-item:hover .second-set > .inner > .field-name-field-extended {
  display: block;
  font-size: 90%;
}

/* line 4207, ../sass/styles.scss */
.node-v2-c-link-tree {
  display: none;
}
/* line 4209, ../sass/styles.scss */
.node-v2-c-link-tree .field-name-field-links-links, .node-v2-c-link-tree .field-name-field-links-link {
  display: none;
}

/* line 4214, ../sass/styles.scss */
.links-collection-container .block {
  position: relative;
  border-bottom: 1px solid #FFFFFF;
}
/* line 4217, ../sass/styles.scss */
.links-collection-container .block img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 4223, ../sass/styles.scss */
.links-collection-container .block.block-active {
  border-bottom: 1px solid #e31837;
}
/* line 4226, ../sass/styles.scss */
.links-collection-container .desc {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
  /* IE6-9 */
  bottom: 0px;
  transition: none;
  position: absolute;
  width: 100%;
}
/* line 4233, ../sass/styles.scss */
.links-collection-container .desc > .inner {
  padding: 0px 25px;
}
@media (max-width: 768px) {
  /* line 4233, ../sass/styles.scss */
  .links-collection-container .desc > .inner {
    padding: 0px 5px;
  }
}
/* line 4239, ../sass/styles.scss */
.links-collection-container .desc .desc-title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 125%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 8px 0px;
  letter-spacing: 1.1px;
}
@media (max-width: 768px) {
  /* line 4239, ../sass/styles.scss */
  .links-collection-container .desc .desc-title {
    font-size: 82%;
  }
}

/* line 4253, ../sass/styles.scss */
.node-carousel.display-stripe {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  height: auto !important;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 4260, ../sass/styles.scss */
.node-carousel.display-stripe .first-set {
  height: 100%;
}
/* line 4262, ../sass/styles.scss */
.node-carousel.display-stripe .first-set .field-name-field-media {
  display: none;
}
/* line 4266, ../sass/styles.scss */
.node-carousel.display-stripe .second-set {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
  /* IE6-9 */
  bottom: 0;
  transition: none;
}
/* line 4271, ../sass/styles.scss */
.node-carousel.display-stripe .second-set > .inner {
  padding: 0px 25px;
}
/* line 4274, ../sass/styles.scss */
.node-carousel.display-stripe .second-set .field-name-field-c-title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
/* line 4277, ../sass/styles.scss */
.node-carousel.display-stripe .second-set .field-name-field-extended, .node-carousel.display-stripe .second-set .field-name-field-carousel-link, .node-carousel.display-stripe .second-set .field-name-field-media {
  display: none;
}
@media (max-width: 768px) {
  /* line 4282, ../sass/styles.scss */
  .node-carousel.display-stripe .field-name-field-item > .field-items > .field-item {
    width: 100% !important;
    margin-bottom: 2px;
  }
}

/* line 4290, ../sass/styles.scss */
.node-v2-c-tabbed-content .node-v2-standard-lists .post .inner p, .node-v2-c-tabbed-content .node-v2-standard-lists .post .inner div:not(.views-field):not(.field-content):not(.field-body) {
  display: none;
}
/* line 4293, ../sass/styles.scss */
.node-v2-c-tabbed-content .node-v2-standard-lists .four-column .post span.img span.cell img {
  width: 90% !important;
  height: auto !important;
}
/* line 4297, ../sass/styles.scss */
.node-v2-c-tabbed-content .node-v2-standard-lists .four-column .post {
  height: auto !important;
}

/* line 4302, ../sass/styles.scss */
.field-name-field-item .field-name-field-c-title {
  line-height: none;
  text-transform: none;
}

/* line 4308, ../sass/styles.scss */
.node-v2-standard-lists a.read-more {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 70%;
  clear: both;
  padding-bottom: 2px;
  color: #CF233A !important;
  -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;
}
/* line 91, ../sass/styles.scss */
.node-v2-standard-lists a.read-more:after {
  content: "";
  width: 85%;
  height: 1px;
  background: #e31837;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -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;
}
/* line 104, ../sass/styles.scss */
.node-v2-standard-lists a.read-more:hover:after {
  width: 100% !important;
}

/* line 4314, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item {
  width: 100%;
  height: 400px;
  overflow: visible;
}
/* line 4318, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .overview > .field-items {
  width: 10000px;
}
/* line 4321, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .first-set {
  height: 390px;
}
/* line 4324, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .second-set {
  position: absolute;
  background: transparent;
  bottom: 4px;
  padding: 8px 0px;
  top: 15vh !important;
  -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%;
}
@media (max-width: 768px) {
  /* line 4324, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .second-set {
    max-width: 45vw;
  }
}
/* line 4336, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-brief {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 4343, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-brief:after {
  content: " ";
  display: block;
  border-bottom: 2px solid #e31837;
  width: 50px;
  padding-top: 5px;
}
/* line 4350, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title {
  font-family: 'Volkhov', serif;
  font-size: 200%;
  color: #FFFFFF;
  text-transform: none;
  margin: 8px 0px;
  letter-spacing: 1.1px;
}
@media (min-width: 460px) {
  /* line 4350, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title {
    font-size: 160%;
  }
}
@media (min-width: 645px) {
  /* line 4350, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title {
    font-size: 200%;
  }
}
@media (min-width: 768px) {
  /* line 4350, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title {
    font-size: 300%;
  }
}
@media (min-width: 1024px) {
  /* line 4350, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title {
    max-width: 80%;
  }
}
/* line 4372, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-carousel-link, .node-carousel.display-fullscreen .field-name-field-item .field-name-field-carousel-link a {
  display: none;
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 70%;
  color: #FFFFFF;
}
/* line 4378, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-extended {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 100%;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  /* line 4378, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-extended {
    max-width: 50%;
  }
}
/* line 4385, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-extended p, .node-carousel.display-fullscreen .field-name-field-item .field-name-field-extended span {
  color: #FFFFFF !important;
}
/* line 4388, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-extended a:link, .node-carousel.display-fullscreen .field-name-field-item .field-name-field-extended a:active, .node-carousel.display-fullscreen .field-name-field-item .field-name-field-extended a:visited {
  font-weight: bold;
  color: #FFF !important;
  letter-spacing: 1.1px;
}
/* line 4393, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-extended a:hover {
  font-weight: bold;
  color: #FFF !important;
  border-bottom: 1px solid #e31837;
}
/* line 4399, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-carousel-link a {
  font-size: 90%;
}
/* line 4402, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-carousel-link a:link, .node-carousel.display-fullscreen .field-name-field-item .field-name-field-carousel-link a:visited {
  font-weight: bold;
}
/* line 4405, ../sass/styles.scss */
.node-carousel.display-fullscreen .field-name-field-item .field-name-field-carousel-link a:hover {
  color: #b4aea8;
}

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

/* line 4422, ../sass/styles.scss */
.fixed-three div.read-more {
  display: none;
}
/* line 4425, ../sass/styles.scss */
.fixed-three .views-field {
  font-size: 70%;
}

/* line 4430, ../sass/styles.scss */
.fixed-three-container {
  background: #F0F0F0;
}
@media (min-width: 768px) {
  /* line 4430, ../sass/styles.scss */
  .fixed-three-container {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}
/* line 4438, ../sass/styles.scss */
.fixed-three-container .view-categories-feed, .fixed-three-container .view-thumbs, .fixed-three-container .views-row {
  height: auto !important;
}
/* line 4442, ../sass/styles.scss */
.fixed-three-container .views-row > .views-field {
  padding: 25px;
}
/* line 4446, ../sass/styles.scss */
.fixed-three-container .field-name-field-component-title, .fixed-three-container .field-name-field-component {
  height: 135px;
}
/* line 4449, ../sass/styles.scss */
.fixed-three-container .field-name-field-component-title {
  background: #CF233A;
}
/* line 4451, ../sass/styles.scss */
.fixed-three-container .field-name-field-component-title .field-item {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  color: #FFFFFF;
  border: none;
  font-size: 80%;
  text-align: center;
  line-height: 135px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/* line 4464, ../sass/styles.scss */
.fixed-three-container .field-name-field-component .news-date {
  font-family: 'AvenirLTStd-Book', sans-serif;
  color: #000000;
  font-size: 70%;
  text-transform: uppercase;
}
/* line 4470, ../sass/styles.scss */
.fixed-three-container .field-name-field-component .title-text {
  height: 35px;
  overflow: hidden;
  display: block;
}
/* line 4475, ../sass/styles.scss */
.fixed-three-container .field-name-field-component h2.title {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  font-size: 115%;
  text-transform: none;
}
/* line 4480, ../sass/styles.scss */
.fixed-three-container .field-name-field-component h2.title a .read-more {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  display: block;
  font-size: 90%;
  color: #e31837;
  margin-top: 5px;
  text-transform: uppercase;
}
/* line 4488, ../sass/styles.scss */
.fixed-three-container .field-name-field-component h2.title a .read-more:after {
  -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;
  content: " ";
  display: block;
  border-bottom: 1px solid #FFFFFF;
  width: 0;
  height: 2px;
}
/* line 4496, ../sass/styles.scss */
.fixed-three-container .field-name-field-component h2.title a .read-more:hover:after {
  content: " ";
  width: 60px !important;
  border-bottom: 1px solid #e31837;
  height: 2px;
  background: aliceblue;
  display: block;
}
/* line 4505, ../sass/styles.scss */
.fixed-three-container .field-name-field-component h2.title a:hover {
  color: #e31837;
}

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

/* line 4527, ../sass/styles.scss */
h2.title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 110%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 4534, ../sass/styles.scss */
h2.title a:link, h2.title a:visited {
  color: #000000;
}
/* line 4537, ../sass/styles.scss */
h2.title a:hover {
  color: #b4aea8;
}

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

/* line 4547, ../sass/styles.scss */
.post .field-body {
  margin-top: 10px;
}

/* line 4551, ../sass/styles.scss */
.view-categories-feed,
.view-thumbs {
  width: 100%;
  overflow: hidden;
  height: 430px;
}
@media (max-width: 590px) {
  /* line 4551, ../sass/styles.scss */
  .view-categories-feed,
  .view-thumbs {
    overflow: visible;
    height: auto;
  }
}
/* line 4560, ../sass/styles.scss */
.view-categories-feed .view-content,
.view-thumbs .view-content {
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 980px) {
  /* line 4564, ../sass/styles.scss */
  .view-categories-feed .view-content .slick-dots,
  .view-thumbs .view-content .slick-dots {
    bottom: 0 !important;
  }
}
/* line 4569, ../sass/styles.scss */
.view-categories-feed .views-row,
.view-thumbs .views-row {
  display: block;
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 980px) {
  /* line 4569, ../sass/styles.scss */
  .view-categories-feed .views-row,
  .view-thumbs .views-row {
    height: 430px;
    max-width: 321px;
    margin-left: 30px;
  }
}
@media (max-width: 980px) {
  /* line 4569, ../sass/styles.scss */
  .view-categories-feed .views-row,
  .view-thumbs .views-row {
    max-width: 31%;
    margin-left: 3.5%;
  }
  /* line 4583, ../sass/styles.scss */
  .view-categories-feed .views-row .views-field,
  .view-thumbs .views-row .views-field {
    box-sizing: border-box;
    padding: 15px;
  }
}
/* line 4589, ../sass/styles.scss */
.view-categories-feed .views-row img,
.view-thumbs .views-row img {
  width: 100%;
  height: auto;
}

/* line 4596, ../sass/styles.scss */
.view-v2-keywords-feed {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 470px;
  /*    .view-content {
          width: 10000px;
      }*/
}
@media (max-width: 1200px) {
  /* line 4596, ../sass/styles.scss */
  .view-v2-keywords-feed {
    padding: 0 15px;
    height: auto;
  }
}
/* line 4606, ../sass/styles.scss */
.view-v2-keywords-feed .fa-angle-left {
  left: -35px;
  top: 27%;
}
/* line 4610, ../sass/styles.scss */
.view-v2-keywords-feed .fa-angle-right {
  top: 27%;
  right: -35px;
}
/* line 4617, ../sass/styles.scss */
.view-v2-keywords-feed .views-row {
  display: block;
  float: left;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  /* line 4617, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row {
    max-width: 245px;
    height: 435px;
  }
  /* line 4621, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row .views-field {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  /* line 4627, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row .views-field {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  /* line 4632, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row .title {
    padding: 0;
  }
}
/* line 4644, ../sass/styles.scss */
.view-v2-keywords-feed .views-row span.img {
  display: table;
  width: 100%;
}
/* line 4647, ../sass/styles.scss */
.view-v2-keywords-feed .views-row span.img span.cell {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
/* line 4651, ../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 4661, ../sass/styles.scss */
.view-v2-keywords-feed .slick-dots {
  bottom: -5px;
  float: right;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
/* line 4669, ../sass/styles.scss */
.view-v2-keywords-feed .slick-dots li {
  display: inline-block;
}
/* line 4672, ../sass/styles.scss */
.view-v2-keywords-feed .slick-dots li button {
  padding: 0;
  float: left;
  width: 6px;
  margin: 0 2px;
  overflow: hidden;
  line-height: 100px;
  text-indent: 100px;
  display: inline-block;
  background: #e6e6e6;
  border: 1px solid #cccccc;
  height: 6px;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* line 4688, ../sass/styles.scss */
.view-v2-keywords-feed .slick-dots li.hover button, .view-v2-keywords-feed .slick-dots li.slick-active button {
  background: #7f7f7f;
  border: 1px solid #808289;
}

/* line 4699, ../sass/styles.scss */
.view-hand-picked.docs span.img {
  display: table;
  width: 100%;
}
/* line 4702, ../sass/styles.scss */
.view-hand-picked.docs span.img span.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 4706, ../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 4718, ../sass/styles.scss */
.views-field-field-web-story-thumbnail-image.docs .field-items {
  display: table;
  width: 100%;
}
/* line 4721, ../sass/styles.scss */
.views-field-field-web-story-thumbnail-image.docs .field-items .field-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 4725, ../sass/styles.scss */
.views-field-field-web-story-thumbnail-image.docs .field-items .field-item img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0px auto;
  border: 1px solid #bcbfc2;
  height: auto !important;
}

/* line 4740, ../sass/styles.scss */
.field-name-field-link-items a:link, .field-name-field-link-items a:visited {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: #000000;
  text-transform: uppercase;
  line-height: 32px;
  position: relative;
  top: -8px;
}
/* line 4749, ../sass/styles.scss */
.field-name-field-link-items a:hover {
  color: #b4aea8;
}
/* line 4752, ../sass/styles.scss */
.field-name-field-link-items > .field-items {
  text-align: center;
}
/* line 4754, ../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 4759, ../sass/styles.scss */
.field-name-field-link-items > .field-items > .field-item .field {
  display: inline-block;
  margin: 0px 10px;
}

/* line 4766, ../sass/styles.scss */
.node-v2-c-columns {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  color: #000000;
}
/* line 4770, ../sass/styles.scss */
.node-v2-c-columns .field-name-field-column-1 .field-item, .node-v2-c-columns .field-name-field-column-2 .field-item, .node-v2-c-columns .field-name-field-column-3 .field-item {
  padding: 0px 25px;
}
/* line 4774, ../sass/styles.scss */
.node-v2-c-columns .field-name-field-botton-links {
  padding: 25px;
  text-align: center;
  font-size: 150%;
}
/* line 4778, ../sass/styles.scss */
.node-v2-c-columns .field-name-field-botton-links a:link, .node-v2-c-columns .field-name-field-botton-links a:visited {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  font-size: 60%;
  display: inline-block;
  text-align: center;
}
/* line 4787, ../sass/styles.scss */
.node-v2-c-columns .field-name-field-botton-links a:hover {
  color: #000000;
}
/* line 4790, ../sass/styles.scss */
.node-v2-c-columns .field-name-field-botton-links a:after {
  -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;
  content: " ";
  display: block;
  border-bottom: 1px solid #FFFFFF;
  width: 0;
  height: 2px;
  position: absolute;
  margin-left: 50%;
  margin-right: 50%;
}
/* line 4802, ../sass/styles.scss */
.node-v2-c-columns .field-name-field-botton-links a:hover:after {
  content: " ";
  display: block;
  height: 2px;
  border-top: 1px solid #e31837;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

/* line 4816, ../sass/styles.scss */
.node-v2-editorial-box .field-name-body {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  color: #000000;
  padding-top: 5%;
}
@media (min-width: 1200px) {
  /* line 4816, ../sass/styles.scss */
  .node-v2-editorial-box .field-name-body {
    font-size: 150%;
  }
}
@media (max-width: 1200px) {
  /* line 4816, ../sass/styles.scss */
  .node-v2-editorial-box .field-name-body {
    font-size: 100%;
  }
}
@media (min-width: 768px) {
  /* line 4816, ../sass/styles.scss */
  .node-v2-editorial-box .field-name-body {
    padding-right: 20%;
  }
}
/* line 4829, ../sass/styles.scss */
.node-v2-editorial-box .field-name-body a:link, .node-v2-editorial-box .field-name-body a:visited {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  font-size: 60%;
  display: inline-block;
  text-align: center;
}
/* line 4838, ../sass/styles.scss */
.node-v2-editorial-box .field-name-body a:hover {
  color: #000000;
}
/* line 4841, ../sass/styles.scss */
.node-v2-editorial-box .field-name-body a:after {
  -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;
  content: " ";
  display: block;
  border-bottom: 1px solid #FFFFFF;
  width: 0;
  height: 2px;
  position: absolute;
  margin-left: 50%;
  margin-right: 50%;
}
/* line 4853, ../sass/styles.scss */
.node-v2-editorial-box .field-name-body a:hover:after {
  content: " ";
  display: block;
  height: 2px;
  border-top: 1px solid #e31837;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

/* line 4865, ../sass/styles.scss */
.field-name-field-editorial-link {
  display: none;
}

/* line 4873, ../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: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  margin-bottom: 5px;
}

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

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

/* line 4896, ../sass/styles.scss */
p.quote {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: #000000;
  font-style: normal;
}

/* line 4903, ../sass/styles.scss */
.field-name-field-signature, p.quote-author span {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 80%;
  color: #e31837;
  text-transform: uppercase;
}
@media (min-width: 980px) {
  /* line 4903, ../sass/styles.scss */
  .field-name-field-signature, p.quote-author span {
    margin-top: 40px;
  }
}

/* line 4913, ../sass/styles.scss */
.field-name-field-signature {
  font-size: 105%;
}

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

/* line 4922, ../sass/styles.scss */
.field-name-field-role {
  font-size: 90%;
}

/* line 4928, ../sass/styles.scss */
.node-v2-text-boxes {
  background: #def1f7;
}
/* line 4930, ../sass/styles.scss */
.node-v2-text-boxes .field-name-field-text-boxes-title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 110%;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 5px;
}
/* line 4937, ../sass/styles.scss */
.node-v2-text-boxes .field-name-field-text-boxes-text {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 80%;
  color: #000000;
}

/* line 4945, ../sass/styles.scss */
.node-horizontal-feed.three-columns .field-name-field-new-banners {
  width: 100%;
  overflow: hidden;
}
/* line 4948, ../sass/styles.scss */
.node-horizontal-feed.three-columns .field-name-field-new-banners .overview > .field-items {
  width: 10000px;
}
/* line 4951, ../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 4958, ../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 4971, ../sass/styles.scss */
.node-horizontal-feed.four-columns .field-name-field-new-banners {
  width: 100%;
  overflow: hidden;
}
/* line 4974, ../sass/styles.scss */
.node-horizontal-feed.four-columns .field-name-field-new-banners .overview > .field-items {
  width: 10000px;
}
/* line 4977, ../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 4984, ../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;
}

@media (max-width: 980px) {
  /* line 4996, ../sass/styles.scss */
  .field-name-field-components {
    overflow: hidden;
  }
}

/* line 5001, ../sass/styles.scss */
.field-name-field-banner-image, .field-name-field-v2-banner-image {
  overflow: hidden;
}
/* line 5004, ../sass/styles.scss */
.field-name-field-banner-image .file-image h2, .field-name-field-v2-banner-image .file-image h2 {
  padding: 0 20px;
}
/* line 5008, ../sass/styles.scss */
.field-name-field-banner-image img, .field-name-field-v2-banner-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 5014, ../sass/styles.scss */
.field-name-field-banner-v2 {
  position: relative;
}
/* line 5016, ../sass/styles.scss */
.field-name-field-banner-v2 .float {
  clip: auto;
  height: auto;
  left: 0;
  margin: 70px auto 0;
  max-width: 1160px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  z-index: 100;
  margin-left: 5%;
}
@media (max-width: 768px) {
  /* line 5016, ../sass/styles.scss */
  .field-name-field-banner-v2 .float {
    margin: 40px auto 0;
    padding: 0 20px;
  }
}
@media (max-width: 460px) {
  /* line 5016, ../sass/styles.scss */
  .field-name-field-banner-v2 .float {
    margin: 20px auto 0;
  }
}
@media (max-width: 768px) {
  /* line 5036, ../sass/styles.scss */
  .field-name-field-banner-v2 .field-name-field-v2-title {
    margin: 0px auto 0;
    padding: 0 20px;
  }
}
@media (max-width: 460px) {
  /* line 5036, ../sass/styles.scss */
  .field-name-field-banner-v2 .field-name-field-v2-title {
    margin: 0px auto 0;
  }
}
/* line 5044, ../sass/styles.scss */
.field-name-field-banner-v2 .field-name-field-v2-title .field-item {
  font-family: 'Volkhov', serif;
  color: #fff;
  font-size: 4vw;
  line-height: normal;
}
@media (max-width: 768px) {
  /* line 5052, ../sass/styles.scss */
  .field-name-field-banner-v2 .field-name-field-v2-link {
    margin: 0px auto 0;
    padding: 0 20px;
  }
}
@media (max-width: 460px) {
  /* line 5052, ../sass/styles.scss */
  .field-name-field-banner-v2 .field-name-field-v2-link {
    margin: 0px auto 0;
  }
}
/* line 5060, ../sass/styles.scss */
.field-name-field-banner-v2 .field-name-field-v2-link a {
  font-size: 1.3vw !important;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 60%;
  clear: both;
  padding-bottom: 2px;
  color: #CF233A;
  -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;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
/* line 119, ../sass/styles.scss */
.field-name-field-banner-v2 .field-name-field-v2-link a:after {
  content: "";
  width: 75%;
  height: 1px;
  background: #e31837;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -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;
}
/* line 132, ../sass/styles.scss */
.field-name-field-banner-v2 .field-name-field-v2-link a:hover:after {
  width: 100% !important;
}
/* line 5066, ../sass/styles.scss */
.field-name-field-banner-v2 .field-type-colorfield {
  display: none;
}

/* line 5071, ../sass/styles.scss */
.field-name-field-component-title .field-item, h2.cat-title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 180%;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  margin-top: 35px;
  padding-top: 10px;
  border-top: 1px solid #e31837;
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
}

/* line 5086, ../sass/styles.scss */
body.front .field-name-field-component-title .field-item {
  text-align: center;
  padding-top: 70px;
}

/* line 5091, ../sass/styles.scss */
body.front .node-v2-c-simple-text .field-name-field-description {
  font-family: 'AvenirLTStd-Book', sans-serif;
  max-width: 1024px;
  text-align: center;
  padding-bottom: 50px;
  margin: 0px auto;
  font-size: 110%;
}

/* line 5100, ../sass/styles.scss */
body.front .node-v2-c-specials h3.node-title, body.front .to-open-rest-content {
  display: none;
}

/* line 5104, ../sass/styles.scss */
body.front .node-v2-landing-page-principal > .content > .field-name-field-components > .field-items > .field-item:nth-child(2), body.front .node-v2-landing-page-principal > .content > .field-name-field-components > .field-items > .field-item:first-child .second-set {
  /*margin-top: -135px;*/
}

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

/* NEWSLETTER */
/* line 5117, ../sass/styles.scss */
#newsletter {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #808289;
}
@media (min-width: 768px) {
  /* line 5117, ../sass/styles.scss */
  #newsletter {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}
/* line 5127, ../sass/styles.scss */
#newsletter form {
  position: relative;
  top: 13px;
}
/* line 5131, ../sass/styles.scss */
#newsletter .inner {
  margin: 0px auto;
}
/* line 5134, ../sass/styles.scss */
#newsletter .mc-field-group.input-group {
  display: none;
}
/* line 5137, ../sass/styles.scss */
#newsletter .left {
  font-family: 'Volkhov', serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 140%;
  line-height: 45px;
}
/* line 5144, ../sass/styles.scss */
#newsletter .right {
  text-align: center;
}
/* line 5147, ../sass/styles.scss */
#newsletter .required.email {
  font-family: 'AvenirLTStd-Book', sans-serif;
  background: #F0F0F0;
  border: none;
  font-size: 130%;
  padding: 5px;
  height: 43px;
  position: relative;
  top: 3px;
}
/* line 5157, ../sass/styles.scss */
#newsletter .button {
  background: #CF233A url("../images/go.png") no-repeat center center;
  border: none;
  text-indent: -999999px;
  width: 45px;
  height: 43px;
}

/* line 5166, ../sass/styles.scss */
html.gecko #newsletter .required.email {
  border-bottom: 2px solid #f0f0f0;
  top: 1px;
  height: 43px;
}

/* line 5172, ../sass/styles.scss */
html.gecko #newsletter .button {
  height: 44px;
}

/* EXPLORE */
/* line 5178, ../sass/styles.scss */
#explore {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: #F0F0F0;
}
@media (min-width: 768px) {
  /* line 5178, ../sass/styles.scss */
  #explore {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}
/* line 5189, ../sass/styles.scss */
#explore #explore-arrow {
  background: #F0F0F0;
  min-height: 120px;
}
/* line 5192, ../sass/styles.scss */
#explore #explore-arrow .view {
  display: none;
}
/* line 5196, ../sass/styles.scss */
#explore #explore-arrow.arrow {
  background: #F0F0F0 url("../images/explore.png") no-repeat center center;
  min-height: 120px;
}
/* line 5200, ../sass/styles.scss */
#explore #explore-arrow.loading {
  background: #F0F0F0 url("../images/loader.gif") no-repeat center center;
  min-height: 120px;
}
/* line 5204, ../sass/styles.scss */
#explore h2 {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  color: #000000;
  font-size: 200%;
  text-transform: uppercase;
}
/* line 5210, ../sass/styles.scss */
#explore p {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 100%;
}

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

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

/* line 5226, ../sass/styles.scss */
.page-resources-campaigns .inset {
  background: url("../images/fade.png") repeat scroll 0 0 transparent;
  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 5239, ../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 5247, ../sass/styles.scss */
.page-resources-campaigns .inset p {
  width: 550px;
}

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

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

/* line 5258, ../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 5269, ../sass/styles.scss */
.full_row_banner {
  height: 181px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 5352, ../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 5361, ../sass/styles.scss */
.campaign-overlay-text a:hover,
.campaign-overlay-text a {
  text-decoration: none;
  color: #FFFFFF;
}

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

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

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

/* line 5379, ../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 5394, ../sass/styles.scss */
.element span {
  padding: 0 0 0 15px;
}

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

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

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

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

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

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

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

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

/** END CAMPAIGNS Styles */
/* GENERAL */
/* line 5426, ../sass/styles.scss */
#page,
.region-bottom, #closure .inner, #newsletter .inner, .search-box .inner {
  max-width: 1800px;
}

/* line 5431, ../sass/styles.scss */
.search-box .inner {
  max-width: 1024px;
}
@media (max-width: 1024px) {
  /* line 5431, ../sass/styles.scss */
  .search-box .inner {
    margin: 0px 20px !important;
  }
}

/* line 5438, ../sass/styles.scss */
#closure .inner {
  margin: 0px auto;
  position: relative;
  top: -6px;
}

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

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

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

/* line 5461, ../sass/styles.scss */
body.not-front #content {
  padding-top: 0;
}

/* line 5464, ../sass/styles.scss */
.search-open {
  overflow: hidden;
}

/* line 5467, ../sass/styles.scss */
.search-box {
  position: fixed;
  z-index: 500;
  background: #FFFFFF;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: auto;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
}
/* line 5484, ../sass/styles.scss */
.search-box .inner {
  margin: 0px auto;
}
/* line 5486, ../sass/styles.scss */
.search-box .inner .cse {
  margin-top: 20vh;
  position: relative;
}
@media (max-width: 460px) {
  /* line 5486, ../sass/styles.scss */
  .search-box .inner .cse {
    margin-top: 100px;
  }
}
/* line 5494, ../sass/styles.scss */
.search-box .closing {
  position: absolute;
  top: 50px;
  right: 50px;
}
/* line 5498, ../sass/styles.scss */
.search-box .closing i {
  color: #CF233A;
}

/**/
/* line 5505, ../sass/styles.scss */
.node-v2-c-archive-box.display-hoverColor {
  color: #CF233A;
}

/* line 5510, ../sass/styles.scss */
.node-v2-c-archive-box {
  max-width: 1024px;
  margin: 0px auto;
  margin-bottom: 50px;
}
/* line 5514, ../sass/styles.scss */
.node-v2-c-archive-box .field-name-field-archive-item {
  overflow: hidden;
}
/* line 5517, ../sass/styles.scss */
.node-v2-c-archive-box .field-item {
  text-align: center;
}
/* line 5520, ../sass/styles.scss */
.node-v2-c-archive-box p {
  margin: 0px;
  padding: 0px;
}
/* line 5524, ../sass/styles.scss */
.node-v2-c-archive-box .field-name-field-archive-item-link {
  display: none;
}
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.node-v2-c-archive-box .field-name-field-archive-item > .field-items:before, .node-v2-c-archive-box .field-name-field-archive-item > .field-items:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.node-v2-c-archive-box .field-name-field-archive-item > .field-items:after {
  clear: both;
}
/* line 5530, ../sass/styles.scss */
.node-v2-c-archive-box .field-name-field-archive-item > .field-items > .field-item {
  margin-bottom: 50px;
}
/* line 5533, ../sass/styles.scss */
.node-v2-c-archive-box .field-name-field-archive-item-title {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 200%;
  color: inherit;
}
/* line 5538, ../sass/styles.scss */
.node-v2-c-archive-box .field-name-field-archive-item-title strong {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 300%;
  color: inherit;
}
/* line 5544, ../sass/styles.scss */
.node-v2-c-archive-box .field-name-field-archie-item-description {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  border-top: 1px solid;
  padding-top: 20px;
  color: inherit;
}
/* line 5550, ../sass/styles.scss */
.node-v2-c-archive-box .field-name-field-archie-item-description, .node-v2-c-archive-box .field-name-field-archive-item-title {
  margin-left: 5%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  /* line 5555, ../sass/styles.scss */
  .node-v2-c-archive-box .field-name-field-archive-item > .field-items > .field-item:nth-of-type(2n+1) {
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 5559, ../sass/styles.scss */
  .node-v2-c-archive-box .field-name-field-archive-item > .field-items > .field-item:nth-of-type(2n+2) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 5565, ../sass/styles.scss */
  .node-v2-c-archive-box .field-name-field-archive-item > .field-items > .field-item:nth-of-type(3n+1) {
    clear: left;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 5569, ../sass/styles.scss */
  .node-v2-c-archive-box .field-name-field-archive-item > .field-items > .field-item:nth-of-type(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 5572, ../sass/styles.scss */
  .node-v2-c-archive-box .field-name-field-archive-item > .field-items > .field-item:nth-of-type(3n+3) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 5578, ../sass/styles.scss */
  .node-v2-c-archive-box .field-name-field-archive-item > .field-items > .field-item:nth-of-type(4n+1) {
    clear: left;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
  /* line 5582, ../sass/styles.scss */
  .node-v2-c-archive-box .field-name-field-archive-item > .field-items > .field-item:nth-of-type(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 5585, ../sass/styles.scss */
  .node-v2-c-archive-box .field-name-field-archive-item > .field-items > .field-item:nth-of-type(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 5588, ../sass/styles.scss */
  .node-v2-c-archive-box .field-name-field-archive-item > .field-items > .field-item:nth-of-type(4n+4) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}

/* line 5594, ../sass/styles.scss */
.node-v2-c-archive-box.display-normal .field-name-field-archie-item-description {
  border-top: 1px solid #CF233A;
}

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

  /*    #page,*/
  /* line 5607, ../sass/styles.scss */
  .region-bottom, #closure .inner,
  #newsletter .inner, .search-box .inner {
    max-width: 980px;
  }

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

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

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

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

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

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

  /* line 5640, ../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 5648, ../sass/styles.scss */
  #page,
  .region-bottom, #closure .inner,
  #newsletter .inner, .search-box .inner {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

  /* line 5691, ../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;
  }

  /* line 5698, ../sass/styles.scss */
  .node-carousel.display-fullscreen .mSlider-thumbs ul li a:link, .node-carousel.display-fullscreen .mSlider-thumbs ul li a:visited {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 850px) {
  /* line 5709, ../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;
  }

  /* line 5717, ../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 5729, ../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 5735, ../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 5740, ../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 5746, ../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 5754, ../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 5759, ../sass/styles.scss */
  .four-column .post, .four-column .views-row-even, .four-column .views-row-odd {
    max-width: 370px !important;
  }

  /* line 5764, ../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 5767, ../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 5770, ../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 5773, ../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 5778, ../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 5782, ../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 5786, ../sass/styles.scss */
  #header .sitemap > ul.menu > li ul li, #footer .sitemap > ul.menu > li ul li {
    margin-right: 20px;
  }

  /*    .view-categories-feed:not(.scrollable), .view-thumbs:not(.scrollable) {
          height: auto;
          .views-row:nth-of-type(2n+1) {
              @include zen-clear();
              max-width: 48%;
              margin-right: 2%;
              margin-left: 0px;
              height:auto;
          }
          .views-row:nth-of-type(2n+2) {
              max-width: 48%;
              margin-left: 2%;
              margin-right: 0px;
              height:auto;
          }
      }*/
  /* line 5806, ../sass/styles.scss */
  #content .content-left, #content .content-right {
    margin: 0px;
    float: none;
    width: 100%;
  }

  /* line 5811, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title {
    padding-bottom: 16px !important;
  }
}
@media only screen and (max-width: 640px) {
  /* line 5818, ../sass/styles.scss */
  #header .sitemap > ul.menu, #footer .sitemap > ul.menu {
    width: 100%;
  }
  /* line 5821, ../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 5824, ../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 5827, ../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 5831, ../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 5836, ../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 5841, ../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 5845, ../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 5850, ../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 5855, ../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 5859, ../sass/styles.scss */
  #header .sitemap > ul.menu > li ul li, #footer .sitemap > ul.menu > li ul li {
    margin-right: 0px;
  }

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

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

  /* line 5880, ../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 5888, ../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 5894, ../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 5900, ../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 5910, ../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 5915, ../sass/styles.scss */
  #searchresults .gs-web-image-box, #searchresults .gs-promotion-image-box {
    width: 100px !important;
  }

  /* line 5918, ../sass/styles.scss */
  #searchresults .gs-web-image-box img.gs-image {
    max-width: 100px !important;
    max-height: 100px !important;
  }
}
@media only screen and (max-width: 590px) {
  /* line 5924, ../sass/styles.scss */
  span.menu {
    display: none !important;
  }

  /* line 5927, ../sass/styles.scss */
  #header ul.links .last a:hover, #header ul.links .last a.active, #header ul.links .last a:visited, #header ul.links .last a {
    color: white;
    padding: 3px 11px !important;
    display: inline-block;
  }

  /* line 5932, ../sass/styles.scss */
  .g6 {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

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

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

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

  /* line 5961, ../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 5967, ../sass/styles.scss */
  #header .left ul, #header .right ul, #footer .left ul, #footer .right ul {
    text-align: center;
  }

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

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

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

  /* line 5986, ../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 5995, ../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 5996, ../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 6009, ../sass/styles.scss */
  #header ul.language-switcher-locale-url li {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

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

  /* line 6025, ../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, .field-name-field-contacts .post, .field-name-field-contacts .views-row, .field-name-field-contacts .views-row-even, .field-name-field-contacts .views-row-odd, .field-name-field-contacts .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 6037, ../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 6048, ../sass/styles.scss */
  #searchresults .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 6057, ../sass/styles.scss */
  td.gsc-table-cell-thumbnail, td.gsc-orderby-container {
    display: none !important;
  }

  /* line 6060, ../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 6067, ../sass/styles.scss */
  .link-box .sub-link-box a.slideUp {
    right: 30px;
  }

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

  /* line 6083, ../sass/styles.scss */
  body:not(.node-type-web-story) .field-name-field-item {
    height: 200px;
  }
  /* line 6085, ../sass/styles.scss */
  body:not(.node-type-web-story) .field-name-field-item > .field-items > .field-item, body:not(.node-type-web-story) .field-name-field-item > .viewport > .overview > .field-items > .field-item {
    width: 320px;
  }
  /* line 6088, ../sass/styles.scss */
  body:not(.node-type-web-story) .field-name-field-item .first-set {
    height: 195px;
  }

  /* line 6092, ../sass/styles.scss */
  body:not(.node-type-web-story) .node-carousel {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

  /* line 6131, ../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 6136, ../sass/styles.scss */
  .view-categories-feed .views-row, .view-thumbs .views-row {
    max-width: 410px;
  }

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

  /*    .view-v2-keywords-feed .views-row {
          max-width: 410px;
          height: 650px;
      }
      .view-v2-keywords-feed {
          height: 650px;
      }*/
  /* line 6152, ../sass/styles.scss */
  .logo-motto p {
    text-align: left;
  }

  /* line 6155, ../sass/styles.scss */
  #logo {
    display: block;
    float: none !important;
  }

  /* line 6159, ../sass/styles.scss */
  #burger-menu {
    float: none !important;
    margin: 0px;
    text-align: center;
  }

  /* line 6164, ../sass/styles.scss */
  #menu-btn-wr {
    float: none !important;
    margin: 0px auto !important;
  }
}
@media only screen and (max-width: 410px) {
  /* line 6171, ../sass/styles.scss */
  .view-categories-feed .views-row, .view-thumbs .views-row {
    max-width: 400px;
  }

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

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

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

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

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

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

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

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

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

  /*    .view-v2-keywords-feed .views-row {
          max-width: 320px;
          height: 570px;
      }
      .view-v2-keywords-feed {
          height: 570px;
      }*/
  /* line 6267, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .second-set {
    /*        display: none!important;*/
  }
}
@media only screen and (max-width: 340px) {
  /* line 6272, ../sass/styles.scss */
  .view-v2-keywords-feed .views-row {
    max-width: 280px;
    height: 500px;
  }
}
/* line 6278, ../sass/styles.scss */
.locale-untranslated {
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=3);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  font-size: 65%;
  text-transform: uppercase;
}

/*
***********
*/
/* line 6290, ../sass/styles.scss */
.view-search-suggestions .views-field {
  clear: both;
  width: 100%;
}
/* line 6294, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-reccomended-reads .views-label {
  display: inline-block;
  padding: 50px 20px 20px;
  text-align: center;
  width: 100%;
}
/* line 6300, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-reccomended-reads .item-list {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  /* line 6300, ../sass/styles.scss */
  .view-search-suggestions .views-field.views-field-field-reccomended-reads .item-list {
    margin: 0 -5px;
  }
}
/* line 6305, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-reccomended-reads .item-list ul {
  padding: 0;
  margin: 0;
}
/* line 6309, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-reccomended-reads .item-list li {
  list-style: none;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0 15px;
  width: 20%;
}
@media (max-width: 768px) {
  /* line 6309, ../sass/styles.scss */
  .view-search-suggestions .views-field.views-field-field-reccomended-reads .item-list li {
    padding: 0 5px;
  }
}
@media (max-width: 460px) {
  /* line 6309, ../sass/styles.scss */
  .view-search-suggestions .views-field.views-field-field-reccomended-reads .item-list li {
    width: 50%;
    padding: 10px;
  }
  /* line 6322, ../sass/styles.scss */
  .view-search-suggestions .views-field.views-field-field-reccomended-reads .item-list li.last {
    display: none;
  }
}
/* line 6326, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-reccomended-reads .item-list li .node {
  margin: 0;
}
/* line 6329, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-reccomended-reads .item-list li .field-item a {
  float: left;
  border: 1px solid #979797;
  width: 100%;
}
/* line 6333, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-reccomended-reads .item-list li .field-item a img {
  float: left;
  width: 100%;
  height: auto;
}
/* line 6343, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-section-links .views-label {
  display: inline-block;
  padding: 50px 20px 20px;
  text-align: center;
  width: 100%;
}
/* line 6349, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-section-links .item-list {
  margin: 0 -10px;
}
/* line 6351, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-section-links .item-list ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  /* line 6351, ../sass/styles.scss */
  .view-search-suggestions .views-field.views-field-field-section-links .item-list ul {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
/* line 6363, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-section-links .item-list li {
  list-style: none;
  margin: 0 25px;
  padding: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 6363, ../sass/styles.scss */
  .view-search-suggestions .views-field.views-field-field-section-links .item-list li {
    margin: 0;
    width: 19%;
    text-align: center;
  }
}
@media (max-width: 460px) {
  /* line 6363, ../sass/styles.scss */
  .view-search-suggestions .views-field.views-field-field-section-links .item-list li {
    width: 100%;
  }
}
/* line 6376, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-section-links .item-list li a {
  padding: 0 5px 10px 5px;
  text-transform: uppercase;
}
/* line 6379, ../sass/styles.scss */
.view-search-suggestions .views-field.views-field-field-section-links .item-list li a:hover {
  color: #969696;
  border-bottom: 1px solid #e31837;
}

/* line 6389, ../sass/styles.scss */
.mobile-hide {
  display: none;
}

/* line 6392, ../sass/styles.scss */
#languages-modal-menu {
  display: none !important;
}

/* line 6399, ../sass/styles.scss */
#page #footer ul.closure-menu a {
  font-size: 100%;
}
/* line 6403, ../sass/styles.scss */
#page .breadcrumb {
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
}
/* line 6407, ../sass/styles.scss */
#page .breadcrumb .separator {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #969696;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* line 6419, ../sass/styles.scss */
#page .breadcrumb .current-page {
  font-size: 90%;
  color: #e31837;
  font-family: 'AvenirLTStd-Book', sans-serif;
}

/*
   Mobile menu
*/
@media (max-width: 1024px) {
  /* line 6433, ../sass/styles.scss */
  .row-wr {
    float: left;
    clear: both;
    width: 100%;
  }

  /* line 6438, ../sass/styles.scss */
  .mobile-hide {
    display: block;
  }

  /* line 6441, ../sass/styles.scss */
  #logo {
    float: left;
  }

  /* line 6444, ../sass/styles.scss */
  #burger-menu {
    float: right;
    margin-top: 5px;
    margin-right: -10px;
  }

  /* line 6449, ../sass/styles.scss */
  #menu-btn-wr {
    text-align: center;
    float: right;
    padding: 5px;
    width: 48px;
    box-sizing: content-box;
    cursor: pointer;
  }
  /* line 6456, ../sass/styles.scss */
  #menu-btn-wr .menu-btn {
    float: right;
    position: relative;
    height: 22px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px 0 10px;
  }
  /* line 6464, ../sass/styles.scss */
  #menu-btn-wr .menu-btn .item-bur {
    left: 10px;
    float: left;
    width: 23px;
    height: 2px;
    background: #1d1e1c;
    margin: 2px 0;
    -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;
  }
  /* line 6474, ../sass/styles.scss */
  #menu-btn-wr .menu-text {
    font-size: 12px;
    text-transform: uppercase;
    -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;
  }
  /* line 6478, ../sass/styles.scss */
  #menu-btn-wr .menu-text .menu-t {
    position: relative;
    left: -2px;
  }
  /* line 6485, ../sass/styles.scss */
  #menu-btn-wr:hover .menu-text {
    color: #e31837;
  }
  /* line 6488, ../sass/styles.scss */
  #menu-btn-wr:hover .item-bur {
    background: #e31837;
  }
  /* line 6492, ../sass/styles.scss */
  #menu-btn-wr .close-t {
    display: none;
  }
  /* line 6496, ../sass/styles.scss */
  #menu-btn-wr.close .close-left {
    position: absolute;
    z-index: 10;
    width: 19px;
    left: 15px;
    top: 8px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
  }
  /* line 6504, ../sass/styles.scss */
  #menu-btn-wr.close .close-right {
    position: absolute;
    z-index: 10;
    width: 19px;
    left: 15px;
    top: 8px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
  }
  /* line 6513, ../sass/styles.scss */
  #menu-btn-wr.close .close-hide {
    display: none;
  }
  /* line 6516, ../sass/styles.scss */
  #menu-btn-wr.close .menu-t {
    display: none;
  }
  /* line 6519, ../sass/styles.scss */
  #menu-btn-wr.close .close-t {
    display: block;
  }

  /* line 6526, ../sass/styles.scss */
  #header .left {
    width: 100%;
    margin: 0;
  }
  /* line 6530, ../sass/styles.scss */
  #header .right {
    display: none;
  }

  /* line 6534, ../sass/styles.scss */
  #page #header #bottom-modal-menu {
    background: #F0F0F0;
  }
  /* line 6536, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu {
    padding: 0;
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
    list-style: none;
  }
  /* line 6543, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu > li {
    line-height: 15px;
    float: left;
    box-sizing: border-box;
  }
  /* line 6548, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu .search-it {
    width: 100%;
    text-align: center;
  }
  /* line 6552, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu .lang-it {
    width: 40%;
    text-align: center;
  }
  /* line 6556, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu .donate-it {
    width: 30%;
    text-align: right;
  }
  /* line 6560, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu li {
    list-style: none;
    padding: 10px 0;
    display: inline-block;
    text-transform: uppercase;
  }
  /* line 6565, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu li a {
    text-transform: uppercase;
  }
  /* line 6568, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu li .b-m-m-item {
    font-size: 80%;
  }
  /* line 6571, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu li .donate {
    color: #e31837 !important;
  }
  /* line 6574, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu li #search-button {
    border: none !important;
  }
  /* line 6576, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu li #search-button li {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 6579, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu li #search-button li:before {
    display: none;
  }
  /* line 6582, ../sass/styles.scss */
  #page #header #bottom-modal-menu ul.bot-m-menu li #search-button li a {
    font-family: 'AvenirLTStd-Book', sans-serif;
  }

  /* line 6592, ../sass/styles.scss */
  #languages-modal-menu {
    display: none;
  }
  /* line 6594, ../sass/styles.scss */
  #languages-modal-menu.show {
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 95px;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
  }
  /* line 6607, ../sass/styles.scss */
  #languages-modal-menu ul {
    padding: 20px 0;
  }
  /* line 6609, ../sass/styles.scss */
  #languages-modal-menu ul li {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  /* line 6619, ../sass/styles.scss */
  .top-mobile-menu {
    margin-bottom: 0 !important;
  }
  /* line 6621, ../sass/styles.scss */
  .top-mobile-menu .inner {
    margin-bottom: 0 !important;
  }
  /* line 6624, ../sass/styles.scss */
  .top-mobile-menu.fixed {
    background: #fff;
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    z-index: 120;
    left: 0;
    right: 0;
  }

  /* line 6637, ../sass/styles.scss */
  .admin-menu .top-mobile-menu.fixed {
    top: 35px;
  }

  /* line 6642, ../sass/styles.scss */
  #page #header #main-menu-mobile {
    background: #000;
    display: none !important;
  }
  /* line 6645, ../sass/styles.scss */
  #page #header #main-menu-mobile.show {
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 85px;
    z-index: 200;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
  }
  /* line 6658, ../sass/styles.scss */
  #page #header #main-menu-mobile > ul {
    padding: 50px 0 !important;
    padding-top: 0px !important;
  }
  /* line 6661, ../sass/styles.scss */
  #page #header #main-menu-mobile > ul > li {
    padding: 20px 0 !important;
  }
  /* line 6663, ../sass/styles.scss */
  #page #header #main-menu-mobile > ul > li.is-leaf.last {
    display: none !important;
  }
  /* line 6666, ../sass/styles.scss */
  #page #header #main-menu-mobile > ul > li > a {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
  }
  /* line 6670, ../sass/styles.scss */
  #page #header #main-menu-mobile > ul > li > a.clicked-a {
    z-index: 100;
    padding-bottom: 10px;
    color: #e31837;
    margin-bottom: 30px !important;
    position: relative;
  }
  /* line 6676, ../sass/styles.scss */
  #page #header #main-menu-mobile > ul > li > a.clicked-a:after {
    content: '';
    position: absolute;
    z-index: 10;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 1px;
    margin: 0 auto;
    background: #CF233A;
  }
  /* line 6691, ../sass/styles.scss */
  #page #header #main-menu-mobile > ul > li ul {
    display: none;
  }
  /* line 6694, ../sass/styles.scss */
  #page #header #main-menu-mobile > ul > li.clicked-li {
    position: relative;
    display: block !important;
  }
  /* line 6697, ../sass/styles.scss */
  #page #header #main-menu-mobile > ul > li.clicked-li ul, #page #header #main-menu-mobile > ul > li.clicked-li li {
    display: block !important;
  }
  /* line 6703, ../sass/styles.scss */
  #page #header #main-menu-mobile > ul.clicked-ul ul,
  #page #header #main-menu-mobile > ul.clicked-ul li {
    display: none;
  }
  /* line 6711, ../sass/styles.scss */
  #page #header #main-menu-mobile ul {
    display: inline-block;
    width: 100%;
    clear: both;
  }
  /* line 6715, ../sass/styles.scss */
  #page #header #main-menu-mobile ul li {
    padding: 5px;
    width: 100%;
    clear: both;
    text-align: center;
    display: inline-block;
  }

  /* line 6725, ../sass/styles.scss */
  #back-to-menu {
    width: 30px;
    height: 30px;
    color: #e31837;
    cursor: pointer;
    font-size: 25px;
    float: left;
    padding: 5px;
    line-height: 22px;
    position: absolute;
    left: -15px;
    top: 15px;
    z-index: 122;
  }
}
/**
  END Mobile Menu
**/
/*
   Max Width 768px
******************************
******************************
*/
@media (max-width: 980px) {
  /* line 6760, ../sass/styles.scss */
  #page > div {
    width: 100% !important;
    position: relative  !important;
    margin-left: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 768px) {
  /* line 6777, ../sass/styles.scss */
  .front #page .node-horizontal-feed .view-categories-feed .views-field {
    padding: 25px !important;
  }
  /* line 6779, ../sass/styles.scss */
  .front #page .node-horizontal-feed .view-categories-feed .views-field .title {
    padding: 0 !important;
  }

  /* line 6791, ../sass/styles.scss */
  .tabs-primary li {
    width: auto !important;
  }

  /* line 6796, ../sass/styles.scss */
  .node-carousel {
    overflow: hidden !important;
  }
}
@media (max-width: 768px) and (min-width: 645px) {
  /* line 6803, ../sass/styles.scss */
  #footer {
    padding: 30px 0 0 0;
  }
  /* line 6805, ../sass/styles.scss */
  #footer .top-footer {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    clear: both;
    float: left;
    padding-bottom: 20px;
  }
  /* line 6812, ../sass/styles.scss */
  #footer .top-footer .social {
    float: right !important;
    width: auto !important;
  }
  /* line 6818, ../sass/styles.scss */
  #footer .left {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0;
  }
  /* line 6826, ../sass/styles.scss */
  #footer .right {
    float: right;
    width: 66.66667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 6832, ../sass/styles.scss */
  #footer #closure {
    box-sizing: border-box;
    background: #F0F0F0;
    top: 0;
    clear: both;
    padding: 20px 15px;
    margin-top: 10px !important;
    float: left;
    width: 100%;
  }
  /* line 6842, ../sass/styles.scss */
  #footer #closure .left {
    width: 25%;
  }
  /* line 6845, ../sass/styles.scss */
  #footer #closure .right {
    width: 75%;
  }
}
@media (max-width: 768px) {
  /* line 6853, ../sass/styles.scss */
  .fixed-three-container {
    width: 100%;
    float: left;
  }
  /* line 6856, ../sass/styles.scss */
  .fixed-three-container .field-name-field-component-title {
    float: left;
    width: 30px;
  }
  /* line 6859, ../sass/styles.scss */
  .fixed-three-container .field-name-field-component-title .field-item {
    line-height: 30px;
    min-width: 56px;
    position: relative;
    top: 50px;
    height: 36px;
    right: 24px;
    float: left;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* line 6874, ../sass/styles.scss */
  .fixed-three-container .field-name-field-component {
    overflow: hidden;
    float: left;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  /* line 6883, ../sass/styles.scss */
  .field-name-field-components > .field-items > .field-item {
    clear: both;
    width: 100%;
    float: left;
  }

  /* line 6890, ../sass/styles.scss */
  .view-categories-feed {
    height: 130px;
    width: 100%;
  }
  /* line 6893, ../sass/styles.scss */
  .view-categories-feed .view-content {
    height: 100%;
    width: 100% !important;
  }
  /* line 6897, ../sass/styles.scss */
  .view-categories-feed .view-content .views-row {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 !important;
  }
  /* line 6902, ../sass/styles.scss */
  .view-categories-feed .view-content .views-row .views-field {
    padding: 25px 10px !important;
    box-sizing: border-box;
  }

  /* line 6910, ../sass/styles.scss */
  .view-categories-feed {
    width: 100%;
    position: relative;
    float: left;
  }
  /* line 6914, ../sass/styles.scss */
  .view-categories-feed .slick-dots {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  /* line 6920, ../sass/styles.scss */
  .view-categories-feed .slick-dots li {
    display: inline-block;
  }
  /* line 6923, ../sass/styles.scss */
  .view-categories-feed .slick-dots li button {
    padding: 0;
    float: left;
    width: 6px;
    margin: 0 2px;
    overflow: hidden;
    line-height: 100px;
    text-indent: 100px;
    display: inline-block;
    background: #e6e6e6;
    border: 1px solid #cccccc;
    height: 6px;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  /* line 6939, ../sass/styles.scss */
  .view-categories-feed .slick-dots li.hover button, .view-categories-feed .slick-dots li.slick-active button {
    background: #7f7f7f;
    border: 1px solid #808289;
  }

  /* line 6949, ../sass/styles.scss */
  #page .node-v2-c-data-box {
    padding: 30px 15px;
  }
  /* line 6951, ../sass/styles.scss */
  #page .node-v2-c-data-box h2 {
    margin-bottom: 20px;
  }
  /* line 6954, ../sass/styles.scss */
  #page .node-v2-c-data-box .field-name-body {
    margin: 0;
  }
  /* line 6957, ../sass/styles.scss */
  #page .node-v2-c-data-box .field-name-field-caption {
    max-width: 200px;
  }
  /* line 6964, ../sass/styles.scss */
  #page .node-carousel .field-name-field-c-keywords .field-name-field-item .field-item {
    float: left;
    width: 49%;
    box-sizing: border-box;
    font-size: 87%;
    line-height: 128%;
    margin: 0.5% !important;
    margin-top: 0.5% !important;
  }
  /* line 6973, ../sass/styles.scss */
  #page .node-carousel .field-name-field-c-keywords .field-name-field-item .field-item .first-set {
    min-height: 100px;
  }
  /* line 6976, ../sass/styles.scss */
  #page .node-carousel .field-name-field-c-keywords .field-name-field-item .field-item:first-of-type {
    margin-bottom: 0.5%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /* line 6982, ../sass/styles.scss */
  #page .node-carousel .field-name-field-c-keywords .field-name-field-item .field-item:first-of-type .first-set {
    min-height: 200px;
  }
  /* line 6994, ../sass/styles.scss */
  #page #explore {
    padding: 50px 15px;
    box-sizing: border-box;
  }
  /* line 6998, ../sass/styles.scss */
  #page .comment_forbidden {
    display: none !important;
  }
  /* line 7001, ../sass/styles.scss */
  #page .selectionShareable {
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
  }
  /* line 7005, ../sass/styles.scss */
  #page .node-v2-c-tabbed-content {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 7009, ../sass/styles.scss */
  #page .field-name-field-intro {
    padding: 20px;
  }
  /* line 7012, ../sass/styles.scss */
  #page .node-carousel.display-fixedboxes {
    margin-top: 0;
  }
  /* line 7016, ../sass/styles.scss */
  #page .tabs {
    margin-bottom: 10px;
  }
  /* line 7018, ../sass/styles.scss */
  #page .tabs li {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    border-right: none;
  }
  /* line 7025, ../sass/styles.scss */
  #page .tabs li span {
    padding-bottom: 5px;
    opacity: 0.5;
  }
  /* line 7030, ../sass/styles.scss */
  #page .tabs li.active span {
    opacity: 1;
  }

  /* line 7037, ../sass/styles.scss */
  #shares {
    margin: 0 15px 30px 15px !important;
  }

  /* line 7040, ../sass/styles.scss */
  .field-name-field-component-title .field-item,
  .title,
  .inner > h2,
  .inner > .node-title,
  .breadcrumb,
  .cat-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 7049, ../sass/styles.scss */
  .node-carousel.display-stripe {
    height: auto !important;
    margin-top: 0;
    margin-bottom: 50px;
  }

  /* line 7054, ../sass/styles.scss */
  body.not-front #content {
    padding-top: 0;
  }

  /* line 7057, ../sass/styles.scss */
  .cat-title {
    margin-bottom: 0 !important;
    padding-top: 25px !important;
  }

  /* line 7061, ../sass/styles.scss */
  .content-bottom {
    margin-bottom: 20px !important;
    border: none !important;
  }
  /* line 7065, ../sass/styles.scss */
  .content-bottom .view-thumbs .views-row {
    height: auto;
    margin-bottom: 20px !important;
  }
  /* line 7068, ../sass/styles.scss */
  .content-bottom .view-thumbs .views-row .img {
    margin-bottom: 20px;
  }

  /* line 7075, ../sass/styles.scss */
  .link-box > .inner > h2.title {
    min-height: 0;
  }

  /* line 7078, ../sass/styles.scss */
  .inner {
    box-sizing: border-box;
    padding: 0 15px;
  }

  /* line 7084, ../sass/styles.scss */
  .field-type-taxonomy-term-reference .view-categories-feed .view-content .views-row .views-field {
    padding: 10px  !important;
    box-sizing: border-box;
  }

  /* line 7091, ../sass/styles.scss */
  .touch .news-date {
    padding: 0 15px;
  }

  /* line 7094, ../sass/styles.scss */
  #page {
    overflow-x: hidden;
  }
  /* line 7100, ../sass/styles.scss */
  #page .g6 .field-name-body {
    padding: 20px;
  }
  /* line 7102, ../sass/styles.scss */
  #page .g6 .field-name-body p {
    padding: 0;
  }
  /* line 7106, ../sass/styles.scss */
  #page .g6 .field-name-field-signature {
    padding: 0 20px;
  }
  /* line 7110, ../sass/styles.scss */
  #page .g6 .field-name-field-editorial-image img {
    max-width: 1000%;
    min-height: 231px;
    min-width: 100%;
    width: auto;
  }

  /* line 7124, ../sass/styles.scss */
  .front .node-carousel.view-mode-full.display-fixedboxes .field-name-field-item.field-type-multifield .field-item {
    box-sizing: border-box;
    float: left;
    height: auto !important;
    margin: 0 !important;
    position: relative;
    width: 50%;
  }
  /* line 7125, ../sass/styles.scss */
  .front .node-carousel.view-mode-full.display-fixedboxes .field-name-field-item.field-type-multifield .field-item:first-of-type {
    width: 100%;
  }
  /* line 7137, ../sass/styles.scss */
  .front .node-v2-c-quote > .content {
    margin: 0 auto;
    padding: 30px 15px;
  }
}
@media (max-width: 768px) and (min-width: 460px) {
  /* line 7144, ../sass/styles.scss */
  .front .field-name-field-tabbed-contents .node-v2-links-stripe .field-name-field-link-items .field-item {
    float: left;
    width: 33%;
  }
  /* line 7148, ../sass/styles.scss */
  .front .field-name-field-tabbed-contents .node-v2-links-stripe .field-name-field-link-items .field-item .field {
    margin: 0 5px;
  }
  /* line 7151, ../sass/styles.scss */
  .front .field-name-field-tabbed-contents .node-v2-links-stripe .field-name-field-link-items .field-item .field-item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 7161, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .second-set {
    max-width: 95%;
  }

  /* line 7164, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .second-set {
    top: 13vh !important;
  }

  /* line 7174, ../sass/styles.scss */
  .field-type-entityreference .node-carousel > .content > .field-name-field-item > .field-items .field-item:hover .second-set {
    display: inline-block !important;
    height: 100% !important;
    top: 0 !important;
    bottom: auto !important;
  }
}
/*
******************************
   END of Max Width 768px
******************************
******************************
*/
/*
  Footer
************
*/
@media (max-width: 645px) {
  /* line 7214, ../sass/styles.scss */
  #page #footer {
    padding: 30px 0 0 0;
    text-align: center;
  }
  /* line 7219, ../sass/styles.scss */
  #page #footer .logo a {
    display: inline-block;
  }
  /* line 7223, ../sass/styles.scss */
  #page #footer .left {
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* line 7227, ../sass/styles.scss */
  #page #footer .bottom-menu {
    margin-bottom: 20px !important;
  }
  /* line 7229, ../sass/styles.scss */
  #page #footer .bottom-menu li a {
    margin: 0 10px !important;
  }
  /* line 7233, ../sass/styles.scss */
  #page #footer .closure-menu {
    text-align: center;
    margin-top: 5px !important;
  }
  /* line 7236, ../sass/styles.scss */
  #page #footer .closure-menu li {
    box-sizing: border-box;
  }
  /* line 7238, ../sass/styles.scss */
  #page #footer .closure-menu li:first-of-type {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  /* line 7245, ../sass/styles.scss */
  #page #footer .closure-menu {
    width: 100%;
  }
  /* line 7249, ../sass/styles.scss */
  #page #footer #closure,
  #page #footer #closure .left,
  #page #footer #closure .right,
  #page #footer .right,
  #page #footer .right .inner ul {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    float: left;
    width: 100%;
    margin: 0;
  }
  /* line 7266, ../sass/styles.scss */
  #page #footer #closure {
    padding-bottom: 25px;
    margin-top: 25px !important;
    padding-top: 25px;
  }
}
/*
   Max Width
*/
/* Slider */
/* line 7287, ../sass/styles.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 7306, ../sass/styles.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 7316, ../sass/styles.scss */
.slick-list:focus {
  outline: none;
}

/* line 7320, ../sass/styles.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 7326, ../sass/styles.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 7336, ../sass/styles.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 7344, ../sass/styles.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 7351, ../sass/styles.scss */
.slick-track:after {
  clear: both;
}

/* line 7355, ../sass/styles.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 7360, ../sass/styles.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 7368, ../sass/styles.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 7372, ../sass/styles.scss */
.slick-slide img {
  display: block;
}

/* line 7376, ../sass/styles.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 7380, ../sass/styles.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 7384, ../sass/styles.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 7388, ../sass/styles.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 7392, ../sass/styles.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 7401, ../sass/styles.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 7404, ../sass/styles.scss */
.node-carousel .first-set {
  min-height: 200px;
}

/*  EXPLORE SECTION
********************************************************
*/
/* line 7416, ../sass/styles.scss */
#explore-container {
  max-width: 1024px;
  margin: 0 auto;
}
/* line 7419, ../sass/styles.scss */
#explore-container .field-type-text-with-summary {
  margin-top: 8px;
}
/* line 7420, ../sass/styles.scss */
#explore-container .date-display-single {
  font-size: 80%;
  text-transform: uppercase;
}
/* line 7421, ../sass/styles.scss */
#explore-container .field-name-field-infographic-thumbnail img {
  display: block;
  border: 1px solid #979797;
}
@media (min-width: 768px) {
  /* line 7422, ../sass/styles.scss */
  #explore-container .view-explore {
    margin: 0 50px;
  }
}
/* line 7427, ../sass/styles.scss */
#explore-container .view-explore .view-content {
  min-height: 1800px;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 7427, ../sass/styles.scss */
  #explore-container .view-explore .view-content {
    height: auto !important;
  }
}
/* line 7434, ../sass/styles.scss */
#explore-container .view-explore .view-content .node-web-story,
#explore-container .view-explore .view-content .node-media-asset,
#explore-container .view-explore .view-content .node-infographic,
#explore-container .view-explore .view-content .node-unaids-basic-page, #explore-container .view-explore .view-content .node-v2-landing-page, #explore-container .view-explore .view-content .node-article, #explore-container .view-explore .view-content .node-page, #explore-container .view-explore .view-content .node-organization, #explore-container .view-explore .view-content .node-country-page, #explore-container .view-explore .view-content .node-unaids-priority, #explore-container .view-explore .view-content .node-landing-page {
  margin-top: 0;
}
/* line 7442, ../sass/styles.scss */
#explore-container .view-explore .views-row {
  float: left;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
}
/* line 7448, ../sass/styles.scss */
#explore-container .view-explore .views-row .node {
  padding: 15px;
}
/* line 7452, ../sass/styles.scss */
#explore-container .view-explore .views-row iframe, #explore-container .view-explore .views-row object,
#explore-container .view-explore .views-row img {
  width: 100%;
  height: auto;
}
/* line 7459, ../sass/styles.scss */
#explore-container .view-explore .views-row.node-type-web-story {
  width: 33%;
}
/* line 7462, ../sass/styles.scss */
#explore-container .view-explore .views-row.node-type-media-asset {
  width: 33%;
}
/* line 7465, ../sass/styles.scss */
#explore-container .view-explore .views-row.node-type-infographic {
  width: 33%;
}
@media (max-width: 768px) {
  /* line 7442, ../sass/styles.scss */
  #explore-container .view-explore .views-row {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  /* line 7475, ../sass/styles.scss */
  #explore-container .view-explore .views-row .selectionShareable {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* line 7483, ../sass/styles.scss */
#explore-container .view-explore .views-row a.read-more {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  display: block;
  font-size: 90%;
  color: #e31837;
  text-transform: uppercase;
  margin-top: 5px;
}
/* line 7491, ../sass/styles.scss */
#explore-container .view-explore .views-row a.read-more:after {
  -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;
  content: " ";
  display: block;
  border-bottom: 1px solid #FFFFFF;
  width: 0;
  height: 2px;
}
/* line 7500, ../sass/styles.scss */
#explore-container .view-explore .views-row a.read-more:hover:after {
  content: " ";
  width: 60px !important;
  border-bottom: 1px solid #e31837;
  height: 2px;
  background: aliceblue;
  display: block;
}

/* line 7513, ../sass/styles.scss */
.pager-show-more {
  text-align: center;
  list-style: none;
}
/* line 7517, ../sass/styles.scss */
.pager-show-more a {
  text-transform: uppercase;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  display: inline-block;
  font-size: 90%;
  position: relative;
  color: #1d1e1c;
  margin-top: 5px;
  -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;
}
/* line 59, ../sass/styles.scss */
.pager-show-more a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #e31837;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  -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;
}
/* line 74, ../sass/styles.scss */
.pager-show-more a:hover:after {
  width: 100%;
}

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

/* line 7528, ../sass/styles.scss */
#links-collection-container-0 .block.block-active:after {
  content: '';
  width: 1px;
  height: 60px;
  background: #e31837;
  display: inline-block;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

/* line 7545, ../sass/styles.scss */
.node-v2-c-tabbed-content, .node-v2-c-columns, .node-meeting {
  margin: 80px auto;
  max-width: 1600px;
}

/*Infographic
**************
*/
/* line 7553, ../sass/styles.scss */
.panel-display > .panel-panel {
  box-sizing: content-box;
  clear: both;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0;
}
@media (min-width: 1200px) {
  /* line 7553, ../sass/styles.scss */
  .panel-display > .panel-panel {
    padding: 0 50px;
  }
}

@media (min-width: 768px) {
  /* line 7563, ../sass/styles.scss */
  .panel-display > .panel-panel > .panel-panel {
    padding: 0 45px;
  }
}

/* line 7569, ../sass/styles.scss */
.to-open-rest-content {
  position: absolute;
  bottom: -35px;
  right: 50%;
  z-index: 1;
  text-align: center;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
/* line 7581, ../sass/styles.scss */
.to-open-rest-content i {
  cursor: pointer;
  font-size: 300%;
  -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;
  color: #e31837;
  position: relative;
}
/* line 7588, ../sass/styles.scss */
.to-open-rest-content .r-more {
  width: 100px;
  display: block;
  text-transform: uppercase;
  font-size: 70%;
  position: relative;
  top: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #e31837;
}
/* line 7601, ../sass/styles.scss */
.to-open-rest-content.open1 i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -20px;
}
/* line 7609, ../sass/styles.scss */
.to-open-rest-content.open1 .r-more {
  top: 33px;
  margin-left: auto;
  margin-right: auto;
}

/* line 7617, ../sass/styles.scss */
.node-v2-c-archive-box .to-open-rest-content {
  position: absolute;
  bottom: -45px;
}

/*
  Topic page
**************
*/
@media (max-width: 980px) {
  /* line 7629, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) .scrollable .viewport .overview {
    max-width: 100%;
    width: 100%;
  }
  /* line 7632, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) .scrollable .viewport .overview .view-row {
    max-width: 310px !important;
  }
}
/* line 7639, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .node-v2-c-quote {
  background: #F0F0F0;
}
/* line 7641, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .node-v2-c-quote .field-name-field-quote-signature,
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .node-v2-c-quote .field-name-body {
  color: #1d1e1c;
}
/* line 7649, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .field-name-field-description > .field-items > .field-item {
  overflow: hidden;
}
/* line 7653, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .content-node-descr-not-set .field-name-field-accordion {
  display: block !important;
}
/* line 7657, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .inner-content-1 {
  padding-bottom: 5px;
  position: relative;
}
/* line 7660, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .inner-content-1 .field-name-field-accordion {
  padding-bottom: 65px;
}
/* line 7668, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .field-name-field-accordion {
  display: none;
}
/* line 7671, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .field-name-field-accordion > .field-items > .field-item {
  padding: 5px 20px;
  margin: 0 -20px;
}
/* line 7675, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .field-name-field-accordion > .field-items > .field-item .item-title-wr {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font-family: 'AvenirLTStd-Medium', sans-serif;
  font-size: 100%;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  text-transform: none;
}
/* line 7688, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .field-name-field-accordion > .field-items > .field-item .item-title-wr:hover {
  color: #e31837;
}
/* line 7691, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .field-name-field-accordion > .field-items > .field-item .item-title-wr i {
  font-size: 150%;
  -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;
  color: #e31837;
  position: absolute;
  float: right;
  right: 0;
  top: 3px;
  z-index: 10;
}
/* line 7702, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .field-name-field-accordion > .field-items > .field-item .item-title-wr.open i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 7711, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .field-name-field-accordion > .field-items > .field-item .field-name-field-accordion-text {
  display: none;
}
/* line 7713, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-component .node-v2-c-simple-text .field-name-field-accordion > .field-items > .field-item .field-name-field-accordion-text .field-items {
  padding: 10px 0;
}
@media (max-width: 980px) {
  /* line 7726, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-carousel.display-fullscreen .field-name-field-item .file-image img {
    height: auto !important;
    min-height: 100%;
    min-width: 100%;
    width: auto !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  /* line 7739, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item:nth-child(2) .field-name-field-component-title .field-item {
    margin-top: 0 !important;
  }
}
/* line 7747, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item {
  box-sizing: content-box;
  clear: both;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0;
}
@media (min-width: 1200px) {
  /* line 7747, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item {
    padding: 0 50px;
  }
}
/* line 7757, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item:first-of-type + .field-item .field-name-field-component-title .field-item {
  border-top: none;
}
/* line 7763, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .view-categories-feed {
  height: auto;
}
/* line 7765, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .view-categories-feed .title {
  padding: 0;
}
/* line 7768, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .view-categories-feed .slick-dots {
  bottom: 10px;
  float: right;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
/* line 7778, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-horizontal-feed .field-name-field-view-all-link {
  clear: both;
  position: relative;
  right: 0;
  margin-top: 0;
  text-align: center;
}
/* line 7784, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-horizontal-feed .field-name-field-view-all-link .field-item {
  margin: 20px  auto 0;
}
/* line 7786, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-horizontal-feed .field-name-field-view-all-link .field-item a {
  text-transform: uppercase;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  display: inline-block;
  font-size: 90%;
  position: relative;
  color: #1d1e1c;
  margin-top: 5px;
  -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;
  float: none;
}
/* line 59, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-horizontal-feed .field-name-field-view-all-link .field-item a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #e31837;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  -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;
}
/* line 74, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-horizontal-feed .field-name-field-view-all-link .field-item a:hover:after {
  width: 100%;
}
@media (max-width: 1200px) {
  /* line 7761, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field {
    padding: 0 20px;
  }
  /* line 7801, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-links .selectionShareable,
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-simple-text .selectionShareable {
    padding: 0;
  }
}
/* line 7807, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .field-name-field-keywords .iButton {
  display: none;
}
@media (min-width: 768px) {
  /* line 7761, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field {
    padding: 0 45px;
  }
  /* line 7813, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field.field-name-field-component-title {
    padding: 0 !important;
  }
  /* line 7815, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field.field-name-field-component-title .field-item {
    padding: 40px 60px;
    margin: 45px 0 0 0;
  }
  /* line 7820, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-links:not(.grid),
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-simple-text {
    padding: 0 55px;
  }
  /* line 7823, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-links:not(.grid) .selectionShareable,
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-simple-text .selectionShareable {
    padding: 0;
  }
  /* line 7827, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-simple-text {
    margin-bottom: 50px;
  }
  /* line 7833, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .field-name-field-keywords .view-v2-keywords-feed .view-content {
    width: 100%;
  }
  /* line 7835, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .field-name-field-keywords .view-v2-keywords-feed .view-content .views-row {
    box-sizing: border-box;
    display: block;
    float: left;
    outline: none;
    margin: 0;
    max-width: 100%;
    padding: 0 10px 20px;
    width: 25%;
  }
}
/* line 7851, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .views-row .title {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  font-size: 100%;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: none;
}
/* line 7861, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .read-more a {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  display: block;
  font-size: 75%;
  color: #e31837;
  margin-top: 5px;
  text-transform: uppercase;
}
/* line 7868, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .read-more a:after {
  -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;
  content: " ";
  display: block;
  border-bottom: 1px solid #FFFFFF;
  width: 0;
  height: 2px;
}
/* line 7876, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .read-more a:after:hover {
  content: " ";
  width: 40px !important;
  border-bottom: 1px solid #e31837;
  height: 2px;
  background: aliceblue;
  display: block;
}
/* line 7891, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-links:not(.grid) .field-name-field-links-array .field-items .column {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  /* line 7895, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-links:not(.grid) .field-name-field-links-array .field-items .first {
    padding-right: 40px;
  }
  /* line 7898, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-links:not(.grid) .field-name-field-links-array .field-items .last {
    padding-left: 40px;
  }
}
/* line 7902, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-links:not(.grid) .field-name-field-links-array .field-items .field-item {
  display: inline-block;
  width: 100%;
}
/* line 7905, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-links:not(.grid) .field-name-field-links-array .field-items .field-item a {
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
  display: inline-block;
  padding-right: 20px;
  color: #1d1e1c;
  background: url("../images/link.png") no-repeat 100% 50%;
}
/* line 7913, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-links:not(.grid) .field-name-field-links-array .field-items .field-item a:hover {
  color: #e31837;
}
/* line 7922, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four {
  left: 0;
  position: relative;
}
@media (min-width: 768px) {
  /* line 7922, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four {
    margin-left: -53px;
    margin-right: -53px;
    width: -moz-calc(100% + 106px);
    width: -webkit-calc(100% + 106px);
    width: calc(100% + 106px);
  }
}
@media (max-width: 768px) {
  /* line 7922, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
}
/* line 289, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-dots {
  bottom: 10px;
  float: right;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
/* line 297, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-dots li {
  display: inline-block;
}
/* line 300, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-dots li button {
  padding: 0;
  float: left;
  width: 6px;
  margin: 0 2px;
  overflow: hidden;
  line-height: 100px;
  text-indent: 100px;
  display: inline-block;
  background: #e6e6e6;
  border: 1px solid #cccccc;
  height: 6px;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* line 316, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-dots li.hover button, .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-dots li.slick-active button {
  background: #7f7f7f;
  border: 1px solid #808289;
}
@media (max-width: 768px) {
  /* line 7935, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield {
    height: auto;
  }
  /* line 330, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-slider {
    padding-bottom: 50px;
    padding-bottom: 40px;
  }
  /* line 335, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item {
    overflow: hidden;
    position: relative;
    margin: 0 !important;
    padding: 0 20px;
  }
  /* line 340, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item .first-set {
    min-height: 350px !important;
  }
  /* line 344, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item .second-set {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
    filter: alpha(opacity=10);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
    /* IE6-9 */
    bottom: 0 !important;
    top: auto !important;
    left: 20px !important;
    height: auto !important;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 0;
  }
  /* line 354, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item .second-set .inner {
    padding: 15px;
  }
  /* line 357, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item .second-set .field-name-field-c-title {
    font-family: 'AvenirLTStd-Heavy', sans-serif;
    letter-spacing: 1.1px;
  }
  /* line 360, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item .second-set .field-name-field-extended {
    display: block !important;
  }
  /* line 365, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item:hover .second-set {
    bottom: 0 !important;
    top: auto !important;
    left: 20px !important;
    height: auto !important;
  }
  /* line 373, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-slide img {
    display: none;
  }
}
/* line 379, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item {
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  float: left;
}
@media (min-width: 768px) {
  /* line 379, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item {
    box-sizing: border-box;
    width: 25%;
  }
}
/* line 391, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item img {
  display: none;
}
/* line 394, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item .second-set {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$q*10)";
  filter: alpha(opacity=10);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
  /* IE6-9 */
  bottom: 0;
  left: 20px;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  box-sizing: border-box;
  padding: 0;
}
/* line 402, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item .second-set .inner {
  padding: 15px;
}
/* line 404, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item .second-set .inner .field-name-field-c-title {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
/* line 407, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-carousel.display-four .field-type-multifield .slick-track > .field-item .second-set .inner .field-name-field-extended {
  display: block !important;
}
@media (max-width: 768px) {
  /* line 7940, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns {
    margin: 0 -35px;
  }
}
/* line 7946, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-banner-image, .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-v2-banner-image {
  margin: 0;
}
/* line 7948, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-banner-image h2:not(.element-invisible), .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-v2-banner-image h2:not(.element-invisible) {
  clip: auto;
  height: auto;
  left: 0;
  margin: 70px auto 0;
  max-width: 1160px;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 768px) {
  /* line 7948, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-banner-image h2:not(.element-invisible), .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-v2-banner-image h2:not(.element-invisible) {
    margin: 40px auto 0;
    padding: 0 20px;
    font-size: 120%;
    line-height: 150%;
  }
}
@media (max-width: 460px) {
  /* line 7948, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-banner-image h2:not(.element-invisible), .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-v2-banner-image h2:not(.element-invisible) {
    margin: 20px auto 0;
    font-size: 100%;
    line-height: 120%;
  }
}
/* line 7972, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-banner-image h2:not(.element-invisible) .banner-title, .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-v2-banner-image h2:not(.element-invisible) .banner-title {
  font-family: 'Volkhov', serif;
  color: #fff;
  font-size: 200%;
  line-height: 200%;
  float: left;
  clear: both;
}
/* line 7980, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-banner-image h2:not(.element-invisible) .discover-more, .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-v2-banner-image h2:not(.element-invisible) .discover-more {
  float: left;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 60%;
  clear: both;
  padding-bottom: 2px;
  color: #CF233A !important;
  -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;
}
/* line 91, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-banner-image h2:not(.element-invisible) .discover-more:after, .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-v2-banner-image h2:not(.element-invisible) .discover-more:after {
  content: "";
  width: 75%;
  height: 1px;
  background: #e31837;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -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;
}
/* line 104, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-banner-image h2:not(.element-invisible) .discover-more:hover:after, .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .onefullwidth-columns .field-name-field-v2-banner-image h2:not(.element-invisible) .discover-more:hover:after {
  width: 100% !important;
}
/* line 7990, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .field-name-field-banner-image, .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .field-name-field-v2-banner-image {
  margin: 50px 0;
}
/* line 7993, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-quote {
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 7993, ../sass/styles.scss */
  .not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-quote {
    margin: 0 -20px;
  }
}
/* line 8000, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-quote .field-name-field-quote-signature {
  margin-top: 30px !important;
}
/* line 8003, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-quote .field-name-field-quote-signature,
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-quote .field-name-body {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 10;
  position: relative;
}
/* line 8011, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-quote .field-name-field-background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 8018, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-quote .field-name-field-background img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
/* line 8028, ../sass/styles.scss */
.not-front:not(.node-type-web-story) #page .node-v2-landing-page-principal .field-name-field-components > .field-items > .field-item > .field .node-v2-c-video {
  background: #fff;
}

/* line 8039, ../sass/styles.scss */
.front .node-v2-c-tabbed-content ul.tabs, .front .node-v2-c-columns ul.tabs, .front .node-meeting ul.tabs {
  margin: 80px auto !important;
  max-width: 1100px;
  text-align: center;
  width: 100%;
}

/* line 8048, ../sass/styles.scss */
body.node-type-page #content {
  max-width: 1100px;
  margin: 0px auto;
}

/* line 8053, ../sass/styles.scss */
#warning {
  max-width: 1100px;
  margin: 0px 30px 20px;
  border: 1px solid #e31837;
  padding: 20px;
}
/* line 8058, ../sass/styles.scss */
#warning h3 {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  font-size: 100%;
  color: #e31837;
  margin-bottom: 5px;
}
/* line 8064, ../sass/styles.scss */
#warning p {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 80%;
  margin: 0 !important;
}

/* Country Page */
/* line 8077, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content, .node-v2-landing-page-principal .node-v2-c-columns, .node-v2-landing-page-principal .node-meeting {
  margin: 25px auto;
  margin-bottom: 75px;
}
/* line 8080, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content ul.tabs, .node-v2-landing-page-principal .node-v2-c-columns ul.tabs, .node-v2-landing-page-principal .node-meeting ul.tabs {
  width: -moz-calc(100% + 120px);
  width: -webkit-calc(100% + 120px);
  width: calc(100% + 120px);
  margin: 0 -60px;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  /* line 8080, ../sass/styles.scss */
  .node-v2-landing-page-principal .node-v2-c-tabbed-content ul.tabs, .node-v2-landing-page-principal .node-v2-c-columns ul.tabs, .node-v2-landing-page-principal .node-meeting ul.tabs {
    width: 100%;
    margin: 30px 0 !important;
  }
}
/* line 8090, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content ul.tabs li, .node-v2-landing-page-principal .node-v2-c-columns ul.tabs li, .node-v2-landing-page-principal .node-meeting ul.tabs li {
  border-right: 1px solid #000000;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
}
/* line 8095, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content ul.tabs li span, .node-v2-landing-page-principal .node-v2-c-columns ul.tabs li span, .node-v2-landing-page-principal .node-meeting ul.tabs li span {
  margin: 0;
}
/* line 8100, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content ul.tabs li:last-child, .node-v2-landing-page-principal .node-v2-c-columns ul.tabs li:last-child, .node-v2-landing-page-principal .node-meeting ul.tabs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
/* line 8106, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists h2, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists h2, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists h2 {
  display: block;
  margin-bottom: 50px;
  font-size: 150%;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
/* line 8115, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row {
  float: left;
  width: 33.3333333%;
}
@media (min-width: 768px) {
  /* line 8119, ../sass/styles.scss */
  .node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row:nth-child(3n+1), .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row:nth-child(3n+1), .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  /* line 8115, ../sass/styles.scss */
  .node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row {
    width: 50%;
  }
  /* line 8125, ../sass/styles.scss */
  .node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row:nth-child(2n+1), .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row:nth-child(2n+1), .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 460px) {
  /* line 8115, ../sass/styles.scss */
  .node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row {
    width: 100%;
  }
}
/* line 8132, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node {
  margin-top: 0 !important;
  padding: 20px 15px;
}
/* line 8135, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .field-name-field-publication-date, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .field-name-field-publication-date, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .field-name-field-publication-date {
  display: none;
}
/* line 8139, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .field-name-body p, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .field-name-body p, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .field-name-body p {
  margin-bottom: 0;
}
/* line 8143, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .read-more, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .read-more, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .read-more {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 70%;
  clear: both;
  padding-bottom: 2px;
  color: #CF233A !important;
  -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;
}
/* line 91, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .read-more:after, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .read-more:after, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .read-more:after {
  content: "";
  width: 85%;
  height: 1px;
  background: #e31837;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -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;
}
/* line 104, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .read-more:hover:after, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .read-more:hover:after, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .views-row .node .read-more:hover:after {
  width: 100% !important;
}
/* line 8148, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more {
  text-align: center;
  list-style: none;
}
/* line 8152, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more a, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more a, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more a {
  text-transform: uppercase;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  display: inline-block;
  font-size: 90%;
  position: relative;
  color: #1d1e1c;
  margin-top: 5px;
  -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;
}
/* line 59, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more a:after, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more a:after, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #e31837;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  -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;
}
/* line 74, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more a:hover:after, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more a:hover:after, .node-v2-landing-page-principal .node-meeting .node-v2-standard-lists .view-v2-keywords-feed-embedded .pager-show-more a:hover:after {
  width: 100%;
}
/* line 8161, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-reports-page .field-name-field-reports-list, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-reports-page .field-name-field-reports-list, .node-v2-landing-page-principal .node-meeting .node-v2-c-reports-page .field-name-field-reports-list {
  margin: 0 auto;
  max-width: 1010px;
}
/* line 8166, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item, .node-v2-landing-page-principal .node-meeting .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item {
  padding: 20px;
  border-bottom: 1px solid #CF233A;
  margin-bottom: 50px;
}
/* line 8170, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-date, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-date, .node-v2-landing-page-principal .node-meeting .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-date {
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #808289;
  width: 100%;
  font-family: 'AvenirLTStd-Book', sans-serif;
}
/* line 8177, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-title, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-title, .node-v2-landing-page-principal .node-meeting .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-title {
  margin-bottom: 20px;
  font-size: 150%;
  width: 650px;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
/* line 8183, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download, .node-v2-landing-page-principal .node-meeting .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download {
  width: 100%;
}
/* line 8185, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download a, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download a, .node-v2-landing-page-principal .node-meeting .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download a {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 70%;
  clear: both;
  padding-bottom: 2px;
  color: #CF233A !important;
  -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;
}
/* line 91, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download a:after, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download a:after, .node-v2-landing-page-principal .node-meeting .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download a:after {
  content: "";
  width: 85%;
  height: 1px;
  background: #e31837;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -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;
}
/* line 104, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download a:hover:after, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download a:hover:after, .node-v2-landing-page-principal .node-meeting .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download a:hover:after {
  width: 100% !important;
}
/* line 8188, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download span.file-size, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download span.file-size, .node-v2-landing-page-principal .node-meeting .node-v2-c-reports-page .field-name-field-reports-list > .field-items > .field-item .field-name-field-report-download span.file-size {
  display: none;
}
/* line 8198, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page {
  margin-bottom: 50px;
}
/* line 8200, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .slides-title, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .slides-title, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .slides-title {
  display: inline-block !important;
  width: 100%;
  text-transform: uppercase;
  font-size: 155%;
  font-family: 'AvenirLTStd-Medium', sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 8209, ../sass/styles.scss */
  .node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .field-name-field-slides-list > .field-items, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .field-name-field-slides-list > .field-items, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .field-name-field-slides-list > .field-items {
    margin: 0 -18px;
  }
}
/* line 8214, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item {
  width: 33.3333333333%;
  float: left;
}
@media (max-width: 645px) {
  /* line 8214, ../sass/styles.scss */
  .node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item {
    width: 100%;
  }
}
/* line 8221, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity {
  padding: 25px 18px;
}
/* line 8223, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file {
  margin-top: 10px;
}
/* line 8226, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file .file-size,
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file img, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file .file-size,
.node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file img, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file .file-size,
.node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file img {
  display: none;
}
/* line 8231, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file a, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file a, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file a {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 70%;
  clear: both;
  padding-bottom: 2px;
  color: #CF233A !important;
  -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;
}
/* line 91, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file a:after, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file a:after, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file a:after {
  content: "";
  width: 85%;
  height: 1px;
  background: #e31837;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -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;
}
/* line 104, ../sass/styles.scss */
.node-v2-landing-page-principal .node-v2-c-tabbed-content .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file a:hover:after, .node-v2-landing-page-principal .node-v2-c-columns .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file a:hover:after, .node-v2-landing-page-principal .node-meeting .node-v2-c-slides-page .field-name-field-slides-list > .field-items > .field-item .entity .field-name-field-slide-file .file a:hover:after {
  width: 100% !important;
}

/* line 8249, ../sass/styles.scss */
.front #page .sharethis-inline-share-buttons {
  display: none !important;
}

/* line 8255, ../sass/styles.scss */
.sharethis-inline-share-buttons {
  display: none !important;
}

/* line 8263, ../sass/styles.scss */
.not-front .full-width-container .sharethis-inline-share-buttons,
.not-front .field-type-multifield > .field-items > .field-item-0 .sharethis-inline-share-buttons {
  display: block !important;
}
/* line 8265, ../sass/styles.scss */
.not-front .full-width-container .sharethis-inline-share-buttons .st-btn,
.not-front .field-type-multifield > .field-items > .field-item-0 .sharethis-inline-share-buttons .st-btn {
  min-width: 50px !important;
  padding: 10px 40px 10px 0 !important;
  background: url("../images/sharethis.png") no-repeat 100% 50% !important;
  height: 40px !important;
  line-height: 100% !important;
  margin-right: 20px !important;
}
/* line 8272, ../sass/styles.scss */
.not-front .full-width-container .sharethis-inline-share-buttons .st-btn:hover,
.not-front .field-type-multifield > .field-items > .field-item-0 .sharethis-inline-share-buttons .st-btn:hover {
  opacity: 1 !important;
  top: 0 !important;
}
/* line 8275, ../sass/styles.scss */
.not-front .full-width-container .sharethis-inline-share-buttons .st-btn:hover .st-label:after,
.not-front .field-type-multifield > .field-items > .field-item-0 .sharethis-inline-share-buttons .st-btn:hover .st-label:after {
  width: 100% !important;
}
/* line 8281, ../sass/styles.scss */
.not-front .full-width-container .sharethis-inline-share-buttons svg,
.not-front .field-type-multifield > .field-items > .field-item-0 .sharethis-inline-share-buttons svg {
  fill: #CF233A;
  display: none;
}
/* line 8285, ../sass/styles.scss */
.not-front .full-width-container .sharethis-inline-share-buttons .st-label,
.not-front .field-type-multifield > .field-items > .field-item-0 .sharethis-inline-share-buttons .st-label {
  line-height: 100%;
  min-width: 0 !important;
  padding: 5px 0 !important;
  color: #CF233A !important;
  text-transform: uppercase;
  font-family: 'AvenirLTStd-Book', sans-serif;
  -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;
}
/* line 8293, ../sass/styles.scss */
.not-front .full-width-container .sharethis-inline-share-buttons .st-label:after,
.not-front .field-type-multifield > .field-items > .field-item-0 .sharethis-inline-share-buttons .st-label:after {
  content: "";
  width: 0;
  height: 1px;
  background: #e31837;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -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;
}

/*
  Archive video
*/
/* line 8315, ../sass/styles.scss */
h1#page-title {
  display: block !important;
  padding: 20px 30px;
  font-family: 'Volkhov', serif;
  text-transform: none !important;
  font-size: 180%;
}

/* line 8328, ../sass/styles.scss */
.node-type-v2-landing-page-principal .node-v2-c-specials #hero-video {
  max-width: 980px;
}
@media (max-width: 768px) {
  /* line 8330, ../sass/styles.scss */
  .node-type-v2-landing-page-principal .node-v2-c-specials #hero-video .media-youtube-outer-wrapper {
    margin: 0 -20px;
  }
}
/* line 8336, ../sass/styles.scss */
.node-type-v2-landing-page-principal .node-v2-c-specials #hero-video h2 {
  text-transform: none !important;
}

/* line 8344, ../sass/styles.scss */
.view-video-views {
  padding-top: 50px !important;
  margin-top: 50px !important;
  position: relative;
  border-top: none !important;
}
@media (max-width: 768px) {
  /* line 8347, ../sass/styles.scss */
  .view-video-views .views-row {
    padding: 20px 0 40px 0;
  }
  /* line 8350, ../sass/styles.scss */
  .view-video-views .views-row .inner {
    padding: 0;
  }
}
/* line 271, ../sass/styles.scss */
.view-video-views:before {
  content: '';
  background: #CF233A !important;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
}
@media (max-width: 980px) {
  /* line 271, ../sass/styles.scss */
  .view-video-views:before {
    width: 100%;
  }
}
/* line 8361, ../sass/styles.scss */
.view-video-views .more-link {
  background: #F0F0F0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  margin: 40px 0;
}
/* line 8368, ../sass/styles.scss */
.view-video-views .more-link a {
  text-align: left;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 20px;
  font-family: 'Volkhov', serif;
  color: #CF233A;
  font-size: 110%;
  position: relative;
  -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;
}
/* line 8379, ../sass/styles.scss */
.view-video-views .more-link a:after {
  content: '';
  background: url("../images/link.png") no-repeat 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 10;
  float: right;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
/* line 8392, ../sass/styles.scss */
.view-video-views .more-link a:hover {
  background: #e6e6e6;
}

/**
   Photogallery page
*/
/* line 8404, ../sass/styles.scss */
.views-field-view-node a {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 70%;
  clear: both;
  padding-bottom: 2px;
  color: #CF233A !important;
  -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;
}
/* line 91, ../sass/styles.scss */
.views-field-view-node a:after {
  content: "";
  width: 85%;
  height: 1px;
  background: #e31837;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -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;
}
/* line 104, ../sass/styles.scss */
.views-field-view-node a:hover:after {
  width: 100% !important;
}

/* line 8410, ../sass/styles.scss */
.not-front .node-v2-landing-page-principal .field-name-field-intro, .not-front .node-media-asset .field-name-field-intro {
  max-width: 1024px;
  margin: 0 auto;
}
/* line 8413, ../sass/styles.scss */
.not-front .node-v2-landing-page-principal .field-name-field-intro h1, .not-front .node-v2-landing-page-principal .field-name-field-intro h2, .not-front .node-v2-landing-page-principal .field-name-field-intro h3, .not-front .node-v2-landing-page-principal .field-name-field-intro h4, .not-front .node-v2-landing-page-principal .field-name-field-intro h5, .not-front .node-media-asset .field-name-field-intro h1, .not-front .node-media-asset .field-name-field-intro h2, .not-front .node-media-asset .field-name-field-intro h3, .not-front .node-media-asset .field-name-field-intro h4, .not-front .node-media-asset .field-name-field-intro h5 {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
/* line 8416, ../sass/styles.scss */
.not-front .node-v2-landing-page-principal .field-name-field-intro p, .not-front .node-media-asset .field-name-field-intro p {
  padding: 0 !important;
}

/* line 8425, ../sass/styles.scss */
.node.view-mode-full.node-media-asset .field-name-field-intro h3 {
  margin-top: 50px;
}

/* line 8434, ../sass/styles.scss */
.node-type-media-asset .node-media-asset,
.node-v2-c-specials .node-media-asset {
  margin: 0 auto;
  max-width: 1040px;
}
/* line 8437, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .field-name-field-item,
.node-v2-c-specials .node-media-asset .field-name-field-item {
  height: auto;
}
/* line 8440, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .field-name-field-item .first-set,
.node-v2-c-specials .node-media-asset .field-name-field-item .first-set {
  height: auto;
}
/* line 8442, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .field-name-field-item .first-set img,
.node-v2-c-specials .node-media-asset .field-name-field-item .first-set img {
  width: 100%;
  height: auto;
}
/* line 8447, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .field-name-field-item .second-set,
.node-v2-c-specials .node-media-asset .field-name-field-item .second-set {
  position: relative;
  bottom: 0;
  background: none;
}
@media (min-width: 768px) {
  /* line 8447, ../sass/styles.scss */
  .node-type-media-asset .node-media-asset .field-name-field-item .second-set,
  .node-v2-c-specials .node-media-asset .field-name-field-item .second-set {
    max-width: 90%;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  /* line 8447, ../sass/styles.scss */
  .node-type-media-asset .node-media-asset .field-name-field-item .second-set,
  .node-v2-c-specials .node-media-asset .field-name-field-item .second-set {
    box-sizing: border-box;
    padding: 20px 50px;
  }
}
/* line 8461, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .field-name-field-item .second-set .field,
.node-v2-c-specials .node-media-asset .field-name-field-item .second-set .field {
  font-size: 90%;
  color: #1d1e1c;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 8469, ../sass/styles.scss */
  .node-type-media-asset .node-media-asset .slick-carousel,
  .node-v2-c-specials .node-media-asset .slick-carousel {
    margin: 0 -20px;
  }
}
/* line 8473, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .slick-carousel .slick-list,
.node-v2-c-specials .node-media-asset .slick-carousel .slick-list {
  margin: 0 50px;
}
@media (max-width: 768px) {
  /* line 8473, ../sass/styles.scss */
  .node-type-media-asset .node-media-asset .slick-carousel .slick-list,
  .node-v2-c-specials .node-media-asset .slick-carousel .slick-list {
    margin: 0 -25px;
  }
}
/* line 8479, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .slick-carousel .slick-counter,
.node-v2-c-specials .node-media-asset .slick-carousel .slick-counter {
  background: #FFF;
}
@media (min-width: 768px) {
  /* line 8479, ../sass/styles.scss */
  .node-type-media-asset .node-media-asset .slick-carousel .slick-counter,
  .node-v2-c-specials .node-media-asset .slick-carousel .slick-counter {
    float: right;
    position: relative;
    right: 50px;
    top: -27px;
    z-index: 100;
  }
}
@media (max-width: 768px) {
  /* line 8479, ../sass/styles.scss */
  .node-type-media-asset .node-media-asset .slick-carousel .slick-counter,
  .node-v2-c-specials .node-media-asset .slick-carousel .slick-counter {
    clear: both;
    display: inline-block;
    float: none;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
/* line 8502, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .slick-carousel .current-li,
.node-v2-c-specials .node-media-asset .slick-carousel .current-li {
  display: inline-block;
}
/* line 8504, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .slick-carousel .current-li button,
.node-v2-c-specials .node-media-asset .slick-carousel .current-li button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #e31837;
}
/* line 8512, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .slick-carousel .total-li,
.node-v2-c-specials .node-media-asset .slick-carousel .total-li {
  color: #e31837;
}
/* line 8515, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .slick-carousel .slick-dots,
.node-v2-c-specials .node-media-asset .slick-carousel .slick-dots {
  margin: 0;
  display: inline-block;
}
/* line 8519, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .slick-carousel .slick-dots li,
.node-v2-c-specials .node-media-asset .slick-carousel .slick-dots li {
  display: none;
}
/* line 8521, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .slick-carousel .slick-dots li.slick-active,
.node-v2-c-specials .node-media-asset .slick-carousel .slick-dots li.slick-active {
  color: #e31837;
  display: inline-block;
}
/* line 8529, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .view-photo-gallery-views,
.node-v2-c-specials .node-media-asset .view-photo-gallery-views {
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}
/* line 271, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .view-photo-gallery-views:before,
.node-v2-c-specials .node-media-asset .view-photo-gallery-views:before {
  content: '';
  background: #CF233A !important;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
}
@media (max-width: 980px) {
  /* line 271, ../sass/styles.scss */
  .node-type-media-asset .node-media-asset .view-photo-gallery-views:before,
  .node-v2-c-specials .node-media-asset .view-photo-gallery-views:before {
    width: 100%;
  }
}
/* line 8534, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .view-photo-gallery-views .views-row,
.node-v2-c-specials .node-media-asset .view-photo-gallery-views .views-row {
  margin-bottom: 30px;
}
/* line 8537, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .view-photo-gallery-views .views-row h2 a,
.node-v2-c-specials .node-media-asset .view-photo-gallery-views .views-row h2 a {
  text-transform: none;
}
/* line 8543, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .view-photo-gallery-views .views-field-view-node a,
.node-v2-c-specials .node-media-asset .view-photo-gallery-views .views-field-view-node a {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-size: 70%;
  clear: both;
  padding-bottom: 2px;
  color: #CF233A !important;
  -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;
}
/* line 91, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .view-photo-gallery-views .views-field-view-node a:after,
.node-v2-c-specials .node-media-asset .view-photo-gallery-views .views-field-view-node a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e31837;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -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;
}
/* line 104, ../sass/styles.scss */
.node-type-media-asset .node-media-asset .view-photo-gallery-views .views-field-view-node a:hover:after,
.node-v2-c-specials .node-media-asset .view-photo-gallery-views .views-field-view-node a:hover:after {
  width: 100% !important;
}

/* line 8552, ../sass/styles.scss */
.field-name-field-factsheet iframe,
.field-collection-item-field-graphs iframe {
  width: 100%;
  height: auto;
}

/* line 8559, ../sass/styles.scss */
.field-name-field-graphs > .field-items > .field-item {
  float: left;
  width: 50%;
  border-bottom: 1px solid #CF233A;
}
@media (max-width: 768px) {
  /* line 8559, ../sass/styles.scss */
  .field-name-field-graphs > .field-items > .field-item {
    width: 100%;
  }
}
/* line 8566, ../sass/styles.scss */
.field-name-field-graphs > .field-items > .field-item .entity {
  padding: 20px;
}

/* line 8574, ../sass/styles.scss */
.node-v2-c-data-page {
  margin: 0 auto;
  max-width: 1040px;
}
/* line 8577, ../sass/styles.scss */
.node-v2-c-data-page .field-name-field-facts-title {
  padding: 0 30px;
  color: #1d1e1c;
  font-size: 115%;
  font-family: 'AvenirLTStd-Book', sans-serif;
}
/* line 8583, ../sass/styles.scss */
.node-v2-c-data-page .field-name-field-graphs {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
/* line 8587, ../sass/styles.scss */
.node-v2-c-data-page .field-name-field-graphs .field-label {
  color: #1d1e1c;
  font-size: 110%;
  font-family: 'AvenirLTStd-Book', sans-serif;
  padding: 20px;
}
/* line 8594, ../sass/styles.scss */
.node-v2-c-data-page .more-link {
  background: #F0F0F0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  margin: 40px 0;
}
/* line 8602, ../sass/styles.scss */
.node-v2-c-data-page .more-link a {
  text-align: left;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 20px;
  font-family: 'Volkhov', serif;
  color: #CF233A;
  font-size: 110%;
  position: relative;
  -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;
}
/* line 8613, ../sass/styles.scss */
.node-v2-c-data-page .more-link a:after {
  content: '';
  background: url("../images/link.png") no-repeat 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 10;
  float: right;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
/* line 8626, ../sass/styles.scss */
.node-v2-c-data-page .more-link a:hover {
  background: #e6e6e6;
}

/* line 8634, ../sass/styles.scss */
.iButton a {
  position: absolute;
  top: 45%;
  cursor: pointer;
  padding: 20px;
  color: #e31837;
  z-index: 100;
}
/* line 8642, ../sass/styles.scss */
.iButton .fa {
  color: #e31837;
  margin-top: -30px;
}
/* line 8645, ../sass/styles.scss */
.iButton .fa:before {
  color: #e31837;
  font-size: 75px;
  margin-left: -4px;
}
/* line 8650, ../sass/styles.scss */
.iButton .fa.fa-angle-left {
  float: left;
  left: 0;
}
/* line 8654, ../sass/styles.scss */
.iButton .fa.fa-angle-right {
  float: right;
  right: 0;
}
/* line 8658, ../sass/styles.scss */
.iButton .fa.fa-angle-right:before {
  margin-left: 0px;
  margin-right: -4px;
}

/* line 8666, ../sass/styles.scss */
.node-meeting .slider-item {
  display: none;
}

/* line 8673, ../sass/styles.scss */
.node-type-media-asset .node-media-asset #content-bottom {
  border: none;
}
/* line 8675, ../sass/styles.scss */
.node-type-media-asset .node-media-asset #content-bottom .cat-title {
  padding-top: 30px;
}
/* line 8678, ../sass/styles.scss */
.node-type-media-asset .node-media-asset #content-bottom .view-thumbs {
  display: inline-block;
  margin: 0 -20px;
}
@media (min-width: 1200px) {
  /* line 8678, ../sass/styles.scss */
  .node-type-media-asset .node-media-asset #content-bottom .view-thumbs {
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
  }
}
/* line 8685, ../sass/styles.scss */
.node-type-media-asset .node-media-asset #content-bottom .views-row {
  float: left;
  max-width: 100%;
  position: relative;
  margin: 0;
  width: 33.33333333%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 645px) {
  /* line 8685, ../sass/styles.scss */
  .node-type-media-asset .node-media-asset #content-bottom .views-row {
    width: 100%;
  }
}

/*
   Web story
*/
/* line 8708, ../sass/styles.scss */
.node-type-web-story .node-web-story .web-story, .node-type-web-story .node-unaids-basic-page .web-story, .node-type-web-story .node-article .web-story, .node-type-web-story .node-page .web-story, .node-type-web-story .node-organization .web-story, .node-type-web-story .node-unaids-priority .web-story, .node-type-web-story .node-country-page .web-story, .node-type-web-story .node-landing-page .web-story, .node-type-web-story .node-v2-landing-page .web-story, .node-type-unaids-basic-page .node-web-story .web-story, .node-type-unaids-basic-page .node-unaids-basic-page .web-story, .node-type-unaids-basic-page .node-article .web-story, .node-type-unaids-basic-page .node-page .web-story, .node-type-unaids-basic-page .node-organization .web-story, .node-type-unaids-basic-page .node-unaids-priority .web-story, .node-type-unaids-basic-page .node-country-page .web-story, .node-type-unaids-basic-page .node-landing-page .web-story, .node-type-unaids-basic-page .node-v2-landing-page .web-story, .node-type-article .node-web-story .web-story, .node-type-article .node-unaids-basic-page .web-story, .node-type-article .node-article .web-story, .node-type-article .node-page .web-story, .node-type-article .node-organization .web-story, .node-type-article .node-unaids-priority .web-story, .node-type-article .node-country-page .web-story, .node-type-article .node-landing-page .web-story, .node-type-article .node-v2-landing-page .web-story, .node-type-page .node-web-story .web-story, .node-type-page .node-unaids-basic-page .web-story, .node-type-page .node-article .web-story, .node-type-page .node-page .web-story, .node-type-page .node-organization .web-story, .node-type-page .node-unaids-priority .web-story, .node-type-page .node-country-page .web-story, .node-type-page .node-landing-page .web-story, .node-type-page .node-v2-landing-page .web-story, .node-type-organization .node-web-story .web-story, .node-type-organization .node-unaids-basic-page .web-story, .node-type-organization .node-article .web-story, .node-type-organization .node-page .web-story, .node-type-organization .node-organization .web-story, .node-type-organization .node-unaids-priority .web-story, .node-type-organization .node-country-page .web-story, .node-type-organization .node-landing-page .web-story, .node-type-organization .node-v2-landing-page .web-story, .node-type-country-page .node-web-story .web-story, .node-type-country-page .node-unaids-basic-page .web-story, .node-type-country-page .node-article .web-story, .node-type-country-page .node-page .web-story, .node-type-country-page .node-organization .web-story, .node-type-country-page .node-unaids-priority .web-story, .node-type-country-page .node-country-page .web-story, .node-type-country-page .node-landing-page .web-story, .node-type-country-page .node-v2-landing-page .web-story, .node-type-landing-page .node-web-story .web-story, .node-type-landing-page .node-unaids-basic-page .web-story, .node-type-landing-page .node-article .web-story, .node-type-landing-page .node-page .web-story, .node-type-landing-page .node-organization .web-story, .node-type-landing-page .node-unaids-priority .web-story, .node-type-landing-page .node-country-page .web-story, .node-type-landing-page .node-landing-page .web-story, .node-type-landing-page .node-v2-landing-page .web-story, .node-type-unaids-priority .node-web-story .web-story, .node-type-unaids-priority .node-unaids-basic-page .web-story, .node-type-unaids-priority .node-article .web-story, .node-type-unaids-priority .node-page .web-story, .node-type-unaids-priority .node-organization .web-story, .node-type-unaids-priority .node-unaids-priority .web-story, .node-type-unaids-priority .node-country-page .web-story, .node-type-unaids-priority .node-landing-page .web-story, .node-type-unaids-priority .node-v2-landing-page .web-story, .node-type-v2-landing-page .node-web-story .web-story, .node-type-v2-landing-page .node-unaids-basic-page .web-story, .node-type-v2-landing-page .node-article .web-story, .node-type-v2-landing-page .node-page .web-story, .node-type-v2-landing-page .node-organization .web-story, .node-type-v2-landing-page .node-unaids-priority .web-story, .node-type-v2-landing-page .node-country-page .web-story, .node-type-v2-landing-page .node-landing-page .web-story, .node-type-v2-landing-page .node-v2-landing-page .web-story {
  margin: 0 auto;
  max-width: 1070px;
}
/* line 8711, ../sass/styles.scss */
.node-type-web-story .node-web-story .web-story #content-bottom, .node-type-web-story .node-unaids-basic-page .web-story #content-bottom, .node-type-web-story .node-article .web-story #content-bottom, .node-type-web-story .node-page .web-story #content-bottom, .node-type-web-story .node-organization .web-story #content-bottom, .node-type-web-story .node-unaids-priority .web-story #content-bottom, .node-type-web-story .node-country-page .web-story #content-bottom, .node-type-web-story .node-landing-page .web-story #content-bottom, .node-type-web-story .node-v2-landing-page .web-story #content-bottom, .node-type-unaids-basic-page .node-web-story .web-story #content-bottom, .node-type-unaids-basic-page .node-unaids-basic-page .web-story #content-bottom, .node-type-unaids-basic-page .node-article .web-story #content-bottom, .node-type-unaids-basic-page .node-page .web-story #content-bottom, .node-type-unaids-basic-page .node-organization .web-story #content-bottom, .node-type-unaids-basic-page .node-unaids-priority .web-story #content-bottom, .node-type-unaids-basic-page .node-country-page .web-story #content-bottom, .node-type-unaids-basic-page .node-landing-page .web-story #content-bottom, .node-type-unaids-basic-page .node-v2-landing-page .web-story #content-bottom, .node-type-article .node-web-story .web-story #content-bottom, .node-type-article .node-unaids-basic-page .web-story #content-bottom, .node-type-article .node-article .web-story #content-bottom, .node-type-article .node-page .web-story #content-bottom, .node-type-article .node-organization .web-story #content-bottom, .node-type-article .node-unaids-priority .web-story #content-bottom, .node-type-article .node-country-page .web-story #content-bottom, .node-type-article .node-landing-page .web-story #content-bottom, .node-type-article .node-v2-landing-page .web-story #content-bottom, .node-type-page .node-web-story .web-story #content-bottom, .node-type-page .node-unaids-basic-page .web-story #content-bottom, .node-type-page .node-article .web-story #content-bottom, .node-type-page .node-page .web-story #content-bottom, .node-type-page .node-organization .web-story #content-bottom, .node-type-page .node-unaids-priority .web-story #content-bottom, .node-type-page .node-country-page .web-story #content-bottom, .node-type-page .node-landing-page .web-story #content-bottom, .node-type-page .node-v2-landing-page .web-story #content-bottom, .node-type-organization .node-web-story .web-story #content-bottom, .node-type-organization .node-unaids-basic-page .web-story #content-bottom, .node-type-organization .node-article .web-story #content-bottom, .node-type-organization .node-page .web-story #content-bottom, .node-type-organization .node-organization .web-story #content-bottom, .node-type-organization .node-unaids-priority .web-story #content-bottom, .node-type-organization .node-country-page .web-story #content-bottom, .node-type-organization .node-landing-page .web-story #content-bottom, .node-type-organization .node-v2-landing-page .web-story #content-bottom, .node-type-country-page .node-web-story .web-story #content-bottom, .node-type-country-page .node-unaids-basic-page .web-story #content-bottom, .node-type-country-page .node-article .web-story #content-bottom, .node-type-country-page .node-page .web-story #content-bottom, .node-type-country-page .node-organization .web-story #content-bottom, .node-type-country-page .node-unaids-priority .web-story #content-bottom, .node-type-country-page .node-country-page .web-story #content-bottom, .node-type-country-page .node-landing-page .web-story #content-bottom, .node-type-country-page .node-v2-landing-page .web-story #content-bottom, .node-type-landing-page .node-web-story .web-story #content-bottom, .node-type-landing-page .node-unaids-basic-page .web-story #content-bottom, .node-type-landing-page .node-article .web-story #content-bottom, .node-type-landing-page .node-page .web-story #content-bottom, .node-type-landing-page .node-organization .web-story #content-bottom, .node-type-landing-page .node-unaids-priority .web-story #content-bottom, .node-type-landing-page .node-country-page .web-story #content-bottom, .node-type-landing-page .node-landing-page .web-story #content-bottom, .node-type-landing-page .node-v2-landing-page .web-story #content-bottom, .node-type-unaids-priority .node-web-story .web-story #content-bottom, .node-type-unaids-priority .node-unaids-basic-page .web-story #content-bottom, .node-type-unaids-priority .node-article .web-story #content-bottom, .node-type-unaids-priority .node-page .web-story #content-bottom, .node-type-unaids-priority .node-organization .web-story #content-bottom, .node-type-unaids-priority .node-unaids-priority .web-story #content-bottom, .node-type-unaids-priority .node-country-page .web-story #content-bottom, .node-type-unaids-priority .node-landing-page .web-story #content-bottom, .node-type-unaids-priority .node-v2-landing-page .web-story #content-bottom, .node-type-v2-landing-page .node-web-story .web-story #content-bottom, .node-type-v2-landing-page .node-unaids-basic-page .web-story #content-bottom, .node-type-v2-landing-page .node-article .web-story #content-bottom, .node-type-v2-landing-page .node-page .web-story #content-bottom, .node-type-v2-landing-page .node-organization .web-story #content-bottom, .node-type-v2-landing-page .node-unaids-priority .web-story #content-bottom, .node-type-v2-landing-page .node-country-page .web-story #content-bottom, .node-type-v2-landing-page .node-landing-page .web-story #content-bottom, .node-type-v2-landing-page .node-v2-landing-page .web-story #content-bottom {
  border: none;
}
/* line 8713, ../sass/styles.scss */
.node-type-web-story .node-web-story .web-story #content-bottom .cat-title, .node-type-web-story .node-unaids-basic-page .web-story #content-bottom .cat-title, .node-type-web-story .node-article .web-story #content-bottom .cat-title, .node-type-web-story .node-page .web-story #content-bottom .cat-title, .node-type-web-story .node-organization .web-story #content-bottom .cat-title, .node-type-web-story .node-unaids-priority .web-story #content-bottom .cat-title, .node-type-web-story .node-country-page .web-story #content-bottom .cat-title, .node-type-web-story .node-landing-page .web-story #content-bottom .cat-title, .node-type-web-story .node-v2-landing-page .web-story #content-bottom .cat-title, .node-type-unaids-basic-page .node-web-story .web-story #content-bottom .cat-title, .node-type-unaids-basic-page .node-unaids-basic-page .web-story #content-bottom .cat-title, .node-type-unaids-basic-page .node-article .web-story #content-bottom .cat-title, .node-type-unaids-basic-page .node-page .web-story #content-bottom .cat-title, .node-type-unaids-basic-page .node-organization .web-story #content-bottom .cat-title, .node-type-unaids-basic-page .node-unaids-priority .web-story #content-bottom .cat-title, .node-type-unaids-basic-page .node-country-page .web-story #content-bottom .cat-title, .node-type-unaids-basic-page .node-landing-page .web-story #content-bottom .cat-title, .node-type-unaids-basic-page .node-v2-landing-page .web-story #content-bottom .cat-title, .node-type-article .node-web-story .web-story #content-bottom .cat-title, .node-type-article .node-unaids-basic-page .web-story #content-bottom .cat-title, .node-type-article .node-article .web-story #content-bottom .cat-title, .node-type-article .node-page .web-story #content-bottom .cat-title, .node-type-article .node-organization .web-story #content-bottom .cat-title, .node-type-article .node-unaids-priority .web-story #content-bottom .cat-title, .node-type-article .node-country-page .web-story #content-bottom .cat-title, .node-type-article .node-landing-page .web-story #content-bottom .cat-title, .node-type-article .node-v2-landing-page .web-story #content-bottom .cat-title, .node-type-page .node-web-story .web-story #content-bottom .cat-title, .node-type-page .node-unaids-basic-page .web-story #content-bottom .cat-title, .node-type-page .node-article .web-story #content-bottom .cat-title, .node-type-page .node-page .web-story #content-bottom .cat-title, .node-type-page .node-organization .web-story #content-bottom .cat-title, .node-type-page .node-unaids-priority .web-story #content-bottom .cat-title, .node-type-page .node-country-page .web-story #content-bottom .cat-title, .node-type-page .node-landing-page .web-story #content-bottom .cat-title, .node-type-page .node-v2-landing-page .web-story #content-bottom .cat-title, .node-type-organization .node-web-story .web-story #content-bottom .cat-title, .node-type-organization .node-unaids-basic-page .web-story #content-bottom .cat-title, .node-type-organization .node-article .web-story #content-bottom .cat-title, .node-type-organization .node-page .web-story #content-bottom .cat-title, .node-type-organization .node-organization .web-story #content-bottom .cat-title, .node-type-organization .node-unaids-priority .web-story #content-bottom .cat-title, .node-type-organization .node-country-page .web-story #content-bottom .cat-title, .node-type-organization .node-landing-page .web-story #content-bottom .cat-title, .node-type-organization .node-v2-landing-page .web-story #content-bottom .cat-title, .node-type-country-page .node-web-story .web-story #content-bottom .cat-title, .node-type-country-page .node-unaids-basic-page .web-story #content-bottom .cat-title, .node-type-country-page .node-article .web-story #content-bottom .cat-title, .node-type-country-page .node-page .web-story #content-bottom .cat-title, .node-type-country-page .node-organization .web-story #content-bottom .cat-title, .node-type-country-page .node-unaids-priority .web-story #content-bottom .cat-title, .node-type-country-page .node-country-page .web-story #content-bottom .cat-title, .node-type-country-page .node-landing-page .web-story #content-bottom .cat-title, .node-type-country-page .node-v2-landing-page .web-story #content-bottom .cat-title, .node-type-landing-page .node-web-story .web-story #content-bottom .cat-title, .node-type-landing-page .node-unaids-basic-page .web-story #content-bottom .cat-title, .node-type-landing-page .node-article .web-story #content-bottom .cat-title, .node-type-landing-page .node-page .web-story #content-bottom .cat-title, .node-type-landing-page .node-organization .web-story #content-bottom .cat-title, .node-type-landing-page .node-unaids-priority .web-story #content-bottom .cat-title, .node-type-landing-page .node-country-page .web-story #content-bottom .cat-title, .node-type-landing-page .node-landing-page .web-story #content-bottom .cat-title, .node-type-landing-page .node-v2-landing-page .web-story #content-bottom .cat-title, .node-type-unaids-priority .node-web-story .web-story #content-bottom .cat-title, .node-type-unaids-priority .node-unaids-basic-page .web-story #content-bottom .cat-title, .node-type-unaids-priority .node-article .web-story #content-bottom .cat-title, .node-type-unaids-priority .node-page .web-story #content-bottom .cat-title, .node-type-unaids-priority .node-organization .web-story #content-bottom .cat-title, .node-type-unaids-priority .node-unaids-priority .web-story #content-bottom .cat-title, .node-type-unaids-priority .node-country-page .web-story #content-bottom .cat-title, .node-type-unaids-priority .node-landing-page .web-story #content-bottom .cat-title, .node-type-unaids-priority .node-v2-landing-page .web-story #content-bottom .cat-title, .node-type-v2-landing-page .node-web-story .web-story #content-bottom .cat-title, .node-type-v2-landing-page .node-unaids-basic-page .web-story #content-bottom .cat-title, .node-type-v2-landing-page .node-article .web-story #content-bottom .cat-title, .node-type-v2-landing-page .node-page .web-story #content-bottom .cat-title, .node-type-v2-landing-page .node-organization .web-story #content-bottom .cat-title, .node-type-v2-landing-page .node-unaids-priority .web-story #content-bottom .cat-title, .node-type-v2-landing-page .node-country-page .web-story #content-bottom .cat-title, .node-type-v2-landing-page .node-landing-page .web-story #content-bottom .cat-title, .node-type-v2-landing-page .node-v2-landing-page .web-story #content-bottom .cat-title {
  padding-top: 30px;
}
/* line 8716, ../sass/styles.scss */
.node-type-web-story .node-web-story .web-story #content-bottom .view-thumbs, .node-type-web-story .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-web-story .node-article .web-story #content-bottom .view-thumbs, .node-type-web-story .node-page .web-story #content-bottom .view-thumbs, .node-type-web-story .node-organization .web-story #content-bottom .view-thumbs, .node-type-web-story .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-web-story .node-country-page .web-story #content-bottom .view-thumbs, .node-type-web-story .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-web-story .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-web-story .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-article .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-page .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-organization .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-country-page .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-article .node-web-story .web-story #content-bottom .view-thumbs, .node-type-article .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-article .node-article .web-story #content-bottom .view-thumbs, .node-type-article .node-page .web-story #content-bottom .view-thumbs, .node-type-article .node-organization .web-story #content-bottom .view-thumbs, .node-type-article .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-article .node-country-page .web-story #content-bottom .view-thumbs, .node-type-article .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-article .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-page .node-web-story .web-story #content-bottom .view-thumbs, .node-type-page .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-page .node-article .web-story #content-bottom .view-thumbs, .node-type-page .node-page .web-story #content-bottom .view-thumbs, .node-type-page .node-organization .web-story #content-bottom .view-thumbs, .node-type-page .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-page .node-country-page .web-story #content-bottom .view-thumbs, .node-type-page .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-page .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-organization .node-web-story .web-story #content-bottom .view-thumbs, .node-type-organization .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-organization .node-article .web-story #content-bottom .view-thumbs, .node-type-organization .node-page .web-story #content-bottom .view-thumbs, .node-type-organization .node-organization .web-story #content-bottom .view-thumbs, .node-type-organization .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-organization .node-country-page .web-story #content-bottom .view-thumbs, .node-type-organization .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-organization .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-country-page .node-web-story .web-story #content-bottom .view-thumbs, .node-type-country-page .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-country-page .node-article .web-story #content-bottom .view-thumbs, .node-type-country-page .node-page .web-story #content-bottom .view-thumbs, .node-type-country-page .node-organization .web-story #content-bottom .view-thumbs, .node-type-country-page .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-country-page .node-country-page .web-story #content-bottom .view-thumbs, .node-type-country-page .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-country-page .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-web-story .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-article .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-page .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-organization .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-country-page .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-web-story .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-article .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-page .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-organization .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-country-page .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-web-story .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-article .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-page .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-organization .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-country-page .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-v2-landing-page .web-story #content-bottom .view-thumbs {
  display: inline-block;
  margin: 0 -20px;
}
@media (min-width: 1200px) {
  /* line 8716, ../sass/styles.scss */
  .node-type-web-story .node-web-story .web-story #content-bottom .view-thumbs, .node-type-web-story .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-web-story .node-article .web-story #content-bottom .view-thumbs, .node-type-web-story .node-page .web-story #content-bottom .view-thumbs, .node-type-web-story .node-organization .web-story #content-bottom .view-thumbs, .node-type-web-story .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-web-story .node-country-page .web-story #content-bottom .view-thumbs, .node-type-web-story .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-web-story .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-web-story .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-article .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-page .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-organization .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-country-page .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-unaids-basic-page .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-article .node-web-story .web-story #content-bottom .view-thumbs, .node-type-article .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-article .node-article .web-story #content-bottom .view-thumbs, .node-type-article .node-page .web-story #content-bottom .view-thumbs, .node-type-article .node-organization .web-story #content-bottom .view-thumbs, .node-type-article .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-article .node-country-page .web-story #content-bottom .view-thumbs, .node-type-article .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-article .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-page .node-web-story .web-story #content-bottom .view-thumbs, .node-type-page .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-page .node-article .web-story #content-bottom .view-thumbs, .node-type-page .node-page .web-story #content-bottom .view-thumbs, .node-type-page .node-organization .web-story #content-bottom .view-thumbs, .node-type-page .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-page .node-country-page .web-story #content-bottom .view-thumbs, .node-type-page .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-page .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-organization .node-web-story .web-story #content-bottom .view-thumbs, .node-type-organization .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-organization .node-article .web-story #content-bottom .view-thumbs, .node-type-organization .node-page .web-story #content-bottom .view-thumbs, .node-type-organization .node-organization .web-story #content-bottom .view-thumbs, .node-type-organization .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-organization .node-country-page .web-story #content-bottom .view-thumbs, .node-type-organization .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-organization .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-country-page .node-web-story .web-story #content-bottom .view-thumbs, .node-type-country-page .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-country-page .node-article .web-story #content-bottom .view-thumbs, .node-type-country-page .node-page .web-story #content-bottom .view-thumbs, .node-type-country-page .node-organization .web-story #content-bottom .view-thumbs, .node-type-country-page .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-country-page .node-country-page .web-story #content-bottom .view-thumbs, .node-type-country-page .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-country-page .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-web-story .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-article .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-page .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-organization .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-country-page .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-landing-page .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-web-story .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-article .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-page .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-organization .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-country-page .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-unaids-priority .node-v2-landing-page .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-web-story .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-unaids-basic-page .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-article .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-page .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-organization .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-unaids-priority .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-country-page .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-landing-page .web-story #content-bottom .view-thumbs, .node-type-v2-landing-page .node-v2-landing-page .web-story #content-bottom .view-thumbs {
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
  }
}
/* line 8723, ../sass/styles.scss */
.node-type-web-story .node-web-story .web-story #content-bottom .views-row, .node-type-web-story .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-web-story .node-article .web-story #content-bottom .views-row, .node-type-web-story .node-page .web-story #content-bottom .views-row, .node-type-web-story .node-organization .web-story #content-bottom .views-row, .node-type-web-story .node-unaids-priority .web-story #content-bottom .views-row, .node-type-web-story .node-country-page .web-story #content-bottom .views-row, .node-type-web-story .node-landing-page .web-story #content-bottom .views-row, .node-type-web-story .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-web-story .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-article .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-page .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-organization .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-unaids-priority .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-country-page .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-landing-page .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-article .node-web-story .web-story #content-bottom .views-row, .node-type-article .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-article .node-article .web-story #content-bottom .views-row, .node-type-article .node-page .web-story #content-bottom .views-row, .node-type-article .node-organization .web-story #content-bottom .views-row, .node-type-article .node-unaids-priority .web-story #content-bottom .views-row, .node-type-article .node-country-page .web-story #content-bottom .views-row, .node-type-article .node-landing-page .web-story #content-bottom .views-row, .node-type-article .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-page .node-web-story .web-story #content-bottom .views-row, .node-type-page .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-page .node-article .web-story #content-bottom .views-row, .node-type-page .node-page .web-story #content-bottom .views-row, .node-type-page .node-organization .web-story #content-bottom .views-row, .node-type-page .node-unaids-priority .web-story #content-bottom .views-row, .node-type-page .node-country-page .web-story #content-bottom .views-row, .node-type-page .node-landing-page .web-story #content-bottom .views-row, .node-type-page .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-organization .node-web-story .web-story #content-bottom .views-row, .node-type-organization .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-organization .node-article .web-story #content-bottom .views-row, .node-type-organization .node-page .web-story #content-bottom .views-row, .node-type-organization .node-organization .web-story #content-bottom .views-row, .node-type-organization .node-unaids-priority .web-story #content-bottom .views-row, .node-type-organization .node-country-page .web-story #content-bottom .views-row, .node-type-organization .node-landing-page .web-story #content-bottom .views-row, .node-type-organization .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-country-page .node-web-story .web-story #content-bottom .views-row, .node-type-country-page .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-country-page .node-article .web-story #content-bottom .views-row, .node-type-country-page .node-page .web-story #content-bottom .views-row, .node-type-country-page .node-organization .web-story #content-bottom .views-row, .node-type-country-page .node-unaids-priority .web-story #content-bottom .views-row, .node-type-country-page .node-country-page .web-story #content-bottom .views-row, .node-type-country-page .node-landing-page .web-story #content-bottom .views-row, .node-type-country-page .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-landing-page .node-web-story .web-story #content-bottom .views-row, .node-type-landing-page .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-landing-page .node-article .web-story #content-bottom .views-row, .node-type-landing-page .node-page .web-story #content-bottom .views-row, .node-type-landing-page .node-organization .web-story #content-bottom .views-row, .node-type-landing-page .node-unaids-priority .web-story #content-bottom .views-row, .node-type-landing-page .node-country-page .web-story #content-bottom .views-row, .node-type-landing-page .node-landing-page .web-story #content-bottom .views-row, .node-type-landing-page .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-unaids-priority .node-web-story .web-story #content-bottom .views-row, .node-type-unaids-priority .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-unaids-priority .node-article .web-story #content-bottom .views-row, .node-type-unaids-priority .node-page .web-story #content-bottom .views-row, .node-type-unaids-priority .node-organization .web-story #content-bottom .views-row, .node-type-unaids-priority .node-unaids-priority .web-story #content-bottom .views-row, .node-type-unaids-priority .node-country-page .web-story #content-bottom .views-row, .node-type-unaids-priority .node-landing-page .web-story #content-bottom .views-row, .node-type-unaids-priority .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-web-story .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-article .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-page .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-organization .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-unaids-priority .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-country-page .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-landing-page .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-v2-landing-page .web-story #content-bottom .views-row {
  float: left;
  max-width: 100%;
  position: relative;
  margin: 0;
  width: 33.33333333%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 645px) {
  /* line 8723, ../sass/styles.scss */
  .node-type-web-story .node-web-story .web-story #content-bottom .views-row, .node-type-web-story .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-web-story .node-article .web-story #content-bottom .views-row, .node-type-web-story .node-page .web-story #content-bottom .views-row, .node-type-web-story .node-organization .web-story #content-bottom .views-row, .node-type-web-story .node-unaids-priority .web-story #content-bottom .views-row, .node-type-web-story .node-country-page .web-story #content-bottom .views-row, .node-type-web-story .node-landing-page .web-story #content-bottom .views-row, .node-type-web-story .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-web-story .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-article .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-page .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-organization .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-unaids-priority .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-country-page .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-landing-page .web-story #content-bottom .views-row, .node-type-unaids-basic-page .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-article .node-web-story .web-story #content-bottom .views-row, .node-type-article .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-article .node-article .web-story #content-bottom .views-row, .node-type-article .node-page .web-story #content-bottom .views-row, .node-type-article .node-organization .web-story #content-bottom .views-row, .node-type-article .node-unaids-priority .web-story #content-bottom .views-row, .node-type-article .node-country-page .web-story #content-bottom .views-row, .node-type-article .node-landing-page .web-story #content-bottom .views-row, .node-type-article .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-page .node-web-story .web-story #content-bottom .views-row, .node-type-page .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-page .node-article .web-story #content-bottom .views-row, .node-type-page .node-page .web-story #content-bottom .views-row, .node-type-page .node-organization .web-story #content-bottom .views-row, .node-type-page .node-unaids-priority .web-story #content-bottom .views-row, .node-type-page .node-country-page .web-story #content-bottom .views-row, .node-type-page .node-landing-page .web-story #content-bottom .views-row, .node-type-page .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-organization .node-web-story .web-story #content-bottom .views-row, .node-type-organization .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-organization .node-article .web-story #content-bottom .views-row, .node-type-organization .node-page .web-story #content-bottom .views-row, .node-type-organization .node-organization .web-story #content-bottom .views-row, .node-type-organization .node-unaids-priority .web-story #content-bottom .views-row, .node-type-organization .node-country-page .web-story #content-bottom .views-row, .node-type-organization .node-landing-page .web-story #content-bottom .views-row, .node-type-organization .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-country-page .node-web-story .web-story #content-bottom .views-row, .node-type-country-page .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-country-page .node-article .web-story #content-bottom .views-row, .node-type-country-page .node-page .web-story #content-bottom .views-row, .node-type-country-page .node-organization .web-story #content-bottom .views-row, .node-type-country-page .node-unaids-priority .web-story #content-bottom .views-row, .node-type-country-page .node-country-page .web-story #content-bottom .views-row, .node-type-country-page .node-landing-page .web-story #content-bottom .views-row, .node-type-country-page .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-landing-page .node-web-story .web-story #content-bottom .views-row, .node-type-landing-page .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-landing-page .node-article .web-story #content-bottom .views-row, .node-type-landing-page .node-page .web-story #content-bottom .views-row, .node-type-landing-page .node-organization .web-story #content-bottom .views-row, .node-type-landing-page .node-unaids-priority .web-story #content-bottom .views-row, .node-type-landing-page .node-country-page .web-story #content-bottom .views-row, .node-type-landing-page .node-landing-page .web-story #content-bottom .views-row, .node-type-landing-page .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-unaids-priority .node-web-story .web-story #content-bottom .views-row, .node-type-unaids-priority .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-unaids-priority .node-article .web-story #content-bottom .views-row, .node-type-unaids-priority .node-page .web-story #content-bottom .views-row, .node-type-unaids-priority .node-organization .web-story #content-bottom .views-row, .node-type-unaids-priority .node-unaids-priority .web-story #content-bottom .views-row, .node-type-unaids-priority .node-country-page .web-story #content-bottom .views-row, .node-type-unaids-priority .node-landing-page .web-story #content-bottom .views-row, .node-type-unaids-priority .node-v2-landing-page .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-web-story .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-unaids-basic-page .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-article .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-page .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-organization .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-unaids-priority .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-country-page .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-landing-page .web-story #content-bottom .views-row, .node-type-v2-landing-page .node-v2-landing-page .web-story #content-bottom .views-row {
    width: 100%;
  }
}

/* line 8740, ../sass/styles.scss */
.iButton {
  background: none !important;
}
/* line 8742, ../sass/styles.scss */
.iButton.left {
  left: 0;
}
/* line 8745, ../sass/styles.scss */
.iButton.right {
  right: 0;
}
/* line 8748, ../sass/styles.scss */
.iButton i {
  background: #FFFFFF !important;
  width: 60px;
  height: 80px;
  padding: 0;
}

/* line 8757, ../sass/styles.scss */
.body p a {
  color: #333;
  border-bottom: 2px solid #CF233A;
}
/* line 8761, ../sass/styles.scss */
.body p a:hover {
  color: #CF233A;
}

/* line 8767, ../sass/styles.scss */
.content-left {
  border-top: 1px solid #CF233A !important;
}
/* line 8770, ../sass/styles.scss */
.content-left .block .block-inner {
  padding: 10px 0;
  border-bottom: 1px solid #CF233A;
}
/* line 8774, ../sass/styles.scss */
.content-left .block .block-inner h2 {
  margin-bottom: 10px;
}
/* line 8775, ../sass/styles.scss */
.content-left .block .block-inner p {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  text-transform: none;
}
/* line 8779, ../sass/styles.scss */
.content-left .block .block-inner a {
  margin-bottom: 20px;
}

/* line 8790, ../sass/styles.scss */
#Countries .block .block-inner, #Countries_mobile .block .block-inner {
  border-bottom: none !important;
}
/* line 8792, ../sass/styles.scss */
#Countries .block .block-inner a, #Countries_mobile .block .block-inner a {
  font-family: 'AvenirLTStd-Light', sans-serif;
}

/*

*/
@media (max-width: 768px) {
  /* line 8808, ../sass/styles.scss */
  .field-name-field-components .field-name-field-component-title .field-item {
    padding: 30px 0 0 0;
    margin-bottom: 10px;
  }
}

/* line 8816, ../sass/styles.scss */
.little_text {
  border: 1px solid #FFF;
  background: transparent;
  height: 60px;
  margin-top: 10px;
  margin-left: 3px;
  color: #FFF;
  font-size: 20px;
  padding-left: 15px;
  margin-right: 7px;
  padding-right: 10px;
  width: 256px;
  -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;
}

/* line 8831, ../sass/styles.scss */
.little_text::placeholder {
  color: #AAA;
}

/* line 8835, ../sass/styles.scss */
.action-button {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  min-width: 60px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  padding: 0 10px;
  -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;
  background: transparent;
}

/* line 8848, ../sass/styles.scss */
.action-button:hover, .little_text:focus {
  background: rgba(0, 0, 0, 0.38);
  outline: none;
  border: 1px solid #FFFFFF;
}

/* line 8854, ../sass/styles.scss */
.contribution_check {
  display: inline-block;
}

/* line 8860, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner {
  margin-top: 65px;
}
@media (min-width: 768px) {
  /* line 8862, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-donate-banner .full-width-col {
    left: 50%;
    margin-left: -50vw;
    position: relative;
    width: 100vw;
  }
}
@media (max-width: 768px) {
  /* line 8862, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-donate-banner .full-width-col {
    margin: 0 -20px;
  }
}
/* line 8874, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr {
  margin-bottom: -2px;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 8880, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* line 8890, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr .content {
  position: relative;
  z-index: 100;
  text-align: left;
  margin: 0 auto;
  max-width: 1160px;
  display: inline-block;
  padding: 50px 75px;
  width: 100%;
  box-sizing: border-box;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  /* line 8890, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-donate-banner .banner-wr .content {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 8905, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-headline {
  font-family: 'Volkhov', serif;
  color: #FFFFFF;
  font-size: 350%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 8905, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-headline {
    padding: 0 20px;
  }
}
@media (min-width: 460px) {
  /* line 8905, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-headline {
    font-size: 200%;
  }
}
@media (min-width: 645px) {
  /* line 8905, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-headline {
    font-size: 240%;
  }
}
@media (min-width: 768px) {
  /* line 8905, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-headline {
    font-size: 280%;
  }
}
/* line 8923, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-body {
  padding: 0 20px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 880px) {
  /* line 8923, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-body {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
  }
}
/* line 8926, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-body p {
  color: #FFFFFF;
}
/* line 8930, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-special-component {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 880px) {
  /* line 8930, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-special-component {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
  }
}
/* line 8933, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-special-component .donate-btn-wr {
  display: inline-block;
  margin: -30px auto 0;
  text-align: left;
}
@media (max-width: 880px) {
  /* line 8933, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-special-component .donate-btn-wr {
    margin-top: 0;
  }
}
/* line 8940, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-special-component .donate-btn-wr .field-name-field-buttons-label {
  padding-bottom: 20px;
}
/* line 8944, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-special-component .donate-btn-wr .field-name-field-buttons .field-item {
  display: inline-block;
  padding: 0 3px;
}
/* line 8947, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-special-component .donate-btn-wr .field-name-field-buttons .field-item a {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  min-width: 60px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  -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;
}
/* line 8958, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-donate-banner .banner-wr .content .field-name-field-special-component .donate-btn-wr .field-name-field-buttons .field-item a:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background: rgba(0, 0, 0, 0.38);
}
/* line 8980, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-special {
  padding: 0 55px;
}
@media (max-width: 768px) {
  /* line 8980, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-text-special {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 8986, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-special .field-name-body {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 880px) {
  /* line 8986, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-text-special .field-name-body {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
  }
}
/* line 8989, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-special .field-name-field-special-component {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
}
@media (max-width: 880px) {
  /* line 8989, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-text-special .field-name-field-special-component {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
  }
}
/* line 8993, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-special .field-name-field-special-component #newsletter {
  left: 0;
  margin-left: 0;
  position: relative;
  width: 100%;
  background: none;
  padding: 0;
}
/* line 8994, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-special .field-name-field-special-component #newsletter .button {
  position: relative;
  top: -2px;
}
/* line 9004, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-special .field-name-field-special-component #newsletter form {
  margin: 0 auto;
  max-width: 380px;
}
/* line 9007, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-special .field-name-field-special-component #newsletter form .left {
  padding-bottom: 10px;
  line-height: 100%;
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #1d1e1c;
  text-align: left;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  font-size: 100%;
}
/* line 9019, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-special .field-name-field-special-component #newsletter form .right {
  text-align: left;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
/* line 9025, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-special .field-name-field-special-component #newsletter form .right .required.email {
  top: 1px;
}
/* line 9034, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-links {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
}
@media (max-width: 768px) {
  /* line 9034, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-text-links {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 9042, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-links .field-name-field-link-text {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 880px) {
  /* line 9042, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-text-links .field-name-field-link-text {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
  }
}
/* line 9045, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-links .field-name-field-text-link {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 880px) {
  /* line 9045, ../sass/styles.scss */
  .field-type-entityreference .node-v2-c-text-links .field-name-field-text-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
  }
}
/* line 9050, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-links .field-name-field-text-link .field-item a {
  text-transform: uppercase;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  display: inline-block;
  font-size: 90%;
  position: relative;
  color: #1d1e1c;
  margin-top: 5px;
  -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;
}
/* line 59, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-links .field-name-field-text-link .field-item a:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #e31837;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  -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;
}
/* line 74, ../sass/styles.scss */
.field-type-entityreference .node-v2-c-text-links .field-name-field-text-link .field-item a:hover:after {
  width: 100%;
}

/* line 9057, ../sass/styles.scss */
.donate-button {
  margin-left: 16px;
  border: 1px solid #e31837;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  min-width: 60px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  padding: 0 15px 0 15px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.18);
  -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;
}
/* line 9071, ../sass/styles.scss */
.donate-button:link, .donate-button:visited {
  color: #FFFFFF;
}
/* line 9074, ../sass/styles.scss */
.donate-button:hover {
  background: rgba(0, 0, 0, 0.38);
}

/* line 9079, ../sass/styles.scss */
#header ul.language-switcher-locale-url .donate a {
  background: #e31837;
  padding: 5px;
  color: #FFFFFF !important;
}

/*
  publication
*/
/* line 9088, ../sass/styles.scss */
.view-tabs {
  width: 100%;
  text-align: right;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 9088, ../sass/styles.scss */
  .view-tabs {
    text-align: center;
  }
}

/* line 9096, ../sass/styles.scss */
.menu-view-tabs {
  list-style: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  /* line 9096, ../sass/styles.scss */
  .menu-view-tabs {
    margin-right: 50px;
  }
}
/* line 9103, ../sass/styles.scss */
.menu-view-tabs li {
  list-style: none;
  border-left: 1px solid #1d1e1c;
  line-height: 24px;
  height: 24px;
  min-width: 125px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 460px) {
  /* line 9103, ../sass/styles.scss */
  .menu-view-tabs li {
    min-width: 50px;
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  /* line 9103, ../sass/styles.scss */
  .menu-view-tabs li {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: none;
  }
}
/* line 9121, ../sass/styles.scss */
.menu-view-tabs li:first-of-type {
  border: none;
}
/* line 9124, ../sass/styles.scss */
.menu-view-tabs li a {
  text-transform: uppercase;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  display: inline-block;
  font-size: 90%;
  position: relative;
  color: #1d1e1c;
  margin-top: 5px;
  -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;
  line-height: 24px;
  margin: 0;
  padding: 0 0 6px 0;
}
/* line 59, ../sass/styles.scss */
.menu-view-tabs li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #e31837;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  -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;
}
/* line 74, ../sass/styles.scss */
.menu-view-tabs li a:hover:after {
  width: 100%;
}
/* line 9131, ../sass/styles.scss */
.menu-view-tabs li a.active:after {
  width: 60px;
  left: -50%;
  margin: 0 auto;
  right: -50%;
}

/* line 9141, ../sass/styles.scss */
.views-submit-button {
  padding: 0 !important;
  position: relative;
}
/* line 9145, ../sass/styles.scss */
.views-submit-button .ajax-progress-throbber {
  position: absolute;
  bottom: -2px;
  left: 65px;
}

/* line 9151, ../sass/styles.scss */
.pager-show-more-next {
  text-align: center;
  position: relative;
}
/* line 9154, ../sass/styles.scss */
.pager-show-more-next .ajax-progress-throbber {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
}

/* line 9163, ../sass/styles.scss */
.nice-select {
  border: 2px solid #f7f7f7;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'AvenirLTStd-Medium', sans-serif;
  color: #1d1e1c;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* line 9173, ../sass/styles.scss */
.nice-select ul.list {
  color: #1d1e1c;
  width: 100%;
  border: 2px solid #f7f7f7;
  overflow-y: auto;
  max-height: 180px;
  top: -2px;
  left: -2px;
  width: -moz-calc(100% + 4px);
  width: -webkit-calc(100% + 4px);
  width: calc(100% + 4px);
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* line 9185, ../sass/styles.scss */
.nice-select ul.list .option {
  line-height: 30px;
  min-height: 30px;
  padding-left: 10px;
}
/* line 9189, ../sass/styles.scss */
.nice-select ul.list .option:hover {
  background: none;
  color: #e31837;
}

/* line 9197, ../sass/styles.scss */
.region-sidebar-first .block {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e31837;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  /* line 9197, ../sass/styles.scss */
  .region-sidebar-first .block {
    float: right;
    max-width: 270px;
  }
}
/* line 9206, ../sass/styles.scss */
.region-sidebar-first .block h2, .region-sidebar-first .block .block-title {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 100%;
}
/* line 9213, ../sass/styles.scss */
.region-sidebar-first .block form {
  margin-bottom: 0;
}
/* line 9216, ../sass/styles.scss */
.region-sidebar-first .block:last-of-type {
  border: none;
}
/* line 9219, ../sass/styles.scss */
.region-sidebar-first .block .selectionShareable {
  font-family: 'AvenirLTStd-Medium', sans-serif;
  text-transform: uppercase;
}
/* line 9223, ../sass/styles.scss */
.region-sidebar-first .block .selectionShareable a {
  color: #1d1e1c;
  font-family: "AvenirLTStd-Book", sans-serif;
  text-transform: none;
}
/* line 9227, ../sass/styles.scss */
.region-sidebar-first .block .selectionShareable a:hover {
  color: #e31837;
}
@media (max-width: 645px) {
  /* line 9233, ../sass/styles.scss */
  .region-sidebar-first .block-views {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 9240, ../sass/styles.scss */
.region-sidebar-first .views-exposed-widgets .views-exposed-widget {
  padding-right: 0;
  padding-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 645px) and (max-width: 768px) {
  /* line 9240, ../sass/styles.scss */
  .region-sidebar-first .views-exposed-widgets .views-exposed-widget {
    padding-right: 20px;
    width: 33.3333333333%;
  }
}
/* line 9249, ../sass/styles.scss */
.region-sidebar-first .views-exposed-widgets .views-exposed-widget label {
  font-size: 90%;
  font-weight: 400;
  font-family: 'AvenirLTStd-Medium', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 9256, ../sass/styles.scss */
.region-sidebar-first .views-exposed-widgets .views-exposed-widget .form-item, .region-sidebar-first .views-exposed-widgets .views-exposed-widget div {
  width: 100%;
  margin: 0;
}
/* line 9259, ../sass/styles.scss */
.region-sidebar-first .views-exposed-widgets .views-exposed-widget .form-item select, .region-sidebar-first .views-exposed-widgets .views-exposed-widget div select {
  width: 100%;
}
/* line 9264, ../sass/styles.scss */
.region-sidebar-first .views-exposed-widgets .form-submit {
  background: #F0F0F0;
  border: none;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  font-family: 'AvenirLTStd-Medium', sans-serif;
  -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;
}
@media (max-width: 460px) {
  /* line 9264, ../sass/styles.scss */
  .region-sidebar-first .views-exposed-widgets .form-submit {
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 9277, ../sass/styles.scss */
.region-sidebar-first .views-exposed-widgets .form-submit:hover {
  background: #e31837;
  color: #FFFFFF;
}

/* line 9287, ../sass/styles.scss */
.view-publication-archive .views-field-title {
  font-family: 'AvenirLTStd-Medium', sans-serif;
}
@media (min-width: 1200px) {
  /* line 9285, ../sass/styles.scss */
  .view-publication-archive {
    margin-right: 200px;
    margin-left: 50px;
  }
}
/* line 9294, ../sass/styles.scss */
.view-publication-archive .views-row {
  float: left;
  width: 33.333333333%;
  box-sizing: border-box;
  padding: 20px 35px;
}
@media (min-width: 645px) and (max-width: 768px) {
  /* line 9300, ../sass/styles.scss */
  .view-publication-archive .views-row:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 980px) {
  /* line 9305, ../sass/styles.scss */
  .view-publication-archive .views-row:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /* line 9294, ../sass/styles.scss */
  .view-publication-archive .views-row {
    width: 50%;
  }
  /* line 9311, ../sass/styles.scss */
  .view-publication-archive .views-row:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 645px) {
  /* line 9294, ../sass/styles.scss */
  .view-publication-archive .views-row {
    width: 50%;
  }
  /* line 9317, ../sass/styles.scss */
  .view-publication-archive .views-row:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 460px) {
  /* line 9294, ../sass/styles.scss */
  .view-publication-archive .views-row {
    clear: both;
    width: 100%;
  }
}
/* line 9326, ../sass/styles.scss */
.view-publication-archive .views-row .views-field-field-asset-thumbnail img {
  width: 100%;
}
/* line 9331, ../sass/styles.scss */
.view-publication-archive .views-row .views-field-title a {
  color: #1d1e1c;
}

/* line 9338, ../sass/styles.scss */
.view-publication-archive.view-display-id-page_5, .view-publication-archive.view-display-id-page_7 {
  margin: 0px auto;
  max-width: 1024px;
}
/* line 9341, ../sass/styles.scss */
.view-publication-archive.view-display-id-page_5 .view-filters, .view-publication-archive.view-display-id-page_5 .view-tabs, .view-publication-archive.view-display-id-page_7 .view-filters, .view-publication-archive.view-display-id-page_7 .view-tabs {
  display: none;
}
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-publication-archive.view-display-id-page_5 .view-content:before, .view-publication-archive.view-display-id-page_5 .view-content:after, .view-publication-archive.view-display-id-page_7 .view-content:before, .view-publication-archive.view-display-id-page_7 .view-content:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-publication-archive.view-display-id-page_5 .view-content:after, .view-publication-archive.view-display-id-page_7 .view-content:after {
  clear: both;
}
/* line 9347, ../sass/styles.scss */
.view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(3n+1), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(3n+1) {
  clear: left;
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
}
/* line 9351, ../sass/styles.scss */
.view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(3n+2), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(3n+2) {
  clear: none;
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 9355, ../sass/styles.scss */
.view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(3n+3), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(3n+3) {
  clear: none;
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
@media (min-width: 768px) {
  /* line 9360, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-field-field-asset-thumbnail .field-content, .view-publication-archive.view-display-id-page_7 .views-field-field-asset-thumbnail .field-content {
    height: 175px !important;
  }
}
@media (max-width: 768px) {
  /* line 9365, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(4n+1), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(4n+1) {
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 9369, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(4n+2), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(4n+2) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 9373, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(4n+3), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(4n+3) {
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 9377, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(4n+4), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(4n+4) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 9381, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-field-field-asset-thumbnail .field-content, .view-publication-archive.view-display-id-page_7 .views-field-field-asset-thumbnail .field-content {
    height: 205px !important;
  }
}
@media (max-width: 640px) {
  /* line 9386, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-field-field-asset-thumbnail .field-content, .view-publication-archive.view-display-id-page_7 .views-field-field-asset-thumbnail .field-content {
    height: 165px !important;
  }
}
@media (max-width: 480px) {
  /* line 9391, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-field-field-asset-thumbnail .field-content, .view-publication-archive.view-display-id-page_7 .views-field-field-asset-thumbnail .field-content {
    height: 110px !important;
  }
}
@media (max-width: 320px) {
  /* line 9396, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(4n+1), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(4n+1) {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 9400, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(4n+2), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(4n+2) {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 9404, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(4n+3), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(4n+3) {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 9408, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-row:nth-of-type(4n+4), .view-publication-archive.view-display-id-page_7 .views-row:nth-of-type(4n+4) {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 9412, ../sass/styles.scss */
  .view-publication-archive.view-display-id-page_5 .views-field-field-asset-thumbnail .field-content, .view-publication-archive.view-display-id-page_7 .views-field-field-asset-thumbnail .field-content {
    height: 165px !important;
  }
}

/* line 9418, ../sass/styles.scss */
.view-meeting {
  margin: 0px auto;
  max-width: 1024px;
}
/* line 9421, ../sass/styles.scss */
.view-meeting .view-filters, .view-meeting .view-tabs {
  display: none;
}
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-meeting .view-content:before, .view-meeting .view-content:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.view-meeting .view-content:after {
  clear: both;
}
/* line 9427, ../sass/styles.scss */
.view-meeting .views-row:nth-of-type(4n+1) {
  clear: left;
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
}
/* line 9431, ../sass/styles.scss */
.view-meeting .views-row:nth-of-type(4n+2) {
  clear: none;
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
}
/* line 9435, ../sass/styles.scss */
.view-meeting .views-row:nth-of-type(4n+3) {
  clear: none;
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
}
/* line 9439, ../sass/styles.scss */
.view-meeting .views-row:nth-of-type(4n+4) {
  clear: none;
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}
@media (min-width: 768px) {
  /* line 9444, ../sass/styles.scss */
  .view-meeting .views-field-field-asset-thumbnail .field-content {
    height: 225px !important;
  }
}
@media (max-width: 768px) {
  /* line 9449, ../sass/styles.scss */
  .view-meeting .views-row:nth-of-type(4n+1) {
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 9453, ../sass/styles.scss */
  .view-meeting .views-row:nth-of-type(4n+2) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 9457, ../sass/styles.scss */
  .view-meeting .views-row:nth-of-type(4n+3) {
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 9461, ../sass/styles.scss */
  .view-meeting .views-row:nth-of-type(4n+4) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 9465, ../sass/styles.scss */
  .view-meeting .views-field-field-asset-thumbnail .field-content {
    height: 215px !important;
  }
}
@media (max-width: 640px) {
  /* line 9470, ../sass/styles.scss */
  .view-meeting .views-field-field-asset-thumbnail .field-content {
    height: 215px !important;
  }
}
@media (max-width: 480px) {
  /* line 9475, ../sass/styles.scss */
  .view-meeting .views-field-field-asset-thumbnail .field-content {
    height: 215px !important;
  }
}
@media (max-width: 320px) {
  /* line 9480, ../sass/styles.scss */
  .view-meeting .views-row:nth-of-type(4n+1) {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 9484, ../sass/styles.scss */
  .view-meeting .views-row:nth-of-type(4n+2) {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 9488, ../sass/styles.scss */
  .view-meeting .views-row:nth-of-type(4n+3) {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 9492, ../sass/styles.scss */
  .view-meeting .views-row:nth-of-type(4n+4) {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 9496, ../sass/styles.scss */
  .view-meeting .views-field-field-asset-thumbnail .field-content {
    height: 215px !important;
  }
}
/* line 9500, ../sass/styles.scss */
.view-meeting .view-content > div:nth-of-type(1n+16) {
  display: none;
}

@media (max-width: 645px) {
  /* line 9505, ../sass/styles.scss */
  #block-views-exp-publication-archive-page-1,
  #block-views-exp-publication-archive-page-2,
  #block-views-exp-publication-archive-page-3 {
    display: none;
    background: #FFFFFF;
    height: 100%;
    left: 0;
    padding: 30px 20px;
    position: fixed;
    top: 59px;
    width: 100%;
    z-index: 220;
  }
  /* line 9517, ../sass/styles.scss */
  #block-views-exp-publication-archive-page-1.show-filter,
  #block-views-exp-publication-archive-page-2.show-filter,
  #block-views-exp-publication-archive-page-3.show-filter {
    display: block;
  }

  /* line 9522, ../sass/styles.scss */
  .admin-menu #block-views-exp-publication-archive-page-1,
  .admin-menu #block-views-exp-publication-archive-page-2,
  .admin-menu #block-views-exp-publication-archive-page-3 {
    top: 88px;
  }
}
@media (min-width: 645px) {
  /* line 9530, ../sass/styles.scss */
  #block-views-exp-publication-archive-page-1,
  #block-views-exp-publication-archive-page-2,
  #block-views-exp-publication-archive-page-3 {
    display: block !important;
  }
}
/* line 9537, ../sass/styles.scss */
.filter-mobile {
  max-width: 70px;
  text-align: center;
  position: absolute;
  float: right;
  top: 0;
  cursor: pointer;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}
@media (min-width: 645px) {
  /* line 9537, ../sass/styles.scss */
  .filter-mobile {
    display: none;
  }
}
/* line 9550, ../sass/styles.scss */
.filter-mobile .fa-filter {
  width: 100%;
  clear: both;
}
/* line 9554, ../sass/styles.scss */
.filter-mobile .fa-filter:before {
  font-size: 180%;
  -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;
}
/* line 9560, ../sass/styles.scss */
.filter-mobile span {
  width: 100%;
  clear: both;
  text-transform: uppercase;
  font-size: 80%;
  -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;
}
/* line 9568, ../sass/styles.scss */
.filter-mobile:hover span,
.filter-mobile:hover i:before {
  color: #e31837;
}

/*

*/
/* line 9580, ../sass/styles.scss */
.node-v2-c-specials .node-title {
  padding: 30px 20px 50px;
  text-transform: uppercase;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
@media (max-width: 768px) {
  /* line 9580, ../sass/styles.scss */
  .node-v2-c-specials .node-title {
    padding: 30px 0 20px 0;
  }
}
/* line 9588, ../sass/styles.scss */
.node-v2-c-specials #year-filter,
.node-v2-c-specials #month-filter {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  clear: both;
  list-style: none;
}
@media (min-width: 768px) {
  /* line 9588, ../sass/styles.scss */
  .node-v2-c-specials #year-filter,
  .node-v2-c-specials #month-filter {
    padding: 15px;
  }
}
/* line 9599, ../sass/styles.scss */
.node-v2-c-specials #year-filter li,
.node-v2-c-specials #month-filter li {
  margin: 0 10px;
  display: inline-block;
  list-style: none;
}
@media (max-width: 768px) {
  /* line 9599, ../sass/styles.scss */
  .node-v2-c-specials #year-filter li,
  .node-v2-c-specials #month-filter li {
    margin: 0  !important;
  }
}
/* line 9606, ../sass/styles.scss */
.node-v2-c-specials #year-filter li a,
.node-v2-c-specials #month-filter li a {
  text-transform: uppercase;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
  display: inline-block;
  font-size: 90%;
  position: relative;
  color: #1d1e1c;
  margin-top: 5px;
  -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;
  color: #a5a5a4;
  line-height: 24px;
  margin: 0;
  padding: 0 10px;
}
/* line 59, ../sass/styles.scss */
.node-v2-c-specials #year-filter li a:after,
.node-v2-c-specials #month-filter li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #e31837;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  -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;
}
/* line 74, ../sass/styles.scss */
.node-v2-c-specials #year-filter li a:hover:after,
.node-v2-c-specials #month-filter li a:hover:after {
  width: 100%;
}
/* line 9614, ../sass/styles.scss */
.node-v2-c-specials #year-filter li.active a,
.node-v2-c-specials #month-filter li.active a {
  color: #1d1e1c;
}
/* line 9616, ../sass/styles.scss */
.node-v2-c-specials #year-filter li.active a:after,
.node-v2-c-specials #month-filter li.active a:after {
  width: 60px;
  left: -50%;
  margin: 0 auto;
  right: -50%;
}
/* line 9627, ../sass/styles.scss */
.node-v2-c-specials #year-filter {
  margin-bottom: 0;
}
/* line 9629, ../sass/styles.scss */
.node-v2-c-specials #year-filter li {
  margin: 0 20px;
}
/* line 9635, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-filters {
  display: none;
  background: #FFFFFF;
  height: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 30px 20px;
  position: fixed;
  top: 59px;
  width: 100%;
  z-index: 220;
}
/* line 9647, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-filters.show-filter {
  display: block;
}
/* line 9651, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-filters .views-exposed-widgets .views-exposed-widget {
  padding-right: 0;
  padding-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 645px) and (max-width: 768px) {
  /* line 9651, ../sass/styles.scss */
  .node-v2-c-specials .view-stories-archive .view-filters .views-exposed-widgets .views-exposed-widget {
    padding-right: 20px;
    width: 33.3333333333%;
  }
}
/* line 9660, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-filters .views-exposed-widgets .views-exposed-widget label {
  font-size: 90%;
  font-weight: 400;
  font-family: 'AvenirLTStd-Medium', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 9668, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-filters .views-exposed-widgets .views-exposed-widget .form-item, .node-v2-c-specials .view-stories-archive .view-filters .views-exposed-widgets .views-exposed-widget div {
  width: 100%;
  margin: 0;
}
/* line 9671, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-filters .views-exposed-widgets .views-exposed-widget .form-item select, .node-v2-c-specials .view-stories-archive .view-filters .views-exposed-widgets .views-exposed-widget div select {
  width: 100%;
}
/* line 9676, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-filters .views-exposed-widgets .form-submit {
  background: #F0F0F0;
  border: none;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  font-family: 'AvenirLTStd-Medium', sans-serif;
  -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;
}
/* line 9687, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-filters .views-exposed-widgets .form-submit:hover {
  background: #e31837;
  color: #FFFFFF;
}
/* line 9696, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-content .row {
  width: 100%;
  clear: both;
  padding: 35px 20px 15px;
  box-sizing: border-box;
  border-top: 1px solid #CF233A;
}
@media (max-width: 768px) {
  /* line 9696, ../sass/styles.scss */
  .node-v2-c-specials .view-stories-archive .view-content .row {
    padding: 35px 0 15px;
  }
}
/* line 9705, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-content .row h3 {
  margin-bottom: 0;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  letter-spacing: 1.1px;
}
/* line 9710, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-content .row:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  /* line 9713, ../sass/styles.scss */
  .node-v2-c-specials .view-stories-archive .view-content .view-content-wr {
    margin: 0 -20px;
  }
}
/* line 9718, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-content .views-row {
  float: left;
  width: 33.333333333%;
  box-sizing: border-box;
  padding: 25px 20px;
}
@media (max-width: 460px) {
  /* line 9718, ../sass/styles.scss */
  .node-v2-c-specials .view-stories-archive .view-content .views-row {
    padding: 25px 0;
  }
}
@media (min-width: 768px) {
  /* line 9727, ../sass/styles.scss */
  .node-v2-c-specials .view-stories-archive .view-content .views-row:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  /* line 9718, ../sass/styles.scss */
  .node-v2-c-specials .view-stories-archive .view-content .views-row {
    width: 50%;
  }
  /* line 9735, ../sass/styles.scss */
  .node-v2-c-specials .view-stories-archive .view-content .views-row:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 460px) {
  /* line 9718, ../sass/styles.scss */
  .node-v2-c-specials .view-stories-archive .view-content .views-row {
    clear: both;
    width: 100%;
  }
}
/* line 9745, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-content .views-row .views-field-field-asset-thumbnail img {
  width: 100%;
}
/* line 9750, ../sass/styles.scss */
.node-v2-c-specials .view-stories-archive .view-content .views-row .views-field-title a {
  color: #1d1e1c;
}

/* line 9760, ../sass/styles.scss */
a {
  outline: none !important;
}
/* line 9762, ../sass/styles.scss */
a:link, a:visited, a:active {
  outline: none !important;
}

@media (max-width: 645px) {
  /* line 9767, ../sass/styles.scss */
  .node-v2-c-specials .gray-bg-mobile {
    position: relative;
    background: #f9f9f9;
    margin: 0 -20px -2px;
    padding: 0 20px;
    min-height: 65px;
  }
  /* line 9773, ../sass/styles.scss */
  .node-v2-c-specials .gray-bg-mobile h3 {
    font-family: 'Volkhov', serif;
    padding-right: 70px !important;
    font-size: 140%;
    line-height: 150%;
    padding: 15px 70px 15px 0 !important;
    margin-bottom: -3px;
  }

  /* line 9782, ../sass/styles.scss */
  #year-filter {
    display: none !important;
  }

  /* line 9785, ../sass/styles.scss */
  #month-filter {
    display: none !important;
  }
}
/* line 9792, ../sass/styles.scss */
.admin-menu .view-stories-archive .view-filters.show-filter {
  top: 88px !important;
}

/* line 9797, ../sass/styles.scss */
#mobile-sidebar-1 {
  display: none;
}

@media (max-width: 645px) {
  /* line 9802, ../sass/styles.scss */
  .page-publications-archive .region-sidebar-first {
    display: none;
  }
}
/* line 9808, ../sass/styles.scss */
.page-publications-archive #mobile-sidebar-1 {
  display: none;
}
@media (max-width: 645px) {
  /* line 9808, ../sass/styles.scss */
  .page-publications-archive #mobile-sidebar-1 {
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
    clear: both;
  }
  /* line 9816, ../sass/styles.scss */
  .page-publications-archive #mobile-sidebar-1 .region-sidebar-first {
    display: block;
  }
}

/* line 9822, ../sass/styles.scss */
#mobile-sidebar-2 {
  display: none;
}

@media (max-width: 768px) {
  /* line 9827, ../sass/styles.scss */
  .node-carousel #st-1 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* line 9834, ../sass/styles.scss */
  .node-v2-c-specials #mobile-sidebar-2 {
    display: block;
    text-align: center;
  }
  /* line 9838, ../sass/styles.scss */
  .node-v2-c-specials #mobile-sidebar-2 #st-2 {
    display: inline-block !important;
  }
  /* line 9841, ../sass/styles.scss */
  .node-v2-c-specials #mobile-sidebar-2 .st-btn {
    min-width: 50px !important;
    padding: 10px 40px 10px 0 !important;
    background: url("../images/sharethis.png") no-repeat 100% 50% !important;
    height: 40px !important;
    line-height: 100% !important;
    margin-right: 0 !important;
    margin-top: 30px;
  }
  /* line 9849, ../sass/styles.scss */
  .node-v2-c-specials #mobile-sidebar-2 .st-btn:hover {
    opacity: 1 !important;
    top: 0 !important;
  }
  /* line 9852, ../sass/styles.scss */
  .node-v2-c-specials #mobile-sidebar-2 .st-btn:hover .st-label:after {
    width: 100% !important;
  }
  /* line 9858, ../sass/styles.scss */
  .node-v2-c-specials #mobile-sidebar-2 svg {
    fill: #CF233A;
    display: none;
  }
  /* line 9862, ../sass/styles.scss */
  .node-v2-c-specials #mobile-sidebar-2 .st-label {
    line-height: 100%;
    min-width: 0 !important;
    padding: 5px 0 !important;
    color: #CF233A !important;
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Book', sans-serif;
    -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;
  }
  /* line 9870, ../sass/styles.scss */
  .node-v2-c-specials #mobile-sidebar-2 .st-label:after {
    content: "";
    width: 0;
    height: 1px;
    background: #e31837;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    -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;
  }
}

/* line 9889, ../sass/styles.scss */
.node-horizontal-feed .field-type-taxonomy-term-reference .fixed-three-content.slick-slider {
  max-height: 135px;
}

/* line 289, ../sass/styles.scss */
.three-with-images-content .slick-dots {
  bottom: 10px;
  float: right;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
/* line 297, ../sass/styles.scss */
.three-with-images-content .slick-dots li {
  display: inline-block;
}
/* line 300, ../sass/styles.scss */
.three-with-images-content .slick-dots li button {
  padding: 0;
  float: left;
  width: 6px;
  margin: 0 2px;
  overflow: hidden;
  line-height: 100px;
  text-indent: 100px;
  display: inline-block;
  background: #e6e6e6;
  border: 1px solid #cccccc;
  height: 6px;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* line 316, ../sass/styles.scss */
.three-with-images-content .slick-dots li.hover button, .three-with-images-content .slick-dots li.slick-active button {
  background: #7f7f7f;
  border: 1px solid #808289;
}

/* line 9898, ../sass/styles.scss */
.field-name-field-slides-list img {
  width: 100%;
  height: auto;
}

/* line 9904, ../sass/styles.scss */
.view-v2-keywords-feed .view-content.slick-slider {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 9910, ../sass/styles.scss */
.field-name-field-contacts {
  margin: 50px auto;
  max-width: 1024px;
}

/* line 9915, ../sass/styles.scss */
.view-hand-picked {
  margin: 0px auto;
  max-width: 1025px;
}

/* line 9920, ../sass/styles.scss */
.st-label {
  display: none;
}

/* line 9924, ../sass/styles.scss */
#explore .node-media-asset .field-name-field-asset-thumbnail .field-item {
  background: #FFF;
}
/* line 9926, ../sass/styles.scss */
#explore .node-media-asset .field-name-field-asset-thumbnail .field-item img, #explore .node-media-asset .field-name-field-asset-thumbnail .field-item a {
  display: block;
}

/* line 9931, ../sass/styles.scss */
body.i18n-fr .fixed-three-container > .field-name-field-component {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}

@media (max-width: 768px) {
  /* line 9936, ../sass/styles.scss */
  body.i18n-fr .fixed-three-container .field-name-field-component-title .field-item {
    right: 40px;
  }

  /* line 9939, ../sass/styles.scss */
  body.i18n-fr .fixed-three-container > .field-name-field-component {
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
/* line 9944, ../sass/styles.scss */
body.i18n-ru .fixed-three-container > .field-name-field-component,
body.i18n-es .fixed-three-container > .field-name-field-component {
  width: -moz-calc(100% - 105px);
  width: -webkit-calc(100% - 105px);
  width: calc(100% - 105px);
}

@media (max-width: 768px) {
  /* line 9950, ../sass/styles.scss */
  body.i18n-ru .fixed-three-container .field-name-field-component-title .field-item,
  body.i18n-es .fixed-three-container .field-name-field-component-title .field-item {
    right: 31px;
  }

  /* line 9954, ../sass/styles.scss */
  body.i18n-ru .fixed-three-container > .field-name-field-component,
  body.i18n-es .fixed-three-container > .field-name-field-component {
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  /* line 9960, ../sass/styles.scss */
  #header {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 9964, ../sass/styles.scss */
  #header .right {
    width: 67%;
    margin-left: 21%;
  }

  /* line 9968, ../sass/styles.scss */
  #header .left {
    width: 33%;
    margin-right: -21%;
  }

  /* line 9972, ../sass/styles.scss */
  #header #main-menu > ul > li {
    font-size: 75% !important;
  }

  /* line 9975, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title,
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-extended {
    max-width: 75%;
  }
}
@media (max-width: 524px) {
  /* line 9982, ../sass/styles.scss */
  body.not-front .node-carousel.display-fullscreen .second-set {
    top: 10% !important;
  }

  /* line 9985, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title {
    font-size: 160%;
  }

  /* line 9988, ../sass/styles.scss */
  .node-carousel .first-set {
    min-height: 170px;
  }
}
@media (max-width: 415px) {
  /* line 9994, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-c-title {
    font-size: 120%;
  }

  /* line 9997, ../sass/styles.scss */
  .node-carousel.display-fullscreen .field-name-field-item .field-name-field-brief {
    font-size: 75%;
  }

  /* line 10000, ../sass/styles.scss */
  .node-carousel .first-set {
    min-height: 100px;
  }
}
/* FINETUNING */
/* line 10006, ../sass/styles.scss */
.views-row span.img {
  margin-bottom: 5px;
}
