/*
 * [Santz Front-end Boilerplate], made by [Santz]
 *
 * [Benavidez, Buenos Aires, Argentina]
 * Copyright [2015], [Santz Design]
 *
 * [http://santz.co] | [https://github.com/SantzDesign/Santz]
 * [santiago@santz.co]
 */
/*
 * Bourbon
 */
/*
 * Box Sizing
 */
*, *:after, *:before {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Normalize
 */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header,
hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*
 * Variables
 */
/*
 * Main
 */
body {
  font: normal 16px Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #808080;
  background: #fff;
  min-width: 320px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #00e;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
}
::-moz-selection {
  background: #fea232;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fea232;
  color: #fff;
  text-shadow: none;
}

/*
 * Plugins
 */
.page-icpd section#main .max_wrapper {
  padding-top: 0px !important;
}
#main nav.breadcrumb {
  height: auto;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.featured-content .panel-group.accordion {
  margin-bottom: 0;
  padding: 20px 0;
}
.featured-content .panel-group.accordion .panel {
  background: #ffffff;
  border: 0 none;
  border-radius: 0;
  margin: 0 0 20px;
}
.featured-content .panel-group.accordion .panel:last-child {
  margin: 0;
}
.featured-content .panel-group .panel-heading {
  background-color: #ffffff;
}
.featured-content .panel-title {
  font-size: 16px;
  padding: 0;
}
.featured-content .panel-title a {
  cursor: pointer;
  position: relative;
  color: #00ccff;
  display: block;
  padding: 11px 13px 10px 37px;
  outline: none;
}
.featured-content .panel-title a:hover {
  color: #30b3e6;
  text-decoration: none;
}
.featured-content .panel-title a:focus {
  text-decoration: none;
}
.panel-title a .icon-panel-collapse {
  position: absolute;
  top: 50%;
  left: 13px;
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #00ccff;
  margin: -7px 0 0;
  padding: 3px;
  text-align: center;
  color: #fff;
  font-size: 9px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.panel-title a .icon-panel-collapse:before {
  content: "\f068";
}
/*.panel-title a.collapsed {
  color: #333333;
}
.panel-title a.collapsed .icon-panel-collapse {
  background: #333333;
}*/
.panel-title a.collapsed .icon-panel-collapse:before {
  content: "\f067";
}
.panel-body {
  padding: 15px 37px 30px;
}
.panel-body > p {
  margin: 0 0 24px;
}
.panel-body > p:last-child {
  margin: 0;
}
.panel-body figure {
  margin: 0;
  padding: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  font-size: 12px;
  font-weight: bold;
  display: block;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.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);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-next, .slick-prev {
  position: relative;
  cursor: pointer;
  outline: none;
  z-index: 2;
}

/*
 * Modules
 */
@font-face {
  font-family: 'UN';
  src: url("../fonts/icons/icons.eot?xugwtp");
  src: url("../fonts/icons/icons.eot?#iefixxugwtp") format("embedded-opentype"), url("../fonts/icons/icons.woff?xugwtp") format("woff"), url("../fonts/icons/icons.ttf?xugwtp") format("truetype"), url("../fonts/icons/icons.svg?xugwtp#UN") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'UN';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-google:before {
  content: "\f0d5";
}
.icon-mail:before {
  content: "\f0e0";
}
.icon-arrow-left:before {
  content: "\f104";
}
.icon-arrow-right:before {
  content: "\f105";
}
.icon-youtube:before {
  content: "\f16a";
}
.container {
  position: relative;
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
}
.col-md-33, .col-md-66,
.col-md-20, .col-md-60, .col-md-40,
.col-md-100 {
  float: left;
  display: inline;
  padding: 0 10px;
}
.row {
  margin: 0 0 20px;
}
.column-child {
  margin: 0 -10px;
}
.col-md-100 {
  width: 100%;
}
.col-md-60 {
  width: 60%;
}
.col-md-40 {
  width: 40%;
}
.col-md-20 {
  width: 20%;
}
.col-md-33 {
  width: 33.33333333%;
}
.col-md-66 {
  width: 66.66666667%;
}
.container:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:before, .clearfix:after,
.row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after, .clearfix:after {
  clear: both;
}
.row, .clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

@media only screen and (max-width: 679px) {
  .page-icpd section#main .max_wrapper {
    padding-top: 40px !important;
  }
  .col-md-60, .col-md-40 {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
  margin: 0;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.125;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
h4, h5, h6, .h4, .h5, .h6 {
  font-size: 16px;
  font-weight: bold;
}
p {
  margin: 0;
}
.article-chapter-nav .valign-content h3 {
  font-size: 1em;
  margin-bottom: 0;
}
.social-sharer {
  position: relative;
  display: block;
  height: 54px;
  width: 28px;
  background: gray;
  border-radius: 3px;
  padding: 7px 1px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.social-sharer i {
  display: block;
  margin: 0 0 7px;
}
.social-sharer span {
  padding: 4px 0;
  display: block;
  background: #fff;
  border-radius: 1px;
  font-size: 10px;
  font-weight: bold;
  color: #333333;
}
.social-sharer-twitter:hover,
.social-sharer-twitter:focus {
  background: #12c7ef;
}
.social-sharer-facebook:hover,
.social-sharer-facebook:focus {
  background: #305fb3;
}
.social-sharer-google:hover,
.social-sharer-google:focus {
  background: #d7482a;
}
.social-sharer-mail:hover,
.social-sharer-mail:focus {
  background: #000;
}
.featured-content-lightgray {
  background: #efefef;
}
.featured-content-orange {
  background: #f2942e;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0;
}
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
}

/*
 * Specifics
 */
.logo a {
  display: block;
  height: 80px;
  width: 200px;
  background: url(../../images/sprite.png) 0 0 no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.home-tiles-child {
  margin: 0 -10px;
}
.home-tiles-col-60 {
  width: 60%;
}
.home-tiles-col-33 {
  width: 33.33333333%;
}
.home-tiles-col-20 {
  width: 20%;
}
.home-tiles-col-60,
.home-tiles-col-33,
.home-tiles-col-20 {
  float: left;
  display: inline;
  padding: 0 10px;
}
.home-tiles {
  padding: 20px 0 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.home-tiles .tile {
  margin: 0 0 20px;
}
.home-intro h1 {
  margin: 0 0 20px;
  text-transform: uppercase;
}
.home-content {
  padding: 0 0 20px;
}
.nav-tiles {
  position: relative;
  margin-bottom: 25px;
}
.nav-tiles.is_fixed {
  position: fixed;
  z-index: 33;
  background: transparent none;
  top: 0;
  max-width: 980px;
  width: 100%;
}
.tile-nav {
  float: left;
  width: 14.28%;
  height: 100px;
}
.tile-nav .tile-overlay {
  font-size: 14px;
}
.nav-tiles-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.video-container {
  background: #000;
}
.video-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.video-wrapper iframe,
object {
  display: block;
  width: 100%;
}
.video-lang-selector {
  background: #000;
}
.video-lang-selector a {
  float: left;
  width: 16.66666667%;
  text-align: center;
  background: #000;
  padding: 17px 10px 16px;
  font-size: 12px;
  color: #fff;
}
.video-lang-selector a i {
  margin: 0 0 0 4px;
}
.video-lang-selector a:hover,
.video-lang-selector a:focus,
.video-lang-selector a.is-selected {
  background: #00ccff;
}
.video-lang-selector a.is-selected {
  cursor: default;
}
.video-lang-selector:hover a.is-selected {
  background: #313e41;
}
.nav-stories-mobile-link {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #fff;
  display: block;
  padding: 14px 13px 13px 37px;
  background: #333333;
}
.nav-stories-mobile-link .icon-panel-collapse {
  position: absolute;
  top: 50%;
  left: 13px;
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin: -7px 0 0;
  padding: 3px;
  background: #fff;
  text-align: center;
  color: #333333;
  font-size: 9px;
}
.nav-stories-mobile-link .icon-panel-collapse:before {
  content: "\f068";
}
.nav-stories-mobile-link.collapsed {
  color: #fff;
}
.nav-stories-mobile-link.collapsed .icon-panel-collapse:before {
  content: "\f067";
}
.nav-stories-mobile-link:hover {
  color: #00ccff;
}
.nav-stories-mobile-link:hover .icon-panel-collapse {
  color: white;
  background: #00ccff;
}
.nav-stories-mobile {
  display: none;
}
.nav-stories-mobile nav a {
  display: block;
  color: #fff;
  padding: 13px 13px 12px;
}
.nav-stories-mobile nav a:hover {
  background: #333;
}
.nsm-lightblue {
  background: rgba(0, 204, 255, 0.9);
}
.nsm-orange {
  background: rgba(242, 148, 46, 0.9);
}
.nsm-green {
  background: rgba(133, 185, 58, 0.9);
}
.nsm-blue {
  background: rgba(47, 144, 201, 0.9);
}
.nsm-yellow {
  background: rgba(250, 206, 65, 0.9);
}
.article-main {
  position: relative;
  padding: 18px 340px 20px 0;
  min-height: 390px;
}
.article-main-head {
  margin: 0 0 26px;
}
.article-main-head h1 {
  font-size: 2em;
  margin: 0 0 12px;
}
.article-main-head h4 {
  font-size: 1em;
  margin: 0 0 5px;
}
.article-main-head > p {
  font-size: 12px;
}
.article-main-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  padding: 18px 0 20px 20px;
  border-left: 1px dotted #666666;
}
.article-main-info-head {
  margin: 0 0 40px;
}
.article-main-logo-un {
  position: absolute;
  top: 116px;
  right: 0;
}
.article-main-social {
  position: absolute;
  top: 21px;
  right: 0;
}
.article-main-social .social-sharer {
  float: left;
  margin: 0 0 0 6px;
}
.article-main-social .social-sharer:first-child {
  margin: 0;
}
.pillar-link {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  opacity: 0.5;
  overflow: hidden;
}
.pillar-link:hover,
.pillar-link:focus,
.pillar-link.is-selected {
  opacity: 1;
}
.pillar-link.is-selected {
  cursor: default;
}
.pillar-link-image {
  float: left;
  height: 30px;
  width: 30px;
  margin: 3px 0 0;
}
.pillar-link-name {
  margin: 0 0 0 38px;
  height: 36px;
  color: #000;
  font-size: 12px;
}
.article-chapter-nav {
  border-top: 1px dotted #666666;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.article-chapter-nav.is_fixed {
  position: fixed;
  max-width: 980px;
  width: 100%;
  z-index: 9;
  background: white;
}
.article-chapter-nav-inner {
  position: relative;
  height: 70px;
}
.article-chapter-nav-title {
  text-align: center;
  padding: 0 140px;
  height: 100%;
}
.article-chapter-nav-arrow-left,
.article-chapter-nav-arrow-right {
  font: normal 12px Helvetica, Arial, sans-serif;
  display: block;
  position: absolute;
  top: 50%;
  height: 50px;
  width: auto;
  line-height: 22px;
  margin: -25px 0 0;
  color: gray;
}
.article-chapter-nav-arrow-left:before,
.article-chapter-nav-arrow-right:before {
  font-family: 'UN';
  font-size: 28px;
  display: block;
  position: absolute;
  top: 50%;
  margin: -11px 0 0;
}
.article-chapter-nav-arrow-left:hover,
.article-chapter-nav-arrow-right:hover {
  color: rgba(242, 148, 46, 0.9);
}
.article-chapter-nav-arrow-left {
  left: 0;
  padding: 15px 0 0 20px;
}
.article-chapter-nav-arrow-left:before {
  left: 0;
}
.article-chapter-nav-arrow-right {
  right: 0;
  padding: 15px 20px 0 0;
}
.article-chapter-nav-arrow-right:before {
  right: 0;
}
.article-content {
  padding: 18px 0 20px;
}
.article-content h2 {
  font-size: 1.4em;
  margin: 0 0 18px;
}
.article-content > p {
  margin: 0 0 24px;
}
.article-content blockquote {
  background: transparent none;
  padding: 16px 0 15px;
  margin: 34px 0 36px;
  border-color: #666666;
  border-style: dotted;
  border-width: 1px 0;
  color: #333333;
  font: italic 20px Georgia, serif;
  line-height: 1.65;
  width: 100%;
}
.featured-slider-container {
  position: relative;
  padding: 15px 0 40px;
  color: #fff;
}
.featured-slider-container h4 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: normal;
  line-height: 1.35;
}
.featured-slider-nav-container {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 0;
}
.featured-slider-nav {
  float: left;
  height: 30px;
  width: 30px;
  background: #fff;
  padding: 5px 0 0;
  border-radius: 50%;
  text-align: center;
  color: #f2942e;
  font-size: 18px;
  outline: none;
}
.featured-slider-nav:focus {
  outline: none;
}
.featured-slider-nav:hover,
.featured-slider-nav:focus {
  background-color: #d8d8d8;
  color: #f2942e;
  text-decoration: none;
}
.featured-slider-nav.slick-prev {
  padding-right: 4px;
}
.featured-slider-nav.slick-next {
  padding-left: 4px;
  margin: 0 0 0 9px;
}

/*
 * Media
 */
@media only screen and (max-width: 879px) {
  .home-tiles-child {
    margin: 0 -1px;
  }
  .home-tiles-col-60,
  .home-tiles-col-33,
  .home-tiles-col-20 {
    padding: 0 1px;
  }
  .home-tiles {
    padding: 10px 9px 13px;
  }
  .home-tiles .tile {
    margin: 0 0 2px;
  }
  .tile-lg {
    height: 337px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 879px) {
  .home-intro h1 {
    max-width: 260px;
  }
}

@media only screen and (max-width: 699px) {
  .home-tiles-child {
    margin: 0 -10px;
  }
  .home-tiles-col-60,
  .home-tiles-col-33,
  .home-tiles-col-20 {
    padding: 0 10px;
    width: 100%;
  }
  .home-tiles {
    padding: 10px 0 15px;
  }
  .home-tiles .tile {
    margin: 0 0 10px;
  }
  .tile-sm, .tile-md, .tile-lg {
    height: 250px;
  }
}

@media only screen and (max-width: 679px) {
  .home-intro {
    margin: 0 0 26px;
  }
  .home-content {
    text-align: justify;
  }
}

@media only screen and (max-width: 459px) {
  .tile-sm, .tile-md, .tile-lg {
    height: 120px;
  }
  .home-intro h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 859px) {
  .tile-nav {
    height: 80px;
  }
  .tile-nav .tile-overlay {
    font-size: 12px;
  }
}

@media only screen and (max-width: 819px) {
  .article-main {
    padding: 18px 260px 20px 0;
    min-height: 505px;
  }
  .article-main-info {
    width: 240px;
  }
  .article-main-info-head {
    padding: 0;
  }
  .article-main-logo-un {
    position: static;
  }
  .article-main-social {
    position: static;
    margin: 0 0 20px;
  }
  .pillar-link {
    max-width: none;
  }
}

@media only screen and (max-width: 749px) {
  .nav-tiles-inner {
    display: none;
  }
  .nav-stories-mobile {
    display: block;
  }
}

@media only screen and (max-width: 679px) {
  .article-main {
    padding: 8px 0 20px;
  }
  .article-main-content {
    margin: 0 0 10px;
  }
  .article-main-info {
    position: relative;
    width: auto;
    padding: 20px 150px 0 0;
    border: 0;
  }
  .article-main-logo-un,
  .article-main-social {
    position: absolute;
  }
  .video-lang-selector a {
    font-size: 10px;
  }
}

@media only screen and (max-width: 579px) {
  .article-chapter-nav-arrow-left,
  .article-chapter-nav-arrow-right {
    width: 50px;
  }
  .article-chapter-nav-arrow-left,
  .article-chapter-nav-arrow-right {
    visibility: hidden;
  }
  .article-chapter-nav-arrow-left:before,
  .article-chapter-nav-arrow-right:before {
    visibility: visible;
  }
  .article-chapter-nav-arrow-left:after,
  .article-chapter-nav-arrow-right:after {
    display: none;
  }
  .article-chapter-nav-title {
    padding: 0 50px;
  }
  .article-content {
    font-size: 12px;
  }
  .article-content h2 {
    font-size: 18px;
  }
  .article-content > p {
    margin: 0 0 16px;
  }
  .article-content blockquote {
    padding: 11px 0 10px;
    margin: 19px 0 21px;
    font-size: 16px;
  }
  .panel-title {
    font-size: 12px;
  }
  .panel-title a {
    padding: 11px 13px 11px 37px;
    outline: none;
  }
  .panel-body {
    font-size: 12px;
  }
}

@media only screen and (max-width: 549px) {
  .video-lang-selector a {
    padding: 17px 0 16px;
    font-size: 9px;
  }
  .video-lang-selector i {
    display: block;
    margin: 0;
    padding: 4px 0 0;
  }
}

@media only screen and (max-width: 439px) {
  .article-main-head h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 419px) {
  .article-main-info {
    padding: 20px 0 0 0;
  }
  .article-main-logo-un,
  .article-main-social {
    position: static;
  }
}
/*# sourceMappingURL=un.css.map */

/* SPIL ADDITIONS */
.featured-slider-nav:hover {
  background-color: #333333;
}