/*! _mixins.css.scss */
@-moz-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-o-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.flexible-image {
    display: block;
    width: 100%;
    height: auto
}

.text-indent {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 0
}

.button-style-mobile {
    font-size: 20px;
    line-height: 46px;
    height: 46px;
    width: 234px
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    nherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    font-family: Lato, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wm-header a, .wm-header a:hover, a, a:hover {
    text-decoration: none
}

.wm-modal.login .or {
    position: relative;
    margin: 0 0 .4em;
    text-align: center;
    color: rgba(77, 87, 104, 0.8);
    text-transform: uppercase
}

.wm-modal.login .or:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(77, 87, 104, 0.2);
    z-index: -1
}

.wm-modal.login .or span {
    display: inline-block;
    vertical-align: middle;
    padding: .5em 1em;
    background: #fff
}

.wm-modal.login button {
    display: block;
    cursor: pointer;
    font-family: Lato, Helvetica, Arial, sans-serif;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    font-size: 1.2em;
    letter-spacing: .035em;
    padding: 1.05em .5em;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    -moz-transition: background .2s ease;
    transition: background .2s ease
}

.wm-modal.login .modal-subtext {
    font-size: .9333em;
    text-align: center;
    color: rgba(77, 87, 104, 0.6)
}

.wm-modal.login .modal-subtext.existing-fb {
    margin-bottom: 20px
}

.wm-modal.login .wm-modal-submit {
    margin: .75em 0 0;
    background: #c83232;
    text-transform: uppercase
}

.wm-modal.login .wm-modal-submit:hover {
    background: #c83e3d
}

.wm-modal.login .button_desc {
    width: 100%;
    font-size: .933em;
    margin-top: .8em;
    text-align: center;
    color: #4d5768
}

.wm-modal.login .button_desc a {
    color: #c83232;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    -webkit-transition: -webkit-box-shadow 150ms ease;
    transition: -webkit-box-shadow 150ms ease;
    -o-transition: box-shadow 150ms ease;
    -moz-transition: box-shadow 150ms ease, -moz-box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease, -moz-box-shadow 150ms ease
}

.wm-modal.login .button_desc a:hover {
    -webkit-box-shadow: 0 1px 0 #c83232;
    -moz-box-shadow: 0 1px 0 #c83232;
    box-shadow: 0 1px 0 #c83232
}

.wm-modal.login input {
    display: block;
    width: 100%;
    margin: 0 0 1em;
    padding: .7em .5em;
    font-size: 1em;
    border: 1px solid rgba(0, 0, 0, 0.14);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border 150ms ease;
    -o-transition: border 150ms ease;
    -moz-transition: border 150ms ease;
    transition: border 150ms ease
}

.wm-modal.login input#sign-in-password {
    margin-bottom: 0
}

.wm-modal.login input:focus {
    outline: 0;
    border: 1px solid #4d5768
}

.wm-modal.login input.error {
    border: 1px solid rgba(200, 50, 50, 0.6)
}

.wm-modal.login label.error {
    display: block;
    color: rgba(200, 50, 50, 0.6);
    margin: 0 0 .5em
}

.wm-modal.login #sign-in-forgot-password {
    margin: .3em 0 0;
    text-align: right;
    font-size: .9333em
}

.wm-modal.login #sign-in-forgot-password .forgot {
    color: rgba(77, 87, 104, 0.6)
}

.wm-modal.login #sign-in-forgot-password .forgot:hover {
    color: rgba(77, 87, 104, 0.8)
}

.wm-modal.chromeless:before {
    background: rgba(0, 0, 0, 0.95)
}

.wm-modal.chromeless .wm-modal-close {
    background: url(https://d2y1uetpctfe4a.cloudfront.net/wm-fe-styles/0.2.38/global/modal-close-inverted.svg) center no-repeat;
    opacity: .5
}

.wm-modal.chromeless .wm-modal-close:hover {
    opacity: 1
}

.wm-modal.chromeless .wm-modal-dialog {
    background: 0 0;
    padding: 0;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 900px;
    height: auto;
    min-width: 200px;
    max-width: 100%
}

.wm-modal.chromeless .wm-modal-dialog .instructor-class {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 0 .5em
}

.wm-modal.chromeless .modal-caption {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1em 0
}

.wm-modal.chromeless .modal-caption:after {
    content: "";
    display: block;
    clear: both
}

.wm-modal.chromeless .class-title {
    font-size: 1.07em;
    text-align: center;
    padding: 1em 0
}

.wm-modal.chromeless .ctas {
    display: block;
    float: none;
    text-align: center
}

.wm-modal.chromeless .ctas:after {
    content: "";
    display: block;
    clear: both
}

.wm-modal.chromeless .ctas .cta {
    margin: .55em 0 .55em 1.1em
}

.wm-modal.full .wm-modal-close {
    background: url(https://d2y1uetpctfe4a.cloudfront.net/wm-fe-styles/0.2.38/global/modal-close-inverted.svg) center no-repeat;
    opacity: .5
}

.wm-modal.full .wm-modal-close:hover {
    opacity: 1
}

.wm-modal.full .modal-caption {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1em 0
}

.wm-modal.full .modal-caption:after {
    content: "";
    display: block;
    clear: both
}

.wm-modal.full .wm-modal-title {
    position: relative;
    font-size: 1.5em;
    margin: 1em auto;
    text-align: center;
    color: #fff
}

.wm-modal.full .wm-modal-dialog {
    top: 5.0625em;
    width: -webkit-calc(100% - 2em);
    width: -moz-calc(100% - 2em);
    width: calc(100% - 2em);
    max-width: 1000px;
    height: auto;
    max-height: -webkit-calc(100% - 9.375em);
    max-height: -moz-calc(100% - 9.375em);
    max-height: calc(100% - 9.375em);
    overflow: auto;
    -webkit-transform: translate(-50%, 1.875em);
    -moz-transform: translate(-50%, 1.875em);
    -ms-transform: translate(-50%, 1.875em);
    -o-transform: translate(-50%, 1.875em);
    transform: translate(-50%, 1.875em)
}

.wm-modal.full.visible .wm-modal-dialog {
    max-width: 1000px
}

.wm-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 130
}

.wm-modal:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 0;
    max-height: 0;
    background: 0 0;
    -webkit-transition: background .2s ease, max-width 0s .2s, max-height 0s .2s;
    -o-transition: background .2s ease, max-width 0s .2s, max-height 0s .2s;
    -moz-transition: background .2s ease, max-width 0s .2s, max-height 0s .2s;
    transition: background .2s ease, max-width 0s .2s, max-height 0s .2s
}

.wm-modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: auto;
    padding: 1.6em 2.4em;
    background: #fff;
    opacity: 0;
    -webkit-box-shadow: 1px solid rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;
    -webkit-transform: translate(-50%, -webkit-calc(-50% + 10px));
    -moz-transform: translate(-50%, -moz-calc(-50% + 10px));
    -ms-transform: translate(-50%, calc(-50% + 10px));
    -o-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.wm-modal-dialog--scroll {
    top: 2em;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px)
}

.wm-modal-close {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    background: url(https://d2y1uetpctfe4a.cloudfront.net/wm-fe-styles/0.2.38/global/modal-close.svg) center no-repeat;
    opacity: .2;
    z-index: 1;
    -webkit-transition: opacity 150ms ease;
    -o-transition: opacity 150ms ease;
    -moz-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
    -webkit-backface-visibility: hidden
}

.wm-modal-close:hover {
    opacity: .4
}

.wm-modal-title {
    text-align: center;
    font-size: 1.33em;
    margin-bottom: 1.25em;
    color: #4d5768
}

.modal-active {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%
}

.modal-active .wm-modal:before {
    background: rgba(0, 0, 0, 0.8);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: background .2s ease, max-width 0s 0s, max-height 0s 0s;
    -o-transition: background .2s ease, max-width 0s 0s, max-height 0s 0s;
    -moz-transition: background .2s ease, max-width 0s 0s, max-height 0s 0s;
    transition: background .2s ease, max-width 0s 0s, max-height 0s 0s
}

.modal-active.modal-blur:before {
    background: rgba(0, 0, 0, 0.2)
}

.modal-active.modal-blur > :not(.wm-modal) {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-transition: -webkit-filter .3s ease;
    transition: -webkit-filter .3s ease;
    -o-transition: filter .3s ease;
    -moz-transition: filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease
}

.modal-active.modal-blur #lpformframesign-in-email, .modal-active.modal-blur > div:last-of-type, .modal-active.modal-blur > iframe:last-of-type {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.modal-active .wm-modal.full .wm-modal-dialog {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.wm-modal.visible {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1
}

.wm-modal.visible .wm-modal-dialog {
    max-width: -webkit-calc(100% - 4em);
    max-width: -moz-calc(100% - 4em);
    max-width: calc(100% - 4em);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity .2s ease 450ms, -webkit-transform .3s ease 450ms;
    transition: opacity .2s ease 450ms, -webkit-transform .3s ease 450ms;
    -o-transition: opacity .2s ease 450ms, -o-transform .3s ease 450ms;
    -moz-transition: transform .3s ease 450ms, opacity .2s ease 450ms, -moz-transform .3s ease 450ms;
    transition: transform .3s ease 450ms, opacity .2s ease 450ms;
    transition: transform .3s ease 450ms, opacity .2s ease 450ms, -webkit-transform .3s ease 450ms, -moz-transform .3s ease 450ms, -o-transform .3s ease 450ms
}

.wm-modal.visible .wm-modal-dialog--scroll {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media (min-width: 992px) {
    .wm-modal.chromeless .class-title {
        float: left
    }

    .wm-modal.chromeless .ctas {
        float: right
    }

    .wm-modal {
        font-size: 15px
    }

    #wm-header .class-switcher li {
        margin-right: 4em
    }
}

@-webkit-keyframes mcAnimateFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes mcAnimateFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes mcAnimateFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mcAnimateFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.wm-breadcrumb a, .wm-breadcrumb a:focus, .wm-breadcrumb a:hover, .wm-header__login-link, .wm-header__login-link:focus, .wm-header__login-link:hover {
    color: #fff;
    text-decoration: none
}

.mobile-nav-active {
    position: fixed;
    overflow: hidden
}

.mobile-nav-active .wm-header__sign-out {
    display: block
}

.wm-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    background: #000;
    -webkit-transition: background 450ms ease;
    -o-transition: background 450ms ease;
    -moz-transition: background 450ms ease;
    transition: background 450ms ease;
    z-index: 120
}

.wm-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    right: 0;
    top: -300px;
    background: #000;
    z-index: 9999
}

.wm-header .wm-container {
    padding: 0
}

.wm-header__sign-out {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.5);
    padding: 32px 16px;
    z-index: 120
}

.wm-header__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 20
}

.wm-header__inner:after {
    content: "";
    display: block;
    clear: both
}

.wm-header .wm-breadcrumb, .wm-header__logo {
    display: none
}

.wm-header__wordmark {
    display: block;
    margin: 0 auto;
    width: 129px;
    height: 14px
}

.wm-header__wordmark img {
    display: block
}

.wm-header__login-link {
    float: right;
    font-size: 13px;
    letter-spacing: 1.3px
}

.wm-header__login-link:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.5em;
    left: auto;
    width: 0;
    height: 2px;
    background: #c83232;
    -webkit-transition: width 250ms ease;
    -o-transition: width 250ms ease;
    -moz-transition: width 250ms ease;
    transition: width 250ms ease
}

.wm-header.logged-out .wm-header__wordmark {
    float: left
}

.wm-header.logged-out .wm-header__inner {
    padding: 17px
}

