/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
@import url("/fonts.googleapis.com/css?family=Montserrat:600,400|Open+Sans|Copse|Roboto+Slab");
@font-face {
    font-family: "Intro Black";
    src: url(/fonts/Intro-Black.eot);
    src: url(/fonts/Intro-Black.woff2) format("woff2"), url(/fonts/Intro-Black.woff) format("woff"), url(/fonts/Intro-Black.ttf) format("truetype"), url(/fonts/Intro-Black.svg#Intro-Black) format("svg"), url(/fonts/Intro-Black.eot?#iefix) format("embedded-opentype");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "Intro Regular";
    src: url(/fonts/Intro-Regular.eot);
    src: url(/fonts/Intro-Regular.woff2) format("woff2"), url(/fonts/Intro-Regular.woff) format("woff"), url(/fonts/Intro-Regular.ttf) format("truetype"), url(/fonts/Intro-Regular.svg#Intro-Regular) format("svg"), url(/fonts/Intro-Regular.eot?#iefix) format("embedded-opentype");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "Intro Bold";
    src: url(/fonts/Intro-Bold.eot);
    src: url(/fonts/Intro-Bold.woff) format("woff"), url(/fonts/Intro-Bold.ttf) format("truetype"), url(/fonts/Intro-Bold.svg#Intro-Bold) format("svg"), url(/fonts/Intro-Bold.eot?#iefix) format("embedded-opentype");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "Intro Book";
    src: url(/fonts/Intro-Book.eot);
    src: url(/fonts/Intro-Book.woff) format("woff"), url(/fonts/Intro-Book.ttf) format("truetype"), url(/fonts/Intro-Book.svg#Intro-Book) format("svg"), url(/fonts/Intro-Book.eot?#iefix) format("embedded-opentype");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "Intro Book Caps";
    src: url(/fonts/Intro-Book-Caps.eot);
    src: url(/fonts/Intro-Book-Caps.woff) format("woff"), url(/fonts/Intro-Book-Caps.ttf) format("truetype"), url(/fonts/Intro-Book-Caps.svg#Intro-Book-Caps) format("svg"), url(/fonts/Intro-Book-Caps.eot?#iefix) format("embedded-opentype");
    font-weight: normal;
    font-style: normal
    }
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
    }
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
    }
::selection {
    background: #b3d4fc;
    text-shadow: none
    }
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid white;
    margin: 1em 0;
    padding: 0
    }
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
    vertical-align: middle
    }
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0
    }
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical
    }
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
    }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*-- Variables --*/
/*-- Global Styles --*/
*, *:before, *:after {
    box-sizing: border-box
    }
body {
    margin: 0;
    padding: 0
    }
iframe, object, embed {
    max-width: 100%
    }
.partners-form {
    max-width: 100%
    }
.partners-form iframe {
    max-width: 100%
    }
h1, h2, h3, h4, p, a {
    font-family: "Montserrat", sans-serif
    }
h1 {
    font-weight: 700;
    font-size: 2.5rem
    }
h1, h2, h3, h4 {
    color: #000;
    padding: 0;
    margin: 0
    }
h3 {
    font-family: "Open Sans", sans-serif;
    color: #000;
    margin-top: 0;
    padding-top: 0
    }
p {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem
    }
a {
    text-decoration: none;
    color: #000
    }
.grey {
    color: #6A6A6A
    }
i {
    font-weight: 400;
    color: #AF0D25;
    font-size: 1rem
    }
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
    }
.align-right {
    text-align: right
    }
.btn {
    background-color: #D51130;
    padding: 1.2em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
    }
.btn--subscribe {
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 10em;
    margin-left: -5px;
    cursor: pointer
    }
.btn:hover {
    background-color: white;
    color: #000
    }
.btn--transparent {
    background-color: transparent;
    border: 5px solid #D51130;
    border-bottom: 5px solid #AF0D25;
    color: #FFF;
    padding: calc(1.2em - 3px)
    }
.btn--transparent:hover {
    background-color: #D51130;
    color: #FFF
    }
