/**
 * Master
 * The master CSS for GRM landing page
 */
/**
 * Master
 * Imports everything needed from the main GRM site
 * NOTE: it assumes you've setup your git repos for grm and grm-landing-page as
 * follows:
 * - ./www = https://bitbucket.org/sennep/grm/
 * - ./landing-page = https://bitbucket.org/sennep/grm-landing-page/
 */
/*! 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: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
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.
 */
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;
}
/**
 * Mixins
 * General helper mixins here
 */
/**
 * Constants
 * Put things here that get used EVERYWHERE
 */
/**
 * Base
 * Really basic stuff in here... this is essentially the less doc that should
 * have the base styling in. Things like basic font styles and whether the blink
 * tag has a specific style
 */
html,
body {
  height: 100%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
#body {
  height: 100%;
}
#content {
  min-height: 100%;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
button,
input,
textarea {
  color: #666666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  border-width: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
input[type=search] {
  -webkit-appearance: none;
}
::selection {
  background: #000;
  color: #FFF;
}
.ugc ul {
  position: relative;
  list-style-type: none;
  padding-left: 40px;
}
.ugc ul li:before {
  content: "\2014";
  position: absolute;
  left: 0;
}
/**
 * Layout
 * Everything to do with how items are layed out on the page is in here
 */
.panel,
.block {
  position: relative;
  padding-left: 270px;
}
.panel .content,
.block .content {
  *zoom: 1;
  width: 954px;
  margin: 0 auto;
}
.panel .content:before,
.block .content:before,
.panel .content:after,
.block .content:after {
  content: '';
  display: table;
}
.panel .content:after,
.block .content:after {
  clear: both;
}
.block:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px;
  background-color: #000000;
}
.template-2 #main,
.template-3 #main,
.template-4 #main,
.template-7 #main {
  display: inline;
  float: left;
  width: 626px;
  margin-right: 30px;
}
.template-2 #aside,
.template-3 #aside,
.template-4 #aside,
.template-7 #aside {
  display: inline;
  float: left;
  width: 216px;
  margin-right: 30px;
  margin-left: 82px;
  margin-right: 0;
}
.template-6 #main {
  display: inline;
  float: left;
  width: 544px;
  margin-right: 30px;
  margin-left: 82px;
  margin-right: 0;
  float: right;
}
.template-6 #aside {
  display: inline;
  float: left;
  width: 298px;
  margin-right: 30px;
}
.panel.message .lead {
  display: inline;
  float: left;
  width: 462px;
  margin-right: 30px;
}
.panel.message .description {
  display: inline;
  float: left;
  width: 626px;
  margin-right: 30px;
}
.panel.rolling-carousel .carousel {
  display: inline;
  float: left;
  width: 790px;
  margin-right: 30px;
}
.page-filters.has-4 .inputs .group {
  display: inline;
  float: left;
  width: 216px;
  margin-right: 30px;
}
.page-filters.has-4 .inputs .group:last-child {
  margin-right: 0;
}
.page-filters.has-3 .inputs .group {
  display: inline;
  float: left;
  width: 298px;
  margin-right: 30px;
}
.page-filters.has-3 .inputs .group:last-child {
  margin-right: 0;
}
.listing-stacked .item {
  display: inline;
  float: left;
  width: 298px;
  margin-right: 30px;
}
.listing-stacked .item:nth-child(3n) {
  margin-right: 0;
}
.leader {
  display: inline;
  float: left;
  width: 216px;
  margin-right: 30px;
}
.leader:nth-child(4n) {
  margin-right: 0;
}
#footer .col {
  display: inline;
  float: left;
  width: 298px;
  margin-right: 30px;
}
#footer .col.attribution {
  margin-right: 0;
}
.listing .item .action {
  display: inline;
  float: left;
  width: 626px;
  margin-right: 30px;
}
.listing .item .sub {
  display: inline;
  float: left;
  width: 134px;
  margin-right: 30px;
}
.listing .item .action:last-child,
.listing .item .sub:last-child {
  margin-right: 0;
}
.listing.events .item .action {
  display: inline;
  float: left;
  width: 462px;
  margin-right: 30px;
}
.listing.events .item .action:last-child {
  margin-right: 0;
}
/**
 * Fonts
 * Technically vendor code... but we have to include it le git
 */
