/*
Theme Name: RAC Foundation Theme
Theme URI: www.racfoundation.org
Description: RAC Foundation Theme.
Version: 1.0
Author: Theatre Sites LTD
Author URI: www.theatresites.com
*/

/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=4f65fbf7-f12c-4eca-9869-6db46431952c");
/* line 55, ../sass/core/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 114, ../sass/core/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 134, ../sass/core/_normalize.scss */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

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

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 180, ../sass/core/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 185, ../sass/core/_normalize.scss */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

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

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

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

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

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

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

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 271, ../sass/core/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 289, ../sass/core/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

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

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

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

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

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

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

/* line 382, ../sass/core/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

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

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 402, ../sass/core/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 417, ../sass/core/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

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

iframe {
	background: url("img/spinnerLarge.gif") no-repeat center center;
}

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 454, ../sass/core/_normalize.scss */
form {
  margin: 0;
}

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

/**
 * 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 479, ../sass/core/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 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.
 */
/* line 494, ../sass/core/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 512, ../sass/core/_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 524, ../sass/core/_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 539, ../sass/core/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 554, ../sass/core/_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 566, ../sass/core/_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 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 582, ../sass/core/_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 592, ../sass/core/_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 601, ../sass/core/_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 612, ../sass/core/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 625, ../sass/core/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
  Colors
   ========================================================================== *
*/
/* ==========================================================================
   Fonts & Typography
   ========================================================================== *
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "HelveticaNeueETW01-55Rg";
  src: url("fonts/706ec8e5-fe4a-4518-91a6-7aba4d3d333f.eot?#iefix");
  src: url("fonts/706ec8e5-fe4a-4518-91a6-7aba4d3d333f.eot?#iefix") format("eot"), url("fonts/ce6f5b38-1cb5-4a27-8182-583aa68b2436.woff") format("woff"), url("fonts/ff06cde7-e06a-4cf0-af4d-5b2f737bf544.ttf") format("truetype"), url("fonts/958b12cf-2908-4254-8cb9-9b12c3aa151e.svg#958b12cf-2908-4254-8cb9-9b12c3aa151e") format("svg");
}
@font-face {
  font-family: "HelveticaNeueW01-45Ligh";
  src: url("fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
  src: url("fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}
@font-face {
  font-family: "HelveticaNeueW01-75Bold";
  src: url("fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
  src: url("fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"), url("fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}
/* ==========================================================================
   Global Sprite 
   ========================================================================== */
/* line 72, ../images/base/*.png */
.base-sprite, .base-johnhenry-logo-grey, .base-johnhenry-logo, .base-rac-foundation-logo-blue, .base-rac-foundation-logo, .ico-racflogo, .ico-racflogo-blue {
  background-image: url('/../images/../images/base-s3db47596e3.png');
  background-repeat: no-repeat;
}

/* line 84, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.base-johnhenry-logo-grey {
  background-position: 0 0;
}

/* line 84, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.base-johnhenry-logo {
  background-position: -137px 0;
}

/* line 84, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.base-rac-foundation-logo-blue {
  background-position: -274px 0;
}

/* line 84, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.base-rac-foundation-logo {
  background-position: -574px 0;
}

/* ================================================
   columnise text
================================================ */
/* ================================================
   Make text responsive by passed point
================================================ */
/* ================================================
   Rem-Fallback
================================================ */
/* ==========================================================================
   Helpers
   .========================================================================== */