.btn--white-bg:hover {
    background-color: #000;
    color: #FFF
    }
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #AF0D25;
    margin: 0.5em 0;
    padding: 0
    }
/*-- Page Styles --*/
.header {
    height: 2.5em;
    background-color: #AF0D25
    }
.navigation {
    z-index: 1000
    }
.navigation .nav {
    z-index: 1000
    }
.navigation .nav li a {
    font-weight: 400;
    z-index: 1000
    }
.navigation .fixed-btn {
    position: fixed;
    top: 60px;
    right: 80px;
    z-index: 999;
    display: none;
    margin: auto
    }
img.logo {
    width: 10em;
    padding: 1em
    }
.hero-slider {
    z-index: -1
    }
@media (max-width: 1000px) {
    .hero-slider {
        display: none
        }
    }
.hide {
    visibility: hidden
    }
.show {
    visibility: visible
    }
.hero-slider-mob {
    display: none
    }
@media (max-width: 1000px) {
    .hero-slider-mob {
        display: block
        }
    }
.hero {
    background: url(../img/hero-nottingham.jpg);
    background-size: cover;
    height: 30vh;
    min-height: 43em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
.hero .blurb {
    margin: auto;
    text-align: center
    }
.hero .blurb img {
    height: 20em;
    padding: 30px
    }
.hero .blurb h1 {
    margin: auto;
    color: white;
    font-size: 4rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 0.5em
    }
@media (max-width: 1320px) {
    .hero .blurb h1 {
        font-size: 3.5rem
        }
    }
.hero .blurb .loves img {
    margin-top: -30px;
    max-width: 4em;
    height: auto
    }
.hero .blurb p {
    color: #FFF;
    font-size: 1.5rem;
    margin: auto;
    padding: 0 5em
    }
@media (min-width: 1600px) {
    .hero .blurb {
        padding: 0 20em
        }
    }
.hero .hub-blurb {
    margin: auto;
    text-align: center
    }
.hero .hub-blurb h1 {
    margin: auto;
    color: white;
    font-size: 2.5rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 0
    }
.hero .hub-blurb img {
    height: 12em;
    margin-bottom: 3em
    }
.hero .call-to-action {
    text-align: center;
    margin-top: 3em
    }
.hero-small {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8), black 100%), url(../img/placeholder-hero-bg-org.png);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8), black 100%), url(../img/placeholder-hero-bg-org.png);
    background-size: cover;
    padding-bottom: 10em
    }
.hero-small .blurb {
    padding-top: 8em;
    text-align: center
    }
.hero-small .blurb h1 {
    max-width: 900px;
    margin: auto;
    color: white;
    font-size: 3.5rem
    }
.hero-small .call-to-action {
    text-align: center;
    margin-top: 3em
    }
.hero-about {
    background-image: -webkit-linear-gradient(top, rgba(85, 0, 0, 0.5), rgba(85, 0, 0, 0.7), rgba(85, 0, 0, 0.4) 100%), url(/img/hero-about.jpg);
    background-image: linear-gradient(to bottom, rgba(85, 0, 0, 0.5), rgba(85, 0, 0, 0.7), rgba(85, 0, 0, 0.4) 100%), url(/img/hero-about.jpg);
    height: 30em;
    margin: auto;
    text-align: center
    }
@media screen and (min-width: 1000px) {
    .call-to-action :first-child {
        margin-right: 1.5em
        }
    }
.hero__sub {
    padding-top: 3em
    }
.hero__sub h1 {
    padding: 0;
    padding-bottom: 55px;
    margin: 0;
    text-align: center
    }
.hero__sub .summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3em
    }
.hero__sub .summary__image {
    display: inline
    }
.hero__sub .summary__image img {
    margin-right: 30px;
    height: 110px
    }
.hero__sub .summary__text {
    display: inline;
    font-size: 0.8rem
    }
.hero__sub .summary__text h3 {
    font-size: 1.3rem;
    padding: 0;
    margin: 0;
    padding-top: 30px
    }
.hero__sub .summary__text p {
    min-height: 10em
    }
