@font-face {
    font-family: 'Gotham Ex Light';
    src: url('GothamExLight.otf');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Gotham Light';
    src: url('Gotham-Light.otf');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('GothamMedium.otf');
    font-weight: 300;
    font-style: normal
}

@media only screen and (min-width: 1300px) {
    .container { max-width: 1300px; }
}

body {
    font-family: Gotham Light,Arial,sans-serif;
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    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: not-allowed
}

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
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    font-size: 100%;
    box-sizing: border-box
}

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

body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    width: 100%;
    border-radius: 0
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1
}

[data-whatinput='mouse'] button {
    outline: 0
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

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

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

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

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem
}

@media screen and (min-width: 40em) {
    .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem
    }
}

.row.expanded {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.column,
.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    min-width: initial
}

@media screen and (min-width: 40em) {
    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem
    }
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

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

.small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

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

.small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

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

.small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

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

.small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

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

.small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

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

.small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

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

.small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

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

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem
}

@media screen and (min-width: 40em) {
    .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .medium-offset-0 {
        margin-left: 0%
    }
    .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width: 40em) {
    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 40em) {
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem
    }
}

@media screen and (min-width: 64em) {
    .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .large-offset-0 {
        margin-left: 0%
    }
    .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width: 64em) {
    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 64em) {
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem
    }
}

.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.column.align-top,
.align-top.columns {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.column.align-bottom,
.align-bottom.columns {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.column.align-middle,
.align-middle.columns {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.column.align-stretch,
.align-stretch.columns {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #2199e8;
    color: #fefefe
}

[data-whatinput='mouse'] .button {
    outline: 0
}

.button:hover,
.button:focus {
    background-color: #1583cc;
    color: #fefefe
}

.button.tiny {
    font-size: 0.6rem
}

.button.small {
    font-size: 0.75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #2199e8;
    color: #fefefe
}

.button.primary:hover,
.button.primary:focus {
    background-color: #147cc0;
    color: #fefefe
}

.button.secondary {
    background-color: #777;
    color: #fefefe
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #5f5f5f;
    color: #fefefe
}

.button.success {
    background-color: #3adb76;
    color: #fefefe
}

.button.success:hover,
.button.success:focus {
    background-color: #22bb5b;
    color: #fefefe
}

.button.warning {
    background-color: #ffae00;
    color: #fefefe
}

.button.warning:hover,
.button.warning:focus {
    background-color: #cc8b00;
    color: #fefefe
}

.button.alert {
    background-color: #ec5840;
    color: #fefefe
}

.button.alert:hover,
.button.alert:focus {
    background-color: #da3116;
    color: #fefefe
}

.button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
    background-color: transparent
}

.button.hollow:hover,
.button.hollow:focus {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.hollow.secondary {
    border: 1px solid #777;
    color: #777
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    border-color: #3c3c3c;
    color: #3c3c3c
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:hover,
.button.hollow.success:focus {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
    border-color: #881f0e;
    color: #881f0e
}

.button.disabled,
.button[disabled] {
    opacity: 0.25;
    cursor: not-allowed
}

.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #2199e8;
    color: #fefefe
}

.button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block
}

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca
}

input::placeholder,
textarea::placeholder {
    color: #cacaca
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type='submit'],
[type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type='search'] {
    box-sizing: border-box
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem
}

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
    cursor: pointer
}

label>[type='checkbox'],
label>[type='radio'] {
    margin-right: 0.5rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

.input-group>:first-child {
    border-radius: 0 0 0 0
}

.input-group>:last-child>* {
    border-radius: 0 0 0 0
}

.input-group-label,
.input-group-field,
.input-group-button {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap;
    width: 1%;
    height: 100%
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
    margin: 0
}

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

legend {
    margin-bottom: 0.5rem;
    max-width: 100%
}

.fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0
}

.fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, 0.1);
    border-color: #ec5840
}

.is-invalid-label {
    color: #ec5840
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ec5840
}

.form-error.is-visible {
    display: block
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

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

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important
    }
}

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

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix::before,
.clearfix::after {
    content: ' ';
    display: table
}

.clearfix::after {
    clear: both
}

.badge {
    display: inline-block;
    padding: 0.3em;
    min-width: 2.1em;
    font-size: 0.6rem;
    text-align: center;
    border-radius: 50%;
    background: #2199e8;
    color: #fefefe
}

.badge.secondary {
    background: #777;
    color: #fefefe
}

.badge.success {
    background: #3adb76;
    color: #fefefe
}

.badge.warning {
    background: #ffae00;
    color: #fefefe
}

.badge.alert {
    background: #ec5840;
    color: #fefefe
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0
}

.button-group::before,
.button-group::after {
    content: ' ';
    display: table
}

.button-group::after {
    clear: both
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: 0.6rem
}

.button-group.small .button {
    font-size: 0.75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded {
    margin-right: -1px
}

.button-group.expanded::before,
.button-group.expanded::after {
    display: none
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
    margin-right: -6px
}

.button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #147cc0;
    color: #fefefe
}

.button-group.secondary .button {
    background-color: #777;
    color: #fefefe
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    background-color: #5f5f5f;
    color: #fefefe
}

.button-group.success .button {
    background-color: #3adb76;
    color: #fefefe
}

.button-group.success .button:hover,
.button-group.success .button:focus {
    background-color: #22bb5b;
    color: #fefefe
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #fefefe
}

.button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
    background-color: #da3116;
    color: #fefefe
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
    width: 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-bottom: 0
    }
}

@media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        margin-bottom: 0
    }
}

@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

.callout {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: white
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #def0fc
}

.callout.secondary {
    background-color: #ebebeb
}

.callout.success {
    background-color: #e1faea
}

.callout.warning {
    background-color: #fff3d9
}

.callout.alert {
    background-color: #fce6e2
}

.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover,
.close-button:focus {
    color: #0a0a0a
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block !important
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fefefe;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.is-drilldown-submenu-parent>a {
    position: relative
}

.is-drilldown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.js-drilldown-back>a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem
}

.dropdown-pane {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10
}

.dropdown-pane.is-open {
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px;
    margin-top: -3px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.dropdown.menu.vertical>li.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0
}

@media screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #2199e8 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }
    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #2199e8 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }
    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #2199e8;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #2199e8 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.large-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }
    .dropdown.menu.large-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #2199e8 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }
    .dropdown.menu.large-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #2199e8;
        border-left-style: solid;
        border-right-width: 0
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #cacaca
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px;
    margin-top: -3px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen {
    padding-bottom: 56.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #2199e8;
    color: #fefefe
}

.label.secondary {
    background: #777;
    color: #fefefe
}

.label.success {
    background: #3adb76;
    color: #fefefe
}

.label.warning {
    background: #ffae00;
    color: #fefefe
}

.label.alert {
    background: #ec5840;
    color: #fefefe
}

.media-object {
    margin-bottom: 1rem;
    display: block
}

.media-object img {
    max-width: none
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

.media-object-section.middle {
    vertical-align: middle
}

.media-object-section.bottom {
    vertical-align: bottom
}

.menu {
    margin: 0;
    list-style-type: none
}

.menu>li {
    display: table-cell;
    vertical-align: middle
}

[data-whatinput='mouse'] .menu>li {
    outline: 0
}

.menu>li>a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1
}

.menu input,
.menu a,
.menu button {
    margin-bottom: 0
}

.menu>li>a img,
.menu>li>a i,
.menu>li>a svg {
    vertical-align: middle
}

.menu>li>a img+span,
.menu>li>a i+span,
.menu>li>a svg+span {
    vertical-align: middle
}

.menu>li>a img,
.menu>li>a i,
.menu>li>a svg {
    margin-right: 0.25rem;
    display: inline-block
}

.menu>li {
    display: table-cell
}

.menu.vertical>li {
    display: block
}

@media screen and (min-width: 40em) {
    .menu.medium-horizontal>li {
        display: table-cell
    }
    .menu.medium-vertical>li {
        display: block
    }
}

@media screen and (min-width: 64em) {
    .menu.large-horizontal>li {
        display: table-cell
    }
    .menu.large-vertical>li {
        display: block
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.align-right::before,
.menu.align-right::after {
    content: ' ';
    display: table
}

.menu.align-right::after {
    clear: both
}

.menu.align-right>li {
    float: right
}

.menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed
}

.menu.expanded>li:first-child:last-child {
    width: 100%
}

.menu.icon-top>li>a {
    text-align: center
}

.menu.icon-top>li>a img,
.menu.icon-top>li>a i,
.menu.icon-top>li>a svg {
    display: block;
    margin: 0 auto 0.25rem
}

.menu.nested {
    margin-left: 1rem
}

.menu .active>a {
    color: #fefefe;
    background: #2199e8
}

.menu-text {
    font-weight: bold;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem
}

.menu-centered {
    text-align: center
}

.menu-centered>.menu {
    display: inline-block
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

html,
body {
    height: 100%
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease
}

.off-canvas-wrapper-inner::before,
.off-canvas-wrapper-inner::after {
    content: ' ';
    display: table
}

.off-canvas-wrapper-inner::after {
    clear: both
}

.off-canvas-content,
.off-canvas-content {
    min-height: 100%;
    background: #fefefe;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: 0.1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.5)
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 254, 254, 0.25);
    cursor: pointer;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease
}

.off-canvas {
    position: absolute;
    background: #e6e6e6;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0
}

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px
}

.is-open-left {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px
}

.is-open-right {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

@media screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
    }
}

.sticky-container {
    position: relative
}

.sticky {
    position: absolute;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

.switch {
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fefefe;
    font-weight: bold;
    font-size: 0.875rem
}

.switch-input {
    opacity: 0;
    position: absolute
}

.switch-paddle {
    background: #cacaca;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    border-radius: 0;
    color: inherit;
    font-weight: inherit
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0
}

input:checked ~ .switch-paddle {
    background: #2199e8
}

input:checked ~ .switch-paddle::after {
    left: 2.25rem
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem
}

.switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem
}

.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem
}

.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem
}

thead,
tfoot {
    background: #f8f8f8;
    color: #0a0a0a
}

thead tr,
tfoot tr {
    background: transparent
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left
}

tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

tbody th,
tbody td {
    padding: 0.5rem 0.625rem 0.625rem
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none
    }
    table.stack tfoot {
        display: none
    }
    table.stack tr,
    table.stack th,
    table.stack td {
        display: block
    }
    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover tr:hover {
    background-color: #f9f9f9
}

table.hover tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.table-scroll table {
    width: auto
}

.tabs {
    margin: 0;
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #e6e6e6
}

.tabs::before,
.tabs::after {
    content: ' ';
    display: table
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    width: auto;
    float: none;
    display: block
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: transparent
}

.tabs.primary {
    background: #2199e8
}

.tabs.primary>li>a {
    color: #fefefe
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #1893e4
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem
}

.tabs-title>a:hover {
    background: #fefefe
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #e6e6e6
}

.tabs-content {
    background: #fefefe;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #e6e6e6;
    border-top: 0
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    -webkit-transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1rem
}

.thumbnail:hover,
.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5)
}

.title-bar {
    background: #0a0a0a;
    color: #fefefe;
    padding: 0.5rem
}