/* line 5, ../sass/core/_helpers.scss */
*:before, *:after, .wrapper, .box-items > div, .page-overlay .close {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, ../sass/core/_helpers.scss */
.ico-racflogo, .ico-racflogo-blue {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 33, ../sass/core/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 40, ../sass/core/_helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 50, ../sass/core/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ================================================
   Visually Hidden
================================================ */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 80, ../sass/core/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 97, ../sass/core/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

 /*================================================
   Commom Helper Classes
================================================ */
/* line 114, ../sass/core/_helpers.scss */
.outline-btn {
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-style: normal;
  font-size: 11.5552px;
  font-size: 0.7222rem;
  padding: 9px 25px;
  text-decoration: none;
  font-family: Raleway;
}

/* line 124, ../sass/core/_helpers.scss */
.btn, .solid-purple-btn, .solid-beige-btn {
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  padding: 7px 10px;
  text-decoration: none;
}

/* line 132, ../sass/core/_helpers.scss */
.solid-purple-btn {
  background-color: #fff;
}
/* line 137, ../sass/core/_helpers.scss */
.solid-purple-btn + a {
  margin-left: -2px;
}
/* line 141, ../sass/core/_helpers.scss */
.solid-purple-btn:hover {
  background-color: #fff;
  color: #fff;
}

/* line 147, ../sass/core/_helpers.scss */
.solid-beige-btn {
  background-color: #fff;
}
/* line 151, ../sass/core/_helpers.scss */
.solid-beige-btn + a {
  margin-left: -2px;
}
/* line 155, ../sass/core/_helpers.scss */
.solid-beige-btn:hover {
  background-color: #fff;
  color: #fff;
}

/* line 161, ../sass/core/_helpers.scss */
.note {
  font-size: 11.5552px;
  font-size: 0.7222rem;
  text-align: center;
  margin-bottom: 15px;
}

/*.subtitle
{
 text-decoration:none;
 @include rem-fallback(font-size,  1);
 padding:15px;
}
.suptitle .has-inner
{
   margin-top:-30px !important;
}
.suptitle
{
  text-align:center;
  >*
  {
    
   /*to the element this is extended to add: font size *
    display:inline-block;
    text-transform: uppercase;
    line-height:1 !important;
    color:$darkgrey;  
    > span:first-child
    {
      font-size:11px;
      padding:0 5px;
      position:relative;
      background-color:$white;
      &:before
      {
        border-bottom:1px solid $darkgrey;
        content:"";
        height: 8px;
        left: -25%;
        position: absolute;
        top: 0;
        width: 150%;
        z-index:-1
      }
     
    }
  }
  h1
  {
    margin-bottom: 60px;
    margin-top: 0;
  }
}


.maxcol-3
{
  @include text-column(3,70px)
}
.maxcol-2
{
  @include text-column(2,70px)
}

.pricetag
{
  @include rem-fallback(font-size,  2.308);
  font-family:$default-title-font;
  position:relative;
  span
  {
   @include rem-fallback(font-size,  1.692)
  }
  .note
  {
    font-size:$default-font-size;
    display:block;
  }
}

.btn-slant
{
    color: $white;
    background-color:#a69f94;
    display: inline-block;
    padding: 7px 33px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left:1px;
    cursor: pointer;
    overflow:hidden;
    &:before
    {
      position:absolute;
      left:-1px;
      top:-1px;
      content:'';
      border-top: 70px solid $white;
      border-right: 15px solid transparent;
    }
    &:after
    {
      position:absolute;
      right:-1px;
      top:-1px;
      content:'';
      border-bottom: 70px solid $white;
      border-left: 15px solid transparent;
    }
}*/
@font-face {
  font-family: "BebasNeueRegular";
  /*Johnhenry font*/
  font-style: normal;
  font-weight: normal;
  src: url("fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeue-webfont.woff") format("woff"), url("fonts/BebasNeue-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icons/icomoon-base.eot?#iefix") format("embedded-opentype"), url("fonts/icons/icomoon-base.woff?") format("woff"), url("fonts/icons/icomoon-base.ttf?") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 22, ../sass/core/_base-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon';
    src: url("fonts/icons/icomoon-base.svg?ak4mm#icomoon") format("svg");
  }
}
/* ==========================================================================
  Icons Default :DO NOT change icon-base values. 
  use the $adjuster to adjust sizes e.g:
  $adjuster:2;
  $icon-base: $icon-base/ $adjuster;
  $icon-base-padding:($icon-base-padding/ $adjuster) + 2; 
  best results in multiples/divisibles of 32. (e.g 16, 32,)
   .========================================================================== */
/* line 56, ../sass/core/_base-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-size: 32px;
  display: inline-block;
  text-decoration: none;
}

/* line 63, ../sass/core/_base-icons.scss */
.icon-RACF-search_icon-V4:before {
  content: "\e60d";
}

/* line 67, ../sass/core/_base-icons.scss */
.icon-envelope:before {
  content: "\e608";
}

/* line 71, ../sass/core/_base-icons.scss */
.icon-mail:before {
  content: "\e607";
}

/* line 75, ../sass/core/_base-icons.scss */
.icon-calendar:before {
  content: "\e615";
}

/* line 79, ../sass/core/_base-icons.scss */
.icon-home:before {
  content: "\e609";
}

/* line 83, ../sass/core/_base-icons.scss */
.icon-home2:before {
  content: "\e60a";
}

/* line 87, ../sass/core/_base-icons.scss */
.icon-lock:before {
  content: "\e614";
}

/* line 91, ../sass/core/_base-icons.scss */
.icon-unlocked:before {
  content: "\e606";
}

/* line 95, ../sass/core/_base-icons.scss */
.icon-menu:before {
  content: "\e605";
}

/* line 99, ../sass/core/_base-icons.scss */
.icon-close:before {
  content: "\e60b";
}

/* line 103, ../sass/core/_base-icons.scss */
.icon-minus:before {
  content: "\e60c";
}

/* line 107, ../sass/core/_base-icons.scss */
.icon-plus:before {
  content: "\e610";
}

/* line 111, ../sass/core/_base-icons.scss */
.icon-googleplus:before {
  content: "\e600";
}

/* line 115, ../sass/core/_base-icons.scss */
.icon-facebook:before {
  content: "\e601";
}

/* line 119, ../sass/core/_base-icons.scss */
.icon-instagram:before {
  content: "\e617";
}

/* line 123, ../sass/core/_base-icons.scss */
.icon-twitter:before {
  content: "\e602";
}

/* line 127, ../sass/core/_base-icons.scss */
.icon-feed:before {
  content: "\e603";
}

/* line 131, ../sass/core/_base-icons.scss */
.icon-vimeo:before {
  content: "\e618";
}

/* line 135, ../sass/core/_base-icons.scss */
.icon-flickr:before {
  content: "\e619";
}

/* line 139, ../sass/core/_base-icons.scss */
.icon-picassa:before {
  content: "\e61a";
}

/* line 143, ../sass/core/_base-icons.scss */
.icon-dribbble:before {
  content: "\e61b";
}

/* line 147, ../sass/core/_base-icons.scss */
.icon-dribbble2:before {
  content: "\e61c";
}

/* line 151, ../sass/core/_base-icons.scss */
.icon-github:before {
  content: "\e61d";
}

/* line 155, ../sass/core/_base-icons.scss */
.icon-github2:before {
  content: "\e61e";
}

/* line 159, ../sass/core/_base-icons.scss */
.icon-wordpress:before {
  content: "\e61f";
}

/* line 163, ../sass/core/_base-icons.scss */
.icon-blogger:before {
  content: "\e620";
}

/* line 167, ../sass/core/_base-icons.scss */
.icon-tumblr:before {
  content: "\e621";
}

/* line 171, ../sass/core/_base-icons.scss */
.icon-yahoo:before {
  content: "\e622";
}

/* line 175, ../sass/core/_base-icons.scss */
.icon-skype:before {
  content: "\e623";
}

/* line 179, ../sass/core/_base-icons.scss */
.icon-reddit:before {
  content: "\e624";
}

/* line 183, ../sass/core/_base-icons.scss */
.icon-lastfm:before {
  content: "\e625";
}

/* line 187, ../sass/core/_base-icons.scss */
.icon-delicious:before {
  content: "\e626";
}

/* line 191, ../sass/core/_base-icons.scss */
.icon-pinterest:before {
  content: "\e627";
}

/* line 195, ../sass/core/_base-icons.scss */
.icon-pinterest2:before {
  content: "\e628";
}

/* line 199, ../sass/core/_base-icons.scss */
.icon-linkedin:before {
  content: "\e604";
}

/* line 203, ../sass/core/_base-icons.scss */
.icon-instagram2:before {
  content: "\e629";
}

/* ==========================================================================
 Johnhenry  logo icon
   .========================================================================== */
/* line 17, ../sass/core/_icons.scss */
.ico-racflogo, .ico-racflogo-blue {
  display: inline-block;
}

/* line 23, ../sass/core/_icons.scss */
.ico-jhlogo {
  font-family: BebasNeueRegular;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 3px 7px;
  text-decoration: none;
}

/* line 31, ../sass/core/_icons.scss */
.ico-racflogo {
  height: 140px;
  width: 270px;
  background-position: -574px 0;
}

/* line 42, ../sass/core/_icons.scss */
.ico-racflogo-blue {
  height: 140px;
  width: 270px;
  background-position: -274px 0;
}

/* ==========================================================================
  Customised Icons
   .========================================================================== */
/* line 53, ../sass/core/_icons.scss */
.ico-arrow-outline {
  border-style: solid;
  border-width: 10px;
  cursor: pointer;
  display: inline-block;
  height: 0;
  position: relative;
  width: 0;
  border-color: transparent;
}
/* line 64, ../sass/core/_icons.scss */
.ico-arrow-outline:after {
  border-style: solid;
  border-color: transparent;
  border-width: 10px;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
}
/* line 75, ../sass/core/_icons.scss */
.ico-arrow-outline.rt {
  border-left-color: black;
}
/* line 79, ../sass/core/_icons.scss */
.ico-arrow-outline.rt:after {
  border-left-color: #fff;
  left: -12px;
  top: -9px;
}
/* line 87, ../sass/core/_icons.scss */
.ico-arrow-outline.lt {
  border-right-color: black;
}
/* line 91, ../sass/core/_icons.scss */
.ico-arrow-outline.lt:after {
  border-right-color: #fff;
  left: -6px;
  top: -9px;
}
/* line 99, ../sass/core/_icons.scss */
.ico-arrow-outline.tp {
  border-bottom-color: black;
}
/* line 103, ../sass/core/_icons.scss */
.ico-arrow-outline.tp:after {
  border-bottom-color: #fff;
  left: -9px;
  top: -6px;
}
/* line 111, ../sass/core/_icons.scss */
.ico-arrow-outline.bt {
  border-top-color: black;
}
/* line 115, ../sass/core/_icons.scss */
.ico-arrow-outline.bt:after {
  border-top-color: #fff;
  left: -9px;
  top: -12px;
}

/*-----------arrow-lined--------------*/
/* line 124, ../sass/core/_icons.scss */
.ico-arrow-lined {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  height: 30px;
  width: 30px;
}
/* line 132, ../sass/core/_icons.scss */
.ico-arrow-lined:before, .ico-arrow-lined:after {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  box-sizing: initial;
}
/* line 141, ../sass/core/_icons.scss */
.ico-arrow-lined:before {
  background-color: transparent;
  border-color: #f7941e;
  border-style: solid;
  height: 10px;
  width: 10px;
}
/* line 150, ../sass/core/_icons.scss */
.ico-arrow-lined:after {
  background-color: #f7941e;
}
/* line 155, ../sass/core/_icons.scss */
.ico-arrow-lined.rt:after, .ico-arrow-lined.lt:after {
  margin-top: -1px;
  height: 2px;
  width: 20px;
}
/* line 164, ../sass/core/_icons.scss */
.ico-arrow-lined.lt:before, .ico-arrow-lined.rt:before {
  border-width: 0 0 2px 2px;
  right: 7px;
  left: auto;
  top: 9px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 173, ../sass/core/_icons.scss */
.ico-arrow-lined.lt:after, .ico-arrow-lined.rt:after {
  right: 0px;
  left: auto;
}
/* line 182, ../sass/core/_icons.scss */
.ico-arrow-lined.rt:before {
  border-width: 2px 2px 0px 0px;
  right: 11px;
}
/* line 188, ../sass/core/_icons.scss */
.ico-arrow-lined.rt:after {
  left: 0px;
  right: auto;
}
/* line 195, ../sass/core/_icons.scss */
.ico-arrow-lined.up:after, .ico-arrow-lined.dw:after {
  height: 20px;
  left: 14px;
  width: 2px;
}
/* line 204, ../sass/core/_icons.scss */
.ico-arrow-lined.up:before {
  border-width: 2px 0 0 2px;
  left: 10px;
  margin-top: -6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 212, ../sass/core/_icons.scss */
.ico-arrow-lined.up:after {
  margin-top: -5px;
}
/* line 220, ../sass/core/_icons.scss */
.ico-arrow-lined.dw:before {
  border-width: 0 0 2px 2px;
  left: 10px;
  margin-top: -5px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 228, ../sass/core/_icons.scss */
.ico-arrow-lined.dw:after {
  margin-top: -15px;
}
/* line 234, ../sass/core/_icons.scss */
.ico-arrow-lined.encased {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 2px;
  border-color: #f7941e;
}
/* line 240, ../sass/core/_icons.scss */
.ico-arrow-lined.encased:hover {
  background-color: #f7941e;
}
/* line 244, ../sass/core/_icons.scss */
.ico-arrow-lined.encased:hover:before {
  border-color: #fff;
}
/* line 249, ../sass/core/_icons.scss */
.ico-arrow-lined.encased:hover:after {
  background-color: #fff;
}

/* line 259, ../sass/core/_icons.scss */
.circle-encase-outline [class^="icon-"], .circle-encase-outline [class*=" icon-"] {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #557995;
  color: #557995;
  font-size: 16px;
  height: 16px;
  padding: 6px;
  width: 16px;
  text-align: center;
}

/* line 275, ../sass/core/_icons.scss */
.ico-arrow-right-circle {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  left: 35%;
  cursor: pointer;
}
/* line 286, ../sass/core/_icons.scss */
.ico-arrow-right-circle:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 13px;
  height: 0;
  left: 22px;
  position: absolute;
  top: 12px;
  width: 0;
  content: " ";
}

/* ==========================================================================
  Button Icons
   .========================================================================== */
/* line 302, ../sass/core/_icons.scss */
.btn-elliptic-outline {
  border: 2px solid #f7941e;
  -moz-border-radius: 30px 34px;
  -webkit-border-radius: 30px;
  border-radius: 30px 34px;
  font-weight: bold;
  padding: 5px 30px;
  color: #f7941e;
  text-decoration: none;
}
/* line 311, ../sass/core/_icons.scss */
.btn-elliptic-outline:hover {
  background-color: #f7941e;
  color: #fff;
}

/* line 318, ../sass/core/_icons.scss */
.InternetExplorer .ico-arrow-lined.lt:before, .InternetExplorer .ico-arrow-lined.rt:before,
.IE .ico-arrow-lined.lt:before, .IE .ico-arrow-lined.rt:before {
  right: 9px;
  top: 10px;
}

/* ==========================================================================
   Base Settings
   .========================================================================== */
/* line 4, ../sass/core/_layout.scss */
body {
  font: 16px/1.4 HelveticaNeueETW01-55Rg,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #6a7681;
  -webkit-text-size-adjust: none;
  /*prevents iOS from sizing up your text for readability*/
}

/* line 11, ../sass/core/_layout.scss */
*, menu, ol, ul, dl {
  margin: 0;
  padding: 0;
}

/* line 22, ../sass/core/_layout.scss */
a {
  color: #0e2a59;
}

/* line 27, ../sass/core/_layout.scss */
a:focus {
  outline: 0;
}

/* line 33, ../sass/core/_layout.scss */
h1, h2, h3, h4, h5, h6 {
  color: #16191b;
  line-height: 1;
  font-weight: normal;
  font-family: "HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* line 41, ../sass/core/_layout.scss */
h1 {
  /*@include rem-fallback(font-size,1.375);*/
}
/* line 44, ../sass/core/_layout.scss */
h1 span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #a1a8b2;
  font-family: Arial;
  display: block;
  margin-top: 25px;
}

/* line 54, ../sass/core/_layout.scss */
h2 {
  font-size: 23.008px;
  font-size: 1.438rem;
  color: #a1a8b2;
}

/* line 60, ../sass/core/_layout.scss */
h3 {
  font-size: 17.008px;
  font-size: 1.063rem;
}

/* line 65, ../sass/core/_layout.scss */
p {
  margin: 0 0 15px;
}

/* line 70, ../sass/core/_layout.scss */
input {
  padding: 5px;
  color: #6a7681;
}

/* line 76, ../sass/core/_layout.scss */
input[type=submit] {
  background: transparent;
}

/* line 81, ../sass/core/_layout.scss */
article ul {
  margin-left: 15px;
}

/* ==========================================================================
   Layout
   .========================================================================== */
/* line 89, ../sass/core/_layout.scss */
.wrapper {
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1024px;
}

/* line 99, ../sass/core/_layout.scss */
header.wrapper {
  z-index: 9999;
}

/* ==========================================================================
   TopNav
   .==========================================================================
     @include breakpointMin(medium)
    {
       text-align:center; 
    } 
    @include breakpointCustom(min-width,1350px)
*/
/* line 10, ../sass/modules/_navigation.scss */
header {
  z-index: 10;
  position: relative;
}
/* line 15, ../sass/modules/_navigation.scss */
header a {
  text-decoration: none;
}
/* line 20, ../sass/modules/_navigation.scss */
header nav {
  padding: 20px 0 8px;
  font-family: Arial, Sans-Serif;
  position: relative;
  border-bottom: 1px solid #bdbdbd;
}
/* line 29, ../sass/modules/_navigation.scss */
header nav .social-links > a {
  border-color: #bdbdbd !important;
  color: #bdbdbd !important;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 800px) {
  /* line 27, ../sass/modules/_navigation.scss */
  header nav .social-links {
    position: absolute;
    right: 3%;
    top: 22px;
  }
  /* line 40, ../sass/modules/_navigation.scss */
  header nav .social-links > a {
    display: none;
  }
  /* line 44, ../sass/modules/_navigation.scss */
  header nav .social-links .icon-RACF-search_icon-V4 {
    display: inline-block;
  }
}
/* line 49, ../sass/modules/_navigation.scss */
header nav .social-links .hide {
  border-color: #fff !important;
  color: #fff !important;
}
/* line 57, ../sass/modules/_navigation.scss */
header nav ul {
  background-color: #fff;
}
@media (max-width: 799px) {
  /* line 57, ../sass/modules/_navigation.scss */
  header nav ul {
    position: absolute;
    top: 106px;
    display: none;
    width: 100%;
    box-shadow: 1px 1px 3px #ccc;
  }
  header nav ul li ul.sub-menu  {
	position: static;
	box-shadow: none;
	margin-left: 3%;
	width: 97%;
  }
  header nav li.active ul.sub-menu li a {
  	color: #0e2a59;
  	background: none;
  }
  header nav li.active ul.sub-menu li:hover a {
    color: #fff;
    background-color: #0e2a59;
  }
}
@media (min-width: 800px) {
  /* line 57, ../sass/modules/_navigation.scss */
  header nav ul {
    display: block !important;
  }
    /* Sub menu */
	header nav li:hover a {
		color: #fff;
		background-color: #0e2a59;
	}
	header nav ul li ul.sub-menu {
		display: none !important;
		position: absolute;
		width: 100%;
	}
	header nav ul li:hover ul.sub-menu {
		display: block !important;
	}
	header nav ul li:hover ul.sub-menu li {
		display: block;
		background-color: #0e2a59;
		padding-right: 1px;
	}
	header nav ul li:hover ul.sub-menu li a {
		color: #fff;
	}
}
/* line 78, ../sass/modules/_navigation.scss */
header nav li a {
  color: #0e2a59;
  display: block;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 88, ../sass/modules/_navigation.scss */
header nav li a:hover {
  color: #fff;
  background-color: #0e2a59;
}
/* line 95, ../sass/modules/_navigation.scss */
header nav li.active a {
  color: #fff;
  background-color: #0e2a59;
}
/* line 103, ../sass/modules/_navigation.scss */
header .ico-racflogo-blue {
  margin-left: 2%;
}
/* line 108, ../sass/modules/_navigation.scss */
header .menu-handle {
  position: absolute;
  right: 3%;
  top: 65px;
  font-size: 32px;
  font-size: 2rem;
  cursor: pointer;
}
@media (min-width: 800px) {
  /* line 119, ../sass/modules/_navigation.scss */
  header nav {
    padding-top: 40px;
  }
  /* line 123, ../sass/modules/_navigation.scss */
  header nav li {
    display: inline-block;
    position: relative;
    				/*
    				&:first-child a
            {
              padding-left:0
            }
    				*/
  }
  /* line 134, ../sass/modules/_navigation.scss */
  header nav .social-links {
    bottom: 50px;
    position: absolute;
    right: 0;
    display: block;
    min-width: 140px;
  }
  /* line 144, ../sass/modules/_navigation.scss */
  header .ico-racflogo-blue,
  header .racf-logo,
  header .menu-handle {
    display: none;
  }
}

/* ==========================================================================
   footer
   .==========================================================================*/
/* line 157, ../sass/modules/_navigation.scss */
footer {
  background-color: #1b3e59;
  padding-top: 60px;
  text-align: center;
  position: relative;
  margin-top: 25px;
  	/*.blog
  	{
  		text-align: left;
  		margin: auto;
  		max-width: 550px;
  		@include rem-fallback(font-size, 0.875);
  
  		a
  		{
  			display: block;
  			text-decoration: none;
  			margin-bottom: 15px;
  			color: $grey;
  		}
  	}*/
}
@media print {
  /* line 157, ../sass/modules/_navigation.scss */
  footer {
    display: none;
  }
}
/* line 168, ../sass/modules/_navigation.scss */
footer .address {
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 175, ../sass/modules/_navigation.scss */
footer .site-links {
  margin: 15px 0;
  color: #557995;
}
/* line 180, ../sass/modules/_navigation.scss */
footer .site-links a {
  color: #557995;
  display: block;
  text-decoration: none;
  margin: 10px 0;
}
/* line 189, ../sass/modules/_navigation.scss */
footer ul {
  margin-top: 12px;
}
/* line 193, ../sass/modules/_navigation.scss */
footer ul li {
  list-style: none;
  margin: 8px 0;
}
/* line 198, ../sass/modules/_navigation.scss */
footer ul li a {
  text-decoration: none;
  color: #557995;
  text-transform: uppercase;
  font-family: arial;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 207, ../sass/modules/_navigation.scss */
footer ul li a:hover {
  color: #fff;
}
/* line 217, ../sass/modules/_navigation.scss */
footer > div > section h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: arial;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
/* line 225, ../sass/modules/_navigation.scss */
footer > div > section h3 a {
  color: #fff;
  text-decoration: none;
}
/* line 232, ../sass/modules/_navigation.scss */
footer > div > section + section {
  padding-top: 15px;
}
/* line 238, ../sass/modules/_navigation.scss */
footer .copyright {
  clear: both;
  display: block;
  text-align: center;
  color: #6a7681;
  background-color: #163349;
  margin-top: 10px;
  padding: 10px 0;
}
/* line 265, ../sass/modules/_navigation.scss */
footer .twitter-feed {
  text-align: left;
  margin: auto;
  max-width: 550px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 272, ../sass/modules/_navigation.scss */
footer .twitter-feed a {
  color: #557995;
}
/* line 277, ../sass/modules/_navigation.scss */
footer .twitter-feed div {
  margin-bottom: 7px;
}
/* line 283, ../sass/modules/_navigation.scss */
footer .social-links {
  display: inline-block;
}
/* line 287, ../sass/modules/_navigation.scss */
footer .social-links > * {
  margin-right: 10px;
  margin-top: 30px;
}
@media (min-width: 760px) {
  /* line 157, ../sass/modules/_navigation.scss */
  footer {
    text-align: left;
  }
  /* line 298, ../sass/modules/_navigation.scss */
  footer > div > section {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  /* line 305, ../sass/modules/_navigation.scss */
  footer > div > section + section {
    padding-top: 37px;
    float: right;
  }
  /* line 312, ../sass/modules/_navigation.scss */
  footer .ico-jhlogo {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  /* line 319, ../sass/modules/_navigation.scss */
  footer .bottom {
    clear: both;
    text-align: center;
    position: relative;
    padding-top: 40px;
  }
  /* line 327, ../sass/modules/_navigation.scss */
  footer .site-links, footer .site-links a {
    display: inline-block;
  }
  /* line 332, ../sass/modules/_navigation.scss */
  footer .site-links a {
    padding: 0 8px;
    border-left: 1px solid #557995;
  }
  /* line 337, ../sass/modules/_navigation.scss */
  footer .site-links a:first-child {
    border: none;
  }
}

/* ==========================================================================
   logobar
   .==========================================================================  */
/* line 15, ../sass/modules/_content.scss */
.racf-logo {
  display: inline-block;
  width: 135px;
  height: 70px;
}
/* line 21, ../sass/modules/_content.scss */
.racf-logo img {
  width: 100%;
}

.project-logo {
  display: inline-block;
  width: 135px;
  height: 70px;
}
/* line 21, ../sass/modules/_content.scss */
.project-logo img {
  height: 70px;
}

/* line 30, ../sass/modules/_content.scss */
.logobar span {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (max-width: 799px) {
  /* line 39, ../sass/modules/_content.scss */
  .logobar .ico-racflogo-blue,
  .logobar .racf-logo {
    display: none;
  }
}
@media (min-width: 800px) {
  /* line 28, ../sass/modules/_content.scss */
  .logobar {
    margin-bottom: 15px;
    padding: 30px 0;
  }
  /* line 51, ../sass/modules/_content.scss */
  .logobar span {
    margin-left: 2%;
    max-width: 78%;
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  /* line 61, ../sass/modules/_content.scss */
  .logobar span {
    max-width: 85%;
  }
}

/* ==========================================================================
 Search
   .==========================================================================  */
/* line 73, ../sass/modules/_content.scss */
.search-result > div {
  margin-bottom: 15px;
}
/* line 77, ../sass/modules/_content.scss */
.search-result > div > span {
  display: block;
}
/* line 81, ../sass/modules/_content.scss */
.search-result > div a {
  text-decoration: none;
  color: #557995;
}
/* line 86, ../sass/modules/_content.scss */
.search-result > div > div {
  font-size: 12px;
  text-align: justify;
  height: 51px;
  overflow: hidden;
  position: relative;
}
/* line 94, ../sass/modules/_content.scss */
.search-result > div > div p {
  margin-bottom: 0px;
}
/* line 98, ../sass/modules/_content.scss */
.search-result > div > div:after {
  content: "";
  height: 21px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 82%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(82%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 82%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 82%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 82%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 82%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 320px) {
  /* line 86, ../sass/modules/_content.scss */
  .search-result > div > div {
    height: 48px;
  }
}
/* line 114, ../sass/modules/_content.scss */
.search-result label {
  color: #6a7681;
  font-size: 12px;
}
@media (min-width: 760px) {
  /* line 124, ../sass/modules/_content.scss */
  .search-result > div > div {
    margin-left: 120px;
  }
  /* line 128, ../sass/modules/_content.scss */
  .search-result > div > span {
    float: left;
    width: 120px;
  }
  /* line 136, ../sass/modules/_content.scss */
  .search-result > a {
    margin-left: 100px;
  }
}

/* line 143, ../sass/modules/_content.scss */
.fn-search-btn {
  display: inline-block;
  position: absolute;
  right: 1px;
  top: -4px;
  width: 45px;
}

/* line 152, ../sass/modules/_content.scss */
#search-form {
  position: absolute;
  right: 5.5%;
  bottom: 14px;
  width: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.5s ease-in-out 0s;
}
/* line 161, ../sass/modules/_content.scss */
#search-form.show {
  width: 190px;
}
/* line 166, ../sass/modules/_content.scss */
#search-form input[type=radio], #search-form label {
  display: none;
}
/* line 171, ../sass/modules/_content.scss */
#search-form input[type=text] {
  border: none;
  background-color: #bdbdbd;
  opacity: 0.9;
  color: #fff;
  width: 180px;
  height: 21px;
}
/* line 181, ../sass/modules/_content.scss */
#search-form input[type=submit] {
  border: none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #557995;
  position: absolute;
  right: 0;
  font-size: 40px;
  top: 0px;
  line-height: 0.6;
  color: #fff;
  padding: 1px 10px 5px;
}
@media (max-width: 800px) {
  /* line 152, ../sass/modules/_content.scss */
  #search-form {
    bottom: 52px;
    right: 56px;
  }
}

/* ==========================================================================
   Main conent elements
   .==========================================================================  */
/* line 204, ../sass/modules/_content.scss */
.content {
  position: relative;
}
/* line 207, ../sass/modules/_content.scss */
.content a {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 220, ../sass/modules/_content.scss */
.image-slider + .content {
  margin-top: 75px;
}
@media (min-width: 760px) {
  /* line 220, ../sass/modules/_content.scss */
  .image-slider + .content {
    margin-top: 30px;
  }
}

@media (min-width: 760px) {
  /* line 232, ../sass/modules/_content.scss */
  .with-sidebar .content {
    width: 60%;
    float: left;
  }
}

/* line 240, ../sass/modules/_content.scss */
.page-image {
  margin-top: 48px;
  margin-top: 40px;
}
/* line 245, ../sass/modules/_content.scss */
.page-image img {
  width: 100%;
  max-width: 625px;
}

/* line 252, ../sass/modules/_content.scss */
.page-image.full-width {
  max-height: 325px;
  overflow: hidden;
}
/* line 257, ../sass/modules/_content.scss */
.page-image.full-width img {
  max-width: 100%;
  position: relative;
  margin-top: -9%;
}

/* line 265, ../sass/modules/_content.scss */
.charts {
  padding: 40px 0;
}
/* line 269, ../sass/modules/_content.scss */
.charts img {
  width: 100%;
}

/* line 277, ../sass/modules/_content.scss */
.sidebar nav a {
  text-decoration: none;
  display: block;
  margin: 10px 0;
}
/* line 284, ../sass/modules/_content.scss */
.sidebar .videos {
  margin-top: 50px;
  position: relative;
}
/* line 289, ../sass/modules/_content.scss */
.sidebar .videos img {
  width: 100%;
  max-width: 260px;
}
/* line 295, ../sass/modules/_content.scss */
.sidebar .videos figcaption {
  font-family: "HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #16191b;
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 303, ../sass/modules/_content.scss */
.sidebar .downloads {
  margin-bottom: 50px;
}
/* line 307, ../sass/modules/_content.scss */
.sidebar .downloads a {
  text-decoration: none;
  display: block;
  margin-bottom: 25px;
}
/* line 314, ../sass/modules/_content.scss */
.sidebar .downloads img {
  width: 90px;
}
@media (min-width: 760px) {
  /* line 275, ../sass/modules/_content.scss */
  .sidebar {
    width: 35%;
    float: right;
  }
}

/* ==========================================================================
  Box Items
   .==========================================================================  */
/* line 330, ../sass/modules/_content.scss */
.box-items {
  padding: 60px 0;
  clear: both;
}
/* line 335, ../sass/modules/_content.scss */
.box-items > div {
  border: 1px solid #a1a8b2;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 8%;
  margin-bottom: 30px;
  position: relative;
  vertical-align: top;
}
/* line 346, ../sass/modules/_content.scss */
.box-items a:first-child {
  color: #f7941e;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: block;
  z-index: 10;
}
/* line 357, ../sass/modules/_content.scss */
.box-items .title-link {
  position: absolute;
  top: 13%;
  left: 11%;
  width: 78%;
  height: 80%;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 369, ../sass/modules/_content.scss */
.box-items h3 {
  margin: 0 0 8px;
  display: block;
}
/* line 375, ../sass/modules/_content.scss */
.box-items img {
  max-width: 320px;
  width: 100%;
}
@media (min-width: 460px) {
  /* line 383, ../sass/modules/_content.scss */
  .box-items > div {
    margin: 0 2% 20px;
  }
}

/* line 390, ../sass/modules/_content.scss */
.temp-fact .box-items {
  padding-top: 30px;
}

@media (min-width: 800px) {
  /* line 397, ../sass/modules/_content.scss */
  .logobar + .box-items {
    padding-top: 0;
  }
}
@media (min-width: 760px) {
  /* line 406, ../sass/modules/_content.scss */
  > div {
    text-align: left;
  }
}
/* line 414, ../sass/modules/_content.scss */
.box-items.double div > a:first-child {
  display: none;
}
@media (min-width: 460px) {
  /* line 421, ../sass/modules/_content.scss */
  .box-items.double > div {
    display: inline-block;
    padding: 3% 5.5%;
    width: 45%;
  }
  /* line 427, ../sass/modules/_content.scss */
  .box-items.double > div img {
    /*max-width:160px;*/
  }
}
@media (min-width: 950px) {
  /* line 436, ../sass/modules/_content.scss */
  .box-items.double > div {
    			/*img
          {
            margin-left:6%
          }
          h3,p
          {
            float:left;
            width:47%
          }*/
  }
  /* line 447, ../sass/modules/_content.scss */
  .box-items.double > div p {
    padding-right: 7%;
  }
}

/* line 457, ../sass/modules/_content.scss */
.box-items.triple h3 {
  font-size: 17.008px;
  font-size: 1.063rem;
  height: 37px;
  overflow: hidden;
}
/* line 464, ../sass/modules/_content.scss */
.box-items.triple p {
  display: none;
}
/* line 469, ../sass/modules/_content.scss */
.box-items.triple > div div {
  display: none;
}
@media (max-width: 550px) {
  /* line 455, ../sass/modules/_content.scss */
  .box-items.triple {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 550px) {
  /* line 483, ../sass/modules/_content.scss */
  .box-items.triple > div {
    width: 45%;
    display: inline-block;
    padding: 3%;
    text-align: center;
  }
  /* line 489, ../sass/modules/_content.scss */
  .box-items.triple > div a, .box-items.triple > div h3 {
    text-align: left;
  }
}
@media (min-width: 1100px) {
  /* line 498, ../sass/modules/_content.scss */
  .box-items.triple > div {
    width: 28%;
  }
}
/* rog 15-04-20 */
.home-page-banner > div {
  border: 1px solid #a1a8b2;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 8%;
  margin-bottom: 30px;
  position: relative;
  vertical-align: top;
}
.home-page-banner.title {
  color: #f7941e;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: block;
  z-index: 10;
}
.home-page-banner.link-mask {
  position: absolute;
  top: 13%;
  left: 11%;
  width: 78%;
  height: 80%;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* ==========================================================================
  Gallery
   .==========================================================================  */
/* line 509, ../sass/modules/_content.scss */
.image-slider {
  position: relative;
  margin-bottom: 15px;
  min-height: 240px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 516, ../sass/modules/_content.scss */
.image-slider img.small {
  display: none;
}
/* line 521, ../sass/modules/_content.scss */
.image-slider article {
  height: auto !important;
}
@media (max-width: 760px) {
  /* line 509, ../sass/modules/_content.scss */
  .image-slider {
    text-align: center;
  }
  /* line 528, ../sass/modules/_content.scss */
  .image-slider img.small {
    display: block;
  }
  /* line 533, ../sass/modules/_content.scss */
  .image-slider img.large {
    display: none;
  }
  /* line 540, ../sass/modules/_content.scss */
  .image-slider .linkbar {
    bottom: -45px !important;
    left: 0;
  }
  /* line 546, ../sass/modules/_content.scss */
  .image-slider .ico-arrow-lined {
    bottom: 15%;
    top: auto;
    text-align: center;
  }
}
/* line 554, ../sass/modules/_content.scss */
.image-slider > img {
  width: 100%;
}
/* line 559, ../sass/modules/_content.scss */
.image-slider .nav {
  text-align: center;
  z-index: 4;
  width: 36%;
  position: absolute;
  left: 5%;
  display: none;
  bottom: 0;
}
@media (min-width: 760px) {
  /* line 559, ../sass/modules/_content.scss */
  .image-slider .nav {
    display: block;
  }
}
/* line 574, ../sass/modules/_content.scss */
.image-slider .nav span {
  width: 15px;
  display: inline-block;
  cursor: pointer;
  color: #bdbdbd;
}
/* line 582, ../sass/modules/_content.scss */
.image-slider .nav .activeSlide {
  color: #6a7681;
}
/* line 588, ../sass/modules/_content.scss */
.image-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 760px) {
  /* line 588, ../sass/modules/_content.scss */
  .image-slider .slide {
    left: 5%;
    width: 90%;
  }
}
/* line 601, ../sass/modules/_content.scss */
.image-slider .slide h2 span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 608, ../sass/modules/_content.scss */
.image-slider .slide > div {
  width: 100%;
}
/* line 612, ../sass/modules/_content.scss */
.image-slider .slide > div img {
  max-width: 520px;
  position: relative;
  z-index: 2;
  width: 77%;
}
@media (min-width: 760px) {
  /* line 612, ../sass/modules/_content.scss */
  .image-slider .slide > div img {
    float: right;
    width: 57%;
    margin-left: 0;
  }
}
@media (min-width: 760px) {
  /* line 627, ../sass/modules/_content.scss */
  .image-slider .slide > div article {
    float: left;
    width: 40%;
    overflow: hidden;
  }
}
/* line 635, ../sass/modules/_content.scss */
.image-slider .slide > div article > div {
  height: 58px;
  overflow: hidden;
  position: relative;
}
/* line 640, ../sass/modules/_content.scss */
.image-slider .slide > div article > div:after {
  position: absolute;
  width: 100%;
  height: 22px;
  bottom: 0;
  left: 0;
  content: "";
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 63%, white 86%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(63%, rgba(255, 255, 255, 0)), color-stop(86%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 63%, white 86%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 63%, white 86%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 63%, white 86%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 63%, #ffffff 86%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}
/* line 660, ../sass/modules/_content.scss */
.image-slider .slide > div .linkbar {
  				/*bottom: 0;
            position: absolute;*/
  display: block;
  padding: 0;
  background-color: #fff;
  text-align: center;
  position: absolute;
  width: 40%;
  left: 0;
  bottom: -12px;
}
/* line 673, ../sass/modules/_content.scss */
.image-slider .slide > div .linkbar a + a {
  border-color: #1b3e59;
  color: #1b3e59;
}
/* line 678, ../sass/modules/_content.scss */
.image-slider .slide > div .linkbar a + a:hover {
  background-color: #1b3e59;
  color: #fff;
}
@media (max-width: 760px) {
  /* line 660, ../sass/modules/_content.scss */
  .image-slider .slide > div .linkbar {
    width: 100%;
  }
}
/* line 691, ../sass/modules/_content.scss */
.image-slider .slide > div p {
  /*display: none;*/
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 699, ../sass/modules/_content.scss */
.image-slider .btn-elliptic-outline {
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
}
/* line 708, ../sass/modules/_content.scss */
.image-slider .ico-arrow-lined {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  background: #fff;
}
/* line 717, ../sass/modules/_content.scss */
.image-slider .ico-arrow-lined.rt {
  right: 0;
  left: auto;
}
@media (min-width: 920px) {
  /* line 726, ../sass/modules/_content.scss */
  .image-slider .btn-elliptic-outline {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    display: inline-block;
  }
  /* line 735, ../sass/modules/_content.scss */
  .image-slider .slide > div p {
    display: block;
  }
}
@media (min-width: 1200px) {
  /* line 744, ../sass/modules/_content.scss */
  .image-slider .xico-arrow-lined {
    left: -80px;
  }
  /* line 748, ../sass/modules/_content.scss */
  .image-slider .xico-arrow-lined.rt {
    right: -80px;
    left: auto;
  }
}
@media (max-width: 760px) {
  /* line 758, ../sass/modules/_content.scss */
  .image-slider .btn-elliptic-outline {
    padding: 5px 15px;
  }
  /* line 763, ../sass/modules/_content.scss */
  .image-slider h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 768, ../sass/modules/_content.scss */
  .image-slider h2 + div {
    display: none;
  }
}

/* line 775, ../sass/modules/_content.scss */
.image-slider + #tabular {
  margin-top: 60px;
}

/* line 780, ../sass/modules/_content.scss */
.Chrome .image-slider .slide > div article {
  height: 190px;
}

/* ==========================================================================
  overlays
   .========================================================================== */
/* line 788, ../sass/modules/_content.scss */
.page-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  text-align: center;
  z-index: 100;
}
/* line 800, ../sass/modules/_content.scss */
.page-overlay .close {
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 50px;
  margin: auto;
  padding-top: 12px;
  width: 50px;
  cursor: pointer;
}
/* line 815, ../sass/modules/_content.scss */
.page-overlay iframe {
  margin-top: 10px;
}

/* ==========================================================================
Tabs
   .========================================================================== */
/* line 824, ../sass/modules/_content.scss */
#tabular {
  padding-top: 170px;
  position: relative;
  border-top: 5px solid #1b3e59;
  min-height: 200px;
}

.page-id-2462 #tabular, .page-id-2358 #tabular{
	padding-top: 0px;
	min-height: 20px;
	border-top: 0px;
}
/* line 831, ../sass/modules/_content.scss */
#tabular.with-archive {
  padding-top: 250px;
}
/* line 836, ../sass/modules/_content.scss */
#tabular .titles {
  position: absolute;
  width: 100%;
  top: 25px;
  text-align: center;
}
/* line 843, ../sass/modules/_content.scss */
#tabular .titles h1 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 460px) {
  /* line 843, ../sass/modules/_content.scss */
  #tabular .titles h1 {
    float: left;
  }
}
/* line 853, ../sass/modules/_content.scss */
#tabular .titles > span {
  display: inline-block;
  padding: 1% 6%;
  color: #f7941e;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 862, ../sass/modules/_content.scss */
#tabular .titles > span a {
  color: #f7941e;
  text-decoration: none;
}
@media (max-width: 460px) {
  /* line 853, ../sass/modules/_content.scss */
  #tabular .titles > span {
    width: 35%;
  }
}
/* line 874, ../sass/modules/_content.scss */
#tabular .titles .active:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 14px;
  left: 5px;
  border: 2px solid;
  border-color: transparent #f7941e #f7941e transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 887, ../sass/modules/_content.scss */
#tabular .archive-years {
  margin-top: 10px;
  text-align: center;
  display: none;
}
/* line 893, ../sass/modules/_content.scss */
#tabular .archive-years span {
  display: inline-block;
  padding: 5px 0 5px 25px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 460px) {
  /* line 893, ../sass/modules/_content.scss */
  #tabular .archive-years span {
    width: 13%;
  }
}
/* line 906, ../sass/modules/_content.scss */
#tabular .archive-years .active:after {
  top: 0;
}
/* line 912, ../sass/modules/_content.scss */
#tabular ul {
  display: none;
}
/* line 915, ../sass/modules/_content.scss */
#tabular ul li {
  list-style: none;
  padding-left: 80px;
  font-size: 13px;
  font-size: 0.8125rem;
  vertical-align: top;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
