@charset "UTF-8";

/* Grid Fixes */
/* ---------- */
.row .row {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
}

@media screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.625rem !important;
        margin-left: -0.625rem !important;
    }
}

.column, .columns, .columns {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
    width: 100%;
    float: left;
}

@media screen and (min-width: 40em) {
    .column, .columns, .columns {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }
}


button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

.row::before, .row::after {
    content: ' ';
    display: table;
}

.row::after {
    clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}

.column, .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 100%;
    float: right;
}

@media screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: right;
}

.column.row.row, .row.row.columns {
    float: none;
}

.row .column.row.row, .row .row.row.columns {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    right: 8.33333%;
}

.small-pull-1 {
    position: relative;
    right: -8.33333%;
}

.small-offset-0 {
    margin-right: 0%;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    right: 16.66667%;
}

.small-pull-2 {
    position: relative;
    right: -16.66667%;
}

.small-offset-1 {
    margin-right: 8.33333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    right: 25%;
}

.small-pull-3 {
    position: relative;
    right: -25%;
}

.small-offset-2 {
    margin-right: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    right: 33.33333%;
}

.small-pull-4 {
    position: relative;
    right: -33.33333%;
}

.small-offset-3 {
    margin-right: 25%;
}

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    right: 41.66667%;
}

.small-pull-5 {
    position: relative;
    right: -41.66667%;
}

.small-offset-4 {
    margin-right: 33.33333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    right: 50%;
}

.small-pull-6 {
    position: relative;
    right: -50%;
}

.small-offset-5 {
    margin-right: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    right: 58.33333%;
}

.small-pull-7 {
    position: relative;
    right: -58.33333%;
}

.small-offset-6 {
    margin-right: 50%;
}

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    right: 66.66667%;
}

.small-pull-8 {
    position: relative;
    right: -66.66667%;
}

.small-offset-7 {
    margin-right: 58.33333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    right: 75%;
}

.small-pull-9 {
    position: relative;
    right: -75%;
}

.small-offset-8 {
    margin-right: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    right: 83.33333%;
}

.small-pull-10 {
    position: relative;
    right: -83.33333%;
}

.small-offset-9 {
    margin-right: 75%;
}

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    right: 91.66667%;
}

.small-pull-11 {
    position: relative;
    right: -91.66667%;
}

.small-offset-10 {
    margin-right: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-right: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: right;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: right;
}

.small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: right;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: right;
}

.small-up-3 > .column, .small-up-3 > .columns {
    width: 33.33333%;
    float: right;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: right;
}

.small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: right;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: right;
}

.small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: right;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: right;
}

.small-up-6 > .column, .small-up-6 > .columns {
    width: 16.66667%;
    float: right;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: right;
}

.small-up-7 > .column, .small-up-7 > .columns {
    width: 14.28571%;
    float: right;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: right;
}

.small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: right;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: right;
}

.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.small-collapse .row {
    margin-right: 0;
    margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.small-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
    float: right;
}

@media screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        right: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        right: -8.33333%;
    }

    .medium-offset-0 {
        margin-right: 0%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        right: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        right: -16.66667%;
    }

    .medium-offset-1 {
        margin-right: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        right: 25%;
    }

    .medium-pull-3 {
        position: relative;
        right: -25%;
    }

    .medium-offset-2 {
        margin-right: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        right: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        right: -33.33333%;
    }

    .medium-offset-3 {
        margin-right: 25%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        right: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        right: -41.66667%;
    }

    .medium-offset-4 {
        margin-right: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        right: 50%;
    }

    .medium-pull-6 {
        position: relative;
        right: -50%;
    }

    .medium-offset-5 {
        margin-right: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        right: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        right: -58.33333%;
    }

    .medium-offset-6 {
        margin-right: 50%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        right: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        right: -66.66667%;
    }

    .medium-offset-7 {
        margin-right: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        right: 75%;
    }

    .medium-pull-9 {
        position: relative;
        right: -75%;
    }

    .medium-offset-8 {
        margin-right: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        right: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        right: -83.33333%;
    }

    .medium-offset-9 {
        margin-right: 75%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        right: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        right: -91.66667%;
    }

    .medium-offset-10 {
        margin-right: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-right: 91.66667%;
    }

    .medium-up-1 > .column, .medium-up-1 > .columns {
        width: 100%;
        float: right;
    }

    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
        float: right;
    }

    .medium-up-2 > .column, .medium-up-2 > .columns {
        width: 50%;
        float: right;
    }

    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
        float: right;
    }

    .medium-up-3 > .column, .medium-up-3 > .columns {
        width: 33.33333%;
        float: right;
    }

    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
        float: right;
    }

    .medium-up-4 > .column, .medium-up-4 > .columns {
        width: 25%;
        float: right;
    }

    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
        float: right;
    }

    .medium-up-5 > .column, .medium-up-5 > .columns {
        width: 20%;
        float: right;
    }

    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
        float: right;
    }

    .medium-up-6 > .column, .medium-up-6 > .columns {
        width: 16.66667%;
        float: right;
    }

    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
        float: right;
    }

    .medium-up-7 > .column, .medium-up-7 > .columns {
        width: 14.28571%;
        float: right;
    }

    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
        float: right;
    }

    .medium-up-8 > .column, .medium-up-8 > .columns {
        width: 12.5%;
        float: right;
    }

    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
        float: right;
    }

    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .medium-centered {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        margin-right: 0;
        margin-left: 0;
        float: right;
    }
}

@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        right: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        right: -8.33333%;
    }

    .large-offset-0 {
        margin-right: 0%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        right: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        right: -16.66667%;
    }

    .large-offset-1 {
        margin-right: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        right: 25%;
    }

    .large-pull-3 {
        position: relative;
        right: -25%;
    }

    .large-offset-2 {
        margin-right: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        right: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        right: -33.33333%;
    }

    .large-offset-3 {
        margin-right: 25%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        right: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        right: -41.66667%;
    }

    .large-offset-4 {
        margin-right: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        right: 50%;
    }

    .large-pull-6 {
        position: relative;
        right: -50%;
    }

    .large-offset-5 {
        margin-right: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        right: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        right: -58.33333%;
    }

    .large-offset-6 {
        margin-right: 50%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        right: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        right: -66.66667%;
    }

    .large-offset-7 {
        margin-right: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        right: 75%;
    }

    .large-pull-9 {
        position: relative;
        right: -75%;
    }

    .large-offset-8 {
        margin-right: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        right: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        right: -83.33333%;
    }

    .large-offset-9 {
        margin-right: 75%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        right: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        right: -91.66667%;
    }

    .large-offset-10 {
        margin-right: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-right: 91.66667%;
    }

    .large-up-1 > .column, .large-up-1 > .columns {
        width: 100%;
        float: right;
    }

    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
        float: right;
    }

    .large-up-2 > .column, .large-up-2 > .columns {
        width: 50%;
        float: right;
    }

    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
        float: right;
    }

    .large-up-3 > .column, .large-up-3 > .columns {
        width: 33.33333%;
        float: right;
    }

    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
        float: right;
    }

    .large-up-4 > .column, .large-up-4 > .columns {
        width: 25%;
        float: right;
    }

    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
        float: right;
    }

    .large-up-5 > .column, .large-up-5 > .columns {
        width: 20%;
        float: right;
    }

    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
        float: right;
    }

    .large-up-6 > .column, .large-up-6 > .columns {
        width: 16.66667%;
        float: right;
    }

    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
        float: right;
    }

    .large-up-7 > .column, .large-up-7 > .columns {
        width: 14.28571%;
        float: right;
    }

    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
        float: right;
    }

    .large-up-8 > .column, .large-up-8 > .columns {
        width: 12.5%;
        float: right;
    }

    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
        float: right;
    }

    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .large-centered {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        margin-right: 0;
        margin-left: 0;
        float: right;
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1875rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.0625rem;
}

h6 {
    font-size: 1rem;
}

@media screen and (min-width: 40em) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.9375rem;
    }

    h4 {
        font-size: 1.5625rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }
}

a {
    color: #2199e8;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

a:hover, a:focus {
    color: #1585cf;
}

a img {
    border: 0;
}

hr {
    max-width: 75rem;
    height: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-right: 0;
    margin: 1.25rem auto;
    clear: both;
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
    margin-right: 1.25rem;
}

ol {
    margin-right: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
    margin-right: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-right: 1px solid #cacaca;
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: '\2014 \0020';
}

abbr {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
}

code {
    font-family: 'Cairo', sans-serif;
    font-weight: normal;
    color: #0a0a0a;
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
    background-color: #e6e6e6;
    color: #0a0a0a;
    font-family: 'Cairo', sans-serif;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-right: 0;
    list-style: none;
}

.text-left {
    text-align: right;
}

.text-right {
    text-align: left;
}

.text-center {
    text-align: center;
}

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

@media screen and (min-width: 40em) {
    .medium-text-left {
        text-align: right;
    }

    .medium-text-right {
        text-align: left;
    }

    .medium-text-center {
        text-align: center;
    }

    .medium-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: right;
    }

    .large-text-right {
        text-align: left;
    }

    .large-text-center {
        text-align: center;
    }

    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

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

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

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

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

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

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #2199e8;
    color: #fff;
}

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

.button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

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

.button.primary {
    background-color: #2199e8;
    color: #fff;
}

.button.primary:hover, .button.primary:focus {
    background-color: #147cc0;
    color: #fff;
}

.button.secondary {
    background-color: #777;
    color: #fff;
}

.button.secondary:hover, .button.secondary:focus {
    background-color: #5f5f5f;
    color: #fff;
}

.button.success {
    background-color: #3adb76;
    color: #fff;
}

.button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #fff;
}

.button.alert {
    background-color: #ec5840;
    color: #fff;
}

.button.alert:hover, .button.alert:focus {
    background-color: #da3116;
    color: #fff;
}

.button.warning {
    background-color: #ffae00;
    color: #fff;
}

.button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #fff;
}

.button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
    border-color: #0c4d78;
    color: #0c4d78;
}

.button.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c4d78;
    color: #0c4d78;
}

.button.hollow.secondary {
    border: 1px solid #777;
    color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3c3c3c;
    color: #3c3c3c;
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539;
}

.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #881f0e;
    color: #881f0e;
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700;
}

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

.button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: left;
    margin-right: 1em;
    display: inline-block;
}

.button.arrow-only::after {
    margin-right: 0;
    float: none;
    top: 0.2em;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: default;
}

[type='submit'],
[type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type='search'] {
    box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

label > [type='checkbox'],
label > [type='label'] {
    margin-left: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #333;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

.input-group > :first-child {
    border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
    border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}

.input-group-label {
    text-align: center;
    width: 1%;
    height: 100%;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap;
}

.input-group-label:first-child {
    border-left: 0;
}

.input-group-label:last-child {
    border-right: 0;
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem;
}

.input-group-button {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
    margin: 0;
}

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

legend {
    margin-bottom: 0.5rem;
    max-width: 100%;
}

.fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

.fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-right: -0.1875rem;
}

select {
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fefefe;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
    background-size: 9px 6px;
    background-position: left center;
    background-origin: content-box;
    background-repeat: no-repeat;
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:disabled {
    background-color: #e6e6e6;
    cursor: default;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, 0.1);
    border-color: #ec5840;
}

.is-invalid-label {
    color: #ec5840;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ec5840;
}

.form-error.is-visible {
    display: block;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

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

@media screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

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

@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

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

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.float-left {
    float: right !important;
}

.float-right {
    float: left !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
}

.clearfix::after {
    clear: both;
}

.accordion {
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-radius: 0;
    margin-right: 0;
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 0.75rem;
    color: #2199e8;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6;
}

.accordion-title::before {
    content: '+';
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
    content: '–';
}

.accordion-content {
    padding: 1rem;
    display: none;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fefefe;
}

.is-accordion-submenu-parent > a {
    position: relative;
}

.is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.badge {
    display: inline-block;
    padding: 0.3em;
    min-width: 2.1em;
    font-size: 0.6rem;
    text-align: center;
    border-radius: 50%;
    background: #2199e8;
    color: #fefefe;
}

.badge.secondary {
    background: #777;
    color: #fefefe;
}

.badge.success {
    background: #3adb76;
    color: #fefefe;
}

.badge.alert {
    background: #ec5840;
    color: #fefefe;
}

.badge.warning {
    background: #ffae00;
    color: #fefefe;
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 0 0;
}

.breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
}

.breadcrumbs::after {
    clear: both;
}

.breadcrumbs li {
    float: right;
    color: #0a0a0a;
    font-size: 0.8125rem;
    cursor: default;
}

.breadcrumbs li:not(:last-child)::after {
    color: #cacaca;
    content: "/";
    margin: 0 0.5rem;
    position: relative;
    top: 1px;
    opacity: 1;
}

.breadcrumbs a {
    color: #2199e8;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .disabled {
    color: #cacaca;
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.button-group::before, .button-group::after {
    content: ' ';
    display: table;
}

.button-group::after {
    clear: both;
}

.button-group .button {
    float: right;
    margin: 0;
    font-size: inherit;
}

.button-group .button:not(:last-child) {
    border-left: 1px solid #fefefe;
}

.button-group.tiny {
    font-size: 0.6rem;
}

.button-group.small {
    font-size: 0.75rem;
}

.button-group.large {
    font-size: 1.25rem;
}

.button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.button-group.expanded::before, .button-group.expanded::after {
    display: none;
}

.button-group.expanded .button {
    display: table-cell;
    float: none;
}

.button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #147cc0;
    color: #fefefe;
}

.button-group.secondary .button {
    background-color: #777;
    color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5f5f5f;
    color: #fefefe;
}

.button-group.success .button {
    background-color: #3adb76;
    color: #fefefe;
}

.button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #fefefe;
}

.button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #da3116;
    color: #fefefe;
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #fefefe;
}

.button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%;
}

.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
    border-left: 1px solid;
}

@media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width: auto;
    }

    .button-group.stacked-for-small .button:not(:last-child) {
        border-left: 1px solid #fefefe;
    }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        border-left: 0;
    }
}

.callout {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: white;
}

.callout > :first-child {
    margin-top: 0;
}

.callout > :last-child {
    margin-bottom: 0;
}

.callout.primary {
    background-color: #def0fc;
}

.callout.secondary {
    background-color: #ebebeb;
}

.callout.success {
    background-color: #e1faea;
}

.callout.alert {
    background-color: #fce6e2;
}

.callout.warning {
    background-color: #fff3d9;
}

.callout.small {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.callout.large {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    left: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
}

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

.close-button:hover, .close-button:focus {
    color: #0a0a0a;
}

.is-drilldown {
    position: relative;
    overflow: hidden;
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fefefe;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
    position: relative;
}

.is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 1rem;
}

.js-drilldown-back > a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.75rem;
}

.dropdown-pane {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
}

.dropdown-pane.is-open {
    visibility: visible;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 300px;
}

.dropdown-pane.large {
    width: 400px;
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: auto;
    left: 0;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

.is-dropdown-menu.vertical.align-right {
    float: left;
}

.is-dropdown-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    right: 100%;
}

.is-dropdown-submenu-parent {
    position: relative;
}

.is-dropdown-submenu-parent a::after {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto;
}

.is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto;
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%;
}

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #2199e8;
    color: #fefefe;
}

.label.secondary {
    background: #777;
    color: #fefefe;
}

