﻿@charset "UTF-8";


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

 article,
 aside, 
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 nav,
 section,
 summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

 audio,
 canvas,
 video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

 [hidden],
 template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

 body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

 a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

 a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

 a:active,
 a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

 abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

 b,
 strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

 dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

 hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

 mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

 code,
 kbd,
 pre,
 samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

 pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

 q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

 img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

 svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

 figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

 legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

 button,
 input,
 select,
 textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

 button,
 input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

 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;
}

/**
 * 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"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

 input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

 button::-moz-focus-inner,
 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

 textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

 table {
  border-collapse: collapse;
  border-spacing: 0;
}



html {
  font-size: 16px;
  line-height: 24px;
  min-width: 320px;
  font-family: "Calvert MT W01", Georgia;
}

@media all and (min-width: 320px) {
  html {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (min-width: 481px) {
  html {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (min-width: 670px) {
  html {
    font-size: 14px;
    line-height: 20px;
  }
}

@media all and (min-width: 760px) {
  html {
    font-size: 14px;
    line-height: 20px;
  }
}

@media all and (min-width: 820px) {
  html {
    font-size: 14px;
    line-height: 20px;
  }
}

@media all and (min-width: 940px) {
  html {
    font-size: 14px;
    line-height: 20px;
  }
}

body {
  position: relative;
  margin: 0 auto;
  padding: 3em 0 0;
  min-width: 320px;
  background-image: url(../images/background.jpg);
  font-weight: lighter;
}

@media all and (min-width: 670px) {
  body {
    padding: 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote cite {
  display: block;
}

figure img {
  display: block;
}

figure figcaption {
  display: block;
  font-style: italic;
}

hr {
  margin-bottom: 1.5em;
}

sup {
  vertical-align: top;
  top: 0.5em;
}

sub {
  vertical-align: bottom;
}

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

a img {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

label {
  clear: both;
/*  overflow: auto; */
  overflow: visible;
  display: block;
}

label label {
  position: relative;
}

label span {
  display: block;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  display: block;
  width: 100%;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button,
button[type="button"],
button[type="reset"],
button[type="submit"] {
  display: block;
  width: auto;
  -webkit-appearance: none;
}

textarea:hover,
input[type="text"]:hover,
textarea:active,
input[type="text"]:active,
input[type="search"]:active,
textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus {
  outline: none;
  outline-width: 0;
  -webkit-appearance: none;
}

::-moz-focus-inner {
  border: 0;
}

hr {
  display: block;
}

pre {
  padding: 0;
  margin: 0;
}

label span {
  display: block;
}

label.boolean span {
  display: inline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Calvert MT W01", Georgia;
  color: black;
  font-weight: normal;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

p,
ul,
blockquote {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
}

b,
strong {
  font-weight: bold;
  text-decoration: none;
}

* {
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.hide {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.layout-container,
.layout-overlay {
  position: relative;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s linear 0;
  transition: all 0.3s linear 0;
}

.layout-standard,
.layout-submit-form,
.layout-editorial,
.layout-directory,
.layout-shop,
.layout-login {
  position: relative;
  display: block;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 1.5em;
  overflow: auto;
  padding: 0 6%;
}

.layout-standard .layout-standard,
.layout-submit-form .layout-standard,
.layout-editorial .layout-standard,
.layout-directory .layout-standard,
.layout-login .layout-standard,
.layout-standard .layout-submit-form,
.layout-submit-form .layout-submit-form,
.layout-editorial .layout-submit-form,
.layout-directory.layout-submit-form,
.layout-login .layout-submit-form,
.layout-standard .layout-editorial,
.layout-submit-form .layout-editorial,
.layout-editorial .layout-editorial,
.layout-directory .layout-editorial,
.layout-login .layout-editorial,
.layout-standard .layout-login,
.layout-submit-form .layout-login,
.layout-editorial .layout-login,
.layout-directory .layout-login
.layout-login .layout-login {
  padding: 0;
}

.layout-standard[pagination],
[pagination].layout-submit-form,
[pagination].layout-editorial,
[pagination].layout-directory,
[pagination].layout-shop,
[pagination].layout-login {
  margin-bottom: 0;
}

.layout-standard[pagination] a,
[pagination].layout-submit-form a,
[pagination].layout-editorial a,
[pagination].layout-directory a,
[pagination].layout-shop a,
[pagination].layout-login a {
  height: auto;
}

@media all and (min-width: 481px) {
  .layout-standard,
  .layout-submit-form,
  .layout-editorial,
  .layout-directory,
  .layout-shop,
  .layout-login {
    padding: 0 4%;
  }
}

@media all and (min-width: 670px) {
  .layout-standard.slider,
  .slider.layout-submit-form,
  .slider.layout-directory,
  .slider.layout-shop,
  .slider.layout-editorial,
  .slider.layout-login {
    margin-bottom: 1.42857em;
  }

  .layout-standard[pagination],
  [pagination].layout-submit-form,
  [pagination].layout-editorial,
  [pagination].layout-directory,
  [pagination].layout-shop,
  [pagination].layout-login {
    margin-bottom: 15.71429em;
  }
}

@media all and (min-width: 940px) {
  .layout-standard,
  .layout-submit-form,
  .layout-editorial,
  .layout-directory,
  .layout-shop,
  .layout-login {
    padding: 0;
    margin: 0 auto 1.42857em;
  }
}

.layout-full-width {
  position: relative;
  width: 100%;
  margin: 0 auto 1.5em;
  overflow: hidden;
}

@media all and (min-width: 670px) {
  .layout-full-width {
    margin-bottom: 2.85714em;
  }
}

@media all and (min-width: 760px) {
  .layout-full-width.slider {
    height: 550px;
    overflow: hidden;
  }
}

[ajaxContainer] {
  padding-top: 1.5em;
}

@media all and (min-width: 670px) {
  [ajaxContainer] {
    padding-top: 1.42857em;
  }
}

#login-register:hover {
  background: #dfe8d3;
  color: #000;
}
#login-register {
  text-align: left !important;
  padding-left: 32px;
}
#login-register a {
  display: inline-block;
  padding: 0px;
}

.layout-header {
  height: 6.75em;
  width: 100%;
}

@media all and (min-width: 670px) {
  .layout-header {
    height: 7.85714em;
    margin-bottom: 3em;
    background: white;
  }

  .layout-header .site-title {
    margin: 0 auto;
    max-width: 940px;
  }
}

.layout-footer {
  position: relative;
  width: 100%;
  padding: 1.5em 4%;
  background: url(../images/background.jpg);
  border-top: 1px solid #c7c7c7;
  -webkit-transition: all 0.3s linear 0;
  transition: all 0.3s linear 0;
}

.layout-footer.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.layout-footer > div {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 940px;
}

.layout-footer nav ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.layout-footer nav ul li {
  display: inline-block;
}

.layout-footer nav ul li::after {
  content: ' | ';
}

.layout-footer nav ul li:last-child::after {
  content: ' ';
}

.layout-footer nav ul a {
  font-size: 0.875em;
  line-height: 1.54286;
}

.layout-footer a:hover {
  text-decoration: underline;
  color: #0b6ba3;
}

.layout-footer .logo-arts-council {
  display: block;
  width: 159px;
  height: 40px;
  margin: 0 0 1.5em;
  background: url(../images/logo-arts-council-black.png);
}

.layout-footer [social] {
  display: none;
}

@media all and (min-width: 670px) {
  .layout-footer {
    padding: 1.42857em 0;
  }

  .layout-footer > div {
    width: 100%;
    padding-left: 2.5em;
  }

  .layout-footer .contact-details {
    margin-bottom: 0;
    font-size: 0.85714em;
    line-height: 1.5;
  }

  .layout-footer .contact-details .extended-address::after {
    content: ', \A ';
    white-space: pre;
  }

  .layout-footer .contact-details .tel::after {
    content: ', \A \A';
    white-space: pre;
  }

  .layout-footer .logo-arts-council,
  .layout-footer nav,
  .layout-footer [social] {
    position: absolute;
    bottom: 0;
    right: 2.5em;
  }

  .layout-footer .logo-arts-council {
    top: 0;
    right: 0;
  }

  .layout-footer [social] {
    display: block;
    top: 0;
    left: 4em;
    right: 0;
    margin: 0 auto;
    width: 291px;
  }

  .layout-footer nav {
    position: absolute;
    left: 12.5em;
    right: 0;
    margin: 0 auto;
    width: 320px;
  }

  .layout-footer nav ul a {
    font-size: 0.85714em;
    line-height: 1.66667;
  }
}

@media all and (min-width: 940px) {
  .layout-footer > div {
    padding-left: 0;
  }

  .layout-footer .extended-address::after {
    content: ', ';
    white-space: pre;
  }
}

.layout-grid-list {
  overflow: hidden;
  padding: 0;
  max-width: 940px;
  margin: 0 auto;
}

.layout-grid-list::before {
  position: absolute;
  right: 9999em;
  bottom: 9999em;
  visibility: hidden;
  content: '1 .column.one-col';
}

.layout-grid-list .grid-box.hidden {
  opacity: 0;
}

.layout-grid-list .grid-box.animate {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

.layout-grid-list .column {
  float: left;
}

@media screen and (min-width: 319px) and (max-width: 480px) {
  .layout-grid-list .one-col {
    width: 100%;
    padding: 0 0%;
  }

  .layout-grid-list::before {
    content: '1 .column.one-col';
  }
}

@media screen and (min-width: 481px) and (max-width: 669px) {
  .layout-grid-list::before {
    content: '2 .column.two-col';
  }

  .layout-grid-list .two-col {
    width: 50%;
    padding: 0 2%;
  }

  .layout-grid-list .two-col a {
    padding-bottom: 6%;
  }

  .layout-grid-list .column.two-col:first-child {
    padding-left: 4%;
  }

  .layout-grid-list .column.two-col:last-child {
    padding-right: 4%;
  }


  .layout-grid-list.one-col::before {
    content: '1 .column.one-col';
  }

  .layout-grid-list .one-col {
    width: 100%;
    padding: 0 0%;
  }


}

@media screen and (min-width: 670px) and (max-width: 939px) {
  .layout-grid-list {
    padding: 0 4%;
  }

  .layout-grid-list.one-col  {
    padding: 0;
  }

  .layout-grid-list .three-col {
    width: 32%;
    margin: 0 1%;
  }

  .layout-grid-list .two-col {
    width: 49%;
    margin: 0 1%;
  }

  .layout-grid-list .column.two-col:first-child,
  .layout-grid-list .column.three-col:first-child {
    margin-left: 0%;
  }

  .layout-grid-list .column.two-col:last-child,
  .layout-grid-list .column.three-col:last-child {
    margin-right: 0%;
  }

  .layout-grid-list::before {
    content: '3 .column.three-col';
  }

  .layout-grid-list.two-col::before {
    content: '2 .column.two-col';
  }

  .layout-grid-list.one-col::before {
    content: '1 .column.one-col';
  }
}

@media screen and (min-width: 940px) {
  .layout-grid-list::before {
    content: '3 .column.three-col';
  }

  .layout-grid-list.two-col::before {
    content: '2 .column.two-col';
  }

  .layout-grid-list.one-col::before {
    content: '1 .column.one-col';
  }

  .layout-grid-list .one-col {
    width: auto;
    margin: 0;
  }

  .layout-grid-list .two-col {
    width: 49%;
    margin: 0 1%;
  }

  .layout-grid-list .three-col {
    width: 32%;
    margin: 0 1%;
  }

  .layout-grid-list .column.two-col:first-child,
  .layout-grid-list .column.three-col:first-child {
    margin-left: 0%;
  }

  .layout-grid-list .column.two-col:last-child,
  .layout-grid-list .column.three-col:last-child {
    margin-right: 0%;
  }

  .layout-grid-list.extra-wide::before {
    content: '4 .column.four-col';
  }

  .layout-grid-list .four-col {
    width: 23%;
    margin: 0 1%;
  }

  .layout-grid-list .column.four-col:first-child {
    margin-left: 0%;
  }

  .layout-grid-list .column.four-col:last-child {
    margin-right: 0%;
  }
}

.layout-grid-list .column .grid-box {
  width: 100%;
}

@media all and (min-width: 481px) {
  .layout-grid-list > .grid-box {
    width: 50%;
    padding: .5%;
  }
}

@media all and (min-width: 670px) {

  .layout-grid-list.short {
    position: relative;
    float: left;
    width: 73%;
  }

  .layout-grid-list > .grid-box {
    width: 33%;
  }

  .layout-grid-list.two-col > .grid-box {
    width: 50%;
  }

  .layout-grid-list.one-col > .grid-box {
    width: 100%;
  }


}

.layout-mag-ad {
  display: none;
}

.layout-mag-ad .advert {
  padding: 0;
}

@media all and (min-width: 670px) {
  .layout-mag-ad {
    display: block;
    position: relative;
    float: right;
    width: 25%;
  }
}

.layout-submit-form a {
  color: #0b6ba3;
}

@media all and (min-width: 670px) {
  .layout-submit-form {
    width: 90%;
    max-width: 518px;
  }
}

@media all and (min-width: 670px) {
  .layout-overlay {
    display: table;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 20;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .layout-overlay.animateIn {
    opacity: 1;
  }

  .layout-overlay.full {
    position: absolute;
    display: block;
    top: 100%;
    opacity: 1;
    padding: 2em;
    min-height: 100%;
    height: auto;
    background: url(../images/background.jpg);
  }

  .layout-overlay.full.animateIn {
    top: 0;
  }

  .layout-overlay.full [ajaxcontainer] {
    display: block;
  }

  .layout-overlay.full .layout-content-wrapper {
    display: block;
  }

  .layout-overlay.full .layout-content-wrapper > div,
  .layout-overlay.full .layout-content-wrapper > form {
    width: 100%;
  }

  .layout-overlay.full .button-close {
    top: 1em;
    right: 1em;
  }

  .layout-overlay [ajaxcontainer] {
    display: table-cell;
    vertical-align: middle;
  }

  .layout-overlay [ajaxcontainer] > div,
  .layout-overlay [ajaxcontainer] > form {
    position: relative;
  }

  .layout-overlay [ajaxcontainer].directory,
  .layout-overlay [ajaxcontainer].article {
    background: rgba(0, 0, 0, 0.4);
  }

  .layout-overlay .button-close {
    position: absolute;
    top: 13px;
    right: 17px;
    width: 21px;
    height: 21px;
    background-size: cover;
    text-indent: -9999px;
  }

  .layout-overlay .slider[data-type="gallery"] {
    width: 85%;
    height: 90%;
    min-height: 540px;
    padding-top: 47px !important;
  }
}

.layout-navigation-main {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 8em 0 1em 0;
  background: black;
  z-index: 10;
  overflow: auto;
}

.layout-navigation-main.menu-open {
  right: 0;
}

@media all and (min-width: 670px) {
  .layout-navigation-main {
    right: -350px;
    width: 350px;
    min-width: 350px;
  }

  .layout-navigation-main.menu-open {
    right: 0px;
  }
}

.layout-editorial,
.layout-shop,
.layout-directory {
  margin-bottom: 0;
  padding-bottom: 1.5em;
  word-wrap:break-word;
}


@media all and (min-width: 670px) {
  .layout-editorial {
    min-height: 800px;
  }

  .layout-editorial > article,
  .layout-editorial > aside {
    position: relative;
    float: left;
    
  }

  .layout-editorial > article {
    width: 75%;
    margin-right: 5%;
  }

  .layout-editorial > aside {
    width: 22%;
    float: right;
    margin-bottom: 30px;
  }




  .layout-directory.layout-2 .column-major {
    width: 65%;
    float: left;
  }

  .layout-directory.layout-2 .column-minor {
    width: 32%;
    float: right;
  }




  .layout-directory.layout-1 .column-major {
    width: 65%;
    float: right;
  }

  .layout-directory.layout-1 .column-minor {
    width: 33%;
    margin-right: 2%;
    float: left;
  }

}

@media all and (min-width: 940px) {
  .layout-editorial > article {
    width: 75%;
    margin-right: 5%;
  }

  .layout-editorial > aside {
    width: 20%;
    float: right;
  }
}

@media all and (min-width: 940px) {
  .layout-login {
    width: 45%;
  }
}

.banner-caption {
  display: none;
}

@media all and (min-width: 940px) {
  .banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    max-width: 940px;
    margin: -45px auto 0px;
    padding-left: 45%;
    text-align: right;
    font-family: "OCR B W01 Regular", Times New Roman;
  }
}

.call-to-action-button {
  display: inline-block;
  background: black;
  padding: 3px 6px;
  color: white;
  border: 1px solid #c7c7c7;
}

.call-to-action[disabled],
.call-to-action-button[disabled] {
  background-color: #AAAAAA;
}

.logo-arts-council {
  display: block;
  height: 44px;
  background: url(../images/logo-arts-council-black.png) no-repeat center;
  background-size: 100%;
  overflow: hidden;
  text-indent: -9999px;
}

.logo-arts-council.on-black {
  background: url(../images/logo-arts-council.png) no-repeat center;
}

@media all and (min-width: 670px) {
  .logo-arts-council {
    width: 158px;
  }
}

html.no-backgroundsize .logo-arts-council {
  -ms-behavior: url(/js/polyfills/backgroundsize.min.htc);
}

.button-close {
  display: block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  overflow: hidden;
  padding-left: 16px;
  background: url(../images/overlay-close.png) no-repeat center;
}

.button-close.full {
  width: 41px;
  height: 41px;
  padding-left: 42px;
  background: url(../images/overlay-close-large.png) no-repeat center;
}

.site-title {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
}

.site-title a {
  display: block;
  overflow: hidden;
  width: 74px;
  height: 100%;
  margin: 0 auto;
  padding-left: 74px;
}

.site-title span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 73px;
  height: 100%;
  margin: 0 auto;
  background: url(../images/site-logo.png) right center no-repeat;
}

@media all and (min-width: 670px) {
  .site-title {
    background: white;
    font-size: 2.14286em;
    line-height: 3.66667;
    font-weight: lighter;
  }

  .site-title a {
    width: 100%;
    padding-left: 0;
    background-position: 2em center;
  }

  .site-title span {
    margin: 0;
  }

  .site-title span.fixed-logo {
    position: fixed;
    top: 0;
    height: 40px;
    z-index: 20;
    background: url(../images/site-logo-sml.png) center no-repeat;
  }
}

@media all and (min-width: 940px) {
  .site-title span {
    background-position: left center;
  }
}

.navigation-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3em;
  background: #000;
  z-index: 10;
}

