@charset "UTF-8";

/* Responsive styles - extracted from styles.css */

@media only screen {
    .small-block-grid-1>li {
        width: 100%;
        list-style: none
    }

    .small-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }

    .small-block-grid-2>li {
        width: 50%;
        list-style: none
    }

    .small-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }

    .small-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }

    .small-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }

    .small-block-grid-4>li {
        width: 25%;
        list-style: none
    }

    .small-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .small-block-grid-5>li {
        width: 20%;
        list-style: none
    }

    .small-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }

    .small-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }

    .small-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }

    .small-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }

    .small-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }

    .small-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }

    .small-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }

    .small-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }

    .small-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }

    .small-block-grid-10>li {
        width: 10%;
        list-style: none
    }

    .small-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }

    .small-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }

    .small-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }

    .small-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }

    .small-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

/* Top bar logo vertical alignment per breakpoint */
@media only screen and (max-width:40em) {

    /* mobile */
    .top-bar .name {
        margin-top: 5px;
    }

    /* Trên mobile luôn dùng logo trắng (logo-white.png), bất kể transparent-top hay hover */
    .site-logo__img--default,
    .transparent-top .site-logo__img--default,
    .transparent-top .site-logo a:hover .site-logo__img--default,
    .transparent-top nav.top-bar:hover .site-logo__img--default {
        display: none;
    }

    .site-logo__img--transparent,
    .transparent-top .site-logo__img--transparent,
    .transparent-top .site-logo a:hover .site-logo__img--transparent,
    .transparent-top nav.top-bar:hover .site-logo__img--transparent {
        display: block;
    }
}

@media only screen and (min-width:40.0625em) and (max-width:59.125em) {

    /* small / medium tablets */
    .top-bar .name {
        margin-top: 5px;
    }

    .site-logo__img {
        max-height: 50px;
    }
}

@media only screen and (min-width:59.125em) {

    /* desktop and up */
    .top-bar .name {
        margin-top: -15px;
    }
}

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

    /* Footer logo size on mobile */
    .footer__credits__logo__item--logo__logo {
        max-height: 50px;
        width: auto;
    }
}

@media only screen and (min-width:59.125em) {
    .medium-block-grid-1>li {
        width: 100%;
        list-style: none
    }

    .medium-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }

    .medium-block-grid-2>li {
        width: 50%;
        list-style: none
    }

    .medium-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }

    .medium-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }

    .medium-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }

    .medium-block-grid-4>li {
        width: 25%;
        list-style: none
    }

    .medium-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .medium-block-grid-5>li {
        width: 20%;
        list-style: none
    }

    .medium-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }

    .medium-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }

    .medium-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }

    .medium-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }

    .medium-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }

    .medium-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }

    .medium-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }

    .medium-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }

    .medium-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }

    .medium-block-grid-10>li {
        width: 10%;
        list-style: none
    }

    .medium-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }

    .medium-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }

    .medium-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }

    .medium-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }

    .medium-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width:68.063em) {
    .large-block-grid-1>li {
        width: 100%;
        list-style: none
    }

    .large-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }

    .large-block-grid-2>li {
        width: 50%;
        list-style: none
    }

    .large-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }

    .large-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }

    .large-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }

    .large-block-grid-4>li {
        width: 25%;
        list-style: none
    }

    .large-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .large-block-grid-5>li {
        width: 20%;
        list-style: none
    }

    .large-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }

    .large-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }

    .large-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }

    .large-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }

    .large-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }

    .large-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }

    .large-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }

    .large-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }

    .large-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }

    .large-block-grid-10>li {
        width: 10%;
        list-style: none
    }

    .large-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }

    .large-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }

    .large-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }

    .large-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }

    .large-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width:59.125em) {

    .button,
    button {
        display: inline-block
    }
}

@media only screen and (max-width:48.25em) {
    .button-group.stack-for-small>li {
        display: inline-block;
        display: block;
        margin: 0
    }

    .button-group.stack-for-small>li .button,
    .button-group.stack-for-small>li>button {
        border-left: 1px solid
    }

    .button-group.stack-for-small>li:first-child .button,
    .button-group.stack-for-small>li:first-child button {
        border-left: 0
    }

    .button-group.stack-for-small>li .button,
    .button-group.stack-for-small>li>button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, .5);
        border-left-width: 0;
        margin: 0;
        display: block
    }

    .button-group.stack-for-small>li:first-child .button,
    .button-group.stack-for-small>li:first-child button {
        border-top: 0
    }
}

@media only screen and (min-width:59.125em) {
    .button-group.radius.stack-for-small>* {
        margin: 0 -2px;
        display: inline-block
    }

    .button-group.radius.stack-for-small>* .button,
    .button-group.radius.stack-for-small>*>button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, .5)
    }

    .button-group.radius.stack-for-small>:first-child .button,
    .button-group.radius.stack-for-small>:first-child button {
        border-left: 0
    }

    .button-group.radius.stack-for-small>*,
    .button-group.radius.stack-for-small>*>.button,
    .button-group.radius.stack-for-small>*>a,
    .button-group.radius.stack-for-small>*>button {
        border-radius: 0
    }

    .button-group.radius.stack-for-small>:first-child,
    .button-group.radius.stack-for-small>:first-child>.button,
    .button-group.radius.stack-for-small>:first-child>a,
    .button-group.radius.stack-for-small>:first-child>button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }

    .button-group.radius.stack-for-small>:last-child,
    .button-group.radius.stack-for-small>:last-child>.button,
    .button-group.radius.stack-for-small>:last-child>a,
    .button-group.radius.stack-for-small>:last-child>button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }
}

@media only screen and (max-width:48.25em) {
    .button-group.radius.stack-for-small>* {
        display: inline-block;
        display: block;
        margin: 0
    }

    .button-group.radius.stack-for-small>* .button,
    .button-group.radius.stack-for-small>*>button {
        border-left: 1px solid
    }

    .button-group.radius.stack-for-small>:first-child .button,
    .button-group.radius.stack-for-small>:first-child button {
        border-left: 0
    }

    .button-group.radius.stack-for-small>* .button,
    .button-group.radius.stack-for-small>*>button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, .5);
        border-left-width: 0;
        margin: 0;
        display: block
    }

    .button-group.radius.stack-for-small>:first-child .button,
    .button-group.radius.stack-for-small>:first-child button {
        border-top: 0
    }

    .button-group.radius.stack-for-small>*,
    .button-group.radius.stack-for-small>*>.button,
    .button-group.radius.stack-for-small>*>a,
    .button-group.radius.stack-for-small>*>button {
        border-radius: 0
    }

    .button-group.radius.stack-for-small>:first-child,
    .button-group.radius.stack-for-small>:first-child>.button,
    .button-group.radius.stack-for-small>:first-child>a,
    .button-group.radius.stack-for-small>:first-child>button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .button-group.radius.stack-for-small>:last-child,
    .button-group.radius.stack-for-small>:last-child>.button,
    .button-group.radius.stack-for-small>:last-child>a,
    .button-group.radius.stack-for-small>:last-child>button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
}

@media only screen and (min-width:59.125em) {
    .button-group.round.stack-for-small>* {
        margin: 0 -2px;
        display: inline-block
    }

    .button-group.round.stack-for-small>* .button,
    .button-group.round.stack-for-small>*>button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, .5)
    }

    .button-group.round.stack-for-small>:first-child .button,
    .button-group.round.stack-for-small>:first-child button {
        border-left: 0
    }

    .button-group.round.stack-for-small>*,
    .button-group.round.stack-for-small>*>.button,
    .button-group.round.stack-for-small>*>a,
    .button-group.round.stack-for-small>*>button {
        border-radius: 0
    }

    .button-group.round.stack-for-small>:first-child,
    .button-group.round.stack-for-small>:first-child>.button,
    .button-group.round.stack-for-small>:first-child>a,
    .button-group.round.stack-for-small>:first-child>button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px
    }

    .button-group.round.stack-for-small>:last-child,
    .button-group.round.stack-for-small>:last-child>.button,
    .button-group.round.stack-for-small>:last-child>a,
    .button-group.round.stack-for-small>:last-child>button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px
    }
}