.wm-header.nav-open {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.wm-header.nav-open .wm-nav-items {
    display: block;
    margin-top: 1em
}

.wm-header .mobile-only .avatar {
    margin-right: 1em
}

.wm-header .desktop-only .avatar {
    margin-left: 1em
}

.wm-header .comment-content {
    display: block;
    position: relative;
    padding-left: -webkit-calc(1em + 45px);
    padding-left: -moz-calc(1em + 45px);
    padding-left: calc(1em + 45px)
}

.wm-header .comment-content .chapter-marker {
    margin-bottom: .5em
}

.wm-header .comment-content .user {
    font-weight: 700;
    margin-right: .25em;
    color: #fff
}

.wm-header .comment-content .timestamp {
    text-transform: uppercase;
    font-size: .8em;
    margin-top: 1em;
    color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 768px) {
    .mobile-nav-active {
        position: static;
        overflow: auto
    }

    .mobile-nav-active .wm-header__sign-out {
        display: none
    }

    .wm-header {
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
        background: -webkit-linear-gradient(top, #000 0, transparent 100%);
        background: -moz-linear-gradient(top, #000 0, transparent 100%);
        background: -o-linear-gradient(top, #000 0, transparent 100%);
        background: linear-gradient(to bottom, #000 0, transparent 100%);
        background-repeat: repeat-x;
        -moz-background-size: 100% 140px;
        -o-background-size: 100% 140px;
        background-size: 100% 140px;
        background-position: 0 -50px;
        max-height: 90px;
        -webkit-transition: background 450ms ease, max-height 450ms ease;
        -o-transition: background 450ms ease, max-height 450ms ease;
        -moz-transition: background 450ms ease, max-height 450ms ease;
        transition: background 450ms ease, max-height 450ms ease
    }

    .wm-header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        -webkit-transition: opacity 0s 0s;
        -o-transition: opacity 0s 0s;
        -moz-transition: opacity 0s 0s;
        transition: opacity 0s 0s;
        z-index: 10
    }

    .wm-header__logo {
        display: block;
        width: 124px;
        height: 56px;
        margin: 0 auto;
        -webkit-transition: margin 450ms ease;
        -o-transition: margin 450ms ease;
        -moz-transition: margin 450ms ease;
        transition: margin 450ms ease
    }

    .wm-header__logo img {
        width: 100%;
        height: auto
    }

    .wm-header__wordmark {
        margin: 0 auto;
        float: none
    }

    .wm-header__login-link {
        position: absolute;
        top: 9px;
        right: 10px;
        float: none
    }

    .wm-header .wm-breadcrumb {
        position: absolute;
        top: 11px;
        left: 10px;
        display: block;
        font-size: .75em;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .0833em
    }

    .wm-header .wm-breadcrumb:before {
        content: "<";
        display: inline-block;
        vertical-align: middle;
        margin-right: .5em;
        color: #c83232
    }

    .no-touch .wm-header__login-link:hover:after {
        left: 0;
        right: auto;
        width: 100%
    }

    .wm-header.logged-out .wm-header__inner {
        padding: 17px
    }

    .wm-header.condensed {
        max-height: 34px;
        background-position: 0 0
    }

    .wm-header.condensed:before {
        opacity: 1;
        -webkit-transition: opacity 0s 450ms;
        -o-transition: opacity 0s 450ms;
        -moz-transition: opacity 0s 450ms;
        transition: opacity 0s 450ms
    }

    .wm-header.condensed .wm-container:not(.cm-sticky-ctas) {
        background: #000;
        -webkit-transition: background 0s 450ms ease;
        -o-transition: background 0s 450ms ease;
        -moz-transition: background 0s 450ms ease;
        transition: background 0s 450ms ease
    }

    .wm-header.condensed #logo-primary {
        margin-top: -50px;
        -webkit-transition: margin 450ms ease;
        -o-transition: margin 450ms ease;
        -moz-transition: margin 450ms ease;
        transition: margin 450ms ease
    }

    .wm-nav-class-link {
        position: absolute;
        top: 11px;
        left: 8px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.5px
    }

    .wm-nav-class-link .wm-arrow-thin-red--left {
        margin-right: 15px
    }

    .wm-nav-class-link .wm-arrow-thin-red--right {
        margin: 0 15px
    }

    .wm-nav-class-link.breadcrumbs > * {
        display: inline-block;
        vertical-align: middle
    }

    .wm-nav-class-link.breadcrumbs a {
        color: #fff;
        -webkit-transition: color 250ms ease;
        -o-transition: color 250ms ease;
        -moz-transition: color 250ms ease;
        transition: color 250ms ease
    }

    .wm-nav-class-link.breadcrumbs a:hover {
        color: rgba(255, 255, 255, 0.75)
    }

    .wm-nav-class-link.breadcrumbs .instructor-name {
        color: #fff
    }

    .wm-header.logged-out {
        padding: 0
    }

    .wm-header.logged-out #logo-wordmark {
        display: none
    }

    .wm-header.nav-open {
        overflow: visible
    }

    .wm-header.nav-open .wm-nav-items {
        margin-top: 0
    }

    .wm-header .wm-nav-items {
        display: block;
        position: absolute;
        top: .45em;
        right: .5em;
        overflow: visible
    }

    .wm-header .wm-nav-items .wm-nav-item {
        display: inline-block;
        vertical-align: middle;
        margin: 0 .4em
    }

    .wm-header .wm-nav-items .wm-nav-item.comments .comments-dropdown {
        display: block
    }

    .wm-header .wm-nav-items .wm-nav-item.comments .comments-dropdown.unread:after {
        content: "";
        position: absolute;
        top: .8em;
        right: -.1em;
        display: block;
        width: 6px;
        height: 6px;
        background: #c83232;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

    .wm-header .wm-nav-items .wm-nav-item.comments .wm-subnav-item .comment {
        color: rgba(77, 87, 104, 0.8)
    }

    .wm-header .wm-nav-items .wm-nav-item.cart {
        padding: 0
    }

    .wm-header .wm-subnav-items {
        position: absolute;
        top: 3.5em;
        right: -16px;
        margin-top: 0;
        width: 350px;
        background: #fff;
        color: #4d5768;
        opacity: 0;
        visibility: hidden
    }

    .wm-header .wm-subnav-items:before {
        content: "";
        display: block;
        position: absolute;
        top: -30px;
        right: 10px;
        height: 15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #fff
    }

    .wm-header .wm-subnav-items:after {
        content: "";
        display: block;
        position: absolute;
        top: -24px;
        left: 0;
        width: 100%;
        height: 24px;
        background: 0 0
    }

    .wm-header .wm-subnav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .wm-header .wm-subnav-item:first-child {
        border-top: 0
    }

    .wm-header .wm-subnav-item a {
        color: rgba(77, 87, 104, 0.8);
        -webkit-transition: color 150ms ease;
        -o-transition: color 150ms ease;
        -moz-transition: color 150ms ease;
        transition: color 150ms ease
    }

    .wm-header .wm-subnav-item .wm-btn.clear {
        color: #4d5768;
        border: 1px solid rgba(0, 0, 0, 0.5);
        margin-bottom: 0;
        -webkit-transition: border 250ms ease, color 250ms ease;
        -o-transition: border 250ms ease, color 250ms ease;
        -moz-transition: border 250ms ease, color 250ms ease;
        transition: border 250ms ease, color 250ms ease
    }

    .wm-header .wm-subnav-item .wm-btn.clear:hover {
        color: rgba(77, 87, 104, 0.8);
        border: 1px solid rgba(0, 0, 0, 0.25)
    }

    .wm-header .comment-content .user {
        color: #4d5768
    }

    .wm-header .comment-content .timestamp {
        color: rgba(77, 87, 104, 0.5)
    }
}

.wm-badge {
    display: inline-block;
    vertical-align: middle;
    background: #c83232;
    font-size: 12px;
    letter-spacing: .083333em;
    color: #fff;
    padding: .286em .454em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.user-info-dropdown-item__item-link {
    color: #fff
}

.user-info-dropdown-item__item-link:hover {
    color: #fff;
    text-decoration: none
}

.student-info-block {
    display: none;
    text-align: left;
    margin: 0 -10px
}

.student-info-block__blurb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px
}

.student-info-block__avatar {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 58px;
    height: 58px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px
}

.student-info-block__setup-profile {
    display: inline-block
}

.student-info-block__username {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    letter-spacing: 1.4px;
    margin: 0 10px 8px 0;
    color: #fff
}

.student-info-block__location {
    font-size: 17px;
    letter-spacing: 1.4px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: none;
    margin: 0
}

.student-info-block .wm-arrow-thin-white--down, .student-info-block__comment-count {
    display: none
}

.user-info-dropdown-items {
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.user-info-dropdown-items .wm-badge {
    font-size: 17px;
    float: right;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.user-info-dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.user-info-dropdown-item__item-link {
    display: block;
    padding: 20px 16px;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: none
}

.user-info-dropdown-item__helper-text {
    float: right;
    color: rgba(255, 255, 255, 0.4)
}

.wm-header.nav-open .student-info-block {
    display: block;
    margin-top: 10px;
    padding-bottom: 78px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.wm-header.nav-open .user-info-dropdown-items {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.wm-header.nav-open .user-info-dropdown-item {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(10) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.wm-header.nav-open .user-info-dropdown-item:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s
}

@media (min-width: 768px) {
    .mobile-nav-active .wm-header.nav-open .student-info-block {
        margin: 0 -10px;
        padding: 7px;
        border-top: 0;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        opacity: 1
    }

    .wm-header__user-info-dropdown-wrapper {
        z-index: 10
    }

    .student-info-block {
        display: block;
        position: absolute;
        top: 0;
        right: 8px;
        padding: 7px;
        text-align: right;
        background: #000;
        min-width: 260px
    }

    .student-info-block__blurb {
        display: inline-block;
        width: auto;
        padding: 0;
        cursor: pointer
    }

    .student-info-block__avatar {
        display: inline-block;
        vertical-align: middle;
        float: none;
        width: 20px;
        height: 20px;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .student-info-block__setup-profile {
        pointer-events: none
    }

    .student-info-block__username {
        font-size: 12px;
        letter-spacing: 1px;
        margin: 0 10px
    }

    .student-info-block__location {
        display: none
    }

    .student-info-block__comment-count {
        display: inline-block;
        margin: 0 2px 0 10px
    }

    .student-info-block .wm-arrow-thin-white--down {
        display: inline-block;
        margin-left: 6px;
        -webkit-transition: -webkit-transform 350ms ease;
        transition: -webkit-transform 350ms ease;
        -o-transition: -o-transform 350ms ease;
        -moz-transition: transform 350ms ease, -moz-transform 350ms ease;
        transition: transform 350ms ease;
        transition: transform 350ms ease, -webkit-transform 350ms ease, -moz-transform 350ms ease, -o-transform 350ms ease
    }

    .user-info-dropdown-items {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 260px;
        height: auto;
        background: #000;
        border: 1px solid rgba(255, 255, 255, 0.1);
        pointer-events: none;
        margin: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 350ms ease;
        transition: -webkit-transform 350ms ease;
        -o-transition: -o-transform 350ms ease;
        -moz-transition: transform 350ms ease, -moz-transform 350ms ease;
        transition: transform 350ms ease;
        transition: transform 350ms ease, -webkit-transform 350ms ease, -moz-transform 350ms ease, -o-transform 350ms ease;
        z-index: -1
    }

    .user-info-dropdown-items .wm-badge {
        font-size: 14px;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: -o-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        -moz-transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -o-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1)
    }

    .user-info-dropdown-item:last-child {
        border-bottom: 0
    }

    .user-info-dropdown-item__item-link {
        font-size: 14px;
        -webkit-transition: padding 150ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 150ms ease;
        -o-transition: padding 150ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 150ms ease;
        -moz-transition: padding 150ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 150ms ease;
        transition: padding 150ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 150ms ease
    }

    .user-info-dropdown-item__item-link--sign-out {
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        padding: 15px 16px
    }

    .user-info-dropdown-item__helper-text {
        color: rgba(255, 255, 255, 0);
        -webkit-transition: color 250ms ease;
        -o-transition: color 250ms ease;
        -moz-transition: color 250ms ease;
        transition: color 250ms ease
    }

    .user-info-dropdown-item:hover .user-info-dropdown-item__item-link {
        padding-left: 24px
    }

    .user-info-dropdown-item:hover .user-info-dropdown-item__item-link--sign-out {
        padding-left: 16px
    }

    .user-info-dropdown-item:hover .user-info-dropdown-item__helper-text {
        color: rgba(255, 255, 255, 0.4)
    }

    .user-info-dropdown-item:hover .wm-badge {
        -webkit-transform: scale(1.1) translateY(-5px);
        -moz-transform: scale(1.1) translateY(-5px);
        -ms-transform: scale(1.1) translateY(-5px);
        -o-transform: scale(1.1) translateY(-5px);
        transform: scale(1.1) translateY(-5px)
    }

    .wm-header.nav-open .user-info-dropdown-items {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .wm-header.student-info-block-open .user-info-dropdown-items {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        pointer-events: auto
    }

    .wm-header.student-info-block-open .student-info-block .wm-arrow-thin-white--down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.mobile-nav-button {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 22px;
    height: 22px;
    z-index: 30
}

.mobile-nav-button__lines {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.mobile-nav-button__lines:after, .mobile-nav-button__lines:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: top 125ms ease 125ms, -webkit-transform 125ms ease 0s;
    transition: top 125ms ease 125ms, -webkit-transform 125ms ease 0s;
    -o-transition: top 125ms ease 125ms, -o-transform 125ms ease 0s;
    -moz-transition: top 125ms ease 125ms, transform 125ms ease 0s, -moz-transform 125ms ease 0s;
    transition: top 125ms ease 125ms, transform 125ms ease 0s;
    transition: top 125ms ease 125ms, transform 125ms ease 0s, -webkit-transform 125ms ease 0s, -moz-transform 125ms ease 0s, -o-transform 125ms ease 0s
}

.mobile-nav-button__lines:before {
    top: -6px
}

.mobile-nav-button__lines:after {
    top: 6px
}

.nav-open .mobile-nav-button__lines {
    top: 50%;
    left: 0;
    background: 0 0;
    -webkit-transition: background 0s 125ms ease;
    -o-transition: background 0s 125ms ease;
    -moz-transition: background 0s 125ms ease;
    transition: background 0s 125ms ease
}

.nav-open .mobile-nav-button__lines:after, .nav-open .mobile-nav-button__lines:before {
    -webkit-transition: top 125ms ease, -webkit-transform 125ms ease 125ms;
    transition: top 125ms ease, -webkit-transform 125ms ease 125ms;
    -o-transition: top 125ms ease, -o-transform 125ms ease 125ms;
    -moz-transition: top 125ms ease, transform 125ms ease 125ms, -moz-transform 125ms ease 125ms;
    transition: top 125ms ease, transform 125ms ease 125ms;
    transition: top 125ms ease, transform 125ms ease 125ms, -webkit-transform 125ms ease 125ms, -moz-transform 125ms ease 125ms, -o-transform 125ms ease 125ms
}

.nav-open .mobile-nav-button__lines:before {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-open .mobile-nav-button__lines:after {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wm-btn {
    background: #c83232;
    display: inline-block;
    vertical-align: middle;
    font-size: .9em;
    font-weight: 400;
    text-transform: uppercase;
    margin: .55em;
    padding: 10px 20px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: .05em;
    color: #fff;
    -webkit-transition: background 250ms ease, color 250ms ease, border 250ms ease;
    -o-transition: background 250ms ease, color 250ms ease, border 250ms ease;
    -moz-transition: background 250ms ease, color 250ms ease, border 250ms ease;
    transition: background 250ms ease, color 250ms ease, border 250ms ease
}

.wm-btn:focus, .wm-btn:hover {
    background: #c83e3d;
    color: #fff;
    text-decoration: none
}

.wm-btn.no-margins {
    margin: 0
}

.wm-btn.wm-btn-transparent {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.wm-btn.wm-btn-transparent:hover {
    background: rgba(255, 255, 255, 0.1)
}

.wm-btn.wm-btn-transparent.invert {
    background: 0 0;
    border: 1px solid rgba(77, 87, 104, 0.2);
    color: rgba(0, 0, 0, 0.6)
}

.wm-btn.wm-btn-transparent.invert:hover {
    border: 1px solid rgba(77, 87, 104, 0.5);
    color: rgba(0, 0, 0, 0.7)
}

.wm-btn.neutral {
    background: #292929
}

.wm-btn.neutral:hover {
    background: #303131
}

.wm-btn.facebook, .wm-btn.login-with-facebook, .wm-btn.signup_fb {
    background: #3a5998;
    margin: 1em 0 .5em;
    text-transform: none
}

.wm-btn.facebook:hover, .wm-btn.login-with-facebook:hover, .wm-btn.signup_fb:hover {
    color: #fff;
    background: #4971c2
}

.wm-btn.facebook .wm-icon-facebook, .wm-btn.login-with-facebook .wm-icon-facebook, .wm-btn.signup_fb .wm-icon-facebook {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
    margin: -.1em 1em 0 0
}

.wm-button {
    display: inline-block;
    vertical-align: middle;
    min-width: 223px;
    margin: 0;
    padding: 16px;
    background-color: #c83232;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background .3s ease, border .3s ease;
    -o-transition: background .3s ease, border .3s ease;
    -moz-transition: background .3s ease, border .3s ease;
    transition: background .3s ease, border .3s ease;
    cursor: pointer
}

.wm-button:active, .wm-button:focus, .wm-button:hover {
    color: #fff;
    text-decoration: none
}

.wm-button:hover {
    background-color: #c83e3d
}

.wm-button:focus {
    outline: 0
}

.wm-button--small {
    padding: 8px 16px;
    min-width: 119px
}

.wm-button--has-icon {
    min-width: 254px;
    padding: 12px 28px
}

.wm-button--large {
    min-width: 278px;
    padding: 16px 28px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400
}

.wm-button--secondary {
    background-color: #333
}

.wm-button--secondary:hover {
    background-color: #444
}

.wm-button--outline {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2)
}

.wm-button--outline:hover {
    background-color: rgba(255, 255, 255, 0.05)
}

.wm-button--outline-light {
    background-color: transparent;
    color: #4d5767;
    border-color: #949aa4
}

.wm-button--outline-light:active, .wm-button--outline-light:focus {
    color: #4d5767
}

.wm-button--outline-light:hover {
    background-color: transparent;
    color: #4d5767;
    border-color: #4d5767
}

.wm-button__wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wm-button__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    margin-right: 19px
}

.wm-arrow {
    border: 14px solid transparent;
    overflow: hidden;
    text-indent: -100%;
    z-index: 100;
    -webkit-transition: border 150ms ease;
    -o-transition: border 150ms ease;
    -moz-transition: border 150ms ease;
    transition: border 150ms ease
}

.wm-arrow.wm-arrow-right {
    border-left: 14px solid #c83232;
    border-right: 0;
    width: 14px;
    height: 28px
}

.wm-arrow.wm-arrow-right:hover {
    border-left: 14px solid #c83e3d
}

.wm-arrow.wm-arrow-left {
    border-right: 14px solid #c83232;
    border-left: 0;
    width: 14px;
    height: 28px
}

.wm-arrow.wm-arrow-left:hover {
    border-right: 14px solid #c83e3d
}

.wm-arrow-thin-red {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 11px;
    background: center/contain no-repeat
}

.wm-arrow-thin-red.wm-arrow-thin-red--right {
    background-image: url(https://d2y1uetpctfe4a.cloudfront.net/wm-fe-styles/0.2.38/global/arrows/caret/arrow-red-right.svg)
}

.wm-arrow-thin-red.wm-arrow-thin-red--down {
    background-image: url(https://d2y1uetpctfe4a.cloudfront.net/wm-fe-styles/0.2.38/global/arrows/caret/arrow-red-down.svg)
}

.wm-arrow-thin-red.wm-arrow-thin-red--left {
    background-image: url(https://d2y1uetpctfe4a.cloudfront.net/wm-fe-styles/0.2.38/global/arrows/caret/arrow-red-left.svg)
}

.wm-arrow-thin-white {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 6px;
    background: center/100% auto no-repeat
}

.wm-arrow-thin-white--down {
    background-image: url(https://d2y1uetpctfe4a.cloudfront.net/wm-fe-styles/0.2.38/global/arrows/caret/arrow-white-down.svg)
}

.wm-arrow-thin-white--left {
    background-image: url(https://d2y1uetpctfe4a.cloudfront.net/wm-fe-styles/0.2.38/global/arrows/caret/arrow-white-down.svg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.wm-progress-bar-parent {
    position: relative
}

.wm-progress-bar-parent .wm-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2)
}

.wm-progress-bar-parent .wm-progress-bar-indicator {
    display: block;
    background: #c83232;
    width: 0%;
    height: 100%;
    -webkit-transition: width .1s ease;
    -o-transition: width .1s ease;
    -moz-transition: width .1s ease;
    transition: width .1s ease
}

.cm-lessons {
    background: #fff;
    padding: 0 1.25em
}

.cm-lessons.expanded .show-more-lessons {
    max-height: 0;
    opacity: 0;
    padding: 0
}

.cm-lessons.expanded .more-lessons {
    max-height: 5000px
}

.cm-lessons.expanded .more-lessons .cm-lesson {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1
}

.cm-lessons > .cm-lesson:last-child {
    border-bottom: 0
}

.cm-lessons .cm-lesson {
    position: relative;
    padding: 1.1em 1em 1.75em 3.75em;
    border-bottom: 1px solid rgba(77, 87, 104, 0.2)
}

.cm-lessons .cm-lesson:after {
    content: "";
    display: block;
    clear: both
}

.cm-lessons .cm-lesson .cm-lesson-marker {
    position: absolute;
    top: .5em;
    left: .1em;
    display: block;
    font-size: 2em;
    font-weight: 300;
    color: rgba(77, 87, 104, 0.4)
}

.cm-lessons .cm-lesson .lesson-title {
    font-size: 1.5em;
    color: #4d5768;
    margin-bottom: .3em
}

.cm-lessons .cm-lesson p {
    color: rgba(77, 87, 104, 0.6);
    line-height: 1.2
}

.cm-lessons .show-more-lessons {
    position: relative;
    color: #4d5768;
    text-align: center;
    border-bottom: 1px solid rgba(77, 87, 104, 0.2);
    padding: .44em;
    opacity: 1;
    max-height: 200px;
    overflow: hidden;
    cursor: pointer
}

.cm-lessons .show-more-lessons:after, .cm-lessons .show-more-lessons:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: rgba(77, 87, 104, 0.2);
    width: 100%;
    height: 1px
}

.cm-lessons .show-more-lessons:before {
    top: 25%
}

.cm-lessons .show-more-lessons:after {
    top: 75%
}

.cm-lessons .show-more-lessons p:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(77, 87, 104, 0.2);
    width: 100%;
    height: 1px
}

.cm-lessons .show-more-lessons a {
    position: relative;
    background: #fff;
    font-size: .9375em;
    display: inline-block;
    text-transform: uppercase;
    padding: .5em 1em;
    color: #4d5768;
    z-index: 1
}

.cm-lessons .more-lessons {
    max-height: 0;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

.cm-lessons .more-lessons .cm-lesson {
    position: relative;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(0.95) translate(0, -10%);
    -moz-transform: scale(0.95) translate(0, -10%);
    -ms-transform: scale(0.95) translate(0, -10%);
    -o-transform: scale(0.95) translate(0, -10%);
    transform: scale(0.95) translate(0, -10%);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .3s ease, -webkit-transform 375ms ease;
    transition: opacity .3s ease, -webkit-transform 375ms ease;
    -o-transition: opacity .3s ease, -o-transform 375ms ease;
    -moz-transition: transform 375ms ease, opacity .3s ease, -moz-transform 375ms ease;
    transition: transform 375ms ease, opacity .3s ease;
    transition: transform 375ms ease, opacity .3s ease, -webkit-transform 375ms ease, -moz-transform 375ms ease, -o-transform 375ms ease
}

.cm-lessons .more-lessons .cm-lesson:nth-child(1) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 49
}

.cm-lessons .more-lessons .cm-lesson:nth-child(2) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    z-index: 48
}

.cm-lessons .more-lessons .cm-lesson:nth-child(3) {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    z-index: 47
}

.cm-lessons .more-lessons .cm-lesson:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    z-index: 46
}

.cm-lessons .more-lessons .cm-lesson:nth-child(5) {
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    z-index: 45
}

.cm-lessons .more-lessons .cm-lesson:nth-child(6) {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    z-index: 44
}

.cm-lessons .more-lessons .cm-lesson:nth-child(7) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
    z-index: 43
}

.cm-lessons .more-lessons .cm-lesson:nth-child(8) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    z-index: 42
}

.cm-lessons .more-lessons .cm-lesson:nth-child(9) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
    z-index: 41
}

.cm-lessons .more-lessons .cm-lesson:nth-child(10) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    z-index: 40
}

.cm-lessons .more-lessons .cm-lesson:nth-child(11) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    z-index: 39
}

.cm-lessons .more-lessons .cm-lesson:nth-child(12) {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
    z-index: 38
}

.cm-lessons .more-lessons .cm-lesson:nth-child(13) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    z-index: 37
}

.cm-lessons .more-lessons .cm-lesson:nth-child(14) {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
    z-index: 36
}

.cm-lessons .more-lessons .cm-lesson:nth-child(15) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
    z-index: 35
}

.cm-lessons .more-lessons .cm-lesson:nth-child(16) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
    z-index: 34
}

.cm-lessons .more-lessons .cm-lesson:nth-child(17) {
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
    z-index: 33
}

.cm-lessons .more-lessons .cm-lesson:nth-child(18) {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    z-index: 32
}

.cm-lessons .more-lessons .cm-lesson:nth-child(19) {
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
    z-index: 31
}

.cm-lessons .more-lessons .cm-lesson:nth-child(20) {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
    z-index: 30
}

.cm-lessons .more-lessons .cm-lesson:nth-child(21) {
    -webkit-transition-delay: 2.3s;
    -moz-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
    z-index: 29
}

.cm-lessons .more-lessons .cm-lesson:nth-child(22) {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
    z-index: 28
}

.cm-lessons .more-lessons .cm-lesson:nth-child(23) {
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
    z-index: 27
}

.cm-lessons .more-lessons .cm-lesson:nth-child(24) {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
    z-index: 26
}

.cm-lessons .more-lessons .cm-lesson:nth-child(25) {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
    z-index: 25
}

.cm-lessons .more-lessons .cm-lesson:nth-child(26) {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
    z-index: 24
}

.cm-lessons .more-lessons .cm-lesson:nth-child(27) {
    -webkit-transition-delay: 2.9s;
    -moz-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
    z-index: 23
}

.cm-lessons .more-lessons .cm-lesson:nth-child(28) {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
    z-index: 22
}

.cm-lessons .more-lessons .cm-lesson:nth-child(29) {
    -webkit-transition-delay: 3.1s;
    -moz-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
    z-index: 21
}

.cm-lessons .more-lessons .cm-lesson:nth-child(30) {
    -webkit-transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
    z-index: 20
}

.cm-lessons .more-lessons .cm-lesson:nth-child(31) {
    -webkit-transition-delay: 3.3s;
    -moz-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
    z-index: 19
}

.cm-lessons .more-lessons .cm-lesson:nth-child(32) {
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
    z-index: 18
}

.cm-lessons .more-lessons .cm-lesson:nth-child(33) {
    -webkit-transition-delay: 3.5s;
    -moz-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
    z-index: 17
}

.cm-lessons .more-lessons .cm-lesson:nth-child(34) {
    -webkit-transition-delay: 3.6s;
    -moz-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
    z-index: 16
}

.cm-lessons .more-lessons .cm-lesson:nth-child(35) {
    -webkit-transition-delay: 3.7s;
    -moz-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s;
    z-index: 15
}

.cm-lessons .more-lessons .cm-lesson:nth-child(36) {
    -webkit-transition-delay: 3.8s;
    -moz-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
    z-index: 14
}

.cm-lessons .more-lessons .cm-lesson:nth-child(37) {
    -webkit-transition-delay: 3.9s;
    -moz-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
    z-index: 13
}

.cm-lessons .more-lessons .cm-lesson:nth-child(38) {
    -webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
    z-index: 12
}

.cm-lessons .more-lessons .cm-lesson:nth-child(39) {
    -webkit-transition-delay: 4.1s;
    -moz-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s;
    z-index: 11
}

.cm-lessons .more-lessons .cm-lesson:nth-child(40) {
    -webkit-transition-delay: 4.2s;
    -moz-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
    z-index: 10
}

.cm-lessons .more-lessons .cm-lesson:nth-child(41) {
    -webkit-transition-delay: 4.3s;
    -moz-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s;
    z-index: 9
}

.cm-lessons .more-lessons .cm-lesson:nth-child(42) {
    -webkit-transition-delay: 4.4s;
    -moz-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
    z-index: 8
}

.cm-lessons .more-lessons .cm-lesson:nth-child(43) {
    -webkit-transition-delay: 4.5s;
    -moz-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
    z-index: 7
}

.cm-lessons .more-lessons .cm-lesson:nth-child(44) {
    -webkit-transition-delay: 4.6s;
    -moz-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
    z-index: 6
}

.cm-lessons .more-lessons .cm-lesson:nth-child(45) {
    -webkit-transition-delay: 4.7s;
    -moz-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
    z-index: 5
}

.cm-lessons .more-lessons .cm-lesson:nth-child(46) {
    -webkit-transition-delay: 4.8s;
    -moz-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
    z-index: 4
}

.cm-lessons .more-lessons .cm-lesson:nth-child(47) {
    -webkit-transition-delay: 4.9s;
    -moz-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s;
    z-index: 3
}

.cm-lessons .more-lessons .cm-lesson:nth-child(48) {
    -webkit-transition-delay: 5s;
    -moz-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
    z-index: 2
}

.cm-lessons .more-lessons .cm-lesson:nth-child(49) {
    -webkit-transition-delay: 5.1s;
    -moz-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s;
    z-index: 1
}

.cm-lessons .more-lessons .cm-lesson:nth-child(50) {
    -webkit-transition-delay: 5.2s;
    -moz-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
    z-index: 0
}

@media (min-width: 480px) {
    .cm-lessons .cm-lesson {
        padding: 1.75em 1em 1.75em 5em
    }

    .cm-lessons .cm-lesson .cm-lesson-marker {
        font-size: 3em
    }
}

@media (min-width: 768px) {
    .cm-lessons .show-more-lessons a {
        padding: .5em 3em
    }

    .cm-lessons .cm-lesson {
        padding: 2.25em 1em 2.25em 6em
    }

    .cm-lessons .cm-lesson .cm-lesson-marker {
        top: .7em;
        left: .3em
    }

    .three-ups .three-up {
        float: left;
        width: 30%;
        padding: 2.5em 2em
    }

    .three-ups .three-up.middle {
        margin: 0 5%
    }
}

.three-ups:after {
    content: "";
    display: block;
    clear: both
}

.three-ups .three-up {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 350px;
    padding: 2.5em 2em;
    text-align: center
}

.wm-list-classes-section-title {
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 1.5em 0;
    text-align: center;
    color: #fff
}

.wm-list-classes {
    text-align: center
}

.wm-list-classes:after {
    content: "";
    display: block;
    clear: both
}

.wm-list-classes.orphan .wm-list-class:first-child .class-poster {
    width: 200%;
    margin-left: -50%;
    max-height: none
}

.wm-list-classes.promos .wm-list-class {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 4em
}

.wm-list-classes.promos .wm-list-class .class-poster {
    position: static;
    display: block
}

.wm-list-classes .wm-list-class {
    display: inline-block;
    float: none;
    width: 100%;
    height: 0;
    margin: .5em 0;
    padding-bottom: 59.4%;
    text-align: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-image 150ms ease;
    -o-transition: background-image 150ms ease;
    -moz-transition: background-image 150ms ease;
    transition: background-image 150ms ease
}

.wm-list-classes .wm-list-class:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(45%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%)
}