.navigation-bar.loading ul {
  background: url(../images/loading2.gif);
  background-repeat: no-repeat;
  background-position: 2.5em 5px;
}

.navigation-bar.sticky {
  position: fixed;
  top: 0;
}

.navigation-bar ul {
  position: relative;
  list-style: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid white;
  background-position: 2.5em -2.5em;
  -webkit-transition: all 0.2s ease-in 0;
  transition: all 0.2s ease-in 0;
}

.navigation-bar ul li {
  display: inline-block;
}

.navigation-bar ul li#nav-menu,
.navigation-bar ul li#nav-search {
  position: absolute;
  min-width: 35px;
  width: 55px;
  height: 100%;
  z-index: 5;
}

.navigation-bar ul li#nav-menu {
  right: 0;
  margin-left: 0;;
}

.navigation-bar ul li#nav-search {
  left: 0;
}

.navigation-bar ul li#nav-involved {
  display: none;
}

.navigation-bar ul li#nav-iama {
  position: absolute;
  top: 0;
  left: 55px;
  right: 0;
  width: 82%;
  min-width: 190px;
  margin: 0 auto;
  padding-right: 65px;
  text-align: right;
}

.navigation-bar ul li#nav-account {
  position: absolute;
  top: 0;
  left: 55px;
  right: 0;
  width: 82%;
  min-width: 190px;
  margin: 0 auto;
  padding-right: 65px;
  text-align: right;
  display: none;
}

.navigation-bar ul a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  text-transform: uppercase;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1em;
  line-height: 3;
}

.navigation-bar ul a[href="/search"] {
  border-right: 1px solid white;
  text-indent: -9999px;
  background-image: url(../images/navigation-search-button.png);
}

.navigation-bar ul a[href*="menu"] {
  border-left: 1px solid white;
  text-indent: -9999px;
  background-image: url(../images/navigation-menu-button.png);
}

.navigation-bar ul a[href*="#iama"] {
  padding-right: 20px;
  text-transform: uppercase;
  background: url(../images/navigation-arrow-button.png) no-repeat right center;
}


.navigation-bar ul a[href*="#account"] {
  padding-right: 20px;
  text-transform: uppercase;
  background: url(../images/navigation-arrow-button.png) no-repeat right center;
}

.navigation-bar li ul {
  position: absolute;
  top: rhythm(1.96);
  right: 0;
  width: 45%;
  height: auto;
  padding: 0.25em 1em;
  margin: 0 55px;
  background: black;
  border: none;
}

.navigation-bar li ul li {
  display: block;
  float: none !important;
  width: 100%;
  margin: 0;
  padding: 0.375em 0;
  font-size: 0.75em;
  line-height: 2;
}