.title-bar::before,
.title-bar::after {
    content: ' ';
    display: table
}

.title-bar::after {
    clear: both
}

.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem
}

.title-bar-left {
    float: left
}

.title-bar-right {
    float: right;
    text-align: right
}

.title-bar-title {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.has-tip {
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: help
}

.tooltip {
    background-color: #0a0a0a;
    color: #fefefe;
    font-size: 80%;
    padding: 0.75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + 0.6495rem);
    max-width: 10rem !important;
    border-radius: 0
}

.tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto
}

.tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-bar {
    padding: 0.5rem
}

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

.top-bar::after {
    clear: both
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: 100%
}

@media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto
    }
}

@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%
    }
}

@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%
    }
}

.top-bar-title {
    float: left;
    margin-right: 1rem
}

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    box-sizing: border-box
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-linear-gradient(bottom, #eee 0%, #fff 50%);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%)
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-linear-gradient(top, #eee 0%, #fff 90%);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%)
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto
}

html[dir="rtl"] .select2-container .select2-choice>.select2-chosen {
    margin-left: 26px;
    margin-right: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15)
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-image: -webkit-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%)
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #eee 50%);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    -webkit-filter: none;
    filter: none
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff
}

.select2-results li em {
    background: #feffde;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: transparent
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2)
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%)
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px
}

.select2-locked {
    padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important
}

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

.thredded--alert,
.thredded--flash-message {
    border: solid 1px;
    border-radius: 3px;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    text-decoration: none
}

@media (min-width: 48.00001rem) {
    .thredded--alert,
    .thredded--flash-message {
        margin-bottom: 1.5rem
    }
}

.thredded--alert-success,
.thredded--flash-message--success {
    background: #e6efc2;
    border-color: #cce5cc;
    color: #3c763d
}

.thredded--alert-success a,
.thredded--flash-message--success a {
    color: #2b542c;
    text-decoration: underline
}

.thredded--alert-success a:focus,
.thredded--flash-message--success a:focus,
.thredded--alert-success a:hover,
.thredded--flash-message--success a:hover {
    color: #224323
}

.thredded--alert-danger,
.thredded--flash-message--error {
    background: #fbe3e4;
    border-color: #f9f1f1;
    color: #a94442
}

.thredded--alert-danger a,
.thredded--flash-message--error a {
    color: #843534;
    text-decoration: underline
}

.thredded--alert-danger a:focus,
.thredded--flash-message--error a:focus,
.thredded--alert-danger a:hover,
.thredded--flash-message--error a:hover {
    color: #722e2d
}

.thredded--alert-info,
.thredded--flash-message--notice {
    background: #e6f3fa;
    border-color: #e4eefb;
    color: #1f69c1
}

.thredded--alert-info a,
.thredded--flash-message--notice a {
    color: #185195;
    text-decoration: underline
}

.thredded--alert-info a:focus,
.thredded--flash-message--notice a:focus,
.thredded--alert-info a:hover,
.thredded--flash-message--notice a:hover {
    color: #14457f
}

.thredded--alert-warning,
.thredded--flash-message--alert {
    background: #fcf8e3;
    border-color: #eee5d6;
    color: #8a6d3b
}

.thredded--alert-warning a,
.thredded--flash-message--alert a {
    color: #66512c;
    text-decoration: underline
}

.thredded--alert-warning a:focus,
.thredded--flash-message--alert a:focus,
.thredded--alert-warning a:hover,
.thredded--flash-message--alert a:hover {
    color: #544324
}

.thredded--button,
.thredded--form--submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    background: #4a90e2;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1em;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.thredded--button:hover,
.thredded--form--submit:hover,
.thredded--button:focus,
.thredded--form--submit:focus {
    background-color: #1f69c1;
    color: #fff;
    text-decoration: none
}

.thredded--button:focus,
.thredded--form--submit:focus {
    box-shadow: 0 0 3px #4a90e2;
    outline: none
}

.thredded--button:disabled,
.thredded--form--submit:disabled {
    cursor: not-allowed;
    opacity: 0.5
}

.thredded--button:disabled:hover,
.thredded--form--submit:disabled:hover {
    background: #4a90e2
}

.thredded--button-light {
    background-color: #e4eefb;
    color: #1f69c1
}

.thredded--button-light:hover,
.thredded--button-light:active,
.thredded--button-light:focus {
    background-color: #a2c6f0;
    color: #14457f
}

.thredded--button-wide {
    width: 100%;
    text-align: center
}

.thredded--post-moderation-actions,
.thredded--messageboards--actions {
    text-align: center
}

.thredded--post-moderation-actions a,
.thredded--messageboards--actions a,
.thredded--post-moderation-actions .button_to,
.thredded--messageboards--actions .button_to {
    display: block;
    margin-top: 0.75rem
}

@media (min-width: 34.00001rem) {
    .thredded--post-moderation-actions a,
    .thredded--messageboards--actions a,
    .thredded--post-moderation-actions .button_to,
    .thredded--messageboards--actions .button_to {
        display: inline-block
    }
    .thredded--post-moderation-actions a+a,
    .thredded--messageboards--actions a+a,
    .thredded--post-moderation-actions .button_to+.button_to,
    .thredded--messageboards--actions .button_to+.button_to {
        margin-left: 0.75rem
    }
}

.thredded--form [type='color'],
.thredded--form [type='date'],
.thredded--form [type='datetime'],
.thredded--form [type='datetime-local'],
.thredded--form [type='email'],
.thredded--form [type='month'],
.thredded--form [type='number'],
.thredded--form [type='password'],
.thredded--form [type='search'],
.thredded--form [type='tel'],
.thredded--form [type='text'],
.thredded--form [type='time'],
.thredded--form [type='url'],
.thredded--form [type='week'],
.thredded--form input:not([type]),
.thredded--form textarea,
.thredded--form select[multiple=multiple],
.thredded--select2-container>.select2-choices {
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    color: #575d6b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    padding: 0.75rem;
    -webkit-transition: border-color;
    transition: border-color
}

.thredded--form [type='color']:hover,
.thredded--form [type='date']:hover,
.thredded--form [type='datetime']:hover,
.thredded--form [type='datetime-local']:hover,
.thredded--form [type='email']:hover,
.thredded--form [type='month']:hover,
.thredded--form [type='number']:hover,
.thredded--form [type='password']:hover,
.thredded--form [type='search']:hover,
.thredded--form [type='tel']:hover,
.thredded--form [type='text']:hover,
.thredded--form [type='time']:hover,
.thredded--form [type='url']:hover,
.thredded--form [type='week']:hover,
.thredded--form input:hover:not([type]),
.thredded--form textarea:hover,
.thredded--form select[multiple=multiple]:hover,
.thredded--select2-container>.select2-choices:hover {
    border-color: #d1d1d1
}

.thredded--form [type='color']:focus,
.thredded--form [type='date']:focus,
.thredded--form [type='datetime']:focus,
.thredded--form [type='datetime-local']:focus,
.thredded--form [type='email']:focus,
.thredded--form [type='month']:focus,
.thredded--form [type='number']:focus,
.thredded--form [type='password']:focus,
.thredded--form [type='search']:focus,
.thredded--form [type='tel']:focus,
.thredded--form [type='text']:focus,
.thredded--form [type='time']:focus,
.thredded--form [type='url']:focus,
.thredded--form [type='week']:focus,
.thredded--form input:focus:not([type]),
.thredded--form textarea:focus,
.thredded--form select[multiple=multiple]:focus,
.thredded--select2-container>.select2-choices:focus,
.thredded--select2-container.select2-container-active>.select2-choices,
.thredded--select2-container.select2-dropdown-open>.select2-choices {
    border-color: #4a90e2;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 3px #4a90e2;
    outline: none
}

.thredded--form fieldset {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0 0 0.75rem;
    padding: 1.5rem
}

.thredded--form input,
.thredded--form label,
.thredded--form select {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem
}

.thredded--form label {
    font-weight: 600;
    margin-bottom: 0.375rem
}

.thredded--form label.required::after {
    content: "*"
}

.thredded--form label abbr {
    display: none
}

.thredded--form [type='color'],
.thredded--form [type='date'],
.thredded--form [type='datetime'],
.thredded--form [type='datetime-local'],
.thredded--form [type='email'],
.thredded--form [type='month'],
.thredded--form [type='number'],
.thredded--form [type='password'],
.thredded--form [type='search'],
.thredded--form [type='tel'],
.thredded--form [type='text'],
.thredded--form [type='time'],
.thredded--form [type='url'],
.thredded--form [type='week'],
.thredded--form input:not([type]),
.thredded--form textarea,
.thredded--form select[multiple=multiple] {
    box-sizing: border-box;
    width: 100%
}

.thredded--form textarea {
    line-height: 1.5;
    resize: vertical
}

.thredded--form input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.thredded--form input[type="checkbox"],
.thredded--form input[type="radio"] {
    display: inline;
    margin-right: 0.375rem
}

.thredded--form input[type="file"] {
    padding-bottom: 0.75rem;
    width: 100%
}

.thredded--form select {
    margin-bottom: 0.75rem;
    max-width: 100%;
    width: auto
}

.thredded--user-navigation,
.thredded--moderation-navigation--items,
.thredded--main-navigation,
.thredded--navigation-breadcrumbs,
.thredded--currently-online--users,
.thredded--form-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.thredded--user-navigation--item a,
.thredded--moderation-navigation--item a,
.thredded--navigation-breadcrumbs a {
    color: #575d6b;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear
}

.thredded--user-navigation--item a:active,
.thredded--moderation-navigation--item a:active,
.thredded--navigation-breadcrumbs a:active,
.thredded--user-navigation--item a:focus,
.thredded--moderation-navigation--item a:focus,
.thredded--navigation-breadcrumbs a:focus,
.thredded--user-navigation--item a:hover,
.thredded--moderation-navigation--item a:hover,
.thredded--navigation-breadcrumbs a:hover {
    color: #4a90e2;
    text-decoration: none
}

.thredded--user-navigation--item a:active,
.thredded--moderation-navigation--item a:active,
.thredded--navigation-breadcrumbs a:active,
.thredded--user-navigation--item a:focus,
.thredded--moderation-navigation--item a:focus,
.thredded--navigation-breadcrumbs a:focus {
    outline: none
}

.thredded--user-navigation--item.thredded--is-current a,
.thredded--pending-moderation .thredded--moderation-navigation--pending a,
.thredded--moderation-history .thredded--moderation-navigation--history a,
.thredded--moderation-users .thredded--moderation-navigation--users a,
.thredded--moderation-user .thredded--moderation-navigation--users a,
.thredded--moderation-activity .thredded--moderation-navigation--activity a {
    color: #4a90e2
}

.thredded--user-navigation,
.thredded--moderation-navigation--items {
    border-bottom: 1px solid #eee;
    font-size: 0.875rem;
    margin-left: 0;
    text-align: left;
    list-style-type: none
}

.thredded--user-navigation::after,
.thredded--moderation-navigation--items::after {
    clear: both;
    content: "";
    display: block
}

.thredded--user-navigation--item,
.thredded--moderation-navigation--item {
    display: inline-block;
    margin-right: 1rem
}