.wm-list-classes .wm-list-class:hover .class-poster {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    -webkit-transition: -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    -o-transition: -o-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    -moz-transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -moz-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -moz-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -o-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1)
}

.wm-list-classes .wm-list-class:hover .caption {
    -webkit-transform: translateY(-0.75em);
    -moz-transform: translateY(-0.75em);
    -ms-transform: translateY(-0.75em);
    -o-transform: translateY(-0.75em);
    transform: translateY(-0.75em)
}

.wm-list-classes .wm-list-class:hover .link-wrapper:before {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow 250ms ease;
    -webkit-transition: -webkit-box-shadow 250ms ease;
    transition: -webkit-box-shadow 250ms ease;
    -o-transition: box-shadow 250ms ease;
    -moz-transition: box-shadow 250ms ease, -moz-box-shadow 250ms ease;
    transition: box-shadow 250ms ease;
    transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease, -moz-box-shadow 250ms ease
}

.wm-list-classes .wm-list-class .link-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2
}

.wm-list-classes .wm-list-class .link-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 9;
    -webkit-transition: box-shadow 250ms ease;
    -webkit-transition: -webkit-box-shadow 250ms ease;
    transition: -webkit-box-shadow 250ms ease;
    -o-transition: box-shadow 250ms ease;
    -moz-transition: box-shadow 250ms ease, -moz-box-shadow 250ms ease;
    transition: box-shadow 250ms ease;
    transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease, -moz-box-shadow 250ms ease
}