@media (max-width: 995px) {
    .hero__sub .summary__text p {
        min-height: 0
        }
    }
.hero__sub .summary__text a {
    font-size: 1rem;
    color: #D51130
    }
.newsletter {
    text-align: center;
    background-color: #AF0D25;
    padding-top: 1em
    }
.newsletter h2 {
    color: #FFF;
    padding: 15px;
    margin: 15px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif
    }
.newsletter input {
    height: 50px;
    width: 300px;
    margin-bottom: 30px;
    border-radius: 30px;
    border: 0;
    padding: 30px;
    margin-right: 30px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2)
    }
.bars-and-brands {
    padding: 2em 0 8em 0;
    text-align: center
    }
.bars-and-brands .bars-and-brands__text {
    max-width: 50em;
    margin: auto;
    padding-top: 3em
    }
.bars-and-brands .bars-and-brands__text h1 {
    padding-bottom: 0.1em
    }
.bars-and-brands .bars-and-brands__brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 860px;
    margin: auto
    }
.bars-and-brands .bars-and-brands__icon {
    margin: 30px
    }
.bars-and-brands img.bars-and-brands__icon {
    height: 80px
    }
.leeds-icon {
    background-color: #000;
    padding: 5px;
    border-radius: 1em
    }
/*-- Bars & Brands Page Styles --*/
.hero-bars-brands {
    background-image: -webkit-linear-gradient(top, rgba(85, 0, 0, 0.5), rgba(85, 0, 0, 0.7), rgba(85, 0, 0, 0.4) 100%), url(../img/hero-dock.jpg);
    background-image: linear-gradient(to bottom, rgba(85, 0, 0, 0.5), rgba(85, 0, 0, 0.7), rgba(85, 0, 0, 0.4) 100%), url(../img/hero-dock.jpg);
    height: 35vh
    }
.hero-bars-brands__image {
    margin: auto;
    text-align: center
    }
.hero-bars-brands__image img {
    height: 20em;
    padding: 30px
    }
.hero-bars-brands__image h1 {
    margin: auto;
    color: white;
    font-size: 2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 1em 0
    }
.bars-and-brands__blurb {
    padding: 6em 0 0 0;
    color: #000;
    list-style: none;
    margin: auto;
    max-width: 60em
    }
.bars-and-brands__blurb .first-letter {
    font-size: 4rem;
    margin: 30px;
    float: left
    }
.bars-and-brands__blurb .share {
    padding: 2em 0 0 0;
    text-align: center;
    margin: auto
    }
.bars-and-brands__blurb .share li {
    display: inline-block;
    margin: auto;
    padding: 20px
    }
.bars-and-brands__blurb .share img {
    width: 5em
    }
.bars-and-brands__blurb .share a {
    color: #000
    }
.bars-and-brands__blurb .share p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 20px
    }
.bars-and-brands__blurb .partnership-description p {
    text-align: justify;
    font-size: 1.3rem;
    margin: 15px;
    padding: 15px;
    margin: auto
    }
.cities h2, .cities a, .cities h4 {
    padding-left: 20px
    }
.cities h2 {
    font-size: 1.3rem
    }
.cities h4 {
    font-weight: 400
    }
.landing {
    padding: 5em 0 1em 0
    }
.landing-blurb {
    font-size: 1rem;
    padding-top: 10em
    }
.landing-blurb .title {
    font-family: "Roboto Slab", serif;
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 20px
    }
.landing-image img {
    max-height: 25em;
    margin: auto
    }
.about-the-venue {
    overflow: hidden;
    text-align: center;
    padding: 3em 0
    }
.about-the-venue h1 {
    padding-bottom: 1em
    }
.about-the-venue__social {
    padding: 0 0 3em 0
    }
.about-the-venue__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.about-the-venue__social ul li {
    margin: 15px
    }
.about-the-venue__social ul a {
    color: #000;
    padding: 20px
    }
@media (max-width: 1000px) {
    .about-the-venue__social ul {
        display: block;
        text-align: center
        }
    }
/*-- Age check --*/
.ac-overlay {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99998;
    opacity: 0;
    cursor: wait
    }