/* line 924, ../sass/modules/_content.scss */
#tabular ul li > div {
  height: 57px;
  overflow: hidden;
  position: relative;
}
/* line 930, ../sass/modules/_content.scss */
#tabular ul li > div:after {
  content: "";
  height: 18px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 82%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(82%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 82%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 82%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 82%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 82%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}
/* line 951, ../sass/modules/_content.scss */
#tabular ul li figure {
  overflow: hidden;
  position: absolute;
  float: left;
  width: 64px;
  height: 80px;
  left: 0;
}
/* line 960, ../sass/modules/_content.scss */
#tabular ul li figure:before, #tabular ul li figure:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
/* line 966, ../sass/modules/_content.scss */
#tabular ul li figure:before {
  border: 1px solid #bdbdbd;
  content: "";
  height: 54px;
  left: 8px;
  top: 2px;
  width: 54px;
  z-index: 5;
}
/* line 977, ../sass/modules/_content.scss */
#tabular ul li figure:after {
  border: 18px solid #fff;
  content: "";
  height: 80px;
  left: -5px;
  top: -11px;
  width: 80px;
}
/* line 988, ../sass/modules/_content.scss */
#tabular ul li img {
  width: 95px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 994, ../sass/modules/_content.scss */
#tabular ul li h3 {
  display: block;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #6a7681;
}
/* line 1001, ../sass/modules/_content.scss */
#tabular ul li h3 a {
  text-decoration: none;
  color: #557995;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