.navigation-bar li ul a {
  display: block;
  width: 100%;
  padding: 0;
  background: none !important;
}

.navigation-bar #extra-home-link {
  display: none;
}

@media all and (min-width: 670px) {
  .navigation-bar {
    position: absolute;
    top: 7.85714em;
  }

  .navigation-bar.is-fixed {
    position: fixed;
    top: 0;
  }

  .navigation-bar.is-fixed ul {
    background-position: 2.5em center;
  }

  .navigation-bar ul {
    position: relative;
    text-align: right;
    border-top: 0;
    max-width: 940px;
    margin: 0 auto;
    background-image: url(../images/site-logo-sml.png);
    background-repeat: no-repeat;
    background-position: 2.5em -2.5em;
  }

  .navigation-bar ul li {
    display: inline-block;
    margin: 0 45px;
  }

  .navigation-bar ul li#nav-account {
    display: inline-block;
  }

  .navigation-bar ul li#nav-menu,
  .navigation-bar ul li#nav-search {
    position: relative;
    min-width: 0;
    width: auto;
    z-index: 0;
  }

  .navigation-bar ul li#nav-menu {
    right: 0;
  }

  .navigation-bar ul li#nav-search {
    left: 0;
  }

  .navigation-bar ul li#nav-involved {
    display: inline-block;
  }

  .navigation-bar ul li#nav-iama {
    position: relative;
    left: 0;
    width: auto;
    min-width: 0;
    padding-right: 45px;
    text-align: right;
  }

  .navigation-bar ul li#nav-account {
    position: relative;
    left: 0;
    width: auto;
    min-width: 0;
    padding-right: 45px;
    text-align: right;
  }

  .navigation-bar ul a {
    line-height: 3.14286;
  }

  .navigation-bar ul a:hover {
    text-decoration: underline;
  }

  .navigation-bar ul a[href="/search"] {
    padding-right: 30px;
    border-right: none;
    text-indent: 0;
    background: url(../images/navigation-search-button-sml.png) no-repeat right center;
  }

  .navigation-bar ul a[href*="menu"] {
    padding-right: 25px;
    border-left: none;
    text-indent: 0;
    background: url(../images/navigation-menu-button-sml.png) no-repeat right center;
  }

  .navigation-bar ul a[href*="#iama"] {
    padding-right: 20px;
    text-transform: uppercase;
    background: url(../images/navigation-arrow-button-sml.png) no-repeat right center;
  }

  .navigation-bar ul a[href*="#account"] {
    padding-right: 20px;
    text-transform: uppercase;
    background: url(../images/navigation-arrow-button-sml.png) no-repeat right center;
  }

  .navigation-bar li ul {
    top: 2.71429em;
    width: auto;
    margin: 0;
    min-width: 190px;
  }

  .navigation-bar li ul li a {
    padding: 5px 0;
    line-height: 1.5;
  }

  .navigation-bar #extra-home-link {
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    height: 42px;
  }

  .navigation-bar #extra-home-link a {
    display: block;
    text-indent: 9999px;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}

@media all and (min-width: 940px) {
  .navigation-bar ul {
    background-position: 0em -2.5em;
  }

  .navigation-bar.is-fixed ul {
    background-position: 0em center;
  }

  .navigation-bar.loading ul {
    background: url(../images/loading2.gif);
    background-repeat: no-repeat;
    background-position: 0em 5px;
  }

  .navigation-bar #nav-menu {
    margin-right: 2px;
  }
}

.grid-box {
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 6%;
  padding: 0 0;
  cursor: pointer;
  text-align: center;
}

.grid-box:link {
  text-decoration: none;
}

.grid-box:hover {
  background: #fff;
}

.grid-box:hover h3,
.grid-box:hover p,
.grid-box:hover .category {
  color: black;
}

.grid-box:hover .content,
.grid-box:hover .content.what-we-do {
  background: white;
}

.grid-box:hover .category {
  border-bottom-color: #000;
}

.grid-box img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out 0;
  transition: all 0.2s ease-out 0;
}

.grid-box h3 {
  margin-bottom: 0.75em;
  min-height: 35px;
  color: #fff;
}

.grid-box p {
  display: none;
  margin-bottom: 1.5em;
  color: #fff;
}

.grid-box .content {
  width: 100%;
  padding: 1.5em 4%;
  overflow: auto;
  text-align: center;
  background: black;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.grid-box .content.what-we-do {
  background: #61bf85;
}

.grid-box .content.animate {
  position: absolute;
  bottom: 5.75%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

.grid-box .category {
  display: inline;
  padding-bottom: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  letter-spacing: 1px;
  font-size: 0.8125em;
  line-height: 1.29231;
}

@media all and (min-width: 670px) {
  .grid-box p {
    display: block;
  }
}

[pagination] {
  position: relative;
  width: 100%;
  padding: 1.5em 0;
  text-align: center;
}

[pagination] a {
  display: inline-block;
  padding: 1em;
  height: 3em;
  text-align: center;
}

[pagination] a:hover,
[pagination] a:focus {
  text-decoration: underline;
}

[pagination] a.loading {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background: url(../images/loading.gif);
  text-indent: -9999px;
}

.slider {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: height 0.2s ease-in-out 0;
  transition: height 0.2s ease-in-out 0;
}

.slider img {
  width: 100%;
  height: auto;
}

.slider span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: 50%;
  background-repeat: no-repeat;
}

.layout-overlay .slider span {
  background-size: contain !important;
}

.slider a {
  display: block;
}

.slider .viewport {
  height: 100%;
}

.slider .content,
.slider .caption,
.slider .slide-counter {
  display: none;
}

.slider .slides {
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider .slides li {
  position: relative;
  height: 100%;
}

.slider .direction-nav {
  overflow: visible;
  height: 0;
  margin: 0;
  list-style: none;
}

.slider .direction-nav a {
  position: absolute;
  top: 20px;
  margin-top: -15px;
  right: 100px;
  width: 23px;
  height: 30px;
  text-indent: -9999px;
}

.slider .direction-nav .next {
  left: auto;
  right: 70px;
}

.slider .direction-nav .next span {
  background-position: right;
}

.slider .direction-nav a.disabled {
  display: none;
}

.slider .direction-nav span {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 30px;
  height: 30px;
  background: url(../images/carousel-arrows.png) no-repeat 0px;
  background-size: cover !important;
}

.slider .direction-nav .next span  {
  left: 2px;
}

.slider .control-nav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: rhythm(1) auto 0;
  padding: 0;
  text-align: center;
}

.slider .control-nav li {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 100%;
  background: none;
}

.slider .control-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/carousel-shapes.png) no-repeat 0 center;
  text-indent: 999px;
  cursor: pointer;
  overflow: hidden;
}

.slider .control-nav a.active {
  opacity: 0.45;
}

.slider .control-nav li:nth-child(2n) a {
  background-position: -20px center;
}

.slider .control-nav li:nth-child(3n) a {
  background-position: -40px center;
}

@media all and (min-width: 670px) {
  .slider {
    height: 390px;
  }
}

@media all and (min-width: 760px) {
  .slider {
    height: 420px;
  }
}

@media all and (min-width: 820px) {
  .slider {
    height: 430px;
  }
}

.slider[data-type="with-text"] {
  height: 350px;
}

.slider[data-type="with-text"] .viewport,
.slider[data-type="with-text"] .slides a,
.slider[data-type="with-text"] .slides a span {
  height: 80%;
}

.slider[data-type="with-text"] .content {
  display: block;
}

.slider[data-type="with-text"] .content a {
  display: inline-block;
  width: 100%;
  margin:0.4em  0 0;
  text-align: center;
}

.slider[data-type="with-text"] .content p,
.slider[data-type="with-text"] .content .category {
  display: none;
}

.slider[data-type="with-text"] .carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}


.slider[data-type="with-text"] .content a.call-to-action, #magazine a.call-to-action, .call-to-action {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  margin: 1.07143em 0 0;
  background: #000;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 2.9;
  -webkit-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}

.slider[data-type="with-text"] .content a.call-to-action:hover, 
#magazine a.call-to-action:hover, .call-to-action:hover {
  background: #fff !important;
  color: #000;
}


.slider[data-type="with-text"] .content a[disabled].call-to-action:hover, 
#magazine a[disabled].call-to-action:hover, 
.call-to-action[disabled]:hover {
  background: #000 !important;
  color: #fff;
}



@media all and (min-width: 670px) {
  .slider[data-type="with-text"] {
    height: 460px;
  }

  .slider[data-type="with-text"] .viewport,
  .slider[data-type="with-text"] .slides a,
  .slider[data-type="with-text"] .slides a span {
    height: 100%;
  }

  .slider[data-type="with-text"] .slides {
    height: 100%;
  }

  .slider[data-type="with-text"] .slides li {
    background: #fff;
  }

  .slider[data-type="with-text"] .slides a {
    position: relative;
    float: left;
    width: 65%;
    height: 100%;
  }

  .slider[data-type="with-text"] .content {
    position: relative;
    float: right;
    width: 35%;
    padding: 3% 2.5%;
  }

  .slider[data-type="with-text"] .content .category,
  .slider[data-type="with-text"] .content p {
    display: inline-block;
  }

  .slider[data-type="with-text"] .content .category, #magazine .category {
    display: inline;
    position: relative;
    width: auto;
    font-size: 0.85714em;
    line-height: 1.66667;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
  }

  .slider[data-type="with-text"] .content a {
    float: none;
    width: 100%;
    margin-bottom: 1.42857em;
    text-align: left;
  }

  .slider[data-type="with-text"] .control-nav {
    position: absolute;
    bottom: 5%;
    width: 28%;
    left: 68%;
  }

  .slider[data-type="with-text"] .direction-nav a {
    left: 5%;
    top: 0;
  }

  .slider[data-type="with-text"] .direction-nav a.next {
    left: auto;
    right: 37%;
  }
}

@media all and (min-width: 940px) {
  .slider[data-type="with-text"] .control-nav {
    right: 0px;
    width: 29.5%;
  }

  .slider[data-type="with-text"] .direction-nav a {
    left: 1%;
    top: 0;
  }

  .slider[data-type="with-text"] .direction-nav a.next {
    left: auto;
    right: 32%;
  }
}

.slider[data-type="gallery"] {
  padding: 7.5em 0 0;
  height: 400px;
  background: #fff;
}

.slider[data-type="gallery"] [logo] {
  position: absolute;
  top: 1.125em;
  left: 0;
  width: 130px;
}

.slider[data-type="gallery"] section {
  display: none;
}

