html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, 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
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    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;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

body, html {
    height: 100%
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

*, :after, :before {
    box-sizing: inherit
}

a {
    cursor: pointer;
    background-color: transparent;
    transition: all .2s ease
}

    a:active, a:hover {
        outline: 0
    }

:focus, button:focus, input:focus {
    outline: 1px dotted #22a4f3
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate3D(0,1,0,1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate3D(0,1,0,1turn);
        transform: rotate3D(0,1,0,1turn)
    }
}

@-webkit-keyframes b {
    to {
        -webkit-transform: rotate3D(0,1,0,-1turn)
    }
}

@keyframes b {
    to {
        -webkit-transform: rotate3D(0,1,0,-1turn);
        transform: rotate3D(0,1,0,-1turn)
    }
}

@-webkit-keyframes c {
    to {
        -webkit-transform: rotate3D(1,0,0,1turn)
    }
}

@keyframes c {
    to {
        -webkit-transform: rotate3D(1,0,0,1turn);
        transform: rotate3D(1,0,0,1turn)
    }
}

@-webkit-keyframes d {
    to {
        -webkit-transform: rotate3D(1,0,0,-1turn)
    }
}

@keyframes d {
    to {
        -webkit-transform: rotate3D(1,0,0,-1turn);
        transform: rotate3D(1,0,0,-1turn)
    }
}

@-webkit-keyframes e {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes e {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.anim-spin-rtl {
    -webkit-animation: b .8s ease 1;
    animation: b .8s ease 1
}

.anim-spin-ltr {
    -webkit-animation: a .8s ease 1;
    animation: a .8s ease 1
}

.anim-spin-ttb {
    -webkit-animation: c .8s ease 1;
    animation: c .8s ease 1
}

.anim-spin-btt {
    -webkit-animation: d .8s ease 1;
    animation: d .8s ease 1
}

.anim-spin-rotate {
    -webkit-animation: e .8s ease 1;
    animation: e .8s ease 1
}

.before--anim-spin-rtl:before {
    -webkit-animation: b .8s ease 1;
    animation: b .8s ease 1
}

.before--anim-spin-ltr:before {
    -webkit-animation: a .8s ease 1;
    animation: a .8s ease 1
}

.before--anim-spin-ttb:before {
    -webkit-animation: c .8s ease 1;
    animation: c .8s ease 1
}

.before--anim-spin-btt:before {
    -webkit-animation: d .8s ease 1;
    animation: d .8s ease 1
}

.before--anim-spin-rotate:before {
    -webkit-animation: e .8s ease 1;
    animation: e .8s ease 1
}

.after--anim-spin-rtl:after {
    -webkit-animation: b .8s ease 1;
    animation: b .8s ease 1
}

.after--anim-spin-ltr:after {
    -webkit-animation: a .8s ease 1;
    animation: a .8s ease 1
}

.after--anim-spin-ttb:after {
    -webkit-animation: c .8s ease 1;
    animation: c .8s ease 1
}

.after--anim-spin-btt:after {
    -webkit-animation: d .8s ease 1;
    animation: d .8s ease 1
}

.after--anim-spin-rotate:after {
    -webkit-animation: e .8s ease 1;
    animation: e .8s ease 1
}

.snowflake-clicker:after {
    box-shadow: inset 0 0 0 35px hsla(0,0%,100%,0)
}

.snowflake-clicker.click:after {
    -webkit-animation: f .5s ease-out forwards;
    animation: f .5s ease-out forwards
}

@-webkit-keyframes f {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4,.4,1);
        transform: scale3d(.4,.4,1)
    }

    80% {
        box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.8);
        opacity: .1
    }

    to {
        box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.8);
        opacity: 0;
        -webkit-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1)
    }
}

@keyframes f {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4,.4,1);
        transform: scale3d(.4,.4,1)
    }

    80% {
        box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.8);
        opacity: .1
    }

    to {
        box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.8);
        opacity: 0;
        -webkit-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1)
    }
}

.ajax-waiting {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .ajax-waiting .dot {
        -webkit-animation: g 1s ease infinite 0ms;
        animation: g 1s ease infinite 0ms;
        float: left;
        width: 18px;
        height: 18px;
        margin: 0 15px;
        background-color: #004ba0;
        border-radius: 40%;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all ease
    }

        .ajax-waiting .dot:nth-child(2) {
            -webkit-animation: g 1s ease infinite .3s;
            animation: g 1s ease infinite .3s
        }

        .ajax-waiting .dot:nth-child(3) {
            -webkit-animation: g 1s ease infinite .6s;
            animation: g 1s ease infinite .6s
        }

    .ajax-waiting.requeue.r-0 .dot, .ajax-waiting.requeue.r-1 .dot {
        background-color: #022156
    }

    .ajax-waiting.requeue.r-2 .dot, .ajax-waiting.requeue.r-3 .dot {
        background-color: #f56300
    }

    .ajax-waiting.requeue.r-4 .dot, .ajax-waiting.requeue.r-5 .dot {
        background-color: #c32788
    }

@-webkit-keyframes g {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes g {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.slideDown {
    animation-name: h;
    -webkit-animation-name: h;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%)
    }

    65% {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%)
    }

    80% {
        -webkit-transform: translateY(4%);
        transform: translateY(4%)
    }

    95% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes h {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%)
    }

    65% {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%)
    }

    80% {
        -webkit-transform: translateY(4%);
        transform: translateY(4%)
    }

    95% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideUp {
    animation-name: i;
    -webkit-animation-name: i;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important
}

@-webkit-keyframes i {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    50% {
        -webkit-transform: translateY(-8%);
        transform: translateY(-8%)
    }

    65% {
        -webkit-transform: translateY(4%);
        transform: translateY(4%)
    }

    80% {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%)
    }

    95% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes i {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    50% {
        -webkit-transform: translateY(-8%);
        transform: translateY(-8%)
    }

    65% {
        -webkit-transform: translateY(4%);
        transform: translateY(4%)
    }

    80% {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%)
    }

    95% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideLeft {
    animation-name: j;
    -webkit-animation-name: j;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important
}

@-webkit-keyframes j {
    0% {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }

    50% {
        -webkit-transform: translateX(-8%);
        transform: translateX(-8%)
    }

    65% {
        -webkit-transform: translateX(4%);
        transform: translateX(4%)
    }

    80% {
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%)
    }

    95% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes j {
    0% {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }

    50% {
        -webkit-transform: translateX(-8%);
        transform: translateX(-8%)
    }

    65% {
        -webkit-transform: translateX(4%);
        transform: translateX(4%)
    }

    80% {
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%)
    }

    95% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideRight {
    animation-name: k;
    -webkit-animation-name: k;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important
}

@-webkit-keyframes k {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    50% {
        -webkit-transform: translateX(8%);
        transform: translateX(8%)
    }

    65% {
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%)
    }

    80% {
        -webkit-transform: translateX(4%);
        transform: translateX(4%)
    }

    95% {
        -webkit-transform: translateX(-2%);
        transform: translateX(-2%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes k {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    50% {
        -webkit-transform: translateX(8%);
        transform: translateX(8%)
    }

    65% {
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%)
    }

    80% {
        -webkit-transform: translateX(4%);
        transform: translateX(4%)
    }

    95% {
        -webkit-transform: translateX(-2%);
        transform: translateX(-2%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideExpandUp {
    animation-name: l;
    -webkit-animation-name: l;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease -out;
    visibility: visible !important
}

@-webkit-keyframes l {
    0% {
        -webkit-transform: translateY(100%) scaleX(.5);
        transform: translateY(100%) scaleX(.5)
    }

    30% {
        -webkit-transform: translateY(-8%) scaleX(.5);
        transform: translateY(-8%) scaleX(.5)
    }

    40% {
        -webkit-transform: translateY(2%) scaleX(.5);
        transform: translateY(2%) scaleX(.5)
    }

    50% {
        -webkit-transform: translateY(0) scaleX(1.1);
        transform: translateY(0) scaleX(1.1)
    }

    60% {
        -webkit-transform: translateY(0) scaleX(.9);
        transform: translateY(0) scaleX(.9)
    }

    70% {
        -webkit-transform: translateY(0) scaleX(1.05);
        transform: translateY(0) scaleX(1.05)
    }

    80% {
        -webkit-transform: translateY(0) scaleX(.95);
        transform: translateY(0) scaleX(.95)
    }

    90% {
        -webkit-transform: translateY(0) scaleX(1.02);
        transform: translateY(0) scaleX(1.02)
    }

    to {
        -webkit-transform: translateY(0) scaleX(1);
        transform: translateY(0) scaleX(1)
    }
}

@keyframes l {
    0% {
        -webkit-transform: translateY(100%) scaleX(.5);
        transform: translateY(100%) scaleX(.5)
    }

    30% {
        -webkit-transform: translateY(-8%) scaleX(.5);
        transform: translateY(-8%) scaleX(.5)
    }

    40% {
        -webkit-transform: translateY(2%) scaleX(.5);
        transform: translateY(2%) scaleX(.5)
    }

    50% {
        -webkit-transform: translateY(0) scaleX(1.1);
        transform: translateY(0) scaleX(1.1)
    }

    60% {
        -webkit-transform: translateY(0) scaleX(.9);
        transform: translateY(0) scaleX(.9)
    }

    70% {
        -webkit-transform: translateY(0) scaleX(1.05);
        transform: translateY(0) scaleX(1.05)
    }

    80% {
        -webkit-transform: translateY(0) scaleX(.95);
        transform: translateY(0) scaleX(.95)
    }

    90% {
        -webkit-transform: translateY(0) scaleX(1.02);
        transform: translateY(0) scaleX(1.02)
    }

    to {
        -webkit-transform: translateY(0) scaleX(1);
        transform: translateY(0) scaleX(1)
    }
}

.expandUp {
    animation-name: m;
    -webkit-animation-name: m;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important
}

@-webkit-keyframes m {
    0% {
        -webkit-transform: translateY(100%) scale(.6) scaleY(.5);
        transform: translateY(100%) scale(.6) scaleY(.5)
    }

    60% {
        -webkit-transform: translateY(-7%) scaleY(1.12);
        transform: translateY(-7%) scaleY(1.12)
    }

    75% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%)
    }

    to {
        -webkit-transform: translateY(0) scale(1) scaleY(1);
        transform: translateY(0) scale(1) scaleY(1)
    }
}

@keyframes m {
    0% {
        -webkit-transform: translateY(100%) scale(.6) scaleY(.5);
        transform: translateY(100%) scale(.6) scaleY(.5)
    }

    60% {
        -webkit-transform: translateY(-7%) scaleY(1.12);
        transform: translateY(-7%) scaleY(1.12)
    }

    75% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%)
    }

    to {
        -webkit-transform: translateY(0) scale(1) scaleY(1);
        transform: translateY(0) scale(1) scaleY(1)
    }
}

