@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

/*
Theme Name: IRR
Description: none
Author: Outlandish LLP
Version: 0.1
*/
/* General layout and page structure */
body, .off-canvas-content {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #efefef;
  color: #000; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

/* Hides from IE-mac \*/
.clearfix {
  display: block; }

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  background: #efefef; }

#header {
  padding-top: 1px;
  background-color: #191919;
  color: #888;
  width: 100%; }
  #header .wrapper {
    background: #191919; }

#logo {
  display: block;
  text-indent: -9999px;
  width: 146px;
  height: 146px;
  background-image: url(../images/logo.png);
  margin: 16px auto; }

/* Search */
#searchform {
  /*display: block;*/ }

#search.widesearch {
  width: 500px; }

#search.widesearch input[type='text'] {
  width: 300px; }

form.gsc-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  width: 100%; }

table.gsc-search-box,
#search {
  width: 298px;
  margin: 10px;
  background: #F8F8F3;
  border-radius: 3px;
  border: 1px solid #EBEBE6;
  box-shadow: inset 0px 1px 0px 0px rgba(127, 127, 124, 0.5);
  overflow: hidden; }

#page-19600 #search {
  width: auto; }

body table.gsc-search-box {
  padding-left: 5px; }

input.gsc-input,
#search input[type=text] {
  background: #F8F8F3 !important;
  border: none !important;
  padding: 0 10px;
  margin: 1px 0 0 1px;
  width: 243px;
  font: 13px/30px Arial, "MS Trebuchet", sans-serif;
  height: 30px;
  float: left; }

input.gsc-input:focus,
#search input[type=text]:focus {
  outline: none; }

input.gsc-search-button,
#search input[type=submit] {
  background: url(../images/search_btn.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  text-transform: uppercase;
  border: none;
  display: block;
  float: right;
  cursor: pointer;
  margin: 3px 2px 0 0; }

body input.gsc-search-button {
  margin-left: 10px; }

body input.gsc-search-button:hover,
#search input[type=submit]:hover {
  background-position: 0 -30px; }

body input.gsc-search-button:active,
#search input[type=submit]:active {
  margin-top: 4px; }

.bhc-extent {
  float: right; }

.bhc-result {
  margin-bottom: 20px;
  border-bottom: 1px solid grey; }

.nav-wrapper {
  overflow: hidden; }

.nav {
  position: relative;
  float: right;
  left: -50%; }

.nav ul {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  text-transform: uppercase;
  font-family: serif;
  position: relative;
  left: 50%; }

.nav li {
  float: left;
  margin-right: 20px;
  font-size: 16px; }

.nav li a {
  color: #a8a4a4;
  text-decoration: none;
  font: 14px/35px Times, "Times New Roman", Georgia, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: 100; }

#footer-nav li a {
  color: #191919; }

#footer a {
  color: #191919; }

.nav a, #logo {
  text-decoration: none;
  color: inherit; }

.nav .current_page_item a, .nav .current_page_ancestor a, .nav a:hover {
  color: #fff; }

/* Sidebar */
#sidebar, #contact-sidebar {
  float: left;
  /*width: 250px;*/
  background: #DDDDDD;
  padding: 30px 0;
  border-top: 10px solid #9A9A9A;
  margin-top: -10px;
  width: auto; }

#sidebar h2,
#sidebar h3,
#sidebar h4 {
  font: bold 13px Times New Roman, Georgia, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 16px;
  letter-spacing: 2px;
  padding: 0 10px; }

#sidebar .body h2,
#sidebar .body h3,
#sidebar .body h4 {
  padding: 0; }

.subnav,
.subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  border-top: 1px solid #9e9e9e;
  margin: 0 10px; }

.subnav ul {
  border-top: none; }

.subnav li.current_page_item li a,
.subnav li a {
  color: #191919;
  text-decoration: none;
  font: 13px/25px "Times New Roman", Georgia, sans-serif;
  letter-spacing: 0.9px;
  font-weight: 100;
  padding: 0 10px;
  display: block;
  border-bottom: 1px solid #9e9e9e;
  cursor: pointer;
  background: transparent; }

.subnav li.current_page_item a,
.subnav li a:hover {
  background: #fff; }

/* End Sidebar */
#main {
  /*float: left;*/
  /*width: 680px;*/
  margin: 10px 0; }

