/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

::root {
    --primary: #000;
    --secondary: #f5f5f5;
}

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

html {
    color: #222;
    font-size: 1em;
    line-height: 1.7;
    font-family: "basic-sans", sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

section {
    width: 100%;
}

#mask {
    background-color: rgba(41, 47, 51, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 40;
    display: none;
}

.content {
    margin: 0 auto;
    /*max-width: 1300px;*/
    width: 88%;
}

img {
    max-width: 100%;
}

.tc {
    text-align: center;
}

.flex {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
}

.jsb {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.jc {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}

.ac {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.afe {
    align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {}

p a {}

h2 a {}

ul {}

ul li {}

ul li a {}

/* ==========================================================================
   Flex Box Grid System
   ========================================================================== */

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-cell {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.grid--half>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}

.grid--third>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

.grid--quarter>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.grid--gutters {
    margin: -1em 0 1em -1em;
}

.grid--gutters>.grid-cell {
    padding: 1em 0 0 1em;
}

.small--gutters {
    margin: -0.5em 0 0.5em -0.5em;
}

.small--gutters>.grid-cell {
    padding: 0.5em 0 0 0.5em;
}

.double--gutters {
    margin: -2em 0 2em -2em;
}

.double--gutters>.grid-cell {
    padding: 2em 0 0 2em;
}

.triple--gutters {
    margin: -3em 0 3em -3em;
}

.triple--gutters>.grid-cell {
    padding: 3em 0 0 3em;
}

.gs-half {
    width: 50% !important;
}

.gs-third {
    width: 33.3333% !important;
}

.gs-third,
.gs-twothirds {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    flex: none !important;
}

.gs-twothirds {
    width: 66.6667% !important;
}

.gs-quarter {
    width: 25% !important;
}

.gs-quarter,
.gs-threequarters {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    flex: none !important;
}

.gs-threequarters {
    width: 75% !important;
}

.gs-1 {
    width: 8.333333% !important;
}

.gs-2 {
    width: 16.6666667% !important;
}

.gs-3 {
    width: 25% !important;
}

.gs-4 {
    width: 33.333333% !important;
}

.gs-5 {
    width: 41.6666667% !important;
}

.gs-6 {
    width: 50% !important;
}

.gs-7 {
    width: 58.333333% !important;
}

.gs-8 {
    width: 66.6666667% !important;
}

.gs-9 {
    width: 75% !important;
}

.gs-10 {
    width: 83.333333% !important;
}

.gs-11 {
    width: 91.6666667% !important;
}

.gs-12 {
    width: 100% !important;
}

.demo {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* ==========================================================================
   Contact form standard code
   ========================================================================== */

#contact_form {
    background-color: #F9F9F9;
    padding: 1em 1.8em;
    border: 1px solid #DDD;
}

.formRow {
    display: block;
    margin: 1em 0;
}

.formRow label {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #FFF;
}

.formRow input {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 6px;
    height: 37px;
    font-size: 0.9em;
}

.formRow textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 6px;
    height: 214px;
    font-size: 0.9em;
}

.formRow button {
    display: block;
    background-color: #333;
    color: #FFF;
    font-weight: 600;
    font-size: 0.9em;
    text-align: center;
    border: none;
    width: 100%;
    padding: 13px 10px 15px;
    margin: 24px 0 0;
    transition: all 0.3s ease 0s;
}

.formRow button:hover {
    background-color: #000;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.mob-menu {
    display: flex;
    align-items: center;
    position: fixed;
    top: 100vh;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: white;
    padding: 2em 0;
    overflow-y: auto;
    opacity: 0;
    transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
}

.menu-close {
    cursor: pointer;
    overflow: hidden;
    float: right;
    left: auto;
    position: absolute;
    z-index: 30;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(.45, .05, .55, .95) 0s;
    -moz-transition: all 0.2s cubic-bezier(.45, .05, .55, .95) 0s;
    -webkit-transition: all 0.2s cubic-bezier(.45, .05, .55, .95) 0s;
}

.mob-menu ul {
    list-style: none;
    padding: 0;
    margin: 3em 0;
    text-align: center;
}

.mob-menu li a {
    display: inline-block;
    text-decoration: none;
    padding: 13px 0;
    margin: 5px 0;
    font-weight: 700;
    color: #171717;
    font-size: 1.7em;
    margin: 0 auto;
}

.mob-menu li a:hover {
    color: #D00100;
}

header {
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    position: relative;
    background: rgb(255, 255, 255);
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation img {
    position: sticky;
    margin: 10px 0;
    max-width: 80%;
}

.navigation .menu-social a img{
    max-width: 80%;
    min-width: 20px;
    margin-right: 5px;
}

nav {
    display: block;
}

.logo {
    width: 100px;
    left: 20px;
    top: 20px;
}

.menu-btn {
    cursor: pointer;
    overflow: hidden;
    display: none;
    float: right;
}

header nav>ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

header nav>ul>li>a {
    color: #171717;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    padding: 0px 30px;
    display: ruby;
    width: 100%;
}

header nav>ul>li>a:hover {
    color: #D00100;
}

#radio {
    height: 78vh;
    display: flex;
    align-items: center;
    position: relative;
    align-items: flex-end;
    justify-content: flex-start;
    /*box-shadow: 0 0 12px -2px rgb(0 0 0 / 34%);*/
}

    .radio-bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    #radio > iframe{
        height: 80px!important;
        width: 100px!important;
        margin: 0!important;
    }

    /*.app{*/
    /*    overflow-anchor: none;*/
    /*}*/
    
/* ==== Contact form ==== */
.contact {
    background: #FAFAFA;
    /* padding: 2em 0 4em 0; */
    /* position: relative; */
    /* margin-top: 3em; */
    background-image: url(/img/AB_BG3.png);
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
}

.about-grid {
    align-items: baseline;
}

.contact h1 {
    font-weight: 700;
    max-width: 980px;
    font-size: 2.3em;
    letter-spacing: 1.5px;
    line-height: 1.1;
    color: #D00100;
    margin: 0;
    padding: 4em 5em 0.5em 0;
}

.contact h2 {
    font-weight: 700;
    max-width: 980px;
    font-size: 1.2em;
    letter-spacing: 1.5px;
    line-height: 1.1;
    color: #1d1d1d;
    margin: 0;
    padding: 1em 0;
}

.contact p {
    font-weight: 300;
    max-width: 700px;
    font-size: 1em;
    letter-spacing: 1px;
    color: #1d1d1d;
    margin: 0;
    padding: 0.5em 5em 1em 0;
}

#contact_form {
    background: linear-gradient(127deg, rgb(77, 77, 78) 0%, rgb(40, 40, 41) 57%);
    padding: 1em 1.8em;
    border-radius: 10px;
}

.contact_forms {
    display: block;
}

#contact_form>div {
    width: 100%;
    margin: 1em 0;
    overflow: hidden;
}