.slider[data-type="gallery"] .counter {
  position: absolute;
  top:18px;
  right: 145px;
  font-size: 14px;
  line-height: 1;
}

.slider[data-type="gallery"] .control-nav {
  display: none;
}

.slider[data-type="gallery"] .slides {
  height: 100%;
}

.slider[data-type="gallery"] .slides a {
  height: 100%;
  margin-bottom: 1.5em;
}

.slider[data-type="gallery"] .slides span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.slider[data-type="gallery"] .slides .caption {
  display: none;
  width: 75%;
  padding: 0 2em;
  overflow: visible;
  font-family: "OCR B W01 Regular", Times New Roman;
}

.slider[data-type="gallery"] .direction-nav span {
  height: 30px;
}

@media all and (min-width: 481px) {
  .slider[data-type="gallery"] {
    height: 550px;
  }
}

@media all and (min-width: 670px) {
  .slider[data-type="gallery"] {
    height: 900px;
    padding-bottom: 2.85714em;
  }

  .slider[data-type="gallery"] section,
  .slider[data-type="gallery"] .slides .caption {
    display: block;
  }

  .slider[data-type="gallery"] section {
    position: absolute;
    bottom: 3%;
    right: 4%;
    width: 25%;
  }

  .slider[data-type="gallery"] section h2 {
    font-size: 1.14286em;
    line-height: 1.25;
  }

  .slider[data-type="gallery"] .slides .caption {
    padding: 1.42857em 2%;
    text-align: left;
  }

  .slider[data-type="gallery"] .slides span {
    height: 84%;
    margin-bottom: 1.42857em;
    background-position: 50%;
    min-height: 330px;
  }

}

.search-result {
  position: relative;
  display: block;
  width: 100%;
  min-height: 65px;
  margin-bottom: 1.5em;
  padding: 1.5em 0 0;
  clear: both;
  overflow: auto;
  border-top: 1px solid #c7c7c7;
}

.search-result p,
.search-result .categories {
  display: none;
}

.search-result .image {
  position: relative;
  float: left;
  width: 35%;
  margin-right: 5%;
}

.search-result .content {
  position: relative;
  float: left;
  width: 60%;
}

@media all and (min-width: 670px) {
  .search-result {
    margin-bottom: 1.42857em;
    padding: 1.42857em 0 0;
  }

  .search-result p,
  .search-result .categories {
    display: block;
  }

  .search-result h2 {
    font-size: 1.85714em;
    line-height: 1.15385;
    margin-bottom: 0.71429em;
  }

  .search-result .categories {
    margin-bottom: 1.07143em;
  }

  .search-result .categories span {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 6px;
    background: #bdbdbd;
  }
}

[navigation] {
  position: fixed;
  top: 0px;
  right: -320px;
  min-height: 100%;
  min-width: 320px !important;
  width: 320px !important;
/*  padding: 0em; */
  padding: 6em 0em;
  font-family: "OCR B W01 Regular", Times New Roman;
  background: #000;
  z-index: 11;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
/*  max-height: 100% !important; */
}


[navigation].active {
  right: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

[navigation] .multilevelpushmenu_wrapper {
  position: absolute;
  overflow: hidden;
  min-width: 100% !important;
  width: 100%;
  min-height: 100%; 
/*  min-height: calc( 100% - 6em ); */
  margin: 0;
/*
  top: 6em;
  max-height: calc( 100% - 6em );
*/
}

[navigation] .multilevelpushmenu_wrapper .levelHolderClass {
  position: absolute;
  top: 0;
  width: auto;
  min-height: 100%;
  overflow: hidden;
  background: #000;
}

[navigation] .multilevelpushmenu_wrapper .rtl {
  right: 0;
  margin-right: -100%;
  width: 100% !important;
}

[navigation] .multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0 0 0.75em;
  margin: 0;
  background: url(../images/navigation-border.png) no-repeat 20px bottom;
}

[navigation] .multilevelpushmenu_wrapper a {
  display: block;
  padding: 0.075em 1.5em 0;
  text-decoration: none;
  color: #fff;
  font-size: 1.125em;
  line-height: 2;
  text-align: left !important;
}

[navigation] .multilevelpushmenu_wrapper a:hover {
  color: #000;
  background: #dfe8d3;
}

[navigation] .multilevelpushmenu_wrapper .backItemClass a {
  display: block;
  color: #a9b09f;
  margin-bottom: 0.75em;
}

[navigation] .multilevelpushmenu_wrapper .backItemClass a:hover {
  color: #000;
}

[navigation] .multilevelpushmenu_wrapper .other-navigation {
  padding-top: 0.75em;
  background: url(../images/navigation-border.png) no-repeat 20px bottom;
}

[navigation] .multilevelpushmenu_wrapper .other-navigation a {
  padding-left: 2em;
  font-size: 0.875em;
  line-height: 2.05714;
  text-transform: none;
}

[navigation] .multilevelpushmenu_wrapper .other-navigation[social] {
  padding-left: 2em;
}

[navigation] .multilevelpushmenu_wrapper .other-navigation[social] a:hover {
  background: none;
}

[navigation] .multilevelpushmenu_wrapper .social-networks {
  padding: 0.75em 1.75em 0;
  text-align: left;
}

[navigation] .multilevelpushmenu_wrapper .social-networks li {
  display: inline-block;
  height: 55px;
  width: 32px;
  background-size: 32px;
}

[navigation] .multilevelpushmenu_wrapper .social-networks li a:hover {
  background: none;
  color: #fff;
  text-decoration: underline;
}

[navigation] .multilevelpushmenu_wrapper .social-networks a {
  display: block;
}

[navigation] #navigation-home {
  display: block;
  position: absolute;
  top: 4em;
  left: 1.75em;
  width: 0px;
  height: 23px;
  margin-bottom: 0.5em;
  overflow: hidden;
  padding-left: 30px;
  color: #000;
  background: url(../images/navigation-home-button.png) no-repeat left top;
}

@media all and (min-width: 670px) {
  [navigation] {
    width: 320px !important;
    right: -320px;
  }

  [navigation].active {
    right: 0;
  }

  [navigation] .multilevelpushmenu_wrapper ul {
    padding: 0 0 1.07143em;
  }

  [navigation] .multilevelpushmenu_wrapper a {
    padding: 0.07143em 1.5em 0;
    font-size: 1.42857em;
    line-height: 2;
  }

  [navigation] .multilevelpushmenu_wrapper .backItemClass a {
    margin-bottom: 0.71429em;
  }

  [navigation] .multilevelpushmenu_wrapper .other-navigation {
    padding-top: 1.07143em;
  }

  [navigation] .multilevelpushmenu_wrapper .other-navigation a {
    font-size: 1.14286em;
    line-height: 1.75;
  }

  [navigation] .multilevelpushmenu_wrapper .social-networks {
    padding: 0.71429em 1.75em 0;
  }

  [navigation] #navigation-home {
    left: 2em;
  }
}

#navigation-close {
  display: none;
  position: fixed;
  right: -290px;
  top: 24px;
  width: 13px;
  height: 13px;
  background: url(../images/overlay-close.png) no-repeat center;
  overflow: hidden;
  padding-left: 14px;
  z-index: 20;
  -webkit-transition: all 0.3s linear 0;
  transition: all 0.3s linear 0;
}

#navigation-close.active {
  right: 24px;
  display: block;
}

form {
  width: 100%;
}

form h1 {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: bold;
}

form h2 {
  font-size: 1.875em;
  line-height: 1.6;
  margin-bottom: 0.75em;
}

form label {
  margin-bottom: 1.5em;
}

form label span {
  margin-bottom: 0.375em;
  font-weight: bold;
}

form input,
form button,
form select {
  padding: 0.75em 0.5em;
  border: 1px solid #c7c7c7;
}

form p {
  margin-bottom: 1.5em;
}

form a {
  color: #0b6ba3;
}

form legend {
  font-size: 1.875em;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

@media all and (min-width: 670px) {
  form h1 {
    font-size: 1.42857em;
    line-height: 1.25;
  }

  form h2 {
    font-size: 2.14286em;
    line-height: 1.33333;
    margin-bottom: 0.71429em;
  }

  form label {
    margin-bottom: 1.42857em;
  }

  form label span {
    margin-bottom: 0.35714em;
  }

  form input {
    padding: 0.71429em 0.5em;
  }

  form p {
    margin-bottom: 1.42857em;
  }

  form legend {
    font-size: 2.14286em;
    line-height: 1.33333;
    margin-bottom: 0.71429em;
  }
}

form[newsletter] {
  width: 92%;
  padding: 1.5em 4%;
  background: #fff;
}

form[newsletter] h2 {
  font-size: 1.5em;
  line-height: 1;
}

form[newsletter] input[type="submit"] {
  display: block;
  width: 100%;
  padding: 1.125em 0.5em;
  border: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
}

@media all and (min-width: 670px) {
  form[newsletter] {
    width: 380px;
    padding: 1.42857em 2%;
  }

  form[newsletter] h2 {
    font-size: 2em;
    line-height: 1.07143;
  }
}

form[search] label {
  display: none;
}

form[search] legend {
  margin-bottom: 0.75em;
}

form[search] input[type="search"] {
  padding: 0;
  margin: 0;
  font-size: 3.4375em;
  line-height: 1.2;
  border: none;
  -webkit-appearance: none;
  border-bottom: 5px solid black;
  color: black;
  text-transform: uppercase;
  background: none;
}

form[search] input[type="submit"] {
  display: block;
  margin: 1.5em 0;
  padding: 0.375em 1em;
  color: #fff;
  border: none;
  background: #000;
  text-transform: uppercase;
  font-size: 1.5625em;
  line-height: 1.68;
}

@media all and (min-width: 670px) {
  form[search] legend {
    margin-bottom: 0.71429em;
  }

  form[search] input[type="search"] {
    font-size: 6.78571em;
    line-height: 1.05263;
  }

  form[search] input[type="submit"] {
    margin: 1.42857em 0 0;
    float: right;
  }
}

[filter] {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 2.25em;
  border-bottom: 1px solid #bdbdbd;
  -webkit-transition: height 0.2s ease-in-out 0;
  transition: height 0.2s ease-in-out 0;
}

[filter] h2,
[filter] #fs-location {
  display: none;
}

[filter] fieldset {
  margin-bottom: 1.5em;
}

[filter] #fs-category {
  border-bottom: 1px solid #bdbdbd;
}

[filter] #fs-category div {
  display: none;
}

[filter] #fs-tags {
  padding: 0;
}

[filter] #fs-tags div {
  display: none;
}