.fadeIn {
    animation-name: n;
    -webkit-animation-name: n;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important
}

@-webkit-keyframes n {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    80% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes n {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    80% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.expandOpen {
    animation-name: o;
    -webkit-animation-name: o;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important
}

@-webkit-keyframes o {
    0% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    80% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    90% {
        -webkit-transform: scale(.98);
        transform: scale(.98)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes o {
    0% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    80% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    90% {
        -webkit-transform: scale(.98);
        transform: scale(.98)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.bigEntrance {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.bigEntrance, .bigEntranceQuick {
    -webkit-animation-name: p;
    animation-name: p;
    visibility: visible !important
}

.bigEntranceQuick {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes p {
    0% {
        -webkit-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
        transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: .2
    }

    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.98) rotate(1deg) translateX(0) translateY(0);
        transform: scale(.98) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
        transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: scale(.99) rotate(1deg) translateX(0) translateY(0);
        transform: scale(.99) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    90% {
        -webkit-transform: scale(1.01) rotate(0deg) translateX(0) translateY(0);
        transform: scale(1.01) rotate(0deg) translateX(0) translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1) rotate(0deg) translateX(0) translateY(0);
        transform: scale(1) rotate(0deg) translateX(0) translateY(0);
        opacity: 1
    }
}

@keyframes p {
    0% {
        -webkit-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
        transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: .2
    }

    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.98) rotate(1deg) translateX(0) translateY(0);
        transform: scale(.98) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
        transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: scale(.99) rotate(1deg) translateX(0) translateY(0);
        transform: scale(.99) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    90% {
        -webkit-transform: scale(1.01) rotate(0deg) translateX(0) translateY(0);
        transform: scale(1.01) rotate(0deg) translateX(0) translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1) rotate(0deg) translateX(0) translateY(0);
        transform: scale(1) rotate(0deg) translateX(0) translateY(0);
        opacity: 1
    }
}

.hatch {
    animation-name: q;
    -webkit-animation-name: q;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    visibility: visible !important
}

@-webkit-keyframes q {
    0% {
        -webkit-transform: rotate(0deg) scaleY(.6);
        transform: rotate(0deg) scaleY(.6)
    }

    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05);
        transform: rotate(-2deg) scaleY(1.05)
    }

    35% {
        -webkit-transform: rotate(2deg) scaleY(1);
        transform: rotate(2deg) scaleY(1)
    }

    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    65% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    80% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes q {
    0% {
        -webkit-transform: rotate(0deg) scaleY(.6);
        transform: rotate(0deg) scaleY(.6)
    }

    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05);
        transform: rotate(-2deg) scaleY(1.05)
    }

    35% {
        -webkit-transform: rotate(2deg) scaleY(1);
        transform: rotate(2deg) scaleY(1)
    }

    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    65% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    80% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.bounce {
    animation-name: r;
    -webkit-animation-name: r;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%
}

@-webkit-keyframes r {
    0% {
        -webkit-transform: translateY(0) scaleY(.6);
        transform: translateY(0) scaleY(.6)
    }

    60% {
        -webkit-transform: translateY(-100%) scaleY(1.1);
        transform: translateY(-100%) scaleY(1.1)
    }

    70% {
        -webkit-transform: translateY(0) scaleY(.95) scaleX(1.05);
        transform: translateY(0) scaleY(.95) scaleX(1.05)
    }

    80% {
        -webkit-transform: translateY(0) scaleY(1.05) scaleX(1);
        transform: translateY(0) scaleY(1.05) scaleX(1)
    }

    90% {
        -webkit-transform: translateY(0) scaleY(.95) scaleX(1);
        transform: translateY(0) scaleY(.95) scaleX(1)
    }

    to {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1)
    }
}

@keyframes r {
    0% {
        -webkit-transform: translateY(0) scaleY(.6);
        transform: translateY(0) scaleY(.6)
    }

    60% {
        -webkit-transform: translateY(-100%) scaleY(1.1);
        transform: translateY(-100%) scaleY(1.1)
    }

    70% {
        -webkit-transform: translateY(0) scaleY(.95) scaleX(1.05);
        transform: translateY(0) scaleY(.95) scaleX(1.05)
    }

    80% {
        -webkit-transform: translateY(0) scaleY(1.05) scaleX(1);
        transform: translateY(0) scaleY(1.05) scaleX(1)
    }

    90% {
        -webkit-transform: translateY(0) scaleY(.95) scaleX(1);
        transform: translateY(0) scaleY(.95) scaleX(1)
    }

    to {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1)
    }
}

.pulse {
    animation-name: s;
    -webkit-animation-name: s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes s {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .7
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .7
    }
}

@keyframes s {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .7
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .7
    }
}

.pulseSmall {
    animation-name: t;
    -webkit-animation-name: t;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes t {
    0% {
        -webkit-transform: scale(.97);
        transform: scale(.97);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.97);
        transform: scale(.97);
        opacity: .8
    }
}

@keyframes t {
    0% {
        -webkit-transform: scale(.97);
        transform: scale(.97);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.97);
        transform: scale(.97);
        opacity: .8
    }
}

.floating {
    animation-name: u;
    -webkit-animation-name: u;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes u {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes u {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.tossing {
    animation-name: v;
    -webkit-animation-name: v;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes v {
    0% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    50% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    to {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
}

@keyframes v {
    0% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    50% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    to {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
}

.pullUp {
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%
}

.pullDown, .pullUp {
    animation-name: w;
    -webkit-animation-name: w;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out
}

.pullDown {
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0
}

@-webkit-keyframes w {
    0% {
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1)
    }

    40% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02)
    }

    60% {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }

    to {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.01);
        transform: scaleY(1.01)
    }

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes w {
    0% {
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1)
    }

    40% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02)
    }

    60% {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }

    to {
        -webkit-transform: scaleY(.98);
        transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.01);
        transform: scaleY(1.01)
    }

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.stretchLeft {
    transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0
}

.stretchLeft, .stretchRight {
    animation-name: x;
    -webkit-animation-name: x;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out
}

.stretchRight {
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

@-webkit-keyframes x {
    0% {
        -webkit-transform: scaleX(.3);
        transform: scaleX(.3)
    }

    40% {
        -webkit-transform: scaleX(1.02);
        transform: scaleX(1.02)
    }

    60% {
        -webkit-transform: scaleX(.98);
        transform: scaleX(.98)
    }

    to {
        -webkit-transform: scaleX(.98);
        transform: scaleX(.98)
    }

    80% {
        -webkit-transform: scaleX(1.01);
        transform: scaleX(1.01)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes x {
    0% {
        -webkit-transform: scaleX(.3);
        transform: scaleX(.3)
    }

    40% {
        -webkit-transform: scaleX(1.02);
        transform: scaleX(1.02)
    }

    60% {
        -webkit-transform: scaleX(.98);
        transform: scaleX(.98)
    }

    to {
        -webkit-transform: scaleX(.98);
        transform: scaleX(.98)
    }

    80% {
        -webkit-transform: scaleX(1.01);
        transform: scaleX(1.01)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.flip-2-hor-top-1 {
    -webkit-animation: y 1s cubic-bezier(.455,.03,.515,.955) infinite both;
    animation: y 1s cubic-bezier(.455,.03,.515,.955) infinite both
}

@-webkit-keyframes y {
    0% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    to {
        -webkit-transform: translateY(-100%) rotateX(-180deg);
        transform: translateY(-100%) rotateX(-180deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
}

@keyframes y {
    0% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    to {
        -webkit-transform: translateY(-100%) rotateX(-180deg);
        transform: translateY(-100%) rotateX(-180deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
}

.rotate-center {
    -webkit-animation: z 1s ease-in-out infinite both;
    animation: z 1s ease-in-out infinite both
}

@-webkit-keyframes z {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes z {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.rotate-scale-up {
    -webkit-animation: A 1s linear infinite both;
    animation: A 1s linear infinite both
}

@-webkit-keyframes A {
    0% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }

    50% {
        -webkit-transform: scale(1.5) rotate(180deg);
        transform: scale(1.5) rotate(180deg)
    }

    to {
        -webkit-transform: scale(1) rotate(1turn);
        transform: scale(1) rotate(1turn)
    }
}

@keyframes A {
    0% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }

    50% {
        -webkit-transform: scale(1.5) rotate(180deg);
        transform: scale(1.5) rotate(180deg)
    }

    to {
        -webkit-transform: scale(1) rotate(1turn);
        transform: scale(1) rotate(1turn)
    }
}

.scale-up-center {
    -webkit-animation: B .4s cubic-bezier(.175,.885,.32,1.275) both;
    animation: B .4s cubic-bezier(.175,.885,.32,1.275) both
}

@-webkit-keyframes B {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes B {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartbeat {
    -webkit-animation: C 1.5s ease-in-out infinite both;
    animation: C 1.5s ease-in-out infinite both
}

@-webkit-keyframes C {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes C {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.pulsate-bck {
    -webkit-animation: D 1.5s ease-in-out infinite both;
    animation: D 1.5s ease-in-out infinite both
}

@-webkit-keyframes D {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes D {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.poll-loader ul {
    width: 80px;
    margin: 0 auto 10px;
    padding: 4px;
    list-style: none;
    text-align: center;
    -webkit-animation: E 1.5s infinite ease-in;
    animation: E 1.5s infinite ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.poll-loader li {
    display: inline-block;
    vertical-align: middle;
    font-family: theme_icons,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    width: 40px;
    margin: 0 auto;
    padding-top: 9px;
    border-radius: 6%;
    box-sizing: border-box;
    background-color: #fff
}

    .poll-loader li:before {
        content: '\e00a';
        font-size: 24px;
        color: inherit
    }

.poll-loader .ballotbox {
    position: relative;
    width: 90px;
    height: 10px;
    margin: 0 auto;
    border-radius: 8%;
    background: #a0afb7
}

    .poll-loader .ballotbox span {
        position: absolute;
        top: 9px;
        left: 5px;
        width: 80px;
        height: 22px;
        content: '';
        border-radius: 8%;
        background: #c0cfd7
    }

@-webkit-keyframes E {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,45px,0);
        transform: translate3d(0,45px,0)
    }
}

@keyframes E {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,45px,0);
        transform: translate3d(0,45px,0)
    }
}

.sf-page {
    position: relative
}

#accessibility-header {
    position: absolute;
    left: -555em;
    top: 0;
    z-index: 5;
    width: 100%;
    background-color: #333
}

    #accessibility-header.focus, #accessibility-header:focus {
        position: relative;
        left: 0;
        top: 0
    }

    #accessibility-header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center
    }

    #accessibility-header li {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 10px 0
    }

@media (max-width:41.24em) {
    #accessibility-header ul {
        padding-top: 5px
    }

    #accessibility-header li {
        display: block;
        padding: 0;
        margin: 0 10px
    }

    #accessibility-header a, #accessibility-header button {
        width: 100%;
        margin: 0 0 5px
    }
}

.sf-chromeless .sf-page {
    height: 100%
}

    .sf-chromeless .sf-page main {
        height: auto
    }

.nav-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-wrap li {
    display: inline-block;
    vertical-align: middle
}

.nav-wrap a {
    text-decoration: none
}

.page-header, .sf-box-title {
    margin: 0;
    padding: 15px 15px 0
}

    .page-header.above-content, .sf-box-title.above-content {
        padding-top: 30px
    }

    .page-header h1, .page-header h2, .sf-box-title h1, .sf-box-title h2 {
        margin: 0;
        font-size: 36px;
        color: #fff;
        line-height: 36px
    }

.post-listing {
    overflow: hidden
}

.sidebar h2 {
    margin-top: 0
}

.sf-post {
    position: relative;
    overflow: hidden;
    padding: 15px
}

    .sf-post .post-title {
        line-height: 1.2
    }

.sf-hidden {
    display: none !important
}

.sf-reader-only {
    position: absolute !important;
    left: -555em;
    visibility: visible;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    white-space: nowrap
}

article p {
    margin: 0;
    padding: 1em 0
}

#__bs_notify__ {
    z-index: 12 !important;
    background-color: #c03 !important
}

.t-align-left {
    text-align: left
}

.t-align-right {
    text-align: right
}

.t-align-center {
    text-align: center
}

.f-align-right {
    float: right
}

.f-align-left {
    float: left
}

#page-notification {
    position: relative
}

    #page-notification .message {
        position: relative;
        padding: 15px
    }

        #page-notification .message, #page-notification .message .close a {
            font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
            font-weight: 400
        }

            #page-notification .message .close a {
                position: absolute;
                top: 20px;
                right: 20px;
                z-index: 11;
                display: block;
                padding: 5px;
                border: 1px solid #43464c;
                border-radius: 5px;
                background-color: #43464c;
                font-size: 22px;
                color: #fff;
                text-decoration: none;
                box-sizing: border-box
            }

            #page-notification .message .inner {
                padding: 15px;
                border: 1px solid #999;
                border-radius: 5px;
                background-color: #fff
            }

            #page-notification .message.info .inner {
                color: #43464c
            }

            #page-notification .message.error .inner {
                color: #fff;
                border-color: #c03;
                background-color: #c03
            }

            #page-notification .message.waiting .inner {
                color: #43464c;
                border-color: #f7c600;
                background-color: #f7c600
            }

            #page-notification .message.success .inner {
                color: #43464c;
                border-color: #9cdd52;
                background-color: #9cdd52
            }