.wm-list-classes .wm-list-class .class-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 8s ease;
    -webkit-transition: -webkit-transform 8s ease;
    transition: -webkit-transform 8s ease;
    -o-transition: -o-transform 8s ease;
    -moz-transition: transform 8s ease, -moz-transform 8s ease;
    transition: transform 8s ease;
    transition: transform 8s ease, -webkit-transform 8s ease, -moz-transform 8s ease, -o-transform 8s ease
}

.wm-list-classes .caption {
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 1;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    -webkit-transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -o-transition: -o-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -moz-transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -moz-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -moz-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -o-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1)
}

.wm-list-classes .caption-title {
    font-size: 1.3em;
    margin-bottom: .2em
}

.wm-list-classes .caption-title img {
    max-width: 175px
}

.wm-list-classes .caption-subtitle {
    font-size: .9em;
    color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 480px) {
    .wm-list-classes .wm-list-class {
        width: 447px;
        height: 265px;
        padding: 0
    }

    .wm-list-classes .caption {
        bottom: 1.5em;
        left: 1.5em;
        width: -webkit-calc(100% - 3em);
        width: -moz-calc(100% - 3em);
        width: calc(100% - 3em)
    }

    .wm-list-classes .caption-title {
        font-size: 1.5em
    }

    .wm-list-classes .caption-subtitle {
        font-size: 1.1em
    }
}

@media (min-width: 768px) {
    .wm-list-classes.orphan .wm-list-class:nth-child(odd) {
        margin-left: 1.7em;
        clear: none
    }

    .wm-list-classes.orphan .wm-list-class:nth-child(even) {
        margin-left: 0;
        clear: both
    }

    .wm-list-classes.orphan .wm-list-class:first-child {
        width: 100%;
        margin: 0 0 .85em;
        padding-bottom: 36.04%
    }

    .wm-list-classes.orphan .wm-list-class:first-child .class-poster {
        width: 100%;
        margin: 0
    }

    .wm-list-classes .wm-list-class {
        display: block;
        float: left;
        width: -webkit-calc(50% - .85em);
        width: -moz-calc(50% - .85em);
        width: calc(50% - .85em);
        height: auto;
        margin: .85em 0 .85em 1.7em;
        padding-bottom: 29.7%
    }

    .wm-list-classes .wm-list-class:nth-child(odd) {
        clear: both;
        margin-left: 0
    }

    .wm-list-classes .wm-list-class.hp_featured_tile {
        float: none;
        width: 100%;
        margin: .85em 0;
        padding-bottom: 36.04%
    }

    .wm-list-classes .wm-list-class.hp_featured_tile .class-poster {
        width: 100%;
        left: 0
    }
}

@media (min-width: 992px) {
    .wm-list-classes .caption {
        bottom: 2em;
        left: 2em;
        width: -webkit-calc(100% - 4em);
        width: -moz-calc(100% - 4em);
        width: calc(100% - 4em)
    }

    .wm-list-classes .caption-title {
        font-size: 1.6em;
        margin-bottom: .3em
    }

    .wm-list-classes .caption-subtitle {
        font-size: 1.1em
    }
}

.wm-banner {
    background: #fff;
    border-left: 4px solid #c83232;
    border-right: 4px solid #c83232;
    color: #4d5768;
    text-align: center;
    padding: 1.875em 1em
}

