/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:600|Open+Sans:400,400i,700,700i");

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

hr.post-below {
    border: none;
    border-top: 2px solid #cbcbcb;
    margin-top: 3em;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
label {
    font-family: "Barlow Condensed", sans-serif;
    margin: 0;
}

h1 {
    color: #00b7eb;
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
}

@media (min-width: 576px) {
    h1 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 50px;
        line-height: 62px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 54px;
        line-height: 68px;
    }
}

h1.title {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}

@media (min-width: 576px) {
    h1.title {
        font-size: 54px;
        line-height: 62px;
    }
}

@media (min-width: 768px) {
    h1.title {
        font-size: 60px;
        line-height: 68px;
    }
}

@media (min-width: 992px) {
    h1.title {
        font-size: 64px;
        line-height: 72px;
    }
}

@media (min-width: 1200px) {
    h1.title {
        font-size: 72px;
        line-height: 78px;
    }
}

h2 {
    color: #989898;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
}

@media (min-width: 576px) {
    h2 {
        font-size: 38px;
        line-height: 44px;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 42px;
        line-height: 48px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 48px;
        line-height: 56px;
    }
}

h3 {
    color: #a6ce38;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

h3#eo-booking-title {
    margin: 20px 0;
}

@media (min-width: 768px) {
    h3 {
        font-size: 36px;
        line-height: 46px;
    }
}

h4 {
    color: #a2268e;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    h4 {
        font-size: 18px;
        line-height: 30px;
    }
}

p {
    margin: 0 0 15px;
}

p:last-child {
    margin-bottom: 0;
}

p,
li,
a,
body {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 25px;
}

@media (min-width: 768px) {

    p,
    li,
    a,
    footer.layout .footer-signup .nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=button],
    body {
        font-size: 18px;
        line-height: 30px;
    }
}

a:not(.button) {
    color: #ed3c95;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

a:not(.button)::after {
    border-top: 2px solid #ed3c95;
    content: '';
    left: 50%;
    margin-top: -3px;
    position: absolute;
    right: 50%;
    top: 100%;
    transition: left 150ms ease, right 150ms ease;
}

a:not(.button):hover {
    text-decoration: none;
}

a:not(.button):hover::after {
    left: 1px;
    right: 1px;
}

blockquote {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    blockquote {
        margin-left: 0;
    }
}

blockquote p {
    border-left: 8px solid #a6ce38;
    color: #a6ce38;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 32px;
}

@media (min-width: 768px) {
    blockquote p {
        font-size: 36px;
        line-height: 46px;
    }
}

.component.background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
    z-index: -2;
}

.component.filter {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.component.filter.prism {
    background: url("../img/prism-home.svg") left center no-repeat;
    background-size: cover;
    opacity: .8;
}

@media (min-width: 992px) {
    .component.filter.prism {
        width: 50%;
    }
}

.component.filter.prism-interior {
    background: url("../img/prism-interior.svg") right center no-repeat;
    background-size: cover;
    height: 40%;
    margin-top: 60%;
}

@media (min-width: 992px) {
    .component.filter.prism-interior {
        height: 100%;
        margin-top: 0;
        width: 50%;
    }
}

.component.filter.gray {
    background: rgba(89, 89, 89, 0.35);
}

.component.filter.dark-gradient {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 70%, transparent 100%);
}

.component.filter.dark-gradient.reverse {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, transparent 70%, transparent 100%);
}