.ac-container {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    width: 360px;
    position: fixed;
    padding: 20px 20px 30px 20px;
    background: #fff;
    z-index: 99999;
    opacity: 0;
    text-align: center;
    border-radius: 1em;
    font-weight: normal
    }
.ac-container h2 {
    box-sizing: border-box;
    margin: 0 0 14px 0;
    font-size: 26px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 11px;
    color: #D51130;
    font-family: "Roboto Slab", serif
    }
.ac-container h3 {
    box-sizing: border-box;
    color: #D51130;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 26px;
    font-family: "Roboto Slab", serif
    }
.ac-container p {
    box-sizing: border-box;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #959595;
    line-height: 20px
    }
.ac-container p strong {
    color: #FF1F1F
    }
.ac-container select, .ac-container input {
    box-sizing: border-box;
    color: #555;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid #ccc
    }
.ac-container input.day {
    box-sizing: border-box;
    width: 45px;
    height: 28px
    }
.ac-container input.year {
    box-sizing: border-box;
    width: 70px;
    height: 28px
    }
.ac-container select {
    box-sizing: border-box;
    height: 28px;
    padding-left: 4px
    }
.ac-container button {
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    width: 84px;
    background: #8EB908;
    color: #fff;
    text-shadow: 1px 1px 0 #84A51D
    }
.ac-container button:hover {
    box-sizing: border-box;
    background: #82A711
    }
.ac-container .errors {
    box-sizing: border-box;
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 18px;
    color: #FF1F1F
    }
.ac-container .errors ul, .ac-container .errors li {
    box-sizing: border-box;
    padding: 0 0 3px 0;
    margin: 0 0 0 0;
    list-style: none
    }
.ac-container .errors li span {
    box-sizing: border-box;
    font-size: 9px;
    background: #ebebeb;
    border: 1px solid #ccc;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    display: inline-block;
    color: #FF1F1F;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
    line-height: 13px;
    position: relative;
    top: -2px;
    text-shadow: 1px 1px 0 #fff;
    font-family: "Montserrat", sans-serif
    }
.ac-container .fields {
    box-sizing: border-box;
    clear: both;
    margin: 10px 0 10px 0
    }
@media (max-width: 500px) {
    .ac-container {
        box-sizing: border-box;
        width: auto;
        margin-right: 20px;
        margin-left: 1px
        }
    .ac-container select, .ac-container input.day, .ac-container input.year {
        box-sizing: border-box;
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%
        }
    .ac-container button {
        box-sizing: border-box;
        display: block;
        width: 100%
        }
    }
#slider-wrap {
    margin: 2em auto;
    max-width: 800px;
    height: 500px;
    position: relative;
    overflow: hidden
    }
#slider-wrap ul#slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
    }
#slider-wrap ul#slider li {
    float: left;
    position: relative;
    width: 800px;
    height: 400px
    }
#slider-wrap ul#slider li > div {
    position: absolute;
    top: 20px;
    left: 35px
    }
#slider-wrap ul#slider li > div h3 {
    font-size: 36px;
    text-transform: uppercase
    }
#slider-wrap ul#slider li > div span {
    font-family: "Montserrat", sans-serif;
    font-size: 21px
    }
#slider-wrap ul#slider li i {
    text-align: center;
    line-height: 400px;
    display: block;
    width: 100%;
    font-size: 90px
    }
/*btns*/
.btns {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    margin-top: -25px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease
    }
.btns i {
    color: white
    }
.btns:hover {
    background: rgba(0, 0, 0, 0.3)
    }
#next {
    right: -50px;
    border-radius: 7px 0 0 7px
    }
#previous {
    left: -50px;
    border-radius: 0 7px 7px 7px
    }
#counter {
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute
    }
#slider-wrap.active #next {
    right: 0
    }
#slider-wrap.active #previous {
    left: 0
    }
/*bar*/
#pagination-wrap {
    min-width: 20px;
    margin-top: 450px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center
    }
#pagination-wrap ul {
    width: 100%
    }