/* line 1013, ../sass/modules/_content.scss */
#tabular ul:first-child {
  display: block;
}
/* line 1018, ../sass/modules/_content.scss */
#tabular ul .base {
  display: block;
  padding: 0;
  text-align: center;
  width: 100%;
}
/* line 1025, ../sass/modules/_content.scss */
#tabular ul .base a {
  display: inline-block;
}
@media (min-width: 920px) {
  /* line 824, ../sass/modules/_content.scss */
  #tabular {
    padding-top: 130px !important;
  }
  /* line 1036, ../sass/modules/_content.scss */
  #tabular .titles {
    text-align: left;
  }
  /* line 1040, ../sass/modules/_content.scss */
  #tabular .titles span {
    padding: 1% 2.5%;
  }
  /* line 1046, ../sass/modules/_content.scss */
  #tabular .archive-years {
    position: absolute;
    right: 0;
  }
  /* line 1051, ../sass/modules/_content.scss */
  #tabular .archive-years span {
    display: block;
    padding-left: 25px;
  }
  /* line 1058, ../sass/modules/_content.scss */
  #tabular h1 {
    width: 30%;
    margin-top: 10px;
  }
  /* line 1064, ../sass/modules/_content.scss */
  #tabular .Archive li {
    width: 30%;
  }
  /* line 1069, ../sass/modules/_content.scss */
  #tabular li {
    display: inline-block;
    width: 36%;
  }
  /* line 1074, ../sass/modules/_content.scss */
  #tabular li:nth-child(2n) {
    margin-left: 4%;
  }
}

