﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

/*******************
       CUSTOM CSS Added BEGIN 
       Our Spaces
     ***********************/

.message {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 75%;
    bottom: 0;
    display: block;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    margin: 0 auto;
}

    .message h1 {
        margin-top: 50px;
    }

    .message h2, .message p {
        text-align: center;
    }

.our_spaces {
    margin-top: 5%;
}

    .our_spaces li {
        display: inline-flex;
    }

    .our_spaces ul li a {
        border: solid 1px rgba(255,255,255,0.8);
        padding: 15px 50px;
        background-color: rgba(0,0,0,0.4);
        text-transform: uppercase;
        transition: color 0.2s ease-out, background-color 0.2s ease-out;
        margin: 15px;
    }

        .our_spaces ul li a:hover {
            color: #000;
            background-color: rgba(255,255,255,0.9);
        }

video#videobg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('images/poster.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

/*Keeps the footer stuck to the bottom of the page*/
.push {
    height: 50px;
}

#hd.fixed .fixed-wrapper {
    border-top: #800202 10px solid;
}


/*********************
             END OUR SPACES
                      CUSTOM CSS Added END
                      *****************************/


/*******************ROOM DETAILS BEGIN***********************/

.rooms h2 {
    font-weight: bold;
}

.rooms_features h2 {
    font-weight: bold;
}

.rooms_features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rooms_features li, .rooms li {
    padding-left: 1em;
    text-indent: -.7em;
    margin: 0 0 10px 0;
}


.assistance {
    width: 16%;
    padding: 0px 0px;
    color: inherit;
    background-color: inherit;
    line-height: normal;
    text-align: center;
    display: inline-flex;
    text-transform: uppercase;
    position: relative;
    top: -15px;
    font-size: 13px;
}

    .assistance:hover {
        background-color: #f5f5f5;
    }


/*** disbables the clickable attribute in desktop for assisatnce btn***/

@media screen and (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}




/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .assistance {
        width: 20%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .assistance {
        width: 15%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .assistance {
        width: 20%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .assistance {
        width: 35%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .assistance {
        width: 45%;
    }
}


.rooms_features li::before, .rooms li::before {
    content: "• ";
    color: black;
}

#watermark img {
    position: fixed;
    overflow: hidden;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    width: 24px;
    height: 24px;
    padding: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    #watermark img:hover {
        opacity: 1;
        -webkit-filter: drop-shadow(white 0 0 5px);
    }


canvas {
    cursor: -webkit-grab;
}

    canvas:active {
        cursor: -webkit-grabbing;
    }

#play-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

    #play-overlay.visible {
        display: flex;
    }

    #play-overlay img {
        width: 30%;
        height: 30%;
    }

#error .message {
    font-family: monospace;
}

#vrview {
    padding: 10px 0px 50px 0px;
    text-align: left;
}

#hd.fixed .fixed-wrapper {
    border-top: #800202 10px solid;
}

#hd.fixed {
    line-height: 50px !important;
    min-height: 70px !important;
}

nav.breadcrumbs {
    margin: 10px 0px 10px 0px;
}

/*********************CUSTOM ROOM DETAILS*****************************/


/*******************CUSTOM FORM BEGIN***********************/

.form_wrapper {
    max-width: 940px;
    margin: 0 auto;
}

select.state_list {
    background-color: #929292;
    height: 70px;
    line-height: 70px;
    padding-left: 5%;
}

.state_list_value {
    color: #ffffff;
}

select.roomsetup_list {
    background-color: #929292;
    height: 70px;
    line-height: 70px;
    padding-left: 5%;
    padding-right: 5%;
}

.roomsetup_value {
    color: #ffffff;
}

#hd.fixed .fixed-wrapper {
    border-top: #800202 10px solid;
}

/*********************END FORM*****************************/

/*********************WOLFGANG PUCK/LAYOUT BUTTON*****************************/

.wolf a {
    bottom: 0px;
    box-sizing: border-box;
    color: maroon;
    display: block;
    height: 50px;
    left: 0px;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    text-transform: uppercase;
    top: 0px;
    width: 200px;
    column-rule-color: maroon;
    perspective-origin: 80px 18.4px;
    transform-origin: 80px 18.4px;
    caret-color: maroon;
    border: 0.8px solid maroon;
    list-style: none outside none;
    outline: maroon none 0px;
    padding: 10px 20px;
    transition: background-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
    margin-bottom: 20px;
}

    .wolf a:hover {
        background-color: maroon;
        color: white;
    }


/*********************WOLFGANG PUCK MENUS END*****************************/


/******* ACTIVE Links ********/

.active1 span {
    text-decoration: none;
    background: transparent !important;
    outline: none;
    border-bottom: 3px solid maroon !important;
    color: black !important;
}

/******* Google Maps Responsive ********/

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


/**********  CUSTOM END ***********/

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.66667em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type='checkbox'], input[type='radio'] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
        height: auto;
    }

    input[type='search'] {
        box-sizing: content-box;
    }

        input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

input, label, select, button, textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
}

    input:focus {
        outline: 0;
    }

    input, textarea, button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
        box-sizing: border-box;
    }

        input[type=checkbox], input[type=radio] {
            width: 13px;
            height: 13px;
        }

        input[type=search] {
            -webkit-appearance: textfield;
            -webkit-box-sizing: content-box;
        }

::-webkit-search-decoration {
    display: none;
}

button, input[type="reset"], input[type="button"], input[type="submit"] {
    overflow: visible;
    width: auto;
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none;
}

textarea {
    vertical-align: top;
    overflow: auto;
}

select[multiple] {
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("../../css/Gleacher/fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
    src: url("../../css/Gleacher/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"),url("../../css/Gleacher/fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),url("../../css/Gleacher/fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"),url("../../css/Gleacher/fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),url("../../css/Gleacher/fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

@font-face {
    font-family: "Trade Gothic Std";
    src: url("../../css/Gleacher/fonts/trade-gothic/TradeGothicLTStd.otf") format("opentype");
}

html {
    font-size: 1em;
}

body {
    background-color: white;
    font-family: "Trade Gothic Std","Lato",sans-serif;
    font-weight: 400;
    line-height: 1.45;
    color: #272425;
}

p {
    margin-bottom: 1.3em;
}

h1, h2, h3, h4 {
    margin: 1.414em 0 0.5em;
    font-weight: inherit;
    line-height: 1.2;
}

h1 {
    margin-top: 0;
    font-size: 3.998em;
}

h2 {
    font-size: 1.25em !important;
    text-transform: uppercase;
}

h3 {
    font-size: 1em;
    text-transform: uppercase;
}

h4 {
    font-size: .875em;
    text-transform: uppercase;
}

small, .font_small {
    font-size: 0.707em;
}
/*!
 * fullPage 2.7.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */

html.fp-enabled, .fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
}

.fp-section {
    position: relative;
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

.fp-scrollable {
    overflow: scroll;
}

.fp-notransition {
    transition: none !important;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul, .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

        #fp-nav ul li, .fp-slidesNav ul li {
            display: block;
            width: 14px;
            height: 13px;
            margin: 7px;
            position: relative;
        }

            #fp-nav ul li a, .fp-slidesNav ul li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                text-decoration: none;
            }

                #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
                    height: 12px;
                    width: 12px;
                    margin: -6px 0 0 -6px;
                    border-radius: 100%;
                }

            #fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover .fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover .fp-slidesNav ul li a.active span {
                height: 12px;
                width: 12px;
                margin: -6px 0 0 -6px;
                border-radius: 100%;
            }

            #fp-nav ul li a span, .fp-slidesNav ul li a span {
                border-radius: 50%;
                position: absolute;
                z-index: 1;
                height: 4px;
                width: 4px;
                border: 0;
                background: #333;
                left: 50%;
                top: 50%;
                margin: -2px 0 0 -2px;
                transition: all 0.1s ease-in-out;
            }

            #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
                width: 10px;
                height: 10px;
                margin: -5px 0px 0px -5px;
            }

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

    #fp-nav ul li .fp-tooltip {
        position: absolute;
        top: -2px;
        color: #fff;
        font-size: 14px;
        font-family: arial, helvetica, sans-serif;
        white-space: nowrap;
        max-width: 220px;
        overflow: hidden;
        display: block;
        opacity: 0;
        width: 0;
    }

        #fp-nav ul li .fp-tooltip.right {
            right: 20px;
        }

    #fp-nav ul li:hover .fp-tooltip {
        transition: opacity 0.2s ease-in;
        width: auto;
        opacity: 1;
    }

    #fp-nav.fp-show-active a.active + .fp-tooltip {
        transition: opacity 0.2s ease-in;
        width: auto;
        opacity: 1;
    }

.fp-slidesNav ul li {
    display: inline-block;
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}

div.fancy-select {
    position: relative;
    color: #ffffff;
}

    div.fancy-select.disabled {
        opacity: 0.5;
    }

    div.fancy-select select:focus + div.trigger {
        box-shadow: 0 0 0 2px #4B5468;
    }

        div.fancy-select select:focus + div.trigger.open {
            box-shadow: none;
        }

    div.fancy-select div.trigger {
        width: 100%;
        position: relative;
        background: #142543;
        border-top-color: #A5B2CB;
        text-overflow: ellipsis;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        transition: all 240ms ease-out;
    }

        div.fancy-select div.trigger:after {
            content: "\f107";
            display: block;
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: "FontAwesome";
            font-size: 12px;
            color: #ffffff;
        }

        div.fancy-select div.trigger.open {
            background: #6f6f6f;
        }

            div.fancy-select div.trigger.open:after {
                content: "\f104";
            }

    div.fancy-select ul.options {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: 200px;
        margin: 0;
        background: gray;
        box-shadow: 0 1px 5px rgba(0,0,0,0.46);
        color: #ffffff;
        list-style: none;
        opacity: 0;
        overflow: auto;
        visibility: hidden;
        z-index: 50;
        transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    }

        div.fancy-select ul.options.open {
            visibility: visible;
            top: 110%;
            opacity: 1;
            transition: opacity 300ms ease-out, top 300ms ease-out;
        }

        div.fancy-select ul.options.overflowing {
            top: auto;
            bottom: 40px;
            transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        }

            div.fancy-select ul.options.overflowing.open {
                top: auto;
                bottom: 50px;
                transition: opacity 300ms ease-out, bottom 300ms ease-out;
            }

        div.fancy-select ul.options li {
            padding: 8px 12px;
            color: inherit;
            cursor: pointer;
            white-space: nowrap;
            text-transform: none;
            transition: all 150ms ease-out;
        }

            div.fancy-select ul.options li:hover {
                background: #999;
            }