#pagination-wrap ul li {
    margin: 0 4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: 0
    }
#pagination-wrap ul li.active {
    width: 12px;
    height: 12px;
    top: 3px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0
    }
#slider-wrap ul, #pagination-wrap ul li {
    -webkit-transition: all 0.3s cubic-bezier(1, 0.01, 0.32, 1);
    transition: all 0.3s cubic-bezier(1, 0.01, 0.32, 1)
    }
.bars-and-brands__cocktails {
    padding: 0 0 5em 0
    }
.bars-and-brands__cocktails .bars-and-brands__cocktails--title h1 {
    padding: 1em 0
    }
.bars-and-brands__cocktails .event h2:first-letter {
    border: 0;
    margin: 0;
    padding: 0
    }
.bars-and-brands__cocktails .event .event__text h2, .bars-and-brands__cocktails .event .event__text p {
    min-height: 1em
    }
.bars-and-brands__cocktails .event:hover {
    -webkit-transform: none;
    transform: none
    }
.bars-and-brands__events {
    margin: auto;
    text-align: center;
    padding: 3em 0
    }
.bars-and-brands__events h1 {
    padding: 1em 0
    }
.bars-and-brands__events .event {
    margin: auto;
    max-width: 30em
    }
.bars-and-brands__events .event h2, .bars-and-brands__events .event p {
    min-height: 0
    }
.event-guide {
    background: black;
    padding: 5em 0
    }
ol {
    color: black
    }
.event-guide-bar {
    padding: 1em
    }
.event-guide-bar img {
    background-color: black;
    width: 150px;
    padding: 1.5em;
    border-radius: 30px;
    height: 150px;
    margin-bottom: 15px
    }
.event-guide-bar h2 {
    font-size: 1rem;
    text-transform: uppercase
    }
.map {
    margin-bottom: 3.5em
    }
.event-guide-map {
    padding: 3em 0
    }
.hub {
    padding: 5em 0
    }
.event-title {
    position: relative;
    padding: 20px;
    padding-left: 0;
    margin: 1em 0;
    font-size: 3rem
    }
.event-title::before {
    content: "";
    position: absolute;
    top: 0;
    height: 8px;
    width: 32px;
    background: #797979
    }