@media only screen and (max-width:48.25em) {
    .button-group.round.stack-for-small>* {
        display: inline-block;
        display: block;
        margin: 0
    }

    .button-group.round.stack-for-small>* .button,
    .button-group.round.stack-for-small>*>button {
        border-left: 1px solid
    }

    .button-group.round.stack-for-small>:first-child .button,
    .button-group.round.stack-for-small>:first-child button {
        border-left: 0
    }

    .button-group.round.stack-for-small>* .button,
    .button-group.round.stack-for-small>*>button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, .5);
        border-left-width: 0;
        margin: 0;
        display: block
    }

    .button-group.round.stack-for-small>:first-child .button,
    .button-group.round.stack-for-small>:first-child button {
        border-top: 0
    }

    .button-group.round.stack-for-small>*,
    .button-group.round.stack-for-small>*>.button,
    .button-group.round.stack-for-small>*>a,
    .button-group.round.stack-for-small>*>button {
        border-radius: 0
    }

    .button-group.round.stack-for-small>:first-child,
    .button-group.round.stack-for-small>:first-child>.button,
    .button-group.round.stack-for-small>:first-child>a,
    .button-group.round.stack-for-small>:first-child>button {
        -webkit-top-left-radius: .75rem;
        -webkit-top-right-radius: .75rem;
        border-top-left-radius: .75rem;
        border-top-right-radius: .75rem
    }

    .button-group.round.stack-for-small>:last-child,
    .button-group.round.stack-for-small>:last-child>.button,
    .button-group.round.stack-for-small>:last-child>a,
    .button-group.round.stack-for-small>:last-child>button {
        -webkit-bottom-left-radius: .75rem;
        -webkit-bottom-right-radius: .75rem;
        border-bottom-left-radius: .75rem;
        border-bottom-right-radius: .75rem
    }
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column,
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

    .small-1 {
        width: 8.33333%
    }

    .small-2 {
        width: 16.66667%
    }

    .small-3 {
        width: 25%
    }

    .small-4 {
        width: 33.33333%
    }

    .small-5 {
        width: 41.66667%
    }

    .small-6 {
        width: 50%
    }

    .small-7 {
        width: 58.33333%
    }

    .small-8 {
        width: 66.66667%
    }

    .small-9 {
        width: 75%
    }

    .small-10 {
        width: 83.33333%
    }

    .small-11 {
        width: 91.66667%
    }

    .small-12 {
        width: 100%
    }

    .small-offset-0 {
        margin-left: 0 !important
    }

    .small-offset-1 {
        margin-left: 8.33333% !important
    }

    .small-offset-2 {
        margin-left: 16.66667% !important
    }

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

    .small-offset-4 {
        margin-left: 33.33333% !important
    }

    .small-offset-5 {
        margin-left: 41.66667% !important
    }

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

    .small-offset-7 {
        margin-left: 58.33333% !important
    }

    .small-offset-8 {
        margin-left: 66.66667% !important
    }

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

    .small-offset-10 {
        margin-left: 83.33333% !important
    }

    .small-offset-11 {
        margin-left: 91.66667% !important
    }

    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

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

    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none
    }

    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left
    }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
}

@media only screen and (min-width:59.125em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column,
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-9 {
        width: 75%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-0 {
        margin-left: 0 !important
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important
    }

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

    .medium-offset-4 {
        margin-left: 33.33333% !important
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important
    }

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

    .medium-offset-7 {
        margin-left: 58.33333% !important
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important
    }

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

    .medium-offset-10 {
        margin-left: 83.33333% !important
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important
    }

    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

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

    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none
    }

    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left
    }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width:68.063em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column,
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

    .large-1 {
        width: 8.33333%
    }

    .large-2 {
        width: 16.66667%
    }

    .large-3 {
        width: 25%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-6 {
        width: 50%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-9 {
        width: 75%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-0 {
        margin-left: 0 !important
    }

    .large-offset-1 {
        margin-left: 8.33333% !important
    }

    .large-offset-2 {
        margin-left: 16.66667% !important
    }

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

    .large-offset-4 {
        margin-left: 33.33333% !important
    }

    .large-offset-5 {
        margin-left: 41.66667% !important
    }

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

    .large-offset-7 {
        margin-left: 58.33333% !important
    }

    .large-offset-8 {
        margin-left: 66.66667% !important
    }

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

    .large-offset-10 {
        margin-left: 83.33333% !important
    }

    .large-offset-11 {
        margin-left: 91.66667% !important
    }

    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

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

    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none
    }

    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width:59.125em) {
    .joyride-tip-guide {
        width: 300px;
        left: inherit
    }

    .joyride-tip-guide .joyride-nub.bottom {
        border-color: #333 transparent transparent !important;
        bottom: -20px
    }

    .joyride-tip-guide .joyride-nub.right {
        border-color: transparent transparent transparent #333 !important;
        top: 22px;
        left: auto;
        right: -20px
    }

    .joyride-tip-guide .joyride-nub.left {
        border-color: transparent #333 transparent transparent !important;
        top: 22px;
        left: -20px;
        right: auto
    }
}

@media only screen and (min-width:59.125em) {

    .touch .orbit-container .orbit-next,
    .touch .orbit-container .orbit-prev {
        display: inherit
    }

    .touch .orbit-bullets {
        display: block
    }
}

@media only screen and (max-width:48.25em) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important
    }

    .orbit-stack-on-small .orbit-slides-container>* {
        position: relative;
        margin: 0 !important;
        opacity: 1 !important
    }

    .orbit-bullets,
    .orbit-next,
    .orbit-prev,
    .orbit-stack-on-small .orbit-slide-number,
    .orbit-timer {
        display: none
    }
}

@media only screen and (min-width:59.125em) {
    .tabs.vertical {
        width: 20%;
        max-width: 20%;
        float: left;
        margin: 0 0 1.25rem
    }

    .tabs-content.vertical {
        width: 80%;
        max-width: 80%;
        float: left;
        margin-left: -1px;
        padding-left: 1rem
    }
}

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

    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px
    }
}