.wm-banner .wm-banner-title {
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.2;
    letter-spacing: .02em
}

.wm-banner .wm-banner-description {
    color: rgba(77, 87, 104, 0.6);
    font-size: .9375em;
    letter-spacing: .02em;
    margin: .7em 0
}

.wm-banner .wm-banner-ctas {
    margin-top: 2em
}

.wm-banner .wm-banner-ctas .wm-banner-cta {
    display: inline-block;
    vertical-align: middle
}

.wm-banner .wm-banner-ctas .wm-banner-cta .wm-btn {
    margin: 0 1em
}

.socials-wrapper {
    font-size: 15px;
    padding: 2.75em 1em 3em;
    text-align: center
}

.socials-wrapper .section-title {
    font-size: .933em;
    margin-bottom: 2.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3)
}

.wm-socials .wm-social {
    display: inline-block;
    margin: 0 1em 1em;
    vertical-align: middle
}

.wm-socials .wm-social:hover a {
    color: #fff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.2)
}

.wm-socials .wm-social:hover a:after {
    border-color: #fff
}

.wm-socials .wm-social a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.5em;
    padding: .5em
}

.wm-socials .wm-social a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.15em;
    height: 2.15em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: border 150ms ease, text-shadow 150ms ease;
    -o-transition: border 150ms ease, text-shadow 150ms ease;
    -moz-transition: border 150ms ease, text-shadow 150ms ease;
    transition: border 150ms ease, text-shadow 150ms ease
}

@media (min-width: 480px) {
    .socials-wrapper {
        font-size: 18px
    }
}

@font-face {
    font-family: wm-socials;
    src: url(../fonts/wm-socials.eot);
    src: url(../fonts/wm-socials.eot) format("embedded-opentype"), url(../fonts/wm-socials.ttf) format("truetype"), url(../fonts/wm-socials.woff) format("woff"), url(../fonts/wm-socials.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" wm-icon-"], [class^=wm-icon-] {
    font-family: wm-socials !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wm-icon-facebook:before {
    content: "\e900"
}

.wm-icon-mail:before {
    content: "\e901"
}

.wm-icon-twitter:before {
    content: "\e902"
}

.wm-hero {
    max-width: 1440px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.mobile-device .wm-hero__ambient-video, .tablet .wm-hero__ambient-video {
    display: none
}

.wm-hero__wrapper {
    position: relative;
    height: 100%
}

.wm-hero__gradient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.wm-hero__gradient:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(0, 0, 0, 0.1)), to(#000)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.1)), color-stop(90%, #000));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 70%, #000 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 60%, #000 90%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 70%, #000 100%), -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 60%, #000 90%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 70%, #000 100%), -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 60%, #000 90%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 70%, #000 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 60%, #000 90%)
}

.wm-hero__ambient-video {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 71.112em;
    width: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.wm-hero__ambient-video--ready {
    opacity: 1
}

.wm-hero__background-image {
    position: relative;
    height: 160px;
    width: 100%;
    text-align: center
}

.wm-hero__background-image img {
    max-width: 100%;
    width: 100%
}

.wm-hero__content-wrapper {
    position: relative;
    z-index: 2;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width: 768px) {
    .wm-hero__background-image {
        height: 360px
    }
}

@media (min-width: 992px) {
    .wm-hero {
        height: 40em
    }

    .wm-hero__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .wm-hero__gradient {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        padding-bottom: 0
    }

    .wm-hero__gradient:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(15%, #000), color-stop(55%, transparent));
        background: -webkit-linear-gradient(left, #000 15%, transparent 55%);
        background: -moz-linear-gradient(left, #000 15%, transparent 55%);
        background: -o-linear-gradient(left, #000 15%, transparent 55%);
        background: linear-gradient(90deg, #000 15%, transparent 55%)
    }

    .wm-hero__gradient:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(15%, transparent));
        background: -webkit-linear-gradient(right, #000 0, transparent 15%);
        background: -moz-linear-gradient(right, #000 0, transparent 15%);
        background: -o-linear-gradient(right, #000 0, transparent 15%);
        background: linear-gradient(-90deg, #000 0, transparent 15%)
    }

    .wm-hero__background-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .wm-hero__background-image img {
        width: auto;
        height: 40em;
        max-width: none
    }

    .wm-hero__ambient-video {
        display: block;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%)
    }

    .wm-hero .wistia_embed {
        height: 100%
    }
}

.wm-hero-content {
    max-width: 550px;
    margin: -40px auto 0;
    text-align: center
}

.wm-hero-content__heading {
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #fff
}

.wm-hero-content__text {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, 0.7)
}

.wm-hero-content__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wm-hero-content__primary-cta {
    font-size: 20px;
    font-weight: 400
}

.wm-hero-content__secondary-cta {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 16px;
    margin-top: 12px
}

@media (max-width: 385px) {
    .wm-hero-content__heading {
        font-size: 7.6vw
    }
}

@media (min-width: 480px) {
    .wm-hero-content {
        padding-bottom: 0
    }

    .wm-hero-content__text {
        display: inline-block;
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 1.56;
        letter-spacing: .5px;
        color: rgba(255, 255, 255, 0.8)
    }

    .wm-hero-content__buttons {
        display: block
    }

    .wm-hero-content__primary-cta {
        font-size: 12px;
        font-weight: 700
    }

    .wm-hero-content__secondary-cta {
        margin-top: 0;
        margin-left: 24px;
        padding: 16px
    }
}

@media (min-width: 768px) {
    .wm-hero-content {
        margin-top: -120px
    }

    .wm-hero-content__heading {
        margin-bottom: 8px;
        font-size: 36px
    }

    .wm-hero-content__text {
        margin-bottom: 16px
    }
}

@media (min-width: 992px) {
    .wm-hero-content {
        text-align: left;
        max-width: 600px;
        margin: 0;
        padding-left: 48px
    }

    .wm-hero-content__heading {
        margin-bottom: 20px
    }

    .wm-hero-content__text {
        margin-bottom: 32px
    }
}

@media (min-width: 1100px) {
    .wm-hero__gradient:before {
        background: -webkit-linear-gradient(344deg, #000 28%, transparent 60%);
        background: -moz-linear-gradient(344deg, #000 28%, transparent 60%);
        background: -o-linear-gradient(344deg, #000 28%, transparent 60%);
        background: linear-gradient(106deg, #000 28%, transparent 60%)
    }

    .wm-hero-content {
        padding-left: 0
    }
}

.wm-layout.wm-forms {
    margin-right: -6px;
    margin-left: -6px
}

.wm-layout .wm-input {
    padding: 0 6px;
    margin-bottom: 12px
}

.wm-layout .wm-input label, .wm-layout .wm-input__error {
    left: 14px
}

.wm-input {
    position: relative;
    line-height: 1.3
}

.wm-input textarea {
    min-height: 120px;
    resize: none
}

.wm-input input[type=email], .wm-input input[type=number], .wm-input input[type=password], .wm-input input[type=search], .wm-input input[type=tel], .wm-input input[type=text], .wm-input textarea {
    width: 100%;
    padding: 23px 8px 9px;
    font-family: lato;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(77, 87, 103, 0.2);
    font-weight: 400;
    font-size: 15px;
    color: #4d5767;
    -webkit-transition: border 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: border 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: border 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: border 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-appearance: none;
    -moz-appearance: none
}

.wm-input input[type=email]:focus, .wm-input input[type=number]:focus, .wm-input input[type=password]:focus, .wm-input input[type=search]:focus, .wm-input input[type=tel]:focus, .wm-input input[type=text]:focus, .wm-input textarea:focus {
    border-color: #4d5767;
    outline: 0
}

.wm-input input[type=email]::-webkit-input-placeholder, .wm-input input[type=number]::-webkit-input-placeholder, .wm-input input[type=password]::-webkit-input-placeholder, .wm-input input[type=search]::-webkit-input-placeholder, .wm-input input[type=tel]::-webkit-input-placeholder, .wm-input input[type=text]::-webkit-input-placeholder, .wm-input textarea::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(77, 87, 103, 0.5)
}

.wm-input input[type=email]:-moz-placeholder, .wm-input input[type=number]:-moz-placeholder, .wm-input input[type=password]:-moz-placeholder, .wm-input input[type=search]:-moz-placeholder, .wm-input input[type=tel]:-moz-placeholder, .wm-input input[type=text]:-moz-placeholder, .wm-input textarea:-moz-placeholder {
    font-size: 15px;
    color: rgba(77, 87, 103, 0.5)
}

.wm-input input[type=email]::-moz-placeholder, .wm-input input[type=number]::-moz-placeholder, .wm-input input[type=password]::-moz-placeholder, .wm-input input[type=search]::-moz-placeholder, .wm-input input[type=tel]::-moz-placeholder, .wm-input input[type=text]::-moz-placeholder, .wm-input textarea::-moz-placeholder {
    font-size: 15px;
    color: rgba(77, 87, 103, 0.5)
}

.wm-input input[type=email]:-ms-input-placeholder, .wm-input input[type=number]:-ms-input-placeholder, .wm-input input[type=password]:-ms-input-placeholder, .wm-input input[type=search]:-ms-input-placeholder, .wm-input input[type=tel]:-ms-input-placeholder, .wm-input input[type=text]:-ms-input-placeholder, .wm-input textarea:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(77, 87, 103, 0.5)
}

.wm-input input[type=email]::placeholder, .wm-input input[type=number]::placeholder, .wm-input input[type=password]::placeholder, .wm-input input[type=search]::placeholder, .wm-input input[type=tel]::placeholder, .wm-input input[type=text]::placeholder, .wm-input textarea::placeholder {
    font-size: 15px;
    color: rgba(77, 87, 103, 0.5)
}

.wm-input input[type=email].placeholder-shown, .wm-input input[type=email]:placeholder-shown, .wm-input input[type=number].placeholder-shown, .wm-input input[type=number]:placeholder-shown, .wm-input input[type=password].placeholder-shown, .wm-input input[type=password]:placeholder-shown, .wm-input input[type=search].placeholder-shown, .wm-input input[type=search]:placeholder-shown, .wm-input input[type=tel].placeholder-shown, .wm-input input[type=tel]:placeholder-shown, .wm-input input[type=text].placeholder-shown, .wm-input input[type=text]:placeholder-shown, .wm-input textarea.placeholder-shown, .wm-input textarea:placeholder-shown {
    padding: 16px 8px
}

.wm-input input[type=email].placeholder-shown + label, .wm-input input[type=email]:placeholder-shown + label, .wm-input input[type=number].placeholder-shown + label, .wm-input input[type=number]:placeholder-shown + label, .wm-input input[type=password].placeholder-shown + label, .wm-input input[type=password]:placeholder-shown + label, .wm-input input[type=search].placeholder-shown + label, .wm-input input[type=search]:placeholder-shown + label, .wm-input input[type=tel].placeholder-shown + label, .wm-input input[type=tel]:placeholder-shown + label, .wm-input input[type=text].placeholder-shown + label, .wm-input input[type=text]:placeholder-shown + label, .wm-input textarea.placeholder-shown + label, .wm-input textarea:placeholder-shown + label {
    opacity: 0;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

.wm-input label, .wm-input__error {
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 8px;
    font-size: 11px;
    pointer-events: none;
    -webkit-transition: all 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 350ms cubic-bezier(0.25, 0.1, 0.25, 1)
}

.wm-input label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    color: rgba(77, 87, 103, 0.5)
}

.wm-input--has-error .wm-input__error {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.wm-input--has-error input[type=email], .wm-input--has-error input[type=number], .wm-input--has-error input[type=password], .wm-input--has-error input[type=search], .wm-input--has-error input[type=tel], .wm-input--has-error input[type=text], .wm-input--has-error textarea {
    border-color: #cf3434;
    padding: 23px 8px 9px
}

.wm-input--has-error input[type=email].placeholder-shown, .wm-input--has-error input[type=email]:placeholder-shown, .wm-input--has-error input[type=number].placeholder-shown, .wm-input--has-error input[type=number]:placeholder-shown, .wm-input--has-error input[type=password].placeholder-shown, .wm-input--has-error input[type=password]:placeholder-shown, .wm-input--has-error input[type=search].placeholder-shown, .wm-input--has-error input[type=search]:placeholder-shown, .wm-input--has-error input[type=tel].placeholder-shown, .wm-input--has-error input[type=tel]:placeholder-shown, .wm-input--has-error input[type=text].placeholder-shown, .wm-input--has-error input[type=text]:placeholder-shown, .wm-input--has-error textarea.placeholder-shown, .wm-input--has-error textarea:placeholder-shown {
    padding: 23px 8px 9px
}

.wm-input--has-error input[type=email]:focus, .wm-input--has-error input[type=number]:focus, .wm-input--has-error input[type=password]:focus, .wm-input--has-error input[type=search]:focus, .wm-input--has-error input[type=tel]:focus, .wm-input--has-error input[type=text]:focus, .wm-input--has-error textarea:focus {
    border-color: #cf3434
}

.wm-input--has-error label {
    opacity: 0;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

.wm-input__error {
    opacity: 0;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    color: #cf3434
}

.wm-instructor-tile {
    position: relative;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer
}

.wm-instructor-tile:hover .wm-instructor-tile__captions {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.wm-instructor-tile:hover .wm-instructor-tile__image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.wm-instructor-tile__image-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 60.606%
}

.wm-instructor-tile__image-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(45%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%)
}

.wm-instructor-tile__image-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 99.9%
}

.wm-instructor-tile__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    -o-transition: -o-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    -moz-transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -moz-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -moz-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -o-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1)
}

.wm-instructor-tile__captions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 14px 14px;
    z-index: 1;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -o-transition: -o-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -moz-transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -moz-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -moz-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -o-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1)
}

.wm-instructor-tile__link-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

.wm-instructor-tile__title {
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 2px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.wm-instructor-tile__subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

@media (min-width: 480px) {
    .wm-instructor-tile__captions {
        padding: 0 24px 18px
    }
}

.wm-instructor-grid {
    margin: 0 -10px
}

.wm-instructor-grid__tile {
    max-width: 420px;
    padding: 0 10px;
    margin-bottom: 20px
}

.wm-instructor-grid-overlay {
    position: relative;
    width: 100%;
    text-align: center
}

.wm-instructor-grid-overlay--opened .wm-instructor-grid-overlay__button {
    opacity: 0
}

.wm-instructor-grid-overlay--opened .wm-instructor-grid-overlay__wrapper {
    margin-bottom: 0
}

.wm-instructor-grid-overlay--opened .wm-instructor-grid-overlay__wrapper:after {
    opacity: 0
}

.wm-instructor-grid-overlay .wm-instructor-grid__tile:nth-child(-n+4) {
    display: block;
    opacity: 1
}

.wm-instructor-grid-overlay .wm-instructor-grid__tile {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    transition: opacity 1s linear
}

.wm-instructor-grid-overlay__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

@media (min-width: 600px) {
    .wm-instructor-grid__tile {
        max-width: none
    }

    .wm-instructor-grid-overlay__wrapper:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 75%;
        background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
        background: -webkit-linear-gradient(bottom, #000, transparent);
        background: -moz-linear-gradient(bottom, #000, transparent);
        background: -o-linear-gradient(bottom, #000, transparent);
        background: linear-gradient(-360deg, #000, transparent);
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        -moz-transition: opacity .2s linear;
        transition: opacity .2s linear;
        z-index: 12;
        pointer-events: none
    }

    .wm-instructor-grid-overlay__button {
        margin-top: 32px
    }

    .wm-instructor-grid-overlay .wm-instructor-grid {
        margin-bottom: -85px
    }

    .wm-instructor-grid-overlay .wm-instructor-grid__tile:nth-child(-n+6) {
        display: block;
        opacity: 1
    }
}

.feature-block {
    padding-bottom: 48px
}

.feature-block .wm-container {
    max-width: 480px
}

.feature-block--has-background {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#111), to(#000));
    background-image: -webkit-linear-gradient(bottom, #111, #000);
    background-image: -moz-linear-gradient(bottom, #111, #000);
    background-image: -o-linear-gradient(bottom, #111, #000);
    background-image: linear-gradient(to top, #111, #000);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.feature-block__col {
    padding: 0 20px;
    margin-bottom: 32px;
    text-align: center
}

.feature-block__col:last-child {
    margin-bottom: 0
}

.feature-block__icon {
    margin-bottom: 24px;
    width: 100%;
    max-width: 80px
}

.feature-block__primary-heading {
    text-align: center;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 1px;
    margin: 24px 0 48px;
    color: #fff
}

.feature-block__heading {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: .85;
    letter-spacing: .6px;
    color: #fff
}

.feature-block__text {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: .2px;
    color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 480px) {
    .feature-block {
        padding-bottom: 48px
    }

    #wm-footer .nav-footer-item {
        border-left: 1px solid rgba(255, 255, 255, 0.2)
    }

    #wm-footer .nav-footer-item:first-child, #wm-footer .nav-footer-item:nth-child(4) {
        border-left: 0
    }
}

@media (min-width: 768px) {
    .feature-block {
        padding-bottom: 64px
    }

    .feature-block__layout {
        margin: 0 -32px
    }

    .feature-block__col {
        padding: 0 32px;
        margin-bottom: 48px
    }

    .feature-block__primary-heading {
        font-size: 26px;
        line-height: 1.22;
        letter-spacing: 1px
    }
}

#wm-footer {
    background: #000;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 1em;
    font-size: .95em;
    clear: both;
    text-align: center
}

#wm-footer .wm-container {
    padding: 1em 0
}

#wm-footer .copyright {
    font-size: .87em;
    margin-bottom: -1em;
    color: rgba(255, 255, 255, 0.2)
}

#wm-footer #logo-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5em 1em 2.5em;
    width: 135px;
    height: 128px
}

#wm-footer #ssl-badge {
    display: none
}

#wm-footer .nav-footer {
    padding: 2em 0
}

#wm-footer .nav-footer-items {
    margin: 0 auto;
    max-width: 350px
}

#wm-footer .nav-footer-items a {
    color: #fff
}

#wm-footer .nav-footer-item {
    display: inline-block;
    vertical-align: middle;
    font-size: .87em;
    text-transform: uppercase;
    margin: .75em 0;
    padding: 0 7px 0 8px
}

#wm-footer.footer-full {
    position: relative;
    z-index: 2
}

#wm-footer.footer-full #ssl-badge {
    display: inline-block
}