.event-guide-days {
    padding: 1em 0 0.2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.event-guide-days ul {
    list-style-type: none
    }
.event-guide-days li {
    margin: 15px
    }
.category {
    color: #FFF;
    padding: 0.2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.category ul {
    list-style-type: none
    }
.category li {
    margin: 15px
    }
.category a {
    color: #FFF
    }
.category-bg {
    background-color: #AF0D25;
    width: 100%
    }
.level-bg {
    background-color: #810217
    }
.event-guide-event {
    color: #FFF;
    padding: 15px;
    margin: 15px
    }
.event-guide-event .event-guide-event--thumbnail {
    max-width: 100%;
    height: 200px;
    padding-top: 15px;
    padding-bottom: 15px
    }
.event-guide-event h2 {
    font-size: 1rem;
    color: #FFF;
    padding-bottom: 10px;
    text-transform: uppercase
    }
.event-guide-event h3 {
    color: #FFF;
    font-size: 0.9rem;
    padding-bottom: 5px
    }
.event-guide-event p {
    font-size: 0.9rem;
    padding: 0;
    margin: 0
    }
.event-guide-event .event-guide-event--attribute {
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 0.9rem
    }
/*-- Bars & Brands Page Styles End --*/
.about--text h1 {
    padding: 5px
    }
.about--text h3 {
    padding: 25px
    }
.featured-events {
    display: none;
    background: #000;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.9), black 100%), url("data:image/svg+xml,%3Csvg width='80' height='88' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983 12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%23A50F28' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.9), black 100%), url("data:image/svg+xml,%3Csvg width='80' height='88' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983 12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%23A50F28' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
    padding: 5em 0;
    color: #FFF;
    text-align: center
    }
.featured-events h1 {
    padding: 1em 0;
    color: #FFF;
    font-size: 3rem
    }
.featured-events h3 {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 2em;
    margin-top: 0
    }
.featured-events h2 {
    color: #FFF
    }
.event {
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #810217;
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
    }
.event--venue-page {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black 100%), url("data:image/svg+xml,%3Csvg width='80' height='88' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983 12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%23A50F28' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black 100%), url("data:image/svg+xml,%3Csvg width='80' height='88' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983 12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%23A50F28' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E")
    }
.event--venue-page .event__text p {
    color: #FFF
    }
.event--about-page {
    margin-bottom: 7em
    }
.event__img {
    height: 50%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden
    }
.event__img img {
    max-height: 500px;
    width: 100%
    }
.event__img:hover {
    overflow: hidden
    }
.event:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
    }
.event__text {
    padding: 15px;
    padding-top: 25px;
    text-align: center
    }
.event__text h2 {
    text-transform: uppercase;
    color: #FFF;
    padding: 0;
    margin: 0;
    margin-bottom: 0.5em;
    line-height: 2rem;
    font-size: 1rem
    }
.event__text h2:first-letter {
    margin: 3px;
    padding: 3px;
    border: 1px solid #D51130
    }
.event__text p {
    color: #FFF;
    font-size: 0.9rem;
    font-weight: 600
    }
.event__text h2, .event__text p {
    min-height: 4em
    }
.event__text a {
    color: #FFF;
    font-size: 1rem;
    line-height: 1rem;
    font-style: italic;
    font-family: Roboto Slab
    }
@media screen and (max-width: 1000px) {
    .event {
        margin-right: 0
        }
    .bars-brands {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .btn {
        display: block;
        width: 320px;
        margin: auto;
        margin-bottom: 30px
        }
    .email {
        width: 110%
        }
    .btn--white-bg {
        width: auto
        }
    }
.lucky-duck-tag {
    position: absolute;
    bottom: 1em;
    right: 2em;
    font-size: 1rem;
    text-transform: none;
    font-family: Open Sans, "sans-serif"
    }
.lucky-duck-tag img {
    height: 50px;
    width: auto;
    padding-left: 1em
    }
.lucky-duck-tag a {
    color: #FFF;
    font-weight: 400
    }
.lucky-duck-tag h3 {
    font-size: 0.8rem
    }
.timetable {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 10em;
    padding-bottom: 10em;
    display: none
    }
.content {
    padding: 5em 0
    }
.content-about img {
    padding-top: 2em
    }
.content-about .quote::before, .content-about .quote::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    height: 8px;
    width: 32px;
    background: #ec3723
    }
.content-about .quote::after {
    bottom: 0;
    top: auto
    }
.content-about .bars-title {
    position: relative;
    padding: 20px;
    margin: 1em 0;
    font-size: 3rem
    }
.content-about .bars-title::before {
    content: "";
    position: absolute;
    top: 0;
    height: 8px;
    width: 32px;
    background: #797979
    }
.content-about .brands-title {
    position: relative;
    padding: 20px;
    margin: 1em 0;
    font-size: 3rem
    }
.content-about .brands-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    height: 8px;
    width: 32px;
    background: #797979
    }
.first-letter {
    font-size: 3rem;
    margin: 20px;
    float: left
    }
.box a {
    padding: 0;
    margin: 0
    }
.box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 200px;
    background-color: #222;
    margin: 10px;
    box-sizing: border-box;
    border-radius: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
    }
.box img {
    margin-top: -2em;
    width: 160px;
    height: auto
    }
@media (max-width: 1000px) {
    .box {
        height: 180px
        }
    }
@media (max-width: 640px) {
    .box {
        height: 120px
        }
    .box img {
        margin-top: -2em;
        width: 110px;
        height: auto
        }
    }
.box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
    }
.box-hide {
    background-color: #FFF
    }
.quote {
    position: relative;
    font-family: "Roboto Slab", serif;
    text-align: center;
    font-size: 4rem;
    padding: 0.3em 0;
    margin-bottom: 20px
    }
.quotesmall {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif
    }
.title {
    font-family: "Roboto Slab", serif;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px
    }
.FAQ .quote {
    margin: 1em 0
    }