.label.success {
    background: #3adb76;
    color: #fefefe;
}

.label.alert {
    background: #ec5840;
    color: #fefefe;
}

.label.warning {
    background: #ffae00;
    color: #fefefe;
}

.media-object {
    margin-bottom: 1rem;
    display: block;
}

.media-object img {
    max-width: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        display: block;
        padding: 0;
        padding-bottom: 1rem;
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top;
}

.media-object-section:first-child {
    padding-left: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-right: 1rem;
}

.media-object-section.middle {
    vertical-align: middle;
}

.media-object-section.bottom {
    vertical-align: bottom;
}

.menu {
    margin: 0;
    list-style-type: none;
}

.menu > li {
    display: table-cell;
    vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
    outline: 0;
}

.menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}

.menu input,
.menu a,
.menu button {
    margin-bottom: 0;
}

.menu > li > a > img,
.menu > li > a > i {
    vertical-align: middle;
}

.menu > li > a > span {
    vertical-align: middle;
}

.menu > li > a > img,
.menu > li > a > i {
    display: inline-block;
    margin-left: 0.25rem;
}

.menu > li {
    display: table-cell;
}

.menu.vertical > li {
    display: block;
}

@media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
        display: table-cell;
    }

    .menu.medium-vertical > li {
        display: block;
    }
}

@media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
        display: table-cell;
    }

    .menu.large-vertical > li {
        display: block;
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-left: 1rem;
}

.menu.simple a {
    padding: 0;
}

.menu.align-right > li {
    float: left;
}

.menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.menu.expanded > li:first-child:last-child {
    width: 100%;
}

.menu.icon-top > li > a {
    text-align: center;
}

.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
    display: block;
    margin: 0 auto 0.25rem;
}

.menu.nested {
    margin-right: 1rem;
}

.menu-text {
    font-weight: bold;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
}

.no-js [data-responsive-menu] ul {
    display: none;
}


.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
}

.off-canvas-wrapper-inner::after {
    clear: both;
}

.off-canvas-content,
.off-canvas-content {
    min-height: 100%;
    background: #fefefe;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 254, 254, 0.25);
    cursor: pointer;
    transition: background 0.5s ease;
}

.off-canvas {
    position: absolute;
    background: #e6e6e6;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}

.off-canvas.position-left {
    right: -250px;
    top: 0;
    width: 250px;
}

.is-open-left {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}

.off-canvas.position-right {
    left: -250px;
    top: 0;
    width: 250px;
}

.is-open-right {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed;
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }

    .position-right.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed;
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }
}

@media screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed;
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }

    .position-right.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed;
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }
}

.orbit {
    position: relative;
}

.orbit-container {
    position: relative;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.orbit-slide {
    width: 100%;
    max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    right: 0;
}

.orbit-figure {
    margin: 0;
}

.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    color: #fefefe;
    background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous, .orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
    right: 0;
}

.orbit-next {
    right: auto;
    left: 0;
}

.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
    outline: 0;
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%;
}

.orbit-bullets button:hover {
    background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
    background-color: #8a8a8a;
}

.pagination {
    margin-right: 0;
    margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
    content: ' ';
    display: table;
}

.pagination::after {
    clear: both;
}

.pagination li {
    font-size: 0.875rem;
    margin-left: 0.0625rem;
    border-radius: 0;
    display: none;
}

.pagination li:last-child, .pagination li:first-child {
    display: inline-block;
}

@media screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a,
.pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6;
}

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

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    content: '«';
    display: inline-block;
    margin-left: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
    content: '»';
    display: inline-block;
    margin-right: 0.5rem;
}

.progress {
    background-color: #cacaca;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
}

.progress.primary .progress-meter {
    background-color: #2199e8;
}

.progress.secondary .progress-meter {
    background-color: #777;
}

.progress.success .progress-meter {
    background-color: #3adb76;
}

.progress.alert .progress-meter {
    background-color: #ec5840;
}

.progress.warning .progress-meter {
    background-color: #ffae00;
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #2199e8;
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap;
}

.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.slider-fill {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
    transition: all 0s linear;
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #2199e8;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: #1583cc;
}

.slider-handle.is-dragging {
    transition: all 0s linear;
}

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

.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%;
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    right: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sticky-container {
    position: relative;
}

.sticky {
    position: absolute;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
}

.sticky.is-stuck.is-at-top {
    top: 0;
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}

.sticky.is-anchored {
    position: absolute;
    right: auto;
    left: auto;
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}


.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(10, 10, 10, 0.75);
    overflow-y: scroll;
}

.reveal {
    display: none;
    z-index: 1001;
    padding: 1rem;
    border: 0px solid #cacaca;
    margin: 6.25rem auto 0;
    background-color: #fefefe;
    border-radius: 3px;
    position: absolute;
    overflow-y: auto;
}

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

@media screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column, .reveal .columns,
.reveal .columns {
    min-width: 0;
}

.reveal > :last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}

@media screen and (min-width: 40em) {
    .reveal .reveal {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

.reveal.collapse {
    padding: 0;
}

@media screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}

@media screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}

@media screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}

.reveal.full {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-right: 0;
    border: 0;
}

.switch {
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fefefe;
    font-weight: bold;
    font-size: 0.875rem;
}

.switch-input {
    opacity: 0;
    position: absolute;
}

.switch-paddle {
    background: #cacaca;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    transition: all 0.25s ease-out;
    border-radius: 0;
    color: inherit;
    font-weight: inherit;
}

input + .switch-paddle {
    margin: 0;
}

.switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    right: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0;
}

input:checked ~ .switch-paddle {
    background: #2199e8;
}

input:checked ~ .switch-paddle::after {
    right: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch-active {
    right: 8%;
    display: none;
}

input:checked + label > .switch-active {
    display: block;
}

.switch-inactive {
    left: 15%;
}

input:checked + label > .switch-inactive {
    display: none;
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle:after {
    right: 1.75rem;
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle:after {
    right: 2rem;
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}

.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem;
}

.switch.large input:checked ~ .switch-paddle:after {
    right: 2.75rem;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

table thead,
table tbody,
table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
    background: #f8f8f8;
    color: #0a0a0a;
}

table thead tr,
table tfoot tr {
    background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: right;
}

table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

table tbody th,
table tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover tr:hover {
    background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
    background-color: #ececec;
}

.tabs {
    margin: 0;
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #e6e6e6;
}

.tabs::before, .tabs::after {
    content: ' ';
    display: table;
}

.tabs::after {
    clear: both;
}

.tabs.vertical > li {
    width: auto;
    float: none;
    display: block;
}

.tabs.simple > li > a {
    padding: 0;
}

.tabs.simple > li > a:hover {
    background: transparent;
}

.tabs.primary {
    background: #2199e8;
}

.tabs.primary > li > a {
    color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #1893e4;
}

.tabs-title {
    float: right;
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8;
}

.tabs-title > a:hover {
    background: #fefefe;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #e6e6e6;
}

.tabs-content {
    background: #fefefe;
    transition: all 0.5s ease;
    border: 1px solid #e6e6e6;
    border-top: 0;
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-right: 0;
}

.tabs-panel {
    display: none;
    padding: 1rem;
}

.tabs-panel.is-active {
    display: block;
}

.thumbnail {
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
    background: #0a0a0a;
    color: #fefefe;
    padding: 0.5rem;
}

.title-bar::before, .title-bar::after {
    content: ' ';
    display: table;
}

.title-bar::after {
    clear: both;
}

.title-bar .menu-icon {
    margin-right: 0.25rem;
    margin-left: 0.5rem;
}

.title-bar-left {
    float: right;
}

.title-bar-right {
    float: left;
    text-align: left;
}

.title-bar-title {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    right: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

.menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    right: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: help;
}

.tooltip {
    background-color: #78C63A;
    color: #fefefe;
    font-size: 80%;
    padding: 0.75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + 0);
    max-width: 10rem !important;
    border-radius: 2px;
}

.tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    border-color: transparent transparent #78C63A;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    border-color: #78C63A transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto;
}

.tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    border-color: transparent transparent transparent #78C63A;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    border-color: transparent #78C63A transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    right: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-bar {
    padding: 0rem;
}

.top-bar::before, .top-bar::after {
    content: ' ';
    display: table;
}

.top-bar::after {
    clear: both;
}

.top-bar,
.top-bar ul {
    background-color: #3B98BD;
}

.top-bar input {
    width: 200px;
    margin-left: 1rem;
}

.top-bar input.button {
    width: auto;
}

@media screen and (max-width: 39.9375em) {
    .stacked-for-small .top-bar-title {
        width: 100%;
    }

    .stacked-for-small .top-bar-right {
        width: 100%;
    }

    .stacked-for-small .top-bar-left {
        width: 100%;
    }
}

@media screen and (max-width: 63.9375em) {
    .stacked-for-medium .top-bar-title {
        width: 100%;
    }

    .stacked-for-medium .top-bar-right {
        width: 100%;
    }

    .stacked-for-medium .top-bar-left {
        width: 100%;
    }
}

@media screen and (max-width: 74.9375em) {
    .stacked-for-large .top-bar-title {
        width: 100%;
    }

    .stacked-for-large .top-bar-right {
        width: 100%;
    }

    .stacked-for-large .top-bar-left {
        width: 100%;
    }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .top-bar-title {
        width: 100%;
    }

    .top-bar-right {
        width: 100%;
    }

    .top-bar-left {
        width: 100%;
    }
}

.top-bar-title {
    float: right;
    margin-left: 1rem;
}

.top-bar-left {
    float: right;
}

.top-bar-right {
    float: left;
}

/*****************************************************
 TABLE OF CONTENTS
/*****************************************************
1.  COLORS AND VARIABLES
2.  BODY
3.  TOP-SECTION
4.  CONTAINER
5.  NAVBAR DROPDOWN MENU
6.  BUTTONS
7.  LINKS
8.  NOTIFICATION CARD
9.  CURRENT PRAYER CARD
10. ADVERTISEMENTS
11. PLACE LIST
12. LOCATION SELECT DROPDOWN MENU
*****************************************************/
/* 1. COLORS AND VARIABLES */
/* ----------------------- */
.main-nav {
    display: table;
    width: 100%;
    vertical-align: middle;
}

@media (max-width: 992px) {
    .main-nav #responsive-menu {
        padding-right: 10px;
    }
}

.main-nav .nav-left, .main-nav .nav-right {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    position: relative;
}

.main-nav .nav-left {
    text-align: right;
    position: relative;
    padding-right: 0.9rem;
    right: 0;
    z-index: 20;
}

.main-nav .nav-left .brand {
    position: relative;
    bottom: 1px;
}

@media (max-width: 1024px) {
    .main-nav .nav-left {
        width: 100%;
        height: 40px;
    }

    .main-nav .nav-left .menu-text {
        display: inline-block;
        float: right;
    }
}

@media (max-width: 992px) {
    .main-nav .nav-left .dropdown.menu {
        padding-right: 0;
    }
}

.main-nav .nav-right {
    text-align: left;
    z-index: 10;
}

.main-nav .nav-right .menu-text {
    display: none;
}

.main-nav .nav-right .dropdown.menu {
    padding: 0.6rem 0;
}

.main-nav .nav-right .get-athan {
    background-color: #59BE82;
    margin-left: 0.65rem;
}

