html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 320px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #f3f3f3;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

#main > .grid-container {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    max-width: 85rem;
}

.section-heading {
    position: relative;
    padding: 20px !important;
    margin: 50px 0 30px !important;
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
    color: #ffffff !important;
    text-align: center;
    background-color: #0070bc;
}

.title-bar, .top-bar, .top-bar ul {
    background-color: #262626;
}

.title-bar {
    position: relative;
    z-index: 10;
    padding: 0.75rem 0.5rem;
}

.top-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.top-bar > .grid-container, 
.title-bar > .grid-container {
    flex: 1 1;
    display: flex;
}

.top-bar > .grid-container > .top-bar-left {
    display: flex;
}

#gl_logo {
    flex: 0 1;
    height: 36px;
}

#gl_logo a, 
.title-bar-left a {
    display: block;
}

#gl_logo svg, 
.title-bar-left svg {
    display: block;
    height: 36px;
    width: auto;
}

.title-bar-left svg {
    height: 26px;
}

.menu-icon::after {
    background: #a0a8a8;
    -webkit-box-shadow: 0 7px 0 #a0a8a8, 0 14px 0 #a0a8a8;
    box-shadow: 0 7px 0 #a0a8a8, 0 14px 0 #a0a8a8;
}

.menu-icon:hover::after {
    background: #1779ba;
    -webkit-box-shadow: 0 7px 0 #1779ba, 0 14px 0 #1779ba;
    box-shadow: 0 7px 0 #1779ba, 0 14px 0 #1779ba;
}

.menu a {
    color: #a0a8a8;
}

.menu a:hover {
    color: #1779ba;
}

.no-js .top-bar {
    display: none;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    border-color: #a0a8a8 transparent transparent;
}

.dropdown.menu.medium-horizontal>li.is-active.is-dropdown-submenu-parent>a::after {
    border-color: #1779ba transparent transparent;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: inline-block;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 0;
    margin-left: 6px;
    border-color: #a0a8a8 transparent transparent;
    vertical-align: middle;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:hover::after {
    border-color: #1779ba transparent transparent;
}

.orbit-wrapper {
    position: relative;
}

.orbit-container {
    height: auto !important;
}

.orbit-slide {
    max-height: none !important;
    top: 0;
}

.orbit-next, .orbit-previous {
    text-shadow: 0px 0px 2px #000000bd, 2px 2px 8px #000000b0;
}

.orbit-bullets button {
    width: 1rem;
    height: 1rem;
}

#recent-video {
    position: relative;
    width: calc(100% -50px);
    height: 0;
    padding-top: calc(56.25% - 40px);
    margin: 20px 25px;
    background-color: #000000;
}

#recent-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel--container {
    padding: 0 25px;
}

.owl-carousel {
    overflow: hidden;
}

.owl-carousel.owl-loaded {
    overflow: unset;
}

.owl-carousel .item {
    height: 0;
    padding-top: 56.24% !important;
    width: calc(25% - 20px);
    float: left;
    margin-right: 20px;
    background-position: center;
    background-size: cover;
}

.owl-item .item {
    width: 100%;
    float: unset;
    margin-right: unset;
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 24px;
    padding: 0px 7px 6px !important;
}

.owl-prev {
    right: 100%;
}

.owl-next {
    left: 100%;
}

#main {
    flex: 1;
    background-color: #f3f3f3 !important;
    background-image: linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%) !important;
    padding-bottom: 20px;
}

#main .post {
    margin-bottom: 30px;
    border-bottom: 1px solid #bbbbbb;
}

.post {
    padding-bottom: 20px;
}

