
#page  {
    position: absolute;
    top: 0;
    width: 100%;
}
.grid-container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}
.top-menu .grid-container{
    padding-right: 10px;
    padding-left: 10px;
}

@media print,screen and (min-width:40em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media print,screen and (min-width:40em) {
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.grid-x {
    display: flex;
    flex-flow: row wrap;
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.cell.auto {
    flex: 1 1 0;
}

.cell.shrink {
    flex: 0 0 auto;
}

.grid-x>.auto,.grid-x>.shrink {
    width: auto;
}

.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-full,.grid-x>.small-shrink {
    flex-basis: auto;
}

@media print,screen and (min-width:40em) {
    .grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-full,.grid-x>.medium-shrink {
        flex-basis: auto;
    }
}

@media print,screen and (min-width:64em) {
    .grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-full,.grid-x>.large-shrink {
        flex-basis: auto;
    }
}

.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12 {
    flex: 0 0 auto;
}

.grid-x>.small-1 {
    width: 8.3333333333%;
}

.grid-x>.small-2 {
    width: 16.6666666667%;
}

.grid-x>.small-3 {
    width: 25%;
}

.grid-x>.small-4 {
    width: 33.3333333333%;
}

.grid-x>.small-5 {
    width: 41.6666666667%;
}

.grid-x>.small-6 {
    width: 50%;
}

.grid-x>.small-7 {
    width: 58.3333333333%;
}

.grid-x>.small-8 {
    width: 66.6666666667%;
}

.grid-x>.small-9 {
    width: 75%;
}

.grid-x>.small-10 {
    width: 83.3333333333%;
}

.grid-x>.small-11 {
    width: 91.6666666667%;
}

.grid-x>.small-12 {
    width: 100%;
}

@media print,screen and (min-width:40em) {
    .grid-x>.medium-auto {
        flex: 1 1 0;
        width: auto;
    }

    .grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-shrink {
        flex: 0 0 auto;
    }

    .grid-x>.medium-shrink {
        width: auto;
    }

    .grid-x>.medium-1 {
        width: 8.3333333333%;
    }

    .grid-x>.medium-2 {
        width: 16.6666666667%;
    }

    .grid-x>.medium-3 {
        width: 25%;
    }

    .grid-x>.medium-4 {
        width: 33.3333333333%;
    }

    .grid-x>.medium-5 {
        width: 41.6666666667%;
    }

    .grid-x>.medium-6 {
        width: 50%;
    }

    .grid-x>.medium-7 {
        width: 58.3333333333%;
    }

    .grid-x>.medium-8 {
        width: 66.6666666667%;
    }

    .grid-x>.medium-9 {
        width: 75%;
    }

    .grid-x>.medium-10 {
        width: 83.3333333333%;
    }

    .grid-x>.medium-11 {
        width: 91.6666666667%;
    }

    .grid-x>.medium-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .grid-x>.large-auto {
        flex: 1 1 0;
        width: auto;
    }

    .grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-shrink {
        flex: 0 0 auto;
    }

    .grid-x>.large-shrink {
        width: auto;
    }

    .grid-x>.large-1 {
        width: 8.3333333333%;
    }

    .grid-x>.large-2 {
        width: 16.6666666667%;
    }

    .grid-x>.large-3 {
        width: 25%;
    }

    .grid-x>.large-4 {
        width: 33.3333333333%;
    }

    .grid-x>.large-5 {
        width: 41.6666666667%;
    }

    .grid-x>.large-6 {
        width: 50%;
    }

    .grid-x>.large-7 {
        width: 58.3333333333%;
    }

    .grid-x>.large-8 {
        width: 66.6666666667%;
    }

    .grid-x>.large-9 {
        width: 75%;
    }

    .grid-x>.large-10 {
        width: 83.3333333333%;
    }

    .grid-x>.large-11 {
        width: 91.6666666667%;
    }

    .grid-x>.large-12 {
        width: 100%;
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto;
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto;
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem;
    }
}

.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
}

@media print,screen and (min-width:40em) {
    .grid-margin-x>.cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem;
    }
}

.grid-margin-x>.auto,.grid-margin-x>.shrink {
    width: auto;
}

.grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.25rem);
}

.grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.25rem);
}

.grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.25rem);
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.25rem);
}

.grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.25rem);
}

.grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.25rem);
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.25rem);
}

.grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.25rem);
}

.grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.25rem);
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.25rem);
}

@media print,screen and (min-width:40em) {
    .grid-margin-x>.auto,.grid-margin-x>.shrink {
        width: auto;
    }

    .grid-margin-x>.small-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x>.small-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x>.small-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x>.small-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x>.small-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x>.small-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x>.small-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x>.small-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink {
        width: auto;
    }

    .grid-margin-x>.medium-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x>.medium-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x>.medium-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x>.medium-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x>.medium-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x>.medium-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x>.medium-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x>.medium-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-x>.large-auto,.grid-margin-x>.large-shrink {
        width: auto;
    }

    .grid-margin-x>.large-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x>.large-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x>.large-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x>.large-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x>.large-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x>.large-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x>.large-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x>.large-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x>.large-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x>.large-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x>.large-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x>.large-12 {
        width: calc(100% - 1.875rem);
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}

.grid-padding-x>.cell {
    padding-right: .625rem;
    padding-left: .625rem;
}

@media print,screen and (min-width:40em) {
    .grid-padding-x>.cell {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}

.small-up-1>.cell {
    width: 100%;
}

.small-up-2>.cell {
    width: 50%;
}

.small-up-3>.cell {
    width: 33.3333333333%;
}

.small-up-4>.cell {
    width: 25%;
}

.small-up-5>.cell {
    width: 20%;
}

.small-up-6>.cell {
    width: 16.6666666667%;
}

.small-up-7>.cell {
    width: 14.2857142857%;
}

.small-up-8>.cell {
    width: 12.5%;
}

@media print,screen and (min-width:40em) {
    .medium-up-1>.cell {
        width: 100%;
    }

    .medium-up-2>.cell {
        width: 50%;
    }

    .medium-up-3>.cell {
        width: 33.3333333333%;
    }

    .medium-up-4>.cell {
        width: 25%;
    }

    .medium-up-5>.cell {
        width: 20%;
    }

    .medium-up-6>.cell {
        width: 16.6666666667%;
    }

    .medium-up-7>.cell {
        width: 14.2857142857%;
    }

    .medium-up-8>.cell {
        width: 12.5%;
    }
}

@media print,screen and (min-width:64em) {
    .large-up-1>.cell {
        width: 100%;
    }

    .large-up-2>.cell {
        width: 50%;
    }

    .large-up-3>.cell {
        width: 33.3333333333%;
    }

    .large-up-4>.cell {
        width: 25%;
    }

    .large-up-5>.cell {
        width: 20%;
    }

    .large-up-6>.cell {
        width: 16.6666666667%;
    }

    .large-up-7>.cell {
        width: 14.2857142857%;
    }

    .large-up-8>.cell {
        width: 12.5%;
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.25rem);
}

@media print,screen and (min-width:40em) {
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 1.875rem);
    }

    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-x.large-up-1>.cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 1.875rem);
    }
}

.small-margin-collapse,.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
}

.small-margin-collapse>.small-1 {
    width: 8.3333333333%;
}

.small-margin-collapse>.small-2 {
    width: 16.6666666667%;
}

.small-margin-collapse>.small-3 {
    width: 25%;
}

.small-margin-collapse>.small-4 {
    width: 33.3333333333%;
}

.small-margin-collapse>.small-5 {
    width: 41.6666666667%;
}

.small-margin-collapse>.small-6 {
    width: 50%;
}

.small-margin-collapse>.small-7 {
    width: 58.3333333333%;
}

.small-margin-collapse>.small-8 {
    width: 66.6666666667%;
}

.small-margin-collapse>.small-9 {
    width: 75%;
}

.small-margin-collapse>.small-10 {
    width: 83.3333333333%;
}

.small-margin-collapse>.small-11 {
    width: 91.6666666667%;
}

.small-margin-collapse>.small-12 {
    width: 100%;
}

@media print,screen and (min-width:40em) {
    .small-margin-collapse>.medium-1 {
        width: 8.3333333333%;
    }

    .small-margin-collapse>.medium-2 {
        width: 16.6666666667%;
    }

    .small-margin-collapse>.medium-3 {
        width: 25%;
    }

    .small-margin-collapse>.medium-4 {
        width: 33.3333333333%;
    }

    .small-margin-collapse>.medium-5 {
        width: 41.6666666667%;
    }

    .small-margin-collapse>.medium-6 {
        width: 50%;
    }

    .small-margin-collapse>.medium-7 {
        width: 58.3333333333%;
    }

    .small-margin-collapse>.medium-8 {
        width: 66.6666666667%;
    }

    .small-margin-collapse>.medium-9 {
        width: 75%;
    }

    .small-margin-collapse>.medium-10 {
        width: 83.3333333333%;
    }

    .small-margin-collapse>.medium-11 {
        width: 91.6666666667%;
    }

    .small-margin-collapse>.medium-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .small-margin-collapse>.large-1 {
        width: 8.3333333333%;
    }

    .small-margin-collapse>.large-2 {
        width: 16.6666666667%;
    }

    .small-margin-collapse>.large-3 {
        width: 25%;
    }

    .small-margin-collapse>.large-4 {
        width: 33.3333333333%;
    }

    .small-margin-collapse>.large-5 {
        width: 41.6666666667%;
    }

    .small-margin-collapse>.large-6 {
        width: 50%;
    }

    .small-margin-collapse>.large-7 {
        width: 58.3333333333%;
    }

    .small-margin-collapse>.large-8 {
        width: 66.6666666667%;
    }

    .small-margin-collapse>.large-9 {
        width: 75%;
    }

    .small-margin-collapse>.large-10 {
        width: 83.3333333333%;
    }

    .small-margin-collapse>.large-11 {
        width: 91.6666666667%;
    }

    .small-margin-collapse>.large-12 {
        width: 100%;
    }
}

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

.small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
}

@media print,screen and (min-width:40em) {
    .medium-margin-collapse,.medium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media print,screen and (min-width:40em) {
    .medium-margin-collapse>.small-1 {
        width: 8.3333333333%;
    }

    .medium-margin-collapse>.small-2 {
        width: 16.6666666667%;
    }

    .medium-margin-collapse>.small-3 {
        width: 25%;
    }

    .medium-margin-collapse>.small-4 {
        width: 33.3333333333%;
    }

    .medium-margin-collapse>.small-5 {
        width: 41.6666666667%;
    }

    .medium-margin-collapse>.small-6 {
        width: 50%;
    }

    .medium-margin-collapse>.small-7 {
        width: 58.3333333333%;
    }

    .medium-margin-collapse>.small-8 {
        width: 66.6666666667%;
    }

    .medium-margin-collapse>.small-9 {
        width: 75%;
    }

    .medium-margin-collapse>.small-10 {
        width: 83.3333333333%;
    }

    .medium-margin-collapse>.small-11 {
        width: 91.6666666667%;
    }

    .medium-margin-collapse>.small-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:40em) {
    .medium-margin-collapse>.medium-1 {
        width: 8.3333333333%;
    }

    .medium-margin-collapse>.medium-2 {
        width: 16.6666666667%;
    }

    .medium-margin-collapse>.medium-3 {
        width: 25%;
    }

    .medium-margin-collapse>.medium-4 {
        width: 33.3333333333%;
    }

    .medium-margin-collapse>.medium-5 {
        width: 41.6666666667%;
    }

    .medium-margin-collapse>.medium-6 {
        width: 50%;
    }

    .medium-margin-collapse>.medium-7 {
        width: 58.3333333333%;
    }

    .medium-margin-collapse>.medium-8 {
        width: 66.6666666667%;
    }

    .medium-margin-collapse>.medium-9 {
        width: 75%;
    }

    .medium-margin-collapse>.medium-10 {
        width: 83.3333333333%;
    }

    .medium-margin-collapse>.medium-11 {
        width: 91.6666666667%;
    }

    .medium-margin-collapse>.medium-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .medium-margin-collapse>.large-1 {
        width: 8.3333333333%;
    }

    .medium-margin-collapse>.large-2 {
        width: 16.6666666667%;
    }

    .medium-margin-collapse>.large-3 {
        width: 25%;
    }

    .medium-margin-collapse>.large-4 {
        width: 33.3333333333%;
    }

    .medium-margin-collapse>.large-5 {
        width: 41.6666666667%;
    }

    .medium-margin-collapse>.large-6 {
        width: 50%;
    }

    .medium-margin-collapse>.large-7 {
        width: 58.3333333333%;
    }

    .medium-margin-collapse>.large-8 {
        width: 66.6666666667%;
    }

    .medium-margin-collapse>.large-9 {
        width: 75%;
    }

    .medium-margin-collapse>.large-10 {
        width: 83.3333333333%;
    }

    .medium-margin-collapse>.large-11 {
        width: 91.6666666667%;
    }

    .medium-margin-collapse>.large-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0;
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse,.large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse>.small-1 {
        width: 8.3333333333%;
    }

    .large-margin-collapse>.small-2 {
        width: 16.6666666667%;
    }

    .large-margin-collapse>.small-3 {
        width: 25%;
    }

    .large-margin-collapse>.small-4 {
        width: 33.3333333333%;
    }

    .large-margin-collapse>.small-5 {
        width: 41.6666666667%;
    }

    .large-margin-collapse>.small-6 {
        width: 50%;
    }

    .large-margin-collapse>.small-7 {
        width: 58.3333333333%;
    }

    .large-margin-collapse>.small-8 {
        width: 66.6666666667%;
    }

    .large-margin-collapse>.small-9 {
        width: 75%;
    }

    .large-margin-collapse>.small-10 {
        width: 83.3333333333%;
    }

    .large-margin-collapse>.small-11 {
        width: 91.6666666667%;
    }

    .large-margin-collapse>.small-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse>.medium-1 {
        width: 8.3333333333%;
    }

    .large-margin-collapse>.medium-2 {
        width: 16.6666666667%;
    }

    .large-margin-collapse>.medium-3 {
        width: 25%;
    }

    .large-margin-collapse>.medium-4 {
        width: 33.3333333333%;
    }

    .large-margin-collapse>.medium-5 {
        width: 41.6666666667%;
    }

    .large-margin-collapse>.medium-6 {
        width: 50%;
    }

    .large-margin-collapse>.medium-7 {
        width: 58.3333333333%;
    }

    .large-margin-collapse>.medium-8 {
        width: 66.6666666667%;
    }

    .large-margin-collapse>.medium-9 {
        width: 75%;
    }

    .large-margin-collapse>.medium-10 {
        width: 83.3333333333%;
    }

    .large-margin-collapse>.medium-11 {
        width: 91.6666666667%;
    }

    .large-margin-collapse>.medium-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse>.large-1 {
        width: 8.3333333333%;
    }

    .large-margin-collapse>.large-2 {
        width: 16.6666666667%;
    }

    .large-margin-collapse>.large-3 {
        width: 25%;
    }

    .large-margin-collapse>.large-4 {
        width: 33.3333333333%;
    }

    .large-margin-collapse>.large-5 {
        width: 41.6666666667%;
    }

    .large-margin-collapse>.large-6 {
        width: 50%;
    }

    .large-margin-collapse>.large-7 {
        width: 58.3333333333%;
    }

    .large-margin-collapse>.large-8 {
        width: 66.6666666667%;
    }

    .large-margin-collapse>.large-9 {
        width: 75%;
    }

    .large-margin-collapse>.large-10 {
        width: 83.3333333333%;
    }

    .large-margin-collapse>.large-11 {
        width: 91.6666666667%;
    }

    .large-margin-collapse>.large-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0;
    }
}

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

.grid-margin-x>.small-offset-0 {
    margin-left: .625rem;
}