@media (max-width: 1024px) {
    .main-nav .nav-right {
        position: absolute;
        left: 0;
        width: 100%;
        padding-left: 0.5rem;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) and (min-width: 992px) {
    .main-nav .nav-right .icon {
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {
    .main-nav .nav-right .menu-text {
        position: absolute;
        right: 0.630rem;
        display: table-cell;
    }

    .main-nav .nav-right input.tt-hint {
        display: none !important;
    }

    .main-nav .nav-right .twitter-typeahead {
        width: calc(100% - 55px) !important;
    }

    .main-nav .nav-right .twitter-typeahead span.twitter-typeahead {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-nav .nav-right .tt-dropdown-menu {
        width: 280px !important;
        left: 0 !important;
        right: auto !important;
    }
}

.main-nav input {
    display: inline !important;
}

@media (max-width: 992px) {
    .main-nav .nav-left, .main-nav .nav-right {
        vertical-align: top;
        padding: 0 0.2em;
    }
}

.top-bar-left .dropdown.menu.float-left {
    position: relative;
    top: 6px;
}

@media (max-width: 992px) {
    .top-bar {
        padding: 0.2rem 0.5rem;
    }

    .top-bar-left .dropdown.menu.float-left {
        top: 0;
    }
}

.top-bar-search {
    width: 275px;
    margin-bottom: 0;
    position: relative;
    top: 5px;
}

@media (max-width: 992px) {
    .top-bar-search {
        width: calc(100% - 175px);
    }

    .top-bar-search .twitter-typeahead {
        width: 100%;
    }
}

.top-bar-search-icon {
    z-index: 100;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-bar-search .input-group-label {
    cursor: pointer;
    background: #fff;
    border: 0;
    border-radius: 0 3px 3px 0;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    vertical-align: middle;
}

.top-bar-search .input-group-label img {
    max-width: none;
    margin: auto 0;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .nav-left {
        padding: 0.2rem 0.5rem !important;
    }

    .top-bar-left {
        padding-right: 0.5rem;
    }

    .top-bar-search {
        width: calc(100% - 175px);
    }

    .twitter-typeahead {
        width: 100%;
    }
}

/* 2. BODY */
/* ------- */
html {
    font-size: 16px !important;
}

body {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}


.top-bar {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}

.top-bar .menu > li {
    display: inline-block;
    margin: 0 0.1rem;
}

.top-bar .menu li a {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.top-bar a.active {
    font-weight: 600;
    background-color: #59BE82;
    border-radius: 3px;
}

.top-bar li.active ul li a {
    font-weight: normal !important;
    color: #fff !important;
}

.top-bar li.active ul li a:hover {
    color: #ebebeb !important;
}

.top-bar li.menu-text {
    padding: 0.2rem 0.325rem 0.2rem 0;
}

.top-bar-left li.menu-text a {
    padding: 0;
}

.nav-left .menu-text a {
    position: relative;
    top: 0;
}

.nav-left .menu-text a img {
    height: 45px;
}

.menu .menu-text {
    padding-right: 0;
}

.menu li.menu-text a {
    padding: 0;
    font-weight: 700;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
}

h6 small {
    line-height: normal !important;
}

@media (max-width: 768px) {
    select,
    p {
        font-size: 0.9rem !important;
    }
}

/* 3. Top-Section */
/* -------------- */
.top-section {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.container {
    width: 1050px;
    margin: 0 auto;
}

@media (max-width: 1080px) {
    .container {
        width: 100%;
    }
}

/* 4. Container */
/* ------------ */
#container {
    padding-top: 78px;
    width: 1050px;
    margin: 0 auto;
}

@media (max-width: 1080px) {
    #container {
        width: 100%;
        padding-top: 66px;
    }
}

/* 5. NAVBAR DROPDOWN MENU */
/* -------------------------------- */
ul li ul {
    position: absolute;
    background: #fff !important;
    border: 0 !important;
    box-shadow: 0px 1px 7px #ccc;
}

.menu {
    border: 0;
    background: #fff;
}

.menu .search {
    width: 370px;
    padding-right: 15px;
    color: #555;
}

@media (max-width: 992px) {
    .menu .search {
        width: auto;
        float: left;
    }
}

input::-webkit-input-placeholder {
    color: #cacaca !important;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #cacaca !important;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #cacaca !important;
}

input:-ms-input-placeholder {
    color: #cacaca !important;
}

.border-left,
.border-right {
    border-right: 1px solid #ddd;
}

.cover {
    background: url("../bg.jpg");
    background-size: cover;
    background-position: top;
    text-align: center;
    min-height: 300px;
}

.cover .content {
    margin-top: 100px;
    color: #fff;
    text-shadow: 1px 1px 3px #333;
}

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

.avatar {
    color: #fff;
    background: #555;
    width: 30px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
}

.avatar a {
    color: #fff !important;
}

.box {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.250rem;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

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

@media (max-width: 768px) {
    .box {
        margin-bottom: 10px;
    }
}

.valign {
    padding: 7px 0;
}

.add {
    min-height: 250px;
    background: #ddd;
    color: #fff;
}

.fixed {
    position: fixed;
    width: 100%;
}

/* 6. Buttons */
/* ---------- */
/* Primary Button */
.button {
    min-width: 100px;
    margin: 0;
    background: #59BE82;
    border: 2px solid #4fb478;
    padding: 0.5em 1em 0.5em 1em;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    .button {
        font-size: 0.8rem;
    }
}

.button:hover {
    background: #6dd296;
    color: #fff;
}

/* Secondary Button */
.secondary {
    background: transparent !important;
    border-color: #cacaca !important;
}

.secondary:hover {
    color: #cacaca !important;
    background: transparent !important;
    border-color: #555;
}

/* 7. Links */
/* -------- */
a,
.breadcrumbs a {
    color: #6E6E6E;
}

.main-nav ul li a {
    color: #fff;
    overflow: hidden;
    position: relative;
}

.main-nav ul li ul li a {
    color: #6E6E6E;
}

.main-nav ul li ul li a.active {
    background-color: #fff;
    font-weight: 600;
    color: #3B98BD;
}

.main-nav ul li ul li a:hover {
    color: #3B98BD;
}

li.current {
    background: #fff !important;
    border: 1px solid #ddd;
}

.flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #eee;
}

.flex-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logout {
    position: absolute;
    top: 10px;
    left: 10px;
}

.display {
    width: 185px;
    height: 185px;
    border-radius: 500px;
    background: #59BE82;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* 8. Notification Card */
/* -------------------- */
.upcoming-event {
    margin-top: 0.3125rem;
}

.upcoming {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    min-height: 200px;
    background: #fff;
    color: #fff;
    position: relative;
    padding: 0;
    /* Title */
    /* Icon */
    /* Bottom Section */
}

@media (max-width: 768px) {
    .upcoming {
        padding: 0 !important;
    }
}

.upcoming div {
    padding-right: 0;
    padding-left: 0;
}

.upcoming .title {
    text-align: center;
    position: absolute;
    width: 100%;
    right: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    /* Heading */
    /* Sub-Heading */
}

.upcoming .title h1 {
    font-size: 2.5em;
    line-height: 1.2;
}

.upcoming .title h2 {
    font-size: 1.5em;
    font-weight: 400;
}

.upcoming i {
    margin-left: 0.45rem;
}

.upcoming .bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.625rem;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.upcoming .bottom div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    vertical-align: text-top;
}

.upcoming .bottom div:nth-child(1) {
    top: 10px;
}

.upcoming .bottom div:nth-child(2) {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: 4px;
}

@media (max-width: 992px) {
    .upcoming .title h1 {
        font-size: 1.7em;
    }

    .upcoming .title h2 {
        font-size: 1.1em;
    }

    .upcoming a.button {
        font-size: 0.8em;
    }

    .upcoming .bottom {
        padding: 0 1em !important;
    }
}

@media (max-width: 768px) {
    .upcoming-event {
        margin-right: 0.625rem;
    }

    .upcoming {
        height: 230px;
    }

    .upcoming i {
        margin-left: 7px;
    }

    .upcoming .bottom {
        bottom: 0.6em;
    }

    .upcoming .pad-tb {
        padding-top: 7px;
    }

    .upcoming .title {
        padding: 20px 0;
    }

    .upcoming .bottom {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .upcoming .bottom div:nth-child(1) {
        padding-bottom: 0.625rem;
        top: 5px;
    }

    @-moz-document url-prefix() {
        .upcoming .bottom div:nth-child(1) {
            top: 10px;
        }
    }
    .upcoming .bottom div:nth-child(2) {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 0;
    }

    .upcoming .bottom > div {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .upcoming .bottom > div p {
        margin-top: 5px;
        margin-bottom: 0;
    }

    @-moz-document url-prefix() {
        .upcoming .bottom > div p {
            padding-bottom: 10px;
        }
    }
}

@media (max-width: 350px) {
    .upcoming a.button {
        font-size: 0.7em;
    }

    p small {
        font-size: 0.63em;
    }
}

/* UPCOMING CARD BACKGROUNDS */
/* ------------------------- */
.ramadan {
    background: url("../img/bg-upcoming.jpg") no-repeat;
    background-size: cover;
}

/* NOTIFICATION CARD */
/* ----------------- */
#notification {
    padding: 0;
    display: table;
    width: 100%;
}

#notification h1 {
    font-size: 1.6em !important;
    color: #6E6E6E;
    position: relative;
    top: -2px;
}

#notification h2 {
    font-size: 1.1em !important;
    position: relative;
    top: 2px;
    color: #6E6E6E;
}

#notification h3 {
    font-size: 2em;
    font-weight: 100;
    margin-top: 0.6em;
}

#notification h4 {
    color: #6E6E6E;
}

#notification h5 {
    padding-top: 0.1em;
}

#notification a.button {
    margin: 0;
}

#notification div {
    padding: 20px 0;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 992px) {
    #notification {
        padding: 10px 1px;
        text-align: center;
    }

    #notification div {
        display: table-row;
    }

    #notification a.button {
        margin-top: 17px !important;
        font-size: 0.8em;
    }

    #notification h1 {
        font-size: 1.2rem !important;
    }

    #notification h2 {
        font-size: 0.9em !important;
        top: 0;
    }

    #notification .breadcrumbs li {
        float: none !important;
        display: inline !important;
        font-size: 0.8rem !important;
    }
}

table tr td {
    height: 100px;
}

/* 9. CURRENT PRAYER CARD */
/* ---------------------- */
.current-prayer .title {
    color: #6E6E6E !important;
    margin-bottom: -10px;
}

.current-prayer h1 {
    font-size: 2.6rem;
    color: #59BE82;
    font-weight: 400;
}

.current-prayer h3 {
    font-size: 0.95em;
    color: #6E6E6E;
    margin: 0 !important;
}

.current-prayer h5 {
    color: #6E6E6E;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 1rem !important;
}

.current-prayer h6 {
    color: #A6A6A6;
    font-size: 1rem;
    margin-top: 1.2em !important;
    margin-bottom: 0.1em !important;
}

.current-prayer a.trigger-preferences {
    color: #6E6E6E !important;
    font-size: 0.8rem;
    font-weight: 700;
    margin-right: 3px;
    text-decoration: underline;
}

.current-prayer a.trigger-preferences i {
    margin-left: 0.2rem;
}

.current-prayer i {
    color: #6E6E6E;
}

.current-prayer #menu li h5 a {
    font-size: 0.95em;
    padding: 0;
    color: #6E6E6E;
    margin-bottom: 1em;
}

.current-prayer #countdown {
    color: #fff;
    background: #59BE82;
    padding: 7px 0;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
}

.subtitle {
    font-size: 1.1em;
    font-weight: 500;
    color: #cacaca;
    margin: 3px 0;
}

/* 10. Advertisements */
/* ------------------ */
.advertisement {
    height: 250px;
    width: 300px;
    position: relative;
    background: url("../img/ad300.gif") no-repeat;
    margin: 0 auto;
    margin-bottom: 1.250rem;
}

.advertisement h3 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #6E6E6E;
}

/* 11. Place List */
/* -------------- */
.card-place {
    display: table;
    width: 100%;
    margin: 3px 0;
    color: #6E6E6E;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .card-place {
        margin: 0.3125rem 0;
    }
}

.card-place h4 {
    color: #3B98BD;
    display: block;
    display: -webkit-box;
    height: inherit;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 34px;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-place h6 small {
    font-weight: 500;
    top: -4px;
    position: relative;
    font-size: 0.9rem;
    color: #6E6E6E;
}

.card-place h6.zero-margin {
    position: relative;
    right: 1px;
}

.card-place .text {
    display: table-cell;
    vertical-align: middle;
    max-height: 100px;
    padding-right: 0.625rem;
}

@media (max-width: 992px) {
    .card-place .text {
        padding-right: 0.625rem;
    }
}

.card-place .image {
    width: 100px;
    height: 100px !important;
    max-height: 100px;
    border-radius: 2px;
    background: #eee;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.card-place .image img {
    position: absolute;
    right: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.card-place .details {
    font-size: 1rem;
    padding: 0.6em 0 0.5em 0;
    background: #f8f8f8;
}

.card-place .details p {
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 992px) {
    .card-place .image {
        width: 75px;
        height: 75px !important;
    }

    .card-place .image img {
        height: 30px;
    }
}

@media (max-width: 768px) {
    .card-place h4 {
        font-size: initial;
    }

    .card-place .text {
        padding-right: 0.625rem;
        padding-top: 0;
    }
}

.card-place-list h3 {
    display: inline-block;
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 1em;
}

.card-place-list i {
    color: #fff;
    font-size: 1.4em;
    margin-left: 0.4em;
}

.pad-t {
    padding-top: 0.9375rem;
}

.pad-b {
    padding-bottom: 0.9375rem;
}

.pad-tb {
    padding: 11px 0;
}

.more {
    background-color: #59BE82;
    color: #fff;
    padding: 17px 0 0 0;
}

.more:hover {
    background-color: #6dd296;
    cursor: pointer;
}

.loading {
    background-color: #fff;
    color: #555;
    padding: 17px 0 0 0;
}

.loading:hover {
    background-color: #ddd;
    cursor: pointer;
}

@media (max-width: 768px) {
    #mosque {
        text-align: center;
    }
}

/* 12. LOCATION SELECT DROPDOWN MENU */
/* --------------------------------- */
.location-menu {
    width: 100%;
    margin: 0;
}

.location-menu li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.location-menu li a {
    color: #6E6E6E !important;
}

.location-menu li ul {
    display: none;
    box-shadow: 0px 1px 7px #ccc;
    background: #fff;
    position: absolute;
    text-align: center;
    margin-right: 0;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 265px;
    top: 150%;
    z-index: 999;
}

@media (max-width: 992px) {
    .location-menu li ul {
        width: 210px;
        font-size: 0.8rem;
    }
}

@media (max-width: 630px) {
    .location-menu li ul {
        width: 265px;
        font-size: 0.9rem;
    }
}

.location-menu li ul li {
    display: list-item;
    width: 100%;
    text-align: right;
    padding-right: 1em;
    list-style: none;
}

.location-menu li ul li a {
    color: #555 !important;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.location-menu li ul li a:hover {
    color: #59BE82 !important;
}

.location-menu li ul::before {
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 10px solid #eee;
    content: "\0005";
    text-align: center;
    background: white;
    position: absolute;
    bottom: 100%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -100;
}

/* 13. Typeahead */
/* ------------- */
.global-search {
    width: 275px;
}

.tt-footer {
    display: block;
    padding: 0.625rem;
    font-size: 0.9rem;
    line-height: 24px;
    clear: both;
    font-weight: normal;
    color: #3B98BD;
    font-weight: 500;
    white-space: nowrap;
    border-top: 1px solid #3B98BD;
}

.typeahead,
.tt-query,
.tt-hint {
    transition: all 0.2s ease;
    width: 275px;
    font-size: 0.9rem !important;
    border: 2px solid #ddd;
    box-shadow: none;
    border-radius: 8px;
    outline: none;
    margin: 0 !important;
    text-align: right;
    color: #6E6E6E !important;
}

.countries {
    display: inline-block !important;
}

input[type="text"], .tt-input {
    display: inline-block !important;
}

.typeahead {
    padding-right: 0.5rem;
    background-color: #fff;
    color: #6E6E6E;
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #6E6E6E;
    width: 100% !important;
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    color: #6E6E6E;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    text-align: right;
    overflow: hidden;
}

.tt-suggestion {
    padding: 0.625rem;
    font-size: 0.9rem;
    line-height: 24px;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
    .tt-suggestion {
        font-size: 0.8rem;
    }
}

.tt-suggestion:last-of-type {
    border-bottom: 0;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #3B98BD;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #3B98BD;
}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

#the-basics {
    width: 250px;
    border: 0;
    border-radius: 3px 0 0 3px;
    margin: 0 auto;
}

#the-basics:focus {
    box-shadow: none;
}

input#small-search {
    background-color: #fff;
    border-radius: 3px;
    border: 0;
    width: 100%;
    font-size: 0.85rem;
}

input#small-search:focus {
    box-shadow: none;
}

@media (max-width: 1024px) {
    .dropdown-options {
        display: none !important;
    }
}

/* 14. Media Queries: Typeahead */
/* ---------------------------- */
@media (min-width: 769px) and (max-width: 992px) {
    #the-basics {
        text-align: right;
    }

    .typeahead,
    .tt-query,
    .tt-hint,
    .tt-menu {
        text-align: right;
    }
}