#main.alt {
  margin: 10px 0px 10px 0px; }

.island {
  padding: 20px 0;
  /*width: 100%;*/
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  -o-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4); }

.island .inner {
  padding: 0px 20px; }

.island.single h2 {
  margin: 0px 0 15px 0;
  padding: 0px;
  float: left; }

.island.single .more {
  float: right; }

.island.sunken {
  font-size: 90%;
  line-height: 1.2;
  background-color: #EEEEEE;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.island.sunken .inner {
  padding: 0 10px; }

.sunken h2 {
  border-bottom: 1px solid #191919;
  text-transform: none !important;
  margin: 0 0 20px !important; }

.island.no-space {
  margin-top: -10px;
  padding-top: 0; }

#footer {
  background: #ccc;
  padding: 10px;
  border-top: 10px solid #efefef;
  font: 13px/35px "Times New Roman", Georgia, sans-serif;
  text-align: center;
  width: 100%; }

/*.columns {*/
/*padding-left: 10px;*/
/*padding-right: 10px;*/
/*}*/
.column, .columns, .side, .main {
  /*float: left;*/ }

.column.main, .main.columns, .main {
  /*width: 622px;*/
  position: relative; }

.column.side, .side.columns, .side {
  /*width: 320px;*/
  /*margin-left: 18px;*/
  background: #DDDDDD;
  padding: 10px 0; }

.column.side h2, .side.columns h2, .side h2 {
  font: 13px/24px "Times New Roman", Georgia, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #191919; }

.column.side h2 a, .side.columns h2 a, .side h2 a {
  text-decoration: none;
  color: #191919; }

.column.side h2 a:hover, .side.columns h2 a:hover, .side h2 a:hover {
  text-decoration: underline; }

/* Home page */
#promo {
  background: #ccc;
  height: 300px;
  /*width: 100%;*/
  /*float: left;*/
  border-bottom: 20px solid #A7A7A7;
  padding: 0px;
  margin: 0px; }
  #promo img {
    height: 290px; }

#blurb, #mob-blurb {
  height: 300px;
  /*margin-left: 640px;*/
  border-bottom: 10px solid #9A9A9A;
  background: #fff;
  padding: 0px;
  margin: 0px; }

#blurb p, #mob-blurb p {
  color: #606060;
  text-decoration: none;
  font: 14px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 0;
  margin: 0;
  font-weight: 300;
  padding: 30px 15px 15px;
  text-align: right;
  height: 165px; }

#blurb ul, #mob-blurb ul {
  background: #FEFFE0;
  padding: 15px 15px;
  list-style: none;
  margin: 0; }

#blurb ul li a, #mob-blurb ul li a {
  color: #55554c;
  font: 15px/24px "Times New Roman", Georgia, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.9px;
  text-decoration: none; }

#blurb ul li a:hover, #mob-blurb ul li a:hover {
  text-decoration: underline; }

#blurb ul li a:before, #mob-blurb ul li a:before {
  content: "- "; }

#mob-blurb {
  width: 100%;
  float: none;
  height: auto;
  display: none;
  border: 10px solid #9A9A9A;
  margin-bottom: 20px; }
  #mob-blurb ul {
    background: white; }

#mailinglist {
  width: 30%;
  float: left; }

div#search {
  float: right; }

/*Other pages*/
#header-small {
  background: #fff;
  border-bottom: 10px solid #A7A7A7;
  width: 100%;
  overflow: hidden; }

#header-small h1 {
  float: left;
  padding: 5px 15px 0;
  width: auto;
  line-height: 28px; }

#header-small h1:before {
  content: "» ";
  color: #ababab;
  display: block;
  width: 20px;
  height: 32px;
  float: left;
  line-height: 100%; }

#header-small #search {
  float: right;
  margin-top: 10px; }

/* Side Publications */
#frontpagePublications {
  padding-bottom: 10px; }

#frontpagePublications .publication-preview {
  position: relative;
  height: 200px;
  max-width: 380px;
  margin: auto; }

#frontpagePublications img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -62px 0 0 -150px; }