.back-button-wrap button.back-button {
    font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    border: none
}

    .back-button-wrap button.back-button:before {
        content: '\e022';
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px;
        font-size: 36px
    }

.message-404.sf-box-wrap .sf-box {
    padding: 30px;
    background-color: #fff;
    color: #43464c
}

@font-face {
    font-family: system_icons;
    src: url(../fonts/SnowflakeUI-Regular.woff2) format("woff2"),url(../fonts/SnowflakeUI-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: theme_icons;
    src: url(../fonts/ClubPenguinIsland-Regular.eot);
    src: url(../fonts/ClubPenguinIsland-Regular.eot) format("embedded-opentype"),url(../fonts/ClubPenguinIsland-Regular.woff2) format("woff2"),url(../fonts/ClubPenguinIsland-Regular.woff) format("woff"),url(../fonts/ClubPenguinIsland-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: loyola;
    src: url(../fonts/Loyola-webfont.eot);
    src: url(../fonts/Loyola-webfont.eot) format("embedded-opentype"),url(../fonts/Loyola-webfont.woff2) format("woff2"),url(../fonts/Loyola-webfont.woff) format("woff"),url(../fonts/Loyola-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_regular;
    src: url(../fonts/ProximaNova-Reg-webfont.eot);
    src: url(../fonts/ProximaNova-Reg-webfont.eot) format("embedded-opentype"),url(../fonts/ProximaNova-Reg-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_italic;
    src: url(../fonts/ProximaNova-RegIt-webfont.eot);
    src: url(../fonts/ProximaNova-RegIt-webfont.eot#iefix) format("embedded-opentype"),url(../fonts/ProximaNova-RegIt-webfont.woff2) format("woff2"),url(../fonts/ProximaNova-RegIt-webfont.woff) format("woff"),url(../fonts/ProximaNova-RegIt-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_semibold;
    src: url(../fonts/ProximaNova-Sbold-webfont.eot);
    src: url(../fonts/ProximaNova-Sbold-webfont.eot#iefix) format("embedded-opentype"),url(../fonts/ProximaNova-Sbold-webfont.woff2) format("woff2"),url(../fonts/ProximaNova-Sbold-webfont.woff) format("woff"),url(../fonts/ProximaNova-Sbold-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_bold;
    src: url(../fonts/ProximaNova-Bold-webfont.eot);
    src: url(../fonts/ProximaNova-Bold-webfont.eot#iefix) format("embedded-opentype"),url(../fonts/ProximaNova-Bold-webfont.woff2) format("woff2"),url(../fonts/ProximaNova-Bold-webfont.woff) format("woff"),url(../fonts/ProximaNova-Bold-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_bold_italic;
    src: url(../fonts/ProximaNova-BoldIt-webfont.eot);
    src: url(../fonts/ProximaNova-BoldIt-webfont.eot#iefix) format("embedded-opentype"),url(../fonts/ProximaNova-BoldIt-webfont.woff2) format("woff2"),url(../fonts/ProximaNova-BoldIt-webfont.woff) format("woff"),url(../fonts/ProximaNova-BoldIt-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: proxima_nova_regular,Helvetica,Arial,sans-serif;
    font-size: 16px
}

b, body, strong {
    font-weight: 400
}

b, strong {
    font-family: proxima_nova_bold,Helvetica,Arial,sans-serif
}

    b em, b i, strong em, strong i {
        font-family: proxima_nova_bold_italic,Helvetica,Arial,sans-serif;
        font-weight: 400
    }

em, i {
    font-family: proxima_nova_italic,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal
}

    em b, em strong, i b, i strong {
        font-family: proxima_nova_bold_italic,Helvetica,Arial,sans-serif;
        font-weight: 400
    }

h1, h2, h3, h4, h5 {
    font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
    font-weight: 400
}

    h1 em, h1 i, h2 em, h2 i, h3 em, h3 i, h4 em, h4 i, h5 em, h5 i {
        font-family: proxima_nova_bold_italic,Helvetica,Arial,sans-serif;
        font-weight: 400
    }

h1 {
    font-size: 22px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4, h5 {
    font-size: 14px
}

.sf-font-proxima {
    font-family: proxima_nova_regular,Helvetica,Arial,sans-serif;
    font-weight: 400
}

    .sf-font-proxima.bold {
        font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
        font-weight: 400
    }

    .sf-font-proxima.semibold {
        font-family: proxima_nova_semibold,Helvetica,Arial,sans-serif;
        font-weight: 400
    }

    .sf-font-proxima.italic {
        font-family: proxima_nova_italic,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

.proxima_nova_bold {
    font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
    font-weight: 400
}

.proxima_nova_semibold {
    font-family: proxima_nova_semibold,Helvetica,Arial,sans-serif;
    font-weight: 400
}

.proxima_nova_regular {
    font-family: proxima_nova_regular,Helvetica,Arial,sans-serif;
    font-weight: 400
}

.loyola, .sf-font-loyola {
    font-family: loyola,Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 0 !important;
    font-size: 18px
}

h1.sf-font-loyola {
    font-size: 34px
}

h2.sf-font-loyola {
    font-size: 30px
}

h3.sf-font-loyola {
    font-size: 28px
}

h4.sf-font-loyola, h5.sf-font-loyola {
    font-size: 22px
}

span.i {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #22a4f3;
    font-size: 20px;
    line-height: 36px;
    font-family: system_icons,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit
}

    span.i.icon-pos-right {
        float: right
    }

    span.i.icon-s-add:before {
        content: '\f026'
    }

    span.i.icon-s-edit:before {
        content: '\f025'
    }

    span.i.icon-s-checkmark:before {
        content: '\f049'
    }

    span.i.icon-trash:before {
        content: '\f024'
    }

    span.i.icon-move:before {
        content: '\f039'
    }

    span.i.icon-bold:before {
        content: '\f005'
    }

    span.i.icon-underline:before {
        content: '\f007'
    }

    span.i.icon-italic:before {
        content: '\f006'
    }

    span.i.icon-strikethrough:before {
        content: '\f008'
    }

    span.i.icon-list-ordered:before {
        content: '\f011'
    }

    span.i.icon-list-unordered:before {
        content: '\f012'
    }

    span.i.icon-link:before {
        content: '\f017'
    }

    span.i.icon-unlink:before {
        content: '\f018'
    }

    span.i.icon-media:before {
        content: '\f037'
    }

    span.i.icon-script:before {
        content: '\f001'
    }

    span.i.icon-quote:before {
        content: '\f013'
    }

    span.i.icon-cut:before {
        content: '\f002'
    }

    span.i.icon-paste:before {
        content: '\f004'
    }

    span.i.icon-copy:before {
        content: '\f003'
    }

    span.i.icon-superscript:before {
        content: '\f010'
    }

    span.i.icon-subscript:before {
        content: '\f009'
    }

    span.i.icon-indent:before {
        content: '\f015'
    }

    span.i.icon-outdent:before {
        content: '\f014'
    }

    span.i.icon-arrow-up {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-arrow-up:before {
            content: '\e053'
        }

    span.i.icon-arrow-down {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-arrow-down:before {
            content: '\e051'
        }

    span.i.icon-arrow-left {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-arrow-left:before {
            content: '\e052'
        }

    span.i.icon-arrow-right {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-arrow-right:before {
            content: '\e045'
        }

    span.i.icon-arrow-left-btn {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-arrow-left-btn:before {
            content: '\e022'
        }

    span.i.icon-arrow-right-btn {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-arrow-right-btn:before {
            content: '\e021'
        }

    span.i.icon-chevron-up {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-chevron-up:before {
            content: '\e047'
        }

    span.i.icon-chevron-down {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-chevron-down:before {
            content: '\e048'
        }

    span.i.icon-chevron-left {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-chevron-left:before {
            content: '\e044'
        }

    span.i.icon-chevron-right {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-chevron-right:before {
            content: '\e043'
        }

    span.i.icon-chevron-up-btn {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-chevron-up-btn:before {
            content: '\e050'
        }

    span.i.icon-chevron-down-btn {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-chevron-down-btn:before {
            content: '\e025'
        }

    span.i.icon-chevron-left-btn {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-chevron-left-btn:before {
            content: '\e054'
        }

    span.i.icon-chevron-right-btn {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-chevron-right-btn:before {
            content: '\e055'
        }

    span.i.icon-w-cloudy {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-w-cloudy:before {
            content: '\e033'
        }

    span.i.icon-w-partly-cloudy {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-w-partly-cloudy:before {
            content: '\e034'
        }

    span.i.icon-w-sunny {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-w-sunny:before {
            content: '\e035'
        }

    span.i.icon-w-rainy {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-w-rainy:before {
            content: '\e036'
        }

    span.i.icon-w-clearnight {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-w-clearnight:before {
            content: '\e037'
        }

    span.i.icon-w-windy {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-w-windy:before {
            content: '\e038'
        }

    span.i.icon-w-snowy {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-w-snowy:before {
            content: '\e039'
        }

    span.i.icon-w-cloudy-night {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-w-cloudy-night:before {
            content: '\e040'
        }

    span.i.icon-close {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-close:before {
            content: '\e023'
        }

    span.i.icon-add {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-add:before {
            content: '\e020'
        }

    span.i.icon-edit {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-edit:before {
            content: '\e027'
        }

    span.i.icon-download {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-download:before {
            content: '\e024'
        }

    span.i.icon-sound-on {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-sound-on:before {
            content: '\e030'
        }

    span.i.icon-sound-off {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-sound-off:before {
            content: '\e031'
        }

    span.i.icon-profile {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-profile:before {
            content: '\e015'
        }

    span.i.icon-radio {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-radio:before {
            content: '\e046'
        }

    span.i.icon-radio-on {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-radio-on:before {
            content: '\e049'
        }

    span.i.icon-trending {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-trending:before {
            content: '\e004'
        }

    span.i.icon-comment {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-comment:before {
            content: '\e010'
        }

    span.i.icon-news {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-news:before {
            content: '\e008'
        }

    span.i.icon-video {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-video:before {
            content: '\e007'
        }

    span.i.icon-music {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-music:before {
            content: '\e009'
        }

    span.i.icon-fan-photo {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-fan-photo:before {
            content: '\e002'
        }

    span.i.icon-thumbsup {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-thumbsup:before {
            content: '\e011'
        }

    span.i.icon-history {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-history:before {
            content: '\e016'
        }

    span.i.icon-heart {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-heart:before {
            content: '\e012'
        }

    span.i.icon-heart-full {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-heart-full:before {
            content: '\e013'
        }

    span.i.icon-poll {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-poll:before {
            content: '\e006'
        }

    span.i.icon-posts {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-posts:before {
            content: '\e042'
        }

    span.i.icon-avatar {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-avatar:before {
            content: '\e003'
        }

    span.i.icon-controller {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-controller:before {
            content: '\e001'
        }

    span.i.icon-calendar {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-calendar:before {
            content: '\e017'
        }

    span.i.icon-menu {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-menu:before {
            content: '\e028'
        }

    span.i.icon-settings {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-settings:before {
            content: '\e029'
        }

    span.i.icon-quiz {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-quiz:before {
            content: '\e032'
        }

    span.i.icon-smiley {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-smiley:before {
            content: '\e019'
        }

    span.i.icon-pin {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-pin:before {
            content: '\e041'
        }

    span.i.icon-questions {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-questions:before {
            content: '\e018'
        }

    span.i.icon-sneak-peak {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-sneak-peak:before {
            content: '\e005'
        }

    span.i.icon-timer {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-timer:before {
            content: '\e014'
        }

    span.i.icon-check {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

        span.i.icon-check:before {
            content: '\e026'
        }

.wp-admin .snowflake-button span.i {
    vertical-align: top
}

.avatar-block .avatar-img-wrap .avatar-img {
    background-repeat: no-repeat
}

.avatar-block .avatar-img-wrap .member-badge {
    display: none
}

.avatar-block .avatar-img-wrap.member .member-badge {
    display: block
}

.avatar-block .avatar-name {
    text-transform: uppercase;
    box-sizing: content-box;
    white-space: nowrap;
    font-size: 20px
}

.avatar-block.small .avatar-name {
    margin-left: 10px
}

.avatar-block.small .avatar-img-wrap, .avatar-block.small .avatar-name {
    display: inline-block;
    vertical-align: middle
}

.avatar-block.small .avatar-img {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
    background-position: 50%
}

.avatar-block.large {
    position: relative;
    width: 260px;
    margin: 0 auto
}

    .avatar-block.large .avatar-name {
        width: 100%;
        text-align: center;
        font-size: 16px
    }

    .avatar-block.large .avatar-img-wrap {
        position: relative;
        width: 260px;
        height: 260px;
        margin: 0 auto
    }

        .avatar-block.large .avatar-img-wrap.member .member-badge {
            position: absolute;
            bottom: 20px;
            left: 10px;
            max-width: 80px
        }

    .avatar-block.large .avatar-img {
        width: 260px;
        height: 260px;
        background-size: contain;
        background-position: 50%;
        width: 100%
    }

.avatar-block.membership-icon .avatar-img-wrap .member-badge {
    position: absolute;
    bottom: 20px;
    left: 10px;
    max-width: 80px;
    display: block
}

.header-profile .avatar-block {
    display: inline-block;
    vertical-align: middle
}

.header-profile .avatar-info {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px
}

    .header-profile .avatar-info .avatar-img {
        width: 50px;
        height: 50px;
        background-size: 50px auto;
        background-position: 50%;
        position: absolute;
        top: 0;
        left: 0
    }

    .header-profile .avatar-info .avatar-name {
        font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        box-sizing: content-box;
        white-space: nowrap;
        margin-left: 60px;
        padding-top: 8px;
        overflow: hidden
    }

    .header-profile .avatar-info .avatar-actions {
        min-width: 80px;
        margin-left: 60px;
        padding-top: 3px
    }

        .header-profile .avatar-info .avatar-actions a {
            font-family: proxima_nova_regular,Helvetica,Arial,sans-serif;
            font-weight: 400;
            display: inline-block;
            font-size: 14px;
            text-decoration: none
        }

            .header-profile .avatar-info .avatar-actions a:before {
                display: inline-block;
                vertical-align: middle;
                width: 36px;
                height: 36px;
                text-align: center;
                color: #22a4f3;
                font-size: 20px;
                line-height: 36px;
                font-family: theme_icons,Helvetica,Arial,sans-serif;
                font-style: normal;
                font-weight: 400;
                content: '';
                width: 0;
                height: 12px;
                transition: all .2s ease;
                font-size: 12px;
                text-align: left;
                line-height: 12px
            }

            .header-profile .avatar-info .avatar-actions a:hover:before {
                width: 18px;
                content: '\e043'
            }

.slidemenu {
    position: fixed
}

    .slidemenu ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .slidemenu a {
        font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
        font-weight: 400;
        display: block;
        color: #fff;
        font-size: 18px
    }

        .slidemenu a.active {
            color: #fff
        }

@media (max-width:48.9375em) {
    .admin-bar .slidemenu-push .slidemenu {
        top: 46px
    }
}

@media (min-width:48.875em) {
    .admin-bar .slidemenu-push .slidemenu {
        top: 32px
    }
}

.slidemenu-vertical {
    top: 0;
    z-index: 11;
    width: 250px;
    height: 100%
}

    .slidemenu-vertical a {
        padding: 22.5px;
        border-bottom: 1px solid hsla(0,0%,100%,.5)
    }

.slidemenu-horizontal {
    left: 0;
    z-index: 11;
    overflow: hidden;
    width: 100%;
    height: 150px
}

    .slidemenu-horizontal a {
        float: left;
        width: 20%;
        padding: .8em;
        border-left: 1px solid hsla(0,0%,100%,.5)
    }

.slidemenu-left {
    left: -250px
}

.slidemenu-right {
    right: -250px
}

.slidemenu-left.slidemenu-open {
    left: 0
}

.slidemenu-right.slidemenu-open {
    right: 0
}

.slidemenu-top {
    top: -150px
}

.slidemenu-bottom {
    bottom: -150px
}

.slidemenu-top.slidemenu-open {
    top: 0
}

.slidemenu-bottom.slidemenu-open {
    bottom: 0
}

.slidemenu-push {
    position: relative;
    left: 0;
    overflow-x: hidden
}

.slidemenu-push-toleft {
    left: -250px
}

#snowflake-legal-override, .slidemenu, .slidemenu-push {
    transition: all .3s ease
}

.acf-button, .snowflake-button, .ui-buttonset .ui-button, .ui-buttonset .ui-button.ui-state-active, .ui-dialog-buttonset .ui-button, .wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary, input[type=submit], p.submit input.button-primary {
    font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 15px;
    margin: 0 5px;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    text-transform: capitalize;
    background-color: #22a4f3;
    transition: background .2s ease,color .2s ease,border-radius .2s ease
}

    .acf-button:not(.sf-shadow), .snowflake-button:not(.sf-shadow), .ui-buttonset .ui-button.ui-state-active:not(.sf-shadow), .ui-buttonset .ui-button:not(.sf-shadow), .ui-dialog-buttonset .ui-button:not(.sf-shadow), .wp-core-ui .button-primary:not(.sf-shadow), .wp-core-ui .button-secondary:not(.sf-shadow), .wp-core-ui .button:not(.sf-shadow), input[type=submit]:not(.sf-shadow), p.submit input.button-primary:not(.sf-shadow) {
        box-shadow: none
    }

    .acf-button.focus, .acf-button:focus, .snowflake-button.focus, .snowflake-button:focus, .ui-buttonset .ui-button.focus, .ui-buttonset .ui-button.ui-state-active.focus, .ui-buttonset .ui-button.ui-state-active:focus, .ui-buttonset .ui-button:focus, .ui-dialog-buttonset .ui-button.focus, .ui-dialog-buttonset .ui-button:focus, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus, .wp-core-ui .button-secondary.focus, .wp-core-ui .button-secondary:focus, .wp-core-ui .button.focus, .wp-core-ui .button:focus, input[type=submit].focus, input[type=submit]:focus, p.submit input.button-primary.focus, p.submit input.button-primary:focus {
        color: #fff;
        background-color: #22a4f3
    }

    .acf-button:hover, .acf-button:hover:focus, .snowflake-button:hover, .snowflake-button:hover:focus, .ui-buttonset .ui-button.ui-state-active:hover, .ui-buttonset .ui-button.ui-state-active:hover:focus, .ui-buttonset .ui-button:hover, .ui-buttonset .ui-button:hover:focus, .ui-dialog-buttonset .ui-button:hover, .ui-dialog-buttonset .ui-button:hover:focus, .wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:hover:focus, .wp-core-ui .button-secondary:hover, .wp-core-ui .button-secondary:hover:focus, .wp-core-ui .button:hover, .wp-core-ui .button:hover:focus, input[type=submit]:hover, input[type=submit]:hover:focus, p.submit input.button-primary:hover, p.submit input.button-primary:hover:focus {
        color: #fff;
        background-color: #1d8bcf
    }

    .ui-buttonset .ui-button.ui-state-default {
        color: #43464c;
        background-color: #fff;
        border: 1px solid #c0cfd7
    }

    .ui-buttonset .ui-button.ui-state-active {
        color: #fff;
        background-color: #22a4f3;
        border: 1px solid #22a4f3
    }

    .acf-button, .snowflake-button.mini, .wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
        height: 28px;
        line-height: 28px !important
    }

        .acf-button.has-icon .i, .snowflake-button.mini.has-icon .i, .wp-core-ui .button-primary.has-icon .i, .wp-core-ui .button-secondary.has-icon .i, .wp-core-ui .button.has-icon .i {
            width: 28px;
            height: 28px;
            line-height: 26px;
            font-size: 18px
        }

.button-wrap {
    position: relative
}

.snowflake-button, .ui-dialog-buttonset .ui-button, p.submit input.button-primary {
    height: 36px;
    text-transform: uppercase;
    line-height: 36px !important
}

    .snowflake-button.has-icon, .ui-dialog-buttonset .ui-button.has-icon, p.submit input.button-primary.has-icon {
        padding-left: 0
    }

        .snowflake-button.has-icon .i, .ui-dialog-buttonset .ui-button.has-icon .i, p.submit input.button-primary.has-icon .i {
            border-radius: 4px
        }

    .snowflake-button.text-only, .ui-dialog-buttonset .ui-button.text-only, p.submit input.button-primary.text-only {
        color: #22a4f3;
        background-color: transparent
    }

        .snowflake-button.text-only.has-icon .i, .ui-dialog-buttonset .ui-button.text-only.has-icon .i, p.submit input.button-primary.text-only.has-icon .i {
            margin-right: 10px
        }

            .snowflake-button.text-only.has-icon .i.icon-pos-right, .ui-dialog-buttonset .ui-button.text-only.has-icon .i.icon-pos-right, p.submit input.button-primary.text-only.has-icon .i.icon-pos-right {
                margin-right: 0;
                margin-left: 10px
            }

        .snowflake-button.text-only:hover, .ui-dialog-buttonset .ui-button.text-only:hover, p.submit input.button-primary.text-only:hover {
            color: #1d8bcf;
            background-color: transparent
        }

    .snowflake-button.btn-large, .ui-dialog-buttonset .ui-button.btn-large, p.submit input.button-primary.btn-large {
        font-size: 26px;
        height: 60px;
        line-height: 60px !important
    }

    .snowflake-button.button-secondary:hover, .ui-dialog-buttonset .ui-button.button-secondary:hover, p.submit input.button-primary.button-secondary:hover {
        background-color: transparent
    }

    .snowflake-button.button-cancel, .snowflake-button.button-delete, .ui-dialog-buttonset .ui-button.button-cancel, .ui-dialog-buttonset .ui-button.button-delete, p.submit input.button-primary.button-cancel, p.submit input.button-primary.button-delete {
        padding: 0 15px;
        color: #fff;
        text-shadow: none;
        border: none;
        background-color: #c03
    }

        .snowflake-button.button-cancel:hover, .snowflake-button.button-delete:hover, .ui-dialog-buttonset .ui-button.button-cancel:hover, .ui-dialog-buttonset .ui-button.button-delete:hover, p.submit input.button-primary.button-cancel:hover, p.submit input.button-primary.button-delete:hover {
            background-color: #ad002b
        }

    .snowflake-button.membership-button, .ui-dialog-buttonset .ui-button.membership-button, p.submit input.button-primary.membership-button {
        background-color: #4ea800
    }

        .snowflake-button.membership-button.has-icon, .ui-dialog-buttonset .ui-button.membership-button.has-icon, p.submit input.button-primary.membership-button.has-icon {
            padding-left: 40px;
            padding-right: 30px
        }

            .snowflake-button.membership-button.has-icon .btn-icon, .ui-dialog-buttonset .ui-button.membership-button.has-icon .btn-icon, p.submit input.button-primary.membership-button.has-icon .btn-icon {
                position: absolute;
                top: -2px;
                left: 0;
                display: block;
                width: 42px;
                height: 42px;
                content: ' ';
                background-repeat: no-repeat;
                background-position: 50%;
                background-size: 100% auto
            }

.sf-widget-button-font-loyola .snowflake-button {
    font-size: 22px;
    line-height: 40px !important
}

    .sf-widget-button-font-loyola .snowflake-button.btn-large {
        font-size: 30px;
        line-height: 64px !important;
        padding-left: 40px;
        padding-right: 40px
    }

.snowflake-clicker.click {
    outline: none
}

.snowflake-clicker:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none
}

.snowflake-button.button-secondary {
    border: 2px solid #fff;
    line-height: 32px !important;
    background-color: transparent
}

p.submit {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0
}

    p.submit input.button-primary {
        margin: 0
    }

.snowflake-button-text {
    font-family: proxima_nova_semibold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    height: 36px;
    margin-bottom: 5px;
    color: #22a4f3;
    line-height: 36px;
    text-decoration: none
}

.snowflake-button-text, .snowflake-pill {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    font-size: 16px
}

.snowflake-pill {
    height: 30px;
    margin: 0 5px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 15px;
    background-color: #c0cfd7
}

    .snowflake-pill.pill-green {
        background-color: #9cdd52
    }

    .snowflake-pill.pill-yellow {
        background-color: #ffda46
    }

.sf-etevideo:active .video-controls, .sf-etevideo:focus .video-controls, .sf-etevideo:hover .video-controls, .sf-video:active .video-controls, .sf-video:focus .video-controls, .sf-video:hover .video-controls {
    opacity: .3
}

.sf-etevideo.controls-focus .video-controls, .sf-video.controls-focus .video-controls {
    opacity: 1
}

.sf-etevideo .video-controls, .sf-video .video-controls {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 5;
    padding: 15px;
    opacity: .3;
    transition: all .2s ease
}

    .sf-etevideo .video-controls:active, .sf-etevideo .video-controls:focus, .sf-etevideo .video-controls:hover, .sf-video .video-controls:active, .sf-video .video-controls:focus, .sf-video .video-controls:hover {
        opacity: 1
    }

    .sf-etevideo .video-controls.up button, .sf-video .video-controls.up button {
        display: inline-block;
        margin-top: 15px;
        margin-right: 15px
    }

    .sf-etevideo .video-controls button, .sf-etevideo .video-controls input, .sf-video .video-controls button, .sf-video .video-controls input {
        position: relative;
        height: 54px
    }

    .sf-etevideo .video-controls button, .sf-video .video-controls button {
        font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
        position: relative;
        width: auto;
        padding: 0 15px;
        margin: 0 5px;
        vertical-align: top;
        font-size: 16px;
        text-decoration: none;
        text-shadow: none;
        white-space: nowrap;
        cursor: pointer;
        border-radius: 4px;
        border: none;
        text-transform: capitalize;
        background-color: #22a4f3;
        transition: background .2s ease,color .2s ease,border-radius .2s ease;
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
        text-align: center;
        color: #22a4f3;
        font-size: 20px;
        line-height: 36px;
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        margin-bottom: 10px;
        margin-left: 0;
        color: #fff;
        line-height: 40px;
        border-radius: 40%;
        background-color: transparent;
        box-sizing: content-box
    }

        .sf-etevideo .video-controls button:not(.sf-shadow), .sf-video .video-controls button:not(.sf-shadow) {
            box-shadow: none
        }

        .sf-etevideo .video-controls button.focus, .sf-etevideo .video-controls button:focus, .sf-video .video-controls button.focus, .sf-video .video-controls button:focus {
            color: #fff;
            background-color: #22a4f3
        }

        .sf-etevideo .video-controls button:hover, .sf-etevideo .video-controls button:hover:focus, .sf-video .video-controls button:hover, .sf-video .video-controls button:hover:focus {
            color: #fff;
            background-color: #1d8bcf
        }

        .sf-etevideo .video-controls button span, .sf-video .video-controls button span {
            font-size: 0
        }

        .sf-etevideo .video-controls button:focus, .sf-video .video-controls button:focus {
            background-color: #fff
        }

            .sf-etevideo .video-controls button:focus:before, .sf-video .video-controls button:focus:before {
                color: #43464c
            }

        .sf-etevideo .video-controls button:active, .sf-etevideo .video-controls button:hover, .sf-etevideo .video-controls button:hover:focus, .sf-video .video-controls button:active, .sf-video .video-controls button:hover, .sf-video .video-controls button:hover:focus {
            background-color: #fff
        }

            .sf-etevideo .video-controls button:active:before, .sf-etevideo .video-controls button:hover:before, .sf-etevideo .video-controls button:hover:focus:before, .sf-video .video-controls button:active:before, .sf-video .video-controls button:hover:before, .sf-video .video-controls button:hover:focus:before {
                color: #43464c
            }

        .sf-etevideo .video-controls button:before, .sf-video .video-controls button:before {
            font-size: 30px
        }

    .sf-etevideo .video-controls .play:before, .sf-video .video-controls .play:before {
        content: '\e059'
    }

    .sf-etevideo .video-controls .play.pause:before, .sf-video .video-controls .play.pause:before {
        content: '\e058'
    }

    .sf-etevideo .video-controls .sound:before, .sf-video .video-controls .sound:before {
        content: '\e030'
    }

    .sf-etevideo .video-controls .sound.off:before, .sf-video .video-controls .sound.off:before {
        content: '\e031'
    }

    .sf-etevideo .video-controls .volume, .sf-video .video-controls .volume {
        display: none;
        width: 108px
    }

    .sf-etevideo .video-controls .full:before, .sf-video .video-controls .full:before {
        content: '\e056'
    }

    .sf-etevideo .video-controls .full.up:before, .sf-video .video-controls .full.up:before {
        content: '\e057'
    }

.comment, .comment-form {
    position: relative
}

    .comment-form .comment-as, .comment .comment-as {
        font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
        font-weight: 400;
        padding: 15px 15px 15px 35px
    }

    .comment-form .comment-text, .comment-form textarea, .comment .comment-text, .comment textarea {
        font-family: proxima_nova_semibold,Helvetica,Arial,sans-serif;
        font-weight: 400;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        width: 100%;
        padding: 5px;
        border: none
    }

    .comment-form .comment-emoji-chosen, .comment .comment-emoji-chosen {
        position: absolute;
        top: 20px;
        left: -30px;
        width: 60px;
        height: 60px
    }

        .comment-form .comment-emoji-chosen img, .comment .comment-emoji-chosen img {
            width: 100%;
            max-width: 60px
        }

    #comment-login-panel .comment-messages .session-block-inner, .comment-form .comment-messages .session-block-inner, .comment-list .comment-messages .session-block-inner, .comments-closed .comment-messages .session-block-inner {
        padding: 15px
    }

    #comment-login-panel .comment-message, .comment-form .comment-message, .comment-list .comment-message, .comments-closed .comment-message {
        font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
        font-weight: 400;
        position: relative;
        padding: 15px;
        color: #fff;
        text-align: left
    }

        #comment-login-panel .comment-message span, .comment-form .comment-message span, .comment-list .comment-message span, .comments-closed .comment-message span {
            display: block;
            padding-top: 5px;
            padding-left: 45px
        }

@media (max-width:41.24em) {
    #comment-login-panel .comment-message span, .comment-form .comment-message span, .comment-list .comment-message span, .comments-closed .comment-message span {
        padding-left: 30px
    }
}

#comment-login-panel .comment-message ul, .comment-form .comment-message ul, .comment-list .comment-message ul, .comments-closed .comment-message ul {
    list-style-position: outside;
    margin: 0;
    padding: 0 0 0 20px
}

#comment-login-panel .comment-message:before, .comment-form .comment-message:before, .comment-list .comment-message:before, .comments-closed .comment-message:before {
    font-family: theme_icons,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 24px
}

#comment-login-panel .comment-message.error:before, .comment-form .comment-message.error:before, .comment-list .comment-message.error:before, .comments-closed .comment-message.error:before {
    content: '\e00c'
}

#comment-login-panel .comment-message.info:before, .comment-form .comment-message.info:before, .comment-list .comment-message.info:before, .comments-closed .comment-message.info:before {
    content: '\e042'
}

#comment-login-panel .comment-message.info.error:before, .comment-form .comment-message.info.error:before, .comment-list .comment-message.info.error:before, .comments-closed .comment-message.info.error:before {
    content: '\e00c'
}

#comment-login-panel .comment-message.success:before, .comment-form .comment-message.success:before, .comment-list .comment-message.success:before, .comments-closed .comment-message.success:before {
    content: '\e00a'
}

#comments, #comments-loader-wrap {
    position: relative;
    padding: 15px 10px 0 20px
}

@media (min-width:41.25em) {
    #comments, #comments-loader-wrap {
        padding: 15px 15px 10px 30px
    }
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.comment .comment {
    margin-left: 45px
}

@media (max-width:41.24em) {
    .comment .comment {
        margin-left: 30px
    }
}

@media (max-width:23.4275em) {
    .comment .comment {
        margin-left: 15px
    }
}

.comment .comment-inner {
    margin-bottom: 15px
}

.comment .comment-as .comment-sep {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    -webkit-transform: scale3d(2,2,2);
    transform: scale3d(2,2,2)
}

.comment .comment-text {
    padding: 15px 30px 30px
}

.comment .comment-reply {
    font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    padding: 0 30px 30px
}

    .comment .comment-reply a {
        text-decoration: none;
        margin: 0;
        padding-left: 30px;
        padding-right: 30px
    }

.comment .comment-reply, .comment .comment-text {
    padding-left: 55px;
    padding-right: 30px
}

@media (max-width:41.24em) {
    .comment .comment-reply, .comment .comment-text {
        padding-left: 45px
    }
}

.sf-session-no .comment .comment-text, .sf-session-ok .comment .comment-text {
    padding-bottom: 15px
}

#comment-respond-wrap, #respond {
    position: relative;
    padding: 0 0 15px
}

.comment-list #comment-respond-wrap, .comment-list #respond {
    padding-bottom: 65px
}

#reply-title {
    display: none
}

.comment-form {
    margin-bottom: 15px
}

    .comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea {
        max-width: 100%
    }

    .comment-form textarea {
        min-height: 80px
    }

    .comment-form .comment-as {
        position: relative
    }

        .comment-form .comment-as select {
            color: #43464c
        }

    .comment-form .comment-form-comment {
        position: relative;
        min-height: 80px;
        padding: 20px 15px 5px 50px
    }

        .comment-form .comment-form-comment.at-max .comment-maxlength {
            color: #c32788
        }

@media (max-width:41.24em) {
    .comment-form .comment-form-comment {
        padding-left: 30px
    }
}

.comment-form .comment-maxlength {
    font-family: proxima_nova_semibold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    position: absolute;
    top: 5px;
    right: 15px;
    white-space: nowrap;
    font-size: 14px
}

.comment-form .comment-form-emoji img {
    max-width: 30px
}

.comment-form .comment-form-emoji .comment-emoji-chosen img {
    width: 100%;
    max-width: 60px
}

.comment-form .comment-form-emoji .comment-emoji-label {
    padding: 0 15px 5px;
    font-size: 12px
}

.comment-form .comment-form-emoji .comment-emoji-list {
    padding: 5px 15px 0;
    line-height: 0
}

.comment-form .comment-form-emoji .comment-emoji {
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    margin: 0 5px 5px 0;
    cursor: pointer;
    border-radius: 40%
}

    .comment-form .comment-form-emoji .comment-emoji label {
        display: block;
        cursor: pointer
    }

.comment-form .form-submit {
    position: relative;
    min-height: 36px
}

    .comment-form .form-submit.waiting .snowflake-button, .comment-form .form-submit.waiting input {
        display: none
    }

    .comment-form .form-submit.waiting .ajax-waiting {
        margin-top: 15px
    }

@media (min-width:41.25em) {
    .comment-form .form-submit.waiting .ajax-waiting {
        left: 0;
        margin-left: 60px
    }
}

.comment-form .form-submit .snowflake-button {
    text-transform: uppercase;
    text-align: center;
    padding: 0 30px;
    margin-left: 0;
    margin-right: 15px
}

    .comment-form .form-submit .snowflake-button.button-cancel {
        background-color: #c03
    }

@media (max-width:41.24em) {
    .comment-form .form-submit .snowflake-button {
        width: 100%;
        margin-right: 0;
        margin-top: 15px
    }
}

#comment-rules {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    padding: 30px;
    text-align: center
}

    #comment-rules ol, #comment-rules ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    #comment-rules h2, #comment-rules h3, #comment-rules h4, #comment-rules h5 {
        margin: 0 0 15px;
        padding: 0;
        line-height: 1.1
    }

    #comment-rules:after {
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: -10px;
        right: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ' '
    }

#hide-comment-rules, #show-comment-rules {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent
}

    #hide-comment-rules:before, #show-comment-rules:before {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400
    }

#show-comment-rules {
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 9
}

    #show-comment-rules:before {
        content: '\e062';
        font-size: 30px
    }

#hide-comment-rules {
    position: absolute;
    top: 15px;
    right: 15px
}

    #hide-comment-rules:before {
        content: '\e023';
        font-size: 24px
    }

.posts-navigation, .wp-pagenavi {
    color: #fff;
    clear: both;
    padding: 30px 15px
}

    .wp-pagenavi a, .wp-pagenavi span {
        display: inline-block;
        vertical-align: middle;
        min-width: 30px;
        padding: 5px 10px;
        text-align: center;
        border-color: #fff;
        border-radius: 4px
    }

        .wp-pagenavi a.current, .wp-pagenavi span.current {
            font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
            font-weight: 400;
            color: #43464c;
            border-color: #fff;
            background-color: #fff
        }

    .wp-pagenavi a {
        color: #fff
    }

        .wp-pagenavi a:hover {
            border-color: hsla(0,0%,100%,.4)
        }

.sf-load-more-loader {
    position: relative;
    z-index: 6;
    min-height: 80px;
    margin: -55px 0 0;
    padding: 15px 15px 0
}

    .sf-load-more-loader.waiting .sf-load-more {
        display: none !important
    }

    .sf-load-more-loader.waiting .ajax-waiting {
        top: 45px;
        left: 75px
    }

    .sf-load-more-loader .sf-load-more {
        font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
        font-weight: 400;
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all .2s ease
    }

        .sf-load-more-loader .sf-load-more:before {
            content: '\e025'
        }

        .sf-load-more-loader .sf-load-more.flip:before {
            content: '\e050'
        }

        .sf-load-more-loader .sf-load-more:before {
            font-family: theme_icons,Helvetica,Arial,sans-serif;
            font-style: normal;
            font-weight: 400;
            position: relative;
            top: 2px;
            font-size: 36px;
            padding: 0 30px 0 0
        }

.search-form label {
    font-weight: 400
}

#password-protected-form {
    padding: 15px;
    color: #43464c;
    background-color: #fff
}

    #password-protected-form .button-wrap {
        padding: 15px 0
    }

    #password-protected-form .snowflake-button {
        padding: 0 45px;
        text-transform: uppercase
    }

.alignnone {
    height: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.aligncenter {
    display: block;
    height: auto;
    margin: 10px auto
}

.alignleft, .alignright {
    height: auto;
    margin-bottom: 10px
}

@media (min-width:20em) {
    .alignleft {
        float: left;
        margin-right: 10px
    }

    .alignright {
        float: right;
        margin-left: 10px
    }
}

.status-messages .session-block-inner, .wp-caption-text {
    padding: 15px
}

.status-message {
    font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    position: relative;
    padding: 15px;
    color: #fff;
    text-align: left
}

    .status-message span {
        display: block;
        padding-top: 5px;
        padding-left: 45px
    }

@media (max-width:41.24em) {
    .status-message span {
        padding-left: 30px
    }
}

.status-message ul {
    list-style-position: outside;
    margin: 0;
    padding: 0 0 0 20px
}

.status-message:before {
    font-family: theme_icons,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 24px
}

.status-message.error:before {
    content: '\e00c'
}

.status-message.info:before {
    content: '\e042'
}

.status-message.info.error:before {
    content: '\e00c'
}

.status-message.success:before {
    content: '\e00a'
}

.generic-panel, .login-panel {
    overflow: hidden;
    padding: 30px;
    text-align: center;
    background-size: cover;
    background-position: 50%
}

    .generic-panel .login-messages .session-block-inner, .login-panel .login-messages .session-block-inner {
        padding-bottom: 15px
    }

    .generic-panel .generic-intro, .generic-panel .login-button-wrap, .generic-panel .login-intro, .login-panel .generic-intro, .login-panel .login-button-wrap, .login-panel .login-intro {
        font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
        font-weight: 400;
        display: block;
        transition: all .2s ease
    }

    .generic-panel .generic-intro, .generic-panel .login-intro, .login-panel .generic-intro, .login-panel .login-intro {
        font-size: 24px;
        line-height: 1.1
    }

    .generic-panel .login-button-wrap, .login-panel .login-button-wrap {
        margin: 15px auto 0
    }

        .generic-panel .login-button-wrap button, .login-panel .login-button-wrap button {
            border: none;
            white-space: nowrap
        }

            .generic-panel .login-button-wrap button.proxima_nova_bold, .login-panel .login-button-wrap button.proxima_nova_bold {
                font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
                font-weight: 400
            }

            .generic-panel .login-button-wrap button.proxima_nova_semibold, .login-panel .login-button-wrap button.proxima_nova_semibold {
                font-family: proxima_nova_semibold,Helvetica,Arial,sans-serif;
                font-weight: 400
            }

            .generic-panel .login-button-wrap button.proxima_nova_regular, .login-panel .login-button-wrap button.proxima_nova_regular {
                font-family: proxima_nova_regular,Helvetica,Arial,sans-serif;
                font-weight: 400
            }

            .generic-panel .login-button-wrap button.loyola, .login-panel .login-button-wrap button.loyola {
                font-family: loyola,Helvetica,Arial,sans-serif;
                font-weight: 400;
                font-size: 22px
            }

@media (min-width:82.5em) {
    .generic-panel .login-button-wrap, .generic-panel .login-intro, .login-panel .login-button-wrap, .login-panel .login-intro {
        display: inline-block;
        vertical-align: middle
    }

    .generic-panel .login-intro, .login-panel .login-intro {
        float: left;
        width: 65%;
        padding-top: 5px;
        text-align: left
    }

    .generic-panel .login-button-wrap, .login-panel .login-button-wrap {
        float: right;
        width: 35%;
        max-width: none;
        margin-top: 0;
        text-align: right
    }
}

@media (max-width:41.24em) {
    .generic-panel, .login-panel {
        padding: 30px 15px
    }

        .generic-panel .login-button-wrap, .generic-panel .login-button-wrap button, .login-panel .login-button-wrap, .login-panel .login-button-wrap button {
            width: 100%
        }
}

@media (min-width:82.5em) {
    .lang-es .login-panel .login-button-wrap button.loyola, .lang-pt-pt .login-panel .login-button-wrap button.loyola {
        font-size: 18px
    }
}

.sf-popup-panel-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 250px
}

    .sf-popup-panel-wrap .sf-popup-panel {
        position: absolute;
        top: 0;
        right: -8px;
        z-index: 10;
        display: none;
        width: 250px;
        padding: 15px;
        text-align: center;
        color: #fff
    }

    .sf-popup-panel-wrap.type-menu .sf-popup-panel-content {
        padding-top: 35px
    }

    .sf-popup-panel-wrap.type-menu .sf-popup-panel {
        font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
        font-weight: 400;
        padding: 0
    }

        .sf-popup-panel-wrap.type-menu .sf-popup-panel ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

        .sf-popup-panel-wrap.type-menu .sf-popup-panel li {
            margin: 0;
            padding: 0 0 5px;
            min-height: 40px
        }

        .sf-popup-panel-wrap.type-menu .sf-popup-panel a {
            position: relative;
            z-index: 3;
            display: block;
            padding: 5px 15px;
            font-size: 18px;
            text-decoration: none;
            line-height: 18px
        }

            .sf-popup-panel-wrap.type-menu .sf-popup-panel a.has-icon:before {
                font-family: theme_icons,Helvetica,Arial,sans-serif;
                font-style: normal;
                font-weight: 400;
                padding-right: 5px;
                font-size: 24px
            }

            .sf-popup-panel-wrap.type-menu .sf-popup-panel a.link-profile:before {
                content: '\e015'
            }

            .sf-popup-panel-wrap.type-menu .sf-popup-panel a.disneyid-logout:before {
                content: '\e064'
            }

        .sf-popup-panel-wrap.type-menu .sf-popup-panel .ajax-waiting {
            padding-left: 15px
        }

            .sf-popup-panel-wrap.type-menu .sf-popup-panel .ajax-waiting .dot {
                background-color: #fff
            }

.sf-popup-panel-toggle {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 15px;
    background-color: transparent;
    border: none
}

    .sf-popup-panel-toggle:before {
        content: '\e048';
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        padding-right: 5px
    }

.sf-popup-panel.active {
    display: block
}

.sf-popup-panel.align-left {
    text-align: left
}

.sf-popup-panel.align-right {
    text-align: right
}

.sf-popup-panel.position-bottom {
    top: 50px
}

    .sf-popup-panel.position-bottom:after {
        position: absolute;
        top: -10px;
        right: 26px;
        z-index: 3;
        display: inline-block;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ' ';
        background-color: inherit
    }

.sf-popup-panel .sf-popup-panel-content {
    padding-top: 15px
}

.sf-popup-panel .sf-popup-panel-close {
    font-family: theme_icons,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none
}

    .sf-popup-panel .sf-popup-panel-close:before {
        content: '\e023';
        font-size: 24px;
        line-height: 24px
    }

@media (max-width:29.99em) {
    #profile-menu-panel .show-profile-menu {
        padding: 0 15px
    }

    #profile-menu-panel #profile-menu.position-bottom {
        right: -60px;
        top: 70px
    }

        #profile-menu-panel #profile-menu.position-bottom:after {
            right: 37%
        }
}

@media (max-width:47.99em) and (orientation:landscape) {
    #profile-menu-panel .show-profile-menu {
        padding: 0 15px
    }
}

.sf-row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

    .sf-row:after {
        content: " ";
        display: block;
        clear: both
    }

    .sf-row .sf-cell {
        min-width: 320px;
        box-sizing: border-box;
        z-index: 1
    }

@media (min-width:20em) {
    .sf-row .sf-cell {
        min-width: 300px
    }
}

.sf-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both
}

.sf-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    min-width: 320px
}

    .sf-container.full {
        padding: 0
    }

    .sf-container.has-follow {
        padding-bottom: 15px
    }

.sf-grid-wrapper.sf-row.sf-container {
    padding-left: 0;
    padding-right: 0
}

.sf-grid-wrapper .sf-g-span-, .sf-grid-wrapper .sf-g-span-1 {
    width: 25%;
    float: left
}

.sf-grid-wrapper .sf-g-span-2 {
    width: 50%;
    float: left
}

.sf-grid-wrapper .sf-g-span-3 {
    width: 75%;
    float: left
}

.sf-grid-wrapper .sf-g-span-4 {
    width: 100%;
    float: left
}

@media (max-width:29.99em) {
    .sf-grid-wrapper .sf-cell .sf-widget {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:41.24em) {
    .sf-grid-wrapper .sf-cell {
        width: 100%
    }
}

@media (min-width:41.25em) {
    .sf-grid-wrapper .sf-g-span-1, .sf-grid-wrapper .sf-g-span-2 {
        width: 50%
    }

    .sf-grid-wrapper .sf-g-span-3, .sf-grid-wrapper .sf-g-span-4 {
        width: 100%
    }
}

@media (min-width:61.875em) {
    .sf-grid-wrapper .sf-g-span-1 {
        width: 33.3333333333%
    }

    .sf-grid-wrapper .sf-g-span-2, .sf-grid-wrapper .sf-g-span-3 {
        width: 66.6666666667%
    }

    .sf-grid-wrapper .sf-g-span-4 {
        width: 100%
    }
}

@media (min-width:82.5em) {
    .sf-grid-wrapper .sf-g-span-1 {
        width: 25%
    }

    .sf-grid-wrapper .sf-g-span-2 {
        width: 50%
    }

    .sf-grid-wrapper .sf-g-span-3 {
        width: 75%
    }

    .sf-grid-wrapper .sf-g-span-4 {
        width: 100%
    }
}

.sf-grid-wrapper.sf-std-wrapper .sf-g-span-1 {
    width: 50%;
    float: left
}

@media (min-width:20em) and (max-width:41.24em) {
    .sf-grid-wrapper.sf-std-wrapper .sf-g-span-1 {
        width: 100%;
        float: left
    }
}

@media (min-width:41.25em) and (max-width:82.49em) {
    .sf-grid-wrapper.sf-std-wrapper .sf-g-span-1 {
        width: 50%;
        float: left
    }
}

@media (min-width:82.5em) {
    .sf-grid-wrapper.sf-std-wrapper .sf-g-span-1 {
        width: 33.3333333333%;
        float: left
    }
}

.sf-layout .sf-span-1 {
    width: 8.3333333333%;
    float: left
}

.sf-layout .sf-span-2 {
    width: 16.6666666667%;
    float: left
}

.sf-layout .sf-span-3 {
    width: 25%;
    float: left
}

.sf-layout .sf-span-4 {
    width: 33.3333333333%;
    float: left
}

.sf-layout .sf-span-5 {
    width: 41.6666666667%;
    float: left
}

.sf-layout .sf-span-6 {
    width: 50%;
    float: left
}

.sf-layout .sf-span-7 {
    width: 58.3333333333%;
    float: left
}

.sf-layout .sf-span-8 {
    width: 66.6666666667%;
    float: left
}

.sf-layout .sf-span-9 {
    width: 75%;
    float: left
}

.sf-layout .sf-span-10 {
    width: 83.3333333333%;
    float: left
}

.sf-layout .sf-span-11 {
    width: 91.6666666667%;
    float: left
}

.sf-layout .sf-span-12 {
    width: 100%;
    float: left
}

.sf-std-wrapper .main {
    width: 75%;
    float: left;
    clear: both
}

.sf-std-wrapper .sidebar {
    width: 25%;
    float: left
}

@media (min-width:41.25em) and (max-width:82.49em) {
    .sf-std-wrapper .main {
        width: 66.6666666667%;
        float: left
    }

    .sf-std-wrapper .sidebar {
        width: 33.3333333333%;
        float: left
    }
}

.sf-3col-wrapper .main {
    width: 50%;
    float: left
}

.sf-3col-wrapper .sidebar {
    width: 25%;
    float: left
}

@media (max-width:61.865em) {
    .sf-grid-wrapper.sf-std-wrapper .main:not(.alt-resp), .sf-grid-wrapper.sf-std-wrapper .sidebar:not(.alt-resp) {
        width: 100%;
        float: left
    }
}

@media (max-width:47.99em) {
    .sf-grid-wrapper.sf-std-wrapper .main.alt-resp, .sf-grid-wrapper.sf-std-wrapper .sidebar.alt-resp {
        width: 100%;
        float: left
    }
}

@media (min-width:61.875em) {
    .sf-layout-7-5 .left {
        width: 58.3333333333%;
        float: left
    }

    .sf-layout-7-5 .right {
        width: 41.6666666667%;
        float: left
    }
}

.header-profile {
    position: absolute;
    right: 15px;
    top: 18px;
    line-height: 1.1
}

    .header-profile .ajax-waiting {
        position: relative;
        top: 5px
    }

        .header-profile .ajax-waiting .dot {
            width: 10px;
            height: 10px;
            margin: 0 5px
        }

    .header-profile.waiting .ajax-waiting .dot {
        width: 15px;
        height: 15px;
        margin: 10px
    }

.login-button {
    font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    padding: 0 22px;
    margin-top: -5px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease;
    border-radius: 50px
}

    .login-button span {
        display: inline-block;
        height: 48px;
        line-height: 50px;
        background-repeat: no-repeat;
        background-position: 0;
        background-size: auto 20px
    }

    .login-button.has-icon span {
        padding-left: 40px
    }

.sf-nav-button-font-loyola .login-button {
    font-size: 22px
}

    .sf-nav-button-font-loyola .login-button span {
        line-height: 54px
    }

#sf-header {
    line-height: 0
}

    #sf-header .sf-container {
        padding-top: 10px;
        padding-bottom: 10px
    }

    #sf-header .header__logo, #sf-header .nav-wrap {
        display: inline-block;
        vertical-align: middle
    }

    #sf-header .header__logo-img {
        height: 70px
    }

    #sf-header .nav-wrap {
        padding-left: 30px
    }

        #sf-header .nav-wrap li {
            padding-right: 30px;
            position: relative;
            top: 13px;
            float: left;
            transition: top .2s,padding 50ms
        }

@media (min-width:61.875em) and (max-width:82.49em) {
    #sf-header .nav-wrap li {
        padding-right: 20px
    }
}

@media (min-width:60em) and (max-width:61.865em) {
    #sf-header .nav-wrap li {
        padding-right: 18px
    }
}

@media (min-width:48em) and (max-width:59.99em) {
    #sf-header .nav-wrap li {
        padding-right: 15px
    }
}

#sf-header .nav-wrap li.current-menu-item a {
    line-height: 1px
}

    #sf-header .nav-wrap li.current-menu-item a:after {
        content: '\e053'
    }
    #menu-main-menu .menu-item {
        display: block !important;
    }
    #show-main_more_menu {
        display: none !important;
    }
#sf-header .nav-wrap a {
    display: block;
    height: 42px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    transition: line-height .3s,color .3s
}

    #sf-header .nav-wrap a:hover {
        line-height: 1px
    }

        #sf-header .nav-wrap a:hover:after {
            content: '\e053'
        }

    #sf-header .nav-wrap a:after {
        font-family: theme_icons,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        padding-right: 30px;
        position: absolute;
        bottom: 20px;
        display: block;
        width: 100%;
        content: ' ';
        font-size: 18px;
        text-align: center;
        box-sizing: border-box
    }

@media (min-width:61.875em) and (max-width:82.49em) {
    #sf-header .nav-wrap a:after {
        padding-right: 20px
    }
}

@media (min-width:60em) and (max-width:61.865em) {
    #sf-header .nav-wrap a:after {
        padding-right: 18px
    }
}

@media (min-width:48em) and (max-width:59.99em) {
    #sf-header .nav-wrap a:after {
        padding-right: 15px
    }
}

#sf-header .header-profile .snowflake-button {
    height: 52px;
    margin-left: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px
}

    #sf-header .header-profile .snowflake-button.button-primary {
        line-height: 56px !important
    }

    #sf-header .header-profile .snowflake-button.button-secondary {
        line-height: 54px !important
    }

    #sf-header .header-profile .snowflake-button.has-icon {
        padding-left: 60px
    }

        #sf-header .header-profile .snowflake-button.has-icon span.btn-icon {
            width: 60px;
            height: 60px
        }

#sf-header .header-more-menu {
    display: inline-block
}

    #sf-header .header-more-menu button.show-main_more_menu {
        display: block;
        height: 42px;
        text-transform: uppercase;
        font-size: 16px;
        padding-left: 0
    }

#sf-header.no-mainmenu .sf-container {
    text-align: center
}

#sf-header.no-mobilemenu #nav-mobile-toggle {
    display: none !important
}

.sf-menu-font-loyola #sf-header .nav-wrap a {
    font-size: 20px
}

#nav-mobile-close, #nav-mobile-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    height: 90px;
    padding: 0 15px;
    line-height: 90px
}

    #nav-mobile-close .i, #nav-mobile-toggle .i {
        font-size: 36px
    }

    #nav-mobile-toggle, #nav-mobile-toggle.active {
        display: none
    }

        #nav-mobile-toggle .i {
            margin-right: 5px
        }