@media only screen and (min-width:59.125em) {
    .top-bar {
        background: #eee;
        overflow: visible
    }

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

    .top-bar:after {
        clear: both
    }

    .top-bar .toggle-topbar {
        display: none
    }

    .top-bar .title-area {
        float: left
    }

    .top-bar .name h1 a {
        width: auto
    }

    .top-bar .button,
    .top-bar button,
    .top-bar input {
        font-size: .875rem;
        position: relative;
        top: 7px
    }

    .top-bar.expanded {
        background: #eee
    }

    .contain-to-grid .top-bar {
        max-width: 62.5rem;
        margin: 0 auto
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important
    }

    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline
    }

    .top-bar-section ul li {
        float: left
    }

    .top-bar-section ul li .js-generated {
        display: none
    }

    .top-bar-section li.hover>a:not(.button) {
        background: #eee;
        color: #91a3d3
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 .9375rem;
        line-height: 3.75rem;
        background: #eee
    }

    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #eee
    }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 .9375rem;
        line-height: 3.75rem;
        color: #f7a024;
        background: #eee
    }

    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #e82514;
        color: #fff
    }

    .top-bar-section .has-dropdown.moved {
        position: relative
    }

    .top-bar-section .has-dropdown.moved>.dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    .top-bar-section .has-dropdown.hover>.dropdown,
    .top-bar-section .has-dropdown.not-click:hover>.dropdown,
    .top-bar-section .has-dropdown>a:focus+.dropdown {
        display: block;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: 1rem;
        margin-top: -1px;
        right: 5px;
        line-height: 1.2
    }

    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: 0 0;
        min-width: 100%
    }

    .top-bar-section .dropdown li a {
        color: #276733;
        line-height: 3.75rem;
        white-space: nowrap;
        padding: 12px .9375rem;
        background: #e1e1e1
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        color: #276733;
        background: #e1e1e1
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        color: #91a3d3;
        background: #eee
    }

    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }

    .top-bar-section>ul>.divider,
    .top-bar-section>ul>[role=separator] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #f0f0f0;
        clear: none;
        height: 3.75rem;
        width: 0
    }

    .top-bar-section .has-form {
        background: #eee;
        padding: 0 1.25rem;
        height: 3.75rem
    }

    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0
    }

    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%
    }

    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0
    }

    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%
    }

    .no-js .top-bar-section ul li:hover>a {
        background: #eee;
        color: #91a3d3
    }

    .no-js .top-bar-section ul li:active>a {
        background: #eee;
        color: #f7a024
    }

    .no-js .top-bar-section .has-dropdown:hover>.dropdown,
    .no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
        display: block;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
}

@media only screen and (max-width:48.25em) {
    .small-only-text-left {
        text-align: left !important
    }

    .small-only-text-right {
        text-align: right !important
    }

    .small-only-text-center {
        text-align: center !important
    }

    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }

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

    .small-text-center {
        text-align: center !important
    }

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

@media only screen and (min-width:59.125em) and (max-width:68em) {
    .medium-only-text-left {
        text-align: left !important
    }

    .medium-only-text-right {
        text-align: right !important
    }

    .medium-only-text-center {
        text-align: center !important
    }

    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width:59.125em) {
    .medium-text-left {
        text-align: left !important
    }

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

    .medium-text-center {
        text-align: center !important
    }

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

@media only screen and (min-width:68.063em) and (max-width:90em) {
    .large-only-text-left {
        text-align: left !important
    }

    .large-only-text-right {
        text-align: right !important
    }

    .large-only-text-center {
        text-align: center !important
    }

    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width:68.063em) {
    .large-text-left {
        text-align: left !important
    }

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

    .large-text-center {
        text-align: center !important
    }

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

@media only screen and (min-width:90.063em) and (max-width:120em) {
    .xlarge-only-text-left {
        text-align: left !important
    }

    .xlarge-only-text-right {
        text-align: right !important
    }

    .xlarge-only-text-center {
        text-align: center !important
    }

    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width:90.063em) {
    .xlarge-text-left {
        text-align: left !important
    }

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

    .xlarge-text-center {
        text-align: center !important
    }

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

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }

    .xxlarge-only-text-right {
        text-align: right !important
    }

    .xxlarge-only-text-center {
        text-align: center !important
    }

    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width:120.063em) {
    .xxlarge-text-left {
        text-align: left !important
    }

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

    .xxlarge-text-center {
        text-align: center !important
    }

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

@media only screen and (min-width:59.125em) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }

    h1 {
        font-size: 2.75rem
    }

    h2 {
        font-size: 2.3125rem
    }

    h3 {
        font-size: 1.6875rem
    }

    h4 {
        font-size: 1.4375rem
    }

    h5 {
        font-size: 1.125rem
    }

    h6 {
        font-size: 1rem
    }
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

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

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

    .hide-on-print {
        display: none !important
    }

    .print-only {
        display: block !important
    }

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

    .show-for-print {
        display: inherit !important
    }
}

@media only screen {

    .hide-for-large,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-down,
    .show-for-medium-down,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-small-up {
        display: inherit !important
    }

    .hide-for-large-down,
    .hide-for-medium-down,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-small-up,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }

    .hidden-for-large,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-medium,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-down,
    .visible-for-medium-down,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-small-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .hidden-for-large-down,
    .hidden-for-medium-down,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-small-up,
    .visible-for-large,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-medium,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    table.hide-for-large,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-medium,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-down,
    table.show-for-medium-down,
    table.show-for-small,
    table.show-for-small-down,
    table.show-for-small-only,
    table.show-for-small-up {
        display: table !important
    }

    thead.hide-for-large,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-medium,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-down,
    thead.show-for-medium-down,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.show-for-small-only,
    thead.show-for-small-up {
        display: table-header-group !important
    }

    tbody.hide-for-large,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-down,
    tbody.show-for-medium-down,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.show-for-small-only,
    tbody.show-for-small-up {
        display: table-row-group !important
    }

    tr.hide-for-large,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-medium,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-down,
    tr.show-for-medium-down,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.show-for-small-only,
    tr.show-for-small-up {
        display: table-row !important
    }

    td.hide-for-large,
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-medium,
    td.hide-for-medium-only,
    td.hide-for-medium-up,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-down,
    td.show-for-medium-down,
    td.show-for-small,
    td.show-for-small-down,
    td.show-for-small-only,
    td.show-for-small-up,
    th.hide-for-large,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-only,
    th.hide-for-medium-up,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-down,
    th.show-for-medium-down,
    th.show-for-small,
    th.show-for-small-down,
    th.show-for-small-only,
    th.show-for-small-up {
        display: table-cell !important
    }
}

@media only screen and (min-width:59.125em) {

    .hide-for-large,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-down,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-small-up {
        display: inherit !important
    }

    .hide-for-large-down,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-small-up,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }

    .hidden-for-large,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-down,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-small-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .hidden-for-large-down,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .visible-for-large,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    table.hide-for-large,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-down,
    table.show-for-medium,
    table.show-for-medium-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-small-up {
        display: table !important
    }

    thead.hide-for-large,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-down,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-small-up {
        display: table-header-group !important
    }

    tbody.hide-for-large,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-down,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-small-up {
        display: table-row-group !important
    }

    tr.hide-for-large,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-down,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-small-up {
        display: table-row !important
    }

    td.hide-for-large,
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-down,
    td.show-for-medium,
    td.show-for-medium-down,
    td.show-for-medium-only,
    td.show-for-medium-up,
    td.show-for-small-up,
    th.hide-for-large,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-down,
    th.show-for-medium,
    th.show-for-medium-down,
    th.show-for-medium-only,
    th.show-for-medium-up,
    th.show-for-small-up {
        display: table-cell !important
    }
}

@media only screen and (min-width:68.063em) {

    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up {
        display: inherit !important
    }

    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }

    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large,
    table.show-for-large-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up {
        display: table !important
    }

    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up {
        display: table-header-group !important
    }

    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up {
        display: table-row-group !important
    }

    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up {
        display: table-row !important
    }

    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large,
    td.show-for-large-down,
    td.show-for-large-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large,
    th.show-for-large-down,
    th.show-for-large-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up {
        display: table-cell !important
    }
}

@media only screen and (min-width:90.063em) {

    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-only,
    .show-for-xlarge-up {
        display: inherit !important
    }

    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }

    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-large-only,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up {
        display: table !important
    }

    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-large-only,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up {
        display: table-header-group !important
    }

    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up {
        display: table-row-group !important
    }

    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-large-only,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up {
        display: table-row !important
    }

    td.hide-for-large,
    td.hide-for-large-down,
    td.hide-for-large-only,
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-only,
    td.show-for-xlarge-up,
    th.hide-for-large,
    th.hide-for-large-down,
    th.hide-for-large-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-only,
    th.show-for-xlarge-up {
        display: table-cell !important
    }
}