[filter] a {
  position: absolute;
  top: 0;
  right: 30px;
  padding-right: 17px;
  background: url(../images/filter-arrow-button.png) no-repeat right 6px;
  color: #000;
}

[filter] a.open {
  background-position: right -20px;
}

[filter] a#lg-category {
  right: 100px;
}

[filter] label {
  margin: 0;
  display: inline-block;
}

[filter] #fs-category label {
  display: block;
}

[filter] input[type="radio"] {
  display: none;
}

[filter] input[type="radio"] + span {
  padding: 0.675em 4%;
  margin-bottom: 0;
  border-top: 1px solid #bdbdbd;
  font-family: "Calvert MT W01", Georgia;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

[filter] input[type="radio"]:checked + span {
  color: #000;
  background: #b8b8b8;
}

[filter] input[type="checkbox"] {
  display: none;
}

[filter] input[type="checkbox"] + span {
  display: inline-block;
  padding: 3px 5px 3px 5px;
  margin: 0 4px 0.525em 0px;
  cursor: pointer;
  background: #bdbdbd;
  font-size: 0.875em;
  line-height: 1.28571;
  font-weight: normal;
}

[filter] input[type="checkbox"]:checked + span {
  background: black;
  color: #000;
}

[filter] input[type="submit"] {
  display: block;
  width: 100%;
  margin: 1.5em auto 1.5em;
  padding: 0.75em 1.5em;
  background: #000;
  color: #fff;
  text-transform: uppercase;
}

@media all and (min-width: 670px) {

  [filter] {
    padding-top: 0;
    border: none;
  }

  [filter] #fs-category div {
    display: block !important;
  }

  [filter] #fs-category,
  [filter] #fs-tags,
  [filter] #fs-location {
    padding: 1.07143em 0;
    margin-bottom: 0;
    border-bottom: 1px solid #bdbdbd;
  }

  [filter] #fs-location {
    display: block;
    position: relative;
  }

  [filter] #fs-location legend {
    display: none;
  }

  [filter] #fs-location div {
    width: 184px;
    height: 31px;
    background: url(../images/form-dropdown-location.png);
  }

  [filter] a {
    position: relative;
    display: inline-block;
    right: auto;
    -webkit-transition: margin 0.2s ease-in-out 0;
    transition: margin 0.2s ease-in-out 0;
    background-position: right 10px;
  }

  [filter] a.open {
    margin-bottom: 0.71429em;
    background-position: right -15px;
  }

  [filter] a#lg-category {
    display: none;
  }

  [filter] #lg-tags {
    padding: 5px 20px 5px 0;
  }

  [filter] label {
    display: inline-block;
    width: auto;
  }

  [filter] #fs-category label {
    display: inline-block;
    width: auto;
    margin-right: 0.75em;
  }

  [filter] input[type="radio"] + span {
    border: none;
    padding: 4px 4px 4px 0;
    color: #0b6ba3;
    font-size: 1.85714em;
    line-height: 0.88462;
    text-decoration: underline;
  }

  [filter] input[type="radio"]:checked + span,
  [filter] input[type="radio"] + span:hover {
    color: #000;
    background: none;
    text-decoration: none;
  }

  [filter] input[type="checkbox"] + span {
    display: inline-block;
    padding: 1px 8px;
    border: none;
    background: #b5b5b5;
    color: #000;
    font-size: 0.85714em;
    line-height: 2.25;
    font-weight: normal;
  }

  [filter] input[type="checkbox"]:checked + span {
    background: black;
    color: #fff;
  }

  [filter] select {
    width: 184px;
    height: 30px;
    padding: 5px 25px 5px 35px;
    font-size: 12px;
    line-height: 1.9;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background: transparent;
  }

  [filter] input[type="submit"] {
    width: auto;
    float: right;
    margin: 1.42857em 0 0;
  }
}

form#publishForm label {
  display: block;
  margin-bottom: rhythm(1);
}

form#publishForm span {
  font-weight: bold;
  margin-bottom: rhythm(0.25);
}

form#publishForm input[type="text"] {
  margin: 0 0 rhythm(0.5);
  background: white;
}

form#publishForm input[type="text"].date {
  position: relative;
  width: 85%;
  margin-right: 3%;
  margin-bottom: 3%;
}

form#publishForm .file_set.js_hide,
form#publishForm .undo_remove.js_hide {
  display: none;
}

form#publishForm textarea {
  width: 100%;
  height: rhythm(10);
  padding: 10px;
  font-family: "Calvert MT W01", Georgia;
  border: 1px solid #bdbdbd;
}

form#publishForm input[type="submit"] {
  background: #000;
  color: #fff;
}

form#publishForm .dropdown div {
  width: 100%;
  height: 31px;
  border-left: 1px solid #bdbdbd;
  background: url(../images/form-dropdown.png) no-repeat right;
}

form#publishForm .dropdown select {
  width: 100%;
  height: 31px;
  padding: 5px 25px 5px 10px;
  font-size: 12px;
  line-height: 1.9;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent;
}

form#publishForm .hidden-field {
  display: none;
}

@media all and (min-width: 670px) {
  form#publishForm input[type="text"].date {
    position: relative;
    float: left;
    width: 35%;
    margin-right: 3%;
  }
}

form.subscribe p {
  font-size: 0.875em;
  line-height: 1.28571;
  margin-top: 0.75em;
}

@media all and (min-width: 670px) {
  form.subscribe .two-column {
    overflow: auto;
    margin-bottom: 1.42857em;
  }

  form.subscribe .two-column div {
    position: relative;
    float: left;
    width: 45%;
  }
}

form.subscribe .errors {
  margin: 1.5em 0;
  color: red;
}

form.subscribe label.boolean input {
  display: inline-block;
  margin: 0 5px 0 1px;
}

[logo] {
  display: block;
  position: relative;
  width: 100%;
  height: 76px;
  margin-bottom: 1.5em;
  background: url(../images/site-logo.png) center no-repeat;
  text-indent: -9999px;
}

@media all and (min-width: 670px) {
  [logo] {
    margin-bottom: 1.42857em;
  }
}

[breadcrumb] {
  background-image: none;
  position: relative;
  font-family: "OCR B W01 Regular", Times New Roman;
  text-transform: uppercase;
  font-size: 0.8125em;
  line-height: 1.56923;
}

[breadcrumb] span {
  display: inline-block;
}

[breadcrumb] a:hover {
  text-decoration: underline;
}

@media all and (min-width: 670px) {
  [breadcrumb] {
    display: block;
    padding-top: 1.42857em;
    padding-bottom: 1.42857em;
    margin-bottom: 0;
    font-size: 1.14286em;
    line-height: 1.5;
  }
}

article {
  margin: 0 0 3em;
}

article h1 {
  display: block;
  width: 100%;
  margin-bottom: 0.75em;
  margin-left: -6px;
  font-family: "OCR B W01 Regular", Times New Roman;
  font-size: 1.9em;
  line-height: 1.2;
  text-transform: uppercase;
}

article h2 {
  font-size: 1.875em;
  line-height: 1.2;
  margin: 1.5em 0 0.525em;
}

article h3 {
  font-size: 1.25em;
  line-height: 1.5;
}

article header + p {
  font-size: 1.3125em;
  line-height: 1.14286;
  margin-bottom: 1.2em;
  font-weight: bold;
}

article header img {
  margin-bottom: 0.75em;
  width: 100%;
}

article img[style],
article p > img[style],
article > img[style],
article a > img[style] {
  width: 100% !important;
  height: auto !important;
}

article p {
  margin-bottom: 1.5em;
}

article hr {
  border: 2px solid #000000;
  margin-top: 3em;
  margin-bottom: 3em;
}

article a,
article a h2,
article a h3 {
  color: #0b6ba3;
  text-decoration: underline;
}

article .caption {
  padding-bottom: 1.5em;
  background: url(../images/weird-line.png) no-repeat 0% 86%;
  display: block;
  font-family: "OCR B W01 Regular", Times New Roman;
  font-size: 0.75em;
  line-height: 1.3;
}

article blockquote {
  margin: 0 0 1.2em;
  position: relative;
  padding-left: 0.5em;
  border-left: 6px solid #56bb83;
}

article blockquote p {
  margin: 0;
  font-size: 1.375em;
  line-height: 1.30909;
}

article blockquote p:first-child {
  padding-top: 50px;
}

article blockquote p:last-child {
  padding-bottom: 50px;
}

article blockquote::before {
  position: absolute;
  content: '“';
  font-size: 110px;
  left: 6px;
  line-height: 110px;
  font-weight: 100;
  top: -8px;
  font-family: "Calvert MT W01", Georgia;
}


article blockquote::after {
  position: absolute;
  content: '”';
  bottom: -24px;
  font-size: 110px;
  left: 6px;
  line-height: 10px;
  font-weight: 100;
  font-family: "Calvert MT W01", Georgia;
}

