* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
video {
    width: 100%;
    height: auto;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
audio:not([controls]) {
    display: none !important;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    height: 100%;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    display: block;
    padding: 9.5px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border-left: 5px solid #ccc;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border-left: 5px solid #ccc;
    border-radius: 4px;
}
blockquote {
    background: #f9f9f9;
    border-radius: 4px;
    padding: 20px 40px;
    position: relative;
}
blockquote p {
    font-family: "georgia", "times new roman", "times", serif;
    font-size: 16px;
    font-style: italic;
    line-height: 170%;
}
blockquote p:first-child:before {
    color: #cccccc;
    content: "";
    font-family: Icons;
    font-size: 22px;
    left: 8px;
    position: absolute;
    top: 6px;
}
blockquote p:last-child:after {
    bottom: 2px;
    color: #cccccc;
    content: "";
    font-family: Icons;
    font-size: 22px;
    position: absolute;
    right: 10px;
}
blockquote p:last-child {
    padding: 0;
}
blockquote.pullquote.alignright {
    margin-left: 20px;
    display: inline;
    float: right;
}
blockquote.pullquote {
    width: 40%;
}
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;
}
cite {
    font-style: normal;
}
img {
    border: 0 none;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    max-height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
    line-height: 0;
    position: relative;
}
fieldset {
    border: 1px solid silver;
    margin: 0;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
.not-allowed {
    cursor: not-allowed;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.font-normal {
    text-transform: none;
}
.content-left {
    text-align: left;
}
.content-center {
    text-align: center;
}
.content-right {
    text-align: right;
}
.show-all {
    display: inherit;
}
.hide-all {
    display: none;
}
.relative {
    position: relative;
}
.wojo-grid {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.columns {
    clear: both;
}
.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.columns.gutters {
    margin-left: -2em;
}
.columns.small-gutters {
    margin-left: -1em;
}
.columns.mini-gutters {
    margin-left: -0.5em;
}
.columns.horizontal-gutters {
    margin-left: -2em;
}
.columns.small-horizontal-gutters {
    margin-left: -1em;
}
.columns.mini-horizontal-gutters {
    margin-left: -0.5em;
}
.screen-95 {
    width: 95%;
    float: left;
}
.screen-90 {
    width: 90%;
    float: left;
}
.screen-85 {
    width: 85%;
    float: left;
}
.screen-80 {
    width: 80%;
    float: left;
}
.screen-75 {
    width: 75%;
    float: left;
}
.screen-70 {
    width: 70%;
    float: left;
}
.screen-65 {
    width: 65%;
    float: left;
}
.screen-60 {
    width: 60%;
    float: left;
}
.screen-55 {
    width: 55%;
    float: left;
}
.screen-50 {
    width: 50%;
    float: left;
}
.screen-45 {
    width: 45%;
    float: left;
}
.screen-40 {
    width: 40%;
    float: left;
}
.screen-35 {
    width: 35%;
    float: left;
}
.screen-30 {
    width: 30%;
    float: left;
}
.screen-25 {
    width: 25%;
    float: left;
}
.screen-20 {
    width: 20%;
    float: left;
}
.screen-15 {
    width: 15%;
    float: left;
}
.screen-10 {
    width: 10%;
    float: left;
}
.screen-5 {
    width: 5%;
    float: left;
}
.screen-33 {
    width: 33.33%;
    float: left;
}
.screen-66 {
    width: 66.66%;
    float: left;
}
.screen-100 {
    width: 100%;
    clear: both;
    float: none;
}
[class*="screen-"],
[class*="row"] {
    margin-top: 0;
}
.two.columns > .row {
    width: 50%;
    float: left;
}
.three.columns > .row {
    width: 33.33%;
    float: left;
}
.four.columns > .row {
    width: 25%;
    float: left;
}
.five.columns > .row {
    width: 20%;
    float: left;
}
.six.columns > .row {
    width: 16.66%;
    float: left;
}
.seven.columns > .row {
    width: 14.28%;
    float: left;
}
.eight.columns > .row {
    width: 12.5%;
    float: left;
}
.nine.columns > .row {
    width: 11.11%;
    float: left;
}
.ten.columns > .row {
    width: 10%;
    float: left;
}
body.animated *[class*="screen-"] body.animated *[class*="row"] {
    -webkit-transition-property: width, font-size, line-height;
    -moz-transition-property: width, font-size, line-height;
    -o-transition-property: width, font-size, line-height;
    -ms-transition-property: width, font-size, line-height;
    transition-property: width, font-size, line-height;
    -webkit-transition-duration: 125ms;
    -moz-transition-duration: 125ms;
    -o-transition-duration: 125ms;
    -ms-transition-duration: 125ms;
    transition-duration: 125ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
}
.wojo-grid .columns.gutters > [class*="screen-"],
.wojo-grid .columns.gutters > [class*="row"] {
    padding-left: 2em;
    margin-bottom: 2em;
}
.wojo-grid .columns.small-gutters > [class*="screen-"],
.wojo-grid .columns.small-gutters > [class*="row"] {
    padding-left: 1em;
    margin-bottom: 1em;
}
.wojo-grid .columns.mini-gutters > [class*="screen-"],
.wojo-grid .columns.mini-gutters > [class*="row"] {
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}
.wojo-grid .columns.horizontal-gutters > [class*="screen-"],
.wojo-grid .columns.horizontal-gutters > [class*="row"] {
    padding-left: 2em;
}
.wojo-grid .columns.small-horizontal-gutters > [class*="screen-"],
.wojo-grid .columns.small-horizontal-gutters > [class*="row"] {
    padding-left: 1em;
}
.wojo-grid .columns.mini-horizontal-gutters > [class*="screen-"],
.wojo-grid .columns.mini-horizontal-gutters > [class*="row"] {
    padding-left: 0.5em;
}
.wojo-grid .columns.vertical-gutters > [class*="screen-"],
.wojo-grid .columns.vertical-gutters > [class*="row"] {
    margin-bottom: 2em;
}
.wojo-grid .columns.small-vertical-gutters > [class*="screen-"],
.wojo-grid .columns.small-vertical-gutters > [class*="row"] {
    margin-bottom: 1em;
}
.wojo-grid .columns.mini-vertical-gutters > [class*="screen-"],
.wojo-grid .columns.mini-vertical-gutters > [class*="row"] {
    margin-bottom: 0.5em;
}
[class*="screen-"]:empty:after,
[class*="row"]:empty:after {
    content: "\00a0";
}
*[class*="screen-"] > *[class*="screen-"] {
    margin-left: 0;
}
.screen-push-left {
    float: left;
}
.screen-push-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.screen-push-right {
    float: right;
}
.screen-align-left {
    text-align: left;
}
.screen-align-center {
    text-align: center;
}
.screen-align-right {
    text-align: right;
}
.space {
    margin: 2em;
}
.small-space {
    margin: 1em;
}
.small-space-pad {
    padding: 1em;
}
.mini-space {
    margin: 0.5em;
}
.vspace {
    margin-top: 2em;
    margin-bottom: 2em;
}
.hspace {
    margin-left: 2em;
    margin-right: 2em;
}
.vertical-space {
    margin-top: 2em;
    margin-bottom: 2em;
}
.small-vertical-space {
    margin-top: 1em;
    margin-bottom: 1em;
}
.mini-vertical-space {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.horizontal-space {
    margin-left: 2em;
    margin-right: 2em;
}
.small-horizontal-space {
    margin-left: 1em;
    margin-right: 1em;
}
.mini-horizontal-space {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.top-space {
    margin-top: 2em;
}
.no-top-space {
    margin-top: 0;
}
.small-top-space {
    margin-top: 1em;
}
.mini-top-space {
    margin-top: 0.5em;
}
.right-space {
    margin-right: 2em;
}
.small-right-space {
    margin-right: 1em;
}
.mini-right-space {
    margin-right: 0.5em;
}
.bottom-space {
    margin-bottom: 2em;
}
.no-bottom-space {
    margin-bottom: 0;
}
.small-bottom-space {
    margin-bottom: 1em;
}
.mini-bottom-space {
    margin-bottom: 0.5em;
}
.left-space {
    margin-left: 2em;
}
.small-left-space {
    margin-left: 1em;
}
.mini-left-space {
    margin-left: 0.5em;
}
@media screen and (min-width: 960px) {
    .hide-screen {
        display: none;
    }
    .show-screen {
        display: inherit;
    }
}
@media screen and (min-width: 650px) and (max-width: 1024px) {
    .wojo-grid {
        width: auto;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    .columns {
        clear: both;
        zoom: 1;
    }
    .columns:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .columns.gutters {
        margin-left: -1.5em;
    }
    .columns.small-gutters {
        margin-left: -0.75em;
    }
    .columns.mini-gutters {
        margin-left: -0.375em;
    }
    .columns.horizontal-gutters {
        margin-left: -1.5em;
    }
    .columns.small-horizontal-gutters {
        margin-left: -0.75em;
    }
    .columns.mini-horizontal-gutters {
        margin-left: -0.375em;
    }
    .tablet-95 {
        width: 95%;
        float: left;
    }
    .tablet-90 {
        width: 90%;
        float: left;
    }
    .tablet-85 {
        width: 85%;
        float: left;
    }
    .tablet-80 {
        width: 80%;
        float: left;
    }
    .tablet-75 {
        width: 75%;
        float: left;
    }
    .tablet-70 {
        width: 70%;
        float: left;
    }
    .tablet-65 {
        width: 65%;
        float: left;
    }
    .tablet-60 {
        width: 60%;
        float: left;
    }
    .tablet-55 {
        width: 55%;
        float: left;
    }
    .tablet-50 {
        width: 50%;
        float: left;
    }
    .tablet-45 {
        width: 45%;
        float: left;
    }
    .tablet-40 {
        width: 40%;
        float: left;
    }
    .tablet-35 {
        width: 35%;
        float: left;
    }
    .tablet-30 {
        width: 30%;
        float: left;
    }
    .tablet-25 {
        width: 25%;
        float: left;
    }
    .tablet-20 {
        width: 20%;
        float: left;
    }
    .tablet-15 {
        width: 15%;
        float: left;
    }
    .tablet-10 {
        width: 10%;
        float: left;
    }
    .tablet-5 {
        width: 5%;
        float: left;
    }
    .tablet-33 {
        width: 33.33%;
        float: left;
    }
    .tablet-66 {
        width: 66.66%;
        float: left;
    }
    .tablet-100 {
        width: 100%;
        clear: both;
        float: none;
    }
    .two.columns > .row {
        width: 100%;
    }
    .three.columns > .row,
    .four.columns > .row {
        width: 50%;
    }
    .five.columns > .row,
    .six.columns > .row,
    .seven.columns > .row {
        width: 33%;
    }
    .eight.columns > .row,
    .nine.columns > .row,
    .ten.columns > .row {
        width: 25%;
    }
    [class*="tablet-"],
    [class*="row"] {
        margin-top: 0;
    }
    body.animated *[class*="tablet-"],
    body.animated *[class*="row"] {
        -webkit-transition-property: width, font-size, line-height;
        -moz-transition-property: width, font-size, line-height;
        -o-transition-property: width, font-size, line-height;
        -ms-transition-property: width, font-size, line-height;
        transition-property: width, font-size, line-height;
        -webkit-transition-duration: 125ms;
        -moz-transition-duration: 125ms;
        -o-transition-duration: 125ms;
        -ms-transition-duration: 125ms;
        transition-duration: 125ms;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        -o-transition-delay: 0;
        -ms-transition-delay: 0;
        transition-delay: 0;
    }
    .wojo-grid .columns.gutters > [class*="tablet-"],
    .wojo-grid .columns.gutters > [class*="row"] {
        padding-left: 1.5em;
        margin-bottom: 1.5em;
    }
    .wojo-grid .columns.small-gutters > [class*="tablet-"],
    .wojo-grid .columns.small-gutters > [class*="row"] {
        padding-left: 0.75em;
        margin-bottom: 0.75em;
    }
    .wojo-grid .columns.mini-gutters > [class*="tablet-"],
    .wojo-grid .columns.mini-gutters > [class*="row"] {
        padding-left: 0.375em;
        margin-bottom: 0.375em;
    }
    .wojo-grid .columns.horizontal-gutters > [class*="tablet-"],
    .wojo-grid .columns.horizontal-gutters > [class*="row"] {
        padding-left: 1.5em;
    }
    .wojo-grid .columns.small-horizontal-gutters > [class*="tablet-"],
    .wojo-grid .columns.small-horizontal-gutters > [class*="row"] {
        padding-left: 0.75em;
    }
    .wojo-grid .columns.mini-horizontal-gutters > [class*="tablet-"],
    .wojo-grid .columns.mini-horizontal-gutters > [class*="row"] {
        padding-left: 0.375em;
    }
    .wojo-grid .columns.vertical-gutters > [class*="tablet-"],
    .wojo-grid .columns.vertical-gutters > [class*="row"] {
        margin-bottom: 1.5em;
    }
    .wojo-grid .columns.small-vertical-gutters > [class*="tablet-"],
    .wojo-grid .columns.small-vertical-gutters > [class*="row"] {
        margin-bottom: 0.75em;
    }
    .wojo-grid .columns.mini-vertical-gutters > [class*="tablet-"],
    .wojo-grid .columns.mini-vertical-gutters > [class*="row"] {
        margin-bottom: 0.375em;
    }
    [class*="tablet-"]:empty:after,
    [class*="row"]:empty:after {
        content: "\00a0";
    }
    *[class*="tablet-"] > *[class*="tablet-"] {
        margin-left: 0;
    }
    .tablet-push-left {
        float: left;
    }
    .tablet-push-center {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .tablet-push-none {
        float: none;
    }
    .tablet-push-right {
        float: right;
    }
    .tablet-align-left {
        text-align: left;
    }
    .tablet-align-center {
        text-align: center;
    }
    .tablet-align-right {
        text-align: right;
    }
    .hide-tablet {
        display: none;
    }
    .show-tablet {
        display: inherit;
    }
}
@media screen and (max-width: 769px) {
    .wojo-grid {
        width: auto;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    .columns {
        clear: both;
        zoom: 1;
    }
    .columns:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .columns.gutters {
        margin-left: -1em;
    }
    .columns.small-gutters {
        margin-left: -0.5em;
    }
    .columns.mini-gutters {
        margin-left: -0.25em;
    }
    .columns.horizontal-gutters {
        margin-left: -1em;
    }
    .columns.small-horizontal-gutters {
        margin-left: -0.5em;
    }
    .columns.mini-horizontal-gutters {
        margin-left: -0.25em;
    }
    .phone-95 {
        width: 95%;
        float: left;
    }
    .phone-90 {
        width: 90%;
        float: left;
    }
    .phone-85 {
        width: 85%;
        float: left;
    }
    .phone-80 {
        width: 80%;
        float: left;
    }
    .phone-75 {
        width: 75%;
        float: left;
    }
    .phone-70 {
        width: 70%;
        float: left;
    }
    .phone-65 {
        width: 65%;
        float: left;
    }
    .phone-60 {
        width: 60%;
        float: left;
    }
    .phone-55 {
        width: 55%;
        float: left;
    }
    .phone-50 {
        width: 50%;
        float: left;
    }
    .phone-45 {
        width: 45%;
        float: left;
    }
    .phone-40 {
        width: 40%;
        float: left;
    }
    .phone-35 {
        width: 35%;
        float: left;
    }
    .phone-30 {
        width: 30%;
        float: left;
    }
    .phone-25 {
        width: 25%;
        float: left;
    }
    .phone-20 {
        width: 20%;
        float: left;
    }
    .phone-15 {
        width: 15%;
        float: left;
    }
    .phone-10 {
        width: 10%;
        float: left;
    }
    .phone-5 {
        width: 5%;
        float: left;
    }
    .phone-33 {
        width: 33.33%;
        float: left;
    }
    .phone-66 {
        width: 66.66%;
        float: left;
    }
    .phone-100 {
        width: 100%;
        clear: both;
        float: none;
    }
    [class*="phone-"],
    [class*="phone"] {
        margin-top: 0;
    }
    .two.columns > .row,
    .three.columns > .row,
    .four.columns > .row {
        width: 100%;
    }
    .five.columns > .row,
    .six.columns > .row,
    .seven.columns > .row {
        width: 50%;
    }
    .eight.columns > .row,
    .nine.columns > .row,
    .ten.columns > .row {
        width: 33%;
    }
    body.animated *[class*="phone-"],
    body.animated *[class*="row"] {
        -webkit-transition-property: width, font-size, line-height;
        -moz-transition-property: width, font-size, line-height;
        -o-transition-property: width, font-size, line-height;
        -ms-transition-property: width, font-size, line-height;
        transition-property: width, font-size, line-height;
        -webkit-transition-duration: 125ms;
        -moz-transition-duration: 125ms;
        -o-transition-duration: 125ms;
        -ms-transition-duration: 125ms;
        transition-duration: 125ms;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        -o-transition-delay: 0;
        -ms-transition-delay: 0;
        transition-delay: 0;
    }
    .wojo-grid .columns.gutters > [class*="phone-"],
    .wojo-grid .columns.gutters > [class*="row"] {
        padding-left: 1em;
        margin-bottom: 1em;
    }
    .wojo-grid .columns.small-gutters > [class*="phone-"],
    .wojo-grid .columns.small-gutters > [class*="row"] {
        padding-left: 0.5em;
        margin-bottom: 0.5em;
    }
    .wojo-grid .columns.mini-gutters > [class*="phone-"],
    .wojo-grid .columns.mini-gutters > [class*="row"] {
        padding-left: 0.25em;
        margin-bottom: 0.25em;
    }
    .wojo-grid .columns.horizontal-gutters > [class*="phone-"],
    .wojo-grid .columns.horizontal-gutters > [class*="row"] {
        padding-left: 1em;
    }
    .wojo-grid .columns.small-horizontal-gutters > [class*="phone-"],
    .wojo-grid .columns.small-horizontal-gutters > [class*="row"] {
        padding-left: 0.5em;
    }
    .wojo-grid .columns.mini-horizontal-gutters > [class*="phone-"],
    .wojo-grid .columns.mini-horizontal-gutters > [class*="row"] {
        padding-left: 0.25em;
    }
    .wojo-grid .columns.vertical-gutters > [class*="phone-"],
    .wojo-grid .columns.vertical-gutters > [class*="row"] {
        margin-bottom: 1em;
    }
    .wojo-grid .columns.small-vertical-gutters > [class*="phone-"],
    .wojo-grid .columns.small-vertical-gutters > [class*="row"] {
        margin-bottom: 0.5em;
    }
    .wojo-grid .columns.mini-vertical-gutters > [class*="phone-"],
    .wojo-grid .columns.mini-vertical-gutters > [class*="row"] {
        margin-bottom: 0.25em;
    }
    [class*="phone-"]:empty:after,
    [class*="row"]:empty:after {
        content: "\00a0";
    }
    *[class*="phone-"] > *[class*="phone-"] {
        margin-left: 0;
    }
    .phone-push-left {
        float: left;
    }
    .phone-push-center {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .phone-push-none {
        float: none;
    }
    .phone-push-right {
        float: right;
    }
    .phone-align-left {
        text-align: left;
    }
    .phone-align-center {
        text-align: center;
    }
    .phone-align-right {
        text-align: right;
    }
    .hide-phone {
        display: none;
    }
    .show-phone {
        display: inherit;
    }
}
body {
    color: #555;
    font-family: Ubuntu, Arial, sans-serif;
}
.sans {
    font-family: Ubuntu, Arial, sans-serif;
}
.serif {
    font-family: Times, "Times New Roman", serif;
}
a {
    color: #0069d6;
    text-decoration: none;
}
a:hover {
    color: #007ed5;
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.715em;
}
h4 {
    font-size: 1.438em;
}
h5 {
    font-size: 1.25em;
}
h6 {
    font-size: 1em;
}
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}
h1 small {
    font-size: 0.6em;
    color: #bfbfbf;
    font-weight: 100;
}
small {
    color: inherit;
    font-size: 0.75em;
}
p {
    line-height: 1.5;
}
.push-left {
    float: left;
}
.push-right {
    float: right;
}
.push-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}
.clear {
    display: block;
    overflow: hidden;
}
.no-margin {
    margin: 0;
}
.wojo.button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    min-height: 1em;
    outline: none;
    border: none;
    font-family: "Quicksand", sans-serif;
    background-color: #e7ecf0;
    color: #333;
    margin: 0em;
    padding: 1em 1.5em;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.25em;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
    -moz-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.wojo.buttons .active.button,
.wojo.active.button {
    background-color: #a3b5c2;
    background-image: none;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
    color: rgba(0, 0, 0, 0.7);
}
.wojo.button:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: #c1ced7;
}
.wojo.button.active:hover {
    background-image: none;
}
.wojo.button:hover .icon,
.wojo.button.hover .icon {
    opacity: 0.85;
}
.wojo.button:active,
.wojo.active.button:active {
    background-color: #f1f1f1;
    color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
}
.wojo.loading.button {
    position: relative;
    cursor: default;
    background-color: #ffffff;
    color: transparent;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    transition: all 0s linear;
}
.wojo.loading.button:after {
    position: absolute;
    top: 0em;
    left: 0em;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent url(../images/loader-mini.gif) no-repeat 50% 50%;
}
.wojo.labeled.icon.loading.button .icon {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.disabled.button,
.wojo.disabled.button:hover,
.wojo.disabled.button.active {
    background-color: #dddddd;
    cursor: default;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.animated.button {
    position: relative;
    overflow: hidden;
}
.wojo.animated.button .visible.content {
    position: relative;
}
.wojo.animated.button .hidden.content {
    position: absolute;
    width: 100%;
}
.wojo.animated.button .visible.content,
.wojo.animated.button .hidden.content {
    -webkit-transition: right 0.3s ease 0s;
    -moz-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
}
.wojo.animated.button .visible.content {
    left: auto;
    right: 0%;
}
.wojo.animated.button .hidden.content {
    top: 50%;
    left: auto;
    right: -100%;
    margin-top: -0.55em;
}
.wojo.animated.button:hover .visible.content {
    left: auto;
    right: 200%;
}
.wojo.animated.button:hover .hidden.content {
    left: auto;
    right: 0%;
}
.wojo.vertical.animated.button .visible.content,
.wojo.vertical.animated.button .hidden.content {
    -webkit-transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s, -moz-transform 0.3s ease 0s;
    transition: top 0.3s ease 0s, transform 0.3s ease 0s;
}
.wojo.vertical.animated.button .visible.content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    right: auto;
}
.wojo.vertical.animated.button .hidden.content {
    top: -100%;
    left: 0%;
    right: auto;
}
.wojo.vertical.animated.button:hover .visible.content {
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    right: auto;
}
.wojo.vertical.animated.button:hover .hidden.content {
    top: 50%;
    right: auto;
}
.wojo.fade.animated.button .visible.content,
.wojo.fade.animated.button .hidden.content {
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, -moz-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.wojo.fade.animated.button .visible.content {
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wojo.fade.animated.button .hidden.content {
    opacity: 0;
    left: 0%;
    right: auto;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.wojo.fade.animated.button:hover .visible.content {
    left: auto;
    right: auto;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.wojo.fade.animated.button:hover .hidden.content {
    left: 0%;
    right: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wojo.primary.buttons .button,
.wojo.primary.button {
    background-color: #d95c5c;
    color: #ffffff;
}
.wojo.primary.buttons .button:hover,
.wojo.primary.button:hover,
.wojo.primary.buttons .active.button,
.wojo.primary.button.active {
    background-color: #e75859;
    color: #ffffff;
}
.wojo.primary.buttons .button:active,
.wojo.primary.button:active {
    background-color: #d24b4c;
    color: #ffffff;
}
.wojo.secondary.buttons .button,
.wojo.secondary.button {
    background-color: #00b5ad;
    color: #ffffff;
}
.wojo.secondary.buttons .button:hover,
.wojo.secondary.button:hover,
.wojo.secondary.buttons .active.button,
.wojo.secondary.button.active {
    background-color: #009a93;
    color: #ffffff;
}
.wojo.secondary.buttons .button:active,
.wojo.secondary.button:active {
    background-color: #00847e;
    color: #ffffff;
}
.wojo.facebook.button {
    background-color: #3b579d;
    color: #ffffff;
}
.wojo.facebook.button:hover {
    background-color: #3a59a9;
    color: #ffffff;
}
.wojo.facebook.button:active {
    background-color: #334f95;
    color: #ffffff;
}
.wojo.twitter.button {
    background-color: #4092cc;
    color: #ffffff;
}
.wojo.twitter.button:hover {
    background-color: #399ade;
    color: #ffffff;
}
.wojo.twitter.button:active {
    background-color: #3283bc;
    color: #ffffff;
}
.wojo.google.plus.button {
    background-color: #d34836;
    color: #ffffff;
}
.wojo.google.plus.button:hover {
    background-color: #e3432e;
    color: #ffffff;
}
.wojo.google.plus.button:active {
    background-color: #ca3a27;
    color: #ffffff;
}
.wojo.linkedin.button {
    background-color: #1f88be;
    color: #ffffff;
}
.wojo.linkedin.button:hover {
    background-color: #1394d6;
    color: #ffffff;
}
.wojo.linkedin.button:active {
    background-color: #1179ae;
    color: #ffffff;
}
.wojo.youtube.button {
    background-color: #cc181e;
    color: #ffffff;
}
.wojo.youtube.button:hover {
    background-color: #df0209;
    color: #ffffff;
}
.wojo.youtube.button:active {
    background-color: #a50006;
    color: #ffffff;
}
.wojo.instagram.button {
    background-color: #49769c;
    color: #ffffff;
}
.wojo.instagram.button:hover {
    background-color: #4781b1;
    color: #ffffff;
}
.wojo.instagram.button:active {
    background-color: #38658a;
    color: #ffffff;
}
.wojo.pinterest.button {
    background-color: #00aced;
    color: #ffffff;
}
.wojo.pinterest.button:hover {
    background-color: #00b9ff;
    color: #ffffff;
}
.wojo.pinterest.button:active {
    background-color: #009eda;
    color: #ffffff;
}
.wojo.vk.button {
    background-color: #4d7198;
    color: #ffffff;
}
.wojo.vk.button:hover {
    background-color: #537aa5;
    color: #ffffff;
}
.wojo.vk.button:active {
    background-color: #405e7e;
    color: #ffffff;
}
.wojo.button > .icon {
    margin-right: 0.6em;
    line-height: 1;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
.wojo.left.floated.buttons,
.wojo.left.floated.button {
    float: left;
    margin-right: 0.25em;
}
.wojo.right.floated.buttons,
.wojo.right.floated.button {
    float: right;
    margin-left: 0.25em;
}
.wojo.buttons .button,
.wojo.button {
    font-size: 1rem;
}
.wojo.mini.buttons .button,
.wojo.mini.buttons .or,
.wojo.mini.button {
    font-size: 0.8rem;
}
.wojo.mini.buttons .button,
.wojo.mini.button {
    padding: 0.6em 0.8em;
}
.wojo.mini.icon.buttons .button,
.wojo.mini.buttons .icon.button {
    padding: 0.6em 0.6em;
}
.wojo.tiny.buttons .button,
.wojo.tiny.buttons .or,
.wojo.tiny.button {
    font-size: 0.875em;
}
.wojo.tiny.buttons .button,
.wojo.tiny.buttons .button,
.wojo.tiny.button {
    padding: 0.6em 0.8em;
}
.wojo.tiny.icon.buttons .button,
.wojo.tiny.buttons .icon.button {
    padding: 0.6em 0.6em;
}
.wojo.small.buttons .button,
.wojo.small.buttons .or,
.wojo.small.button {
    font-size: 0.875rem;
}
.wojo.large.buttons .button,
.wojo.large.buttons .or,
.wojo.large.button {
    font-size: 1.125rem;
}
.wojo.big.buttons .button,
.wojo.big.buttons .or,
.wojo.big.button {
    font-size: 1.25rem;
}
.wojo.huge.buttons .button,
.wojo.huge.buttons .or,
.wojo.huge.button {
    font-size: 1.375rem;
}
.wojo.massive.buttons .button,
.wojo.massive.buttons .or,
.wojo.massive.button {
    font-size: 1.5rem;
    font-weight: bold;
}
.wojo.tiny.buttons .or:before,
.wojo.mini.buttons .or:before {
    width: 1.45em;
    height: 1.55em;
    line-height: 1.4;
    margin-left: -0.725em;
    margin-top: -0.25em;
}
.wojo.tiny.buttons .or:after,
.wojo.mini.buttons .or:after {
    height: 1.45em;
}
.wojo.huge.loading.button:after {
    background-image: url(../images/loader-small.gif);
}
.wojo.massive.buttons .loading.button:after,
.wojo.gigantic.buttons .loading.button:after,
.wojo.massive.loading.button:after,
.wojo.gigantic.loading.button:after {
    background-image: url(../images/loader-medium.gif);
}
.wojo.huge.loading.button:after,
.wojo.huge.loading.button.active:after {
    background-image: url(../images/loader-small.gif);
}
.wojo.massive.buttons .loading.button:after,
.wojo.gigantic.buttons .loading.button:after,
.wojo.massive.loading.button:after,
.wojo.gigantic.loading.button:after,
.wojo.massive.buttons .loading.button.active:after,
.wojo.gigantic.buttons .loading.button.active:after,
.wojo.massive.loading.button.active:after,
.wojo.gigantic.loading.button.active:after {
    background-image: url(../images/loader-medium.gif);
}
.wojo.icon.buttons .button,
.wojo.icon.button {
    padding: 1em;
}
.wojo.icon.buttons .button > .icon,
.wojo.icon.button > .icon {
    opacity: 0.9;
    margin: 0em;
    vertical-align: top;
}
.wojo.basic.buttons .button,
.wojo.basic.button {
    background-color: transparent;
    background-image: none;
    color: #808080;
    font-weight: normal;
    text-transform: none;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.wojo.basic.buttons {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0.25em;
}
.wojo.basic.buttons .button:hover,
.wojo.basic.button:hover {
    background-image: none;
    color: #888888;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.18) inset;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.18) inset;
}
.wojo.basic.buttons .button:active,
.wojo.basic.button:active {
    background-color: rgba(0, 0, 0, 0.02);
    color: #888888;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.wojo.basic.buttons .button.active,
.wojo.basic.button.active {
    background-color: rgba(0, 0, 0, 0.05);
    color: #888888;
    -webkit-box-shadow: 0px 0px 0px 2px #bdbdbd inset;
    box-shadow: 0px 0px 0px 2px #bdbdbd inset;
}
.wojo.basic.buttons .button.active:hover,
.wojo.basic.button.active:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.wojo.basic.inverted.buttons .button,
.wojo.basic.inverted.button {
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset;
}
.wojo.basic.inverted.buttons .button:hover,
.wojo.basic.inverted.button:hover {
    background-image: none;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.8) inset;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.8) inset;
}
.wojo.basic.inverted.buttons .button:active,
.wojo.basic.inverted.button:active {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset;
}
.wojo.basic.inverted.buttons .button.active,
.wojo.basic.inverted.button.active {
    background-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.basic.inverted.buttons .button.active:hover,
.wojo.basic.inverted.button.active:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.wojo.basic.buttons .button {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.basic.buttons .button:hover,
.wojo.basic.buttons .button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.basic.buttons .button.active,
.wojo.basic.buttons .button.active:hover {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
}
.wojo.labeled.icon.buttons .button,
.wojo.labeled.icon.button {
    position: relative;
    padding-left: 4em;
    padding-right: 1.4em;
}
.wojo.labeled.icon.buttons > .button > .icon,
.wojo.labeled.icon.button > .icon {
    position: absolute;
    top: 0em;
    left: 0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 2.75em;
    height: 100%;
    padding-top: 1em;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 0.25em 0px 0px 0.25em;
    line-height: 1;
    -webkit-box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
    box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.wojo.labeled.icon.buttons .button > .icon {
    border-radius: 0em;
}
.wojo.labeled.icon.buttons .button:first-child > .icon {
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
}
.wojo.labeled.icon.buttons .button:last-child > .icon {
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
}
.wojo.vertical.labeled.icon.buttons .button:first-child > .icon {
    border-radius: 0em;
    border-top-left-radius: 0.25em;
}
.wojo.vertical.labeled.icon.buttons .button:last-child > .icon {
    border-radius: 0em;
    border-bottom-left-radius: 0.25em;
}
.wojo.right.labeled.icon.button {
    padding-left: 1.4em;
    padding-right: 4em;
}
.wojo.left.fluid.labeled.icon.button,
.wojo.right.fluid.labeled.icon.button {
    padding-left: 1.4em;
    padding-right: 1.4em;
}
.wojo.right.labeled.icon.button .icon {
    left: auto;
    right: 0em;
    border-radius: 0em 0.25em 0.25em 0em;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.wojo.toggle.buttons .active.button,
.wojo.buttons .button.toggle.active,
.wojo.button.toggle.active {
    background-color: #69a261;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.button.toggle.active:hover {
    background-color: #78ac70;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.circular.button {
    border-radius: 10em;
}
.wojo.attached.button {
    display: block;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.wojo.attached.top.button {
    border-radius: 0.25em 0.25em 0em 0em;
}
.wojo.attached.bottom.button {
    border-radius: 0em 0em 0.25em 0.25em;
}
.wojo.attached.left.button {
    display: inline-block;
    border-left: none;
    padding-right: 0.75em;
    text-align: right;
    border-radius: 0.25em 0em 0em 0.25em;
}
.wojo.attached.right.button {
    display: inline-block;
    padding-left: 0.75em;
    text-align: left;
    border-radius: 0em 0.25em 0.25em 0em;
}
.wojo.buttons .or {
    position: relative;
    float: left;
    width: 0.3em;
    height: 1.1em;
    z-index: 3;
}
.wojo.buttons .or:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "or";
    background-color: #ffffff;
    margin-top: 0;
    margin-left: -0.9em;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.55;
    color: #aaaaaa;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    border-radius: 500px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wojo.buttons .or[data-text]:before {
    content: attr(data-text);
}
.wojo.buttons .or:after {
    position: absolute;
    top: 0em;
    left: 0em;
    content: " ";
    width: 0.3em;
    height: 1.7em;
    background-color: transparent;
    border-top: 0.5em solid #ffffff;
    border-bottom: 0.5em solid #ffffff;
}
.wojo.fluid.buttons .or {
    width: 0em;
}
.wojo.fluid.buttons .or:after {
    display: none;
}
.attached.wojo.buttons {
    margin: 0px;
    border-radius: 4px 4px 0px 0px;
}
.attached.wojo.buttons .button:first-child {
    border-radius: 4px 0px 0px 0px;
}
.attached.wojo.buttons .button:last-child {
    border-radius: 0px 4px 0px 0px;
}
.bottom.attached.wojo.buttons {
    margin-top: -1px;
    border-radius: 0px 0px 4px 4px;
}
.bottom.attached.wojo.buttons .button:first-child {
    border-radius: 0px 0px 0px 4px;
}
.bottom.attached.wojo.buttons .button:last-child {
    border-radius: 0px 0px 4px 0px;
}
.left.attached.wojo.buttons {
    margin-left: -1px;
    border-radius: 0px 4px 4px 0px;
}
.left.attached.wojo.buttons .button:first-child {
    margin-left: -1px;
    border-radius: 0px 4px 0px 0px;
}
.left.attached.wojo.buttons .button:last-child {
    margin-left: -1px;
    border-radius: 0px 0px 4px 0px;
}
.right.attached.wojo.buttons,
.right.attached.wojo.buttons .button {
    margin-right: -1px;
    border-radius: 4px 0px 0px 4px;
}
.right.attached.wojo.buttons .button:first-child {
    margin-left: -1px;
    border-radius: 4px 0px 0px 0px;
}
.right.attached.wojo.buttons .button:last-child {
    margin-left: -1px;
    border-radius: 0px 0px 0px 4px;
}
.wojo.fluid.buttons,
.wojo.button.fluid,
.wojo.fluid.buttons > .button {
    display: block;
    width: 100%;
}
.wojo.\32.buttons > .button,
.wojo.two.buttons > .button {
    width: 50%;
}
.wojo.\33.buttons > .button,
.wojo.three.buttons > .button {
    width: 33.333%;
}
.wojo.\34.buttons > .button,
.wojo.four.buttons > .button {
    width: 25%;
}
.wojo.\35.buttons > .button,
.wojo.five.buttons > .button {
    width: 20%;
}
.wojo.\36.buttons > .button,
.wojo.six.buttons > .button {
    width: 16.666%;
}
.wojo.\37.buttons > .button,
.wojo.seven.buttons > .button {
    width: 14.285%;
}
.wojo.\38.buttons > .button,
.wojo.eight.buttons > .button {
    width: 12.5%;
}
.wojo.\39.buttons > .button,
.wojo.nine.buttons > .button {
    width: 11.11%;
}
.wojo.\31\30.buttons > .button,
.wojo.ten.buttons > .button {
    width: 10%;
}
.wojo.\31\31.buttons > .button,
.wojo.eleven.buttons > .button {
    width: 9.09%;
}
.wojo.\31\32.buttons > .button,
.wojo.twelve.buttons > .button {
    width: 8.3333%;
}
.wojo.fluid.vertical.buttons,
.wojo.fluid.vertical.buttons > .button {
    display: block;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wojo.\32.vertical.buttons > .button,
.wojo.two.vertical.buttons > .button {
    height: 50%;
}
.wojo.\33.vertical.buttons > .button,
.wojo.three.vertical.buttons > .button {
    height: 33.333%;
}
.wojo.\34.vertical.buttons > .button,
.wojo.four.vertical.buttons > .button {
    height: 25%;
}
.wojo.\35.vertical.buttons > .button,
.wojo.five.vertical.buttons > .button {
    height: 20%;
}
.wojo.\36.vertical.buttons > .button,
.wojo.six.vertical.buttons > .button {
    height: 16.666%;
}
.wojo.\37.vertical.buttons > .button,
.wojo.seven.vertical.buttons > .button {
    height: 14.285%;
}
.wojo.\38.vertical.buttons > .button,
.wojo.eight.vertical.buttons > .button {
    height: 12.5%;
}
.wojo.\39.vertical.buttons > .button,
.wojo.nine.vertical.buttons > .button {
    height: 11.11%;
}
.wojo.\31\30.vertical.buttons > .button,
.wojo.ten.vertical.buttons > .button {
    height: 10%;
}
.wojo.\31\31.vertical.buttons > .button,
.wojo.eleven.vertical.buttons > .button {
    height: 9.09%;
}
.wojo.\31\32.vertical.buttons > .button,
.wojo.twelve.vertical.buttons > .button {
    height: 8.3333%;
}
.wojo.black.buttons .button,
.wojo.black.button {
    background-color: #34495e;
    color: #ffffff;
}
.wojo.black.buttons .button:hover,
.wojo.black.button:hover {
    background-color: #2c3e50;
    color: #ffffff;
}
.wojo.black.buttons .button.active,
.wojo.black.button.active {
    background-color: #2c3e50;
    color: #ffffff;
}
.wojo.danger.buttons .button,
.wojo.danger.button {
    background-color: #5e1a84;
    color: #ffffff;
}
.wojo.danger.buttons .button:hover,
.wojo.danger.button:hover,
.wojo.danger.buttons .active.button,
.wojo.danger.button.active {
    background-color: #ac7070;
    color: #ffffff;
}
.wojo.danger.buttons .button:active,
.wojo.danger.button:active {
    background-color: #925757;
    color: #ffffff;
}
.wojo.warning.buttons .button,
.wojo.warning.button {
    background-color: #edaa10;
    color: #ffffff;
}
.wojo.warning.buttons .button:hover,
.wojo.warning.button:hover,
.wojo.warning.buttons .active.button,
.wojo.warning.button.active {
    background-color: #f0b327;
    color: #ffffff;
}
.wojo.warning.buttons .button:active,
.wojo.warning.button:active {
    background-color: #d39810;
    color: #ffffff;
}
.wojo.info.buttons .button,
.wojo.info.button {
    background-color: #5795af;
    color: #ffffff;
}
.wojo.info.buttons .button:hover,
.wojo.info.button:hover,
.wojo.info.buttons .active.button,
.wojo.info.button.active {
    background-color: #68a0b8;
    color: #ffffff;
}
.wojo.info.buttons .button:active,
.wojo.info.button:active {
    background-color: #4d87a0;
    color: #ffffff;
}
.wojo.purple.buttons .button,
.wojo.purple.button {
    background-color: #7a6591;
    color: #ffffff;
}
.wojo.purple.buttons .button:hover,
.wojo.purple.button:hover,
.wojo.purple.buttons .active.button,
.wojo.purple.button.active {
    background-color: #87719f;
    color: #ffffff;
}
.wojo.purple.buttons .button:active,
.wojo.purple.button:active {
    background-color: #6d5a82;
    color: #ffffff;
}
.wojo.teal.buttons .button,
.wojo.teal.button {
    background-color: #61a299;
    color: #ffffff;
}
.wojo.teal.buttons .button:hover,
.wojo.teal.button:hover,
.wojo.teal.buttons .active.button,
.wojo.teal.button.active {
    background-color: #70aca4;
    color: #ffffff;
}
.wojo.teal.buttons .button:active,
.wojo.teal.button:active {
    background-color: #57928a;
    color: #ffffff;
}
.wojo.positive.buttons .button,
.wojo.positive.button {
    background-color: #61a270;
    color: #ffffff;
}
.wojo.positive.buttons .button:hover,
.wojo.positive.button:hover,
.wojo.positive.buttons .active.button,
.wojo.positive.button.active {
    background-color: #70ac7e;
    color: #ffffff;
}
.wojo.positive.buttons .button:active,
.wojo.positive.button:active {
    background-color: #579265;
    color: #ffffff;
}
.wojo.negative.buttons .button,
.wojo.negative.button {
    background-color: #5e1a84;
    color: #ffffff;
}
.wojo.negative.buttons .button:hover,
.wojo.negative.button:hover,
.wojo.negative.buttons .active.button,
.wojo.negative.button.active {
    background-color: #ac7070;
    color: #ffffff;
}
.wojo.negative.buttons .button:active,
.wojo.negative.button:active {
    background-color: #925757;
    color: #ffffff;
}
.wojo.buttons {
    display: inline-block;
    vertical-align: middle;
}
.wojo.buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wojo.buttons .button:first-child {
    border-left: none;
}
.wojo.buttons .button {
    float: left;
    border-radius: 0em;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.075), -1px 0 0 0 rgba(255, 255, 255, 0.25);
}
.wojo.buttons .button:first-child {
    margin-left: 0em;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.buttons .button:last-child {
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
}
.wojo.vertical.buttons {
    display: inline-block;
}
.wojo.vertical.buttons .button {
    display: block;
    float: none;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.wojo.vertical.buttons .button:first-child,
.wojo.vertical.buttons .mini.button:first-child,
.wojo.vertical.buttons .tiny.button:first-child,
.wojo.vertical.buttons .small.button:first-child,
.wojo.vertical.buttons .massive.button:first-child,
.wojo.vertical.buttons .huge.button:first-child {
    margin-top: 0px;
    border-radius: 0.25em 0.25em 0px 0px;
}
.wojo.vertical.buttons .button:last-child,
.wojo.vertical.buttons .mini.button:last-child,
.wojo.vertical.buttons .tiny.button:last-child,
.wojo.vertical.buttons .small.button:last-child,
.wojo.vertical.buttons .massive.button:last-child,
.wojo.vertical.buttons .huge.button:last-child,
.wojo.vertical.buttons .gigantic.button:last-child {
    border-radius: 0px 0px 0.25em 0.25em;
}
.wojo.image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}
img.wojo.image {
    background: none;
}
.wojo.image .caption {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.8em;
    font-family: "Open Sans Condensed";
    text-align: center;
    box-shadow: inset 0 1px 0 0 #fff;
    position: relative;
}
.wojo.image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    border: 0;
}
.wojo.disabled.image {
    cursor: default;
    opacity: 0.3;
}
.wojo.basic.image {
    box-shadow: none;
}
.wojo.rounded.images .image,
.wojo.rounded.images img,
.wojo.rounded.image img,
.wojo.rounded.image {
    border-radius: 0.3125em;
}
.wojo.circular.images .image,
.wojo.circular.images img,
.wojo.circular.image img,
.wojo.circular.image {
    border-radius: 500rem;
}
.wojo.fluid.images,
.wojo.fluid.image,
.wojo.fluid.images img,
.wojo.fluid.image img {
    display: block;
    width: 100%;
}
.wojo.avatar.images .image,
.wojo.avatar.images img,
.wojo.avatar.image img,
.wojo.avatar.image {
    margin-right: 0.5em;
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 500rem;
}
.wojo.left.floated.image,
.wojo.left.floated.images {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.wojo.right.floated.images,
.wojo.right.floated.image {
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}
.wojo.center.floated.images,
.wojo.center.floated.image {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.wojo.tiny.images .image,
.wojo.tiny.images img,
.wojo.tiny.image {
    width: 20px;
    font-size: 0.7rem;
}
.wojo.mini.images .image,
.wojo.mini.images img,
.wojo.mini.image {
    width: 35px;
    font-size: 0.8rem;
}
.wojo.small.images .image,
.wojo.small.images img,
.wojo.small.image {
    width: 80px;
    font-size: 0.9rem;
}
.wojo.normal.images .image,
.wojo.normal.images img,
.wojo.normal.image {
    width: 150px;
    font-size: 0.9rem;
}
.wojo.medium.images .image,
.wojo.medium.images img,
.wojo.medium.image {
    width: 300px;
    font-size: 1rem;
}
.wojo.large.images .image,
.wojo.large.images img,
.wojo.large.image {
    width: 450px;
    font-size: 1.1rem;
}
.wojo.huge.images .image,
.wojo.huge.images img,
.wojo.huge.image {
    width: 600px;
    font-size: 1.2rem;
}
.wojo.images {
    font-size: 0em;
    margin: 0em -0.25rem 0rem;
}
.wojo.images .image,
.wojo.images img {
    display: inline-block;
    margin: 0em 0.25em 0.5em;
}
@font-face {
    font-family: "Icons";
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.svg#icons) format("svg"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
}
i.icon {
    display: inline-block;
    font-family: Icons;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1em;
}
i.icon.left:before {
    content: "\f060";
}
i.icon.right:before {
    content: "\f061";
}
i.icon.add.sign.box:before {
    content: "\f0fe";
}
i.icon.add.sign:before {
    content: "\f055";
}
i.icon.add:before {
    content: "\f067";
}
i.icon.adjust:before {
    content: "\f042";
}
i.icon.adn:before {
    content: "\f170";
}
i.icon.align.center:before {
    content: "\f037";
}
i.icon.align.justify:before {
    content: "\f039";
}
i.icon.align.left:before {
    content: "\f036";
}
i.icon.align.right:before {
    content: "\f038";
}
i.icon.ambulance:before {
    content: "\f0f9";
}
i.icon.anchor:before {
    content: "\f13d";
}
i.icon.android:before {
    content: "\f17b";
}
i.icon.angle.down:before {
    content: "\f107";
}
i.icon.angle.left:before {
    content: "\f104";
}
i.icon.angle.right:before {
    content: "\f105";
}
i.icon.angle.up:before {
    content: "\f106";
}
i.icon.apple:before {
    content: "\f179";
}
i.icon.archive:before {
    content: "\f187";
}
i.icon.arrow.down:before {
    content: "\f078";
}
i.icon.arrow.left:before {
    content: "\f053";
}
i.icon.arrow.right:before {
    content: "\f054";
}
i.icon.arrow.sign.down:before {
    content: "\f13a";
}
i.icon.arrow.sign.left:before {
    content: "\f137";
}
i.icon.arrow.sign.right:before {
    content: "\f138";
}
i.icon.arrow.sign.up:before {
    content: "\f139";
}
i.icon.arrow.up:before {
    content: "\f077";
}
i.icon.asterisk:before {
    content: "\f069";
}
i.icon.attachment:before {
    content: "\f0c6";
}
i.icon.attention:before {
    content: "\f06a";
}
i.icon.backward:before {
    content: "\f04a";
}
i.icon.ban.circle:before {
    content: "\f05e";
}
i.icon.bar.chart:before {
    content: "\f080";
}
i.icon.barcode:before {
    content: "\f02a";
}
i.icon.beer:before {
    content: "\f0fc";
}
i.icon.bell.outline:before {
    content: "\f0a2";
}
i.icon.bell:before {
    content: "\f0f3";
}
i.icon.bitbucket.sign:before {
    content: "\f172";
}
i.icon.bitbucket:before {
    content: "\f171";
}
i.icon.bitcoin:before {
    content: "\f15a";
}
i.icon.bold:before {
    content: "\f032";
}
i.icon.bolt:before {
    content: "\f0e7";
}
i.icon.book:before {
    content: "\f02d";
}
i.icon.bookmark.empty:before {
    content: "\f097";
}
i.icon.bookmark:before {
    content: "\f02e";
}
i.icon.box.arrow.down:before {
    content: "\f150";
}
i.icon.box.arrow.right:before {
    content: "\f152";
}
i.icon.box.arrow.left:before {
    content: "\f191";
}
i.icon.box.arrow.up:before {
    content: "\f151";
}
i.icon.briefcase:before {
    content: "\f0b1";
}
i.icon.browser:before {
    content: "\f022";
}
i.icon.bug:before {
    content: "\f188";
}
i.icon.building:before {
    content: "\f0f7";
}
i.icon.bullhorn:before {
    content: "\f0a1";
}
i.icon.bullseye:before {
    content: "\f140";
}
i.icon.calendar.empty:before {
    content: "\f133";
}
i.icon.calendar:before {
    content: "\f073";
}
i.icon.camera.retro:before {
    content: "\f083";
}
i.icon.camera:before {
    content: "\f030";
}
i.icon.triangle.down:before {
    content: "\f0d7";
}
i.icon.triangle.left:before {
    content: "\f0d9";
}
i.icon.triangle.right:before {
    content: "\f0da";
}
i.icon.triangle.up:before {
    content: "\f0d8";
}
i.icon.cart:before {
    content: "\f07a";
}
i.icon.certificate:before {
    content: "\f0a3";
}
i.icon.chat.outline:before {
    content: "\f0e6";
}
i.icon.chat:before {
    content: "\f086";
}
i.icon.checkbox.empty:before {
    content: "\f096";
}
i.icon.checkbox.minus:before {
    content: "\f147";
}
i.icon.checked.checkbox:before {
    content: "\f046";
}
i.icon.checkmark.sign:before {
    content: "\f14a";
}
i.icon.checkmark:before {
    content: "\f00c";
}
i.icon.circle.blank:before {
    content: "\f10c";
}
i.icon.circle.down:before {
    content: "\f0ab";
}
i.icon.circle.left:before {
    content: "\f0a8";
}
i.icon.circle.right:before {
    content: "\f0a9";
}
i.icon.circle.up:before {
    content: "\f0aa";
}
i.icon.circle:before {
    content: "\f111";
}
i.icon.circle.dot:before {
    content: "\f192";
}
i.icon.cloud.download:before {
    content: "\f0ed";
}
i.icon.cloud.upload:before {
    content: "\f0ee";
}
i.icon.cloud:before {
    content: "\f0c2";
}
i.icon.code.fork:before {
    content: "\f126";
}
i.icon.code:before {
    content: "\f121";
}
i.icon.coffee:before {
    content: "\f0f4";
}
i.icon.collapse:before {
    content: "\f117";
}
i.icon.comment.outline:before {
    content: "\f0e5";
}
i.icon.comment:before {
    content: "\f075";
}
i.icon.copy:before {
    content: "\f0c5";
}
i.icon.crop:before {
    content: "\f125";
}
i.icon.css3:before {
    content: "\f13c";
}
i.icon.cut:before {
    content: "\f0c4";
}
i.icon.dashboard:before {
    content: "\f0e4";
}
i.icon.desktop:before {
    content: "\f108";
}
i.icon.doctor:before {
    content: "\f0f0";
}
i.icon.dollar:before {
    content: "\f155";
}
i.icon.double.angle.down:before {
    content: "\f103";
}
i.icon.double.angle.left:before {
    content: "\f100";
}
i.icon.double.angle.right:before {
    content: "\f101";
}
i.icon.double.angle.up:before {
    content: "\f102";
}
i.icon.down:before {
    content: "\f063";
}
i.icon.download.disk:before {
    content: "\f019";
}
i.icon.download:before {
    content: "\f01a";
}
i.icon.dribbble:before {
    content: "\f17d";
}
i.icon.dropbox:before {
    content: "\f16b";
}
i.icon.edit.sign:before {
    content: "\f14b";
}
i.icon.edit:before {
    content: "\f044";
}
i.icon.eject:before {
    content: "\f052";
}
i.icon.ellipsis.horizontal:before {
    content: "\f141";
}
i.icon.ellipsis.vertical:before {
    content: "\f142";
}
i.icon.eraser:before {
    content: "\f12d";
}
i.icon.euro:before {
    content: "\f153";
}
i.icon.exchange:before {
    content: "\f0ec";
}
i.icon.exclamation:before {
    content: "\f12a";
}
i.icon.expand:before {
    content: "\f116";
}
i.icon.external.url.sign:before {
    content: "\f14c";
}
i.icon.external.url:before {
    content: "\f08e";
}
i.icon.facebook.sign:before {
    content: "\f082";
}
i.icon.facebook:before {
    content: "\f09a";
}
i.icon.facetime.video:before {
    content: "\f03d";
}
i.icon.fast.backward:before {
    content: "\f049";
}
i.icon.fast.forward:before {
    content: "\f050";
}
i.icon.female:before {
    content: "\f182";
}
i.icon.fighter.jet:before {
    content: "\f0fb";
}
i.icon.file.outline:before {
    content: "\f016";
}
i.icon.file.text.outline:before {
    content: "\f0f6";
}
i.icon.file.text:before {
    content: "\f15c";
}
i.icon.file:before {
    content: "\f15b";
}
i.icon.filter:before {
    content: "\f0b0";
}
i.icon.fire.extinguisher:before {
    content: "\f134";
}
i.icon.fire:before {
    content: "\f06d";
}
i.icon.flag.checkered:before {
    content: "\f11e";
}
i.icon.flag.empty:before {
    content: "\f11d";
}
i.icon.flag:before {
    content: "\f024";
}
i.icon.flickr:before {
    content: "\f16e";
}
i.icon.folder.open.outline:before {
    content: "\f115";
}
i.icon.folder.open:before {
    content: "\f07c";
}
i.icon.folder.outline:before {
    content: "\f114";
}
i.icon.folder:before {
    content: "\f07b";
}
i.icon.font:before {
    content: "\f031";
}
i.icon.food:before {
    content: "\f0f5";
}
i.icon.forward.mail:before {
    content: "\f064";
}
i.icon.forward:before {
    content: "\f04e";
}
i.icon.foursquare:before {
    content: "\f180";
}
i.icon.frown:before {
    content: "\f119";
}
i.icon.fullscreen:before {
    content: "\f0b2";
}
i.icon.gamepad:before {
    content: "\f11b";
}
i.icon.gift:before {
    content: "\f06b";
}
i.icon.github.alternate:before {
    content: "\f09b";
}
i.icon.github.sign:before {
    content: "\f092";
}
i.icon.github:before {
    content: "\f113";
}
i.icon.gittip:before {
    content: "\f184";
}
i.icon.glass:before {
    content: "\f000";
}
i.icon.globe:before {
    content: "\f0ac";
}
i.icon.google.plus.sign:before {
    content: "\f0d4";
}
i.icon.google.plus:before {
    content: "\f0d5";
}
i.icon.h.sign:before {
    content: "\f0fd";
}
i.icon.hand.down:before {
    content: "\f0a7";
}
i.icon.hand.left:before {
    content: "\f0a5";
}
i.icon.hand.right:before {
    content: "\f0a4";
}
i.icon.hand.up:before {
    content: "\f0a6";
}
i.icon.hdd:before {
    content: "\f0a0";
}
i.icon.headphones:before {
    content: "\f025";
}
i.icon.heart.empty:before {
    content: "\f08a";
}
i.icon.heart:before {
    content: "\f004";
}
i.icon.help:before {
    content: "\f059";
}
i.icon.hide:before {
    content: "\f070";
}
i.icon.home:before {
    content: "\f015";
}
i.icon.hospital:before {
    content: "\f0f8";
}
i.icon.html5:before {
    content: "\f13b";
}
i.icon.inbox:before {
    content: "\f01c";
}
i.icon.indent.left:before {
    content: "\f03b";
}
i.icon.indent.right:before {
    content: "\f03c";
}
i.icon.information.letter:before {
    content: "\f129";
}
i.icon.information:before {
    content: "\f05a";
}
i.icon.instagram:before {
    content: "\f16d";
}
i.icon.italic:before {
    content: "\f033";
}
i.icon.key:before {
    content: "\f084";
}
i.icon.keyboard:before {
    content: "\f11c";
}
i.icon.lab:before {
    content: "\f0c3";
}
i.icon.laptop:before {
    content: "\f109";
}
i.icon.layout.block:before {
    content: "\f009";
}
i.icon.layout.column:before {
    content: "\f0db";
}
i.icon.layout.grid:before {
    content: "\f00a";
}
i.icon.layout.list:before {
    content: "\f00b";
}
i.icon.leaf:before {
    content: "\f06c";
}
i.icon.legal:before {
    content: "\f0e3";
}
i.icon.lemon:before {
    content: "\f094";
}
i.icon.level.down:before {
    content: "\f149";
}
i.icon.level.up:before {
    content: "\f148";
}
i.icon.lightbulb:before {
    content: "\f0eb";
}
i.icon.linkedin.sign:before {
    content: "\f08c";
}
i.icon.linkedin:before {
    content: "\f0e1";
}
i.icon.linux:before {
    content: "\f17c";
}
i.icon.list.ordered:before {
    content: "\f0cb";
}
i.icon.list.unordered:before {
    content: "\f0ca";
}
i.icon.list:before {
    content: "\f03a";
}
i.icon.lira:before {
    content: "\f195";
}
i.icon.loading:before {
    content: "\f110";
}
i.icon.location:before {
    content: "\f124";
}
i.icon.lock:before {
    content: "\f023";
}
i.icon.long.arrow.down:before {
    content: "\f175";
}
i.icon.long.arrow.left:before {
    content: "\f177";
}
i.icon.long.arrow.right:before {
    content: "\f178";
}
i.icon.long.arrow.up:before {
    content: "\f176";
}
i.icon.magic:before {
    content: "\f0d0";
}
i.icon.magnet:before {
    content: "\f076";
}
i.icon.mail.outline:before {
    content: "\f003";
}
i.icon.mail.reply:before {
    content: "\f112";
}
i.icon.mail:before {
    content: "\f0e0";
}
i.icon.male:before {
    content: "\f183";
}
i.icon.map.marker:before {
    content: "\f041";
}
i.icon.map:before {
    content: "\f14e";
}
i.icon.maxcdn:before {
    content: "\f136";
}
i.icon.medkit:before {
    content: "\f0fa";
}
i.icon.meh:before {
    content: "\f11a";
}
i.icon.minus.sign.alternate:before {
    content: "\f146";
}
i.icon.minus.sign:before {
    content: "\f056";
}
i.icon.minus:before {
    content: "\f068";
}
i.icon.mobile:before {
    content: "\f10b";
}
i.icon.money:before {
    content: "\f0d6";
}
i.icon.moon:before {
    content: "\f186";
}
i.icon.move:before {
    content: "\f047";
}
i.icon.music:before {
    content: "\f001";
}
i.icon.mute:before {
    content: "\f131";
}
i.icon.off:before {
    content: "\f011";
}
i.icon.ok.circle:before {
    content: "\f05d";
}
i.icon.ok.sign:before {
    content: "\f058";
}
i.icon.paste:before {
    content: "\f0ea";
}
i.icon.pause:before {
    content: "\f04c";
}
i.icon.payment:before {
    content: "\f09d";
}
i.icon.pencil:before {
    content: "\f040";
}
i.icon.phone.sign:before {
    content: "\f098";
}
i.icon.phone:before {
    content: "\f095";
}
i.icon.photo:before {
    content: "\f03e";
}
i.icon.pin:before {
    content: "\f08d";
}
i.icon.pinterest.sign:before {
    content: "\f0d3";
}
i.icon.pinterest:before {
    content: "\f0d2";
}
i.icon.plane:before {
    content: "\f072";
}
i.icon.play.circle:before {
    content: "\f01d";
}
i.icon.play.sign:before {
    content: "\f144";
}
i.icon.play:before {
    content: "\f04b";
}
i.icon.pound:before {
    content: "\f154";
}
i.icon.print:before {
    content: "\f02f";
}
i.icon.puzzle.piece:before {
    content: "\f12e";
}
i.icon.qr.code:before {
    content: "\f029";
}
i.icon.question:before {
    content: "\f128";
}
i.icon.quote.left:before {
    content: "\f10d";
}
i.icon.quote.right:before {
    content: "\f10e";
}
i.icon.refresh:before {
    content: "\f021";
}
i.icon.remove.circle:before {
    content: "\f05c";
}
i.icon.remove.sign:before {
    content: "\f057";
}
i.icon.remove:before {
    content: "\f00d";
}
i.icon.renren:before {
    content: "\f18b";
}
i.icon.reorder:before {
    content: "\f0c9";
}
i.icon.repeat:before {
    content: "\f01e";
}
i.icon.reply.all.mail:before {
    content: "\f122";
}
i.icon.resize.full:before {
    content: "\f065";
}
i.icon.resize.horizontal:before {
    content: "\f07e";
}
i.icon.resize.small:before {
    content: "\f066";
}
i.icon.resize.vertical:before {
    content: "\f07d";
}
i.icon.retweet:before {
    content: "\f079";
}
i.icon.road:before {
    content: "\f018";
}
i.icon.rocket:before {
    content: "\f135";
}
i.icon.rss.sign:before {
    content: "\f143";
}
i.icon.rss:before {
    content: "\f09e";
}
i.icon.rupee:before {
    content: "\f156";
}
i.icon.save:before {
    content: "\f0c7";
}
i.icon.screenshot:before {
    content: "\f05b";
}
i.icon.search:before {
    content: "\f002";
}
i.icon.setting:before {
    content: "\f013";
}
i.icon.settings:before {
    content: "\f085";
}
i.icon.share.sign:before {
    content: "\f14d";
}
i.icon.share:before {
    content: "\f045";
}
i.icon.shield:before {
    content: "\f132";
}
i.icon.shuffle:before {
    content: "\f074";
}
i.icon.sign.in:before {
    content: "\f090";
}
i.icon.sign.out:before {
    content: "\f08b";
}
i.icon.sign:before {
    content: "\f0c8";
}
i.icon.signal:before {
    content: "\f012";
}
i.icon.sitemap:before {
    content: "\f0e8";
}
i.icon.skype:before {
    content: "\f17e";
}
i.icon.smile:before {
    content: "\f118";
}
i.icon.sort.alphabet.descending:before {
    content: "\f15e";
}
i.icon.sort.alphabet:before {
    content: "\f15d";
}
i.icon.sort.ascending:before {
    content: "\f0de";
}
i.icon.sort.attributes.descending:before {
    content: "\f161";
}
i.icon.sort.attributes:before {
    content: "\f160";
}
i.icon.sort.descending:before {
    content: "\f0dd";
}
i.icon.sort.order.descending:before {
    content: "\f163";
}
i.icon.sort.order:before {
    content: "\f162";
}
i.icon.sort:before {
    content: "\f0dc";
}
i.icon.stackexchange:before {
    content: "\f16c";
}
i.icon.star.empty:before {
    content: "\f006";
}
i.icon.star.half.empty:before {
    content: "\f123";
}
i.icon.star.half.full:before,
i.icon.star.half:before {
    content: "\f089";
}
i.icon.star:before {
    content: "\f005";
}
i.icon.step.backward:before {
    content: "\f048";
}
i.icon.step.forward:before {
    content: "\f051";
}
i.icon.stethoscope:before {
    content: "\f0f1";
}
i.icon.stop:before {
    content: "\f04d";
}
i.icon.strikethrough:before {
    content: "\f0cc";
}
i.icon.subscript:before {
    content: "\f12c";
}
i.icon.suitcase:before {
    content: "\f0f2";
}
i.icon.sun:before {
    content: "\f185";
}
i.icon.superscript:before {
    content: "\f12b";
}
i.icon.table:before {
    content: "\f0ce";
}
i.icon.tablet:before {
    content: "\f10a";
}
i.icon.tag:before {
    content: "\f02b";
}
i.icon.tags:before {
    content: "\f02c";
}
i.icon.tasks:before {
    content: "\f0ae";
}
i.icon.terminal:before {
    content: "\f120";
}
i.icon.text.height:before {
    content: "\f034";
}
i.icon.text.width:before {
    content: "\f035";
}
i.icon.thumbs.down.outline:before {
    content: "\f088";
}
i.icon.thumbs.down:before {
    content: "\f165";
}
i.icon.thumbs.up.outline:before {
    content: "\f087";
}
i.icon.thumbs.up:before {
    content: "\f164";
}
i.icon.ticket:before {
    content: "\f145";
}
i.icon.time:before {
    content: "\f017";
}
i.icon.tint:before {
    content: "\f043";
}
i.icon.trash:before {
    content: "\f014";
}
i.icon.trello:before {
    content: "\f181";
}
i.icon.trophy:before {
    content: "\f091";
}
i.icon.truck:before {
    content: "\f0d1";
}
i.icon.tumblr.sign:before {
    content: "\f174";
}
i.icon.tumblr:before {
    content: "\f173";
}
i.icon.twitter.sign:before {
    content: "\f081";
}
i.icon.twitter:before {
    content: "\f099";
}
i.icon.umbrella:before {
    content: "\f0e9";
}
i.icon.underline:before {
    content: "\f0cd";
}
i.icon.undo:before {
    content: "\f0e2";
}
i.icon.unhide:before {
    content: "\f06e";
}
i.icon.unlink:before {
    content: "\f127";
}
i.icon.unlock.alternate:before {
    content: "\f13e";
}
i.icon.unlock:before {
    content: "\f09c";
}
i.icon.unmute:before {
    content: "\f130";
}
i.icon.up:before {
    content: "\f062";
}
i.icon.upload.disk:before {
    content: "\f093";
}
i.icon.upload:before {
    content: "\f01b";
}
i.icon.url:before {
    content: "\f0c1";
}
i.icon.user:before {
    content: "\f007";
}
i.icon.users:before {
    content: "\f0c0";
}
i.icon.video:before {
    content: "\f008";
}
i.icon.vk:before {
    content: "\f189";
}
i.icon.volume.down:before {
    content: "\f027";
}
i.icon.volume.off:before {
    content: "\f026";
}
i.icon.volume.up:before {
    content: "\f028";
}
i.icon.warn:before {
    content: "\f071";
}
i.icon.weibo:before {
    content: "\f18a";
}
i.icon.windows:before {
    content: "\f17a";
}
i.icon.wheelchair:before {
    content: "\f193";
}
i.icon.won:before {
    content: "\f159";
}
i.icon.wrench:before {
    content: "\f0ad";
}
i.icon.xing.sign:before {
    content: "\f169";
}
i.icon.xing:before {
    content: "\f168";
}
i.icon.yen:before {
    content: "\f157";
}
i.icon.youtube.play:before {
    content: "\f16a";
}
i.icon.youtube.sign:before {
    content: "\f166";
}
i.icon.youtube:before {
    content: "\f167";
}
i.icon.rouble:before {
    content: "\f158";
}
i.icon.zoom.in:before {
    content: "\f00e";
}
i.icon.zoom.out:before {
    content: "\f010";
}
i.icon.check:before {
    content: "\f00c";
}
i.icon.close:before {
    content: "\f00d";
}
i.icon.delete:before {
    content: "\f00d";
}
i.icon.like:before {
    content: "\f004";
}
i.icon.plus:before {
    content: "\f067";
}
i.icon.signup:before {
    content: "\f044";
}
i.icon.star {
    width: auto;
    margin: 0;
}
i.automobile:before,
i.car:before {
    content: "\f1b9";
}
i.icon.cab:before,
i.icon.taxi:before {
    content: "\f1ba";
}
i.icon.space.shuttle:before {
    content: "\f197";
}
i.icon.slack:before {
    content: "\f198";
}
i.icon.envelope:before {
    content: "\f199";
}
i.icon.wordpress:before {
    content: "\f19a";
}
i.icon.openid:before {
    content: "\f19b";
}
i.icon.institution:before,
i.icon.bank:before,
i.icon.university:before {
    content: "\f19c";
}
i.icon.graduation:before {
    content: "\f19d";
}
i.icon.yahoo:before {
    content: "\f19e";
}
i.icon.google:before {
    content: "\f1a0";
}
i.icon.reddit:before {
    content: "\f1a1";
}
i.icon.reddit.square:before {
    content: "\f1a2";
}
i.icon.stumbleupon.circle:before {
    content: "\f1a3";
}
i.icon.stumbleupon:before {
    content: "\f1a4";
}
i.icon.delicious:before {
    content: "\f1a5";
}
i.icon.digg:before {
    content: "\f1a6";
}
i.icon.history:before {
    content: "\f1da";
}
i.icon.circle thin:before {
    content: "\f1db";
}
i.icon.header:before {
    content: "\f1dc";
}
i.icon.paragraph:before {
    content: "\f1dd";
}
i.icon.sliders:before {
    content: "\f1de";
}
i.icon.drupal:before {
    content: "\f1a9";
}
i.icon.joomla:before {
    content: "\f1aa";
}
i.icon.language:before {
    content: "\f1ab";
}
i.icon.fax:before {
    content: "\f1ac";
}
i.icon.building:before {
    content: "\f1ad";
}
i.icon.child:before {
    content: "\f1ae";
}
i.icon.paw:before {
    content: "\f1b0";
}
i.icon.spoon:before {
    content: "\f1b1";
}
i.icon.cube:before {
    content: "\f1b2";
}
i.icon.cubes:before {
    content: "\f1b3";
}
i.icon.behance:before {
    content: "\f1b4";
}
i.icon.behance.square:before {
    content: "\f1b5";
}
i.icon.steam:before {
    content: "\f1b6";
}
i.icon.steam.square:before {
    content: "\f1b7";
}
i.icon.recycle:before {
    content: "\f1b8";
}
i.icon.tree:before {
    content: "\f1bb";
}
i.icon.spotify:before {
    content: "\f1bc";
}
i.icon.deviantart:before {
    content: "\f1bd";
}
i.icon.soundcloud:before {
    content: "\f1be";
}
i.icon.database:before {
    content: "\f1c0";
}
i.icon.ra:before,
i.icon.rebel:before {
    content: "\f1d0";
}
i.icon.ge:before,
i.icon.empire:before {
    content: "\f1d1";
}
i.icon.git.square:before {
    content: "\f1d2";
}
i.icon.git:before {
    content: "\f1d3";
}
i.icon.hacker.news:before {
    content: "\f1d4";
}
i.icon.weibo:before {
    content: "\f1d5";
}
i.icon.qq:before {
    content: "\f1d6";
}
i.icon.wechat:before,
i.icon.weixin:before {
    content: "\f1d7";
}
i.icon.send:before,
i.icon.paper plane:before {
    content: "\f1d8";
}
i.icon.send.outline:before,
i.icon.paper.plane.outline:before {
    content: "\f1d9";
}
i.icon.pdf.outline:before {
    content: "\f1c1";
}
i.icon.word.outline:before {
    content: "\f1c2";
}
i.icon.excel.outline:before {
    content: "\f1c3";
}
i.icon.powerpoint.outline:before {
    content: "\f1c4";
}
i.icon.photo.outline:before,
i.icon.picture.outline:before,
i.icon.image.outline:before {
    content: "\f1c5";
}
i.icon.zip.outline:before,
i.icon.archive.outline:before {
    content: "\f1c6";
}
i.icon.sound.outline:before,
i.icon.audio.outline:before {
    content: "\f1c7";
}
i.icon.movie.outline:before,
i.icon.video.outline:before {
    content: "\f1c8";
}
i.icon.code.outline:before {
    content: "\f1c9";
}
i.icon.vine:before {
    content: "\f1ca";
}
i.icon.codepen:before {
    content: "\f1cb";
}
i.icon.jsfiddle:before {
    content: "\f1cc";
}
i.icon.plus.square.outline:before {
    content: "\f196";
}
i.icon.pied.piper.square:before,
i.icon.pied.piper:before {
    content: "\f1a7";
}
i.icon.pied.piper.alt:before {
    content: "\f1a8";
}
i.icon.life.bouy:before,
i.icon.life.saver:before,
i.icon.support:before,
i.icon.life.ring:before {
    content: "\f1cd";
}
i.icon.circle.notch:before {
    content: "\f1ce";
}
i.icon.share.alt:before {
    content: "\f1e0";
}
i.icon.share.alt.square:before {
    content: "\f1e1";
}
i.icon.bomb:before {
    content: "\f1e2";
}
i.icon.angellist:before {
    content: "\f209";
}
i.icon.bell slash:before {
    content: "\f1f7";
}
i.icon.bus:before {
    content: "\f207";
}
i.icon.visa:before {
    content: "\f1f0";
}
i.icon.google wallet:before {
    content: "\f1ee";
}
i.icon.lastfm.square:before {
    content: "\f203";
}
i.icon.paint.brush:before {
    content: "\f1fc";
}
i.icon.ils:before {
    content: "\f20b";
}
i.icon.toggle.off:before {
    content: "\f204";
}
i.icon.toggle.on:before {
    content: "\f205";
}
i.icon.twitch:before {
    content: "\f1e8";
}
i.icon.bicycle:before {
    content: "\f206";
}
i.icon.discover:before {
    content: "\f1f2";
}
i.icon.area.chart:before {
    content: "\f1fe";
}
i.icon.calculator:before {
    content: "\f1ec";
}
i.icon.mastercard:before {
    content: "\f1f1";
}
i.icon.copyright:before {
    content: "\f1f9";
}
i.icon.line.chart:before {
    content: "\f201";
}
i.icon.wifi:before {
    content: "\f1eb";
}
i.icon.paypal:before {
    content: "\f1ed";
}
i.icon.paypal.card:before {
    content: "\f1f4";
}
i.icon.at:before {
    content: "\f1fa";
}
i.icon.binoculars:before {
    content: "\f1e5";
}
i.icon.cc:before {
    content: "\f20a";
}
i.icon.eyedropper:before {
    content: "\f1fb";
}
i.icon.ioxhost:before {
    content: "\f208";
}
i.icon.meanpath:before {
    content: "\f20c";
}
i.icon.pie.chart:before {
    content: "\f200";
}
i.icon.slideshare:before {
    content: "\f1e7";
}
i.icon.yelp:before {
    content: "\f1e9";
}
i.icon.trash.outline:before {
    content: "\f1f8";
}
i.icon.bell.slash.outline:before {
    content: "\f1f6";
}
i.icon.birthday.cake:before {
    content: "\f1fd";
}
i.icon.amex.card:before {
    content: "\f1f3";
}
i.icon.stripe:before {
    content: "\f1f5";
}
i.icon.futbol:before {
    content: "\f1e3";
}
i.icon.futbol.outline:before {
    content: "\f1e3";
}
i.icon.lastfm:before {
    content: "\f202";
}
i.icon.newspaper:before {
    content: "\f1ea";
}
i.icon.tty:before {
    content: "\f1e4";
}
i.icon.left {
    width: auto;
    margin: 0 0.5em 0 0;
}
i.icon.search,
i.icon.up,
i.icon.down,
i.icon.right {
    width: auto;
    margin: 0 0 0 0.5em;
}
i.icon.loading {
    -webkit-animation: icon-loading 2s linear infinite;
    -ms-animation: icon-loading 2s linear infinite;
    animation: icon-loading 2s linear infinite;
}
@keyframes icon-loading {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes icon-loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes icon-loading {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
i.icon.hover {
    opacity: 1;
}
i.icon.active {
    opacity: 1;
}
i.emphasized.icon {
    opacity: 1;
}
i.icon.disabled {
    opacity: 0.3;
}
i.link.icon {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
i.link.icon:hover {
    opacity: 1;
}
i.circular.icon,
i.rounded.icon {
    border-radius: 500em;
    padding: 0.5em 0.35em;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
    width: 2em;
    height: 2em;
    text-align: center;
}
i.circular.inverted.icon {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
i.circular.white.icon {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2) inset;
}
i.rounded.icon {
    border-radius: 0.25em;
    -webkit-box-shadow: none;
    box-shadow: none;
}
i.flipped.icon,
i.horizontally.flipped.icon {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
i.vertically.flipped.icon {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
i.rotated.icon,
i.right.rotated.icon,
i.clockwise.rotated.icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
i.left.rotated.icon,
i.counterclockwise.rotated.icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
i.square.icon {
    width: 2em;
    height: 2em;
    padding: 0.5em 0.35em;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
}
i.square.inverted.icon {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
i.inverted.icon {
    background-color: #5c6166;
    color: #fff;
}
i.info.icon {
    color: #5795af;
}
i.black.icon {
    color: #5c6166;
}
i.success.icon {
    color: #b2d280;
}
i.danger.icon {
    color: #a26161;
}
i.purple.icon {
    color: #c6c;
}
i.warning.icon {
    color: #edaa10;
}
i.teal.icon {
    color: #3cc9ca;
}
i.inverted.black.icon {
    background-color: #5c6166;
    color: #fff;
}
i.inverted.info.icon {
    background-color: #5795af;
    color: #fff;
}
i.inverted.success.icon {
    background-color: #b2d280;
    color: #fff;
}
i.inverted.danger.icon {
    background-color: #a26161;
    color: #fff;
}
i.inverted.purple.icon {
    background-color: #c6c;
    color: #fff;
}
i.inverted.warning.icon {
    background-color: #edaa10;
    color: #fff;
}
i.inverted.teal.icon {
    background-color: #3cc9ca;
    color: #fff;
}
i.small.icon {
    font-size: 0.675em;
}
i.large.icon {
    font-size: 1.5em;
    vertical-align: middle;
}
i.big.icon {
    font-size: 2em;
    vertical-align: middle;
}
i.huge.icon {
    font-size: 4em;
    vertical-align: middle;
}
i.massive.icon {
    font-size: 6em;
    vertical-align: middle;
}
i.gigant.icon {
    font-size: 8em;
    vertical-align: middle;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60001;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #272727;
    color: #ffffff;
    border-radius: 0.2em;
    font-size: 0.9rem;
    -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    -webkit-bg-clip: padding-box;
    -moz-bg-clip: padding;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 0.5em 1em;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    background-color: #272727;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 0.5em 1em;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #272727;
    border-bottom-width: 0;
    content: " ";
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #272727;
    border-left-width: 0;
    content: " ";
}
.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #272727;
    border-top-width: 0;
    content: " ";
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}
.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #272727;
    border-right-width: 0;
    content: " ";
}
.wojo p.note,
.wojo p.error,
.wojo p.success,
.wojo p.info {
    font-size: 0.85em;
    margin-top: 0.85em;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0.5em;
    color: rgba(0, 0, 0, 0.4);
}
.wojo p.error {
    color: #a26161;
}
.wojo p.success {
    color: #b2d280;
}
.wojo p.info {
    color: #5795af;
}
.wojo.form .field {
    clear: both;
    margin: 0 0 1em;
    position: relative;
}
.wojo.form .field:after {
    content: "";
    display: table;
    clear: both;
}
.wojo.form .field label.input,
.wojo.form .field label.textarea {
    position: relative;
    margin: 0;
}
.wojo.form .field label {
    margin: 0 0 0.9em;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
}
.wojo.form .field label.radio,
.wojo.form .field label.checkbox {
    font-weight: 700;
    margin: 0;
}
.wojo.form textarea,
.wojo.form select,
.wojo.form input[type="text"],
.wojo.form input[type="email"],
.wojo.form input[type="date"],
.wojo.form input[type="password"],
.wojo.form input[type="number"],
.wojo.form input[type="tel"],
.wojo.form .wojo.input {
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}
.wojo.form textarea,
.wojo.form input[type="text"],
.wojo.form input[type="email"],
.wojo.form input[type="date"],
.wojo.form input[type="password"],
.wojo.form input[type="number"],
.wojo.form input[type="tel"],
.wojo.form .fileinput > input {
    font-family: "Arial", sans-serif;
    margin: 0;
    padding: 0.85em 1.2em;
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    border-radius: 0px !important;
    -webkit-transition: background-color 0.3s ease-out, 0 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
}
.wojo.form .fileinput {
    display: table;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1em;
}
.wojo.form .fileinput > a {
    cursor: pointer;
    text-align: right;
    display: table-cell;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 0;
    padding: 0.65em 1.2em;
    border-radius: 0 0.3125em 0.3125em 0;
    vertical-align: middle;
}
.wojo.form .fileinput > input {
    display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    border-right: 0;
    outline: none;
    border-radius: 0px !important;
    width: 100%;
    vertical-align: middle;
    opacity: 1 !important;
}
.wojo.form .fileinput a label:hover {
    color: #dba766;
}
.wojo.form .fileinput a label.btn.btn-default {
    margin: 0;
    cursor: pointer;
}
.wojo.textarea,
.wojo.form textarea {
    line-height: 1.33;
    min-height: 8em;
    font-family: "Arial", sans-serif;
    font-size: inherit;
    height: 12em;
    max-height: 24em;
    resize: vertical;
}
input[type="number"] {
    float: left;
    width: 50px;
    height: 30px;
    padding: 0;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    color: #2d343e;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: none;
    outline: none;
    pointer-events: none;
    -moz-appearance: textfield;
}
.wojo.spinner {
    height: 40px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.wojo.spinner > .spinner-sub,
.wojo.spinner > .spinner-add {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #2d343e;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 0;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
    transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
}
.wojo.spinner > .spinner-add {
    top: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 0;
    border-radius: 0 2px 2px 0;
}
.wojo.spinner > .spinner-sub:hover,
.wojo.spinner > .spinner-add:hover {
    background: #474948;
    color: #fff;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.wojo.form textarea[name="phrase"] {
    min-height: 2.5em;
    height: 4.5em;
    line-height: 1.5;
}
.wojo.form textarea,
.wojo.form input[type="checkbox"] {
    vertical-align: top;
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    background-color: #f3f3f3;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0.8em 1.2em;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.3;
    background-color: rgba(0, 0, 0, 0.024);
}
.chosen-container-single .chosen-default {
    color: inherit;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 100%;
}
.chosen-container-single .chosen-single div b:before {
    display: block;
    font-family: Icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 2.6em;
    content: "\f0d7";
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.15);
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #cbcbcb;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 3px;
}
.chosen-container-single .chosen-search:before {
    position: absolute;
    display: inline-block;
    font-family: Icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;
    content: "\f002";
    font-size: 14px;
    color: #a7a7a7;
    right: 10px;
    top: 6px;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #b2d280;
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1;
    padding: 0.35em 1.2em;
    font-size: 0.89rem;
    cursor: text;
    border-radius: 0.3125em;
    background: rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 30px;
    outline: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px;
    padding: 0 25px 0 5px;
    line-height: 25px;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.2125em;
    font-size: 0.9em;
    font-weight: 900;
    text-shadow: 0 1px 0 #fff;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    font-family: icons;
    content: "\f00d";
    position: absolute;
    top: 0;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    line-height: 24px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111;
}
.chosen-disabled {
    opacity: 0.5;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-bottom: 4px;
    padding-left: 27px;
    line-height: 27px;
    cursor: pointer;
}
.radio:last-child,
.checkbox:last-child {
    margin-bottom: 0;
}
.radio input,
.checkbox input {
    position: absolute;
    left: -9999px;
}
.radio i,
.checkbox i {
    font-family: Icons;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    outline: none;
    font-style: normal;
    font-weight: 400;
}
.radio input + i:after,
.checkbox input + i:after {
    text-align: center;
    font-size: 20px;
    line-height: 1.35em;
    color: rgba(0, 0, 0, 0.2);
}
.radio input + i:after {
    content: "\f10c";
}
.checkbox input + i:after {
    content: "\f096";
    line-height: 1.45em;
}
.checkbox input:checked + i:after {
    content: "\f046";
    color: #000000;
}
.radio input:checked + i:after {
    content: "\f192";
    color: #000000;
}
.wojo [class^="icon-"] {
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}
.wojo .icon-append,
.wojo .icon-prepend,
.wojo .captcha-append {
    position: absolute;
    top: 0;
    line-height: 3em;
    text-align: center;
    color: rgba(0, 0, 0, 0.15);
}
.wojo .icon-append,
.wojo .captcha-append {
    right: 1em;
}
.wojo .icon-prepend {
    left: 1em;
}
.wojo .captcha-append {
    top: 0.5em;
}
.wojo .input .icon-append + input,
.wojo .textarea .icon-append + textarea {
    padding-right: 2em;
}
.wojo .input .icon-prepend + input,
.wojo .textarea .icon-prepend + textarea,
.wojo .input .icon-prepend + .icon-append + input,
.wojo .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 2.5em;
}
.wojo.form .divider {
    clear: both;
    margin: 1em 0;
}
.wojo.form .fitted.divider {
    margin-left: -1em;
    margin-right: -1em;
}
.wojo.form input[type="text"]:focus,
.wojo.form input[type="email"]:focus,
.wojo.form input[type="date"]:focus,
.wojo.form input[type="password"]:focus,
.wojo.form input[type="number"]:focus,
.wojo.form input[type="url"]:focus,
.wojo.form input[type="tel"]:focus,
.wojo.form textarea:focus {
    color: rgba(0, 0, 0, 0.85);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: 0.3em 0 0 0 #000000 inset;
    box-shadow: 0.3em 0 0 0 #000000 inset;
}
.wojo.form.warning .warning.message {
    display: block;
}
.wojo.form.error .error.message {
    display: block;
}
.wojo.form .fields.error .field label,
.wojo.form .field.error label,
.wojo.form .fields.error .field .input,
.wojo.form .field.error .input {
    color: #d95c5c;
}
.wojo.form .fields.error .field .corner.label,
.wojo.form .field.error .corner.label {
    border-color: #d95c5c;
    color: #fff;
}
.wojo.form .fields.error .field textarea,
.wojo.form .fields.error .field input[type="text"],
.wojo.form .fields.error .field input[type="email"],
.wojo.form .fields.error .field input[type="date"],
.wojo.form .fields.error .field input[type="password"],
.wojo.form .fields.error .field input[type="number"],
.wojo.form .fields.error .field input[type="url"],
.wojo.form .fields.error .field input[type="tel"],
.wojo.form .field.error textarea,
.wojo.form .field.error input[type="text"],
.wojo.form .field.error input[type="email"],
.wojo.form .field.error input[type="date"],
.wojo.form .field.error input[type="password"],
.wojo.form .field.error input[type="number"],
.wojo.form .field.error input[type="url"],
.wojo.form .field.error input[type="tel"] {
    background-color: #fffafa;
    border-color: #e7bebe;
    border-left: none;
    color: #d95c5c;
    padding-left: 1.2em;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0.3em 0 0 0 #d95c5c inset;
    box-shadow: 0.3em 0 0 0 #d95c5c inset;
}
.wojo.form .field.error textarea:focus,
.wojo.form .field.error input[type="text"]:focus,
.wojo.form .field.error input[type="email"]:focus,
.wojo.form .field.error input[type="date"]:focus,
.wojo.form .field.error input[type="password"]:focus,
.wojo.form .field.error input[type="number"]:focus,
.wojo.form .field.error input[type="url"]:focus,
.wojo.form .field.error input[type="tel"]:focus {
    border-color: #ff5050;
    color: #ff5050;
    -webkit-appearance: none;
    -webkit-box-shadow: 0.3em 0 0 0 #ff5050 inset;
    box-shadow: 0.3em 0 0 0 #ff5050 inset;
}
.wojo.form textarea[name="phrase"]:focus,
.wojo.form textarea[name="phrase"].active {
    background-color: #f5f5f5;
    border-color: #d0d0d0;
    border-radius: 0.3125em;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.form textarea[name="phrase"].active {
    background-color: #dceee5;
    border-color: #a9d5be;
}
.wojo.form ::-webkit-input-placeholder {
    color: #aaa;
}
.wojo.form ::-moz-placeholder {
    color: #aaa;
}
.wojo.form :focus::-webkit-input-placeholder {
    color: #999;
}
.wojo.form :focus::-moz-placeholder {
    color: #999;
}
.wojo.form .error ::-webkit-input-placeholder {
    color: rgba(255, 80, 80, 0.4);
}
.wojo.form .error ::-moz-placeholder {
    color: rgba(255, 80, 80, 0.4);
}
.wojo.form .error :focus::-webkit-input-placeholder {
    color: rgba(255, 80, 80, 0.7);
}
.wojo.form .error :focus::-moz-placeholder {
    color: rgba(255, 80, 80, 0.7);
}
.wojo.form .field :disabled,
.wojo.form .field.disabled {
    opacity: 0.5;
}
.wojo.form .field.disabled label {
    opacity: 0.5;
}
.wojo.form .field.disabled :disabled {
    opacity: 1;
}
.wojo.form.loading {
    position: relative;
}
.wojo.form.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
    visibility: visible;
    z-index: 5000;
}
.wojo.form.fluid {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wojo.form .grouped.fields {
    margin: 0 0 1em;
}
.wojo.form .grouped.fields .field {
    display: block;
    float: none;
    margin: 0.5em 0;
    padding: 0;
}
.wojo.form .fields {
    clear: both;
}
.wojo.form .fields:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.wojo.form .fields > .field.empty {
    margin: 0;
    font-size: 0.1em;
}
.wojo.form .fields > .field {
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wojo.form .fields > .field:first-child {
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.form .two.fields > .fields,
.wojo.form .two.fields > .field {
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
}
.wojo.form .three.fields > .fields,
.wojo.form .three.fields > .field {
    width: 33.333%;
    padding-left: 1%;
    padding-right: 1%;
}
.wojo.form .four.fields > .fields,
.wojo.form .four.fields > .field {
    width: 25%;
    padding-left: 1%;
    padding-right: 1%;
}
.wojo.form .five.fields > .fields,
.wojo.form .five.fields > .field {
    width: 20%;
    padding-left: 1%;
    padding-right: 1%;
}
.wojo.form .fields .field:first-child {
    padding-left: 0;
}
.wojo.form .fields .field:last-child {
    padding-right: 0;
}
.wojo.form .inline-group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}
.wojo.form .inline-group {
    margin-bottom: 1.2em;
}
.wojo.form .inline-group label.radio,
.wojo.form .inline-group label.checkbox,
.wojo.form .inline-group label.input {
    float: left;
    margin-right: 20px;
}
.wojo.form .inline.fields .field {
    min-height: 1.3em;
    margin-right: 0.5em;
}
.wojo.form .inline.fields .field > label,
.wojo.form .inline.fields .field > p,
.wojo.form .inline.fields .field > input,
.wojo.form .inline.field > label,
.wojo.form .inline.field > p,
.wojo.form .inline.field > input {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.wojo.form .inline.fields .field > input,
.wojo.form .inline.field > input {
    font-size: 1em;
}
.wojo.form .inline.fields .field > :first-child,
.wojo.form .inline.field > :first-child {
    margin: 0 0.5em 0 0;
}
.wojo.form .inline.fields .field > :only-child,
.wojo.form .inline.field > :only-child {
    margin: 0;
}
.wojo.small.form {
}
.wojo.small.form textarea,
.wojo.small.form .chosen-container,
.wojo.small.form input[type="text"],
.wojo.small.form input[type="email"],
.wojo.small.form input[type="date"],
.wojo.small.form input[type="password"],
.wojo.small.form input[type="number"],
.wojo.small.form input[type="url"],
.wojo.small.form input[type="tel"],
.wojo.small.form label {
    font-size: 0.875em;
}
.wojo.small.form .chosen-container-single .chosen-single {
    font-size: 0.85rem;
}
.wojo.large.form {
    font-size: 1.125em;
}
.wojo.form.fitted {
    padding: 0;
}
.wojo.phrase {
    background-color: rgba(0, 0, 0, 0.025);
    padding: 0.5em;
    height: 4em;
    overflow-y: auto;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.325em;
    font-size: 0.95rem;
}
.wojo.phrase.active {
    background-color: #ffffcc;
}
.colpick {
    position: absolute;
    width: 346px;
    height: 170px;
    overflow: hidden;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    background: #ebebeb;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.colpick_color {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 156px;
    height: 156px;
    overflow: hidden;
    outline: 1px solid #aaa;
    cursor: crosshair;
}
.colpick_color_overlay1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 156px;
    height: 156px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
    background: linear-gradient(toright, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.colpick_color_overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 156px;
    height: 156px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
    background: linear-gradient(tobottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.colpick_selector_outer {
    background: none;
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid #000;
    border-radius: 50%;
    margin: -6px 0 0 -6px;
}
.colpick_selector_inner {
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.colpick_hue {
    position: absolute;
    top: 6px;
    left: 175px;
    width: 19px;
    height: 156px;
    border: 1px solid #aaa;
    cursor: n-resize;
}
.colpick_hue_arrs {
    position: absolute;
    left: -8px;
    width: 35px;
    height: 7px;
    margin: -7px 0 0;
}
.colpick_hue_larr {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #858585;
}
.colpick_hue_rarr {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #858585;
}
.colpick_new_color {
    position: absolute;
    left: 207px;
    top: 6px;
    width: 60px;
    height: 27px;
    background: red;
    border: 1px solid #8f8f8f;
}
.colpick_current_color {
    position: absolute;
    left: 277px;
    top: 6px;
    width: 60px;
    height: 27px;
    background: red;
    border: 1px solid #8f8f8f;
}
.colpick_field,
.colpick_hex_field {
    position: absolute;
    height: 20px;
    width: 60px;
    overflow: hidden;
    background: #f3f3f3;
    color: #b8b8b8;
    font-size: 12px;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.colpick_rgb_r {
    top: 40px;
    left: 207px;
}
.colpick_rgb_g {
    top: 67px;
    left: 207px;
}
.colpick_rgb_b {
    top: 94px;
    left: 207px;
}
.colpick_hsb_h {
    top: 40px;
    left: 277px;
}
.colpick_hsb_s {
    top: 67px;
    left: 277px;
}
.colpick_hsb_b {
    top: 94px;
    left: 277px;
}
.colpick_hex_field {
    width: 68px;
    left: 207px;
    top: 121px;
}
.colpick_focus {
    border-color: #999;
}
.colpick_field_letter {
    position: absolute;
    width: 12px;
    height: 20px;
    line-height: 20px;
    padding-left: 4px;
    background: #efefef;
    border-right: 1px solid #bdbdbd;
    font-weight: 700;
    color: #777;
}
.colpick_field input,
.colpick_hex_field input {
    position: absolute;
    right: 11px;
    height: 20px;
    line-height: 20px;
    background: transparent;
    border: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    text-align: right;
    outline: none;
    margin: 0;
    padding: 0;
}
.colpick_hex_field input {
    right: 4px;
}
.colpick_field_arrs {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 21px;
    cursor: n-resize;
}
.colpick_field_uarr {
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #959595;
}
.colpick_field_darr {
    position: absolute;
    bottom: 5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #959595;
}
.colpick_submit {
    position: absolute;
    left: 207px;
    top: 149px;
    width: 130px;
    height: 22px;
    line-height: 22px;
    background: #efefef;
    text-align: center;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.colpick_submit:hover {
    background: #f3f3f3;
    cursor: pointer;
    border-color: #999;
}
.colpick_full_ns .colpick_new_color {
    width: 130px;
    height: 25px;
}
.colpick_rgbhex {
    width: 282px;
}
.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
    width: 68px;
}
.colpick_rgbhex .colpick_new_color {
    width: 34px;
    border-right: none;
}
.colpick_rgbhex .colpick_current_color {
    width: 34px;
    left: 240px;
    border-left: none;
}
.colpick_rgbhex_ns .colpick_new_color {
    width: 68px;
    border: 1px solid #8f8f8f;
}
.colpick_hex {
    width: 206px;
    height: 201px;
}
.colpick_hex .colpick_hex_field {
    width: 72px;
    height: 25px;
    top: 168px;
    left: 80px;
}
.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input {
    height: 25px;
    line-height: 25px;
}
.colpick_hex .colpick_new_color {
    left: 9px;
    top: 168px;
    width: 30px;
    border-right: none;
}
.colpick_hex .colpick_current_color {
    left: 39px;
    top: 168px;
    width: 30px;
    border-left: none;
}
.colpick_hex .colpick_submit {
    left: 164px;
    top: 168px;
    width: 30px;
    height: 25px;
    line-height: 25px;
}
.colpick_hex_ns .colpick_hex_field {
    width: 80px;
}
.colpick_hex_ns .colpick_new_color {
    width: 60px;
    border: 1px solid #8f8f8f;
}
.colpick_dark {
    background: #161616;
    border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
    outline-color: #333;
}
.colpick_dark .colpick_hue {
    border-color: #555;
}
.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
    background: #101010;
    border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
    background: #131313;
    color: #696969;
    border-color: #2d2d2d;
}
.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
    color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
    border-bottom-color: #696969;
}
.colpick_dark .colpick_field_darr {
    border-top-color: #696969;
}
.colpick_dark .colpick_focus {
    border-color: #444;
}
.colpick_dark .colpick_submit {
    background: #131313;
    color: #7a7a7a;
    border-color: #2d2d2d;
}
.colpick_dark .colpick_submit:hover {
    background-color: #101010;
    border-color: #444;
}
.cp-container {
    width: auto;
    position: relative;
    box-sizing: border-box;
}
.cp-container .cp-transparency,
.cp-container .cp-swatches li {
    background: url(data:image/gif;base64,R0lGODlhBgAGAIABAMPDw////yH5BAEKAAEALAAAAAAGAAYAAAIKhIMGGMrs0pGgAAA7) repeat;
}
.cp-container .cp-slider,
.cp-container .cp-preview {
    width: auto;
    height: 26px;
    border: 1px solid #dadada;
    position: relative;
    margin: 0 4px 5pt;
}
.cp-container .cp-slider {
    cursor: ew-resize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cp-container .cp-preview {
    height: 39px;
}
.cp-container .cp-slider span,
.cp-container .cp-preview input {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: sans-serif;
    line-height: 26px;
    font-size: 14px;
}
.cp-container .cp-preview input {
    line-height: 39px;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
}
.cp-container .cp-marker {
    position: absolute;
    display: block;
    width: 11px;
    height: 10px;
    margin-left: -5px;
    top: -2px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAMAAABVLlSxAAAAtFBMVEUAAAB1dXVsbGxwcHBqampoaGj+/v7r6+vw8PBmZmb6+vp/f39kZGTh4eGxsbHT09NlZWXX19dgYGBfX1/W1tb7+/vx8fHZ2dna2tqBgYFnZ2fg4ODe3t7j4+Pi4uL39/eampro6Ojl5eXy8vLt7e3p6emgoKCmpqatra1ra2v19fXm5ubz8/Pv7+9hYWFjY2N5eXlvb29zc3Ps7Ozd3d2ysrKCgoKDg4P9/f2zs7P4+Pj///83Bdu/AAAAAXRSTlMAQObYZgAAAGlJREFUeNo9ylcbgWAAhuG3ZZQoEkkhDe099P3//9Xg6j56Dh6cjkm623IsnTNIDsqlEsN1HBVI5evdDMtN0FOQKt14lWrArzLcnpZjvx9nshcA342jviO1hlHuTdlgVnzIt8VfNubiNwzmhAsoIAkssgAAAABJRU5ErkJggg==);
}
.cp-container.cp-unconvertible-cie-color .cp-slider.cp-cielightness .cp-marker,
.cp-container.cp-unconvertible-cie-color .cp-slider.cp-ciechroma .cp-marker,
.cp-container.cp-unconvertible-cie-color .cp-slider.cp-ciehue .cp-marker {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAMAAABVLlSxAAAAvVBMVEUAAADLy8u8vLzZ2dlgYGDe3t5sbGxoaGjr6+vb29tqamrCwsJmZmZkZGTW1tbExMTw8PDj4+Pa2tpfX1/z8/PU1NTp6enX19fg4OBwcHDc3NzJycn4+Pj7+/v6+vrd3d3h4eH+/v6lpaWmpqaampqgoKBlZWWzs7Orq6tra2uxsbGBgYF1dXVnZ2d/f3/T09PMzMxhYWFjY2P19fXv7+9vb2/l5eVzc3P////n5+eysrKDg4OCgoJ5eXnoAACu7h75AAAAAXRSTlMAQObYZgAAAG1JREFUeNo1ytsaQkAAReGdkpRKRUTofEANBoOY93+sfMp/tS4WNqM4mSvSdJztEJPFkETyJNUYEmMtzvhApfsQN89cCXxJ3WOD1yXfRlx3Cv8NPK+pZedFFaCVnQ+8rGp02Kl8fPDX3Nvs/YYvAnQLhiGwga0AAAAASUVORK5CYII=);
}
.cp-container.cp-popup {
    display: none;
    width: 370px;
    position: absolute;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.47);
    z-index: 2147483647;
    padding: 10px 5px 5px;
}
.cp-container .cp-swatches ul {
    width: auto;
    box-sizing: border-box;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cp-container .cp-swatches li {
    box-sizing: border-box;
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    border: 1px solid #888;
    cursor: pointer;
    margin: 5px;
}
.cp-container .cp-swatches li.actual {
    box-shadow: 0 0 3px 1px #fa8000;
    border-color: #000;
}
.cp-container .cp-swatches li span {
    display: block;
    width: 100%;
    height: 100%;
}
.cp-container .cp-swatches button {
    box-sizing: border-box;
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: default;
    margin: 5px;
}
.cp-container .cp-swatches button:enabled {
    cursor: pointer;
}
.cp-container .cp-swatches button:active:enabled {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.cp-container .cp-swatches button.add {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlP7AIHb9U4AAAAkSURBVHjavc4hDgAADMLAwf8fPYKcJGEnqzowCqwTeATh53QBxJABcUm2nCEAAAAASUVORK5CYII=);
}
.cp-container .cp-swatches button.remove {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAApVBMVEUDAwMCAgICAgILCwsNDQ0REREGBgYHBwcICAgLCwsODg4JCQkLCwsgICAGBgYVFRUBAQEGBgYICAgkJCQJCQkFBQU+Pj4SEhICAgICAgIBAQECAgIREREFBQUICAgaGhoFBQUBAQEUFBQMDAwODg4WFhYTExMQEBAaGhoUFBRHR0chISEUFBQBAQEDAwNEREQKCgpAQEAHBwcFBQUFBQUAAAAAAAAxiR9QAAAANnRSTlP//f48aHCls7s0MHROCp1A+4WTBnqsAiDg3enbOqqBDMnzGlQyFBooDhwCCBjx0wJ4EmZOzgDzkDEIAAAAeklEQVR42o3L2RLBQBRF0VbGIIgYQgyJmCVBOOf/P81Fq+682Y+rait82kdbfNOQMN7sDhZgxXCepRZMxiTziwG4ucjybABpJrKwAG1yJEv1+avV5WAK9aCqNcl6gxV0GBzfcL2R90IAvdmpDP4aJZD+BGdI9j0DOg0vUhMssT3aBI8AAAAASUVORK5CYII=);
}
.cp-container .cp-swatches button.reset {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA2FBMVEUCAgIBAQEFBQUGBgYPDw8CAgIqKioKCgobGxsGBgYFBQUKCgoHBwcdHR0mJiZFRUUMDAwQEBADAwMaGhoMDAwDAwMEBAQDAwMFBQUODg4FBQUPDw8NDQ0DAwMaGhoPDw8FBQUFBQUmJiYNDQ0CAgIBAQEGBgYGBgYREREODg4SEhI7OzsODg4RERE/Pz8REREODg4DAwMFBQUzMzM3NzcFBQUNDQ0dHR0GBgYODg4BAQEZGRkGBgYEBAQQEBAVFRUEBAQNDQ0EBAQGBgYAAAACAgIBAQEAAAAT9YvKAAAARXRSTlP9/afbOOwMSg52g2yPDAwCRjDYGEjsqumPMqU2ZtYONKyuDkDk7pWTNkAyBkI0BjBS25MICJ1CGJk2+A6LuyoUs0isnQDapSJ+AAAAqUlEQVR42kXI11bCUBQA0SMoIEhTigWkKBbEgpgAKYSQczP//0feJUjmbbZUVbW56hrTdu7UJpWL2opDt/cWzkmh07paugn0fZUy0NO/1h5DlWvg5GEvA3iVBObfX7rviZ0UG2M99oKIFuoZLFIkzzKDNwtnuBlMMeKQZBCwlVNY//8GYtEc3s3hJ4QqWrqE5/efj88AHiML6o+ANAXCSC3YZjsDZhur7RdGhjsGc+eEZwAAAABJRU5ErkJggg==);
}
.cp-container button:disabled {
    opacity: 0.27;
}
.colpick_full_ns .colpick_submit,
.colpick_full_ns .colpick_current_color,
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s,
.colpick_rgbhex .colpick_hsb_b,
.colpick_rgbhex_ns .colpick_submit,
.colpick_rgbhex_ns .colpick_current_color,
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_rgb_r,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_b,
.colpick_hex_ns .colpick_submit,
.colpick_hex_ns .colpick_current_color {
    display: none;
}
.colpick_full_ns .colpick_rgb_r,
.colpick_full_ns .colpick_hsb_h,
.colpick_rgbhex_ns .colpick_rgb_r {
    top: 42px;
}
.colpick_full_ns .colpick_rgb_g,
.colpick_full_ns .colpick_hsb_s,
.colpick_rgbhex_ns .colpick_rgb_g {
    top: 73px;
}
.colpick_full_ns .colpick_rgb_b,
.colpick_full_ns .colpick_hsb_b,
.colpick_rgbhex_ns .colpick_rgb_b {
    top: 104px;
}
.colpick_full_ns .colpick_hex_field,
.colpick_rgbhex_ns .colpick_hex_field {
    top: 135px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .wojo.form .two.fields:not(.block) > .fields,
    .wojo.form .two.fields:not(.block) > .field,
    .wojo.form .two.fields.inline-block > .field:first-child,
    .wojo.form .two.fields.inline-block > .field:last-child,
    .wojo.form .three.fields:not(.block) > .fields,
    .wojo.form .three.fields:not(.block) > .field,
    .wojo.form .four.fields:not(.block) > .fields,
    .wojo.form .four.fields:not(.block) > .field,
    .wojo.form .five.fields:not(.block) > .fields,
    .wojo.form .six.fields:not(.block) > .field,
    .wojo.form .inline.fields:not(.block) > .field,
    .wojo.form .inline.fields:not(.block) > .field > label {
        float: none;
        width: 100%;
        diplay: block;
        padding-left: 0;
        padding-right: 0;
    }
    .wojo.form .fields .field:first-child,
    .wojo.form .fields .field:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}
.wojo.input {
    display: inline-block;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
}
.wojo.input.inverted {
    color: rgba(255, 255, 255, 0.75);
}
.wojo.input input {
    width: 100%;
    font-family: inherit;
    margin: 0;
    padding: 0.85em 1.2em;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    outline: none;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 0.3125em;
    -webkit-transition: background-color 0.3s ease-out, 0 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wojo.input.inverted input {
    color: rgba(255, 255, 255, 0.75);
}
.wojo.input.inverted::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.wojo.input.inverted::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.wojo.input::-webkit-input-placeholder {
    color: #bbb;
}
.wojo.input::-moz-placeholder {
    color: #bbb;
}
.wojo.input input:active,
.wojo.input.down input {
    border-color: rgba(0, 0, 0, 0.3);
    background-color: #fafafa;
}
.wojo.loading.input > .icon {
    background: url(../images/loader-mini.gif) no-repeat 50% 50%;
}
.wojo.loading.input > .icon:before,
.wojo.loading.input > .icon:after {
    display: none;
}
.wojo.input.focus input,
.wojo.input input:focus {
    border-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.85);
}
.wojo.input.focus input input::-webkit-input-placeholder,
.wojo.input input:focus input::-webkit-input-placeholder {
    color: #aaa;
}
.wojo.input.focus input input::-moz-placeholder,
.wojo.input input:focus input::-moz-placeholder {
    color: #aaa;
}
.wojo.input.inverted.focus input,
.wojo.input.inverted input:focus {
    border-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
}
.wojo.input.inverted.focus input input::-webkit-input-placeholder,
.wojo.input.inverted input:focus input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.wojo.input.inverted.focus input input::-moz-placeholder,
.wojo.input.inverted input:focus input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.wojo.input.error input {
    background-color: #fffafa;
    border-color: #e7bebe;
    color: #d95c5c;
}
.wojo.input.error input ::-webkit-input-placeholder {
    color: rgba(255, 80, 80, 0.4);
}
.wojo.input.error input ::-moz-placeholder {
    color: rgba(255, 80, 80, 0.4);
}
.wojo.input.error input :focus::-webkit-input-placeholder {
    color: rgba(255, 80, 80, 0.7);
}
.wojo.input.error input :focus::-moz-placeholder {
    color: rgba(255, 80, 80, 0.7);
}
.wojo.transparent.input input {
    border: none;
    background-color: transparent;
}
.wojo.icon.input > .icon {
    cursor: default;
    position: absolute;
    opacity: 0.5;
    top: 0;
    right: 0;
    margin: 0;
    width: 2.6em;
    height: 100%;
    padding-top: 1em;
    text-align: center;
    border-radius: 0 0.3125em 0.3125em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.wojo.icon.input > .link.icon {
    cursor: pointer;
}
.wojo.icon.input input {
    padding-right: 3em;
}
.wojo.icon.input > .circular.icon {
    top: 0.35em;
    right: 0.5em;
}
.wojo.left.icon.input > .icon {
    right: auto;
    left: 1px;
    border-radius: 0.3125em 0 0 0.3125em;
}
.wojo.left.icon.input > .circular.icon {
    right: auto;
    left: 0.5em;
}
.wojo.left.icon.input > input {
    padding-left: 3em;
    padding-right: 1.2em;
}
.wojo.icon.input > input:focus ~ .icon {
    opacity: 1;
}
.wojo.labeled.input .corner.label {
    font-size: 0.7em;
    border-top-right-radius: 0.3125em;
}
.wojo.labeled.input input {
    padding-right: 2.5em;
}
.wojo.labeled.icon.input:not(.left) > input {
    padding-right: 3.25em;
}
.wojo.labeled.icon.input:not(.left) > .icon {
    margin-right: 1.25em;
}
.wojo.action.input {
    display: table;
}
.wojo.action.input > input {
    display: table-cell;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.wojo.action.input > .button,
.wojo.action.input > .buttons {
    display: table-cell;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap;
}
.wojo.action.input > .button:hover,
.wojo.action.input > .buttons:hover {
    opacity: 0.75;
}
.wojo.action.input > .button > .icon,
.wojo.action.input > .buttons > .button > .icon {
    display: inline;
    vertical-align: top;
}
.wojo.fluid.action.input {
    display: table;
    width: 100%;
}
.wojo.fluid.action.input > .button {
    width: 0.01%;
}
.wojo.fluid.input {
    display: block;
}
.wojo.small.form .icon.input > .icon {
    padding-top: 0.95em;
}
.wojo.mini.input {
    font-size: 0.8125rem;
}
.wojo.small.input {
    font-size: 0.875rem;
}
.wojo.input {
    font-size: 1rem;
}
.wojo.large.input {
    font-size: 1.125rem;
}
.wojo.big.input {
    font-size: 1.25rem;
}
.wojo.huge.input {
    font-size: 1.375rem;
}
.wojo.massive.input {
    font-size: 1.5rem;
}
.wojo.table {
    width: 100%;
    border-collapse: collapse;
}
.wojo.table th,
.wojo.table tr,
.wojo.table td {
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.wojo.table thead {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.wojo.table tfoot th {
    background-color: rgba(0, 0, 0, 0.03);
}
.wojo.table th {
    cursor: auto;
    font-family: "Quicksand";
    background-color: #f5f5f5;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    padding: 0.8em 1em;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff;
}
.wojo.table thead th:first-child {
    border-radius: 0.325em 0 0 0;
}
.wojo.table thead th:last-child {
    border-radius: 0 0.325em 0 0;
}
.wojo.table tfoot th:first-child {
    border-radius: 0 0 0 0.325em;
}
.wojo.table tfoot th:last-child {
    border-radius: 0 0 0.325em 0;
}
.wojo.table td {
    padding: 0.8em 1em;
    vertical-align: middle;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
    border-top: 1px solid #e2e4d0;
}
.wojo.table tfoot {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.wojo.table tfoot th {
    font-weight: 400;
    font-style: italic;
}
.wojo.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.03);
}
.wojo.table > .icon {
    vertical-align: baseline;
}
.wojo.table > .icon:only-child {
    margin: 0;
}
.wojo.table.segment:after {
    display: none;
}
.wojo.table.segment.stacked:after {
    display: block;
}
.wojo.sortable.table th.disabled:hover {
    cursor: auto;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    background-color: #f5f5f5;
}
.wojo.sortable.table thead th:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
}
.wojo.table tr.positive,
.wojo.table td.positive {
    -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
}
.wojo.table tr.positive td,
.wojo.table td.positive {
    background-color: #a9d5be;
    color: #3e7558;
}
.wojo.celled.table tr.positive:hover td,
.wojo.celled.table tr:hover td.positive,
.wojo.table tr.positive:hover td,
.wojo.table td:hover.positive,
.wojo.table th:hover.positive {
    background-color: #88c4a4;
    color: #3e7558;
}
.wojo.table tr.negative,
.wojo.table td.negative {
    -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
}
.wojo.table tr.negative td,
.wojo.table td.negative {
    background-color: #d6909a;
    color: #6d2d36;
}
.wojo.celled.table tr.negative:hover td,
.wojo.celled.table tr:hover td.negative,
.wojo.table tr.negative:hover td,
.wojo.table td:hover.negative,
.wojo.table th:hover.negative {
    background-color: #c76c78;
    color: #6d2d36;
}
.wojo.table tr.error,
.wojo.table td.error {
    -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
}
.wojo.table tr.error td,
.wojo.table td.error,
.wojo.table th.error {
    background-color: #d6909a;
    color: #6d2d36;
}
.wojo.celled.table tr.error:hover td,
.wojo.celled.table tr:hover td.error,
.wojo.table tr.error:hover td,
.wojo.table td:hover.error,
.wojo.table th:hover.error {
    background-color: #c76c78;
    color: #6d2d36;
}
.wojo.table tr.warning,
.wojo.table td.warning {
    -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
}
.wojo.table tr.warning td,
.wojo.table td.warning,
.wojo.table th.warning {
    background-color: #fedd8c;
    color: #ba8505;
}
.wojo.celled.table tr.warning:hover td,
.wojo.celled.table tr:hover td.warning,
.wojo.table tr.warning:hover td,
.wojo.table td:hover.warning,
.wojo.table th:hover.warning {
    background-color: #fdce5a;
    color: #ba8505;
}
.wojo.table tr.info,
.wojo.table td.info {
    -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
}
.wojo.table tr.info td,
.wojo.table td.info {
    background-color: #bed3ea;
    color: #3a6da2;
}
.wojo.celled.table tr.info:hover td,
.wojo.celled.table tr:hover td.info,
.wojo.table tr.info:hover td,
.wojo.table td:hover.info,
.wojo.table th:hover.info {
    background-color: #98badd;
    color: #3a6da2;
}
.wojo.table tr.active,
.wojo.table td.active {
    -webkit-box-shadow: 2px 0 0 rgba(50, 50, 50, 0.9) inset;
    box-shadow: 2px 0 0 rgba(50, 50, 50, 0.9) inset;
}
.wojo.table tr.active td,
.wojo.table tr td.active {
    background-color: #e0e0e0;
    color: rgba(50, 50, 50, 0.9);
}
.wojo.table tr.disabled td,
.wojo.table tr td.disabled,
.wojo.table tr.disabled:hover td,
.wojo.table tr:hover td.disabled {
    color: rgba(150, 150, 150, 0.3);
}
.wojo.two.cols.table td {
    width: 50%;
}
.wojo.three.cols.table td {
    width: 33.3333%;
}
.wojo.four.cols.table td {
    width: 25%;
}
.wojo.five.cols.table td {
    width: 20%;
}
.wojo.six.cols.table td {
    width: 16.66667%;
}
.wojo.seven.cols.table td {
    width: 14.2857%;
}
.wojo.eight.cols.table td {
    width: 12.5%;
}
.wojo.nine.cols.table td {
    width: 11.1111%;
}
.wojo.ten.cols.table td {
    width: 10%;
}
.wojo.eleven.cols.table td {
    width: 9.0909%;
}
.wojo.twelve.cols.table td {
    width: 8.3333%;
}
.wojo.thirteen.cols.table td {
    width: 7.6923%;
}
.wojo.fourteen.cols.table td {
    width: 7.1428%;
}
.wojo.fifteen.cols.table td {
    width: 6.6666%;
}
.wojo.sixteen.cols.table td {
    width: 6.25%;
}
.wojo.table th.one.wide,
.wojo.table td.one.wide {
    width: 6.25%;
}
.wojo.table th.two.wide,
.wojo.table td.two.wide {
    width: 12.5%;
}
.wojo.table th.three.wide,
.wojo.table td.three.wide {
    width: 18.75%;
}
.wojo.table th.four.wide,
.wojo.table td.four.wide {
    width: 25%;
}
.wojo.table th.five.wide,
.wojo.table td.five.wide {
    width: 31.25%;
}
.wojo.table th.six.wide,
.wojo.table td.six.wide {
    width: 37.5%;
}
.wojo.table th.seven.wide,
.wojo.table td.seven.wide {
    width: 43.75%;
}
.wojo.table th.eight.wide,
.wojo.table td.eight.wide {
    width: 50%;
}
.wojo.table th.nine.wide,
.wojo.table td.nine.wide {
    width: 56.25%;
}
.wojo.table th.ten.wide,
.wojo.table td.ten.wide {
    width: 62.5%;
}
.wojo.table th.eleven.wide,
.wojo.table td.eleven.wide {
    width: 68.75%;
}
.wojo.table th.twelve.wide,
.wojo.table td.twelve.wide {
    width: 75%;
}
.wojo.table th.thirteen.wide,
.wojo.table td.thirteen.wide {
    width: 81.25%;
}
.wojo.table th.fourteen.wide,
.wojo.table td.fourteen.wide {
    width: 87.5%;
}
.wojo.table th.fifteen.wide,
.wojo.table td.fifteen.wide {
    width: 93.75%;
}
.wojo.table th.sixteen.wide,
.wojo.table td.sixteen.wide {
    width: 100%;
}
.wojo.celled.table {
    color: rgba(0, 0, 0, 0.8);
}
.wojo.celled.table tbody tr,
.wojo.celled.table tfoot tr {
    border: none;
}
.wojo.celled.table th,
.wojo.celled.table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.wojo.celled.table th {
    border-top: 0;
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.6);
}
.wojo.celled.table tfoot td {
    border-bottom: 0;
}
.wojo.celled.table.segment th:first-child,
.wojo.celled.table.segment td:first-child {
    border-left: none;
    box-shadow: none;
}
.wojo.celled.table.segment th:last-child,
.wojo.celled.table.segment td:last-child {
    border-right: none;
}
.wojo.sortable.table thead th {
    cursor: pointer;
    white-space: nowrap;
}
.wojo.sortable.table thead th.asc,
.wojo.sortable.table thead th.desc {
    background-color: rgba(0, 0, 0, 0.1);
}
.wojo.sortable.table thead th.asc:hover,
.wojo.sortable.table thead th.desc:hover {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wojo.sortable.table thead th:after {
    display: inline-block;
    width: 1em;
    opacity: 0.5;
    margin: 0 0 0 0.5em;
    font-family: Icons;
    content: "\f0dc";
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
}
.wojo.sortable.table thead th.asc:after {
    content: "\f0de";
}
.wojo.sortable.table thead th.desc:after {
    content: "\f0dd";
}
.wojo.sortable.table th.disabled:after {
    content: "";
}
.wojo.sortable.table td.handle {
    background-color: rgba(0, 0, 0, 0.03);
    cursor: move;
}
.wojo.collapsing.table {
    width: auto;
}
.wojo.basic.table th {
    background-color: transparent;
    padding: 0.5em;
}
.wojo.basic.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.wojo.basic.table td {
    padding: 0.8em 0.5em;
}
.wojo.basic.table tbody tr:nth-child(2n) {
    background-color: transparent;
}
.wojo.padded.table th,
.wojo.padded.table td {
    padding: 0.8em 1em;
}
.wojo.compact.table th {
    padding: 0.3em 0.5em;
}
.wojo.compact.table td {
    padding: 0.2em 0.5em;
}
.wojo.small.table {
    font-size: 0.875em;
}
.wojo.table {
    font-size: 1em;
}
.wojo.large.table {
    font-size: 1.1em;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .wojo.table {
        display: block;
        padding: 0;
    }
    .wojo.table thead {
        display: none;
    }
    .wojo.table tbody,
    .wojo.table tfoot {
        display: block;
    }
    .wojo.table tr {
        display: block;
    }
    .wojo.table tr > td {
        width: 100%;
        display: block;
        border: none;
        padding: 0.25em 0.75em;
        -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    }
    .wojo.table td:first-child {
        font-weight: 700;
        padding-top: 1em;
    }
    .wojo.table td:last-child {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
        padding-bottom: 1em;
    }
    .wojo.basic.table td:first-child {
        font-weight: 400;
    }
    .wojo.basic.table td:last-child {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 1em;
    }
    .wojo.celled.table td {
        border: 0;
    }
    .wojo.table *[class*="hide-"] {
        display: none;
    }
    .wojo.table tr > td.warning,
    .wojo.table tr > td.error,
    .wojo.table tr > td.active,
    .wojo.table tr > td.positive,
    .wojo.table tr > td.info,
    .wojo.table tr > td.negative {
        background-color: transparent;
    }
}
.wojo.label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background-color: #e7ecf0;
    border-color: #e7ecf0;
    padding: 0.3em 0.5em;
    color: inherit;
    font-family: "Quicksand";
    font-weight: 600;
    border-radius: 0.325em;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
}
.wojo.label:first-child {
    margin-left: 0;
}
.wojo.label:last-child {
    margin-right: 0;
}
a.wojo.label {
    cursor: pointer;
}
.wojo.label a {
    cursor: pointer;
    color: inherit;
    opacity: 0.8;
    -webkit-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
}
.wojo.label a:hover {
    opacity: 1;
}
.wojo.label .detail {
    display: inline-block;
    margin-left: 0.5em;
    font-weight: 700;
    opacity: 0.8;
}
.wojo.label .icon {
    width: auto;
    font-size: 1em;
}
.wojo.label .delete.icon {
    cursor: pointer;
    margin: 0 0 0 0.5em;
    opacity: 0.7;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
}
.wojo.label .delete.icon:hover {
    opacity: 0.99;
}
.wojo.segment > .attached.label:first-child + * {
    margin-top: 2.5em;
}
.wojo.segment > .bottom.attached.label:first-child ~ :last-child {
    margin-top: 0;
    margin-bottom: 2.5em;
}
.wojo.image.label {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    line-height: 1.5em;
    vertical-align: baseline;
    text-transform: none;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.wojo.image.label img {
    display: inline-block;
    height: 2.25em;
    margin: -0.4em 0.8em -0.4em -0.8em;
    vertical-align: top;
    border-radius: 0.325em 0 0 0.325em;
}
.wojo.label.disabled {
    opacity: 0.5;
}
a.wojo.labels .label:hover,
a.wojo.label:hover,
a.wojo.label.active {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: rgba(0, 0, 0, 0.7);
}
.wojo.labels a.label:hover:before,
a.wojo.label:hover:before,
a.wojo.label.active:before {
    background-color: #ebebeb;
    color: rgba(0, 0, 0, 0.7);
}
.wojo.tag.labels .label,
.wojo.tag.label {
    margin-left: 1em;
    position: relative;
    padding: 0.33em 1.3em 0.33em 1.4em;
    border-radius: 0 3px 3px 0;
    display: inline;
}
.wojo.tag.labels .label:before,
.wojo.tag.label:before {
    position: absolute;
    top: 0.3em;
    left: 0.3em;
    content: "";
    margin-left: -1em;
    background-image: none;
    width: 1.5em;
    height: 1.5em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
}
.wojo.tag.labels .label:after,
.wojo.tag.label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -0.25em;
    margin-top: -0.3em;
    background-color: #fff;
    width: 0.55em;
    height: 0.55em;
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 100px 100px 100px 100px;
}
.wojo.ribbon.label {
    position: relative;
    margin: 0 0.2em;
    left: -2rem;
    padding-left: 2rem;
    border-radius: 0 4px 4px 0;
    border-color: rgba(0, 0, 0, 0.15);
}
.wojo.ribbon.label:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border-top: 0 solid transparent;
    border-right-width: 1em;
    border-right-color: inherit;
    border-right-style: solid;
    border-bottom: 1em solid transparent;
    border-left: 0 solid transparent;
    width: 0;
    height: 0;
}
.wojo.top.attached.label,
.wojo.attached.label {
    width: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    padding: 0.75em 1em;
    border-radius: 0.325em 0.325em 0 0;
}
.wojo.bottom.attached.label {
    top: auto;
    bottom: 0;
    border-radius: 0 0 0.325em 0.325em;
}
.wojo.top.left.attached.label {
    width: auto;
    margin-top: 0;
    border-radius: 0.325em 0 0.325em 0;
}
.wojo.top.right.attached.label {
    width: auto;
    left: auto;
    right: 0;
    border-radius: 0 0.325em 0 0.325em;
}
.wojo.bottom.left.attached.label {
    width: auto;
    top: auto;
    bottom: 0;
    border-radius: 0 0.325em 0 0.325em;
}
.wojo.bottom.right.attached.label {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: auto;
    border-radius: 0.325em 0 0.325em 0;
}
.wojo.bottom.right.attached.special.label {
    box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.15);
}
.wojo.corner.label {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 0;
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.wojo.corner.label:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 2.5em solid transparent;
    border-bottom: 2.5em solid transparent;
    border-left: 0 solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.wojo.corner.label .icon {
    font-size: 0.875em;
    margin: 0.5em 0 0 1.25em;
}
.wojo.corner.label .text {
    display: inline-block;
    font-weight: 700;
    margin: 0.5em 0 0 1em;
    width: 2.5em;
    font-size: 0.875em;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wojo.rounded.image > .wojo.corner.label,
.wojo.input > .wojo.corner.label,
.wojo.segment > .wojo.corner.label {
    overflow: hidden;
}
.wojo.segment > .wojo.corner.label {
    top: 0;
    right: 0;
}
.wojo.segment > .wojo.left.corner.label {
    right: auto;
    left: -1px;
}
.wojo.input > .wojo.corner.label {
    top: 1px;
    right: 1px;
}
.wojo.input > .wojo.right.corner.label {
    right: auto;
    left: 1px;
}
.wojo.left.corner.label,
.wojo.left.corner.label:after {
    right: auto;
    left: 0;
}
.wojo.left.corner.label:after {
    border-top: 3em solid transparent;
    border-right: 3em solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-top-color: inherit;
}
.wojo.left.corner.label .icon {
    margin: 0.5em 0 0 -1em;
}
.wojo.left.corner.label .text {
    margin: 0.5em 0 0 -1em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wojo.corner.label:hover {
    background-color: transparent;
}
.wojo.label.fluid,
.wojo.fluid.labels > .label {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wojo.black.labels .label,
.wojo.black.label,
.wojo.inverted.labels .label,
.wojo.inverted.label,
.wojo.ribbon .ribbon.inverted,
.wojo.ribbon .ribbon.black {
    background-color: #5c6166;
    border-color: #5c6166;
    color: rgba(255, 255, 255, 0.8);
}
.wojo.labels .black.label:before,
.wojo.black.labels .label:before,
.wojo.black.label:before {
    background-color: #5c6166;
}
a.wojo.black.labels .label:hover,
a.wojo.black.label:hover {
    background-color: #333;
    border-color: #333;
    color: rgba(255, 255, 255, 1);
}
.wojo.labels a.black.label:hover:before,
.wojo.black.labels a.label:hover:before,
a.wojo.black.label:hover:before {
    background-color: #333;
}
.wojo.black.corner.label,
.wojo.black.corner.label:hover {
    background-color: transparent;
}
.wojo.black.ribbon.label {
    border-color: #333;
}
.wojo.positive.labels .label,
.wojo.positive.label,
.wojo.ribbon .ribbon.positive {
    background-color: #61a270;
    border-color: #61a270;
    color: rgba(255, 255, 255, 0.8);
}
.wojo.labels .positive.label:before,
.wojo.positive.labels .label:before,
.wojo.positive.label:before {
    background-color: #61a270;
}
a.wojo.positive.labels .label:hover,
a.wojo.positive.label:hover {
    background-color: #70ac7e;
    border-color: #70ac7e;
    color: rgba(255, 255, 255, 1);
}
.wojo.labels a.positive.label:hover:before,
.wojo.positive.labels a.label:hover:before,
a.wojo.positive.label:hover:before {
    background-color: #70ac7e;
}
.wojo.positive.corner.label,
.wojo.positive.corner.label:hover {
    background-color: transparent;
}
.wojo.positive.ribbon.label {
    border-color: #70ac7e;
}
.wojo.negative.labels .label,
.wojo.negative.label,
.wojo.ribbon .ribbon.negative {
    background-color: #a26161;
    border-color: #a26161;
    color: rgba(255, 255, 255, 0.8);
}
.wojo.labels .negative.label:before,
.wojo.negative.labels .label:before,
.wojo.negative.label:before {
    background-color: #a26161;
}
.wojo.negative.corner.label,
.wojo.negative.corner.label:hover {
    background-color: transparent;
}
a.wojo.negative.labels .label:hover,
a.wojo.negative.label:hover {
    background-color: #ac7070;
    border-color: #ac7070;
    color: rgba(255, 255, 255, 1);
}
.wojo.labels a.negative.label:hover:before,
.wojo.negative.labels a.label:hover:before,
a.wojo.negative.label:hover:before {
    background-color: #ac7070;
}
.wojo.negative.ribbon.label {
    border-color: #ac7070;
}
.wojo.info.labels .label,
.wojo.info.label,
.wojo.ribbon .ribbon.info {
    background-color: #5795af;
    border-color: #5795af;
    color: rgba(255, 255, 255, 0.8);
}
.wojo.labels .info.label:before,
.wojo.info.labels .label:before,
.wojo.info.label:before {
    background-color: #5795af;
}
a.wojo.info.labels .label:hover,
.wojo.info.labels a.label:hover,
a.wojo.info.label:hover {
    background-color: #68a0b8;
    border-color: #68a0b8;
    color: rgba(255, 255, 255, 1);
}
.wojo.labels a.info.label:hover:before,
.wojo.info.labels a.label:hover:before,
a.wojo.info.label:hover:before {
    background-color: #68a0b8;
}
.wojo.info.corner.label,
.wojo.info.corner.label:hover {
    background-color: transparent;
}
.wojo.info.ribbon.label {
    border-color: #68a0b8;
}
.wojo.purple.labels .label,
.wojo.purple.label,
.wojo.ribbon .ribbon.purple {
    background-color: #7a6591;
    border-color: #7a6591;
    color: rgba(255, 255, 255, 0.8);
}
.wojo.labels .purple.label:before,
.wojo.purple.labels .label:before,
.wojo.purple.label:before {
    background-color: #7a6591;
}
a.wojo.purple.labels .label:hover,
.wojo.purple.labels a.label:hover,
a.wojo.purple.label:hover {
    background-color: #87719f;
    border-color: #87719f;
    color: rgba(255, 255, 255, 1);
}
.wojo.labels a.purple.label:hover:before,
.wojo.purple.labels a.label:hover:before,
a.wojo.purple.label:hover:before {
    background-color: #87719f;
}
.wojo.purple.corner.label,
.wojo.purple.corner.label:hover {
    background-color: transparent;
}
.wojo.purple.ribbon.label {
    border-color: #87719f;
}
.wojo.warning.labels .label,
.wojo.warning.label,
.wojo.ribbon .ribbon.warning {
    background-color: #edaa10;
    border-color: #edaa10;
    color: rgba(255, 255, 255, 0.8);
}
.wojo.labels .warning.label:before,
.wojo.warning.labels .label:before,
.wojo.warning.label:before {
    background-color: #edaa10;
}
a.wojo.warning.labels .label:hover,
.wojo.warning.labels a.label:hover,
a.wojo.warning.label:hover {
    background-color: #f0b327;
    border-color: #f0b327;
    color: rgba(255, 255, 255, 1);
}
.wojo.labels a.warning.label:hover:before,
.wojo.warning.labels a.label:hover:before,
a.wojo.warning.label:hover:before {
    background-color: #f0b327;
}
.wojo.warning.corner.label,
.wojo.warning.corner.label:hover {
    background-color: transparent;
}
.wojo.warning.ribbon.label {
    border-color: #f0b327;
}
.wojo.teal.labels .label,
.wojo.teal.label,
.wojo.ribbon .ribbon.teal {
    background-color: #61a299;
    border-color: #61a299;
    color: rgba(255, 255, 255, 0.8);
}
.wojo.labels .teal.label:before,
.wojo.teal.labels .label:before,
.wojo.teal.label:before {
    background-color: #61a299;
}
a.wojo.teal.labels .label:hover,
.wojo.teal.labels a.label:hover,
a.wojo.teal.label:hover {
    background-color: #70aca4;
    border-color: #70aca4;
    color: rgba(255, 255, 255, 1);
}
.wojo.labels a.teal.label:hover:before,
.wojo.teal.labels a.label:hover:before,
a.wojo.teal.label:hover:before {
    background-color: #70aca4;
}
.wojo.teal.corner.label,
.wojo.teal.corner.label:hover {
    background-color: transparent;
}
.wojo.teal.ribbon.label {
    border-color: #70aca4;
}
.wojo.horizontal.labels .label,
.wojo.horizontal.label {
    margin: -0.125em 0.5em -0.125em 0;
    padding: 0.35em 1em;
    min-width: 6em;
    text-align: center;
}
.wojo.circular.labels .label,
.wojo.circular.label {
    min-height: 1em;
    max-height: 2em;
    padding: 0.5em;
    line-height: 1em;
    text-align: center;
    border-radius: 500rem;
}
.wojo.pointing.label {
    position: relative;
}
.wojo.attached.pointing.label {
    position: absolute;
}
.wojo.pointing.label:before {
    position: absolute;
    content: "";
    width: 0.6em;
    height: 0.6em;
    background-image: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
}
.wojo.pointing.label:before {
    background-color: #e8e8e8;
}
.wojo.pointing.label,
.wojo.pointing.above.label {
    margin-top: 1em;
}
.wojo.pointing.label:before,
.wojo.pointing.above.label:before {
    margin-left: -0.3em;
    top: -0.3em;
    left: 50%;
}
.wojo.pointing.below.label {
    margin-top: 0;
    margin-bottom: 1em;
}
.wojo.pointing.below.label:before {
    margin-left: -0.3em;
    top: auto;
    right: auto;
    bottom: -0.3em;
    left: 50%;
}
.wojo.pointing.left.label {
    margin-top: 0;
    margin-left: 1em;
}
.wojo.pointing.left.label:before {
    margin-top: -0.3em;
    bottom: auto;
    right: auto;
    top: 50%;
    left: 0;
}
.wojo.pointing.right.label {
    margin-top: 0;
    margin-right: 1em;
}
.wojo.pointing.right.label:before {
    margin-top: -0.3em;
    right: -0.3em;
    top: 50%;
    bottom: auto;
    left: auto;
}
.wojo.floating.label {
    position: absolute;
    z-index: 100;
    top: -1em;
    left: 100%;
    margin: 0 0 0 -1.5em;
}
.wojo.ribbon {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 85px;
}
.wojo.ribbon .ribbon:before {
    bottom: -1px;
    left: 0;
}
.wojo.ribbon .ribbon:after {
    right: 0;
}
.wojo.ribbon .ribbon:before,
.wojo.ribbon .ribbon:after {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-right: 2px solid rgba(0, 0, 0, 0);
    border-top: 2px solid #797979;
    bottom: -2px;
    content: "";
    position: absolute;
}
.wojo.ribbon .ribbon {
    background-color: #797979;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: block;
    font-size: 0.95em;
    font-weight: 600;
    left: -5px;
    line-height: 20px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    top: 15px;
    transform: rotate(45deg);
    width: 120px;
}
.wojo.small.labels .label,
.wojo.small.label {
    font-size: 0.75rem;
    line-height: 0.85rem;
}
.wojo.label {
    font-size: 0.85rem;
    line-height: 0.95rem;
}
.wojo.large.labels .label,
.wojo.large.label {
    font-size: 1rem;
    line-height: 0.95rem;
}
.wojo.huge.labels .label,
.wojo.huge.label {
    font-size: 1.1rem;
    line-height: 1rem;
}
.wojo.segment {
    position: relative;
    background-color: #fff;
    margin: 1em 0;
    padding: 1em;
    border-radius: 0.225em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid #e2e8ec;
}
.wojo.segment:first-child {
    margin-top: 0;
}
.wojo.segment:last-child {
    margin-bottom: 0;
}
.wojo.segment:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wojo.segment > :first-child {
    margin-top: 0;
}
.wojo.segment > :last-child {
    margin-bottom: 0;
}
.wojo.segment > .content {
    padding: 1em;
}
.wojo.piled.segment {
    margin: 2em 0;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
}
.wojo.piled.segment:first-child {
    margin-top: 0;
}
.wojo.piled.segment:last-child {
    margin-bottom: 0;
}
.wojo.piled.segment:after,
.wojo.piled.segment:before {
    background-color: #fff;
    visibility: visible;
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.wojo.piled.segment:after {
    -webkit-transform: rotate(1.2deg);
    -ms-transform: rotate(1.2deg);
    transform: rotate(1.2deg);
    top: 0;
    z-index: -1;
}
.wojo.piled.segment:before {
    -webkit-transform: rotate(-1.2deg);
    -ms-transform: rotate(-1.2deg);
    transform: rotate(-1.2deg);
    top: 0;
    z-index: -2;
}
.wojo.stacked.segment {
    padding-bottom: 1.7em;
}
.wojo.stacked.segment:after,
.wojo.stacked.segment:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100%;
    height: 5px;
    visibility: visible;
}
.wojo.stacked.segment:before {
    bottom: 0;
}
.wojo.stacked.inverted.segment:after,
.wojo.stacked.inverted.segment:before {
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.wojo.raised.segment {
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.wojo.basic.segment {
    position: relative;
    background-color: transparent;
    border: 1px solid #ededed;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    border-radius: 0;
    padding: 0;
}
.wojo.basic.segment:first-child {
    padding-top: 0;
}
.wojo.basic.segment:last-child {
    padding-bottom: 0;
}
.wojo.fitted.segment {
    padding: 0;
    border: 0;
}
.wojo.tabular.segment {
    background-color: #fff;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    border-radius: 0;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.075);
    display: table;
    width: 100%;
}
.wojo.secondary.segment {
    background-color: #fff;
}
.wojo.tertiary.segment {
    border: 1px solid rgba(0, 0, 0, 0.075);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    margin: 0;
    padding: 1.5em;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.wojo.info.segment .header,
.wojo.positive.segment .header,
.wojo.danger.segment .header,
.wojo.negative.segment .header,
.wojo.warning.segment .header,
.wojo.purple.segment .header,
.wojo.teal.segment .header,
.wojo.info.segment .footer,
.wojo.positive.segment .footer,
.wojo.danger.segment .footer,
.wojo.negative.segment .footer,
.wojo.warning.segment .footer,
.wojo.purple.segment .footer,
.wojo.teal.segment .footer {
    background-color: #5795af;
    color: #fff;
    border-radius: 0.225em 0.225em 0 0;
    padding: 1em;
}
.wojo.info.segment .footer,
.wojo.positive.segment .footer,
.wojo.danger.segment .footer,
.wojo.negative.segment .footer,
.wojo.warning.segment .footer,
.wojo.purple.segment .footer,
.wojo.teal.segment .footer {
    border-radius: 0 0 0.225em 0.225em;
}
.wojo.info.segment .header a.link,
.wojo.positive.segment .header a.link,
.wojo.danger.segment .header a.link,
.wojo.negative.segment .header a.link,
.wojo.warning.segment .header a.link,
.wojo.purple.segment .header a.link,
.wojo.teal.segment .header a.link {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.wojo.info.segment .header a.link {
    color: #5795af;
}
.wojo.positive.segment .header a.link {
    color: #3e7558;
}
.wojo.danger.segment .header a.link,
.wojo.negative.segment .header a.link {
    color: #ac7070;
}
.wojo.warning.segment .header a.link {
    color: #fedd8c;
}
.wojo.purple.segment .header a.link {
    color: #87719f;
}
.wojo.teal.segment .header a.link {
    color: #61a299;
}
.wojo.positive.inverted.segment,
.wojo.danger.inverted.segment,
.wojo.negative.inverted.segment,
.wojo.warning.inverted.segment,
.wojo.purple.inverted.segment,
.wojo.teal.inverted.segment,
.wojo.info.inverted.segment,
.wojo.info.segment .header a.link:hover,
.wojo.positive.segment .header a.link:hover,
.wojo.danger.segment .header a.link:hover,
.wojo.negative.segment .header a.link:hover,
.wojo.warning.segment .header a.link:hover,
.wojo.purple.segment .header a.link:hover,
.wojo.teal.segment .header a.link:hover {
    color: #fff;
    text-shadow: none;
}
.wojo.positive.inverted.segment,
.wojo.positive.segment .header,
.wojo.positive.segment .footer {
    background-color: #61a270;
}
.wojo.danger.inverted.segment,
.wojo.danger.segment .header,
.wojo.danger.segment .footer,
.wojo.negative.inverted.segment,
.wojo.negative.segment .header,
.wojo.negative.segment .footer {
    background-color: #a26161;
}
.wojo.warning.inverted.segment,
.wojo.warning.segment .header,
.wojo.warning.segment .footer {
    background-color: #edaa10;
}
.wojo.purple.inverted.segment,
.wojo.purple.segment .header,
.wojo.purple.segment .footer {
    background-color: #7a6591;
}
.wojo.teal.inverted.segment,
.wojo.teal.segment .header,
.wojo.teal.segment .footer {
    background-color: #3cc9ca;
}
.wojo.info.inverted.segment,
.wojo.info.segment .header,
.wojo.info.segment .footer {
    background-color: #5795af;
}
.wojo.info.segment:not(.fitted) {
    box-shadow: 0 -2px 0 0 #5795af;
    border-top: 0;
}
.wojo.positive.segment:not(.fitted) {
    box-shadow: 0 -2px 0 0 #b2d280;
    border-top: 0;
}
.wojo.danger.segment:not(.fitted),
.wojo.negative.segment:not(.fitted) {
    box-shadow: 0 -2px 0 0 #a26161;
    border-top: 0;
}
.wojo.warning.segment:not(.fitted) {
    box-shadow: 0 -2px 0 0 #edaa10;
    border-top: 0;
}
.wojo.purple.segment:not(.fitted) {
    box-shadow: 0 -2px 0 0 #7a6591;
    border-top: 0;
}
.wojo.teal.segment:not(.fitted) {
    box-shadow: 0 -2px 0 0 #3cc9ca;
    border-top: 0;
}
.wojo.positive.inverted.segment,
.wojo.danger.inverted.segment,
.wojo.negative.inverted.segment,
.wojo.warning.inverted.segment,
.wojo.purple.inverted.segment,
.wojo.teal.inverted.segment,
.wojo.info.inverted.segment {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.left.aligned.segment {
    text-align: left;
}
.wojo.right.aligned.segment {
    text-align: right;
}
.wojo.center.aligned.segment {
    text-align: center;
}
.wojo.justified.segment {
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.wojo.floated.segment,
.wojo.left.floated.segment {
    float: left;
}
.wojo.right.floated.segment {
    float: right;
}
.wojo.segment.attached {
    top: -1px;
    bottom: -1px;
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd;
}
.wojo.top.attached.segment {
    top: 0;
    bottom: -1px;
    margin-top: 1em;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.wojo.segment.top.attached:first-child {
    margin-top: 0;
}
.wojo.segment.bottom.attached {
    top: -1px;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 1em;
    border-radius: 0 0 5px 5px;
}
.wojo.segment.bottom.attached:last-child {
    margin-bottom: 0;
}
.wojo.segment.loading {
    position: relative;
}
.wojo.segment.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
    visibility: visible;
    z-index: 5000;
}
.wojo.message {
    position: relative;
    min-height: 18px;
    margin: 1em 0;
    height: auto;
    padding: 1em;
    line-height: 1.33;
    color: rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, 0 0.1s ease;
    transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.325em;
    background-color: #e7ecf0;
}
#wojo-overlay {
    position: fixed;
    top: 45%;
    right: 10px;
    max-width: 350px;
    z-index: 9999;
}
.wojo.message.notice {
    border-radius: 0.225em;
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.08), inset 5px 0 0 0 rgba(0, 0, 0, 0.3), inset 6px 0 0 0 rgba(255, 255, 255, 0.15);
    margin-top: 1px;
    margin-bottom: 0;
}
.wojo.message.notice span {
    font-weight: 600;
    font-family: "Quicksand";
}
.wojo.message.notice p {
    margin-top: 0;
}
.wojo.message.notice a.notice-close {
    opacity: 0;
}
.wojo.message.notice:hover a.notice-close {
    opacity: 1;
}
.wojo.message.notice i.icon.close {
    position: absolute;
    right: 1em;
    top: 0.5em;
    color: rgba(255, 255, 255, 0.8);
}
.wojo.message.notice.success {
    background-color: #444;
    color: #b2d280;
}
.wojo.message.notice.info {
    background-color: #444;
    color: #bed3ea;
}
.wojo.message.notice.warning {
    background-color: #444;
    color: #fedd8c;
}
.wojo.message.notice.error {
    background-color: #444;
    color: #d6909a;
}
.wojo.message:first-child {
    margin-top: 0;
}
.wojo.message:last-child {
    margin-bottom: 0;
}
.wojo.message.basic.notice {
    box-shadow: inset 5px 0 0 0 rgba(0, 0, 0, 0.3);
}
.wojo.message .header {
    margin: 0;
    font-size: 1.35em;
    font-weight: 700;
    font-family: "Quicksand";
}
.wojo.message p {
    margin: 1em 0;
}
.wojo.message p:first-child {
    margin-top: 0;
}
.wojo.message p:last-child {
    margin-bottom: 0;
}
.wojo.message .header + p {
    margin-top: 0.3em;
}
.wojo.message > :first-child {
    margin-top: 0;
}
.wojo.message > :last-child {
    margin-bottom: 0;
}
.wojo.message ul.list {
    list-style-position: inside;
    margin: 0.2em 0;
    padding: 0;
}
.wojo.message ul.list li:first-child {
    margin-top: 0.5em;
}
.wojo.message ul.list li {
    position: relative;
    list-style-type: none;
    margin: 0 0 0.3em 1em;
    padding: 0;
    font-weight: 600;
    font-family: "Quicksand";
}
.wojo.message ul.list li:before {
    position: absolute;
    content: "\2022";
    top: -0.05em;
    left: -0.8em;
    height: 100%;
    vertical-align: baseline;
    opacity: 0.5;
}
.wojo.message > .close.icon {
    cursor: pointer;
    position: absolute;
    top: 1em;
    right: 1em;
    opacity: 0.7;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.wojo.message > .close.icon:hover {
    opacity: 1;
}
.wojo.compact.message {
    display: inline-block;
}
.wojo.attached.message {
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    border-radius: 0.325em 0.325em 0 0;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.wojo.attached + .wojo.attached.message:not(.top):not(.bottom) {
    margin-top: -1px;
    border-radius: 0;
}
.wojo.bottom.attached.message {
    margin-top: -1px;
    border-radius: 0 0 0.325em 0.325em;
}
.wojo.bottom.attached.message:not(:last-child) {
    margin-bottom: 1em;
}
.wojo.attached.icon.message {
    display: block;
    width: auto;
}
.wojo.icon.message {
    display: table;
    width: 100%;
}
.wojo.icon.heading.message {
    margin: 0;
    box-shadow: none;
    background-color: #f7f6f2;
    border-bottom: 1px solid #cccbbf;
    border-radius: 0;
}
.wojo.icon.heading.message.green {
    box-shadow: inset 0 6px 0 0 #6ec586;
}
.wojo.icon.heading.message.purple {
    box-shadow: inset 0 6px 0 0 #9f5ed6;
}
.wojo.icon.heading.message.orange {
    box-shadow: inset 0 6px 0 0 #dba766;
}
.wojo.icon.heading.message.dust {
    box-shadow: inset 0 6px 0 0 #71716f;
}
.wojo.icon.heading.message.blue {
    box-shadow: inset 0 6px 0 0 #676bd9;
}
.wojo.icon.heading.message.sky {
    box-shadow: inset 0 6px 0 0 #62a8db;
}
.wojo.icon.heading.message.coral {
    box-shadow: inset 0 6px 0 0 #a46e70;
}
.wojo.icon.heading.message.teal {
    box-shadow: inset 0 6px 0 0 #70a49b;
}
.wojo.icon.heading.message.mortar {
    box-shadow: inset 0 6px 0 0 #4f3f50;
}
.wojo.icon.heading.message:before,
.wojo.icon.heading.message:after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 100%;
    left: 50px;
    margin-left: -10px;
}
.wojo.icon.heading.message:before {
    border-top: 10px solid #cccbbf;
    border-top: 10px solid #cccbbf;
    margin-top: 0px;
}
.wojo.icon.heading.message:after {
    border-top: 10px solid #f7f6f2;
    margin-top: -1px;
    z-index: 1;
}
.wojo.icon.heading.message > .icon:not(.close) {
    font-size: 2em;
    opacity: 0.75;
    vertical-align: top;
}
.wojo.icon.message > .icon:not(.close) {
    display: table-cell;
    vertical-align: middle;
    font-size: 4em;
    opacity: 0.75;
}
.wojo.icon.message a.helper {
    font-size: 2em;
    line-height: 1;
}
.wojo.icon.message > .icon + .content {
    padding-left: 1em;
}
.wojo.icon.message > .content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.wojo.inverted.message {
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.95);
}
.wojo.floating.message {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}
.wojo.black.message,
.wojo.inverted.message {
    background-color: #5c6166;
    color: rgba(255, 255, 255, 0.95);
}
.wojo.info.message {
    background-color: #bed3ea;
    color: #3a6da2;
}
.wojo.warning.message {
    background-color: #fedd8c;
    color: #ba8505;
}
.wojo.success.message,
.wojo.positive.message {
    background-color: #a9d5be;
    color: #3e7558;
}
.wojo.error.message,
.wojo.negative.message {
    background-color: #d6909a;
    color: #6d2d36;
}
.wojo.inverted.message .header,
.wojo.black.message .header {
}
.wojo.info.message .header,
.wojo.warning.message .header,
.wojo.success.message .header,
.wojo.positive.message .header,
.wojo.error.message .header,
.wojo.negative.message .header {
}
.wojo.small.message {
    font-size: 0.875em;
}
.wojo.message {
    font-size: 1em;
}
.wojo.large.message {
    font-size: 1.125em;
}
.wojo.huge.message {
    font-size: 1.5em;
}
.wojo.massive.message {
    font-size: 2em;
}
.wojo.divider {
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    line-height: 1;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wojo.vertical.divider,
.wojo.horizontal.divider {
    position: absolute;
    border: none;
    height: 0;
    margin: 0;
    background-color: transparent;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}
.wojo.vertical.divider {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -3%;
    width: 6%;
    height: 50%;
    line-height: 0;
    padding: 0;
}
.wojo.vertical.divider:before,
.wojo.vertical.divider:after {
    position: absolute;
    left: 50%;
    content: " ";
    z-index: 3;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    width: 0;
    height: 80%;
}
.wojo.vertical.divider:before {
    top: -100%;
}
.wojo.vertical.divider:after {
    top: auto;
    bottom: 0;
}
.wojo.horizontal.divider {
    position: relative;
    top: 0;
    left: 0;
    margin: 1rem 1.5rem;
    height: auto;
    padding: 0;
    line-height: 1;
}
.wojo.horizontal.divider:before,
.wojo.horizontal.divider:after {
    position: absolute;
    content: " ";
    z-index: 3;
    width: 50%;
    top: 50%;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.wojo.horizontal.divider:before {
    left: 0;
    margin-left: -1.5rem;
}
.wojo.horizontal.divider:after {
    left: auto;
    right: 0;
    margin-right: -1.5rem;
}
.wojo.divider > .icon {
    margin: 0;
    font-size: 1rem;
    vertical-align: middle;
}
.wojo.divider.inverted {
    color: #fff;
}
.wojo.vertical.inverted.divider,
.wojo.horizontal.inverted.divider {
    color: rgba(255, 255, 255, 0.9);
}
.wojo.divider.inverted,
.wojo.divider.inverted:after,
.wojo.divider.inverted:before {
    border-top-color: rgba(0, 0, 0, 0.15);
    border-bottom-color: rgba(255, 255, 255, 0.15);
    border-left-color: rgba(0, 0, 0, 0.15);
    border-right-color: rgba(255, 255, 255, 0.15);
}
.wojo.double.divider {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.wojo.tripple.divider {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(255, 255, 255, 0.6);
}
.wojo.fitted.divider {
    margin-left: -1rem;
    margin-right: -1rem;
}
.wojo.small.divider {
    margin: 0.1rem 0;
}
.wojo.clearing.divider {
    clear: both;
}
.wojo.section.divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.wojo.space.divider {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: 0;
}
.wojo.small.space.divider {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 0;
}
.wojo.half.divider {
    max-width: 50%;
}
.wojo.basic.divider {
    border: 0;
    margin: 0.5rem 0rem;
}
.wojo.left.circle.divider,
.wojo.center.circle.divider {
    position: relative;
    margin-bottom: 2rem;
}
.wojo.left.circle.divider {
    width: 50%;
}
.wojo.center.circle.divider {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.wojo.left.circle.divider:after,
.wojo.center.circle.divider:after {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    content: " ";
    height: 14px;
    position: absolute;
    width: 14px;
    bottom: -7px;
    left: 0;
}
.wojo.center.circle.divider:after {
    left: 50%;
}
.wojo.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 1;
    -webkit-transition: border-radius 0.1s ease, width 0.2s ease;
    transition: border-radius 0.1s ease, width 0.2s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.wojo.dropdown .menu {
    cursor: auto;
    position: absolute;
    display: none;
    top: 100%;
    margin: 0;
    background-color: #fff;
    min-width: 100%;
    white-space: nowrap;
    font-size: 0.875em;
    text-shadow: none;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0.325em 0.325em;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 800;
}
.wojo.dropdown > .dropdown.icon {
    width: auto;
    margin: 0 0 0 1em;
}
.wojo.dropdown > .dropdown.icon:before {
    content: "\f0d7";
}
.wojo.dropdown .menu .item .dropdown.icon {
    width: auto;
    float: right;
    margin: 0 0 0 0.5em;
}
.wojo.dropdown .menu .item .dropdown.icon:before {
    content: "\f0da";
}
.wojo.dropdown > .text {
    display: inline-block;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.wojo.dropdown .menu {
    left: 0;
}
.wojo.dropdown .menu .menu {
    top: 0;
    left: 100%;
    margin: 0;
    border-radius: 0 0.325em 0.325em 0;
}
.wojo.dropdown .menu .menu:after {
    display: none;
}
.wojo.dropdown .menu .item {
    cursor: pointer;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    height: auto;
    font-size: 1rem;
    display: block;
    color: rgba(0, 0, 0, 0.75);
    padding: 0.85em 1em;
    text-transform: none;
    font-weight: 400;
    text-align: left;
    -webkit-touch-callout: none;
}
.wojo.dropdown .menu .item:before {
    display: none;
}
.wojo.dropdown .menu .item .icon {
    margin-right: 0.75em;
}
.wojo.dropdown .menu .item:first-child {
    border-top: none;
}
.wojo.menu .right.menu .dropdown:last-child .menu,
.wojo.buttons > .wojo.dropdown:last-child .menu {
    left: auto;
    right: 0;
}
.wojo.vertical.menu .dropdown.item > .dropdown.icon:before {
    content: "\f0da";
}
.wojo.dropdown.icon.button > .dropdown.icon {
    margin: 0;
}
.wojo.visible.dropdown > .menu {
    display: block;
}
.wojo.dropdown .menu .item:hover {
    background-color: rgba(0, 0, 0, 0.04);
    z-index: 12;
}
.wojo.dropdown .menu .active.item {
    background-color: rgba(0, 0, 0, 0.06);
    border-left: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-shadow: none;
    box-shadow: none;
    z-index: 12;
}
.wojo.dropdown > .default.text,
.wojo.default.dropdown > .text {
    color: rgba(0, 0, 0, 0.5);
}
.wojo.dropdown:hover > .default.text,
.wojo.default.dropdown:hover > .text {
    color: rgba(0, 0, 0, 0.8);
}
.wojo.simple.dropdown .menu:before,
.wojo.simple.dropdown .menu:after {
    display: none;
}
.wojo.simple.dropdown .menu {
    display: block;
    overflow: hidden;
    top: -9999px;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.wojo.simple.active.dropdown,
.wojo.simple.dropdown:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.wojo.simple.active.dropdown > .menu,
.wojo.simple.dropdown:hover > .menu {
    overflow: visible;
    width: auto;
    height: auto;
    top: 100%;
    opacity: 1;
}
.wojo.simple.dropdown > .menu .item:active > .menu,
.wojo.simple.dropdown:hover > .menu .item:hover > .menu {
    overflow: visible;
    width: auto;
    height: auto;
    top: 0;
    left: 100%;
    opacity: 1;
}
.wojo.simple.disabled.dropdown:hover .menu {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
}
.wojo.selection.dropdown {
    cursor: pointer;
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    background-color: #fff;
    padding: 0.5em 1em;
    line-height: 1.33;
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 0.3125em;
}
.wojo.selection.dropdown select {
    display: none;
}
.wojo.selection.dropdown > .dropdown.icon {
    opacity: 0.7;
    margin: 0.2em 0 0.2em 1.25em;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.wojo.selection.dropdown,
.wojo.selection.dropdown .menu {
    top: 100%;
    -webkit-transition: 0 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}
.wojo.selection.dropdown .menu {
    max-height: 312px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0.325em 0.325em;
}
.wojo.selection.dropdown .menu:after,
.wojo.selection.dropdown .menu:before {
    display: none;
}
.wojo.selection.dropdown .menu img {
    height: 2.5em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}
.wojo.selection.dropdown:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.wojo.selection.dropdown:hover .menu {
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
}
.wojo.selection.dropdown:hover > .dropdown.icon {
    opacity: 1;
}
.wojo.visible.selection.dropdown {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.wojo.active.selection.dropdown {
    border-radius: 0.3125em 0.3125em 0 0;
}
.wojo.active.selection.dropdown > .dropdown.icon {
    opacity: 1;
}
.wojo.selection.dropdown.small {
    font-size: 0.85em;
}
.wojo.selection.dropdown.small .menu > .item {
    font-size: 0.95em;
}
.wojo.fluid.dropdown {
    display: block;
}
.wojo.fluid.dropdown > .dropdown.icon {
    float: right;
}
.wojo.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit;
}
.wojo.inline.dropdown .dropdown.icon {
    margin: 0 0.5em 0 0.25em;
}
.wojo.inline.dropdown .text {
    font-weight: 700;
}
.wojo.inline.dropdown .menu {
    cursor: auto;
    margin-top: 0.25em;
    border-radius: 0.325em;
}
.wojo.floating.dropdown .menu {
    left: 0;
    right: auto;
    margin-top: 0.5em;
    border-radius: 0.325em;
}
.wojo.pointing.dropdown .menu {
    top: 100%;
    margin-top: 0.75em;
    border-radius: 0.325em;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.wojo.pointing.dropdown .menu:after {
    display: block;
    position: absolute;
    pointer-events: none;
    content: " ";
    visibility: visible;
    width: 0.5em;
    height: 0.5em;
    -webkit-box-shadow: -1px -1px 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -1px 0 1px rgba(0, 0, 0, 0.05);
    background-image: none;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
.wojo.pointing.dropdown .menu .active.item:first-child {
    background: transparent 0;
    background: transparent-webkit-gradient(linear, lefttop, leftbottom, from(transparent), to(rgba(0, 0, 0, 0.03)));
    background: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.03));
}
.wojo.pointing.dropdown .menu:after {
    top: -0.25em;
    left: 50%;
    margin: 0 0 0 -0.25em;
}
.wojo.top.left.pointing.dropdown .menu {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    margin: 0.75em 0 0;
}
.wojo.top.left.pointing.dropdown .menu:after {
    top: -0.25em;
    left: 1.25em;
    right: auto;
    margin: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wojo.top.right.pointing.dropdown .menu {
    top: 100%;
    bottom: auto;
    right: 0;
    left: auto;
    margin: 0.75em 0 0;
}
.wojo.top.right.pointing.dropdown .menu:after {
    top: -0.25em;
    left: auto;
    right: 1.25em;
    margin: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wojo.left.pointing.dropdown .menu {
    top: 0;
    left: 100%;
    right: auto;
    margin: 0 0 0 0.75em;
}
.wojo.left.pointing.dropdown .menu:after {
    top: 1em;
    left: -0.25em;
    margin: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wojo.right.pointing.dropdown .menu {
    top: 0;
    left: auto;
    right: 100%;
    margin: 0 0.75em 0 0;
}
.wojo.right.pointing.dropdown .menu:after {
    top: 1em;
    left: auto;
    right: -0.25em;
    margin: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.wojo.dropdown.inverted .menu {
    background-color: #2c3e50;
    -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
.wojo.dropdown.inverted .menu .item {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.wojo.dropdown.inverted .menu .item {
    color: rgba(255, 255, 255, 0.8);
}
ul.wojo.list,
ol.wojo.list,
.wojo.list {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
}
ul.wojo.list ul,
ol.wojo.list ol,
.wojo.list .list {
    margin: 0;
    padding: 0.5em 0 0.5em 1em;
}
ul.wojo.list:first-child,
ol.wojo.list:first-child,
.wojo.list:first-child {
    margin-top: 0;
}
ul.wojo.list:last-child,
ol.wojo.list:last-child,
.wojo.list:last-child {
    margin-bottom: 0;
}
ul.wojo.list li,
ol.wojo.list li,
.wojo.list .item {
    display: list-item;
    list-style-type: none;
    list-style-position: inside;
    padding: 0.5em 0;
    line-height: 1.2;
}
.wojo.list .item:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wojo.list .list {
    clear: both;
}
.wojo.list .item > .icon {
    display: block;
    float: left;
    margin: 0 1em 0 0;
    padding: 0.1em 0 0;
}
.wojo.list .item > .icon:only-child {
    display: inline-block;
}
.wojo.horizontal.list .item > .icon {
    margin: 0;
    padding: 0 0.25em 0 0;
}
.wojo.horizontal.list .item > .icon,
.wojo.horizontal.list .item > .icon + .content {
    float: none;
    display: inline-block;
}
.wojo.list .item > img {
    display: block;
    float: left;
    margin-right: 1em;
    vertical-align: middle;
}
.wojo.list .item > .content {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}
.wojo.list .item > .icon + .content {
    display: table-cell;
    vertical-align: top;
}
.wojo.list a {
    cursor: pointer;
}
.wojo.list a .icon {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.wojo.list .header {
    font-weight: 700;
}
.wojo.list .description {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0.25em;
}
.wojo.list .item > .left.floated {
    margin-right: 1em;
    float: left;
}
.wojo.list .item > .right.floated {
    margin-left: 1em;
    float: right;
}
.wojo.horizontal.list {
    display: inline-block;
    font-size: 0;
}
.wojo.horizontal.list > .item {
    display: inline-block;
    margin-left: 1em;
    font-size: 1rem;
}
.wojo.horizontal.list > .item:first-child {
    margin-left: 0;
}
.wojo.horizontal.list .list {
    padding-left: 0;
    padding-bottom: 0;
}
.wojo.list a:hover .icon {
    color: rgba(0, 0, 0, 0.8);
}
.wojo.link.list .item {
    color: rgba(0, 0, 0, 0.3);
}
.wojo.link.list a.item,
.wojo.link.list .item a {
    color: rgba(0, 0, 0, 0.5);
}
.wojo.link.list a.item:hover,
.wojo.link.list .item a:hover {
    color: rgba(0, 0, 0, 0.8);
}
.wojo.link.list a.item:active,
.wojo.link.list .item a:active {
    color: rgba(0, 0, 0, 0.8);
}
.wojo.link.list a.active.item,
.wojo.link.list .active.item a {
    color: rgba(0, 0, 0, 0.8);
}
.wojo.selection.list .item {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
    padding: 0.5em;
    -webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
    transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
}
.wojo.selection.list .item:hover {
    background-color: rgba(0, 0, 0, 0.02);
    color: rgba(0, 0, 0, 0.7);
}
.wojo.selection.list .item:active {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7);
}
.wojo.selection.list .item.active,
.wojo.divided.list .item.active {
    background-color: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.7);
}
.wojo.animated.list .item {
    -webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
    transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
}
.wojo.animated.list:not(.horizontal) .item:hover {
    padding-left: 1em;
}
.wojo.animated.list:not(.horizontal) .item:hover .item:hover {
    padding-left: 0.5em;
}
ul.wojo.list,
.wojo.bulleted.list {
    margin-left: 1.5em;
}
ul.wojo.list li,
.wojo.bulleted.list .item {
    position: relative;
}
ul.wojo.list li:before,
.wojo.bulleted.list .item:before {
    position: absolute;
    left: -1.5em;
    content: "•";
    line-height: 1.2rem;
    vertical-align: top;
}
ul.wojo.list ul,
.wojo.bulleted.list .list {
    padding-left: 1.5em;
}
ul.wojo.horizontal.bulleted.list,
.wojo.horizontal.bulleted.list {
    margin-left: 0;
}
ul.wojo.horizontal.bulleted.list li,
.wojo.horizontal.bulleted.list .item {
    margin-left: 1.5em;
}
ul.wojo.horizontal.bulleted.list li:before,
.wojo.horizontal.bulleted.list .item:before {
    left: -0.9em;
}
ul.wojo.horizontal.bulleted.list li:first-child,
.wojo.horizontal.bulleted.list .item:first-child {
    margin-left: 0;
}
ul.wojo.horizontal.bulleted.list li:first-child::before,
.wojo.horizontal.bulleted.list .item:first-child::before {
    display: none;
}
ol.wojo.list,
.wojo.ordered.list {
    counter-reset: ordered;
    margin-left: 2em;
    list-style-type: none;
}
ol.wojo.list li,
.wojo.ordered.list .item {
    list-style-type: none;
    position: relative;
}
ol.wojo.list li:before,
.wojo.ordered.list .item:before {
    position: absolute;
    left: -2em;
    counter-increment: ordered;
    content: counters(ordered, ".");
    text-align: right;
    vertical-align: top;
    opacity: 0.75;
}
ol.wojo.list ol,
.wojo.ordered.list .list {
    counter-reset: ordered;
    padding-left: 2.5em;
}
ol.wojo.list ol li:before,
.wojo.ordered.list .list .item:before {
    left: -2.5em;
}
ol.wojo.horizontal.list,
.wojo.ordered.horizontal.list {
    margin-left: 0;
}
ol.wojo.horizontal.list li:before,
.wojo.ordered.horizontal.list .item:before {
    position: static;
    margin: 0 0.5em 0 0;
}
.wojo.divided.list > .item,
.wojo.divided.list:not(.horizontal) > .list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.wojo.divided.list .item .menu .item {
    border-width: 0;
}
.wojo.divided.list .item:first-child {
    border-top-width: 0;
}
.wojo.divided.list:not(.horizontal) .list {
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.wojo.divided.list:not(.horizontal) .list .item {
    padding-left: 1em;
    padding-right: 1em;
}
.wojo.divided.list:not(.horizontal) .list .item:first-child {
    border-top-width: 1px;
}
.wojo.divided.bulleted.list {
    margin-left: 0;
}
.wojo.divided.bulleted.list .item {
    padding-left: 1.5em;
}
.wojo.divided.bulleted.list .item:before {
    left: 0.5em;
}
.wojo.divided.ordered.list {
    margin-left: 0;
}
.wojo.divided.ordered.list > .item {
    padding-left: 2em;
    padding-right: 2em;
}
.wojo.divided.ordered.list > .item:before {
    left: 0.5em;
}
.wojo.divided.ordered.list .item .list {
    margin-left: -2em;
    margin-right: -2em;
}
.wojo.divided.horizontal.list {
    margin-left: 0;
}
.wojo.divided.horizontal.list > .item {
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding-left: 0.75em;
    padding-right: 0.75em;
    line-height: 0.6;
}
.wojo.horizontal.divided.list > .item:first-child {
    border-left: none;
    padding-left: 0;
}
.wojo.celled.list > .item,
.wojo.celled.list > .list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.wojo.celled.list > .item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wojo.celled.list .item .list {
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.wojo.celled.list .item .list .item {
    border-width: 0;
}
.wojo.celled.list .list .item:first-child {
    border-top-width: 0;
}
.wojo.celled.bulleted.list {
    margin-left: 0;
}
.wojo.celled.bulleted.list > .item {
    padding-left: 1.5em;
}
.wojo.celled.bulleted.list > .item:before {
    left: 0.5em;
}
.wojo.celled.ordered.list {
    margin-left: 0;
}
.wojo.celled.ordered.list .item {
    padding-left: 2em;
    padding-right: 2em;
}
.wojo.celled.ordered.list .item:before {
    left: 0.5em;
}
.wojo.celled.ordered.list .item .list {
    margin-left: -2em;
    margin-right: -2em;
}
.wojo.horizontal.celled.list {
    margin-left: 0;
}
.wojo.horizontal.celled.list .item {
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding-left: 0.75em;
    padding-right: 0.75em;
    line-height: 0.6;
}
.wojo.horizontal.celled.list .item:last-child {
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.wojo.grid {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.wojo.grid > .item {
    background-color: #f7f6f2;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5em;
}
.wojo.grid > .item img {
    padding: 1px;
}
.wojo.grid.fitted > .item {
    padding: 0;
}
.wojo.grid > .item > .wojo.label {
    font-size: 1.4em;
}
.wojo.relaxed.list:not(.horizontal) .item {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.wojo.relaxed.list .header {
    margin-bottom: 0.25em;
}
.wojo.horizontal.relaxed.list .item {
    padding-left: 1.25em;
    padding-right: 1.25em;
}
.wojo.very.relaxed.list:not(.horizontal) .item {
    padding-top: 1em;
    padding-bottom: 1em;
}
.wojo.very.relaxed.list .header {
    margin-bottom: 0.5em;
}
.wojo.horizontal.very.relaxed.list .item {
    padding-left: 2em;
    padding-right: 2em;
}
ul.wojo.sortable {
    min-height: 100px;
}
ul.wojo.sortable,
ul.wojo.sortable li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.wojo.sortable li,
.wojo.sortable > .list {
    margin-bottom: 5px;
    padding: 0.5em 1em;
    list-style-type: none;
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 -0.2rem 0 rgba(0, 0, 0, 0.1) inset;
    text-shadow: 0 1px 0 #fff;
    border-radius: 0.225em;
}
ul.wojo.sortable li:before {
    content: "";
    left: 0;
}
ul.wojo.sortable li:last-child,
.wojo.sortable list:last-child {
    margin-bottom: 0;
}
ul.wojo.sortable li a {
    display: inline-block;
}
.wojo.sortable a.list {
    display: block;
}
.wojo.sortable a.list:hover {
    background-color: #edaa10;
    text-shadow: none;
    color: #fff;
}
ul.wojo.sortable li .icon.reorder {
    opacity: 0.75;
    margin-right: 0.5em;
    cursor: move;
}
.placeholder {
    background-color: #ffc !important;
    border: 1px solid #fc9;
    height: 32px;
}
.wojo.mini.list .item {
    font-size: 0.7rem;
}
.wojo.tiny.list .item {
    font-size: 0.8125rem;
}
.wojo.small.list .item {
    font-size: 0.875rem;
}
.wojo.list .item {
    font-size: 1em;
}
.wojo.large.list .item {
    font-size: 1.125rem;
}
.wojo.big.list .item {
    font-size: 1.25rem;
}
.wojo.huge.list .item {
    font-size: 1.375rem;
}
.wojo.massive.list .item {
    font-size: 1.5rem;
}
.filegrid {
    position: relative;
}
.filegrid,
.filegrid li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.filegrid li a {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    line-height: 0;
    padding: 0.25em;
    margin: 0.25em;
    display: block;
}
.filegrid.alt li {
    float: left;
    width: 146px;
    height: 121px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    margin: 2px;
}
.filegrid li a {
    box-shadow: none;
    padding: 0;
    margin: 0;
    line-height: 125px;
}
.filegrid li a img {
    vertical-align: middle;
}
.wojo.header {
    border: none;
    margin: 1rem 0 1rem;
    padding: 0em;
    font-size: 1.33em;
    font-family: "Quicksand";
    font-weight: 600;
    line-height: 1.33;
}
.wojo.header .sub.header {
    font-size: 1rem;
    font-weight: normal;
    margin: 0em;
    padding: 0em;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.5);
}
.wojo.header .icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.5em;
}
.wojo.header .icon:only-child {
    display: inline-block;
    vertical-align: baseline;
}
.wojo.header .content {
    display: inline-block;
    vertical-align: top;
}
.wojo.header .icon + .content {
    padding-left: 0.5em;
    display: table-cell;
}
.wojo.header:first-child {
    margin-top: 0em;
}
.wojo.header:last-child {
    margin-bottom: 0em;
}
.wojo.header + p {
    margin-top: 0em;
}
h1.wojo.header,
h1 {
    min-height: 1rem;
    line-height: 1.33;
    font-size: 2.5rem;
    font-weight: 700;
}
h2.wojo.header,
h2 {
    line-height: 1.33;
    font-size: 1.75rem;
    font-weight: 600;
}
h3.wojo.header,
h3 {
    line-height: 1.33;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.5em;
}
h3.wojo.header:after {
    background: #4f156f;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}
h4.wojo.header,
h4 {
    line-height: 1.33;
    font-size: 1.1rem;
    margin: 1em 0em 1rem;
}
h5.wojo.header,
h5 {
    line-height: 1.2;
    font-size: 1rem;
}
.wojo.huge.header {
    min-height: 1em;
    font-size: 2em;
}
.wojo.large.header {
    font-size: 1.75em;
}
.wojo.medium.header {
    font-size: 1.33em;
}
.wojo.small.header {
    font-size: 1.1em;
}
.wojo.tiny.header {
    font-size: 1em;
}
.wojo.icon.header {
    display: inline-block;
    text-align: center;
}
.wojo.icon.header .icon {
    float: none;
    display: block;
    font-size: 3em;
    margin: 0em auto 0.2em;
    padding: 0em;
}
.wojo.icon.header .content {
    display: block;
}
.wojo.icon.header .circular.icon,
.wojo.icon.header .square.icon {
    font-size: 2em;
}
.wojo.block.icon.header .icon {
    margin-bottom: 0em;
}
.wojo.icon.header.aligned {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.wojo.disabled.header {
    opacity: 0.5;
}
.wojo.info.header {
    color: #5795af;
}
.wojo.black.header {
    color: #5c6166;
}
.wojo.positive.header,
.wojo.success.header {
    color: #b2d280;
}
.wojo.warning.header {
    color: #edaa10;
}
.wojo.danger.header,
.wojo.negative.header {
    color: #a26161;
}
.wojo.purple.header {
    color: #7a6591;
}
.wojo.teal.header {
    color: #3cc9ca;
}
.wojo.info.dividing.header {
    border-bottom: 3px solid #5795af;
}
.wojo.warning.dividing.header {
    border-bottom: 3px solid #edaa10;
}
.wojo.black.dividing.header {
    border-bottom: 3px solid #5c6166;
}
.wojo.positive.dividing.header {
    border-bottom: 3px solid #b2d280;
}
.wojo.danger.dividing.header {
    border-bottom: 3px solid #a26161;
}
.wojo.purple.dividing.header {
    border-bottom: 3px solid #7a6591;
}
.wojo.teal.dividing.header {
    border-bottom: 3px solid #3cc9ca;
}
.wojo.inverted.header {
    color: #ffffff;
}
.wojo.inverted.header .sub.header {
    color: rgba(255, 255, 255, 0.85);
}
.wojo.inverted.black.header {
    background-color: #5c6166;
    color: #ffffff;
}
.wojo.inverted.info.header {
    background-color: #5795af;
    color: #ffffff;
}
.wojo.inverted.positive.header {
    background-color: #b2d280;
    color: #ffffff;
}
.wojo.inverted.danger.header {
    background-color: #a26161;
    color: #ffffff;
}
.wojo.inverted.warning.header {
    background-color: #edaa10;
    color: #ffffff;
}
.wojo.inverted.purple.header {
    background-color: #7a6591;
    color: #ffffff;
}
.wojo.inverted.teal.header {
    background-color: #3cc9ca;
    color: #ffffff;
}
.wojo.inverted.block.header {
    border-bottom: none;
}
.wojo.left.aligned.header {
    text-align: left;
}
.wojo.right.aligned.header {
    text-align: right;
}
.wojo.center.aligned.header {
    text-align: center;
}
.wojo.justified.header {
    text-align: justify;
}
.wojo.justified.header:after {
    display: inline-block;
    content: "";
    width: 100%;
}
.wojo.floated.header,
.wojo.left.floated.header {
    float: left;
    margin-top: 0em;
    margin-right: 0.5em;
}
.wojo.right.floated.header {
    float: right;
    margin-top: 0em;
    margin-left: 0.5em;
}
.wojo.fitted.header {
    margin: 0em;
}
.wojo.dividing.header {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wojo.dividing.header .sub.header {
    padding-bottom: 0.5em;
}
.wojo.dividing.header .icon {
    margin-bottom: 0.2em;
}
.wojo.block.header {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0.5em 1em;
}
.wojo.split.header {
    margin: 0 auto 2em;
    position: relative;
    text-align: center;
}
.wojo.split.header span {
    border-bottom: 1px solid #d0d7dd;
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
}
.wojo.split.header span:after {
    background: #4f156f;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    bottom: -0.55em;
    width: 50px;
}
.wojo.split.header.right {
    text-align: left;
}
.wojo.double.header {
    overflow: hidden;
    border-bottom: 1px solid #4f156f;
    margin-bottom: 1em;
}
.wojo.double.header span {
    display: inline-block;
    border-bottom: 3px solid #4f156f;
    padding-bottom: 0.25em;
}
.wojo.double.inverted.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.wojo.double.header span {
    display: inline-block;
    border-bottom: 2px solid #4f156f;
    padding-bottom: 0.25em;
}
.wojo.attached.header {
    background-color: #e0e0e0;
    padding: 0.5em 1rem;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.wojo.top.attached.header {
    margin-bottom: 0em;
    border-radius: 0.3125em 0.3125em 0em 0em;
}
.wojo.bottom.attached.header {
    margin-top: 0em;
    border-radius: 0em 0em 0.3125em 0.3125em;
}
.wojo.menu {
    margin: 1rem 0;
    background-color: #fff;
    font-size: 0;
    font-weight: 400;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 0.1875rem;
}
.wojo.menu:first-child {
    margin-top: 0;
}
.wojo.menu:last-child {
    margin-bottom: 0;
}
.wojo.menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wojo.menu > .item:first-child {
    border-radius: 0.1875em 0 0 0.1875em;
}
.wojo.menu > .item:last-child {
    border-radius: 0 0.1875em 0.1875em 0;
}
.wojo.menu .item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.2s ease, background 0.2s ease, 0 0.2s ease;
    transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.wojo.secondary.menu .item {
    color: rgba(255, 255, 255, 0.75);
}
.wojo.menu .item,
.wojo.menu .item > a:not(.button) {
    color: rgba(0, 0, 0, 0.75);
}
.wojo.menu .item .item,
.wojo.menu .item .item > a:not(.button) {
    color: rgba(30, 30, 30, 0.7);
}
.wojo.menu .item .item .item,
.wojo.menu .item .item .item > a:not(.button) {
    color: rgba(30, 30, 30, 0.6);
}
.wojo.menu .dropdown .menu .item,
.wojo.menu .dropdown .menu .item a:not(.button) {
    color: rgba(0, 0, 0, 0.75);
}
.wojo.inverted.menu .dropdown .menu .item,
.wojo.inverted.menuu .dropdown .menu .item a:not(.button) {
    color: rgba(255, 255, 255, 0.75);
}
.wojo.menu .item .menu a.item:hover,
.wojo.menu .item .menu .link.item:hover {
    color: rgba(0, 0, 0, 0.85);
}
.wojo.menu .dropdown .menu .item a:not(.button):hover {
    color: rgba(0, 0, 0, 0.85);
}
.wojo.menu .active.item,
.wojo.menu .active.item a:not(.button) {
    color: rgba(0, 0, 0, 0.85);
    border-radius: 0;
}
.wojo.menu .item {
    position: relative;
    display: inline-block;
    padding: 0.83em 0.95em;
    border-top: 0 solid rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-user-select: 0;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wojo.menu .menu {
    margin: 0;
}
.wojo.menu .item.left,
.wojo.menu .menu.left {
    float: left;
}
.wojo.menu .item.right,
.wojo.menu .menu.right {
    float: right;
}
.wojo.menu .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.08);
}
.wojo.menu > .menu:not(.right):first-child > .item:first-child:before,
.wojo.menu .item:first-child:before {
    display: none;
}
.wojo.menu .menu.right .item:before,
.wojo.menu .item.right:before {
    right: auto;
    left: 0;
}
.wojo.menu .text.item > *,
.wojo.menu .item > p:only-child {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.6);
}
.wojo.menu .item > p:first-child {
    margin-top: 0;
}
.wojo.menu .item > p:last-child {
    margin-bottom: 0;
}
.wojo.menu:not(.vertical) .item > .button {
    position: relative;
    top: -0.05em;
    margin: -0.55em 0;
    padding-bottom: 0.55em;
    padding-top: 0.55em;
    font-size: 0.875em;
}
.wojo.menu:not(.vertical) .item > .input {
    margin-top: -0.85em;
    margin-bottom: -0.85em;
    width: 100%;
    vertical-align: top;
}
.wojo.menu .item > .input input {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.wojo.vertical.menu .item > .input input {
    margin: 0;
    padding-top: 0.63em;
    padding-bottom: 0.63em;
}
.wojo.vertical.menu .wojo.input > .icon {
    padding-top: 0.63em;
}
.wojo.menu:not(.vertical) .item > .button.labeled > .icon {
    padding-top: 0.6em;
}
.wojo.menu:not(.vertical) .item .action.input > .button {
    font-size: 0.8em;
    padding: 0.55em 0.8em;
}
.wojo.small.menu:not(.vertical) .item > .input input {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
.wojo.large.menu:not(.vertical) .item > .input input {
    top: -0.125em;
    padding-bottom: 0.6em;
    padding-top: 0.6em;
}
.wojo.large.menu:not(.vertical) .item .action.input > .button {
    font-size: 0.8em;
    padding: 0.9em;
}
.wojo.large.menu:not(.vertical) .item .action.input > .button > .icon {
    padding-top: 0.8em;
}
.wojo.menu .header.item {
    background-color: rgba(0, 0, 0, 0.04);
    margin: 0;
}
.wojo.vertical.menu .header.item {
    font-weight: 700;
}
.wojo.menu .dropdown .menu .item .icon {
    float: none;
    margin: 0 0.75em 0 0;
}
.wojo.menu .dropdown.item .menu {
    left: 1px;
    margin: 0;
    min-width: 0;
    min-width: calc(99%);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.wojo.secondary.menu .dropdown.item .menu {
    left: 0;
    min-width: 100%;
}
.wojo.menu .pointing.dropdown.item .menu {
    margin-top: 0.75em;
}
.wojo.menu .simple.dropdown.item .menu {
    margin: 0;
}
.wojo.menu .dropdown.item .menu .item {
    width: 100%;
    color: rgba(0, 0, 0, 0.75);
}
.wojo.inverted.menu .dropdown.item .menu .item {
    width: 100%;
    color: rgba(255, 255, 255, 0.75);
}
.wojo.menu .dropdown.item .menu .active.item {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.menu .wojo.dropdown .menu .item:before {
    display: none;
}
.wojo.menu .item > .label {
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    margin: -0.15em 0 -0.15em 0.5em;
    padding: 0.3em 0.8em;
    vertical-align: baseline;
}
.wojo.menu .item > .floating.label {
    padding: 0.3em 0.8em;
}
.wojo.menu .item > img:only-child {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.wojo.link.menu .item:hover,
.wojo.menu .link.item:hover,
.wojo.menu a.item:hover,
.wojo.menu .wojo.dropdown .menu .item:hover {
    cursor: pointer;
    background-color: #2c3e50;
    color: #fff;
}
.wojo.menu .wojo.dropdown.item.active {
    background-color: rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.wojo.link.menu .item:active,
.wojo.menu .link.item:active,
.wojo.menu a.item:active,
.wojo.menu .wojo.dropdown .menu .item:active {
    background-color: rgba(0, 0, 0, 0.05);
}
.wojo.menu .active.item {
    background-color: rgba(0, 0, 0, 0.01);
    color: rgba(0, 0, 0, 0.95);
    -webkit-box-shadow: 0 0.2em 0 inset;
    box-shadow: 0 0.2em 0 inset;
}
.wojo.vertical.menu .active.item {
    border-radius: 0;
    -webkit-box-shadow: 0.2em 0 0 inset;
    box-shadow: 0.2em 0 0 inset;
}
.wojo.vertical.menu > .active.item:first-child {
    border-radius: 0 0.1875em 0 0;
}
.wojo.vertical.menu > .active.item:last-child {
    border-radius: 0 0 0.1875em 0;
}
.wojo.vertical.menu > .active.item:only-child {
    border-radius: 0 0.1875em 0.1875em 0;
}
.wojo.vertical.menu .active.item .menu .active.item {
    border-left: none;
}
.wojo.vertical.menu .active.item .menu .active.item {
    padding-left: 1.5rem;
}
.wojo.vertical.menu .item .menu .active.item {
    background-color: rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.menu .item.disabled,
.wojo.menu .item.disabled:hover {
    cursor: default;
    color: rgba(0, 0, 0, 0.2);
    background-color: transparent;
}
.wojo.menu.loading {
    position: relative;
}
.wojo.menu.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
    visibility: visible;
}
.wojo.vertical.menu .item {
    display: block;
    height: auto;
    border-top: none;
    border-left: 0 solid rgba(0, 0, 0, 0);
    border-right: none;
}
.wojo.vertical.menu > .item:first-child {
    border-radius: 0.1875em 0.1875em 0 0;
}
.wojo.vertical.menu > .item:last-child {
    border-radius: 0 0 0.1875em 0.1875em;
}
.wojo.vertical.menu .item > .label {
    float: right;
    text-align: center;
}
.wojo.vertical.menu .item > i.icon {
    float: right;
    width: 1.22em;
    margin: 0 0 0 0.5em;
}
.wojo.vertical.menu .item > .label + i.icon {
    float: none;
    margin: 0 0.25em 0 0;
}
.wojo.vertical.menu .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.wojo.vertical.menu .item:first-child:before {
    background-image: none;
}
.wojo.vertical.menu .dropdown.item > i {
    float: right;
    content: "\f0da";
}
.wojo.vertical.menu .dropdown.item .menu {
    top: 0;
    left: 100%;
    margin: 0 0 0 1px;
    -webkit-box-shadow: 0 0 1px 1px #ddd;
    box-shadow: 0 0 1px 1px #ddd;
}
.wojo.vertical.menu .dropdown.item.active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wojo.vertical.menu .dropdown.item .menu .item {
    font-size: 1rem;
}
.wojo.vertical.menu .dropdown.item .menu .item i.icon {
    margin-right: 0;
}
.wojo.vertical.menu .dropdown.item.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.vertical.menu .item > .menu {
    margin: 0.5em -0.95em 0;
}
.wojo.vertical.menu .item > .menu > .item {
    padding: 0.5rem 1.5rem;
    font-size: 0.875em;
}
.wojo.vertical.menu .item > .menu > .item:before {
    display: none;
}
.wojo.tiered.menu > .sub.menu > .item {
    color: rgba(0, 0, 0, 0.4);
}
.wojo.tiered.menu > .menu > .item:hover {
    color: rgba(0, 0, 0, 0.8);
}
.wojo.tiered.menu .item.active {
    color: rgba(0, 0, 0, 0.8);
}
.wojo.tiered.menu > .menu .item.active:after {
    position: absolute;
    content: "";
    margin-top: -1px;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fbfbfb;
}
.wojo.tiered.menu .sub.menu {
    background-color: rgba(0, 0, 0, 0.01);
    border-radius: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.wojo.tiered.menu .sub.menu .item {
    font-size: 0.875rem;
}
.wojo.tiered.menu .sub.menu .item:before {
    background-image: none;
}
.wojo.tiered.menu .sub.menu .active.item {
    padding-top: 0.83em;
    background-color: transparent;
    border-radius: 0 0 0 0;
    border-top: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
}
.wojo.tiered.menu .sub.menu .active.item:after {
    display: none;
}
.wojo.pointing.tiered.menu > .menu > .item:after {
    display: none;
}
.wojo.pointing.tiered.menu > .sub.menu > .item:after {
    display: block;
}
.wojo.pagination.menu {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px #ffffff inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px #ffffff inset;
    margin: 1rem 0;
}
.wojo.pagination.menu .item {
    min-width: 3em;
    text-align: center;
    font-size: 0.875rem;
}
.wojo.pagination.menu .icon.item i.icon {
    vertical-align: middle;
}
.wojo.pagination.menu.floated {
    display: block;
}
.wojo.pagination.menu .active.item {
    border-top: none;
    padding-top: 0.83em;
    background-color: #00b8e1;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.secondary.menu {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.secondary.menu > .menu > .item,
.wojo.secondary.menu > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: auto;
    margin: 0 0.25em;
    padding: 0.5em 1em;
    border-radius: 0.3125em;
}
.wojo.secondary.menu > .menu > .item:before,
.wojo.secondary.menu > .item:before {
    display: none;
}
.wojo.secondary.menu .item > .input input {
    background-color: transparent;
    border: none;
}
.wojo.secondary.menu .link.item,
.wojo.secondary.menu a.item {
    opacity: 0.8;
    -webkit-transition: none;
    transition: none;
}
.wojo.secondary.menu .header.item {
    border-right: 0.1em solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border-radius: 0;
}
.wojo.secondary.menu .link.item:hover,
.wojo.secondary.menu a.item:hover {
    opacity: 1;
}
.wojo.secondary.menu > .menu > .active.item,
.wojo.secondary.menu > .active.item {
    background-color: rgba(0, 0, 0, 0.08);
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.secondary.vertical.menu > .active.item {
    border-radius: 0.3125em;
}
.wojo.secondary.item.menu > .item {
    margin: 0;
}
.wojo.secondary.attached.menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.secondary.pointing.menu {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.wojo.secondary.pointing.menu > .menu > .item,
.wojo.secondary.pointing.menu > .item {
    margin: 0 0 -3px;
    padding: 0.6em 0.95em;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.wojo.secondary.pointing.menu .header.item {
    margin-bottom: -3px;
    background-color: transparent;
    border-right-width: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}
.wojo.secondary.pointing.menu .text.item {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.secondary.pointing.menu > .menu > .item:after,
.wojo.secondary.pointing.menu > .item:after {
    display: none;
}
.wojo.secondary.pointing.menu > .menu > .link.item:hover,
.wojo.secondary.pointing.menu > .link.item:hover,
.wojo.secondary.pointing.menu > .menu > a.item:hover,
.wojo.secondary.pointing.menu > a.item:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}
.wojo.secondary.pointing.menu > .menu > .link.item:active,
.wojo.secondary.pointing.menu > .link.item:active,
.wojo.secondary.pointing.menu > .menu > a.item:active,
.wojo.secondary.pointing.menu > a.item:active {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.2);
}
.wojo.secondary.pointing.menu > .menu > .item.active,
.wojo.secondary.pointing.menu > .item.active {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wojo.secondary.vertical.pointing.menu {
    border: none;
    border-right: 3px solid rgba(0, 0, 0, 0.1);
}
.wojo.secondary.vertical.menu > .item {
    border: none;
    margin: 0 0 0.3em;
    padding: 0.6em 0.8em;
    border-radius: 0.1875em;
}
.wojo.secondary.vertical.menu > .header.item {
    border-radius: 0;
}
.wojo.secondary.vertical.pointing.menu > .item {
    margin: 0 -3px 0 0;
    border-bottom: none;
    border-right: 3px solid transparent;
    border-radius: 0;
}
.wojo.secondary.vertical.pointing.menu > .item:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}
.wojo.secondary.vertical.pointing.menu > .item:active {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.2);
}
.wojo.secondary.vertical.pointing.menu > .item.active {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.85);
}
.wojo.labeled.icon.menu {
    text-align: center;
}
.wojo.labeled.icon.menu > .item > .icon {
    display: block;
    font-size: 1.5em;
    margin: 0 auto 0.3em;
}
.wojo.selection.menu > .item {
    color: rgba(0, 0, 0, 0.4);
}
.wojo.selection.menu > .item:hover {
    color: rgba(0, 0, 0, 0.6);
}
.wojo.selection.menu > .item.active {
    color: rgba(0, 0, 0, 0.85);
}
.wojo.inverted.selection.menu > .item {
    color: rgba(255, 255, 255, 0.4);
}
.wojo.inverted.selection.menu > .item:hover {
    color: rgba(255, 255, 255, 0.9);
}
.wojo.inverted.selection.menu > .item.active {
    color: #fff;
}
.wojo.floated.menu {
    float: left;
    margin: 0 0.5rem 0 0;
}
.wojo.right.floated.menu {
    float: right;
    margin: 0 0 0 0.5rem;
}
.wojo.fitted.menu .item,
.wojo.fitted.menu .item .menu .item,
.wojo.menu .fitted.item {
    padding: 0;
}
.wojo.horizontally.fitted.menu .item,
.wojo.horizontally.fitted.menu .item .menu .item,
.wojo.menu .horizontally.fitted.item {
    padding-top: 0.83em;
    padding-bottom: 0.83em;
}
.wojo.vertically.fitted.menu .item,
.wojo.vertically.fitted.menu .item .menu .item,
.wojo.menu .vertically.fitted.item {
    padding-left: 0.95em;
    padding-right: 0.95em;
}
.wojo.compact.menu {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.wojo.compact.vertical.menu {
    width: auto;
}
.wojo.compact.vertical.menu .item:last-child::before {
    display: block;
}
.wojo.menu.fluid,
.wojo.vertical.menu.fluid {
    display: block;
    width: 100%;
}
.wojo.item.menu,
.wojo.item.menu .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.wojo.menu.two.item .item {
    width: 50%;
}
.wojo.menu.three.item .item {
    width: 33.333%;
}
.wojo.menu.four.item .item {
    width: 25%;
}
.wojo.menu.five.item .item {
    width: 20%;
}
.wojo.menu.six.item .item {
    width: 16.666%;
}
.wojo.menu.seven.item .item {
    width: 14.285%;
}
.wojo.menu.eight.item .item {
    width: 12.5%;
}
.wojo.menu.nine.item .item {
    width: 11.11%;
}
.wojo.menu.ten.item .item {
    width: 10%;
}
.wojo.menu.eleven.item .item {
    width: 9.09%;
}
.wojo.menu.twelve.item .item {
    width: 8.333%;
}
.wojo.menu.fixed {
    position: fixed;
    z-index: 999;
    margin: 0;
    border: none;
    width: 100%;
}
.wojo.menu.fixed,
.wojo.menu.fixed .item:first-child,
.wojo.menu.fixed .item:last-child {
    border-radius: 0;
}
.wojo.menu.fixed.top {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}
.wojo.menu.fixed.right {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: auto;
    height: 100%;
}
.wojo.menu.fixed.bottom {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
}
.wojo.menu.fixed.left {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: auto;
    height: 100%;
}
.wojo.fixed.menu + .wojo.grid {
    padding-top: 2.75rem;
}
.wojo.pointing.menu .active.item:after {
    position: absolute;
    bottom: -0.3em;
    left: 50%;
    content: "";
    margin-left: -0.3em;
    width: 0.6em;
    height: 0.6em;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background-image: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.wojo.pointing.menu .active.item .menu .active.item:after {
    display: none;
}
.wojo.vertical.pointing.menu .active.item:after {
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    right: -0.4em;
    bottom: auto;
    left: auto;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.wojo.pointing.menu .active.item:after {
    background-color: #fcfcfc;
}
.wojo.pointing.menu .active.item:hover:after {
    background-color: #fafafa;
}
.wojo.vertical.pointing.menu .menu .active.item:after {
    background-color: #f4f4f4;
}
.wojo.pointing.menu a.active.item:active:after {
    background-color: #f0f0f0;
}
.wojo.menu .item {
    font-size: 1rem;
}
.wojo.menu.small .item {
    font-size: 0.75rem;
}
.wojo.vertical.menu {
    width: 15rem;
}
.picker {
    font-size: 1rem;
    text-align: left;
    line-height: 1.2;
    position: absolute;
    z-index: 10000;
    width: 100%;
}
.picker__holder {
    width: 100%;
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
    max-width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-height: 0;
    -ms-filter: alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -webkit-transition: all 0.15s ease-out, max-height 0 0.15s;
    -moz-transition: all 0.15s ease-out, max-height 0 0.15s;
    transition: all 0.15s ease-out, max-height 0 0.15s;
    background-color: #f9f9f9;
}
.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    -webkit-transition: all 0.15s ease-out, max-height 0;
    -moz-transition: all 0.15s ease-out, max-height 0;
    transition: all 0.15s ease-out, max-height 0;
    border: 1px solid rgba(0, 0, 0, 0.024);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.picker__box {
    padding: 0 1em;
}
.picker__header {
    text-align: center;
    position: relative;
    margin-top: 0.75em;
    clear: both;
}
.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em;
}
.picker__year {
    color: #999;
    font-size: 0.8em;
    font-style: italic;
}
.picker__select--month,
.picker__select--year {
    font-size: 0.8em !important;
    float: left !important;
    display: inline-block;
    margin: 0.2em 0 0;
    padding: 0.1em !important;
}
.picker__select--month {
    width: 35%;
}
.picker__nav--prev,
.picker__nav--next {
    width: 1.2em;
    height: 1.2em;
    font-size: 1.2em;
    display: block;
    font-family: Icons;
    margin-right: auto;
    margin-left: auto;
}
.picker__nav--prev {
    float: left;
}
.picker__nav--next {
    float: right;
}
.picker__nav--prev:before {
    content: "\f053";
}
.picker__nav--next:before {
    content: "\f054";
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
    cursor: pointer;
    color: #5795af;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
    cursor: default;
    background: 0;
    border-right-color: #f0f0f0;
    border-left-color: #f0f0f0;
}
.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}
.picker__table td {
    margin: 0;
    padding: 0;
}
.picker__weekday {
    width: 14.285714286%;
    font-size: 0.75em;
    padding-bottom: 0.25em;
    font-weight: 600;
}
.picker__day {
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0.3125em 0;
}
.picker__day--today {
    color: #5795af;
    position: relative;
}
.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #fff;
    border-left: 0.5em solid transparent;
}
.picker__day--highlighted {
    background-color: #5795af;
    color: #fff;
}
.picker__day--disabled:before {
    border-top-color: #aaa;
}
.picker__day--outfocus {
    color: rgba(0, ​ 0, ​ 0, ​ 0.1);
    -ms-filter: alpha(Opacity=35);
    filter: alpha(opacity=35);
    opacity: 0.35;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000;
    background: #c6c6bf;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    background: #5795af;
    color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
    cursor: default;
    color: #fff;
    border-color: #e9e9e1;
    background-color: #e9e9e1;
}
.picker__footer {
    text-align: center;
}
.picker__button--today,
.picker__button--clear {
    border: 0;
    font-size: 0.95em;
    font-weight: 600;
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    padding: 0.66em 0;
    background-color: #e9e9e1;
}
.picker__button--today:hover,
.picker__button--clear:hover {
    cursor: pointer;
    color: #000;
    background: #c6c6bf;
    border-bottom-color: #c6c6bf;
}
.picker__button--today:focus,
.picker__button--clear:focus {
    background: #5795af;
    outline: 0;
    border-color: #5795af;
}
.picker__button--today:before,
.picker__button--clear:before {
    position: relative;
    display: inline-block;
    height: 0;
}
.picker__button--today:before {
    content: " ";
    margin-right: 0.45em;
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #5795af;
    border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
    font-family: icons;
    content: "\f00d";
    margin-right: 0.35em;
    font-size: 1em;
    color: #a26161;
}
.picker__input.picker__input--active,
.picker__select--month:focus,
.picker__select--year:focus,
.picker__day--selected,
.picker__day--selected:hover {
    border-color: #5795af;
}
@media min-height265em {
    .picker__table {
        margin-bottom: 0.75em;
    }
    .picker__weekday {
        padding-bottom: 0.5em;
    }
}
.picker__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.picker__list-item {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
    .picker__list-item {
        padding: 0.5em 1em;
    }
}
.picker__list-item:hover {
    cursor: pointer;
    background: #5795af;
    color: #fff;
    z-index: 10;
}
.picker__list-item--selected,
.picker__list-item--selected:hover {
    border-color: #5795af;
    z-index: 10;
}
.picker__list-item--highlighted {
    background: #edaa10;
    color: #ffffff;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
    background: #f0b327;
    color: #ffffff;
}
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
    border-color: #dddddd;
    z-index: auto;
}
.picker--time .picker__button--clear {
    display: block;
    width: 80%;
    font-family: inherit;
    background: none;
    line-height: 1;
    border: 0;
    font-weight: 600;
    text-align: center;
    margin: 1em auto;
    padding: 1em 1.25em;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
    background: #a26161;
    cursor: pointer;
    color: #ffffff;
    outline: none;
}
.picker--time .picker__button--clear:before {
    top: 0;
    font-size: 1.25em;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
    color: #ffffff;
}
.picker--time .picker__frame {
    min-width: 260px;
    max-width: 100%;
}
.picker--time .picker__box {
    font-size: 1em;
    padding: 0.25em;
    background-color: #f9f9f9;
}
.picker--time .picker__holder {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.wojo.progress {
    width: 100%;
    height: 26px;
    background-color: rgba(0, 0, 0, 0.01);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wojo.thin.progress {
    height: 6px;
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wojo.progress .bar,
.wojo.thin.progress .bar {
    display: inline-block;
    height: 100%;
    line-height: 24px;
    font-size: 0.85em;
    font-weight: 700;
    text-align: center;
    border-radius: 0.25em;
    color: #ffffff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: width 1s ease-in-out, background-color 1s ease-out;
    transition: width 1s ease-in-out, background-color 1s ease-out;
}
.wojo.thin.progress .bar {
    line-height: 20px;
    height: 5px;
    text-align: center;
    border-radius: 0;
    font-size: 1em;
    float: left;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}
.wojo.successful.progress .bar {
    background-color: #61a270;
}
.wojo.successful.progress .bar,
.wojo.successful.progress .bar::after {
    -webkit-animation: none;
    animation: none;
}
.wojo.negative.progress .bar {
    background-color: #a26161;
}
.wojo.negative.progress .bar,
.wojo.negative.progress .bar::after {
    -webkit-animation: none;
    animation: none;
}
.wojo.active.progress .bar {
    position: relative;
}
.wojo.active.progress .bar::after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-animation: progress-active 2s ease-out infinite;
    animation: progress-active 2s ease-out infinite;
}
@-webkit-keyframes progress-active {
    0 {
        opacity: 0;
        width: 0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        width: 95%;
    }
}
@keyframes progress-active {
    0 {
        opacity: 0;
        width: 0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        width: 100%;
    }
}
.wojo.disabled.progress {
    opacity: 0.35;
}
.wojo.disabled.progress .bar,
.wojo.disabled.progress .bar::after {
    -webkit-animation: none;
    animation: none;
}
.wojo.progress.attached {
    position: relative;
    border: 0;
}
.wojo.progress.attached,
.wojo.progress.attached .bar {
    display: block;
    height: 3px;
    padding: 0;
    overflow: hidden;
    border-radius: 0 0 0.3125em 0.3125em;
}
.wojo.progress.attached .bar {
    border-radius: 0;
}
.wojo.progress.top.attached,
.wojo.progress.top.attached .bar {
    top: -2px;
    border-radius: 0.3125em 0.3125em 0 0;
}
.wojo.progress.top.attached .bar {
    border-radius: 0;
}
.wojo.info.progress .bar {
    background-color: #5795af;
}
.wojo.black.progress .bar {
    background-color: #5c6166;
}
.wojo.success.progress .bar {
    background-color: #61a270;
}
.wojo.danger.progress .bar {
    background-color: #a26161;
}
.wojo.purple.progress .bar {
    background-color: #7a6591;
}
.wojo.warning.progress .bar {
    background-color: #edaa10;
}
.wojo.teal.progress .bar {
    background-color: #61a299;
}
.wojo.progress.striped .bar {
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.wojo.progress.active.striped .bar:after {
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
}
.wojo.progress.active.striped .bar {
    -webkit-animation: progress-striped 3s linear infinite;
    animation: progress-striped 3s linear infinite;
}
@-webkit-keyframes progress-striped {
    0 {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}
@keyframes progress-striped {
    0 {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}
.wojo.small.progress .bar {
    height: 14px;
}
.messi-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
}
.messi {
    position: absolute;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0;
    min-width: 300px;
    min-height: 50px;
    max-width: 90%;
    max-height: 75%;
    overflow-y: auto;
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.messi-box {
    position: relative;
    height: auto;
    overflow: hidden;
    opacity: 1;
}
.messi-wrapper {
    position: relative;
}
.messi-titlebox {
    font-size: 1.3em;
    font-weight: 400;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.1);
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 15px;
}
.messi-titlebox .messi-title {
    text-shadow: 0 1px #fff;
    font-weight: 600;
    font-family: "Quicksand";
}
.messi-closebtn {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0px 0 rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    font-size: 1.6em;
    color: rgba(0, 0, 0, 0.4);
}
.messi-closebtn i {
    margin: 0;
}
.messi-content {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 1em;
    box-shadow: inset 0px 3px 0 rgba(255, 255, 255, 0.4);
}
.messi-content .messi-warning {
    display: table;
}
.messi-content .messi-warning p {
    display: table-cell;
    vertical-align: middle;
}
.messi-content .messi-warning p:last-child {
    padding-left: 1em;
}
.messi-footbox {
    background-color: rgba(0, 0, 0, 0.1);
    border-top: 1px solid #ddd;
    box-shadow: inset 0px 2px 0 rgba(255, 255, 255, 0.4);
    padding: 0;
}
.messi-actions {
    display: block;
}
.messi-actions .btnbox {
    display: block;
    float: right;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0px 0 rgba(255, 255, 255, 0.5);
    padding: 5px;
}
.messi .mod-button.button {
    border-radius: 0;
}
.messi .mod-button.warn {
    color: #ee5f5b;
}
.messi .mod-button i {
    padding-left: 10px;
    padding-right: 5px;
}
.image-overlay {
    position: relative;
    cursor: default;
    overflow: hidden;
}
.image-overlay img {
    width: 100%;
}
.overlay-hslide {
    background: rgba(255, 255, 255, 0.6);
    background: rgb(255, 2255, 255) transparent;
    height: 100%;
    width: 0%;
    top: 0;
    right: 0;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay-hslide a {
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    line-height: 80px;
    cursor: pointer;
}
.overlay-hslide a .icon-overlay {
    font-size: 40px;
    padding: 0;
    margin: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 0.6);
    background: rgb(255, 2255, 255) transparent;
}
.image-overlay:hover .overlay-hslide {
    width: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay-vslide {
    background: rgba(255, 255, 255, 0.6);
    background: rgb(255, 2255, 255) transparent;
    height: 0%;
    width: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay-vslide a {
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    line-height: 80px;
    cursor: pointer;
}
.overlay-vslide a .icon-overlay {
    font-size: 40px;
    margin: 0;
    padding: 0;
    margin: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 0.6);
    background: rgb(255, 2255, 255) transparent;
}
.image-overlay:hover .overlay-vslide {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay-fade {
    background: rgba(255, 255, 255, 0.6);
    background: rgb(255, 2255, 255) transparent;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay-fade a {
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    line-height: 80px;
    cursor: pointer;
}
.overlay-fade a .icon-overlay {
    font-size: 40px;
    padding: 0;
    margin: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 0.6);
    background: rgb(255, 2255, 255) transparent;
}
.image-overlay:hover .overlay-fade {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay-zoom {
    background: rgba(255, 255, 255, 0.6);
    background: rgb(255, 2255, 255) transparent;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay-zoom a {
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    line-height: 80px;
    cursor: pointer;
}
.overlay-zoom a .icon-overlay,
.overlay-zoom a .icon-overlay.double {
    font-size: 40px;
    padding: 0;
    margin: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 0.6);
    background: rgb(255, 2255, 255) transparent;
}
.image-overlay:hover .overlay-zoom {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.zoom-image img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.zoom-image:hover img {
    -webkit-transform: scale(1.5);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.5);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1.5);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}
.rotate-image-right img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rotate-image-right:hover img {
    -webkit-transform: rotate(15deg) scale(1.5);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: rotate(15deg) scale(1.5);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: rotate(15deg) scale(1.5);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}
.rotate-image-left img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rotate-image-left:hover img {
    -webkit-transform: rotate(-15deg) scale(1.5);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: rotate(-15deg) scale(1.5);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: rotate(-15deg) scale(1.5);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}
#swipebox-overlay img {
    border: none !important;
}
#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
}
#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#swipebox-action,
#swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}
#swipebox-action {
    bottom: -50px;
}
#swipebox-action.visible-bars {
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    line-height: 50px;
    font-size: 2em;
}
#swipebox-action #swipebox-prev {
    right: 100px;
}
#swipebox-action #swipebox-next {
    right: 40px;
}
#swipebox-action #swipebox-close {
    left: 40px;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
    opacity: 0.3;
}
#swipebox-caption {
    top: -50px;
    text-align: center;
}
#swipebox-caption.visible-bars {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
#swipebox-slider.rightSpring {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}
#swipebox-slider.leftSpring {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}
@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}
@keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}
@keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}
@media screen and (max-width: 800px) {
    #swipebox-action #swipebox-close {
        left: 0;
    }
    #swipebox-action #swipebox-prev {
        right: 60px;
    }
    #swipebox-action #swipebox-next {
        right: 0;
    }
}
#swipebox-overlay {
    background: #0d0d0d;
}
#swipebox-action,
#swipebox-caption {
    text-shadow: 1px 1px 1px black;
    background-color: #0d0d0d;
    background-color: #0d0d0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
    background-image: -webkit-linear-gradient(top, #0d0d0d, black);
    background-image: linear-gradient(to bottom, #0d0d0d, black);
    opacity: 0.95;
}
#swipebox-action {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#swipebox-caption {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}
.wojo.tabs {
    display: block;
    position: relative;
    clear: both;
}
.wojo.tabs:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wojo.tabs,
.wojo.tabs li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.wojo.tabs li {
    display: block;
    float: left;
}
.wojo.tabs li a {
    font-size: 1rem;
    display: block;
    padding: 0.85em 1.2em;
    color: #888;
}
.wojo.tabs li a i.icon {
    margin-right: 0.5em;
}
.wojo.tabs li a:hover,
.wojo.tabs li a.active {
    box-shadow: inset 0 2px 0 0 #4f156f;
    background-color: #fff;
    border-radius: 0.25em 0.25em 0 0;
}
.wojo.tab.content {
    padding: 0;
    clear: both;
    background-color: #fff;
}
.wojo.tab.content:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#drop {
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    border: 5px dashed rgba(0, 0, 0, 0.25);
    padding: 30px;
}
#drop a {
    margin-left: 10px;
    background-color: #62a8db;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-top: 12px;
    line-height: 1;
    padding: 0.9em 2em;
}
#drop a:hover {
    background-color: #424343;
}
#drop input,
#upload ul li input {
    display: none;
}
#upload ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#upload ul li {
    list-style: none;
    clear: both;
    margin: 0;
    position: relative;
    min-height: 18px;
    margin: 0;
    height: auto;
    background-color: #f1f2ea;
    padding: 1em;
    line-height: 1.33;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
}
#upload ul li:first-child {
    margin-top: 0.5em;
}
#upload ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    font-weight: 400;
    margin-left: 4em;
}
#upload ul li i {
    font-weight: 400;
    font-style: normal;
    display: block;
}
#upload ul li canvas {
    float: left;
}
#upload ul li small {
    display: block;
    font-size: 0.85em;
    font-weight: 400;
}
#upload ul li span:before {
    content: "\f058";
    width: 1.4em;
    height: 1.4em;
    position: absolute;
    top: 0.5em;
    right: 0;
    cursor: pointer;
    font-family: Icons;
    font-size: 1.4em;
    color: #b2d280;
}
#upload ul li span.ferror:before {
    content: "\f06a";
    color: #bf5a67;
}
#upload ul li.working span:before {
    content: "";
}
#upload ul li.error p small {
    color: #bf5a67;
}
#drop.hover {
    border: 5px dashed #2984ad;
}
#drop.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
[contenteditable="true"]:empty:before {
    content: attr(placeholder);
}
.editable {
    padding: 0.25em;
    background-color: #e9e9e1;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    font-size: 0.95em;
}
.editable.active {
    background-color: #ffc;
}
.gm-style img {
    max-width: none !important;
    max-height: auto !important;
}
.gm-style label {
    width: auto;
    display: inline !important;
}
body {
    -webkit-transition: margin 0.3s ease, -webkit-transform 0.3s ease;
    transition: margin 0.3s ease, transform 0.3s ease;
}
.wojo.sidebar {
    position: fixed;
    margin: 0;
    height: 100%;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-y: auto;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    z-index: 999;
    -webkit-transition: margin-left 0.3s ease, margin-top 0.3s ease;
    transition: margin-left 0.3s ease, margin-top 0.3s ease;
}
body.pushed.scrolling.wojo.dimmable {
    position: static;
}
.wojo.right.slim.sidebar,
.wojo.right.thin.sidebar,
.wojo.right.sidebar,
.wojo.right.wide.sidebar,
.wojo.right.very.wide.sidebar {
    left: 100%;
    margin: 0px;
}
.wojo.top.sidebar {
    width: 100%;
}
.wojo.bottom.sidebar {
    width: 100%;
    top: 100%;
    margin: 0px;
}
.wojo.active.sidebar {
    margin-left: 0px;
}
.wojo.active.top.sidebar,
.wojo.active.bottom.sidebar {
    margin-top: 0px;
}
.wojo.styled.sidebar {
    padding: 0;
    background-color: #f1f2ea;
    -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}
.wojo.styled.sidebar .header {
    line-height: 0;
    background-color: #424343;
    text-align: center;
    height: 5em;
    position: fixed;
    width: 275px;
    z-index: 2;
}
.wojo.styled.slim.sidebar {
}
.wojo.styled.thin.sidebar {
}
.wojo.floating.sidebar {
    -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
    margin-right: 4px;
}
.wojo.right.floating.sidebar {
    -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
    margin-left: 4px;
}
.wojo.top.floating.sidebar {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.wojo.bottom.floating.sidebar {
    -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
}
.wojo.slim.sidebar {
    width: 60px;
    margin-left: -60px;
}
.wojo.active.slim.sidebar {
    margin-left: 0px;
}
.wojo.active.right.slim.sidebar {
    margin-left: -60px;
}
.wojo.thin.sidebar {
    width: 150px;
    margin-left: -150px;
}
.wojo.active.thin.sidebar {
    margin-left: 0px;
}
.wojo.active.right.thin.sidebar {
    margin-left: -150px;
}
.wojo.sidebar {
    width: 275px;
    margin-left: -275px;
}
.wojo.active.sidebar {
    margin-left: 0px;
}
.wojo.active.right.sidebar {
    margin-left: -275px;
}
.wojo.wide.sidebar {
    width: 350px;
    margin-left: -350px;
}
.wojo.active.wide.sidebar {
    margin-left: 0px;
}
.wojo.active.right.wide.sidebar {
    margin-left: -350px;
}
.wojo.very.wide.sidebar {
    width: 475px;
    margin-left: -475px;
}
.wojo.active.very.wide.sidebar {
    margin-left: 0px;
}
.wojo.active.right.very.wide.sidebar {
    margin-left: -475px;
}
.wojo.top.sidebar {
    margin: -40px 0px 0px 0px;
}
.wojo.top.sidebar,
.wojo.bottom.sidebar {
    height: 40px;
}
.wojo.active.bottom.sidebar {
    margin-top: -40px;
}
.wojo.sidebar.info.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #5795af url(../images/loader-sidebar.gif) no-repeat 50% 50%;
    visibility: visible;
}
.scrollbox {
    border: 2px solid #c6c6bf;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0.3125em;
    padding: 0.5em;
}
.wojo.sidebar.info {
    background-color: #5795af;
    color: #fff;
}
.wojo.info.sidebar .header {
    background-color: #53adcc;
    font-family: "Quicksand";
    font-weight: 600;
    font-size: 1.2rem;
    position: fixed;
    display: table;
    width: 350px;
    height: 4em;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid #53adcc;
}
.wojo.info.sidebar .header > p,
.wojo.info.sidebar a.helper {
    display: table-cell;
    padding: 0.5em;
    vertical-align: middle;
}
.wojo.info.sidebar a.helper {
    font-size: 2rem;
    color: #fff;
    text-align: right;
}
.wojo.info.sidebar a.helper:hover {
    color: #266479;
}
.roundchart {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.roundchart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.percent {
    display: inline-block;
    line-height: 180px;
    z-index: 2;
    font-size: 2em;
    font-weight: 400;
    font-family: "Quicksand";
}
.percent:after {
}
.scrolltrack {
    width: 6px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 2px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}
.scrolltrack:hover,
.scrolltrack.dragging {
    background: rgba(0, 0, 0, 0.15);
}
.scrollhandle {
    width: 4px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 1px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}
.scrolltrack:hover .scrollhandle,
.scrolltrack.dragging .scrollhandle {
    width: 6px;
}
.accordion {
    border-top: 1px solid #d0d7dd;
    box-shadow: inset 0 1px 0 0 #fff;
}
.accordion .header {
    font-family: "Quicksand";
    border-bottom: 1px solid #d0d7dd;
    box-shadow: inset 0 1px 0 0 #fff;
    clear: both;
    padding: 0.5em 0;
    position: relative;
    cursor: pointer;
}
.accordion .header > i.icon {
    margin-right: 0.5em;
}
.accordion .header.inactive:after,
.accordion .header.active:after {
    font-family: Icons;
    content: "\f067";
    position: absolute;
    right: 0.5em;
    top: 0.75em;
}
.accordion .header.active:after {
    content: "\f068";
}
.accordion .header.active {
    font-weight: 700;
}
.accordion .content {
    display: none;
    padding: 1em 0;
    border-bottom: 1px solid #d0d7dd;
    box-shadow: inset 0 1px 0 0 #fff;
}
.irs {
    position: relative;
    display: block;
}
.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
}
.irs-diapason {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
}
.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}
.irs-slider.single {
    left: 10px;
}
.irs-slider.single:before {
    position: absolute;
    display: block;
    content: "";
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: rgba(0, 0, 0, 0);
}
.irs-slider.from {
    left: 100px;
}
.irs-slider.from:after,
.irs-slider.to:after,
.irs-slider.single:before {
    position: absolute;
    display: block;
    font-size: 1em;
    font-weight: 900;
    top: 0.3em;
    left: 0.7em;
    width: 0.25em;
    height: 1.5em;
    content: "";
    background-color: #a6cb6e;
}
.irs-slider.to {
    left: 300px;
}
.irs-slider.last {
    z-index: 2;
}
.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    color: #000;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 10px;
    top: 25px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}
.irs-diapason {
    height: 10px;
    top: 25px;
    background-color: #a6cb6e;
}
.irs-slider {
    width: 22px;
    height: 22px;
    top: 17px;
}
#irs-active-slider,
.irs-slider:hover {
}
.irs-min,
.irs-max {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999;
}
.irs-grid-pol {
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}
.irs-disabled {
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
    text-align: center;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.owl-theme .owl-controls .owl-buttons div {
    zoom: 1;
    display: inline-block;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    background-color: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.owl-theme .owl-controls .owl-buttons div i {
    font-size: 1.2em;
    margin: 0;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background-color: #4f156f;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover i {
    color: #fff;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: 0.25em;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 0.25em;
}
.owl-theme .owl-controls .owl-page {
    zoom: 1;
    display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    background: rgba(0, 0, 0, 0.1);
    margin: 0.2em 0.3em;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #4f156f;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(../images/loader-medium-inverted.gif) no-repeat center center;
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    -moz-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    -moz-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease;
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}
@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}
@keyframes empty {
    0% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
.wojo.comments a {
    cursor: pointer;
}
.wojo.comments .comment {
    position: relative;
    margin-top: 0.5em;
    padding-top: 0.5em;
}
.wojo.comments .comment:first-child {
    margin-top: 0em;
    padding-top: 0em;
}
.wojo.comments .comment .avatar {
    display: block;
    float: left;
    width: 4em;
}
.wojo.comments .comment .avatar img {
    display: block;
    margin: 0em auto;
    width: 3em;
    height: 3em;
    border-radius: 500px;
}
.wojo.comments .comment > .content,
.wojo.comments .comment > .avatar {
    display: block;
}
.wojo.comments .comment .avatar ~ .content {
    padding: 0em 1em;
}
.wojo.comments .comment > .avatar ~ .content {
    padding-top: 0.25em;
    margin-left: 3.5em;
}
.wojo.comments .comment .metadata {
    display: inline-block;
    margin-left: 0.3em;
    color: rgba(0, 0, 0, 0.4);
}
.wojo.comments .comment .metadata > * {
    display: inline-block;
    margin: 0em 0.3em 0em 0em;
}
.wojo.comments .comment .text {
    margin: 0.25em 0em 0.5em;
    word-wrap: break-word;
    position: relative;
}
.wojo.comments .comment .actions {
    font-size: 0.9em;
}
.wojo.comments .comment .actions a {
    display: inline-block;
    margin: 0em 0.3em 0em 0em;
    color: rgba(0, 0, 0, 0.3);
}
.wojo.comments .comment .actions a.active,
.wojo.comments .comment .actions a:hover {
    color: rgba(0, 0, 0, 0.6);
}
.wojo.comments .reply.form {
    margin-top: 0.75em;
    width: 100%;
    max-width: 30em;
}
.wojo.comments .comment .reply.form {
    margin-left: 2em;
}
.wojo.comments > .reply.form {
    margin-top: 1.5em;
    max-width: 40em;
}
.wojo.comments .reply.form textarea {
    height: 12em;
}
.wojo.comments .comment .comments {
    margin-top: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 1em;
}
.wojo.comments .comment .comments:before {
    position: absolute;
    top: 0px;
    left: 0px;
}
.wojo.comments > .comment .comments {
    margin-left: 2em;
}
.wojo.comments > .comment > .comments > .comment > .comments {
    margin-left: 1.75em;
}
.wojo.comments > .comment > .comments > .comment > .comments > .comment > .comments {
    margin-left: 1.5em;
}
.wojo.comments > .comment > .comments > .comment > .comments > .comment > .comments > .comment .comments {
    margin-left: 0.5em;
}
.wojo.threaded.comments .comment .comments {
    margin-left: 2em;
    padding-left: 2em;
    -webkit-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.05);
}
.wojo.threaded.comments .comment {
    border-radius: 0.225em;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.05);
    padding: 1em;
    margin-top: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.wojo.threaded.comments .comment:before {
    background: rgba(0, 0, 0, 0.05);
    bottom: 0;
    content: "";
    left: 2.8em;
    position: absolute;
    top: 80%;
    width: 2px;
}
.wojo.comments .comment a.delete {
    float: right;
}
.wojo.minimal.comments .comment .actions {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.wojo.minimal.comments .comment > .content:hover > .actions {
    opacity: 1;
}
.wojo.small.comments {
    font-size: 0.875em;
}
.wojo.feed a {
    cursor: pointer;
}
.wojo.feed,
.wojo.feed .event,
.wojo.feed .label,
.wojo.feed .content,
.wojo.feed .extra {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wojo.feed .wojo.header p {
    font-size: 1rem;
}
.wojo.feed .event {
    width: 100%;
    display: table;
    padding: 1em;
}
.wojo.feed .event:first-child {
    border-top: 0px;
}
.wojo.feed .event:last-child {
    margin-bottom: 1em;
}
.wojo.feed .label {
    width: 3em;
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.wojo.feed .label .icon {
    font-size: 1.5em;
    padding: 0.5em;
    line-height: 1;
    margin: 0em;
}
.wojo.feed .label img {
    width: 3em;
    margin: 0em;
    border-radius: 50em;
}
.wojo.feed .label + .content {
    padding: 0.75em 1em 0em;
}
.wojo.feed .content {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    word-wrap: break-word;
}
.wojo.feed .content .date {
    float: right;
    padding-left: 1em;
    font-size: 0.95em;
    color: rgba(0, 0, 0, 0.4);
}
.wojo.feed .content .summary {
    color: rgba(0, 0, 0, 0.75);
}
.wojo.feed .content .summary img {
    display: inline-block;
    margin-right: 0.25em;
    width: 4em;
    border-radius: 500px;
}
.wojo.feed .content .extra {
    margin: 1em 0em 0em;
    padding: 0.5em 0em 0em;
    color: rgba(0, 0, 0, 0.5);
}
.wojo.feed .content .extra.images img {
    display: inline-block;
    margin-right: 0.25em;
    width: 6em;
}
.wojo.feed .content .extra.text {
    padding: 0.5em 1em;
    border-left: 0.2em solid rgba(0, 0, 0, 0.1);
}
.wojo.small.feed {
    font-size: 0.875em;
}
.wojo.small.feed .label img {
    width: 2.5em;
}
.wojo.small.feed .label .icon {
    font-size: 1.25em;
}
.wojo.feed .event {
    padding: 0.75em 0em;
}
.wojo.small.feed .label + .content {
    padding: 0.5em 0.5em 0;
}
.wojo.small.feed .content .extra.images img {
    width: 5em;
}
.wojo.small.feed .content .extra {
    margin: 0.5em 0em 0em;
}
.wojo.small.feed .content .extra.text {
    padding: 0.25em 0.5em;
}
.redactor_box ::selection {
    background: #ffff9e;
}
.redactor_box ::-moz-selection {
    background: #ffff9e;
}
.redactor_box img::selection {
    background: transparent;
}
.redactor_box img::-moz-selection {
    background: transparent;
}
.redactor_box {
    position: relative;
    overflow: visible;
    background: #fff;
}
.redactor_box iframe {
    display: block;
    margin: 0;
    padding: 0;
}
.redactor_box textarea {
    position: relative;
    z-index: 1004;
    display: block;
    overflow: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: none;
    border: none;
    background-color: #222;
    box-shadow: none;
    color: #ccc;
    font-size: 13px;
    font-family: Menlo, Monaco, monospace, sans-serif;
    resize: none;
}
.redactor_box textarea:focus {
    outline: none;
}
body .redactor_air {
    position: absolute;
    z-index: 102;
}
body .redactor_box_fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    overflow: hidden;
    width: 100%;
}
.redactor-link-tooltip {
    position: absolute;
    z-index: 3000;
    padding: 10px;
    line-height: 1;
    display: inline-block;
    background-color: #000;
    color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
    font-size: 0.95em;
}
.redactor-link-tooltip a {
    color: #ccc;
    margin: 0 5px;
    text-decoration: none;
}
.redactor-link-tooltip a:hover {
    color: #fff;
}
#redactor-image-box img {
    width: 100%;
}
.redactor_editor {
    position: relative;
    overflow: auto;
    margin: 0 !important;
    padding: 10px 20px;
    padding-bottom: 5px;
    outline: none;
    background: none;
    background: #f9f9f9;
    box-shadow: none !important;
    white-space: normal;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0.3125em 0.3125em;
}
.redactor_editor:focus {
    outline: none;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor_editor code,
.redactor_editor pre {
    font-family: Menlo, Monaco, monospace, sans-serif;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
    font-size: 14px;
    line-height: 1.6em;
}
.redactor_editor a {
}
.redactor_editor .redactor_placeholder {
    color: #999 !important;
    display: block !important;
}
.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
    max-width: 100%;
    width: auto;
}
.redactor_editor video,
.redactor_editor img {
    height: auto;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
    margin: 0;
    margin-bottom: 10px !important;
    border: none;
    background: none !important;
    box-shadow: none !important;
}
.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
    margin-bottom: 15px !important;
}
.redactor_editor blockquote {
    margin-left: 1.5em !important;
    padding-left: 0 !important;
    color: #777;
    font-style: italic !important;
}
.redactor_editor dl dt {
    font-weight: bold;
}
.redactor_editor dd {
    margin-left: 1em;
}
.redactor_editor table {
    border-collapse: collapse;
    font-size: 1em !important;
}
.redactor_editor table td {
    padding: 5px !important;
    border: 1px solid #ddd;
    vertical-align: top;
}
.redactor_editor table thead td {
    border-bottom: 2px solid #000 !important;
    font-weight: bold !important;
}
.redactor_editor code {
    background-color: #d8d7d7 !important;
}
.redactor_editor pre {
    overflow: auto;
    padding: 1em !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    background: #f8f8f8 !important;
    white-space: pre;
    font-size: 90% !important;
}
.redactor_editor hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}
.redactor_toolbar {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    border-radius: 0.3125em 0.3125em 0 0;
    z-index: 3;
    background-color: #2c3e50;
}
.redactor_toolbar:after {
    content: "";
    display: table;
    clear: both;
}
.redactor_toolbar.redactor-toolbar-overflow {
    overflow-y: auto;
    height: 29px;
    white-space: nowrap;
}
.redactor_toolbar.redactor-toolbar-external {
    z-index: 999;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
body .redactor_air .redactor_toolbar {
    padding-right: 2px !important;
}
.redactor_toolbar li {
    vertical-align: top;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    outline: none;
    list-style: none !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.redactor_toolbar li a {
    display: block;
    color: #6a7f94;
    text-align: center;
    padding: 9px 10px;
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.redactor_toolbar li a.re-html {
    border-radius: 0.3125em 0 0 0;
}
.redactor_toolbar li a:hover {
    outline: none;
    background-color: #6a7f94;
    color: #fff;
}
.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
    outline: none;
    background-color: #00b8e1;
    color: #fff;
}
.redactor_toolbar li a.redactor-btn-image {
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}
.redactor_button_disabled {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.redactor_button_disabled:hover {
    outline: none;
    background-color: transparent !important;
    cursor: default;
}
.redactor_toolbar li a.fa-redactor-btn {
    display: inline-block;
    padding: 9px 10px 8px 10px;
    line-height: 1;
}
.redactor_toolbar.redactor-toolbar-typewriter {
    box-shadow: none;
    background: rgba(240, 240, 240, 0.9);
}
.redactor_toolbar.redactor-toolbar-typewriter li a:hover {
    outline: none;
    background-color: #1f78d8;
    color: #fff;
}
.redactor_toolbar.redactor-toolbar-typewriter li a:active,
.redactor_toolbar.redactor-toolbar-typewriter li a.redactor_act {
    outline: none;
    background-color: #ccc;
    color: #444;
}
.re-icon {
    font-family: "Icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.re-video:before {
    content: "\f16a";
}
.re-unorderedlist:before {
    content: "\f0ca";
}
.re-undo:before {
    content: "\f112";
}
.re-underline:before {
    content: "\f0cd";
}
.re-textdirection:before {
    content: "\e604";
}
.re-fontcolor:before {
    content: "\e605";
}
.re-table:before {
    content: "\f0ce";
}
.re-redo:before {
    content: "\f064";
}
.re-quote:before {
    content: "\f10d";
}
.re-outdent:before {
    content: "\f03b";
}
.re-orderedlist:before {
    content: "\f0cb";
}
.re-link:before {
    content: "\f0c1";
}
.re-manager:before {
    content: "\f07c";
}
.re-horizontalrule:before {
    content: "\f068";
}
.re-italic:before {
    content: "\f033";
}
.re-indent:before {
    content: "\f03c";
}
.re-image:before {
    content: "\f03e";
}
.re-fullscreen:before {
    content: "\f065";
}
.re-normalscreen:before {
    content: "\f066";
}
.re-formatting:before {
    content: "\f031";
}
.re-fontsize:before {
    content: "\e613";
}
.re-fontfamily:before {
    content: "\e614";
}
.re-deleted:before {
    content: "\f0cc";
}
.re-html:before {
    content: "\f121";
}
.re-clips:before {
    content: "\e617";
}
.re-cplugins:before {
    content: "\f0e9";
}
.re-bold:before {
    content: "\f032";
}
.re-backcolor:before {
    content: "\f042";
}
.re-file:before {
    content: "\f115";
}
.re-alignright:before {
    content: "\e61b";
}
.re-alignment:before,
.re-alignleft:before {
    content: "\f0c9";
}
.re-alignjustify:before {
    content: "\e61d";
}
.re-aligncenter:before {
    content: "\e61e";
}
.redactor_format_blockquote {
    padding-left: 10px;
    color: #666 !important;
    font-style: italic;
}
.redactor_format_pre {
    font-family: monospace, sans-serif;
}
.redactor_format_h1,
.redactor_format_h2,
.redactor_format_h3,
.redactor_format_h4,
.redactor_format_h5 {
    font-weight: bold;
}
.redactor_format_h1 {
    font-size: 30px;
    line-height: 36px;
}
.redactor_format_h2 {
    font-size: 24px;
    line-height: 36px;
}
.redactor_format_h3 {
    font-size: 20px;
    line-height: 30px;
}
.redactor_format_h4 {
    font-size: 16px;
    line-height: 26px;
}
.redactor_format_h5 {
    font-size: 14px;
    line-height: 23px;
}
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h1,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h2,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h3,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h4,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h5 {
    font-size: 1em;
    line-height: 1.6em;
    text-transform: uppercase;
}
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h2 {
    font-size: 0.85em;
}
.redactor_editor.redactor-editor-typewriter {
    background: #f5f5f5 !important;
    padding: 25px 50px !important;
}
.redactor_editor.redactor-editor-typewriter div,
.redactor_editor.redactor-editor-typewriter p,
.redactor_editor.redactor-editor-typewriter ul,
.redactor_editor.redactor-editor-typewriter ol,
.redactor_editor.redactor-editor-typewriter table,
.redactor_editor.redactor-editor-typewriter dl,
.redactor_editor.redactor-editor-typewriter blockquote,
.redactor_editor.redactor-editor-typewriter pre,
.redactor_editor.redactor-editor-typewriter h1,
.redactor_editor.redactor-editor-typewriter h2,
.redactor_editor.redactor-editor-typewriter h3,
.redactor_editor.redactor-editor-typewriter h4,
.redactor_editor.redactor-editor-typewriter h5,
.redactor_editor.redactor-editor-typewriter h6 {
    font-family: "Courier New", "Lucida Console", Consolas, Monaco, monospace, sans-serif;
    font-size: 18px !important;
    line-height: 1.5em !important;
    margin-bottom: 1.5em !important;
}
.redactor_editor.redactor-editor-typewriter h2 {
    font-size: 14px !important;
}
.redactor_editor.redactor-editor-typewriter h1,
.redactor_editor.redactor-editor-typewriter h2,
.redactor_editor.redactor-editor-typewriter h3,
.redactor_editor.redactor-editor-typewriter h4,
.redactor_editor.redactor-editor-typewriter h5,
.redactor_editor.redactor-editor-typewriter h6 {
    text-transform: uppercase;
}
.redactor_editor.redactor-editor-typewriter a {
    color: #000 !important;
    text-decoration: underline !important;
}
.redactor_editor.redactor_editor_wym {
    padding: 10px 7px 0 7px !important;
    background-color: #e7ecf0;
}
.redactor_editor.redactor_editor_wym div,
.redactor_editor.redactor_editor_wym p,
.redactor_editor.redactor_editor_wym ul,
.redactor_editor.redactor_editor_wym ol,
.redactor_editor.redactor_editor_wym table,
.redactor_editor.redactor_editor_wym dl,
.redactor_editor.redactor_editor_wym pre,
.redactor_editor.redactor_editor_wym h1,
.redactor_editor.redactor_editor_wym h2,
.redactor_editor.redactor_editor_wym h3,
.redactor_editor.redactor_editor_wym h4,
.redactor_editor.redactor_editor_wym h5,
.redactor_editor.redactor_editor_wym h6,
.redactor_editor.redactor_editor_wym blockquote {
    margin-top: 0;
    margin-bottom: 5px !important;
    padding: 10px !important;
    border: 1px solid #e4e4e4 !important;
    background-color: #fff !important;
}
.redactor_editor.redactor_editor_wym blockquote:before {
    content: "";
}
.redactor_editor.redactor_editor_wym img {
    position: relative;
    z-index: 2;
}
.redactor_editor.redactor_editor_wym div {
    border: 1px dotted #aaa !important;
}
.redactor_editor.redactor_editor_wym pre {
    border: 2px dashed #e4e4e4 !important;
    background-color: #f8f8f8 !important;
}
.redactor_editor.redactor_editor_wym ul,
.redactor_editor.redactor_editor_wym ol {
    padding-left: 2em !important;
}
.redactor_editor.redactor_editor_wym ul li ul,
.redactor_editor.redactor_editor_wym ol li ul,
.redactor_editor.redactor_editor_wym ul li ol,
.redactor_editor.redactor_editor_wym ol li ol {
    border: none !important;
}
.redactor_dropdown {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 2004;
    padding: 10px;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 1px 5px #bbb;
    font-size: 13px;
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    line-height: 21px;
}
.redactor-toolbar-typewriter .redactor_dropdown {
    font-family: "Courier New", "Lucida Console", Consolas, Monaco, monospace, sans-serif;
    background-color: #f5f5f5;
}
.redactor_separator_drop {
    padding: 0 !important;
    border-top: 1px solid #ddd;
    font-size: 0;
    line-height: 0;
}
.redactor_dropdown a {
    display: block;
    padding: 3px 5px;
    color: #000;
    text-decoration: none;
}
.redactor_dropdown a:hover {
    background-color: #dde4ef;
    color: #444 !important;
    text-decoration: none;
}
#redactor_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50000;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #000 !important;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
#redactor_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 50001;
    padding: 0;
    background: #fff;
    color: #000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 0.45em;
}
#redactor_modal header {
    font-size: 1.2em;
    color: #fff;
    background-color: #414141;
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1ex;
    padding-left: 1em;
    border-radius: 0.35em 0.35em 0 0;
}
#redactor_modal section {
    padding: 1em;
    background-color: #f7f6f2;
}
#redactor_modal label {
}
#redactor_modal .footer:after {
    content: "";
    display: table;
    clear: both;
}
#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea,
#redactor_modal .chosen-container-single .chosen-single {
    padding: 0.5em 1em;
}
#redactor_modal .chosen-container-single .chosen-single div b:before {
    line-height: 2em;
}
#redactor_modal textarea {
}
#redactor_modal input:focus,
#redactor_modal textarea:focus {
}
#redactor_modal_close {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 20px;
    height: 20px;
    color: #999;
    font-size: 26px;
    cursor: pointer;
}
#redactor_modal_close:hover {
    color: #000;
}
.redactor_input {
}
.redactor_modal_box {
    overflow: auto;
    margin-bottom: 10px;
    height: 350px;
}
#redactor_image_box {
    overflow: auto;
    margin-bottom: 10px;
    height: 270px;
}
#redactor_image_box_select {
    display: block;
    margin-bottom: 15px !important;
    width: 200px;
}
#redactor_image_box img {
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100px;
    cursor: pointer;
}
#redactor_tabs {
    margin-bottom: 18px;
}
#redactor_tabs a {
    display: inline-block;
    margin-right: 2px;
    padding: 4px 14px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background: #fff;
    color: #000;
    text-decoration: none;
    line-height: 1;
}
#redactor_tabs a:hover,
#redactor_tabs a.redactor_tabs_act {
    border-color: #eee;
    color: #999 !important;
    text-decoration: none !important;
}
#redactor_modal .footer {
    background-color: #414141;
    font-size: 1.2em;
    padding: 0.5em;
    border-radius: 0 0 0.35em 0.35em;
}
.redactor_droparea {
    position: relative;
    margin: auto;
    margin-bottom: 5px;
    width: 100%;
}
.redactor_droparea .redactor_dropareabox {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    width: 99%;
    border: 1px dashed #ddd;
    background: #fff;
    text-align: center;
}
.redactor_droparea .redactor_dropareabox,
.redactor_dropalternative {
    color: #555;
    font-size: 12px;
}
.redactor_dropalternative {
    margin: 4px 0 2px 0;
}
.redactor_dropareabox.hover {
    border-color: #aaa;
    background: #efe3b8;
}
.redactor_dropareabox.error {
    border-color: #dcc3c3;
    background: #f7e5e5;
}
.redactor_dropareabox.drop {
    border-color: #e0e5d6;
    background: #f4f4ee;
}
#redactor-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
}
#redactor-progress.redactor-progress-inline {
    position: static;
    margin-bottom: 4px;
}
#redactor-progress > span {
    display: block;
    height: 10px;
    width: 100%;
    background-color: #0a8bfb;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.9) inset;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        color-stop(0.25, rgba(255, 255, 255, 0.9)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.9)),
        color-stop(0.75, rgba(255, 255, 255, 0.9)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
    -webkit-animation: animate-stripes 2s linear infinite;
    animation: animate-stripes 2s linear infinite;
}
@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}
@keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}
@charset "utf-8";
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
input,
select {
    color: #000;
}
.cont2_left {
    overflow-y: auto;
    background: #ccc;
    color: #333;
    border-right: 1px solid #000000;
    height: 515px;
    max-height: 100%;
    padding-bottom: 30px !important;
}
@-moz-document url-prefix() {
    .cont2_left {
        height: 525px;
    }
}
.cont2_center {
    overflow-y: auto;
    float: left;
    color: #333;
    border-right: 1px solid #000;
    height: 540px;
    max-height: 100%;
    padding: 0 0 0px 0;
}
.cont2_center_citation {
    overflow-y: auto;
    float: left;
    color: #333;
    border-right: 1px solid #000;
    height: 515px;
    max-height: 100%;
    padding: 0 0 0px 0;
}
@-moz-document url-prefix() {
    .cont2_center {
        overflow-y: auto;
        float: left;
        color: #333;
        border-right: 1px solid #000;
        height: 470px;
        max-height: 100%;
        padding: 0 0 0px 0;
    }
    .cont2_right {
        color: #333;
        padding: 0;
        height: 470px;
        max-height: 100%;
        float: left;
    }
    .cont2_center_citation {
        overflow-y: auto;
        float: left;
        color: #333;
        border-right: 1px solid #000;
        height: 525px;
        max-height: 100%;
        padding: 0 0 0px 0;
    }
}
.cont2_center_caseindex {
    overflow: hidden;
    float: left;
    color: #333;
    height: 550px;
    max-height: 100%;
    padding: 0;
    padding-bottom: 30px;
}
.cont2_right {
    color: #333;
    padding: 0;
    height: 475px;
    max-height: 100%;
    float: left;
}
.menu3 {
    width: 100%;
    float: left;
    padding: 0;
}
.menu3_b1 {
    width: 20%;
    float: left;
}
.menu3_b1_txt1 {
    padding: 5px;
    float: left;
    font: normal 13px "Roboto", sans-serif;
    color: #333;
}
.menu3_b1_search {
    width: 83%;
    border: 1px solid #666;
    padding: 5px;
    float: left;
}
.menu3_b1_search_b1 {
    background: #000000;
    float: left;
    font: normal 16px "Roboto", sans-serif;
    padding: 6.1px;
    cursor: pointer;
    color: #fff;
    border: none;
}
.menu3_b1_select {
    padding: 5px;
    width: 90%;
    border: 1px solid #666;
}
.from_input1 {
    width: 44%;
    float: left;
    padding: 5px;
    color: #000;
    border: 1px solid #666;
}
.from_input1_b1 {
    float: left;
    font: normal 18.5px "Roboto", sans-serif !important;
    cursor: pointer;
    color: #fff;
    background: #000000;
    padding: 3.5px;
    margin-left: 0px;
    border: none;
}
.cont2_checkbox {
    float: left;
    margin-right: 10px !important;
}
.cont2_heading {
    width: 100%;
    margin: 10px 0;
    font: bold 16px "Roboto", sans-serif;
    color: #333;
}
.cont2_left ul {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
    padding-bottom: 40px;
}
.cont2_left ul li {
    float: left;
    width: 100%;
    padding: 0px 0;
}
.cont2_left ul li a {
    float: left;
    width: 70%;
}
.cont2_center_m {
    float: left;
    padding: 10px;
}
.cont2_center_txt1 {
    width: 80%;
    float: left;
}
.cont2_center_txt2 {
    float: right;
}
.cont2_center_txt4 {
    width: 50%;
    float: left;
}
.cont2_center_txt5 {
    float: right;
}
.cont2_center_m_line {
    float: left;
    width: 100%;
    height: 1px;
    background: #000000;
    margin: 0px 0;
}
.cont2_heading_right {
    width: 100%;
    text-align: center;
    margin: 100px 0;
    font: bold 24px "Roboto", sans-serif;
    color: #333;
}
.header_ful_line {
    width: 100%;
    float: left;
    height: 1px;
    background: #ccc;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 1em;
}
.cursor_p {
    cursor: pointer !important;
}
.tag1 {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.tag1_padding {
    font-size: 11px;
    padding: 0 2px;
}
.court {
    color: #4b106b;
}
.padlr {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 10px;
}
.wojo-grid {
    max-width: 100%;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.rappellant {
    font-weight: bold;
    padding: 0;
}
.rheadnote {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
}
.rtags {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
}
.rbench {
    text-align: right;
    margin-top: 2px;
    padding: 0;
}
.rcourt {
    font-weight: bold;
    margin-top: 2px;
    padding: 0;
}
.searchresults {
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    border-bottom: 1px solid #ccc;
}
.searchresults:hover {
    background: #ccc;
}
.a_pad {
    padding: 5px 10px !important;
    font: 13px "Roboto", sans-serif;
    margin-right: 10px;
}
.a_pad:hover {
    background: #000 !important ;
    color: #ffffff;
}
.a_pad1 {
    padding: 5px 10px !important;
    background: #000 !important ;
    color: #ffffff;
    border: none;
    font: 13px "Roboto", sans-serif;
    margin-top: -3px;
}
.a_pad1:hover {
    background: #000 !important ;
    color: #ccc;
}
.ti_a_pad {
    padding: 0px 5px !important;
}
.ci_mt {
    margin-top: -20px !important;
}
.ci_ul {
    list-style: none; /*margin-left:-40px;*/
    margin-bottom: 50px;
}
.ci_ul li {
    padding-top: 10px;
}
.ci_col_bor {
    border-right: 1px solid #000000;
    height: 540px;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 50px;
}
.ci_bot {
    background: #000000;
    color: #ffffff;
    padding: 2px 5px;
    border: none;
    float: left;
}
.search_arrow {
    float: left;
    font-size: 21px;
}
.cl_both {
    clear: both;
    float: left;
}
.fl_left {
    float: left;
    margin-right: 10px;
}
.search_search1 {
    float: left;
    margin-top: 13px;
    display: none;
}
.case_na_serc {
    width: 100%;
}
.subcribe_page_bot {
    float: left;
    width: 130px;
}
.subcribe_page_bot1 {
    float: left;
    margin-left: 50px;
}
.case_name_index_center {
    padding: 0 25px;
}
.to_in_bot_btn_out {
    position: relative;
}
.to_in_bot_btn {
    width: 275px;
    position: fixed;
    float: left;
    bottom: 40px;
    background: #000000;
    z-index: 1000;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 2px 0;
}
.sto_in_bot_btn_out {
    position: relative;
}
.sto_in_bot_btn {
    width: 110px;
    position: relative;
    float: right;
    top: 40px;
    background: #000000;
    z-index: 1000;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 2px 0;
}
#faq_2_2 {
    padding-bottom: 30px;
}
.cont2_left p a {
    font-size: 11px;
}
.wojo.danger.buttons .button,
.wojo.danger.button {
    background-color: #000000 !important;
    border-radius: 0px !important;
    color: #ffffff;
    font-family: "Roboto", sans-serif !important;
}
.wojo.positive.buttons .button,
.wojo.positive.button {
    background-color: #000000 !important;
    border-radius: 0px !important;
    color: #ffffff;
}
.form-control {
    border-radius: 0px !important;
    height: 40px !important;
}
.wojo.double.header span {
    font-family: "Roboto", sans-serif !important;
    border-bottom: 2px solid #000 !important;
    font-weight: 500;
    font-size: 1em;
}
.wojo.positive.buttons .button,
.wojo.positive.button {
    font-family: "Roboto", sans-serif !important;
}
.wojo.tabs li a:hover,
.wojo.tabs li a.active {
    background-color: #fff;
    border-radius: 0.25em 0.25em 0 0;
    box-shadow: 0 2px 0 0 #000000 inset !important;
}
.getpdf {
    background: #007bb5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    right: 46px;
    top: 0;
    word-wrap: break-word;
    z-index: 99;
    padding: 7px;
  
}
.getpdfs-downloade {
    background: red none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    right:120px;
    top: 0;
    word-wrap: break-word;
    z-index: 99;
    padding: 7px;
   
}
.getpdfs-downloade a{
    color:#fff!important;
}
@media and (-webkit-min-device-pixel-ratio: 0) {
    .getpdf {
        display: block;
    }
    .cont2_center {
        height: 462px;
    }
    .result_page3 {
        height: 525px !important;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
   
  
    .cont2_center {
        height: 462px;
    }
    .result_page3 {
        height: 525px !important;
    }
}
@media screen and(-webkit-min-device-pixel-ratio:0) {
    .getpdf {
        -chrome-: only(; display: block;);
    }
    .cont2_center {
        -chrome-: only(; height: 462px;);
    }
    .result_page3 {
        -chrome-: only(;height: 525px !important;);
    }
}
#htiresults li a {
    padding: 5px 10px !important;
    width: 100%;
    line-height: 16px;
}
#htiresults li a:hover {
    color: #fff !important;
    background-color: #000 !important;
}
.linkactive {
    color: #fff !important;
    background-color: #000 !important;
}
#citationlist li a {
    padding: 5px 10px !important;
    width: 100%;
    line-height: 16px;
}
#citationlist li a:hover {
    color: #fff !important;
    background-color: #000 !important;
}
#siresults li a {
    padding: 5px 10px !important;
    width: 100%;
    line-height: 16px;
    display: block;
}
#siresults li a:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.from_input_me_2 {
    width: 35%;
    float: left;
    padding: 5px;
    color: #000;
    border: 1px solid #666;
}

.ul-drops {
    max-height: 180px;
    width: 100%;
    background: #fff;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {

    
    .nav ul li:first-child a {
        display: block !important;
    }
    .nav ul li a {
        padding: 0 !important;
    }
    .bg-black {
        height: 208px !important;
        min-height: 208px !important;
    }
    .mob-none {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .clear_mob {
        clear: both;
    }
    .pb {
        padding-bottom: 10px;
    }
    .from_input1 {
        width: 40% !important;
    }
    .sws_show {
        margin: 10px 0;
    }
    .sws_back {
        padding: 5px 15px;
        background: #000;
        color: #fff;
        display: block;
        cursor: pointer;
    }
    .padlr {
        padding: 0 0 10px !important;
        background: #fff;
    }
    .fromshort {
        width: 100% !important;
    }
    .sortshort {
        width: 100% !important;
        padding: 10px 0 !important;
    }
    .menu3_b1_select {
        width: 80% !important;
    }
    .menu3_b1_search {
        width: 80% !important;
    }
    .mt {
        margin-top: 10px;
    }
    .mb {
        margin-bottom: 10px;
    }
    .msearch100 {
        width: 88% !important;
    }
    .mob-none {
        display: none;
    }
    .header_ful_line {
        margin-top: 0px !important;
    }
    .borderR {
        border-right: #ccc solid 1px;
    }
    .borderT {
        border-top: #ccc solid 1px;
    }

    .dn {
        display: none;
    }
}

.form-control {
    height: 40px !important;
}

.form-control1 {
    width: 100%;
    height: 40px !important;
}
.tac {
    text-align: center;
}