.thredded--user-navigation--item a,
.thredded--moderation-navigation--item a {
    display: inline-block;
    color: #a5aab6;
    padding: 0.75rem 0
}

.thredded--user-navigation--item:last-child,
.thredded--moderation-navigation--item:last-child {
    margin-right: 0
}

.thredded--user-navigation--item.thredded--is-current,
.thredded--pending-moderation .thredded--moderation-navigation--pending,
.thredded--moderation-history .thredded--moderation-navigation--history,
.thredded--moderation-users .thredded--moderation-navigation--users,
.thredded--moderation-user .thredded--moderation-navigation--users,
.thredded--moderation-activity .thredded--moderation-navigation--activity {
    border-bottom: 1px solid #4a90e2;
    margin-bottom: -1px
}

.thredded--user-navigation--private-topics--unread,
.thredded--user-navigation--moderation--pending-count {
    background: #4a90e2;
    border-radius: 10px;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    margin-left: 0.4rem;
    padding: 2px 6px
}

.thredded--table,
.thredded--post--content table {
    -webkit-font-feature-settings: "kern", "liga", "tnum";
    font-feature-settings: "kern", "liga", "tnum";
    border-collapse: collapse;
    margin: 0.75rem 0
}

.thredded--table td,
.thredded--post--content table td,
.thredded--table th,
.thredded--post--content table th {
    text-align: center;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #eee;
    vertical-align: middle
}

.thredded--table th,
.thredded--post--content table th {
    font-weight: bold
}

.thredded--currently-online--title,
.thredded--empty--title,
.thredded--messageboard--title,
.thredded--messageboard--meta,
.thredded--post--topic,
.thredded--post--user,
.thredded--post--user-and-topic,
.thredded--post-form--title,
.thredded--preferences-header--title,
.thredded--topic-header--title,
.thredded--topics--title {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 0.75rem
}

.thredded--post-moderation-record--moderation-state-notice a,
.thredded--post-moderation-record--content-changed-notice a,
.thredded--link,
.thredded--messageboard,
.thredded--post--user a,
.thredded--post--topic a,
.thredded--post--user-and-topic a,
.thredded--post--edit,
.thredded--post--delete,
.thredded--post--content a,
.thredded--topic-header--participants--participant>a,
.thredded--topic-header--started-by a,
.thredded--topic-header--edit-topic,
.thredded--topic-header--follow-info form input[type=submit],
.thredded--topic-header--follow-info form button,
.thredded--topics--title a,
.thredded--topics--started-by a,
.thredded--topics--updated-by a {
    color: #4a90e2;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear
}

.thredded--post-moderation-record--moderation-state-notice a:active,
.thredded--post-moderation-record--content-changed-notice a:active,
.thredded--link:active,
.thredded--messageboard:active,
.thredded--post--user a:active,
.thredded--post--topic a:active,
.thredded--post--user-and-topic a:active,
.thredded--post--edit:active,
.thredded--post--delete:active,
.thredded--post--content a:active,
.thredded--topic-header--participants--participant>a:active,
.thredded--topic-header--started-by a:active,
.thredded--topic-header--edit-topic:active,
.thredded--topic-header--follow-info form input[type=submit]:active,
.thredded--topic-header--follow-info form button:active,
.thredded--topics--title a:active,
.thredded--topics--started-by a:active,
.thredded--topics--updated-by a:active,
.thredded--post-moderation-record--moderation-state-notice a:focus,
.thredded--post-moderation-record--content-changed-notice a:focus,
.thredded--link:focus,
.thredded--messageboard:focus,
.thredded--post--user a:focus,
.thredded--post--topic a:focus,
.thredded--post--user-and-topic a:focus,
.thredded--post--edit:focus,
.thredded--post--delete:focus,
.thredded--post--content a:focus,
.thredded--topic-header--participants--participant>a:focus,
.thredded--topic-header--started-by a:focus,
.thredded--topic-header--edit-topic:focus,
.thredded--topic-header--follow-info form input[type=submit]:focus,
.thredded--topic-header--follow-info form button:focus,
.thredded--topics--title a:focus,
.thredded--topics--started-by a:focus,
.thredded--topics--updated-by a:focus,
.thredded--post-moderation-record--moderation-state-notice a:hover,
.thredded--post-moderation-record--content-changed-notice a:hover,
.thredded--link:hover,
.thredded--messageboard:hover,
.thredded--post--user a:hover,
.thredded--post--topic a:hover,
.thredded--post--user-and-topic a:hover,
.thredded--post--edit:hover,
.thredded--post--delete:hover,
.thredded--post--content a:hover,
.thredded--topic-header--participants--participant>a:hover,
.thredded--topic-header--started-by a:hover,
.thredded--topic-header--edit-topic:hover,
.thredded--topic-header--follow-info form input[type=submit]:hover,
.thredded--topic-header--follow-info form button:hover,
.thredded--topics--title a:hover,
.thredded--topics--started-by a:hover,
.thredded--topics--updated-by a:hover {
    color: #1f69c1;
    text-decoration: none
}

.thredded--post-moderation-record--moderation-state-notice a:active,
.thredded--post-moderation-record--content-changed-notice a:active,
.thredded--link:active,
.thredded--messageboard:active,
.thredded--post--user a:active,
.thredded--post--topic a:active,
.thredded--post--user-and-topic a:active,
.thredded--post--edit:active,
.thredded--post--delete:active,
.thredded--post--content a:active,
.thredded--topic-header--participants--participant>a:active,
.thredded--topic-header--started-by a:active,
.thredded--topic-header--edit-topic:active,
.thredded--topic-header--follow-info form input[type=submit]:active,
.thredded--topic-header--follow-info form button:active,
.thredded--topics--title a:active,
.thredded--topics--started-by a:active,
.thredded--topics--updated-by a:active,
.thredded--post-moderation-record--moderation-state-notice a:focus,
.thredded--post-moderation-record--content-changed-notice a:focus,
.thredded--link:focus,
.thredded--messageboard:focus,
.thredded--post--user a:focus,
.thredded--post--topic a:focus,
.thredded--post--user-and-topic a:focus,
.thredded--post--edit:focus,
.thredded--post--delete:focus,
.thredded--post--content a:focus,
.thredded--topic-header--participants--participant>a:focus,
.thredded--topic-header--started-by a:focus,
.thredded--topic-header--edit-topic:focus,
.thredded--topic-header--follow-info form input[type=submit]:focus,
.thredded--topic-header--follow-info form button:focus,
.thredded--topics--title a:focus,
.thredded--topics--started-by a:focus,
.thredded--topics--updated-by a:focus {
    outline: none
}

.thredded--post--content hr {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #eee;
    margin: 1.5rem 0
}

.thredded--form-list--hint,
.thredded--messageboard--description,
.thredded--messageboard--byline,
.thredded--post--created-at,
.thredded--post--content p {
    margin: 0 0 0.75rem
}

.thredded--icon {
    fill: currentColor
}

.thredded--blockquote,
.thredded--post--content blockquote {
    margin: 0 0 0.75rem;
    border-left: solid 5px #eee;
    padding: 1rem
}

.thredded--blockquote p:last-of-type,
.thredded--post--content blockquote p:last-of-type {
    margin-bottom: 0
}

.thredded--embed-16-by-9 {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden
}

.thredded--embed-16-by-9>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.thredded--is-compact input[type="submit"],
.thredded--is-compact label {
    height: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden
}

.thredded--is-compact input {
    margin: 0
}

.thredded--is-compact li {
    margin-bottom: 0
}

.thredded--is-compact li:not(.title) {
    height: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0
}

.thredded--is-expanded label {
    height: auto;
    margin-bottom: 0.375rem;
    opacity: 1;
    visibility: visible
}

.thredded--is-expanded .private_users,
.thredded--is-expanded .content,
.thredded--is-expanded .submit {
    height: auto;
    opacity: 1;
    visibility: visible
}

.thredded--main-container {
    -webkit-font-smoothing: antialiased;
    color: #575d6b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 43.125rem;
    padding: 0
}

.thredded--main-container::after {
    clear: both;
    content: "";
    display: block
}

@media (min-width: 34.00001rem) {
    .thredded--main-container {
        padding: 0 2rem 0.75rem 2rem
    }
}

.thredded--main-navigation {
    display: block
}

.thredded--main-navigation::after {
    clear: both;
    content: "";
    display: block
}

.thredded--navigation-breadcrumbs li {
    display: block;
    font-weight: bold
}

.thredded--navigation-breadcrumbs li a {
    display: block
}

@media (min-width: 48.00001rem) {
    .thredded--navigation-breadcrumbs li a,
    .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link {
        padding: 1.5rem 0
    }
}

.thredded--navigation--search {
    margin-right: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 48rem) {
    .thredded--navigation--search {
        position: initial;
        margin-bottom: 0.75rem
    }
}

.thredded--navigation--search label {
    display: none
}

.thredded--navigation--search input[type="search"] {
    box-shadow: none;
    width: 100%
}

@media (min-width: 48.00001rem) {
    .thredded--navigation--search input[type="search"] {
        background: transparent;
        border-color: transparent;
        font-size: 0.875rem;
        line-height: 1rem;
        min-width: 13rem;
        text-align: right;
        width: auto;
        padding: 0.9375rem 0.75rem 0.875rem 0.75rem;
        margin: -1px -0.75rem 0 0;
        -webkit-margin-end: -1.5rem
    }
    .thredded--navigation--search input[type="search"],
    .thredded--navigation--search input[type="search"]:focus {
        -webkit-transition: background, border-color, box-shadow, min-width 0.15s ease-out 0s;
        transition: background, border-color, box-shadow, min-width 0.15s ease-out 0s
    }
    .thredded--navigation--search input[type="search"]:focus {
        background: #fff;
        box-shadow: none;
        margin-right: 0;
        -webkit-margin-end: 0;
        min-width: 16rem;
        text-align: left
    }
    .thredded--navigation--search input[type="search"]:hover {
        border-color: transparent;
        box-shadow: none
    }
    .thredded--navigation--search input[type="search"]::-webkit-search-decoration,
    .thredded--navigation--search input[type="search"]::-webkit-search-cancel-button,
    .thredded--navigation--search input[type="search"]::-webkit-search-results-button,
    .thredded--navigation--search input[type="search"]::-webkit-search-results-decoration {
        max-height: 1rem
    }
    .thredded--navigation--search input[type="search"]::-webkit-input-placeholder {
        color: #a5aab6;
        -webkit-transition: color 0.1s linear;
        transition: color 0.1s linear;
        height: inherit;
        line-height: inherit;
        opacity: 1
    }
    .thredded--navigation--search input[type="search"]::-moz-placeholder {
        color: #a5aab6;
        -webkit-transition: color 0.1s linear;
        transition: color 0.1s linear;
        height: inherit;
        line-height: inherit;
        opacity: 1
    }
    .thredded--navigation--search input[type="search"]:-ms-input-placeholder {
        color: #a5aab6;
        -webkit-transition: color 0.1s linear;
        transition: color 0.1s linear;
        height: inherit;
        line-height: inherit;
        opacity: 1
    }
    .thredded--navigation--search input[type="search"]::placeholder {
        color: #a5aab6;
        -webkit-transition: color 0.1s linear;
        transition: color 0.1s linear;
        height: inherit;
        line-height: inherit;
        opacity: 1
    }
    .thredded--navigation--search input[type="search"]:hover:not(:focus) {
        cursor: pointer
    }
    .thredded--navigation--search input[type="search"]:hover:not(:focus)::-webkit-input-placeholder {
        color: #4a90e2
    }
    .thredded--navigation--search input[type="search"]:hover:not(:focus)::-moz-placeholder {
        color: #4a90e2
    }
    .thredded--navigation--search input[type="search"]:hover:not(:focus):-ms-input-placeholder {
        color: #4a90e2
    }
    .thredded--navigation--search input[type="search"]:hover:not(:focus)::placeholder {
        color: #4a90e2
    }
    .thredded--navigation--search input[type="search"]:focus {
        border-color: #eee
    }
}