article a[href*="/gallery/"] {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

article a[href*="/gallery/"] img {
  display: block;
  width: 100%;
}

article a[href*="/gallery/"]::after {
  opacity: 0;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/button-expand-gallery.png) no-repeat center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

article a[href*="/gallery/"]:hover::after {
  opacity: 1;
}

article a[href*="/gallery/"]:hover span {
  opacity: 1;
}

article a[href*='vimeo.com'],
article a[href*='youtube.com'] {
  position: relative;
  display: block;
}

article a[href*='vimeo.com'] img,
article a[href*='youtube.com'] img {
  display: block;
}

article a[href*='vimeo.com'].image-link,
article a[href*='youtube.com'].image-link {
  display: block;
}

article a[href*='vimeo.com']::after,
article a[href*='youtube.com']::after {
  opacity: 0;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background: url(../images/button-play.png) no-repeat center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

article a[href*='vimeo.com']:hover::after,
article a[href*='youtube.com']:hover::after {
  opacity: 1;
}

article a[href*='vimeo.com'] iframe,
article a[href*='youtube.com'] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

article a.call-to-action {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin: 0.525em 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 2.5;
  -webkit-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}

article a.page-anchor::before { 
  display: block; 
  content: " "; 
  margin-top: -50px; 
  height: 50px; 
  visibility: hidden; 
}

article a.call-to-action:hover {
  background: #fff;
  color: #000;
}

@media all and (min-width: 670px) {
  article {
    margin: 0 0 2.85714em;
  }

  article h1 {
    font-size: 3.57143em;
    line-height: 1;
    margin-bottom: 0.35714em;
  }

  article h2 {
    font-size: 2.14286em;
    line-height: 1;
    margin: 0.71429em 0 0.5em;
  }

  article h3 {
    font-size: 1.42857em;
    line-height: 1.25;
    margin-bottom: 0.71429em;
  }

  article header + p {
    font-size: 1.85714em;
    line-height: 1.34615;
    margin-bottom: 1.07143em;
  }

  article header img {
    margin-bottom: 1.07143em;
  }

  article p,
  article ol,
  article ul {
    margin-bottom: 1.42857em;
    line-height: 1.6em;
    font-size: 1.28571em;
  }

  article aside h2 {
    font-size: 2.14286em;
    line-height: 1.16667;
  }

  article blockquote {
    margin: 0 0 1.42857em 1em;
    width: 85%;
    padding-left: 1em;
  }

  article blockquote p {
    font-size: 2.28571em;
    line-height: 1.125;
  }

  article .caption {
    display: block;
    padding-bottom: 1.07143em;
    margin: 0.64286em 0 1.07143em;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    text-align: left;
  }

  article a.call-to-action {
    margin: 0 0 1.42857em;
    font-size: 1.42857em;
    line-height: 2;
  }
}

aside {
  border-top: 1px solid #c7c7c7;
}

aside header {
  display: none;
}

aside section {
  padding: 1.125em 0;
  border-bottom: 1px solid #c7c7c7;
}

aside h2 {
  font-size: 1.125em;
  line-height: 1.6;
  font-weight: bold;
}

aside p {
  font-size: 0.875em;
  line-height: 1.37143;
}

aside a {
  color: #0b6ba3;
  text-decoration: underline;
}

aside ul {
  margin: 0 0 0 1.25em;
  padding: 0;
}

aside .location {
  padding: 5px 0 5px 25px;
  background: url(../images/icon-location.png) no-repeat center left;
}

aside .call-to-action {
  display: block;
  width: 100%;
  padding: 0 7px;
  margin: 0.525em 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 2.5;
  -webkit-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}

aside .call-to-action:hover {
  background: #fff;
  color: #000;
}

aside .cc-opportunity {
  display: block;
  width: 100%;
  height: 65px;
  background: url(../images/cc-flag.png) no-repeat;
}

@media all and (min-width: 670px) {
  aside h2 {
    font-size: 1.28571em;
    line-height: 1.83333;
    font-weight: bold;
  }

  aside p {
    font-size: 1em;
    line-height: 1.42857;
    margin-bottom: 0.71429em;
  }

  aside p:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  aside .location {
    background-image: url(../images/icon-location-2x.png);
    background-size: 13px 22px;
  }
}

/*

  .sidebar {
    display: block; width: 100%;
    padding: rhythm(1) 0;

    > header {display: none;}
    h2 {font-weight: bold;}

    section {
      margin: rhythm(0.25) 0; padding: rhythm(0.5) 0 rhythm(0.75);
      background: url(../images/weird-line.png) no-repeat bottom left;
      font-family: $font_light;
      &.caption {
        margin-top: -40px; padding-bottom: 20px;
        font-size: 11px; line-height: 14px;
        font-family: $font_secondary;}
      .cc-opportunity {
        display: block;
        width: 100%; height: 70px; padding-left: 60px;
        background: url(../images/cc-flag.png) no-repeat bottom left;}
      a {color: $color_2; font-weight: normal; }
      a:hover {text-decoration: underline;}
      .large-button {
        display: block;
        padding: rhythm(0.5); margin: rhythm(0.5) 0;
        background: $color_neutral_1; color: $color_neutral_3;
        //@include adjust-font-size-to(18px, 1);
        font-family: $font_default;
        text-align: center; text-transform: uppercase;}
      p {margin-bottom: 0;}
    }

  } //aside

article.hfhfh {

  ol {list-style: circle; list-style-type:decimal }
  a:hover h2 {text-decoration: underline}
  p, ul {a:link, a:visited {color: $color_2; text-decoration: underline;}}
  header {display: inline-block;}
  header + p,
  header p {font-weight: bold; //@include adjust-font-size-to(21px, 1.49);
  }
  footer {font-style: italic}
  img {height: auto !important;}
  ul {
    list-style:disc;
    margin-left: 2em;}
  ol {margin-left: 2em;}
  blockquote {
    padding: rhythm(1.5) 12% 0 5%; margin: 0 0 rhythm(0.5);
    //@include adjust-font-size-to(24px,1.2);
    font-weight: bold;
    border-left : 4px solid $color_1; background: url(../images/quote-open.png) no-repeat 5% top;
    p {
      padding-bottom: rhythm(1);
      background: url(../images/quote-close.png) no-repeat 0 bottom;}
  }

  .caption {
    margin: 5px 0 rhythm(1);
    font-family: $font_secondary; text-transform: uppercase;
    font-weight: bold; //@include adjust-font-size-to(12px, 0.5);
  }

  table {
    margin-bottom: rhythm(1.5);
    th {
      font-weight: bold;
      border-bottom: 5px solid $color_neutral_1; padding-bottom: 5px; }
    td {padding: 8px 0 8px; font-family: $font_light;}
    th,td {//@include adjust-font-size-to(16px, 1);
    }
    tr {border-bottom: 1px solid $color_neutral_2;}
  }

  .accordion {
    margin-bottom: rhythm(1);
    h1 {
      display: block;
      width: 100%;
      padding: rhythm(0.15) 0 rhythm(0.15) 35px; margin-bottom: rhythm(0.5);
      border-bottom: 5px solid $color_neutral_1; text-align: left;
      background: url(../images/accordion-closed.png) no-repeat 2% 40%;
      //@include adjust-font-size-to(26px, 1);
      &.open {background: url(../images/accordion-open.png) no-repeat 1% 50%;}
    }
    header {display: block;}
    a:link {text-decoration: none;}
    > div {display: none}
    .layout-list {border-top: 0;}
  }

  a[href*="/gallery/"] {
    position: relative; display: inline-block;

    img {display: block; width: 100%}
    span {
      opacity: 1;
      position: absolute; top: 0; left: 0;
      width: 100%; height: 100%;
      background: url(../images/button-expand-gallery.png) no-repeat center;
      //@include transition(opacity 0.3s ease-in-out);
    }

    &:hover {
      span {opacity: 1;}
    }
  }

  a[href*='vimeo.com'], a[href*='youtube.com'] {
    position: relative;
    &.image-link {display: block;}
    img {display: block;}
    span {
      opacity: 0;
      position: absolute; top: 0; left: 0;
      width: 100%; height: 100%;
      background: url(../images/button-play.png) no-repeat center;
      //@include transition(opacity 0.3s ease-in-out);
    }
    iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

    &:hover {
      span {opacity: 1;}
    }
  }

  .button {
    display: inline-block;
     padding: 1em 1em 1.5em 1em;
    cursor: pointer; border:none; font-size: 1em; clear:both; float: none;
    -webkit-appearance:none; background: $color_neutral_1; color: $color_neutral_3;
    text-transform: uppercase; font-family: $font_default; text-align: center;
    line-height: 0.75;
    &:link, &:visited {color: $color_neutral_3; text-decoration: none;}
  }

  @include respond-to(med) {
    header {width: 100%;}
    header + p,
    header p {font-weight: bold; //@include adjust-font-size-to(26px, 1.79);
    }
    th,td {}
  }


  @include respond-to(lge) {
    header + p,
    header p {
      font-weight: bold; margin: rhythm(0.75) 0; }
    > p, p, ul, ol, .question p {//@include adjust-font-size-to(20px, 1.5);
      font-family: $font_light;}
  }

} //article
*/

.listing-entry {
  position: relative;
  display: block;
  padding: 1.125em 0.75em;
  margin-bottom: 2px;
  background: #fff no-repeat left bottom;
  padding-left: 40px;
}

.listing-entry:first-child {
  border-top: 7px solid #000;
}

.listing-entry.empty {
  padding: 1.5em 1.5em 0;
}

.listing-entry.cc-event {
  background-image: url(../images/cc-flag.png);
}

.listing-entry h2 {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.08;
  margin-bottom: 0.375em;
}

.listing-entry p {
  font-size: 0.8125em;
  line-height: 1.38462;
}

.listing-entry span {
  font-size: 0.9375em;
  line-height: 1.2;
}

.listing-entry .image,
.listing-entry .content p,
.listing-entry .content .location,
.listing-entry .tags {
  display: none;
}

.listing-entry .date,
.listing-entry .ticket-price {
  display: block;
}

@media all and (min-width: 670px) {
  .listing-entry {
    padding: 0;
    overflow: auto;
    clear: both;
  }

  .listing-entry div {
    position: relative;
    float: right;
    padding: 1.42857em 2%;
  }

  .listing-entry div.entry-date {
    width: 21%;
  }

  .listing-entry div.content {
    width: 59%;
  }

  .listing-entry div.image {
    width: 20%;
    padding: 0.71429em 0;
  }

  .listing-entry div.block {
    float: left;
    width: 20%;
    padding: 1.42857em 2% 0.71429em;
  }

  .listing-entry div.block:first-child {
    width: 53%;
  }

  .listing-entry div.block:nth-child(2) {
    width: 15%;
  }

  .listing-entry div.block:nth-child(3) {
    width: 12%;
  }

  .listing-entry p {
    font-size: 0.92857em;
    line-height: 1.07692;
    margin-bottom: 2.85714em;
  }

  .listing-entry .image,
  .listing-entry .content p,
  .listing-entry .content .location,
  .listing-entry .tags {
    display: block;
  }

  .listing-entry .date {
    margin-bottom: 0.5em;
    font-size: 1.42857em;
    line-height: 1;
    font-weight: bold;
  }

  .listing-entry .tags {
    text-decoration: none;
  }
  .listing-entry .location {
    display: block;
    position: relative;
    float: left;
    padding: 5px 0 5px 20px;
    text-decoration: none;
    background: url(../images/event-location-pin.png) no-repeat left center;
  }

  .listing-entry .tags {
    display: block;
    position: relative;
    float: right;
    padding: 5px 0 5px 0;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
  }

  .listing-entry h2 {
    font-size: 1.42857em;
    line-height: 1.15;
  }
}

[social] {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

[social] li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

[social] li:hover {
  background-size: 95%;
  background-color: none;
}

[social] li.show-text {
  height: auto;
  padding-left: 30px;
  background-size: auto;
  background-position: center left;
  text-align: left;
}

[social] li.show-text a {
  text-indent: 0;
}

[social] .youtube {
  background-image: url(../images/social-black-youtube.png);
}

[social] .instagram {
  background-image: url(../images/social-black-instagram.png);
}

[social] .instagram {
  background-image: url(../images/social-black-instagram.png);
}

[social] .pinterest {
  background-image: url(../images/social-black-pinterest.png);
}

[social] .facebook {
  background-image: url(../images/social-black-facebook.png);
}

[social] .twitter {
  background-image: url(../images/social-black-twitter.png);
}

[social] .google {
  background-image: url(../images/social-black-google.png);
}

[social] .linkedin {
  background-image: url(../images/social-black-linkedin.png);
}

[social] .vimeo {
  background-image: url(../images/social-black-vimeo.png);
}

[social] .newsletter {
  background-image: url(../images/social-black-newsletter.png);
}

[social] a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

html.no-backgroundsize [social].tabbed,
html.no-backgroundsize [social] li,
html.no-backgroundsize [social] li:hover
li.show-text {
  -ms-behavior: url(/js/polyfills/backgroundsize.min.htc);
}

@media all and (min-width: 670px) {
  [social] li {
    margin-right: 5px;
  }
}

[social="dark"] .pinterest {
  background-image: url(../images/social-white-pinterest.png);
}

[social="dark"] .instagram {
  background-image: url(../images/social-white-instagram.png);
}

[social="dark"] .facebook {
  background-image: url(../images/social-white-facebook.png);
}

[social="dark"] .twitter {
  background-image: url(../images/social-white-twitter.png);
}

[social="dark"] .google {
  background-image: url(../images/social-white-google.png);
}

[social="dark"] .linkedin {
  background-image: url(../images/social-white-linkedin.png);
}

[social="dark"] .vimeo {
  background-image: url(../images/social-white-vimeo.png);
}

[social="dark"] .newsletter {
  background-image: url(../images/social-white-newsletter.png);
}

[social="green"] .pinterest:hover,
[social="green"] .pinterest.active {
  background-image: url(../images/social-green-pinterest.png);
}

[social="green"] .facebook:hover,
[social="green"] .facebook.active {
  background-image: url(../images/social-green-facebook.png);
}

[social="green"] .twitter:hover,
[social="green"] .twitter.active {
  background-image: url(../images/social-green-twitter.png);
}

[social="green"] .google:hover,
[social="green"] .google.active {
  background-image: url(../images/social-green-google.png);
}

[social="green"] .linkedin:hover,
[social="green"] .linkedin.active {
  background-image: url(../images/social-green-linkedin.png);
}

[social="green"] .vimeo:hover,
[social="green"] .vimeo.active {
  background-image: url(../images/social-green-vimeo.png);
}

[job] {
  padding: 1.5em 0;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

[job] h2 {
  margin-top: 0;
}

[job] p:last-of-type {
  margin-bottom: 0;
}

@media all and (min-width: 670px) {
  [job] {
    padding: 1.42857em 0;
  }
}

[location] {
  background: #fff;
}

[location] #map {
  position: relative;
  width: 100%;
  padding-top: 44px;
  height: 400px;
  margin-bottom: 1.5em;
}

[location] .caption {
  padding: 0 4% 1.5em;
  font-family: "OCR B W01 Regular", Times New Roman;
}

[location] a {
  display: block;
  color: #0b6ba3;
  text-decoration: underline;
  font-family: "OCR B W01 Regular", Times New Roman;
}

[location] .extended-address {
  display: block;
}

[location] .country-name {
  display: none;
}

@media all and (min-width: 670px) {
  [location] {
    width: 480px;
  }

  [location] #map {
    height: 400px;
    margin-bottom: 2.85714em;
  }

  [location] .caption {
    text-align: left;
    margin-bottom: 0;
  }
}

[sharebox] {
  position: relative;
}

[sharebox] iframe {
  border: none;
  width: 100%;
}

[sharebox] div {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5em;
  margin: 0 auto;
  width: 100px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0;
  transition: all 0.2s ease-out 0;
}

[sharebox] iframe[style] {
  position: relative !important;
}

[sharebox] div.active {
  opacity: 1;
}

@media all and (min-width: 670px) {
  [sharebox] {
    padding: 0;
  }

  [sharebox] div {
    bottom: -50px;
    left: -30px;
    padding: 10px 10px 5px;
    background: #333;
    border-radius: 8px;
  }

  [sharebox] div a,
  [sharebox] div iframe {
    position: relative;
    z-index: 5;
  }

  [sharebox] div.active::after {
    content: ' ';
    position: absolute;
    top: -4px;
    left: 35px;
    width: 30px;
    height: 30px;
    background: #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0;
  }
}

[accordion] {
  margin-bottom: 1.5em;
}

[accordion] > div {
  display: none;
}

[accordion] > h1,
[accordion] > h2 {
  padding: 0 0 5px 30px;
  border-bottom: 4px solid black;
  font-size: 1.375em;
  line-height: 1.09091;
  cursor: pointer;
  background: url(../images/accordion-closed.png) 5px 1px no-repeat;
}

[accordion] > h2.open {
  background: url(../images/accordion-open.png) left 5px no-repeat;
}

[accordion] p {
  font-size: 1.28571em;
  line-height: 1.55556;
}

[accordion] p:last-of-type {
  margin-bottom: 1.5em;
}

[accordion] .box-grid {
  overflow: auto;
}

[accordion] .box-grid a {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 0.675em 1em;
  margin-bottom: 0.75em;
  background: #000;
  overflow: auto;
}

[accordion] .box-grid a,
[accordion] .box-grid a h3 {
  color: #fff;
  text-decoration: none;
}

[accordion] .box-grid .category {
  display: none;
}

[accordion] .listing-entry {
  text-decoration: none;
  padding-bottom: 0;
  border-bottom: solid 2px #e7e7e7;
  padding-left: 70px;
}

[accordion] .listing-entry:first-child {
  border-top: none;
}

[accordion] .listing-entry h3,
[accordion] .listing-entry span {
  color: #000;
  text-decoration: none;
}

[accordion] .listing-entry h3 {
  font-size: 1.25em;
  line-height: 1.2;
}

[accordion] .listing-entry span {
  font-size: 1.25em;
  line-height: 1.2;
}

[accordion] .listing-entry div {
  padding-bottom: 0;
}

@media all and (min-width: 670px) {
  [accordion] {
    margin-bottom: 1.42857em;
  }

  [accordion] > h2 {
    padding: 0 0 5px 30px;
    border-bottom: 5px solid black;
    font-size: 2.14286em;
    line-height: 0.93333;
    background: url(../images/accordion-closed.png) 5px 2px no-repeat;
  }

  [accordion] .listing-entry {
    padding-left: 0px;
  }

  [accordion] .listing-entry span {
    font-size: 1em;
    line-height: 1.42857;
  }

  [accordion] .listing-entry .content {
    width: 43%;
  }

  [accordion] .listing-entry .entry-date {
    width: 37%;
  }

  [accordion] .listing-entry .entry-date span {
    font-size: 1.18em;
    line-height: 1.2;
  }

  [accordion] .box-grid a {
    display: table;
    position: relative;
    float: left;
    width: 49%;
    height: 100px;
    padding: 0;
    margin: 0 0 0.71429em;
  }

  [accordion] .box-grid a:nth-child(odd) {
    float: left;
  }

  [accordion] .box-grid a:nth-child(even) {
    float: right;
  }

  [accordion] .box-grid h3 {
    font-size: 1.14286em;
    line-height: 1.25;
    text-align: center;
  }

  [accordion] .box-grid div {
    display: table-cell;
    position: relative;
    width: 50%;
    padding: 3% 5%;
    vertical-align: middle;
  }

  [accordion] .box-grid span {
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
}

.caption {
  font-family: "OCR B W01 Regular", Times New Roman;
  text-transform: uppercase;
}

@media all and (min-width: 670px) {
  .caption {
    margin-top: -1.42857em;
    margin-bottom: 2.85714em;
    text-align: right;
  }

  .caption p {
    width: 30%;
    float: right;
  }
}

.faq-section h2 {
  cursor: pointer;
  margin: 0;
}

.faq-section .question {
  padding: 1.5em 0;
  border-bottom: 1px solid #c7c7c7;
}

.faq-section .question div {
  display: none;
  margin-top: 1.5em;
}

@media all and (min-width: 670px) {
  .faq-section .question {
    padding: 1.42857em 0;
  }
}

[sorting] {
  list-style: none;
  margin: 1.5em 0 1.5em;
  padding: 0;
}

[sorting] li {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.25em;
  line-height: 1.2;
}

[sorting] a {
  color: #0b6ba3;
  text-decoration: underline;
}

[sorting] a.active {
  color: #000;
  text-decoration: none;
}

.contact-details {
  margin-bottom: 1.5em;
  padding: 0 0 3px 40px;
  font-size: 0.75em;
  line-height: 2;
  background: url(../images/site-logo.png) no-repeat 0 0;
  background-size: 32px;
  overflow: visible;
}

.contact-details .street-address::after,
.contact-details .locality::after {
  content: ', ';
}

.contact-details .tel,
.contact-details .charity-no {
  display: block;
}

.contact-details .country-name {
  display: none;
}

[loading] {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  text-indent: -9999px;
}

[loading].loading {
  background: url(../images/loading.gif) no-repeat right;
}

[ajaxContainer].directory,
[ajaxContainer].article {
  background: #fff;
}

.positive-about-disabled-people {
  display: block;
  margin: 1.5em 0;
  width: 100px;
  height: 100px;
  background: url(../images/padp.png);
  background-size: cover;
  text-indent: -9999px;
}

@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.state-hidden,
.navigation-bar h1 {
  display: none;
}

.state-invisible {
  opacity: 0;
}

html.js [filter] input[type='submit'],
html.js [search] input[type='submit'] {
  display: none;
}

html.ie8.js .layout-grid-list .grid-box,
html.ie9.js .layout-grid-list .grid-box {
  height: 330px !important;
}

html.ie8.js .layout-grid-list .grid-box p,
html.ie9.js .layout-grid-list .grid-box p {
  display: none;
}

html.ie8.js #searchResults .image img,
html.ie9.js #searchResults .image img {
  height: 200px !important;
}

/*html.ie8.js .contact-details,
html.ie9.js .contact-details {
  background-image: url(../images/site-logo-footer.png);
}

html.ie8.js [social] .twitter,
html.ie9.js [social] .twitter {
  background-image: url(../images/ie-footer-twitter.png);
}

html.ie8.js [social] .facebook,
html.ie9.js [social] .facebook {
  background-image: url(../images/ie-footer-facebook.png);
}

html.ie8.js [social] .linkedin,
html.ie9.js [social] .linkedin {
  background-image: url(../images/ie-footer-linkedin.png);
}

html.ie8.js [social] .vimeo,
html.ie9.js [social] .vimeo {
  background-image: url(../images/ie-footer-vimeo.png);
}

html.ie8.js [social] .pinterest,
html.ie9.js [social] .pinterest {
  background-image: url(../images/ie-footer-pinterest.png);
}
*/
html.ie8.js #navigation-close,
html.ie9.js #navigation-close {
  display: none;
}

html.ie8.js #navigation-close.active,
html.ie9.js #navigation-close.active {
  right: 50px;
  display: block;
}