#wm-footer.footer-full #logo-footer {
    background: #000;
    border: 0;
    padding: 1em 2em;
    width: auto;
    height: auto
}

#wm-footer.footer-full .footer-cols {
    padding: 0
}

#wm-footer.footer-full .footer-cols:after {
    content: "";
    display: block;
    clear: both
}

#wm-footer.footer-full .footer-col {
    display: inline-block;
    vertical-align: top;
    max-width: 325px;
    margin: 1.5em 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.5)
}

#wm-footer.footer-full .footer-col:first-child {
    display: none
}

#wm-footer.footer-full .footer-col p {
    line-height: 1.5385;
    margin: 1em 0 1.5em
}

#wm-footer.footer-full .footer-col-title {
    font: 1.5em Lato, Helvetica, Arial, sans-serif;
    letter-spacing: .04167em;
    color: #fff;
    text-transform: uppercase
}

#wm-footer.footer-full .nav-footer {
    border: 0
}

#wm-footer.footer-full .nav-footer-items {
    max-width: 350px
}

#wm-footer.footer-full .copyright {
    margin: 1em 0 0
}

@media (min-width: 768px) {
    #wm-footer .wm-container {
        padding: 1em
    }

    #wm-footer.footer-full .nav-footer-items {
        max-width: none
    }

    #wm-footer.footer-full .footer-col {
        padding: 0 1.5em
    }
}

@media (min-width: 992px) {
    .wm-instructor-grid-overlay .wm-instructor-grid__tile:nth-child(-n+9) {
        display: block;
        opacity: 1
    }

    .feature-block .wm-container {
        max-width: 1070px;
        overflow: hidden
    }

    .feature-block {
        padding-top: 64px
    }

    .feature-block__col {
        margin-bottom: 0
    }

    .feature-block__primary-heading {
        margin-top: 0
    }

    #wm-footer {
        padding: 3em 1em
    }

    #wm-footer #logo-footer, #wm-footer #ssl-badge, #wm-footer .nav-footer {
        display: inline-block;
        vertical-align: middle
    }

    #wm-footer #logo-footer {
        width: 97px;
        height: 64px;
        border-bottom: 0;
        padding: 0
    }

    #wm-footer .nav-footer {
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0 2.5em;
        padding: 0 2.5em;
        border-top: 0;
        border-bottom: 0
    }

    #wm-footer #ssl-badge {
        display: inline-block
    }

    #wm-footer.footer-full #logo-footer {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-top: 2px solid rgba(255, 255, 255, 0.4);
        border-bottom: 2px solid rgba(255, 255, 255, 0.4)
    }

    #wm-footer.footer-full .footer-cols {
        padding: 4em 0
    }

    #wm-footer.footer-full .footer-col {
        display: block;
        float: left;
        width: 33.33%;
        max-width: none;
        margin: 0
    }

    #wm-footer.footer-full .footer-col:first-child {
        display: block
    }

    #wm-footer.footer-full .footer-col:nth-child(2) {
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 0;
        border-bottom: 0
    }
}

.wistia_embed [data-handle=clickForSoundButton] {
    display: none !important
}

/*.wm-container {*/
    /*position: relative;*/
    /*max-width: 100%;*/
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*padding: 0 16px*/
/*}*/

.wm-contain-middle {
    max-width: 1200px
}

.wm-contain-inner {
    max-width: 1070px
}

.wm-layout .wm-col-1, .wm-layout .wm-col-10, .wm-layout .wm-col-11, .wm-layout .wm-col-12, .wm-layout .wm-col-2, .wm-layout .wm-col-3, .wm-layout .wm-col-4, .wm-layout .wm-col-5, .wm-layout .wm-col-6, .wm-layout .wm-col-7, .wm-layout .wm-col-8, .wm-layout .wm-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.wm-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wm-layout .wm-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.wm-layout .wm-col--top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.wm-layout .wm-col--center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.wm-layout .wm-col--bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.wm-layout--top-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wm-layout--bottom-right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wm-layout--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wm-layout--bottom-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wm-layout--center-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wm-layout--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wm-layout--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.wm-layout--top-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wm-layout--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.wm-layout--vcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wm-layout .wm-col-1 {
    width: 8.333%
}

.wm-layout .wm-col-2 {
    width: 16.667%
}

.wm-layout .wm-col-3 {
    width: 25%
}

.wm-layout .wm-col-4 {
    width: 33.333%
}

.wm-layout .wm-col-5 {
    width: 41.667%
}

.wm-layout .wm-col-6 {
    width: 50%
}

.wm-layout .wm-col-7 {
    width: 58.333%
}

.wm-layout .wm-col-8 {
    width: 66.667%
}

.wm-layout .wm-col-9 {
    width: 75%
}

.wm-layout .wm-col-10 {
    width: 83.333%
}

.wm-layout .wm-col-11 {
    width: 91.667%
}

.wm-layout .wm-col-12 {
    width: 100%
}