.FAQ h3 {
    font-family: "Montserrat", sans-serif;
    color: #D51130;
    padding: 0.5em 0
    }
.social {
    padding: 7em 0
    }
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #AF0D25;
    margin: 1em 0;
    padding: 0
    }
.social-footer {
    margin: auto;
    text-align: center;
    padding-top: 5em;
    padding-bottom: 5em;
    background: #000;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.9), black 100%), url("data:image/svg+xml,%3Csvg width='80' height='88' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983 12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%23A50F28' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.9), black 100%), url("data:image/svg+xml,%3Csvg width='80' height='88' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983 12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%23A50F28' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E")
    }
.social-footer .wrap {
    max-width: 800px
    }
.social-footer h1 {
    color: #FFF
    }
.social-footer img {
    max-width: 7em;
    height: auto
    }
.social-footer .social-footer__social {
    padding-top: 1.5em
    }
.footer {
    background: #AF0D25;
    padding: 4em
    }
.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.footer ul li {
    margin: 15px
    }
.footer ul a {
    color: #FFF;
    padding: 20px
    }
@media (max-width: 1000px) {
    .footer ul {
        display: block;
        text-align: center
        }
    }
.footer .copyright {
    color: #EDEDED;
    padding-top: 20px;
    text-align: center
    }
img.diageo {
    padding-right: 30px
    }
@media screen and (max-width: 1000px) {
    .hero {
        background: url(../img/hero-nottingham-mob.jpg);
        background-size: cover;
        height: 100vh
        }
    .hero .blurb {
        padding: 30px;
        padding-top: 1em
        }
    .hero .blurb img {
        height: 25em
        }
    .hero .blurb p {
        display: none
        }
    .hero-about {
        background-image: -webkit-linear-gradient(top, rgba(85, 0, 0, 0.5), rgba(85, 0, 0, 0.7), rgba(85, 0, 0, 0.4) 100%), url(/img/hero-about-mob.jpg);
        background-image: linear-gradient(to bottom, rgba(85, 0, 0, 0.5), rgba(85, 0, 0, 0.7), rgba(85, 0, 0, 0.4) 100%), url(/img/hero-about-mob.jpg)
        }
    .hero-bars-brands {
        background-image: -webkit-linear-gradient(top, rgba(85, 0, 0, 0.5), rgba(85, 0, 0, 0.7), rgba(85, 0, 0, 0.4) 100%), url(../img/hero-dock-mob.jpg);
        background-image: linear-gradient(to bottom, rgba(85, 0, 0, 0.5), rgba(85, 0, 0, 0.7), rgba(85, 0, 0, 0.4) 100%), url(../img/hero-dock-mob.jpg);
        height: auto;
        padding: 30px
        }
    }
@media screen and (max-width: 921px) {
    .sm-hide {
        display: none
        }
    html {
        font-size: 14px
        }
    }
@media screen and (max-width: 781px) {
    .xs-hide {
        display: none
        }
    }
@media screen and (max-width: 640px) {
    html {
        font-size: 12px
        }
    .mob-hide {
        display: none
        }
    .hero .blurb {
        padding: 30px
        }
    .hero .blurb .loves img {
        margin-top: -10px
        }
    .hero .blurb h1 {
        font-size: 2.3rem
        }
    }
@media screen and (max-width: 467px) {
    img.diageo {
        padding-right: 0;
        padding-bottom: 30px
        }
    }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
    display: none !important
    }
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
    }
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
    }
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden
    }
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    }
.clearfix:after {
    clear: both
    }
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
    }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
    }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *, *:before, *:after, *:first-letter, *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
               http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important
        }
    a, a:visited {
        text-decoration: underline
        }
    a[href]:after {
        content: " (" attr(href) ")"
        }
    abbr[title]:after {
        content: " (" attr(title) ")"
        }
    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
        }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
        }
    /*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
        display: table-header-group
        }
    tr, img {
        page-break-inside: avoid
        }
    img {
        max-width: 100% !important
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3
        }
    h2, h3 {
        page-break-after: avoid
        }
    }