#frontpagePublications .publication-page {
  background: #ffffff url(../images/publication_page_bg.gif) center center repeat-y;
  width: 150px;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: -90px 0 0 -75px;
  text-align: center;
  font: 11px/18px "Times New Roman", Georgia, sans-serif;
  letter-spacing: 0.9px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4); }

#frontpagePublications .publication-page p a {
  font-style: italic;
  text-decoration: none;
  color: #434343; }

#frontpagePublications .publication-page a:hover {
  text-decoration: underline; }

#frontpagePublications .publication-page p, #frontpagePublications .publication-page h3 {
  margin: 0px;
  font-size: 15px;
  padding: 0 5px; }

#frontpagePublications .publication-page span {
  background: #191919;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 25px;
  color: #ffffff;
  margin: 30px 0 10px; }

/* News Service sidebar */
.news-service-item {
  line-height: 24px; }

.news-service-item .link {
  text-align: right;
  margin-top: -37px;
  text-transform: uppercase;
  font-size: 11px; }

.news-service-item .link a {
  color: #707070; }

.news-service-item {
  padding: 0 10px; }

.news-service-item h3 a {
  color: #222222;
  font-size: 13px;
  text-decoration: none; }

.news-service-item p {
  color: #6f6f6f; }

.section {
  padding: 0 10px; }

.section:not(:last-child) {
  border-bottom: 20px solid #9A9A9A;
  padding-bottom: 10px; }

/* Email and subscription stuff */
.subscribe-options {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  list-style: none;
  padding: 0;
  width: 100% !important; }

.subscribe-options label {
  line-height: 20px; }

.subscribe-options input[type=checkbox] {
  float: right; }

.flash-message {
  padding: 10px;
  background: #ccc;
  margin-bottom: 10px; }

.flash-message.success-message {
  background: #85FA4B; }

.flash-message.error-message {
  background: #FA4B4B; }

.buttonHolder {
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px; }

#errorMsg ul, #okMsg ul {
  float: none;
  width: inherit; }

/* General */
.clear {
  clear: both; }

.accessibility {
  position: absolute;
  left: -9999px; }

a img {
  border: none; }

/* Default WordPress styles */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Images */
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 1.625em; }

p img, .body .inner img, .wp-caption {
  margin-top: 0.4em;
  background: #eee;
  margin-bottom: 1.625em;
  padding: 9px; }

.body .inner .wp-caption img {
  margin: 0 auto;
  padding: 0; }

.wp-caption .wp-caption-text, .gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px; }

.wp-caption .wp-caption-text {
  margin: 10px 0; }

.external_link {
  background: transparent url("../images/pc.de-berlin-icon-pack/16x16/link.png") no-repeat scroll 0px 0px;
  padding-left: 18px; }

/* New stuff */
#frontpageReleases {
  margin: -120px 0 0;
  z-index: 10; }

.news-row {
  clear: left; }

#frontpageReleases .latest-news-item {
  /*float: left;*/
  /*width: 270px;*/
  margin: 10px;
  padding: 10px;
  background: #fff;
  -o-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4); }

.latest-news-item .type {
  float: right; }

.latest-news-item .type span {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  padding: 5px 10px;
  margin-top: 5px; }

