/**
 * @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. */
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300");
/* line 168, ../sass/_init.scss */
body {
  background: #b9b9b8;
}

/* line 171, ../sass/_init.scss */
#page {
  background: #fff;
}

/* 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 _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: "Open Sans", Arial;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.42857em;
}

/* 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
 */
/* line 137, ../sass/_normalize.scss */
a:link {
  text-decoration: none;
  color: #0032a1;
}

/* line 141, ../sass/_normalize.scss */
a:visited {
  color: #0032a1;
}

/* line 144, ../sass/_normalize.scss */
a:hover,
a:focus {
  color: #005daa;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 152, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

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

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

/* line 194, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 1.90476em;
  margin-top: 0.95238em;
  margin-bottom: 0.95238em;
}

/* line 199, ../sass/_normalize.scss */
h3 {
  font-size: 1.09857em;
  line-height: 1.30039em;
  margin-top: 1.30039em;
  margin-bottom: 1.30039em;
}

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

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

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

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

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

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

/* Address differences between Firefox and other browsers. */
/* line 237, ../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.42857em 0;
}

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

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 252, ../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.42857em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 345, ../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 366, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

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

/**
 * 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 402, ../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 417, ../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 436, ../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 447, ../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 461, ../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 475, ../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 486, ../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 501, ../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 510, ../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 516, ../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 526, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/**
 * Tables
 */
/* line 540, ../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.42857em;
  margin-bottom: 1.42857em;
}

/* 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 */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 40, ../sass/layouts/_responsive.scss */
#header, #navigation,
.sidebar_first,
.sidebar_second, .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, .wrapper:before, .wrapper:after, .postface:before, .postface:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after, .wrapper:after, .postface:after {
  clear: both;
}

/* Navigation bar */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  /* line 60, ../sass/layouts/_responsive.scss */
  .panel-flexible .col1, .panel-flexible .cols2, .panel-flexible .panels-flexible-region-2-center {
    width: 100%;
  }

  /* line 65, ../sass/layouts/_responsive.scss */
  .wrapper {
    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 68, ../sass/layouts/_responsive.scss */
  .social .social-wrap {
    width: 82% !important;
  }

  /* line 73, ../sass/layouts/_responsive.scss */
  .header .header__logo {
    display: none;
  }

  /* line 75, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  /* line 80, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    width: 100%;
  }
}
/* Upwards of Mobile Landscape Size  */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 92, ../sass/layouts/_responsive.scss */
  .wrapper {
    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 94, ../sass/layouts/_responsive.scss */
  .social .social-wrap {
    width: 50% !important;
  }

  /* line 99, ../sass/layouts/_responsive.scss */
  .header .header__logo {
    display: none;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 111, ../sass/layouts/_responsive.scss */
  .header .header__logo {
    display: none;
  }
  /* line 113, ../sass/layouts/_responsive.scss */
  .header .iom-menu select {
    width: 100%;
  }

  /* line 117, ../sass/layouts/_responsive.scss */
  .social .social-wrap {
    width: 31% !important;
  }

  /* line 121, ../sass/layouts/_responsive.scss */
  .header2 {
    clear: right;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .header2 .iom-menu {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    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;
  }

  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 133, ../sass/layouts/_responsive.scss */
  .wrapper {
    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 134, ../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 136, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 141, ../sass/layouts/_responsive.scss */
  .sidebar-first .sidebar_first, .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    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;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 150, ../sass/layouts/_responsive.scss */
  .sidebar-second, .region-sidebar-first {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 152, ../sass/layouts/_responsive.scss */
  .sidebar-second #content, .region-sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 157, ../sass/layouts/_responsive.scss */
  .sidebar-second .sidebar_second, .sidebar-second .region-sidebar-second, .region-sidebar-first .sidebar_second, .region-sidebar-first .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    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;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 166, ../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 168, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: -75%;
  }
  /* line 173, ../sass/layouts/_responsive.scss */
  .two-sidebars .sidebar_first, .two-sidebars .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
  /* line 178, ../sass/layouts/_responsive.scss */
  .two-sidebars .sidebar_second, .two-sidebars .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    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;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
  }
  /* line 182, ../sass/layouts/_responsive.scss */
  .two-sidebars .sidebar_second .block, .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;
  }
}
/**
 * Use 12 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /* line 197, ../sass/layouts/_responsive.scss */
  .postface .region-postface1 {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    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 202, ../sass/layouts/_responsive.scss */
  .postface .region-postface2 {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    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 206, ../sass/layouts/_responsive.scss */
  .postface .region-postface {
    clear: left;
  }

  /* line 211, ../sass/layouts/_responsive.scss */
  .footer .region-footer1 {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    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 216, ../sass/layouts/_responsive.scss */
  .footer .region-footer2 {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    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 220, ../sass/layouts/_responsive.scss */
  .footer .region-footer {
    clear: left;
  }

  /* line 225, ../sass/layouts/_responsive.scss */
  .header1 {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }

  /* line 228, ../sass/layouts/_responsive.scss */
  .header2 {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
    clear: right;
  }
  /* line 231, ../sass/layouts/_responsive.scss */
  .header2 .iom-menu {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
    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;
  }

  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 242, ../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 244, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }
  /* line 249, ../sass/layouts/_responsive.scss */
  .sidebar-first .sidebar_first, .sidebar-first .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    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;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 259, ../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 261, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }
  /* line 266, ../sass/layouts/_responsive.scss */
  .sidebar-second .sidebar_second, .sidebar-second .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    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;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 275, ../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 277, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: -75%;
  }
  /* line 282, ../sass/layouts/_responsive.scss */
  .two-sidebars .sidebar_first, .two-sidebars .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    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 288, ../sass/layouts/_responsive.scss */
  .two-sidebars .sidebar_second, .two-sidebars .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    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;
  }
}
/* 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, .visually-hidden,
.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.42857em;
}

/* 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.42857em 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, .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.42857em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs__tab.is-active, .tabs__tab, .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__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.42857em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs__tab.is-active, .tabs__tab {
  -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, .is-active.tabs__tab, .tabs__tab.is-active {
  border-bottom-color: #fff;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-primary__tab-link, a.tabs__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__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, a.tabs__tab-link:hover, a.tabs__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs__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.42857em;
}

/* line 351, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.71429em 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 {
  padding-top: 10px;
  text-align: left;
  /* LTR */
}
/* line 423, ../sass/components/_misc.scss */
.more-link a {
  text-transform: uppercase;
}

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

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

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

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

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

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

/**
 * Menus.
 */
/* line 484, ../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 491, ../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 498, ../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 507, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 516, ../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 528, ../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 556, ../sass/components/_misc.scss */
.comments {
  margin: 1.42857em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 747, ../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 756, ../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 763, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

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

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

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

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

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 799, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 802, ../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 808, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1465873302');
}

/**
 * @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: 14px;
  }
  /* 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;
  }
}
/* line 2, ../sass/_custom.scss */
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* line 10, ../sass/_custom.scss */
.table-contents {
  background: #fff !important;
}
/* line 12, ../sass/_custom.scss */
.table-contents h3 {
  margin: 0;
  padding: 10px;
  background: #eee;
}
/* line 18, ../sass/_custom.scss */
.table-contents li {
  list-style: none;
  padding: 5px 5px 5px 0px;
}

/* line 24, ../sass/_custom.scss */
#twttrHubFrameSecure, #twttrHubFrame {
  width: 0 !important;
  height: 0 !important;
  left: 0;
}

/* line 30, ../sass/_custom.scss */
#content {
  padding-bottom: 20px;
}

/* line 35, ../sass/_custom.scss */
.featured iframe {
  width: 100% !important;
  min-height: 200px;
}

/* line 42, ../sass/_custom.scss */
.sidebar-first #content:before {
  content: "";
  display: block;
  color: #fff;
  background: #eee;
  height: 100%;
  width: 1px;
  position: absolute;
  left: -10px;
  z-index: 1;
}
/* line 53, ../sass/_custom.scss */
.sidebar-first #content {
  height: 100%;
  position: relative;
}

/* line 59, ../sass/_custom.scss */
.two-sidebars #content {
  height: 100%;
  position: relative;
}

/* line 67, ../sass/_custom.scss */
ul.pager {
  padding: 30px 0 0;
  position: relative;
}
/* line 70, ../sass/_custom.scss */
ul.pager li {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 72, ../sass/_custom.scss */
ul.pager li a, ul.pager li.pager-ellipsis {
  line-height: 30px;
}
/* line 75, ../sass/_custom.scss */
ul.pager li.pager-current {
  background: #eb7125;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
}
/* line 80, ../sass/_custom.scss */
ul.pager li:hover {
  background: #eb7125;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 82, ../sass/_custom.scss */
ul.pager li:hover a {
  color: #fff;
}
/* line 85, ../sass/_custom.scss */
ul.pager li .ajax-progress-throbber {
  position: absolute;
  bottom: -10px;
}
/* line 86, ../sass/_custom.scss */
ul.pager li .ajax-progress-throbber .throbber {
  background: url(../images/ajax-loader.gif) no-repeat;
  width: 16px;
  height: 16px;
}
/* line 95, ../sass/_custom.scss */
ul.pager .pager-item, ul.pager .pager-first, ul.pager .pager-previous, ul.pager .pager-next, ul.pager .pager-last, ul.pager .pager-ellipsis, ul.pager .pager-current {
  padding: 5px 10px;
}

/* line 103, ../sass/_custom.scss */
.read-more {
  margin-top: 10px !important;
}
/* line 105, ../sass/_custom.scss */
.read-more a {
  color: #fff;
  background: #0032a1;
  padding: 5px;
}
/* line 106, ../sass/_custom.scss */
.read-more a:hover {
  background: #005daa;
  text-decoration: none;
}

/* line 113, ../sass/_custom.scss */
.hide-background {
  background: none !important;
}

/* line 118, ../sass/_custom.scss */
.geolocation-map img {
  max-width: none;
}

/* line 123, ../sass/_custom.scss */
.rcp {
  border: 1px solid #eee;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 125, ../sass/_custom.scss */
.rcp h1 {
  background: #ccc;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
}
/* line 135, ../sass/_custom.scss */
.rcp ul {
  margin-right: 10px;
}

/* line 141, ../sass/_custom.scss */
.page-node-download table.sticky-table {
  width: 100%;
}
/* line 143, ../sass/_custom.scss */
.page-node-download table.sticky-table th {
  background: #fe3614;
  color: #fff;
  text-align: left;
}
/* line 148, ../sass/_custom.scss */
.page-node-download table.sticky-table th, .page-node-download table.sticky-table td {
  padding: 5px;
}

/* line 157, ../sass/_custom.scss */
.ghana-block {
  float: left;
  width: 24%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 6px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
/* line 167, ../sass/_custom.scss */
.ghana-block h2.block-title {
  padding: 10px;
  line-height: 1.2em;
  background: #55585f;
  color: #fff;
  height: 44px;
  text-align: center;
}

/* line 177, ../sass/_custom.scss */
.wow {
  font-size: 18px;
}
/* line 179, ../sass/_custom.scss */
.wow strong {
  background: #f25d3b;
  color: #fff;
  line-height: 36px;
  padding: 10px 10px 2px;
  font-size: 26px;
}

/* line 188, ../sass/_custom.scss */
.wow-partners ul {
  margin: 0;
  padding: 0;
}
/* line 189, ../sass/_custom.scss */
.wow-partners li {
  display: inline-block;
  list-style: none;
  margin: 0 5px 10px;
  padding: 0;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.07);
}

/* line 200, ../sass/_custom.scss */
fieldset {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 0 10px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 201, ../sass/_custom.scss */
fieldset.collapsable {
  position: relative;
}
/* line 209, ../sass/_custom.scss */
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px;
  top: -12px;
  position: absolute;
  text-indent: 10px;
  width: 100%;
  line-height: 2;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 225, ../sass/_custom.scss */
fieldset .fieldset-wrapper {
  padding: 0 10px;
  margin-top: 25px;
}

/* line 232, ../sass/_custom.scss */
.solar_lanterns {
  background: #1290d8;
  color: #fff;
  padding: 20px;
}
/* line 236, ../sass/_custom.scss */
.solar_lanterns a {
  color: #fff;
}
/* line 238, ../sass/_custom.scss */
.solar_lanterns a:hover {
  text-decoration: underline;
}
/* line 243, ../sass/_custom.scss */
.solar_lanterns .ltw {
  margin-bottom: 20px;
}
/* line 245, ../sass/_custom.scss */
.solar_lanterns .ltw h3 {
  font-size: 2.5em;
  padding: 0;
  margin: 0 0 10px;
  font-family: "Open Sans Condensed", Arial, Verdana;
}
/* line 248, ../sass/_custom.scss */
.solar_lanterns .ltw h3 img {
  vertical-align: middle;
  margin-right: 5px;
}
/* line 251, ../sass/_custom.scss */
.solar_lanterns .ltw p {
  margin: 0;
}
/* line 253, ../sass/_custom.scss */
.solar_lanterns .ltw table td {
  border-right: 1px solid #fff;
}
/* line 255, ../sass/_custom.scss */
.solar_lanterns .ltw table td:last-child {
  border-right: 0;
}
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.solar_lanterns .ltw .box-container:before, .solar_lanterns .ltw .box-container:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.solar_lanterns .ltw .box-container:after {
  clear: both;
}
/* line 266, ../sass/_custom.scss */
.solar_lanterns .ltw .boxes {
  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 271, ../sass/_custom.scss */
.solar_lanterns .ltw .boxes:nth-child(3n+1) {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  clear: left;
}
/* line 275, ../sass/_custom.scss */
.solar_lanterns .ltw .boxes:nth-child(3n+2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 278, ../sass/_custom.scss */
.solar_lanterns .ltw .boxes:nth-child(3n) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 283, ../sass/_custom.scss */
.solar_lanterns .ltw .boxes .caption h4 {
  font-family: "Open Sans Condensed", Arial, Verdana;
  font-size: 1.3em;
  margin: 0 0 10px;
  padding: 0;
}
/* line 287, ../sass/_custom.scss */
.solar_lanterns .ltw .boxes .caption h4 img {
  vertical-align: middle;
  margin-right: 5px;
}

/* line 295, ../sass/_custom.scss */
.partners h3 {
  font-size: 2.5em;
  padding: 0;
  margin: 0 0 10px;
  color: #1290d8;
  font-family: "Open Sans Condensed", Arial, Verdana;
}
/* line 299, ../sass/_custom.scss */
.partners h3 img {
  vertical-align: middle;
  margin-right: 5px;
}

/* line 306, ../sass/_custom.scss */
.playlist iframe .ytp-playlist-menu {
  display: block;
}

/* line 310, ../sass/_custom.scss */
.responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 315, ../sass/_custom.scss */
.responsive-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
/* line 323, ../sass/_custom.scss */
.responsive-embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 334, ../sass/_custom.scss */
.page-countries-slovakia .sources {
  display: none;
}

/* line 340, ../sass/_custom.scss */
fieldset.collapsible {
  border: 0;
  margin-top: 20px;
  border-top: 1px solid #eb7125;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 345, ../sass/_custom.scss */
fieldset.collapsible .fieldset-legend {
  background-image: none !important;
}
/* line 347, ../sass/_custom.scss */
fieldset.collapsible .fieldset-legend .fieldset-title {
  float: left;
  background: #fff;
  padding: 0 10px;
  margin-top: -4px;
}
/* line 354, ../sass/_custom.scss */
fieldset.collapsible legend {
  border: 0;
  background: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 361, ../sass/_custom.scss */
.blue {
  background: #005daa;
  color: #fff;
}
/* line 364, ../sass/_custom.scss */
.blue a {
  color: #fff;
  text-decoration: none;
}
/* line 367, ../sass/_custom.scss */
.blue a:hover {
  color: #fefefe;
}

/* line 372, ../sass/_custom.scss */
.alternate {
  padding: 15px;
  margin-bottom: 0;
}
/* line 373, ../sass/_custom.scss */
.alternate h2.block-title {
  text-align: center;
  margin: 10px 0;
  padding-bottom: 10px;
}

/* line 382, ../sass/_custom.scss */
.hidden {
  display: none;
}

/* line 388, ../sass/_custom.scss */
.contacts hr {
  border: 0;
  border-bottom: 1px solid #fff;
}
/* line 391, ../sass/_custom.scss */
.contacts .group-left {
  float: left;
  width: 50%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 397, ../sass/_custom.scss */
.contacts .group-right {
  float: left;
  width: 50%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 404, ../sass/_custom.scss */
.no-border {
  border: none !important;
}

/* line 408, ../sass/_custom.scss */
fieldset legend {
  position: static;
  padding-top: 0px;
}

/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 33, ../sass/styles.scss */
.clear {
  clear: both;
  height: 1px;
}

/* line 1, ../sass/components/_language.scss */
#block-locale-language {
  float: right;
  margin: 0;
}
/* line 3, ../sass/components/_language.scss */
#block-locale-language .locale-untranslated {
  color: #9f9d97;
}
@media only screen and (max-width: 479px) {
  /* line 1, ../sass/components/_language.scss */
  #block-locale-language {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* line 10, ../sass/components/_language.scss */
#block-locale-language ul {
  margin: 7px 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  /* line 10, ../sass/components/_language.scss */
  #block-locale-language ul {
    float: none;
    margin: 0;
    padding: 5px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 10, ../sass/components/_language.scss */
  #block-locale-language ul {
    float: none;
    margin: 0;
    padding: 5px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 10, ../sass/components/_language.scss */
  #block-locale-language ul {
    float: none;
    margin: 0;
    padding: 5px 0;
    text-align: center;
  }
}
/* line 33, ../sass/components/_language.scss */
#block-locale-language li {
  display: inline;
  border-right: 1px solid #25282a;
}
/* line 36, ../sass/components/_language.scss */
#block-locale-language li a {
  padding: 0 5px;
  margin: 0 5px;
  color: #25282a;
}
/* line 40, ../sass/components/_language.scss */
#block-locale-language li a:hover {
  color: #005daa;
}
/* line 43, ../sass/components/_language.scss */
#block-locale-language li a.active {
  color: #005daa;
}
/* line 48, ../sass/components/_language.scss */
#block-locale-language li:last-child, #block-locale-language li.last {
  border: 0;
}

/* line 1, ../sass/components/_search.scss */
.search {
  float: right;
  margin-bottom: 0;
  padding: 5px;
  background: #25282a;
}
@media only screen and (max-width: 479px) {
  /* line 1, ../sass/components/_search.scss */
  .search {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
  }
}
/* line 11, ../sass/components/_search.scss */
.search .form-item {
  margin: 0;
  width: 85%;
  float: left;
}
/* line 13, ../sass/components/_search.scss */
.search input[type='text'] {
  border: 0;
  font-size: 12px;
  padding: 3px 5px;
  width: 100%;
  background: none;
  color: #fff;
}
/* line 22, ../sass/components/_search.scss */
.search .form-submit {
  margin-right: 5px;
  float: left;
  width: 25px;
  border: 0;
  text-indent: -71px;
  overflow: hidden;
  background: url(../images/icon-search1.png) no-repeat;
  height: 25px;
}
@media only screen and (max-width: 479px) {
  /* line 1, ../sass/components/_search.scss */
  .search {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 1, ../sass/components/_search.scss */
  .search {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 1, ../sass/components/_search.scss */
  .search {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  /* line 1, ../sass/components/_search.scss */
  .search {
    width: 210px;
  }
}

/* line 46, ../sass/components/_search.scss */
#search-api-page-search-form {
  padding: 10px;
  border: 1px solid #33A6AB;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #9EEDF1;
}
/* line 51, ../sass/components/_search.scss */
#search-api-page-search-form input[type='text'] {
  padding: 5px;
  border: 1px solid #33A6AB;
}

/* line 58, ../sass/components/_search.scss */
.search-api-page-results .search-performance {
  color: #ccc;
}
/* line 61, ../sass/components/_search.scss */
.search-api-page-results h3.title {
  margin: 0;
  padding: 0;
}
/* line 65, ../sass/components/_search.scss */
.search-api-page-results p {
  margin: 0;
  font-size: 12px;
}
/* line 66, ../sass/components/_search.scss */
.search-api-page-results ol {
  padding: 0;
}
/* line 68, ../sass/components/_search.scss */
.search-api-page-results ol li {
  margin-bottom: 30px;
}

/* line 1, ../sass/components/_header.scss */
.top {
  background: #fff;
  height: 30px;
}
@media only screen and (max-width: 479px) {
  /* line 1, ../sass/components/_header.scss */
  .top {
    height: auto;
  }
}

/* line 8, ../sass/components/_header.scss */
.header {
  color: #fff;
}

/* line 13, ../sass/components/_header.scss */
.header__logo {
  margin: -14px 0 0 !important;
}

/* line 17, ../sass/components/_header.scss */
.fullBanner {
  position: relative;
  min-height: 611px;
  max-height: 611px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.82);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
/* line 29, ../sass/components/_header.scss */
.fullBanner .ct2016title {
  color: #fff;
  position: absolute;
  z-index: 1;
  max-width: 550px;
  bottom: 30%;
}
/* line 35, ../sass/components/_header.scss */
.fullBanner .ct2016title h3 {
  font-size: 50px;
  margin: 0;
}
/* line 40, ../sass/components/_header.scss */
.fullBanner .bgoverlay {
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}

/* line 50, ../sass/components/_header.scss */
.section-world-trafficking-day #cboxLoadedContent .hide {
  display: block !important;
}
/* line 54, ../sass/components/_header.scss */
.section-world-trafficking-day .hide {
  display: none;
}
/* line 57, ../sass/components/_header.scss */
.section-world-trafficking-day .fdimage {
  overflow: hidden;
  height: 180px;
  width: 100%;
  background: #000;
  margin-bottom: 10px;
}
/* line 63, ../sass/components/_header.scss */
.section-world-trafficking-day .fdimage img {
  width: 100%;
}

@media only screen and (max-width: 479px) {
  /* line 68, ../sass/components/_header.scss */
  .projects-banner {
    width: 100%;
    display: none;
  }
  /* line 71, ../sass/components/_header.scss */
  .projects-banner img {
    display: block;
    margin: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 79, ../sass/components/_header.scss */
  .projects-banner {
    width: 100%;
  }
  /* line 81, ../sass/components/_header.scss */
  .projects-banner img {
    display: block;
    margin: auto;
  }
}
/* line 2, ../sass/components/_country-tabs.scss */
.country-tabs2 .quicktabs-tabs {
  clear: left;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 0;
}
/* line 9, ../sass/components/_country-tabs.scss */
.country-tabs2 .quicktabs-tabs li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 10px;
  float: left;
}
/* line 15, ../sass/components/_country-tabs.scss */
.country-tabs2 .quicktabs-tabs li a {
  padding: 10px;
  color: #0033a1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #0033a1;
}
/* line 24, ../sass/components/_country-tabs.scss */
.country-tabs2 .quicktabs-tabs li:hover, .country-tabs2 .quicktabs-tabs li.active {
  background: #0033a1;
}
/* line 26, ../sass/components/_country-tabs.scss */
.country-tabs2 .quicktabs-tabs li:hover a, .country-tabs2 .quicktabs-tabs li.active a {
  color: #fff;
}
/* line 32, ../sass/components/_country-tabs.scss */
.country-tabs2 .quicktabs-wrapper {
  padding-top: 20px;
}

/* line 38, ../sass/components/_country-tabs.scss */
.country-tabs {
  margin-bottom: 0;
}
/* line 40, ../sass/components/_country-tabs.scss */
.country-tabs ul {
  clear: both;
  background: #000;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 0;
}
/* line 48, ../sass/components/_country-tabs.scss */
.country-tabs li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 10px;
  float: left;
}
/* line 54, ../sass/components/_country-tabs.scss */
.country-tabs li a {
  padding: 10px;
  color: #fff;
}
/* line 58, ../sass/components/_country-tabs.scss */
.country-tabs li:hover, .country-tabs li.active_tab {
  background: #fe3614;
}

/* line 64, ../sass/components/_country-tabs.scss */
.country-tab-contents {
  margin-top: -24px;
  margin-bottom: 20px;
  padding: 20px 0;
  background: #fff;
}
/* line 71, ../sass/components/_country-tabs.scss */
.country-tab-contents .views-field-field-country-facts-and-figures table {
  width: 100%;
  border: 0;
}
/* line 74, ../sass/components/_country-tabs.scss */
.country-tab-contents .views-field-field-country-facts-and-figures table th {
  padding: 5px 10px;
  background: #005daa;
  color: #fff;
  text-align: left;
}
/* line 80, ../sass/components/_country-tabs.scss */
.country-tab-contents .views-field-field-country-facts-and-figures table td {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
/* line 84, ../sass/components/_country-tabs.scss */
.country-tab-contents .views-field-field-country-facts-and-figures table tr.odd, .country-tab-contents .views-field-field-country-facts-and-figures table tr.even {
  background: #fff;
}

/* line 2, ../sass/components/_navigation.scss */
.mean-container .mean-bar {
  background: url(../images/logo.png) no-repeat 10px 0 #000;
  background-size: 25%;
  background-position-y: 7px;
}
/* line 7, ../sass/components/_navigation.scss */
.mean-container .mean-nav {
  background: #000;
}
/* line 9, ../sass/components/_navigation.scss */
.mean-container .mean-nav ul li a {
  text-transform: capitalize;
}
/* line 11, ../sass/components/_navigation.scss */
.mean-container .mean-nav ul li a.mean-expand {
  height: 27px;
}

/* line 19, ../sass/components/_navigation.scss */
#navigation {
  background: #0033a1;
  width: 100% !important;
  z-index: 300;
}
/* line 23, ../sass/components/_navigation.scss */
#navigation #main-menu {
  float: left;
}
/* line 24, ../sass/components/_navigation.scss */
#navigation #main-menu a {
  font-family: "Open Sans", Arial;
  color: #fff;
}
/* line 27, ../sass/components/_navigation.scss */
#navigation #main-menu a:hover {
  text-decoration: none;
}
/* line 33, ../sass/components/_navigation.scss */
#navigation #main-menu ul.nice-menu, #navigation #main-menu ul.nice-menu ul {
  z-index: 100;
}
/* line 37, ../sass/components/_navigation.scss */
#navigation #main-menu ul.nice-menu, #navigation #main-menu ul.nice-menu ul {
  border-top: none;
}
/* line 41, ../sass/components/_navigation.scss */
#navigation #main-menu ul.nice-menu-down ul li ul {
  left: 15em !important;
}
/* line 46, ../sass/components/_navigation.scss */
#navigation #main-menu ul.nice-menu > li > a {
  text-transform: uppercase;
  font-size: 1.3em !important;
  font-weight: bold !important;
  padding: 5px 10px !important;
  font-family: "Open Sans Condensed", Arial, Verdana;
}
/* line 55, ../sass/components/_navigation.scss */
#navigation #main-menu ul.nice-menu ul li {
  width: 15em;
}
/* line 59, ../sass/components/_navigation.scss */
#navigation #main-menu ul.nice-menu li.menuparent {
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}
/* line 65, ../sass/components/_navigation.scss */
#navigation #main-menu ul.nice-menu li.menu__item {
  color: #fff;
  border: 0;
  background-color: #0033a1;
}
/* line 69, ../sass/components/_navigation.scss */
#navigation #main-menu ul.nice-menu li.menu__item .nolink {
  padding: 5px;
  font-size: 1em;
  float: left;
}
/* line 70, ../sass/components/_navigation.scss */
#navigation #main-menu ul.nice-menu li.menu__item a {
  font-size: 1em;
  font-weight: normal;
}
/* line 74, ../sass/components/_navigation.scss */
#navigation #main-menu ul.nice-menu li.menu__item:hover {
  background: #0074BD;
}