/* 15. Media Queries: Topbar Dropdown Menu */
/* --------------------------------------- */
@media (max-width: 1024px) {
    .top-bar-left {
        width: 100%;
        text-align: right;
        font-size: 1rem;
    }

    .top-bar-left .menu li {
        display: list-item;
        margin-bottom: 2px;
    }

    .top-bar-left .menu li a {
        padding-right: 0px;
        font-size: 0.9rem;
    }

    .top-bar-left .menu .submenu li {
        padding-right: 0.6em;
    }

    #the-basics {
        display: inline;
        width: inherit !important;
        text-align: right;
    }

    .icon {
        display: block;
        margin: 0 2px 0 5px;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .language-selector {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .typeahead,
    .tt-query,
    .tt-hint,
    .tt-menu {
        text-align: right;
        font-size: 0.9rem !important;
    }

    .top-bar-left .menu > li > a {
        display: inline-block !important;
        padding: 0.7rem;
    }
}

@media (max-width: 700px) {
    .typeahead,
    .tt-query,
    .tt-hint,
    .tt-menu {
        text-align: right;
        font-size: 0.9rem;
    }
}

@media (max-width: 400px) {
    .typeahead,
    .tt-query,
    .tt-hint,
    .tt-menu {
        width: 100% !important;
        margin: 0 auto;
        text-align: right;
        font-size: 0.9rem !important;
    }

    .top-bar-left .menu li a {
        font-size: 0.9rem;
    }
}

.responsive-options {
    color: #6E6E6E;
    display: none !important;
}

.responsive-options a.separator {
    margin: 0;
    padding: 0.7rem 0 !important;
}

@media (max-width: 1024px) {
    .responsive-options {
        display: inherit !important;
    }
}

/* 16. FOOTER */
/* ---------- */
.footer {
    padding: 1rem 0;
    background: #fff;
    color: #6E6E6E;
}

.footer .links {
    padding-top: 20px;
}

.footer ul {
    list-style-type: none;
    margin-right: 0;
    font-size: 1.2rem;
    color: #59BE82;
}

.footer ul a {
    color: #3B98BD;
    font-weight: 600;
}

.footer ul li {
    line-height: 1.4;
}

.footer ul li a {
    font-size: 0.8rem;
    font-weight: 400;
    color: #6E6E6E;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.footer .icon__newsletter {
    color: #F4C227;
    margin-left: 0.625rem;
}

@media (max-width: 992px) {
    .footer {
        font-size: 0.85em;
    }
}

/* 17. FOOTER STRIP */
/* ---------------- */
.strip {
    padding: 17px 0 0 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #777;
    background: #E9E9E9;
}

.strip-left {
    text-align: right;
}

.strip-left a {
    color: #3B98BD;
    font-weight: 600;
    border-bottom: 1px solid #3B98BD;
}

.strip-left a:hover {
    color: #4facd1;
}

.strip-left p {
    margin-bottom: 1.4rem;
    margin-top: 0.2rem;
    font-size: 0.8rem;
}

@media (max-width: 992px) {
    .strip-left p {
        margin-bottom: 1rem;
    }
}

.strip-right {
    text-align: left;
    display: block;
}

.strip-right div {
    text-align: left;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.strip-right h4 {
    display: inline-block;
    font-size: 1.3em;
    margin-left: 10px;
}

.strip-right i {
    margin-right: 20px;
    font-size: 2em;
    line-height: 50px;
    vertical-align: super;
    display: inline-block;
    transition: all 0.2s ease;
}

.strip-right i:hover {
    color: #59BE82;
    cursor: pointer;
}

.inline {
    display: inline-block;
}

@media (max-width: 992px) {
    .strip-right {
        text-align: center;
        margin-bottom: 1rem;
    }

    .strip-right div {
        display: block;
        text-align: center;
    }

    .strip-right i {
        margin: 0 10px;
    }

    .strip-left {
        text-align: center;
    }

    .inline {
        display: block;
    }
}

/* 18. PREFERENCES */
/* --------------- */
.preferences {
    display: none;
    z-index: 500;
    padding: 30px 0;
    width: 100%;
    background: #6E6E6E;
    color: #fff;
}

.preferences img {
    width: 18px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .preferences img {
        width: 12px;
        margin-top: 3px;
    }
}

.preferences select {
    border-radius: 3px;
}

.preferences h3, .preferences h5 {
    margin-bottom: 0.5rem;
}

.preferences button {
    margin: 1em 0.4em 0 0.4em !important;
}

.preferences input {
    display: inline;
    color: #fff;
}

.preferences a i {
    color: #fff;
}

.preferences a i:hover {
    color: #59BE82;
}

#overlay {
    position: fixed;
    z-index: 550;
    background: #000;
    opacity: 0;
    width: 100%;
    height: 3500px;
    overflow: hidden;
}

@media (max-height: 320px) {
    .preferences {
        padding-top: 17px;
    }

    .preferences h5 {
        font-size: 0.9em;
    }

    .preferences h3 {
        margin-bottom: 0;
    }

    .preferences button {
        margin: 0 0.3em 0 0.3em !important;
    }
}

/* 19. POPUP */
/* --------- */
#popup {
    overflow: visible;
    position: relative;
    width: 500px;
    height: 150px;
}

#popup h5 {
    font-size: 1.2em;
    color: #6E6E6E;
    padding: 0.5em 0 !important;
}

#popup input[type="submit"] {
    position: absolute;
    bottom: 2em;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    #popup h5 {
        font-size: 1em;
    }

    #popup input[type="submit"] {
        bottom: 1.5em;
    }
}

#popup #centered {
    padding: 25px 0;
}

#popup .typeahead {
    position: relative !important;
    padding: 5px !important;
    margin: 0px !important;
    text-align: center !important;
}

#popup .tt-hint {
    display: none !important;
}

#popup #the-basics {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 20. PRAYER TABLE */
/* ---------------- */
ul.bxSlider {
    margin-right: 0;
    list-style-type: none;
}

#prayer-slider .bxslider {
    margin: 0 !important;
}

.controls {
    padding: 1.3em 0;
}

#prayer-slider {
    color: #6E6E6E;
}

#prayer-slider .controls {
    margin: 1.5em 0;
}

#prayer-table .date {
    margin: 0.7em 0;
}

#prayer-table .controls {
    margin: 1.5em 0;
}

#prayer-table table {
    margin-bottom: 0;
    width: 100%;
}

#prayer-table table tbody {
    color: #6E6E6E;
}

@media (max-width: 768px) {
    #prayer-table table tbody {
        font-size: 0.8rem;
    }
}

#prayer-table table tr:nth-child(odd) {
    background: #E9E9E9;
}

#prayer-table table tr:nth-child(even) {
    background: #fff;
}

#prayer-table table td:nth-child(1) {
    text-align: right;
    padding-right: 3em;
}

@media (max-width: 992px) {
    #prayer-table table td:nth-child(1) {
        padding-right: 1em;
    }
}

#prayer-table table td:nth-child(2) {
    text-align: center;
}

#prayer-table table td:nth-child(3) {
    text-align: left;
    padding-left: 3em;
}

@media (max-width: 992px) {
    #prayer-table table td:nth-child(3) {
        padding-left: 1em;
    }
}

#prayer-table table tr td {
    height: 3.6em;
}

#prayer-table .current {
    color: #59BE82;
    font-weight: 700;
}

#green {
    background: #3B98BD;
    padding: 0.625rem 0;
}

@media (max-width: 768px) {
    #green {
        padding: 10px 0;
    }
}

#green:hover {
    background: #4facd1;
}

#green h6 {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}

@media (max-width: 768px) {
    #green h6 {
        font-size: 0.9rem;
    }
}

#green a {
    color: #fff !important;
}

#green span {
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    margin-right: 1.7em;
}

.info {
    background: dimgray;
    padding: 0.625rem;
    color: #fff;
}

#grey {
    background: #fff;
    color: #6E6E6E;
    border-bottom: 1px solid #eee;
    padding: 0.625rem;
}

@media (max-width: 768px) {
    #grey {
        padding: 0.625rem !important;
    }
}

#grey h3 {
    display: inline-block;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    #grey h3 {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}

#grey i {
    margin-left: 0.5em;
}

#grey button.button {
    padding: 0.2em 0 0.4em;
}

#grey button.button::before {
    display: inline-block;
    content: "\f0ec";
    font-family: FontAwesome;
    margin-left: 5px;
    width: auto;
    height: inherit;
}

/* 21. PLACE TABLE */
/* --------------- */
#place-slider .bxslider {
    margin: 0 !important;
}

#place-table {
    border: 1px solid #ddd;
    width: 100%;
    overflow: hidden;
    transition: all 0.2s ease;
}

#place-table h3 {
    font-size: 1.5em;
}

@media (max-width: 992px) {
    #place-table h3 {
        font-size: initial;
    }
}

#place-slider {
    padding: 1.025rem;
}

#place-slider ul {
    width: 80%;
}

.bx-wrapper img {
    display: initial !important;
    margin: 1em auto;
    width: 40px;
    height: auto;
    padding-top: 10px;
}

.grey-strip {
    background: #E9E9E9;
    font-size: 0.9em;
    font-weight: 500;
    color: #6E6E6E;
}

@media (max-width: 768px) {
    .grey-strip {
        margin-top: 1em;
        font-size: 0.8em;
    }
}

/* 22. TAGS */
/* -------- */
@media (max-width: 768px) {
    .tags {
        overflow-x: scroll;
    }
}

.tags .tags-container {
    padding: 0.625rem 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .tags .tags-container {
        width: calc(100% + 100px);
        padding: 1.250rem 0;
        padding-right: 0.625rem;
        padding-bottom: 0;
    }
}

.tag {
    padding: 4px 16px;
    border: 2px solid #59BE82;
    background: transparent;
    color: #59BE82 !important;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .tag {
        padding: 7px 12px;
        font-size: 0.8rem !important;
    }
}

.on {
    background: #59BE82;
    color: #fff !important;
}

a.tag.on:hover {
    color: #fff !important;
}

a.tag.on:hover {
    color: #fff !important;
}

/* 23. Countdown Timer */
/* ------------------- */
#clockdiv {
    font-family: 'Cairo', sans-serif;
    color: #fff;
    display: inline-block;
    text-align: left;
    font-size: 1.8rem;
}
#clockdiv div {
    display: inline-block;
}
#clockdiv span {
    font-size: 28px;
}

#countdown h3 {
    color: #fff;
    font-weight: 300;
    font-size: 28px;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

/* 24. MONTHLY PRAYERS CARD */
/* ------------------------ */
#monthly h4 {
    color: #6E6E6E;
}

green {
    color: #59BE82;
}

/* 25. Monthly Prayer Table */
/* ------------------------ */
.scrollable {
    position: relative;
}

@media (max-width: 992px) {
    .scrollable {
        overflow-x: scroll !important;
    }
}

table#monthly-prayers {
    margin-bottom: 0;
}

table#monthly-prayers tbody {
    border: 0;
}

#monthly-prayers td {
    height: 1.5em;
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    #monthly-prayers td {
        font-size: 0.7rem;
    }
}

.row-body td:nth-child(4),
.row-body td:nth-child(5),
.row-body td:nth-child(6),
.row-body td:nth-child(7),
.row-body td:nth-child(8),
.row-body td:nth-child(9) {
    border-bottom: 1px solid #f4f4f4;
    color: #6E6E6E;
}

.row-body:last-child td {
    border-bottom: 0;
}

tbody tr.new-month td:nth-child(even),
#monthly-prayers tbody tr:nth-child(even) {
    background-color: #fff;
}

.row-title td,
.new-month td {
    height: 1.4em;
    background: rgb(3, 74, 117);
    font-size: 0.9em;
    font-weight: 700;
    color: #fff;
}

.new-month td:nth-child(2) {
    background-color: #159ab9 !important;
}

.row-title td:nth-child(2) {
    max-width: 80px;
}

.row-title td:nth-child(2),
.row-title td:nth-child(5),
.row-title td:nth-child(7),
.row-title td:nth-child(9) {
    background: #159ab9;
}

.row-body td:nth-child(1) {
    background: #a2a2a2;
    color: #fff;
}

.row-body td:nth-child(2) {
    background: #acacac;
    color: #fff;
}

.row-body td:nth-child(3) {
    background: #a2a2a2;
    color: #fff;
}

.new-month td:nth-child(5),
.row-body td:nth-child(5) {
    background: #f6f6f6;
}

.new-month td:nth-child(7),
.row-body td:nth-child(7) {
    background: #f6f6f6;
}

.new-month td:nth-child(9),
.row-body td:nth-child(9) {
    background: #f6f6f6;
}

.table-control {
    padding: 0.15em 1.5em;
    font-weight: 700;
    color: #a2a2a2;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}

#mp-next {
    position: relative;
    right: -5px;
}

.table-control a {
    color: #a2a2a2 !important;
}

.prev,
.next {
    padding: 0.15em 0.4em;
    color: #a2a2a2 !important;
    background: #f6f6f6;
    border: 1px solid #ddd;
}

#pr-prev i,
#pr-next i,
#cal-next i,
#cal-prev i {
    color: #a2a2a2;
}

.prev {
    border-radius: 3px 0 0 3px;
}

.next {
    border-radius: 0 3px 3px 0;
}

/* 26. All Cities */
/* -------------- */
#all-countries {
    margin-top: 1em;
}

#all-countries h4 {
    margin-top: 1em;
}

#all-cities ul,
#all-countries ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 17px 0;
}

#all-countries .row .row div div {
    line-height: 0.8em;
    padding: 0 3px;
    margin: 3px 0;
}

#all-cities ul li a,
#all-countries ul li a {
    color: #555 !important;
}

#all-cities ul li a:hover,
#all-countries ul li a:hover {
    color: #59BE82 !important;
}

#all-countries span {
    height: auto;
    width: 19px;
    box-shadow: 0 1px 2px #ddd;
}

#all-countries a {
    position: relative;
    top: 0;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #555 !important;
    transition: all 0.3s ease;
}

#all-countries a:hover {
    color: #59BE82 !important;
}

/* 27. All Countries */
/* ----------------- */
#all-countries ul li {
    padding: 3px 0;
}

/* 28. Top Cities Table */
/* -------------------- */
@media (max-width: 768px) {
    #top-city-table {
        overflow-x: scroll;
    }
}

#top-city-table {
    padding: 0.625rem 0;
}

#top-city-table table {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 0.85rem;
}

#top-city-table table tr td {
    height: 3.6em;
}

@media (max-width: 768px) {
    #top-city-table table tr td {
        height: 2.5em;
        font-size: 0.8em;
    }
}

#top-city-table table tr td a {
    color: #3B98BD;
}

#top-city-table .row-title td {
    background: #59BE82 !important;
}

#top-city-table table tr td:nth-child(1) {
    font-weight: 700;
    text-align: right;
}

#top-city-table .active {
    color: #59BE82;
}

/* 29. Card Location */
/* ----------------- */
#card-location {
    color: #6E6E6E;
}

#card-location h2 {
    position: relative;
    line-height: 1.4;
    font-size: 2rem !important;
}

#card-location img {
    margin-top: 0.625rem;
    padding: 0 0.3125rem;
}

@media (max-width: 992px) {
    #card-location h2 {
        font-size: 1.2rem !important;
    }

    #card-location img {
        padding: 10px 0;
    }
}

#card-location h2 {
    margin: 0.5rem 0 0 0 !important;
}

/* 30. Add Place */
/* ------------- */
.form-title {
    padding: 1.250em 0.625rem;
    padding-bottom: 0;
}

.form-title .number {
    display: table-cell;
    min-width: 2.5em;
    height: 2.5em;
    background: #a2a2a2;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.form-title .title {
    display: table-cell;
    width: 100%;
    height: 2.5em;
    background: #ddd;
    color: #7a7a7a;
    font-weight: 600;
    padding-right: 1em;
    vertical-align: middle;
}

.form-section {
    padding: 1.250em 0.625rem;
}

/* 31. Calendar */
/* ------------ */
.calendar-dropdown-year,
.calendar-dropdown-month {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #6E6E6E;
    border-radius: 3px;
}

.calendar-dropdown-year:focus,
.calendar-dropdown-month:focus {
    outline: none;
}

.calendar-dropdown-year {
    width: 100px;
}

.calendar-dropdown-month {
    width: 160px;
}

#calendar table {
    margin-bottom: 0;
}

#calendar .title td {
    border: 1px solid #cacaca;
    height: 1.2em;
    max-width: 2em;
    min-width: 2em;
    font-weight: 500;
    text-align: center;
    background: #cacaca;
    color: #fff;
}

tr.row-today td {
    /*    background: rgba(120,198,58,0.8) !important;*/
    color: #59BE82 !important;
    font-weight: 700;
}

tr.row-today td:nth-child(1),
tr.row-today td:nth-child(3) {
    background: #a9a9a9 !important;
    color: #fff !important;
}

tr.row-today td:nth-child(2) {
    background: #b1b1b1 !important;
    color: #fff !important;
}

#calendar .days td {
    height: 1.5em !important;
    max-width: 2em;
    min-width: 2em;
    background: #fff;
    border: 1px solid #f1f1f1;
    text-align: center;
    vertical-align: middle;
}

@-moz-document url-prefix() {
    #calendar .days td {
        height: 100% !important;
    }
}