.type-press-release .type span {
  background-color: #E05151; }

.type-irr-news .type span {
  background-color: #508F81; }

.type-event .type span {
  background-color: #A15E35; }

.type-external_link .type span {
  background-color: #2E6C93; }

.type-comment .type span {
  background-color: #579445; }

.type-interview .type span {
  background-color: #6F6893; }

.type-review .type span {
  background-color: #A13421; }

.type-audio-video .type span {
  background-color: #94457f; }

.type-blog .type span {
  background-color: #044456; }

.type-email .type span {
  background-color: #97a51f; }

.latest-news-item .post-header {
  width: 100%;
  overflow: hidden; }

#frontpageReleases .latest-news-item .post-header {
  border-bottom: 10px solid #EFEFEF; }

#frontpageReleases .latest-news-item .post-header h3.title {
  line-height: 26px;
  margin: 4px 0px 0px 70px; }

body .event-single div.date p,
#frontpageReleases .type-press-release .date {
  background: #E05151;
  color: #fff;
  float: left;
  padding: 10px; }

body .event-single div.date {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px; }

.event-footnote {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=7); }

.event-single div.date p,
.latest-news-item .date {
  margin: 0;
  font-size: 13px;
  line-height: 1;
  font-style: italic;
  display: block;
  padding: 10px 0;
  margin: 0 20px 0px 0; }

#frontpageReleases .type-press-release .date span {
  font-size: 18px; }

.latest-news-item.type-press-release.wide .title {
  padding-bottom: 10px; }

#frontpageReleases .type-press-release .title {
  line-height: 36px;
  border-bottom: 1px solid #DDD;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 100; }

.latest-news-item .title {
  margin: 4px 0 10px;
  color: #191919;
  text-decoration: none; }

.latest-news-item .title a {
  color: #191919;
  text-decoration: none; }

.latest-news-item .title a:hover {
  text-decoration: underline; }

.latest-news-item.wide .more-link {
  text-align: right; }

.latest-news-item .more-link {
  background: #EFEFEF;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 10px;
  margin-bottom: 20px; }

.latest-news-item .more-link a {
  color: #666666; }

.latest-news-item .more-link a:hover {
  text-decoration: none; }

#frontpageReleases .more-link {
  margin: 0; }

.latest-news-item .comments {
  float: left;
  background: #989898 url(../images/comment_icon.gif) 10px center no-repeat;
  line-height: 30px;
  margin: 0;
  padding: 0 10px 0 40px;
  font-size: 11px;
  color: #fff; }

.latest-news-item .comments {
  line-height: 50px;
  margin: -15px 0 0;
  font-size: 11px;
  color: #fff; }

.latest-news-item.wide div.excerpt {
  padding: 0 10px; }

#frontpageReleases .latest-news-item.featured {
  /*width: 100%;*/ }

#frontpageReleases .latest-news-item .post-header {
  background: #EFEFEF; }

#frontpageReleases .latest-news-item .date {
  padding-left: 10px; }

#frontpageReleases .latest-news-item .date span {
  display: block; }

#frontpageReleases .latest-news-item .title {
  margin: 0;
  padding: 10px;
  line-height: 30px; }

#frontpageReleases .latest-news-item .excerpt {
  padding: 10px 15px 20px; }

/* Content Styling */
.body {
  font: 13px/30px Georgia, "Times New Roman", sans-serif; }

body .gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font: 13px/30px Georgia, "Times New Roman", sans-serif !important; }

body .gsc-control-cse, .gsc-control-cse .gsc-table-result b,
body .gsc-control-cse, .gsc-control-cse .gsc-table-result a {
  color: #191919; }

body .gs-web-image-box, .gs-promotion-image-box {
  width: 80px; }

#sidebar .body {
  padding: 0 10px; }

h1,
.body h2,
.body h3,
.body h4,
.body h5 {
  font: bold 16px Times New Roman, Georgia, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 16px;
  font-weight: lighter;
  letter-spacing: 2px; }

.body h3 a {
  text-decoration: none; }

h1 {
  font-size: 21px;
  line-height: 20px; }

.body h2 {
  font-size: 19px;
  line-height: 38px; }

.body h3 {
  font-size: 17px;
  line-height: 34px; }

.body h4 {
  font-size: 15px;
  line-height: 30px; }

.body h5 {
  font-size: 13px;
  line-height: 26px; }

.body p, .body ul {
  color: #333; }

.body p {
  word-wrap: break-word;
  padding: 0;
  margin: 0 0 15px; }

.body a {
  color: #191919; }

table.content {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  margin-bottom: 20px; }

table.content td, table.content th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 2px 10px; }

/* Comments */
.social-buttons {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 5px;
  text-align: right;
  width: 100%;
  margin-bottom: 10px; }

.social-buttons .fb_iframe_widget,
.social-buttons p {
  float: left;
  margin-bottom: 0;
  margin-right: 10px; }

.social-buttons p {
  margin-top: 1px; }

#respond label {
  display: block; }

#respond #commentform textarea#comment, #respond #commentform input {
  width: 100%;
  max-width: 400px; }

div.comment {
  border-bottom: 1px solid #ddd;
  margin: 10px 0 0; }

div.comment .date {
  font-size: 10px;
  float: right; }

div.comment .username {
  font-weight: bold; }

div.comment div.comment-text {
  margin-left: 30px; }

/*Publiations*/
#publications {
  padding: 0px;
  margin: 0px; }
  #publications .publication-preview .small-11.columns {
    padding-right: 0px; }