/* line 1082, ../sass/modules/_content.scss */
.social-share-dropdown {
  visibility: hidden;
  max-height: 40px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}
/* line 1090, ../sass/modules/_content.scss */
.social-share-dropdown.open {
  max-height: 400px;
}
@media (min-width: 800px) {
  /* line 1082, ../sass/modules/_content.scss */
  .social-share-dropdown {
    position: absolute;
    right: 0;
    top: -40px;
    width: 108px;
  }
}
/* line 1102, ../sass/modules/_content.scss */
.social-share-dropdown .stButton {
  margin: 0;
}
/* line 1106, ../sass/modules/_content.scss */
.social-share-dropdown .stButton .stLarge, .social-share-dropdown .btn_share {
  width: 100px;
  height: 18px;
  padding: 8px 0 8px 8px;
  display: block;
  color: #fff;
  background-image: none !important;
  font-size: 13px;
  margin-top: 3px;
  text-transform: uppercase;
}
/* line 1117, ../sass/modules/_content.scss */
.social-share-dropdown .stButton .stLarge:hover, .social-share-dropdown .btn_share:hover {
  opacity: 0.8;
}
/* line 1122, ../sass/modules/_content.scss */
.social-share-dropdown .btn_share {
  background: #f7941e  !important;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
/* line 1128, ../sass/modules/_content.scss */
.social-share-dropdown .btn_share img {
  position: absolute;
  right: 6px;
  top: 4px;
  width: 25px;
}
/* line 1136, ../sass/modules/_content.scss */
.social-share-dropdown .st_facebook_large .stLarge {
  background-color: #3a5795;
}
/* line 1139, ../sass/modules/_content.scss */
.social-share-dropdown .st_facebook_large .stLarge:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
  border: 6px solid #3a5795;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -6px;
  left: 2px;
}
/* line 1153, ../sass/modules/_content.scss */
.social-share-dropdown .st_twitter_large .stLarge {
  background-color: #33CCFF;
}
/* line 1157, ../sass/modules/_content.scss */
.social-share-dropdown .st_linkedin_large .stLarge {
  background-color: #4875B4;
}
/* line 1161, ../sass/modules/_content.scss */
.social-share-dropdown .st_googleplus_large .stLarge {
  background-color: #C63D2D;
}
/* line 1165, ../sass/modules/_content.scss */
.social-share-dropdown .st_reddit_large .stLarge {
  background-color: #c6c6c6;
  color: #000;
}