.small-offset-1 {
    margin-left: 8.3333333333%;
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + .625rem);
}

.small-offset-2 {
    margin-left: 16.6666666667%;
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + .625rem);
}

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

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .625rem);
}

.small-offset-4 {
    margin-left: 33.3333333333%;
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + .625rem);
}

.small-offset-5 {
    margin-left: 41.6666666667%;
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + .625rem);
}

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

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .625rem);
}

.small-offset-7 {
    margin-left: 58.3333333333%;
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + .625rem);
}

.small-offset-8 {
    margin-left: 66.6666666667%;
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + .625rem);
}

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

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .625rem);
}

.small-offset-10 {
    margin-left: 83.3333333333%;
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + .625rem);
}

.small-offset-11 {
    margin-left: 91.6666666667%;
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + .625rem);
}

@media print,screen and (min-width:40em) {
    .medium-offset-0 {
        margin-left: 0;
    }

    .grid-margin-x>.medium-offset-0 {
        margin-left: .9375rem;
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }

    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem);
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }

    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem);
    }

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

    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + .9375rem);
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }

    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem);
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }

    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem);
    }

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

    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + .9375rem);
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }

    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem);
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }

    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem);
    }

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

    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + .9375rem);
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }

    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem);
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }

    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem);
    }
}

@media print,screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0;
    }

    .grid-margin-x>.large-offset-0 {
        margin-left: .9375rem;
    }

    .large-offset-1 {
        margin-left: 8.3333333333%;
    }

    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333% + .9375rem);
    }

    .large-offset-2 {
        margin-left: 16.6666666667%;
    }

    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66667% + .9375rem);
    }

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

    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + .9375rem);
    }

    .large-offset-4 {
        margin-left: 33.3333333333%;
    }

    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333% + .9375rem);
    }

    .large-offset-5 {
        margin-left: 41.6666666667%;
    }

    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66667% + .9375rem);
    }

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

    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + .9375rem);
    }

    .large-offset-7 {
        margin-left: 58.3333333333%;
    }

    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333% + .9375rem);
    }

    .large-offset-8 {
        margin-left: 66.6666666667%;
    }

    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66667% + .9375rem);
    }

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

    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + .9375rem);
    }

    .large-offset-10 {
        margin-left: 83.3333333333%;
    }

    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333% + .9375rem);
    }

    .large-offset-11 {
        margin-left: 91.6666666667%;
    }

    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66667% + .9375rem);
    }
}

.grid-y {
    display: flex;
    flex-flow: column nowrap;
}

.grid-y>.cell {
    height: auto;
    max-height: none;
}

.grid-y>.auto,.grid-y>.shrink {
    height: auto;
}

.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-full,.grid-y>.small-shrink {
    flex-basis: auto;
}

@media print,screen and (min-width:40em) {
    .grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-full,.grid-y>.medium-shrink {
        flex-basis: auto;
    }
}

@media print,screen and (min-width:64em) {
    .grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-full,.grid-y>.large-shrink {
        flex-basis: auto;
    }
}

.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12 {
    flex: 0 0 auto;
}

.grid-y>.small-1 {
    height: 8.3333333333%;
}

.grid-y>.small-2 {
    height: 16.6666666667%;
}

.grid-y>.small-3 {
    height: 25%;
}

.grid-y>.small-4 {
    height: 33.3333333333%;
}

.grid-y>.small-5 {
    height: 41.6666666667%;
}

.grid-y>.small-6 {
    height: 50%;
}

.grid-y>.small-7 {
    height: 58.3333333333%;
}

.grid-y>.small-8 {
    height: 66.6666666667%;
}

.grid-y>.small-9 {
    height: 75%;
}

.grid-y>.small-10 {
    height: 83.3333333333%;
}

.grid-y>.small-11 {
    height: 91.6666666667%;
}

.grid-y>.small-12 {
    height: 100%;
}

@media print,screen and (min-width:40em) {
    .grid-y>.medium-auto {
        flex: 1 1 0;
        height: auto;
    }

    .grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-shrink {
        flex: 0 0 auto;
    }

    .grid-y>.medium-shrink {
        height: auto;
    }

    .grid-y>.medium-1 {
        height: 8.3333333333%;
    }

    .grid-y>.medium-2 {
        height: 16.6666666667%;
    }

    .grid-y>.medium-3 {
        height: 25%;
    }

    .grid-y>.medium-4 {
        height: 33.3333333333%;
    }

    .grid-y>.medium-5 {
        height: 41.6666666667%;
    }

    .grid-y>.medium-6 {
        height: 50%;
    }

    .grid-y>.medium-7 {
        height: 58.3333333333%;
    }

    .grid-y>.medium-8 {
        height: 66.6666666667%;
    }

    .grid-y>.medium-9 {
        height: 75%;
    }

    .grid-y>.medium-10 {
        height: 83.3333333333%;
    }

    .grid-y>.medium-11 {
        height: 91.6666666667%;
    }

    .grid-y>.medium-12 {
        height: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .grid-y>.large-auto {
        flex: 1 1 0;
        height: auto;
    }

    .grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-shrink {
        flex: 0 0 auto;
    }

    .grid-y>.large-shrink {
        height: auto;
    }

    .grid-y>.large-1 {
        height: 8.3333333333%;
    }

    .grid-y>.large-2 {
        height: 16.6666666667%;
    }

    .grid-y>.large-3 {
        height: 25%;
    }

    .grid-y>.large-4 {
        height: 33.3333333333%;
    }

    .grid-y>.large-5 {
        height: 41.6666666667%;
    }

    .grid-y>.large-6 {
        height: 50%;
    }

    .grid-y>.large-7 {
        height: 58.3333333333%;
    }

    .grid-y>.large-8 {
        height: 66.6666666667%;
    }

    .grid-y>.large-9 {
        height: 75%;
    }

    .grid-y>.large-10 {
        height: 83.3333333333%;
    }

    .grid-y>.large-11 {
        height: 91.6666666667%;
    }

    .grid-y>.large-12 {
        height: 100%;
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem;
    }
}

.grid-padding-y>.cell {
    padding-top: .625rem;
    padding-bottom: .625rem;
}

@media print,screen and (min-width:40em) {
    .grid-padding-y>.cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem;
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
}

.cell .grid-frame {
    width: 100%;
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
}

.cell-block,.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
}

@media print,screen and (min-width:40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw;
    }

    .cell .medium-grid-frame {
        width: 100%;
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }

    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap;
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media print,screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw;
    }

    .cell .large-grid-frame {
        width: 100%;
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }

    .large-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap;
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
}

@media print,screen and (min-width:40em) {
    .grid-y.medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto;
    }
}

@media print,screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto;
    }
}

.cell .grid-y.grid-frame {
    height: 100%;
}

@media print,screen and (min-width:40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%;
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem;
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem;
}

@media print,screen and (min-width:40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem;
    }
}

.grid-margin-y>.auto,.grid-margin-y>.shrink {
    height: auto;
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.25rem);
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem);
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem);
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem);
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem);
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem);
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem);
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem);
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem);
}

@media print,screen and (min-width:40em) {
    .grid-margin-y>.auto,.grid-margin-y>.shrink {
        height: auto;
    }

    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem);
    }

    .grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink {
        height: auto;
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-y>.large-auto,.grid-margin-y>.large-shrink {
        height: auto;
    }

    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem);
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
}

@media print,screen and (min-width:40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print,screen and (min-width:40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

img {
    display: block;
}

body {
    padding: 0;
}

.icons {
    display: none;
}

#primary, .entry-content {
    margin-top: 68px;
}

#primary{
    min-height: 65vh;
}

@media print,screen and (min-width:64em) {
    #primary, .entry-content {
        margin-top: 120px;
    }
}

blockquote,p {
    margin-top: 0;
    margin-bottom: 0;
}

.container {
    padding: 0 30px;
    padding: 0 60px;
}

:root {
    --ln-color: #8c6d2c;
    --bg-color: transparent;
    --hover-color: #8c6d2c;
}

.yellow-border {
    border-top: 6px solid #fbc318;
}

.yellow-border.parent-background--yellow {
    border-top: 6px solid #ffd748;
}

.background--yellow {
    background-color: #fbc318;
    color: #000;
}

.background--white {
    background-color: #fff;
    color: #000;
}

.background--gold {
    background-color: #8c6d2c;
    background-image: url(/wp-content/themes/wake-forest/public/images/gold-bg-texture-og.png);
    background-size: cover;
    background-position: 50%;
    background-blend-mode: screen;
    color: #fff;
}

.background--black {
    background-color: #000;
    color: #fff;
}

.parent-background--white,.parent-background--yellow {
    box-shadow: 0 0 24px 0 rgba(141,115,56,.4);
}

.parent-background--white:hover,.parent-background--yellow:hover {
    box-shadow: 0 0 6px 0 rgba(141,115,56,.4);
}

.parent-background--black,.parent-background--black-shadow {
    box-shadow: 0 0 24px 0 rgba(255,215,72,.5);
}

.parent-background--black-shadow:hover,.parent-background--black:hover {
    box-shadow: 0 0 6px 0 rgba(255,215,72,.5);
}

.parent-background--gold {
    box-shadow: 0 0 24px 0 rgba(78,60,21,.8);
}

.parent-background--gold:hover {
    box-shadow: 0 0 6px 0 rgba(78,60,21,.8);
}
.slick-slide .parent-background--white,.slick-slide  .parent-background--yellow, .slick-slide .parent-background--black, .slick-slide  .parent-background--black-shadow, .slick-slide .parent-background--gold  {
    box-shadow: none;
}
.slick-slide.slick-active .parent-background--white,.slick-slide.slick-active  .parent-background--yellow{
    box-shadow: 0 0 24px 0 rgba(141,115,56,.4);
}

.slick-slide.slick-active .parent-background--white:hover,.slick-slide.slick-active  .parent-background--yellow:hover{
    box-shadow: 0 0 6px 0 rgba(141,115,56,.4);
}

.slick-slide.slick-active .parent-background--black, .slick-slide.slick-active  .parent-background--black-shadow{
    box-shadow: 0 0 24px 0 rgba(255,215,72,.5);
} 
.slick-slide.slick-active .parent-background--black:hover, .slick-slide.slick-active  .parent-background--black-shadow:hover{
    box-shadow: 0 0 6px 0 rgba(255,215,72,.5);
} 
.slick-slide.slick-active .parent-background--gold  {
    box-shadow: 0 0 24px 0 rgba(78,60,21,.8);
}  
.slick-slide.slick-active .parent-background--gold:hover {
    box-shadow: 0 0 6px 0 rgba(78,60,21,.8);
}  