@media (min-width: 480px) {
    .wm-layout .wm-col-tiny-1, .wm-layout .wm-col-tiny-10, .wm-layout .wm-col-tiny-11, .wm-layout .wm-col-tiny-12, .wm-layout .wm-col-tiny-2, .wm-layout .wm-col-tiny-3, .wm-layout .wm-col-tiny-4, .wm-layout .wm-col-tiny-5, .wm-layout .wm-col-tiny-6, .wm-layout .wm-col-tiny-7, .wm-layout .wm-col-tiny-8, .wm-layout .wm-col-tiny-9, .wm-layout .wm-col-tiny-auto {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .wm-layout .wm-col-tiny {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .wm-layout .wm-col-tiny-auto {
        width: auto
    }

    .wm-layout .wm-col-tiny-1 {
        width: 8.333%
    }

    .wm-layout .wm-col-tiny-2 {
        width: 16.667%
    }

    .wm-layout .wm-col-tiny-3 {
        width: 25%
    }

    .wm-layout .wm-col-tiny-4 {
        width: 33.333%
    }

    .wm-layout .wm-col-tiny-5 {
        width: 41.667%
    }

    .wm-layout .wm-col-tiny-6 {
        width: 50%
    }

    .wm-layout .wm-col-tiny-7 {
        width: 58.333%
    }

    .wm-layout .wm-col-tiny-8 {
        width: 66.667%
    }

    .wm-layout .wm-col-tiny-9 {
        width: 75%
    }

    .wm-layout .wm-col-tiny-10 {
        width: 83.333%
    }

    .wm-layout .wm-col-tiny-11 {
        width: 91.667%
    }

    .wm-layout .wm-col-tiny-12 {
        width: 100%
    }
}

@media (min-width: 600px) {
    .wm-layout .wm-col-mini-1, .wm-layout .wm-col-mini-10, .wm-layout .wm-col-mini-11, .wm-layout .wm-col-mini-12, .wm-layout .wm-col-mini-2, .wm-layout .wm-col-mini-3, .wm-layout .wm-col-mini-4, .wm-layout .wm-col-mini-5, .wm-layout .wm-col-mini-6, .wm-layout .wm-col-mini-7, .wm-layout .wm-col-mini-8, .wm-layout .wm-col-mini-9, .wm-layout .wm-col-mini-auto {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .wm-layout .wm-col-mini {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .wm-layout .wm-col-mini-auto {
        width: auto
    }

    .wm-layout .wm-col-mini-1 {
        width: 8.333%
    }

    .wm-layout .wm-col-mini-2 {
        width: 16.667%
    }

    .wm-layout .wm-col-mini-3 {
        width: 25%
    }

    .wm-layout .wm-col-mini-4 {
        width: 33.333%
    }

    .wm-layout .wm-col-mini-5 {
        width: 41.667%
    }

    .wm-layout .wm-col-mini-6 {
        width: 50%
    }

    .wm-layout .wm-col-mini-7 {
        width: 58.333%
    }

    .wm-layout .wm-col-mini-8 {
        width: 66.667%
    }

    .wm-layout .wm-col-mini-9 {
        width: 75%
    }

    .wm-layout .wm-col-mini-10 {
        width: 83.333%
    }

    .wm-layout .wm-col-mini-11 {
        width: 91.667%
    }

    .wm-layout .wm-col-mini-12 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .wm-layout .wm-col-sm-1, .wm-layout .wm-col-sm-10, .wm-layout .wm-col-sm-11, .wm-layout .wm-col-sm-12, .wm-layout .wm-col-sm-2, .wm-layout .wm-col-sm-3, .wm-layout .wm-col-sm-4, .wm-layout .wm-col-sm-5, .wm-layout .wm-col-sm-6, .wm-layout .wm-col-sm-7, .wm-layout .wm-col-sm-8, .wm-layout .wm-col-sm-9, .wm-layout .wm-col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .wm-layout .wm-col-sm {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .wm-layout .wm-col-sm-auto {
        width: auto
    }

    .wm-layout .wm-col-sm-1 {
        width: 8.333%
    }

    .wm-layout .wm-col-sm-2 {
        width: 16.667%
    }

    .wm-layout .wm-col-sm-3 {
        width: 25%
    }

    .wm-layout .wm-col-sm-4 {
        width: 33.333%
    }

    .wm-layout .wm-col-sm-5 {
        width: 41.667%
    }

    .wm-layout .wm-col-sm-6 {
        width: 50%
    }

    .wm-layout .wm-col-sm-7 {
        width: 58.333%
    }

    .wm-layout .wm-col-sm-8 {
        width: 66.667%
    }

    .wm-layout .wm-col-sm-9 {
        width: 75%
    }

    .wm-layout .wm-col-sm-10 {
        width: 83.333%
    }

    .wm-layout .wm-col-sm-11 {
        width: 91.667%
    }

    .wm-layout .wm-col-sm-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .wm-layout .wm-col-med-1, .wm-layout .wm-col-med-10, .wm-layout .wm-col-med-11, .wm-layout .wm-col-med-12, .wm-layout .wm-col-med-2, .wm-layout .wm-col-med-3, .wm-layout .wm-col-med-4, .wm-layout .wm-col-med-5, .wm-layout .wm-col-med-6, .wm-layout .wm-col-med-7, .wm-layout .wm-col-med-8, .wm-layout .wm-col-med-9, .wm-layout .wm-col-med-auto {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .wm-layout .wm-col-med {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .wm-layout .wm-col-med-auto {
        width: auto
    }

    .wm-layout .wm-col-med-1 {
        width: 8.333%
    }

    .wm-layout .wm-col-med-2 {
        width: 16.667%
    }

    .wm-layout .wm-col-med-3 {
        width: 25%
    }

    .wm-layout .wm-col-med-4 {
        width: 33.333%
    }

    .wm-layout .wm-col-med-5 {
        width: 41.667%
    }

    .wm-layout .wm-col-med-6 {
        width: 50%
    }

    .wm-layout .wm-col-med-7 {
        width: 58.333%
    }

    .wm-layout .wm-col-med-8 {
        width: 66.667%
    }

    .wm-layout .wm-col-med-9 {
        width: 75%
    }

    .wm-layout .wm-col-med-10 {
        width: 83.333%
    }

    .wm-layout .wm-col-med-11 {
        width: 91.667%
    }

    .wm-layout .wm-col-med-12 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    #wm-footer .nav-footer-items {
        max-width: none
    }

    #wm-footer .nav-footer-items .nav-footer-item:nth-child(4) {
        border-left: 1px solid rgba(255, 255, 255, 0.2)
    }

    #wm-footer .nav-footer {
        margin: 0 2em;
        padding: 2em 1em
    }

    .wm-layout .wm-col-lg-1, .wm-layout .wm-col-lg-10, .wm-layout .wm-col-lg-11, .wm-layout .wm-col-lg-12, .wm-layout .wm-col-lg-2, .wm-layout .wm-col-lg-3, .wm-layout .wm-col-lg-4, .wm-layout .wm-col-lg-5, .wm-layout .wm-col-lg-6, .wm-layout .wm-col-lg-7, .wm-layout .wm-col-lg-8, .wm-layout .wm-col-lg-9, .wm-layout .wm-col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .wm-layout .wm-col-lg {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .wm-layout .wm-col-lg-auto {
        width: auto
    }

    .wm-layout .wm-col-lg-1 {
        width: 8.333%
    }

    .wm-layout .wm-col-lg-2 {
        width: 16.667%
    }

    .wm-layout .wm-col-lg-3 {
        width: 25%
    }

    .wm-layout .wm-col-lg-4 {
        width: 33.333%
    }

    .wm-layout .wm-col-lg-5 {
        width: 41.667%
    }

    .wm-layout .wm-col-lg-6 {
        width: 50%
    }

    .wm-layout .wm-col-lg-7 {
        width: 58.333%
    }

    .wm-layout .wm-col-lg-8 {
        width: 66.667%
    }

    .wm-layout .wm-col-lg-9 {
        width: 75%
    }

    .wm-layout .wm-col-lg-10 {
        width: 83.333%
    }

    .wm-layout .wm-col-lg-11 {
        width: 91.667%
    }

    .wm-layout .wm-col-lg-12 {
        width: 100%
    }
}

.mobile-only {
    display: block !important
}

.desktop-only {
    display: none !important
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important
    }

    .desktop-only {
        display: block !important
    }
}

.ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] {
    display: none !important
}

.small-caps {
    font-size: .909em
}

.screenreader {
    width: 0;
    height: 0;
    text-indent: -10000px;
    display: block;
    margin: 0
}

.wm-fixed-position {
    position: fixed;
    overflow: hidden
}

#brightcove-popover-player {
    min-width: 1024px;
    min-height: 768px;
    max-height: 100vh
}

#brightcove-popover-player .vjs-playback-rate {
    display: none
}

.brightcove-popover.wm-modal.chromeless .wm-modal-dialog {
    margin: 0 auto;
    width: 90%
}

.brightcove-popover.wm-modal.chromeless.visible .wm-modal-dialog {
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.wm-explore-subnav a, .wm-explore-subnav a:focus {
    color: #fff;
    text-decoration: none
}

.wm-explore-subnav {
    background: #222
}

.wm-explore-subnav__container {
    position: relative
}

.wm-explore-subnav__active-underline, .nav-open .wm-explore-subnav {
    display: none
}

.wm-explore-subnav-items {
    text-align: left
}

.wm-explore-subnav-items:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 250ms ease, visibility 0s 250ms;
    -o-transition: opacity 250ms ease, visibility 0s 250ms;
    -moz-transition: opacity 250ms ease, visibility 0s 250ms;
    transition: opacity 250ms ease, visibility 0s 250ms
}

.wm-explore-subnav-items.nav-open:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 250ms ease, visibility 0s 0s;
    -o-transition: opacity 250ms ease, visibility 0s 0s;
    -moz-transition: opacity 250ms ease, visibility 0s 0s;
    transition: opacity 250ms ease, visibility 0s 0s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item {
    display: block
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(1) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(2) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(3) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(4) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(5) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(6) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(7) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(8) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(9) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(10) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(11) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(12) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(13) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(14) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.wm-explore-subnav-items.nav-open .wm-explore-subnav-item:not(.wm-explore-subnav-item__explore):nth-child(15) {
    opacity: 0;
    -webkit-animation-name: mcAnimateFadeIn;
    -moz-animation-name: mcAnimateFadeIn;
    -o-animation-name: mcAnimateFadeIn;
    animation-name: mcAnimateFadeIn;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    -o-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.wm-explore-subnav-items.nav-open .wm-arrow-thin-white--down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wm-explore-subnav-item {
    display: none
}

.wm-explore-subnav-item__explore {
    display: block;
    padding: 10px 20px 14px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff
}

.wm-explore-subnav-item__explore .wm-arrow-thin-white--down {
    display: inline-block;
    margin: -2px 0 0 8px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: -o-transform 350ms ease;
    -moz-transition: transform 350ms ease, -moz-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease, -moz-transform 350ms ease, -o-transform 350ms ease
}

.wm-explore-subnav-item__link {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    padding: 24px 33px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.wm-explore-subnav-item__link:hover {
    color: #fff
}

@media (min-width: 768px) {
    .nav-open .wm-explore-subnav {
        display: block
    }
}

@media (min-width: 992px) {
    a.wm-explore-subnav-item__link {
        color: rgba(255, 255, 255, 0.5)
    }

    a.wm-explore-subnav-item__link--active {
        color: #fff
    }

    .wm-explore-subnav-items.nav-open .wm-explore-subnav-item {
        display: inline-block
    }

    .wm-explore-subnav-items.nav-open .wm-explore-subnav-item__explore {
        display: none
    }

    .wm-explore-subnav {
        text-align: center
    }

    .wm-explore-subnav__container {
        display: inline-block
    }

    .wm-explore-subnav__active-underline {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 3px;
        background: #c83232;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: width .4s, -webkit-transform .3s ease;
        transition: width .4s, -webkit-transform .3s ease;
        -o-transition: width .4s, -o-transform .3s ease;
        -moz-transition: transform .3s ease, width .4s, -moz-transform .3s ease;
        transition: transform .3s ease, width .4s;
        transition: transform .3s ease, width .4s, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease
    }

    .wm-explore-subnav-item {
        display: inline-block;
        vertical-align: middle
    }

    .wm-explore-subnav-item:last-child .wm-explore-subnav-item__link {
        margin-right: 0
    }

    .wm-explore-subnav-item__link {
        font-size: 12px;
        letter-spacing: 1.5px;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 100px;
        padding: 13px 0 12px;
        color: rgba(255, 255, 255, 0.5);
        border: 0;
        border-bottom: 3px solid transparent;
        -webkit-transition: border .2s ease, color .2s ease;
        -o-transition: border .2s ease, color .2s ease;
        -moz-transition: border .2s ease, color .2s ease;
        transition: border .2s ease, color .2s ease
    }

    .wm-explore-subnav-item__link--active {
        color: #fff
    }

    .wm-explore-subnav-item__explore, .wm-explore-subnav-items.nav-open:before {
        display: none
    }
}

body.show_enrolled {
    font-size: 16px
}

body.show_enrolled .lesson-plan__list h3 {
    letter-spacing: .02em
}

body.show_enrolled .lesson-plan__list li .lesson-plan__title {
    font-family: Lato
}

.overview-hero {
    position: relative;
    display: block;
    max-width: 1100px;
    margin: 50px auto 0;
    font-size: 16px
}

.navbar-v2 .overview-hero {
    margin-top: 73px
}

.overview-hero .wm-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .813em;
    letter-spacing: .09em;
    margin: 1em 0;
    text-align: center;
    padding: 0;
    height: 3.846em
}

.overview-hero .wm-btn#start-button {
    margin-top: 2.5em;
    width: 100%;
    max-width: 100%;
    font-weight: 700
}

.overview-hero .wm-btn#resume-button {
    font-weight: 700;
    width: 100%
}

.overview-hero .wm-btn#resume-button:before {
    content: url(https://d2y1uetpctfe4a.cloudfront.net/wm-fe-styles/0.2.38/global/icons-svg/overview-hero-play.svg);
    width: 22px;
    height: 22px;
    margin-right: 1em
}

.overview-hero .wm-btn#view-workbook-button {
    width: 100%;
    margin: 0;
    border-color: rgba(255, 255, 255, 0.2)
}