#publications .publication-preview {
  background: #2C2C2C;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 10px;
  position: relative; }

#publications .publication-preview .inner {
  background: #ffffff;
  padding: 0px;
  float: left; }

#publications .publication-preview .content {
  padding: 10px 10px 0;
  margin-left: 150px;
  /*width: 406px;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

#publications .publication-preview .image {
  float: left;
  padding: 3px;
  line-height: 0px;
  -o-box-shadow: 0 0px 0px rgba(34, 25, 25, 0.4);
  box-shadow: 0 0px 0px rgba(34, 25, 25, 0.4); }

#publications .publication-preview .content h2 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border-bottom: 1px solid #191919;
  color: #191919; }

#publications .publication-preview a.view-all {
  background: url(../images/right_arrow.png) center center no-repeat;
  padding: 10px;
  color: white;
  text-decoration: none;
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  top: 50%;
  right: -4px;
  margin-top: -30px;
  text-indent: -999999px; }

#publications .publication-preview:hover a.view-all {
  background-color: #E05151;
  height: 60px;
  weight: 60px; }

.publication-issue {
  float: left;
  margin: 10px 0 20px 20px;
  position: relative; }

.publication-issue {
  margin-left: 0px; }

.publication-issue p.date {
  margin: 0; }

.publication-preview .image,
.publication-issue .image {
  text-align: center;
  width: 150px;
  height: 180px;
  border: 3px solid #fff;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px; }

.publication-issue .content {
  position: absolute;
  top: 60px;
  left: 3px;
  width: 150px;
  z-index: 2; }

.publication-issue h3 {
  margin-top: 0; }

.publication-issue:hover .content {
  display: block; }

.publication-issue .excerpt {
  /*width: 470px;*/
  margin-left: 165px; }

.buy-button {
  width: 100%;
  overflow: hidden; }

.buy-button p {
  float: right;
  margin: 0 0px 10px 10px;
  line-height: 2.5; }

.buy-button p a {
  background: #191919;
  color: #fff;
  display: block;
  padding: 0px 10px;
  text-decoration: none; }

p.buy-button a:hover {
  background: #E05151; }

/*End Publications*/
/*Paging*/
.paging-nav {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }

.paging-nav a {
  background: #191919;
  padding: 0 10px;
  color: #fff;
  text-decoration: none; }

.paging-nav a:hover {
  background: #DB8530; }

.paging-nav .prev {
  float: left; }

.paging-nav .next {
  float: right; }

/*End Paging*/
/* Checkout */
ul.errors {
  color: #f00; }

input[type=submit] {
  cursor: pointer; }

/* Search */
#cse .gsc-result .gs-title {
  height: auto; }

.gs-visibleUrl-short {
  display: none; }

/* New Style Button */
a.irr-btn, .irr-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 2px 20px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box; }

a.irr-btn:hover,
a.irr-btn:focus,
.irr-btn:hover,
.irr-btn:focus {
  background-color: #333;
  outline: 0; }

a.irr-btn.wide,
.irr-btn.wide {
  width: 100%; }

/* subtitle */
h1 .subtitle {
  font-size: 0.8em;
  display: inline-block; }

/* Media Queries */
@media (max-width: 640px) {
  .paging-nav {
    margin-bottom: 0px; }
  #frontpageReleases .latest-news-item .excerpt {
    padding-bottom: 5px; }
  .off-canvas-content {
    background: white; }
  #frontpageReleases .more-link {
    margin-bottom: 20px; }
  #frontpagePublications h2 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; }
  #frontpageReleases .news-row {
    display: none; }
  #frontpageReleases .news-row.mobile-display {
    display: block; }
  .frontimg, .sidebox {
    padding: 0; }
  #frontpageReleases .latest-news-item, #news-service .latest-news-item {
    margin: 0px;
    width: 100%; }
  .latest-news-item.type-press-release {
    padding: 0; }
  #frontpageReleases .type-press-release .title {
    border-bottom: 0px; }
  #frontpageReleases .latest-news-item .post-header {
    border-bottom: 0px; }
  #frontpageReleases .latest-news-item .title, #frontpageReleases .latest-news-item, div.s-publications, div.xs-publications {
    padding: 0; }
  div #promo {
    height: 100%; }
  .articlerow {
    padding-left: 0;
    padding-right: 0;
    margin: 0px; }
  .latest-news-item .title a {
    font-size: 15px;
    line-height: 15px; }
  #frontpageReleases .latest-news-item .date {
    padding: 5px 5px 0 0;
    height: 35px;
    width: 50px;
    text-align: right; }
  #frontpageReleases .type-press-release .date span {
    font-size: 15px; }
  a.irr-btn, .irr-btn {
    margin: 5px 0; }
  li.page_item a {
    font-size: 12px;
    /*text-align: center;*/ }
  .col-header-small {
    padding: 0; }
  .alt-island-col, .no-space-col {
    padding: 0; }
  .sidebar-col {
    padding: 0; } }