.thredded--navigation--search [type="submit"] {
    display: none
}

@media print {
    .thredded--navigation--search {
        display: none
    }
}

@media print {
    .thredded--user-navigation {
        display: none
    }
}

.thredded--navigation {
    position: relative
}

.thredded--navigation .thredded--icon {
    display: none
}

@media (max-width: 48rem) {
    .thredded--navigation {
        position: relative;
        width: 100%
    }
    .thredded--main-navigation {
        position: relative;
        border: none
    }
    .thredded--navigation-breadcrumbs {
        font-size: 0.875rem;
        padding-right: 5.25rem
    }
    .thredded--is-moderator .thredded--navigation-breadcrumbs {
        padding-right: 7.875rem
    }
    .thredded--navigation--search-topics {
        display: none
    }
}

@media screen and (max-width: 48rem) {
    .thredded--messageboards-index .thredded--navigation--search-topics,
    .thredded--topics-index .thredded--navigation--search-topics,
    .thredded--topic-search-results .thredded--navigation--search-topics {
        display: block
    }
}

@media (max-width: 48rem) {
    .thredded--user-navigation {
        border-bottom: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2
    }
    .thredded--user-navigation-standalone {
        display: block;
        margin-bottom: 0
    }
    .thredded--user-navigation .thredded--user-navigation--settings,
    .thredded--user-navigation .thredded--user-navigation--private-topics,
    .thredded--user-navigation .thredded--user-navigation--moderation {
        box-sizing: border-box;
        display: inline-block;
        margin: 0 0 0 0.375rem;
        padding: 0;
        vertical-align: top
    }
    .thredded--user-navigation .thredded--user-navigation--settings a,
    .thredded--user-navigation .thredded--user-navigation--private-topics a,
    .thredded--user-navigation .thredded--user-navigation--moderation a {
        position: relative;
        display: block;
        padding: 0.4375rem 0 0.375rem 0
    }
    .thredded--user-navigation .thredded--user-navigation--settings .thredded--icon,
    .thredded--user-navigation .thredded--user-navigation--private-topics .thredded--icon,
    .thredded--user-navigation .thredded--user-navigation--moderation .thredded--icon {
        display: block;
        width: 2rem;
        height: 2rem
    }
    .thredded--user-navigation .thredded--user-navigation--private-topics--unread,
    .thredded--user-navigation .thredded--user-navigation--moderation--pending-count {
        bottom: 0.3125rem;
        position: absolute;
        right: -0.1875rem
    }
    .thredded--user-navigation .thredded--nav-text {
        display: none
    }
    .thredded--user-navigation--private-topics {
        margin-top: 1px
    }
}

.thredded--moderation-navigation {
    position: relative
}

@media (min-width: 48.00001rem) {
    .thredded--moderation-navigation {
        margin-bottom: 1.5rem
    }
}

.thredded--moderation-navigation--items {
    margin-bottom: 0.75rem
}

.thredded--moderated-notice {
    margin-bottom: 1.5rem;
    padding: 0.75rem 1.5rem;
    background: #eee
}

.thredded--post-moderation .thredded--post--user a,
.thredded--post-moderation-record .thredded--post--user a {
    color: #4a90e2
}

.thredded--post-moderation-record .thredded--post {
    margin-bottom: 0;
    margin-left: 1rem
}

@media (min-width: 47.125rem) {
    .thredded--post-moderation-record .thredded--post {
        margin-left: 4rem
    }
}

.thredded--post-moderation-record--moderation-state-notice {
    margin-bottom: 1rem
}

.thredded--post-moderation-record-approved .thredded--post-moderation-record--moderation-state-notice {
    color: #3c763d
}

.thredded--post-moderation-record-blocked .thredded--post-moderation-record--moderation-state-notice {
    color: #a94442
}

.thredded--post-moderation-record--content-changed-notice {
    font-style: italic
}

.thredded--post-moderation-record+.thredded--post-moderation-record {
    margin-top: 3rem
}

.thredded--moderation--users-table {
    width: 100%
}

.thredded--moderation--users-table a {
    display: block
}

.thredded--moderation--user--title {
    margin: 0
}

.thredded--moderation--user--info {
    margin-left: 2rem
}

.thredded--user--moderation-actions {
    text-align: left;
    margin-left: 4rem
}

.thredded--user--moderation-actions .button_to {
    display: inline-block
}

.thredded--user--moderation-actions .button_to+.button_to {
    margin-left: 0.75rem
}

.thredded--user--avatar {
    border-radius: 50%;
    display: inline-block;
    height: 1.75em;
    width: 1.75em;
    margin-right: 0.4375em;
    vertical-align: baseline;
    position: relative;
    top: 0.5em
}

.thredded--currently-online {
    background-color: #eee;
    bottom: -1.25rem;
    padding: 1.5rem;
    position: fixed;
    right: 0;
    width: 16.25rem
}

@media (max-width: 34rem) {
    .thredded--currently-online {
        display: none
    }
}

.thredded--currently-online.thredded--is-expanded {
    bottom: 0;
    position: fixed;
    right: 0
}

.thredded--currently-online--title {
    margin-bottom: 1.5rem
}

.thredded--currently-online--avatar {
    background-color: #575d6b;
    border-radius: 50%;
    display: inline-block;
    height: 1.75rem;
    margin-right: 0.75rem;
    vertical-align: middle;
    width: 1.75rem
}

.thredded--currently-online--user {
    padding: 0.75rem 0
}

.thredded--currently-online--users {
    height: 0;
    visibility: hidden
}

.thredded--currently-online.thredded--is-expanded .thredded--currently-online--users {
    height: auto;
    visibility: visible
}

@media print {
    .thredded--currently-online {
        display: none
    }
}

.thredded--empty {
    border: 1px solid #eee;
    padding: 1.5rem;
    text-align: center
}

.thredded--empty--title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.thredded--topic-notfollowing .thredded--topics--follow-icon,
.thredded--topic-header--follow-icon,
.thredded--topic-following .thredded--topics--follow-icon {
    fill: currentColor;
    display: inline-block;
    font-size: 1em;
    width: 1.4rem;
    height: 1.4rem;
    opacity: 0.4
}

.thredded--topic-notfollowing .thredded--topics--follow-icon {
    opacity: 0.1
}

.thredded--form-list.on-top {
    margin-bottom: 0.75rem
}

.thredded--form-list li {
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    margin-bottom: 0.75rem
}

.thredded--form-list label {
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s
}

.thredded--form-list label+label {
    display: inline-block;
    font-weight: normal
}

.thredded--form-list--admin-options label {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1.5rem
}

.thredded--form-list--hint {
    color: #a5aab6;
    font-size: 0.875rem;
    font-weight: normal;
    position: relative
}

.thredded--main-section {
    margin-bottom: 3rem
}

ul.thredded--textcomplete-dropdown {
    background: inherit;
    border-color: #4a90e2;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 1px #4a90e2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

ul.thredded--textcomplete-dropdown {
    background: #fff;
    padding: 4px;
    margin: 0
}

ul.thredded--textcomplete-dropdown li.textcomplete-item {
    list-style: none;
    padding: 0.75rem
}

ul.thredded--textcomplete-dropdown li.textcomplete-item a {
    color: #575d6b
}

ul.thredded--textcomplete-dropdown li.textcomplete-item.active {
    background: #4a90e2
}

ul.thredded--textcomplete-dropdown li.textcomplete-item.active a {
    color: #fff
}

.thredded--messageboard {
    border: 1px solid #eee;
    display: block;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    position: relative
}

.thredded--messageboard header {
    margin-bottom: 0.75rem
}

.thredded--messageboard:hover {
    background-color: rgba(74, 144, 226, 0.035)
}

.thredded--messageboard--title {
    display: inline-block;
    float: left;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 0;
    margin-right: 0.75rem;
    vertical-align: baseline
}

.thredded--messageboard--meta {
    color: #a5aab6;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    vertical-align: baseline
}

.thredded--messageboard--description {
    clear: both;
    margin-bottom: 0.375rem;
    color: #575d6b
}

.thredded--messageboard--byline {
    color: #a5aab6;
    font-size: 0.875em;
    font-weight: normal;
    margin-bottom: 0
}

@media print {
    .thredded--messageboards--actions {
        display: none
    }
}

.thredded--pagination {
    border-top: 1px solid #eee;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    text-align: center
}

.thredded--pagination>span {
    color: #a5aab6;
    display: inline-block;
    margin-right: 0.75rem
}

.thredded--pagination>span>a {
    color: #575d6b;
    display: inline-block
}

.thredded--pagination>span>a:focus,
.thredded--pagination>span>a:hover {
    color: #4a90e2
}

.thredded--pagination>span.current,
.thredded--pagination>span>a {
    padding: 0.375rem 0.75rem
}

.thredded--post {
    position: relative;
    margin-bottom: 3rem
}

@media (max-width: 34rem) {
    .thredded--post {
        margin-bottom: 1.5rem
    }
}

.thredded--post--avatar {
    border-radius: 50%;
    display: inline-block;
    height: 1.75rem;
    margin-right: 0.4375em;
    position: relative;
    top: 6px;
    vertical-align: baseline;
    width: 1.75rem
}

@media (min-width: 47.125rem) {
    .thredded--post--avatar {
        height: 2.25rem;
        left: -3rem;
        position: absolute;
        top: -0.5rem;
        width: 2.25rem
    }
}

.thredded--post--topic {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.375rem
}

.thredded--post--user,
.thredded--post--topic,
.thredded--post--user-and-topic {
    display: inline;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-right: 0.4375em
}

.thredded--post--user a {
    color: #575d6b
}

.thredded--post--created-at {
    font-size: 0.875rem;
    color: #a5aab6;
    display: inline-block
}

.thredded--post--edit,
.thredded--post--delete {
    font-size: 0.875rem
}

@media print {
    .thredded--post--edit,
    .thredded--post--delete {
        display: none
    }
}

.thredded--post--delete {
    margin-left: 0.4rem
}

.thredded--post--content {
    font-size: 1.063rem;
    line-height: 1.65;
    word-break: break-word
}

.thredded--post--content img {
    max-width: 100%;
    height: auto
}

.thredded--post--content--spoiler {
    color: #eee;
    background-color: #eee;
    cursor: pointer
}

.thredded--post--content--spoiler:hover,
.thredded--post--content--spoiler:focus {
    color: black
}

.thredded--post-form label {
    display: none
}

.thredded--post-form--wrapper {
    border-top: 1px solid #eee;
    margin-top: 1.5rem;
    padding-top: 1.5rem
}

.thredded--post-form--title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem
}