@font-face {
  font-family: 'HouschkaAltPro-Light';
  src: url('../webfonts/2DEC8A_0_0.eot');
  src: url('../webfonts/2DEC8A_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/2DEC8A_0_0.woff2') format('woff2'), url('../webfonts/2DEC8A_0_0.woff') format('woff'), url('../webfonts/2DEC8A_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'houschka_possibleone';
  src: url('../webfonts/houschka_possible-one-webfont.eot');
  src: url('../webfonts/houschka_possible-one-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/houschka_possible-one-webfont.woff2') format('woff2'), url('../webfonts/houschka_possible-one-webfont.woff') format('woff'), url('../webfonts/houschka_possible-one-webfont.ttf') format('truetype'), url('../webfonts/houschka_possible-one-webfont.svg#houschka_possibleone') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'houschka_possiblethree';
  src: url('../webfonts/houschka_possible-three-webfont.eot');
  src: url('../webfonts/houschka_possible-three-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/houschka_possible-three-webfont.woff2') format('woff2'), url('../webfonts/houschka_possible-three-webfont.woff') format('woff'), url('../webfonts/houschka_possible-three-webfont.ttf') format('truetype'), url('../webfonts/houschka_possible-three-webfont.svg#houschka_possiblethree') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'houschka_possibletwo';
  src: url('../webfonts/houschka_possible-two-webfont.eot');
  src: url('../webfonts/houschka_possible-two-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/houschka_possible-two-webfont.woff2') format('woff2'), url('../webfonts/houschka_possible-two-webfont.woff') format('woff'), url('../webfonts/houschka_possible-two-webfont.ttf') format('truetype'), url('../webfonts/houschka_possible-two-webfont.svg#houschka_possibletwo') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../webfonts/2EA176_0_0.eot');
  src: url('../webfonts/2EA176_0_0.eot?#iefix') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../webfonts/2EA176_4_0.eot');
  src: url('../webfonts/2EA176_4_0.eot?#iefix') format('embedded-opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../webfonts/2EA176_1_0.eot');
  src: url('../webfonts/2EA176_1_0.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../webfonts/2EA176_3_0.eot');
  src: url('../webfonts/2EA176_3_0.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../webfonts/2EA176_2_0.eot');
  src: url('../webfonts/2EA176_2_0.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../webfonts/2EA176_5_0.eot');
  src: url('../webfonts/2EA176_5_0.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: italic;
}
/**
 * Header
 * Fixed top on tablet/mobile... just the logo on desktop
 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  z-index: 1001;
}
#header .open-menu {
  display: none;
}
#logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 124px;
}
#logo a,
#logo span {
  display: block;
  height: 124px;
  background: transparent url(../images/logo.png) 30px 30px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #logo a,
  #logo span {
    background-image: url(../images/logo@2x.png);
    background-size: 159px 62px;
  }
}
/**
 * Responsive Base
 * Resets the base stuff at different breakpoints
 */
@media screen and (max-width: 1169px) {
  body {
    background-color: #191919;
  }
  .block {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none!important;
  }
}
/**
 * Responsive Layout
 * Resets layout objects at different breakpoints
 */
@media screen and (max-width: 1323px) {
  .panel .content,
  .block .content {
    width: 807px;
  }
  .template-2 #main,
  .template-3 #main,
  .template-4 #main,
  .template-7 #main {
    display: inline;
    float: left;
    width: 531px;
    margin-right: 21px;
  }
  .template-2 #aside,
  .template-3 #aside,
  .template-4 #aside,
  .template-7 #aside {
    display: inline;
    float: left;
    width: 186px;
    margin-right: 21px;
    margin-left: 69px;
    margin-right: 0;
  }
  .template-6 #main {
    display: inline;
    float: left;
    width: 462px;
    margin-right: 21px;
    margin-left: 69px;
    margin-right: 0;
    float: right;
  }
  .template-6 #aside {
    display: inline;
    float: left;
    width: 255px;
    margin-right: 21px;
  }
  .panel.message .lead,
  .panel.message .description {
    display: inline;
    float: left;
    width: 531px;
    margin-right: 21px;
  }
  .panel.rolling-carousel .carousel {
    display: inline;
    float: left;
    width: 669px;
    margin-right: 21px;
  }
  .page-filters.has-4 .inputs .group {
    display: inline;
    float: left;
    width: 186px;
    margin-right: 21px;
  }
  .page-filters.has-3 .inputs .group {
    display: inline;
    float: left;
    width: 255px;
    margin-right: 21px;
  }
  .listing-stacked .item {
    display: inline;
    float: left;
    width: 255px;
    margin-right: 21px;
  }
  .listing-stacked .item:nth-child(3n) {
    margin-right: 0;
  }
  .leader {
    display: inline;
    float: left;
    width: 186px;
    margin-right: 21px;
  }
  #footer .col {
    display: inline;
    float: left;
    width: 255px;
    margin-right: 21px;
  }
  #footer .col.attribution {
    margin-right: 0;
  }
  .listing .item .action {
    display: inline;
    float: left;
    width: 531px;
    margin-right: 21px;
  }
  .listing .item .sub {
    display: inline;
    float: left;
    width: 117px;
    margin-right: 21px;
  }
  .listing .item .action:last-child,
  .listing .item .sub:last-child {
    margin-right: 0;
  }
  .listing.events .item .action {
    display: inline;
    float: left;
    width: 393px;
    margin-right: 21px;
  }
  .listing.events .item .action:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1169px) {
  .panel,
  .block {
    padding-left: 0;
  }
  .panel:after,
  .block:after {
    display: none;
  }
  .template-5,
  .template-7 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .panel .content,
  .block .content {
    width: auto;
  }
  .template-2 #main,
  .template-3 #main,
  .template-4 #main,
  .template-6 #main,
  .template-7 #main,
  .template-2 #aside,
  .template-3 #aside,
  .template-4 #aside,
  .template-6 #aside,
  .template-7 #aside {
    float: none;
    display: inherit;
    width: auto;
    margin-right: inherit;
    margin-left: inherit;
  }
  .panel.rolling-carousel .carousel {
    float: none;
    display: inherit;
    width: auto;
    margin-right: inherit;
    margin-left: inherit;
  }
  .template-3 .content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-3 .content #main,
  .template-3 .content #post,
  .template-3 .content #aside {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    display: block;
  }
  .template-3 .content #main {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .template-3 .content #post {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .template-3 .content #aside {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .template-6 #content.block .content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-6 #content.block .content #main,
  .template-6 #content.block .content .mini-header,
  .template-6 #content.block .content #aside {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    display: block;
  }
  .template-6 #content.block .content .mini-header {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .template-6 #content.block .content #aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .template-6 #content.block .content #main {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  #main,
  #aside,
  #post,
  .mini-header,
  .search-header {
    margin: 0;
    padding: 40px 80px;
  }
  .page-filters.has-3 .inputs .group,
  .page-filters.has-4 .inputs .group,
  .listing .item .action,
  .listing .item .sub,
  .listing.events .item .action,
  #footer .col {
    float: none;
    display: inherit;
    width: auto;
    margin-right: inherit;
    margin-left: inherit;
  }
  .leader {
    width: 47%;
    margin-right: 6%;
  }
  .leader:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main,
  #aside,
  #post,
  .mini-header,
  .search-header {
    padding: 30px;
  }
  .listing-stacked .item {
    float: none;
    display: inherit;
    width: auto;
    margin-right: inherit;
    margin-left: inherit;
  }
}
/**
 * Responsive Header
 * This ones probably the most bulky responsive code as the header has a
 * completely different display state on tablet/mobile
 */