.picker {
    font-size: 1em;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.picker__input {
    cursor: default;
}

    .picker__input.picker__input--active {
        border-color: #0089ec;
    }

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

.picker {
    width: 100%;
    left: 0;
    right: 0;
}

.picker__holder {
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
}

.picker__frame {
    padding: 1px;
}

.picker__wrap {
    margin: -1px;
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
    box-shadow: 0 6px 18px 1px rgba(0,0,0,0.12);
}

.picker__box {
    padding: 0 1em;
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: 0.75em;
}

.picker__month, .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.picker__year {
    color: #999999;
    font-size: 0.8em;
    font-style: italic;
}

.picker__select--month, .picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: 0.5em;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

@media (min-width: 24.5em) {
    .picker__select--month, .picker__select--year {
        margin-top: -0.5em;
    }
}

.picker__select--month {
    width: 35%;
}

.picker__select--year {
    width: 22.5%;
}

    .picker__select--month:focus, .picker__select--year:focus {
        border-color: #0089ec;
    }

.picker__nav--prev, .picker__nav--next {
    position: absolute;
    padding: 0.5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--prev, .picker__nav--next {
        top: -0.33em;
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em;
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 1.5em;
    }
}

.picker__nav--prev:before, .picker__nav--next:before {
    content: " ";
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

.picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover, .picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}

.picker__nav--disabled, .picker__nav--disabled:hover, .picker__nav--disabled:before, .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: 0.75em;
    }
}

.picker__table td {
    margin: 0;
    padding: 0;
}

.picker__weekday {
    width: 14.285714286%;
    font-size: 0.75em;
    padding-bottom: 0.25em;
    color: #999999;
    font-weight: 500;
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: 0.5em;
    }
}

.picker__day {
    padding: 0.3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}

.picker__day--today {
    position: relative;
}

    .picker__day--today:before {
        content: " ";
        position: absolute;
        top: 2px;
        right: 2px;
        width: 0;
        height: 0;
        border-top: 0.5em solid #0059bc;
        border-left: 0.5em solid transparent;
    }

.picker__day--disabled:before {
    border-top-color: #aaaaaa;
}

.picker__day--outfocus {
    color: #dddddd;
}

    .picker__day--infocus:hover, .picker__day--outfocus:hover {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
    }

.picker__day--highlighted {
    border-color: #0089ec;
}

    .picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
    }

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background: #0089ec;
    color: #ffffff;
}

.picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
}

.picker__footer {
    text-align: center;
}

.picker__button--today, .picker__button--clear, .picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: 0.8em;
    padding: 0.66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

    .picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
        border-bottom-color: #b1dcfb;
    }

    .picker__button--today:focus, .picker__button--clear:focus, .picker__button--close:focus {
        background: #b1dcfb;
        border-color: #0089ec;
        outline: none;
    }

    .picker__button--today:before, .picker__button--clear:before, .picker__button--close:before {
        position: relative;
        display: inline-block;
        height: 0;
    }

    .picker__button--today:before, .picker__button--clear:before {
        content: " ";
        margin-right: 0.45em;
    }

    .picker__button--today:before {
        top: -0.05em;
        width: 0;
        border-top: 0.66em solid #0059bc;
        border-left: 0.66em solid transparent;
    }

    .picker__button--clear:before {
        top: -0.25em;
        width: 0.66em;
        border-top: 3px solid #ee2200;
    }

    .picker__button--close:before {
        content: "\D7";
        top: -0.1em;
        vertical-align: top;
        font-size: 1.1em;
        margin-right: 0.35em;
        color: #777777;
    }

    .picker__button--today[disabled], .picker__button--today[disabled]:hover {
        background: #f5f5f5;
        border-color: #f5f5f5;
        color: #dddddd;
        cursor: default;
    }

        .picker__button--today[disabled]:before {
            border-top-color: #aaaaaa;
        }

#hd {
    position: relative;
    height: 60px;
    background-color: #fff;
    z-index: 10;
}

    #hd.fixed {
        height: 60px;
        min-height: 60px;
        line-height: 60px;
    }

        #hd.fixed .fixed-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background-color: inherit;
        }

            #hd.fixed .fixed-wrapper nav.main-nav {
                line-height: normal;
            }

    #hd .fixed-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #f1f1f1;
    }

    #hd a[data-hook="toggle-nav"] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        background-color: transparent;
        cursor: pointer;
        transition: background-color 0.1s ease-out;
    }

        #hd a[data-hook="toggle-nav"]:before {
            content: '';
            height: 30px;
            width: 30px;
            background: url("../../img/Gleacher/header/menu.svg") center center no-repeat;
            background-size: contain;
        }

        #hd a[data-hook="toggle-nav"].active {
            background-color: #dbdbdb;
        }

            #hd a[data-hook="toggle-nav"].active:before {
                content: "\f00d";
            }

    #hd a.gleacher-center-logo {
        display: inline-block;
        vertical-align: middle;
        width: 110px;
        background: url("../../img/Gleacher/header/gleacher-center-logo.svg") center center no-repeat;
        background-size: contain;
        transition: background 0.5s ease-out;
    }

        #hd a.gleacher-center-logo:before {
            content: '';
            display: block;
            padding-bottom: 26.0274%;
        }

    #hd a.booth-logo {
        display: none;
    }

    #hd nav.main-nav ul li a {
        text-transform: uppercase;
    }

@media screen and (max-width: 47.9375em) {
    #hd.fixed .fixed-wrapper {
        position: relative;
    }

    #hd nav.main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #dbdbdb;
        opacity: 0;
        visibility: hidden;
        font-size: 14px;
        font-size: 0.875rem;
    }

        #hd nav.main-nav ul li a {
            display: block;
            padding: 15px;
            color: #272425;
            background-color: inherit;
            transition: background-color 0.2s ease-out;
        }

            #hd nav.main-nav ul li a:hover {
                background-color: #e8e8e8;
            }

            #hd nav.main-nav ul li a.toggle-subnav {
                position: relative;
            }

                #hd nav.main-nav ul li a.toggle-subnav:before {
                    position: absolute;
                    right: 15px;
                    display: inline-block;
                    font-family: "FontAwesome";
                    content: "\f0da";
                }

                #hd nav.main-nav ul li a.toggle-subnav.showing-subnav {
                    background-color: #ededed;
                }

                    #hd nav.main-nav ul li a.toggle-subnav.showing-subnav:before {
                        content: "\f0d7";
                    }

            #hd nav.main-nav ul li a.important {
                background-color: #bfbfbf;
            }

        #hd nav.main-nav ul li nav.subnav {
            display: none;
            background-color: #ededed;
        }

            #hd nav.main-nav ul li nav.subnav ul li a {
                font-size: 12px;
                font-size: 0.75rem;
            }

            #hd nav.main-nav ul li nav.subnav.room-selector {
                background-color: #f5f5f5;
            }

                #hd nav.main-nav ul li nav.subnav.room-selector ul li a {
                    padding-left: 25px;
                }

                #hd nav.main-nav ul li nav.subnav.room-selector ul li nav {
                    background-color: #ededed;
                }

                    #hd nav.main-nav ul li nav.subnav.room-selector ul li nav ul li a {
                        padding-left: 35px;
                    }

    #hd.showing-mobile-nav .fixed-wrapper:after {
        display: none;
    }

    #hd.showing-mobile-nav a[data-hook="toggle-nav"] {
        background-color: #dbdbdb;
    }

        #hd.showing-mobile-nav a[data-hook="toggle-nav"]:before {
            background-image: url("../../img/Gleacher/header/x.svg");
            background-size: 70% 70%;
        }

    #hd.showing-mobile-nav nav.main-nav {
        transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 48em) {
    #hd {
        height: 100px;
        padding: 0 20px;
        transition: line-height 0.15s ease-out;
        overflow: hidden;
    }

        #hd.fixed {
            height: 100px;
            min-height: 100px;
            line-height: 100px;
        }

        #hd.condensed {
            height: 60px;
            min-height: 60px;
            line-height: 60px;
        }

            #hd.condensed a.gleacher-center-logo {
                background-position: top;
                overflow: hidden;
                height: 30px;
                background-size: 100%;
            }

            #hd.condensed nav.main-nav {
                height: 60px;
            }

                #hd.condensed nav.main-nav ul li .mobile-only {
                    display: none;
                }

                #hd.condensed nav.main-nav ul li a {
                    line-height: 60px;
                }

        #hd .outer-container {
            position: relative;
        }

        #hd a.gleacher-center-logo {
            vertical-align: middle;
            width: 219px;
            max-width: 20%;
            margin-right: 20px;
            line-height: normal;
        }

        #hd a.booth-logo {
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            width: 178px;
            max-width: 15%;
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
        }

            #hd a.booth-logo:before {
                content: '';
                display: block;
                padding-bottom: 19.66292%;
                background: url("../../img/Gleacher/header/booth-logo.svg") center center no-repeat;
                background-size: contain;
            }

        #hd a[data-hook="toggle-nav"] {
            display: none;
        }

        #hd nav.main-nav {
            display: inline-block;
            vertical-align: middle;
            height: 100px;
            line-height: normal;
            transition: height 0.15s ease-out;
            overflow: hidden;
        }

            #hd nav.main-nav ul {
                font-size: 0;
            }

                #hd nav.main-nav ul li {
                    display: inline-block;
                    height: 100%;
                    font-size: 14px;
                    font-size: 0.875rem;
                }

                    #hd nav.main-nav ul li a {
                        display: block;
                        padding: 0 20px;
                        line-height: 100px;
                        transition: line-height 0.2s ease-out, background-color 0.2s ease-out;
                    }

                        #hd nav.main-nav ul li a:hover {
                            background-color: #f5f5f5;
                        }

                        #hd nav.main-nav ul li a span {
                            color: inherit;
                        }

                        #hd nav.main-nav ul li a.important {
                            background-color: #e0e0e0;
                        }

                            #hd nav.main-nav ul li a.important.active {
                                background-color: #f1f1f1;
                                color: inherit;
                            }

                        #hd nav.main-nav ul li a.active:not(.important) span {
                            padding-bottom: 5px;
                            border-bottom: solid 1px #862633;
                            color: #862633;
                        }

                    #hd nav.main-nav ul li .subnav {
                        display: none !important;
                    }
}

@media screen and (min-width: 75em) {
    #hd nav.main-nav ul li a {
        padding: 0 30px;
    }
}

#ft {
    padding: 20px 0;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
}

    #ft nav ul {
        text-align: center;
    }

        #ft nav ul li {
            font-size: 12px;
            font-size: 0.75rem;
            text-transform: uppercase;
        }

            #ft nav ul li:not(:last-of-type) {
                margin-bottom: 10px;
            }

    #ft p {
        text-align: center;
    }

        #ft p:last-of-type {
            margin-bottom: 0;
        }

        #ft p.copy {
            font-size: 12px;
            font-size: 0.75rem;
            color: #6e6865;
        }