/* ==========================================================================
 Sitemap
 ========================================================================== */
/* line 1176, ../sass/modules/_content.scss */
.sitemap > div {
  padding-bottom: 30px;
}
/* line 1180, ../sass/modules/_content.scss */
.sitemap > div a:hover {
  color: #557995;
}
/* line 1185, ../sass/modules/_content.scss */
.sitemap > div span + div {
  margin-left: 25px;
}
/* line 1190, ../sass/modules/_content.scss */
.sitemap > div > span {
  display: block;
  position: relative;
}
/* line 1195, ../sass/modules/_content.scss */
.sitemap > div > span.parent:before {
  content: "+";
  position: absolute;
  top: 0px;
  left: 4px;
  color: #557995;
  cursor: pointer;
}
/* line 1205, ../sass/modules/_content.scss */
.sitemap > div > span.active:before {
  content: "-";
}
/* line 1210, ../sass/modules/_content.scss */
.sitemap > div > span a {
  text-decoration: none;
  padding: 3px 0;
  font-weight: bold;
  display: inline-block;
  margin-left: 24px;
}
/* line 1220, ../sass/modules/_content.scss */
.sitemap > div > div {
  display: none;
}
/* line 1224, ../sass/modules/_content.scss */
.sitemap > div > div a {
  display: block;
  text-decoration: none;
  padding: 2px 0;
}