@font-face {
    font-family:Cormorant-Bold;src:url(/wp-content/themes/wake-forest/public/fonts/Cormorant/Cormorant-Bold.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:Cormorant-BoldItalic;src:url(/wp-content/themes/wake-forest/public/fonts/Cormorant/Cormorant-BoldItalic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:Cormorant-Italic;src:url(/wp-content/themes/wake-forest/public/fonts/Cormorant/Cormorant-Italic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:Cormorant-Light;src:url(/wp-content/themes/wake-forest/public/fonts/Cormorant/Cormorant-Light.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:Cormorant-LightItalic;src:url(/wp-content/themes/wake-forest/public/fonts/Cormorant/Cormorant-LightItalic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:Cormorant-Medium;src:url(/wp-content/themes/wake-forest/public/fonts/Cormorant/Cormorant-Medium.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:Cormorant-MediumItalic;src:url(/wp-content/themes/wake-forest/public/fonts/Cormorant/Cormorant-MediumItalic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:Cormorant-Regular;src:url(/wp-content/themes/wake-forest/public/fonts/Cormorant/Cormorant-Regular.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:Cormorant-SemiBold;src:url(/wp-content/themes/wake-forest/public/fonts/Cormorant/Cormorant-SemiBold.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:Cormorant-SemiBoldItalic;src:url(/wp-content/themes/wake-forest/public/fonts/Cormorant/Cormorant-SemiBoldItalic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-Black;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-Black.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-BlackItalic;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-BlackItalic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-Bold;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-Bold.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-BoldItalic;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-BoldItalic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-ExtraBold;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-ExtraBoldItalic;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-ExtraBoldItalic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-ExtraLight;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-ExtraLight.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-ExtraLightItalic;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-ExtraLightItalic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-Italic;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-Italic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-Light;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-Light.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-LightItalic;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-LightItalic.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-Regular;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-Regular.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-SemiBold;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-SemiBold.ttf);font-display:auto;font-style:normal;
}

@font-face {
    font-family:NunitoSans-SemiBoldItalic;src:url(/wp-content/themes/wake-forest/public/fonts/Nunito_Sans/NunitoSans-SemiBoldItalic.ttf);font-display:auto;font-style:normal;
}

html {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    height: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: unset;
}

h1,h2,h3,h4,h5,h6,p {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    width: 100%;
    font-size: 0;
    line-height: 0;
}

button {
    font-family: inherit;
    font-size: inherit;
    border: 0;
    background-color: transparent;
}

button,ul {
    padding: 0;
}

li {
    list-style: none;
}

@media(prefers-reduced-motion) {
    * {
        transition-duration: 0s!important;
    }
}
/* WYSIWIG HEADINGS */

h1.wp-block-heading {
    font-size: 3.8rem;
    line-height: 3.8rem;
}
.wf-article__container-inner h2,
h2.wp-block-heading {
    font-size: 3rem;
    line-height: 3.2rem;
}

.wf-article__container-inner h3, h3.wp-block-heading {
    font-size: 2.5rem;
    line-height: 3rem;
}

.wf-article__container-inner h4, h4.wp-block-heading {
    font-size: 2.4rem;
    line-height: 2.7rem;
}

.wf-article__container-inner h5, h5.wp-block-heading {
    font-size: 2rem;
    line-height: 2.3rem;
}

.wf-article__container-inner h6, h6.wp-block-heading {
    font-size: 2rem;
    line-height: 2.2rem;
}

.wf-article__container-inner p {
    margin-bottom: 1em;
    margin-top: 1em;
}

@media screen and (max-width: 768px) {
    h1.wp-block-heading {
        font-size: 3rem;
        line-height: 3rem;
    }
    .wf-article__container-inner h2,
    h2.wp-block-heading {
        font-size: 2.4rem;
        line-height: 2.6rem;
    }
    
    .wf-article__container-inner h3, h3.wp-block-heading {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }
    
    .wf-article__container-inner h4, h4.wp-block-heading {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    
    .wf-article__container-inner h5, h5.wp-block-heading {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    
    .wf-article__container-inner h6, h6.wp-block-heading {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

.heading--1,h1 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -.5px;
}

.heading--1,.heading--2,h1,h2 {
    font-family: Cormorant-SemiBold;
}

.article__headline .heading--1, .article__headline h1 {
    font-size: 3.6rem;
    line-height: 3.8rem;
    letter-spacing: -.6px;
}

.heading--2,h2 {
    font-size: 42px;
    line-height: 40px;
    letter-spacing: -.6px;
}

.heading--3,h3 {
    font-size: 35px;
    line-height: 30px;
    letter-spacing: -.5px;
}

.heading--3,.heading--4,h3,h4 {
    font-family: Cormorant-SemiBold;
}

.heading--4,h4 {
    font-size: 26px;
    line-height: 28px;
}

.heading--5,h5 {
    font-size: 22px;
    line-height: 26px;
}

.heading--5,.heading--6,h5,h6 {
    font-family: Cormorant-SemiBold;
}

.heading--6,h6 {
    font-size: 16px;
    line-height: 22px;
}

.article__wysiwyg blockquote,.base-lockup blockquote,.general_wysiwyg blockquote,.paragraph--large {
    font-family: Cormorant-SemiBold;
    font-size: 30px;
    line-height: 36px;
}

.paragraph--medium {
    font-family: NunitoSans-Regular;
    font-size: 16px;
    line-height: 24px;
}

.paragraph--small {
    font-family: NunitoSans-Regular;
    font-size: 12px;
    line-height: 18px;
}

.paragraph--xsmall {
    font-family: NunitoSans-Italic;
    font-size: 10px;
    line-height: 12px;
}

.link--primary {
    font-size: 16px;
    line-height: 22px;
}

.link--primary,.navigation-link {
    font-family: NunitoSans-ExtraBold;
    text-transform: uppercase;
}

.navigation-link {
    font-size: 18px;
    letter-spacing: 1.5px;
}

.link--secondary {
    font-family: NunitoSans-Bold;
    font-size: 16px;
    line-height: 22px;
}

.stat {
    font-family: Cormorant-BoldItalic;
    font-size: 36px;
    line-height: 24px;
}

@media(min-width:640px) {
    .heading--1,h1 {
        font-size: 80px;
        line-height: 80px;
        letter-spacing: -.8px;
    }

    .heading--1,.heading--2,h1,h2 {
        font-family: Cormorant-SemiBold;
    }

    .article__headline .heading--1, .article__headline h1 {
        font-size: 3.6rem;
        line-height: 3.8rem;
        letter-spacing: -1px;
    }

    .heading--2,h2 {
        font-size: 66px;
        line-height: 62px;
        letter-spacing: -1px;
    }

    .heading--3,h3 {
        font-family: Cormorant-SemiBold;
        font-size: 48px;
        line-height: 42px;
        letter-spacing: -.75px;
    }

    .heading--4,h4 {
        font-size: 32px;
    }

    .heading--4,.heading--5,h4,h5 {
        font-family: Cormorant-SemiBold;
        line-height: 30px;
    }

    .heading--5,h5 {
        font-size: 25px;
    }

    .heading--6,h6 {
        font-family: Cormorant-SemiBold;
        font-size: 18px;
        line-height: 24px;
    }

    .article__wysiwyg blockquote,.base-lockup blockquote,.general_wysiwyg blockquote,.paragraph--large {
        font-family: Cormorant-SemiBold;
        font-size: 40px;
        line-height: 48px;
    }

    .paragraph--medium {
        font-family: NunitoSans-Regular;
        font-size: 18px;
        line-height: 30px;
    }

    .paragraph--small {
        font-family: NunitoSans-Regular;
        font-size: 15px;
        line-height: 24px;
    }

    .paragraph--xsmall {
        font-family: NunitoSans-Italic;
        font-size: 12px;
        line-height: 14px;
    }

    .link--primary {
        font-family: NunitoSans-ExtraBold;
        font-size: 16px;
        line-height: 22px;
    }

    .link--secondary {
        font-family: NunitoSans-Bold;
        font-size: 16px;
        line-height: 22px;
    }

    .stat {
        font-family: Cormorant-BoldItalic;
        font-size: 48px;
        line-height: 50px;
    }
}

@media(min-width:1024px) {
    .link--secondary {
        font-size: 18px;
    }
}

.shadow--gold {
    box-shadow: 0 0 24px 0 rgba(141,115,56,.4);
    transition: box-shadow .25s;
}

.shadow--gold:hover {
    box-shadow: 0 0 6px 0 rgba(141,115,56,.4);
}

.shadow--burnt-gold {
    box-shadow: 0 0 24px 0 rgba(78,60,21,.8);
    transition: box-shadow .25s;
}

.shadow--burnt-gold:hover {
    box-shadow: 0 0 6px 0 rgba(78,60,21,.8);
}

.shadow--yellow {
    box-shadow: 0 0 24px 0 rgba(255,215,72,.5);
    transition: box-shadow .25s;
}

.shadow--yellow:hover {
    box-shadow: 0 0 6px 0 rgba(255,215,72,.5);
}

.icon {
    height: 35px;
    width: 35px;
    cursor: pointer;
}

@media(min-width:640px) {
    .icon:hover {
        --bg-color: var(--secondary-color)!important;
        --ln-color: var(--hover-color)!important;
    }
}

.statistics {
    margin-top: 1.25rem;
}

.statistics .statistic {
    border: 2px solid #8c6d2c;
    padding: 15px 10px 10px;
    min-height: 120px;
}

.statistics .statistic:nth-child(n+4) {
    margin-top: 20px;
}

.statistics .statistic .stat-label {
    margin: 8px 0;
}

@media(min-width:640px) {
    .statistics .statistic {
        padding: 30px 20px 20px;
        min-height: 170px;
    }

    .statistics .statistic:nth-child(n+4) {
        margin-top: 40px;
    }

    .statistics .statistic .stat-label {
        margin: 20px 0 10px;
    }
}

.base-image {
    height: 0;
    padding-top: 66.6666666667%;
    position: relative;
}
/* .article-card .base-image {
    padding-top: 100% !important;
    overflow: hidden;
} */
.index-page__profiles .base-image{
    padding-top: 100%;
    overflow: hidden;
}
.index-page__profiles .article-card img{
    object-position: center;
}
.index-page__profiles{
    padding-top: 20px;
}
.index-page__profiles #profile-card-container .cell{
    margin-top: 20px;
    margin-bottom: 20px;
}

.base-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.heading.background-color--white {
    color: #000;
}

.heading.background-color--white.heading--gold {
    color: #8c6d2c;
}

.heading.background-color--black,.heading.background-color--gold {
    color: #fff;
}

.heading.background-color--yellow {
    color: #000;
}

.fixed-width-button {
    width: 315px;
}

.flex-width-button {
    width: 100%;
}

.wf-button {
    box-sizing: border-box;
    border: 1px solid transparent;
    padding: 0;
    height: 48px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
    transition: background-color .25s,color .25s,border-color .25s;
}

.wf-button--yellow {
    background: #fbc318;
    color: #000;
    border: 1px solid #fbc318;
}

.wf-button--yellow:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.wf-button--gold {
    background: #8c6d2c;
    color: #fff;
    border: 1px solid #8c6d2c;
}

.wf-button--gold:hover {
    background: #fff;
    color: #000;
    border: 1px solid #8c6d2c;
}

.wf-button--black {
    background: #000;
    color: #fff;
}

.wf-button--black:hover {
    /*border: 1px solid #8c6d2c;*/
}

.wf-button--black:hover,.wf-button--white {
    background: #fff;
    color: #000;
}

.wf-button--white:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}

@media(min-width:640px) {
    .wf-button {
        height: 56px;
    }

    .fixed-width-button,.flex-width-button {
        width: 100%;
    }
}

@media(max-width:315px) {
    .fixed-width-button {
        width: 100%;
    }
}

.article-card {
    border-top: 6px solid #fbc318;
    background-color: #fff;
    color: #000;
}

.article-card img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3/2;
}
.article-card  .base-lockup__copy p{
    margin-bottom: 0;
}

.textlink {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 2px solid #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: color .25s;
}

.textlink--left {
    padding-right: 5px;
}

.textlink--right {
    padding-left: 5px;
}

.textlink--center {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.textlink--center.textlink--has-icon,.textlink--left.textlink--has-icon,.textlink--right.textlink--has-icon {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
}

.textlink--bg-white, .article__wysiwyg a {
    color: #8c6d2c;
    border-bottom: 2px solid #8c6d2c;
}

.textlink--bg-white:hover {
    color: #000;
    border-bottom: 2px solid #000;
}

.textlink--bg-black,.textlink--bg-gold {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.textlink--bg-black:hover {
    color: #fbc318;
    border-bottom: 2px solid #fbc318;
}

.textlink--bg-gold:hover,.textlink--bg-yellow {
    color: #000;
    border-bottom: 2px solid #000;
}

.textlink--bg-yellow:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.textlink .icon {
    padding-left: 5px;
    width: 17px;
    height: 17px;
}

@-webkit-keyframes scrollMask {
    0% {
        -webkit-mask-position-x: 0,0;
        mask-position-x: 0,0;
    }

    to {
        -webkit-mask-position-x: -200vw,0;
        mask-position-x: 100%,0;
    }
}

@keyframes scrollMask {
    0% {
        -webkit-mask-position-x: 0,0;
        mask-position-x: 0,0;
    }

    to {
        -webkit-mask-position-x: -200vw,0;
        mask-position-x: 100%,0;
    }
}

.wave--1 {
    -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave1--mobile.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 9.45vw no-repeat;
    mask: url(/wp-content/themes/wake-forest/public/svgs/wave1--mobile.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 9.45vw no-repeat;
}

.wave--2 {
    -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave2--mobile.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 9.45vw no-repeat;
    mask: url(/wp-content/themes/wake-forest/public/svgs/wave2--mobile.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 9.45vw no-repeat;
}

.wave--3 {
    -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave3--mobile.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 9.45vw no-repeat;
    mask: url(/wp-content/themes/wake-forest/public/svgs/wave3--mobile.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 9.45vw no-repeat;
}

.wave--1-bottom {
    -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave1--mobile-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
    mask: url(/wp-content/themes/wake-forest/public/svgs/wave1--mobile-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
    position: relative;
    z-index: 1;
}

.wave--2-bottom {
    -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave2--mobile-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
    mask: url(/wp-content/themes/wake-forest/public/svgs/wave2--mobile-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
    position: relative;
    z-index: 1;
}

.wave--3-bottom {
    -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave3--mobile-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
    mask: url(/wp-content/themes/wake-forest/public/svgs/wave3--mobile-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
    position: relative;
    z-index: 1;
}

.wave--1,.wave--2,.wave--3 {
    margin-top: -9.7vw !important;
    -webkit-mask-position-x: 100%,0;
    mask-position-x: 100%,0;
    -webkit-mask-size: 300vw 9.6vw,100% 100%;
    mask-size: 300vw 9.6vw,100% 100%;
}

.wave--1-bottom,.wave--2-bottom,.wave--3-bottom {
    margin-top: 0 !important;
    -webkit-mask-position-x: 100%,0;
    mask-position-x: 100%,0;
    -webkit-mask-size: 300vw 9.6vw,100% calc(100% - 9.45vw);
    mask-size: 300vw 9.6vw,100% calc(100% - 9.45vw);
    margin-bottom: -9.7vw !important;
}

.wave--bottom {
    margin-bottom: -6vw;
    -webkit-mask-position-x: 100%,0;
    mask-position-x: 100%,0;
    -webkit-mask-size: 300vw 9.6vw,100%;
    mask-size: 300vw 9.6vw,100%;
}

@media(min-width:640px) {
    .wave--1 {
        -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave1--desktop.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 4.8vw no-repeat;
        mask: url(/wp-content/themes/wake-forest/public/svgs/wave1--desktop.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 4.8vw no-repeat;
    }

    .wave--2 {
        -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave2--desktop.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 4.8vw no-repeat;
        mask: url(/wp-content/themes/wake-forest/public/svgs/wave2--desktop.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 4.8vw no-repeat;
    }

    .wave--3 {
        -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave3--desktop.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 4.8vw no-repeat;
        mask: url(/wp-content/themes/wake-forest/public/svgs/wave3--desktop.svg) 0 0 no-repeat,linear-gradient(0deg,#fff,#fff) 0 4.8vw no-repeat;
    }

    .wave--1,.wave--2,.wave--3 {
        margin-top: -5vw !important;
        -webkit-mask-position-x: 100%,0;
        mask-position-x: 100%,0;
        -webkit-mask-size: 300vw 4.9vw,100% 100%;
        mask-size: 300vw 4.9vw,100% 100%;
    }

    .wave--1-bottom {
        -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave1--desktop-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
        mask: url(/wp-content/themes/wake-forest/public/svgs/wave1--desktop-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
    }

    .wave--2-bottom {
        -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave2--desktop-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
        mask: url(/wp-content/themes/wake-forest/public/svgs/wave2--desktop-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
    }

    .wave--3-bottom {
        -webkit-mask: url(/wp-content/themes/wake-forest/public/svgs/wave3--desktop-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
        mask: url(/wp-content/themes/wake-forest/public/svgs/wave3--desktop-inverse.svg) 0 100% no-repeat,linear-gradient(0deg,#fff,#fff) 0 0 no-repeat;
    }

    .wave--1-bottom,.wave--2-bottom,.wave--3-bottom {
        margin-top: 0;
        -webkit-mask-position-x: 100%,0;
        mask-position-x: 100%,0;
        -webkit-mask-size: 300vw 4.9vw,100% calc(100% - 4.79vw);
        mask-size: 300vw 4.9vw,100% calc(100% - 4.79vw);
        margin-bottom: -5vw !important;
    }

    .wave--bottom {
        margin-bottom: -6vw;
        -webkit-mask-position-x: 100%,0;
        mask-position-x: 100%,0;
        -webkit-mask-size: 300vw 9.6vw,100%;
        mask-size: 300vw 9.6vw,100%;
    }
}

[data-aos=wave-animated].aos-animate {
    -webkit-mask-position-x: -200vw,0;
    mask-position-x: -200vw,0;
    -webkit-animation: scrollMask 6s linear;
    animation: scrollMask 6s linear;
    transition-timing-function: linear;
}

.base-lockup--left {
    text-align: left;
}

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

.base-lockup--center .base-lockup__ctas {
    justify-content: center;
}

.base-lockup--right {
    text-align: right;
}

.base-lockup--black,.base-lockup--gold {
    color: #fff;
}

.base-lockup--white {
    color: #000;
}

.base-lockup__preheading {
    margin-bottom: 5px;
}

.base-lockup__preheading.uppercase {
    text-transform: uppercase;
}

.base-lockup__heading {
    margin-bottom: 10px;
}

.base-lockup__subheading {
    margin-top: .625rem;
}

@media(min-width:640px) {
    .base-lockup__subheading {
        margin-top: 1.875rem;
    }
}

.base-lockup__copy {
    margin-top: 20px;
}

.paragraph--white .base-lockup__copy {
    color: #fff;
}

.paragraph--black .base-lockup__copy {
    color: #000;
}

.base-lockup__copy__heading+.base-lockup__copy {
    margin-top: 1.5rem;
}

.base-lockup .icons {
    display: block;
}

.base-lockup__ctas,.base-lockup__ctas .base-cta-primary:not(:first-child),.base-lockup__ctas .textlink:not(:first-child) {
    margin-top: 1.5rem;
}

@media(min-width:640px) {
    .base-lockup__ctas {
        display: flex;
    }

    .base-lockup__ctas .textlink:not(:first-child) {
        margin-top: 0;
    }

    .base-lockup__ctas .base-cta-primary:not(:last-child),.base-lockup__ctas .textlink:not(:last-child) {
        margin-top: 0;
        margin-right: 1.5rem;
    }
}

.base-lockup ul {
    padding-left: 2.5rem;
}

.base-lockup ul li {
    list-style-type: disc;
}

.base-lockup ol li {
    list-style-type: decimal;
    font-size: 1.5625rem;
    line-height: 2.5rem;
}

.base-lockup ol li::marker {
    font-family: NunitoSans-Bold;
    color: #8c6d2c;
}

.base-lockup blockquote {
    color: #8c6d2c;
    margin: 52px 0;
    text-align: center;
}

.base-card {
    background-color: #fff;
    color: #000;
    position: relative;
}

.base-card,.base-card .card-link {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.base-card .card-link {
    cursor: pointer;
}

.base-card .base-lockup__heading {
    margin-bottom: 0;
}

.base-card .base-lockup__subheading {
    margin: 0;
}

.base-card .base-lockup__copy {
    margin-top: .625rem;
}

.base-card .base-lockup {
    margin: 1.875rem;
}

.base-card .textlink:not(:first-child) {
    margin: auto 1.875rem 2.5rem;
}

.base-card .card-content {
    padding: 0 1.875rem 0;
}
.base-card .excerptSection p{
    margin-bottom: 0;
}
.additional-important-information {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.additional-important-information .info-block {
    width: calc(50% - 30px);
    margin: 10px 0;
    color: #000;
}

.additional-important-information .info-block:nth-child(2n-1) {
    margin-right: 30px;
}

.additional-important-information .info-block .info-title {
    font-family: Cormorant-SemiBold;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 1.25rem;
    border-bottom: 2px solid #8c6d2c;
    display: flex;
    align-items: center;
}

.additional-important-information .info-block .info-title .icon {
    height: 20px;
    width: 26px;
}

.additional-important-information .info-block .info-content {
    font-family: NunitoSans-Regular;
    margin-top: .25rem;
    font-size: 16px;
}

@media(min-width:640px) {
    .additional-important-information .info-block .info-content,.additional-important-information .info-block .info-title {
        font-size: 18px;
    }
}

.course-card {
    background: #fff;
    padding: 1.75rem 1.25rem;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-card.popup {
    cursor: pointer;
}

@media(min-width:640px) {
    .course-card {
        padding: 2.75rem 1.875rem 2.5rem;
    }
}

.course-card-modal .modal-content {
    border-top: 6px solid #fbc318;
    background: #000;
    color: #fff;
    position: relative;
    padding: 30px;
    margin: 0 30px;
    overflow-y: auto;
    max-height: 90%;
}

.course-card-modal .modal-content .course-card__description-one {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid;
}

@media(min-width:640px) {
    .course-card-modal .modal-content .course-card__description-one {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-right: 5%;
        margin-right: 5%;
        border-right: 2px solid #fff;
    }
}

@media(min-width:640px) {
    .course-card-modal .modal-content .course-card__description-two {
        padding-right: 5%;
    }
}

@media(min-width:640px) {
    .course-card-modal .modal-content .course-card__additional-information .additional-important-information {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .course-card-modal .modal-content .course-card__additional-information .additional-important-information .info-block {
        width: 100%;
    }
}

.course-card-modal .modal-content .modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    border: none;
}

.container__course-card {
    margin: 40px;
}

@media(min-width:640px) {
    .container__course-card {
        padding: 60px;
    }
}

.important-dates {
    background-color: #fff;
    padding: 40px 30px 30px;
    margin-top: -170px;
    filter: drop-shadow(.3rem .3rem .3rem rgba(0,0,0,.5));
    border-top: 6px solid #fbc318;
    margin-bottom: 3.75rem;
}

.important-dates .heading-4 {
    text-align: center;
    margin-bottom: 1.875rem;
}

.important-dates .dates {
    font-family: NunitoSans-Bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    position: relative;
}

.important-dates .dates .date {
    width: 50%;
}

.important-dates .dates .date--divider {
    height: 100%;
    border: 0.5px solid #8c6d2c;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.important-dates .dates .date--right {
    text-align: right;
}

.important-dates .dates .number {
    font-size: 3.25rem;
    letter-spacing: -.79px;
    color: #8c6d2c;
    line-height: 3.125rem;
}

.important-dates .dates .number-label {
    font-size: 1.625rem;
    letter-spacing: -.39px;
    color: #8c6d2c;
    line-height: 1.375rem;
}

.important-dates .dates .date-label {
    font-family: NunitoSans-Italic;
    font-size: .625rem;
    line-height: 1.375rem;
    padding-top: 8px;
}

@media(min-width:1024px) {
    .important-dates {
        position: sticky;
        width: 100%;
        top: 160px;
        margin-bottom: 0;
    }
}

@media(min-width:640px) {
    

    .important-dates .dates .number {
        font-size: 4.875rem;
        letter-spacing: -.79px;
        color: #8c6d2c;
        line-height: 3.875rem;
    }

    .important-dates .dates .number-label {
        font-size: 2.375rem;
        letter-spacing: -.39px;
        color: #8c6d2c;
        line-height: 2.125rem;
    }

    .important-dates .dates .date-label {
        font-family: NunitoSans-Italic;
        font-size: .75rem;
        line-height: .875rem;
    }
}

.featured-card .event-details {
    padding: 0 1.875rem 0;
}

.featured-card .event-details .event-date-location {
    margin-top: .5rem;
    margin-bottom: 1.375rem;
}

.featured-card .event-details .event-date-location p {
    font-family: NunitoSans-Regular;
}


.featured-card .base-lockup {
    margin-bottom: 0;
}

.featured-card .base-lockup--center .base-lockup__ctas {
    display: flex;
    justify-content: center;
}

@media(min-width:640px) {
    .featured-card .card-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .featured-card:first-of-type.first .card-link {
        display: grid;
        grid-template-columns: 45% 1fr;
        height: 100%;
    }

    .featured-card:first-of-type.first .card-link .base-image {
        padding-top: 86.5%;
        grid-column: 1;
        grid-row: 1/4;
        width: 100%;
        align-self: center;
        height: 100%;
    }

    .featured-card:first-of-type.first .card-link .base-lockup,.featured-card:first-of-type.first .card-link .event-details {
        grid-column: 2;
    }

    .featured-card:first-of-type.first .card-link .textlink {
        grid-column: 2;
        margin-top: 0;
    }

    .featured-card .event-details {
        padding: 0 1.875rem;
    }
}

.additional-important-information {
    padding: 0 1.875rem;
}

@media(min-width:640px) {
    .additional-important-information .info-block {
        width: calc(25% - 30px);
    }

    .additional-important-information .info-block:nth-child(2) {
        margin-right: 1.875rem;
    }
}

.payment-card {
    border: none;
}

.payment-card .payment-heading {
    padding: 1.875rem 1.875rem 1.25rem;
    background-color: #8c6d2c;
}

.payment-heading svg{
    width: 60px;
    height: 60px;
}
.payment-heading g{
    transform: scale(.9);
}
.payment-heading path{
    fill: #fff;
}

.payment-heading.yellow{
    background-color: #fbc318;
}
.payment-heading.yellow h5{
    color: #000;
}
.payment-heading.yellow path, .payment-heading.white path{
    fill: #000;
}


.payment-heading.gold{
    background-color: #8c6d2c;
}
.payment-heading.black{
    background-color: #000;
}
.payment-heading.white{
    background-color: #fff;
}
.payment-heading.white h5{
    color: #000;
}

.accordion {
    display: flex;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.accordion__list {
    margin: 0;
    padding-top: 60px;
}
.accordion-title{
    padding: 14px 80px 14px 25px;
    color: #000;
    background-color: #fff;
}
.accordion-title:hover, .accordion-title:focus{
    color: #000;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 29px;
    width: 32px;
    transform: translateY(-50%);
    margin-top: 0rem;
    content: url('../public/images/Carrot Down.png');
}
.is-active>.accordion-title::before {
    content: url('../public/images/Carrot Down.png');
    transform: translateY(-50%) rotate(180deg);
}

.accordion-item {
    border-top: 6px solid #FFD748;
    margin-bottom: 20px;
}

.accordion-item a{
    border: none;
}

.accordion__wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 47rem;
}

.accordion-title:focus, .accordion-title:hover {
    background-color: white;
}
.accordion-content{
    border: none;
    padding: 0 80px 16px 25px;
}
.accordion-content p{
    margin-bottom: 0;
}
.accordion-content a{
    color: #8c6d2c;
    border-bottom: 2px solid #8c6d2c;
}
.accordion-content a:hover{
    color: #000;
    border-bottom: 2px solid #000;
}


.accordion__header {
    text-align: center;
}

.accordion__entry--wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.5rem;
}

.accordion__container--gold {
    background-color: #8c6d2c;
}

.accordion__container--white {
    background-color: #fff;
}

.accordion__container--black {
    background-color: #000;
}

.accordion__container--yellow {
    background-color: #fbc318;
}

.accordion__base-lockup {
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 24px 0 #8c6d2c;
}

.accordion__base-lockup:hover {
    box-shadow: 0 0 6px 0 #8c6d2c;
}

.accordion__base-lockup .base-lockup {
    border-top: 5px solid #fbc318;
    padding: 1rem 67px 1rem 1rem;
    padding-bottom: 5px;
}

.accordion__base-lockup .base-lockup .base-lockup__copy {
    display: none;
}

.accordion__base-lockup .base-lockup p {
    width: 93%;
}

.accordion__base-lockup .base-lockup a {
    color: #8c6d2c;
    border-bottom: 2px solid #8c6d2c;
    transition: color .25s;
}

.accordion__base-lockup .base-lockup a:hover {
    color: #000;
    border-bottom: 2px solid #000;
}

.accordion__icon {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    padding: 1rem;
    right: 0;
}

.accordion .expanded {
    display: block!important;
}

.course_cards_temp__heading {
    margin-top: 90px;
    margin-bottom: 60px;
}

.course_cards_temp .filters {
    background-color: #fbc318;
    padding-top: 60px;
    padding-bottom: 40px;
}

.course_cards_temp .filters .cell, .downloads__filter .selectBox {
    position: relative;
}

.course_cards_temp .inputBox, .course_cards_temp .selectBox {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.course_cards_temp .selectBox, .downloads__filter .selectBox {
    box-sizing: border-box;
    border: 1px solid #8d7338;
    overflow: hidden;
    height: 56px;
    background-color: #fff;
}

.course_cards_temp .selectBox:after, .downloads__filter .selectBox:after {
    width: 54px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    content: url(/wp-content/themes/wake-forest/public/images/Carrot\ Down.png);
    z-index: 98;
    background-color: #fbc318;
    padding-top: 12px;
    padding-left: 12px;
}

.course_cards_temp .selectBox select, .downloads__filter .selectBox select {
    font-family: NunitoSans-Regular;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 13px 20px;
    position: relative;
    z-index: 99;
    background: none;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media(min-width:1024px) {
    .course_cards_temp .selectBox select {
        font-size: 18px;
    }
}

.course_cards_temp .inputBox {
    box-sizing: border-box;
    border: 1px solid #8d7338;
    overflow: hidden;
    height: 56px;
    background-color: #fff;
}

.course_cards_temp .inputBox__magGlass {
    width: 54px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    content: url(/wp-content/themes/wake-forest/public/images/Search.png);
    z-index: 598;
    background-color: #fbc318;
    padding: 12px;
}

.course_cards_temp .inputBox__magGlass:hover {
    cursor: pointer;
}

.course_cards_temp .inputBox input {
    font-family: NunitoSans-Regular;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 13px 20px;
    position: relative;
    z-index: 99;
    background: none;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media(min-width:1024px) {
    .course_cards_temp .inputBox input {
        font-size: 18px;
    }
}

.course_cards_temp .filterClear button {
    margin: 0 auto;
    text-transform: none;
    margin-top: 30px;
    font-weight: 400;
}

.index-page__programs .card-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

.index-page__programs .card-container .cell {
    margin-bottom: 20px;
}

.index-page__programs .hide {
    display: none;
}

.programIcon{
    height: 20px;
    width:  auto;
    margin-right: 6px;
}

#pagination-container {
    width: 100%;
}

#pagination-container ul {
    text-align: center;
    width: 100%;
}

#pagination-container li {
    display: inline-block;
    font-family: NunitoSans-ExtraBold;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

#pagination-container li:first-child {
    float: left;
    position: relative;
}

#pagination-container li:last-child {
    float: right;
    position: relative;
}

#pagination-container li img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: auto;
    padding-bottom: 3px;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: fixed;
    top: 50%!important;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60vw;
    min-width: 350px;
    max-height: 75vh;
    min-height: 50vh;
    z-index: 1007;
    background-color: #000;
    border-top: 6px solid #fbc318;
    color: #fff;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-family: NunitoSans-Regular;
    padding: 40px;
}

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

@media(min-width:640px) {
    .reveal {
        min-height: 0;
    }
}

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

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

.reveal__info {
    display: inline-block;
    width: 50%;
}
.reveal__info .paragraph--small{
    margin-bottom: 0;
    padding-bottom: 5px;
}
@media(min-width:1024px) {
    .reveal__info {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
}

.reveal__info-title {
    border-bottom: 1px solid #8c6d2c;
}

.reveal__info-title h6{
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.reveal__info-title svg {
    vertical-align: middle;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    height: 100vh;
    width: 100vw;
    display: none;
}

.reveal__firstColumn {
    border-bottom: 2px solid #fff;
    border-right: none;
    padding-right: 40px;
}

@media(min-width:1024px) {
    .reveal__firstColumn {
        border-right: 2px solid #fff;
        border-bottom: none;
    }
}

.reveal .grid-container {
    padding: 0;
}

.reveal .grid-x .close-button {
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    font-size: 2.5rem;
}

.reveal .grid-x .close-button:hover {
    cursor: pointer;
}

.reveal .grid-x ul {
    padding-left: 30px;
    margin-left: 0;
}

.reveal .grid-x li {
    list-style-type: disc;
    font-size: 15px;
    line-height: 24px;
}

.cards .section-heading {
    text-align: center;
    margin-bottom: 40px;
}


.article-header {
    position: relative;
}

.article__headline {
    margin-top: 40px;
    margin-bottom: 20px;
}

.article__byline,.article__date {
    margin-top: 0;
    margin-bottom: 10px;
}

.article__social-links {
    margin-top: 0;
    margin-bottom: 20px;
}

.article__social-link svg:hover #Oval{
    fill: #000;
}
.article__social-link svg:hover path{
    fill: #8c6d2c;
}

.article__social-link {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.article__rule {
    margin-top: 0;
    height: 0;
    border: none;
    border-top: 1px solid #8c6d2c;
    margin-bottom: 20px;
}

.post-navigation{
    display: none;
}

@media(min-width:640px) {
    .article__headline {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .article__date {
        margin-bottom: 30px;
    }
}

@media(min-width:800px) {
    .article__social-links {
        margin-bottom: 0;
        position: absolute;
        right: 0;
        bottom: 22px;
    }
}

.article__summary {
    background-color: #fbc318;
    color: #000;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
}

.article__summary .paragraph--small{
    margin-bottom: 0;
}

@media(min-width:640px) {
    .article__summary {
        padding: 30px;
        margin-bottom: 45px;
    }

    .article__summary h6 {
        padding-bottom: 10px;
    }
}

.article__wysiwyg {
    padding-bottom: 30px;
}

.article__wysiwyg img.aligncenter,.article__wysiwyg img.alignleft,.article__wysiwyg img.alignnone,.article__wysiwyg img.alignright {
    width: auto;
    padding: 30px;
    height: auto;
}

.article__wysiwyg ul {
    padding-left: 0px;
}

.article__wysiwyg ol li {
    list-style: decimal;
    font-size: inherit;
}

.article__wysiwyg ol li::marker {
    color: #8c6d2c;
    font: NunitoSans-Bold;
    font-size: inherit;
    font-weight: 700;
}

.article__wysiwyg ul li {
    list-style: disc;
}

.article__wysiwyg blockquote {
    color: #8c6d2c;
    margin: 52px 0;
    text-align: center;
}

@media(min-width:640px) {
    .article__wysiwyg img.alignleft {
        width: auto;
        height: auto;
        padding: 30px;
        padding-left: 0;
        float: left;
    }

    .article__wysiwyg img.alignright {
        width: auto;
        height: auto;
        padding: 30px;
        padding-right: 0;
        float: right;
    }

    .article__wysiwyg img.aligncenter,.article__wysiwyg img.alignnone {
        width: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
    }

    .article__wysiwyg ol li {
        font-size: inherit;
        line-height: 30px;
    }

    .article__wysiwyg ol li::marker {
        font-size: inherit;
        line-height: 30px;
    }
}



.wf-article__bg-top {
    background-color: #fbc318;
    /* background-image: url('../public/images/wfu-cityscape.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
    background-size: cover;
}

.wf-article__bg-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wf-article__bg-bottom {
    background-color: #fff;
    width: 100%;
    min-height: 400px;
}

.wf-article__container {
    border-top: 6px solid #fbc318;
    box-shadow: 0 0 24px 0 #8c6d2c;
    background-color: #fff;
    margin-top: -40px;
    min-height: 200px;
    margin-bottom: 80px;
    position: relative;
    z-index: 50;
}

.wf-article__container-inner {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
}

@media(min-width:640px) {
    .wf-article__bg-top {
        height: 400px;
    }

    .wf-article__container {
        margin-top: -100px;
        margin-bottom: 120px;
    }

    .wf-article__container-inner {
        width: calc(80% - 4px);
        margin: auto;
        padding-bottom: 30px;
    }
}

.context-cards {
    padding-top: 80px;
    padding-bottom: 80px;
}

.context-card {
    border-top: 6px solid #fbc318;
    background-color: #fff;
    margin-bottom: 30px;
}

.context-card__text {
    padding: 30px;
    color: #000;
}

@media(min-width:1024px) {
    .context-cards {
        padding-top: 160px;
        padding-bottom: 120px;
    }

    .context-card {
        display: flex;
        flex-direction: row;
        border-top: none;
        border-right: 6px solid #fbc318;
        margin-bottom: 80px;
    }

    .context-card__image {
        width: 50%;
    }

    .context-card__text {
        width: 50%;
        padding: 60px;
    }

    .context-card.right {
        flex-direction: row-reverse;
    }
}

.cta-block {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cta-block .button-row {
    padding-top: 40px;
}

.cta-block .button-row button {
    padding: 16px 35px;
    margin: 15px auto;
    width: 100%;
}

@media(min-width:1024px) {
    .cta-block {
        padding-top: 120px;
        padding-bottom: 140px;
    }

    .cta-block .button-row {
        padding-top: 40px;
    }

    .cta-block .button-row button {
        display: inline-block;
        margin: 0 20px;
        margin-bottom: 20px;
        width: auto;
    }
}

.introduction {
    padding-top: 80px;
    padding-bottom: 80px;
}

.introduction__preheading {
    padding-bottom: 5px;
}

.introduction__copy {
    padding-top: 20px;
}

.introduction .button-row {
    padding-top: 40px;
}

.introduction .button-row button {
    line-height: 16px;
    padding: 16px 35px;
    display: block;
    width: 100%;
    margin: 15px auto;
}

@media(min-width:1024px) {
    .introduction {
        padding-top: 120px;
        padding-bottom: 140px;
    }

    .introduction .button-row {
        padding-top: 40px;
    }

    .introduction .button-row button {
        width: auto;
        display: inline-block;
        margin: 0 20px;
        margin-bottom: 20px;
    }

    .introduction .button-row button:first-child {
        margin-left: 0;
    }
}

footer {
    background-color: #000;
}

.footer__inner {
    margin-left: 60px;
}

footer .home-link svg {
    padding-top: 40px;
    width: 154px;
    transition: transform .35s;
}

footer .home-link svg:hover {
    transform: scale(1.05);
}

.footer__links {
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.footer__links a {
    font-family: NunitoSans-ExtraBold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition-property: border-color;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.footer__links a:hover {
    border-color: #fff;
}

.footer__links--social {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
}

.footer__link svg:hover circle {
    fill: #000;
}

.footer__link svg:hover path {
    fill: #8c6d2c;
}

.footer__hr {
    border-color: #8c6d2c;
}

.footer__hr,.footer__legal {
    margin-top: 0;
    margin-bottom: 0;
}

.footer__legal {
    font-family: NunitoSans-Regular;
    font-size: 12px;
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

@media(min-width:640px) {
    .footer__inner {
        max-width: 1140px;
        margin: auto;
    }

    footer .home-link svg {
        width: 192px;
    }

    .footer__links {
        display: flex;
        flex-direction: row;
    }

    .footer__links a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .footer__hr {
        border-color: #8c6d2c;
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer__legal {
        font-size: 15px;
        line-height: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
    }
}

.quick-links {
    padding-top: 60px;
    padding-bottom: 50px;
}

.quick-links.background--white {
    color: #000;
}

.quick-links.background--black,.quick-links.background--gold {
    color: #fff;
}

.quick-links h2 {
    margin-bottom: 20px;
    text-align: center;
}

.quick-links p {
    margin-bottom: 30px;
    text-align: center;
}

.quick-links__flexbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.quick-links__flexbox:last-child {
    margin-bottom: 10px;
}

.quick-links__flexbox a {
    margin-bottom: 8px;
    text-decoration: none;
}

@media(min-width:640px) {
    .quick-links {
        padding-top: 120px;
        padding-bottom: 110px;
    }

    .quick-links__flexbox {
        flex-direction: row;
        margin-bottom: 10px;
    }

    .quick-links__flexbox a {
        margin-bottom: 0;
        margin-left: 21px;
        margin-right: 21px;
    }
}

.homepage-hero__vert-wave {
    display: none;
}

.homepage-hero__mobile-wave {
    width: 100%;
    margin-top: -60px;
    transform: translateY(1px);
}

.homepage-hero__text {
    background-color: #fbc318;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.homepage-hero__h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 110px;
    line-height: 90px;
    transform: translateX(-20px);
    font-family: Cormorant-SemiBoldItalic;
    width: auto;
}

.homepage-hero__h1-sub {
    display: block;
    padding-top: 4px;
    font-family: NunitoSans-Regular;
    font-size: 40px;
    line-height: 40px;
    padding-left: 80px;
    text-transform: lowercase;
}

[data-aos^=fade][data-aos=fade-left-homepage] {
    transform: translate3d(120px,0,0);
    opacity: 0;
    transition: opacity .8s,transform .8s;
    transition-duration: .8s;
    transition-delay: .2s;
}

[data-aos^=fade][data-aos=fade-left-homepage].aos-animate {
    transform: translate3d(40px,0,0)!important;
}

[data-aos^=fade][data-aos=fade-right-homepage] {
    transform: translate3d(-100px,0,0);
    opacity: 0;
    transition: opacity .8s,transform .8s;
    transition-duration: .8s;
}

[data-aos^=fade][data-aos=fade-right-homepage].aos-animate {
    transform: translate3d(-20px,0,0)!important;
}

@media(min-width:1024px) {
    .homepage-hero {
        height: 600px;
        position: relative;
    }

    .homepage-hero__mobile-wave {
        display: none;
    }

    .homepage-hero__vert-wave {
        display: block;
        position: absolute;
        height: 100%;
        width: 80px;
        left: -80px;
    }

    .homepage-hero__image {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .homepage-hero__text {
        position: absolute;
        width: calc(50% - 40px);
        height: 100%;
        right: 0;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .homepage-hero__h1 {
        font-size: 180px;
        line-height: 150px;
        transform: translateX(-150px);
        width: auto;
        opacity: 0;
        animation-name: heroSlide;
        animation-duration: .6s;
        animation-fill-mode: forwards;
    }

    .homepage-hero__h1-sub {
        font-size: 65px;
        line-height: 89px;
        margin-top: -20px;
        animation-name: heroSlideSub;
        padding-left: 160px;
        opacity: 0;
        animation-duration: .6s;
        animation-delay: .4s;
        white-space: nowrap;
        animation-fill-mode: forwards;
    }

    [data-aos^=fade][data-aos=fade-left-homepage].aos-animate {
        transform: translate3d(140px,0,0)!important;
    }

    [data-aos^=fade][data-aos=fade-right-homepage] {
        transform: translate3d(-100px,0,0);
    }

    [data-aos^=fade][data-aos=fade-right-homepage].aos-animate {
        transform: translate3d(-50px,0,0)!important;
    }
}

@keyframes heroSlide {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(-50px);
    opacity: 1;
  }
}
@keyframes heroSlideSub {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.hero__heading--yellow {
    background: #fbc318;
    padding-top: 60px;
    padding-bottom: 140px;
    position: relative;
}

@media(min-width:640px) {
    .hero__heading--yellow.fixed {
        height: 435px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .hero__heading--yellow.fixed .grid-container {
        width: 75rem;
    }
}

.hero__heading--simple {
    color: #8c6d2c;
    padding-top: 20px;
    padding-bottom: 15px;
}

@media(min-width:640px) {
    .hero__heading--simple {
        padding-top: 120px;
        padding-bottom: 30px;
    }
}

.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6{
    margin-bottom: 10px;
}

.hero__content--wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #fff;
}

.hero__content--wrapper .dates__wrapper {
    position: relative;
    z-index: 1;
}

@media(min-width:1024px) {
    .hero__content--wrapper .dates__wrapper {
        order: 2;
    }
}

@media(min-width:640px) {
    .hero__content--wrapper .hero__content {
        order: 1;
    }
}

.hero__content--wrapper .grid-container .grid-x .cell .base-lockup:not(:first-child) {
    margin-top: 3.75rem;
}

.hero .additional-important-information {
    padding: 0;
}

.hero .additional-important-information .info-block {
    width: calc(50% - 30px);
}

.hero h1{
    margin-top: 0;
}

.freeze {
    overflow: hidden;
}

.button-skip-content {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal;
}

.button-skip-content:active,.button-skip-content:focus {
    visibility: visible;
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #fff;
}

header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    height: 68px;
    background: #000;
    color: #fff;
}

header * a {
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all .25s ease;
    font-family: NunitoSans-ExtraBold;
}

header * a:hover {
    border-color: #fff;
}

header * a.logo:hover {
    border-bottom: none;
    transform: scale(1.05);
}

header * a.header__social-link { 
    border-bottom: none
}

@media(min-width:1024px) {
    header {
        height: 120px;
    }
}

header .top-menu {
    background-color: #000;
    display: flex;
    position: relative;
    flex-direction: column;
    height: 68px;
}

.top-menu a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}

header .top-menu:after {
    content: "";
    background: #8c6d2c;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 10;
}

@media(min-width:1024px) {
    header .top-menu {
        height: 120px;
    }
}

header .caret-wrap {
    position: absolute;
    top: 5px;
    width: 17px;
    height: 17px;
    right: 0;
}

header span.caret {
    position: relative;
    right: 2px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

@media(min-width:1024px) {
    header span.caret {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}

header .sub-menu-carat {
    top: 3px;
    left: 5%;
    width: .525rem;
    height: .525rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-70%) rotate(45deg);
}

header .sub-menu-carat-wrapper {
    position: relative;
    display: inline-block;
    top: 3px;
    left: 5%;
    width: 15px;
    height: .525rem;
}

header .slide-fade-enter-active {
    transition: all .3s ease;
}

header .slide-fade-leave-active {
    transition: all .3s cubic-bezier(1,.5,.8,1);
}

header .slide-fade-enter,header .slide-fade-leave-to {
    transform: translateY(-30px);
    opacity: 0;
}

header .textlink--bg-white:hover {
    color: #fff;
}

.top-menu-wrapper {
    background: #000;
    width: 100%;
}

.top-menu-wrapper .top-menu__inner {
    justify-content: space-between;
    margin: auto;
    z-index: 101;
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
}

.top-menu-wrapper .top-menu__inner button.trigger-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #000;
}

.trigger-menu:hover{
    cursor: pointer;
}

.top-menu-wrapper .top-menu__inner button.trigger-menu svg:hover #Hamburger {
    fill: #8C6D2C;
}

.top-menu-wrapper .top-menu__inner button.trigger-menu:focus {
    /*border: 2px dotted #fff;*/
    outline: none;
}

.top-menu-wrapper .top-menu__inner .logo {
    margin-top: 10px;
    margin-bottom: 10px;
    transition: transform .35s;
}

@media(min-width:1024px) {
    .top-menu-wrapper .top-menu__inner .logo {
        padding: 0;
    }
}

.top-menu-wrapper .top-menu__inner .logo img,.top-menu-wrapper .top-menu__inner .logo svg {
    height: 100%;
    max-width: none;
    height: 46px;
}

@media(min-width:1024px) {
    .top-menu-wrapper .top-menu__inner .logo img,.top-menu-wrapper .top-menu__inner .logo svg {
        padding: .5rem 0;
        height: 82px;
    }
}

.top-menu-wrapper .top-menu__inner button.search-icon {
    font-size: 0;
    border-left: 2px solid #fff;
    padding: 1.25rem;
    margin-left: auto;
}

@media(min-width:1024px) {
    .top-menu-wrapper .top-menu__inner button.search-icon {
        border-left: none;
        margin-right: 5vw;
        margin-left: 0;
    }
}

.top-menu-wrapper .top-menu__inner button.search-icon:focus {
    outline: none;
}

.top-menu-wrapper .top-menu__inner button.close-icon {
    font-size: 0;
    border-left: 1px solid #fff;
    padding: 1.25rem;
    margin-left: auto;
    outline: 0;
}

@media(min-width:1024px) {
    .top-menu-wrapper .top-menu__inner button.close-icon {
        border-left: none;
        margin-right: 5vw;
        margin-left: 0;
    }
}

.header__social-links { 
    margin-top: 30px;
    margin-bottom: 50px;
}

.header__social-links--list {
    display: flex;
    gap: 10px;
    margin: 0;
}

.header__social-links--list > li > a:hover {
    border: none;
}

.header__social-link svg:hover circle {
    fill: #000; 
}

.header__social-link svg:hover path {
    fill: #8c6d2c; 
}

@media (min-width: 1024px) {
    .header__social-links { 
        margin-top: 50px;
        margin-bottom: 0;
    }
}

.top-menu-wrapper .top-menu__inner .header__navigation_menu,.top-menu-wrapper .top-menu__inner .secondary-menu-inner {
    margin-left: auto;
    padding: 0 2rem;
    display: none;
}

@media(min-width:1024px) {
    .top-menu-wrapper .top-menu__inner .header__navigation_menu,.top-menu-wrapper .top-menu__inner .secondary-menu-inner {
        display: block;
        padding-right: 0;
    }
}

.top-menu-wrapper .top-menu__inner .header__navigation_menu #header__navigation_menu__heading,.top-menu-wrapper .top-menu__inner .secondary-menu-inner #header__navigation_menu__heading {
    display: none;
}

.top-menu-wrapper .top-menu__inner .header__navigation_menu ul>li,.top-menu-wrapper .top-menu__inner .secondary-menu-inner ul>li {
    display: inline-block;
    padding: 2rem 1.25rem;
    position: relative;
}

.top-menu-wrapper .top-menu__inner .header__navigation_menu ul>li .navigation-link,.top-menu-wrapper .top-menu__inner .secondary-menu-inner ul>li .navigation-link {
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all .25s ease;
}

.top-menu-wrapper .top-menu__inner .header__navigation_menu ul>li .navigation-link:hover,.top-menu-wrapper .top-menu__inner .secondary-menu-inner ul>li .navigation-link:hover {
    border-color: #fff;
}

.top-menu-wrapper .top-menu__inner .header__navigation_menu ul>li a,.top-menu-wrapper .top-menu__inner .header__navigation_menu ul>li button,.top-menu-wrapper .top-menu__inner .secondary-menu-inner ul>li a,.top-menu-wrapper .top-menu__inner .secondary-menu-inner ul>li button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 0;
    border-bottom: 1px solid transparent;
    transition-property: border-color;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.top-menu-wrapper .top-menu__inner .header__navigation_menu ul>li a[aria-expanded=true] .sub-menu-carat,.top-menu-wrapper .top-menu__inner .header__navigation_menu ul>li button[aria-expanded=true] .sub-menu-carat,.top-menu-wrapper .top-menu__inner .secondary-menu-inner ul>li a[aria-expanded=true] .sub-menu-carat,.top-menu-wrapper .top-menu__inner .secondary-menu-inner ul>li button[aria-expanded=true] .sub-menu-carat {
    transform: translateY(-20%) rotate(224deg);
}

.top-menu-wrapper .top-menu__inner .header__navigation_menu ul>li>ul,.top-menu-wrapper .top-menu__inner .secondary-menu-inner ul>li>ul {
    width: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    pointer-events: none;
    transition: opacity .2s ease,visibility .2s ease;
    background-color: #fff;
    padding: .625rem 0;
}

.top-menu-wrapper .top-menu__inner .header__navigation_menu ul>li>ul li,.top-menu-wrapper .top-menu__inner .secondary-menu-inner ul>li>ul li {
    padding: .25rem 1.25rem;
    display: block;
}

.top-menu-wrapper .top-menu__inner .header__navigation_menu ul>li>ul>ul,.top-menu-wrapper .top-menu__inner .secondary-menu-inner ul>li>ul>ul {
    pointer-events: auto;
}

.header__navigation_menu {
    text-align: right;
}

.big-menu-wrapper {
    position: fixed;
    top: 68px;
    width: 100%;
    z-index: 100;
    background-color: #8c6d2c;
    overflow: auto;
    height: calc(100vh - 48px);
}

.big-menu-wrapper #header__main_menu_desktop__heading {
    display: none;
}

@media(min-width:1024px) {
    .big-menu-wrapper {
        top: 120px;
        overflow: hidden;
        height: auto;
        max-height: calc(100vh - 120px);
    }
}

@media(min-width:1024px) {
    .big-menu-wrapper .menu-container {
        display: flex;
        justify-content: space-between;
    }
}

@media(min-width:1024px) {
    .big-menu-wrapper .main-menu-inner.not-active-mobile,.big-menu-wrapper .navigation-mobile-inner.not-active-mobile,.big-menu-wrapper .secondary-menu-inner.not-active-mobile {
        display: none;
    }
}

@media(min-width:1024px) {
    .big-menu-wrapper .main-menu-inner,.big-menu-wrapper .navigation-mobile-inner,.big-menu-wrapper .secondary-menu-inner {
        padding: 5rem 3rem 5rem 0;
    }

    .big-menu-wrapper .main-menu-inner.not-active-mobile,.big-menu-wrapper .navigation-mobile-inner.not-active-mobile,.big-menu-wrapper .secondary-menu-inner.not-active-mobile {
        display: block;
    }
}

@media(min-width:1280px) {
    .big-menu-wrapper .main-menu-inner,.big-menu-wrapper .navigation-mobile-inner,.big-menu-wrapper .secondary-menu-inner {
        padding: 5rem 3.25rem 5rem 0;
    }
}

@media(min-width:1400px) {
    .big-menu-wrapper .main-menu-inner,.big-menu-wrapper .navigation-mobile-inner,.big-menu-wrapper .secondary-menu-inner {
        padding: 5rem 3.75rem 5rem 0;
    }
}

.big-menu-wrapper .main-menu-inner .header__main_menu,.big-menu-wrapper .navigation-mobile-inner .header__main_menu,.big-menu-wrapper .secondary-menu-inner .header__main_menu {
    border-bottom: 1px solid;
    padding-bottom: 1.875rem;
}

@media(min-width:1024px) {
    .big-menu-wrapper .main-menu-inner .header__main_menu,.big-menu-wrapper .navigation-mobile-inner .header__main_menu,.big-menu-wrapper .secondary-menu-inner .header__main_menu {
        border: none;
        padding-bottom: 0;
    }
}

.big-menu-wrapper .main-menu-inner .header__main_menu ul li,.big-menu-wrapper .navigation-mobile-inner .header__main_menu ul li,.big-menu-wrapper .secondary-menu-inner .header__main_menu ul li {
    padding: .5rem 0;
    position: relative;
}

@media(min-width:1024px) {
    .big-menu-wrapper .main-menu-inner .header__main_menu ul li,.big-menu-wrapper .navigation-mobile-inner .header__main_menu ul li,.big-menu-wrapper .secondary-menu-inner .header__main_menu ul li {
        padding-right: 30px;
    }
}

.big-menu-wrapper .main-menu-inner .header__main_menu ul li:last-child,.big-menu-wrapper .navigation-mobile-inner .header__main_menu ul li:last-child,.big-menu-wrapper .secondary-menu-inner .header__main_menu ul li:last-child {
    margin-bottom: 0;
}

.big-menu-wrapper .main-menu-inner .header__main_menu ul li .HeaderMainMenu__link,.big-menu-wrapper .navigation-mobile-inner .header__main_menu ul li .HeaderMainMenu__link,.big-menu-wrapper .secondary-menu-inner .header__main_menu ul li .HeaderMainMenu__link {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
}
.mobileQuickLink{
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: NunitoSans-ExtraBold;
    padding: .5rem 0;
}

@media(min-width:1024px) {
    .big-menu-wrapper .main-menu-inner .header__main_menu ul li .HeaderMainMenu__link,.big-menu-wrapper .navigation-mobile-inner .header__main_menu ul li .HeaderMainMenu__link,.big-menu-wrapper .secondary-menu-inner .header__main_menu ul li .HeaderMainMenu__link {
        text-transform: inherit;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.175;
        letter-spacing: .75px;
        border-bottom: 1px solid transparent;
        transition-property: border-color;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
    }

    .big-menu-wrapper .main-menu-inner .header__main_menu ul li .HeaderMainMenu__link:after,.big-menu-wrapper .navigation-mobile-inner .header__main_menu ul li .HeaderMainMenu__link:after,.big-menu-wrapper .secondary-menu-inner .header__main_menu ul li .HeaderMainMenu__link:after {
        display: none;
    }
}

.big-menu-wrapper .main-menu-inner .header__main_menu ul li .HeaderMainMenu__link a.caret-wrap,.big-menu-wrapper .navigation-mobile-inner .header__main_menu ul li .HeaderMainMenu__link a.caret-wrap,.big-menu-wrapper .secondary-menu-inner .header__main_menu ul li .HeaderMainMenu__link a.caret-wrap {
    display: none;
}

.big-menu-wrapper button.expander-wrap {
    position: absolute;
    top: 0;
    right: -5px;
    width: 35px;
    height: 35px;
}

@media(min-width:1024px) {
    .big-menu-wrapper button.expander-wrap {
        right: 0;
    }
}

@media(min-width:1280px) {
    .big-menu-wrapper button.expander-wrap {
        right: 0;
    }
}

@media(min-width:1400px) {
    .big-menu-wrapper button.expander-wrap {
        right: 0;
    }
}

@media(min-width:1024px) {
    .big-menu-wrapper button.expander-wrap:focus {
        top: 20%;
        right: 0;
    }
}

.big-menu-wrapper span.expander-plus {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
}

.big-menu-wrapper span.expander-plus:before {
    content: "+";
    position: absolute;
    color: #fff;
    font-size: 28px;
    top: -20px;
    left: 8px;
}



.big-menu-wrapper span.expander-minus {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
}

.big-menu-wrapper span.expander-minus:before {
    content: "";
    background-color: #fff;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 5px;
    left: 12px;
}

@media(min-width:1024px) {
    .big-menu-wrapper span.expander-minus:before {
        background-color: #fff;
    }
}

.big-menu-wrapper .mobile__quicklinks_menu {
    position: relative;
}

.big-menu-wrapper .main-menu-children-inner .child-slide-enter-active,.big-menu-wrapper .mobile-navigation--children .child-slide-enter-active,.big-menu-wrapper .quicklinks-children-inner .child-slide-enter-active {
    transition: all .3s ease;
}

.big-menu-wrapper .main-menu-children-inner .child-slide-leave-active,.big-menu-wrapper .mobile-navigation--children .child-slide-leave-active,.big-menu-wrapper .quicklinks-children-inner .child-slide-leave-active {
    transition: all 0s ease;
}

.big-menu-wrapper .main-menu-children-inner .child-slide-enter,.big-menu-wrapper .main-menu-children-inner .child-slide-leave-to,.big-menu-wrapper .mobile-navigation--children .child-slide-enter,.big-menu-wrapper .mobile-navigation--children .child-slide-leave-to,.big-menu-wrapper .quicklinks-children-inner .child-slide-enter,.big-menu-wrapper .quicklinks-children-inner .child-slide-leave-to {
    transform: translateX(100px);
    opacity: 0;
}

@media(min-width:1024px) {
    .big-menu-wrapper .main-menu-children-inner,.big-menu-wrapper .mobile-navigation--children,.big-menu-wrapper .quicklinks-children-inner {
        border-left: 1px solid #8c6d2c;
        padding: 5rem 3.625rem;
        border-bottom: none;
    }
}

.big-menu-wrapper .main-menu-children-inner .header__main_menu_child,.big-menu-wrapper .mobile-navigation--children .header__main_menu_child,.big-menu-wrapper .quicklinks-children-inner .header__main_menu_child {
    display: block;
    margin-bottom: 1.875rem;
    position: absolute;
    top: 0px;
    background-color: #8c6d2c;
    width: 100%;
    left: 0px;
    height: 100%;
    display: none;
    z-index: 1;
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.big-menu-wrapper .main-menu-children-inner .header__main_menu_child .caret,.big-menu-wrapper .mobile-navigation--children .header__main_menu_child .caret,.big-menu-wrapper .quicklinks-children-inner .header__main_menu_child .caret {
    transform: rotate(-135deg);
    top: 18.5px;
}

.big-menu-wrapper .main-menu-children-inner .header__main_menu_child p,.big-menu-wrapper .mobile-navigation--children .header__main_menu_child p,.big-menu-wrapper .quicklinks-children-inner .header__main_menu_child p {
    margin-left: 20px;
    color: #fff;
}

@media(min-width:1024px) {
    .big-menu-wrapper .main-menu-children-inner .header__main_menu_child div,.big-menu-wrapper .mobile-navigation--children .header__main_menu_child div,.big-menu-wrapper .quicklinks-children-inner .header__main_menu_child div {
        position: relative;
        border-bottom: 1px solid;
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .big-menu-wrapper .main-menu-children-inner .header__main_menu_child div button,.big-menu-wrapper .mobile-navigation--children .header__main_menu_child div button,.big-menu-wrapper .quicklinks-children-inner .header__main_menu_child div button {
        position: absolute;
        top: 5px;
    }

    .big-menu-wrapper .main-menu-children-inner .header__main_menu_child div button span,.big-menu-wrapper .mobile-navigation--children .header__main_menu_child div button span,.big-menu-wrapper .quicklinks-children-inner .header__main_menu_child div button span {
        left: 2px;
        transform: rotate(225deg);
        position: relative;
    }

    .big-menu-wrapper .main-menu-children-inner .header__main_menu_child div h1,.big-menu-wrapper .mobile-navigation--children .header__main_menu_child div h1,.big-menu-wrapper .quicklinks-children-inner .header__main_menu_child div h1 {
        text-align: center;
        font-size: 1.125rem;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.44;
    }
}

@media(min-width:1024px) {
    .big-menu-wrapper .main-menu-children-inner .header__main_menu_child,.big-menu-wrapper .mobile-navigation--children .header__main_menu_child,.big-menu-wrapper .quicklinks-children-inner .header__main_menu_child {
        position: relative;
        display: none;
    }

    .big-menu-wrapper .main-menu-children-inner .header__main_menu_child div,.big-menu-wrapper .mobile-navigation--children .header__main_menu_child div,.big-menu-wrapper .quicklinks-children-inner .header__main_menu_child div {
        display: none;
    }
}

.big-menu-wrapper .main-menu-children-inner ul li,.big-menu-wrapper .mobile-navigation--children ul li,.big-menu-wrapper .quicklinks-children-inner ul li {
    transition: opacity .2s ease,visibility .2s ease;
    margin-top: 1.1875rem;
    position: relative;
}

.big-menu-wrapper .main-menu-children-inner ul li a,.big-menu-wrapper .main-menu-children-inner ul li button,.big-menu-wrapper .mobile-navigation--children ul li a,.big-menu-wrapper .mobile-navigation--children ul li button,.big-menu-wrapper .quicklinks-children-inner ul li a,.big-menu-wrapper .quicklinks-children-inner ul li button {
    font-family: NunitoSans-ExtraBold;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .25px;
    padding: 2px 0;
    border-bottom: 1px solid transparent;
    transition-property: border-color;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.big-menu-wrapper .main-menu-children-inner ul li a:hover{
    border-bottom: 1px solid #fff;
}

@media(min-width:1024px) {
    .big-menu-wrapper .main-menu-children-inner ul li a,.big-menu-wrapper .main-menu-children-inner ul li button,.big-menu-wrapper .mobile-navigation--children ul li a,.big-menu-wrapper .mobile-navigation--children ul li button,.big-menu-wrapper .quicklinks-children-inner ul li a,.big-menu-wrapper .quicklinks-children-inner ul li button {
        color: #fff;
        line-height: .94;
        letter-spacing: .25px;
    }

    .big-menu-wrapper .main-menu-children-inner ul li a:after,.big-menu-wrapper .main-menu-children-inner ul li button:after,.big-menu-wrapper .mobile-navigation--children ul li a:after,.big-menu-wrapper .mobile-navigation--children ul li button:after,.big-menu-wrapper .quicklinks-children-inner ul li a:after,.big-menu-wrapper .quicklinks-children-inner ul li button:after {
        display: none;
    }
}

.big-menu-wrapper .main-menu-children-inner ul li:first-child,.big-menu-wrapper .mobile-navigation--children ul li:first-child,.big-menu-wrapper .quicklinks-children-inner ul li:first-child {
    margin-top: 0;
}

@media(min-width:1024px) {
    .big-menu-wrapper .other-menus-container {
        border-left: 1px solid #fff;
        padding: 5rem 0 5rem 4.625rem;
        margin-left: auto;
    }

    .big-menu-wrapper .other-menus-container .header__utility_menu {
        display: none;
    }
}

.big-menu-wrapper .other-menus-container h2 {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.67;
    letter-spacing: 1.5px;
    text-align: center;
}

@media(min-width:1024px) {
    .big-menu-wrapper .other-menus-container h2 {
        color: #fff;
        text-align: left;
    }
}

.big-menu-wrapper .other-menus-container .header__secondary_menu {
    display: none;
    margin-bottom: 60px;
}

@media(min-width:1024px) {
    .big-menu-wrapper .other-menus-container .header__secondary_menu {
        display: block;
    }
}
.big-menu-wrapper .other-menus-container .header__secondary_menu ul li:first-child {
    margin-top: 0;
}
.big-menu-wrapper .other-menus-container .header__secondary_menu ul li {
    margin-top: 1.1875rem;
}

.big-menu-wrapper .other-menus-container .header__secondary_menu ul li button {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44;
    padding: 2px 0;
    border-bottom: 1px solid transparent;
    transition-property: border-color;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.big-menu-wrapper .other-menus-container .header__utility_menu {
    padding-top: 1.875rem;
}

.big-menu-wrapper .other-menus-container .header__utility_menu .utility-slide-enter-active {
    transition: all .3s ease;
}

.big-menu-wrapper .other-menus-container .header__utility_menu .utility-slide-leave-active {
    transition: all 0s ease;
}

.big-menu-wrapper .other-menus-container .header__utility_menu .utility-slide-enter,.big-menu-wrapper .other-menus-container .header__utility_menu .utility-slide-leave-to {
    transform: translateY(-20px);
    opacity: 0;
}

.big-menu-wrapper .other-menus-container .header__utility_menu h2 {
    display: none;
}

.big-menu-wrapper .other-menus-container .header__utility_menu ul li {
    margin-top: 1.1875rem;
    position: relative;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.big-menu-wrapper .other-menus-container .header__utility_menu ul li a,.big-menu-wrapper .other-menus-container .header__utility_menu ul li button {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition-property: border-color;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    position: relative;
    display: block;
}

.big-menu-wrapper .other-menus-container .header__utility_menu ul li .caret {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
}

.big-menu-wrapper .other-menus-container .header__utility_menu ul li span.caret.open {
    transform: rotate(-45deg);
    right: 2px;
    top: 5px;
}

.big-menu-wrapper .other-menus-container .header__utility_menu ul li span.caret.close {
    transform: rotate(135deg);
    top: -3px;
}

.big-menu-wrapper .other-menus-container .header__utility_menu ul li ul.sub-menu {
    padding: 0 .625rem;
}

.big-menu-wrapper .navigation-mobile-inner {
    width: 100%;
}

@media(min-width:1024px) {
    .big-menu-wrapper .mobile-navigation--children,.big-menu-wrapper .navigation-mobile-inner,.big-menu-wrapper .quicklinks-children-inner,.big-menu-wrapper .secondary-menu-inner {
        display: none;
    }
}

.secondary-menu-inner {
    width: 100%;
}

.search-menu {
    width: 100%;
    z-index: 100;
}

.search-menu-wrapper {
    border: solid #fff;
    display: flex;
    position: relative;
}

.search-menu input.search-field {
    width: 100%;
    caret-color: #fff;
    color: #fff;
    background: transparent;
    font-family: NunitoSans-Regular;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    outline: none;
    border: 0;
    padding: 24px 0 24px 1.25rem;
    margin-bottom: 0;
}
.search-menu input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    width: 55px;
    border: none;
    height: 100%;
    z-index: 3;
}
.search-menu-wrapper::before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='30px' viewBox='0 0 30 30' version='1.1'%3E%3Ctitle%3EAtoms / 03.Icon / Search%3C/title%3E%3Cg id='Atoms-/-03.Icon-/-Search' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M20.3333525,22.9254727 L27.4000052,30 L30,27.3971079 L22.9333474,20.3559511 C24.5000109,18.2202447 25.4666161,15.6173526 25.4666161,12.7474972 C25.4666161,5.70634038 19.7665084,0 12.7666413,0 C5.76665522,0 0,5.73971079 0,12.7474972 C0,19.7552836 5.73332196,25.461624 12.7333081,25.461624 C15.5668144,25.4615644 18.2000234,24.4939417 20.3333525,22.9254727 Z M12.7665746,3.5 C17.7389503,3.5 21.75,7.51116811 21.75,12.4834254 C21.7497688,17.4555643 17.7388319,21.5 12.7665746,21.5 C7.79431728,21.5 3.75,17.4890687 3.75,12.5165746 C3.75,7.54408051 7.82728887,3.5 12.7665746,3.5 Z' id='Shape' fill='%238C6D2C'/%3E%3C/g%3E%3C/svg%3E");
    height: 25px;
    width: 25px;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
}
.search-menu-wrapper::after{
    content: '';
    background-color: #fbc318;
    height: 100%;
    width: 55px;
    right: 0;
    position: absolute;
}
.search-menu input[type="submit"]:hover{
    cursor: pointer;
}
@media(min-width:1024px) {
    .search-menu input.search-field {
        font-size: 18px;
    }
}

.search-menu input:-ms-input-placeholder {
    color: #fff;
    letter-spacing: 2px;
    opacity: 1;
}

.search-menu input::placeholder {
    color: #fff;
    letter-spacing: 2px;
    opacity: 1;
}

.search-menu input:-moz-placeholder,.search-menu input::-moz-placeholder {
    color: #fff;
    letter-spacing: 2px;
    opacity: 1;
}

.search-menu input::-ms-clear,.search-menu input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.search-menu input::-webkit-search-cancel-button,.search-menu input::-webkit-search-decoration,.search-menu input::-webkit-search-results-button,.search-menu input::-webkit-search-results-decoration {
    display: none;
}

.search-menu button {
    background: #fbc318;
    width: 55px;
}

.top-menu--overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 99;
}

.utility-dropdown--small {
    width: 100%;
    text-align: left;
}

.utility-dropdown--small .caret {
    width: 12px!important;
    height: 12px!important;
}

.hide-element {
    left: -10000px!important;
    top: -10000px!important;
}

.three-up {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    color: #000;
}

.three-up--yellow {
    background-color: #fbc318;
    color: #000;
}

.three-up--white {
    background-color: #fff;
    color: #000;
}

.three-up--gold {
    background-color: #8c6d2c;
    background-image: url(/wp-content/themes/wake-forest/public/images/gold-bg-texture.png);
    background-size: cover;
    background-position: 50%;
    color: #fff;
}

.three-up--black {
    background-color: #000;
    color: #fff;
}

.three-up__heading {
    padding-bottom: 60px;
    text-align: center;
}

.three-up__card-row .one-up {
    height: 100%;
}

.three-up__card-row>* {
    margin-bottom: 30px;
}

.three-up__ctas .wf-button:not(:first-child) {
    margin-top: 15px;
}

@media(min-width:640px) {
    .three-up__card-row {
        justify-content: center;
    }

    .three-up {
        padding-top: 120px;
        padding-bottom: 140px;
    }

    .three-up__ctas {
        display: flex;
        flex-direction: row;
        margin-top: 60px;
        justify-content: center;
    }

    .three-up__ctas .wf-button {
        width: auto;
        padding-left: 35px;
        padding-right: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .three-up__ctas .wf-button:not(:first-child) {
        margin-top: 0;
    }
}

.featured-events {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.featured-events.black {
    background-color: #000;
    color: #fff;
}

.featured-events.white {
    background-color: #fff;
    color: #000;
}

.featured-events.gold {
    background-color: #8c6d2c;
    color: #000;
}

.featured-events.yellow {
    background-color: #fbc318;
    color: #000;
}

.featured-events .featured-events__lockup .base-lockup {
    text-align: center;
    margin-bottom: 2.625rem;
}
@media(max-width:669px) {
    .featured-events__lockup .base-lockup__ctas a{
        margin: 0 auto;
    }
}

.featured-events .featured-events__list {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

@media(min-width:640px) {
    .featured-events .featured-events__list {
        display: flex;
    }
}

.cards {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.cards .slick-slide {
    height: auto!important;
    margin-left: 15px;
    margin-right: 15px;
}

.cards .slick-track {
    position: relative;
    padding-bottom: 20px;
}

.cards .slick-nav svg #Oval {
    fill: #8c6d2c;
    transition: all .25s;
}

.cards .slick-nav:hover svg #Oval {
    fill: #000;
}

.cards .slick-next,.cards .slick-prev {
    position: absolute;
    cursor: pointer;
}

.cards .slick-prev {
    left: 0;
}

.cards .slick-next,.cards .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.cards .slick-next {
    right: 0;
}

.cards__heading {
    padding-bottom: 60px;
    text-align: center;
}

.cards__card-row .one-up {
    height: 100%;
}

.cards__card-row>* {
    margin-bottom: 30px;
}

.slick-track {
    display: flex!important;
}

@media(min-width:640px) {
    .cards__card-row {
        justify-content: center;
    }

    .cards {
        padding-top: 120px;
        padding-bottom: 140px;
    }

    .cards__ctas {
        display: flex;
        flex-direction: row;
        margin-top: 60px;
        justify-content: center;
    }

    .cards__ctas .wf-button {
        width: auto;
        padding-left: 35px;
        padding-right: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.cards__ctas a{
    margin-bottom: 20px;
}

.featured-content {
    position: relative;
}

.featured-content__images {
    position: sticky;
    top: 4rem;
    height: calc(35vh - 34px);
    z-index: 2;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-content__images--overlay {
    background-color: rgba(0,0,0,.25);
    position: relative;
    height: 33vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    align-items: center;
}

.featured-content__images .slide-image {
    height: calc(35vh - 34px);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.wake-title {
    color: #fff;
    z-index: 1;
    font-family: Cormorant-SemiBoldItalic;
    font-size: 8.125rem;
    line-height: 6.25rem;
    letter-spacing: -.625rem;
    z-index: 500;
    text-shadow: 2px 2px 24px #333;
}
.wake-title.large{
    display: none;
}

@media(min-width:1024px) {
    .wake-title {
        font-size: 11.125rem;
        margin-right: 150px;
        margin-left: auto;
    }
    .wake-title.large{
        display: block;
    }
    .wake-title.small{
        display: none;
    }
}

.featured-content__cards {
    position: relative;
}

.featured-content__cards .slide-content {
    position: relative;
    background: #000;
    color: #fff;
}
.featured-content{
    overflow: hidden;
}
.alignMiddle{
    padding: 20px;
}
.featured-content__images--desktop {
    display:none;
}

@media(min-width:768px) {
    .featured-content__images {
        position: relative;
        top: 0;
        height: auto;
        z-index: 0;
        width: 50%;
    }

    .featured-content__cards,.featured-content__images .slide-image {
    }

    .featured-content__cards {
        width: 100%;
    }
}
@media(min-width:1024px) {
   
    .featured-content__images--desktop {
        display: flex;
        position: relative;
        top: 0;
        height: auto;
        z-index: 0;
        overflow: hidden;
        height: calc(100vh - 120px);
        width: 50%;
        align-items: center;
    }
    .slide-image {
        height: 100%;
    object-fit: cover;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    .featured-content__cards{
        height: calc(100vh - 120px);
      width: 50%;
      overflow: hidden;
    }

    
    .featured-content__cards .slide-content {
        position:absolute;
        height: calc(100vh - 120px);
        width:100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
   
    .featured-content__cards .slide-content .featured-content__images--overlay{
        display:none;
        
    }

    .slide-content .base-lockup {
        max-width: 600px;
        padding-left: 60px;
    }
   
}

.featured-content__cards .slide-content .base-lockup__ctas {
    margin-top: 20px;
}

.featured-content__cards .slide-content .icons {
    margin-top: 40px;
}

.featured-content__cards .slide-content .icons .icon:not(:first-of-type) {
    margin-left: 10px;
}

.featured-content__cards .slide-content .statistic {
    margin-bottom: 10px;
}

.featured-content .dots {
    display: none;
}


@media(min-width:768px)and (min-width:1024px) {
    .featured-content__cards .slide-content:last-child {
        padding-bottom: 0;
    }
}

@media(min-width:768px) {
    .featured-content__cards .slide-content .base-lockup__ctas {
        margin-top: 40px;
    }
}

@media(min-width:1024px) {
    .featured-content .dots {
        position: absolute;
        z-index: 501;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 25px;
        padding: 10px 9px 10px 11px;
        border-radius: 30px;
        height: 46px;
        transition: all .5s ease;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .featured-content .dots .dot {
        width: 14px;
        height: 14px;
        border-radius: 25px;
        margin-right: 10px;
        background-color: #fff;
    }
}

.featured-content .slider {
    position: absolute;
    bottom:-20px;
    z-index: 1;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 25px;
    background: #fbc318;
}

.quote {
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: center;
}

.quote blockquote {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.quote blockquote p {
    font-family: Cormorant-SemiBold;
    font-size: 30px;
    line-height: 36px;
}

.quote figcaption {
    font-family: NunitoSans-Bold;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
    font-style: normal;
}

.quote figcaption cite {
    font-family: NunitoSans-Regular;
    font-weight: 400;
    font-style: normal;
}

.quote button {
    margin: auto;
    width: 100%;
    /*margin-top: 40px;*/
}

@media(min-width:640px) {
    .quote {
        padding-top: 180px;
        padding-bottom: 100px;
    }

    .quote blockquote p {
        font-size: 40px;
        line-height: 48px;
    }

    .quote figcaption {
        font-size: 15px;
        line-height: 24px;
        padding-top: 20px;
    }
}

.profileCards {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media(min-width:640px) {
    .profileCards {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

.profileCards .profCards__intro {
    justify-content: center;
    margin-bottom: 40px;
}

.profileCards .profCards__intro .base-lockup .base-lockup__heading {
    margin-bottom: 40px;
}

.profileCards .profCards__intro .base-lockup .base-lockup__copy {
    margin-bottom: 30px;
}

.profileCards .cell {
    margin-bottom: 30px;
    color: #fefefe;
}

.profileCards .cell .profileCard__image {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 2;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.profileCard__text .base-lockup__copy{
    margin-top: 0;
}.profileCard__text .base-lockup__copy p{
    margin-bottom: 0;
}

.profileCards .cell .profileCard__image svg,  .profileCards .cell .profileCard__image img{
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
}

.imageCard__image{
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.profileCards .base-lockup__ctas a.textlink--center {
    margin: 0 auto 20px auto;
}

@media(min-width:1024px) {
    .profileCards .base-lockup__ctas a.textlink--center {
        margin: 0 .75rem;
    }
}

.profileCards .slick-slide {
    height: auto!important;
    padding-left: 15px;
    padding-right: 15px;
}

.profileCards .slick-track {
    position: relative;
    padding-bottom: 20px;
}

.profileCards .slick-nav svg #Oval {
    transition: all .25s;
}

.profileCards .slick-nav:hover svg #Oval {
    fill: #8c6d2c;
}

.profileCards .slick-next,.profileCards .slick-prev {
    position: absolute;
    cursor: pointer;
}

.profileCards .slick-prev {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 5;
}

.profileCards .slick-next {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
}

.profileCards.profCards_icon .profileCard__image:after {
    content: " ";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/wake-forest/public/images/logo--shield.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

@media(min-width:640px) {
    .profileCards.profCards_icon .profileCard__image:after {
        width: 40px;
        height: 40px;
    }
}

.profileCards.profCards__image-only .grid-x {
    justify-content: center;
}

.profileCards.profCards__image-only .profileCard__image {
    padding-top: 66.67%;
}

.profileCards.profCards__image-only .profileCard__image:after,.profileCards.profCards__image-only .profileCard__text {
    display: none;
}

.profile {
    margin-bottom: 60px;
}

.profile__wrapper {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 3.75rem;
}

@media(min-width:1024px) {
    .profile__wrapper {
        flex-direction: row;
        align-items: unset;
        justify-content: center;
        gap: 10.375rem;
    }
}

.profile-stats{
    width: 100%;
}

.profile__copy {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 50px;
}

.profile__copy--container {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

@media(min-width:1024px) {
    .profile__copy--container {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.profile__copy--lockup:first-child {
    width: 352px!important;
}

.profile__copy--lockup:first-child .base-lockup__copy,.profile__copy--lockup:nth-child(1n+0) {
    width: 262px;
}

.profile__copy--header {
    display: none;
}

@media(min-width:1024px) {
    .profile__copy--header {
        display: block;
        padding-top: 120px;
    }
}

.profile__card--container,.profile__card--image {
    width: 360px;
}

.profile__card--container {
    border-top: 6px solid #fbc318;
    box-shadow: 0 0 24px 0 rgba(141,115,56,.4);
}
.profile__card--cta-links{
    margin-top: 4px;
    margin-bottom: calc(30px - 1.25rem);
}
.profile_link{
    font-family:NunitoSans-SemiBold;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-right: 20px;
    text-decoration: underline;
}

@media(min-width:1024px) {
    .profile__card--container {
        position: sticky;
        top: 10rem;
        align-self: flex-start;
    }
}
@media(max-width:1023px){
    .profile__card--container {
    
        margin-top: 100px;
       
    }
}


.profile__card--image {
    padding-bottom: 2rem;
}

.profile__card--header {
    display: block;
    padding-left: 2rem;
}

@media(min-width:1024px) {
    .profile__card--header {
        display: none;
    }
}

.profile__card--body {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
}

.profile__card--body p {
    font-size: 18px;
    line-height: 30px;
    font-family: NunitoSans-Regular;
    margin-bottom: 10px;
}

.profile__card--body p.email {
    font-family: NunitoSans-ExtraBold;
    font-size: 16px;
    color: #8C6D2C;
}

.profile__card--social-icons {
    display: flex;
    justify-content: center;
    border-top: 1px solid #8c6d2c;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.profile__card--social-icons svg{
    margin: 0 7.5px;
}

.profile .quote {
    padding-top: 0;
    padding-bottom: 0;
}

.profile .quote p {
    color: #8c6d2c;
}

.media,.profile hr {
    width: 100%;
}

.media {
    overflow: hidden;
    position: relative;
}

.media--image {
    height: 33.3333333333vw;
}

.media--video {
    max-height: 56.25vw;
    display: flex;
}

.media--image img {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.media--video video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media--video .video-button {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 10;
}

.media--video .video-button img {
    width: 100%;
}

.media--video .video-button.playing .play-icon,.media--video .video-button:not(.playing) .pause-icon {
    display: none;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination__wrapper {
    display: flex;
    justify-content: space-between;
    width: 71.25rem;
    gap: 1rem;
}

.pagination--next-icon,.pagination--previous-icon {
    display: flex;
    gap: 1.038rem;
    cursor: pointer;
}

.pagination--next-icon:hover,.pagination--previous-icon:hover {
    color: #000;
}

.pagination--next-text,.pagination--page-tracker,.pagination--previous-text {
    font-family: NunitoSans-ExtraBold;
    text-transform: uppercase;
}

.pagination--next-text,.pagination--previous-text {
    display: none;
}

@media(min-width:640px) {
    .pagination--next-text,.pagination--previous-text {
        display: block;
    }
}

.pagination .hidden {
    visibility: hidden;
}

.general_wysiwyg {
    padding-bottom: 30px;
    font-family: NunitoSans-Regular;
}

.general_wysiwyg h1,.general_wysiwyg h2,.general_wysiwyg h3,.general_wysiwyg h4,.general_wysiwyg h5,.general_wysiwyg h6 {
    margin-bottom: 15px;
}

.general_wysiwyg img.aligncenter,.general_wysiwyg img.alignleft,.general_wysiwyg img.alignnone,.general_wysiwyg img.alignright {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
}

.general_wysiwyg ol,.general_wysiwyg ul {
    margin-top: 0;
}

.general_wysiwyg ul {
    padding-left: 40px;
}

.general_wysiwyg ol li {
    list-style: decimal;
    font-size: 25px;
    line-height: 40px;
}

.general_wysiwyg ol li::marker {
    color: #8c6d2c;
    font: NunitoSans-Bold;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
}

.general_wysiwyg ul li {
    list-style: disc;
}

.general_wysiwyg blockquote {
    color: #8c6d2c;
    margin: 52px 0;
    text-align: center;
}

@media(min-width:640px) {
    .general_wysiwyg img.alignleft {
        width: 50%;
        height: auto;
        margin: 30px;
        margin-left: 0;
        margin-top: 0;
        float: left;
    }

    .general_wysiwyg img.alignright {
        width: 50%;
        height: auto;
        margin: 30px;
        margin-right: 0;
        float: right;
    }

    .general_wysiwyg img.aligncenter,.general_wysiwyg img.alignnone {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        height: auto;
    }

    .general_wysiwyg ol li {
        font-size: 22px;
        line-height: 30px;
    }

    .general_wysiwyg ol li::marker {
        font-size: 22px;
        line-height: 30px;
    }
}

.search-page {
    padding-top: 60px;
}

.search-page__header,.search-page h4 {
    padding-bottom: 20px;
}

.search-page h4 {
    margin-top: 20px;
}

.search-page__results--links a {
    margin-bottom: 10px;
}

.featured-content-dropdown {
    padding-top: 120px;
    padding-bottom: 120px;
}

.featured-content-dropdown .cell{
    position: relative;
}

.featured-content-dropdown .pull-on-large {
    order: 2;
}

@media(min-width:1024px) {
    .featured-content-dropdown .pull-on-large {
        order: 1;
    }
}

.featured-content-dropdown .push-on-large {
    order: 1;
}

@media(min-width:1024px) {
    .featured-content-dropdown .push-on-large {
        order: 2;
    }
}
.paginationArrow{
    font-weight: bold;
}
.paginationArrow img{
    display: inline-block;
    width: 20px;
    margin: 0 10px;
}
.pagination a:hover, .pagination button:hover {
    background: transparent;
}
.pagination .current{
    color: #000;
    font-weight: bold;
    background-color: transparent;
}
.event-index__event{
    margin-bottom: 20px;
    margin-top: 20px;
}
.event-index__event--image{
    min-height: 200px;
    background-size: cover;
    background-position: center center;
}
.event-index__event--details{
    padding: 20px;
}
.featured-content-dropdown__content-container, .event-index__event {
    transition: .2s height;
    background-color: #fff;
    color: #000;
    border-top: 8px solid #fbc318;
    box-shadow: 0 0 24px 0 rgba(141,115,56,.4);
    align-items: center;
}

.featured-content-dropdown__content-container h3 {
    margin: 30px 30px 18px 30px;
}

@media(min-width:1024px) {
    .featured-content-dropdown__content-container h3 {
        margin: 60px 60px 20px 60px;
    }
}

.featured-content-dropdown__content-container h6 {
    margin: 0 30px 5px 30px;
}

@media(min-width:1024px) {
    .featured-content-dropdown__content-container h6 {
        margin: 0 60px 5px 60px;
    }
}

.featured-content-dropdown__content--container {
    padding: 20px 30px;
}

@media(min-width:1024px) {
    .featured-content-dropdown__content--container {
        padding: 40px 60px;
    }
}

.featured-content-dropdown__content--container.hide {
    display: none;
}

.featured-content-dropdown__image-container {
    height: 100% !important;
    width: 100%;
    min-height: 40rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative !important;
}
@media(min-width:1024px) {
    .featured-content-dropdown__image-container {
        position: absolute;
    }
    #trigger-menu:hover path{
        fill: #8d7338;
    }
}

.featured-content-dropdown__image-container.hide {
    display: none;
}

.featured-content-dropdown__postheading {
    margin-bottom: 5px;
}

.featured-content-dropdown .button-row {
    margin-top: 20px;
}

@media(min-width:1024px) {
    .featured-content-dropdown .button-row {
        margin-top: 40px;
    }
}

.featured-content-dropdown .button-row a {
    margin-bottom: 22px;
}

.featured-content-dropdown .selectBox {
    box-sizing: border-box;
    width: auto;
    border: 1px solid #8d7338;
    overflow: hidden;
    position: relative;
    height: 56px;
    margin-left: 30px;
    margin-right: 30px;
}

@media(min-width:1024px) {
    .featured-content-dropdown .selectBox {
        margin-left: 60px;
        margin-right: 100px;
    }
}

.featured-content-dropdown .selectBox:after {
    width: 54px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    content: url(/wp-content/themes/wake-forest/public/images/Carrot\ Down.png);
    z-index: 98;
    background-color: #fbc318;
    padding-top: 12px;
    padding-left: 12px;
}

.featured-content-dropdown .selectBox select {
    font-family: NunitoSans-Regular;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 13px 20px;
    position: relative;
    z-index: 99;
    background: none;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media(min-width:1024px) {
    .featured-content-dropdown .selectBox select {
        font-size: 18px;
    }
}

.example__button--left,.example__button--right {
    @apply flex-grow-0 flex-shrink-0;flex-basis: 50%;
    max-width: 50%;
}

.example__content--right {
    @apply flex flex-row flex-wrap;
}

.example__content-wrapper {
    @apply container mx-auto grid grid-cols-2 bg-aTestColor;
}

.example__header,.example__kicker {
    @apply flex-grow-0 flex-shrink-0;flex-basis: 100%;
    max-width: 100%;
}

.ModalContainer {
    position: fixed;
    z-index: 10000;
    background-color: rgba(0,0,0,.8);
    top: 0;
    height: 100vh;
    width: 100vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

.ModalContainer__overlay {
    position: absolute;
    height: 100vh;
    width: 100vw;
}

.main-slide-enter-active {
    transition: all .3s ease;
}

.main-slide-leave-active {
    transition: all 0s ease;
}

.main-slide-enter,.main-slide-leave-to {
    transform: translateX(-100px);
    opacity: 0;
}

nav ul{
    margin: 0;
}


#menuClose{
    display: none;
}
#trigger-menu svg{
    position: absolute;
}


.slick-arrow{
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.slick-arrow:hover{
    cursor: pointer;
}
.rightArrow{
    right: 0px;
}
.leftArrow{
    left: 0px;
}

.close-child{
        width: 100%;
    text-align: left;
}

.search-form{
    width: calc(100% - 55px);
}

.index-page__programs .base-card .shieldSvg{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
}
.index-page__programs .base-card .shieldSvg path{
    fill: #000;
}

.hero .button-row .wf-button{
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 20px;
}

@media(min-width:1024px) {
    .hero .button-row .wf-button{
        width: auto;
    }
}

.marTopdefault{
    margin-top: 80px;
}
.marBotdefault{
    margin-bottom: 80px;
}
.marTopnone{
    margin-top: 0px;
}
.marBotnone{
    margin-bottom: 0px;
}
.padTopnone {
    padding-top: 0;
}
.padBotnone {
    padding-bottom: 0;
}
.padTopdefault {
    padding-top: 80px;
}
.padBotdefault {
    padding-bottom: 80px;
}
@media(min-width:1024px) {
    .marTopdefault{
    margin-top: 120px;
    }
    .marBotdefault{
        margin-bottom: 120px;
    }
    .marTopnone{
        margin-top: 0px;
    }
    .marBotnone{
        margin-bottom: 0px;
    }
    .padTopnone {
        padding-top: 0;
    }
    .padBotnone {
        padding-bottom: 0;
    }
    .padTopdefault {
        padding-top: 120px;
    }
    .padBotdefault {
        padding-bottom: 120px;
    }
}

/* 404 Page */
#primary.site-main.page404 {
    min-height: 80vh;
}
.page404 .hero__heading--yellow {
    padding-top: 0;
    padding-bottom: 100px;
}
.error-404  .grid-container.margin-gutters {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.error-404 h1 {
    margin-bottom: 30px;
}
.error-404 h4 {
    margin-bottom: 10px;
}
.error-404 p {
    margin-bottom: 40px;
}
.error-404 .link--primary {
    display: block;
    height: auto;
    padding: 16px 35px;
}

/* Downloads Page */
.downloads {
    padding-top: 60px;
    font: Nunito Sans Regular;
    font-size: 16px;
    line-height: 1.5;
}
.downloads__no-results {
    padding: 10rem;
    background-color: #000;
    color: white;
}
.downloads__section:nth-child(3n + 1) {
    background-color: #000;
}
.downloads__section:nth-child(3n + 2) {
    background-color: #8c6d2c;
}
.downloads__section:nth-child(3n + 3) {
    background-color: white;
}
.downloads__section {
    padding-bottom: 100px; 
}
.downloads__section:nth-child(3n) .dlBg__intro {
    color: #000;
}
.downloads .entry-content {
    margin-top: 0;
}
.downloads__header {
    overflow: hidden;
    padding-bottom: 60px;
}
.downloads__header--text {
    padding-top: 50px;
    padding-bottom: 50px;
}
.downloads__filter .selectBox select {
    font-family: NunitoSans-Regular;
}
.downloads__filter {
    position: relative;
}
.downloads__filter .selectBox__wrapper {
    padding-top: 40px;
}
.downloads__filter .selectBox__wrapper h6 {
    padding-bottom: 10px;
}
.downloads__filter::after {
    position: absolute;
    content: "";
    background-color: #fbc318;
    height: calc((100% + 8em));
    width: 100vw;
    top: 0;
    z-index: -1;
    left: -2em;
}
.downloads p {
    margin-bottom: 0;
}
.dlBg__intro,
.dlGr__intro,
.dlSo__intro {
    text-align: center;
}
.downloads__header h1 {
    color: #8c6d2c;
    font-family: Cormorant-SemiBold;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -0.5px;
    margin: 0;
    margin-bottom: 20px;
}
.downloads__header p {
    font-size: 18px;
    line-height: 1.7;
}

@media screen and (min-width: 640px) {
    .downloads .grid-x {
        margin-left: -15px;
        margin-right: -15px;
        justify-content: space-around;
    }
    .downloads .medium-6 {
        width: calc(50% - 45px);
    }
    .downloads__header--text {
        padding-top: 90px;
    }
    .downloads__filter .selectBox__wrapper {
        padding-left: 40px;
        padding-top: 125px;
    }
}
@media screen and (min-width: 1024px) {
    .downloads {
        padding-top: 125px;
    }
    .downloads .large-4 {
        width: calc(33.3333% - 45px);
    }
    .downloads__header {
        padding-bottom: 90px;
    }
    .downloads__header h1 {
        font-size: 80px;
        line-height: 1;
        letter-spacing: -0.8px;
        margin-bottom: 30px;
    }
    .downloads__filter .selectBox__wrapper {
        padding-left: 55px;
    }
    .downloads__section .grid-x {
        justify-content: space-evenly;
    }
    .downloads__section:first-child {
        padding-bottom: 200px;
    }
}

.bgDl__card, 
.grDl__card {
    aspect-ratio: 1 / 1;
    background-color: white;
    color: #000;
    position: relative;
    margin-bottom: 30px;
}
.bgDl__card::before, 
.grDl__card::before,
.soDl__card::before {
    content: " ";
    display: block;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
    background-color: #ffd748;
    z-index: 2;
}
.bgDl__card h5, 
.grDl__card h5 {
    padding: 20px 30px 0;
}

.bgDl__card--link {
    min-height: 75px;
}

.bgDl__card--link a {
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.bgDl__card--link-wrapper a .textlink {
    position: absolute;
    left: 2em;
}
.bgDl__card--link-wrapper {
    display: flex;
    justify-content: space-between;
}
.bgDl__card--link-wrapper a {
    position: relative;
}
.bgDl__card--link a:nth-child(2n) {
    justify-content: flex-end;
}
.bgDl__card--link span.textlink.textlink--bg-white.textlink--left.link--primary:hover,
.bgDl__card--link span.textlink.textlink--bg-white.textlink--left.link--primary:focus,
.grDl__card--link span.textlink.textlink--bg-white.textlink--left.link--primary:hover,
.grDl__card--link span.textlink.textlink--bg-white.textlink--left.link--primary:focus {
    color:  #8c6d2c;
    border-bottom: 2px solid #8c6d2c;
}
.bgDl__card--link .icon-container, 
.grDl__card--link .icon-container {
    width: 26px;
    height: 26px;
}


/* Background Downloads */
.downloads__backgrounds {
    color: #fff;
    background: #000;
    padding-top: 80px;
}
.dlBg__intro h2 {
    margin-bottom: 20px;
}
.dlBg__intro p {
    margin-bottom: 40px;
}

/* Graphic Downloads */
/* .downloads__graphics {
    padding-top: 80px;
}
.downloads__graphics .grid-x:last-child {
    padding-bottom: 80px;
}
.downloads__graphics .grid-x:last-child {
    border-bottom: 2px solid #8c6d2c;
} */
.dlBg__intro h2 {
    margin-bottom: 40px;
}

@media screen and ( min-width:1024px ) {
    .downloads__graphics {
        padding-top: 120px;
    }
    .dowloads .downloads__graphics .grid-x:last-child {
        padding-bottom: 120px;
    }
    .dlGr__intro h2 {
        margin-bottom: 60px;
    }
    
}
/* Social Content */
.downloads__social {
    padding-top: 80px;
    padding-bottom: 80px;
}
.dlSo__intro h2 {
    margin-bottom: 20px;
}
.dlSo__intro p {
    margin-bottom: 40px;
}
.soDl__card {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.soDl__card .content-container {
    background-color: #fff;
}
.content-container {
    padding: 20px 56px 20px 30px;
}
.copyButton {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 12px;
    height: auto;
    background-color: #fbc318;
}
.copyButton .icon-container {
    display: block;
    width: 20px;
    height: 20px;
}
.copyButton svg {
    width: 100%;
}
@media screen and ( min-width:1024px ) {
    .downloads__social {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .downloads__social {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .dlSo__intro h2 {
        margin-bottom: 40px;
    }
}


.pum-theme-12177 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {right: 10px;} 
.pum-theme-12177 a:hover {color: #000;} 
.pum-theme-12177 .pum-title, .pum-theme-default-theme .pum-title {font-size: 20px !important; line-height: 26px !important;}