#calendar .days td:hover {
    background: #fbfbfb;
}

#calendar .days h4 {
    font-size: 1.2em;
    margin-bottom: 0.2em !important;
    margin-top: 0.5em !important;
    color: #555;
}

#calendar .days h6 {
    margin-bottom: 0.1rem !important;
    color: #59BE82;
}

#calendar .today {
    background: #f1f1f1 !important;
}

#calendar .event {
    background: #fff;
    color: #fff;
    padding: 0;
    cursor: default;
    border: 2px solid #3B98BD !important;
    border-collapse: collapse;
}

#calendar .event div {
    display: block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    height: 50%;
    width: 100%;
}

#calendar .event div:nth-child(1) {
    background: #fff;
    color: #6E6E6E;
}

#calendar .event div:nth-child(2) {
    background: #3B98BD;
    border-collapse: collapse;
}

#calendar .event h4,
#calendar .event h6,
#calendar .event p {
    position: absolute;
    margin: 0 !important;
    top: 50%;
    right: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#calendar .event h4 {
    font-size: 1rem;
}

#calendar .event h6 {
    font-size: 1rem;
    bottom: 0;
}

#calendar .event p {
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 15px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

@media (max-width: 768px) {
    #calendar .event p {
        height: 100%;
    }
}

#calendar .event span {
    cursor: default;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    #calendar {
        width: 100%;
    }

    #calendar .days h4 {
        font-size: 0.8rem;
    }

    #calendar .days h6 {
        font-size: 0.7rem;
    }

    #calendar .days td {
        height: 1em !important;
    }

    @-moz-document url-prefix() {
        #calendar .days td {
            height: 100% !important;
        }
    }
    #calendar .title td {
        height: 1em !important;
    }

    #calendar .event p {
        font-size: 0.7rem !important;
    }
}

/* 32. Cookies */
/* ----------- */
#cookies {
    background: #6E6E6E;
    color: #fff;
    padding-top: 1em;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-size: 0.9em;
}

#cookies .container {
    display: table;
    padding: 0 0 7px 0;
}

#cookies .container > div {
    display: table-cell;
    vertical-align: text-bottom;
}

#cookies p {
    position: relative;
    top: 4px;
}

#cookies p a {
    color: #fff !important;
    text-decoration: underline !important;
    -webkit-text-decoration-color: #fff !important;
    text-decoration-color: #fff !important;
    margin-right: 2px;
}

@media (max-width: 786px) {
    #cookies .container > div {
        display: table-row;
        text-align: center;
    }

    #cookies a.button {
        margin-bottom: 1em !important;
    }
}

@media (max-width: 992px) {
    #cookies .container {
        padding-right: 1em;
        padding-left: 1em;
    }
}

/* 33. 404 Error Page */
/* ------------------ */
#error-page {
    position: relative;
    height: auto;
    width: 100%;
    padding: 100px 40px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#error-page .link {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    text-align: center;
}

#error-page .error-page-container {
    width: 100%;
}

#error-page input[type="password"] {
    width: 320px;
    text-align: center;
}

#error-page input[type="password"]:focus {
    border: 1px solid #ddd;
}

#error-page p {
    color: #6E6E6E;
    margin-top: 20px;
}

#error-page h1,
#error-page .heading {
    font-size: 2.5em;
    font-weight: 100;
    color: #59BE82;
    margin-bottom: -2rem;
}

#error-page h2 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #59BE82;
}

#error-page h3.heading {
    font-size: 1.6rem;
}

#error-page h4 {
    font-size: 1.2rem;
    color: #6E6E6E;
}

#error-page h5,
#error-page .subheading {
    font-weight: 300;
    font-size: 1rem;
    margin: 0;
}

#error-page .round {
    background: #fff;
    width: 350px;
    height: 350px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #59BE82;
    color: #fff;
    border-radius: 100%;
    box-shadow: 0px 2px 3px #777;
}

#error-page .round h1 {
    color: #fff;
    position: relative;
    font-size: 9em;
    font-weight: 100;
    background: transparent;
}

#error-page .round h5 {
    font-size: 1.1em;
    font-weight: 500;
    padding: 0 3.2em;
    background: transparent;
}

/* 34. SPECIAL DAYS */
/* ---------------- */
.special-days {
    padding: 1.250rem 0.975rem !important;
}

#prayer-slider #pr-prev {
    position: relative;
    left: -5px;
}

#special-days .table-control {
    padding: 0.15em 1.5em;
    font-weight: 700;
    color: #a2a2a2;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}

#special-days .prev,
#special-days .next {
    padding: 0.15em 0.4em;
    color: #a2a2a2 !important;
    background: #f6f6f6;
    border: 1px solid #ddd;
}

#special-days #pr-prev i,
#special-days #pr-next i {
    color: #a2a2a2 !important;
}

#special-days .prev {
    border-radius: 3px 0 0 3px;
}

#special-days .next {
    border-radius: 0 3px 3px 0;
}

#special-days h4 {
    color: #6E6E6E;
}

#special-days h6 small {
    color: #555 !important;
    position: relative;
    top: 4px;
}

#special-days #special-days-table td {
    border-bottom: 1px solid #f1f1f1;
}

#special-days #special-days-table tr td:nth-child(1) {
    padding-left: 0;
    padding-right: 0.9em;
    width: 100px !important;
    height: 100px !important;
}

@-moz-document url-prefix() {
    #special-days #special-days-table tr td:nth-child(1) {
        width: 100px !important;
        height: 100px !important;
    }
}

#special-days #special-days-table tr td:nth-child(2) {
    padding-right: 0;
}

@media (max-width: 992px) {
    #special-days #special-days-table tr td:nth-child(1) {
        padding-left: 0.5em;
        padding-right: 0.8em;
        width: 80px !important;
        height: 80px !important;
    }

    @-moz-document url-prefix() {
        #special-days #special-days-table tr td:nth-child(1) {
            width: 80px !important;
            height: 80px !important;
        }
    }
}

#special-days #special-days-table tbody tr:nth-child(even) {
    background-color: #fff !important;
}

#special-days #special-days-table .date-box {
    width: 70px;
    height: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#special-days #special-days-table .date-box .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #59BE82;
    font-weight: 700;
    font-size: 0.75rem;
    color: #fff;
}

#special-days #special-days-table .date-box .date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    font-weight: 300;
    font-size: 1.8rem;
    color: #6E6E6E;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
}

@media (max-width: 768px) {
    #special-days #special-days-table .date-box {
        width: 55px;
        height: 55px;
    }

    #special-days #special-days-table .date-box .date {
        font-size: 1.3rem;
    }

    #special-days #special-days-table .date-box .title {
        font-size: 0.55rem;
    }
}

#special-days #special-days-table .day-details {
    text-align: right;
}

#special-days #special-days-table .day-details h2 {
    font-size: 1.4rem;
    font-weight: 300;
    color: #6E6E6E;
}

#special-days #special-days-table .day-details h4 {
    font-size: 0.9em;
    font-weight: 700;
    color: #6E6E6E;
}

@media (max-width: 992px) {
    #special-days #special-days-table .day-details h2 {
        font-size: 1.3em;
    }

    #special-days #special-days-table .day-details h4 {
        font-size: 0.75em;
    }
}

@media (max-width: 768px) {
    #special-days #special-days-table .day-details h2 {
        font-size: 1em;
    }

    #special-days #special-days-table .day-details h4 {
        font-size: 0.5em;
    }
}

@media (max-width: 350px) {
    #special-days #special-days-table .day-details h2 {
        font-size: 0.7rem;
    }

    #special-days #special-days-table .day-details h4 {
        font-size: 0.6rem;
    }
}

#special-days #special-days-table .see-more {
    text-align: left;
}

#special-days #special-days-table .see-more a.button {
    background: transparent !important;
    color: #59BE82 !important;
}

#special-days #special-days-table .see-more a.button:hover {
    background: #59BE82 !important;
    color: #fff !important;
}

#special-days #special-days-table .see-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    color: inherit;
    margin-right: 0.5em;
}

@media (max-width: 768px) {
    #special-days #special-days-table .see-more a.button {
        font-size: 0.8rem !important;
    }
}

@media (max-width: 400px) {
    #special-days #special-days-table .see-more a.button {
        padding: 0.45em 0.7rem !important;
        min-width: auto !important;
        font-size: 0.7rem !important;
    }
}

/* 35. SPECIAL DAY */
/* ---------------- */
#special-day h3 {
    font-size: 1.1em;
    font-weight: 600;
    color: #6E6E6E;
    margin-bottom: 0.8em !important;
}

#special-day p {
    font-size: 0.9rem;
    color: #6E6E6E;
}

#special-day a:nth-child(2) {
    background: transparent !important;
    color: #59BE82 !important;
    margin-right: 0.5em !important;
}

#special-day a:nth-child(2):hover {
    background: #59BE82 !important;
    color: #fff !important;
}

#special-day #special-day-slider {
    background: #59BE82;
    color: #fff;
    display: table;
    text-align: center;
    padding: 11px 0;
}

#special-day #special-day-slider div {
    display: table-row;
    vertical-align: middle;
    text-align: center;
}

#special-day #special-day-slider span {
    display: inline-block;
    vertical-align: middle;
    margin: 11px;
}

#special-day #special-day-slider i {
    font-size: 2em;
    cursor: pointer;
    color: #fff !important;
}

#special-day #special-day-slider h5 {
    font-size: 1em;
    font-weight: 600;
}

#special-day #special-day-slider h3 {
    font-size: 1.7em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0 !important;
}

@media (max-width: 992px) {
    #special-day #special-day-slider h5 {
        font-size: 0.9em;
    }

    #special-day #special-day-slider h3 {
        font-size: 1.5em;
    }
}

#special-day #special-day-slider .bxslider {
    width: 100%;
}

#special-day #special-day-slider .slider-container {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    text-align: center;
    margin-bottom: 7px;
}

#special-day #special-day-slider .slider-container h3 {
    font-weight: normal;
    font-size: 1.5em;
}

@media (max-width: 992px) {
    #special-day #special-day-slider .slider-container h3 {
        font-size: 1.2em;
    }
}

/* CALLOUT */
/* ------- */
#card-location .callout {
    border: 2px solid #59BE82 !important;
    border-radius: 5px !important;
    margin: 5px !important;
    color: #45aa6e !important;
    font-weight: 600 !important;
    background: rgba(120, 198, 58, 0.05) !important;
}

#card-location .callout span {
    color: #59BE82 !important;
}

/* PLACES LIST */
/* ----------- */
.places {
    padding: 0.625rem;
}

@media (max-width: 768px) {
    .places {
        padding: 0.3125rem 0.625rem !important;
    }
}

.place-title {
    text-align: center;
    height: 210px;
}

.address-container {
    padding: 0.9375rem !important;
    height: 72px;
}

.place-name-container {
    height: 75px;
}

@media (max-width: 768px) {
    .place-name-container {
        margin-bottom: 4px;
    }
}

.place-name {
    text-align: center;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: inherit;
    margin: 0 auto;
    font-size: 28px;
    line-height: 36px;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .place-name {
        font-size: 20px;
        line-height: 24px;
        -webkit-line-clamp: 3;
    }
}

.place-address {
    text-align: right;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.divider {
    height: 1px;
    border: 0;
    background-color: #eee;
    margin: 0.625rem 0;
}

.place-title-container {
    height: 2.2rem;
    overflow: hidden;
}

.description {
    height: 1.4rem;
    overflow: hidden;
}

.description p {
    position: relative;
    top: -2px;
    display: block;
    display: -webkit-box;
    max-width: 99%;
    height: inherit;
    font-size: 1rem;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* FILE UPLOAD BUTTON */
/* ------------------ */
#upload {
    margin-left: 0.5em !important;
}

#filename::after {
    display: inline-block;
    content: "\f00c";
    color: #59BE82;
    font-family: FontAwesome;
    margin-right: 5px;
    width: auto;
    height: inherit;
    display: none;
}

#filename.selected::after {
    display: initial;
}

@media (max-width: 768px) {
    #upload {
        margin-left: 0.3em !important;
    }

    #filename {
        font-size: 0.9em;
    }
}

input[type="file"] {
    margin-bottom: 0 !important;
}

.fileupload {
    color: #6E6E6E;
    font-size: 0.9em;
    position: relative;
    padding-right: 70px;
}

@-moz-document url-prefix() {
    .fileupload {
        padding-right: 0;
    }
}

.fileupload::-webkit-file-upload-button {
    visibility: hidden;
}

.fileupload::-moz-file-upload-button {
    visibility: hidden;
}

html:focus,
body:focus,
a:focus,
button:focus,
.fileupload:focus {
    outline: none;
}

.fileupload::before {
    content: 'Choose an Image';
    display: inline-block;
    background: #59BE82 !important;
    border-radius: 100px;
    border: 2px solid #59BE82 !important;
    padding: 0.3em 1em !important;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 600 !important;
    transition: all 0.5s ease;
    cursor: pointer;
}

.fileupload:hover::before {
    background: transparent !important;
    color: #59BE82 !important;
}

.fileupload:active {
    outline: 0;
}

