/* http://foundation.zurb.com/sites/docs/media-queries.html */
/* Small only */
/* @media screen and (max-width: 39.9375em) { } */
/* Medium and up */
/* @media screen and (min-width: 40em) { } */
/*smaller than Large*/
/* @media screen and (max-width: 63.9375em) { } */
/* Large and up */
/* @media screen and (min-width: 64em) { } */
/*@media screen and (max-width: 63.9375em) and (max-aspect-ratio: 3/2) {*/
/*@media screen and (min-width: 64em) and (max-aspect-ratio: 3/2) {*/
/*@media screen and (max-width: 39.9375em) and (min-aspect-ratio: 3/2) {*/
/*@media screen and (max-width: 39.9375em) and (min-aspect-ratio: 3/2) {*/


@media print {
    * {
        font-size: small;
    }

    .navigation-content {
        display: none;
    }

    .content-waves {
        display: none;
    }

    .yoe-tabs-titles {
        visibility: hidden;
        display: none;
    }

    .yoe-tabs-titles .is-active {
        visibility: visible;
        display: block;
    }

    .footer-main {
        display: none;
    }
}


.data-table {
    background: transparent;
}


/* App Color Palette */

.color-crimson {
    color: #ec3c44;
}

.color-sandy {
    color: #eb7c51;
}

.color-sea-green {
    color: #2ba58c;
}

.color-dark-green-grey {
    color: #2c4c4c;
}

.color-very-dark-green-grey {
    color: #1C3434;
}

.color-light-steel-blue {
    color: #9FBDD7;
}

.color-cadet-blue {
    color: #7F9EBD;
}

.color-steel-blue {
    color: #417bbA;
}

.color-dark-blue-grey {
    color: #3C4D57;
}

.color-midnight-blue {
    color: #142B3B;
}

.color-gray {
    color: #918687;
}

.color-wood {
    color: #D39E71;
}

.color-light-sienna {
    color: #A45B1F;
}

.color-dark-sienna {
    color: #845B34;
}

.color-violet-grey {
    color: #53434E;
}

label {
    color: #ffffff !important;
}

.border-grey {
    border: 1px solid grey;
    border-radius: 0;
    padding: 8px;
}

.border-no {
    border: 0;
    border-radius: 0;
    padding: 0;
}


/* App Colors */

.bg-primary {
    background-color: #2ba58c !important;
    color: #ffffff;
}

.bg-secondary {
    background-color: #2c4c4c !important;
    color: #ffffff;
}

.bg-warning {
    background-color: #eb7c51 !important;
    color: #ffffff;
}

.bg-alert {
    background-color: #ec3c44 !important;
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff !important;
    color: #000000;
}

.bg-orange {
    background-color: #eb7c51 !important;
    color: #ffffff;
}

.bg-grey {
    background-color: #cccccc !important;
    color: #000000;
}

.bg-light-grey {
    background-color: #f6f6f6 !important;
}

.bg-teal {
    background-color: #2ba58c !important;
    color: #ffffff;
}

.bg-donate {
    background-color: #fc2e2e !important;
    color: #ffffff;
}



.text-primary {
    color: #2ba58c !important;
}

.text-secondary {
    color: #2c4c4c !important;
}

.text-warning {
    color: #eb7c51 !important;
}

