@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans.woff2') format('woff2'),
    url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff2') format('woff2'),
    url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TheMixBold';
    src: url('../fonts/themixboldplain-webfont.eot');
    src: url('../fonts/themixboldplain-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/themixboldplain-webfont.woff2') format('woff2'),
    url('../fonts/themixboldplain-webfont.woff') format('woff'),
    url('../fonts/themixboldplain-webfont.ttf') format('truetype'),
    url('../fonts/themixboldplain-webfont.svg#the_mix_boldbold_plain') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.35em;
    color: #666564;
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "kern" 1;
    -ms-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    font-feature-settings: "liga" on;
    font-feature-settings: "dlig" off;
    font-feature-settings: "onum" off;
    font-feature-settings: "lnum" off;
    font-feature-settings: "ss01" off;
}

/**
 * Wrapper.
 */
#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px;
    box-sizing: border-box;
    max-width: 940px;
}

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

.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}

.width-66 {
    width:66.666%;
}

.width-33 {
    width:33.333%;
    padding-top:60px;
}

.separator {
    width:20px;
}

@media screen and (max-width: 780px) {
    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    .separator {
        display: none;
    }
}

/**
 * Smooth loading.
 */
.smooth-loading {
    display: none;
    transition-property: opacity;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

/**
 * Typography.
 */
h1 {
    font-family: 'TheMixBold', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 0.25px;
    margin-top:0px;
    margin-bottom:20px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0.25px;
    color: #666564;
    margin-top:35px;
    margin-bottom: 20px;
}

h3 {
    font-family: 'TheMix Light', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 1.1em;
    color: #666564;
    margin-top:0px;
    margin-bottom: 20px;
}

h4 {
    font-family: 'TheMixBold', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.25px;
    color: #00765a;
    margin-top:0px;
    margin-bottom: 20px;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0.25px;
    color: #666564;
    margin-top:0px;
    margin-bottom: 20px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.35em;
    letter-spacing: 0.25px;
    color: #666564;
    margin:20px 0px;
}

.content a, a#confirm-link {
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: 0.25px;
    color: #5bac26;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.content a:hover, .header nav a:hover, a#confirm-link:hover {
    color: #44811D;
}


/**
 * Listing.
 */
.listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listing li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

.listing li::before {
    content: "\25FE";
    padding-right: .2em;
    color: #5d5d4d;
}


/**
 * Button.
 */
.button {
    font-family: 'Open Sans',sans-serif; font-weight: 700;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .25px;
    text-align: center;
    height: 50px;
    width: auto;
    min-width: 120px;
    padding: 0 25px;
    border: none;
    border-radius: calc(50px * .5); transition: .25s;
    color: #fff;
    background-color: #5bac26;
    cursor: pointer;
}

.button[disabled] {
    color: #ddd;
    background: #333;
    opacity: 0.3;
    cursor:default;
}

.button:hover {
    background: #44811D;
    color:white;
    border-bottom:none;
}


/**
 * SVG icons.
 */
.svg.icon {
    height: 20px;
    width: 20px;
    position: relative;
    top: 3px;
}

.svg.small.icon {
    height: 12px;
    width: 12px;
    top: 1px;
}

.svg.follow {
    height: 40px;
    width: 40px;
    margin-right: 12px;
}

.svg.share {
    height: 50px;
    width: 50px;
    margin-right: 12px;
    fill: #5D5D4D;
}

svg.share:hover {
    fill: #333;
}

.svg.icon.top {
    top: 0;
}

/**
 * Form.
 */
.form input:not([type]),
.form input[type=date],
.form input[type=datetime-local],
.form input[type=email],
.form input[type=file],
.form input[type=number],
.form input[type=password],
.form input[type=search],
.form input[type=tel],
.form input[type=text],
.form input[type=time],
.form input[type=url],
.form textarea {
    padding: 0.5em 0.8em;
    font-size: 14px;
    line-height: 19px;
    height: 40px;
    width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:solid 2px #ddddcd;
    transition: all 0.2s ease;
}
.form input:hover {
    border-bottom:solid 2px #5bac26;
    cursor:pointer;
}
.form input:not([type]):focus,
.form input[type=date]:focus,
.form input[type=datetime-local]:focus,
.form input[type=email]:focus,
.form input[type=file]:focus,
.form input[type=number]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form input[type=time]:focus,
.form input[type=url]:focus,
.form textarea:focus {
    outline: none;
    background: #fff;
}