#nav-mobile-close {
    display: block;
    right: auto;
    left: -66px
}

    #nav-mobile-close a {
        padding: 0
    }

#nav-mobile-wrap {
    position: relative;
    z-index: 7;
    display: none
}

    #nav-mobile-wrap #nav-mobile li {
        display: block
    }

    #nav-mobile-wrap #nav-mobile .header-profile {
        position: relative;
        top: 0;
        right: 0;
        padding: 0
    }

    #nav-mobile-wrap #nav-mobile .header-button {
        height: 90px;
        width: 100%;
        padding: 0 5px;
        margin-top: 0;
        white-space: nowrap;
        text-align: center;
        border-radius: 0;
        box-shadow: none
    }

        #nav-mobile-wrap #nav-mobile .header-button span {
            height: 90px;
            line-height: 96px
        }

        #nav-mobile-wrap #nav-mobile .header-button.has-icon {
            padding-left: 70px;
            text-align: left;
            font-size: 26px
        }

            #nav-mobile-wrap #nav-mobile .header-button.has-icon .btn-icon {
                top: 0
            }

    #nav-mobile-wrap #nav-mobile .header-button-secondary {
        height: 67px;
        width: 100%;
        padding: 0;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid hsla(0,0%,100%,.5);
        background-color: transparent
    }

        #nav-mobile-wrap #nav-mobile .header-button-secondary span {
            font-family: proxima_nova_bold,Helvetica,Arial,sans-serif;
            font-weight: 400;
            display: block;
            height: 67px;
            padding: 0 22.5px;
            white-space: nowrap;
            text-align: left;
            line-height: 67px;
            text-transform: none;
            color: #fff;
            font-size: 18px
        }

        #nav-mobile-wrap #nav-mobile .header-button-secondary.has-icon .btn-icon {
            display: none
        }

    #nav-mobile-wrap .sf-popup-panel.position-bottom {
        top: 80px;
        right: 6px
    }

    #nav-mobile-wrap .header-profile {
        right: 105px;
        top: 6px;
        z-index: 5
    }

        #nav-mobile-wrap .header-profile #show-profile-menu.sf-popup-panel-toggle:before, #nav-mobile-wrap .header-profile .avatar-name {
            display: none
        }