.thredded--post-form--submit {
    margin-top: 0.75rem
}

@media print {
    .thredded--post-form--wrapper {
        display: none
    }
}

.thredded--preferences-header--title {
    font-size: 1.5rem
}

.thredded--select2-container {
    width: 100%
}

.thredded--select2-container>.select2-choices {
    padding-top: 0.15rem;
    min-height: unset
}

.thredded--select2-container>.select2-choices>.select2-search-choice {
    border: 1px solid #eee;
    background-color: #eee;
    margin: 0.4rem 0.6rem -0.2rem 0
}

.thredded--select2-container>.select2-choices>.select2-search-choice.select2-search-choice-focus {
    background: #4a90e2;
    border: 1px solid #4a90e2;
    box-shadow: 0 0 2px #4a90e2 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
    -webkit-transition: none;
    transition: none
}

.thredded--select2-container>.select2-choices>.select2-search-field {
    background: transparent;
    margin-top: 0.6rem
}

.thredded--select2-container>.select2-choices>.select2-search-field>[type="text"] {
    color: #575d6b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 0
}

.thredded--select2-container>.select2-choices>.select2-search-field>[type="text"].select2-active {
    background-color: transparent !important
}

.thredded--select2-drop {
    background: inherit;
    border-color: #4a90e2;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 1px #4a90e2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

.thredded--select2-drop .select2-results {
    background: #fff;
    padding: 4px;
    margin: 0
}

.thredded--select2-drop .select2-result {
    color: #575d6b
}

.thredded--select2-drop .select2-result.select2-highlighted {
    background: #4a90e2;
    color: #fff
}

.thredded--select2-drop .select2-result>.select2-result-label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    padding: 0.75rem
}

.thredded--select2-drop .select2-no-results,
.thredded--select2-drop .select2-searching {
    background: transparent;
    color: #575d6b
}

.thredded--select2-user-result__avatar {
    width: 2rem;
    min-height: 2rem;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

.thredded--select2-user-result__name {
    display: inline-block;
    margin-left: 0.6rem
}

.thredded--select2-user-selection__avatar {
    width: 1rem;
    min-height: 1rem;
    height: auto;
    display: inline-block;
    vertical-align: text-bottom
}

.thredded--select2-user-selection__name {
    display: inline-block;
    margin-left: 0.4rem
}

.thredded--topic-delete--wrapper {
    border-top: 1px solid #eee;
    margin-top: 1.5rem;
    padding-top: 3rem
}

@media print {
    .thredded--topic-delete--wrapper {
        display: none
    }
}

.thredded--topic-header {
    margin-bottom: 0.75rem;
    margin-top: 0
}

@media (min-width: 48.00001rem) {
    .thredded--topic-header {
        margin-bottom: 3rem;
        margin-top: 0.75rem
    }
    .thredded--topic-header::after {
        clear: both;
        content: "";
        display: block
    }
}

.thredded--topic-header--title {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.375rem
}

@media (min-width: 34.00001rem) {
    .thredded--topic-header--title {
        font-size: 1.5rem
    }
}

.thredded--topic-header--participants {
    color: #a5aab6
}

.thredded--topic-header--participants--participant>a {
    font-size: 0.875rem
}

.thredded--topic-header--participants--participant::before {
    content: '\2022\00A0'
}

.thredded--topic-header--started-by {
    font-size: 0.875rem;
    color: #a5aab6;
    font-style: normal
}

.thredded--topic-header--edit-topic {
    font-size: 0.875rem;
    margin-left: 0.4rem
}

@media print {
    .thredded--topic-header--edit-topic {
        display: none
    }
}

.thredded--topic-header--follow-info {
    color: #a5aab6;
    font-size: 0.875rem;
    font-style: normal
}

@media (min-width: 48.00001rem) {
    .thredded--topic-header--follow-info {
        float: right;
        text-align: right;
        max-width: 25rem;
        position: relative
    }
    .thredded--topic-header--follow-info form {
        position: absolute;
        right: 0;
        vertical-align: text-top
    }
    .thredded--topic-header--follow-info form.thredded--topic-header--follow-info--unfollow {
        top: 1.625em
    }
    .thredded--topic-header--follow-info--reason {
        display: block;
        vertical-align: text-top
    }
}

.thredded--topic-header--follow-info p {
    margin: 0
}

.thredded--topic-header--follow-info--reason {
    display: inline-block
}

.thredded--topic-header--follow-info form {
    display: inline-block
}

.thredded--topic-header--follow-info form input[type=submit],
.thredded--topic-header--follow-info form button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer
}

@media print {
    .thredded--topic-header--follow-info form {
        display: none
    }
}

.thredded--topic-header--follow-icon {
    vertical-align: middle
}

.thredded--topic-followers {
    font-size: 0.875rem;
    color: #a5aab6
}

.thredded--svg-definitions {
    display: none
}

.thredded--topics--topic {
    margin-bottom: 1.5rem;
    position: relative
}

@media (max-width: 43.125rem) {
    .thredded--topics--topic {
        margin-left: 3rem
    }
}

@media (max-width: 34rem) {
    .thredded--topics--topic {
        margin-right: 2rem
    }
}

.thredded--topics--title {
    display: inline;
    font-size: 1.125rem;
    line-height: 1.5
}

.thredded--topics--title a {
    color: #575d6b;
    display: inline
}

.thredded--topics--title a:hover {
    color: #4a90e2
}

.thredded--topics--categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1rem
}

.thredded--topics--categories li {
    font-size: .5rem;
    display: inline-block;
    color: #575d6b;
    background-color: #ebedef;
    box-shadow: inset 0 -1px 0 #c1c5cd;
    padding: 1px 6px;
    border-radius: 2px;
    text-transform: lowercase;
    letter-spacing: 1px;
    vertical-align: bottom
}

.thredded--topics--started-by,
.thredded--topics--updated-by {
    color: #a5aab6;
    font-size: 0.875rem;
    font-style: normal
}

.thredded--topics--started-by a,
.thredded--topics--updated-by a {
    color: #89909f
}

.thredded--topics--started-by a:hover,
.thredded--topics--updated-by a:hover {
    color: #4a90e2
}

.thredded--topics--started-by abbr::after,
.thredded--topics--updated-by abbr::after {
    content: ' by '
}

.thredded--topics--updated-by {
    margin-right: 0.75rem
}

.thredded--topics--updated-by abbr::before {
    content: 'updated '
}

.thredded--topics--participants--participant+.thredded--topics--participants--participant::before {
    content: '\2022\00A0'
}

.thredded--topics--started-by {
    display: none
}

.thredded--topics--started-by abbr::before {
    content: 'started '
}

.thredded--topics--moderation-state {
    padding: 0.3em 0.5em;
    font-size: 0.875rem;
    font-style: normal
}

.thredded--topics--posts-count {
    border-radius: 50%;
    display: inline-block;
    font-weight: 900;
    font-size: 0.8rem;
    height: 2rem;
    left: -3rem;
    line-height: 2rem;
    margin-right: 1.5rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2rem;
    -webkit-transition: background 0.1s linear, color 0.1s linear;
    transition: background 0.1s linear, color 0.1s linear
}

.thredded--topic-read>.thredded--topics--title a {
    font-weight: lighter
}

.thredded--topic-read>.thredded--topics--posts-count {
    background: rgba(87, 93, 107, 0.3);
    color: #fff
}

.thredded--topic-unread>.thredded--topics--title a {
    font-weight: bold
}

.thredded--topic-unread>.thredded--topics--posts-count {
    background: #4a90e2;
    color: #fff
}

.thredded--topics--follow-icon {
    position: absolute;
    right: -1.6rem;
    top: 0
}

@media (max-width: 34rem) {
    .thredded--topics--follow-icon {
        right: -2rem
    }
}

@media print {
    .thredded--new-topic-form,
    .thredded--new-private-topic-form {
        display: none
    }
}

a {
    color: #1f61e5
}

a.alert {
    color: #ca2a3f
}

a.success {
    color: #00b233
}

a.info {
    color: #6f56eb
}

a.secondary {
    color: #1549b2
}

.course .panel-body {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -200000px
}

.callout {
    opacity: .65;
    border-radius: 4px;
    background: #1e9ccd;
    color: #fff;
    font-family: Gotham Medium;
    font-weight: 500;
    border: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5)
}

.callout button {
    margin-top: -15px !important;
    color: #fff;
    top: 50%
}

.callout button:hover {
    color: #fff;
    opacity: .8
}

.callout.secondary {
    background: #1549b2
}

.callout.alert,
.callout.warning {
    background: #ca2a3f
}

.callout.success {
    background: #00b233
}

.callout.info {
    background: #6f56eb
}

.callout.closed {
    -webkit-transition: top .5s linear;
    transition: top .5s linear;
    top: -2000px
}

.callout {
    top: 54px;
    position: fixed;
    left: 10%;
    width: 80%;
    z-index: 10000
}

.bg-orange {
    background: #e9b75d;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: gotham medium, sans-serif
}

.text-center {
    text-align: center
}

a {
    text-decoration: none
}

.course-page {
    padding: 0 0 50px;
    background: #fff
}

.course-page .course-list .column,
.course-page .course-list .columns {
    padding-left: 0;
    padding-right: 0
}

.course-page .course-components {
    padding-top: 50px;
    margin-bottom: 25px
}

.course-page .supercourse-description {
    font-size: 18px;
    font-size: 1.125rem
}

.course-page .page {
    padding: 60px 0
}

@media only screen and (max-width: 1024px) {
    #course-nav-panel {
        padding-top: 50px
    }
}

.enrollment-status {
    background: #fff;
    text-align: center
}

.enrollment-status a {
    font-size: 16px;
    font-size: 1rem;
    padding: 24px 0;
    margin: 0 13px;
    font-family: Gotham Book, Arial, sans-serif;
    color: #979797;
    background: transparent
}

.enrollment-status a.active,
.enrollment-status a:active,
.enrollment-status a:hover {
    padding: 24px 0 21px;
    font-family: Gotham Bold, Arial, sans-serif;
    color: #1e9ccd;
    border-bottom: 3px solid #1e9ccd
}

.enrollment-status a span {
    color: #1e9ccd;
    font-family: Gotham Bold, Arial, sans-serif
}

.enrollment-status a span:after,
.enrollment-status a span:before {
    font-family: Gotham Book, Arial, sans-serif
}

.enrollment-status a span:before {
    content: "("
}

.enrollment-status a span:after {
    content: ")"
}

.cover-art {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: block;
    position: relative
}

.cover-art .fi-lock,
.cover-art .fi-play-video {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: -65px;
    margin-left: -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    color: #fff
}

.cover-art img {
    border-radius: 3px;
    width: 100%;
    height: auto
}