/* ==========================================================================
 Mail Chimp Iframe
   .==========================================================================  */
/* line 1236, ../sass/modules/_content.scss */
iframe#mailchimp {
  width: 100%;
  height: 1270px;
}

/* ==========================================================================
  template specifics
   .========================================================================== */
/* line 1245, ../sass/modules/_content.scss */
.temp-home .image-slider .linkbar a + a {
  display: none;
}

/* line 1252, ../sass/modules/_content.scss */
.xtemp-press-item .with-sidebar .sidebar {
  display: none;
}
/* line 1257, ../sass/modules/_content.scss */
.xtemp-press-item .with-sidebar .content {
  width: auto;
}

/* line 1269, ../sass/modules/_content.scss */
.temp-publication .content > div {
  border-bottom: 1px solid #6a7681;
  padding: 25px 0 20px;
}
/* line 1272, ../sass/modules/_content.scss */
.temp-publication .content > div a {
  text-decoration: none;
}
/* line 1280, ../sass/modules/_content.scss */
.temp-publication .content > div > a {
  float: left;
  display: inline-block;
  color: #6a7681;
  margin-right: 30px;
}
/* line 1288, ../sass/modules/_content.scss */
.temp-publication .content > div h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
  margin: 0 0 10px;
}
@media (max-width: 760px) {
  /* line 1267, ../sass/modules/_content.scss */
  .temp-publication .content {
    padding-top: 60px;
  }
}