@media (max-width:56.24em) {
    #nav-mobile-toggle, #nav-mobile-wrap {
        display: block
    }

    #nav-main.nav-wrap, #sf-header .header-more-menu, #sf-header .header-profile {
        display: none
    }

    .header-profile.waiting .ajax-waiting {
        top: 22px
    }
}

@media (max-width:29.99em) {
    .header-profile.waiting .ajax-waiting {
        top: 15px
    }

        .header-profile.waiting .ajax-waiting .dot {
            width: 10px;
            height: 10px;
            margin: 5px
        }
}

@media (max-width:29.99em) {
    #sf-header .header__logo-img {
        height: 40px
    }

    #nav-mobile-close, #nav-mobile-toggle {
        height: 60px;
        line-height: 60px
    }
}

@media (max-width:47.99em) and (orientation:landscape) {
    #sf-header .header__logo-img {
        height: 40px
    }

    #nav-mobile-close, #nav-mobile-toggle {
        height: 60px;
        line-height: 60px
    }
}

.sf-box-wrap {
    box-sizing: border-box;
    margin: 15px
}

    .sf-box-wrap .sf-box {
        position: relative;
        color: #fff
    }

    .sf-box-wrap .sf-widget-bg-pat {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%
    }

    .sf-box-wrap .menu, .sf-box-wrap .sf-box-content {
        position: relative;
        z-index: 2;
        padding: 15px
    }