.overview-hero .overview-start-class {
    padding-bottom: 1.7em
}

.overview-hero .overview-start-class .overview-start-banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top
}

.overview-hero .overview-start-class .overview-start-banner.normal, .overview-hero .overview-start-class .overview-start-banner.wide {
    display: none
}

.overview-hero .overview-start-class .overview-start-banner.mobile {
    display: block
}

.overview-hero .overview-start-class .overview-start-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent 0, transparent 75%, #000 100%);
    background: -moz-linear-gradient(top, transparent 0, transparent 75%, #000 100%);
    background: -o-linear-gradient(top, transparent 0, transparent 75%, #000 100%);
    background: linear-gradient(to bottom, transparent 0, transparent 75%, #000 100%)
}

.overview-hero .overview-start-class .overview-hero-text {
    position: relative;
    margin-top: -11.6%
}

.overview-hero .overview-start-class .instructor-name {
    text-transform: uppercase;
    letter-spacing: .075em;
    margin-bottom: .9em;
    font-size: 1em;
    color: #fff
}

.overview-hero .overview-start-class .instructor-name .class-title {
    color: rgba(255, 255, 255, 0.6);
    padding-left: .3125em
}

.overview-hero .overview-start-class .overview-primary-title {
    font-size: 1.875em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #fff
}

.overview-hero .overview-start-class .overview-subtitle {
    font-size: 1.375em;
    color: rgba(255, 255, 255, 0.5)
}

.overview-hero .overview-continue-class {
    padding-top: 1em;
    padding-bottom: 2em
}

.overview-hero .overview-continue-class .overview-hero-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.overview-hero .overview-continue-class .overview-hero-thumbnail-bg {
    display: block;
    background: center/cover no-repeat;
    height: 0;
    padding-bottom: 56.25%
}

.overview-hero .overview-continue-class .overview-hero-thumbnail-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 9
}

.overview-hero .overview-continue-class .overview-hero-title-primary {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.357;
    margin: 1em 0 .5em;
    text-transform: uppercase;
    letter-spacing: .0357em;
    color: #fff
}

.overview-hero .overview-continue-class .overview-hero-abstract {
    font-size: 1em;
    line-height: 1.625;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: .0111em
}

.overview-hero .overview-continue-class .overview-hero-lesson-meta {
    margin: 1.1em 0 .8em;
    font-size: .9375em;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: .06667em;
    text-transform: uppercase
}

.overview-hero .overview-continue-class .overview-hero-separator {
    margin: 0 10px
}

.overview-hero .overview-continue-class .overview-hero-duration {
    text-transform: none
}

@media (min-width: 480px) {
    .overview-hero .wm-btn#start-button {
        width: 234px
    }

    .overview-hero .overview-start-class .overview-hero-text .container {
        padding-right: 2em;
        padding-left: 2em
    }

    .overview-hero .overview-start-class .overview-primary-title {
        font-size: 2.4em
    }

    .overview-hero .overview-start-class .overview-subtitle {
        font-size: 1.625em
    }

    .overview-hero .overview-continue-class .overview-hero-title-primary {
        font-size: 1.75em;
        line-height: 1.357142857
    }
}

@media (min-width: 535px) {
    .overview-hero .wm-btn#resume-button {
        width: 250px;
        margin: 1em 1em 0 0
    }

    .overview-hero .wm-btn#view-workbook-button {
        width: 240px;
        margin: 1em 0 0
    }
}

@media (min-width: 768px) {
    .overview-hero {
        margin-top: 2.1em
    }

    .navbar-v2 .overview-hero {
        margin-top: 70px
    }

    .overview-hero .overview-start-class {
        padding-bottom: 3em
    }

    .overview-hero .overview-start-class .overview-hero-text {
        margin-top: -10.6%
    }

    .overview-hero .overview-continue-class {
        padding-top: 2.5em;
        padding-bottom: 2.5em
    }

    .overview-hero .overview-continue-class .overview-hero-lesson-meta {
        margin: 1.875em 0 1em
    }
}

@media (min-width: 992px) {
    .navbar-v2 .overview-hero {
        margin-top: 73px
    }

    .overview-hero .overview-start-class {
        padding-bottom: 0
    }

    .overview-hero .overview-start-class .overview-start-banner {
        padding-bottom: 41.82%
    }

    .overview-hero .overview-start-class .overview-start-banner.wide {
        display: block
    }

    .overview-hero .overview-start-class .overview-start-banner.mobile, .overview-hero .overview-start-class .overview-start-banner.normal {
        display: none
    }

    .overview-hero .overview-start-class .overview-start-banner:after {
        background: url(https://d2y1uetpctfe4a.cloudfront.net/wm-fe-styles/0.2.38/lesson-overview/class-hero-overlay.png) center/100% 100% no-repeat
    }

    .overview-hero .overview-start-class .overview-hero-text {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin-top: 0
    }

    .overview-hero .overview-continue-class {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 5.2em;
        padding-bottom: 3.75em
    }

    .navbar-v2 .overview-hero .overview-continue-class {
        padding-top: 4.2em
    }

    .overview-hero .overview-continue-class .overview-hero-thumbnail {
        margin-right: 60px;
        width: 38.912%
    }

    .overview-hero .overview-continue-class .overview-hero-thumbnail-bg {
        padding-bottom: 75%
    }

    .overview-hero .overview-continue-class .overview-hero-title-primary {
        margin-top: 0
    }

    .overview-hero .overview-continue-class .overview-hero-abstract {
        max-width: 450px
    }
}

.flexible-image {
    display: block;
    width: 100%;
    height: auto
}

.text-indent {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 0
}

.button-style-mobile {
    font-size: 20px;
    line-height: 46px;
    height: 46px;
    width: 234px
}

/*! _mixins.css.scss */
@keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.flexible-image {
    display: block;
    width: 100%;
    height: auto
}

.text-indent {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 0
}

.button-style-mobile {
    font-size: 20px;
    line-height: 46px;
    height: 46px;
    width: 234px
}

.terms, .privacy {
    background-color: #000
}

#legal {
    max-width: 1070px;
    display: block;
    margin: 125px auto;
    background-color: #fff;
    padding: 25px 50px
}

#legal h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 300
}

#legal h2 {
    font-size: 24px;
    margin: 40px 0 20px;
    font-weight: 300
}

#legal h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 300
}

#legal strong {
    margin: 0 3px 0 0
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
    overflow-x: hidden
}

body {
    font-family: 'Lato', "Helvetica", "Arial", sans-serif;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    padding-right: 0px !important
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

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

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    select {
        background: #FFF !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #FFF !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000000 !important
    }

    .label {
        border: 1px solid #000000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 14px;
    line-height: 1.42857;
    color: #5c5c5c;
    background-color: white
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover, a:focus {
    color: #4d5767;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 0px auto;
    outline-offset: -2px;
    color: #4d5767
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

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

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

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

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: 0%
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: 0%
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: 0%
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: 0%
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: 0%
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: 0%
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: 0%
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: 0%
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #a6a5a2
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #a6a5a2
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #FFF
}

.bg-primary {
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #a6a5a2
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #a6a5a2
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before, blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

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

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

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

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

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

.hero-row {
    margin-left: -15px;
    margin-right: -15px
}

.hero-row:before, .hero-row:after {
    content: " ";
    display: table
}

.hero-row:after {
    clear: both
}

.hero-row .item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .hero-row .item {
        float: left;
        width: 33.33333%
    }
}

.columns {
    margin-left: 0;
    margin-right: 0
}

.columns:before, .columns:after {
    content: " ";
    display: table
}

.columns:after {
    clear: both
}

.columns .column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 200px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.33333%
}

@media (max-width: 768px) {
    .columns .column {
        width: 100%;
        margin: 0 0 15px 0;
        border: 0;
        min-height: auto !important
    }
}

@media (max-width: 991px) {
    .show_enrolled .columns .column {
        min-height: 250px
    }
}

@media (max-width: 768px) {
    .show_enrolled .columns .column {
        min-height: 150px
    }
}

.intro-holder {
    margin-left: -15px;
    margin-right: -15px
}

.intro-holder:before, .intro-holder:after {
    content: " ";
    display: table
}

.intro-holder:after {
    clear: both
}

.intro-holder .intro-text {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .intro-holder .intro-text {
        float: left;
        width: 66.66667%
    }
}

.list-row {
    margin-left: -15px;
    margin-right: -15px
}

.list-row:before, .list-row:after {
    content: " ";
    display: table
}

.list-row:after {
    clear: both
}

.list-row .list-block {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .list-row .list-block {
        float: left;
        width: 100%
    }
}

.item-row {
    margin-left: -15px;
    margin-right: -15px
}

.item-row:before, .item-row:after {
    content: " ";
    display: table
}

.item-row:after {
    clear: both
}

.item-row .item-holder {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .item-row .item-holder {
        float: left;
        width: 100%
    }
}

.item-row {
    margin-left: -15px;
    margin-right: -15px
}

.item-row:before, .item-row:after {
    content: " ";
    display: table
}

.item-row:after {
    clear: both
}

.item-row .item-box {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .item-row .item-box {
        float: left;
        width: 33.33333%
    }
}

.video-holder {
    margin-left: -15px;
    margin-right: -15px
}

.video-holder:before, .video-holder:after {
    content: " ";
    display: table
}

.video-holder:after {
    clear: both
}

.video-holder .video-frame {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    position: relative;
    min-height: 1px
}

@media (min-width: 768px) {
    .video-holder .video-frame {
        float: left;
        width: 100%
    }
}

.discussion-holder {
    margin-left: 0;
    margin-right: 0
}

.discussion-holder:before, .discussion-holder:after {
    content: " ";
    display: table
}

.discussion-holder:after {
    clear: both
}

.discussion-holder .discussion-frame {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .discussion-holder .discussion-frame {
        float: left;
        width: 100%
    }
}

.blocks-holder {
    margin-left: 0;
    margin-right: 0
}

.blocks-holder:before, .blocks-holder:after {
    content: " ";
    display: table
}

.blocks-holder:after {
    clear: both
}

.blocks-holder .holder {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .blocks-holder .holder {
        float: left;
        width: 100%
    }
}

.footer-holder {
    margin-left: -15px;
    margin-right: -15px
}

.footer-holder:before, .footer-holder:after {
    content: " ";
    display: table
}

.footer-holder:after {
    clear: both
}

.footer-holder .footer-frame {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .footer-holder .footer-frame {
        float: left;
        width: 100%
    }
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -75px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -75px
}

.carousel-control.right, .carousel-control.left {
    background-image: none
}

.carousel-control {
    width: 5%
}

a {
    color: #BE3F3F
}

a:hover {
    color: #BE3F3F;
    text-decoration: none
}

a:focus {
    text-decoration: none
}

body {
    background-color: #000
}

#legal {
    margin-top: 122px
}

.wm-header__sign-out, .wm-header__login-link {
    display: none
}

#legal li {
    list-style-type: disc;
    list-style: outside;
    margin-left: 40px;
}