.title-heading, 
.title-heading a {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.post .post_heading {
    margin-bottom: 20px;
}

.post figure.image {
    margin-bottom: 1rem;
}

.post figure.image figcaption {
    background: #0070bc;
    color: #ffffff;
    padding: 2px 10px;
}

.smiley { background: url('../images/smilies/glossy_smilies.png') 0 0 no-repeat; width: 0; height: 0; padding: 16px 16px 0 0; overflow: hidden; background-size: auto; display: inline-block; margin: 0 1px -3px; }
.svg .smiley { background-image: url('../images/smilies/glossy_smilies.svg'); }
.smiley.smile { background-position: 0 0; }
.smiley.neutral { background-position: -32px -32px; }
.smiley.surprised { background-position: 0 -32px; }
.smiley.wink { background-position: -48px 0; }
.smiley.razz { background-position: 0 -16px; }
.smiley.biggrin { background-position: -32px 0; }
.smiley.cool { background-position: -64px 0; }
.smiley.sad { background-position: -32px -16px; }

.post_sharing {
    float: left;
    margin: 23px 0 17px;
    position: relative;
}

.comment_no {
    float: right;
    clear: right;
    position: relative;
    margin: 61px 0 20px;
    background: #000000;
    border-radius: 10px;
    color: #FFFFFF;
    height: 24px;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    padding-left: 9px;
}

.comment_no div {
    width: 19px;
    height: 19px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #00A5E5;
    position: absolute;
    top: 5px;
    right: 3px;
    line-height: 12px;
    float: left;
    position: relative;
    width: auto;
    font-size: 14px;
}

.comment_no .comment_count {
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    width: auto;
    margin-top: -9px;
    margin-left: 15px;
    position: relative;
    float: right;
    padding: 0 6px;
    top: 50%;
}

.comment_no a {
    display: block;
    width: 100%;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

#comments {
    word-wrap: break-word;
    position: relative;
}

#comments_heading {
    border-bottom: 1px solid #BBBBBB;
    padding: 10px 0;
    margin-bottom: 0;
}

.comment {
    border-bottom: 1px solid #BBBBBB;
    padding: 10px 0;
    width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    line-height: 18px;
}

.avatar {
    float: left;
    width: 54px;
    height: 54px;
    margin-right: 10px;
    border: 2px solid #00A5E5;
}

.comment_author { font-weight: bold; }
.staff { color: #00A5E5; }
.author_says { font-style: italic; }
.author_margin { line-height: 3px; }

#comments_disabled {
    color: #999999;
    font-style: italic;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

#older, 
#newer {
    text-decoration: none;
    float: left;
    margin: 10px 0 50px;
    font-size: 16px;
    font-weight: bold;
}

#newer {
    float: right;
}

#game, 
#format {
    margin: 60px auto;
    width: 80%;
}

#game > .grid-x {
    margin-top: 60px;
}

#game > .grid-x:first-of-type {
    margin-top: 0;
}

#game .title-heading {
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #0070bc;
    margin-bottom: 20px;
}

#game .large-8 {
    padding-left: 6%;
}

#format .format-image {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 10%;
}

#sidebar {
    position: relative;
    padding: 50px 0 20px 2.25rem;
}

#sidebar_twitter {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}

#footer {
    background-color: #171717;
    color: #666666;
    font-size: 11px;
    padding: 20px 0;
}

#footer .medium-4 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

@media screen and (min-width: 64em) {
    #main > .grid-container > .grid-x > .large-8 {
        padding-right: 2.25rem;
    }

    #sidebar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100%);
        width: 1px;
        background-color: #e2e2e2;
    }
}

@media screen and (max-width: 64em) {
    #main > .grid-container {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    #game .large-8 {
        padding-left: 0;
        margin-top: 60px;
    }

    #game > .grid-x {
        margin-top: 42px;
    }

    #game > .grid-x:first-of-type {
        margin-top: 0;
    }

    #sidebar {
        padding: 50px 0 20px;
    }

    #sidebar .medium-6:last-of-type {
        text-align: right;
    }

    #sidebar_twitter {
        width: 96%;
        margin: 0 auto;
        float: left;
    }

    #sidebar_facebook {
        width: 100%;
        float: left;
    }
}

@media screen and (min-width: 40em) {
    .no-js .top-bar {
        display: block;
    }

    .no-js .title-bar {
        display: none;
    }
}

@media screen and (max-width: 40em) {
    .top-bar {
        position: relative;
        width: 100%;
        z-index: 9;
        border-top: 2px solid #0070bc;
        padding: 0 0.5rem;
    }

    .orbit-container {
        padding-top: 52.34375% !important;
    }

    .orbit-figure {
        overflow: hidden;
        width: 100%;
        height: 0;
        padding-top: 52.34375%;
        position: relative;
    }

    .orbit-image {
        margin: 0;
        width: 200%;
        max-width: 200%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .orbit-caption {
        padding: 0.5rem 1rem;
    }

    #main > .grid-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #game, 
    #format {
        width: 100%;
    }

    #sidebar_twitter {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    #sidebar .medium-6:last-of-type {
        text-align: center;
        margin-top: 30px;
    }

    #sidebar_facebook {
        width: 100%;
        float: none;
    }

    #sidebar_facebook #fb-page {
        margin: 0 100%;
        width: fit-content;
    }

    #footer .medium-8, 
    #footer .medium-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #footer .medium-4 {
        margin-top: 8px;
    }
}