/* line 1306, ../sass/modules/_content.scss */
.temp-article .downloads a {
  display: block;
  border-bottom: 1px solid #6a7681;
}
/* line 1312, ../sass/modules/_content.scss */
.temp-article .downloads img {
  vertical-align: middle;
}

/* line 1319, ../sass/modules/_content.scss */
.temp-fact .box-items p {
  display: none;
}

/* line 1325, ../sass/modules/_content.scss */
.temp-press #tabular, .temp-publication #tabular {
  border-top: 0;
}
/* line 1329, ../sass/modules/_content.scss */
.temp-press #tabular > .content, .temp-publication #tabular > .content {
  margin-bottom: 53px;
  padding-right: 70px;
}
@media (min-width: 950px) {
  /* line 1325, ../sass/modules/_content.scss */
  .temp-press #tabular, .temp-publication #tabular {
    padding-top: 100px !important;
  }
}

/* line 1, ../sass/modules/_charts.scss */
.chart-set {
  position: relative;
  width: 100%;
  height: 400px;
  padding: 0;
  overflow: hidden;
  margin: 50px 0;
}
/* line 10, ../sass/modules/_charts.scss */
.chart-set .strip {
  position: relative;
  left: 0;
  height: 100%;
}
/* line 16, ../sass/modules/_charts.scss */
.chart-set .chart-embed {
  display: none;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  padding: 0 1%;
}
/* line 24, ../sass/modules/_charts.scss */
.chart-set.active .chart-embed,
.chart-set .chart-embed:first-child {
  display: inline-block;
}
/* line 29, ../sass/modules/_charts.scss */
.chart-set .prev, .chart-set .next {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 54px;
  margin-top: -0.5em;
  line-height: 1em;
  width: 50px;
  font-family: arial;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
}
/* line 43, ../sass/modules/_charts.scss */
.chart-set .next {
  left: auto;
  right: 0;
  text-align: right;
  padding-left: 0;
}
/* line 51, ../sass/modules/_charts.scss */
.chart-set.active .prev, .chart-set.active .next {
  display: block;
}
@media (max-width: 950px) {
	.completed-projects {
	margin-top: 80px;
	}
}
@media (max-width: 460px) {
  /* line 1, ../sass/modules/_charts.scss */
  .chart-set {
    padding-top: 40px;
  }
  /* line 59, ../sass/modules/_charts.scss */
  .chart-set .prev, .chart-set .next {
    height: 80px;
    left: 0;
    line-height: 30px;
    margin-top: 0;
    top: 0;
    width: 80px;
    text-align: center;
  }
  /* line 69, ../sass/modules/_charts.scss */
  .chart-set .next {
    left: auto;
    right: 0;
  }

}