.cover-art .description {
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    opacity: 0;
    border-radius: 3px;
    padding: 15px;
    cursor: default;
    color: #fff;
    background: #2b2e33;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cover-art .description h3,
.cover-art .description p {
    font-size: 12px;
    font-size: .75rem;
    color: #fff
}

.cover-art .description h3 {
    padding-bottom: 12px;
    font-weight: 700
}

.cover-art .description p {
    line-height: 19px;
    line-height: 1.1875rem
}

.cover-art .description .button {
    cursor: pointer
}

.cover-art:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    top: -1px
}

.cover-art:hover .description {
    opacity: 1;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear
}

.cover-art.accessible:hover img {
    opacity: .7
}

.cover-art.accessible:hover .fi-play-video {
    width: 86px;
    margin-left: -43px;
    display: block
}

.cover-art.not-accessible img {
    opacity: .6
}

.cover-art.not-accessible .fi-lock {
    width: 100px;
    margin-left: -50px;
    display: block
}

.course-header {
    margin-bottom: 25px;
    padding-bottom: 25px;
    text-align: center
}

.course-header h2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    font-weight: 500;
    color: #656d78;
    text-transform: uppercase
}

#course-video-panel {
    position: relative
}

#course-video-panel .video-player {
    position: relative;
    z-index: 10
}

#course-video-panel:before {
    opacity: 0;
    background: #e9e9e9;
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}

#course-video-panel.transition:before {
    height: 102%;
    -webkit-animation-name: a;
    animation-name: a;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes a {
    0% {
        opacity: 0
    }
    25%,
    75% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 0
    }
    25%,
    75% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media only screen and (max-width: 1200px) {
    .course-components .column,
    .course-components .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    #course-video-panel {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    #course-nav-panel {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .course-header.desktop {
        display: none
    }
    .course-header.mobile {
        display: block
    }
}

.hints_open .column,
.hints_open .columns {
    padding: 0 25px
}

.hints_open ul {
    padding: 0
}

.hints_open ul li {
    padding: 10px 0;
    list-style: none
}

.hints_open .hint {
    padding-top: 60px;
    text-align: center
}

.hints_open .hint a {
    color: #000
}

.hints_open .hint a:hover {
    text-transform: underline
}

.hints_open .hint p {
    font-size: 16px;
    font-size: 1rem;
    color: #666
}

.hints_open .hint.ask,
.hints_open .hint.support,
.hints_open .hint.thanks {
    background-size: 55px auto
}

.hints_open .hint h3 {
    font-size: 20px;
    font-size: 1.25rem;
    min-height: 44px;
    font-family: Gotham Book, Arial, sans-serif;
    color: #000;
    font-weight: 300;
    line-height: 112%
}

.hints_open .row {
    padding-bottom: 25px
}

@media screen and (max-width: 39.9375em) {
    .hints_open .hint {
        padding-top: 40px;
        background-size: 30px auto
    }
}

.on-focus-form .actions {
    height: 0;
    overflow: hidden
}

.on-focus-form .actions * {
    float: right
}

.on-focus-form .actions .close {
    padding: 10px 25px;
    color: #666;
    display: inline-block
}

.dashboard h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 40px;
    color: #000;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
    text-transform: capitalize
}

.dashboard .see-all-button {
    display: block;
    margin: 0 auto
}

.dashboard .profit-systems .see-all-button {
    max-width: 80%
}

@media (min-width: 320px) and (max-width: 1024px) {
    .dashboard .profit-systems .see-all-button {
        max-width: 100%;
        padding: 15px 10px
    }
}

.dashboard .super-courses .see-all-button {
    max-width: 90%
}

@media (min-width: 320px) and (max-width: 1024px) {
    .dashboard .super-courses .see-all-button {
        max-width: 100%;
        padding: 15px 0
    }
}

.dashboard .community {
    padding: 45px 0;
    background: #fff
}

.dashboard .community.accessible .rei-in-section-modal {
    display: none
}

.dashboard .community.not-accessible {
    position: relative;
    overflow: hidden
}

.dashboard .community.not-accessible .row.has-hover:hover {
    z-index: 110
}

.dashboard .community.not-accessible .row.has-hover:hover .rei-in-section-modal {
    z-index: 110;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transition: -webkit-filter .5s ease-in-out;
    transition: -webkit-filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.dashboard .community.not-accessible .row.has-hover:hover .module.case-studies,
.dashboard .community.not-accessible .row.has-hover:hover .module.mastermind {
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .dashboard .community.not-accessible .mastermind {
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .dashboard .community.not-accessible .case-studies {
        display: none
    }
}

.dashboard .community.not-accessible .rei-in-section-modal {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 70%;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: 0
}

@media screen and (max-width: 320px) {
    .dashboard .community.not-accessible .rei-in-section-modal {
        width: 100%;
        left: 3%
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .dashboard .community.not-accessible .rei-in-section-modal {
        z-index: 110;
        width: 93%;
        top: 12%;
        left: 3%;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

.dashboard .module {
    background: #f8f8f8
}

.dashboard .module hgroup {
    padding: 20px 25px
}

.dashboard .module hgroup * {
    border: 0;
    text-transform: capitalize;
    padding: 0;
    margin: 0
}

.dashboard .module hgroup h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: gotham medium, sans-serif
}

.dashboard .module hgroup h4 {
    font-size: 14px;
    font-size: .875rem;
    margin-top: 3px;
    font-family: gotham book, sans-serif
}

.dashboard .module.mastermind hgroup {
    background: #1e9ccd
}

.dashboard .module.mastermind hgroup * {
    color: #fff
}

.dashboard .module.mastermind li>a {
    color: #34a2cf;
    font-weight: 700
}

.dashboard .module.mastermind ul {
    padding: 9px 22px;
    margin: 0;
    list-style: none
}

.dashboard .module.mastermind ul li {
    font-size: 16px;
    font-size: 1rem;
    padding: 9px 0 9px 50px;
    min-height: 50px;
    margin: 0;
    color: #2b2e33;
    font-weight: 700;
    position: relative
}

.dashboard .module.mastermind ul li .headshot {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    top: 9px;
    background: #fff;
    position: absolute;
    left: 0
}

.dashboard .module.mastermind ul li .headshot img {
    border-radius: 100%
}

.dashboard .module.mastermind ul li .headshot:after {
    content: "";
    display: block;
    border: 25px solid transparent;
    border-top: 0;
    border-right: 20px solid #74c8e8;
    position: absolute;
    right: -25px;
    top: 8px
}

.dashboard .module.mastermind ul li .quote {
    border-radius: 4px;
    padding: 8px;
    background: #74c8e8;
    color: #fff
}

.dashboard .module.mastermind ul li .meta {
    font-size: 14px;
    font-size: .875rem;
    color: #595959;
    font-weight: 400;
    font-style: italic;
    text-align: right
}

.dashboard .module.mastermind ul li:last-child {
    border-bottom: 0
}

.dashboard .module.case-studies hgroup {
    background: #eaaf48
}

.dashboard .module.case-studies hgroup * {
    color: #fff
}

.dashboard .module.case-studies .case-study {
    margin: 0
}

.dashboard .module.case-studies .content {
    padding: 20px
}

.dashboard .module .footer {
    padding: 13px 22px
}

.dashboard .profit-systems,
.dashboard .super-courses {
    padding-top: 15px;
    padding-bottom: 40px
}

.dashboard .profit-systems h2,
.dashboard .super-courses h2 {
    padding-left: 70px;
    margin-bottom: 24px;
    color: #2b2e33;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: bolder;
    position: relative;
    line-height: 30px;
    line-height: 1.875rem
}

.dashboard .profit-systems h2 span,
.dashboard .super-courses h2 span {
    font-size: 16px;
    font-size: 1rem;
    color: #6b6b76;
    font-weight: 400;
    display: block
}

.dashboard .profit-systems h2:before,
.dashboard .super-courses h2:before {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-left: -38px;
    content: "";
    background-color: #1e9ccd;
    position: absolute;
    top: 5%;
    left: 37px
}

.dashboard .profit-systems {
    background: #fff
}

.course-item-parent {
    margin: 0 0 25px
}

.course-item-parent:hover .cover-image {
    opacity: 1
}

.course-item {
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative
}

.course-item:hover {
    z-index: 1000
}

.dashboard-lightbox {
    z-index: 10;
    position: fixed;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity .225s ease;
    transition: opacity .225s ease
}

.dashboard-lightbox--active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1
}

.super-courses .hover-card .trainer__background--long-desc {
    min-height: 190px;
    height: 190px;
    max-height: 190px
}

@media (min-width: 769px) and (max-width: 1024px) {
    .super-courses .hover-card .trainer__background--long-desc {
        min-height: 170px;
        height: 170px;
        max-height: 170px
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .super-courses .hover-card .trainer__background--long-desc {
        min-height: 150px;
        height: 150px;
        max-height: 150px
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .super-courses .hover-card .trainer__background--long-desc {
        min-height: 160px;
        height: 160px;
        max-height: 160px
    }
}

.account-control {
    padding: 260px 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.account-control .slides {
    overflow: visible
}

.account-control .slides .slide {
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
    opacity: 0;
    content: "";
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.account-control .slides .slide.active {
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
    opacity: 1
}

.account-control:before {
    opacity: .75;
    content: "";
    background: #2b2e33;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5
}

.account-control form {
    width: 100%
}

.account-control h2 {
    color: #fff
}

.account-control .content {
    position: relative;
    z-index: 10
}

.account-control label {
    font-size: 18px;
    font-size: 1.125rem;
    top: 4px;
    color: #fff;
    font-family: Gotham Light, Arial, sans-serif;
    line-height: 100%;
    position: relative
}

.account-control .account-actions {
    top: 15px;
    position: relative
}

.account-control .forgot-password,
.account-control .registration {
    color: #fff
}

.account-control span.forgot-password {
    font-size: 14px;
    font-size: .875rem;
    padding: 0 0 25px;
    color: #fff;
    display: block;
    text-align: center
}

.account-control span.forgot-password a {
    color: #ccc
}

.account-control .edit-password .content form #error_explanation ul,
.account-control .forgot-password .content form #error_explanation ul {
    display: block;
    background-color: rgba(255, 0, 0, 0.4);
    padding: 15px 15px 0;
    font-weight: 700;
    margin: 0 0 35px;
    list-style: none;
    text-align: center
}

.account-control .edit-password .content form #error_explanation ul li,
.account-control .forgot-password .content form #error_explanation ul li {
    display: block;
    list-style: none;
    padding-bottom: 15px
}

.account-control input[type=checkbox] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    top: 2px
}

.account-control .registration {
    padding: 35px 0 0;
    display: block;
    width: 100%;
    text-align: center
}

.account-control .registration a {
    padding: 0 0 0 12px;
    display: inline-block
}

.account-control input.underline:-webkit-autofill {
    -webkit-transition: background-color 0s linear;
    transition: background-color 0s linear;
    background-color: transparent !important
}

.account-control::-webkit-input-placeholder {
    color: #fff
}

.account-control:-moz-placeholder,
.account-control::-moz-placeholder {
    color: #fff
}

.account-control:-ms-input-placeholder {
    color: #fff
}

.account-control a {
    font-family: Gotham Light, Arial, sans-serif
}

.account-control a:link,
.account-control a:visited {
    color: #fff
}

.account-control a:active,
.account-control a:hover {
    color: #f2f2f2
}

@-webkit-keyframes c {
    to {
        color: #fff;
        background: transparent
    }
}

input:-webkit-autofill {
    -webkit-animation-name: c;
    -webkit-animation-fill-mode: both
}

.footer.site {
    padding: 35px 0;
    background: #000;
    color: #fff;
    font-family: Open Sans, Arial, sans-serif
}

@media only screen and (max-width: 1200px) {
    .footer.site .row {
        max-width: 970px
    }
}

.footer.site li,
.footer.site ul {
    padding: 0;
    margin: 0
}

.footer.site li,
.footer.site li a {
    font-size: 20px;
    font-size: 1.25rem
}

.footer.site li a {
    padding: 3px, 0;
    display: block
}

.footer.site ul {
    margin-bottom: 35px
}

@media only screen and (max-width: 1200px) {
    .footer.site ul {
        padding-left: 0
    }
}

.footer.site .column,
.footer.site .columns {
    color: #a4a4a4
}

.footer.site .column *,
.footer.site .columns * {
    text-align: center
}

.footer.site .column h3,
.footer.site .columns h3 {
    color: #3aa0c6;
    text-transform: none;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px
}

.footer.site .column h4,
.footer.site .columns h4 {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0 5px;
    padding: 0
}

.footer.site .column.social_footer li,
.footer.site .social_footer.columns li {
    width: 20%;
    display: inline-block
}

.footer.site .column.social_footer li a,
.footer.site .social_footer.columns li a {
    font-size: 48px;
    font-size: 3rem;
    color: #a4a4a4
}

.footer.site .column.social_footer li a:hover,
.footer.site .social_footer.columns li a:hover {
    color: #ddd
}

.footer.site .column.contact_footer a,
.footer.site .contact_footer.columns a,
.footer.site .column.contact_footer li,
.footer.site .contact_footer.columns li {
    font-size: 15px;
    font-size: .9375rem
}

.footer.site .column.contact_footer a,
.footer.site .contact_footer.columns a {
    color: #a4a4a4;
    padding: 0, 0
}

.footer.site .column.blog_footer p,
.footer.site .blog_footer.columns p {
    padding: 0;
    margin: 0
}

.footer.site .column.blog_footer h4,
.footer.site .blog_footer.columns h4,
.footer.site .column.blog_footer p,
.footer.site .blog_footer.columns p {
    line-height: 125%
}

.footer.site .column.blog_footer #read-full-post a,
.footer.site .blog_footer.columns #read-full-post a {
    padding: 5px 15px;
    margin: 10px 0 0;
    border: 1px solid #eee;
    display: inline-block
}

.footer.site .column.blog_footer #read-full-post a:hover,
.footer.site .blog_footer.columns #read-full-post a:hover {
    background: #333;
    text-decoration: none
}

.footer.site li,
.footer.site p {
    list-style: none
}

.footer.site a {
    color: #fff
}

.footer.site a:hover {
    color: #eee;
    text-decoration: underline
}

.footer.site .subfooter {
    padding: 40px 0 0;
    margin-top: 20px;
    border-top: 1px solid #555
}

.footer.site .subfooter a img {
    height: 21px;
    margin: 0 10px 0 0;
    vertical-align: middle
}

.footer.site .subfooter ul {
    text-align: right
}

.footer.site .subfooter li {
    display: inline-block
}

.footer.site .subfooter li a {
    color: #a4a4a4;
    text-align: right;
    padding: 0 0 0 30px
}

.footer.site .subfooter .column,
.footer.site .subfooter .columns,
.footer.site .subfooter li a {
    font-size: 15px;
    font-size: .9375rem
}

.footer.site .subfooter .column,
.footer.site .subfooter .columns {
    display: inline-block;
    padding: 0
}

#footer_modal .modal-panel {
    height: 80%
}

#footer_modal .modal-panel .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10
}