/* Media Queries */
@media (min-width: 850px) {
  #burger-submenu {
    display: none; } }

@media (max-width: 639px) {
  #sidebar {
    padding: 0px; }
    #sidebar div, #sidebar ul, #sidebar h2 {
      display: none; }
    #sidebar .sidebartext {
      display: block; }
      #sidebar .sidebartext.checkouttext {
        padding-top: 20px; }
  #header-small h1:before {
    height: auto;
    line-height: 24px; }
  #header-small h1 {
    padding: 0px 5px 3px;
    max-width: 85%; } }

@media (min-width: 850px) {
  span#burger-menu, span#search-icon, #searchbox, .mobile-strapline, #sticky-topbar {
    display: none; } }

@media (max-width: 849px) {
  #full-page-nav, #promo, #blurb, #search:not(.black-history-search) {
    display: none; }
  #logo {
    position: relative;
    width: 120px;
    height: 120px;
    background-size: 120px;
    margin: auto; }
  #frontpageReleases {
    margin: 0px; } }

@media (max-width: 480px) {
  .wp-caption.alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: white;
    border: 3px solid #fff; }
    .wp-caption.alignright img {
      border: 10px solid #eee; } }

@media (max-width: 420px) {
  #page-8401 .body .inner h4 {
    clear: left; } }

@media (max-width: 360px) {
  #logo {
    width: 100px;
    height: 100px;
    background-size: 100px; }
  .mobile-strapline p {
    font-size: 16px; } }

@media (max-width: 450px) {
  .publication-preview .image, .publication-issue .image {
    width: 100%;
    height: auto;
    margin-bottom: 0px; }
  #publications .publication-preview .image {
    display: none; }
  #publications .publication-preview .content {
    margin-left: 0px; }
  .publication-issue .excerpt {
    margin-left: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #c4c4c4; } }

@media (max-width: 950px) {
  table.gsc-search-box, #search {
    width: 278px; }
  #publications .publication-preview a.view-all {
    right: -8px; } }

@media (min-width: 850px) {
  span#burger-menu, span#search-icon, #searchbox, .mobile-strapline, #sticky-topbar {
    display: none; } }

@media (max-width: 814px) {
  #footer-nav li a {
    font-size: 13px;
    text-align: center; }
  #footer-nav li {
    margin: 0 5px; }
  #publications .publication-preview a.view-all {
    right: -12px; } }

@media (max-width: 401px) {
  #footer-nav li {
    float: none; } }

@media (max-width: 640px) {
  #publications .publication-preview a.view-all {
    right: -8px; } }

.subscribe-options p {
  margin: 0 0 0 23px;
  line-height: 16px; }

@media (max-width: 540px) {
  #publications .publication-preview a.view-all {
    right: -12px; }
  .subscribe-options {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

@media (max-width: 450px) {
  #publications .publication-preview a.view-all {
    right: -16px; } }

@media (max-width: 350px) {
  #publications .publication-preview a.view-all {
    right: -18px; } }

/*End of Media Queries*/
/* Off-canvas Menu & search box */
#sticky-topbar {
  height: 42px;
  top: 0;
  width: 100%;
  background: #191919;
  z-index: 9999; }

.is-off-canvas-open #sticky-topbar {
  position: static; }

.is-off-canvas-open #logo {
  margin-top: 0px; }

span#burger-menu, span#search-icon, #searchbox input, #burger-submenu span {
  padding: 10px 15px;
  font-size: 1.8em;
  color: #fff;
  cursor: pointer; }