@media screen and (max-width: 1169px) {
  #header {
    right: 0;
    width: auto;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #header .open-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    height: 60px;
    color: #ffffff;
    line-height: 60px;
  }
  #header .open-menu .i {
    display: block;
    float: left;
    font-size: 32px;
  }
  #header .open-menu .i:before {
    line-height: 60px;
  }
  #header .open-menu .i-close {
    display: none;
  }
  #header .open-menu span {
    display: none;
  }
  .scrolled #header,
  .template-4 #header,
  .template-5 #header,
  .template-6 #header,
  .template-7 #header {
    background-color: #000;
    border-color: rgba(255, 255, 255, 0);
  }
  #logo {
    height: 60px;
    width: 173px;
  }
  #logo a,
  #logo span {
    height: 60px;
    background-image: url(../images/logo-tabletmobile.png);
    background-position: 30px 50%;
    background-size: 123px 22px;
  }
}
@media screen and (max-width: 1169px) and (-webkit-min-device-pixel-ratio: 2) {
  #logo a,
  #logo span {
    background-image: url(../images/logo-tabletmobile@2x.png);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mobile-menu-open #aside-stick {
    margin-left: -355px !important;
  }
}
.windows body {
  font-family: 'HelveticaNeue', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ie8 #btn-close,
.ie9 #btn-close {
  text-decoration: none;
}
.ie8 .mobile-menu-open #header,
.ie9 .mobile-menu-open #header,
.ie8 .mobile-menu-open #body,
.ie9 .mobile-menu-open #body,
.ie8 .mobile-menu-open #nav,
.ie9 .mobile-menu-open #nav {
  -ms-transform: none;
}
.ie8 .mobile-menu-open #nav,
.ie9 .mobile-menu-open #nav {
  width: 310px;
}
.ie8 .mobile-menu-open #nav.indented .submenu-mobile,
.ie9 .mobile-menu-open #nav.indented .submenu-mobile,
.ie8 .mobile-menu-open #nav ul li.active ul,
.ie9 .mobile-menu-open #nav ul li.active ul {
  -ms-transform: none;
}
.ie8 #logo {
  background-color: #000;
}
.ie8 #nav {
  background-color: #000;
  top: 123px;
  padding: 40px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.ie8 #nav > ul li a {
  color: #CCC;
}
.ie8 #nav > ul li.active > a {
  color: #FFF;
}
.ie8 #social {
  position: relative;
  padding: 0;
  width: auto;
  margin-bottom: 30px;
  z-index: inherit;
}
.ie8 #social ul li {
  display: inline-block;
  float: none;
}
.ie8 #social ul li a {
  color: #7d7d7d;
}
.ie8 #social ul li a:hover {
  color: #000000;
}
.ie8 .panel {
  background-position: 100% 100%;
}
.ie8 .template-2 #main,
.ie8 .template-3 #main,
.ie8 .template-4 #main,
.ie8 .template-7 #main {
  width: 61.33333333%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 .template-2 #aside,