#footer_modal .modal-panel .modal-body {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    height: 100%;
    padding: 20px 50px;
    z-index: 5
}

#footer_modal .modal-panel .submodal {
    display: none
}

#footer_modal .modal-panel .submodal.active {
    display: block
}

@media only screen and (max-width: 1200px) {
    .footer.site {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 1000px) {
    .footer.site {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        text-align: center
    }
    .footer.site .hide-content {
        display: none
    }
    .footer.site .subfooter ul {
        text-align: center;
        padding: 10px 0
    }
    .footer.site .contact_footer a,
    .footer.site .contact_footer li {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media only screen and (max-width: 667px) {
    .footer.site {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .footer.site .blog_footer {
        margin: 20px 0 40px
    }
}

.label {
    background: #1e9ccd;
    font-family: Gotham Medium;
    font-weight: 500
}

.label.secondary {
    background: #1549b2
}

.label.alert {
    background: #ca2a3f
}

.label.success {
    background: #00b233
}

.label.info {
    background: #6f56eb
}

.label.disabled,
.label:disabled {
    background: #ccc;
    color: #8c939e;
    opacity: 1
}

.button {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    padding: 15px 33px;
    border: 1px solid #1e9ccd;
    font-family: Gotham Medium;
    font-weight: 500;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1))
}

.button,
.button:active,
.button:hover,
.button:visited {
    background-color: #1e9ccd
}

.button:hover {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), transparent);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent)
}

.button:active {
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.25);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15), transparent)
}

.button.secondary {
    border: 1px solid #1549b2;
    background-color: #1549b2
}

.button.alert {
    border: 1px solid #ca2a3f;
    background-color: #ca2a3f
}

.button.success {
    border: 1px solid #00b233;
    background-color: #00b233
}

.button.orange {
    border: 0;
    background-color: #f5a623
}

.button.info {
    background-color: #6f56eb
}

.button.disabled,
.button:disabled {
    background: #ccc;
    color: #8c939e;
    opacity: 1
}

.button.disabled:hover,
.button:disabled:hover {
    background: #ccc;
    color: #8c939e
}

.button.flat {
    background-image: none
}

.button.radius {
    border-radius: 3px
}

.button.outline {
    background: transparent;
    border: 1px solid #1e9ccd;
    color: #1e9ccd
}

.button.outline:hover {
    box-shadow: none;
    color: #fff;
    background-color: #1e9ccd
}

.button.outline.light {
    border: 3px solid #fff
}

.button.outline.orange {
    border: 1px solid #f5a623;
    color: #f5a623
}

.button.outline.orange:hover {
    color: #fff;
    background-color: #f5a623
}

.button.facebook {
    background: #3b5998
}

.button.twitter {
    background: #50abf1
}

.button.linkedin {
    background: #007bb6
}

.button.instagram {
    background: #125688
}

.button.text-left {
    text-align: left
}

.button:before {
    margin-right: 12px;
    position: static
}

.button.icon {
    padding-left: 30px;
    position: relative
}

.button.icon:before {
    top: 12px;
    left: 12px;
    position: absolute
}

.button.block {
    display: block
}

.button.pill {
    border-radius: 300px
}

.button.white {
    background: #fff;
    border: none;
    color: #2b2e33
}

.button.course {
    background-color: #1e9ccd;
    border: 0
}

.button.radius,
.label.radius {
    border-radius: 3px
}

.button.outline,
.label.outline {
    background: transparent
}

.button.outline.light,
.label.outline.light {
    border: 3px solid #fff
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea[type=color],
textarea[type=date],
textarea[type=datetime-local],
textarea[type=datetime],
textarea[type=email],
textarea[type=month],
textarea[type=number],
textarea[type=password],
textarea[type=search],
textarea[type=tel],
textarea[type=text],
textarea[type=time],
textarea[type=url],
textarea[type=week] {
    box-shadow: none;
    padding: 16px 12px;
    border: 1px solid #dedede;
    color: #717986
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea[type=color]:focus,
textarea[type=date]:focus,
textarea[type=datetime-local]:focus,
textarea[type=datetime]:focus,
textarea[type=email]:focus,
textarea[type=month]:focus,
textarea[type=number]:focus,
textarea[type=password]:focus,
textarea[type=search]:focus,
textarea[type=tel]:focus,
textarea[type=text]:focus,
textarea[type=time]:focus,
textarea[type=url]:focus,
textarea[type=week]:focus {
    box-shadow: none;
    color: #2b2e33
}

input.underline,
input:focus.underline {
    font-family: "Gotham Light", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 24px 0 14px;
    margin-bottom: 35px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    height: auto;
    color: #fff;
    outline: none;
    box-shadow: none
}

.formtastic ol,
.formtastic ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.formtastic ol.errors,
.formtastic ul.errors {
    padding: 25px;
    margin-bottom: 25px;
    font-family: Gotham Medium;
    background: #ca2a3f;
    color: #fff
}

.formtastic ol .error,
.formtastic ul .error {
    color: #ca2a3f
}

.formtastic ol .error .inline-errors,
.formtastic ul .error .inline-errors {
    text-transform: capitalize;
    font-family: Gotham Medium;
    color: #ca2a3f
}

.formtastic ol .error input,
.formtastic ul .error input {
    border: 1px solid #ca2a3f;
    margin-bottom: 10px
}

label {
    font-size: 18px;
    font-size: 1.125rem
}

label.label,
label.label:hover {
    color: #5a606a;
    background: transparent;
    padding: 0
}

fieldset.inputs {
    padding: 0;
    border: 0
}

fieldset.inputs legend {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 0 0;
    font-family: Gotham Medium;
    background: #fff
}

.input label abbr {
    position: relative;
    overflow: visible
}

.input label abbr:after,
.input label abbr:before {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.input label abbr:before {
    opacity: 0;
    border-radius: 4px;
    background: #2b2e33;
    content: attr(title);
    color: #fff;
    padding: 2px 5px;
    display: none;
    position: absolute;
    top: 0;
    left: 20px;
    text-transform: capitalize
}

.input label abbr:after {
    border: 7px solid transparent;
    border-right: 10px solid #2b2e33;
    position: absolute;
    left: 4px;
    content: "";
    top: 1px;
    display: none
}

.input label abbr:hover:after,
.input label abbr:hover:before {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    display: block
}

#error .error {
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 15px;
    background-color: #ca2a3f;
    color: #fff;
    font-family: Open Sans, Arial, sans-serif
}

.m-0 {
    margin: 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-25 {
    margin: 25px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-30 {
    margin: 30px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.p-0 {
    padding: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-20 {
    padding: 20px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-25 {
    padding: 25px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-30 {
    padding: 30px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-relative {
    position: relative !important
}

.p-absolute {
    position: absolute !important
}

.p-fixed {
    position: fixed !important
}

.p-static {
    position: static !important
}

.o-hidden {
    overflow: hidden !important
}

.o-visible {
    overflow: visible !important
}

.o-auto {
    overflow: auto !important
}

.d-block {
    display: block !important
}

.di-block {
    display: inline-block !important
}

.b-0 {
    border: 0 !important
}

.w-100 {
    width: 100% !important
}

#account_menu,
#desktop_menu {
    position: absolute;
    top: 0;
    z-index: 110
}

#desktop_menu {
    max-width: 360px;
    width: 100%;
    left: 0
}

#desktop_menu li a,
#desktop_menu li span {
    padding-left: 66px
}

#desktop_menu li a .count,
#desktop_menu li span .count {
    font-family: Gotham Light, Arial, sans-serif;
    display: inline-block;
    padding: 0;
    padding-left: 0
}

#account_menu {
    right: 0
}

#account_menu .close {
    margin-right: 24px;
    background-position: 100%
}

.desktop-menu {
    width: 300px
}

.account-menu,
.application-menu {
    display: inline-block;
    position: absolute
}

.account-menu {
    right: 14px;
    top: 14px
}

.application-menu {
    left: 14px;
    top: 18px
}

.header .user .image {
    width: 36px;
    height: 36px;
    margin-right: 5px
}

.header .user .image img {
    border-radius: 100%;
    background: #d9d9d9;
    border: none;
    width: 100%;
    height: auto
}

.preferences .page-content {
    background: #fff;
    padding: 60px 0
}

.preferences h1 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #575d6b
}

.preferences label,
.preferences label:hover {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 18px 0 18px 18px;
    min-width: 169px;
    color: #000;
    float: left;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    width: 30%
}

@media only screen and (max-width: 585px) {
    .preferences label,
    .preferences label:hover {
        width: 100%;
        padding-left: 0
    }
}

.preferences .form-group,
.preferences input,
.preferences select,
.preferences textarea {
    border-radius: 3px;
    min-height: 50px;
    box-shadow: none;
    border: 1px solid #dedede;
    width: 70%
}

@media only screen and (max-width: 585px) {
    .preferences .form-group,
    .preferences input,
    .preferences select,
    .preferences textarea {
        width: 100%
    }
}

.preferences .button {
    border-radius: 3px;
    background-color: #5a93cf
}

.preferences input[type=submit] {
    width: auto;
    float: right
}

.preferences fieldset.inputs legend,
.preferences legend {
    margin-bottom: 25px;
    padding: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Gotham Medium;
    background: #5a93cf;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%
}

.preferences .dashboard-group {
    padding-bottom: 25px
}

.preferences fieldset.inputs ol {
    margin-bottom: 25px
}

.preferences .profile-link {
    height: 60px
}

.preferences .view-profile {
    border-radius: 3px;
    padding: 10px 20px 10px 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-size: .875rem;
    color: #999;
    font-family: Gotham Medium;
    float: right;
    background: #fff;
    border: 1px solid #dedede;
    position: relative
}

.preferences .view-profile:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25)
}