@media only screen and (min-width:120.063em) {

    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: inherit !important
    }

    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge-only {
        display: none !important
    }

    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge-only,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge-only {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-large-only,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-up,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up {
        display: table !important
    }

    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-large-only,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up {
        display: table-header-group !important
    }

    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up {
        display: table-row-group !important
    }

    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-large-only,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up {
        display: table-row !important
    }

    td.hide-for-large,
    td.hide-for-large-down,
    td.hide-for-large-only,
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-up,
    td.show-for-xxlarge-only,
    td.show-for-xxlarge-up,
    th.hide-for-large,
    th.hide-for-large-down,
    th.hide-for-large-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-up,
    th.show-for-xxlarge-only,
    th.show-for-xxlarge-up {
        display: table-cell !important
    }
}

@media only screen and (orientation:landscape) {

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

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

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

    thead.hide-for-portrait,
    thead.show-for-landscape {
        display: table-header-group !important
    }

    tbody.hide-for-portrait,
    tbody.show-for-landscape {
        display: table-row-group !important
    }

    tr.hide-for-portrait,
    tr.show-for-landscape {
        display: table-row !important
    }

    td.hide-for-portrait,
    td.show-for-landscape,
    th.hide-for-portrait,
    th.show-for-landscape {
        display: table-cell !important
    }
}

@media only screen and (orientation:portrait) {

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

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

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

    thead.hide-for-landscape,
    thead.show-for-portrait {
        display: table-header-group !important
    }

    tbody.hide-for-landscape,
    tbody.show-for-portrait {
        display: table-row-group !important
    }

    tr.hide-for-landscape,
    tr.show-for-portrait {
        display: table-row !important
    }

    td.hide-for-landscape,
    td.show-for-portrait,
    th.hide-for-landscape,
    th.show-for-portrait {
        display: table-cell !important
    }
}

@media print {
    .show-for-print {
        display: block
    }

    .hide-for-print {
        display: none
    }

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

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

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

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

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

@media only screen and (min-width:59.125em) {

    #main-content,
    .wooded {
        padding: 5rem 0
    }
}

@media only screen and (max-width:48.25em) {
    #big-video-wrap {
        display: none
    }

    header#nav.sticky {
        position: relative
    }

    section>.row {
        padding: 0 1.25rem
    }

    h1 {
        font-size: 3.5rem
    }

    .inline-list>li {
        margin-left: 0
    }
}

@media only screen and (min-width:59.125em) {
    main>section .padded {
        padding: 5rem 0
    }

    section.hero {
        min-height: 570px;
        height: 75vh
    }

    section.hero.third {
        height: 33vh
    }

    section.hero.half {
        height: 55vh
    }

    section.hero.simple {
        height: 25vh
    }

    section.hero header h1 {
        position: relative;
        z-index: 1;
        font-size: 7.8125rem;
        line-height: 1;
        text-shadow: 0 8px 12px rgba(0, 0, 0, .5)
    }

    section.hero header h2 {
        font-size: 5.25rem;
        line-height: 1
    }

    section.hero header p {
        font-size: 1.125rem
    }

    .reveal-cta .gradient {
        filter: alpha(Opacity=100);
        opacity: 1;
        transition: opacity .5s ease-in
    }

    .reveal-cta header.row {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: opacity .5s ease-out, -webkit-transform 1s ease-out;
        -webkit-transition-delay: .5s, .25s;
        transition: opacity .5s ease-out .5s, -webkit-transform 1s ease-out .25s;
        transition: opacity .5s ease-out .5s, transform 1s ease-out .25s;
        transition: opacity .5s ease-out .5s, transform 1s ease-out .25s, -webkit-transform 1s ease-out .25s
    }

    .reveal-cta.reveal .gradient {
        filter: alpha(Opacity=50);
        opacity: .5
    }

    .reveal-cta.reveal header.row {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    img.hideme {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0)
    }

    img.hideme.reveal {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0)
    }

    .hideme {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: opacity .5s ease-out, -webkit-transform 1s ease-out;
        -webkit-transition-delay: .5s, .25s;
        transition: opacity .5s ease-out .5s, -webkit-transform 1s ease-out .25s;
        transition: opacity .5s ease-out .5s, transform 1s ease-out .25s;
        transition: opacity .5s ease-out .5s, transform 1s ease-out .25s, -webkit-transform 1s ease-out .25s
    }

    .hideme.reveal {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@media only screen and (min-width:59.125em) {
    #newsletter form .ctct-form-errorMessage {
        top: -1.25rem;
        left: .3125rem
    }

    #newsletter form .is-error {
        margin-top: 0
    }
}

@media only screen and (max-width:48.25em) {
    [data-template=home] section.hero .inline-list li {
        width: 100%
    }
}

@media (min-width:600px) and (max-width:945px) {

    .updatePanels .paneled,
    [data-template=panels] .paneled {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }
}