.form .search {
    margin-bottom: 20px;
}

.form .filter {
    margin-bottom: 15px;
}

/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
    color: #aaa;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #aaa;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #aaa;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #aaa;
}

::placeholder {
    color: #aaa;
}

/**
 * Multi select.
 */
.ui-multiselect {
    position: relative;
    text-align: left;
    padding: 10px 15px;
    background: #fff;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    height: 38px;
    overflow: hidden;
    border: 0;
    border-bottom: solid 2px #ddddcd;
    transition: border-bottom 0.2s ease;
    width:100%!important;
}
.ui-multiselect:focus {
    outline: none;
    border:none;
}

.ui-multiselect span {
    color: #9ea7b2;
    font-size: 14px;
    line-height: 19px;
    width: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: open_sansregular, sans-serif;
}

.ui-multiselect span.ui-icon {
    background: #fff url("../images/svg/icons/arrow-down.svg") no-repeat right 12px top 11px / 20px 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    margin-top: -11px;
    padding: 0;
    color: #fff;
}

.ui-multiselect.ui-state-active span.ui-icon {
    background: #fff url("../images/svg/icons/arrow-up.svg") no-repeat right 12px top 11px / 20px 20px;
}

.ui-multiselect:focus,
.ui-multiselect:hover {
    border-bottom:solid 2px #5bac26;
}

.ui-state-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute;
    top: auto;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px;
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 0 0 0 4px;
}

.ui-multiselect-header ul {
    font-size: 1em;
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0;
    display: none;
}

.ui-multiselect-header a {
    text-decoration: none;
}

.ui-multiselect-header a:hover {
    text-decoration: underline;
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0;
    display: block;
}

.ui-multiselect-menu {
    display: none;
    position: absolute;
    z-index: 10000;
    text-align: left;
    background: #fff;
    border: 1px solid #e5e7e6;
    border-top: 0;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    height: inherit !important;
    max-height: 400px !important;
    border-top: solid 1px #ddddcd;
}

.ui-multiselect-checkboxes label {
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    padding: 3px 1px;
    font-family: open_sansregular, sans-serif;
}

.ui-multiselect-checkboxes label input {
    display: none;
}

.ui-multiselect-checkboxes li {
    clear: both;
    padding: 4px 0 4px 11px;
    border-bottom: 1px solid #e5e7e6;
}

.ui-multiselect-checkboxes li:last-child {
    border-bottom: 0;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none;
}

.ui-widget-header.ui-corner-all.ui-multiselect-header.ui-helper-clearfix {
    display: none;
}

.ui-corner-all input[type='checkbox']:not(:checked),
.ui-corner-all input[type='checkbox']:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.ui-corner-all input[type='checkbox'] + span {
    line-height: 19px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #666564;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ui-corner-all input[type='checkbox'] + span::before,
.ui-corner-all input[type='checkbox'] + span::after {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 0;
    content: '';
}

.ui-corner-all input[type='checkbox'] + span::before {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #666564;
    width: 19px;
    height: 19px;
}

.jobabo .ui-corner-all input[type='checkbox'] + span::before {
    width: 15px;
    height: 15px;
}

.ui-corner-all input[type='checkbox'] + span::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 22px;
    color: #666564;
    font-size: 18px;
    content: "-";
    background: #666564;
}

.ui-corner-all input[type='checkbox']:hover + span::before {
    border: 2px solid #666564;
}

.ui-state-hover input[type='checkbox'] + span::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    color: #666564;
}

.ui-corner-all input[type='checkbox']:checked + span::before {
    border: 2px solid #666564;
}

.ui-corner-all input[type='checkbox']:checked + span::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #666564;
}

.ui-corner-all input[type='checkbox']:disabled + span,
.ui-corner-all input[type='checkbox']:disabled + span + p {
    opacity: .4;
    pointer-events: none;
}

/**
 * Print.
 */
.printable-only {
    display: none !important;
}

/**
 * Mobile
 */
@media screen and (max-width: 420px) {
    #wrapper {
        padding:0px 15px;
    }
    .button {
        width:100%;
    }
}