html.ie8.js [navigation] ul,
html.ie9.js [navigation] ul {
  list-style: none;
  /*margin-left: 10px;*/
}

html.ie8.js [navigation] nav > ul,
html.ie9.js [navigation] nav > ul {
  margin-bottom: 30px;
}

html.ie8.js [navigation] nav .other-navigation,
html.ie9.js [navigation] nav .other-navigation {
  margin-left: 40px;
}

html.ie8.js [navigation] a,
html.ie9.js [navigation] a {
  color: #fff;
  font-size: 14px;
}

html.ie8.js [sharebox] div,
html.ie9.js [sharebox] div {
  position: relative;
  bottom: 0;
}

html.ie8.js [filter] input[type='submit'],
html.ie8.js [search] input[type='submit'],
html.ie9.js [filter] input[type='submit'],
html.ie9.js [search] input[type='submit'] {
  display: block;
}

a span.tags {
  text-decoration: none;
  color: #FFF;
}



#magazine .content p {
  margin-bottom: 15px;
}

#magazine .content  {
  width: 33%;
}

#magazine ul {
  padding: 0px;
}

#magazine .slider {
  height: 520px;
}

#magazine .cover-image {
  margin-right: 2%;
}

#magazine .layout-standard .content, #magazine .layout-standard .cover-image {
  float: left;
}