@media only screen and (min-width:59.125em) {
    .blurb {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 25%;
        float: left
    }

    .wide-blurb:after,
    .wide-blurb:before {
        content: " ";
        display: table
    }

    .wide-blurb:after {
        clear: both
    }

    .wide-blurb .content,
    .wide-blurb img {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left
    }

    .wide-blurb .content {
        padding: 1.25rem 1.25rem 1.5625rem
    }

    .paneled {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 25%;
        float: left
    }

    #milestones:before {
        content: " ";
        display: block;
        width: 1125px;
        height: 55px;
        background: url(../images/long-arrow.svg) 0 0/100% auto no-repeat;
        position: absolute;
        z-index: 1;
        top: 190px;
        left: -60px
    }

    .milestone {
        position: relative;
        z-index: 5;
        padding-top: 0
    }

    .milestone.wide {
        padding-top: 30px
    }

    .milestone.wide>.row {
        display: -moz-flex;
        display: flex;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center
    }

    .milestone.wide .content {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    .milestone.wide .content h2 {
        font-size: 4.5rem
    }

    .milestone.wide figure {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    #dates {
        padding: 5rem 0 6.25rem
    }

    #dates .tuition {
        padding: .9375rem;
        width: 25%;
        float: left;
        border-left: 1px solid #8f8672
    }

    #dates .tuition h3 {
        font-size: 3.75rem;
        line-height: 1
    }

    #dates .important-dates {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 75%;
        float: left
    }

    #dates .important-dates .date {
        padding: .9375rem;
        width: 25%;
        float: left
    }

    #rates {
        padding: 5rem 0 6.25rem
    }

    #rates .rates {
        align-items: center;
        display: flex;
        justify-content: center
    }

    #rates .rates .rate {
        margin: 0 1rem;
        width: 25%
    }

    .promo {
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 50;
        padding-top: 0
    }

    .promo .content,
    .promo figure {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    .promo .content {
        padding: 8% 0
    }

    .promo .container {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left;
        max-width: 37.5rem
    }

    .promo figure {
        position: relative;
        overflow: hidden;
        height: 100%;
        background-position: top center;
        z-index: 100
    }

    .promo figure img {
        width: 100%
    }

    .promo.image-right .container {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 83.33333%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .promo.image-right figure {
        height: 405px
    }

    .promo.image-right figure:before {
        position: absolute;
        left: -1px;
        top: 0;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 750px 100px;
        border-color: transparent;
        border-left-color: inherit
    }

    .promo.image-left .content {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        left: 50%;
        right: auto;
        float: left
    }

    .promo.image-left .content .container {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 83.33333%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .promo.image-left figure {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        right: 50%;
        left: auto;
        float: left;
        z-index: 100
    }

    .promo.image-left figure:before {
        position: absolute;
        right: -1px;
        top: 0;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 100px 750px 0;
        border-color: transparent;
        border-right-color: inherit
    }

    .highlight {
        width: 50%;
        float: left;
        min-height: 350px;
        display: block;
        padding: 3.125rem
    }

    .highlight .content,
    .highlight h3 {
        text-align: center;
        -webkit-transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
        -webkit-transition-delay: 0s, 0s;
        transition: opacity .25s ease-out 0s, -webkit-transform .25s ease-out 0s;
        transition: opacity .25s ease-out 0s, transform .25s ease-out 0s;
        transition: opacity .25s ease-out 0s, transform .25s ease-out 0s, -webkit-transform .25s ease-out 0s
    }

    .highlight h3 {
        -webkit-transform: translateY(110px);
        transform: translateY(110px)
    }

    .highlight .gradient {
        transition: opacity .25s ease-out
    }

    .highlight .content {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(110px);
        transform: translateY(110px)
    }

    .highlight:hover .gradient {
        filter: alpha(Opacity=80);
        opacity: .8
    }

    .highlight:hover .content,
    .highlight:hover h3 {
        -webkit-transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
        -webkit-transition-delay: .25s, 0s;
        transition: opacity .25s ease-out .25s, -webkit-transform .25s ease-out;
        transition: opacity .25s ease-out .25s, transform .25s ease-out;
        transition: opacity .25s ease-out .25s, transform .25s ease-out, -webkit-transform .25s ease-out;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        filter: alpha(Opacity=100);
        opacity: 1
    }

    .highlight--animated:hover .gradient {
        filter: alpha(Opacity=35);
        opacity: .35
    }

    .highlight--animated:hover .content,
    .highlight--animated:hover h3 {
        transition: none;
        -webkit-transform: translateY(110px);
        transform: translateY(110px)
    }

    .highlight--animated:hover .content {
        filter: alpha(Opacity=0);
        opacity: 0
    }

    [data-template=experience] #moreways {
        padding: 3.75rem 0;
        text-align: center
    }

    [data-template=experience] #moreways .column {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    [data-template=experience] #moreways .column:first-child {
        padding: 0 5rem 0 0
    }

    [data-template=experience] #moreways .column:last-child {
        padding: 0 0 0 5rem
    }

    [data-template=ihcta] #activities .column,
    [data-template^=ppc-landing-ihcta-] #activities .column {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    [data-template=ihcta] #activities .column:first-child,
    [data-template^=ppc-landing-ihcta-] #activities .column:first-child {
        padding: 0 2.5rem 0 0
    }

    [data-template=ihcta] #activities .column:last-child,
    [data-template^=ppc-landing-ihcta-] #activities .column:last-child {
        padding: 0 0 0 2.5rem
    }

    [data-template=ihcta] #levels-private-lessons,
    [data-template^=ppc-landing-ihcta-] #levels-private-lessons {
        padding: 3.75rem 0;
        text-align: center
    }

    [data-template=ihcta] #levels-private-lessons .column,
    [data-template^=ppc-landing-ihcta-] #levels-private-lessons .column {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    [data-template=ihcta] #levels-private-lessons .column:first-child,
    [data-template^=ppc-landing-ihcta-] #levels-private-lessons .column:first-child {
        padding: 0 5rem 0 0
    }

    [data-template=ihcta] #levels-private-lessons .column:last-child,
    [data-template^=ppc-landing-ihcta-] #levels-private-lessons .column:last-child {
        padding: 0 0 0 5rem
    }

    [data-template=ihcta] #levels-private-lessons dl dt,
    [data-template^=ppc-landing-ihcta-] #levels-private-lessons dl dt {
        font-size: 2rem
    }

    [data-template=visit] .highlight {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    .blurbs .blurb {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 25%;
        float: left
    }

    .blurbs[data-count="3"] .blurb {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 33.33333%;
        float: left
    }

    .activity-areas-list {
        width: 100%;
        text-align: center
    }

    .activity-areas-list ul {
        padding: 0;
        list-style: none;
        overflow: hidden;
        display: inline-block;
        margin: 0 auto 20px;
        font-size: 1.5rem
    }

    .activity-areas-list ul>li {
        list-style: none;
        float: left;
        margin-left: 1.375rem;
        display: block
    }

    .activity-areas-list ul>li>* {
        display: block
    }

    .activity-grid {
        width: 100%;
        float: left;
        display: block;
        padding: 0;
        margin: 0 -.625rem 1.25rem;
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }

    .activity-grid:after,
    .activity-grid:before {
        content: " ";
        display: table
    }

    .activity-grid:after {
        clear: both
    }

    .activity-grid>li {
        display: block;
        height: auto;
        float: left;
        width: 20%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

    .activity-grid>li:nth-of-type(1n) {
        clear: none
    }

    .activity-grid>li:nth-of-type(5n+1) {
        clear: both
    }

    .activity-grid>li {
        background-position: center
    }

    .activity-grid li p {
        width: 200px;
        line-height: 1
    }

    #large-activity-grid .activity-grid {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    #large-activity-grid .activity-grid li p {
        width: 500px;
        height: 500px;
        font-size: 2.25rem
    }

    #large-activity-grid .activity-grid li span {
        height: 500px;
        padding: 0 1.875rem
    }

    .dailygrind #timestamps,
    .dailygrind header {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    .program-promo {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 25%;
        float: left
    }

    #card-container .card {
        display: inline-block;
        margin: 0 0 1em;
        width: 49%
    }

    #newsletter form .field,
    #newsletter form .field:first-child,
    #newsletter form .field:nth-child(2) {
        width: 25%;
        float: left;
        padding: 0 .3125rem
    }

    ul.pagination {
        margin: 0
    }

    ul.pagination li a {
        background-image: url(../images/pagination_arrows-white.png);
        background-repeat: no-repeat;
        padding: 15px 80px 18px;
        background-size: 120px 16px
    }

    ul.pagination li:hover a {
        background-image: url(../images/pagination_arrows-white.png);
        background-repeat: no-repeat;
        background-size: 120px 16px;
        background-position: top 15px right -55px
    }

    ul.pagination li.next a {
        background-position: top 15px right -55px
    }

    ul.pagination li.prev a {
        background-position: top 15px left -55px
    }

    .lead-in h3 {
        font-size: 4rem;
        line-height: 1
    }

    .medium-three-up .paneled {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 33.33333%;
        float: left
    }

    .medium-four-up .paneled {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 25%;
        float: left
    }

    section.map {
        padding: 6.25rem 0
    }

    section.map .button {
        background-color: #276733
    }

    #subnavigation ul.subnav {
        margin: 0 0 0 -1.375rem;
        padding: 0;
        list-style: none;
        overflow: hidden;
        display: inline-block
    }

    #subnavigation ul.subnav>li {
        list-style: none;
        float: left;
        margin-left: 1.375rem;
        display: block
    }

    #subnavigation ul.subnav>li>* {
        display: block
    }

    [data-template=home] section.hero header {
        max-width: 700px
    }

    [data-template=home] section.hero header h1 {
        margin-top: 0
    }

    [data-template=home] section.hero .inline-list li:first-child {
        margin-left: 0
    }

    [data-template=panels] .paneled {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 33.33333%;
        float: left
    }

    [data-template=events] #main-content,
    [data-template=news_posts] #main-content {
        padding: 3.75rem 0 0
    }

    [data-template=events] .updatePanels,
    [data-template=news_posts] .updatePanels {
        margin-bottom: 2.5rem
    }

    [data-template=category] .updatePanels {
        margin-bottom: .2rem
    }

    [data-template=events] #main-content {
        padding: 3.75rem 0 0
    }

    [data-template=about] #main-content {
        padding: 3.75rem 0
    }

    [data-template=food] .wide-blurb dl {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    [data-page-style=account] .paneled,
    [data-template=account] .paneled {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 33.33333%;
        float: left
    }

    [data-page-style=account] .paneled h1,
    [data-template=account] .paneled h1 {
        min-height: 88px
    }

    [data-page-style=account] .paneled h3,
    [data-template=account] .paneled h3 {
        margin-bottom: 2.5rem
    }

    .paneled.medium-promo {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    .paneled.medium-promo h3 {
        margin-bottom: 2.5rem
    }

    [data-page-style=alumni] .paneled.medium-promo {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 33.33333%;
        float: left
    }

    [data-page-style=film] .schedule {
        padding: 12.5rem 0 13.75rem
    }

    [data-page-style=film] .schedule h2 {
        margin: 0 .9375rem 2.5rem
    }

    [data-page-style=film] .schedule .headers {
        display: block;
        text-transform: uppercase;
        letter-spacing: .1em
    }

    [data-page-style=film] .schedule ul {
        list-style-type: none;
        margin: 0 0 1.25rem;
        padding: 0
    }

    [data-page-style=film] .schedule ul:after,
    [data-page-style=film] .schedule ul:before {
        content: " ";
        display: table
    }

    [data-page-style=film] .schedule ul:after {
        clear: both
    }

    [data-page-style=film] .schedule ul li {
        font-size: 1.5rem
    }

    [data-page-style=film] .schedule ul li:first-child,
    [data-page-style=film] .schedule ul li:nth-child(2) {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 25%;
        float: left
    }

    [data-page-style=film] .schedule ul li:last-child {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 50%;
        float: left
    }

    [data-page-style=team] main section:nth-child(3) {
        background-color: #f7a024
    }

    [data-page-style=team] .highlight {
        min-height: 400px;
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 33.33333%;
        float: left
    }

    [data-page-style=film] section.hero header h2 {
        font-size: 15.625rem
    }

    .updatePanels .paneled {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 33.33333%;
        float: left
    }
}

@media only screen and (min-width:68.063em) {

    .highlight,
    [data-template=visit] .highlight {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 25%;
        float: left
    }

    [data-page-style=ppc-landing-b] form .form-error,
    [data-page-style=ppc-landing] form .form-error {
        background: rgba(255, 255, 255, .8);
        color: #d00;
        margin: 15px 10px;
        padding: 10px;
        border-radius: 4px;
        font-size: 13px
    }
}

@media only screen and (min-width:59.125em) {
    .fsBody .fsFieldZip {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    .fsBody .fieldset-content {
        width: 100%;
        margin: 0 auto;
        max-width: 62.5rem
    }

    .fsBody .fieldset-content:after,
    .fsBody .fieldset-content:before {
        content: " ";
        display: table
    }

    .fsBody .fieldset-content:after {
        clear: both
    }

    .fsBody #label39664832 select,
    .fsBody #label39664858 select,
    .fsBody #label39664861 select {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 25%;
        float: left;
        margin-right: 1.875rem
    }

    [data-page-style=current-families] .paneled.medium-promo:last-child,
    [data-page-style=current-families] .paneled.medium-promo:nth-last-child(2):nth-child(odd) {
        margin: 0 auto;
        float: none;
        clear: both
    }
}

@media only screen and (min-width:59.125em) {
    .ihc-badge--tennis:before {
        -webkit-animation: bouncing-ball 1.5s linear 10;
        animation: bouncing-ball 1.5s linear 10
    }
}

@media only screen and (min-width:59.125em) {
    .wte__siblings {
        justify-content: space-between;
        flex-direction: row
    }
}

@media only screen and (min-width:59.125em) {
    .wte__siblings .wte {
        width: calc(50% - .5rem)
    }
}

@media only screen and (min-width:59.125em) {
    #ihcta-schedule+section h1 {
        font-size: 3.5rem
    }
}