#contact_form>div label,
aside form label {
    display: block;
    font-size: 0.9em;
    font-weight: 500;
    margin: 0 0 4px;
    color: white;
}

#contact_form>div input,
aside form input {
    width: 100%;
    height: 40px;
    border: 1px solid #DDD;
    padding: 6px;
    font-size: 0.9em;
}

#contact_form>div textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #DDD;
    padding: 6px;
    font-size: 0.9em;
}

.btn-contact {
    border-radius: 28px;
    font-weight: 400;
    letter-spacing: 1.3px;
    color: #ffffff;
    font-size: 1em;
    padding: 10px 40px 10px 40px;
    border: solid #ffffff 1px;
    text-decoration: none;
    width: 100%;
    background: transparent;
    display: inline-block;
    padding: 15px 40px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.btn-contact:hover{
    background-color: #fff;
    color: #000;
}

.form-response{
    overflow: hidden;
    padding: 15px 6%;
}

.success-response{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.fail-response{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .form-response h2{
        margin: 0;
    }

.social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 150px;
    align-items: center;
    margin-bottom: 35px;
}

.menu-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80px;
    align-items: center;
}

.social img {
    max-width: 22px;

}

.about-img img {
    vertical-align: top;
}

.home-feed {
/*    background-color: #000000;*/
    /* margin-top: 131px;
    max-height: 90vh; */
}

.video {
/*    background-color: #000;*/
    padding: 0 10px;
    /*box-shadow: 0 0 12px -2px rgb(0 0 0 / 34%);*/

}

.playing-now {
    display: flex;
    background-color: #f8f8f8;
    height: 121px;
    /*margin-top: 30px;*/
    /*margin-bottom: 10px;*/
    flex-direction: row;
    align-items: center;
}

.playing-now img {
    height: 80%;
    width: auto !important;
    padding: 10px;
    margin-right: 10px;
}

.play-detail {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.play-detail h2 {
    color: #D00100;
    font-size: 1em;
}

.play-detail h3 {
    color: #3c3c3c;
    font-size: 1em;
    font-style: italic;
    font-weight: 300;
}

.play-detail p {
    color: #a8a8a8;
    font-size: 1em;
    font-style: italic;
    font-weight: 300;
}

.play-detail h2,
h3,
p {
    margin: 0;
}

.inner-banner {
    position: absolute;
}

.feed {
    background-color: white;
    /*overflow: hidden;*/
    max-height: calc(100vh - 110px);
}

.tab-content {
    /* height: 85vh; */
    height: 90vh;
    /*max-height: calc(100vh - 170px);*/
}

.btn-feed {
    width: 70%;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    box-shadow: 0 0 12px -2px rgb(0 0 0 / 9%);
    border: 1px solid #f1f1f1;
}

.btn-feed.active {
    background-color: #D00100;
    color: white;
}

.tabMenu .btn-feed a {
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #212121;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
    padding: 9px 10px;
    display: block;
}

.tabMenu .btn-feed a:hover,
.tabMenu .btn-feed.current a {
    background-color: #D00100;
    color: white;
}

.tabMenu .btn-feed a:hover {
    color: white;
}

.tabMenu {
    padding: 0;
}

ul.tabMenu {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.program {
    overflow: scroll;
}

.show-list {
    width: 100%;
}

.show-list tr {
    background-color: #f7f7f7;
    width: 100%;
}

.show-list td:first-child {
    font-weight: 700;
    font-size: smaller;
    color: #373737;
    font-style: normal;
    padding: 10px;
}

.show-list td {
    font-weight: 300;
    font-style: italic;
    color: #373737;
    padding: 0 10px;
}

.tab-content h2 {
    font-weight: 700;
    color: #373737;
}

.video img {
    width: 100%;
}

.app-link{
    text-decoration: none;
}

    .app-link img{
        max-width: 35%;
    }

/* ==== Footer ==== */
footer {
    font-weight: 200;
    text-align: center;
    padding: 15px 0;
    /*position: absolute;*/
    width: 100%;
    background-color: #fff;
}

footer p a {
    text-decoration: none;
    color: black;
}

.grecaptcha-badge{
    display: none!important;
}

nav {
        display: block;
        padding-right: 20px;
    }

    nav ul {
        display: none !important;
    }

    .menu-social {
/*        display: none;*/
    }

    .social-mob {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 80px;
        align-items: center;
        margin: 0 auto;
    }

    .menu-btn {
        display: flex;
        flex-direction: row-reverse;
    }

    .logo {
        width: 10%;
        position: absolute;
        left: 20px;
        top: 100px;
        margin: 0 auto;
        right: 0;
    }

    .navigation img {
        max-width: 55%;
    }

    .playing-now{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 400px;
        z-index: 5;
        background: transparent;
        justify-content: center;
        height: 110px;
    }

    .navigation{
        height: 110px;
    }

.play-btn-container{
    width: 92%;
    height: 0;
    padding-bottom: 51%;
    position: absolute;
    z-index: 3;
    object-fit: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    /*    background: rgba(0, 0, 0, 0.3);*/
}

/*===================== Responsive Styling =========================*/
@media only screen and (max-width: 1380px) {
    ul.tabMenu {
        display: flex;
        flex-direction: row;
        /*margin-top: 10px;*/
    }

    .btn-feed {
        width: 100%;
    }

    /* #playButton {
        bottom: 228px!important;
        left: 10px;
    } */
}

@media only screen and (max-width: 980px) {
    .gs-2 {
        width: 100% !important;
    }    

    .menu-social {
        display: none;
    }
    
}



@media only screen and (max-width: 1200px) {
    nav {
        display: block;
    }

    nav ul {
        display: none !important;
    }

    .social-mob {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 80px;
        align-items: center;
        margin: 0 auto;
    }

    .menu-btn {
        display: flex;
        flex-direction: row-reverse;
    }

    .logo {
        width: 15%;
        position: absolute;
        left: 20px;
        top: 100px;
        margin: 0 auto;
        right: 0;
    }

    .navigation img {
        max-width: 55%;
    }

    .about-grid {
        flex-direction: column;
    }

    .gs-4,
    .gs-9,
    .gs-3 {
        width: 100% !important;
    }

    .video {
        min-height: 30vh;
    }

    /* .home-feed {
        margin-top: 100px;
    } */

    #radio{
        height: auto;
    }

        .radio-bg{
            height: auto;
            position: relative;
        }

        #radio > iframe{
            position: absolute!important;
        }

    .feed iframe {
        vertical-align: baseline;
    }

    .tab-content {
        width: 100%;
/*        height: 85vh !important;*/
    }

    .contact p {
        padding: 0.5em 0em 1em 0;
    }

    .contact {
        background: #FAFAFA;
        background-image: none;
    }

    .contact h1{
        padding-top: 2em;
    }

    .playing-now{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 400px;
        z-index: 5;
        background: transparent;
        justify-content: center;
        height: 110px;
    }

    .navigation{
        height: 110px;
    }

    .home-feed .gs-7{
        /*padding-bottom: 0.5em;*/
    }

}

@media only screen and (max-width: 827px) {
    .navigation .logo {
        max-width: 19%;
    }

    .navigation img {
        max-width: 60%;
    }

    .home-feed {
        margin-top: 8px;
    }

    .video {
        min-height: 38vh;
/*        min-height: 0;*/
    }

    .navigation{
        height: 90px;
    }

    .playing-now {
        height: 90px;
        width: 300px;
    }

        .playing-now img {
            max-height: 90%;
            max-width: 100%;
            margin-right: 0;
        }

    .play-detail p,
    h3 {
        font-size: 0.9em !important;
    }

    .play-detail h2,
    p,
    h3 {
        line-height: normal;
    }

}

@media only screen and (max-width: 600px) {

    .playing-now img {
        max-height: 70%;
    }

}

@media only screen and (max-width: 500px) {

    .playing-now{
        width: 55%;
    }

        .playing-now img {
            height: 50px;
        }

}

@media only screen and (max-width: 480px) {
    .home-feed {
        margin-top: 8px;
    }

    .video {
        min-height: 28vh;
    }
}

@media only screen and (max-width: 400px) {

    .playing-now, .navigation{
        height: 80px;
    }

        .play-detail{
            font-size: 0.6em;
        }

}

@media only screen and (max-width: 320px) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media only screen and (max-width : 1000px) {}

@media only screen and (max-width : 768px) {}

@media only screen and (max-width : 660px) {}

@media only screen and (max-width : 460px) {}

@media only screen and (max-width : 380px) {}