#magazine .carousel-bg {
  background-position: 100%;
}

#magazine a.call-to-action {
  display: inline-block !important;
}


#magazine .content a {
  display: block;
  margin: 1.4em 0;
}

.cover-image {
  margin-left: 5%;
}


#forgotten-password {
  margin-top: 10px;
  display: block;
  text-decoration: underline;
}

.layout-login {
  padding: 52px 0px;
  width: 70%;
  background: #FFF;
}

.layout-login .intro {
  padding: 35px;  
  font-size: 1.85714em;
  line-height: 1.34615;
}

.layout-login .column {
  width: 50%;
  padding: 0 35px;
  float: left;
}

.layout-login .sleeve {
  padding: 0 35px;
}


input[type="checkbox"]:before {
  content: "✓";
  color: #FFF;
}

input[type="checkbox"] {
  outline: none;
  margin-right: 6px;
  border: solid 1px #000;
  background: #FFF;
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  width: 20px;
  height: 20px;
}

input[type="checkbox"] + span {
  line-height: 21px;
  vertical-align: top;
}

input[type="checkbox"]:checked:before {
  content: "✓";
  color: #000;
  margin-left: 5px;
}

#register-text a {
  color: #0b6ba3;
  text-decoration: underline;
}
#register-text {
  margin-top: 110px;
  line-height: 22px;
  font-family: "Calvert MT W01", Georgia;
  font-size: 22px;
}

.layout-login .call-to-action {
  margin-top: 0px;
}

.layout-login .column:last-child {
  border-left: solid 1px #000;
} 

.error {
  color: red;
}


@media all and (max-width: 860px) {




  [navigation] .multilevelpushmenu_wrapper a:hover {
    color: #FFF !important;
    background: transparent !important;
  }

  [navigation] .multilevelpushmenu_wrapper li:hover {
    background: transparent !important;
  }

  #div_multilevelpushmenu ul li:hover > a {
    color: #FFF !important;
  }

  #register-text {
    margin-top: 60px;
  }
  .layout-login {
    background: transparent;
    overflow: visible;
  }
  .layout-login .column {
    border: none !important;
    width: 100%;
    float: none;
  } 


}


#div_multilevelpushmenu, #div_multilevelpushmenu li, #div_multilevelpushmenu ul li, #div_multilevelpushmenu ul li a, 
#div_multilevelpushmenu p {
  color: #FFF;
}


#div_multilevelpushmenu ul li:hover > a {
  color: #000;
}

@media all and (max-width: 860px) {

  .cover-image img {
    margin-left: 0%;
  }

  #magazine .layout-standard .cover-image img {
    margin: 0 auto;
  }
  #magazine .layout-standard .content, #magazine .layout-standard .cover-image {
    float: none;
  }


  #magazine .content  {
    width: 100%;
  }


}

/* ie9 fix */
html.ie9 .multilevelpushmenu_wrapper .other-navigation {
  margin-left: 0 !important;
 }

 html.ie9 .multilevelpushmenu_wrapper .other-navigation #login_register {
  padding-left: 2em;
 }

 html.ie9 .multilevelpushmenu_wrapper a {/*, html.ie9 .multilevelpushmenu_wrapper .other-navigation a {*/
  padding-left: 2em;
  }
 
  html.ie9 #login-register {
    padding-left: 2em !important;
  }

 html.ie9 #login-register li a {
  padding-left: 0;
  padding-right: 0;
 }

.navigation-bar ul a {
  outline: none;
}


.ui-datepicker .ui-datepicker-title select {
  display: inline-block;
}

.slider.layout-slider-content {
  height: auto;
}

.slider.layout-slider-content li .layout-standard {
  padding: 4em 0;
}

.slider.layout-slider-content li .image-wrap {
  float: left;
  width: 30%;
}

.slider.layout-slider-content li .content-wrap {
  margin-left: 35%;
}



.magazine-digital-edition .slider li p,
.magazine-digital-edition .slider li h1 {
  color: #FFFFFF;
}

.magazine-digital-edition .slider.layout-full-width {
  background-color: #56BC84;
}

.app-store-links a {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 119px;
  color: transparent;
  overflow: hidden;
}

.app-store-links a.app-store-link-google {
  background-image: url(../images/app-store-logo-google.png);
}

.app-store-links a.app-store-link-apple {
  background-image: url(../images/app-store-logo-apple.png);
}

@media all and (max-width: 670px) { 

  .slider.layout-slider-content {
    height: auto;
    padding: 0 20px;
  }

  .slider.layout-slider-content li .layout-standard {
    padding: 20px 0 0 0;
  }

  .slider.layout-slider-content li .image-wrap {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .slider.layout-slider-content li .content-wrap {
    margin-left: 0;
  }  
}

@media all and (min-width: 671px) and (max-width: 940px) { 

  .slider.layout-slider-content {
    padding: 0 20px;
  }

  .slider.layout-slider-content li .layout-standard {
    padding: 20px 0 0 0;
  }

  .slider.layout-slider-content li .image-wrap {

  }

  .slider.layout-slider-content li .content-wrap {

  }  
}


#section-competition-thanks {
  padding: 2em 0 4em 0;
}


.search-results-directory-intro {
  margin-bottom: 1em;
}

.search-results-directory-intro a {
  color: #0b6ba3;
}

.search-results-directory-intro a:hover {
  text-decoration: underline;
}

.grid-box .content h3 {
  min-height: 0;
}

.grid-box .content p {
  display: block !important;
  margin-bottom: 0;
}

.grid-box .content {
  padding: 0.75em 2%;
}

.grid-box .content .limited-edition-flag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  display: none;
}

.call-to-action-buy-now {
  background-color: #7CB981;
  color: #000000;
}

.shop-product .caption {
  background-image: none;
}

.shop-product .caption p{
  font-size: 0.9em;
  width: auto;
}

.shop-product .shop-product-help-wrap {
  font-size: 0.8em;
}

.shop-product-price-table {
  border-collapse: collapse;
  border-top: 1px solid #666666;
}

.shop-product-price-table tr {
  border-bottom: 1px solid #666666;
}

.shop-product-price-table tr td {
  padding: 5px 20px 5px 0;
  vertical-align: top;
}

.shop-product-price-table .call-to-action {
  margin-top: 0;
}

.shop-product-price-table .description {
  font-size: 0.9em;
}

.shop-product-price-table .amount {
  font-weight: bold;
}



.shop-basket-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #666666;
}

.shop-basket-table tr {
  border-bottom: 1px solid #666666;
}

.shop-basket-table tr td {
  padding: 5px 0;
}

.shop-basket-table tfoot .shipping-country-row {
  border-bottom: none;
}

.shop-basket-table tfoot .total-row  {
  font-weight: bold;
}

.shop-basket-table tfoot select {
  padding: 0.2em;
  display: inline-block;
}

.shop-basket-table tfoot .shipping-country-cell {
  padding-right: 10px;
}

.shop-product-purchase-wrap {
  margin: 40px 0 75px 0;
}

.shop-product-purchase-wrap p {
  margin-bottom: 0;
}

.shop-beta-text {
  text-align: right;
  font-family: "OCR B W01 Regular", Times New Roman;
  position: absolute;
  right: 0;
  font-size: 2em;
}

.shop-ticket-holder-details {
  width: 100%;
}

.shop-ticket-holder-details td {
  padding: 3px 3px 3px 0;
}

.shop-ticket-holder-details td span {
  display: none; 
}

.shop-ticket-holder-details td:last-child {
  padding-right: 0;
}


.crafts-club-newsletter-form {
  margin: 75px 0;
}

#map-wrap {
  position: relative;
}

#map-wrap .location-info {
  display: none;
  position: absolute;
  width: calc(100% - 100px);
  left: 50px;
  right: 50px;
  background-color: #FFFFFF;
  padding: 30px;
}

#map-wrap .location-info .header {
  text-align: right;
  
}

#map-wrap .location-info .item {
  margin-bottom: 10px;
}

#map-wrap .location-info .item label {
  font-weight: bold;
}

#map-wrap .location-info .item:empty {
  display: none;
}



#newsletter-popup {
  text-align: center;
  margin-bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}

#newsletter-popup .sleeve {
  margin-top: 15px;
  padding: 15px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
  -ms-transform:translateY(-50%); /* prefix for IE 9 */
  -webkit-transform:translateY(-50%); /* prefix for Safari and Chrome */
  margin: 0 auto;
  max-width: 400px;
}

#newsletter-popup .sleeve h2 {
  margin-bottom: 15px;
}


.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #000000;
  color: #FFFFFF;
  display: none;
  text-align: center;
  z-index: 999;
}

.cookie-banner p {
  margin: 0 auto 15px auto;
  text-align: center;
  line-height: 1.2em;
  font-size: 0.9em;
  max-width: 900px;
  color: #FFFFFF;
}

.cookie-banner a {
  color: #FFFFFF;
  text-decoration: underline;
}

.cookie-banner .button {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  color: #000000;
  margin-bottom: 10px;
}

.leaderboard-ad-wrap {
  display: none;
  text-align: center;
}

.leaderboard-ad-wrap a {
  display: block;
}

.leaderboard-ad-wrap a img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}