#burger-submenu {
  float: right;
  margin-top: 9px; }
  #burger-submenu span {
    color: black;
    padding-left: 0px; }

button.search-button {
  float: right;
  cursor: pointer;
  clear: right; }

#searchbox {
  display: block; }

#searchbox input {
  font-size: 16px;
  margin: 6px 0px;
  padding: 0px;
  border: 0;
  height: 30px;
  position: relative;
  width: 0px;
  background: white;
  border-radius: 4px;
  color: #191919;
  z-index: 99999999999;
  cursor: text; }

#sticky-topbar.search-visible {
  height: 84px;
  /* When the input field gets focus, change its width to 100% */ }
  #sticky-topbar.search-visible #searchbox {
    padding-left: 15px;
    padding-right: 15px; }
    #sticky-topbar.search-visible #searchbox input {
      width: 100%;
      margin: 6px 10px 6px 0px;
      padding-left: 10px; }

.off-canvas {
  background: #262626; }

.off-canvas ul li a {
  color: #f3f3f3;
  font-size: 1.5em;
  text-transform: uppercase;
  text-decoration: none; }

.off-canvas ul {
  list-style-type: none; }

.off-canvas-wrapper {
  background: #262626; }

ul.vertical {
  margin-top: 30px;
  margin-bottom: 30px; }

ul.vertical li {
  border-bottom: 1px solid #8c8b8b;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  ul.vertical li.current_page_item > a {
    color: black;
    background: #ccc; }

ul.vertical li:first-of-type {
  padding-top: 10px;
  border-top: 1px solid #8c8b8b; }

/* End of off-canvas menu */
/* Right off-canvas menu and submenu */
#offCanvasRight ul .off-canvas-submenu, #offCanvasRight ul .children {
  padding-left: 0px; }
  #offCanvasRight ul .off-canvas-submenu li, #offCanvasRight ul .children li {
    border: none;
    padding: 0px;
    padding-left: 10px; }
    #offCanvasRight ul .off-canvas-submenu li a, #offCanvasRight ul .children li a {
      text-transform: none;
      font-size: 13px; }

#offCanvasRight ul .off-canvas-submenu li:last-of-type {
  padding-bottom: 10px;
  border-bottom: 1px solid #8c8b8b; }

#offCanvasRight ul .children li:first-of-type {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-top: 1px solid #8c8b8b; }

/* End of right off-canvas menu and submenu */
#frontpageReleases img {
  width: 100%; }

.mobile-strapline {
  font-size: 1.5em;
  color: #e4e4e4;
  padding: 10px 20px 30px 20px;
  margin: 0 auto;
  text-align: center; }
  .mobile-strapline p {
    margin: 0px; }

.subtitle {
  display: inline-block;
  padding-left: 20px; }

div#map {
  width: auto;
  height: 300px; }

img {
  height: inherit; }

.frontpage-block {
  padding-left: 0px;
  padding-right: 0px; }

div#search.black-history-search {
  float: none;
  width: auto;
  max-width: 500px; }
  div#search.black-history-search input.field {
    width: 70%; }

/* Adjusting Foundation breakpoints & more media queries */
@media screen and (max-width: 849px) {
  .medium-9 {
    width: 100%; }
  .medium-3 {
    display: none; }
  #history-search {
    padding-left: 15px;
    padding-right: 15px; }
    #history-search .medium-8 {
      width: 100%; }
  #page-8765 .p-empty, #page-17356 .p-empty {
    display: none; }
  #page-8765 img, #page-17356 img {
    display: none; } }

@media screen and (max-width: 640px) {
  #history-search {
    padding-left: 0;
    padding-right: 0; }
  img.alignleft {
    display: block;
    float: none; }
  #page-25348 div.inner .alignright {
    float: left;
    margin: 0 0 20px 0;
    padding: 0; }
    #page-25348 div.inner .alignright .wp-caption {
      display: none; }
  #page-25348 div.inner p {
    clear: both; }
  #page-8401 img[title="facebook_button"] {
    float: none;
    margin: 15px 0;
    padding: 0;
    display: block; } }

p:empty {
  display: none; }

/*# sourceMappingURL=app.css.map */