.preferences .view-profile img {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 5px;
    left: 8px
}

.preferences .input label abbr {
    color: red;
    border-bottom: none;
    position: relatve;
    left: 5px
}

.preferences.resubscribe #resubscribe_form {
    padding: 0
}

#user_avatar_input {
    padding: 30px 0;
    position: relative
}

#user_avatar_input #user_avatar {
    border: none;
    width: auto
}

#user_avatar_input .inline-hints {
    width: 40px;
    height: 40px;
    display: inline-block
}

#user_avatar_input .inline-hints img {
    border-radius: 100%
}

.user-profile {
    background: #fff
}

.user-profile h3,
.user-profile h4 {
    font-family: Gotham Book, Arial, sans-serif;
    font-weight: 400;
    width: 100%
}

.user-profile h3 {
    font-size: 24px;
    font-size: 1.5rem
}

.user-profile h4 {
    font-size: 18px;
    font-size: 1.125rem
}

.user-profile .user-details {
    margin-top: -92px;
    padding-bottom: 40px;
    color: #fff;
    position: relative;
    z-index: 10
}

.user-profile .user-details .image {
    border: 8px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    float: left
}

.user-profile .user-details .image img {
    background: #dedede;
    width: 100%;
    height: auto
}

.user-profile .user-details h2,
.user-profile .user-details h4 {
    font-family: Gotham Book, Arial, sans-serif;
    margin: 0
}

.user-profile .user-details h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 2px;
    min-height: 36px
}

.user-profile .user-details h4 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    letter-spacing: .0625rem;
    min-height: 24px
}

.user-profile .user-details .user-biography {
    padding-top: 35px;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Gotham Book, Arial, sans-serif;
    color: #000
}

.user-profile .user-completed-courses {
    padding: 50px 0
}

.user-profile .user-completed-courses h3 {
    padding-bottom: 16px;
    border-bottom: 1px solid #d0d0d0
}

.user-profile .user-community {
    padding: 50px 0;
    background: #f9f9f9
}

.user-profile .user-community .forum-action {
    padding: 22px;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    background: #fff;
    color: #666;
    border: 1px solid #d9d9d9
}

.user-profile .user-community .forum-action a {
    font-family: Gotham Medium;
    color: #34a2cf
}

.user-profile .user-community .latest-activity span {
    color: #666
}

@media screen and (max-width: 39.9375em) {
    .bio:before {
        box-shadow: inset 0 -4px 8px rgba(0, 0, 0, 0.05);
        width: 100%;
        height: 50px
    }
    .bio .panel-head {
        text-align: center;
        padding: 15px 0
    }
    .bio .panel-head .image {
        height: 100px;
        width: 100px;
        margin: 0 auto
    }
    .bio h3 {
        text-align: center
    }
    body {
        padding-top: 56px
    }
    .course-page .on-focus-form .actions * {
        float: left
    }
    .new_question .input-group-button {
        margin-top: 5px
    }
    .small-block {
        display: block
    }
    .comments .question-answer {
        position: relative;
        padding: 0
    }
    .comments .answer-form .question-answer {
        padding: 0
    }
    .comments .answer-form .input-group-button {
        width: 100%;
        display: block
    }
    .comments .answer-form .input-group-button .button {
        width: 100%
    }
    .top-bar.header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }
    .top-bar.header .mobile-menu {
        display: inline-block
    }
    .top-bar.header .desktop-menu {
        display: none
    }
    .user-profile .user-details {
        color: #000
    }
    .user-profile .user-details h2,
    .user-profile .user-details h4 {
        min-height: 0
    }
    .sign-up-page .masthead h1 {
        font-size: 25px !important;
        font-size: 1.5625rem !important
    }
    .sign-up-page .header-content h2 {
        font-size: 22px !important;
        font-size: 1.375rem !important
    }
    .sign-up-page #error_explanation h2 {
        font-size: 22px;
        font-size: 1.375rem
    }
    .sign-up-page .support h3 {
        font-size: 22px !important;
        font-size: 1.375rem !important
    }
    .sign-up-page .support h4 {
        font-size: 25px !important;
        font-size: 1.5625rem !important
    }
    .header.dark .site-logo {
        width: 120px;
        position: relative;
        z-index: 150
    }
    .header.dark .site-logo .brand {
        width: 120px
    }
}

@media screen and (min-width: 40em) {
    body {
        padding: 0
    }
    .top-bar.header {
        position: static
    }
    .top-bar.header .mobile-menu {
        display: none
    }
    .top-bar.header .desktop-menu {
        display: block
    }
    .with-sidebar .page-content {
        -webkit-transition: padding-left .25s linear;
        transition: padding-left .25s linear;
        padding-left: 250px
    }
    .medium-block {
        display: block
    }
    .medium-up-inline {
        display: inline
    }
    .cover-art .description .btn,
    .cover-art .description h3,
    .cover-art .description p {
        font-size: 16px;
        font-size: 1rem
    }
}

@media screen and (min-width: 64em) {
    .actions .status {
        position: absolute
    }
}

.sign-up-page {
    background-color: #fff
}

.sign-up-page strong {
    font-weight: 700
}

.sign-up-page h1 {
    font-size: 46px;
    font-size: 2.875rem;
    margin: 0;
    font-family: Open Sans Light, sans-serif;
    font-weight: 300;
    line-height: 138%;
    color: #333
}

.sign-up-page .masthead {
    padding: 50px 0;
    background-color: #fff
}

.sign-up-page .masthead:after,
.sign-up-page .masthead:before {
    display: none
}

.sign-up-page .invoice {
    padding: 0 0 50px
}

.sign-up-page .invoice p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 125%
}

.sign-up-page .registration-form {
    padding: 50px 0;
    background: #dedede
}

.sign-up-page .header-content h1,
.sign-up-page .header-content h2 {
    font-size: 40px;
    font-size: 2.5rem;
    text-transform: none;
    font-weight: 300
}

.sign-up-page .header-content .header-info {
    padding-bottom: 30px;
    color: #333;
    text-align: center
}

.sign-up-page .header-content .header {
    color: #333;
    display: block;
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 400;
    text-align: center
}

.sign-up-page .form .input {
    margin-top: 1rem;
    margin-bottom: 1.5rem
}

.sign-up-page .form .input input {
    height: auto;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin: 0;
    background-color: #fff
}

.sign-up-page .form .community-message {
    color: #333;
    margin-top: .5rem;
    margin-bottom: 2rem
}

.sign-up-page .button-large-expanded {
    border-radius: 1000px;
    background-color: #ed5a18;
    color: #fff;
    width: 18rem;
    height: 4.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.sign-up-page .button-large-expanded:hover {
    color: #ed5a18;
    background-color: #fff
}

.sign-up-page .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #52adcf;
    margin-bottom: 2rem
}

.sign-up-page .support {
    padding: 50px 0;
    text-align: center
}

.sign-up-page .support h3 {
    font-size: 42px;
    font-size: 2.625rem;
    margin: 0;
    font-family: Open Sans Bold, sans-serif;
    color: #333
}

.sign-up-page .support h4 {
    margin-top: 0;
    font-size: 40px;
    font-size: 2.5rem;
    font-family: Open Sans Light, sans-serif;
    color: #333;
    font-weight: 300
}

.sign-up-page .support p {
    max-width: 765px;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 22px auto;
    width: 100%
}

.sign-up-page .support p:last-child {
    max-width: 400px
}

.sign-up-page .support a {
    font-weight: 700
}

.sign-up-page #error_explanation {
    padding: 10px;
    background: #ca2a3f;
    color: #fff
}

.sign-up-page #error_explanation h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0
}

.sign-up-page #error_explanation li {
    font-family: open sans, sans-serif;
    list-style: none
}

.stop-impersonate-footer {
    background-color: rgba(163, 163, 163, 0.7);
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110
}

.stop-impersonate-footer p {
    display: inline;
    position: absolute;
    bottom: -5px;
    margin-left: 10px;
    font-weight: 700;
    color: #fff
}

.stop-impersonate-footer a {
    right: 0;
    position: absolute
}

thead {
    font-size: 13px;
    font-size: .8125rem;
    color: #2b2e33;
    font-family: Gotham Medium;
    text-transform: uppercase
}

tbody {
    font-size: 15px;
    font-size: .9375rem;
    font-family: Lato, Arial, sans-serif
}

.thredded--main-container {
    background: #fff;
    max-width: 100% !important
}

@media only screen and (max-width: 910px) {
    .thredded--main-container {
        padding: 0 25px !important
    }
}

.thredded--button,
.thredded--button:visited {
    border-radius: 0;
    background: #34a2cf !important;
    color: #fff
}

.thredded--button:active,
.thredded--button:hover {
    background: #1e637f !important;
    color: #fff
}

.thredded--button.radius {
    border-radius: 3px
}

.thredded--button.large {
    font-size: 18px;
    font-size: 1.125rem
}

.thredded--button.outline {
    border: 1px solid #34a2cf;
    color: #34a2cf
}