@media screen and (min-width: 48em) {
    #ft {
        padding: 10px 0;
        /*position: absolute;
        bottom: 0;
        left: 0;
        right: 0; */
        height: 100px;
        font-size: 16px;
        font-size: 1rem;
        overflow: hidden;
        /* z-index: 999;*/
    }

        #ft nav ul li {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            font-size: 0.6875rem;
        }

            #ft nav ul li:not(:last-of-type) {
                margin-bottom: 0px;
                margin-right: 15px;
            }

        #ft p {
            font-size: 11px;
            font-size: 0.6875rem;
        }
}

@media screen and (min-width: 60em) {
    #ft nav ul li, #ft p {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

nav.breadcrumbs {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
}

    nav.breadcrumbs ul li {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 0.75em;
    }

        nav.breadcrumbs ul li:not(:last-child):after {
            content: '/';
            display: inline-block;
            margin: 0 5px;
        }

        nav.breadcrumbs ul li a {
            display: inline-block;
            vertical-align: middle;
        }

html {
    height: 100%;
}

body {
    height: 100%;
}

.touchevents body #djDebug {
    display: none !important;
}

@media screen and (min-width: 48em) {
    body {
        padding-bottom: 100px;
    }
}

.outer-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 20px;
}

    .outer-container::after {
        clear: both;
        content: "";
        display: table;
    }

@media screen and (min-width: 75em) {
    .outer-container {
        padding: 0 0;
    }
}

html, body {
    overflow: auto;
}

.page-landing main {
    font-size: 12px;
    font-size: 0.75rem;
}