#sf-footer {
    line-height: 0
}

#unity-container {
    padding-top: 15px;
    text-align: center;
}
#unity-canvas {
    background: darkblue;
    outline: none;
}
#unity-logo {
    width: 154px;
    height: 75px;
    background: url(../img/disneylogo.png) no-repeat center;
    background-size: contain;

}
#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -50%);
    display: none;
}
#unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    margin-left: 6.5px;
    background: url('../img/progress-bar-empty-dark.png') no-repeat center;
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('../img/progress-bar-full-dark.png') no-repeat center;
}
.unity-mobile {
    display: none;
}

    #sf-footer .sf-container {
        padding: 40px 0 0
    }

@media (max-width:47.99em) {
    #sf-footer .sf-container {
        padding-top: 20px
    }
}

#sf-footer .footer__logo-img {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 150px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0
}

@media (max-width:47.99em) {
    #sf-footer .footer__logo-img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        margin-bottom: 20px
    }
}

#sf-footer .nav-wrap {
    margin: 10px 0;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase
}

    #sf-footer .nav-wrap#nav-footer {
        margin-top: 0
    }

    #sf-footer .nav-wrap#nav-privacy {
        font-size: 14px
    }

        #sf-footer .nav-wrap#nav-privacy li {
            padding-left: 20px
        }

    #sf-footer .nav-wrap li {
        padding-left: 30px
    }

    #sf-footer .nav-wrap a:hover {
        opacity: .75
    }