.fileupload:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/* RESPONSIVE TEXT ALIGNING */
/* ------------------------ */
@media (max-width: 768px) {
    .text-xs-left {
        text-align: right;
    }

    .text-xs-right {
        text-align: left;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-justify {
        text-align: justify;
    }
}

@media (min-width: 769px) {
    .text-sm-left {
        text-align: right;
    }

    .text-sm-right {
        text-align: left;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: right;
    }

    .text-md-right {
        text-align: left;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: right;
    }

    .text-lg-right {
        text-align: left;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

#prayer-time-heading {
    display: inherit;
    box-shadow: 0px 2px 3px #ccc;
}

/* NAVIGATION MENU */
/* --------------- */
.navigation li {
    position: relative;
}

.navigation li a:hover {
    color: #6E6E6E !important;
    font-weight: 700;
}

.navigation li.active::after {
    position: absolute;
    left: 0;
    top: 0.45em;
    color: #59BE82;
    content: "\f0da";
    font-family: FontAwesome;
}

.navigation .active a {
    color: #59BE82 !important;
    font-weight: 700;
}

.navigation .active a:hover {
    color: #59BE82 !important;
}

.text-body {
    padding: 1.5em 1.5em 0 1.5em !important;
    color: #6E6E6E;
}

.text-body span {
    display: block;
    font-size: 1.1em;
    text-align: center;
    font-weight: 500;
    margin: 2em 0.5em;
}

.text-body p {
    font-size: 0.9em;
}

.text-body p:last-child {
    margin-bottom: 5em;
}

.text-body h3 {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 0.8em !important;
}

.text-body a {
    margin: 1.5em 0 3em 0 !important;
    padding: 0.7em 2em !important;
}

@media (max-width: 768px) {
    .text-body p:first-child {
        font-size: 0.9em;
    }

    .text-body p {
        font-size: 0.8em;
    }

    .text-body h3 {
        font-size: initial;
    }
}

.info-container {
    text-align: center;
    display: table;
    padding: 0 1.5em;
    width: 100%;
    margin-bottom: 1em;
}

.info-box {
    border: 1px solid #eee;
    width: 30% !important;
    margin: 0 10px;
    display: inline-block;
    width: 170px !important;
    height: 170px;
    padding-top: 58px;
    cursor: default;
    transition: all .5s ease;
}

.info-box span:first-child {
    display: block;
    font-weight: 500;
    font-size: 2em;
    line-height: 1;
    color: #59BE82;
}

.info-box span {
    color: #6E6E6E;
    font-size: 0.9em;
    font-weight: 700;
}

@media (max-width: 992px) {
    .info-box {
        width: 140px !important;
        height: 140px;
        padding-top: 47px;
        margin: 7px;
    }

    .info-box span:first-child {
        font-size: 1.8em;
        line-height: 0.9;
    }

    .info-box span {
        font-size: 0.8em;
    }
}

@media (max-width: 768px) {
    .info-box {
        display: block;
        margin: 7px auto;
    }
}

.info-box:hover {
    background: #59BE82;
    color: #fff;
}

.info-box:hover span {
    color: #fff;
}

.contact-us {
    color: #6E6E6E;
    font-size: 0.9em;
    padding: 0 1.6em 0.5em 1.6em;
    display: table;
    width: 100%;
}

.contact-us div {
    display: table-cell;
}

@media (max-width: 768px) {
    .contact-us div {
        display: table-row;
        text-align: center;
    }

    .contact-us div a {
        margin-bottom: 1.5em !important;
    }

    .contact-us div p {
        font-size: 0.9em;
    }
}

.help {
    color: #6E6E6E;
    font-size: 0.9em;
    display: table;
    width: 100%;
}

.help div {
    display: table-cell;
}

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

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

@media (max-width: 768px) {
    .help div {
        display: table-row;
        text-align: center;
    }
}

.accept span {
    color: #6E6E6E;
}

.accept span span {
    display: inline !important;
    color: #59BE82 !important;
}

.accept input[type="checkbox"] {
    display: none;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.accept input[type="checkbox"] + label {
    position: relative;
    line-height: 1.4;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    margin: 0 2px 0 0;
    vertical-align: middle;
    background-color: transparent;
    border: 2px solid #59BE82;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accept input[type="checkbox"] + label::before {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -1px;
    content: "\f00c";
    font-family: FontAwesome;
    opacity: 0;
    color: #59BE82;
    font-size: 1em;
}

.accept input[type="checkbox"] + label span {
    display: inline-block;
    cursor: default;
    width: 600px;
    transition: all 0.3s ease;
}

.accept input[type="checkbox"] + label span {
    margin-right: 35px;
}

.accept input[type="checkbox"] + label span span {
    margin-right: 0;
}

.accept input[type="checkbox"]:checked + label {
    background-color: #59BE82;
    transition: all 0.3s ease;
}

.accept input[type="checkbox"]:checked + label::before {
    color: #fff;
    transition: all 0.3s ease;
    opacity: 1;
}

.ad-form {
    padding: 1.3em 2em 1.3em 2em !important;
}

@media (max-width: 768px) {
    .ad-form {
        padding: 0.625rem !important;
    }
}

.help {
    margin-bottom: 2.5em;
}

.help p {
    font-size: 1em;
}

.help a {
    margin-right: 2em !important;
    padding: 0 !important;
}

.help span {
    display: inline;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .help {
        margin-bottom: 1.5em;
    }

    .help div {
        display: table-row;
        text-align: center;
    }

    .help p {
        margin-top: 0.5em;
    }

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

    .help span {
        font-size: 0.8em;
    }
}

.local-prayers {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.local-prayers td {
    height: 1.5em;
    color: #6E6E6E;
}

.local-prayers tr:first-child {
    font-weight: 600;
}

@media (max-width: 768px) {
    .local-prayers td {
        font-size: 0.8em;
    }
}

.image-upload {
    padding: 5px;
    border: 1px solid #cacaca;
    display: table;
    width: 100%;
}

.image-upload div {
    display: table-cell;
}

.image-upload a.button {
    border-radius: 5px;
    background: #ddd !important;
    border-color: #ddd !important;
    color: #6E6E6E !important;
}

.image-upload a.button:hover {
    color: #828282 !important;
}

@media (max-width: 768px) {
    .image-upload div {
        display: table-row;
        text-align: center;
    }
}

#hijriMonth {
    font-size: 0.85em;
}

/* DATE CONVERTOR */
/* -------------- */
.switch {
    float: left;
}

.date-convertor {
    text-align: center;
    padding-top: 30px;
}

.date-convertor .date-convertor-title {
    font-weight: 700;
    font-size: 0.9em;
    color: #cacaca;
}

.date-convertor .date-convertor-selectors {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 35px 0 35px;
    margin-bottom: 10px;
}

.date-convertor .date-convertor-selectors select {
    font-weight: 600;
    margin: 0 7px;
    color: #b6b6b6;
}

.date-convertor .date-convertor-selectors select:nth-child(2) {
    width: 200%;
}

.date-convertor .date-convertor-button {
    padding: 0.5em 1.4em;
    font-weight: 700;
    background: #3B98BD;
    border: 2px solid #318eb3;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.date-convertor .date-convertor-button:hover {
    background: transparent;
    color: #3B98BD;
}

.date-convertor .date-convertor-button:focus {
    outline: none;
}

.date-convertor .date-converted .date-converted-date, .date-convertor .date-converted .date-converted-day {
    display: block;
    color: #6E6E6E;
    font-size: 1.8em;
}

.date-convertor .date-converted .note {
    font-size: 0.8em;
    color: #969696;
}

.date-convertor hr {
    border-color: #e7e7e7;
    margin-bottom: 0;
}

.date-convertor .actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
}

.date-convertor .actions a {
    margin: 0 6px !important;
}

@media (max-width: 768px) {
    .date-convertor .date-convertor-selectors {
        padding: 10px 20px 0 20px;
    }

    .date-convertor .date-convertor-selectors select {
        margin: 0 4px;
    }

    .date-convertor .actions {
        padding: 13px 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        width: auto;
    }

    .date-convertor .actions a {
        font-size: 0.8em;
        margin: 6px 0 !important;
    }
}

.slider-controls {
    margin-top: 0.6em;
}

.slider-controls #sdl-prev {
    position: relative;
    left: -5px;
}

.accordion {
    margin: 2.5% 0;
}

.accordion .accordion-title {
    font-size: 0.9em;
    font-weight: 600;
}

.accordion .accordion-title:hover {
    color: #6E6E6E !important;
}

.tabs .tabs-title {
    position: relative;
    right: -1px;
}

.tabs .tabs-title a {
    font-size: 0.9em !important;
}

.tabs .tabs-title a:hover {
    color: #6E6E6E !important;
}

.tabs-content span {
    font-size: 0.8em;
}

.tabs-content code {
    font-size: 0.8em;
    word-break: break-word;
}

.tabs-content span {
    font-size: 0.8em;
}

.tabs-content code {
    font-size: 0.8em;
    word-break: break-word;
}

.icon {
    position: relative;
    padding: 0.5rem 0;
    top: 10px;
}

.icon a {
    color: #fff;
}

.nav-right .twitter-typeahead {
    float: left;
}

.tt-suggestion {
    text-align: right;
}

.tt-suggestion:hover,
.tt-cursor {
    background: #3B98BD;
    color: #fff;
}

.search-result-item {
    display: block;
    width: 100%;
    white-space: nowrap;
}

.search-result-item:hover {
    background: #3B98BD;
    color: #fff;
}

.pagination li {
    display: inline-block !important;
    font-size: 0.7rem;
}

.pagination .current {
    padding: 0 !important;
    background: #eee !important;
}

.pagination .current a {
    font-weight: 700;
    color: #59BE82 !important;
}

/* Additions */
/* --------- */
h4.zero-margin {
    color: #6E6E6E;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border-radius: 4px;
}

.inactive {
    cursor: default;
}

.inactive i {
    color: #ddd !important;
}

/* Loader */
/* ------ */
#dvLoading {
    background: #fff url(../images/loading.gif) no-repeat center center;
    position: absolute;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 100;
}

#loader {
    background: #fff url(../images/loading.gif) no-repeat center center;
    background-size: contain;
    position: relative;
    opacity: 1;
    height: 40px;
    width: 100%;
    margin: 0;
}

#monthly-prayer-slider,
#special-days-slider,
.placelist,
#place-list,
#calendar-slider {
    position: relative;
}

.table {
    padding: 1.250rem;
}

@media (max-width: 768px) {
    .table {
        padding: 0.625rem;
    }
}

.table-controller {
    display: table;
    padding: 1.250rem 0.975rem;
    width: 100%;
}

.table-controller .headings,
.table-controller .controls {
    display: table-cell;
    vertical-align: middle;
}

.table-controller .controls {
    padding: 0;
    text-align: left;
}

.table-controller .headings h4 {
    color: #6E6E6E;
}

.table-controller .headings span {
    color: #59BE82;
    font-weight: 600;
}

@media (max-width: 992px) {
    .table-controller .headings,
    .table-controller .controls {
        display: block;
        text-align: center;
        padding: 0.325rem 0;
    }

    .table-controller .headings h4 {
        font-size: 1rem;
    }

    .table-controller .headings span {
        font-size: 0.9rem;
    }
}

/* Type Selectors */
/* -------------- */
input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    margin: 0;
    color: #fff;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    input[type="radio"] + label {
        font-size: 0.7rem;
    }
}

input[type="radio"] + label span {
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 2px 16px;
    border: 2px solid #59BE82;
    background: transparent;
    color: #59BE82;
    border-radius: 100px;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"] + label span {
    background: #fff;
}

input[type="radio"]:checked + label span {
    background: #59BE82;
    color: #fff;
}

.selector-container {
    width: 100%;
    overflow-x: scroll;
}

.selectors {
    margin-right: -0.625rem;
    width: calc(100% + 100px);
}

.selectors div {
    display: inline-block;
}

.searcher .twitter-typeahead,
.city-search {
    display: inline !important;
}

.city-search.tt-hint {
    display: none !important;
}

/* Error Notifier */
/* -------------- */
.callout.small {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 55px;
    right: 0;
    opacity: 0.99;
    border: 1px solid rgba(10, 10, 10, 0.1);
    color: #fff;
    background: #59BE82;
}

.callout.small p {
    font-size: 1.2rem;
    font-weight: 100;
    margin-bottom: 0;
}

.callout.small .close-button {
    color: #fff;
}

.world h1 {
    font-size: 1.8rem;
}

/* Widgets */
/* ------- */
.tabs-title > a[aria-selected="true"] {
    background: #fff !important;
}

.tabs .tabs-title a {
    background: #eee;
}

.tabs .tabs-title a:hover {
    background: #e9e9e9;
}

table.prayer-widget tr td {
    height: 60px;
    font-size: 0.8rem;
}

table.prayer-widget tr td input[type="text"],
table.prayer-widget select {
    margin: 0 !important;
    font-size: 0.8rem;
}

table.prayer-widget tr td {
    height: 60px;
    font-size: 0.8rem;
}

table.prayer-widget tr td input[type="text"],
table.prayer-widget select {
    margin: 0 !important;
    font-size: 0.8rem;
}

/* Newsletter */
/* ---------- */
.popup-account,
.popup-newsletter {
    overflow: visible;
    width: 600px;
    height: auto;
    background: #59BE82;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
    border: 0;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .popup-account,
    .popup-newsletter {
        width: 90%;
    }
}

.popup-account .close-button,
.popup-newsletter .close-button {
    left: 1.6rem;
    top: 1rem;
}

.popup-account .newsletter-wrapper,
.popup-newsletter .newsletter-wrapper {
    border: 1px solid #fff;
    height: 100%;
    padding: 30px;
}

@media (max-width: 768px) {
    .popup-account .newsletter-wrapper,
    .popup-newsletter .newsletter-wrapper {
        padding: 20px;
    }
}

.popup-account .newsletter-wrapper h1,
.popup-newsletter .newsletter-wrapper h1 {
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
}

.popup-account .newsletter-wrapper .detail,
.popup-newsletter .newsletter-wrapper .detail {
    display: block;
    padding: 0 20px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .popup-account .newsletter-wrapper .detail,
    .popup-newsletter .newsletter-wrapper .detail {
        font-size: 0.9rem;
    }
}

.popup-account .newsletter-wrapper span,
.popup-newsletter .newsletter-wrapper span {
    color: #fff;
}

.popup-account .newsletter-wrapper .newsletter-input,
.popup-newsletter .newsletter-wrapper .newsletter-input {
    padding: 7px 12px;
    height: 55px;
    color: #777;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    width: 50%;
    margin: 1rem 0.5rem;
    border: 0;
}

@media (max-width: 768px) {
    .popup-account .newsletter-wrapper .newsletter-input,
    .popup-newsletter .newsletter-wrapper .newsletter-input {
        display: block;
        width: 100%;
        margin: 1rem auto;
    }
}