.page-landing nav a.button {
    display: inline-block;
    padding: 20px 40px;
    border: solid 1px rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

    .page-landing nav a.button.transparent {
        background-color: transparent;
    }

    .page-landing nav a.button:hover {
        color: #000;
        background-color: rgba(255,255,255,0.9);
    }

.page-landing nav.circle-nav {
    display: none;
}

.page-landing a.directions-button {
    display: block;
    padding: 20px;
    background-color: #891326;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.page-landing div.floating-nav {
    display: none;
}

.page-landing ul.sections li.section .hover-box {
    display: none;
}

.page-landing ul.sections li.section .content {
    padding: 20px;
    color: #fff;
}

    .page-landing ul.sections li.section .content h1, .page-landing ul.sections li.section .content h2, .page-landing ul.sections li.section .content h3, .page-landing ul.sections li.section .content h4, .page-landing ul.sections li.section .content h5 {
        margin-top: 0;
    }

.page-landing ul.sections li.section.one {
    position: relative;
    background: url("../../img/Gleacher/hero-image.png") center center no-repeat;
    background-size: cover;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .page-landing ul.sections li.section.one {
        background-image: url("../../img/Gleacher/hero-image@2x.png");
    }
}

.page-landing ul.sections li.section.one:before {
    content: '';
    display: block;
    padding-bottom: 70.90196%;
}

.page-landing ul.sections li.section.one a[data-hook="show-next-section"] {
    display: none;
}

.page-landing ul.sections li.section.one .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.page-landing ul.sections li.section.one video {
    display: none;
}

.page-landing ul.sections li.section.split .content {
    background-color: #514843;
}

.page-landing ul.sections li.section.split .column:before {
    content: '';
    display: block;
}

.page-landing ul.sections li.section .column.sky:before {
    padding-bottom: 66.66667%;
    background-image: url("../../img/Gleacher/section-speaker.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .page-landing ul.sections li.section .column.sky:before {
        background-image: url("../../img/Gleacher/section-sky@2x.png");
    }
}

.page-landing ul.sections li.section .column.mountains:before {
    padding-bottom: 66.66667%;
    background-image: url("../../img/Gleacher/section-biker.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .page-landing ul.sections li.section .column.mountains:before {
        background-image: url("../../img/Gleacher/section-mountains@2x.png");
    }
}

.page-landing ul.sections li.section .column.speaker:before {
    padding-bottom: 66.66667%;
    background-image: url("../../img/Gleacher/section-at.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .page-landing ul.sections li.section .column.speaker:before {
        background-image: url("../../img/Gleacher/section-speaker@2x.png");
    }
}

.page-landing ul.sections li.section .column.biker:before {
    padding-bottom: 66.66667%;
    background-image: url("../../img/Gleacher/section-pct.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .page-landing ul.sections li.section .column.biker:before {
        background-image: url("../../img/Gleacher/section-biker@2x.png");
    }
}

@media screen and (max-width: 47.9375em) {
    .page-landing ul.sections li.section.split .column {
        -webkit-transform: translateX(0) translateX(0) !important;
        -ms-transform: translateX(0) translateX(0) !important;
        transform: translateX(0) translateX(0) !important;
    }
}

@media screen and (min-width: 48em) {
    .page-landing {
        padding-bottom: 0;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: padding-bottom 0.15s ease-in;
    }

        .page-landing #mainForm {
            height: 100%;
        }

        /* .page-landing #ft {
            position: relative;
            z-index: 1000;
        }*/

        .page-landing.show-footer {
            padding-bottom: 100px;
            transition: padding-bottom 0.15s ease-out;
        }

        .page-landing main {
            position: relative;
            height: calc(100% - 100px);
            font-size: 16px;
            font-size: 1rem;
        }

            .page-landing main.condensed {
                height: calc(100% - 60px);
            }

        .page-landing a.directions-button {
            display: none;
        }

        .page-landing div.floating-nav {
            left: 0%;
            top: 0%;
            width: 100%;
            display: block;
            position: absolute;
            opacity: 1;
            z-index: 1000;
            background: rgba(0,0,0,0.6);
        }

            .page-landing div.floating-nav > nav {
                max-width: 1200px;
                margin-left: auto;
                margin-right: auto;
                width: 100%;
                margin: 0 auto;
                padding: 1.1em 0 0.8em 0;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 14px;
                font-size: 0.875rem;
                font-weight: 600;
                color: #ffffff;
                text-transform: uppercase;
                transition: top 0.25s cubic-bezier(0.09, 0.99, 0.25, 1);
            }

                .page-landing div.floating-nav > nav::after {
                    clear: both;
                    content: "";
                    display: table;
                }

                .page-landing div.floating-nav > nav.float-up {
                    top: 5%;
                }

                .page-landing div.floating-nav > nav ul li {
                    display: inline-block;
                    vertical-align: middle;
                }

                    .page-landing div.floating-nav > nav ul li:first-of-type {
                        margin-left: 15px;
                    }

                    .page-landing div.floating-nav > nav ul li:not(:last-of-type) {
                        margin-right: 15px;
                    }

                    .page-landing div.floating-nav > nav ul li a {
                        position: relative;
                        display: block;
                        padding: 0 5px 5px 5px;
                    }

                        .page-landing div.floating-nav > nav ul li a:after {
                            content: '';
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            right: 100%;
                            height: 2px;
                            background-color: #ffffff;
                            opacity: 0;
                            transition: opacity 0.1s ease-out, right 0.1s ease-out;
                        }

                        .page-landing div.floating-nav > nav ul li a:hover:after {
                            opacity: 1;
                            right: 0;
                        }

        .page-landing nav.circle-nav {
            position: absolute;
            display: block;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 1000;
        }

            .page-landing nav.circle-nav ul li:not(:last-child) {
                margin-bottom: 15px;
            }

            .page-landing nav.circle-nav ul li a {
                display: block;
                cursor: pointer;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                background-color: #fff;
                transition: background-color 0.15s ease-out;
            }

                .page-landing nav.circle-nav ul li a.active {
                    background-color: rgba(255,0,0,0.6);
                }

        .page-landing ul.sections {
            position: relative;
            height: 100%;
            overflow: hidden;
        }

            .page-landing ul.sections li.section {
                display: none;
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                height: 100%;
            }

                .page-landing ul.sections li.section.active {
                    display: block;
                }

                .page-landing ul.sections li.section .content {
                    padding: 20px;
                    color: #fff;
                    font-size: 12px;
                    font-size: 0.75rem;
                }

                    .page-landing ul.sections li.section .content p a {
                        color: #F1C400;
                    }

                        .page-landing ul.sections li.section .content p a:hover {
                            text-decoration: underline;
                        }

                    .page-landing ul.sections li.section .content h1, .page-landing ul.sections li.section .content h2, .page-landing ul.sections li.section .content h3, .page-landing ul.sections li.section .content h4, .page-landing ul.sections li.section .content h5 {
                        margin-top: 0;
                    }

                .page-landing ul.sections li.section.one {
                    z-index: 1;
                    background: transparent;
                }

                    .page-landing ul.sections li.section.one a[data-hook="show-next-section"] {
                        display: block;
                        position: absolute;
                        bottom: 4%;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        transform: translateX(-50%);
                        text-transform: uppercase;
                        color: #fff;
                        cursor: pointer;
                        z-index: 100;
                    }

                        .page-landing ul.sections li.section.one a[data-hook="show-next-section"]:after {
                            content: "\f107";
                            font-family: "FontAwesome";
                            display: inline-block;
                            vertical-align: middle;
                            margin-left: 10px;
                        }

                    .page-landing ul.sections li.section.one .content {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        -ms-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                        text-align: center;
                    }

    .video .page-landing ul.sections li.section.one video {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .page-landing ul.sections li.section.split.on-top {
        z-index: 200;
    }

    .page-landing ul.sections li.section.split .column {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50%;
    }

        .page-landing ul.sections li.section.split .column:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover !important;
        }

        .page-landing ul.sections li.section.split .column:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,0.3);
            z-index: 10;
        }

        .page-landing ul.sections li.section.split .column.left {
            left: 0;
        }

            .page-landing ul.sections li.section.split .column.left:before {
                background-position: center right;
            }

        .page-landing ul.sections li.section.split .column.right {
            right: 0;
        }

            .page-landing ul.sections li.section.split .column.right:before {
                background-position: center center;
            }

        .page-landing ul.sections li.section.split .column .hover-box {
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 50%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            visibility: hidden;
            opacity: 0;
            z-index: 30;
            transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
        }

            .page-landing ul.sections li.section.split .column .hover-box.pct {
                background: url("../../img/Gleacher/columns/pct.jpg") center center no-repeat;
                background-size: cover;
            }

            .page-landing ul.sections li.section.split .column .hover-box.at {
                background: url("../../img/Gleacher/columns/at.png") center center no-repeat;
                background-size: cover;
            }

        .page-landing ul.sections li.section.split .column .content {
            height: 50%;
            z-index: 20;
            position: relative;
            background-color: transparent;
            transition: background-color 0.15s ease-out;
        }

            .page-landing ul.sections li.section.split .column .content .inner-content {
                position: absolute;
                top: 100%;
                left: 50%;
                width: 100%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                padding: 60px;
                transition: top 0.15s ease-out;
            }

                .page-landing ul.sections li.section.split .column .content .inner-content p, .page-landing ul.sections li.section.split .column .content .inner-content nav {
                    visibility: hidden;
                    opacity: 0;
                    max-height: 0;
                    transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
                }

                .page-landing ul.sections li.section.split .column .content .inner-content h3 {
                    margin-bottom: 0;
                }

        .page-landing ul.sections li.section.split .column.left, .page-landing ul.sections li.section.split .column.right {
            width: auto;
            overflow: hidden;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .page-landing ul.sections li.section.split .column.left.active .content, .page-landing ul.sections li.section.split .column.right.active .content {
                background-color: #514843;
            }

                .page-landing ul.sections li.section.split .column.left.active .content .inner-content, .page-landing ul.sections li.section.split .column.right.active .content .inner-content {
                    top: 50%;
                }

                    .page-landing ul.sections li.section.split .column.left.active .content .inner-content p, .page-landing ul.sections li.section.split .column.left.active .content .inner-content nav, .page-landing ul.sections li.section.split .column.right.active .content .inner-content p, .page-landing ul.sections li.section.split .column.right.active .content .inner-content nav {
                        max-height: none;
                        visibility: visible;
                        opacity: 1;
                    }

            .page-landing ul.sections li.section.split .column.left.active .hover-box, .page-landing ul.sections li.section.split .column.right.active .hover-box {
                visibility: visible;
                opacity: 1;
            }

        .page-landing ul.sections li.section.split .column.left {
            left: 0;
            right: 50%;
            transition: right 0.4s cubic-bezier(0.09, 0.99, 0.25, 1);
        }

            .page-landing ul.sections li.section.split .column.left.active {
                right: 46%;
            }

            .page-landing ul.sections li.section.split .column.left.inactive {
                right: 54%;
            }

        .page-landing ul.sections li.section.split .column.right {
            right: 0;
            left: 50%;
            transition: left 0.4s cubic-bezier(0.09, 0.99, 0.25, 1);
        }

            .page-landing ul.sections li.section.split .column.right.active {
                left: 46%;
            }

            .page-landing ul.sections li.section.split .column.right.inactive {
                left: 54%;
            }

    .page-landing ul.sections li.section.two {
        z-index: 2;
    }

    .page-landing ul.sections li.section .column.sky:before {
        padding-bottom: 66.66667%;
        background-image: url("../../img/Gleacher/section-sky.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 48em) and (min--moz-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (min-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (min-resolution: 1.3dppx) {
    .page-landing ul.sections li.section .column.sky:before {
        background-image: url("../../img/Gleacher/section-sky@2x.png");
    }
}

@media screen and (min-width: 48em) {
    .page-landing ul.sections li.section .column.mountains:before {
        padding-bottom: 66.66667%;
        background-image: url("../../img/Gleacher/section-mountains.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 48em) and (min--moz-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (min-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (min-resolution: 1.3dppx) {
    .page-landing ul.sections li.section .column.mountains:before {
        background-image: url("../../img/Gleacher/section-mountains@2x.png");
    }
}

@media screen and (min-width: 48em) {
    .page-landing ul.sections li.section .column.speaker:before {
        padding-bottom: 66.66667%;
        background-image: url("../../img/Gleacher/section-speaker.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 48em) and (min--moz-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (min-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (min-resolution: 1.3dppx) {
    .page-landing ul.sections li.section .column.speaker:before {
        background-image: url("../../img/Gleacher/section-speaker@2x.png");
    }
}

@media screen and (min-width: 48em) {
    .page-landing ul.sections li.section .column.biker:before {
        padding-bottom: 66.66667%;
        background-image: url("../../img/Gleacher/section-biker.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 48em) and (min--moz-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (min-device-pixel-ratio: 1.3), screen and (min-width: 48em) and (min-resolution: 1.3dppx) {
    .page-landing ul.sections li.section .column.biker:before {
        background-image: url("../../img/Gleacher/section-biker@2x.png");
    }
}

@media screen and (min-width: 60em) {
    .page-landing ul.sections li.section .content {
        font-size: 14px;
        font-size: 0.875rem;
    }

    .page-landing div.floating-nav ul li:first-of-type {
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 75em) {
    .page-landing ul.sections li.section .content {
        font-size: 16px;
        font-size: 1rem;
    }
}

.page-reserve {
    background-color: #f1f1f1;
}

    .page-reserve main {
        padding: 20px 0;
        font-size: 12px;
        font-size: 0.75rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .page-reserve main section.form > p {
            width: 100%;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-reserve main section.form div {
            text-transform: uppercase;
        }

            .page-reserve main section.form div > .row:not(:last-of-type), .page-reserve main section.form div .column:not(:last-of-type), .page-reserve main section.form div .column .row:not(:last-of-type) {
                margin-bottom: 20px;
            }

            .page-reserve main section.form div .row .field {
                position: relative;
            }

                .page-reserve main section.form div .row .field:not(:last-of-type) {
                    margin-bottom: 20px;
                }

                .page-reserve main section.form div .row .field label {
                    display: block;
                    margin-bottom: 5px;
                }

                .page-reserve main section.form div .row .field input {
                    background-color: #fff;
                }

            .page-reserve main section.form div input, .page-reserve main section.form div .fancy-select .trigger {
                display: block;
                width: 100%;
                height: 40px;
                padding: 0 20px;
                box-shadow: 0 1px 5px rgba(0,0,0,0.15);
                text-transform: none;
                line-height: 40px;
                outline: none;
                transition: none;
            }

                .page-reserve main section.form div input::-webkit-outer-spin-button, .page-reserve main section.form div input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                }

            .page-reserve main section.form div textarea {
                width: 100%;
                padding: 20px;
                background-color: #fff;
                box-shadow: 0 1px 5px rgba(0,0,0,0.15);
                resize: none;
                outline: none;
            }

                .page-reserve main section.form div input.error, .page-reserve main section.form div .fancy-select .trigger.error, .page-reserve main section.form div textarea.error {
                    border: solid 1px red;
                }

            .page-reserve main section.form div nav input[type="submit"] {
                background-color: transparent;
                border: solid 1px #272425;
                color: inherit;
                transition: background-color 0.2s ease-out;
            }

                .page-reserve main section.form div nav input[type="submit"]:hover {
                    background-color: #fff;
                }

@media screen and (min-width: 48em) {
    .page-reserve main {
        height: calc(100% - 100px);
        padding: 60px 20px;
        overflow-y: scroll;
        font-size: 16px;
        font-size: 1rem;
    }

        .page-reserve main section.form > p {
            font-size: 1.375em;
        }

        .page-reserve main section.form div input, .page-reserve main section.form div .fancy-select .trigger {
            height: 70px;
            line-height: 70px;
        }

        .page-reserve main section.form div textarea {
            height: 278px;
        }

        .page-reserve main section.form div .column:not(:last-of-type) {
            margin-bottom: 0;
        }

        .page-reserve main section.form div nav {
            padding-top: 20px;
        }

        .page-reserve main section.form div .row .field {
            display: inline-block;
            vertical-align: middle;
            margin-left: -4px;
        }

            .page-reserve main section.form div .row .field.w-100 {
                width: 100%;
            }

            .page-reserve main section.form div .row .field.w-50 {
                width: 48%;
            }

                .page-reserve main section.form div .row .field.w-50:not(:last-of-type) {
                    margin-right: 4%;
                    margin-bottom: 0;
                }

            .page-reserve main section.form div .row .field.w-33 {
                width: 30.66667%;
            }

                .page-reserve main section.form div .row .field.w-33:not(:last-of-type) {
                    margin-right: 4%;
                    margin-bottom: 0;
                }

        .page-reserve main section.form div .row.columns::after {
            clear: both;
            content: "";
            display: table;
        }

        .page-reserve main section.form div .row.columns .column {
            width: 48%;
        }

            .page-reserve main section.form div .row.columns .column:not-last-child {
                margin-right: 4%;
            }

            .page-reserve main section.form div .row.columns .column.left {
                float: left;
            }

            .page-reserve main section.form div .row.columns .column.right {
                float: right;
            }
}

.page-content article > img {
    width: 100%;
}

.page-content main .page-body {
    padding: 10px 0;
}

.page-content aside.sidebar {
    display: none;
}

    .page-content aside.side-column figure, .page-content aside.sidebar figure {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

        .page-content aside.side-column figure.puck, .page-content aside.sidebar figure.puck {
            max-width: 180px;
        }

            .page-content aside.side-column figure.puck:before, .page-content aside.sidebar figure.puck:before {
                content: '';
                display: block;
                padding-bottom: 50%;
                background: url("../../img/Gleacher/content/puck.png") center center no-repeat;
                background-size: contain;
            }

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .page-content aside.side-column figure.puck:before, .page-content aside.sidebar figure.puck:before {
        background-image: url("../../img/Gleacher/content/puck@2x.png");
    }
}

.page-content aside.side-column nav.actions, .page-content aside.sidebar nav.actions {
    margin-top: 20px;
}

    .page-content aside.side-column nav.actions ul li:not(:last-child), .page-content aside.sidebar nav.actions ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .page-content aside.side-column nav.actions ul li a, .page-content aside.sidebar nav.actions ul li a {
        border: solid 1px #413a36;
        text-transform: uppercase;
        font-size: 11px;
        font-size: 0.6875rem;
        text-align: center;
    }

        .page-content aside.side-column nav.actions ul li a.button, .page-content aside.sidebar nav.actions ul li a.button {
            transition: background-color 0.2s ease-out, color 0.2s ease-out;
            display: block;
            width: 100%;
            padding: 10px 20px;
            color: inherit;
            background-color: inherit;
        }

            .page-content aside.side-column nav.actions ul li a.button.button-outline, .page-content aside.sidebar nav.actions ul li a.button.button-outline {
                border: 1px solid;
            }

aside.side-column .page-content aside.side-column nav.actions ul li a.button, aside.side-column .page-content aside.sidebar nav.actions ul li a.button {
    border: solid 1px #fff;
}

.page-content aside.side-column nav.actions ul li a.button.reverse:hover, .page-content aside.sidebar nav.actions ul li a.button.reverse:hover {
    background-color: #fff;
    color: #413a36;
}

.page-content aside.side-column nav.actions ul li a.button:hover, .page-content aside.sidebar nav.actions ul li a.button:hover {
    background-color: #413a36;
    color: #fff;
}

.page-content .content-body {
    font-size: 12px;
    font-size: 0.75rem;
}

    .page-content .content-body h1 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 34px;
        font-size: 2.125rem;
    }

    .page-content .content-body h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .page-content .content-body h3 {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 2.6em;
    }

    .page-content .content-body h4 {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .page-content .content-body .inner-content-body .inner-wrapper article {
        margin-bottom: 20px;
        z-index: 9;
    }

        .page-content .content-body .inner-content-body .inner-wrapper article img {
            width: 100%;
        }

        .page-content .content-body .inner-content-body .inner-wrapper article a.wired-style {
            position: relative;
            display: inline-block;
        }

            .page-content .content-body .inner-content-body .inner-wrapper article a.wired-style:before {
                content: '';
                position: absolute;
                left: -2px;
                right: -2px;
                bottom: 1px;
                height: 3px;
                background-color: #e7d4d6;
                z-index: -1;
                transition: height 0.05s ease-out;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article a.wired-style:hover:before {
                height: 100%;
            }

        .page-content .content-body .inner-content-body .inner-wrapper article .figure {
            margin: 0;
            padding: 0;
        }

            .page-content .content-body .inner-content-body .inner-wrapper article .figure.center {
                display: block;
                margin: 20px auto;
                clear: both;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article .figure.right {
                float: right;
                margin: 10px 0 10px 10px;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article .figure.left {
                float: left;
                margin: 10px 10px 10px 0;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article .figure.small {
                width: 40%;
                max-width: 150px;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article .figure.medium {
                width: 45%;
                max-width: 250px;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article .figure.large {
                width: 50%;
                max-width: 350px;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article .figure img {
                display: block;
                width: 100%;
                height: auto;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article .figure .caption {
                display: block;
                padding: 10px;
                background-color: #413a36;
                color: #fff;
                font-size: 12px;
                font-size: 0.75rem;
            }

                .page-content .content-body .inner-content-body .inner-wrapper article .figure .caption .title {
                    display: block;
                    font-weight: bold;
                }

        .page-content .content-body .inner-content-body .inner-wrapper article .table {
            width: 100%;
            display: table;
        }

            .page-content .content-body .inner-content-body .inner-wrapper article .table .tr {
                display: table-row;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article .table .td {
                display: table-cell;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article .table .thead {
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                display: table-header-group;
            }

                .page-content .content-body .inner-content-body .inner-wrapper article .table .thead .td {
                    padding: 20px;
                    background: #413a36;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 12px;
                    font-size: 0.75rem;
                }

                    .page-content .content-body .inner-content-body .inner-wrapper article .table .thead .td:not(:last-child) {
                        border-right: solid 1px gray;
                    }

            .page-content .content-body .inner-content-body .inner-wrapper article .table .tbody {
                display: table-row-group;
            }

                .page-content .content-body .inner-content-body .inner-wrapper article .table .tbody .tr:nth-child(2n) .td {
                    background-color: #ecebeb;
                }

                .page-content .content-body .inner-content-body .inner-wrapper article .table .tbody .tr .td {
                    padding: 10px 20px;
                    font-size: 14px;
                    font-size: 0.875rem;
                }

        .page-content .content-body .inner-content-body .inner-wrapper article .accordion {
            width: 100%;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .page-content .content-body .inner-content-body .inner-wrapper article .accordion ul li a[data-hook="toggle-section"] {
                position: relative;
                display: block;
                padding: 15px 20px;
                background-color: #413a36;
                color: #fff;
                text-transform: uppercase;
                font-size: 12px;
                font-size: 0.75rem;
                cursor: pointer;
                transition: background-color 0.2s ease-out, color 0.2s ease-out;
            }

                .page-content .content-body .inner-content-body .inner-wrapper article .accordion ul li a[data-hook="toggle-section"]:after {
                    content: "\f0da";
                    font-family: "FontAwesome";
                    position: absolute;
                    right: 20px;
                }

                .page-content .content-body .inner-content-body .inner-wrapper article .accordion ul li a[data-hook="toggle-section"].active {
                    background-color: #ecebeb;
                    color: #46403d;
                }

                    .page-content .content-body .inner-content-body .inner-wrapper article .accordion ul li a[data-hook="toggle-section"].active:after {
                        content: "\f0d7";
                    }

            .page-content .content-body .inner-content-body .inner-wrapper article .accordion ul li .content {
                display: none;
                padding: 10px 20px;
                background-color: #ecebeb;
            }

        .page-content .content-body .inner-content-body .inner-wrapper article blockquote {
            position: relative;
            margin: 0;
            padding: 5px 0 5px 20px;
        }

            .page-content .content-body .inner-content-body .inner-wrapper article blockquote:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 6px;
                background-color: #413a36;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article blockquote p {
                font-size: 20px;
                font-size: 1.25rem;
            }

                .page-content .content-body .inner-content-body .inner-wrapper article blockquote p:first-of-type {
                    margin-top: 0;
                }

                .page-content .content-body .inner-content-body .inner-wrapper article blockquote p:last-of-type {
                    margin-bottom: 0;
                }

            .page-content .content-body .inner-content-body .inner-wrapper article blockquote footer {
                margin-top: 10px;
                text-transform: uppercase;
                font-size: 12px;
                font-size: 0.75rem;
            }

        .page-content .content-body .inner-content-body .inner-wrapper article .video {
            position: relative;
            width: 100%;
        }

            .page-content .content-body .inner-content-body .inner-wrapper article .video:before {
                content: '';
                display: block;
                padding-bottom: 75%;
            }

            .page-content .content-body .inner-content-body .inner-wrapper article .video iframe {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

@media screen and (min-width: 48em) {
    .page-content main {
        position: relative;
        height: calc(100% - 100px);
    }

        .page-content main .outer-container, .page-content #mainForm, .page-content main.portfolio {
            /* height: 100%;*/
        }

        .page-content main .page-body {
            /* display: -webkit-flex;
            display: -ms-flexbox;*/
            display: inline-block;
            /*-webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;*/
            padding: 10px 0;
            height: 100%;
        }

            .page-content main .page-body .main-content {
                position: relative;
                display: inline-block;
                /*  display: -ms-flexbox;
                display: flex;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;*/
                padding-left: 200px;
                overflow: hidden;
            }

                .page-content main .page-body .main-content .sidebar {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    width: 200px;
                }

                .page-content main .page-body .main-content .content-body {
                    max-width: 100%;
                    width: 100%;
                    overflow-y: auto;
                }

                    .page-content main .page-body .main-content .content-body article img {
                        width: 100%;
                    }

    .page-content aside.sidebar {
        display: block;
    }

        .page-content aside.sidebar .sidebar-inner {
            height: 100%;
            overflow: auto;
            padding: 20px;
            color: #fff;
            font-size: 11px;
            font-size: 0.8rem; /* 0.6875rem */
        }
    /* SIDE NAVIGATION FROM BOOTH */
    dl.left-nav {
        color: #000;
        font-family: "TradeGothic BoldCn 20";
        margin: 35px 0 26px;
        padding: 0;
        width: 100%;
    }

        dl.left-nav dd {
            margin: 0;
            width: 100%;
        }

            dl.left-nav dd a {
                background: #142543 none repeat scroll 0 0;
                display: block;
                font-size: 14px;
                line-height: 16px;
                margin: 0 0 1px;
                padding: 20px 10px;
                text-align: center;
                width: auto;
            }

        dl.left-nav a {
            color: #fff;
            text-decoration: none;
        }

        dl.left-nav dd a.active,
        dl.left-nav dd a.active:hover, dl.left-nav dd a:hover {
            background: #800000;
            position: relative;
            height: 100%;
        }

    .reserve {
        background: #800000 !important;
        color: #fff !important;
    }


    .page-content aside.sidebar .sidebar-inner nav.sidenav {
        margin-bottom: 15px;
    }

    .page-content aside.sidebar nav ul {
        list-style: none !important;
    }

        .page-content aside.sidebar nav ul li:not(:last-child) {
            margin-bottom: 5px;
        }

        .page-content aside.sidebar nav ul li a {
            position: relative;
            padding-left: 10px;
        }

            .page-content aside.sidebar nav ul li a.active, .page-content aside.sidebar nav ul li .active {
                color: #b6a297;
                margin-bottom: 10px;
            }

            .page-content aside.sidebar nav ul li a[data-hook="toggle-subnav"], .page-content aside.sidebar nav ul li a.sidenav-item {
                cursor: pointer;
            }

                .page-content aside.sidebar nav ul li a[data-hook="toggle-subnav"]:before, .page-content aside.sidebar nav ul li a.sidenav-item:before {
                    position: absolute;
                    left: 0;
                    top: 30%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    content: "\f0da";
                    font-family: "FontAwesome";
                    color: #fff;
                    font-size: 10px;
                    font-size: 0.625rem;
                }

                .page-content aside.sidebar nav ul li a[data-hook="toggle-subnav"].subnav-open:before, .page-content aside.sidebar nav ul li a.sidenav-item.subnav-open:before {
                    content: "\f0d7";
                }

                .page-content aside.sidebar nav ul li a[data-hook="toggle-subnav"] + .subnav, .page-content aside.sidebar nav ul li a.sidenav-item + .subnav {
                    display: none;
                    padding: 5px 0 5px 10px;
                }

    .page-content .content-body {
        font-size: 18px;
        font-size: 1.125rem;
    }

        .page-content .content-body .inner-content-body {
            padding: 0 20px;
        }
}

@media screen and (min-width: 60em) {
    .page-content .content-body {
        padding: 0 20px;
        margin-bottom: -20px;
    }

        .page-content .content-body .inner-content-body .inner-wrapper {
            position: relative;
            padding-right: 200px;
        }

            .page-content .content-body .inner-content-body .inner-wrapper.no-sidebar {
                padding-right: 0;
            }

                .page-content .content-body .inner-content-body .inner-wrapper.no-sidebar article {
                    padding-right: 0;
                }

            .page-content .content-body .inner-content-body .inner-wrapper aside.side-column {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 200px;
            }

                .page-content .content-body .inner-content-body .inner-wrapper aside.side-column .inner-side-column {
                    padding-left: 20px;
                }

            .page-content .content-body .inner-content-body .inner-wrapper article {
                border-right: solid 1px rgba(128,128,128,0.4);
                padding-right: 40px;
            }

                .page-content .content-body .inner-content-body .inner-wrapper article > img {
                    width: 140% !important;
                    max-width: 940px;
                }
}

.page-room-selector article .content-holder {
    display: none;
    margin-bottom: 1.414em;
    position: fixed;
    top: 6%;
    left: 3%;
    height: 92%;
    width: 94%;
    background: rgba(255,255,255,0.95);
    border: 1px solid #413a36;
    padding: 3%;
    z-index: 10000;
    overflow-y: scroll;
}

    .page-room-selector article .content-holder a.close-button {
        display: block;
        float: right;
        cursor: pointer;
        width: 20px;
        height: 20px;
        font-size: 3em;
        line-height: 0.6em;
        color: #413a36;
    }

        .page-room-selector article .content-holder a.close-button:after {
            display: inline-block;
            content: "\00d7";
        }

    .page-room-selector article .content-holder div.room-content ul li {
        list-style: disc;
        margin-left: 1em;
    }

    .page-room-selector article .content-holder div.room-content h3 {
        margin-top: 0.6em;
    }

    .page-room-selector article .content-holder .room-content-box {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

.page-room-selector aside.sidebar a[data-hook="toggle-rooms"]:before {
    position: absolute;
    left: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f0da";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
}

.page-room-selector aside.sidebar a[data-hook="toggle-rooms"].subnav-open:before {
    content: "\f0d7";
}

.page-room-selector aside.sidebar a[data-hook="toggle-rooms"].no-subnav:before {
    display: none;
}

.page-room-selector aside.sidebar a[data-hook="toggle-rooms"] + .subnav {
    display: none;
}

    .page-room-selector aside.sidebar a[data-hook="toggle-rooms"] + .subnav ul li {
        margin: 5px;
    }

        .page-room-selector aside.sidebar a[data-hook="toggle-rooms"] + .subnav ul li a {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 5px;
            background-color: transparent;
            transition: background-color 0.1s ease-out;
        }

            .page-room-selector aside.sidebar a[data-hook="toggle-rooms"] + .subnav ul li a.selected {
                background-color: #2d2826;
            }

.page-content aside.sidebar nav ul li a.selected {
    background-color: #2d2826;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    transition: background-color 0.1s ease-out 0s;
}

.page-room-selector aside.sidebar a[data-hook="toggle-rooms"] + .subnav ul li a.selected .capacity {
    display: none;
}

.page-room-selector aside.sidebar a[data-hook="toggle-rooms"] + .subnav ul li a span {
    display: inline-block;
}

    .page-room-selector aside.sidebar a[data-hook="toggle-rooms"] + .subnav ul li a span.capacity {
        display: none;
        margin-left: 15px;
    }

.page-room-selector .floor-selector {
    position: relative;
}

    .page-room-selector .floor-selector .floor-selector-item {
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

        .page-room-selector .floor-selector .floor-selector-item:before {
            display: block;
            content: '';
            padding-bottom: 58.18182%;
        }

        .page-room-selector .floor-selector .floor-selector-item.floor-1 {
            background-image: url("../../scripts/Gleacher/room-selector/floor1-lg.png");
        }

        .page-room-selector .floor-selector .floor-selector-item.floor-2 {
            background-image: url("../../scripts/Gleacher/room-selector/floor2-lg.png");
        }

        .page-room-selector .floor-selector .floor-selector-item.floor-3 {
            background-image: url("../../scripts/Gleacher/room-selector/floor3-lg.png");
        }

        .page-room-selector .floor-selector .floor-selector-item.floor-4 {
            background-image: url("../../scripts/Gleacher/room-selector/floor4-lg.png");
        }

        .page-room-selector .floor-selector .floor-selector-item.floor-5 {
            background-image: url("../../scripts/Gleacher/room-selector/floor5-lg.png");
        }

        .page-room-selector .floor-selector .floor-selector-item.floor-6 {
            background-image: url("../../scripts/Gleacher/room-selector/floor6-lg.png");
        }

.page-room-selector .room-selector {
    padding: 20px 0;
    background-color: #f2f2f2;
}

    .page-room-selector .room-selector .room-selector-item {
        position: relative;
        width: 100%;
    }

        .page-room-selector .room-selector .room-selector-item:before {
            content: '';
            display: block;
            padding-bottom: 58.10811%;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .page-room-selector .room-selector .room-selector-item ul li a {
            visibility: visible;
            opacity: 1;
            transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
        }

            .page-room-selector .room-selector .room-selector-item ul li a.toggled-out {
                visibility: hidden;
                opacity: 0;
            }

        /* ALL FLOORS */
        .page-room-selector .room-selector .room-selector-item.all-floor-1:before {
            background-image: url("../../scripts/Gleacher/img/AllRooms–plaza.png");
        }

        .page-room-selector .room-selector .room-selector-item.all-floor-2:before {
            background-image: url("../../scripts/Gleacher/img/AllRooms–2ndfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.all-floor-3:before {
            background-image: url("../../scripts/Gleacher/img/AllRooms–3rdfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.all-floor-4:before {
            background-image: url("../../scripts/Gleacher/img/AllRooms–4thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.all-floor-5:before {
            background-image: url("../../scripts/Gleacher/img/AllRooms–5thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.all-floor-6:before {
            background-image: url("../../scripts/Gleacher/img/AllRooms–6thfloor.png");
        }
        /* MULTI-FUNCTION FLOORS */
        .page-room-selector .room-selector .room-selector-item.multi-floor-1:before {
            background-image: url("../../scripts/Gleacher/img/Multifunction-plaza.png");
        }

        .page-room-selector .room-selector .room-selector-item.multi-floor-2:before {
            background-image: url("../../scripts/Gleacher/img/Multifunction-2ndfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.multi-floor-3:before {
            background-image: url("../../scripts/Gleacher/img/Multifunction-3rdfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.multi-floor-4:before {
            background-image: url("../../scripts/Gleacher/img/Multifunction-4thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.multi-floor-5:before {
            background-image: url("../../scripts/Gleacher/img/Multifunction-5thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.multi-floor-6:before {
            background-image: url("../../scripts/Gleacher/img/Multifunction-6thfloor.png");
        }

        /* TIERED ROOM FLOORS */
        .page-room-selector .room-selector .room-selector-item.tiered-floor-1:before {
            background-image: url("../../scripts/Gleacher/img/TieredMeeting-plaza.png");
        }

        .page-room-selector .room-selector .room-selector-item.tiered-floor-2:before {
            background-image: url("../../scripts/Gleacher/img/TieredMeeting-2ndfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.tiered-floor-3:before {
            background-image: url("../../scripts/Gleacher/img/TieredMeeting-3rdfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.tiered-floor-4:before {
            background-image: url("../../scripts/Gleacher/img/TieredMeeting-4thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.tiered-floor-5:before {
            background-image: url("../../scripts/Gleacher/img/TieredMeeting-5thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.tiered-floor-6:before {
            background-image: url("../../scripts/Gleacher/img/TieredMeeting-6thfloor.png");
        }

        /* MIDWAY FLOORS */
        .page-room-selector .room-selector .room-selector-item.midway-floor-1:before {
            background-image: url("../../scripts/Gleacher/img/MidwayClub-plaza.png");
        }

        .page-room-selector .room-selector .room-selector-item.midway-floor-2:before {
            background-image: url("../../scripts/Gleacher/img/MidwayClub-2ndfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.midway-floor-3:before {
            background-image: url("../../scripts/Gleacher/img/MidwayClub-3rdfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.midway-floor-4:before {
            background-image: url("../../scripts/Gleacher/img/MidwayClub-4thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.midway-floor-5:before {
            background-image: url("../../scripts/Gleacher/img/MidwayClub-5thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.midway-floor-6:before {
            background-image: url("../../scripts/Gleacher/img/MidwayClub-6thfloor.png");
        }

        /* RECEPTION FLOORS */
        .page-room-selector .room-selector .room-selector-item.reception-floor-1:before {
            background-image: url("../../scripts/Gleacher/img/ReceptionDining-plaza.png");
        }

        .page-room-selector .room-selector .room-selector-item.reception-floor-2:before {
            background-image: url("../../scripts/Gleacher/img/ReceptionDining-2ndfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.reception-floor-3:before {
            background-image: url("../../scripts/Gleacher/img/ReceptionDining-3rdfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.reception-floor-4:before {
            background-image: url("../../scripts/Gleacher/img/ReceptionDining-4thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.reception-floor-5:before {
            background-image: url("../../scripts/Gleacher/img/ReceptionDining-5thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.reception-floor-6:before {
            background-image: url("../../scripts/Gleacher/img/ReceptionDining-6thfloor.png");
        }

        /* Executive BoardRooms */
        .page-room-selector .room-selector .room-selector-item.execboardroom-floor-1:before {
            background-image: url("../../scripts/Gleacher/img/ExecBoardrooms-plaza.png");
        }

        .page-room-selector .room-selector .room-selector-item.execboardroom-floor-2:before {
            background-image: url("../../scripts/Gleacher/img/ExecBoardrooms-2ndfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.execboardroom-floor-3:before {
            background-image: url("../../scripts/Gleacher/img/ExecBoardrooms-3rdfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.execboardroom-floor-4:before {
            background-image: url("../../scripts/Gleacher/img/ExecBoardrooms-4thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.execboardroom-floor-5:before {
            background-image: url("../../scripts/Gleacher/img/ExecBoardrooms-5thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.execboardroom-floor-6:before {
            background-image: url("../../scripts/Gleacher/img/ExecBoardrooms-6thfloor.png");
        }

        /* Executive Meeting Rooms */
        .page-room-selector .room-selector .room-selector-item.execmeeting-floor-1:before {
            background-image: url("../../scripts/Gleacher/img/ExecMeeting-plaza.png");
        }

        .page-room-selector .room-selector .room-selector-item.execmeeting-floor-2:before {
            background-image: url("../../scripts/Gleacher/img/ExecMeeting-2ndfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.execmeeting-floor-3:before {
            background-image: url("../../scripts/Gleacher/img/ExecMeeting-3rdfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.execmeeting-floor-4:before {
            background-image: url("../../scripts/Gleacher/img/ExecMeeting-4thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.execmeeting-floor-5:before {
            background-image: url("../../scripts/Gleacher/img/ExecMeeting-5thfloor.png");
        }

        .page-room-selector .room-selector .room-selector-item.execmeeting-floor-6:before {
            background-image: url("../../scripts/Gleacher/img/ExecMeeting-6thfloor.png");
        }



        .page-room-selector .room-selector .room-selector-item.floor-1:before {
            background-image: url("../../scripts/Gleacher/room-selector/floor1.png");
        }

        .page-room-selector .room-selector .room-selector-item.floor-1 ul li a.cafe {
            bottom: 11%;
            left: 9%;
            width: 18.64865%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-1 ul li a.cafe:before {
                padding-bottom: 102.89855%;
                background-image: url("../../scripts/Gleacher/room-selector/floor1-cafe.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-1 ul li a.tiered-meeting-room-100 {
            top: 1.5%;
            right: 9.55%;
            width: 18.37838%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-1 ul li a.tiered-meeting-room-100:before {
                padding-bottom: 122.05882%;
                background-image: url("../../scripts/Gleacher/room-selector/floor1-tiered-meeting-room-100.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2:before {
            background-image: url("../../scripts/Gleacher/room-selector/floor2.png");
        }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.executive-meeting-room-203 {
            right: 15.5%;
            bottom: 33%;
            width: 9.18919%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.executive-meeting-room-203:before {
                padding-bottom: 102.94118%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-executive-meeting-room-203.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.multi-function-room-222 {
            left: 9.5%;
            bottom: 9%;
            width: 9.45946%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.multi-function-room-222:before {
                padding-bottom: 91.42857%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-multi-function-room-222.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.multi-function-room-226 {
            left: 21.5%;
            bottom: 9%;
            width: 8.91892%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.multi-function-room-226:before {
                padding-bottom: 96.9697%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-multi-function-room-226.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.multi-function-room-240 {
            left: 56%;
            bottom: 9%;
            width: 9.45946%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.multi-function-room-240:before {
                padding-bottom: 91.42857%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-multi-function-room-240.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.multi-function-room-244 {
            left: 67%;
            bottom: 9%;
            width: 8.91892%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.multi-function-room-244:before {
                padding-bottom: 96.9697%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-multi-function-room-244.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.multi-function-room-246 {
            left: 78%;
            bottom: 9%;
            width: 9.45946%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.multi-function-room-246:before {
                padding-bottom: 91.42857%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-multi-function-room-246.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.north-lounge-250 {
            right: 0%;
            bottom: 21%;
            width: 7.2973%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.north-lounge-250:before {
                padding-bottom: 325.92593%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-north-lounge-250.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.south-lounge-220 {
            left: 0%;
            bottom: 21%;
            width: 7.02703%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.south-lounge-220:before {
                padding-bottom: 288.46154%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-south-lounge-220.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.tiered-meeting-room-200 {
            right: 9.5%;
            top: 0;
            width: 18.91892%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.tiered-meeting-room-200:before {
                padding-bottom: 87.14286%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-tiered-meeting-room-200.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.tiered-meeting-room-204 {
            right: 35%;
            top: 12.5%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.tiered-meeting-room-204:before {
                padding-bottom: 110.41667%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-tiered-meeting-room-204.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.tiered-meeting-room-206 {
            right: 53%;
            top: 18.8%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.tiered-meeting-room-206:before {
                padding-bottom: 110.41667%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-tiered-meeting-room-206.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.tiered-meeting-room-208 {
            right: 71.5%;
            top: 26%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-2 ul li a.tiered-meeting-room-208:before {
                padding-bottom: 110.41667%;
                background-image: url("../../scripts/Gleacher/room-selector/floor2-tiered-meeting-room-208.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-3:before {
            background-image: url("../../scripts/Gleacher/room-selector/floor3.png");
        }

        .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.executive-meeting-room-303 {
            right: 15.5%;
            top: 47%;
            width: 8.91892%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.executive-meeting-room-303:before {
                padding-bottom: 103.0303%;
                background-image: url("../../scripts/Gleacher/room-selector/floor3-executive-meeting-room-303.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.north-lounge-350 {
            right: 0;
            bottom: 10.5%;
            width: 14.59459%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.north-lounge-350:before {
                padding-bottom: 194.44444%;
                background-image: url("../../scripts/Gleacher/room-selector/floor3-north-lounge-350.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.tiered-meeting-room-300 {
            right: 9.5%;
            top: 0;
            width: 18.91892%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.tiered-meeting-room-300:before {
                padding-bottom: 87.14286%;
                background-image: url("../../scripts/Gleacher/room-selector/floor3-tiered-meeting-room-300.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.tiered-meeting-room-304 {
            right: 35%;
            top: 12.5%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.tiered-meeting-room-304:before {
                padding-bottom: 110.41667%;
                background-image: url("../../scripts/Gleacher/room-selector/floor3-tiered-meeting-room-304.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.tiered-meeting-room-306 {
            right: 53%;
            top: 18.8%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.tiered-meeting-room-306:before {
                padding-bottom: 110.41667%;
                background-image: url("../../scripts/Gleacher/room-selector/floor3-tiered-meeting-room-306.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.tiered-meeting-room-308 {
            right: 71.5%;
            top: 26%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-3 ul li a.tiered-meeting-room-308:before {
                padding-bottom: 110.41667%;
                background-image: url("../../scripts/Gleacher/room-selector/floor3-tiered-meeting-room-308.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-4:before {
            background-image: url("../../scripts/Gleacher/room-selector/floor4.png");
        }

        .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.executive-meeting-room-422 {
            bottom: 10.9%;
            left: 9.3%;
            width: 9.45946%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.executive-meeting-room-422:before {
                padding-bottom: 88.57143%;
                background-image: url("../../scripts/Gleacher/room-selector/floor4-executive-meeting-room-422.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.north-lounge-450 {
            right: 0;
            bottom: 10.5%;
            width: 14.59459%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.north-lounge-450:before {
                padding-bottom: 194.44444%;
                background-image: url("../../scripts/Gleacher/room-selector/floor4-north-lounge-450.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.south-lounge-420 {
            left: 0%;
            bottom: 21%;
            width: 7.02703%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.south-lounge-420:before {
                padding-bottom: 288.46154%;
                background-image: url("../../scripts/Gleacher/room-selector/floor4-south-lounge-420.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.tiered-meeting-room-400 {
            right: 9.5%;
            top: 0;
            width: 18.91892%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.tiered-meeting-room-400:before {
                padding-bottom: 87.14286%;
                background-image: url("../../scripts/Gleacher/room-selector/floor4-tiered-meeting-room-400.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.tiered-meeting-room-404 {
            right: 35%;
            top: 12.5%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.tiered-meeting-room-404:before {
                padding-bottom: 110.41667%;
                background-image: url("../../scripts/Gleacher/room-selector/floor4-tiered-meeting-room-404.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.tiered-meeting-room-406 {
            right: 53%;
            top: 18.8%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.tiered-meeting-room-406:before {
                padding-bottom: 110.41667%;
                background-image: url("../../scripts/Gleacher/room-selector/floor4-tiered-meeting-room-406.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.tiered-meeting-room-408 {
            right: 71.5%;
            top: 26%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-4 ul li a.tiered-meeting-room-408:before {
                padding-bottom: 110.41667%;
                background-image: url("../../scripts/Gleacher/room-selector/floor4-tiered-meeting-room-408.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-5:before {
            background-image: url("../../scripts/Gleacher/room-selector/floor5.png");
        }

        .page-room-selector .room-selector .room-selector-item.floor-5 ul li a.executive-room {
            left: 24%;
            bottom: 11%;
            width: 4.32432%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-5 ul li a.executive-room:before {
                padding-bottom: 93.75%;
                background-image: url("../../scripts/Gleacher/room-selector/floor5-executive-room.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-5 ul li a.koppel-room {
            left: 9.3%;
            bottom: 11%;
            width: 6.48649%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-5 ul li a.koppel-room:before {
                padding-bottom: 62.5%;
                background-image: url("../../scripts/Gleacher/room-selector/floor5-koppel-room.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-5 ul li a.midway-club-bar-and-veranda {
            left: 0%;
            bottom: 20%;
            width: 17.83784%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-5 ul li a.midway-club-bar-and-veranda:before {
                padding-bottom: 115.15152%;
                background-image: url("../../scripts/Gleacher/room-selector/floor5-midway-club-bar-and-veranda.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-5 ul li a.midway-room {
            left: 34%;
            bottom: 11%;
            width: 8.64865%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-5 ul li a.midway-room:before {
                padding-bottom: 65.625%;
                background-image: url("../../scripts/Gleacher/room-selector/floor5-midway-room.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-5 ul li a.university-room {
            left: 13.4%;
            top: 27%;
            width: 5.94595%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-5 ul li a.university-room:before {
                padding-bottom: 100%;
                background-image: url("../../scripts/Gleacher/room-selector/floor5-university-room.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-6:before {
            background-image: url("../../scripts/Gleacher/room-selector/floor6.png");
        }

        .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.dining-room-621 {
            left: 0%;
            top: 28%;
            width: 27.56757%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.dining-room-621:before {
                padding-bottom: 77.45098%;
                background-image: url("../../scripts/Gleacher/room-selector/floor6-dining-room-621.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.executive-boardroom-608 {
            left: 55%;
            bottom: 21%;
            width: 11.62162%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.executive-boardroom-608:before {
                padding-bottom: 53.48837%;
                background-image: url("../../scripts/Gleacher/room-selector/floor6-executive-boardroom-608.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.executive-boardroom-620 {
            left: 30%;
            bottom: 21%;
            width: 11.62162%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.executive-boardroom-620:before {
                padding-bottom: 51.16279%;
                background-image: url("../../scripts/Gleacher/room-selector/floor6-executive-boardroom-620.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.executive-meeting-room-600 {
            top: 0%;
            right: 13%;
            width: 12.43243%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.executive-meeting-room-600:before {
                padding-bottom: 115.21739%;
                background-image: url("../../scripts/Gleacher/room-selector/floor6-executive-meeting-room-600.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.executive-meeting-room-602 {
            top: 30.5%;
            right: 13.3%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.executive-meeting-room-602:before {
                padding-bottom: 54.16667%;
                background-image: url("../../scripts/Gleacher/room-selector/floor6-executive-meeting-room-602.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.executive-meeting-room-604 {
            top: 45%;
            right: 13.3%;
            width: 12.97297%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.executive-meeting-room-604:before {
                padding-bottom: 50%;
                background-image: url("../../scripts/Gleacher/room-selector/floor6-executive-meeting-room-604.png");
            }

        .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.reception-area-650 {
            top: 26%;
            right: 1%;
            width: 12.7027%;
        }

            .page-room-selector .room-selector .room-selector-item.floor-6 ul li a.reception-area-650:before {
                padding-bottom: 200%;
                background-image: url("../../scripts/Gleacher/room-selector/floor6-reception-area-650.png");
            }

        .page-room-selector .room-selector .room-selector-item .title {
            display: block;
            position: absolute;
            top: -20px;
            left: 0;
        }

        .page-room-selector .room-selector .room-selector-item ul li a {
            display: block;
            position: absolute;
            cursor: pointer;
        }

            .page-room-selector .room-selector .room-selector-item ul li a:before {
                content: '';
                display: block;
                background-position: center center;
                background-size: contain;
                background-repeat: no-repeat;
            }

@media screen and (min-width: 30em) {
    .page-room-selector article div.content-holder {
        display: none;
        font-size: 80%;
        position: static;
        font-size: 80%;
        margin-bottom: 1.414em;
        top: auto;
        left: auto;
        height: auto;
        width: inherit;
        background: transparent;
        border: transparent;
        padding: inherit;
        overflow-y: visible;
    }

        .page-room-selector article div.content-holder a.close-button {
            display: none;
        }

        .page-room-selector article div.content-holder div.room-content {
            display: none;
        }

        .page-room-selector article div.content-holder .room-content-box {
            width: 49%;
            display: inline-block;
            vertical-align: top;
        }

    .page-room-selector .room-selector::after {
        clear: both;
        content: "";
        display: table;
    }

    .page-room-selector .room-selector .room-selector-item {
        position: relative;
        width: 30%;
        max-width: 370px;
        float: left;
        margin: 1.5%;
    }

        .page-room-selector .room-selector .room-selector-item:nth-child(3n+1) {
            clear: right;
        }
}

@media screen and (max-width: 47.9375em) {
    .page-room-selector article .room-selector .room-selector-item.floor .title {
        top: 0px;
    }
}

.page-room-capacities .room-capacities .capacities-table .thead {
    display: none;
}

.page-room-capacities .room-capacities .capacities-table .tbody .tr {
    padding: 10px;
    background-color: #f1f1f1;
    box-shadow: 0 1px 5px rgba(0,0,0,0.46);
}

    .page-room-capacities .room-capacities .capacities-table .tbody .tr:not(:last-child) {
        margin-bottom: 20px;
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td.empty {
        display: none;
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:before {
        display: inline-block;
        vertical-align: middle;
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(1):before {
        content: 'Room:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(2):before {
        content: 'Type:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(3):before {
        content: 'Sq Ft:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(4):before {
        content: 'AV:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(5):before {
        content: 'Classroom:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(6):before {
        content: 'Banquet:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(7):before {
        content: 'Reception:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(8):before {
        content: 'U-Shape:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(9):before {
        content: 'Hollow Sq:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(10):before {
        content: 'Theater:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(11):before {
        content: 'Conference:\00a0';
    }

    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:nth-child(12):before {
        content: 'Pods:\00a0';
    }

@media screen and (min-width: 48em) {
    .page-room-capacities .room-capacities .capacities-table .tbody {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .page-room-capacities .room-capacities .capacities-table .tbody .tr {
            width: 49%;
        }
}

@media screen and (min-width: 75em) {
    .page-room-capacities .room-capacities .capacities-table {
        display: table;
        width: 100%;
        font-size: 12px;
        font-size: 0.75rem;
    }

        .page-room-capacities .room-capacities .capacities-table .tr {
            display: table-row;
        }

            .page-room-capacities .room-capacities .capacities-table .tr .td {
                display: table-cell;
                text-align: center;
            }

        .page-room-capacities .room-capacities .capacities-table .thead {
            display: table-header-group;
        }

        .page-room-capacities .room-capacities .capacities-table .tbody {
            display: table-row-group;
        }

            .page-room-capacities .room-capacities .capacities-table .tbody .tr {
                width: 100%;
                box-shadow: none;
                background-color: transparent;
            }

                .page-room-capacities .room-capacities .capacities-table .tbody .tr:nth-child(2n) .td {
                    background-color: #f2f2f2;
                }

                .page-room-capacities .room-capacities .capacities-table .tbody .tr .td {
                    padding: 5px;
                }

                    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:not(:last-child) {
                        border-right: solid 1px rgba(128,128,128,0.3);
                    }

                    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td:before {
                        display: none;
                    }

                    .page-room-capacities .room-capacities .capacities-table .tbody .tr .td.empty {
                        display: table-cell;
                    }
}

.page-room-details article {
    border: 0px !important;
}

    .page-room-details article:after {
        content: '';
        display: block;
        clear: both;
    }

    .page-room-details article .details {
        float: left;
        width: 70%;
        padding-right: 20px;
        border-right: 1px solid #e0e0e0;
    }

    .page-room-details article .rooms {
        float: left;
        width: 30%;
        padding-left: 20px;
    }

    .page-room-details article .reserve {
        display: none;
    }

@media screen and (max-width: 47.9375em) {
    .page-room-details header {
        border-bottom: 1px solid #e0e0e0;
    }

    .page-room-details article .details {
        float: none;
        width: 100%;
        padding: 0px;
        border-right: 0px;
        border-bottom: 1px solid #ABA2A2;
    }

    .page-room-details article .rooms {
        float: none;
        width: 100%;
        padding: 0px;
    }

    .page-room-details article .reserve {
        display: block;
        width: 300px;
        max-width: 100%;
        padding: 10px 5px 6px;
        border: 1px solid #ABA2A2;
        margin: 0 auto;
        text-transform: uppercase;
        text-align: center;
        color: #ABA2A2;
    }
}

.page-room-details .slideshow.view {
    position: relative;
    padding: 0;
}

    .page-room-details .slideshow.view .slides {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

        .page-room-details .slideshow.view .slides::after {
            clear: both;
            content: "";
            display: table;
        }

        .page-room-details .slideshow.view .slides:before, .page-room-details .slideshow.view .slides:after {
            content: '';
            width: 25px;
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 95;
            display: none;
        }

@media screen and (min-width: 1200) {
    .page-room-details .slideshow.view .slides:before, .page-room-details .slideshow.view .slides:after {
        display: block;
    }
}

.page-room-details .slideshow.view .slides .slide {
    display: block;
    height: auto !important;
}

@media screen and (min-width: 767) {
    .page-room-details .slideshow.view .slides {
        background: #f2f2f2 !important;
    }

        .page-room-details .slideshow.view .slides .slide.book {
            padding-bottom: 60px;
        }

            .page-room-details .slideshow.view .slides .slide.book .inner {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .page-room-details .slideshow.view .slides .slide.book .inner .image-container {
                    max-width: 250px;
                    margin: 0 auto 20px auto;
                    -webkit-order: -1;
                    -ms-flex-order: -1;
                    order: -1;
                }

            .page-room-details .slideshow.view .slides .slide.book .actions {
                position: absoluteƒ;
                bottom: 20px;
                left: 8px;
                right: 8px;
                text-align: center;
            }

                .page-room-details .slideshow.view .slides .slide.book .actions a {
                    display: inline-block;
                    vertical-align: middle;
                    width: auto;
                    float: none;
                    margin: 0;
                }
}

.page-room-details .slideshow.view .navigation {
    display: block;
}

.page-room-details .slideshow.view .slides {
    position: relative;
    overflow: hidden;
    transition: height .3s ease;
}

.page-room-details .slideshow.view .slide {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 90;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
}

    .page-room-details .slideshow.view .slide .inner {
        max-width: 930px;
        margin: 0 auto;
    }

    .page-room-details .slideshow.view .slide.left {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .page-room-details .slideshow.view .slide.right {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .page-room-details .slideshow.view .slide.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .page-room-details .slideshow.view .slide.transition {
        transition: all .3s ease;
    }

.page-room-details .slideshow.view .navigation .slide-nav {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    display: block;
    width: 45px;
    height: 45px;
    background: transparent;
    color: white;
    position: absolute;
    top: 50%;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .page-room-details .slideshow.view .navigation .slide-nav:before {
        display: block;
        font-size: 115px;
        line-height: 73px;
        font-family: 'FontAwesome';
        text-align: center;
        position: relative;
    }

.page-room-details .slideshow.view .navigation .next {
    right: 15px;
}

    .page-room-details .slideshow.view .navigation .next:before {
        content: "\f0da";
        left: 1px;
    }

@media screen and (min-width: 1060) {
    .page-room-details .slideshow.view .navigation .next {
        right: 20px;
    }
}

@media screen and (max-width: 47.9375em) {
    .page-room-details .slideshow.view .navigation .next {
        height: 100px;
    }

        .page-room-details .slideshow.view .navigation .next:before {
            font-size: 75px;
            line-height: 60px;
            color: transparent;
        }
}

.page-room-details .slideshow.view .navigation .previous {
    left: 15px;
}

    .page-room-details .slideshow.view .navigation .previous:before {
        content: "\f0d9";
        right: 1px;
    }

@media screen and (min-width: 1060) {
    .page-room-details .slideshow.view .navigation .previous {
        right: 20px;
    }
}

@media screen and (max-width: 47.9375em) {
    .page-room-details .slideshow.view .navigation .previous {
        height: 100px;
    }

        .page-room-details .slideshow.view .navigation .previous:before {
            font-size: 75px;
            line-height: 60px;
            color: transparent;
        }
}

.page-room-details .slideshow.view .navigation .dots {
    z-index: 110;
}

    .page-room-details .slideshow.view .navigation .dots a {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        display: inline-block;
        vertical-align: middle;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #3E332F;
        margin: 15px 30px 15px 0;
    }

        .page-room-details .slideshow.view .navigation .dots a.active {
            background: #C2A499;
        }

/*# sourceMappingURL=styles.css.map */
main {
    /* z-index: -1; */
    transition: padding-top .2s;
}

header.fixed#hd {
    z-index: 10;
    background-color: none;
}

#hd .fixed-wrapper {
    transition: margin-top .2s;
}

#privacy-policy {
    background-color: #dddddd;
    transition: all .2s;
    position: fixed;
    transform: translate3d(0, -100%, 0);
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

.alert-box {
    max-width: 1920px;
}

.p-alert {
    margin: 0 10.5%;
    position: relative;
    padding: 20px 0;
    padding-right: 60px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
}

    .p-alert:before {
        content: url(/assets/chicagobooth/img/information.svg);
        width: 12px;
        height: 12px;
        display: inline-block;
        transform: scale(2) translate(10px,-3px);
        padding-right: 20px;
    }

    .p-alert a {
        border-bottom: 2px solid maroon;
        color: #50575a;
        transition: all .1s;
        font-size: 16px;
    }

        .p-alert a:hover {
            border-bottom: 5px solid maroon;
            color: maroon;
        }

.alert-closebtn {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    background-image: url(/assets/chicagobooth/img/close.svg);
    cursor: pointer;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 16px;
    transition: transform .2s;
}

    .alert-closebtn:hover {
        transform: translateY(50%) scale(1.25);
    }

@media screen and (max-width: 1024px) {
    .p-alert {
        margin: 0 20px;
    }
}

@media screen and (max-width: 47.9375em) {
    #hd.fixed .fixed-wrapper {
        position: static;
    }

    main {
        padding-top: 0px !important;
    }
}