@media (max-width:47.99em) {
    #sf-footer .nav-wrap {
        text-align: center
    }

        #sf-footer .nav-wrap li {
            padding: 0 5px
        }
}

.sf-menu-font-loyola #sf-footer .nav-wrap {
    font-size: 20px
}

#nav-footer {
    position: relative
}

#footer-navs {
    padding-left: 170px;
    padding-right: 15px;
    text-align: right
}

@media (max-width:47.99em) {
    #footer-navs {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }
}

@media (max-width:47.99em) {
    #footer-navs .lang-selection {
        display: block;
        margin-top: 5px
    }
}

#footer-navs .lang-selection a:after {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #22a4f3;
    font-size: 20px;
    line-height: 36px;
    font-family: theme_icons,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    width: 17px;
    height: 12px;
    line-height: 12px;
    content: '\e043';
    font-size: 12px;
    text-align: right
}

#sf-legal {
    z-index: 7
}

#lang-switcher {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 8;
    display: none;
    min-width: 150px;
    padding: 5px 5px 15px;
    text-align: right;
    box-shadow: 0 -2px 3px rgba(0,0,0,.2)
}

@media (max-width:47.99em) {
    #lang-switcher {
        width: 100%;
        text-align: center
    }
}

#lang-switcher ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#lang-switcher a, #lang-switcher li, #lang-switcher ul {
    display: block
}

#lang-switcher li {
    padding: 0 !important
}

#lang-switcher a {
    padding: 8px 12px
}

#global-legal {
    clear: both;
    padding: 25px 15px;
    margin-top: 40px;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    border-top-width: 1px;
    border-top-style: solid
}
.webcontrols {
    margin: 5px !important;
    background-color: #009bc9;
}
.webcontrols:disabled {
    background-color: #0578bb;
}
body#tinymce {
    font-family: proxima_nova_regular,Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin: 12px !important
}