.ie8 .template-3 #aside,
.ie8 .template-4 #aside,
.ie8 .template-7 #aside {
  width: 23%;
  margin-right: 2%;
  margin-left: 0;
  margin-left: 10.3333%;
}
.ie8 .template-6 #main {
  width: 53.66666667%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 .template-6 #aside {
  width: 30.66666667%;
  margin-right: 2%;
  margin-left: 0;
  margin-left: 10.3333%;
}
.ie8 .panel.message .lead {
  width: 46%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 .panel.rolling-carousel .carousel {
  width: 76.66666667%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 .page-filters.has-4 .inputs .group,
.ie8 .leader {
  width: 23%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 .listing-stacked .item,
.ie8 .page-filters.has-3 .inputs .group {
  width: 23%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 #footer .col {
  width: 30.66666667%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 .listing .item .action {
  width: 53.66666667%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 .listing .item .sub {
  width: 15.33333333%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 .accordion-with-heading.col-4 .accordion .accordion-group {
  width: 23%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 .accordion-with-heading.full-width .accordion .wrapper,
.ie8 .accordion-with-heading.full-width .accordion .accordion-group h3 {
  width: 23%;
  margin-right: 2%;
  margin-left: 0;
}
.ie8 .dark-bg a:hover {
  color: #fff;
}
#page-header {
  position: relative;
  background-color: #000;
  height: 100%;
}
#page-header .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent none 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
}
#page-header .slide h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0;
  font-size: 240px;
  font-family: "houschka_possibleone", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-header .slide .the-fund {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  font-family: "HouschkaAltPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
}
#page-header .slide .context {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22%;
  font-family: "HouschkaAltPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  padding-left: 30px;
  padding-right: 30px;
}
#page-header .slide .scroll-to {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13%;
}
#page-header .slide .scroll-to a {
  font-size: 42px;
}
#page-header .slide a {
  color: white;
}
@media screen and (max-width: 1600px) {
  #page-header .slide h1 {
    font-size: 220px;
  }
}
@media screen and (max-width: 1500px) {
  #page-header .slide h1 {
    font-size: 200px;
  }
}
@media screen and (max-width: 1340px) {
  #page-header .slide h1 {
    font-size: 180px;
  }
}
@media screen and (max-width: 1260px) {
  #page-header .slide h1 {
    font-size: 160px;
  }
}
@media screen and (max-width: 1080px) {
  #page-header .slide h1 {
    font-size: 140px;
  }
}
@media screen and (max-width: 940px) {
  #page-header .slide h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 840px) {
  #page-header .slide h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 680px) {
  #page-header .slide h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 560px) {
  #page-header .slide h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 450px) {
  #page-header .slide h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 330px) {
  #page-header .slide h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  #page-header .slide .the-fund {
    top: 30%;
    font-size: 19px;
  }
  #page-header .slide .context {
    bottom: 25%;
    font-size: 16px;
  }
  #page-header .slide .scroll-to {
    bottom: 10%;
  }
}
@media screen and (max-height: 460px) {
  #page-header .slide .the-fund {
    top: 22%;
  }
  #page-header .slide .context {
    bottom: 20%;
  }
  #page-header .slide .scroll-to {
    bottom: 3px;
    margin-bottom: 0;
  }
}
.ie8 #page-header .slide h1 {
  margin-top: -110px;
  font-size: 200px;
}
.ie8 #logo {
  background: none;
}