button,
.button {
    border-radius: 5px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

button.button-outline,
.button.button-outline {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    line-height: 34px;
    transition-property: background-color, color;
}

button.button-outline:hover,
.button.button-outline:hover {
    background-color: #fff;
    color: #000;
}

.button-pink {
    background: #ed3c95;
    color: #fff;
    line-height: 40px;
    transition-property: background-color;
    display: inline-block;
    padding: 0 30px;
}

.button-pink:hover {
    background-color: #e1157c;
}

@keyframes reveal {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mobile-nav-toggle {
    display: none;
}

.mobile-nav-button {
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    z-index: 11;
}

.mobile-nav-button svg path {
    opacity: 1;
    transform: none;
    transition-duration: 300ms;
    transition-property: stroke, transform, opacity;
    transition-timing-function: ease;
}

.mobile-nav-button:hover svg path:nth-child(1) {
    transform: translateY(-5px);
}

.mobile-nav-button:hover svg path:nth-child(3) {
    transform: translateY(5px);
}

@media (max-width: 1170px) {
    .primary-nav {
        background: rgba(0, 0, 0, 0.85);
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    .primary-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .primary-nav a {
        color: #fff;
        font-size: 28px;
    }

    .primary-nav>ul {
        animation: reveal 300ms 1 linear;
        bottom: 0;
        left: 50px;
        overflow: auto;
        position: absolute;
        right: 15px;
        top: 50px;
    }

    .primary-nav>ul li {
        margin: 40px 0;
    }

    .primary-nav>ul li ul {
        display: flex;
        flex-direction: column;
        margin-left: 30px;
        margin-top: 15px;
    }

    .primary-nav>ul li ul li {
        margin: 15px 0;
    }

    .primary-nav>ul li ul li a {
        font-size: 22px;
    }
}



.mobile-nav-toggle:checked~.mobile-nav-button svg path {
    stroke: #fff;
}

.mobile-nav-toggle:checked~.mobile-nav-button svg path:nth-child(1) {
    transform: translate(17px, 0) rotate(45deg);
}

.mobile-nav-toggle:checked~.mobile-nav-button svg path:nth-child(2) {
    opacity: 0 !important;
}

.mobile-nav-toggle:checked~.mobile-nav-button svg path:nth-child(3) {
    transform: translate(-28px, 30px) rotate(-45deg);
}

.primary-nav .nav-search-wrapper {
    display: flex;
    align-items: center;
    width: 80%;
}

.primary-nav .nav-search-wrapper input {
    width: 100%;
    padding: 10px;
    margin: 10px;
    line-height: 1;
    font-size: 22px;
}

.mobile-nav-toggle:checked~.primary-nav {
    display: block;
}


@media (max-width: 1170px) {

    .primary-nav .nav-search-toggle,
    .primary-nav .nav-search-icon {
        display: none;
    }
}

input:matches([type="password"], [type="search"]) {
    padding: 10px;
}

.primary-nav .nav-search-submit svg {
    fill: #ed3c95 !important;
}

@media (min-width: 1170px) {
    .mobile-nav-button {
        display: none;
    }

    .primary-nav {
        align-items: stretch;
        display: flex;
        flex: 1 1 auto;
        justify-content: flex-end;
    }

    .primary-nav .nav-search-toggle {
        display: none;
    }

    .primary-nav .nav-search-toggle:checked~.nav-search-dropdown-wrapper {
        height: 100px;
    }

    .primary-nav .nav-search-dropdown-wrapper {
        background: #f59120;
        height: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 100%;
        transition: height 200ms ease-in-out;
    }

    .primary-nav .nav-search-dropdown-wrapper .nav-search-dropdown {
        height: 100px;
    }

    .primary-nav .nav-search-dropdown-wrapper .nav-search-dropdown .row {
        height: 100%;
    }

    .primary-nav .nav-search-dropdown-wrapper .nav-search-dropdown .row .nav-search-wrapper {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
        align-self: center;
        background: #fff;
        border: 2px solid #cbcbcb;
        display: flex;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .primary-nav .nav-search-dropdown-wrapper .nav-search-dropdown .row .nav-search-wrapper {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%;
    }
}

@media (min-width: 992px) and (min-width: 1170px) {
    .primary-nav .nav-search-dropdown-wrapper .nav-search-dropdown .row .nav-search-wrapper {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%;
    }
}

@media (min-width: 1170px) {
    .primary-nav .nav-search-dropdown-wrapper .nav-search-dropdown .row .nav-search-wrapper .nav-search {
        border: 0;
        display: block;
        flex: 1 1 auto;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        width: 100%;
    }

    .primary-nav .nav-search-dropdown-wrapper .nav-search-dropdown .row .nav-search-wrapper .nav-search-submit {
        align-items: center;
        cursor: pointer;
        display: flex;
    }

    .primary-nav .nav-search-dropdown-wrapper .nav-search-dropdown .row .nav-search-wrapper .nav-search-submit:hover svg {
        fill: #791c6a;
    }

    .primary-nav .nav-search-dropdown-wrapper .nav-search-dropdown .row .nav-search-wrapper .nav-search-submit svg {
        fill: #a2268e;
        height: 36px;
        transition: fill 150ms ease-in-out;
        width: 36px;
    }

    .primary-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .primary-nav>ul {
        align-items: stretch;
        display: flex;
        justify-content: flex-end;
    }

    .primary-nav>ul li {
        align-items: center;
        display: flex;
        margin: 0 15px;
        position: relative;
    }

    .primary-nav>ul li:last-child {
        margin-right: 0;
    }

    .primary-nav>ul li.button-wrapper a {
        border-radius: 5px;
        display: inline-block;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        height: 40px;
        line-height: 30px;
        padding: 0 20px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition-duration: 300ms;
        transition-timing-function: ease;
        background: #ed3c95;
        color: #fff;
        line-height: 40px;
        transition-property: background-color;
    }

    .primary-nav>ul li.button-wrapper a:hover {
        background-color: #e1157c;
    }

    .primary-nav>ul li.search a {
        display: block;
        position: relative;
    }

    .primary-nav>ul li.search a::after {
        border-top: 0;
    }

    .primary-nav>ul li.search a:hover .nav-search-icon svg {
        fill: #d8770a;
    }

    .primary-nav>ul li.search a .nav-search-icon {
        cursor: pointer;
    }

    .primary-nav>ul li.search a .nav-search-icon svg {
        display: block;
        fill: #f59120;
        height: 36px;
        transition: fill 150ms ease-in-out;
        width: 36px;
    }

    .primary-nav>ul li:not(.button-wrapper) a {
        color: #f59120;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        transition: color 150ms ease;
    }

    .primary-nav>ul li:not(.button-wrapper) a::after {
        border-top-color: #d8770a;
        margin-top: 0;
    }

    .primary-nav>ul li:not(.button-wrapper) a:hover {
        color: #d8770a;
    }

    .primary-nav>ul li:not(.button-wrapper) a:hover::after {
        right: 0;
    }

    .primary-nav>ul li ul {
        background: #f59120;
        border-radius: 3px;
        display: none;
        flex-direction: column;
        left: -20px;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        width: 220px;
    }

    .primary-nav>ul li ul::after {
        border: solid transparent;
        border-bottom-color: #f59120;
        border-width: 15px;
        bottom: 100%;
        content: ' ';
        height: 0;
        left: 32px;
        margin-left: -15px;
        position: absolute;
        width: 0;
    }

    .primary-nav>ul li ul li:not(.button-wrapper) {
        background: #f59120;
        margin: 0;
        padding: 10px 20px;
        transition: background-color 300ms ease;
    }

    .primary-nav>ul li ul li:not(.button-wrapper):hover {
        background: #d8770a;
    }

    .primary-nav>ul li ul li:not(.button-wrapper) a {
        color: #fff;
        display: block;
        width: 100%;
    }

    .primary-nav>ul li ul li:not(.button-wrapper) a::after {
        border-top: 0;
    }

    .primary-nav>ul li ul li:not(.button-wrapper) a:hover {
        color: #fff;
    }

    .primary-nav>ul li:hover ul {
        animation: reveal 400ms ease;
        display: flex;
    }

    .primary-nav>ul li ul.third-level {
        background: #f59120;
        border-radius: 0;
        display: none;
        flex-direction: column;
        padding: 0;
        position: absolute;
        top: 0;
        left: 100%;
        width: 220px;
    }

    .primary-nav>ul li ul.third-level {
        background: #f59120;
        border-radius: 0;
        display: none;
        flex-direction: column;
        padding: 0;
        position: absolute;
        top: 0;
        left: 100%;
        width: 220px;
    }

    .primary-nav>ul li:nth-child(5) ul.third-level {
        left: -100%;
    }

    .primary-nav>ul li ul.third-level::after {
        border: transparent;
        border-bottom-color: #f59120;
        border-width: 15px;
        bottom: 100%;
        content: ' ';
        height: 0;
        left: 32px;
        margin-left: -15px;
        position: absolute;
        width: 0;
    }

    .primary-nav>ul li.has-children:hover ul.third-level {
        animation: reveal 400ms ease;
        display: flex;
    }
}

.component.social-links {
    align-items: center;
    display: flex;
    justify-content: center;
}

.component.social-links a {
    align-items: center;
    background: #00b7eb;
    border-radius: 100%;
    color: #fff;
    display: flex;
    font-size: 32px;
    height: 60px;
    justify-content: center;
    line-height: 60px;
    margin: 0 15px;
    text-align: center;
    transition: background-color 300ms ease;
    width: 60px;
}

.component.social-links a::after {
    border-top: 0;
}

.component.social-links a:hover {
    background-color: #f59120;
}

.component.miniform {
    background: #edeceb;
    padding: 20px 20px 30px;
}

.component.miniform form {
    align-items: stretch;
    display: flex;
    flex-direction: column;
}

.component.miniform h4 {
    color: #00b7eb;
    margin: 0 0 5px;
    text-align: center;
}

.component.miniform form input[type='text'],
.component.miniform form input[type='email'],
#eo-booking-form input[type='number'],
#eo-booking-form input[type='email'],
#eo-booking-form input[type='text'] {
    background: #fff;
    border: 1px solid #808184;
    box-shadow: inset 0 1px 4px 0 #808184;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 0 10px;
}

#eo-booking-form input[type='submit'],
#eo-booking-form button[type='submit'],
.component.miniform form input[type='submit'] {
    border-radius: 5px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-timing-function: ease;
    background: #ed3c95;
    color: #fff;
    line-height: 40px;
    transition-property: background-color;
    border: 0;
    cursor: pointer;
    font-size: 18px;
}

#eo-booking-form input[type='submit'],
#eo-booking-form button[type='submit'] {
    margin: 1em 0 0.25em 0;
}

#eo-booking-form input[type='submit']:hover,
#eo-booking-form button[type='submit']:hover,
.component.miniform form input[type='submit']:hover {
    background-color: #e1157c;
}

#eo-booking-form label {
    display: block;
    display: none;
    margin-top: 0.75em;
}

.component.vertical-blogpost-feed h4 {
    color: #808184;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
}

.component.vertical-blogpost-feed .post-list {
    display: flex;
    flex-direction: column;
}

.component.share-links {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.component.share-links h4 {
    color: #808184;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}

.component.share-links a {
    color: #808184;
    font-size: 24px;
    margin: 10px 0;
    transition: color 200ms ease;
}

.component.share-links a::after {
    border-top: 0;
}

.component.share-links a:hover {
    color: #ed3c95;
}

.component.featured-post .thumbnail-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

.eo-booking-ticket-picker thead,
td.eo-booking-ticket-price {
    display: none;
}

#eo-booking-form tr.eo-booking-total-row {
    display: none !important;
    visibility: collapse !important;
}

.eo-booking-field-name,
.eo-booking-field-email,
.eo-booking-field-input {
    width: 100%;
}

#eo-booking-form input[type=number] {
    display: block;
    margin: .25em 0
}

@media (min-width: 992px) {
    .component.featured-post .thumbnail-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.component.featured-post .thumbnail-wrapper .thumbnail {
    background: transparent center center no-repeat;
    background-size: cover;
    padding-top: 66.67%;
    width: 100%;
}

.component.featured-post .text {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    align-self: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (min-width: 992px) {
    .component.featured-post .text {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.component.featured-post .text .headline,
.component.featured-post .text .description,
.component.featured-post .text .read-more {
    margin-left: 10px;
}

.component.featured-post .text .headline {
    margin-bottom: 5px;
}

.component.featured-post .text .description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.component.featured-post .text .read-more {
    border-radius: 5px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-timing-function: ease;
    background-color: transparent;
    border: 3px solid #ed3c95;
    color: #ed3c95;
    padding: 0 20px;
    transition-property: background-color, color;
}

.component.featured-post .text .read-more:hover {
    background-color: #ed3c95;
    color: #fff;
}

.component.featured-post .text .read-more::after {
    border-top: 0;
}

.component.twitter {
    background: #a2268e;
    color: #fff;
    position: relative;
}

@media (min-width: 992px) {
    .component.twitter {
        height: 320px;
    }
}

.component.twitter .tweet {
    display: none;
    height: 100%;
    padding: 50px 35px;
    position: relative;
    width: 100%;
}

.component.twitter .tweet:first-child {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .component.twitter .tweet:first-child {
        flex-direction: row;
    }
}

.component.twitter .tweet .meta {
    bottom: 30px;
    position: absolute;
    right: 35px;
}

.component.twitter .tweet .meta .time {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.component.twitter .tweet .meta .time::after {
    border-top: 0;
}

.component.twitter .tweet .meta .handle {
    color: #f59120;
}

.component.twitter .tweet .meta .handle::after {
    border-top: 1px solid #f59120;
}

.component.twitter .tweet .meta .handle .fa-twitter {
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
}

.component.twitter .tweet .body {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .component.twitter .tweet .body {
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 0;
    }
}

.component.twitter .tweet .body a {
    color: #f59120;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
}

@media (min-width: 992px) {
    .component.twitter .tweet .body a {
        font-size: 30px;
        line-height: 48px;
    }
}

.component.twitter .tweet .body a::after {
    border-top-color: #f59120;
}

.component.twitter .tweet .left {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
    width: 100%;
}

@media (min-width: 992px) {
    .component.twitter .tweet .left {
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0 75px 0 0;
        width: 65px;
    }
}

.component.twitter .tweet .left .avatar-wrapper {
    height: 65px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .component.twitter .tweet .left .avatar-wrapper {
        margin-bottom: 30px;
        width: 65px;
    }
}

.component.twitter .tweet .left .avatar-wrapper .avatar {
    border-radius: 100%;
    height: 65px;
    width: 65px;
}

.component.twitter .tweet .left a {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: color 200ms ease;
}

.component.twitter .tweet .left a::after {
    border-top: 0;
}

@media (max-width: 991.98px) {
    .component.twitter .tweet .left a {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .component.twitter .tweet .left a:last-child {
        margin-bottom: 0;
    }
}

.component.twitter .tweet .left a:hover {
    color: #f59120;
}

.component.pagination .pagination-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    padding-top: 10px;
}

.component.pagination .pagination-wrapper .invisible {
    visibility: hidden;
}

.component.pagination .pagination-wrapper a,
.component.pagination .pagination-wrapper span {
    font-size: 22px;
}

.component.pagination .pagination-wrapper a::after,
.component.pagination .pagination-wrapper span::after {
    border-top: 0;
}

.component.pagination .pagination-wrapper a {
    color: #a2268e;
    transition: color 200ms ease;
}

.component.pagination .pagination-wrapper a:hover {
    color: #791c6a;
}

.component.pagination .pagination-wrapper .pages {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 15px;
    padding: 0;
}

@media (min-width: 992px) {
    .component.pagination .pagination-wrapper .pages {
        flex-wrap: nowrap;
    }
}

.component.pagination .pagination-wrapper .pages li {
    margin: 15px;
}

.component.pagination .pagination-wrapper .pages li a {
    color: #ed3c95;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
}

@keyframes modal-appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.component.modal {
    display: none;
}

.component.modal.active {
    animation: modal-appear 500ms ease;
    display: block;
}

.component.modal .modal-background {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.component.modal .modal-wrapper {
    background: #fff;
    left: 50%;
    padding: 50px 80px 60px;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 540px;
    z-index: 1001;
}

.component.modal .modal-wrapper .title {
    color: #a6ce38;
    font-size: 36px;
    line-height: 46px;
}

.component.modal .modal-wrapper .tooltip-basis {
    align-items: center;
    color: #58595B;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    justify-content: center;
    position: relative;
    text-align: center;
}

.component.modal .modal-wrapper .tooltip-basis::before {
    content: '\e8fd';
    font-family: 'Material Icons';
    margin-right: 5px;
}

.component.modal .modal-wrapper .tooltip-basis .tooltip {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    display: none;
    margin-top: 20px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 320px;
}

.component.modal .modal-wrapper .tooltip-basis .tooltip::after {
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 20px;
    bottom: 100%;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 0;
}

.component.modal .modal-wrapper .tooltip-basis:hover .tooltip {
    display: block;
}

.component.modal .modal-wrapper form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}

.component.modal .modal-wrapper form .control-wrapper {
    flex: 1 1 100%;
    margin: 0 5px 15px;
}

.component.modal .modal-wrapper form .control-wrapper.phone,
.component.modal .modal-wrapper form .control-wrapper.zip {
    flex-basis: 40%;
}

.component.modal .modal-wrapper form .control-wrapper input {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #808184;
    box-shadow: inset 0 1px 4px 0 #808184;
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}

.component.modal .modal-wrapper form .control-wrapper input[type=submit] {
    border-radius: 5px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-timing-function: ease;
    background: #ed3c95;
    color: #fff;
    line-height: 40px;
    transition-property: background-color;
}

.component.modal .modal-wrapper form .control-wrapper input[type=submit]:hover {
    background-color: #e1157c;
}

.nf-form-cont {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .nf-form-cont {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%;
    }
}

.nf-form-cont .nf-form-content nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field {
    flex: 1 1 100%;
    margin: 5px 15px;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field input {
    border: 1px solid #989898;
    box-shadow: inset 0 1px 4px 0 #989898;
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-label {
    margin: 0 0 5px;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-label label {
    color: #ed3c95;
    font-size: 24px;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-label .ninja-forms-req-symbol {
    display: none;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field select {
    font-size: 18px;
    height: 40px;
    padding-left: 10px;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=button] {
    border-radius: 5px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-timing-function: ease;
    background: #ed3c95;
    color: #fff;
    line-height: 40px;
    transition-property: background-color;
    border: 0;
    cursor: pointer;
}

.nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=button]:hover {
    background-color: #e1157c;
}

#nf-form-2-cont .nf-form-content nf-fields-wrap nf-field:nth-child(1),
#nf-form-2-cont .nf-form-content nf-fields-wrap nf-field:nth-child(2),
#nf-form-2-cont .nf-form-content nf-fields-wrap nf-field:nth-child(4),
#nf-form-2-cont .nf-form-content nf-fields-wrap nf-field:nth-child(5) {
    flex: 1 1 40%;
}

.module.hero {
    align-items: center;
    display: flex;
    height: 700px;
    position: relative;
}

.module.hero.no-image {
    height: 500px;
}

@media (min-width: 992px) {
    .module.hero:first-child:not('center') .container {
        max-width: none;
    }

    .module.hero:first-child:not('center') .container .content-block {
        margin-left: 6.25%;
        max-width: 37.5%;
    }
}

@media (max-width: 991.98px) {
    .module.hero:first-child:not('center') .background {
        height: 50%;
    }

    .module.hero:first-child:not('center') .filter {
        height: 50%;
        margin-top: 50%;
        opacity: 1;
    }

    .module.hero:first-child:not('center') .container {
        top: 75%;
    }
}

@media (min-width: 992px) {
    .module.hero:not(.center):nth-child(even) .content-block {
        margin-left: 50%;
    }
}

.module.hero:not(.center) .content-block {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .module.hero:not(.center) .content-block {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.module.hero.center .content-block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .module.hero.center .content-block {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%;
    }
}

.module.hero .container {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.module.hero .container .content-block {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.module.hero .container .content-block .headline,
.module.hero .container .content-block .body p {
    color: #fff;
}

.module.hero .container .content-block .body {
    margin: 5px 0 30px;
    text-align: center;
}

.module.hero .container .content-block .button {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    line-height: 34px;
    transition-property: background-color, color;
}

.module.hero .container .content-block .button:hover {
    background-color: #fff;
    color: #000;
}

.module.feature-content {
    padding-bottom: 120px;
    padding-top: 90px;
}

.module.feature-content .component.content-block {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .module.feature-content .component.content-block {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%;
    }
}

@media (min-width: 1200px) {
    .module.feature-content .component.content-block {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%;
    }
}

.module.feature-content .component.content-block .headline {
    color: #fff;
    margin-bottom: 30px;
}

.module.feature-content .component.content-block .body {
    margin-bottom: 40px;
}

.module.feature-content .component.content-block .body p {
    color: #fff;
    text-align: left;
}

.module.feature-content .component.content-block .button {
    background: #ed3c95;
    color: #fff;
    line-height: 40px;
    transition-property: background-color;
}

.module.feature-content .component.content-block .button:hover {
    background-color: #e1157c;
}

@media (min-width: 992px) {
    .module.interior-header {
        align-items: center;
        display: flex;
        height: 300px;
        position: relative;
    }
}

.module.interior-header .component.background {
    height: 50%;
}

@media (max-width: 991.98px) {
    .module.interior-header {
        position: relative;
        top: 0;
        height: 400px;
    }

    .module.interior-header .component.background {
        height: 100%;
    }

    .component.filter.prism-interior {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 25%;
        z-index: 100;
        margin-top: 0;
    }

    .module.interior-header .title {
        text-align: center;
        display: block;
        width: 100%;
        position: absolute;
        bottom: 20px;
        z-index: 101;
    }
}


@media (min-width: 992px) {
    .module.interior-header .component.background {
        height: 100%;
        margin-left: 50%;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .module.interior-header .title {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        height: 50%;
        justify-content: center;
        margin-top: 50%;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .module.interior-header .title {
        height: 100%;
        margin-top: 0;
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .module.interior-header .title {
        font-size: 40px;
    }
}

.module.post-feed {
    padding-bottom: 60px;
    padding-top: 60px;
}

@media (min-width: 992px) {
    .module.post-feed {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

.module.post-feed .row .headline {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 2px solid #cbcbcb;
    color: #989898;
    margin: 0 15px 40px;
    padding: 0 0 20px;
    text-align: center;
    width: 100%;
}

.module.post-feed .row .tease-blogpost {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .module.post-feed .row .tease-blogpost {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .module.post-feed .row .tease-blogpost {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.module.post-feed .row .twitter {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 50px 0 0;
    width: 100%;
}

@media (min-width: 992px) {
    .module.post-feed .row .twitter {
        margin: 50px 15px 0;
    }
}

.module.post-feed .row .view-all {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
    text-align: center;
}

.module.post-feed .row .view-all .button {
    background-color: transparent;
    border: 3px solid #ed3c95;
    color: #ed3c95;
    padding: 0 20px;
    transition-property: background-color, color;
}

.module.post-feed .row .view-all .button:hover {
    background-color: #ed3c95;
    color: #fff;
}

header.layout+main.layout {
    margin-top: 70px;
    transition: margin-top 300ms ease;
}

@media (min-width: 992px) {
    header.layout+main.layout {
        margin-top: 100px;
    }
}

header.layout {
    align-items: stretch;
    background: #fff;
    display: flex;
    justify-content: space-between;
    height: 70px;
    left: 0;
    padding: 0 10px;
    position: fixed;
    top: 0;
    transition-duration: 300ms;
    transition-property: padding, height, box-shadow;
    transition-timing-function: ease;
    width: 100%;
    z-index: 999;
}

@media (min-width: 992px) {
    header.layout {
        height: 100px;
        padding: 0 25px;
    }
}

header.layout .logo-wrapper {
    flex: 0 1 280px;
    padding: 5px 0;
}

header.layout .logo-wrapper::after {
    border-top: 0;
}

header.layout .logo-wrapper .logo {
    max-height: 100%;
    max-width: 100%;
}

header.layout.mini {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    height: 70px;
}

header.layout.mini .logo-wrapper {
    padding: 5px 0;
}

footer.layout {
    background: #000;
    color: #fff;
    padding-bottom: 120px;
    padding-top: 85px;
}

footer.layout .row:nth-child(2) {
    padding-top: 20px;
}

@media (min-width: 992px) {
    footer.layout .row:nth-child(2) {
        padding-top: 50px;
    }
}

footer.layout .footer-nav {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    footer.layout .footer-nav {
        flex: 0 0 25%;
        max-width: 25%;
    }

    footer.layout .footer-nav ul li {
        text-align: left;
    }
}

footer.layout .footer-nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

footer.layout .footer-nav ul li {
    padding: 5px 0;
}

footer.layout .footer-nav ul li:first-child {
    padding-top: 0;
}

footer.layout .footer-nav ul li a {
    color: #fff;
    font-weight: normal;
}

footer.layout .footer-nav ul li a::after {
    border-color: #fff;
    border-top-width: 1px;
}

footer.layout .address {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 36px;
    text-align: center;
}

@media (min-width: 992px) {
    footer.layout .address {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: right;
    }
}

footer.layout .address .donate-button {
    border-radius: 5px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-timing-function: ease;
    background: #ed3c95;
    color: #fff;
    line-height: 40px;
    transition-property: background-color;
    display: block;
    margin-top: 30px;
}

@media (min-width: 992px) {
    footer.layout .address .donate-button {
        display: inline-block;
    }
}

footer.layout .address .donate-button::after {
    border-top: 0;
}

footer.layout .address .donate-button:hover {
    background-color: #e1157c;
}

footer.layout .footer-signup {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
    text-align: center;
}

footer.layout .footer-signup .nf-form-cont .nf-form-content nf-fields-wrap nf-field input {
    border: none !important;
    box-shadow: none !important;
}

footer.layout .footer-signup .nf-response-msg {
    color: #fff;
}

footer.layout .footer-signup .nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=button],
.component.miniform .nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=button] {
    width: 100%;
    box-shadow: none;
}

@media (min-width: 992px) {

    footer.layout .footer-signup {
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer.layout .nf-form-cont,
    .component.miniform .nf-form-cont {
        flex: none;
        max-width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .component.miniform .nf-form-cont .nf-form-content nf-fields-wrap nf-field {
        margin: 5px 0;
    }

    .component.miniform .nf-field-container,
    .component.miniform form input[type='text'],
    .component.miniform form input[type='email'] {
        margin-bottom: 0;
    }

    footer.layout .footer-signup .nf-form-cont .nf-form-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    footer.layout .footer-signup .nf-form-cont .nf-form-content nf-fields-wrap nf-field {
        flex: none;
        margin: 5px;
    }

    footer.layout .footer-signup .email-container {
        flex: 0 0 240px;
    }

    footer.layout .footer-signup .submit-container {
        flex: 0 0 150px;
    }

}

footer.layout .footer-signup h4 {
    color: #00b7eb;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    footer.layout .footer-signup h4 {
        margin-bottom: 20px;
    }
}

footer.layout .footer-signup .controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px) {
    footer.layout .footer-signup .controls {
        flex-direction: row;
    }

    footer.layout .footer-signup .controls .control-wrapper.email {
        flex: 0 0 240px;
    }

    footer.layout .footer-signup .controls .control-wrapper.zip {
        flex: 0 0 120px;
    }

    footer.layout .footer-signup .controls .control-wrapper.submit {
        flex: 0 0 150px;
    }
}

footer.layout .footer-signup .controls .control-wrapper {
    margin: 10px 0;
}

@media (min-width: 992px) {
    footer.layout .footer-signup .controls .control-wrapper {
        margin: 0 5px;
    }
}

.nf-form-fields-required {
    display: none;
}

footer.layout .footer-signup .controls input[type=email],
footer.layout .footer-signup .controls input[type=text] {
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 40px;
    line-height: 24px;
    padding: 10px;
    width: 100%;
}

footer.layout .footer-signup .controls input[type=submit] {
    border-radius: 5px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-timing-function: ease;
    background: #ed3c95;
    color: #fff;
    line-height: 40px;
    transition-property: background-color;
    border: 0;
    cursor: pointer;
    font-size: 18px;
}

footer.layout .footer-signup .controls input[type=submit]:hover {
    background-color: #e1157c;
}

@media (min-width: 992px) {
    footer.layout .footer-signup .controls input[type=submit] {
        width: 150px;
    }
}

.post-body {
    padding-bottom: 100px;
    padding-top: 100px;
}

.post-body .row>h1,
.post-body .row>h2,
.post-body .row>h3,
.post-body .row>h4,
.post-body .row>h5,
.post-body .row>h6,
.post-body .row>blockquote,
.post-body .row>figure,
.post-body .row>p,
.post-body .row>ul {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {

    .post-body .row>h1,
    .post-body .row>h2,
    .post-body .row>h3,
    .post-body .row>h4,
    .post-body .row>h5,
    .post-body .row>h6,
    .post-body .row>blockquote,
    .post-body .row>figure,
    .post-body .row>p,
    .post-body .row>ul {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%;
    }
}

@media (min-width: 1200px) {

    .post-body .row>h1,
    .post-body .row>h2,
    .post-body .row>h3,
    .post-body .row>h4,
    .post-body .row>h5,
    .post-body .row>h6,
    .post-body .row>blockquote,
    .post-body .row>figure,
    .post-body .row>p,
    .post-body .row>ul {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%;
    }
}

.post-body .row h1 {
    margin-bottom: 40px;
}

.post-body .row h2 {
    margin-bottom: 20px;
}

body.archive h2 {
    padding-top: 100px;
    margin-bottom: 20px;
}

.post-body .row h3,
.post-body .row h4 {
    margin-bottom: 10px;
}

.post-body .row blockquote {
    margin-bottom: 50px;
    margin-top: 20px;
}

.post-body .row p {
    margin-bottom: 30px;
}

.post-body .row figure {
    margin-bottom: 60px;
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .post-body .row figure {
        margin-left: 0;
    }
}

.post-body .row figure img,
.post-body .row img {
    height: auto;
    max-width: 100%;
}

.post-body .row figure figcaption {
    color: #808184;
    font-size: 14px;
    line-height: 21px;
}

.post-body .row *:last-child {
    margin-bottom: 0;
}

.single-event .hero .title,
.single-blog-post .hero .title {
    margin-bottom: 20px;
}

.single-event .hero .author,
.single-blog-post .hero .author {
    color: #fad404;
    margin: 0;
}

.single-event .hero .date-posted,
.single-blog-post .hero .date-posted {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    text-transform: uppercase;
}

.single-event figure,
.single-blog-post figure {
    width: 100% !important;
    margin: 30px 0;
}

.single-event figure.alignleft,
.single-blog-post figure.alignleft {
    width: 50% !important;
    float: left;
    display: inline-block;
    margin-right: 30px;
}

.single-event figure.alignleft figcaption,
.single-blog-post figure.alignleft figcaption {
    display: inline-block !important;
    margin-right: 15px;
}

.single-event figure.alignright,
.single-blog-post figure.alignright {
    width: 50% !important;
    float: right;
    display: inline-block;
    margin-left: 30px;
}

.single-event figure.alignleft figcaption,
.single-blog-post figure.alignleft figcaption {
    display: inline-block !important;
    margin-right: 15px;
}

.single-event .youtube,
.single-blog-post .youtube {
    position: relative;
    width: 100%;
}

.single-event .youtube .iframe-wrapper,
.single-blog-post .youtube .iframe-wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.single-event .youtube .iframe-wrapper iframe,
.single-blog-post .youtube .iframe-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-event .post-title .headline,
.single-blog-post .post-title .headline {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

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

.eo-booking-form-element-ticketpicker {
    display: none;
}

@media (min-width: 992px) {

    .single-event .post-title .headline,
    .single-blog-post .post-title .headline {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.single-event .row:first-child,
.single-blog-post .row:first-child {
    margin-top: 100px;
}

@media (min-width: 992px) {

    .single-event .row:last-child,
    .single-blog-post .row:last-child {
        margin-bottom: 100px;
    }
}

.single-event .content-wrapper,
.single-event .sidebar,
.single-blog-post .content-wrapper,
.single-blog-post .sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.single-event .content-inner,
.single-event .sidebar-inner,
.single-blog-post .content-inner,
.single-blog-post .sidebar-inner {
    border-top: 2px solid #cbcbcb;
    padding-top: 40px;
}

.single-event .content-wrapper,
.single-blog-post .content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {

    .single-event .content-wrapper,
    .single-blog-post .content-wrapper {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.single-blog-post .sidebar,
.single-event .sidebar {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {

    .single-blog-post .sidebar,
    .single-event .sidebar {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 600px) {

    .single-blog-post .content-inner .share-links,
    .single-event .content-inner .share-links {
        display: none;
    }
}


.single-blog-post .content-inner,
.single-event .content-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.single-blog-post .content-inner .share-links,
.single-event .content-inner .share-links {
    flex: 0 0 60px;
    margin-right: 30px;
}

.single-blog-post .content-inner .content,
.single-event .content-inner .content {
    flex: 1 1 auto;
    overflow-x: auto;
}

.single-blog-post .content-inner .content img,
.single-event .content-inner .content img {
    height: auto;
    max-width: 100%;
}

.single-blog-post .sidebar-inner .vertical-blogpost-feed {
    margin-top: 40px;
}

.archive.blog-post .featured-post,
.category-posts {
    padding-bottom: 80px;
    padding-top: 100px;
}

.category-posts {
    padding-bottom: 0;
}

.archive.blog-post .post-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.archive.blog-post .post-list .tease-blogpost {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .archive.blog-post .post-list .tease-blogpost {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .archive.blog-post .post-list .tease-blogpost {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

a.tease-blogpost {
    color: #f59120;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
    transition: color 200ms ease;
}

a.tease-blogpost::after {
    border-top: 0;
}

@media (min-width: 992px) {
    a.tease-blogpost {
        margin-bottom: 70px;
        text-align: left;
    }
}

a.tease-blogpost:hover {
    color: #d8770a;
}

a.tease-blogpost .thumbnail {
    background: transparent center center no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    padding-top: 66.67%;
    position: relative;
    width: 100%;
}

a.tease-blogpost .thumbnail.default {
    background-image: url("../img/thumb-placeholder.svg");
}

article.single-staff {
    padding-bottom: 40px;
    padding-top: 80px;
}

article.single-staff .content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    article.single-staff .content {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

article.single-staff .content .bio {
    margin-top: 30px;
}

article.single-staff .sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    article.single-staff .sidebar {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 0;
    }
}

article.single-staff .sidebar .thumbnail {
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width: 1199.98px) {
    article.single-staff .sidebar .thumbnail {
        max-width: 200px;
    }
}

article.single-staff .sidebar .thumbnail::before {
    content: '';
    padding-top: 100%;
    position: absolute;
    width: 100%;
}

article.single-staff .sidebar .thumbnail img {
    display: block;
    max-height: 100%;
    width: 100%;
}

article.single-staff .sidebar .contact {
    margin: 30px auto 0;
}

article.single-staff .sidebar .contact .info {
    align-items: flex-start;
    display: flex;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    margin: 20px 0;
}

article.single-staff .sidebar .contact .info a {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 25px;
}

article.single-staff .sidebar .contact .info::before {
    margin-right: 10px;
    width: 30px;
}

article.single-staff .sidebar .contact .info.phone::before {
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

article.single-staff .sidebar .contact .info.email::before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

article.single-staff .sidebar .contact .info.twitter::before {
    content: '\f099';
    font-family: 'Font Awesome 5 Brands';
    font-size: 32px;
}

article.single-staff .sidebar .contact .info.linkedin::before {
    content: '\f08c';
    font-family: 'Font Awesome 5 Brands';
    font-size: 32px;
}

.archive.staff {
    padding-bottom: 60px;
    padding-top: 100px;
}

.archive.staff .description {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .archive.staff .description {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%;
    }
}

.archive.staff .tease.staff {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto 60px;
    max-width: 350px;
}

@media (min-width: 576px) {
    .archive.staff .tease.staff {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 0 40px;
    }
}

@media (min-width: 768px) {
    .archive.staff .tease.staff {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .archive.staff .tease.staff {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.archive.staff .advisory-board {
    margin-top: 80px;
}

.archive.staff .advisory-board h2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 2px solid #cbcbcb;
    text-align: center;
}

.archive.staff .advisory-board .description {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    font-style: italic;
    margin: 10px 0 25px;
}

.tease.staff {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.tease.staff::after {
    border-top: 0;
}

.tease.staff .thumbnail {
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width: 991.98px) {
    .tease.staff .thumbnail {
        max-width: 200px;
    }
}

.tease.staff .thumbnail::before {
    content: '';
    padding-top: 100%;
    position: absolute;
    width: 100%;
}

.tease.staff .thumbnail img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.tease.staff .text {
    margin-top: 10px;
    text-align: center;
}

.tease.staff .text .name {
    color: #a2268e;
    margin: 0;
    transition: color 200ms ease;
}

.tease.staff .text .title {
    color: #808184;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: uppercase;
}

.tease.staff:hover .text .name {
    color: #791c6a;
}

.portal .content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (min-width: 992px) {
    .portal .content {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%;
    }
}

@media (min-width: 1200px) {
    .portal .content {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%;
    }
}

.portal .featured-post {
    padding-bottom: 80px;
}

.portal .post-feed {
    padding-bottom: 0;
    padding-top: 0 !important;
}

.media-header {
    background: #58595B;
}

.media-header .header-inner {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
}

@media (min-width: 992px) {
    .media-header .header-inner {
        flex-direction: row;
    }
}

.media-header .header-inner .headline {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    color: #fff;
    margin: 15px 0;
    text-align: center;
}

@media (min-width: 992px) {
    .media-header .header-inner .headline {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin: 0;
        text-align: left;
    }
}

.media-header .header-inner .albums-dropdown {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    border: 3px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    margin: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-property: background-color, color;
    transition-timing-function: ease;
}

@media (min-width: 992px) {
    .media-header .header-inner .albums-dropdown {
        flex: 0 0 25%;
        max-width: 25%;
        margin: 0;
    }
}

.media-header .header-inner .albums-dropdown .options {
    background: #f59120;
    display: none;
    left: 0;
    margin-top: 25px;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 999;
}

.media-header .header-inner .albums-dropdown .options::after {
    border: solid transparent;
    border-bottom-color: #f59120;
    border-width: 20px;
    bottom: 100%;
    content: '';
    height: 0;
    left: 40px;
    margin-left: -20px;
    position: absolute;
    width: 0;
}

.media-header .header-inner .albums-dropdown .options ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    max-height: 400px;
    overflow: auto;
    padding: 0;
}

.media-header .header-inner .albums-dropdown .options ul li {
    background: #f59120;
    padding: 10px;
    text-align: left;
    transition: background-color 150ms linear;
}

.media-header .header-inner .albums-dropdown .options ul li:hover {
    background: #d8770a;
}

.media-header .header-inner .albums-dropdown .options ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.media-header .header-inner .albums-dropdown .options ul li a::after {
    border-top: 0;
}

.media-header .header-inner .albums-dropdown:hover,
.media-header .header-inner .albums-dropdown.active {
    background: #fff;
    color: #000;
}

.media-header .header-inner .albums-dropdown:hover .options,
.media-header .header-inner .albums-dropdown.active .options {
    display: block;
}

.media-header .header-inner .albums-dropdown::after {
    content: '\e5c5';
    font-family: 'Material Icons';
    font-size: 36px;
    position: absolute;
    right: 5px;
    top: 0;
}

.media-header .header-inner .keyword-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px auto;
    min-width: 300px;
}

@media (min-width: 992px) {
    .media-header .header-inner .keyword-wrapper {
        flex: 0 0 25%;
        max-width: 25%;
        margin: 0;
        padding: 0;
    }
}

.media-header .header-inner .keyword-wrapper .keyword-inner {
    align-items: center;
    background: #fff;
    border: 1px solid #989898;
    box-shadow: inset 0 1px 4px 0 #989898;
    display: flex;
    width: 100%;
}

.media-header .header-inner .keyword-wrapper .keyword-inner .keyword {
    background: transparent;
    border: 0;
    flex: 1 1 100%;
    font-size: 18px;
    line-height: 40px;
    margin-right: -10px;
    padding: 10px;
}

.media-header .header-inner .keyword-wrapper .keyword-inner::after {
    color: #ed3c95;
    content: '\e8b6';
    font-family: 'Material Icons';
    font-size: 36px;
    margin-right: 10px;
}

.image-wrapper {
    background: #989898 center center no-repeat;
    background-size: cover;
    max-width: 100%;
    padding-top: 100%;
    transform: none;
    width: 100%;
}

@media (min-width: 992px) {
    .image-wrapper {
        width: 255px;
    }
}

.container.media .contact-text {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 16px;
    padding-bottom: 120px;
    text-align: center;
}

.container.media .photo-info {
    padding-bottom: 120px;
    padding-top: 100px;
}

.container.media .photo-info .left {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .container.media .photo-info .left {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

.container.media .photo-info .left .image-outer {
    text-align: center;
    width: 100%;
}

.container.media .photo-info .left .image-outer img {
    max-width: 100%;
}

.container.media .photo-info .right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .container.media .photo-info .right {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.container.media .photo-info .right .title {
    word-wrap: break-word;
}

.container.media .photo-info .right .download {
    border-radius: 5px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-timing-function: ease;
    background: #ed3c95;
    color: #fff;
    line-height: 40px;
    transition-property: background-color;
    margin-bottom: 20px;
    margin-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
}

.container.media .photo-info .right .download:hover {
    background-color: #e1157c;
}

.container.media .photo-info .right .meta {
    border-top: 2px solid #989898;
    color: #808184;
    font-size: 18px;
    line-height: 30px;
    padding-top: 10px;
}

.container.media .photo-info .right .meta .date,
.container.media .photo-info .right .meta .tags {
    align-items: flex-start;
    display: flex;
    margin-bottom: 10px;
}

.container.media .photo-info .right .meta .date::before,
.container.media .photo-info .right .meta .tags::before {
    font-family: 'Material Icons';
    margin-right: 10px;
}

.container.media .photo-info .right .meta .tags a {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    transition: color 150ms ease;
}

.container.media .photo-info .right .meta .tags a::after {
    border-top: 0;
    content: ', ';
    margin-right: 5px;
    position: static;
    transition: none;
}

.container.media .photo-info .right .meta .tags a:hover {
    color: #b31062;
}

.container.media .photo-info .right .meta .tags a:hover::after {
    transform: none;
}

.container.media .photo-info .right .meta .tags a:last-child::after {
    content: '';
}

.container.media .photo-info .right .meta .tags::before {
    content: '\e893';
    margin-top: 1px;
}

.container.media .photo-info .right .meta .date::before {
    content: '\e916';
}

.container.media .photos {
    padding-bottom: 120px;
    padding-top: 90px;
}

.container.media .photos .photo {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer;
    margin: 20px 0;
}

@media (min-width: 576px) {
    .container.media .photos .photo {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .container.media .photos .photo {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .container.media .photos .photo {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .container.media .photos .photo:hover .image-wrapper {
        transform: scale(1.1);
    }

    .container.media .photos .photo:hover a {
        color: #b31062;
    }
}

.container.media .photos .photo .image-wrapper {
    margin: 0 auto 10px;
    transition: transform 150ms ease;
}

.container.media .photos .photo .description {
    color: #808184;
    font-size: 14px;
    line-height: 24px;
}

.container.media .photos .photo a {
    font-size: 14px;
    line-height: 24px;
    transition: color 150ms ease;
}

.container.media .photos .photo a::after {
    border-top: 0;
}

.container.media .albums {
    padding-bottom: 120px;
    padding-top: 90px;
}

.container.media .albums .album {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer;
    margin: 30px 0;
    transform: none;
    transition: transform 150ms ease;
}

@media (min-width: 768px) {
    .container.media .albums .album {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .container.media .albums .album {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .container.media .albums .album:hover {
        transform: scale(1.1);
    }
}

.container.media .albums .album .image-wrapper {
    padding-top: 66.66667%;
    width: 320px;
}

.container.media .albums .album .photo-name {
    color: #f59120;
}

.container.media .albums .album .photo-count {
    color: #808184;
    font-size: 14px;
    line-height: 24px;
}

.search-results .search-results .search-result {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (min-width: 992px) {
    .search-results .search-results .search-result {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%;
        flex-direction: row;
    }
}

.search-results .search-results .search-result .search-result-thumb-wrapper {
    padding: 15px;
    position: relative;
}

@media (min-width: 992px) {
    .search-results .search-results .search-result .search-result-thumb-wrapper {
        flex: 0 0 50%;
    }
}

.search-results .search-results .search-result .search-result-thumb-wrapper::after {
    border-top: 0;
}

.search-results .search-results .search-result .search-result-thumb-wrapper .search-result-thumb {
    background: tranparent center center no-repeat;
    background-size: cover;
    padding-top: 66.6667%;
    width: 100%;
}

.search-results .search-results .search-result .search-result-text {
    font-weight: 500;
    padding: 15px;
}

.search-results .search-results .search-result .search-result-text::after {
    border-top: 0;
}

.search-results .search-results .search-result .search-result-text:hover .headline {
    text-decoration: underline;
}

.search-results .search-results .search-result .search-result-text .headline {
    color: #ed3c95;
    margin-bottom: 10px;
}

.search-results .search-results .search-result .search-result-text .preview {
    color: #000;
}

.search-results .search-form-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 50px;
    padding-top: 80px;
}

@media (min-width: 992px) {
    .search-results .search-form-wrapper {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%;
    }
}

@media (min-width: 1200px) {
    .search-results .search-form-wrapper {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%;
    }
}

.search-results .search-form-wrapper .search-form {
    align-items: center;
    background: #fff;
    border: 2px solid #cbcbcb;
    display: flex;
}

.search-results .search-form-wrapper .search-form .search-query {
    border: 0;
    box-sizing: border-box;
    display: block;
    flex: 1 1 auto;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    width: 100%;
}

.search-results .search-form-wrapper .search-form .search-submit {
    align-items: center;
    cursor: pointer;
    display: flex;
}

.search-results .search-form-wrapper .search-form .search-submit:hover svg {
    fill: #e1157c;
}

.search-results .search-form-wrapper .search-form .search-submit svg {
    fill: #ed3c95;
    height: 36px;
    transition: fill 150ms ease-in-out;
    width: 36px;
}

body {
    margin: 0;
}


/* J Burt from here */
.primary-nav>ul li:not(.button-wrapper) a,
.module.post-feed .row .headline,
a.tease-blogpost {
    color: #000000;
}

.primary-nav>ul li.search a .nav-search-icon svg {
    fill: #000000 !important;
}

.primary-nav>ul li.button-wrapper a,
.module.post-feed .row .view-all .button,
.module.feature-content .component.content-block .button,
footer.layout .address .donate-button,
footer.layout .footer-signup .controls input[type=submit] {
    background: transparent;
    border: 2px solid #ed3c95;
    display: inline-block !important;
    padding: 5px 20px;
    line-height: 1.4;
}

.primary-nav>ul li.button-wrapper a,
.module.post-feed .row .view-all .button {
    color: #000000;
}