.text-alert {
    color: #cc4b37 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

a:hover {
    text-decoration: underline;
}

/*a.grow:hover {*/
/*font-size: 1.5em;*/
/*}*/

@media screen and (max-width: 27.9em) {
    .hide-for-xsmall-only {
        display: none !important;
    }
}

@media screen and (max-width: 0), screen and (min-width: 28em) {
    .show-for-xsmall-only {
        display: none !important;
    }
}

/* global styles */

body {
    opacity: 1;
    background-color: black;
    /*webkit-transition-delay: 1.5s; !* Safari *!*/
    /*transition-delay: 1.5s;*/
    /*transition: 1.5s opacity;*/
}

/* prevent main page jumping due to scroll bar removal when reveal opens */
body.is-reveal-open {
    overflow: visible;
}

body.waiting * {
    cursor: progress !important;
}

.reveal-overlay {
    overflow-y: hidden;
}

/* end jump */

/*body.yoe-fade-out {*/
/*    opacity: 0;*/
/*    transition: none;*/
/*}*/

html * {
    font-family: 'Lato', serif;
}

p {
    font-size: 1.1em; /* larger than 1.0 and we get black column on right side */
}


li {
    font-size: 1.1em; /* larger than 1.0 and we get black column on right side */
}

html,
body {
    min-width: 100%;
}

label {
    font-size: medium;
    line-height: 1em;
}

.transparent {
    opacity: 0;
}

.mostly-transparent {
    opacity: 0.02; /* opacity=0 and chrome doesn't allow click */
}

.nowrap {
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
    margin: 0 auto; /* for forms etc. */
}

.text-justify {
    text-align: justify !important;
}

.expanded {
    width: 100%;
}

.poll-pie {
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
}

.poll-legend-color {
    height: 1.5em;
    font-size: 1em;
    vertical-align: middle;
    display: inline-block;
    width: 3em;
    text-align: center;
    margin-right: 1em;
    border-radius: 5px !important;
}

.poll-legend-text {
    height: 1.5em;
    font-size: 1em;
    vertical-align: middle;
    display: inline-block;
    width: 23em;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* tabs */

.yoe-data-titles {
    margin-bottom: -0.2em;
    list-style-type: none;
    text-align: left;
    display: inline-block;
    width: 100%;
}


.yoe-data-titles::after {
    clear: both;
}

.yoe-data-title {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0.8em;
    min-width: 4em;
    max-width: 7em;
    text-align: center;
    color: #ffffff;
    margin-right: 0.5em;
    margin-bottom: 0;
    background-image: url("/static/assets/images/backgrounds/tab-orange.png");
    background-size: 100% 4em;
    background-repeat: no-repeat;
}


.yoe-data-panel {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1em;
    color: #ffffff;
    background-color: rgba(33, 33, 33, 0.6);
    border-radius: 5px !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    border-style: solid;
}

.yoe-dropdown-list {
    z-index: 1000;
    right: 0 !important;
    left: auto !important;
    margin-top: 1em !important;
    margin-right: -1rem !important;
    text-align: left;
    background-color: white;
    border-radius: 5px !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    border-style: solid;
}

@media screen and (max-width: 27.9em) {

    .yoe-related-title {
        font-size: smaller !important;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        padding: 0.8em;
        min-width: 4em;
        max-width: 7em;
        text-align: center;
        color: #ffffff;
        margin-right: 0.5em;
        margin-bottom: 0.2em;
        background-image: url("/static/assets/images/backgrounds/tab-orange.png");
        background-size: 100% 4em;
        background-repeat: no-repeat;
    }


}

@media screen and (min-width: 28em) {
    .yoe-related-title {
        font-size: 1.2em;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        padding: 0.8em;
        min-width: 4em;
        max-width: 7em;
        text-align: center;
        color: #ffffff;
        margin-right: 0.5em;
        margin-bottom: 0.2em;
        background-image: url("/static/assets/images/backgrounds/tab-orange.png");
        background-size: 100% 4em;
        background-repeat: no-repeat;
    }
}


/*x-small*/
@media screen and (max-width: 28.9375em) {

    .yoe-related-panel {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        color: #ffffff;
        background-color: rgba(33, 33, 33, 0.6);
        border-radius: 5px !important;
        border-width: 1px !important;
        border-color: #000000 !important;
        border-style: solid;
        height: 34em;
        /*max-height: 14em;*/
    }


    .yoe-question-panel {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        color: #ffffff;
        background-color: rgba(33, 33, 33, 0.6);
        border-radius: 5px !important;
        border-width: 1px !important;
        border-color: #000000 !important;
        border-style: solid;
        height: 34em;
        /*max-height: 14em;*/
    }


    .content-item-related {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
    }

}


/*small*/
@media screen and (min-width: 29em) and (max-width: 39.9375em) {

    .yoe-related-panel {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        color: #ffffff;
        background-color: rgba(33, 33, 33, 0.6);
        border-radius: 5px !important;
        border-width: 1px !important;
        border-color: #000000 !important;
        border-style: solid;
        height: 28em;
    }

    .yoe-question-panel {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        color: #ffffff;
        background-color: rgba(33, 33, 33, 0.6);
        border-radius: 5px !important;
        border-width: 1px !important;
        border-color: #000000 !important;
        border-style: solid;
        height: 28em;
    }


    .content-item-related {
        float: left;
        margin-left: 1em;
        margin-bottom: 2em;
        max-width: 14em;
    }
}

/* medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .yoe-related-panel {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        color: #ffffff;
        background-color: rgba(33, 33, 33, 0.6);
        border-radius: 5px !important;
        border-width: 1px !important;
        border-color: #000000 !important;
        border-style: solid;
        min-height: 14em;
        max-height: 18em;
    }

    .yoe-question-panel {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        color: #ffffff;
        background-color: rgba(33, 33, 33, 0.6);
        border-radius: 5px !important;
        border-width: 1px !important;
        border-color: #000000 !important;
        border-style: solid;
        min-height: 14em;
        max-height: 18em;

    }


    .content-item-related {
        float: left;
        margin-left: 1em;
        margin-bottom: 2em;
        max-width: 14em;
    }

}

/*smaller than Large*/
@media screen and (max-width: 63.9375em) {

    .yoe-dropdown-menu-content {
        display: block;
        float: right;
        right: 1em;
        line-height: 1;
        padding: 0.8em;
        min-width: 4em;
        max-width: 7em;
        text-align: center;
        color: #ffffff;
        font-size: 1.2em;
        margin-right: 0.5em;
        margin-bottom: 0;
    }

    .yoe-dropdown-menu-related {
        display: none;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .yoe-related-panel {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 1em;
        color: #ffffff;
        background-color: rgba(33, 33, 33, 0.6);
        border-radius: 5px !important;
        border-width: 1px !important;
        border-color: #000000 !important;
        border-style: solid;
        max-height: 45em;
    }

    .yoe-question-panel {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 1em;
        color: #ffffff;
        background-color: rgba(33, 33, 33, 0.6);
        border-radius: 5px !important;
        border-width: 1px !important;
        border-color: #000000 !important;
        border-style: solid;
        max-height: 45em;
    }

    .content-item-related {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
    }

    .yoe-dropdown-menu-content {
        display: none;
    }

    .yoe-dropdown-menu-related {
        display: block;
        float: right;
        right: 1em;
        line-height: 1;
        padding: 0.8em;
        min-width: 4em;
        max-width: 7em;
        text-align: center;
        color: #ffffff;
        font-size: 1.2em;
        margin-right: 0.5em;
        margin-bottom: 0;
    }
}

.yoe-dropdown-menu-default {
    display: block;
    float: right;
    right: 1em;
    line-height: 1;
    padding: 0.8em;
    min-width: 4em;
    max-width: 7em;
    text-align: center;
    color: #ffffff;
    font-size: 1.2em;
    margin-right: 0.5em;
    margin-bottom: 0;
}

.preview-button {
    float: left;
    position: relative;
    top: -50px;
    left: 60px;
}

.preview-image {
    min-height: 72px;
    min-width: 128px;
} /* css 3 */

.content-filterpanel {
    position: relative;
    padding: 0.5em;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.6);
    color: #ffffff;
    border-radius: 5px !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    border-style: solid;
}



.donate-panel {
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
    margin-top: 0.4em;
    margin-right: 1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;
    max-height: 1.6em;
}

.donate-amount {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3em;
    padding-top: 1.2em;
    padding-left: 0.5em;
    height: 3.5em;
    width: 3.5em;
    margin-right: 0.5em;
    border-radius: 50%;
}

.home-main-promo {
    position: relative;
    cursor: pointer;
    aspect-ratio: 1 / 1;

    margin-top: 1em;
    margin-right: 1em;
    min-width: 10em;
    min-height: 10em;
    max-width: 18em;
    max-height: 18em;
    text-align: center;
    color: #ffffff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;
}





.yoe-search-panel {
    position: relative;
    padding: 0.5em;
    min-width: 10em;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.6);
    color: #ffffff;
    border-radius: 20px !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    border-style: solid;
}


.yoe-search-input {
    font-size: smaller !important;
    border-radius: 25px !important;
    /*padding-left: 1em;*/
}


.yoe-info-panel {
    position: relative;
    background-color: white;
    color: black;
    margin: 0.5em;
    padding: 0.5em;
    height: 100%;

    border-radius: 5px !important;
    text-align: left !important;
}

.yoe-sponsor-panel {
    position: relative;
    background-color: white;
    color: black;
    margin: 0.5em;
    padding: 0.5em;
    height: 100%;
    border-radius: 5px !important;
    text-align: center !important;
}


.yoe-tabs-titles {
    margin-bottom: -0.3em;
    list-style-type: none;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.yoe-tabs-titles::after {
    clear: both;
}


.yoe-dropdown-item-orange {
    color: #db5c1e !important;
}

.yoe-dropdown-item-orange a:link {
    color: #db5c1e !important;
}

.yoe-dropdown-item-teal {
    color: #2ba58c !important;
}

.yoe-dropdown-item-teal a:link {
    color: #2ba58c !important;
}

.yoe-popup-reveal {
    background-color: transparent !important;
    border: 0;
    overflow: hidden;
}

.yoe-popup-tabs {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1em;
    background-color: white;
    border-radius: 5px !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    border-style: solid;
}

.yoe-scroll {
    overflow: scroll;
}

@media screen and (max-width: 27.9em) {
    .yoe-tabs-title {
        font-size: smaller !important;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        padding: 0.8em;
        min-width: 3.5em;
        max-width: 9em;
        text-align: center;
        color: #ffffff;
        margin-right: 0.5em;
        margin-bottom: 0.2em;
        background-image: url("/static/assets/images/backgrounds/tab-teal.png");
        background-size: 100% 4em;
        background-repeat: no-repeat;
    }

}

@media screen and (min-width: 28em) {
    .yoe-tabs-title {
        font-size: 1.2em;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        padding: 0.8em;
        min-width: 3.5em;
        max-width: 9em;
        text-align: center;
        color: #ffffff;
        margin-right: 0.5em;
        margin-bottom: 0.2em;
        background-image: url("/static/assets/images/backgrounds/tab-teal.png");
        background-size: 100% 4em;
        background-repeat: no-repeat;
    }
}


.yoe-tabs-title.is-active {
    background-image: url("/static/assets/images/backgrounds/tab-orange.png");
}

.yoe-tabs-title.is-topic {
    background-image: url("/static/assets/images/backgrounds/tab-topic.png");
}

.yoe-tabs-title-wide {
    min-width: 5em !important;
    max-width: 10em !important;
}

.yoe-tabs-panel {
    display: none;
    font-size: 1.0em;
}


.yoe-tabs-panel.is-active {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1em;
    color: #ffffff;
    background-color: rgba(33, 33, 33, 0.6);
    border-radius: 5px !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    border-style: solid;
}


.yoe-tabs-panel.is-active {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1em;
    color: #ffffff;
    background-color: rgba(33, 33, 33, 0.6);
    border-radius: 5px !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    border-style: solid;
}

.yoe-tabs-panel a:link {
    color: #2ba58c;
}

.yoe-tabs-panel a:visited {
    color: #2ba58c;
}

.yoe-tabs-panel a:hover {
    color: #2cb298;
}

.yoe-tabs-panel a:active {
    color: #2ba58c;
}


@media screen and (max-width: 27.9em) {
    .yoe-other-title {
        font-size: smaller !important;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        padding: 0.8em;
        min-width: 3.5em;
        max-width: 7em;
        text-align: center;
        color: #ffffff;
        margin-right: 0.5em;
        margin-bottom: 0.2em;
        background-image: url("/static/assets/images/backgrounds/tab-teal.png");
        background-size: 100% 4em;
        background-repeat: no-repeat;
    }

}

@media screen and (min-width: 28em) {
    .yoe-other-title {
        font-size: 1.2em;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        padding: 0.8em;
        min-width: 3.5em;
        max-width: 7em;
        text-align: center;
        color: #ffffff;
        margin-right: 0.5em;
        margin-bottom: 0.2em;
        background-image: url("/static/assets/images/backgrounds/tab-teal.png");
        background-size: 100% 4em;
        background-repeat: no-repeat;
    }
}

.yoe-other-title.is-active {
    background-image: url("/static/assets/images/backgrounds/tab-orange.png");
}

.yoe-other-title.is-topic {
    background-image: url("/static/assets/images/backgrounds/tab-topic.png");
}


.yoe-other-panel {
    display: none;
    font-size: 1.0em;
}


.yoe-other-panel.is-active {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1em;
    color: #ffffff;
    background-color: rgba(33, 33, 33, 0.6);
    border-radius: 5px !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    border-style: solid;
}

.yoe-other-panel a:link {
    color: #2ba58c;
}

.yoe-other-panel a:visited {
    color: #2ba58c;
}

.yoe-other-panel a:hover {
    color: #2cb298;
}

.yoe-other-panel a:active {
    color: #2ba58c;
}

input:checked ~ .switch-paddle {
    background: #2ba58c !important;
}

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2ba58c;
    color: #fefefe;
    cursor: default;
}


.min-height-5 {
    min-height: 5em !important;
}

.min-height-10 {
    min-height: 10em !important;
}

.min-height-20 {
    min-height: 20em !important;
}

.min-height-30 {
    min-height: 30em !important;
}

.min-height-34 {
    min-height: 34em !important;
}


.min-height-40 {
    min-height: 40em !important;
}

.min-height-50 {
    min-height: 50em !important;
}

.pulse {
    display: block;
    border-radius: 500%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(89, 194, 195, 1);
    animation: pulse 2s infinite;
}

/*.pulse:hover {*/
/*animation: none;*/
/*}*/

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(89, 194, 195, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(89, 194, 195, 0.4);
        -o-box-shadow: 0 0 0 0 rgba(89, 194, 195, 0.4);
        box-shadow: 0 0 0 0 rgba(89, 194, 195, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
        -o-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        -o-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.button.white {
    color: #ffffff !important;
}

.button.white.hollow {
    background-color: transparent;
    border-width: 2px !important;
    border-color: #ffffff !important;
}

.button.teal {
    background-color: #2ba58c;
    color: #fefefe !important;
    border-radius: 1000px !important;
}

.DTE_Form_Buttons button {
    background-color: #2ba58c;
    color: #fefefe !important;
    border-radius: 1000px !important;
    width: 7em;
    height: 3em;
    font-size: 2em;
}

.DTE_Form_Buttons button:focus {
    background-color: #2ba58c;
}

.DTE_Form_Buttons button:hover {
    background-color: #35baa1;
}

.DTE_Field label {
    color: #000000 !important;
}

.button.teal:hover {
    background-color: #35baa1;
}

.button.orange {
    background-color: #db5c1e;
    color: #ffffff !important;
    border-radius: 1000px !important;
}

.button.grey {
    background-color: #999999;
    color: #ffffff !important;
    border-radius: 1000px !important;
}

.button.orange:hover {
    background-color: #b85c39;
}

.button.inactive {
    cursor: default !important;
}

.reveal-main {
    height: auto;
    max-height: 70%;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.hidden {
    display: none;
}

.table {
    /* remove ugly white lines between foundation table cells */
    border-collapse: collapse;
    background: transparent !important;
}

.tabs-content-yoe {
    background: transparent !important;
}

/* links */
a {
    color: white;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
    /*font-weight: bolder;*/
}

a:active {
    color: white;
    /*font-weight: bolder;*/
}

/* Navigation styles */

.nzonair-div {
    position: relative;
    bottom: 5em;
    right: 1em;
    float: right;
    z-index: 1001;
}

.nzonair-logo-small {
    float: right;
    min-width: 5em;
    width: 5em;
    max-width: 5em;
    height: 3em;
}

.grow {
    transition: all .15s ease-in-out;
}

.grow:hover {
    transform: scale(1.02);
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline !important;
}

.navigation-menu-top-home {
    color: #ffffff;
}

.navigation-menu-top-content {
    color: #ffffff;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.decoration-none {
    text-decoration: none !important;
}

@media screen and (max-height: 29.9375em) {

    .navigation-home {
        position: relative;
        background-image: url("/static/assets/images/backgrounds/bg-kelp-min.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 15em;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .navigation-logo-home {
        position: relative;
        /*height: 8em;*/
        width: 11em;
        /*min-width: 11em;*/
        /*margin-bottom: 3em;*/
    }

}

@media screen and (min-height: 30em) {

    .navigation-home {
        position: relative;
        background-image: url("/static/assets/images/backgrounds/bg-kelp-min.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 15em;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .navigation-logo-home {
        position: relative;
        /*height: 10em;*/
        width: 14em;
        /*min-width: 14em;*/
        /*margin-bottom: 6em;*/
    }
}

.navigation-logo-content {
    position: relative;
    height: 6em;
    width: 8.4em;
    min-width: 8.4em;
    margin-bottom: 3em;
    margin-right: -9em; /* trick to allow other elements to overlap from right */
}

.navigation-contest-content {
    position: relative;
    height: 6em;
    width: 6em;
    min-width: 6em;
    margin-bottom: 3em;
    margin-left: 9em;
    margin-right: -9em; /* trick to allow other elements to overlap from right */
}

.navigation-challenge-content {
    position: relative;
    height: 6em;
    width: 6em;
    min-width: 6em;
    margin-bottom: 3em;
    margin-left: 9em;
    margin-right: -9em; /* trick to allow other elements to overlap from right */
}

.navigation-challenge-content-wide {
    position: relative;
    height: 6em;
    width: 11em;
    min-width: 11em;
    margin-bottom: 3em;
    margin-left: 10em;
    margin-right: -10em; /* trick to allow other elements to overlap from right */
}

.navigation-contest-content-nomargin {
    position: relative;
    height: 6em;
    width: 6em;
    min-width: 6em;
    margin-bottom: 3em;
    /*margin-left: 9em;*/
    margin-right: -9em; /* trick to allow other elements to overlap from right */
}


.navigation-content {
    position: relative;
    background-image: url("/static/assets/images/backgrounds/top-1200.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 11em;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.navigation-menu-main {
    position: relative;
    /*padding-top: 6em;*/
}

.filter-icon {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    font-size: small;
    padding: 0.2em 0;
    margin-left: 1em;
    margin-right: 1em;
    width: 2em;
    height: 2em;
    text-align: center;
    color: #ffffff;
    border-width: 0.1em !important;
    border-color: #ffffff; /*#2ba58c !important;*/
    border-style: solid;
    border-radius: 1000px !important;
    background-color: rgba(33, 33, 33, 0.3);
    z-index: 50;
}

.button-with-label {
    display: inline-block;
    font-size: small;
    width: 6em;
    height: 5.2em;
    overflow: visible;
}

.button-icon {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    font-size: small;
    padding: 1em 0;
    margin-left: 1em;
    margin-right: 1em;
    width: 4em;
    height: 4em;
    text-align: center;
    color: #ffffff;
    border-width: 0.1em !important;
    border-color: #ffffff; /*#2ba58c !important;*/
    border-style: solid;
    border-radius: 1000px !important;
    background-color: rgba(33, 33, 33, 0.3);
    z-index: 50;
}


.button-icon-white {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    font-size: small;
    padding: 1em 0;
    margin-left: 1em;
    margin-right: 1em;
    width: 4em;
    height: 4em;
    text-align: center;
    color: #999999;
    border-width: 0.1em !important;
    border-color: #999999; /*#2ba58c !important;*/
    border-style: solid;
    border-radius: 1000px !important;
    background-color: #ffffff;
    z-index: 50;
}


.button-icon-teal {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    font-size: small;
    padding: 1em 0;
    margin-left: 1em;
    margin-right: 1em;
    width: 4em;
    height: 4em;
    text-align: center;
    color: #2ba58c;
    border-width: 0.1em !important;
    border-color: #2ba58c !important;
    border-style: solid;
    border-radius: 1000px !important;
    background-color: #ffffff;
    z-index: 50;
}


.button-label {
    width: 6em;
    height: 1.2em;
    overflow: visible;
    font-size: small;
    text-align: center;
}

.navigation-button-one-line {
    float: left;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    font-size: medium;
    margin: 0 0.2em;
    padding: 1em 0;
    width: 4em;
    height: 4em;
    text-align: center;
    color: #ffffff;
    border-width: 0.1em !important;
    border-color: #ffffff; /*#2ba58c !important;*/
    border-style: solid;
    border-radius: 1000px !important;
    background-color: #2ba58c; /*rgba(33, 33, 33, 0.3);*/
    z-index: 50;
}

.navigation-button-one-line-orange {
    float: left;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    font-size: medium;
    margin: 0 0.2em;
    padding: 1em 0;
    width: 4em;
    height: 4em;
    text-align: center;
    color: #ffffff;
    border-width: 0.1em !important;
    border-color: #ffffff; /*#2ba58c !important;*/
    border-style: solid;
    border-radius: 1000px !important;
    background-color: #db5c1e; /*rgba(33, 33, 33, 0.3);*/
    z-index: 50;
}

.navigation-button-two-line {
    float: left;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    font-size: medium;
    margin: 0 0.2em;
    padding: 0.3em 0;
    width: 4em;
    height: 4em;
    text-align: center;
    color: #ffffff;
    border-width: 0.1em !important;
    border-color: #ffffff; /*#2ba58c !important;*/
    border-style: solid;
    border-radius: 1000px !important;
    background-color: #2ba58c; /*rgba(33, 33, 33, 0.3);*/
    z-index: 50;
}

.navigation-button-two-line-orange {
    float: left;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    font-size: medium;
    margin: 0 0.2em;
    padding: 0.3em 0;
    width: 4em;
    height: 4em;
    text-align: center;
    color: #ffffff;
    border-width: 0.1em !important;
    border-color: #ffffff; /*#2ba58c !important;*/
    border-style: solid;
    border-radius: 1000px !important;
    background-color: #db5c1e; /*rgba(33, 33, 33, 0.3);*/
    z-index: 50;
}


.navigation-button-three-line {
    float: left;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    font-size: medium;
    margin: 0 0.2em;
    padding: 0.2em 0;
    width: 4em;
    height: 4em;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    border-width: 0.1em !important;
    border-color: #ffffff; /*#2ba58c !important;*/
    border-style: solid;
    border-radius: 1000px !important;
    background-color: #2ba58c; /*rgba(33, 33, 33, 0.3);*/
    z-index: 50;
}

.navigation-button-three-line-orange {
    float: left;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    font-size: medium;
    margin: 0 0.2em;
    padding: 0.2em 0;
    width: 4em;
    height: 4em;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    border-width: 0.1em !important;
    border-color: #ffffff; /*#2ba58c !important;*/
    border-style: solid;
    border-radius: 1000px !important;
    background-color: #db5c1e; /*rgba(33, 33, 33, 0.3);*/
    z-index: 50;
}


/* Content styles */

.content-orbit {
    position: relative;
    height: 40em;
    top: -20em;
    margin-bottom: -20em;
    left: 0;
    right: 0;
    bottom: -5em;
    z-index: 0;
}

.content-waves {
    position: relative;
    background-image: url("/static/assets/images/backgrounds/waves-1600-min.png");
    background-repeat: repeat-x;
    background-size: 1600px;
    background-position: center;
    height: 5em;
    top: -2em;
    margin-bottom: -3em;
    left: 0;
    right: 0;
    /*bottom: -1em;*/
    /*z-index: 1;*/
    z-index: 100;
}

.content-ocean {
    position: relative;
    background-image: url("/static/assets/images/backgrounds/tile-1600-min.png");
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: top;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 5em;
    left: 0;
    right: 0;
    z-index: 2;
    min-height: 50em;
    color: #ffffff;
    text-align: left;
}

.content-home {
    position: relative;
    background-color: black;
    background-image: url("/static/assets/images/backgrounds/rk-1600.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 5em;
    left: 0;
    right: 0;
    z-index: 2;
    min-height: 50em;
    color: #ffffff;
    text-align: left;
}


.flex-audio {
    position: relative;
    height: 9em;
    width: 3em;
    top: -5em;
    left: 0;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed audio,
.flex-audio iframe,
.flex-audio object,
.flex-audio embed,
.flex-audio audio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-video-player {
    background-color: #000000;
    border-radius: 5px !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    border-style: none;
}

.content-map {
    position: relative;
    height: 600px;
    width: 100%;
}

.info-map {
    position: relative;
    height: 300px;
    width: 100%;;
}

.content-filterpanel {
    text-align: left;
    padding: 0.5em;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.6);
    color: #ffffff;
    border-radius: 5px !important;
    border-width: 1px !important;
    border-color: #000000 !important;
    border-style: solid;
}

.welcome-video {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-top: 2em;
    margin-left: 2em;
    width: 10em;
    height: 10em;
    text-align: center;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50% !important;
    border-width: 0.25em !important;
    border-color: #ffffff !important;
    border-style: solid;
    background-color: rgba(66, 66, 66, 0.5);
    z-index: 50;

    /* trick to allow other elements to overlap from right: */
    min-width: 10em;
    margin-right: -10em;

    /*to hide letterbox: */
    top: -1em;
    left: -1em;
    right: -1em;
    bottom: -1em;
}

.contest {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-top: 2em;
    margin-right: 1em;
    width: 10em;
    height: 10em;
    text-align: center;
    color: #ffffff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;

    /* trick to allow other elements to overlap from left: */
    min-width: 10em;
    margin-left: -10em;

    /*to hide letterbox: */
    top: -1em;
    left: -1em;
    right: -1em;
    bottom: -1em;
}


.challenge {
    position: relative;
    cursor: pointer;

    margin-top: 2em;
    margin-right: 1em;
    width: 10em;
    height: 10em;
    text-align: center;
    color: #ffffff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;

    /* trick to allow other elements to overlap from left: */
    min-width: 10em;
    margin-left: -10em;

    /*to hide letterbox: */
    top: -1em;
    left: -1em;
    right: -1em;
    bottom: -1em;
}



/*x-small*/
@media screen and (max-width: 28.9375em) {
    .home-main-promo-button {
        position: absolute;
        left: 1.5em;
        bottom: 1em;
        width: 7em !important;
        font-size:0.9em;
    }
}
/*small*/
@media screen and (min-width: 29em) and (max-width: 39.9375em) {
    .home-main-promo-button {
        position: absolute;
        left: 1em;
        bottom: 1em;
        width: 7em !important;
        font-size: 0.9em;
    }
}
/* medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home-main-promo-button {
        position: absolute;
        left: 1.5em;
        bottom: 1em;
        width: 8em !important;
        font-size: 0.9em;
    }
}
/* Large and up */
@media screen and (min-width: 64em) {
    .home-main-promo-button {
        position: absolute;
        left: 2em;
        bottom: 2em;
        width: 9em !important;
        font-size: 1.1em;
        /*border-width: 3px !important;*/
        /*border-color: #2ba58c !important;*/
    }
}





/*.challenge-ticker {*/
/*    position: absolute;*/
/*    top: -0.5em;*/
/*    right: -0.5em;*/
/*    float: right;*/
/*    height: 2em;*/
/*    min-width: 5em;*/
/*    max-width: 7em;*/
/*    text-overflow: ellipsis;*/
/*    overflow: hidden;*/
/*    padding: 0.1em 0.2em;*/
/*    text-align: center;*/
/*    font-size: large;*/
/*    color: #ffffff;*/
/*    z-index: 100;*/
/*    border-radius: 1em !important;*/
/*    border-width: 2px !important;*/
/*    border-color: #ffffff !important;*/
/*    background-color: #971934;*/
/*    border-style: solid;*/
/*}*/

.challenge-ticker {
    position: relative;
    cursor: pointer;

    margin-top: 2em;
    margin-right: 0.2em;
    width: 12em;
    height: 6em;
    padding-top: 0.5em;
    text-align: center;
    background-color: #971934;
    color: #ffffff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;

    border-radius: 1em !important;
    border-width: 2px !important;
    border-color: #ffffff !important;
    border-style: solid;

    /* trick to allow other elements to overlap from left and bottom */
    min-width: 12em;
    margin-left: -12em;
    min-height: 6em;
    margin-bottom: -6em;
}



/* http://foundation.zurb.com/sites/docs/media-queries.html */
/* Content items Small only */
@media screen and (max-width: 39.9375em) {
    .content-player {
        max-width: 39.9375em;
        margin-left: auto;
        margin-right: auto;
    }

    .content-filter {
        max-width: 39.9375em;
        margin-left: auto;
        margin-right: auto;
    }

    .content-list {
        max-width: 39.9375em;
        margin-left: auto;
        margin-right: auto;
    }

    .content-item {
        position: relative;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
        max-height: 14em;
        min-height: 14em;
        max-width: 14em;
        min-width: 12em;
    }

    .userupload-item {
        position: relative;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
        max-height: 14em;
        min-height: 14em;
        max-width: 14em;
        min-width: 12em;
    }


    .challengeupload-item {
        position: relative;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
        max-height: 14em;
        min-height: 14em;
        max-width: 14em;
        min-width: 12em;
    }


}

/* Content items Medium and up */
@media screen and (min-width: 40em) {
    .content-player {
        min-width: 40em;
        margin-left: auto;
        margin-right: auto;
    }

    .content-filter {
        display: flex;
        min-width: 40em;
        margin-left: auto;
        margin-right: auto;
    }

    .content-list {
        display: flex;
        min-width: 40em;
        margin-left: auto;
        margin-right: auto;
    }

    .content-item {
        position: relative;
        display: inline-block;
        margin-left: 1.5em;
        margin-right: 1.5em;
        margin-bottom: 2em;
        max-height: 14em;
        min-height: 14em;
        max-width: 15em;
        min-width: 13em;
    }

    .userupload-item {
        position: relative;
        display: inline-block;
        margin-left: 1.5em;
        margin-right: 1.5em;
        margin-bottom: 2em;
        max-height: 14em;
        min-height: 14em;
        max-width: 15em;
        min-width: 13em;
    }

    .challengeupload-item {
        position: relative;
        display: inline-block;
        margin-left: 1.5em;
        margin-right: 1.5em;
        margin-bottom: 2em;
        max-height: 14em;
        min-height: 14em;
        max-width: 15em;
        min-width: 13em;
    }
}

/* Likes, Views below content item */

.content-info {
    position: relative;
    margin-top: -0.2em;
    margin-left: 3em;
    margin-right: 3em;
    float: none;
    top: 1em;
    width: 10em;
    height: 2em;
    padding: 0.1em 0;
    border-radius: 2em !important;
    border-width: 0.15em !important;
    border-color: #2ba58c !important;
    border-style: solid;
    color: #ffffff;
    text-align: right;
    z-index: 40;
}


.content-promoted {
    position: absolute;
    top: 0.5em;
    right: 0;
    float: right;
    height: 2em;
    min-width: 5em;
    max-width: 7em;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.1em 0.2em;
    text-align: center;
    font-size: large;
    color: #ffffff;
    z-index: 100;
    border-radius: 1em !important;
    border-width: 2px !important;
    border-color: #ffffff !important;
    background-color: #971934;
    border-style: solid;
}





.content-order {
    position: absolute;
    top: 0.5em;
    left: 1em;
    float: left;
    height: 2em;
    min-width: 2em;
    max-width: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.1em 0.2em;
    text-align: center;
    font-size: large;
    color: #ffffff;
    z-index: 100;
    border-radius: 1em !important;
    border-width: 2px !important;
    border-color: #ffffff !important;
    background-color: #6c6c6c;
    border-style: solid;
}

.challenge-live {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    float: right;
    height: 2em;
    min-width: 5em;
    max-width: 7em;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.1em 0.2em;
    text-align: center;
    font-size: large;
    color: #ffffff;
    z-index: 100;
    border-radius: 1em !important;
    border-width: 2px !important;
    border-color: #ffffff !important;
    background-color: #971934;
    border-style: solid;
}

.userupload-info {
    position: relative;
    margin-top: -0.2em;
    margin-left: 3em;
    margin-right: 3em;
    float: none;
    top: 1em;
    width: 10em;
    height: 2em;
    padding: 0.1em 0;
    border-radius: 2em !important;
    border-width: 0.15em !important;
    border-color: #2ba58c !important;
    border-style: solid;
    color: #ffffff;
    text-align: right;
    z-index: 40;
}


.challengeupload-info {
    position: relative;
    margin-top: -0.2em;
    margin-left: 3em;
    margin-right: 3em;
    float: none;
    top: 1em;
    width: 10em;
    height: 2em;
    padding: 0.1em 0;
    border-radius: 2em !important;
    border-width: 0.15em !important;
    border-color: #2ba58c !important;
    border-style: solid;
    color: #ffffff;
    text-align: right;
    z-index: 40;
}

/* overlay if content already completed during session */

.content-checked {
    position: absolute;
    top: 1em;
    right: 0;
    float: right;
    width: 2em;
    height: 2em;
    padding: 0.1em 0;
    text-align: center;
    font-size: large;
    color: #ffffff;
    z-index: 100;
    border-radius: 100% !important;
    border-width: 2px !important;
    border-color: #ffffff !important;
    background-color: #2ba58c;
    border-style: solid;
}

.content-promoted-checked {
    position: absolute;
    top: 2.8em;
    right: 0;
    float: right;
    width: 2em;
    height: 2em;
    padding: 0.1em 0;
    text-align: center;
    font-size: large;
    color: #ffffff;
    z-index: 100;
    border-radius: 100% !important;
    border-width: 2px !important;
    border-color: #ffffff !important;
    background-color: #2ba58c;
    border-style: solid;
}

/* Topic */

.content-label-topic {
    position: absolute;
    float: left;
    width: 10em;
    height: 4em;
    top: 0;
    padding: 0.1em 0;
    color: #ffffff;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/static/assets/images/backgrounds/banner-topic.png");
    z-index: 100;
}

.content-topic {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    top: 1em;
    margin-left: 2em;
    margin-right: 1em;
    width: 12em;
    height: 12em;
    text-align: center;
    color: #ffffff;
    border-radius: 50% !important;
    border-width: 0.25em !important;
    border-color: #ffffff !important;
    border-style: solid;
    background-color: rgba(204, 203, 63, 0.2);
    background-size: 200%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;
}

.content-topic-title {
    height: 5em;
    margin-top: 3em !important;
    padding: 1em 0.5em !important;
    text-transform: uppercase;
    color: #ffffff;
    font-size: large;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    font-weight: bolder;
}

.content-info-topic {
    position: relative;
    margin-top: -0.2em;
    margin-left: 3em;
    margin-right: 3em;
    float: none;
    top: 1em;
    width: 10em;
    height: 2em;
    padding: 0.1em 0;
    color: #ffffff;
    text-align: right;
    z-index: 40;
}


/* Video */

.content-video {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    top: 1em;
    margin-left: 2em;
    margin-right: 2em;
    width: 12em;
    height: 12em;
    text-align: center;
    color: #ffffff;
    border-radius: 50% !important;
    border-width: 0.25em !important;
    border-color: #ffffff !important;
    border-style: solid;
    background-color: rgba(66, 66, 66, 0.5);
    background-size: 200%; /* should hide letterbox, or use 'cover' */
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;
}

.content-video-title {
    height: 5em;
    margin-top: 3em !important;
    padding: 1em 0.5em !important;
    color: #ffffff;
    font-size: large;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    font-weight: bolder;
}



/* Lesson */

.content-lesson {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    top: 1em;
    margin-left: 1.5em;
    margin-right: 1.5em;
    width: 11em;
    height: 11em;
    text-align: center;
    color: #ffffff;
    border-radius: 10% !important;
    border-width: 0.25em !important;
    border-color: #ffffff !important;
    border-style: solid;
    background-color: rgba(66, 66, 66, 0.5);
    background-size: 100%; /* should hide letterbox, or use 'cover' */
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;
}

.content-lesson-link {
    display: block;
    position: absolute;
    left: 1em;
    top: 1em;
    height: 9em;
    width: 9em;
}

.content-lesson-title {
    position: absolute;
    bottom: -0.5em;
    height: 3em;
    margin-top: 0.2em !important;
    padding: 1em 0.5em !important;
    color: #ffffff;
    font-size: large;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
}


.content-livestream-title {
    height: 5em;
    margin-top: 2.5em !important;
    padding: 0.5em 0.5em !important;
    color: #ffffff;
    background-color: rgba(133, 133, 133, 0.3);
    font-size: large;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    font-weight: bolder;
}



/* Poll */

.content-label-poll {
    position: absolute;
    float: left;
    width: 10em;
    height: 4em;
    padding: 0.1em 0;
    color: #ffffff;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/static/assets/images/backgrounds/banner-poll.png");
    z-index: 100;
}

.content-poll {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    top: 2em;
    margin-left: 1em;
    margin-right: 1em;
    width: 13em;
    height: 12em;
    text-align: center;
    color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/assets/images/backgrounds/poll-bg.png");
    z-index: 50;
}

.content-poll-title {
    cursor: pointer;
    height: 5em;
    padding: 3em 0.5em !important;
    color: #ffffff;
    font-size: large;
    text-align: center;
    line-height: 1.2em;
    width: 100%;
    font-weight: bolder;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

/* Quiz */

.content-label-quiz {
    position: absolute;
    float: left;
    width: 10em;
    height: 4em;
    padding: 0.1em 0;
    color: #ffffff;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/static/assets/images/backgrounds/banner-quiz.png");
    z-index: 100;
}

.content-quiz {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    top: 2em;
    margin-left: 1em;
    margin-right: 1em;
    width: 13em;
    height: 12em;
    text-align: center;
    color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/assets/images/backgrounds/quiz-bg.png");
    z-index: 50;
}

.content-quiz-title {
    cursor: pointer;
    height: 5em;
    padding: 3em 0.5em !important;
    color: #ffffff;
    font-size: large;
    text-align: center;
    line-height: 1.2em;
    width: 100%;
    font-weight: bolder;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}


/* UserUpload */

.userupload-image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    top: 0.5em;
    margin-left: 2em;
    margin-right: 2em;
    width: 12em;
    height: 12em;
    text-align: center;
    color: #ffffff;
    border-radius: 5% !important;
    border-width: 0.25em !important;
    border-color: #ffffff !important;
    border-style: solid;
    background-color: rgba(66, 66, 66, 0.5);
    background-size: 100%; /* should hide letterbox, or use 'cover' */
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;
}


/* ChallengeUpload */

.challengeupload-image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    top: 0.5em;
    margin-left: 2em;
    margin-right: 2em;
    width: 12em;
    height: 12em;
    text-align: center;
    color: #ffffff;
    border-radius: 5% !important;
    border-width: 0.25em !important;
    border-color: #ffffff !important;
    border-style: solid;
    background-color: rgba(66, 66, 66, 0.5);
    background-size: 100%; /* should hide letterbox, or use 'cover' */
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;
}

/* Footer Styles */

.footer-main {
    position: relative;
    background-image: url("/static/assets/images/backgrounds/footer-1200.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 27em;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: white;
}

.footer-logo {
    width: 12em;
}

.footer-sponsor {
    /*max-width: 12em;*/
    /*max-height: 4em;*/
}

.footer-links {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-link {
    margin-left: 1em;
    margin-right: 1em;
}

/* Welcome video button style */

.welcome-video-button-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 0;
    float: none;
}

.welcome-video-button {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: medium;
    margin-left: 2em;
    margin-right: 2em;
    width: 10em;
    height: 10em;
    text-align: center;
    color: #ffffff;
    background: -webkit-linear-gradient(top, rgb(54, 220, 170), rgb(40, 138, 195));
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(66, 66, 66, 0.5);
    z-index: 50;
}

.welcome-video-button-title {
    height: 4em;
    margin-top: 1.5em !important;
    padding: 0.2em 0.5em !important;
    color: #ffffff;
    font-size: x-large;
    text-align: center;
    width: 100%;
    font-weight: bolder;
}

.text-color-teal {
    color: #04A78A  !important;
}

.text-color-orange {
    color: #db5c1e  !important;
}

.text-color-red {
    color: #ff0000 !important;
}


.text-color-grey {
    color: #999999  !important;
}


/* text styles */
.infopanel-caption {
    text-transform: capitalize !important;
    color: #04A78A;
}

.infopanel-text {
    text-transform: capitalize !important;
    color: #ffffff;
}

/* /Content */

/* set buttons roundness */

button.radius, .button.radius {
    border-radius: 3px !important;
}

button.radius-10, .button.radius-10 {
    border-radius: 10px !important;
}

button.round, .button.round {
    border-radius: 1000px !important;
}

button.circle, .button.circle {
    border-radius: 50% !important;
}

div.radius, .div.radius {
    border-radius: 3px !important;
}

div.radius-10, .div.radius-10 {
    border-radius: 10px !important;
}

div.round, .div.round {
    border-radius: 1000px !important;
}

/* cursor styles */
.cursor-pointer {
    cursor: pointer;
}

.cursor-auto {
    cursor: auto;
}

/* position */

.text-position-container {
    position: relative;
}

.text-position-top {
    position: absolute;
    top: 0;
}

.text-position-bottom {
    position: absolute;
    bottom: 0;
}

.text-position-left {
    position: absolute;
    left: 0;
}

.text-position-right {
    position: absolute;
    right: 0;
}

/* text size */
.text-size-xxsmall {
    font-size: xx-small;
}

.text-size-xsmall {
    font-size: x-small;
}

.text-size-smaller {
    font-size: smaller;
}

.text-size-small {
    font-size: small;
}

.text-size-medium {
    font-size: medium;
}

.text-size-larger {
    font-size: larger;
}

.text-size-large {
    font-size: large;
}

.text-size-xlarge {
    font-size: x-large;
}

.text-size-xxlarge {
    font-size: xx-large;
}

/* rotation */

/*.rotate-left-5 {*/
/*-webkit-transform: rotate(-5deg);*/
/*-moz-transform: rotate(-5deg);*/
/*-ms-transform: rotate(-5deg);*/
/*-o-transform: rotate(-5deg);*/
/*transform: rotate(-5deg);*/
/*}*/

/*.rotate-right-5 {*/
/*-webkit-transform: rotate(5deg);*/
/*-moz-transform: rotate(5deg);*/
/*-ms-transform: rotate(5deg);*/
/*-o-transform: rotate(5deg);*/
/*transform: rotate(5deg);*/
/*}*/

/* overflow */

.text-overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-overflow-clip {
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
}

.width-fa {
    width: 1.2em !important;
}

.width-1 {
    width: 1em !important;
}

.width-2 {
    width: 2em !important;
}

.width-5 {
    width: 5em !important;
}

.width-7 {
    width: 7em !important;
}

.width-8 {
    width: 8em !important;
}

.width-9 {
    width: 9em !important;
}

.width-10 {
    width: 10em !important;
}


.width-11 {
    width: 11em !important;
}


.width-15 {
    width: 15em !important;
}

.width-20 {
    width: 20em !important;
}

.width-full {
    width: 100% !important;
}

.width-auto {
    width: auto !important;
}

.max-width-5 {
    max-width: 5em !important;
    overflow-y: scroll;
}

.max-width-10 {
    max-width: 10em !important;
    overflow-y: scroll;
}

.max-width-15 {
    max-width: 15em !important;
    overflow-y: scroll;
}

.max-width-20 {
    max-width: 20em !important;
    overflow-y: scroll;
}

.max-width-30 {
    max-width: 30em !important;
    overflow-y: scroll;
}


.min-width-4 {
    min-width: 4em !important;
    overflow-x: hidden;
}

.min-width-5 {
    min-width: 5em !important;
    overflow-x: hidden;
}

.min-width-7 {
    min-width: 7em !important;
    overflow-x: hidden;
}

.min-width-10 {
    min-width: 10em !important;
    overflow-x: hidden;
}

.min-width-15 {
    min-width: 15em !important;
    overflow-x: hidden;
}

.min-width-20 {
    min-width: 20em !important;
    overflow-x: hidden;
}

.min-width-30 {
    min-width: 30em !important;
    overflow-x: hidden;
}


/* Height */

.max-height-10 {
    max-height: 10em !important;
    overflow-y: scroll;
}

.max-height-15 {
    max-height: 15em !important;
    overflow-y: scroll;
}

.max-height-20 {
    max-height: 20em !important;
    overflow-y: scroll;
}


.max-height-25 {
    max-height: 25em !important;
    overflow-y: scroll;
}

.max-height-30 {
    max-height: 30em !important;
    overflow-y: scroll;
}

.max-height-40 {
    max-height: 40em !important;
    overflow-y: scroll;
}

/* height */
.height-1 {
    height: 1em !important;
}

.height-2 {
    height: 2em !important;
}

.height-5 {
    height: 5em !important;
}

.height-10 {
    height: 10em !important;
}

.height-12 {
    height: 12em !important;
}

.height-15 {
    height: 15em !important;
}

.height-20 {
    height: 20em !important;
}

.height-25 {
    height: 25em !important;
}

.height-30 {
    height: 30em !important;
}

.height-40 {
    height: 30em !important;
}


.height-full {
    height: 100% !important;
}

.height-auto {
    height: auto !important;
}


/* padding */

.no-padding {
    padding: 0 !important;
}


.padding-1 {
    padding: 1em 1em !important;
}

.padding-2 {
    padding: 2em 2em !important;
}


.padding-3 {
    padding: 3em 3em !important;
}

.padding-5 {
    padding: 5em 5em !important;
}


/* top paddings */

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-1 {
    padding-top: 1em !important;
}

.padding-top-2 {
    padding-top: 2em !important;
}

.padding-top-5 {
    padding-top: 5em !important;
}

.padding-top-10 {
    padding-top: 10em !important;
}


/* bottom paddings */

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-1 {
    padding-bottom: 1em !important;
}

.padding-bottom-2 {
    padding-bottom: 2em !important;
}

.padding-bottom-5 {
    padding-bottom: 5em !important;
}

.padding-bottom-10 {
    padding-bottom: 10em !important;
}

.padding-left-1 {
    padding-left: 1em !important;
}

.padding-right-1 {
    padding-right: 1em !important;
}


/* bottom spacing */

.space-bottom {
    position: relative;
    bottom: 0.5em;
}

.space-bottom-0 {
    position: relative;
    bottom: 0;
}

.space-bottom-1 {
    position: relative;
    bottom: 1em;
}

.margin-h {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

.margin-right {
    margin-right: 0.4em !important;
}

.margin-left {
    margin-left: 0.4em !important;
}

.margin-right-02 {
    margin-right: 0.2em !important;
}

.margin-right-08 {
    margin-right: 0.8em !important;
}

.margin-right-1 {
    margin-right: 1em !important;
}

.margin-left-1 {
    margin-left: 1em !important;
}


.margin-right-2 {
    margin-right: 2em !important;
}

.margin-left-2 {
    margin-left: 2em !important;
}

.no-margin {
    margin: 0 !important;
}

.margin-1 {
    margin: 1em !important;
}

.margin-2 {
    margin: 2em !important;
}

/* top margins */

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-1 {
    margin-top: 1em !important;
}

.margin-top-2 {
    margin-top: 2em !important;
}

.margin-top-5 {
    margin-top: 5em !important;
}

.margin-top-10 {
    margin-top: 10em !important;
}

.margin-top-12 {
    margin-top: 12em !important;
}

.margin-top-15 {
    margin-top: 15em !important;
}

/* bottom margins */

@media screen and (max-width: 39.9375em)  {
    /* small and less only */
    .margin-small-bottom-0 {
        margin-bottom:0 !important;
    }
}
@media screen and (min-width: 40em) {
    /* not small */
    .margin-small-bottom-0 {
    }
}

.margin-bottom {
    margin-bottom: 0.3em !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-1 {
    margin-bottom: 1em !important;
}

.margin-bottom-2 {
    margin-bottom: 2em !important;
}

.margin-bottom-5 {
    margin-bottom: 5em !important;
}

.margin-bottom-20 {
    margin-bottom: 20em !important;
}


/* pseudo buttons -> look like buttons but are not clickable and don't have the pointer cursor */

.pseudo-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
}

.pseudo-button.teal {
    background-color: #2ba58c;
    color: #fefefe !important;
    border-radius: 1000px !important;
}

.pseudo-button.orange {
    background-color: #db5c1e;
    color: #fefefe;
    border-radius: 1000px !important;
}

.pseudo-button.grey {
    background-color: #999999;
    color: #ffffff !important;
    border-radius: 1000px !important;
}

[data-whatinput='mouse'] .pseudo-button {
    outline: 0;
}

.pseudo-button.large {
    font-size: 1.25em;
}

.pseudo-button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.pseudo-button.disabled, .pseudo-button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}



[name=videos-table_length] {
    color: #000000 !important;
    background-color: #ffffff !important;
}

#videos-table_filter * {
    color: #000000 !important;
    background-color: #ffffff !important;
}