/* line 82, ../sass/components/_navigation.scss */
ul.nice-menu-right {
  width: 100%;
  border: 0;
}
/* line 85, ../sass/components/_navigation.scss */
ul.nice-menu-right a {
  color: #fff;
}
/* line 88, ../sass/components/_navigation.scss */
ul.nice-menu-right > li {
  padding: 10px 5px;
  text-align: right !important;
}
/* line 91, ../sass/components/_navigation.scss */
ul.nice-menu-right > li > a {
  padding: 5px 10px 5px;
}
/* line 94, ../sass/components/_navigation.scss */
ul.nice-menu-right > li > ul {
  left: 20em !important;
}
/* line 96, ../sass/components/_navigation.scss */
ul.nice-menu-right li {
  width: 100%;
  background-color: #0032a1 !important;
  border: 0;
  text-align: left;
}
/* line 101, ../sass/components/_navigation.scss */
ul.nice-menu-right li ul, ul.nice-menu-right li li {
  width: 15em;
}
/* line 102, ../sass/components/_navigation.scss */
ul.nice-menu-right li ul {
  left: 15em;
}
/* line 105, ../sass/components/_navigation.scss */
ul.nice-menu-right li.active-trail, ul.nice-menu-right li:hover {
  background: #4b788c !important;
}
/* line 109, ../sass/components/_navigation.scss */
ul.nice-menu-right .menuparent {
  background-image: url(../images/black-arrow-right.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}
/* line 113, ../sass/components/_navigation.scss */
ul.nice-menu-right .menuparent:hover {
  background-image: url(../images/black-arrow-right.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}

/* line 124, ../sass/components/_navigation.scss */
.generic-menu {
  border: none !important;
}
/* line 126, ../sass/components/_navigation.scss */
.generic-menu .sf-vertical, .generic-menu .sf-vertical li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
/* line 129, ../sass/components/_navigation.scss */
.generic-menu .sf-vertical:last-child, .generic-menu .sf-vertical li:last-child {
  border-bottom: none;
}
/* line 132, ../sass/components/_navigation.scss */
.generic-menu .sf-vertical a, .generic-menu .sf-vertical li a {
  padding: 10px 0;
  line-height: 18px;
}

/* line 139, ../sass/components/_navigation.scss */
.seeeca-menu {
  border: none !important;
}
/* line 141, ../sass/components/_navigation.scss */
.seeeca-menu .sf-vertical, .seeeca-menu .sf-vertical li {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 150, ../sass/components/_navigation.scss */
.seeeca-menu .sf-vertical li {
  background: #005daa;
  border-bottom: 1px solid #fff;
  padding: 10px;
  color: #fff;
}
/* line 155, ../sass/components/_navigation.scss */
.seeeca-menu .sf-vertical li:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 158, ../sass/components/_navigation.scss */
.seeeca-menu .sf-vertical li:last-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 0;
}
/* line 162, ../sass/components/_navigation.scss */
.seeeca-menu .sf-vertical li a {
  color: #fff;
}
/* line 164, ../sass/components/_navigation.scss */
.seeeca-menu .sf-vertical li a:hover, .seeeca-menu .sf-vertical li a.active {
  color: #eb7125 !important;
}

/* line 174, ../sass/components/_navigation.scss */
.supportingMenu {
  background: #0091d6;
}
/* line 176, ../sass/components/_navigation.scss */
.supportingMenu .menu {
  padding: 0;
  height: 3em;
}
/* line 179, ../sass/components/_navigation.scss */
.supportingMenu .menu li {
  display: inline;
}
/* line 181, ../sass/components/_navigation.scss */
.supportingMenu .menu li a, .supportingMenu .menu li span.nolink {
  padding: 11px 56px;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
}

/* line 2, ../sass/components/_list.scss */
.iwd-videos .views-row {
  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 3, ../sass/components/_list.scss */
.iwd-videos .views-row:nth-child(2n+1) {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  clear: left;
}
/* line 7, ../sass/components/_list.scss */
.iwd-videos .views-row:nth-child(2n) {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}

/* line 14, ../sass/components/_list.scss */
.iwd-video-list {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

/* line 21, ../sass/components/_list.scss */
.list .views-row {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
/* line 23, ../sass/components/_list.scss */
.list .views-row:last-child {
  border-bottom: 0;
}
/* line 27, ../sass/components/_list.scss */
.list .views-row * {
  margin: 0;
}
/* line 31, ../sass/components/_list.scss */
.list .views-row-last {
  margin-bottom: 0;
  border: 0;
}
/* line 35, ../sass/components/_list.scss */
.list .group-noimage {
  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 37, ../sass/components/_list.scss */
.list .group-noimage * {
  margin: 0;
}
/* line 39, ../sass/components/_list.scss */
.list .group-left {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  clear: left;
  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 44, ../sass/components/_list.scss */
.list .group-right {
  float: left;
  width: 75%;
  margin-left: 25%;
  margin-right: -100%;
  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 51, ../sass/components/_list.scss */
.highlights {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 24px 0;
}

/* line 58, ../sass/components/_list.scss */
.latest-items .views-exposed-form {
  float: right;
  margin-top: -38px;
  margin-right: 5px;
}
/* line 63, ../sass/components/_list.scss */
.latest-items .views-exposed-form select {
  padding: 5px;
}
/* line 64, ../sass/components/_list.scss */
.latest-items .views-exposed-form .views-exposed-widget {
  padding: 0;
}
/* line 66, ../sass/components/_list.scss */
.latest-items .view-content {
  padding-top: 20px;
}
/* line 67, ../sass/components/_list.scss */
.latest-items .l-items {
  height: 220px;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
}
/* line 71, ../sass/components/_list.scss */
.latest-items .l-items h4 a {
  color: #000;
}
/* line 73, ../sass/components/_list.scss */
.latest-items .l-items h4 a:hover {
  color: #eb7125;
}
/* line 76, ../sass/components/_list.scss */
.latest-items .l-items h4, .latest-items .l-items p {
  margin: 0;
}
/* line 78, ../sass/components/_list.scss */
.latest-items .l-items .infographics {
  border-bottom: 2px solid #FFFF47;
  color: #000;
}
/* line 82, ../sass/components/_list.scss */
.latest-items .l-items .interview {
  border-bottom: 2px solid #005daa;
}
/* line 85, ../sass/components/_list.scss */
.latest-items .l-items .migrant_stories {
  border-bottom: 2px solid #0DE81B;
}
/* line 88, ../sass/components/_list.scss */
.latest-items .l-items .official_statements {
  border-bottom: 2px solid #AA3939;
}
/* line 91, ../sass/components/_list.scss */
.latest-items .l-items .opinions_and_editorials {
  border-bottom: 2px solid #246068;
}
/* line 94, ../sass/components/_list.scss */
.latest-items .l-items .photo_stories {
  border-bottom: 2px solid #AA3939;
}
/* line 97, ../sass/components/_list.scss */
.latest-items .l-items .press_release, .latest-items .l-items .speeches_and_talk {
  border-bottom: 2px solid #46286E;
}
/* line 100, ../sass/components/_list.scss */
.latest-items .l-items .situation_report {
  border-bottom: 2px solid #E50082;
}
/* line 103, ../sass/components/_list.scss */
.latest-items .l-items .video {
  border-bottom: 2px solid #AA3939;
}
/* line 106, ../sass/components/_list.scss */
.latest-items .l-items .mission_newsletters {
  border-bottom: 2px solid #1F72F0;
}
/* line 109, ../sass/components/_list.scss */
.latest-items .l-items .content-type {
  font-size: 11px;
  background: #25282A;
  color: #fff;
  padding: 2px 5px;
}
/* line 116, ../sass/components/_list.scss */
.latest-items .l-items .desc {
  padding: 10px;
}
/* line 121, ../sass/components/_list.scss */
.latest-items .views-row {
  margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
  /* line 130, ../sass/components/_list.scss */
  .cols4 .views-row {
    width: 100% !important;
    margin: 0 0 10px !important;
    display: block;
    float: none !important;
    position: relative !important;
    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;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 142, ../sass/components/_list.scss */
  .cols4 .views-row {
    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 143, ../sass/components/_list.scss */
  .cols4 .views-row:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  /* line 147, ../sass/components/_list.scss */
  .cols4 .views-row:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 157, ../sass/components/_list.scss */
  .cols4 .views-row {
    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 158, ../sass/components/_list.scss */
  .cols4 .views-row:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 162, ../sass/components/_list.scss */
  .cols4 .views-row:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 165, ../sass/components/_list.scss */
  .cols4 .views-row:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
@media all and (min-width: 960px) {
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .cols4:before, .cols4:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .cols4:after {
    clear: both;
  }
  /* line 177, ../sass/components/_list.scss */
  .cols4 .views-row {
    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 178, ../sass/components/_list.scss */
  .cols4 .views-row:nth-child(4n+1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
  }
  /* line 182, ../sass/components/_list.scss */
  .cols4 .views-row:nth-child(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 185, ../sass/components/_list.scss */
  .cols4 .views-row:nth-child(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 188, ../sass/components/_list.scss */
  .cols4 .views-row:nth-child(4n) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .cols2:before, .cols2:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .cols2:after {
    clear: both;
  }
  /* line 198, ../sass/components/_list.scss */
  .cols2 .views-row {
    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 199, ../sass/components/_list.scss */
  .cols2 .views-row:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  /* line 203, ../sass/components/_list.scss */
  .cols2 .views-row:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .cols6:before, .cols6:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .cols6:after {
    clear: both;
  }
  /* line 213, ../sass/components/_list.scss */
  .cols6 .views-row {
    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 214, ../sass/components/_list.scss */
  .cols6 .views-row:nth-child(6n+1) {
    float: left;
    width: 16.66667%;
    margin-left: 0%;
    margin-right: -16.66667%;
    clear: left;
  }
  /* line 218, ../sass/components/_list.scss */
  .cols6 .views-row:nth-child(6n+2) {
    float: left;
    width: 16.66667%;
    margin-left: 16.66667%;
    margin-right: -33.33333%;
  }
  /* line 221, ../sass/components/_list.scss */
  .cols6 .views-row:nth-child(6n+3) {
    float: left;
    width: 16.66667%;
    margin-left: 33.33333%;
    margin-right: -50%;
  }
  /* line 224, ../sass/components/_list.scss */
  .cols6 .views-row:nth-child(6n+4) {
    float: left;
    width: 16.66667%;
    margin-left: 50%;
    margin-right: -66.66667%;
  }
  /* line 227, ../sass/components/_list.scss */
  .cols6 .views-row:nth-child(6n+5) {
    float: left;
    width: 16.66667%;
    margin-left: 66.66667%;
    margin-right: -83.33333%;
  }
  /* line 230, ../sass/components/_list.scss */
  .cols6 .views-row:nth-child(6n) {
    float: left;
    width: 16.66667%;
    margin-left: 83.33333%;
    margin-right: -100%;
  }
}
/* line 239, ../sass/components/_list.scss */
.list-date .views-field-field-date-publish, .list-date .views-field-field-st-location {
  font-size: 12px;
}

/* line 246, ../sass/components/_list.scss */
.migration-blog .views-row {
  padding: 0;
  border-bottom: 1px solid #eee;
}
/* line 249, ../sass/components/_list.scss */
.migration-blog .views-row:last-child {
  border-bottom: none;
}
/* line 253, ../sass/components/_list.scss */
.migration-blog .group-left {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  padding-right: 10px;
}
/* line 255, ../sass/components/_list.scss */
.migration-blog .group-left img {
  width: 100px;
  border: 1px solid #eee;
  padding: 1px;
}
/* line 258, ../sass/components/_list.scss */
.migration-blog .group-right {
  float: left;
  width: 75%;
  margin-left: 25%;
  margin-right: -100%;
}
/* line 261, ../sass/components/_list.scss */
.migration-blog .group-right h4, .migration-blog .group-right p {
  margin: 0;
}

/* line 269, ../sass/components/_list.scss */
.campaign .views-row {
  padding: 20px 0;
}
/* line 272, ../sass/components/_list.scss */
.campaign .group-left {
  float: left;
  width: 41.66667%;
  margin-left: 8.33333%;
  margin-right: -50%;
}
/* line 274, ../sass/components/_list.scss */
.campaign .group-left img {
  border: 1px solid #ddd;
}
/* line 278, ../sass/components/_list.scss */
.campaign .group-right {
  float: left;
  width: 41.66667%;
  margin-left: 50%;
  margin-right: -91.66667%;
  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 282, ../sass/components/_list.scss */
.campaign h2, .campaign p {
  margin: 0;
}

/* line 288, ../sass/components/_list.scss */
.gender-list .views-row {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
/* line 291, ../sass/components/_list.scss */
.gender-list .views-row:last-child {
  border-bottom: 0;
}
/* line 295, ../sass/components/_list.scss */
.gender-list .group-left {
  float: left;
  width: 41.66667%;
  margin-left: 0%;
  margin-right: -41.66667%;
}
/* line 298, ../sass/components/_list.scss */
.gender-list .group-right {
  float: left;
  width: 58.33333%;
  margin-left: 41.66667%;
  margin-right: -100%;
}

/* line 303, ../sass/components/_list.scss */
.cols4new {
  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 304, ../sass/components/_list.scss */
.cols4new:nth-child(4n+1) {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  clear: left;
}
/* line 308, ../sass/components/_list.scss */
.cols4new:nth-child(4n+2) {
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
}
/* line 311, ../sass/components/_list.scss */
.cols4new:nth-child(4n+3) {
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
}
/* line 314, ../sass/components/_list.scss */
.cols4new:nth-child(4n) {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}

/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.cols3:before, .cols3:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.cols3:after {
  clear: both;
}
/* line 322, ../sass/components/_list.scss */
.cols3 div {
  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 323, ../sass/components/_list.scss */
.cols3 div:nth-child(3n+1) {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  clear: left;
}
/* line 327, ../sass/components/_list.scss */
.cols3 div:nth-child(3n+2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 331, ../sass/components/_list.scss */
.cols3 div:nth-child(3n) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}

/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.cols3view .view-content:before, .cols3view .view-content:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.cols3view .view-content:after {
  clear: both;
}
/* line 341, ../sass/components/_list.scss */
.cols3view div.views-row {
  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 342, ../sass/components/_list.scss */
.cols3view div.views-row:nth-child(3n+1) {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  clear: left;
}
/* line 346, ../sass/components/_list.scss */
.cols3view div.views-row:nth-child(3n+2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 350, ../sass/components/_list.scss */
.cols3view div.views-row:nth-child(3n) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}

/* line 358, ../sass/components/_list.scss */
.cols2 .views-row {
  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 359, ../sass/components/_list.scss */
.cols2 .views-row:nth-child(2n+1) {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  clear: left;
}
/* line 363, ../sass/components/_list.scss */
.cols2 .views-row:nth-child(2n) {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}

/* line 1, ../sass/components/_slideshow.scss */
.data-protect {
  background: #000e2b;
}
/* line 3, ../sass/components/_slideshow.scss */
.data-protect div {
  display: block;
  margin: auto;
}

/* line 9, ../sass/components/_slideshow.scss */
.slideshow {
  margin: 0;
  clear: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 13, ../sass/components/_slideshow.scss */
.slideshow .view-content {
  max-height: 515px;
  OVERFLOW: hidden;
}
/* line 22, ../sass/components/_slideshow.scss */
.slideshow .owl-theme:hover .owl-controls .owl-buttons .owl-prev {
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 26, ../sass/components/_slideshow.scss */
.slideshow .owl-theme:hover .owl-controls .owl-buttons .owl-next {
  right: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 33, ../sass/components/_slideshow.scss */
.slideshow .owl-theme .owl-controls {
  margin-top: 0;
}
@media only screen and (max-width: 479px) {
  /* line 35, ../sass/components/_slideshow.scss */
  .slideshow .owl-theme .owl-controls .owl-buttons {
    display: none;
  }
}
/* line 39, ../sass/components/_slideshow.scss */
.slideshow .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -78px;
  background-position: 0 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 44, ../sass/components/_slideshow.scss */
.slideshow .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -78px;
  background-position: right 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 50, ../sass/components/_slideshow.scss */
.slideshow .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  opacity: 0.5;
  top: 42%;
  background: url(../images/arrow.png) no-repeat;
  width: 78px;
  height: 100px;
  text-align: center;
  text-indent: -9999em;
  margin: -10px 0 0;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0;
}
/* line 75, ../sass/components/_slideshow.scss */
.slideshow:hover .views_slideshow_controls_text_previous a, .slideshow:hover .views_slideshow_controls_text_next a {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0;
}
/* line 81, ../sass/components/_slideshow.scss */
.slideshow:hover .desc, .slideshow:hover .image-field-caption {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 130px;
}
@media only screen and (max-width: 479px) {
  /* line 81, ../sass/components/_slideshow.scss */
  .slideshow:hover .desc, .slideshow:hover .image-field-caption {
    display: none;
  }
}
/* line 85, ../sass/components/_slideshow.scss */
.slideshow:hover .desc:empty, .slideshow:hover .image-field-caption:empty {
  display: none;
}
/* line 88, ../sass/components/_slideshow.scss */
.slideshow:hover .desc > p:empty, .slideshow:hover .image-field-caption > p:empty {
  display: none !important;
}
/* line 95, ../sass/components/_slideshow.scss */
.slideshow .views-slideshow-cycle-main-frame,
.slideshow .views-slideshow-cycle-main-frame-row,
.slideshow .views-slideshow-cycle-main-frame-row-item img {
  width: 100% !important;
}
/* line 100, ../sass/components/_slideshow.scss */
.slideshow .views-slideshow-controls-text-pause {
  display: none;
}
/* line 101, ../sass/components/_slideshow.scss */
.slideshow .views_slideshow_controls_text_previous, .slideshow .prev {
  position: absolute;
  top: 42%;
  left: 0;
  z-index: 20;
}
/* line 106, ../sass/components/_slideshow.scss */
.slideshow .views_slideshow_controls_text_previous a, .slideshow .prev a {
  float: left;
  width: 78px;
  height: 100px;
  background: url(../images/left-arrow.png) no-repeat;
  text-indent: -79px;
  overflow: hidden;
  opacity: 0;
  margin-left: -78px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 479px) {
  /* line 106, ../sass/components/_slideshow.scss */
  .slideshow .views_slideshow_controls_text_previous a, .slideshow .prev a {
    display: none;
  }
}
/* line 122, ../sass/components/_slideshow.scss */
.slideshow .views_slideshow_controls_text_next, .slideshow .next {
  position: absolute;
  top: 42%;
  right: 0;
  z-index: 20;
}
/* line 127, ../sass/components/_slideshow.scss */
.slideshow .views_slideshow_controls_text_next a, .slideshow .next a {
  float: left;
  width: 78px;
  height: 100px;
  background: url(../images/right-arrow.png) no-repeat;
  text-indent: -79px;
  overflow: hidden;
  margin-right: -78px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 141, ../sass/components/_slideshow.scss */
.slideshow blockquote {
  margin: 0;
}
/* line 142, ../sass/components/_slideshow.scss */
.slideshow .desc, .slideshow .image-field-caption {
  position: absolute;
  bottom: -33px;
  color: #fff;
  background-color: #1d1e1e;
  background-color: rgba(29, 30, 30, 0.8);
  width: 98%;
  padding: 1%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 22px;
  overflow: hidden;
}
/* line 143, ../sass/components/_slideshow.scss */
.slideshow .desc .sreadmore, .slideshow .image-field-caption .sreadmore {
  float: right;
}
/* line 150, ../sass/components/_slideshow.scss */
.slideshow .desc h2, .slideshow .desc p, .slideshow .image-field-caption h2, .slideshow .image-field-caption p {
  margin: 0;
  padding: 0;
}
/* line 151, ../sass/components/_slideshow.scss */
.slideshow .desc h2, .slideshow .image-field-caption h2 {
  font-size: 1em;
  margin-bottom: 15px;
}
/* line 152, ../sass/components/_slideshow.scss */
.slideshow .desc p, .slideshow .image-field-caption p {
  font-size: 13px;
}
/* line 156, ../sass/components/_slideshow.scss */
.slideshow .desc a, .slideshow .image-field-caption a {
  color: #f9694e;
}
/* line 158, ../sass/components/_slideshow.scss */
.slideshow .desc a:hover, .slideshow .image-field-caption a:hover {
  color: #fff;
}

/* line 169, ../sass/components/_slideshow.scss */
.fslideshow:hover .next {
  margin-right: -9px;
}
/* line 172, ../sass/components/_slideshow.scss */
.fslideshow:hover .prev {
  margin: 0;
}
/* line 175, ../sass/components/_slideshow.scss */
.fslideshow:hover a.prev, .fslideshow:hover a.next {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 179, ../sass/components/_slideshow.scss */
.fslideshow:hover .field-slideshow-caption {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 100px;
}
/* line 184, ../sass/components/_slideshow.scss */
.fslideshow .field-slideshow {
  width: 100% !important;
  padding-bottom: 0 !important;
}
/* line 186, ../sass/components/_slideshow.scss */
.fslideshow .field-slideshow-slide img {
  width: 100% !important;
}
/* line 189, ../sass/components/_slideshow.scss */
.fslideshow .field-slideshow-caption {
  position: absolute;
  bottom: -20px;
  color: #fff;
  background-color: #1d1e1e;
  background-color: rgba(29, 30, 30, 0.8);
  width: 98%;
  padding: 1%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 1px;
  overflow: hidden;
}
/* line 196, ../sass/components/_slideshow.scss */
.fslideshow .field-slideshow-caption h2, .fslideshow .field-slideshow-caption p {
  margin: 0;
  padding: 0;
}
/* line 197, ../sass/components/_slideshow.scss */
.fslideshow .field-slideshow-caption h2 {
  font-size: 1em;
}
/* line 198, ../sass/components/_slideshow.scss */
.fslideshow .field-slideshow-caption p {
  font-size: 11px;
}
/* line 204, ../sass/components/_slideshow.scss */
.fslideshow a.prev {
  float: left;
  width: 78px;
  height: 100px;
  background: url(../images/left-arrow.png) no-repeat !important;
  text-indent: -122px;
  overflow: hidden;
  opacity: 0;
  margin-left: -78px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 215, ../sass/components/_slideshow.scss */
.fslideshow a.next {
  float: left;
  width: 78px;
  height: 100px;
  background: url(../images/right-arrow.png) no-repeat !important;
  text-indent: -122px;
  overflow: hidden;
  margin-right: -78px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* line 229, ../sass/components/_slideshow.scss */
.page-press-room-videos .highlighted {
  background: #25282a;
  color: #fff;
}
/* line 232, ../sass/components/_slideshow.scss */
.page-press-room-videos .highlighted .block {
  margin: 0;
}
/* line 234, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider {
  background: none;
  border: 0;
  margin: 0;
  overflow: hidden;
  padding-top: 20px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 238, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider:hover .flex-video-direction-nav a.flex-video-prev {
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 242, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider:hover .flex-video-direction-nav a.flex-video-next {
  right: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 257, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-direction-nav li {
  list-style: none;
  display: inline;
}
/* line 258, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-direction-nav a {
  position: absolute;
  top: 43%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  background: #005daa;
  color: #fff;
  padding: 20px 8px;
}
/* line 267, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-direction-nav a.flex-video-prev {
  left: -50px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 271, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-direction-nav a.flex-video-next {
  right: -50px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 277, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-control-nav {
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 280, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-control-nav li {
  display: inline-block;
  list-style: none;
}
/* line 283, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-control-nav li a {
  background: #005daa;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  cursor: pointer;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  margin: 0 2px;
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 293, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-control-nav li a.flex-video-active {
  background: #eb7125;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 303, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-viewport {
  margin-bottom: 10px;
}
/* line 306, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-viewport .slides .views-field-field-video {
  float: left;
  margin-right: 3%;
}
/* line 311, ../sass/components/_slideshow.scss */
.page-press-room-videos .flexslider .flex-video-viewport .slides .flex-caption h3 {
  margin: 0;
}

/* line 320, ../sass/components/_slideshow.scss */
.health-featured {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
/* line 324, ../sass/components/_slideshow.scss */
.health-featured .healthfeaturedpic {
  float: left;
  margin-right: 10px;
}
/* line 329, ../sass/components/_slideshow.scss */
.health-featured .owl-controls {
  clear: both;
}

/* line 335, ../sass/components/_slideshow.scss */
.iwdslideshow {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

/* line 343, ../sass/components/_slideshow.scss */
.slideshow-new .desc {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 80%);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 20px;
  color: #fff;
}
/* line 350, ../sass/components/_slideshow.scss */
.slideshow-new .desc a {
  color: #fff;
}
/* line 354, ../sass/components/_slideshow.scss */
.slideshow-new .owl-theme .owl-controls {
  margin-top: 0;
}
/* line 357, ../sass/components/_slideshow.scss */
.slideshow-new .owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 48px;
  background: #000;
  color: #fff;
  border-radius: 0px;
  font-size: 30px;
  position: absolute;
  top: calc(50% - 24px);
  margin: 0;
}
/* line 368, ../sass/components/_slideshow.scss */
.slideshow-new .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
/* line 371, ../sass/components/_slideshow.scss */
.slideshow-new .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

/* line 1, ../sass/components/_flex_carousel.scss */
.flex_carousel {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
/* line 8, ../sass/components/_flex_carousel.scss */
.flex_carousel .wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #01319f;
}
/* line 12, ../sass/components/_flex_carousel.scss */
.flex_carousel h2.block-title, .flex_carousel h2.block__title {
  color: #01319f;
  border-bottom: 2px solid #01319f;
  text-transform: uppercase;
  padding: 5px 5px 5px 0;
  line-height: 24px;
  font-size: 1.3em;
}
/* line 21, ../sass/components/_flex_carousel.scss */
.flex_carousel .cards {
  margin: 10px 0 32px;
  min-height: 305px;
}
/* line 28, ../sass/components/_flex_carousel.scss */
.flex_carousel .cards .card-desc {
  /*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 29, ../sass/components/_flex_carousel.scss */
.flex_carousel .cards .card-desc a {
  color: #000;
}
/* line 30, ../sass/components/_flex_carousel.scss */
.flex_carousel .cards .card-desc p {
  margin: 0;
  font-size: 13px;
}
/* line 36, ../sass/components/_flex_carousel.scss */
.flex_carousel .block {
  margin-bottom: 0;
  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 37, ../sass/components/_flex_carousel.scss */
.flex_carousel .block.twitters {
  height: 1019px;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  /* line 36, ../sass/components/_flex_carousel.scss */
  .flex_carousel .block {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 44, ../sass/components/_flex_carousel.scss */
  .flex_carousel .block .timestamp, .flex_carousel .block .web-intents {
    opacity: 1 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 52, ../sass/components/_flex_carousel.scss */
  .flex_carousel .block:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  /* line 56, ../sass/components/_flex_carousel.scss */
  .flex_carousel .block:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 62, ../sass/components/_flex_carousel.scss */
  .flex_carousel .block:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  /* line 66, ../sass/components/_flex_carousel.scss */
  .flex_carousel .block:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media all and (min-width: 960px) {
  /* line 72, ../sass/components/_flex_carousel.scss */
  .flex_carousel .block:nth-child(4n+1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
  }
  /* line 76, ../sass/components/_flex_carousel.scss */
  .flex_carousel .block:nth-child(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 79, ../sass/components/_flex_carousel.scss */
  .flex_carousel .block:nth-child(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 82, ../sass/components/_flex_carousel.scss */
  .flex_carousel .block:nth-child(4n) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}

@media only screen and (max-width: 479px) {
  /* line 3, ../sass/components/_postface.scss */
  .page-frontpage .region-postface .block {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 3, ../sass/components/_postface.scss */
  .page-frontpage .region-postface .block {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 16, ../sass/components/_postface.scss */
  .page-frontpage .region-postface .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 20, ../sass/components/_postface.scss */
  .page-frontpage .region-postface .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 23, ../sass/components/_postface.scss */
  .page-frontpage .region-postface .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
@media all and (min-width: 960px) {
  /* line 3, ../sass/components/_postface.scss */
  .page-frontpage .region-postface .block {
    /*&:nth-child(3n+1){
    	@include zen-grid-item(4,1);
    	@include zen-clear();
    }
    &:nth-child(3n+2){
    	@include zen-grid-item(4,5);
    }
    &:nth-child(3n){
    	@include zen-grid-item(4,9);
    	
    }*/
  }
}

/* line 47, ../sass/components/_postface.scss */
.postface {
  padding: 20px 0;
}

/* line 60, ../sass/components/_postface.scss */
.featured h2.block-title, .featured h2.pane-title {
  color: #0033a1;
  margin: 0 0 10px;
  border-bottom: 2px solid #0033a1;
  padding-bottom: 10px;
  font-size: 17px;
}

/* line 70, ../sass/components/_postface.scss */
.quick1 {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  clear: left;
}

/* line 74, ../sass/components/_postface.scss */
.quick2 {
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
}

/* line 77, ../sass/components/_postface.scss */
.quick3 {
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
}

/* line 80, ../sass/components/_postface.scss */
.quick4 {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}

/* line 83, ../sass/components/_postface.scss */
.quick1, .quick2, .quick3, .quick4 {
  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 85, ../sass/components/_postface.scss */
.quick1 p, .quick2 p, .quick3 p, .quick4 p {
  margin: 0;
  padding: 10px 0;
}

/* line 92, ../sass/components/_postface.scss */
.related .group-left {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
/* line 96, ../sass/components/_postface.scss */
.related .views-row {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
/* line 100, ../sass/components/_postface.scss */
.related .views-row-last {
  border: 0;
}
/* line 103, ../sass/components/_postface.scss */
.related p {
  margin: 0;
}
/* line 104, ../sass/components/_postface.scss */
.related ul {
  margin: 0;
  padding: 10px 0;
}

@media only screen and (max-width: 479px) {
  /* line 4, ../sass/components/_footer.scss */
  .footer .region-quicklink .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;
    width: 100% !important;
    display: block;
    float: none !important;
    position: relative !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 18, ../sass/components/_footer.scss */
  .footer .region-quicklink .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;
    width: 50% !important;
    display: block;
    position: relative !important;
    margin: 0 !important;
  }
}
/* line 29, ../sass/components/_footer.scss */
.footer {
  background: #EAEAEA;
  padding: 20px 0;
}
/* line 32, ../sass/components/_footer.scss */
.footer .region-footer {
  border-top: 2px solid #fff;
  padding: 20px 0 0;
}
/* line 36, ../sass/components/_footer.scss */
.footer .region-quicklink {
  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;
  padding-left: 0;
  padding-right: 0;
}
/* line 39, ../sass/components/_footer.scss */
.footer .region-quicklink li {
  color: #777;
}
/* line 40, ../sass/components/_footer.scss */
.footer .region-quicklink a {
  color: #777777;
}
/* line 42, ../sass/components/_footer.scss */
.footer .region-quicklink a:hover {
  color: #005daa;
}
/* line 46, ../sass/components/_footer.scss */
.footer .region-quicklink .block:nth-child(4n+1) {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  clear: left;
}
/* line 50, ../sass/components/_footer.scss */
.footer .region-quicklink .block:nth-child(4n+2) {
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
}
/* line 53, ../sass/components/_footer.scss */
.footer .region-quicklink .block:nth-child(4n+3) {
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
}
/* line 56, ../sass/components/_footer.scss */
.footer .region-quicklink .block:nth-child(4n) {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}
/* line 59, ../sass/components/_footer.scss */
.footer .region-quicklink .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;
  margin-bottom: 0;
}

/* line 1, ../sass/components/_infographics.scss */
.hidden-box {
  display: none;
}

/* line 6, ../sass/components/_infographics.scss */
.infographics-list .views-row {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
/* line 10, ../sass/components/_infographics.scss */
.infographics-list .views-row img {
  margin: auto;
  display: block;
}

/* line 19, ../sass/components/_infographics.scss */
.infographicswrap .field-content {
  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;
  padding-bottom: 10px;
}

/* line 27, ../sass/components/_infographics.scss */
.view-content .infographicswrap {
  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;
  border: 1px solid #ccc;
}
/* line 28, ../sass/components/_infographics.scss */
.view-content .infographicswrap h3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* line 33, ../sass/components/_infographics.scss */
.view-content .infographicswrap img {
  padding-top: 10px;
}

/* line 3, ../sass/components/_admin.scss */
.overlay .admin .group-left {
  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 11, ../sass/components/_admin.scss */
.admin .group-left {
  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 16, ../sass/components/_admin.scss */
.admin-menu .fieldset-description {
  color: #3C763D;
  font-size: 12px;
}

/* line 23, ../sass/components/_admin.scss */
.not-logged-in .control_tab {
  display: none;
}

/*.section-countries{
	.highlighted{
		background:url(../images/countrybg.jpg) no-repeat center top #fff;
	}
}*/
/* line 7, ../sass/components/_country.scss */
.diaspora {
  color: #fff;
}
/* line 9, ../sass/components/_country.scss */
.diaspora .group-left, .diaspora .group-right {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
/* line 10, ../sass/components/_country.scss */
.diaspora .group-right {
  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 15, ../sass/components/_country.scss */
.diaspora-stories {
  float: left;
  width: 75%;
  margin-left: 0%;
  margin-right: -75%;
}

/* line 18, ../sass/components/_country.scss */
.moneyTransfer {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}

/*.section-countries{
	.highlighted{
		background:#5f5e5d;
	}
}*/
/* line 30, ../sass/components/_country.scss */
.iamamigrant {
  padding-right: 0;
}
/* line 31, ../sass/components/_country.scss */
.iamamigrant .view-header {
  background: #ffd200;
}
/* line 33, ../sass/components/_country.scss */
.iamamigrant .view-header p {
  margin: 0 0 10px;
}
/* line 37, ../sass/components/_country.scss */
.iamamigrant .iaam-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
  font-size: 13px;
}
/* line 43, ../sass/components/_country.scss */
.iamamigrant .group-left {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
}
/* line 46, ../sass/components/_country.scss */
.iamamigrant .group-right {
  float: left;
  width: 66.66667%;
  margin-left: 33.33333%;
  margin-right: -100%;
  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 53, ../sass/components/_country.scss */
.world-migrantion {
  float: left;
  width: 75%;
  margin-left: 0%;
  margin-right: -75%;
  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;
  clear: both;
  padding-left: 0;
}

@media only screen and (max-width: 479px) {
  /* line 62, ../sass/components/_country.scss */
  .iamamigrant, .world-migrantion, .diaspora .group-left, .diaspora .group-right, .diaspora-stories, .moneyTransfer {
    width: 100%;
    display: block;
    margin: 0;
    clear: both;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 73, ../sass/components/_country.scss */
  .iamamigrant, .world-migrantion, .diaspora .group-left, .diaspora .group-right, .diaspora-stories, .moneyTransfer {
    width: 100%;
    margin: 0;
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 81, ../sass/components/_country.scss */
  .iamamigrant, .diaspora .group-left, .diaspora-stories {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }

  /* line 84, ../sass/components/_country.scss */
  .world-migrantion, .diaspora .group-right, .moneyTransfer {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media all and (min-width: 960px) {
  /* line 91, ../sass/components/_country.scss */
  .iamamigrant {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /* line 94, ../sass/components/_country.scss */
  .world-migrantion {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }

  /* line 97, ../sass/components/_country.scss */
  .diaspora-stories {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }

  /* line 100, ../sass/components/_country.scss */
  .moneyTransfer {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}
/* line 107, ../sass/components/_country.scss */
.page-countries .highlighted {
  margin-top: 20px;
}

/* line 111, ../sass/components/_country.scss */
.countries-country-name {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  clear: left;
  margin-bottom: 0;
}
/* line 115, ../sass/components/_country.scss */
.countries-country-name h2 {
  margin: 10px 0;
}

/* line 122, ../sass/components/_country.scss */
.section-countries .region-title h2 {
  color: #0033a1;
  text-transform: uppercase;
}
/* line 132, ../sass/components/_country.scss */
.section-countries .column .country-dropdown {
  float: right;
  margin: 0;
}

/* line 138, ../sass/components/_country.scss */
.country-dropdown {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  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;
  margin-bottom: 10px;
}
/* line 142, ../sass/components/_country.scss */
.country-dropdown .view-country-select {
  margin-top: 10px;
  float: right;
}
/* line 145, ../sass/components/_country.scss */
.country-dropdown .view-country-select select {
  padding: 10px 5px;
}

/* line 156, ../sass/components/_country.scss */
.page-node-23 .highlighted,
.section-europe-and-central-asia .highlighted,
.section-africa-and-middle-east .highlighted,
.section-americas-and-caribbean .highlighted,
.section-asia-and-pacific .highlighted {
  background: #162036;
}
/* line 160, ../sass/components/_country.scss */
.page-node-23 .region-subitems,
.section-europe-and-central-asia .region-subitems,
.section-africa-and-middle-east .region-subitems,
.section-americas-and-caribbean .region-subitems,
.section-asia-and-pacific .region-subitems {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
/* line 161, ../sass/components/_country.scss */
.page-node-23 .region-subitems .block,
.section-europe-and-central-asia .region-subitems .block,
.section-africa-and-middle-east .region-subitems .block,
.section-americas-and-caribbean .region-subitems .block,
.section-asia-and-pacific .region-subitems .block {
  margin: 0;
}
/* line 164, ../sass/components/_country.scss */
.page-node-23 .region-subitems .sf-menu,
.section-europe-and-central-asia .region-subitems .sf-menu,
.section-africa-and-middle-east .region-subitems .sf-menu,
.section-americas-and-caribbean .region-subitems .sf-menu,
.section-asia-and-pacific .region-subitems .sf-menu {
  width: 100%;
  height: 3em;
  margin: auto;
  text-align: center;
}
/* line 169, ../sass/components/_country.scss */
.page-node-23 .region-subitems .sf-menu li.sf-depth-3,
.section-europe-and-central-asia .region-subitems .sf-menu li.sf-depth-3,
.section-africa-and-middle-east .region-subitems .sf-menu li.sf-depth-3,
.section-americas-and-caribbean .region-subitems .sf-menu li.sf-depth-3,
.section-asia-and-pacific .region-subitems .sf-menu li.sf-depth-3 {
  float: none;
  display: inline-block;
  padding: 10px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 174, ../sass/components/_country.scss */
.page-node-23 .region-subitems .sf-menu li.sf-depth-3:hover,
.section-europe-and-central-asia .region-subitems .sf-menu li.sf-depth-3:hover,
.section-africa-and-middle-east .region-subitems .sf-menu li.sf-depth-3:hover,
.section-americas-and-caribbean .region-subitems .sf-menu li.sf-depth-3:hover,
.section-asia-and-pacific .region-subitems .sf-menu li.sf-depth-3:hover {
  background: #162036;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 177, ../sass/components/_country.scss */
.page-node-23 .region-subitems .sf-menu li.sf-depth-3:hover a,
.section-europe-and-central-asia .region-subitems .sf-menu li.sf-depth-3:hover a,
.section-africa-and-middle-east .region-subitems .sf-menu li.sf-depth-3:hover a,
.section-americas-and-caribbean .region-subitems .sf-menu li.sf-depth-3:hover a,
.section-asia-and-pacific .region-subitems .sf-menu li.sf-depth-3:hover a {
  color: #fff;
}
/* line 181, ../sass/components/_country.scss */
.page-node-23 .region-subitems .sf-menu li.sf-depth-3 a,
.section-europe-and-central-asia .region-subitems .sf-menu li.sf-depth-3 a,
.section-africa-and-middle-east .region-subitems .sf-menu li.sf-depth-3 a,
.section-americas-and-caribbean .region-subitems .sf-menu li.sf-depth-3 a,
.section-asia-and-pacific .region-subitems .sf-menu li.sf-depth-3 a {
  color: #444;
}

/* line 190, ../sass/components/_country.scss */
.page-countries .sidebars {
  padding-top: 40px;
}
/* line 193, ../sass/components/_country.scss */
.page-countries .microsite-shortcut, .page-countries #microsite-shortcut {
  width: 30%;
  background: #fff;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
}
/* line 194, ../sass/components/_country.scss */
.page-countries .microsite-shortcut h4, .page-countries .microsite-shortcut h1, .page-countries #microsite-shortcut h4, .page-countries #microsite-shortcut h1 {
  margin: 0;
  padding: 5px;
  background: #005daa;
  color: #fff;
  font-size: 14px;
}
/* line 210, ../sass/components/_country.scss */
.page-countries .sitreps .views-row {
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
}
/* line 213, ../sass/components/_country.scss */
.page-countries .sitreps .views-row p {
  margin: 0;
}
/* line 215, ../sass/components/_country.scss */
.page-countries .sitreps .views-row-last {
  border: 0;
}
/* line 218, ../sass/components/_country.scss */
.page-countries .sitreps h3.sitreps-title {
  margin: 0 0 10px;
}

/* line 225, ../sass/components/_country.scss */
.contact-us .group-left {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  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 229, ../sass/components/_country.scss */
.contact-us .group-right {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  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 236, ../sass/components/_country.scss */
.flash-reports .views-row {
  padding: 10px 0 !important;
}

/* line 241, ../sass/components/_country.scss */
#fxcompared-comparison-filter .header .title {
  font-size: 14px;
}

/* line 2, ../sass/components/_vacancy.scss */
.vacancy table {
  width: 100%;
}
/* line 4, ../sass/components/_vacancy.scss */
.vacancy table th {
  background: #fe3614;
  color: #fff;
  text-align: left;
}
/* line 8, ../sass/components/_vacancy.scss */
.vacancy table th a {
  color: #fff;
}
/* line 12, ../sass/components/_vacancy.scss */
.vacancy table th, .vacancy table td {
  padding: 5px;
}

/* line 19, ../sass/components/_vacancy.scss */
.procurement table {
  font-size: 11px;
}
/* line 26, ../sass/components/_vacancy.scss */
.procurement .views-table tr {
  border-bottom: 1px solid #ccc;
}
/* line 27, ../sass/components/_vacancy.scss */
.procurement .views-table tr td.views-field-counter {
  width: 6%;
}
/* line 30, ../sass/components/_vacancy.scss */
.procurement .views-table tr td.views-field-title {
  width: 30%;
}
/* line 33, ../sass/components/_vacancy.scss */
.procurement .views-table tr td.views-field-field-ifb-no {
  width: 16%;
}
/* line 37, ../sass/components/_vacancy.scss */
.procurement .views-table tr:last-child {
  border-bottom: none;
}

/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.procurement-data .view-content:before, .procurement-data .view-content:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.procurement-data .view-content:after {
  clear: both;
}
/* line 48, ../sass/components/_vacancy.scss */
.procurement-data .programme-title {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
  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 52, ../sass/components/_vacancy.scss */
.procurement-data .ref-mission {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
  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 57, ../sass/components/_vacancy.scss */
.procurement-data .eu-ref {
  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;
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
}
/* line 61, ../sass/components/_vacancy.scss */
.procurement-data .total-contribution {
  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;
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
}
/* line 65, ../sass/components/_vacancy.scss */
.procurement-data .signed {
  float: left;
  width: 16.66667%;
  margin-left: 50%;
  margin-right: -66.66667%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 69, ../sass/components/_vacancy.scss */
.procurement-data .date-start {
  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;
  float: left;
  width: 16.66667%;
  margin-left: 66.66667%;
  margin-right: -83.33333%;
}
/* line 73, ../sass/components/_vacancy.scss */
.procurement-data .date-end {
  float: left;
  width: 16.66667%;
  margin-left: 83.33333%;
  margin-right: -100%;
  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 77, ../sass/components/_vacancy.scss */
.procurement-data .grant-title {
  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;
  float: left;
  width: 58.33333%;
  margin-left: 0%;
  margin-right: -58.33333%;
}
/* line 81, ../sass/components/_vacancy.scss */
.procurement-data .date-grant {
  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;
  float: left;
  width: 16.66667%;
  margin-left: 58.33333%;
  margin-right: -75%;
}
/* line 85, ../sass/components/_vacancy.scss */
.procurement-data .grant-amt {
  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;
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}
/* line 89, ../sass/components/_vacancy.scss */
.procurement-data .beneficiaries {
  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;
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
}
/* line 93, ../sass/components/_vacancy.scss */
.procurement-data .contractNumber {
  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;
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
}
/* line 97, ../sass/components/_vacancy.scss */
.procurement-data .pc {
  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;
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
}
/* line 101, ../sass/components/_vacancy.scss */
.procurement-data .currency {
  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;
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}
/* line 107, ../sass/components/_vacancy.scss */
.procurement-data.stage1 strong {
  font-size: 12px;
  font-style: italic;
  color: #0032a1;
  font-weight: normal;
}
/* line 113, ../sass/components/_vacancy.scss */
.procurement-data.stage1 .posting-ref {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
/* line 117, ../sass/components/_vacancy.scss */
.procurement-data.stage1 .ref-mission {
  border-left: 1px solid #ccc;
}
/* line 122, ../sass/components/_vacancy.scss */
.procurement-data.stage2 strong {
  font-size: 12px;
  font-style: italic;
  color: #0032a1;
  font-weight: normal;
}
/* line 128, ../sass/components/_vacancy.scss */
.procurement-data.stage2 .view-content {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 133, ../sass/components/_vacancy.scss */
.procurement-data.stage2 .view-content div {
  border-right: 1px solid #ccc;
  min-height: 135px;
}
/* line 136, ../sass/components/_vacancy.scss */
.procurement-data.stage2 .view-content div:last-child {
  border-right: 0;
}
/* line 143, ../sass/components/_vacancy.scss */
.procurement-data.stage3 strong {
  font-size: 12px;
  font-style: italic;
  color: #0032a1;
  font-weight: normal;
}
/* line 149, ../sass/components/_vacancy.scss */
.procurement-data.stage3 .view-content {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
/* line 153, ../sass/components/_vacancy.scss */
.procurement-data.stage3 .view-content div {
  border-right: 1px solid #ccc;
  min-height: 135px;
}
/* line 156, ../sass/components/_vacancy.scss */
.procurement-data.stage3 .view-content div:last-child {
  border-right: 0;
}
/* line 163, ../sass/components/_vacancy.scss */
.procurement-data.stage4 strong {
  font-size: 12px;
  font-style: italic;
  color: #0032a1;
  font-weight: normal;
}
/* line 169, ../sass/components/_vacancy.scss */
.procurement-data.stage4 .view-content {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
/* line 173, ../sass/components/_vacancy.scss */
.procurement-data.stage4 .view-content div {
  border-right: 1px solid #ccc;
  min-height: 135px;
}
/* line 176, ../sass/components/_vacancy.scss */
.procurement-data.stage4 .view-content div:last-child {
  border-right: 0;
}

/* line 1, ../sass/components/_breadcrumbs.scss */
.breadcrumb {
  padding: 0 0 10px;
}
/* line 3, ../sass/components/_breadcrumbs.scss */
.breadcrumb a, .breadcrumb span, .breadcrumb li {
  font-size: 12px;
}

/* line 1, ../sass/components/_sidebar.scss */
.sidemenu {
  border: none !important;
  background: none !important;
}
/* line 4, ../sass/components/_sidebar.scss */
.sidemenu ul.menu {
  margin: 0;
  padding: 0;
}
/* line 5, ../sass/components/_sidebar.scss */
.sidemenu li {
  list-style: none !important;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
}
/* line 9, ../sass/components/_sidebar.scss */
.sidemenu li:hover {
  background: #0032a1;
}
/* line 11, ../sass/components/_sidebar.scss */
.sidemenu li:hover a {
  color: #fff !important;
}

/* line 17, ../sass/components/_sidebar.scss */
.corner {
  width: 250px;
  background: url(../images/corner.gif) no-repeat #a0d1e5;
  padding: 20px;
  color: #444;
  margin: 20px 0;
  clear: both;
  float: right;
  font: 13px/14px "openSans" !important;
}

/* line 2, ../sass/components/_newsletter.scss */
.nletter_admin .group-left {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
  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 6, ../sass/components/_newsletter.scss */
.nletter_admin .group-right {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
  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 13, ../sass/components/_newsletter.scss */
#newsletters .box {
  padding: 5px;
  margin: 0 0 10px;
}
/* line 14, ../sass/components/_newsletter.scss */
#newsletters .box h3 {
  margin: 0 0 10px;
  padding: 5px;
}
/* line 15, ../sass/components/_newsletter.scss */
#newsletters .box p {
  margin: 0 0 10px;
}
/* line 18, ../sass/components/_newsletter.scss */
#newsletters .box .box-title {
  color: #fff;
  padding: 5px;
}
/* line 21, ../sass/components/_newsletter.scss */
#newsletters .box table {
  margin: 0 0 10px;
}
/* line 23, ../sass/components/_newsletter.scss */
#newsletters .nletter {
  padding-right: 10px;
}
/* line 25, ../sass/components/_newsletter.scss */
#newsletters .nletter h2 {
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.2em;
}
/* line 26, ../sass/components/_newsletter.scss */
#newsletters .nletter p {
  margin: 0 0 10px !important;
}
/* line 28, ../sass/components/_newsletter.scss */
#newsletters .nletter:last-child hr {
  display: none;
}

/* line 36, ../sass/components/_newsletter.scss */
.newsdesk .views-field-field-file .field-content {
  text-align: center;
}
/* line 39, ../sass/components/_newsletter.scss */
.newsdesk .views-field-field-image img {
  display: block;
  margin: auto;
}
/* line 43, ../sass/components/_newsletter.scss */
.newsdesk .views-row {
  margin-bottom: 20px;
  border: 0 !important;
}
/* line 47, ../sass/components/_newsletter.scss */
.newsdesk .nleter-item {
  width: 78%;
}
@media only screen and (max-width: 479px) {
  /* line 52, ../sass/components/_newsletter.scss */
  .newsdesk .views-row {
    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 53, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  /* line 57, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 65, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 69, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 72, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 76, ../sass/components/_newsletter.scss */
  .newsdesk .views-row .nleter-item img {
    display: block;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 83, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 87, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 90, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 94, ../sass/components/_newsletter.scss */
  .newsdesk .views-row .nleter-item img {
    display: block;
    margin: 0 auto !important;
  }
}
@media all and (min-width: 960px) {
  /* line 101, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(5n+1) {
    float: left;
    width: 16.66667%;
    margin-left: 8.33333%;
    margin-right: -25%;
    clear: left;
  }
  /* line 105, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(5n+2) {
    float: left;
    width: 16.66667%;
    margin-left: 25%;
    margin-right: -41.66667%;
  }
  /* line 108, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(5n+3) {
    float: left;
    width: 16.66667%;
    margin-left: 41.66667%;
    margin-right: -58.33333%;
  }
  /* line 111, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(5n+4) {
    float: left;
    width: 16.66667%;
    margin-left: 58.33333%;
    margin-right: -75%;
  }
  /* line 114, ../sass/components/_newsletter.scss */
  .newsdesk .views-row:nth-child(5n) {
    float: left;
    width: 16.66667%;
    margin-left: 75%;
    margin-right: -91.66667%;
  }
}

/* line 122, ../sass/components/_newsletter.scss */
.newsletter .mnewsletter-wrapper {
  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;
  border: 1px solid #ccc;
}
/* line 124, ../sass/components/_newsletter.scss */
.newsletter .mnewsletter-wrapper .mnewsletter-content {
  font-size: 10px;
}
/* line 127, ../sass/components/_newsletter.scss */
.newsletter .mnewsletter-wrapper h4 {
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 10px;
}
/* line 130, ../sass/components/_newsletter.scss */
.newsletter .mnewsletter-wrapper p {
  font-size: 12px;
  line-height: normal;
  margin-top: 7px;
  margin-bottom: 10px;
}
/* line 132, ../sass/components/_newsletter.scss */
.newsletter .mnewsletter-wrapper img {
  padding-top: 10px;
}
@media only screen and (max-width: 479px) {
  /* line 157, ../sass/components/_newsletter.scss */
  .newsletter .views-row {
    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 158, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  /* line 162, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 170, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 174, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 177, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 181, ../sass/components/_newsletter.scss */
  .newsletter .views-row .nleter-item img {
    display: block;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 188, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 192, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 195, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 199, ../sass/components/_newsletter.scss */
  .newsletter .views-row .nleter-item img {
    display: block;
    margin: 0 auto !important;
  }
}
@media all and (min-width: 960px) {
  /* line 205, ../sass/components/_newsletter.scss */
  .newsletter .views-row {
    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;
    padding-bottom: 10px;
  }
  /* line 206, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(4n+1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
  }
  /* line 210, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 213, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 216, ../sass/components/_newsletter.scss */
  .newsletter .views-row:nth-child(4n) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}

/* line 230, ../sass/components/_newsletter.scss */
#newsdesk .sidebox:last-child hr {
  display: none;
}
/* line 233, ../sass/components/_newsletter.scss */
#newsdesk .box {
  padding: 5px;
}
/* line 234, ../sass/components/_newsletter.scss */
#newsdesk .box h3 {
  margin: 0 0 10px;
  padding: 5px;
}
/* line 235, ../sass/components/_newsletter.scss */
#newsdesk .box p {
  margin: 0 0 10px;
}
/* line 238, ../sass/components/_newsletter.scss */
#newsdesk .box .box-title {
  color: #fff;
  padding: 5px;
}
/* line 240, ../sass/components/_newsletter.scss */
#newsdesk hr {
  border: 0;
  border-bottom: 1px solid #eee;
}
/* line 244, ../sass/components/_newsletter.scss */
#newsdesk .nletter {
  padding-right: 10px;
}
/* line 246, ../sass/components/_newsletter.scss */
#newsdesk .nletter h2 {
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.2em;
}
/* line 247, ../sass/components/_newsletter.scss */
#newsdesk .nletter p {
  margin: 0 0 10px !important;
}
/* line 249, ../sass/components/_newsletter.scss */
#newsdesk .nletter:last-child hr {
  display: none;
}
/* line 253, ../sass/components/_newsletter.scss */
#newsdesk .newsdesk table {
  margin: 0;
}
/* line 254, ../sass/components/_newsletter.scss */
#newsdesk .newsdesk p {
  margin: 0 0 10px;
}

/* line 261, ../sass/components/_newsletter.scss */
.newsdeskthumb .views-row {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
/* line 266, ../sass/components/_newsletter.scss */
.newsdeskthumb .views-row img {
  border: 1px solid #ccc;
  padding: 3px;
}

/* line 275, ../sass/components/_newsletter.scss */
.mpp .view-footer {
  text-align: right;
}

/* line 2, ../sass/components/_blocks.scss */
.sidebars .block {
  padding: 0 10px 5px;
  border: 1px solid #ddd;
}
/* line 6, ../sass/components/_blocks.scss */
.sidebars .block h2.block-title {
  font-size: 1em;
  margin: 0;
  background: #FE3614;
  padding: .525em .75em;
  color: #fff;
  margin: 0 -10px;
}
/* line 14, ../sass/components/_blocks.scss */
.sidebars .block p {
  margin: 0;
}
/* line 19, ../sass/components/_blocks.scss */
.sidebars .block-views .view {
  padding: 0 10px;
}

/* line 2, ../sass/components/_social.scss */
.region-social1 {
  margin-bottom: 20px;
}

/* line 3, ../sass/components/_social.scss */
.social {
  float: right;
  margin: 7px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 479px) {
  /* line 3, ../sass/components/_social.scss */
  .social {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 16px;
  }
}
/* line 16, ../sass/components/_social.scss */
.social .fb:hover {
  color: #3b5997;
}
/* line 17, ../sass/components/_social.scss */
.social .tw:hover {
  color: #41b7d8;
}
/* line 18, ../sass/components/_social.scss */
.social .insta:hover {
  color: #fec05b;
}
/* line 19, ../sass/components/_social.scss */
.social .ln:hover {
  color: #0073b2;
}
/* line 20, ../sass/components/_social.scss */
.social .snap:hover {
  color: #fffc00;
}
/* line 21, ../sass/components/_social.scss */
.social .fl:hover {
  color: #ff0084;
}
/* line 22, ../sass/components/_social.scss */
.social .rss:hover {
  color: #e0812a;
}
/* line 23, ../sass/components/_social.scss */
.social .yb:hover {
  color: #cb2027;
}
/* line 24, ../sass/components/_social.scss */
.social .med:hover {
  color: #00c967;
}
/* line 27, ../sass/components/_social.scss */
.social span.title {
  display: none;
}
/* line 29, ../sass/components/_social.scss */
.social .block-title {
  position: absolute;
  left: -68px;
  top: -4px;
  font-size: 14px;
}
/* line 36, ../sass/components/_social.scss */
.social ul.menu {
  margin: 0;
  padding: 0;
}
/* line 41, ../sass/components/_social.scss */
.social ul.menu li {
  display: inline;
  position: relative;
  padding: 4px;
}
/* line 49, ../sass/components/_social.scss */
.social ul.menu a {
  color: #25282a;
}

/* line 58, ../sass/components/_social.scss */
.twitters .avatar {
  float: left;
}
/* line 60, ../sass/components/_social.scss */
.twitters .name-handle, .twitters .text {
  margin-left: 60px;
}
/* line 62, ../sass/components/_social.scss */
.twitters .timestamp {
  color: #999;
  font-size: 12px;
  float: right;
  opacity: 0;
  margin-right: -100px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 71, ../sass/components/_social.scss */
.twitters .name {
  font-weight: bold;
}
/* line 73, ../sass/components/_social.scss */
.twitters .name a {
  color: #000;
}
/* line 76, ../sass/components/_social.scss */
.twitters .text {
  font-size: 13px;
}
/* line 78, ../sass/components/_social.scss */
.twitters .handle {
  font-size: 12px;
}
/* line 80, ../sass/components/_social.scss */
.twitters .handle a {
  color: #999;
}
/* line 83, ../sass/components/_social.scss */
.twitters a {
  color: #005daa;
}
/* line 85, ../sass/components/_social.scss */
.twitters .web-intents {
  text-align: right;
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 88, ../sass/components/_social.scss */
.twitters .web-intents a {
  color: #999 !important;
  font-size: 13px;
}
/* line 89, ../sass/components/_social.scss */
.twitters .web-intents span {
  margin-right: 5px;
}
/* line 93, ../sass/components/_social.scss */
.twitters .twitter_iom {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto !important;
}
/* line 99, ../sass/components/_social.scss */
.twitters .cards {
  position: relative;
  overflow: hidden;
}
/* line 104, ../sass/components/_social.scss */
.twitters .cards:hover .web-intents {
  opacity: 1;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 108, ../sass/components/_social.scss */
.twitters .cards:hover .timestamp {
  opacity: 1;
  margin-right: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 117, ../sass/components/_social.scss */
.ghana-social .fb, .ghana-social .twitter {
  font-size: 15px;
  background: #444;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  line-height: 28px;
  text-indent: 2px;
  color: #fff;
  margin: 10px 3px;
}
/* line 129, ../sass/components/_social.scss */
.ghana-social .fb:hover, .ghana-social .twitter:hover {
  color: #005daa;
}
/* line 134, ../sass/components/_social.scss */
.ghana-social .fb {
  background: #444;
}

/* line 2, ../sass/components/_login.scss */
.login form {
  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 4, ../sass/components/_login.scss */
.login form .form-item {
  margin: 0;
}
/* line 5, ../sass/components/_login.scss */
.login form input[type='text'], .login form input[type='password'] {
  width: 100%;
  padding: 5px;
}

/* line 14, ../sass/components/_login.scss */
.not-logged-in .tabs-primary li:first-child {
  display: none;
}

/* line 2, ../sass/components/_governing_accordion.scss */
.block-accordion h2.ui-accordion-header {
  padding: 5px;
  background: #E66F31;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-bottom: 2px;
}
/* line 9, ../sass/components/_governing_accordion.scss */
.block-accordion .ui-accordion-content {
  padding: 10px 30px;
  background: #fff;
}
/* line 12, ../sass/components/_governing_accordion.scss */
.block-accordion .ui-icon {
  float: left;
}

/* line 1, ../sass/components/_subitems.scss */

/* line 3, ../sass/components/_subitems.scss */
.subitems .quick-actions {
  margin-bottom: 0;
}
/* line 6, ../sass/components/_subitems.scss */
.subitems .quick-actions ul.menu {
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;

  text-align: center;
  margin: 0;
  padding: 0;
  width:100%;
  background:#0033a1;
}
/* line 9, ../sass/components/_subitems.scss */
.subitems .quick-actions ul.menu li {
  flex:1;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;

  justify-content: center;
  align-items: center;
  text-align: center;
  /*border-right: 3px solid #00236e;*/
}

.subitems .quick-actions ul.menu li {
  position: relative;
  border-right: 3px solid #00236e; }

.subitems .quick-actions ul.menu li:hover{
  background: #00236e;
}
/* line 14, ../sass/components/_subitems.scss */
.subitems .quick-actions ul.menu li:last-child {
  border-right: 0;
}
/* line 19, ../sass/components/_subitems.scss */
.subitems .quick-actions ul.menu li .campaign i {
  background-image: url(../images/WhatIsAMigrant.png);
}
/* line 24, ../sass/components/_subitems.scss */
.subitems .quick-actions ul.menu li .mmp i {
  background-image: url(../images/missingmigrant.png);
}
/* line 29, ../sass/components/_subitems.scss */
.subitems .quick-actions ul.menu li .donate-i i {
  background-image: url(../images/donate-i.png);
}
/* line 34, ../sass/components/_subitems.scss */
.subitems .quick-actions ul.menu li .donate-i i, .subitems .quick-actions ul.menu li .mmp i, .subitems .quick-actions ul.menu li .campaign i {
  height: 30px;
  background-position: 21px;
  background-repeat: no-repeat;
}
/* line 37, ../sass/components/_subitems.scss */
.subitems .quick-actions ul.menu li .donate-i i:before, .subitems .quick-actions ul.menu li .mmp i:before, .subitems .quick-actions ul.menu li .campaign i:before {
  content: "";
}
@media only screen and (max-width: 479px) {
  /* line 9, ../sass/components/_subitems.scss */
  .subitems .quick-actions ul.menu li {
    flex:1 0 50%;
    border-right:0;

  }
}
/* line 45, ../sass/components/_subitems.scss */
.subitems .quick-actions ul.menu li a {
  color: #fff;
  padding: 20px;
  float: left;
  text-transform: uppercase;
  flex:1;
}
/* line 51, ../sass/components/_subitems.scss */
.subitems .quick-actions ul.menu li a:hover {
  color: #fff;

}
@media only screen and (max-width: 479px) {
  /* line 45, ../sass/components/_subitems.scss */
  /*.subitems .quick-actions ul.menu li a {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }*/
}
/* line 66, ../sass/components/_subitems.scss */
.subitems .quick-actions .icon {
  font-size: 30px;
  border: 1px solid #0033a1;
  padding: 20px 16px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #0033a1;
  display: none;
}

/* line 2, ../sass/components/_taxonomy.scss */
.page-taxonomy-term .view-mode-teaser {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
/* line 5, ../sass/components/_taxonomy.scss */
.page-taxonomy-term .view-mode-teaser * {
  margin: 0;
}
/* line 8, ../sass/components/_taxonomy.scss */
.page-taxonomy-term .view-mode-teaser:last-child {
  border-bottom: 0;
}

/* line 2, ../sass/components/_quicktabs.scss */
.quicktabs-vertical ul.quicktabs-style-navlist {
  width: 18%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 8, ../sass/components/_quicktabs.scss */
.quicktabs-vertical ul.quicktabs-style-navlist li {
  padding: 10px 0;
}
/* line 10, ../sass/components/_quicktabs.scss */
.quicktabs-vertical ul.quicktabs-style-navlist li.active {
  background: #337ab7;
}
/* line 12, ../sass/components/_quicktabs.scss */
.quicktabs-vertical ul.quicktabs-style-navlist li.active a {
  color: #fff;
}
/* line 16, ../sass/components/_quicktabs.scss */
.quicktabs-vertical div.quicktabs_main {
  width: 82%;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: none;
  border-left: 1px solid #337ab7;
}
/* line 26, ../sass/components/_quicktabs.scss */
.quicktabs-vertical div.quicktabs_main p {
  margin: 0 0 10px;
}

/* line 1, ../sass/components/_subscribe.scss */
.form-control {
  padding: 10px;
  border: 1px solid #444;
  width: 100%;
}

/* line 8, ../sass/components/_subscribe.scss */
.node-type-webform fieldset.form-wrapper, .eco-form fieldset.form-wrapper {
  position: relative;
  margin-bottom: 40px;
}
/* line 11, ../sass/components/_subscribe.scss */
.node-type-webform fieldset.form-wrapper legend, .eco-form fieldset.form-wrapper legend {
  position: absolute;
}

/* line 1, ../sass/components/_diaspora.scss */
.fxcompared {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
  box-sizing: border-box;
}

/* line 5, ../sass/components/_diaspora.scss */
.diaspora-carousels {
  float: left;
  width: 75%;
  margin-left: 0%;
  margin-right: -75%;
  box-sizing: border-box;
  padding-right: 10px;
}

/* line 13, ../sass/components/_diaspora.scss */
#fxcompared-comparison-filter {
  margin-top: 10px;
}
/* line 15, ../sass/components/_diaspora.scss */
#fxcompared-comparison-filter .footer {
  background: none;
  padding: 0;
}

/* line 21, ../sass/components/_diaspora.scss */
.diaspora-resources {
  margin-bottom: 10px !important;
}

/* line 26, ../sass/components/_diaspora.scss */
.node-type-country .sidebars .block h2.block-title {
  background: #0033a1;
}
/* line 30, ../sass/components/_diaspora.scss */
.node-type-country .country-tabs2 {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  padding-right: 10px;
  box-sizing: border-box;
}
/* line 36, ../sass/components/_diaspora.scss */
.node-type-country .social-media-country, .node-type-country .video-country {
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
  padding-right: 10px;
  box-sizing: border-box;
}
/* line 41, ../sass/components/_diaspora.scss */
.node-type-country .iamamigrant {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
  box-sizing: border-box;
}
/* line 44, ../sass/components/_diaspora.scss */
.node-type-country .iamamigrant .iaam-item {
  margin-bottom: 5px;
}
/* line 49, ../sass/components/_diaspora.scss */
.node-type-country .world-migrantion {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}
/* line 51, ../sass/components/_diaspora.scss */
.node-type-country .world-migrantion h2 {
  margin-bottom: 20px;
}

/* line 57, ../sass/components/_diaspora.scss */
.engage {
  min-height: 410px;
}
/* line 60, ../sass/components/_diaspora.scss */
.engage .view-id-diaspora > .view-content {
  float: left;
  width: 75%;
  margin-left: 0%;
  margin-right: -75%;
  position: relative;
  box-sizing: border-box;
  padding-right: 10px;
}
/* line 66, ../sass/components/_diaspora.scss */
.engage .view-id-diaspora > .view-footer {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
  box-sizing: border-box;
}
/* line 71, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper {
  clear: left;
}
/* line 72, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper .di {
  padding-top: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
/* line 75, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper .di > div {
  min-height: 164px;
}
/* line 78, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper .di .active {
  border: 1px solid #0033a1;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 84, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper .di .active h3 {
  color: #0033a1;
}
/* line 88, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper .di .inactive {
  border: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 94, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper .di .inactive h3 {
  color: #ccc;
}
/* line 100, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper .di img {
  display: block;
  margin: auto;
}
/* line 105, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper .di:nth-child(3n+1) {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  clear: left;
}
/* line 109, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper .di:nth-child(3n+2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 112, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper .di:nth-child(3n) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 121, ../sass/components/_diaspora.scss */
.engage .diaspora-wrapper h3 {
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-bottom: 5px;
}

/* line 129, ../sass/components/_diaspora.scss */
.diaspora-theme {
  margin: 0;
}
/* line 131, ../sass/components/_diaspora.scss */
.diaspora-theme h2.block-title {
  background: #0033a1;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px;
  color: #fff;
  font-weight: normal;
}

/* line 142, ../sass/components/_diaspora.scss */
.carouselBG {
  margin-top: 10px;
  background: url(../images/carouselBG.jpg) no-repeat #0036a2;
  background-size: cover;
}
/* line 148, ../sass/components/_diaspora.scss */
.carouselBG .owl-controls .owl-prev {
  left: 0;
}
/* line 151, ../sass/components/_diaspora.scss */
.carouselBG .owl-controls .owl-next {
  right: 0;
}
/* line 154, ../sass/components/_diaspora.scss */
.carouselBG .owl-controls .owl-buttons div {
  position: absolute;
  top: calc(50% - 20px);
  width: 20px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: auto;
  line-height: 40px;
}
/* line 168, ../sass/components/_diaspora.scss */
.carouselBG .owl-item {
  color: #fff;
  padding: 22px 20px;
  font-size: 13px;
  box-sizing: border-box;
}
/* line 173, ../sass/components/_diaspora.scss */
.carouselBG .owl-item h3 {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
}
/* line 179, ../sass/components/_diaspora.scss */
.carouselBG .owl-item img {
  margin: 30px auto;
  display: block;
}

/* line 1, ../sass/components/_donation.scss */
.page-node-89623 {
  	/*.gives{
  		ul{
  			$zen-column-count: 12;
  			@include zen-grid-container();
  			padding:0;
  			margin-left: -10px;
      		margin-right: -10px;
  			li{
  				list-style: none;
  				@include zen-grid-item-base();
  				.pricedesc{
  				    padding: 40px 20px;
  				    color: #fff;
  				    text-align: center;
  				    min-height: 115px;
  
  				}
  
  				.price{
  					font-size:36px;
  					
  					font-weight:bold;
  					margin-bottom: 15px;
  				}
  
  
  				&:nth-child(3n+1){
  				@include zen-grid-item(4,1);
  				@include zen-clear();
  					.pricedesc{
  						background: #8499cb;
  					}
  				
  				}
  				&:nth-child(3n+2){
  				@include zen-grid-item(4,5);
  				
  					.pricedesc{
  						background:#4866b1;
  					}
  				
  				}
  				&:nth-child(3n){
  				@include zen-grid-item(4,9);
  				
  					.pricedesc{
  						background:#11349b;
  					}
  				}
  			}
  
  		}
  	}*/
}
/* line 2, ../sass/components/_donation.scss */
.page-node-89623 .breadcrumbs {
  display: none;
}
/* line 6, ../sass/components/_donation.scss */
.page-node-89623 .at-title, .page-node-89623 .HeaderHtml, .page-node-89623 .at fieldset legend {
  display: none;
}
/* line 9, ../sass/components/_donation.scss */
.page-node-89623 .ngp-form {
  border-top: 1px solid #eee;
}

/* line 2, ../sass/components/_pbn.scss */
.pbn .pub-date {
  font-size: 12px;
}
/* line 4, ../sass/components/_pbn.scss */
.pbn .pub-date span {
  background: #005daa;
  color: #fff;
  padding: 0 5px;
}
/* line 10, ../sass/components/_pbn.scss */
.pbn h3 {
  margin: 0;
}

/* line 18, ../sass/components/_pbn.scss */
.group-one-column .group-left {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 25, ../sass/components/_pbn.scss */
.press_release_full .field-name-field-pbn-analysis {
  padding: 10px;
  border: 1px solid #ccc;
  margin: 10px 0;
}
/* line 30, ../sass/components/_pbn.scss */
.press_release_full .photo-caption {
  font-size: 11px;
  color: #444;
  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;
  margin-bottom: 20px;
}
/* line 37, ../sass/components/_pbn.scss */
.press_release_full .field-name-field-sdg .field-item {
  float: left;
  margin-right: 8px;
}
/* line 40, ../sass/components/_pbn.scss */
.press_release_full .field-name-field-sdg .field-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  /* line 24, ../sass/components/_pbn.scss */
  .press_release_full {
    display: flex;
    flex-flow: column;
  }
  /* line 49, ../sass/components/_pbn.scss */
  .press_release_full .group-right {
    width: 100%;
    order: 1;
  }
  /* line 53, ../sass/components/_pbn.scss */
  .press_release_full .group-left {
    width: 100%;
    order: 2;
    float: none;
    border-top: 1px solid #eee;
    padding-top: 15px;
  }
  /* line 61, ../sass/components/_pbn.scss */
  .press_release_full .field-name-field-image .field-item {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 24, ../sass/components/_pbn.scss */
  .press_release_full {
    display: flex;
    flex-flow: column;
  }
  /* line 70, ../sass/components/_pbn.scss */
  .press_release_full .group-right {
    width: 100%;
    order: 1;
  }
  /* line 74, ../sass/components/_pbn.scss */
  .press_release_full .group-left {
    width: 100%;
    order: 2;
    float: none;
    border-top: 1px solid #eee;
    padding-top: 15px;
  }
  /* line 84, ../sass/components/_pbn.scss */
  .press_release_full .field-name-field-image .field-item {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 90, ../sass/components/_pbn.scss */
  .press_release_full .group-left {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 93, ../sass/components/_pbn.scss */
  .press_release_full .group-right {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media all and (min-width: 960px) {
  /* line 98, ../sass/components/_pbn.scss */
  .press_release_full .group-left {
    float: left;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: -58.33333%;
    border-right: 1px solid #eee;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 107, ../sass/components/_pbn.scss */
  .press_release_full .group-right {
    float: left;
    width: 41.66667%;
    margin-left: 58.33333%;
    margin-right: -100%;
    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 113, ../sass/components/_pbn.scss */
.press_release_full .field-name-field-pbn-additional-items {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
/* line 117, ../sass/components/_pbn.scss */
.press_release_full .field-name-field-image {
  /*.field-item{
  	display:none;
  }
  .field-item:first-child{
  	display:block;
  }*/
}

/* line 131, ../sass/components/_pbn.scss */
.newpbn .view-content .views-row {
  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;
  padding-bottom: 10px;
}
/* line 133, ../sass/components/_pbn.scss */
.newpbn .view-content .views-row .pbnwrap {
  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;
  /*border: 1px solid #ccc;*/
}
/* line 134, ../sass/components/_pbn.scss */
.newpbn .view-content .views-row .pbnwrap h3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* line 139, ../sass/components/_pbn.scss */
.newpbn .view-content .views-row .pbnwrap img {
  padding-top: 10px;
}

/* line 149, ../sass/components/_pbn.scss */
.pr-multimedia .flexslider {
  margin-bottom: 0px;
}
/* line 153, ../sass/components/_pbn.scss */
.pr-multimedia .controls ul {
  padding: 0;
  margin: 0;
}
/* line 154, ../sass/components/_pbn.scss */
.pr-multimedia .controls > ul li {
  display: inline-block;
  cursor: pointer;
}
/* line 159, ../sass/components/_pbn.scss */
.pr-multimedia .controls > ul li.flex-active img {
  border: 2px solid #FE3614;
}
/* line 163, ../sass/components/_pbn.scss */
.pr-multimedia .controls > ul li img {
  border-radius: 50%;
  border: 2px solid #ccc;
}

/* line 1, ../sass/components/_pressroom.scss */
.section-press-room, .section-salle-de-presse, .section-espacio-de-prensa {
  /*.latest-pr-list{
  	@include zen-grid-item(4,1);
  }
  .pressbanner{
  	@include zen-grid-item(8,1,right);
  	@include zen-grid-item-base();
  }
  .featured{
  	@include zen-clear(right);
  	@include zen-grid-item(8,1,right);
  	@include zen-grid-item-base();
  }*/
}
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.section-press-room:before, .section-press-room:after, .section-salle-de-presse:before, .section-salle-de-presse:after, .section-espacio-de-prensa:before, .section-espacio-de-prensa:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.section-press-room:after, .section-salle-de-presse:after, .section-espacio-de-prensa:after {
  clear: both;
}
/* line 17, ../sass/components/_pressroom.scss */
.section-press-room .subitems, .section-salle-de-presse .subitems, .section-espacio-de-prensa .subitems {
  background: #fff;
  border-bottom: 2px solid #444;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 22, ../sass/components/_pressroom.scss */
.section-press-room .subitems .region-subitems, .section-salle-de-presse .subitems .region-subitems, .section-espacio-de-prensa .subitems .region-subitems {
  padding-top: 15px;
  border-top: 2px solid #444;
}
/* line 28, ../sass/components/_pressroom.scss */
.section-press-room .subitems .sidemenu ul.menu, .section-salle-de-presse .subitems .sidemenu ul.menu, .section-espacio-de-prensa .subitems .sidemenu ul.menu {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
/* line 33, ../sass/components/_pressroom.scss */
.section-press-room .subitems .sidemenu ul.menu li, .section-salle-de-presse .subitems .sidemenu ul.menu li, .section-espacio-de-prensa .subitems .sidemenu ul.menu li {
  padding: 0;
  border: 0;
}
/* line 36, ../sass/components/_pressroom.scss */
.section-press-room .subitems .sidemenu ul.menu li:hover, .section-salle-de-presse .subitems .sidemenu ul.menu li:hover, .section-espacio-de-prensa .subitems .sidemenu ul.menu li:hover {
  background: none;
}
/* line 38, ../sass/components/_pressroom.scss */
.section-press-room .subitems .sidemenu ul.menu li:hover a, .section-salle-de-presse .subitems .sidemenu ul.menu li:hover a, .section-espacio-de-prensa .subitems .sidemenu ul.menu li:hover a {
  color: #005daa !important;
}
/* line 40, ../sass/components/_pressroom.scss */
.section-press-room .subitems .sidemenu ul.menu li a, .section-salle-de-presse .subitems .sidemenu ul.menu li a, .section-espacio-de-prensa .subitems .sidemenu ul.menu li a {
  text-decoration: underline;
  color: #444;
  font-weight: bold;
  font-size: 12px;
}
/* line 45, ../sass/components/_pressroom.scss */
.section-press-room .subitems .sidemenu ul.menu li a:hover, .section-salle-de-presse .subitems .sidemenu ul.menu li a:hover, .section-espacio-de-prensa .subitems .sidemenu ul.menu li a:hover {
  background: none;
  color: #005daa !important;
}
/* line 54, ../sass/components/_pressroom.scss */
.section-press-room .flex_carousel, .section-salle-de-presse .flex_carousel, .section-espacio-de-prensa .flex_carousel {
  background: #EAEAEA;
}
/* line 56, ../sass/components/_pressroom.scss */
.section-press-room .flex_carousel .block h2.block-title, .section-salle-de-presse .flex_carousel .block h2.block-title, .section-espacio-de-prensa .flex_carousel .block h2.block-title {
  margin-bottom: 10px;
}
/* line 61, ../sass/components/_pressroom.scss */
.section-press-room .flex_carousel .wrapper, .section-salle-de-presse .flex_carousel .wrapper, .section-espacio-de-prensa .flex_carousel .wrapper {
  border-bottom: 0;
}
/* line 66, ../sass/components/_pressroom.scss */
.section-press-room .list, .section-salle-de-presse .list, .section-espacio-de-prensa .list {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
/* line 67, ../sass/components/_pressroom.scss */
.section-press-room .list h3, .section-salle-de-presse .list h3, .section-espacio-de-prensa .list h3 {
  padding: 0;
  margin: 0;
}
/* line 70, ../sass/components/_pressroom.scss */
.section-press-room .list:last-child, .section-salle-de-presse .list:last-child, .section-espacio-de-prensa .list:last-child {
  border-bottom: 0;
}

/* line 78, ../sass/components/_pressroom.scss */
.campaigns .top-campaign, .pr-newsdesk .top-campaign, .pr-migration-blog .top-campaign {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
/* line 81, ../sass/components/_pressroom.scss */
.campaigns .top-campaign img, .pr-newsdesk .top-campaign img, .pr-migration-blog .top-campaign img {
  width: 100%;
  display: block;
  margin: auto;
}
/* line 87, ../sass/components/_pressroom.scss */
.campaigns h3, .pr-newsdesk h3, .pr-migration-blog h3 {
  margin: 0;
  padding: 0;
}

/* line 94, ../sass/components/_pressroom.scss */
.latest-pr-list .top-news {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
/* line 97, ../sass/components/_pressroom.scss */
.latest-pr-list .top-news img {
  width: 100%;
  display: block;
  margin: auto;
}
/* line 103, ../sass/components/_pressroom.scss */
.latest-pr-list .pr-list {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
/* line 104, ../sass/components/_pressroom.scss */
.latest-pr-list .pr-list h3 {
  padding: 0;
  margin: 0;
}
/* line 111, ../sass/components/_pressroom.scss */
.latest-pr-list .pr-list:last-child {
  border-bottom: 0;
}
/* line 116, ../sass/components/_pressroom.scss */
.latest-pr-list .more-link {
  clear: both;
  text-align: left;
}
/* line 119, ../sass/components/_pressroom.scss */
.latest-pr-list .more-link a {
  padding: 5px 0;
  font-size: 12px;
}

/* line 126, ../sass/components/_pressroom.scss */
.pr-infographics {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}

/* line 129, ../sass/components/_pressroom.scss */
.info-highlights {
  clear: left;
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
}

/* line 2, ../sass/components/_migrant_stories.scss */
.latest-ms {
  clear: left;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
/* line 6, ../sass/components/_migrant_stories.scss */
.latest-ms .ms-list-region {
  font-size: 11px;
  background: #eb7125;
  color: #fff;
  padding: 0 5px;
}
/* line 12, ../sass/components/_migrant_stories.scss */
.latest-ms h3 {
  margin: 0;
}

/* line 15, ../sass/components/_migrant_stories.scss */
.latest-ms-list {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/components/_migrant_stories.scss */
.latest-ms-list .views-row {
  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;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  /* line 19, ../sass/components/_migrant_stories.scss */
  .latest-ms-list .views-row {
    float: none;
    width: 100%;
  }
}
/* line 30, ../sass/components/_migrant_stories.scss */
.latest-ms-list .latest-pr {
  max-width: 270px;
  margin: auto;
  border: 1px solid #CCC;
  overflow: hidden;
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 38, ../sass/components/_migrant_stories.scss */
.latest-ms-list .latest-pr h3 {
  padding: 10px;
  margin: 0;
  line-height: 1.2em;
}
/* line 43, ../sass/components/_migrant_stories.scss */
.latest-ms-list .latest-pr .pr-content {
  padding: 15px;
}
/* line 45, ../sass/components/_migrant_stories.scss */
.latest-ms-list .latest-pr .pr-content p {
  margin: 0;
}
/* line 47, ../sass/components/_migrant_stories.scss */
.latest-ms-list .latest-pr .latest-pr-readmore {
  border-top: 1px solid #ccc;
  width: 100%;
}
/* line 49, ../sass/components/_migrant_stories.scss */
.latest-ms-list .latest-pr .latest-pr-readmore p {
  text-align: center;
}

/* line 2, ../sass/components/_photostories.scss */
.field-slideshow-wrapper .field-slideshow {
  padding-bottom: 0 !important;
}
/* line 5, ../sass/components/_photostories.scss */
.field-slideshow-wrapper .field-slideshow-controls {
  text-align: center;
  position: relative;
}
/* line 8, ../sass/components/_photostories.scss */
.field-slideshow-wrapper .field-slideshow-controls a {
  background: #000;
  color: #fff;
  padding: 5px;
  position: absolute;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 11, ../sass/components/_photostories.scss */
.field-slideshow-wrapper .field-slideshow-controls a:hover {
  background: #fff;
  color: #000;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 17, ../sass/components/_photostories.scss */
.field-slideshow-wrapper .field-slideshow-controls .next {
  right: 0;
  top: 257px;
  z-index: 100;
}
/* line 22, ../sass/components/_photostories.scss */
.field-slideshow-wrapper .field-slideshow-controls .prev {
  left: 0;
  z-index: 100;
  top: 257px;
}
@media only screen and (max-width: 479px) {
  /* line 27, ../sass/components/_photostories.scss */
  .field-slideshow-wrapper .field-slideshow-controls .next, .field-slideshow-wrapper .field-slideshow-controls .prev {
    top: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 27, ../sass/components/_photostories.scss */
  .field-slideshow-wrapper .field-slideshow-controls .next, .field-slideshow-wrapper .field-slideshow-controls .prev {
    top: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 27, ../sass/components/_photostories.scss */
  .field-slideshow-wrapper .field-slideshow-controls .next, .field-slideshow-wrapper .field-slideshow-controls .prev {
    top: 150px;
  }
}
/* line 40, ../sass/components/_photostories.scss */
.field-slideshow-wrapper .field-slideshow-caption {
  max-width: 1200px;
}

/* line 46, ../sass/components/_photostories.scss */
.field-slideshow-pager li {
  list-style: none;
  margin: 1px;
}
/* line 49, ../sass/components/_photostories.scss */
.field-slideshow-pager li img {
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 58, ../sass/components/_photostories.scss */
.field-slideshow-pager li img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 67, ../sass/components/_photostories.scss */
.field-slideshow-pager li.activeSlide {
  outline: 2px solid #eb7125;
}

/* line 75, ../sass/components/_photostories.scss */
.photo-stories .views-row {
  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;
  margin-bottom: 20px;
}
/* line 76, ../sass/components/_photostories.scss */
.photo-stories .views-row:nth-child(4n+1) {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  clear: left;
}
/* line 80, ../sass/components/_photostories.scss */
.photo-stories .views-row:nth-child(4n+2) {
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
}
/* line 83, ../sass/components/_photostories.scss */
.photo-stories .views-row:nth-child(4n+3) {
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
}
/* line 86, ../sass/components/_photostories.scss */
.photo-stories .views-row:nth-child(4n) {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}
/* line 91, ../sass/components/_photostories.scss */
.photo-stories .views-row h3, .photo-stories .views-row p {
  margin: 0;
}
/* line 96, ../sass/components/_photostories.scss */
.photo-stories .pub-date {
  color: #4d8f46;
  padding: 5px 0;
  font-weight: bold;
  font-size: 12px;
}

/* line 3, ../sass/components/_mediacontacts.scss */
.mcontacts .view-content {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
/* line 4, ../sass/components/_mediacontacts.scss */
.mcontacts .view-content h3 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #0033a1;
  padding-bottom: 12px;
  border-bottom: 1px solid #0033a1;
}
/* line 20, ../sass/components/_mediacontacts.scss */
.mcontacts .views-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 33.3%;
  width: 100%;
  position: relative;
  padding-bottom: 32px;
}
/* line 28, ../sass/components/_mediacontacts.scss */
.mcontacts .views-row .views-field-title {
  text-align: center;
  font-size: 16px;
}
/* line 32, ../sass/components/_mediacontacts.scss */
.mcontacts .views-row .views-field-field-image {
  padding-right: 10px;
}
/* line 35, ../sass/components/_mediacontacts.scss */
.mcontacts .views-row .views-field-field-image img {
  vertical-align: middle;
  display: block;
  margin: auto;
}
/* line 42, ../sass/components/_mediacontacts.scss */
.mcontacts .views-row .views-field-body {
  max-width: 50%;
  width: 100%;
  padding-right: 10px;
}
/* line 48, ../sass/components/_mediacontacts.scss */
.mcontacts .views-row .views-field-body p {
  margin: 0;
}
/* line 52, ../sass/components/_mediacontacts.scss */
.mcontacts .views-row .views-field-edit-node {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 55, ../sass/components/_mediacontacts.scss */
.mcontacts .views-row .views-field-edit-node a {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
}
@media all and (max-width: 1141px) {
  /* line 63, ../sass/components/_mediacontacts.scss */
  .mcontacts .views-row .views-field-body {
    max-width: 100%;
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  /* line 20, ../sass/components/_mediacontacts.scss */
  .mcontacts .views-row {
    max-width: 50%;
  }
  /* line 70, ../sass/components/_mediacontacts.scss */
  .mcontacts .views-row .views-field-body {
    max-width: 50%;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  /* line 20, ../sass/components/_mediacontacts.scss */
  .mcontacts .views-row {
    max-width: 50%;
    width: 100%;
  }
  /* line 79, ../sass/components/_mediacontacts.scss */
  .mcontacts .views-row .views-field-field-image {
    max-width: 44%;
  }
  /* line 82, ../sass/components/_mediacontacts.scss */
  .mcontacts .views-row .views-field-body {
    max-width: 50%;
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  /* line 20, ../sass/components/_mediacontacts.scss */
  .mcontacts .views-row {
    max-width: 100%;
  }
}

/* line 2, ../sass/components/_sitreps.scss */
.sitreps_details .group-right {
  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;
}
@media only screen and (max-width: 479px) {
  /* line 7, ../sass/components/_sitreps.scss */
  .sitreps_details .group-left, .sitreps_details .group-right {
    float: none;
    width: 100%;
  }
}

/* line 15, ../sass/components/_sitreps.scss */
.sitreps .views-row {
  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;
  padding-bottom: 10px;
}
/* line 17, ../sass/components/_sitreps.scss */
.sitreps .views-row .sitreps-wrapper {
  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;
  border: 1px solid #ccc;
}
/* line 19, ../sass/components/_sitreps.scss */
.sitreps .views-row .sitreps-wrapper img {
  padding-top: 10px;
}
/* line 22, ../sass/components/_sitreps.scss */
.sitreps .views-row:nth-child(3n+1) {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  clear: left;
}
/* line 26, ../sass/components/_sitreps.scss */
.sitreps .views-row:nth-child(3n+2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 29, ../sass/components/_sitreps.scss */
.sitreps .views-row:nth-child(3n) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 32, ../sass/components/_sitreps.scss */
.sitreps .views-row a {
  font-size: 12px;
  line-height: normal;
}

/* line 2, ../sass/components/_shelter.scss */
.shelter-document .views-row {
  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;
  border-top: 1px dashed #eee;
  padding: 10px 30px 10px 0;
}
/* line 3, ../sass/components/_shelter.scss */
.shelter-document .views-row:nth-child(2n+1) {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  clear: left;
}
/* line 7, ../sass/components/_shelter.scss */
.shelter-document .views-row:nth-child(2n) {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}
/* line 15, ../sass/components/_shelter.scss */
.shelter-document .group-left {
  width: 50%;
  float: left;
}
/* line 18, ../sass/components/_shelter.scss */
.shelter-document .group-left img {
  border: 1px solid #eee;
  padding: 3px;
}
/* line 20, ../sass/components/_shelter.scss */
.shelter-document .group-right {
  width: 50%;
  float: left;
  font-size: 12px;
}
/* line 24, ../sass/components/_shelter.scss */
.shelter-document .group-right h3 {
  margin: 0;
  border: 1px solid #eee;
  padding: 5px;
}

/* line 2, ../sass/components/_quotes.scss */
.quote .masonry-processed {
  margin: auto;
}
/* line 6, ../sass/components/_quotes.scss */
.quote .quote-item {
  padding: 10px;
  border: 1px solid #eee;
  width: 300px;
  margin-bottom: 10px;
}
/* line 11, ../sass/components/_quotes.scss */
.quote .quote-item img {
  width: 100%;
}
/* line 14, ../sass/components/_quotes.scss */
.quote .quote-item p {
  margin: 0;
}
/* line 17, ../sass/components/_quotes.scss */
.quote .msocial {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}

/* line 2, ../sass/components/_videos.scss */
.campaignct .block-title {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
/* line 7, ../sass/components/_videos.scss */
.campaignct .views-row {
  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;
  margin-bottom: 50px;
}
/* line 11, ../sass/components/_videos.scss */
.campaignct .views-row h3, .campaignct .views-row p {
  margin: 0;
}
/* line 15, ../sass/components/_videos.scss */
.campaignct .views-row .views-field-title {
  margin-bottom: 5px;
}
@media only screen and (max-width: 479px) {
  /* line 20, ../sass/components/_videos.scss */
  .campaignct .views-row {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 25, ../sass/components/_videos.scss */
  .campaignct .views-row:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  /* line 29, ../sass/components/_videos.scss */
  .campaignct .views-row:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 34, ../sass/components/_videos.scss */
  .campaignct .views-row:nth-child(4n+1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
  }
  /* line 38, ../sass/components/_videos.scss */
  .campaignct .views-row:nth-child(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 41, ../sass/components/_videos.scss */
  .campaignct .views-row:nth-child(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 44, ../sass/components/_videos.scss */
  .campaignct .views-row:nth-child(4n) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}
@media all and (min-width: 960px) {
  /* line 49, ../sass/components/_videos.scss */
  .campaignct .views-row:nth-child(4n+1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
  }
  /* line 53, ../sass/components/_videos.scss */
  .campaignct .views-row:nth-child(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 56, ../sass/components/_videos.scss */
  .campaignct .views-row:nth-child(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 59, ../sass/components/_videos.scss */
  .campaignct .views-row:nth-child(4n) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}

/* line 69, ../sass/components/_videos.scss */
.videos .views-row {
  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;
  margin-bottom: 20px;
}
/* line 73, ../sass/components/_videos.scss */
.videos .views-row h3, .videos .views-row p {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  /* line 79, ../sass/components/_videos.scss */
  .videos .views-row {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 84, ../sass/components/_videos.scss */
  .videos .views-row:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  /* line 88, ../sass/components/_videos.scss */
  .videos .views-row:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 93, ../sass/components/_videos.scss */
  .videos .views-row:nth-child(4n+1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
  }
  /* line 97, ../sass/components/_videos.scss */
  .videos .views-row:nth-child(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 100, ../sass/components/_videos.scss */
  .videos .views-row:nth-child(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 103, ../sass/components/_videos.scss */
  .videos .views-row:nth-child(4n) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}
@media all and (min-width: 960px) {
  /* line 108, ../sass/components/_videos.scss */
  .videos .views-row:nth-child(4n+1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
  }
  /* line 112, ../sass/components/_videos.scss */
  .videos .views-row:nth-child(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 115, ../sass/components/_videos.scss */
  .videos .views-row:nth-child(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 118, ../sass/components/_videos.scss */
  .videos .views-row:nth-child(4n) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}

/* line 127, ../sass/components/_videos.scss */
#block-views-imd2019vid-block .cols4 .views-row {
  margin-bottom: 10px;
}
/* line 132, ../sass/components/_videos.scss */
#block-views-imd2019vid-block .views-field-field-video img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* line 139, ../sass/components/_videos.scss */
.video-background {
  background: #000;
  min-height: 515px;
  position: relative;
}

/* line 144, ../sass/components/_videos.scss */
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
  pointer-events: none;
}

@media (min-aspect-ratio: 16 / 9) {
  /* line 155, ../sass/components/_videos.scss */
  .video-foreground {
    height: 300%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  /* line 158, ../sass/components/_videos.scss */
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  /* line 161, ../sass/components/_videos.scss */
  .vid-info {
    width: 50%;
    padding: .5rem;
  }

  /* line 162, ../sass/components/_videos.scss */
  .vid-info h1 {
    margin-bottom: .2rem;
  }
}
@media all and (max-width: 500px) {
  /* line 165, ../sass/components/_videos.scss */
  .vid-info .acronym {
    display: none;
  }
}
/* line 2, ../sass/components/_page.scss */
.twitable > div {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  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 3, ../sass/components/_page.scss */
.twitable > div img {
  width: 100%;
}

/* line 16, ../sass/components/_page.scss */
.counter-trafficking-1 .panel-2col .panel-col-first {
  width: 25%;
}
/* line 19, ../sass/components/_page.scss */
.counter-trafficking-1 .panel-2col .panel-col-last {
  width: 75%;
}

/* line 27, ../sass/components/_page.scss */
.story-features .iframes {
  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 28, ../sass/components/_page.scss */
.story-features .iframes:nth-child(2n+1) {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
}
/* line 32, ../sass/components/_page.scss */
.story-features .iframes:nth-child(2n) {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}

/* line 43, ../sass/components/_page.scss */
.page-frontpage .view-featured-stories .more-link {
  padding: 0 10px 0 0;
}
/* line 44, ../sass/components/_page.scss */
.page-frontpage .view-featured-stories .more-link a {
  border: 0;
}
/* line 48, ../sass/components/_page.scss */
.page-frontpage .story-wrap {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
/* line 51, ../sass/components/_page.scss */
.page-frontpage .story-wrap h2 {
  color: #FFFFFF;
  margin: 0 0 15px;
}
/* line 53, ../sass/components/_page.scss */
.page-frontpage .story-wrap .story {
  min-height: 210px;
}
/* line 55, ../sass/components/_page.scss */
.page-frontpage .story-wrap .story .desc {
  padding: 22px !important;
  box-sizing: border-box;
}
/* line 56, ../sass/components/_page.scss */
.page-frontpage .story-wrap .story p {
  margin: 0 0 10px;
}

/* line 2, ../sass/components/_flashreports.scss */
.flash .reports {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  min-height: 315px;
}
/* line 10, ../sass/components/_flashreports.scss */
.flash .views-exposed-widgets {
  padding: 10px;
  border: 1px solid #eb7125;
}
/* line 14, ../sass/components/_flashreports.scss */
.flash .views-exposed-widgets .form-submit {
  margin-top: 1.3em;
}

/* line 1, ../sass/components/_stories.scss */
.story-banner {
  max-height: 900px;
  position: relative;
  overflow: hidden;
}
/* line 5, ../sass/components/_stories.scss */
.story-banner img {
  width: 100%;
}

/* line 11, ../sass/components/_stories.scss */
.view-featured-stories .more-link {
  clear: both;
  text-align: left;
  padding: 20px 0;
}
/* line 15, ../sass/components/_stories.scss */
.view-featured-stories .more-link a {
  padding: 5px 0;
}

/* line 22, ../sass/components/_stories.scss */
.story-page .story-wrap {
  margin-bottom: 20px;
  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;
}
@media only screen and (max-width: 479px) {
  /* line 22, ../sass/components/_stories.scss */
  .story-page .story-wrap {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 32, ../sass/components/_stories.scss */
  .story-page .story-wrap:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  /* line 36, ../sass/components/_stories.scss */
  .story-page .story-wrap:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media all and (min-width: 960px) {
  /* line 42, ../sass/components/_stories.scss */
  .story-page .story-wrap:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 46, ../sass/components/_stories.scss */
  .story-page .story-wrap:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 49, ../sass/components/_stories.scss */
  .story-page .story-wrap:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}

/* line 57, ../sass/components/_stories.scss */
.story-wrap1 {
  margin-bottom: 10px;
}
/* line 59, ../sass/components/_stories.scss */
.story-wrap1 .story {
  position: relative;
  color: #fff;
  background-size: cover;
  overflow: hidden;
  min-height: 270px;
}
/* line 66, ../sass/components/_stories.scss */
.story-wrap1 .story .storyOver {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
}
/* line 73, ../sass/components/_stories.scss */
.story-wrap1 .story .desc {
  padding: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
}
/* line 81, ../sass/components/_stories.scss */
.story-wrap1 .story .desc a {
  background: #fff;
  padding: 5px 20px;
  color: #000;
}
/* line 85, ../sass/components/_stories.scss */
.story-wrap1 .story .desc a:hover {
  color: #fff;
  background: #444444;
}
/* line 91, ../sass/components/_stories.scss */
.story-wrap1 .story .desc h2 {
  color: #ffffff;
}

/* line 97, ../sass/components/_stories.scss */
.story-wrap .story {
  position: relative;
  color: #fff;
  background-size: cover;
  overflow: hidden;
  min-height: 270px;
}
/* line 104, ../sass/components/_stories.scss */
.story-wrap .story .storyOver {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
}
/* line 111, ../sass/components/_stories.scss */
.story-wrap .story .desc {
  padding: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
}
/* line 119, ../sass/components/_stories.scss */
.story-wrap .story .desc a {
  background: #fff;
  padding: 5px 20px;
  color: #000;
}
/* line 123, ../sass/components/_stories.scss */
.story-wrap .story .desc a:hover {
  color: #fff;
  background: #444444;
}
/* line 129, ../sass/components/_stories.scss */
.story-wrap .story .desc h2 {
  color: #ffffff;
}

/* line 135, ../sass/components/_stories.scss */
#lightbox, #frameContainer {
  height: 100%;
}

/* line 138, ../sass/components/_stories.scss */
#imageDataContainer {
  width: 100% !important;
}

/* line 141, ../sass/components/_stories.scss */
#outerImageContainer {
  max-height: 100%;
  height: 92% !important;
  width: 100% !important;
}

/* line 146, ../sass/components/_stories.scss */
.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout #bottomNavClose {
  margin-top: 20px;
}

/* line 1, ../sass/components/_65th.scss */
.book {
  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 2, ../sass/components/_65th.scss */
.book:nth-child(3n+1) {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  clear: left;
}
/* line 6, ../sass/components/_65th.scss */
.book:nth-child(3n+2) {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
}
/* line 9, ../sass/components/_65th.scss */
.book:nth-child(3n) {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
/* line 14, ../sass/components/_65th.scss */
.book iframe {
  width: 100%;
}

/* line 2, ../sass/components/_gcm.scss */
.convenors h3 {
  margin: 0;
}
/* line 6, ../sass/components/_gcm.scss */
.convenors .views-row {
  text-align: center;
  margin: 10px 0;
}
/* line 9, ../sass/components/_gcm.scss */
.convenors .views-row img {
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

/* line 4, ../sass/components/_gendermigration.scss */
.section-gender-and-migration .sidebars h2.block-title,
.section-sexospecificites-et-migration .sidebars h2.block-title,
.section-genero-y-migracion .sidebars h2.block-title {
  background: #35b5b4;
}

/* line 1, ../sass/components/_collage.scss */
.views-imagematrix-block {
  width: auto !important;
  max-width: 1200px;
}
/* line 5, ../sass/components/_collage.scss */
.views-imagematrix-block .views-imagematrix-fields {
  overflow: hidden;
}
/* line 8, ../sass/components/_collage.scss */
.views-imagematrix-block .views-imagematrix-fields:hover .matrix {
  opacity: 1;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 14, ../sass/components/_collage.scss */
.views-imagematrix-block .views-imagematrix-fields .matrix {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 27, ../sass/components/_collage.scss */
.views-imagematrix-block .views-imagematrix-fields .matrix h2 {
  font-size: 120%;
  line-height: 120%;
}
/* line 32, ../sass/components/_collage.scss */
.views-imagematrix-block .views-imagematrix-fields .matrix .matrixmagnify {
  font-size: 24px;
  background: #fff;
  color: #000 !important;
  padding: 10px 15px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
/* line 40, ../sass/components/_collage.scss */
.views-imagematrix-block .views-imagematrix-fields .matrix a {
  color: #fff;
}

/* line 2, ../sass/components/_dg_speeches.scss */
.page-node-13 .bannerfull {
  background: #0032a1;
}
/* line 4, ../sass/components/_dg_speeches.scss */
.page-node-13 .bannerfull .dg-banner-title {
  font-weight: bold;
}
/* line 8, ../sass/components/_dg_speeches.scss */
.page-node-13 .bannerfull .block {
  margin: 0;
  padding: 0;
}
/* line 12, ../sass/components/_dg_speeches.scss */
.page-node-13 .bannerfull #block-views-full-page-banner-view-block {
  display: none;
}

/* line 23, ../sass/components/_dg_speeches.scss */
.dg-new .view-mode-full {
  display: block !important;
  padding: 10px;
}

/* line 29, ../sass/components/_dg_speeches.scss */
.press-release-dg {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
/* line 33, ../sass/components/_dg_speeches.scss */
.press-release-dg .views-field-title a {
  text-transform: uppercase;
}
/* line 37, ../sass/components/_dg_speeches.scss */
.press-release-dg .views-field-field-date-publish {
  text-transform: uppercase;
}
/* line 40, ../sass/components/_dg_speeches.scss */
.press-release-dg:last-child {
  border-bottom: 0;
}

/* line 2, ../sass/components/_wmr.scss */
.section-world-migration-report-2018 .page__title, .section-world-migration-report-2018 .breadcrumbs {
  display: none;
}
/* line 5, ../sass/components/_wmr.scss */
.section-world-migration-report-2018 .bannerfull {
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 9, ../sass/components/_wmr.scss */
.section-world-migration-report-2018 .bannerfull .block {
  margin-bottom: 0;
}

/* line 15, ../sass/components/_wmr.scss */
.wmr-slide {
  position: relative;
  max-width: 1600px;
  margin: 15px auto auto;
}
/* line 20, ../sass/components/_wmr.scss */
.wmr-slide .slick-slider {
  -moz-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}
/* line 25, ../sass/components/_wmr.scss */
.wmr-slide .wmr-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 161, 0.35);
}
/* line 31, ../sass/components/_wmr.scss */
.wmr-slide .subtitle {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
}
/* line 38, ../sass/components/_wmr.scss */
.wmr-slide .subtitle h1, .wmr-slide .subtitle h2, .wmr-slide .subtitle h3, .wmr-slide .subtitle h4 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 49, ../sass/components/_wmr.scss */
.wmr-slide .wmr-quick a {
  padding: 5px 10px;
  border: 2px solid #0032a1;
  color: #0032a1;
  text-transform: uppercase;
  display: inline-block;
}
/* line 58, ../sass/components/_wmr.scss */
.wmr-slide .group-left, .wmr-slide .slick-media {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
/* line 64, ../sass/components/_wmr.scss */
.wmr-slide .group-right, .wmr-slide .slide__caption {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
  height: 90vh;
  position: relative;
}
/* line 74, ../sass/components/_wmr.scss */
.wmr-slide .quickaction {
  position: absolute;
  bottom: 20px;
}
/* line 78, ../sass/components/_wmr.scss */
.wmr-slide .slick__arrow {
  position: absolute;
  top: 15px;
  right: 10px;
}
/* line 82, ../sass/components/_wmr.scss */
.wmr-slide .slick__arrow .slick-arrow {
  width: 19px;
  height: 17px;
  text-indent: 20px;
  overflow: hidden;
  cursor: pointer;
  float: left;
}
/* line 91, ../sass/components/_wmr.scss */
.wmr-slide .slick__arrow .wmrprev {
  background: url(../images/arrow_up.png) no-repeat;
}
/* line 93, ../sass/components/_wmr.scss */
.wmr-slide .slick__arrow .wmrprev.slick-disabled {
  background: url(../images/arrow_up_gray.png) no-repeat;
  cursor: auto;
}
/* line 99, ../sass/components/_wmr.scss */
.wmr-slide .slick__arrow .wmrnext {
  background: url(../images/arrow_down.png) no-repeat;
  position: relative;
  top: 7px;
}
/* line 103, ../sass/components/_wmr.scss */
.wmr-slide .slick__arrow .wmrnext.slick-disabled {
  background: url(../images/arrow_down_gray.png) no-repeat;
  cursor: auto;
}
/* line 111, ../sass/components/_wmr.scss */
.wmr-slide .wmr-btn {
  background: #0032a1;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  margin-top: 5px;
}
/* line 119, ../sass/components/_wmr.scss */
.wmr-slide .wmr-title {
  background: #0032a1;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 479px) {
  /* line 131, ../sass/components/_wmr.scss */
  .wmr-slide .group-left {
    width: 100%;
  }
  /* line 134, ../sass/components/_wmr.scss */
  .wmr-slide .group-right {
    width: 100%;
    height: 100%;
  }
  /* line 137, ../sass/components/_wmr.scss */
  .wmr-slide .group-right .quickaction {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 147, ../sass/components/_wmr.scss */
  .wmr-slide .group-left {
    width: 100%;
  }
  /* line 150, ../sass/components/_wmr.scss */
  .wmr-slide .group-right {
    width: 100%;
    height: 100%;
  }
  /* line 153, ../sass/components/_wmr.scss */
  .wmr-slide .group-right .quickaction {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 164, ../sass/components/_wmr.scss */
  .wmr-slide .group-left {
    width: 100%;
  }
  /* line 167, ../sass/components/_wmr.scss */
  .wmr-slide .group-right {
    width: 100%;
    height: 100%;
  }
  /* line 170, ../sass/components/_wmr.scss */
  .wmr-slide .group-right .quickaction {
    position: relative;
    bottom: 0;
  }
}
/* ######################################### NEW WORLD MIGRATION REPORT 2018 #####################################################*/
/* line 193, ../sass/components/_wmr.scss */
.node-type-wmr .sidebars .block h2.block-title {
  background: #99d4c0;
  color: #000;
}
/* line 200, ../sass/components/_wmr.scss */
.node-type-wmr h1 {
  font-size: 24px;
  line-height: 90%;
}
/* line 204, ../sass/components/_wmr.scss */
.node-type-wmr h2 {
  font-size: 16px;
  line-height: 90%;
}
/* line 209, ../sass/components/_wmr.scss */
.node-type-wmr .sf-vertical, .node-type-wmr .sf-vertical li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
/* line 212, ../sass/components/_wmr.scss */
.node-type-wmr .sf-vertical:last-child, .node-type-wmr .sf-vertical li:last-child {
  border-bottom: none;
}
/* line 215, ../sass/components/_wmr.scss */
.node-type-wmr .sf-vertical a, .node-type-wmr .sf-vertical li a {
  padding: 10px 0;
  line-height: 18px;
}
/* line 220, ../sass/components/_wmr.scss */
.node-type-wmr .sidebars .block {
  border: 0;
}
/* line 225, ../sass/components/_wmr.scss */
.node-type-wmr .sidebars .region-sidebar-second .block {
  border: 1px solid #009183;
}
/* line 231, ../sass/components/_wmr.scss */
.node-type-wmr #main {
  padding-top: 20px;
}
/* line 234, ../sass/components/_wmr.scss */
.node-type-wmr.sidebar-first #content:before {
  background: none;
}

/* line 240, ../sass/components/_wmr.scss */
.WMRbanner {
  overflow: hidden;
  position: relative;
}
/* line 244, ../sass/components/_wmr.scss */
.WMRbanner img {
  width: 100%;
  margin: auto;
}
/* line 252, ../sass/components/_wmr.scss */
.WMRbanner .wmr-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 161, 0.35);
  z-index: 1;
}
/* line 259, ../sass/components/_wmr.scss */
.WMRbanner .subtitle {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  z-index: 2;
}
/* line 266, ../sass/components/_wmr.scss */
.WMRbanner .subtitle h1, .WMRbanner .subtitle h2, .WMRbanner .subtitle h3, .WMRbanner .subtitle h4 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 277, ../sass/components/_wmr.scss */
.wmr-btn, .field-name-field-wmr-quicklinks a {
  background: #0032a1;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 5px;
  color: #fff !important;
}

/* line 285, ../sass/components/_wmr.scss */
.field-name-field-wmr-quicklinks {
  display: inline-block;
}
/* line 287, ../sass/components/_wmr.scss */
.field-name-field-wmr-quicklinks .field-item {
  float: left;
  margin-right: 10px;
}

/* line 295, ../sass/components/_wmr.scss */
ul.flippy {
  margin: 0;
  padding: 0;
}
/* line 298, ../sass/components/_wmr.scss */
ul.flippy li {
  padding: 0;
}
/* line 301, ../sass/components/_wmr.scss */
ul.flippy a {
  background: #0032a1;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  margin: 0 0 15px 0;
}

/* line 3, ../sass/components/_migapp.scss */
.page-node-84271 #page-title, .page-node-84271 .breadcrumbs {
  display: none;
}
/* line 7, ../sass/components/_migapp.scss */
.page-node-84271 .region-bannerfull .block {
  margin: 0;
}

/* line 13, ../sass/components/_migapp.scss */
.section-spacer {
  padding: 20px 30px;
}

/* line 17, ../sass/components/_migapp.scss */
.blockFloat-1.floating-block-active {
  top: 29px !important;
}

/* line 21, ../sass/components/_migapp.scss */
.migapp-navs {
  z-index: 200;
  box-sizing: border-box;
}

/* line 25, ../sass/components/_migapp.scss */
.migapp-navs {
  background: #2d2d2d;
  padding: 15px;
}

/* line 30, ../sass/components/_migapp.scss */
.download-section {
  background: #f1f1f1;
}
/* line 33, ../sass/components/_migapp.scss */
.download-section .mig-download .mig-wrapper {
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 10px 10px 0 #e7edf5;
  -moz-box-shadow: 10px 10px 0 #e7edf5;
  box-shadow: 10px 10px 0 #e7edf5;
  padding: 10px;
}

/* line 42, ../sass/components/_migapp.scss */
.migapp-price {
  background: #f1f1f1;
}
/* line 44, ../sass/components/_migapp.scss */
.migapp-price .image-wrap {
  margin: 0 10px;
}
/* line 46, ../sass/components/_migapp.scss */
.migapp-price .image-wrap img {
  width: 100%;
  vertical-align: bottom;
}
/* line 48, ../sass/components/_migapp.scss */
.migapp-price .inner-wrapper {
  background: #fff;
}
/* line 50, ../sass/components/_migapp.scss */
.migapp-price .inner-wrapper h2 {
  margin: 0;
  padding: 20px 0;
}
/* line 54, ../sass/components/_migapp.scss */
.migapp-price .inner-wrapper ul, .migapp-price .inner-wrapper ol {
  margin: 0;
}

/* line 62, ../sass/components/_migapp.scss */
.migapp-contact-us i {
  padding-right: 15px;
  color: #717171;
  font-size: 18px;
}
/* line 67, ../sass/components/_migapp.scss */
.migapp-contact-us a {
  color: #717171;
  text-decoration: underline;
}

/* line 75, ../sass/components/_migapp.scss */
.migapp-contact-form input[type="text"], .migapp-contact-form input[type="email"] {
  width: 100%;
  padding: 20px;
}
/* line 79, ../sass/components/_migapp.scss */
.migapp-contact-form input[type="submit"] {
  background: #26559d;
  width: 100%;
  padding: 20px;
  color: #fff;
  border: 0;
}
/* line 86, ../sass/components/_migapp.scss */
.migapp-contact-form textarea {
  width: 100%;
  padding: 10px;
}
/* line 90, ../sass/components/_migapp.scss */
.migapp-contact-form label {
  color: #717171;
}

@media only screen and (max-width: 479px) {
  /* line 99, ../sass/components/_migapp.scss */
  .mig-download {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    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 101, ../sass/components/_migapp.scss */
  .mig-download .mig-wrapper {
    margin: 10px;
    text-align: center;
    -webkit-box-shadow: 10px 10px 0 #e7edf5;
    -moz-box-shadow: 10px 10px 0 #e7edf5;
    box-shadow: 10px 10px 0 #e7edf5;
    padding: 10px;
  }
  /* line 102, ../sass/components/_migapp.scss */
  .mig-download .mig-wrapper i {
    font-size: 30px;
  }

  /* line 116, ../sass/components/_migapp.scss */
  .blockFloat-1.floating-block-active {
    top: 0px !important;
  }

  /* line 119, ../sass/components/_migapp.scss */
  .preview, .download-location {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }

  /* line 124, ../sass/components/_migapp.scss */
  .price, .mig-download, .migapp-contact-us, .migapp-minipanel .panel-panel {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }

  /* line 129, ../sass/components/_migapp.scss */
  .price {
    margin-bottom: 10px;
  }
  /* line 130, ../sass/components/_migapp.scss */
  .price img {
    width: 100%;
    vertical-align: bottom;
  }
  /* line 131, ../sass/components/_migapp.scss */
  .price .inner-wrapper {
    padding: 10px;
  }

  /* line 137, ../sass/components/_migapp.scss */
  .mig-download {
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
  }

  /* line 142, ../sass/components/_migapp.scss */
  .qr img, .app-play img {
    display: block;
    margin: auto auto 5px;
    float: none !important;
  }

  /* line 152, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-logo {
    float: left;
  }
  /* line 154, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations {
    float: right;
    margin: 0 20px 0 0;
    padding: 0;
    line-height: 37px;
  }
  /* line 159, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations a {
    color: #fff;
    padding: 0 10px;
  }
  /* line 160, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations li {
    display: inline;
    border-right: 1px solid #fff;
  }
  /* line 162, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations li:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 172, ../sass/components/_migapp.scss */
  .section-spacer {
    padding: 20px 30px;
  }

  /* line 179, ../sass/components/_migapp.scss */
  .migapp-price .price li {
    line-height: 250%;
  }
  /* line 182, ../sass/components/_migapp.scss */
  .migapp-price .price .inner-wrapper {
    padding: 10px;
  }

  /* line 190, ../sass/components/_migapp.scss */
  .mig-download .mig-wrapper {
    margin: 10px;
    text-align: center;
    -webkit-box-shadow: 10px 10px 0 #e7edf5;
    -moz-box-shadow: 10px 10px 0 #e7edf5;
    box-shadow: 10px 10px 0 #e7edf5;
    padding: 10px;
  }
  /* line 191, ../sass/components/_migapp.scss */
  .mig-download .mig-wrapper i {
    font-size: 30px;
  }
  /* line 202, ../sass/components/_migapp.scss */
  .mig-download:nth-child(2n+1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    clear: left;
  }
  /* line 206, ../sass/components/_migapp.scss */
  .mig-download:nth-child(2n) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }

  /* line 214, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-logo {
    float: left;
  }
  /* line 216, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations {
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 37px;
  }
  /* line 221, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations a {
    color: #fff;
    padding: 0 10px;
  }
  /* line 222, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations li {
    display: inline;
    border-right: 1px solid #fff;
  }
  /* line 224, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations li:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 237, ../sass/components/_migapp.scss */
  .download-location .qr {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 240, ../sass/components/_migapp.scss */
  .download-location .app-play {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 243, ../sass/components/_migapp.scss */
  .download-location .app-play img:first-child {
    margin-bottom: 20px;
  }

  /* line 250, ../sass/components/_migapp.scss */
  .section-spacer {
    padding: 20px 30px;
  }

  /* line 256, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-logo {
    float: left;
  }
  /* line 258, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations {
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 37px;
  }
  /* line 263, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations a {
    color: #fff;
    padding: 0 10px;
  }
  /* line 264, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations li {
    display: inline;
    border-right: 1px solid #fff;
  }
  /* line 266, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations li:last-child {
    border-right: 0;
  }

  /* line 276, ../sass/components/_migapp.scss */
  .migapp-price .mig-download .mig-wrapper {
    margin: 10px;
    text-align: center;
    -webkit-box-shadow: 10px 10px 0 #e7edf5;
    -moz-box-shadow: 10px 10px 0 #e7edf5;
    box-shadow: 10px 10px 0 #e7edf5;
    padding: 10px;
  }
  /* line 277, ../sass/components/_migapp.scss */
  .migapp-price .mig-download .mig-wrapper i {
    font-size: 30px;
  }
  /* line 287, ../sass/components/_migapp.scss */
  .migapp-price .mig-download:nth-child(4n+1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
  }
  /* line 291, ../sass/components/_migapp.scss */
  .migapp-price .mig-download:nth-child(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 294, ../sass/components/_migapp.scss */
  .migapp-price .mig-download:nth-child(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 297, ../sass/components/_migapp.scss */
  .migapp-price .mig-download:nth-child(4n) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
  /* line 302, ../sass/components/_migapp.scss */
  .migapp-price .price {
    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 303, ../sass/components/_migapp.scss */
  .migapp-price .price .image-wrap {
    margin: 0;
  }
  /* line 304, ../sass/components/_migapp.scss */
  .migapp-price .price li {
    line-height: 250%;
  }
  /* line 307, ../sass/components/_migapp.scss */
  .migapp-price .price .inner-wrapper {
    padding: 10px;
    min-height: 800px;
  }
  /* line 312, ../sass/components/_migapp.scss */
  .migapp-price .price:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 316, ../sass/components/_migapp.scss */
  .migapp-price .price:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 320, ../sass/components/_migapp.scss */
  .migapp-price .price:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
@media all and (min-width: 960px) {
  /* line 331, ../sass/components/_migapp.scss */
  .responsive-menus-0-0 {
    width: auto !important;
  }

  /* line 335, ../sass/components/_migapp.scss */
  .blockFloat-1.floating-block-active {
    top: 29px !important;
    width: 100% !important;
  }

  /* line 340, ../sass/components/_migapp.scss */
  #mini-panel-migapp {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }

  /* line 348, ../sass/components/_migapp.scss */
  .mig-download .mig-wrapper {
    margin: 10px;
  }
  /* line 349, ../sass/components/_migapp.scss */
  .mig-download .mig-wrapper i {
    font-size: 30px;
  }
  /* line 356, ../sass/components/_migapp.scss */
  .mig-download:nth-child(4n+1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    clear: left;
  }
  /* line 360, ../sass/components/_migapp.scss */
  .mig-download:nth-child(4n+2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 363, ../sass/components/_migapp.scss */
  .mig-download:nth-child(4n+3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 366, ../sass/components/_migapp.scss */
  .mig-download:nth-child(4n) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /* line 371, ../sass/components/_migapp.scss */
  .inner-wrapper {
    margin: 10px;
  }

  /* line 379, ../sass/components/_migapp.scss */
  .migapp-price .price li {
    line-height: 250%;
  }
  /* line 382, ../sass/components/_migapp.scss */
  .migapp-price .price .inner-wrapper {
    background: #fff;
    padding: 0 10px 10px 10px;
    min-height: 530px;
    margin: 0 10px 10px 10px;
  }
  /* line 390, ../sass/components/_migapp.scss */
  .migapp-price .price:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 394, ../sass/components/_migapp.scss */
  .migapp-price .price:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 398, ../sass/components/_migapp.scss */
  .migapp-price .price:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /* line 404, ../sass/components/_migapp.scss */
  .preview {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }

  /* line 407, ../sass/components/_migapp.scss */
  .download-location {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 410, ../sass/components/_migapp.scss */
  .download-location .qr {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 413, ../sass/components/_migapp.scss */
  .download-location .app-play {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 416, ../sass/components/_migapp.scss */
  .download-location .app-play img:first-child {
    margin-bottom: 20px;
  }

  /* line 423, ../sass/components/_migapp.scss */
  .migapp-navs {
    width: 100% !important;
  }
  /* line 425, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-logo {
    float: left;
  }
  /* line 427, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations {
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 63px;
  }
  /* line 432, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations a {
    color: #fff;
    padding: 0 10px;
  }
  /* line 433, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations li {
    display: inline;
    border-right: 1px solid #fff;
  }
  /* line 435, ../sass/components/_migapp.scss */
  .migapp-navs .migapp-navigations li:last-child {
    border-right: 0;
  }
}
/* line 1, ../sass/components/_dgs.scss */
h1.dg-title {
  text-align: center;
}

/* line 4, ../sass/components/_dgs.scss */
.dgs {
  margin-bottom: 20px;
}
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.dgs:before, .dgs:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.dgs:after {
  clear: both;
}
/* line 7, ../sass/components/_dgs.scss */
.dgs h3 {
  margin: 10px 0 0;
  text-align: center;
}
/* line 11, ../sass/components/_dgs.scss */
.dgs p {
  text-align: center;
  font-style: italic;
}

/* line 1, ../sass/components/_intranet.scss */
.page-intranet-newsdesk {
  background: #fff !important;
}
/* line 3, ../sass/components/_intranet.scss */
.page-intranet-newsdesk p {
  margin-top: 0;
}

/* line 7, ../sass/components/_intranet.scss */
.intra-wrapper {
  width: 800px;
  font-size: 86%;
  margin: auto;
  display: block;
}
/* line 12, ../sass/components/_intranet.scss */
.intra-wrapper hr {
  display: none;
}
/* line 14, ../sass/components/_intranet.scss */
.intra-wrapper .info {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 5px;
  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 20, ../sass/components/_intranet.scss */
.intra-wrapper .intra-main-content {
  position: relative;
}
/* line 23, ../sass/components/_intranet.scss */
.intra-wrapper .intra-content {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
  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 27, ../sass/components/_intranet.scss */
.intra-wrapper .intra-content .icontent {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
/* line 30, ../sass/components/_intranet.scss */
.intra-wrapper .intra-content .icontent:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
/* line 36, ../sass/components/_intranet.scss */
.intra-wrapper .intra-side {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
  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 39, ../sass/components/_intranet.scss */
.intra-wrapper .intra-side .field-collection-view {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
/* line 42, ../sass/components/_intranet.scss */
.intra-wrapper .intra-side .field-collection-view:last-child {
  border-bottom: none;
}
/* line 46, ../sass/components/_intranet.scss */
.intra-wrapper .intra-side p {
  margin: 0;
}
/* line 49, ../sass/components/_intranet.scss */
.intra-wrapper .intra-side .field-name-field-feature-box-title {
  background: #000;
  color: #fff;
  padding: 5px;
}
/* line 55, ../sass/components/_intranet.scss */
.intra-wrapper .intra-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;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
/* line 60, ../sass/components/_intranet.scss */
.intra-wrapper .intra-footer ul > li > br {
  display: none;
}
/* line 63, ../sass/components/_intranet.scss */
.intra-wrapper .intra-footer table {
  width: 100% !important;
}
/* line 66, ../sass/components/_intranet.scss */
.intra-wrapper .intra-footer .extra {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
/* line 70, ../sass/components/_intranet.scss */
.intra-wrapper .intra-footer .extra .items {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
}

/* line 1, ../sass/components/_gmff.scss */
.partners {
  background: url(../images/GMFFLOGO1.png) no-repeat;
  padding-left: 300px;
  min-height: 148px;
  padding-top: 40px;
}
/* line 6, ../sass/components/_gmff.scss */
.partners .partners-item {
  margin-right: 60px;
  display: inline-block;
}

/* line 12, ../sass/components/_gmff.scss */
.announcement {
  line-height: 35px;
}

/* line 15, ../sass/components/_gmff.scss */
.center-div1 {
  width: 50%;
  margin: auto;
  display: block;
}

/* line 21, ../sass/components/_gmff.scss */
.gmff-special h2 {
  line-height: 100%;
}

/* line 25, ../sass/components/_gmff.scss */
.center8 {
  float: left;
  width: 50%;
  margin-left: 25%;
  margin-right: -75%;
  clear: both;
  display: block;
}

/* line 30, ../sass/components/_gmff.scss */
.center-div {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
  clear: both;
  display: block;
}

/* line 35, ../sass/components/_gmff.scss */
.gmff-slider {
  margin-bottom: 0;
}

/* line 39, ../sass/components/_gmff.scss */
.my2cols {
  column-count: 2;
  padding: 0 50px;
}

/* line 43, ../sass/components/_gmff.scss */
.gmff-theme {
  border-top: 2px solid #f7ad00;
  padding-top: 20px;
}
/* line 49, ../sass/components/_gmff.scss */
.gmff-theme h2 {
  line-height: 100%;
}
/* line 52, ../sass/components/_gmff.scss */
.gmff-theme h2.block-title {
  color: #f7ad00;
  font-style: italic;
}

/* line 63, ../sass/components/_gmff.scss */
.i18n-fr .gmff-menu .sf-menu li a.sf-depth-1, .i18n-es .gmff-menu .sf-menu li a.sf-depth-1 {
  padding: 10px;
}

@media only screen and (max-width: 479px) {
  /* line 74, ../sass/components/_gmff.scss */
  .gmff-theme .panel-panel {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 82, ../sass/components/_gmff.scss */
  .gmff-theme .panel-panel {
    width: 100%;
    display: block;
  }
}
/* line 100, ../sass/components/_gmff.scss */
.winners .gmff_photo img {
  display: block;
  margin: auto;
  border: 1px solid #f7ad00;
  padding: 3px;
}
/* line 107, ../sass/components/_gmff.scss */
.winners .gmff_notes {
  text-align: center;
}
/* line 109, ../sass/components/_gmff.scss */
.winners .gmff_notes h3 {
  color: #f7ad00;
  padding: 10px;
}

/* line 116, ../sass/components/_gmff.scss */
.gmff-menu {
  background: #f7ad00;
  min-height: 35px;
  margin-bottom: 0;
}
/* line 120, ../sass/components/_gmff.scss */
.gmff-menu .sf-menu {
  text-align: center;
}
/* line 122, ../sass/components/_gmff.scss */
.gmff-menu .sf-menu .sf-depth-1.menuparent.nolink {
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
}
/* line 128, ../sass/components/_gmff.scss */
.gmff-menu .sf-menu .menuparent ul {
  background: #de9b00;
  text-align: left;
  top: 1.7em;
}
/* line 132, ../sass/components/_gmff.scss */
.gmff-menu .sf-menu .menuparent ul a {
  padding: 10px;
}
/* line 137, ../sass/components/_gmff.scss */
.gmff-menu .sf-menu li {
  float: none;
  display: inline-block;
}
/* line 141, ../sass/components/_gmff.scss */
.gmff-menu .sf-menu a {
  color: #fff !important;
  font-weight: normal !important;
  font-style: normal !important;
}
/* line 145, ../sass/components/_gmff.scss */
.gmff-menu .sf-menu a.active, .gmff-menu .sf-menu a:hover {
  color: #000 !important;
}
/* line 148, ../sass/components/_gmff.scss */
.gmff-menu .sf-menu a.sf-depth-1 {
  padding: 10px 20px;
  text-transform: uppercase;
}

/* line 159, ../sass/components/_gmff.scss */
.official-select table {
  margin: 0 auto;
  border-top: 20px solid #fcd66a;
}
/* line 162, ../sass/components/_gmff.scss */
.official-select table td {
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
/* line 169, ../sass/components/_gmff.scss */
.official-select .gmff-selection-info {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 173, ../sass/components/_gmff.scss */
.official-select .gmff-selection-info:hover .gmff-info, .official-select .gmff-selection-info:hover .gmff-overlay {
  opacity: 1;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 178, ../sass/components/_gmff.scss */
.official-select .gmff-selection-info .gmff-info {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
/* line 185, ../sass/components/_gmff.scss */
.official-select .gmff-selection-info .gmff-info h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  padding-top: calc(50% - 40px);
}
/* line 190, ../sass/components/_gmff.scss */
.official-select .gmff-selection-info .gmff-info p {
  margin: 0 0 10px 0;
}
/* line 194, ../sass/components/_gmff.scss */
.official-select .gmff-selection-info .gmff-info a {
  color: #fff;
}
/* line 195, ../sass/components/_gmff.scss */
.official-select .gmff-selection-info .gmff-info .owner {
  color: #fccf52;
}
/* line 201, ../sass/components/_gmff.scss */
.official-select .gmff-selection-info .gmff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

/* line 216, ../sass/components/_gmff.scss */
.section-global-migration-film-festival .region-postface {
  border-top: 3px solid #00956e;
}
/* line 218, ../sass/components/_gmff.scss */
.section-global-migration-film-festival .region-postface .gmff-4cols {
  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 220, ../sass/components/_gmff.scss */
.section-global-migration-film-festival .region-postface .gmff-4cols h3 {
  color: #00956e;
  font-weight: bold;
}
/* line 224, ../sass/components/_gmff.scss */
.section-global-migration-film-festival .region-postface .gmff-4cols a {
  color: #00956e;
}
/* line 226, ../sass/components/_gmff.scss */
.section-global-migration-film-festival .region-postface .gmff-4cols a:hover {
  text-decoration: underline;
}
/* line 231, ../sass/components/_gmff.scss */
.section-global-migration-film-festival .region-postface .gmff-4cols:nth-child(4n+1) {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  clear: left;
}
/* line 235, ../sass/components/_gmff.scss */
.section-global-migration-film-festival .region-postface .gmff-4cols:nth-child(4n+2) {
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
}
/* line 238, ../sass/components/_gmff.scss */
.section-global-migration-film-festival .region-postface .gmff-4cols:nth-child(4n+3) {
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
}
/* line 241, ../sass/components/_gmff.scss */
.section-global-migration-film-festival .region-postface .gmff-4cols:nth-child(4n) {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}

/* line 253, ../sass/components/_gmff.scss */
.page-node-80881 .bannerfull a:link, .page-node-80881 .bannerfull a:visited, .page-node-80881 #main a:link, .page-node-80881 #main a:visited, .page-node-81977 .bannerfull a:link, .page-node-81977 .bannerfull a:visited, .page-node-81977 #main a:link, .page-node-81977 #main a:visited, .page-node-81983 .bannerfull a:link, .page-node-81983 .bannerfull a:visited, .page-node-81983 #main a:link, .page-node-81983 #main a:visited, .page-node-82059 .bannerfull a:link, .page-node-82059 .bannerfull a:visited, .page-node-82059 #main a:link, .page-node-82059 #main a:visited, .page-node-82061 .bannerfull a:link, .page-node-82061 .bannerfull a:visited, .page-node-82061 #main a:link, .page-node-82061 #main a:visited, .page-node-82063 .bannerfull a:link, .page-node-82063 .bannerfull a:visited, .page-node-82063 #main a:link, .page-node-82063 #main a:visited, .page-node-82065 .bannerfull a:link, .page-node-82065 .bannerfull a:visited, .page-node-82065 #main a:link, .page-node-82065 #main a:visited {
  color: #f7ad00;
  font-weight: bold;
  font-style: italic;
}
/* line 260, ../sass/components/_gmff.scss */
.page-node-80881 .breadcrumbs a, .page-node-81977 .breadcrumbs a, .page-node-81983 .breadcrumbs a, .page-node-82059 .breadcrumbs a, .page-node-82061 .breadcrumbs a, .page-node-82063 .breadcrumbs a, .page-node-82065 .breadcrumbs a {
  color: #f7ad00;
}

/* line 267, ../sass/components/_gmff.scss */
.gmwrap .gmff-col4:nth-child(4n+1) {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  clear: left;
}
/* line 271, ../sass/components/_gmff.scss */
.gmwrap .gmff-col4:nth-child(4n+2) {
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
}
/* line 274, ../sass/components/_gmff.scss */
.gmwrap .gmff-col4:nth-child(4n+3) {
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
}
/* line 277, ../sass/components/_gmff.scss */
.gmwrap .gmff-col4:nth-child(4n) {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
}

/* line 283, ../sass/components/_gmff.scss */
.banner-gmff {
  margin-bottom: -24px;
}


/* DONATE NEW*/


.view-situation-reports .attachment.attachment-after{
  clear: both;
}
.view-situation-reports.newpbn{
  clear: both;
}

.donate-new{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;

 -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  background-image: url('../images/donate-new.jpg');
  background-repeat: no-repeat;
  min-height: 230px;
  background-size: cover;
  background-position: center 82%;
  color: #fff;

  padding:30px;

  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;

  position: relative;
  }
.donate-new:before{
  content:'';
  position: absolute;
  width:100%;
  height:100%;
  
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4321078773306197) 16%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4321078773306197) 16%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.4321078773306197) 16%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);

  top:0;
  left:0;
  z-index: 1;
}

.donate-new .message{
    max-width:500px;
    position: relative;
    z-index: 2;
}

.donate-new .message a{
  padding:10px 20px;
  color:#fff;
  border:1px solid #fff;
  text-transform: uppercase;
}
.donate-new .message a:hover{
  background:#0033a1;
  border:1px solid #0033a1;
}
.donate-new .message > *{
    margin:0 0 32px;
}
.donate-new .message h2{
  margin-bottom: 12px;
  letter-spacing: 3px;
}
.donate-new > *{
    margin:0;
}

.video-highlights h2.block__title{
  text-transform: uppercase;
  color:#0033a1;
}
.grid-flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;

  margin-left:-15px;
  margin-right:-15px;

  padding:0;
}
.grid-flex li{
  list-style:none;
  margin-bottom:32px;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3%;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
}

.grid-flex li:first-child, .grid-flex li.views-row-first{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6%;
      -ms-flex: 0 0 66.6%;
          flex: 0 0 66.6%;

}
.grid-flex li:first-child img, .grid-flex li.views-row-first img{
  max-width: 100%;
  width:100%;
  display:block;
  position: absolute;
  bottom: 0;

}
.grid-flex li:first-child .video-info, .grid-flex li.views-row-first .video-info{
  min-height:350px;
}
.grid-flex li:first-child .video-info a, .grid-flex li.views-row-first .video-info a{
  color:#fff;
}


.grid-flex li:first-child .video-info .disc-meta, .grid-flex li.views-row-first .video-info .disc-meta{
  position:absolute;
  bottom:0;
  max-width:100%;
  z-index:2;
  padding:32px;
  color:#fff;
}

.grid-flex  li.views-row-first .video-info .disc-meta h3{
  padding:8px;
  background: rgba(0,0,0,0.8);
}

.grid-flex li .grid-item-wrapper{
  padding: 0 16px;
}

.grid-flex .video-info{
 display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  overflow: hidden;
  position: relative;
}
.grid-flex .video-info a{
  color:#000;
  height:100%;
}

/* RESPONSIVE */
@media screen and (min-width: 320px){
  .grid-flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;



  }
  .grid-flex li:first-child img, .grid-flex li.views-row-first img{
    position:static;
    max-width: inherit;
    width: 100%;
  }
  .grid-flex li:first-child .vide-info, .grid-flex li.views-row-first .video-info{
     min-height: 212px;
  }

  .grid-flex li:first-child .video-info .disc-meta, .grid-flex li.views-row-first .video-info .disc-meta{
    position: static;
    color:#000;
    padding:0;
  }
}

@media screen and (min-width: 768px){
  .grid-flex{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  }
  .grid-flex li:first-child .vide-info, .grid-flex li.views-row-first .video-info{
    min-height:254px;  
  }
  .grid-flex li:first-child .video-info .disc-meta, .grid-flex li.views-row-first .video-info .disc-meta{
    position:absolute;
    color:#fff;
    padding:32px;
  }
  .grid-flex li:first-child img, .grid-flex li.views-row-first img{
    max-width: 100%;
    width: 100%;
    display: block;
    position: absolute;
  }

}
@media screen and (min-width: 991px){
  .grid-flex li:first-child .vide-info, .grid-flex li.views-row-first .video-info{
    min-height:350px;  
  }  
}

.cards .node-edit{
  position:absolute;
  top:1px;
  right:1px;
  z-index:100;
  background:#fff;
  padding:2px 5px;
}
.cards a:hover .node-edit{
  background: #0033a1;
}