.popup-account .newsletter-wrapper .newsletter-submit,
.popup-newsletter .newsletter-wrapper .newsletter-submit {
    padding: 7px 12px;
    height: 55px;
    background: #59BE82;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    width: 35%;
    margin: 1rem 0.5rem;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .popup-account .newsletter-wrapper .newsletter-submit,
    .popup-newsletter .newsletter-wrapper .newsletter-submit {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}

.popup-account .newsletter-wrapper .newsletter-submit:focus,
.popup-newsletter .newsletter-wrapper .newsletter-submit:focus {
    outline: none;
}

.popup-account .newsletter-wrapper .newsletter-submit:hover,
.popup-newsletter .newsletter-wrapper .newsletter-submit:hover {
    background: #63c88c;
}

.popup-account .newsletter-wrapper .newsletter-close,
.popup-newsletter .newsletter-wrapper .newsletter-close {
    color: #fff;
    font-size: 1rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 0 auto;
    margin-top: 1.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .popup-account .newsletter-wrapper .newsletter-close,
    .popup-newsletter .newsletter-wrapper .newsletter-close {
        font-size: 0.9rem;
    }
}

.popup-account .newsletter-wrapper .btn-close,
.popup-newsletter .newsletter-wrapper .btn-close {
    position: absolute;
    top: 27px;
    left: 30px;
    cursor: pointer;
}

.popup-account .newsletter-wrapper .btn-close img,
.popup-newsletter .newsletter-wrapper .btn-close img {
    height: 1rem;
    width: 1rem;
}

.popup-account {
    background: #fff;
}

.popup-account .newsletter-wrapper,
.popup-account .newsletter-input {
    border: 1px solid #ddd !important;
}

.popup-account .newsletter-wrapper h1,
.popup-account .newsletter-wrapper span,
.popup-account .close-button,
.popup-account span.detail,
.popup-account span.newsletter-close {
    color: #6E6E6E !important;
}

.popup-newsletter::before {
    content: '\00a0';
    width: 127px;
    height: 127px;
    background: url("../img/Subscribe-Icon128.png");
    position: absolute;
    top: -32px;
    right: -32px;
}

@media (max-width: 768px) {
    .popup-newsletter::before {
        background: transparent;
    }
}

.popup-newsletter.sub-alerts::before {
    content: '';
    width: 0;
    height: 0;
}

.dimmer {
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

/* Inspirations Promotion */
/* ---------------------- */
.popup-inspirations {
    width: 627px;
    height: 315px;
    border-radius: 3px;
    background: url("../img/popups/popup-inspirations.png") 0 0 no-repeat;
    background-position: center;
    border: 0;
}

a.download-inspirations {
    width: 130px;
    height: 39px;
    position: absolute;
    bottom: 22px;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

a.download-inspirations:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.popup-inspirations .close-button {
    color: #fff;
}

@media (max-width: 630px) {
    .popup-inspirations {
        width: 480px !important;
        height: 241px;
        background-size: contain;
    }

    a.download-inspirations {
        width: 100px;
        height: 30px;
        bottom: 18px;
    }
}

@media (max-width: 480px) {
    .popup-inspirations {
        width: 320px !important;
        height: 161px;
        background-size: contain;
    }

    a.download-inspirations {
        width: 68px;
        height: 21px;
        bottom: 11px;
    }
}

/* Google Ads */
.ad {
    cursor: pointer;
}

.ad-container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 1.250rem;
}

@media (max-width: 992px) {
    .ad-container {
        margin: 0 0.625rem;
        margin-bottom: 0.625rem;
        width: auto;
    }

    .ad-container img {
        width: auto;
    }
}

.ad-728 {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    background: #fff url("../images/ad-728-3.gif") no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .ad-728 {
        width: inherit;
    }
}

.empty {
    padding: 0.625rem !important;
    color: #6E6E6E;
    text-align: right;
    width: 100% !important;
    font-size: 0.9rem;
}

/* Google AdSense */
/* -------------- */
.ad-leaderboard {
    height: 90px;
    text-align: center;
    margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
    .ad-leaderboard {
        height: auto;
        margin-bottom: 0.625rem;
    }
}

@media (max-width: 320px) {
    .ad-leaderboard {
        height: 100px;
    }
}

.ad-medium-rectangle {
    width: 305px;
    height: 255px;
    margin: 0 auto;
    clear: both;
    margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
    .ad-medium-rectangle {
        margin-bottom: 0.3125rem;
    }
}

.error {
    margin-bottom: 1rem;
    position: relative;
    top: -1rem;
    color: #ff5000;
    font-weight: 600;
}

.search-state {
    font-style: normal !important;
    font-style: 0.9rem !important;
}

.calculation-method {
    font-size: 0.9rem !important;
    line-height: 20px !important;
}

@media (max-width: 768px) {
    .calculation-method {
        font-size: 0.8rem !important;
    }
}

/* Advertise With Us Page */
/* ---------------------- */
.page-title {
    text-align: center;
    color: #6E6E6E;
    font-weight: 500;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.page-title h1 {
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .page-title h1 {
        font-size: 1.4rem;
    }
}

.advertise .page-title {
    margin-bottom: -2rem !important;
    margin-top: 2rem !important;
}

@media (max-width: 768px) {
    .advertise .text-body span {
        font-size: 0.9rem;
    }
}

.map {
    width: 95%;
    margin: 0 auto;
    height: auto;
    margin-top: 2rem;
    position: relative;
}

.map img {
    width: 100%;
}

.pin {
    position: absolute;
    width: 100px;
    height: 70px;
    background: url("../img/advertise/pin.png") no-repeat 0 0;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease;
}

@media (max-width: 320px) {
    .pin {
        width: 75px;
        height: 60px;
    }
}

.pin::after {
    position: absolute;
    top: 35%;
    right: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.pin.north-america {
    top: 10%;
    right: 11%;
}

.pin.north-america::after {
    content: '48%';
}

.pin.europe {
    top: 3%;
    right: 45%;
}

.pin.europe::after {
    content: '16%';
}

.pin.middle-east {
    top: 14%;
    right: 57%;
}

.pin.middle-east::after {
    content: '27%';
}

.pin.asia {
    top: -5%;
    right: 73%;
}

.pin.asia::after {
    content: '6%';
}

@media (max-width: 992px) and (min-width: 768px) {
    .pin.north-america {
        top: 6.1%;
        right: 9.5%;
    }

    .pin.europe {
        top: -1.5%;
        right: 45%;
    }

    .pin.middle-east {
        top: 9.5%;
        right: 57%;
    }

    .pin.asia {
        top: -10.5%;
        right: 70%;
    }
}

@media (max-width: 768px) {
    .pin.north-america {
        top: -4%;
        right: 5.5%;
    }

    .pin.europe {
        top: -12%;
        right: 39%;
    }

    .pin.middle-east {
        top: 0%;
        right: 53%;
    }

    .pin.asia {
        top: -20%;
        right: 70%;
    }
}

.subscribers {
    text-align: center;
    font-size: 0.9rem;
    color: #6E6E6E;
    margin-bottom: 2rem;
}

.subscribers i {
    font-size: 1.3rem;
    margin-left: 0.5rem;
    vertical-align: text-bottom;
}

.apps {
    text-align: center;
}

.apps img {
    width: 230px;
    height: auto;
    margin: 1rem auto;
}

.apps h1 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #6E6E6E;
}

.apps ul {
    list-style-type: none;
    padding: 0;
    margin: 1rem auto;
    color: #6E6E6E;
    font-size: 0.8rem;
}

.apps ul li {
    margin: 0.2rem auto;
}

.stats {
    text-align: center;
    margin: 3rem auto;
    color: #6E6E6E;
}

.stats .stats-icon {
    display: inline-block;
    margin: 0 2px 0.5rem 2px;
}

.stats .stats-icon.male {
    height: 50px;
    width: 18px;
}

.stats .stats-icon.female {
    height: 50px;
    width: 20px;
}

.stats .male {
    background: url("../img/advertise/male.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.stats .male.selected {
    background: url("../img/advertise/male-selected.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.stats .female {
    background: url("../img/advertise/female.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.stats .female.selected {
    background: url("../img/advertise/female-selected.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.stats span {
    display: block;
}

.stats .male-users,
.stats .female-users {
    margin: 1rem auto;
}

.stats .male-users .highlighted {
    color: #05bbc6;
}

.stats .female-users .highlighted {
    color: #a3d7b1;
}

.chart {
    height: 300px;
}

.chart .canvasjs-chart-credit {
    display: none;
}

.chart #chartContainer {
    width: 90%;
    height: inherit;
    margin: 0 auto;
}

.rates {
    color: #6E6E6E;
    text-align: center;
    margin: 2rem auto;
    padding: 0 150px;
}

.rates h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem !important;
}

.rates span {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .rates {
        padding: 0 1.25rem;
    }
}

.ads {
    color: #6E6E6E;
    margin-top: 0;
    text-align: center;
    padding: 0 20px;
}

.ads h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem !important;
}

.ads h4 {
    font-size: 0.9rem;
    font-weight: 600;
}

.ads span {
    font-weight: 300;
    font-size: 1rem;
}

.ads .ad-1 {
    width: 100%;
    height: 90px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 1rem;
    border: 1px dashed #aaa;
}

.ads .ad-2 {
    width: 300px;
    height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    border: 1px dashed #aaa;
}

@media (max-width: 768px) {
    .ads .ad-2 {
        width: 65%;
    }
}

.contact {
    text-align: center;
    padding: 0 20px;
    color: #6E6E6E;
    margin: 2rem 0;
    margin-top: 0;
}

.contact h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem !important;
}

.contact span {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .contact h4 {
        font-size: 1.2rem;
    }

    .contact .button.circular {
        font-size: 1rem;
        padding: 10px 20px !important;
    }
}

.privacy-policy {
    padding: 0 1.25rem !important;
    color: #6E6E6E;
}

@media (max-width: 768px) {
    .privacy-policy {
        padding: 0 0.625rem !important;
    }
}

.privacy-policy h1 {
    font-size: 1.6rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .privacy-policy h1 {
        font-size: 1.2rem;
    }
}

.privacy-policy h2 {
    font-size: 1.4rem !important;
    font-weight: 600;
}

@media (max-width: 768px) {
    .privacy-policy h2 {
        font-size: 1rem !important;
    }
}

.privacy-policy p {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .privacy-policy p {
        font-size: 0.8rem;
    }
}

.privacy-policy .page-title {
    margin: 2rem 0 !important;
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .privacy-policy .page-title {
        font-size: 1.2rem;
    }
}

.terms {
    padding: 0 1.25rem !important;
    color: #6E6E6E;
}

@media (max-width: 768px) {
    .terms {
        padding: 0 0.625rem !important;
    }
}

.terms h1 {
    font-size: 1.6rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .terms h1 {
        font-size: 1.2rem;
    }
}

.terms h2 {
    font-weight: 1.4rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .terms h2 {
        font-size: 1rem;
    }
}

.terms p {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .terms p {
        font-size: 0.8rem;
    }
}

.terms .page-title {
    margin: 2rem 0 !important;
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .terms .page-title {
        font-size: 1.2rem;
    }
}

.terms ol li {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .terms ol li {
        font-size: 0.8rem;
    }
}

.banner {
    display: table;
    background: linear-gradient(#59BE82, #3B98BD);
    padding: 50px 0 0;
}

.banner .banner-links,
.banner .banner-image {
    display: table-cell;
    vertical-align: middle;
}

.banner-links h1 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.banner-links h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.banner-links .download-buttons {
    margin: 2rem 0;
}

.banner-links .download-buttons img {
    height: 40px;
    margin-left: 1rem;
}

.banner-links a.learn-more {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.banner-image {
    height: 260px;
    overflow: hidden;
    vertical-align: bottom;
}

.banner-image img {
    width: 350px;
}

@media (max-width: 992px) {
    .banner {
        padding: 50px 0;
    }

    .banner-links {
        width: 100%;
        text-align: center;
    }

    .banner-links .download-buttons img {
        margin: 0 0.625rem;
    }

    .banner-image,
    .banner-image img {
        display: none !important;
    }
}

@media (max-width: 370px) {
    .banner-links .download-buttons img {
        margin: 0.625rem;
    }
}

.footer-banner {
    width: 330px;
    height: 180px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

@media (max-width: 360px) {
    .footer-banner {
        width: 100%;
        height: 165px;
    }
}

@media (max-width: 400px) {
    .footer-banner {
        margin: 0 auto;
    }
}

.banner-text,
.footer-banner #newsletter {
    position: absolute;
}

.banner-text {
    font-size: 1.4rem;
    font-weight: 700;
    color: #3B98BD;
    text-align: center;
    width: 100%;
    padding: 0 12px;
    top: 20px;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-banner #newsletter {
    font-size: 60px;
    top: 50px;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.search-tooltip {
    float: left;
    border-bottom: 0 !important;
    font-weight: normal !important;
    font-size: 0.9rem;
    z-index: 300;
}

@media (max-width: 768px) {
    .search-tooltip {
        width: calc(100% - 30px);
    }
}

.tooltip {
    background: #59BE82 !important;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 300;
}

/* About Us */
/* -------- */
.about {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: url("../img/about/bg-compressed.png") no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

.about-container {
    margin-bottom: 1.250rem;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .about-container {
        margin-bottom: 0.625rem;
    }
}

.about-intro {
    padding: 30px;
    background: #59BE82;
}

.about-intro h1 {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1rem !important;
}

.about-intro p {
    font-size: 1rem;
    color: #fff;
    display: table-cell;
    width: 60%;
}

.about-intro .if-logo {
    display: table-cell;
    background: url("../img/about/if-logo.png") no-repeat right bottom;
    background-size: contain;
}

.about-cities {
    text-align: center;
    background: #474747;
    padding: 50px 20px;
}

.about-cities span {
    color: #fff;
    display: block;
    font-size: 18px;
}

.about-cities span.number {
    font-size: 48px;
    font-weight: 300;
}

.about-follow {
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 20px 0;
}

.about-follow h2 {
    color: #59BE82;
    font-size: 30px;
    font-weight: 300;
}

.about-social-icons {
    background: #59BE82;
    padding: 17px 0;
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
}

.about-social-icons a {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    border: 1px solid #fff;
}

.about-social-icons .social-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}

.about-social-icons a:nth-child(1) {
    border-left: 0;
}

.about-social-icons a:nth-child(3) {
    border-right: 0;
}

.about-feeds {
    padding: 120px 20px;
    background: rgba(255, 255, 255, 0.975);
    color: #6E6E6E;
    text-align: center;
}

.about-contact {
    padding: 40px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    color: #6E6E6E;
}

.about-contact span {
    display: block;
    font-size: 18px;
}

.about-contact span.hello {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 1rem;
}

/* Athan - Windows */
/* --------------- */
.athanW-container {
    position: relative;
    margin-bottom: 1.250rem;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: -160px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .athanW-container {
        margin-bottom: 0.625rem;
    }
}

.athanW-intro {
    padding: 30px;
    background: #fff;
}

.athanW-intro h1 {
    font-size: 2rem;
    font-weight: 400;
    color: #6E6E6E;
}

.athanW-intro h2 {
    font-size: 1.5rem;
    font-weight: 100;
    color: #787878;
    position: relative;
    right: 4px;
    top: -4px;
}

.athanW-intro div {
    display: table-cell;
    width: 50%;
    font-size: 0.9rem;
    color: #6E6E6E;
    vertical-align: middle;
}

.athanW-intro p {
    font-size: 0.9rem;
    color: #6E6E6E;
}

.athanW-intro .athan-desktop {
    display: table-cell;
    height: 200px;
    background: url("../img/athanWindows/windows.png") no-repeat right bottom;
    background-size: contain;
}

.athanW-intro .athan-mobile {
    height: 280px;
    width: 150px !important;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/athanWindows/mobile.png") no-repeat left 38px;
    background-size: contain;
}

.athanW-intro .athan-mobile a {
    margin-right: 8px;
}

.athanW-intro.mobile {
    background: #fcfcfc;
    position: relative;
    overflow: hidden;
}

.athanW-intro.mobile div {
    margin-top: 1.250rem;
    display: block;
    width: 70%;
    font-size: 0.9rem;
    color: #6E6E6E;
    vertical-align: middle;
}

.mobile-info {
    padding: 30px;
    background: #fff;
}

.mobile-info h3 {
    font-size: 1.3rem;
    font-weight: 100;
    color: #828282;
}

.mobile-info h4 {
    margin-top: 1.25rem !important;
    font-size: 1.2rem;
    font-weight: 100;
    color: #828282;
}

.mobile-info p {
    font-size: 0.9rem;
    color: #787878;
}

.mobile-info ul {
    margin: 0.625rem;
    color: #828282;
    font-size: 0.9rem;
    list-style-type: none;
}

.mobile-info a {
    display: block;
    font-size: 0.9rem;
    text-decoration: underline;
    color: #6E6E6E;
    margin-bottom: 0.3125rem;
}

@media (max-width: 768px) {
    .athanW-intro .athan-mobile {
        height: 280px;
        width: 150px !important;
        position: relative;
        margin: 0 auto;
        display: block;
        background: url("../img/athanWindows/mobile.png") no-repeat center 60px;
        background-size: contain;
    }

    .athanW-intro.mobile {
        background: #fcfcfc;
        position: relative;
        overflow: hidden;
    }

    .athanW-intro.mobile div {
        margin-top: 0;
        top: 20px;
        display: block;
        width: 100%;
        font-size: 0.9rem;
        color: #6E6E6E;
        vertical-align: middle;
    }

    .athanW-intro.mobile .athan-mobile a {
        margin-right: auto;
    }

    .athanW-intro h2 {
        margin-top: -1rem !important;
    }
}

.athanW-tableHeader {
    background: #59BE82;
    width: 200px;
    height: 170px;
    padding: 40px 30px;
    color: #fff;
    position: relative;
    z-index: 100;
}

.athanW-tableHeader h2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    width: 150px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

.athanW-tableHeader .tableColumns {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 70%;
    position: relative;
}

.athanW-tableHeader .tableColumns div {
    position: absolute;
    margin: 0 auto;
    width: 190px;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    background: #45aa6e;
    top: -10px;
}

.athanW-tableHeader .tableColumns div span {
    display: block;
}

.athanW-tableHeader .tableColumns div:nth-child(1) {
    left: 200px;
}

.athanW-tableHeader .tableColumns div:nth-child(2) {
    left: 0;
}

.athanW-tableHeader .tableColumns .features {
    position: absolute;
    right: 0;
    top: 112px;
    background: #fff;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
}

.athanW-tableHeader .tableColumns .features a {
    font-size: 0.6rem;
    font-weight: 600;
}

.athanW-tableHeader .tableColumns .features .details {
    position: relative;
    top: 10px;
    background: #fff;
    color: #59BE82;
}

.athanW-tableHeader .tableColumns .features .details i {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.athan-table {
    position: relative;
    background: #fff;
    height: auto;
}

.filler {
    position: absolute;
    height: 170px;
    width: 100%;
    top: 0;
    right: 0;
    background: #59BE82;
}

.price {
    font-size: 2rem;
    font-weight: 600;
}

.featuresTable {
    padding: 10px 20px;
    position: relative;
    z-index: 0;
    top: -160px;
    color: #6E6E6E;
}

.featuresTable table,
.featuresTable thead,
.featuresTable tbody {
    border: 0;
}

.featuresTable thead tr td {
    width: 33%;
    padding: 20px 0;
    border-bottom: 0;
    text-align: center;
    vertical-align: middle;
    background: #45aa6e;
    color: #fff;
    z-index: 400;
}

.featuresTable table tbody tr td:nth-child(even) {
    border: 1px solid #ddd;
    border-top: 0;
    text-align: center;
}

.featuresTable table tbody tr {
    border-bottom: 1px solid #ddd;
}

.featuresTable table tr td.separation {
    width: 0;
    background: transparent;
    visibility: hidden;
}

.featuresTable thead tr td:nth-child(1),
.featuresTable tbody tr.downloadButtons td:nth-child(1) {
    visibility: hidden;
}

.featuresTable tbody tr td {
    width: 30%;
    background: #fff;
    height: 40px;
}

.featuresTable tbody tr.downloadButtons td {
    text-align: center;
    height: 60px;
}

.featuresTable tbody tr.downloadButtons td a {
    font-size: 0.6rem;
}

.featuresTable span {
    display: block;
}

.featuresTable tbody tr.appFeatures {
    font-size: 0.7rem;
}

.athan-java {
    padding: 20px 10px;
    background: #fcfcfc;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    color: #6E6E6E;
}

.athan-java a {
    text-decoration: underline;
    font-weight: 700;
}

input.athan1 {
    font-size: 0.6rem;
}

.downloads-menu {
    width: 166px !important;
}

.downloads-menu ul {
    list-style-type: none;
    margin-right: 0;
    margin-bottom: 0;
}

.downloads-menu ul a li {
    font-size: 0.8rem;
    padding: 5px 0;
    width: 100%;
}

.downloads-menu-windows {
    width: 130px !important;
}

.downloads-menu-windows ul {
    list-style-type: none;
    margin-right: 0;
    margin-bottom: 0;
}

.downloads-menu-windows ul a li {
    font-size: 0.8rem;
    padding: 5px 0;
    width: 100%;
}

@media (max-width: 768px) {
    .athanW-intro {
        padding: 30px;
        text-align: center;
    }

    .athanW-intro h1 {
        font-size: 1.6rem;
        margin-bottom: 1.250rem !important;
    }

    .athanW-intro div {
        display: table-row;
        text-align: center;
        padding: 10px;
    }

    .athanW-intro .athan-desktop {
        display: block;
        width: inherit;
        background-position: center bottom;
        margin-top: 0.625rem;
    }

    .athanW-intro p {
        text-align: center;
        margin-top: 1rem;
    }

    .athan-table {
        height: auto;
    }

    .athanW-tableHeader {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .athanW-tableHeader h2 {
        width: inherit;
        display: inline-block;
    }

    .athan-tableHeader {
        width: 100%;
        padding: 40px 30px;
    }

    .filler {
        display: none;
    }

    .featuresTable {
        padding: 5px;
        top: 0;
    }

    .featuresTable table tr td.separation {
        display: none;
    }

    .featuresTable span.plan {
        display: none;
    }

    .featuresTable span.price {
        font-size: 1.4rem;
    }

    .featuresTable table tbody tr.downloadButtons {
        display: none;
    }

    .featuresTable table tr td.separation {
        display: none;
    }

    .featuresTable table tr td:nth-child(even) {
        width: 16%;
    }
}

/* Accordion */
/* ----------- */
#accord {
    list-style: none;
    margin-right: 0 !important;
    padding: 0;
    height: 270px;
    width: 100%;
    margin: 0 0 0 11px;
    overflow: hidden;
    border: 10px solid #fff;
    background: #fff;
}

#accord .panel {
    float: right;
    display: block;
    height: 270px;
    width: 44px;
    overflow: hidden;
    color: #666666;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5em;
}

#accord .panel.active {
    width: 80%;
}

#accord .panelContent {
    padding: 15px 15px 15px 55px;
    height: 240px;
    width: 80%;
}

#accord .pink {
    width: 42px;
    height: 270px;
    float: right;
    position: relative;
    background: #59BE82;
    cursor: pointer;
}

#accord .pink::before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#accord .last {
    border: none;
}

/* Widgets */
/* ------- */
.widget {
    width: 180px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6,
.widget p {
    font-size: 12px !important;
}

.widget .title td {
    font-size: 9px;
    font-weight: bold !important;
}

.widget table td {
    height: auto;
    min-width: auto !important;
    padding: 0;
    font-size: 0.8rem;
}

.widget #calendar table tr td h4,
.widget #calendar table tr td h6 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.widget #grey {
    padding: 0.3125rem 1.250rem !important;
}

.widget .table-controller {
    padding: 0.3125rem 0;
}

.form-row {
    display: block;
    height: auto;
    padding: 0.625rem;
    background: #ccc;
    color: #6E6E6E !important;
    font-weight: 600;
}

.widget .headings span {
    font-size: 10px !important;
}

.tabs-title.is-active {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.widget-dateconvertor tbody td {
    padding: 0.3125rem;
}

.widget-dateconvertor tr td {
    height: auto;
    padding: 0.3125rem;
}

.widget-dateconvertor tr td label,
.widget-dateconvertor tr td input[type="submit"] {
    font-size: 0.8rem;
}

.widget-dateconvertor tr td select {
    margin: 0 !important;
}

.widget-prayertimes {
    text-align: center;
}

.widget-prayertimes select {
    margin: 0 0 0.3125rem;
}

.widget-prayertimes input[type="button"] {
    font-size: 0.8rem;
}

/* Disclaimer */
/* ---------- */
.disclaimer-callout {
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #6E6E6E;
}

.disclaimer-callout h5 {
    color: #6E6E6E;
    font-weight: 600;
}

.disclaimer-callout span.disclaimer-text {
    color: #6E6E6E;
    font-weight: 400;
    font-size: 15px;
    display: block;
    text-align: center;
}

.disclaimer-link {
    font-weight: 700;
    color: #59BE82 !important;
    border-bottom: 1px solid #59BE82;
}

.disclaimer-anchor {
    cursor: pointer;
}

select.preferenceHijriAdjustement,
select.preferenceJuristicMethod {
    width: 100% !important;
}

/* New Prayer Box */
/* -------------- */
.curved {
    border-radius: 3px;
}

.btn-action {
    background: #59BE82;
    border-radius: 2px;
    text-decoration: none;
    color: #FFF;
    font-size: 0.9rem;
    font-weight: 600;
}

.btn-action:hover {
    color: #fcfcfc;
}

.search-bar {
    width: 280px;
    background-color: #fff;
}

.card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.25rem;
    overflow: hidden;
}

/* Title */
.titleContainer {
    padding: 1rem 0;
}

.titleContainer div:first-child {
    text-align: right;
}

.titleContainer div:last-child {
    text-align: left;
}

@media (max-width: 992px) {
    .titleContainer div:first-child,
    .titleContainer div:last-child {
        text-align: center;
    }
}

.prayerTimesToday {
    font-size: 0.9rem;
    color: #6E6E6E;
    margin: 0;
    font-weight: 400;
    vertical-align: middle;
}

.dateToday {
    font-size: 0.9rem;
    color: #337ab7;
    margin: 0;
    font-weight: 600;
    vertical-align: middle;
}

/* Upcoming Prayer */
.upcomingPrayerContainer {
    background: #337ab7;
    padding: 0.6rem 0;
    color: #FFF;
    position: relative;
}

.btn-refresh {
    font-size: 1.1rem;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 5px;
    opacity: 0;
    display: none;
}

.btn-refresh i {
    transition: all 0.4s ease;
}

.btn-refresh:hover {
    color: #fff;
}

.btn-refresh:hover i {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .btn-refresh {
        font-size: 1rem;
    }
}

.upcomingPrayerTitle {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.upcomingPrayerTime,
.upcomingPrayerName {
    margin: 0 0.625rem;
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
}

/* Today Prayers */
.todayPrayer {
    display: table-cell;
    padding: 1rem 0;
    text-align: center;
    border: 1px solid #eee;
    border-collapse: collapse;
}

.todayPrayer:first-child {
    border-right: 0;
}

.todayPrayer:last-child {
    border-left: 0;
}

.todayPrayer span {
    display: block;
}

span.todayPrayerName {
    font-size: 0.9rem;
    font-weight: 600;
    color: #337ab7;
}

span.todayPrayerTime {
    font-size: 1.4rem;
    font-weight: 400;
    color: #6E6E6E;
}

span.todayPrayerFormat {
    font-size: 0.9rem;
    font-weight: 400;
    color: #6E6E6E;
}

/* Monthly Prayers */
.seeMonthlyContainer {
    text-align: center;
    padding: 0.8rem 0;
}

/* Settings */
.settingsContainer {
    padding: 1rem 0.625rem;
    display: table;
    clear: both;
    width: 100%;
    background: #eee;
    color: #6E6E6E;
}

.settingsContainer div {
    display: table-cell;
    vertical-align: middle;
}

.settingsContainer div:first-child {
    width: 50%;
}

.settingsContainer div:last-child {
    text-align: left;
    cursor: pointer;
}

.settingsContainer span {
    display: block;
    font-size: 0.85rem;
}

.link-settings {
    color: #59BE82;
    font-size: 0.6rem;
    font-weight: 600;
    text-decoration: underline;
}

/* Global Responsive Styles */
@media (max-width: 768px) {
    .card {
        margin-bottom: 0.625rem;
    }

    span.todayPrayerTime {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .todayPrayerNameContainer,
    .todayPrayerDetailContainer {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 0.4rem 0;
    }

    .todayPrayer {
        width: 100% !important;
        display: table;
        border-right: 0;
        border-left: 0;
    }

    .todayPrayer:last-child {
        border-bottom: 2px solid #eee;
    }

    .todayPrayerDetailContainer span {
        display: inline;
    }
}

@media (max-width: 560px) {
    .settingsContainer div {
        display: block;
        margin-bottom: 0.625rem;
    }

    .settingsContainer span {
        font-size: 0.8rem;
    }

    .settingsContainer div:first-child {
        width: 100%;
    }

    .settingsContainer div:last-child {
        text-align: right;
    }
}

/* Banner Box */
/* ---------- */
.banner-box {
    height: 195px;
    background: #78c63a url("../img/banner-bg.png") no-repeat;
    background-position: left bottom;
    background-size: cover;
    padding: 0.625rem;
}

.banner-box .banner-heading {
    min-height: 65px;
    font-size: 26px;
    font-weight: 100;
    color: #fff;
    line-height: 1.2;
    display: block;
    margin-bottom: 1.5rem;
}

.button__download-athan {
    padding: 0.625rem;
    background-color: #fff;
    border-radius: 3px;
    color: #3B98BD;
    font-weight: 600;
    font-size: 0.9rem;
    opacity: 0;
    transition: all 0.4s ease;
}

/* Hover Helps */
/* ----------- */
@media (max-width: 992px) {
    .hint--bottom:after,
    .hint--bottom:before {
        display: none;
    }
}

/* Member Login */
/* ------------ */
.member-login-user {
    color: #6E6E6E;
    padding: 0.625rem;
    position: relative;
}

.member-login-user h3 {
    position: relative;
    right: -1px;
}

.member-login-user a {
    position: absolute;
    top: 10px;
    left: 10px;
}

.member-login-user p {
    margin: 0;
    font-size: 0.9rem;
}

.member-login-purchases {
    margin-top: 10px;
}

.member-download {
    background-color: #3B98BD;
    border-color: #318eb3;
}

.member-download:hover {
    background-color: #4facd1;
}

.stat-box-container {
    display: table;
    width: 100%;
}

.stat-box {
    min-height: 100px;
    height: 100px;
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #6E6E6E;
}

.stat-box span {
    border: 1px solid #eee;
    border-collapse: collapse;
    display: block;
    min-height: 100px;
    text-align: center;
    width: 100%;
    position: relative;
}

.stat-box > span > * {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 768px) {
    .member-login-user {
        text-align: center;
    }

    .member-login-user a {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        margin-top: 6px;
    }

    .stat-box {
        font-size: 0.9rem;
        display: block;
        width: 100%;
    }

    .stat-box span {
        display: inline-block;
        width: 50%;
    }

    .stat-box span.download-cell {
        width: 100%;
    }

    .empty-filler {
        display: none !important;
    }
}

/* Widgets Design Fix */
.tt-dataset-city-search .tt-footer {
    display: none !important;
}

/* Error Message Fix */
.error-message {
    margin: 0;
    padding: 1rem 0.625rem 0;
    color: #6E6E6E;
    text-align: center;
    font-weight: 600;
}

.slide-in-down.mui-enter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slide-in-left.mui-enter {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slide-in-up.mui-enter {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slide-in-right.mui-enter {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slide-out-down.mui-leave {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.slide-out-right.mui-leave {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.slide-out-up.mui-leave {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.slide-out-left.mui-leave {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.fade-in.mui-enter {
    opacity: 0;
    transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}

.fade-out.mui-leave {
    opacity: 1;
    transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}

.hinge-in-from-top.mui-enter {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-right.mui-enter {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-left.mui-enter {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-out-from-top.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-right.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}

.hinge-out-from-left.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.scale-in-up.mui-enter {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.scale-in-down.mui-enter {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.scale-out-up.mui-leave {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

.scale-out-down.mui-leave {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.spin-in.mui-enter {
    -webkit-transform: rotate(-0.75turn);
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}

.spin-out.mui-leave {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(0.75turn);
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    opacity: 0;
}

.spin-in-ccw.mui-enter {
    -webkit-transform: rotate(0.75turn);
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}

.spin-out-ccw.mui-leave {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-0.75turn);
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    opacity: 0;
}

.slow {
    transition-duration: 750ms !important;
}

.fast {
    transition-duration: 250ms !important;
}

.linear {
    transition-timing-function: linear !important;
}

.ease {
    transition-timing-function: ease !important;
}

.ease-in {
    transition-timing-function: ease-in !important;
}

.ease-out {
    transition-timing-function: ease-out !important;
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
}

.bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    transition-delay: 300ms !important;
}

.long-delay {
    transition-delay: 700ms !important;
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}