@media only screen and (min-width:48.5em) {
    .ihcta-social-media__body {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media only screen and (min-width:48.5em) {
    .ihcta-social-media__body__item {
        margin-bottom: 0
    }

    .ihcta-social-media__body__item:last-child {
        margin-right: 1%
    }
}

@media only screen and (min-width:48.5em) {
    .ihcta-social-media__body__item--description {
        margin-bottom: 0;
        margin-right: 7%;
        width: 35%
    }
}

@media only screen and (min-width:48.5em) {
    .ihcta-social-media__body__item__handle {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }
}

@media only screen and (min-width:59.125em) {
    #lg-gallery .thumb-cont .thumb {
        width: 94px;
        height: 94px
    }
}

@media only screen and (max-width:48.25em),
only screen and (max-width:59em) {
    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown .see-all {
        padding: .9375rem;
        text-align: center;
        background: #276733
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown .see-all a {
        font-size: 1.5rem;
        text-transform: uppercase;
        font-family: 'Be Vietnam Pro', sans-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        color: #fff
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown .see-all a:hover {
        background: #276733
    }

    .experience .text {
        width: 50%
    }

    li.team.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a,
    li.updates.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a,
    li.visit.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a {
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        background-color: #3e589c;
        border-bottom: 1px solid #3a5291;
        padding-left: 1.25rem;
        color: #fff;
        font-family: 'Be Vietnam Pro', sans-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: .1em
    }

    li.team.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a h3,
    li.updates.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a h3,
    li.visit.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a h3 {
        color: #fff
    }

    li.team.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a:hover,
    li.updates.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a:hover,
    li.visit.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a:hover {
        background-color: #276733
    }

    .top-bar-section .dropdown li.title h5 a {
        font-size: 1rem !important;
        color: #91a3d3 !important
    }

    li.visit.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all):not(:first-child) a {
        color: #ea2211;
        background-size: cover;
        padding: 30px
    }

    .top-bar-section ul li:hover:not(.has-form)>a {
        background: 0 0
    }

    nav.top-bar {
        background: #276733
    }

    nav.top-bar .name h1 {
        padding: 1.125rem 0 0 1.25rem
    }

    nav.top-bar .name h1 a {
        color: #fff;
        display: block;
        width: 200px;
        background: url(../images/logo.png) 0 0/cover no-repeat;
        text-indent: -90000%
    }

    nav.top-bar.expanded,
    nav.top-bar.expanded .title-area {
        background: #276733
    }

    nav.top-bar .top-bar-section>ul>li {
        background: #568757;
        border-bottom: 1px solid #8cb993
    }

    nav.top-bar .top-bar-section>ul>li:hover>a {
        background: 0 0;
        color: #fff
    }

    nav.top-bar .top-bar-section>ul>li>a {
        color: #fff;
        padding-left: 1.5625rem
    }
}

@media only screen and (min-width:59.125em) {
    header#nav {
        position: fixed;
        width: 100%
    }

    header#nav:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 11px;
        background: url(../images/tear.png) 0 0/100% auto no-repeat;
        left: 0;
        position: fixed;
        pointer-events: none;
        z-index: 10000
    }

    header#nav:hover .top-bar-section>ul>li,
    header#nav:hover .top-bar-section>ul>li:not(.has-form)>a:not(.button) {
        background: 0 0 !important
    }

    header#nav.transparent-top:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 11px;
        opacity: 0;
        background: url(../images/tear.png) 0 0/100% auto no-repeat;
        left: 0;
        position: fixed;
        pointer-events: none
    }

    header#nav.transparent-top nav.secondary-nav {
        background-color: transparent
    }

    header#nav.transparent-top nav.secondary-nav a {
        color: #fff
    }

    header#nav.transparent-top nav.top-bar {
        background: 0 0
    }

    header#nav.transparent-top nav.top-bar .name h1 a {
        margin-top: -15px;
        width: 181.24px;
        background: url(../images/logo.png) 0 0/100% auto no-repeat
    }

    header#nav.transparent-top .top-bar-section>ul>li {
        background-color: transparent
    }

    header#nav.transparent-top .top-bar-section>ul>li:not(.has-form)>a:not(.button) {
        background: 0 0;
        color: #fff
    }

    header#nav.transparent-top:hover:after {
        opacity: 1
    }

    header#nav.transparent-top:hover nav.secondary-nav,
    header#nav.transparent-top:hover nav.top-bar {
        background: #eee
    }

    header#nav.transparent-top:hover nav.secondary-nav a {
        color: #8f8672
    }

    header#nav.transparent-top:hover .top-bar-section>ul>li {
        background-color: #eee
    }

    header#nav.transparent-top:hover .top-bar-section>ul>li:not(.has-form)>a:not(.button) {
        background: #eee;
        color: #276733
    }

    section.hero {
        padding-top: 5.3125rem
    }

    nav.top-bar .name h1 {
        padding: .9375rem 0 0 1.5625rem
    }

    nav.top-bar .name h1 a {
        margin-top: -15px;
        width: 181.24px;
        background: url(../images/logo.png) 0 0/100% auto no-repeat;
        color: #fff;
        display: block;
        text-indent: -90000%
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown {
        position: fixed !important;
        width: 100%;
        filter: alpha(Opacity=0);
        opacity: 0
    }

    li.mega-menu.has-dropdown.not-click:hover>ul.dropdown.mega-dropdown {
        background-color: #e1e1e1;
        position: fixed !important;
        top: 5.3125rem;
        left: 0;
        width: 100%;
        filter: alpha(Opacity=100);
        opacity: 1
    }

    li.mega-menu.has-dropdown.not-click:hover>ul.dropdown.mega-dropdown>li {
        background-color: transparent
    }

    li.has-dropdown.mega-menu.not-click.team>ul.dropdown.mega-dropdown>li:not(.see-all) {
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        float: left
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown {
        top: 5.4375rem !important;
        box-shadow: 0 15px 0 rgba(0, 0, 0, .125)
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) {
        padding-left: .9375rem;
        padding-right: .9375rem;
        width: 25%;
        float: left;
        text-align: center
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a {
        display: block;
        font-family: 'Be Vietnam Pro', sans-serif, Helvetica, Roboto, Arial, sans-serif;
        font-size: 2.25rem;
        color: #f7a024;
        text-transform: uppercase;
        letter-spacing: .05em;
        line-height: 1
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a span {
        display: block;
        line-height: 1;
        font-size: .875rem;
        color: #8f8672;
        font-family: 'Montserrat', Helvetica, Roboto, Arial, sans-serif;
        letter-spacing: 0;
        margin-top: .625rem
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a img {
        max-width: 100%;
        float: none;
        clear: both
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) p {
        color: #8f8672;
        line-height: 1;
        text-transform: none;
        letter-spacing: 0
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li.see-all {
        display: block;
        text-align: center
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li.see-all a {
        font-family: 'Be Vietnam Pro', sans-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        color: #fff;
        background: #f7a024;
        font-size: 1.125rem;
        padding: 0
    }

    li.programs.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) {
        padding: 0
    }

    li.programs.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a h3 {
        padding: 9.375rem 1.875rem
    }

    li.team.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a,
    li.updates.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a,
    li.visit.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a {
        padding: 3.75rem 1.875rem
    }

    li.team.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all):hover,
    li.updates.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all):hover,
    li.visit.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a {
        background: #e1e1e1
    }

    .top-bar-section li.team>ul.dropdown li:not(.has-form):not(.active):not(.see-all)>a:not(.button),
    .top-bar-section li.updates>ul.dropdown li:not(.has-form):not(.active):not(.see-all)>a:not(.button),
    .top-bar-section li.visit>ul.dropdown li:not(.has-form):not(.active):not(.see-all)>a:not(.button) {
        background-size: 75%;
        position: relative;
        z-index: 1
    }

    .top-bar-section li.team>ul.dropdown li:not(.has-form):not(.active):not(.see-all)>a:not(.button).blog:before,
    .top-bar-section li.updates>ul.dropdown li:not(.has-form):not(.active):not(.see-all)>a:not(.button).blog:before,
    .top-bar-section li.visit>ul.dropdown li:not(.has-form):not(.active):not(.see-all)>a:not(.button).blog:before {
        width: 200px;
        height: 91px;
        background: url(../images/text-bg-blog.png) 0 0/cover no-repeat;
        position: absolute;
        z-index: -1;
        top: 41px;
        left: 50%;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    .top-bar-section li.team>ul.dropdown li:not(.has-form):not(.active):not(.see-all)>a:not(.button).events:before,
    .top-bar-section li.updates>ul.dropdown li:not(.has-form):not(.active):not(.see-all)>a:not(.button).events:before,
    .top-bar-section li.visit>ul.dropdown li:not(.has-form):not(.active):not(.see-all)>a:not(.button).events:before {
        width: 200px;
        height: 104px;
        background: url(../images/text-bg-events.png) 0 0/cover no-repeat;
        position: absolute;
        z-index: -1;
        top: 26px;
        left: 50%;
        -webkit-transform: translateX(-90px);
        transform: translateX(-90px)
    }

    .top-bar-section li.visit>ul.dropdown li:not(.has-form):not(.active):not(.see-all)>a:not(.button) {
        background-size: cover
    }

    li.has-dropdown.mega-menu.visit>ul.dropdown.mega-dropdown>li:not(.see-all) {
        padding-left: 0;
        padding-right: 0;
        width: 25%;
        float: left
    }

    li.has-dropdown.mega-menu.updates>ul.dropdown.mega-dropdown>li:not(.see-all) {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left
    }

    nav.secondary-nav {
        display: block
    }

    .top-bar-section .experience li a h3 {
        margin-top: 1.875rem
    }

    .secondary-mobile {
        display: none
    }
}

@media only screen and (min-width:59.125em) and (max-width:68em) {
    .top-bar-section ul li>a {
        font-size: 1.125rem
    }

    li.has-dropdown.mega-menu.not-click>ul.dropdown.mega-dropdown>li:not(.see-all) a {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:68.063em) {

    header#nav nav.top-bar .name h1 a,
    header#nav.transparent-top nav.top-bar .name h1 a,
    header#nav.transparent-top:hover nav.top-bar .name h1 a {
        margin-top: -20px;
        width: 234px;
    }

    header#nav.nav--ihcta nav.top-bar .name h1 {
        padding-top: 0
    }

    header#nav.nav--ihcta nav.top-bar .name h1 a,
    header#nav.nav--ihcta.transparent-top nav.top-bar .name h1 a,
    header#nav.nav--ihcta.transparent-top:hover nav.top-bar .name h1 a {
        margin-top: 1rem;
        width: 160px
    }

    .top-bar-section ul li>a {
        font-size: 1.25rem
    }
}

@media only screen and (min-width:48.5em) {
    .footer__sections {
        flex-direction: row
    }

    .footer__contact {
        flex-direction: row;
        flex-basis: 50%;
        padding-right: 2.5rem;
        padding-bottom: 0
    }

    .footer__address {
        margin-bottom: 0
    }

    .footer__divider {
        height: auto;
        margin: 0 2.5rem;
        width: 1px
    }

    .footer__nav {
        border-left: 1px solid #333;
        border-top: none;
        flex-basis: 50%;
        padding-left: 2.5rem;
        padding-top: 0
    }
}

@media only screen and (min-width:59.125em) {
    .footer__credits__legal {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 1.25rem;
        width: 100%
    }

    .footer__credits__legal__item {
        margin: 0;
        padding-left: 0
    }
}

@media only screen and (min-width:59.125em) {
    .ihc-badge:before {
        width: 120px;
        height: 120px;
        top: -55px;
        margin-left: -60px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media only screen and (min-width:59.125em) {
    .cards--ihcta {
        background: linear-gradient(to right, transparent 0, transparent 49.8%, #fff 49.8%, #fff 50.2%, transparent 50.2%, transparent 100%)
    }
}

@media only screen and (min-width:59.125em) {
    .card--ihcta {
        width: 50%;
        margin-top: 0;
        margin-bottom: 2rem
    }
}

@media only screen and (min-width:59.125em) {
    .card--ihcta:nth-of-type(2) {
        margin-top: 175px
    }
}

@media only screen and (min-width:59.125em) {
    .card--ihcta:nth-of-type(odd) {
        align-items: flex-start
    }
}

@media only screen and (min-width:59.125em) {
    .card--ihcta:nth-of-type(odd) .card__time {
        right: 0;
        justify-content: flex-end
    }
}

@media only screen and (min-width:59.125em) {
    .card--ihcta:nth-of-type(odd) .card__time .card__time-label {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@media only screen and (min-width:59.125em) {
    .card--ihcta:nth-of-type(even) {
        align-items: flex-end
    }
}

@media only screen and (min-width:59.125em) {
    .card--ihcta:nth-of-type(even) .card__time {
        left: 0;
        justify-content: flex-start
    }
}

@media only screen and (min-width:59.125em) {
    .card--ihcta:nth-of-type(even) .card__time .card__time-label {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (min-width:59.125em) {
    .card__time {
        z-index: 1;
        width: 350px;
        top: calc(175px + 1rem);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: linear-gradient(to bottom, transparent 0, transparent 47%, #fff 47%, #fff 53%, transparent 53%, transparent 100%)
    }
}

@media only screen and (min-width:59.125em) {
    .cta--thin {
        text-align: left
    }

    .cta--thin__body {
        display: flex
    }

    .cta--thin__body__content {
        margin-bottom: .25rem
    }

    .cta--thin__body__cta {
        align-items: center;
        display: flex;
        flex-grow: 1;
        justify-content: flex-end
    }
}

@media only screen and (max-width:48.25em) {
    .updatePanels .paneled .panel {
        min-height: 0
    }
}

@media only screen and (min-width:59.125em) {

    [data-template=events] .paneled .panel,
    [data-template=news_posts] .paneled .panel {
        min-height: 570px
    }
}

@media only screen and (min-width:59.125em) {
    [data-template=events] .paneled .panel {
        min-height: 420px
    }
}

@media only screen and (min-width:59.125em) {
    [data-template=about] .paneled .panel {
        min-height: 350px
    }
}

@media only screen and (min-width:59.125em) {

    [data-page-style=account] .paneled .panel,
    [data-template=account] .paneled .panel {
        padding: 1.25rem
    }
}

@media only screen and (min-width:59.125em) {
    [data-page-style=current-families] .paneled.medium-promo .panel {
        min-height: 285px
    }
}

@media only screen and (min-width:59.125em) {
    [data-page-style=current-families] .paneled.medium-promo .panel p {
        min-height: 75px
    }
}

@media only screen and (max-width:48.25em) {
    [data-template=panels] .paneled .panel {
        min-height: 350px
    }
}

@media only screen and (min-width:59.125em) {
    [data-template=panels] .paneled .panel {
        min-height: 325px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .25);
        margin: 0 0 1.25rem;
        padding: 0
    }
}

@media only screen and (min-width:59.125em) {

    nav.next-steps--group-rentals,
    nav.next-steps--ihcta {
        position: fixed;
        background: #f7a024;
        width: 150px;
        right: -150px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 300
    }
}

@media only screen and (min-width:59.125em) {

    nav.next-steps--group-rentals ul li:first-child a,
    nav.next-steps--ihcta ul li:first-child a {
        position: absolute;
        width: 95px;
        left: -95px;
        bottom: 0
    }
}

@media only screen and (min-width:59.125em) {

    nav.next-steps--group-rentals--hide-for-large,
    nav.next-steps--ihcta--hide-for-large {
        display: none
    }
}

@media only screen and (min-width:59.125em) {
    .promo-cards--odd .promo-card {
        width: 33.33%
    }
}

@media only screen and (min-width:59.125em) {
    .promo-card {
        width: 50%
    }
}

@media only screen and (min-width:59.125em) {
    .promo-card__content {
        max-width: 65%
    }
}

@media only screen and (min-width:59.125em) {
    .ppc--c__main-content {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media only screen and (min-width:59.125em) {
    .ppc--d__main-content {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media only screen and (min-width:59.125em) {
    .ppc--ihcta-a__main-content {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media only screen and (min-width:59.125em) {
    .ppc--ihcta-b__main-content {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media only screen and (min-width:48.5em) {
    .circular-destinations__destination {
        width: calc(25% - 1rem)
    }
}

@media only screen and (min-width:48.5em) {
    .circular-destinations__destination:nth-child(2n) {
        margin-right: 1rem
    }
}

@media only screen and (min-width:48.5em) {
    .circular-destinations__destination:nth-child(4n) {
        margin-right: 1rem
    }
}

@media only screen and (min-width:59.125em) {
    .flex-highlights {
        flex-direction: row
    }

    .flex-highlight {
        display: block;
        flex-basis: 0;
        flex: 1;
        min-height: 350px;
        padding: 3.125rem
    }

    .flex-highlight .content,
    .flex-highlight h3 {
        text-align: center;
        -webkit-transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
        -webkit-transition-delay: 0s, 0s;
        transition: opacity .25s ease-out 0s, -webkit-transform .25s ease-out 0s;
        transition: opacity .25s ease-out 0s, transform .25s ease-out 0s;
        transition: opacity .25s ease-out 0s, transform .25s ease-out 0s, -webkit-transform .25s ease-out 0s
    }

    .flex-highlight h3 {
        -webkit-transform: translateY(110px);
        transform: translateY(110px)
    }

    .flex-highlight .gradient {
        transition: opacity .25s ease-out
    }

    .flex-highlight .content {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(110px);
        transform: translateY(110px)
    }

    .flex-highlight:hover .gradient {
        filter: alpha(Opacity=80);
        opacity: .8
    }

    .flex-highlight:hover .content,
    .flex-highlight:hover h3 {
        -webkit-transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
        -webkit-transition-delay: .25s, 0s;
        transition: opacity .25s ease-out .25s, -webkit-transform .25s ease-out;
        transition: opacity .25s ease-out .25s, transform .25s ease-out;
        transition: opacity .25s ease-out .25s, transform .25s ease-out, -webkit-transform .25s ease-out;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        filter: alpha(Opacity=100);
        opacity: 1
    }

    .flex-highlight--animated:hover .gradient {
        filter: alpha(Opacity=35);
        opacity: .35
    }

    .flex-highlight--animated:hover .content,
    .flex-highlight--animated:hover h3 {
        transition: none;
        -webkit-transform: translateY(110px);
        transform: translateY(110px)
    }

    .flex-highlight--animated:hover .content {
        filter: alpha(Opacity=0);
        opacity: 0
    }
}

@media only screen and (min-width:59.125em) {
    .group-rentals__important-events #dates {
        padding-bottom: 3rem
    }
}

@media only screen and (min-width:59.125em) {
    .group-rentals__important-events #dates .important-dates {
        display: flex;
        width: 100% !important
    }
}

@media only screen and (min-width:59.125em) {
    .faq__summary__icon {
        width: 16px;
        height: 16px
    }
}

@media only screen and (min-width:59.125em) {
    .faq__summary__icon__vertical {
        height: 16px
    }
}

@media only screen and (min-width:59.125em) {
    .faq__summary__icon__horizontal {
        width: 16px
    }
}

@media only screen and (min-width:59.125em) {
    .faq__content {
        margin-left: 2rem
    }
}