/**
Theme Name: Miso Portal
Author: Samantha
Author URI: http://www.misoportal.com
Version: 1.0
*/
.slick-list, .slick-slider, .slick-track {
    display: block;
    position: relative;
}
.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}
.nl-dd ul li, .nl-form ul, li {
    list-style: none;
}
.no-pointer, .slick-slide.dragging img {
    pointer-events: none;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    margin: 0 auto;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before, .slick-arrow.slick-hidden {
    display: none;
}
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible!important;
    background: #f2f2f2!important;
    background: rgba(0, 0, 0, .06)!important;
    border: 0!important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px!important;
}
.selectize-dropdown-header-close:hover {
    color: #000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove, .selectize-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px!important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    padding: 2px 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff;
}
.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}
.selectize-control, .selectize-input {
    position: relative;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}
.selectize-control.single .selectize-input.input-active, .selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block;
}
.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}
.selectize-input.full {
    background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default!important;
}
.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
}
.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled>div, .selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff;
}
.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0 2px 0 0!important;
    text-indent: 0!important;
    border: 0!important;
    background: 0 0!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.selectize-input>input::-ms-clear {
    display: none;
}
.selectize-input>input:focus {
    outline: 0!important;
}
.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}
.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}
.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.selectize-dropdown .optgroup-header, .selectize-dropdown .option {
    padding: 5px 8px;
}
.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5;
}
.selectize-dropdown [data-selectable].option {
    opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
}
.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}
.selectize-dropdown .active.create {
    color: #495c68;
}
.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5);
}
.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
    cursor: text;
}
.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: grey transparent transparent;
}
.fa, .fa-stack, .nl-field, ul li:before {
    display: inline-block;
}
.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent grey;
}
.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}
.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px!important;
}
.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa;
}
body, fieldset, form, html, legend, li, ol, ul {
    margin: 0;
    padding: 0;
}
.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
fieldset, img {
    border: 0;
}
legend {
    color: #000;
}
.fa-inverse, .nl-form {
    color: #fff;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
caption, td, th {
    text-align: left;
    vertical-align: top;
    font-weight: 400;
}
.fa-fw, .fa-li, .nl-form .nl-field-go {
    text-align: center;
}
input, select, textarea {
    font-size: 110%;
    line-height: 1.1;
}
abbr, acronym {
    border-bottom: .1em dotted;
    cursor: help;
}
@font-face {
    font-family: FontAwesome;
    src: url(dist/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(dist/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(dist/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(dist/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(dist/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(dist/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right, .pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-glass:before {
    content: "\f000"}
.fa-music:before {
    content: "\f001"}
.fa-search:before {
    content: "\f002"}
.fa-envelope-o:before {
    content: "\f003"}
.fa-heart:before {
    content: "\f004"}
.fa-star:before {
    content: "\f005"}
.fa-star-o:before {
    content: "\f006"}
.fa-user:before {
    content: "\f007"}
.fa-film:before {
    content: "\f008"}
.fa-th-large:before {
    content: "\f009"}
.fa-th:before {
    content: "\f00a"}
.fa-th-list:before {
    content: "\f00b"}
.fa-check:before {
    content: "\f00c"}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-search-minus:before {
    content: "\f010"}
.fa-power-off:before {
    content: "\f011"}
.fa-signal:before {
    content: "\f012"}
.fa-cog:before, .fa-gear:before {
    content: "\f013"}
.fa-trash-o:before {
    content: "\f014"}
.fa-home:before {
    content: "\f015"}
.fa-file-o:before {
    content: "\f016"}
.fa-clock-o:before {
    content: "\f017"}
.fa-road:before {
    content: "\f018"}
.fa-download:before {
    content: "\f019"}
.fa-arrow-circle-o-down:before {
    content: "\f01a"}
.fa-arrow-circle-o-up:before {
    content: "\f01b"}
.fa-inbox:before {
    content: "\f01c"}
.fa-play-circle-o:before {
    content: "\f01d"}
.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"}
.fa-refresh:before {
    content: "\f021"}
.fa-list-alt:before {
    content: "\f022"}
.fa-lock:before {
    content: "\f023"}
.fa-flag:before {
    content: "\f024"}
.fa-headphones:before {
    content: "\f025"}
.fa-volume-off:before {
    content: "\f026"}
.fa-volume-down:before {
    content: "\f027"}
.fa-volume-up:before {
    content: "\f028"}
.fa-qrcode:before {
    content: "\f029"}
.fa-barcode:before {
    content: "\f02a"}
.fa-tag:before {
    content: "\f02b"}
.fa-tags:before {
    content: "\f02c"}
.fa-book:before {
    content: "\f02d"}
.fa-bookmark:before {
    content: "\f02e"}
.fa-print:before {
    content: "\f02f"}
.fa-camera:before {
    content: "\f030"}
.fa-font:before {
    content: "\f031"}
.fa-bold:before {
    content: "\f032"}
.fa-italic:before {
    content: "\f033"}
.fa-text-height:before {
    content: "\f034"}
.fa-text-width:before {
    content: "\f035"}
.fa-align-left:before {
    content: "\f036"}
.fa-align-center:before {
    content: "\f037"}
.fa-align-right:before {
    content: "\f038"}
.fa-align-justify:before {
    content: "\f039"}
.fa-list:before {
    content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"}
.fa-indent:before {
    content: "\f03c"}
.fa-video-camera:before {
    content: "\f03d"}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"}
.fa-pencil:before {
    content: "\f040"}
.fa-map-marker:before {
    content: "\f041"}
.fa-adjust:before {
    content: "\f042"}
.fa-tint:before {
    content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"}
.fa-share-square-o:before {
    content: "\f045"}
.fa-check-square-o:before {
    content: "\f046"}
.fa-arrows:before {
    content: "\f047"}
.fa-step-backward:before {
    content: "\f048"}
.fa-fast-backward:before {
    content: "\f049"}
.fa-backward:before {
    content: "\f04a"}
.fa-play:before {
    content: "\f04b"}
.fa-pause:before {
    content: "\f04c"}
.fa-stop:before {
    content: "\f04d"}
.fa-forward:before {
    content: "\f04e"}
.fa-fast-forward:before {
    content: "\f050"}
.fa-step-forward:before {
    content: "\f051"}
.fa-eject:before {
    content: "\f052"}
.fa-chevron-left:before {
    content: "\f053"}
.fa-chevron-right:before {
    content: "\f054"}
.fa-plus-circle:before {
    content: "\f055"}
.fa-minus-circle:before {
    content: "\f056"}
.fa-times-circle:before {
    content: "\f057"}
.fa-check-circle:before {
    content: "\f058"}
.fa-question-circle:before {
    content: "\f059"}
.fa-info-circle:before {
    content: "\f05a"}
.fa-crosshairs:before {
    content: "\f05b"}
.fa-times-circle-o:before {
    content: "\f05c"}
.fa-check-circle-o:before {
    content: "\f05d"}
.fa-ban:before {
    content: "\f05e"}
.fa-arrow-left:before {
    content: "\f060"}
.fa-arrow-right:before {
    content: "\f061"}
.fa-arrow-up:before {
    content: "\f062"}
.fa-arrow-down:before {
    content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"}
.fa-expand:before {
    content: "\f065"}
.fa-compress:before {
    content: "\f066"}
.fa-plus:before {
    content: "\f067"}
.fa-minus:before {
    content: "\f068"}
.fa-asterisk:before {
    content: "\f069"}
.fa-exclamation-circle:before {
    content: "\f06a"}
.fa-gift:before {
    content: "\f06b"}
.fa-leaf:before {
    content: "\f06c"}
.fa-fire:before {
    content: "\f06d"}
.fa-eye:before {
    content: "\f06e"}
.fa-eye-slash:before {
    content: "\f070"}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"}
.fa-plane:before {
    content: "\f072"}
.fa-calendar:before {
    content: "\f073"}
.fa-random:before {
    content: "\f074"}
.fa-comment:before {
    content: "\f075"}
.fa-magnet:before {
    content: "\f076"}
.fa-chevron-up:before {
    content: "\f077"}
.fa-chevron-down:before {
    content: "\f078"}
.fa-retweet:before {
    content: "\f079"}
.fa-shopping-cart:before {
    content: "\f07a"}
.fa-folder:before {
    content: "\f07b"}
.fa-folder-open:before {
    content: "\f07c"}
.fa-arrows-v:before {
    content: "\f07d"}
.fa-arrows-h:before {
    content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"}
.fa-twitter-square:before {
    content: "\f081"}
.fa-facebook-square:before {
    content: "\f082"}
.fa-camera-retro:before {
    content: "\f083"}
.fa-key:before {
    content: "\f084"}
.fa-cogs:before, .fa-gears:before {
    content: "\f085"}
.fa-comments:before {
    content: "\f086"}
.fa-thumbs-o-up:before {
    content: "\f087"}
.fa-thumbs-o-down:before {
    content: "\f088"}
.fa-star-half:before {
    content: "\f089"}
.fa-heart-o:before {
    content: "\f08a"}
.fa-sign-out:before {
    content: "\f08b"}
.fa-linkedin-square:before {
    content: "\f08c"}
.fa-thumb-tack:before {
    content: "\f08d"}
.fa-external-link:before {
    content: "\f08e"}
.fa-sign-in:before {
    content: "\f090"}
.fa-trophy:before {
    content: "\f091"}
.fa-github-square:before {
    content: "\f092"}
.fa-upload:before {
    content: "\f093"}
.fa-lemon-o:before {
    content: "\f094"}
.fa-phone:before {
    content: "\f095"}
.fa-square-o:before {
    content: "\f096"}
.fa-bookmark-o:before {
    content: "\f097"}
.fa-phone-square:before {
    content: "\f098"}
.fa-twitter:before {
    content: "\f099"}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"}
.fa-github:before {
    content: "\f09b"}
.fa-unlock:before {
    content: "\f09c"}
.fa-credit-card:before {
    content: "\f09d"}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"}
.fa-hdd-o:before {
    content: "\f0a0"}
.fa-bullhorn:before {
    content: "\f0a1"}
.fa-bell:before {
    content: "\f0f3"}
.fa-certificate:before {
    content: "\f0a3"}
.fa-hand-o-right:before {
    content: "\f0a4"}
.fa-hand-o-left:before {
    content: "\f0a5"}
.fa-hand-o-up:before {
    content: "\f0a6"}
.fa-hand-o-down:before {
    content: "\f0a7"}
.fa-arrow-circle-left:before {
    content: "\f0a8"}
.fa-arrow-circle-right:before {
    content: "\f0a9"}
.fa-arrow-circle-up:before {
    content: "\f0aa"}
.fa-arrow-circle-down:before {
    content: "\f0ab"}
.fa-globe:before {
    content: "\f0ac"}
.fa-wrench:before {
    content: "\f0ad"}
.fa-tasks:before {
    content: "\f0ae"}
.fa-filter:before {
    content: "\f0b0"}
.fa-briefcase:before {
    content: "\f0b1"}
.fa-arrows-alt:before {
    content: "\f0b2"}
.fa-group:before, .fa-users:before {
    content: "\f0c0"}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"}
.fa-cloud:before {
    content: "\f0c2"}
.fa-flask:before {
    content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"}
.fa-paperclip:before {
    content: "\f0c6"}
.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"}
.fa-square:before {
    content: "\f0c8"}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"}
.fa-list-ul:before {
    content: "\f0ca"}
.fa-list-ol:before {
    content: "\f0cb"}
.fa-strikethrough:before {
    content: "\f0cc"}
.fa-underline:before {
    content: "\f0cd"}
.fa-table:before {
    content: "\f0ce"}
.fa-magic:before {
    content: "\f0d0"}
.fa-truck:before {
    content: "\f0d1"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-pinterest-square:before {
    content: "\f0d3"}
.fa-google-plus-square:before {
    content: "\f0d4"}
.fa-google-plus:before {
    content: "\f0d5"}
.fa-money:before {
    content: "\f0d6"}
.fa-caret-down:before {
    content: "\f0d7"}
.fa-caret-up:before {
    content: "\f0d8"}
.fa-caret-left:before {
    content: "\f0d9"}
.fa-caret-right:before {
    content: "\f0da"}
.fa-columns:before {
    content: "\f0db"}
.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-linkedin:before {
    content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"}
.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"}
.fa-comment-o:before {
    content: "\f0e5"}
.fa-comments-o:before {
    content: "\f0e6"}
.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"}
.fa-sitemap:before {
    content: "\f0e8"}
.fa-umbrella:before {
    content: "\f0e9"}
.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"}
.fa-lightbulb-o:before {
    content: "\f0eb"}
.fa-exchange:before {
    content: "\f0ec"}
.fa-cloud-download:before {
    content: "\f0ed"}
.fa-cloud-upload:before {
    content: "\f0ee"}
.fa-user-md:before {
    content: "\f0f0"}
.fa-stethoscope:before {
    content: "\f0f1"}
.fa-suitcase:before {
    content: "\f0f2"}
.fa-bell-o:before {
    content: "\f0a2"}
.fa-coffee:before {
    content: "\f0f4"}
.fa-cutlery:before {
    content: "\f0f5"}
.fa-file-text-o:before {
    content: "\f0f6"}
.fa-building-o:before {
    content: "\f0f7"}
.fa-hospital-o:before {
    content: "\f0f8"}
.fa-ambulance:before {
    content: "\f0f9"}
.fa-medkit:before {
    content: "\f0fa"}
.fa-fighter-jet:before {
    content: "\f0fb"}
.fa-beer:before {
    content: "\f0fc"}
.fa-h-square:before {
    content: "\f0fd"}
.fa-plus-square:before {
    content: "\f0fe"}
.fa-angle-double-left:before {
    content: "\f100"}
.fa-angle-double-right:before {
    content: "\f101"}
.fa-angle-double-up:before {
    content: "\f102"}
.fa-angle-double-down:before {
    content: "\f103"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-angle-up:before {
    content: "\f106"}
.fa-angle-down:before {
    content: "\f107"}
.fa-desktop:before {
    content: "\f108"}
.fa-laptop:before {
    content: "\f109"}
.fa-tablet:before {
    content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"}
.fa-circle-o:before {
    content: "\f10c"}
.fa-quote-left:before {
    content: "\f10d"}
.fa-quote-right:before {
    content: "\f10e"}
.fa-spinner:before {
    content: "\f110"}
.fa-circle:before {
    content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"}
.fa-github-alt:before {
    content: "\f113"}
.fa-folder-o:before {
    content: "\f114"}
.fa-folder-open-o:before {
    content: "\f115"}
.fa-smile-o:before {
    content: "\f118"}
.fa-frown-o:before {
    content: "\f119"}
.fa-meh-o:before {
    content: "\f11a"}
.fa-gamepad:before {
    content: "\f11b"}
.fa-keyboard-o:before {
    content: "\f11c"}
.fa-flag-o:before {
    content: "\f11d"}
.fa-flag-checkered:before {
    content: "\f11e"}
.fa-terminal:before {
    content: "\f120"}
.fa-code:before {
    content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"}
.fa-location-arrow:before {
    content: "\f124"}
.fa-crop:before {
    content: "\f125"}
.fa-code-fork:before {
    content: "\f126"}
.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"}
.fa-question:before {
    content: "\f128"}
.fa-info:before {
    content: "\f129"}
.fa-exclamation:before {
    content: "\f12a"}
.fa-superscript:before {
    content: "\f12b"}
.fa-subscript:before {
    content: "\f12c"}
.fa-eraser:before {
    content: "\f12d"}
.fa-puzzle-piece:before {
    content: "\f12e"}
.fa-microphone:before {
    content: "\f130"}
.fa-microphone-slash:before {
    content: "\f131"}
.fa-shield:before {
    content: "\f132"}
.fa-calendar-o:before {
    content: "\f133"}
.fa-fire-extinguisher:before {
    content: "\f134"}
.fa-rocket:before {
    content: "\f135"}
.fa-maxcdn:before {
    content: "\f136"}
.fa-chevron-circle-left:before {
    content: "\f137"}
.fa-chevron-circle-right:before {
    content: "\f138"}
.fa-chevron-circle-up:before {
    content: "\f139"}
.fa-chevron-circle-down:before {
    content: "\f13a"}
.fa-html5:before {
    content: "\f13b"}
.fa-css3:before {
    content: "\f13c"}
.fa-anchor:before {
    content: "\f13d"}
.fa-unlock-alt:before {
    content: "\f13e"}
.fa-bullseye:before {
    content: "\f140"}
.fa-ellipsis-h:before {
    content: "\f141"}
.fa-ellipsis-v:before {
    content: "\f142"}
.fa-rss-square:before {
    content: "\f143"}
.fa-play-circle:before {
    content: "\f144"}
.fa-ticket:before {
    content: "\f145"}
.fa-minus-square:before {
    content: "\f146"}
.fa-minus-square-o:before {
    content: "\f147"}
.fa-level-up:before {
    content: "\f148"}
.fa-level-down:before {
    content: "\f149"}
.fa-check-square:before {
    content: "\f14a"}
.fa-pencil-square:before {
    content: "\f14b"}
.fa-external-link-square:before {
    content: "\f14c"}
.fa-share-square:before {
    content: "\f14d"}
.fa-compass:before {
    content: "\f14e"}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"}
.fa-eur:before, .fa-euro:before {
    content: "\f153"}
.fa-gbp:before {
    content: "\f154"}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"}
.fa-inr:before, .fa-rupee:before {
    content: "\f156"}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"}
.fa-krw:before, .fa-won:before {
    content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"}
.fa-file:before {
    content: "\f15b"}
.fa-file-text:before {
    content: "\f15c"}
.fa-sort-alpha-asc:before {
    content: "\f15d"}
.fa-sort-alpha-desc:before {
    content: "\f15e"}
.fa-sort-amount-asc:before {
    content: "\f160"}
.fa-sort-amount-desc:before {
    content: "\f161"}
.fa-sort-numeric-asc:before {
    content: "\f162"}
.fa-sort-numeric-desc:before {
    content: "\f163"}
.fa-thumbs-up:before {
    content: "\f164"}
.fa-thumbs-down:before {
    content: "\f165"}
.fa-youtube-square:before {
    content: "\f166"}
.fa-youtube:before {
    content: "\f167"}
.fa-xing:before {
    content: "\f168"}
.fa-xing-square:before {
    content: "\f169"}
.fa-youtube-play:before {
    content: "\f16a"}
.fa-dropbox:before {
    content: "\f16b"}
.fa-stack-overflow:before {
    content: "\f16c"}
.fa-instagram:before {
    content: "\f16d"}
.fa-flickr:before {
    content: "\f16e"}
.fa-adn:before {
    content: "\f170"}
.fa-bitbucket:before {
    content: "\f171"}
.fa-bitbucket-square:before {
    content: "\f172"}
.fa-tumblr:before {
    content: "\f173"}
.fa-tumblr-square:before {
    content: "\f174"}
.fa-long-arrow-down:before {
    content: "\f175"}
.fa-long-arrow-up:before {
    content: "\f176"}
.fa-long-arrow-left:before {
    content: "\f177"}
.fa-long-arrow-right:before {
    content: "\f178"}
.fa-apple:before {
    content: "\f179"}
.fa-windows:before {
    content: "\f17a"}
.fa-android:before {
    content: "\f17b"}
.fa-linux:before {
    content: "\f17c"}
.fa-dribbble:before {
    content: "\f17d"}
.fa-skype:before {
    content: "\f17e"}
.fa-foursquare:before {
    content: "\f180"}
.fa-trello:before {
    content: "\f181"}
.fa-female:before {
    content: "\f182"}
.fa-male:before {
    content: "\f183"}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"}
.fa-sun-o:before {
    content: "\f185"}
.fa-moon-o:before {
    content: "\f186"}
.fa-archive:before {
    content: "\f187"}
.fa-bug:before {
    content: "\f188"}
.fa-vk:before {
    content: "\f189"}
.fa-weibo:before {
    content: "\f18a"}
.fa-renren:before {
    content: "\f18b"}
.fa-pagelines:before {
    content: "\f18c"}
.fa-stack-exchange:before {
    content: "\f18d"}
.fa-arrow-circle-o-right:before {
    content: "\f18e"}
.fa-arrow-circle-o-left:before {
    content: "\f190"}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"}
.fa-dot-circle-o:before {
    content: "\f192"}
.fa-wheelchair:before {
    content: "\f193"}
.fa-vimeo-square:before {
    content: "\f194"}
.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"}
.fa-plus-square-o:before {
    content: "\f196"}
.fa-space-shuttle:before {
    content: "\f197"}
.fa-slack:before {
    content: "\f198"}
.fa-envelope-square:before {
    content: "\f199"}
.fa-wordpress:before {
    content: "\f19a"}
.fa-openid:before {
    content: "\f19b"}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"}
.fa-yahoo:before {
    content: "\f19e"}
.fa-google:before {
    content: "\f1a0"}
.fa-reddit:before {
    content: "\f1a1"}
.fa-reddit-square:before {
    content: "\f1a2"}
.fa-stumbleupon-circle:before {
    content: "\f1a3"}
.fa-stumbleupon:before {
    content: "\f1a4"}
.fa-delicious:before {
    content: "\f1a5"}
.fa-digg:before {
    content: "\f1a6"}
.fa-pied-piper-pp:before {
    content: "\f1a7"}
.fa-pied-piper-alt:before {
    content: "\f1a8"}
.fa-drupal:before {
    content: "\f1a9"}
.fa-joomla:before {
    content: "\f1aa"}
.fa-language:before {
    content: "\f1ab"}
.fa-fax:before {
    content: "\f1ac"}
.fa-building:before {
    content: "\f1ad"}
.fa-child:before {
    content: "\f1ae"}
.fa-paw:before {
    content: "\f1b0"}
.fa-spoon:before {
    content: "\f1b1"}
.fa-cube:before {
    content: "\f1b2"}
.fa-cubes:before {
    content: "\f1b3"}
.fa-behance:before {
    content: "\f1b4"}
.fa-behance-square:before {
    content: "\f1b5"}
.fa-steam:before {
    content: "\f1b6"}
.fa-steam-square:before {
    content: "\f1b7"}
.fa-recycle:before {
    content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"}
.fa-tree:before {
    content: "\f1bb"}
.fa-spotify:before {
    content: "\f1bc"}
.fa-deviantart:before {
    content: "\f1bd"}
.fa-soundcloud:before {
    content: "\f1be"}
.fa-database:before {
    content: "\f1c0"}
.fa-file-pdf-o:before {
    content: "\f1c1"}
.fa-file-word-o:before {
    content: "\f1c2"}
.fa-file-excel-o:before {
    content: "\f1c3"}
.fa-file-powerpoint-o:before {
    content: "\f1c4"}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"}
.fa-file-code-o:before {
    content: "\f1c9"}
.fa-vine:before {
    content: "\f1ca"}
.fa-codepen:before {
    content: "\f1cb"}
.fa-jsfiddle:before {
    content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"}
.fa-circle-o-notch:before {
    content: "\f1ce"}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"}
.fa-empire:before, .fa-ge:before {
    content: "\f1d1"}
.fa-git-square:before {
    content: "\f1d2"}
.fa-git:before {
    content: "\f1d3"}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"}
.fa-tencent-weibo:before {
    content: "\f1d5"}
.fa-qq:before {
    content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"}
.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"}
.fa-history:before {
    content: "\f1da"}
.fa-circle-thin:before {
    content: "\f1db"}
.fa-header:before {
    content: "\f1dc"}
.fa-paragraph:before {
    content: "\f1dd"}
.fa-sliders:before {
    content: "\f1de"}
.fa-share-alt:before {
    content: "\f1e0"}
.fa-share-alt-square:before {
    content: "\f1e1"}
.fa-bomb:before {
    content: "\f1e2"}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"}
.fa-tty:before {
    content: "\f1e4"}
.fa-binoculars:before {
    content: "\f1e5"}
.fa-plug:before {
    content: "\f1e6"}
.fa-slideshare:before {
    content: "\f1e7"}
.fa-twitch:before {
    content: "\f1e8"}
.fa-yelp:before {
    content: "\f1e9"}
.fa-newspaper-o:before {
    content: "\f1ea"}
.fa-wifi:before {
    content: "\f1eb"}
.fa-calculator:before {
    content: "\f1ec"}
.fa-paypal:before {
    content: "\f1ed"}
.fa-google-wallet:before {
    content: "\f1ee"}
.fa-cc-visa:before {
    content: "\f1f0"}
.fa-cc-mastercard:before {
    content: "\f1f1"}
.fa-cc-discover:before {
    content: "\f1f2"}
.fa-cc-amex:before {
    content: "\f1f3"}
.fa-cc-paypal:before {
    content: "\f1f4"}
.fa-cc-stripe:before {
    content: "\f1f5"}
.fa-bell-slash:before {
    content: "\f1f6"}
.fa-bell-slash-o:before {
    content: "\f1f7"}
.fa-trash:before {
    content: "\f1f8"}
.fa-copyright:before {
    content: "\f1f9"}
.fa-at:before {
    content: "\f1fa"}
.fa-eyedropper:before {
    content: "\f1fb"}
.fa-paint-brush:before {
    content: "\f1fc"}
.fa-birthday-cake:before {
    content: "\f1fd"}
.fa-area-chart:before {
    content: "\f1fe"}
.fa-pie-chart:before {
    content: "\f200"}
.fa-line-chart:before {
    content: "\f201"}
.fa-lastfm:before {
    content: "\f202"}
.fa-lastfm-square:before {
    content: "\f203"}
.fa-toggle-off:before {
    content: "\f204"}
.fa-toggle-on:before {
    content: "\f205"}
.fa-bicycle:before {
    content: "\f206"}
.fa-bus:before {
    content: "\f207"}
.fa-ioxhost:before {
    content: "\f208"}
.fa-angellist:before {
    content: "\f209"}
.fa-cc:before {
    content: "\f20a"}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"}
.fa-meanpath:before {
    content: "\f20c"}
.fa-buysellads:before {
    content: "\f20d"}
.fa-connectdevelop:before {
    content: "\f20e"}
.fa-dashcube:before {
    content: "\f210"}
.fa-forumbee:before {
    content: "\f211"}
.fa-leanpub:before {
    content: "\f212"}
.fa-sellsy:before {
    content: "\f213"}
.fa-shirtsinbulk:before {
    content: "\f214"}
.fa-simplybuilt:before {
    content: "\f215"}
.fa-skyatlas:before {
    content: "\f216"}
.fa-cart-plus:before {
    content: "\f217"}
.fa-cart-arrow-down:before {
    content: "\f218"}
.fa-diamond:before {
    content: "\f219"}
.fa-ship:before {
    content: "\f21a"}
.fa-user-secret:before {
    content: "\f21b"}
.fa-motorcycle:before {
    content: "\f21c"}
.fa-street-view:before {
    content: "\f21d"}
.fa-heartbeat:before {
    content: "\f21e"}
.fa-venus:before {
    content: "\f221"}
.fa-mars:before {
    content: "\f222"}
.fa-mercury:before {
    content: "\f223"}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"}
.fa-transgender-alt:before {
    content: "\f225"}
.fa-venus-double:before {
    content: "\f226"}
.fa-mars-double:before {
    content: "\f227"}
.fa-venus-mars:before {
    content: "\f228"}
.fa-mars-stroke:before {
    content: "\f229"}
.fa-mars-stroke-v:before {
    content: "\f22a"}
.fa-mars-stroke-h:before {
    content: "\f22b"}
.fa-neuter:before {
    content: "\f22c"}
.fa-genderless:before {
    content: "\f22d"}
.fa-facebook-official:before {
    content: "\f230"}
.fa-pinterest-p:before {
    content: "\f231"}
.fa-whatsapp:before {
    content: "\f232"}
.fa-server:before {
    content: "\f233"}
.fa-user-plus:before {
    content: "\f234"}
.fa-user-times:before {
    content: "\f235"}
.fa-bed:before, .fa-hotel:before {
    content: "\f236"}
.fa-viacoin:before {
    content: "\f237"}
.fa-train:before {
    content: "\f238"}
.fa-subway:before {
    content: "\f239"}
.fa-medium:before {
    content: "\f23a"}
.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"}
.fa-optin-monster:before {
    content: "\f23c"}
.fa-opencart:before {
    content: "\f23d"}
.fa-expeditedssl:before {
    content: "\f23e"}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"}
.fa-mouse-pointer:before {
    content: "\f245"}
.fa-i-cursor:before {
    content: "\f246"}
.fa-object-group:before {
    content: "\f247"}
.fa-object-ungroup:before {
    content: "\f248"}
.fa-sticky-note:before {
    content: "\f249"}
.fa-sticky-note-o:before {
    content: "\f24a"}
.fa-cc-jcb:before {
    content: "\f24b"}
.fa-cc-diners-club:before {
    content: "\f24c"}
.fa-clone:before {
    content: "\f24d"}
.fa-balance-scale:before {
    content: "\f24e"}
.fa-hourglass-o:before {
    content: "\f250"}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"}
.fa-hourglass:before {
    content: "\f254"}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"}
.fa-hand-scissors-o:before {
    content: "\f257"}
.fa-hand-lizard-o:before {
    content: "\f258"}
.fa-hand-spock-o:before {
    content: "\f259"}
.fa-hand-pointer-o:before {
    content: "\f25a"}
.fa-hand-peace-o:before {
    content: "\f25b"}
.fa-trademark:before {
    content: "\f25c"}
.fa-registered:before {
    content: "\f25d"}
.fa-creative-commons:before {
    content: "\f25e"}
.fa-gg:before {
    content: "\f260"}
.fa-gg-circle:before {
    content: "\f261"}
.fa-tripadvisor:before {
    content: "\f262"}
.fa-odnoklassniki:before {
    content: "\f263"}
.fa-odnoklassniki-square:before {
    content: "\f264"}
.fa-get-pocket:before {
    content: "\f265"}
.fa-wikipedia-w:before {
    content: "\f266"}
.fa-safari:before {
    content: "\f267"}
.fa-chrome:before {
    content: "\f268"}
.fa-firefox:before {
    content: "\f269"}
.fa-opera:before {
    content: "\f26a"}
.fa-internet-explorer:before {
    content: "\f26b"}
.fa-television:before, .fa-tv:before {
    content: "\f26c"}
.fa-contao:before {
    content: "\f26d"}
.fa-500px:before {
    content: "\f26e"}
.fa-amazon:before {
    content: "\f270"}
.fa-calendar-plus-o:before {
    content: "\f271"}
.fa-calendar-minus-o:before {
    content: "\f272"}
.fa-calendar-times-o:before {
    content: "\f273"}
.fa-calendar-check-o:before {
    content: "\f274"}
.fa-industry:before {
    content: "\f275"}
.fa-map-pin:before {
    content: "\f276"}
.fa-map-signs:before {
    content: "\f277"}
.fa-map-o:before {
    content: "\f278"}
.fa-map:before {
    content: "\f279"}
.fa-commenting:before {
    content: "\f27a"}
.fa-commenting-o:before {
    content: "\f27b"}
.fa-houzz:before {
    content: "\f27c"}
.fa-vimeo:before {
    content: "\f27d"}
.fa-black-tie:before {
    content: "\f27e"}
.fa-fonticons:before {
    content: "\f280"}
.fa-reddit-alien:before {
    content: "\f281"}
.fa-edge:before {
    content: "\f282"}
.fa-credit-card-alt:before {
    content: "\f283"}
.fa-codiepie:before {
    content: "\f284"}
.fa-modx:before {
    content: "\f285"}
.fa-fort-awesome:before {
    content: "\f286"}
.fa-usb:before {
    content: "\f287"}
.fa-product-hunt:before {
    content: "\f288"}
.fa-mixcloud:before {
    content: "\f289"}
.fa-scribd:before {
    content: "\f28a"}
.fa-pause-circle:before {
    content: "\f28b"}
.fa-pause-circle-o:before {
    content: "\f28c"}
.fa-stop-circle:before {
    content: "\f28d"}
.fa-stop-circle-o:before {
    content: "\f28e"}
.fa-shopping-bag:before {
    content: "\f290"}
.fa-shopping-basket:before {
    content: "\f291"}
.fa-hashtag:before {
    content: "\f292"}
.fa-bluetooth:before {
    content: "\f293"}
.fa-bluetooth-b:before {
    content: "\f294"}
.fa-percent:before {
    content: "\f295"}
.fa-gitlab:before {
    content: "\f296"}
.fa-wpbeginner:before {
    content: "\f297"}
.fa-wpforms:before {
    content: "\f298"}
.fa-envira:before {
    content: "\f299"}
.fa-universal-access:before {
    content: "\f29a"}
.fa-wheelchair-alt:before {
    content: "\f29b"}
.fa-question-circle-o:before {
    content: "\f29c"}
.fa-blind:before {
    content: "\f29d"}
.fa-audio-description:before {
    content: "\f29e"}
.fa-volume-control-phone:before {
    content: "\f2a0"}
.fa-braille:before {
    content: "\f2a1"}
.fa-assistive-listening-systems:before {
    content: "\f2a2"}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"}
.fa-glide:before {
    content: "\f2a5"}
.fa-glide-g:before {
    content: "\f2a6"}
.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"}
.fa-low-vision:before {
    content: "\f2a8"}
.fa-viadeo:before {
    content: "\f2a9"}
.fa-viadeo-square:before {
    content: "\f2aa"}
.fa-snapchat:before {
    content: "\f2ab"}
.fa-snapchat-ghost:before {
    content: "\f2ac"}
.fa-snapchat-square:before {
    content: "\f2ad"}
.fa-pied-piper:before {
    content: "\f2ae"}
.fa-first-order:before {
    content: "\f2b0"}
.fa-yoast:before {
    content: "\f2b1"}
.fa-themeisle:before {
    content: "\f2b2"}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"}
.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"}
.fa-handshake-o:before {
    content: "\f2b5"}
.fa-envelope-open:before {
    content: "\f2b6"}
.fa-envelope-open-o:before {
    content: "\f2b7"}
.fa-linode:before {
    content: "\f2b8"}
.fa-address-book:before {
    content: "\f2b9"}
.fa-address-book-o:before {
    content: "\f2ba"}
.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"}
.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"}
.fa-user-circle:before {
    content: "\f2bd"}
.fa-user-circle-o:before {
    content: "\f2be"}
.fa-user-o:before {
    content: "\f2c0"}
.fa-id-badge:before {
    content: "\f2c1"}
.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"}
.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"}
.fa-quora:before {
    content: "\f2c4"}
.fa-free-code-camp:before {
    content: "\f2c5"}
.fa-telegram:before {
    content: "\f2c6"}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"}
.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"}
.fa-shower:before {
    content: "\f2cc"}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"}
.fa-podcast:before {
    content: "\f2ce"}
.fa-window-maximize:before {
    content: "\f2d0"}
.fa-window-minimize:before {
    content: "\f2d1"}
.fa-window-restore:before {
    content: "\f2d2"}
.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"}
.fa-bandcamp:before {
    content: "\f2d5"}
.fa-grav:before {
    content: "\f2d6"}
.fa-etsy:before {
    content: "\f2d7"}
.fa-imdb:before {
    content: "\f2d8"}
.fa-ravelry:before {
    content: "\f2d9"}
.fa-eercast:before {
    content: "\f2da"}
.fa-microchip:before {
    content: "\f2db"}
.fa-snowflake-o:before {
    content: "\f2dc"}
.fa-superpowers:before {
    content: "\f2dd"}
.fa-wpexplorer:before {
    content: "\f2de"}
.fa-meetup:before {
    content: "\f2e0"}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@font-face {
    font-family: nlicons;
    src: url(dist/fonts/nlicons.eot);
    src: url(dist/fonts/nlicons.eot?#iefix) format("embedded-opentype"), url(dist/fonts/nlicons.woff) format("woff"), url(dist/fonts/nlicons.ttf) format("truetype"), url(dist/fonts/nlicons.svg#nlicons) format("svg");
    font-weight: 400;
    font-style: normal;
}
.nl-form {
    width: 100%;
    margin: 0 auto;
    font-size: 3em;
    line-height: 1.5;
}
.nl-form ul {
    margin: 0;
    padding: 0;
}
.nl-form input, .nl-form select {
    border: none;
    background: 0 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.nl-form input:focus {
    outline: 0;
}
.nl-field {
    position: relative;
}
.nl-field.nl-field-open {
    z-index: 10000;
}
.nl-field.nl-field-open ul li:first-of-type {
    text-transform: capitalize;
}
.nl-field-toggle, .nl-form input, .nl-form select {
    line-height: inherit;
    display: inline-block;
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
    border-radius: 0;
    border-bottom: 1px solid;
}
.nl-field-toggle:hover {
    color: #06ca61;
}
.nl-field ul {
    font-size: .5em;
    position: absolute;
    visibility: hidden;
    background: #06ca61;
    top: 0;
    opacity: 0;
    transform: scale(.9);
    -webkit-transition: visibility 0s .3s, opacity .3s, -webkit-transform .3s;
    -moz-transition: visibility 0s .3s, opacity .3s, -moz-transform .3s;
    transition: visibility 0s .3s, opacity .3s, transform .3s;
    min-width: 100%}
.nl-field.nl-field-open ul {
    padding: 10px 5px;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: visibility 0s 0s, opacity .3s, -webkit-transform .3s;
    -moz-transition: visibility 0s 0s, opacity .3s, -moz-transform .3s;
    transition: visibility 0s 0s, opacity .3s, transform .3s;
    overflow-y: scroll;
    max-height: 345px;
}
.nl-field.nl-field-open ul::-webkit-scrollbar {
    all: unset;
    width: 10px;
    background: #06ca61;
    border-radius: 10px;
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 0;
}
.nl-field.nl-field-open ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #add8e6;
    width: 5px;
}
.nl-field.nl-field-open ul::-webkit-scrollbar-track {
    background: #06ca61;
    z-index: 10000;
    border-radius: 10px;
}
@media (max-width:768px) {
    .nl-field.nl-field-open ul: :-webkit-scrollbar-thumb {
    width: 5px;
}
}.nl-field ul li {
    color: #fff;
    position: relative;
}
.nl-dd ul li.nl-dd-checked, .no-touch .nl-dd ul li:hover:active {
    color: #f26621;
}
.nl-field ul li:before {
    display: none;
}
.nl-dd ul li {
    margin: 0;
    opacity: .7;
    padding: 0 1.5em 0 .5em;
    cursor: pointer;
    white-space: nowrap;
}
.nl-dd ul li:hover {
    opacity: 1;
}
.no-touch .nl-dd ul li:hover {
    background: rgba(0, 0, 0, .05);
}
.nl-dd ul li.nl-dd-checked:before, .nl-field-go:before {
    font-family: nlicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.nl-dd ul li.nl-dd-checked:before {
    content: "\e000";
    position: absolute;
    right: 1em;
    font-size: 50%;
    line-height: 3;
}
.nl-ti-text ul {
    min-width: 8em;
}
.nl-ti-text ul li.nl-ti-input input {
    width: 100%;
    padding: .2em 2em .2em .5em;
    border-bottom: none;
    color: #fff;
}
.nl-form .nl-field-go {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, .1);
    width: 1.8em;
    color: transparent;
}
.nl-field-go:before {
    content: "\e001";
    font-size: 75%;
    color: #fff;
    width: 100%;
    line-height: 2.5;
    display: block;
}
input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
}
input:active::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .2);
}
input::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}
input:active::-moz-placeholder, input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .2);
}
input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
}
input:active::-ms-input-placeholder, input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, .2);
}
.nl-ti-text ul li.nl-ti-example {
    font-size: 40%;
    font-style: italic;
    font-weight: 400;
    padding: .4em 1em;
    color: rgba(0, 0, 0, .2);
    border-top: 1px dashed rgba(255, 255, 255, .7);
}
.nl-ti-text ul li.nl-ti-example em, a.btn:not([href]):not([tabindex]) {
    color: #fff;
}
.nl-submit-wrap {
    margin-top: .4em;
}
.nl-form .nl-submit {
    font-weight: 400;
    margin: 0;
    padding: 10px 20px 12px;
}
h3, p {
    margin-bottom: 15px;
}
.no-touch .nl-form .nl-submit:active, .no-touch .nl-form .nl-submit:hover {
    background: #69B1A9;
}
.no-touch .nl-form .nl-submit:hover:before {
    background: #58a199;
}
.nl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s .3s, opacity .3s;
    -moz-transition: visibility 0s .3s, opacity .3s;
    transition: visibility 0s .3s, opacity .3s;
}
.nl-field.nl-field-open~.nl-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
@media screen and (max-width:45em) {
    .nl-form {
    font-size: 2em;
}
}@media screen and (max-width:25em) {
    .nl-form {
    font-size: 1.5em;
}
}html {
    -ms-overflow-style: none;
}
::-webkit-scrollbar {
    display: none;
}
body {
    font: 16px brother-1816, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
}
h3, h4 {
    line-height: 1.4;
}
h6, li, p {
    line-height: 1.6;
}
li, p, strong {
    -webkit-font-smoothing: subpixel-antialiased;
}
button, input {
    background: #f26621;
    color: #fff;
    overflow: visible;
    padding: 15px 40px;
    font-size: 1rem;
    font-family: brandon-grotesque;
    font-weight: 700;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: .075em;
    cursor: pointer;
    border-radius: 3px;
}
:focus, a:focus, btn:focus, button:focus {
    border: none;
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}
.btn.secondary.reverse:hover, .btn.secondary:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}
address, li, ol, ul {
    color: #6b7c93;
}
.message-details {
    border-top: 2px solid #22222a;
    margin-top: 122px;
}
p.has-img, table img, table p {
    margin: 0;
}
h1, h2, h3, h4, h5 {
    color: #22222a;
    font-family: brother-1816, sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 3em;
    margin-bottom: 30px;
}
h2 {
    font-size: 2.75em;
    margin: 0 0 15px;
}
h2:first-of-type, h3:first-of-type {
    margin-top: 0;
}
h3 {
    font-size: 1.75em;
    margin-top: 15px;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.75;
}
address, h6, li, p {
    font-size: 1em;
}
h6, p strong {
    font-weight: 700;
}
ol, ul, ul li {
    margin-bottom: 15px;
}
ol li, ul ul li {
    margin-bottom: 10px;
}
a:hover {
    text-decoration: none;
}
strong {
    font-weight: 900;
}
address {
    font-family: brother-1816, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
address p {
    margin: 0;
    font-weight: 400;
}
address p strong {
    font-weight: 900;
}
ul {
    padding-left: 30px;
    text-align: left;
}
ul li {
    list-style-type: disc;
    position: relative;
}
ul li:before {
    background: url(dist/images/icon.png) center left/contain no-repeat;
    content: '';
    height: 10px;
    left: -15px;
    position: absolute;
    top: 7px;
    width: 10px;
}
ul ul {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 30px;
}
ul ul li {
    list-style-type: circle;
}
ol {
    padding-left: 20px;
}
ol li {
    list-style: decimal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #e1eff4;
    column-span: all;
    margin: 30px 0;
    max-width: 100%;
    width: 100%}
table td {
    border-right: 1px solid #e1eff4;
    border-bottom: 1px solid #e1eff4;
    padding: 15px;
}
table td:first-child {
    border-left: 1px solid #e1eff4;
}
table td:hover {
    background: #f1f1f1;
}
table th td, table thead td {
    background: #f26621;
    border: none;
    color: #fff;
    font-weight: 700;
}
table tbody tr:nth-child(2n) {
    background: #fafafa;
}
table tfoot td {
    background: #22222a;
    border: none;
    color: rgba(255, 255, 255, .6);
    font-weight: 700;
    font-size: 14px;
    padding: 5px 15px;
}
.flex-wrap {
    display: flex;
}
.btn {
    padding: 15px 40px;
    font-size: 1rem;
    font-family: brandon-grotesque;
    font-weight: 700;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: .075em;
    cursor: pointer;
    border-radius: 3px;
}
.btn.secondary {
    background: #f26621;
    color: #fff;
}
.btn.secondary.reverse, .btn.secondary:hover {
    background: #fff;
    color: #f26621;
}
.btn.secondary.reverse:hover {
    background: #f26621;
    color: #fff;
}
@keyframes fadein {
    from {
    opacity: 0;
    transform: translateY(15px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}.fadein {
    opacity: 0;
    transform: translateY(300px);
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.video .play-icon, .video .thumb {
    transform: translateY(-50%);
    position: absolute;
}
.fadein.fade {
    animation-name: fadein;
}
.video {
    cursor: pointer;
    display: block;
    padding-bottom: 56%;
    position: relative;
}
.video .video-frame {
    height: 100%;
    position: absolute;
    width: 100%}
.video .thumb {
    top: 50%}
.video .play-icon {
    background: #fff;
    width: 70px;
    height: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    z-index: 15;
}
.video .play-icon i {
    color: #f26621;
    font-size: 26px;
}
.section-title {
    font-size: 3rem;
    font-weight: 700;
}
@media (max-width:425px) {
    .section-title {
    font-size: 2rem;
}
}.content-block {
    padding: 75px 0;
    margin: 0 0 75px;
}
.content-block.services .section-title {
    text-align: center;
    margin: 0 0 45px;
}
.content-block.services .service-card {
    padding: 40px 15px;
    text-align: center;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    height: 100%}
.content-block.services .service-card * {
    transition: all .3s ease-in-out;
}
.content-block.services .service-card img {
    height: 66px;
    width: auto;
    display: block;
    margin: 0 auto 15px;
}
.content-block.services .service-card h3 {
    font-size: 1.5rem;
    margin: 0 0 20px;
    font-weight: 500;
}
.content-block.services .service-card p {
    color: #6b7c93;
    font-weight: 400;
    margin: 0 0 20px;
}
.content-block.services .service-card .btn {
    padding: 15px 35px;
    opacity: 0;
    font-size: .8rem;
}
.content-block.services .service-card:hover {
    background: #22222a;
}
.content-block.services .service-card:hover h3, .content-block.services .service-card:hover p {
    color: #fff;
}
.content-block.services .service-card:hover .btn {
    opacity: 1;
}
.content-block.services .service-card:hover img {
    filter: contrast(1) sepia(1000%) hue-rotate(0) brightness(2) saturate(15);
}
@media (max-width:768px) {
    .content-block.services .service-card {
    padding: 20px 15px;
}
.content-block.services .service-card .btn {
    opacity: 1;
}
}.content-block.services.background {
    position: relative;
    padding-top: 190px;
}
.content-block.services.background .services-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.content-block.case-studies {
    position: relative;
    padding-top: 190px;
    color: #fff;
}
.content-block.case-studies .col-sm:first-of-type {
    padding-right: 45px;
}
.content-block.case-studies .cs-slider {
    max-width: 100%}
.content-block.case-studies .cs-slider .slick-list {
    margin: 0 0 50px;
}
.content-block.case-studies .cs-slider .slick-list img {
    display: block;
    max-width: 100%;
    padding: 20px;
}
@media (max-width:767px) {
    .content-block.case-studies {
    text-align: center;
}
.content-block.case-studies .cs-slider .slick-list {
    margin: 0 0 20px;
}
.content-block.case-studies .cs-slider {
    margin: 0 0 50px;
}
}.content-block.case-studies h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.5rem;
    margin: 0 0 40px;
    text-align: left;
}
.content-block.case-studies p {
    color: #c6d3e4;
    line-height: 1.625rem;
    margin: 0 0 25px;
    text-align: left;
}
.content-block.testimonial p, .content-block.why-miso .boxes .box:nth-child(odd) h3, .content-block.why-miso .boxes .box:nth-child(odd) p {
    color: #fff;
}
.content-block.case-studies .stats {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 55px;
}
.content-block.case-studies .stats .stat {
    width: 33%}
@media (max-width:991px) {
    .content-block.case-studies .stats {
    justify-content: space-around;
    align-items: center;
    padding: 20px 0 0;
    margin: 0 0 50px;
}
.content-block.case-studies .stats .stat {
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
}
}.content-block.case-studies .stats .stat strong {
    font-size: 2.625rem;
    line-height: 2.625rem;
    font-weight: 700;
    margin: 0;
    display: block;
}
.content-block.case-studies .stats .stat small {
    font-size: .75rem;
    font-weight: 700;
    line-height: .75rem;
    text-transform: uppercase;
}
.content-block.case-studies .cs-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.content-block.testimonial {
    width: 80vw;
    padding: 180px 160px;
    background-size: cover;
    position: relative;
    text-align: center;
}
@media (max-width:767px) {
    .content-block.testimonial {
    padding: 180px 60px;
    width: 100vw;
}
.content-block.testimonial:after {
    display: none;
}
}.content-block.testimonial p.content {
    font-size: 1.875rem;
    line-height: 2.875rem;
    font-weight: 500;
    margin: 0 0 45px;
}
.content-block.testimonial p.author {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
}
.content-block.testimonial:after {
    content: '';
    position: absolute;
    height: 321px;
    width: 558px;
    background-image: url(dist/images/lines.png);
    z-index: -1;
    right: -115px;
    bottom: -60px;
}
.content-block.why-miso .section-title {
    text-align: center;
    margin: 0 0 48px;
}
.content-block.why-miso .boxes {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.content-block.why-miso .boxes .box {
    width: 25%;
    background-color: #faf6e8;
    background-image: url(dist/images/pattern.png);
    background-blend-mode: darken;
    background-size: cover;
    padding: 70px 40px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.content-block.why-miso .boxes .box:hover {
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .2);
}
.content-block.why-miso .boxes .box:nth-child(odd) {
    background-color: #f26621;
}
.content-block.why-miso .boxes .box:nth-child(odd) img {
    filter: brightness(0) invert(1);
}
@media (min-width:992px) {
    .content-block.why-miso .boxes .box: nth-of-type(1) {
    margin-top: 0;
}
.content-block.why-miso .boxes .box:nth-of-type(2) {
    margin-top: 50px;
}
.content-block.why-miso .boxes .box:nth-of-type(3) {
    margin-top: 100px;
}
.content-block.why-miso .boxes .box:nth-of-type(4) {
    margin-top: 150px;
}
}@media (max-width:991px) and (min-width:769px) {
    .content-block.why-miso .boxes .box {
    width: 50%}
.content-block.why-miso .boxes .box:nth-of-type(1) {
    order: 1;
}
.content-block.why-miso .boxes .box:nth-of-type(2) {
    order: 2;
}
.content-block.why-miso .boxes .box:nth-of-type(3) {
    order: 4;
}
.content-block.why-miso .boxes .box:nth-of-type(4) {
    order: 3;
}
}@media (max-width:768px) {
    .content-block.why-miso .boxes .box {
    width: 100%}
}.content-block.why-miso .boxes .box img {
    margin: 0 0 25px;
}
.content-block.why-miso .boxes .box h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 10px;
}
.content-block.why-miso .boxes .box p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 0;
}
.content-block.sectors-news {
    position: relative;
    padding-top: 0;
}
.content-block.sectors-news:before {
    content: '';
    position: absolute;
    top: 20px;
    left: -40px;
    width: 50vw;
    height: 72%;
    background: #282828;
}
.content-block.sectors-news .news {
    padding-top: 60px;
}
@media (max-width:767px) {
    .content-block.sectors-news: before {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 800px;
}
.content-block.sectors-news .news {
    padding-top: 80px;
}
}.content-block.sectors-news .news .section-title {
    font-size: 2.25rem;
    margin: 0 0 45px;
}
.content-block.sectors-news .news .news-item {
    margin: 0 0 60px;
}
.content-block.sectors-news .news .news-item .stats {
    font-size: .875rem;
    margin: 0 0 10px;
}
.content-block.sectors-news .news .news-item .stats .author-date {
    color: #6b7c93;
    font-weight: 500;
    margin-right: 10px;
}
.content-block.sectors-news .news .news-item .stats .categories {
    font-weight: 700;
    color: #f26621;
}
.content-block.sectors-news .news .news-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px;
}
.content-block.sectors-news .news .news-item p {
    color: #6b7c93;
    line-height: 1.5rem;
    margin: 0 0 10px;
}
.content-block.sectors-news .news .news-item a {
    font-family: brandon-grotesque;
    font-size: .875rem;
    letter-spacing: .075em;
    margin: 0;
    text-transform: uppercase;
    color: #f26621;
    font-weight: 900;
}
.content-block.sectors-news .news .news-item:last-of-type {
    margin-bottom: 0;
}
.content-block.sectors-news:after {
    content: '';
    height: 207px;
    width: 207px;
    background-image: url(dist/images/dots.png);
    position: absolute;
    top: -120px;
    left: 70px;
    z-index: -1;
}
.content-block.small-testimonial {
    text-align: center;
    padding: 50px 0;
    background: #f4f4f4;
}
.content-block.small-testimonial .container .content {
    font-size: 1.875rem;
    font-weight: 500;
    color: #40404b;
    line-height: 2.875rem;
}
.content-block.small-testimonial .container .author {
    font-size: 1rem;
    color: #40404b;
    font-weight: 500;
    margin: 0;
}
.content-block.gallery {
    padding-bottom: 45px;
}
.content-block.gallery .slider-wrap {
    position: relative;
    padding: 0 35px;
}
.content-block.gallery .slider-wrap .gallery-slider {
    z-index: -1;
}
.content-block.gallery .slider-wrap:after {
    content: '';
    height: 207px;
    width: 207px;
    background-image: url(dist/images/dots.png);
    position: absolute;
    top: -40px;
    right: -60px;
    z-index: -10;
}
@media (max-width:767px) {
    .content-block.gallery .slider-wrap {
    padding: 0;
}
.content-block.gallery .slider-wrap:after {
    display: none;
}
}.content-block.gallery .slider-wrap .arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%}
@media (max-width:767px) {
    .content-block.gallery .slider-wrap .arrows {
    position: initial;
    margin-top: 50px;
}
}.content-block.gallery .slider-wrap .arrows .arrow {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #f26621;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 30px 0 rgba(3, 67, 130, .07);
}
.content-block.gallery .slider-wrap .arrows .arrow i {
    color: #fff;
    font-size: 20px;
}
.content-block.gallery .btn-wrap {
    text-align: center;
}
@media (min-width:768px) {
    .content-block.gallery .btn-wrap .btn {
    margin: -140px auto 0;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 30;
}
}.content-block.plain-text {
    padding: 50px 0;
    text-align: center;
}
.content-block.plain-text h2 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 15px;
}
.content-block.plain-text p {
    font-size: 1rem;
    color: #6b7c93;
    line-height: 1.625rem;
    margin: 0;
}
.content-block.plain-text.background {
    background: #f4f4f4;
    padding: 50px 0;
}
.content-block.image-text .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content-block.image-text .img-wrap {
    position: relative;
}
.content-block.image-text .img-wrap img {
    display: block;
    max-width: 100%;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .15);
}
.content-block.image-text .img-wrap .overlay {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    background-image: linear-gradient(to right, rgba(233, 67, 21, .8), rgba(249, 145, 68, .8));
    top: 0;
    left: 15px;
}
.content-block.image-text .text-wrap {
    margin-left: 8.33333%}
.content-block.image-text h2 {
    font-size: 3.25rem;
    line-height: 3.625rem;
    margin: 0 0 20px;
}
.content-block.image-text p {
    color: #6b7c93;
    line-height: 1.625rem;
    margin: 0 0 15px;
}
.content-block.image-text p:last-of-type {
    margin: 0;
}
.content-block.image-text.reverse .img-wrap {
    order: 2;
}
.content-block.image-text.reverse .text-wrap {
    order: 1;
    margin-left: 0;
    margin-right: 8.33333%}
.content-block.timeline-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
}
.content-block.timeline-wrap .timeline {
    position: relative;
    display: block;
    height: 100%;
    width: 100%}
.content-block.timeline-wrap .timeline .svg-container {
    opacity: 0;
    height: calc(100% + 150px);
    position: absolute;
    transform: translateY(-35px);
    text-align: center;
    width: 100%;
    top: -115px;
}
.content-block.timeline-wrap .timeline .svg-container.show {
    opacity: 1;
}
.content-block.timeline-wrap .timeline .svg-wrap {
    margin: 0 auto;
    max-width: 2px;
    height: 100%}
.content-block.timeline-wrap .timeline .svg-wrap svg {
    height: 100%}
.content-block.timeline-wrap .timeline .svg-wrap line, .content-block.timeline-wrap .timeline .svg-wrap path {
    fill: none;
    stroke: url(#linear);
    stroke-width: 4px;
}
.content-block.timeline-wrap .timeline .events .event, .content-block.timeline-wrap .timeline .events .training, .content-block.timeline-wrap .timeline .trainings .event, .content-block.timeline-wrap .timeline .trainings .training {
    width: 50%;
    margin-left: 50%;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}
.content-block.timeline-wrap .timeline .events .event .dots, .content-block.timeline-wrap .timeline .events .training .dots, .content-block.timeline-wrap .timeline .trainings .event .dots, .content-block.timeline-wrap .timeline .trainings .training .dots {
    height: 80px;
    width: 80px;
    background-image: url(dist/images/dots.png);
    background-size: cover;
    position: absolute;
    z-index: -1;
    bottom: -25px;
    right: -25px;
}
.content-block.timeline-wrap .timeline .events .event:nth-child(even), .content-block.timeline-wrap .timeline .events .training:nth-child(even), .content-block.timeline-wrap .timeline .trainings .event:nth-child(even), .content-block.timeline-wrap .timeline .trainings .training:nth-child(even) {
    margin-left: unset;
    padding-left: unset;
    margin-right: 50%;
    padding-right: 30px;
    text-align: right;
}
.content-block.timeline-wrap .timeline .events .event:nth-child(even) .content:before, .content-block.timeline-wrap .timeline .events .training:nth-child(even) .content:before, .content-block.timeline-wrap .timeline .trainings .event:nth-child(even) .content:before, .content-block.timeline-wrap .timeline .trainings .training:nth-child(even) .content:before {
    left: initial;
    right: -10px;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #f8f8f8;
    border-top: 1px solid #f8f8f8;
}
.content-block.timeline-wrap .timeline .events .event:nth-child(even) .content:after, .content-block.timeline-wrap .timeline .events .training:nth-child(even) .content:after, .content-block.timeline-wrap .timeline .trainings .event:nth-child(even) .content:after, .content-block.timeline-wrap .timeline .trainings .training:nth-child(even) .content:after {
    right: initial;
    left: -25px;
}
@media (max-width:767px) {
    .content-block.timeline-wrap .timeline .events .event: nth-child(even), .content-block.timeline-wrap .timeline .events .training:nth-child(even), .content-block.timeline-wrap .timeline .trainings .event:nth-child(even), .content-block.timeline-wrap .timeline .trainings .training:nth-child(even) {
    margin: 0 0 50px;
    width: 100%;
    padding: 0;
    text-align: left;
}
.content-block.timeline-wrap .timeline .events .event:nth-child(even) .content:before, .content-block.timeline-wrap .timeline .events .training:nth-child(even) .content:before, .content-block.timeline-wrap .timeline .trainings .event:nth-child(even) .content:before, .content-block.timeline-wrap .timeline .trainings .training:nth-child(even) .content:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    border-bottom: none;
    border-top: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-right: none;
}
}.content-block.timeline-wrap .timeline .events .event:last-of-type, .content-block.timeline-wrap .timeline .events .training:last-of-type, .content-block.timeline-wrap .timeline .trainings .event:last-of-type, .content-block.timeline-wrap .timeline .trainings .training:last-of-type {
    margin-bottom: 150px;
}
.content-block.timeline-wrap .timeline .events .event .content, .content-block.timeline-wrap .timeline .events .training .content, .content-block.timeline-wrap .timeline .trainings .event .content, .content-block.timeline-wrap .timeline .trainings .training .content {
    background: #fff;
    border: 1px solid #f8f8f8;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    display: inline-block;
    padding: 20px;
    position: relative;
    z-index: 10;
    width: 100%}
.content-block.timeline-wrap .timeline .events .event .content:before, .content-block.timeline-wrap .timeline .events .training .content:before, .content-block.timeline-wrap .timeline .trainings .event .content:before, .content-block.timeline-wrap .timeline .trainings .training .content:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
    left: -10px;
    border-left: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}
.content-block.timeline-wrap .timeline .events .event .date, .content-block.timeline-wrap .timeline .events .training .date, .content-block.timeline-wrap .timeline .trainings .event .date, .content-block.timeline-wrap .timeline .trainings .training .date {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    font-size: 1rem;
    color: #f26621;
    margin: 0 0 5px;
}
.content-block.timeline-wrap .timeline .events .event h2, .content-block.timeline-wrap .timeline .events .training h2, .content-block.timeline-wrap .timeline .trainings .event h2, .content-block.timeline-wrap .timeline .trainings .training h2 {
    font-size: 2rem;
    margin: 0;
    border-radius: 3px;
}
.content-block.timeline-wrap .timeline .events .event img, .content-block.timeline-wrap .timeline .events .training img, .content-block.timeline-wrap .timeline .trainings .event img, .content-block.timeline-wrap .timeline .trainings .training img {
    display: block;
    max-width: 270px;
    width: 100%;
    height: auto;
}
@media (max-width:767px) {
    .content-block.timeline-wrap .timeline .events .event img, .content-block.timeline-wrap .timeline .events .training img, .content-block.timeline-wrap .timeline .trainings .event img, .content-block.timeline-wrap .timeline .trainings .training img {
    max-width: 100%}
.content-block.timeline-wrap .timeline .events .event, .content-block.timeline-wrap .timeline .events .training, .content-block.timeline-wrap .timeline .trainings .event, .content-block.timeline-wrap .timeline .trainings .training {
    margin: 0 0 50px;
    width: 100%;
    padding: 0;
}
.content-block.timeline-wrap .timeline .events .event .dots, .content-block.timeline-wrap .timeline .events .training .dots, .content-block.timeline-wrap .timeline .trainings .event .dots, .content-block.timeline-wrap .timeline .trainings .training .dots {
    display: none;
}
.content-block.timeline-wrap .timeline .events .event .content:before, .content-block.timeline-wrap .timeline .events .training .content:before, .content-block.timeline-wrap .timeline .trainings .event .content:before, .content-block.timeline-wrap .timeline .trainings .training .content:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    border-bottom: none;
    border-top: 1px solid #f8f8f8;
}
}.content-block.partners-wrap {
    background: #f4f4f4;
    padding: 50px 0;
    text-align: center;
}
.content-block.partners-wrap .section-title {
    text-align: center;
    margin: 0 0 30px;
}
.content-block.partners-wrap .partners {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content-block.partners-wrap .partners .partner {
    width: 33%;
    margin: 0 -15px;
}
.content-block.partners-wrap .partners .partner a {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 15px;
    max-width: 100%}
.content-block.partners-wrap .partners .partner a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%}
.content-block.partners-wrap .partners .partner a:hover img {
    -webkit-filter: none;
    filter: none;
}
.content-block.partners-wrap .partners .partner a:focus img {
    -webkit-filter: none;
    filter: none;
    box-shadow: 0 0 0 3px #f26621;
}
.content-block.partners-wrap .partners .partner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}
.content-block.partners-wrap .partners .partner img:hover {
    -webkit-filter: none;
    filter: none;
}
.downloads .download:nth-of-type(even) p img, .downloads-page .download-category .download:nth-of-type(even) p img {
    filter: brightness(0) invert(1);
}
@media (max-width:767px) {
    .content-block.partners-wrap .partners {
    justify-content: space-around;
}
.content-block.partners-wrap .partners .partner {
    width: 100%;
    padding: 15px;
}
.content-block.partners-wrap .partners .partner img {
    margin: 0 auto;
}
.content-block.content-sidebar .content {
    margin-bottom: 60px;
}
}.content-block.content-sidebar .content h3 {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    color: #f26621;
    letter-spacing: .075em;
    margin: 0;
    font-size: 1rem;
}
.content-block.content-sidebar .content h2 {
    font-size: 3.25rem;
    margin: 0 0 20px;
}
@media (max-width:425px) {
    .content-block.content-sidebar .content h2 {
    font-size: 2rem;
}
}.content-block.content-sidebar .content p {
    color: #6b7c93;
    line-height: 1.625rem;
}
.content-block.content-sidebar .content ul li {
    list-style-type: disc;
    margin: 0 0 15px;
    font-weight: 400;
    color: #6b7c93;
}
.content-block.content-sidebar .sidebar {
    background: #f26621;
    color: #fff;
    padding: 50px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .3);
    margin: 0 0 70px;
}
.content-block.content-sidebar .sidebar strong {
    font-size: 1.3rem;
    margin: 0 0 30px;
    color: inherit;
}
.content-block.content-sidebar .sidebar p, .content-block.content-sidebar .sidebar ul {
    color: inherit;
}
.content-block.content-sidebar .sidebar ul li {
    list-style-type: disc;
    margin: 0 0 15px;
    font-weight: 400;
    opacity: .9;
    color: inherit;
}
.content-block.content-sidebar .sidebar ul li:last-of-type {
    margin: 0;
}
.content-block.content-sidebar .sidebar-casestudy {
    padding: 0 40px;
    text-align: center;
}
.content-block.content-sidebar .sidebar-casestudy .cs-slider {
    max-width: 100%}
.content-block.content-sidebar .sidebar-casestudy .cs-slider .slick-list {
    margin: 0 0 15px;
}
.content-block.content-sidebar .sidebar-casestudy .cs-slider .slick-list img {
    display: block;
    max-width: 100%;
    padding: 20px;
}
.content-block.content-sidebar .sidebar-casestudy .stats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 40px;
}
.content-block.content-sidebar .sidebar-casestudy .stats .stat strong {
    font-size: 2rem;
    line-height: 2rem;
    display: block;
    font-weight: 600;
    margin: 0 0 5px;
}
.content-block.content-sidebar .sidebar-casestudy .stats .stat small {
    font-size: .625rem;
    line-height: .625rem;
    text-transform: uppercase;
}
.content-block.page-links {
    position: relative;
}
.content-block.page-links .section-title {
    text-align: center;
    margin: 40px 0 60px;
}
.content-block.page-links .page-link {
    display: block;
    padding: 160px 30px;
    background-size: cover;
    position: relative;
    transition: all .3s ease-in-out;
}
.content-block.page-links .page-link:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}
.content-block.page-links .page-link * {
    color: #fff;
}
.content-block.page-links .page-link h3 {
    font-weight: 700;
    font-size: 3rem;
    margin: 0 0 10px;
}
.content-block.page-links .page-link p {
    font-size: 1.125rem;
    margin: 0 0 30px;
}
.content-block.page-links .page-link a {
    font-weight: 700;
    margin: 0;
    font-size: 1.125rem;
    transition: all .3s ease-in-out;
}
.content-block.page-links .cs-bg {
    position: absolute;
    top: 0;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 145px);
    z-index: -1;
}
.content-block.downloads-news {
    position: relative;
    padding-top: 0;
}
.content-block.downloads-news .downloads h2 {
    color: #fff;
    font-size: 2.25rem;
    margin: 0 0 40px;
}
.content-block.downloads-news .downloads:after {
    content: '';
    position: absolute;
    top: 20px;
    left: calc((-100vw + 1110px)/ 2);
    width: calc(50vw - 20px);
    height: 100%;
    background: #282828;
    z-index: -100;
}
@media (max-width:991px) {
    .content-block.downloads-news .downloads: after {
    left: calc((-100vw + 960px)/ 2);
}
}@media (max-width:1199px) {
    .content-block.downloads-news .downloads: after {
    left: calc((-100vw + 720px)/ 2);
}
}@media (max-width:767px) {
    .content-block.downloads-news .downloads: after {
    width: 100vw;
    left: calc((-100vw + 540px)/ 2);
}
}@media (max-width:575px) {
    .content-block.downloads-news .downloads: after {
    left: 0;
}
}.content-block.downloads-news .news {
    padding-top: 50px;
}
.content-block.downloads-news .news h2 {
    font-size: 2.25rem;
    margin-bottom: 40px;
}
.content-block.downloads-news .news .news-item {
    margin: 0 0 60px;
}
.content-block.downloads-news .news .news-item .stats {
    font-size: .875rem;
    margin: 0 0 10px;
}
.content-block.downloads-news .news .news-item .stats .author-date {
    color: #6b7c93;
    font-weight: 500;
    margin-right: 10px;
}
.content-block.downloads-news .news .news-item .stats .categories {
    font-weight: 700;
    color: #f26621;
}
.content-block.downloads-news .news .news-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px;
}
.content-block.downloads-news .news .news-item p {
    color: #6b7c93;
    line-height: 1.5rem;
    margin: 0 0 10px;
}
.content-block.downloads-events .events .events-slider .event-card, .content-block.downloads-news .news .news-item:last-of-type {
    margin-bottom: 0;
}
.content-block.downloads-news .news .news-item a {
    font-family: brandon-grotesque;
    font-size: .875rem;
    letter-spacing: .075em;
    margin: 0;
    text-transform: uppercase;
    color: #f26621;
    font-weight: 900;
}
.downloads .download:nth-of-type(even) i, .downloads .download:nth-of-type(even) p {
    color: #fff;
}
.content-block.downloads-news .news .btn {
    margin-top: 50px;
}
.content-block.downloads-events {
    padding-left: calc((100vw - 1140px)/ 2);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.content-block.downloads-events .events {
    width: calc(100vw - ((100vw - 1140px)/ 2) - 46%);
    padding: 0 30px 0 15px;
}
.content-block.downloads-events .downloads, .content-block.gallery~.content-block.plain-text {
    padding-top: 0;
}
@media (min-width:768px) {
    .content-block.downloads-events .events {
    width: calc(100vw - ((100vw - 1140px)/ 2) - 570px);
}
.content-block.downloads-events .downloads {
    max-width: 570px;
}
.banner.reverse .video-image {
    order: 1;
}
.banner.reverse .content {
    order: 2;
}
}.content-block.downloads-events .downloads .section-title {
    margin-bottom: 30px;
}
@media (max-width:767px) {
    .content-block.downloads-events .events {
    width: 100%;
    padding-right: 15px;
}
.content-block.gallery~.content-block.plain-text {
    padding-bottom: 0;
    padding-top: 30px;
}
}.content-block.plain-text~.content-block.page-links {
    padding-top: 0;
}
.content-blocks-dev .page-links {
    margin-bottom: 0;
}
.downloads {
    padding-top: 50px;
    padding-bottom: 20px;
}
.downloads .btn {
    margin-top: 30px;
}
.downloads .download {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f2f5f8;
    border-radius: 3px;
    padding: 20px;
    transition: all .3s ease-in-out;
    margin: 0 0 20px;
}
.downloads .download:hover {
    background: #f2f2f2;
}
.downloads .download:nth-of-type(even) {
    background: #f26621;
}
.downloads .download:nth-of-type(even):hover {
    background: #ec570e;
}
.downloads .download p {
    margin: 0;
    display: flex;
    align-items: center;
    color: #40404b;
    font-weight: 400;
}
.downloads .download p img {
    width: 28px;
    height: auto;
    margin: 0 10px 0 0;
}
.downloads .download i {
    color: #6b7c93;
    font-size: 24px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots li button {
    display: block;
    height: 10px;
    width: 10px;
    text-indent: -100000px;
    padding: 0;
    border-radius: 5px;
    border: none;
    background: #e3e3e3;
    margin: 0 12px;
}
.slick-dots li.slick-active button {
    background: #f26621;
}
.video {
    height: 550px;
    z-index: 1;
    overflow: visible;
}
.video>div {
    height: 550px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.video>div .thumb {
    height: 135%;
    width: 100%;
    background-size: cover;
}
.filters-wrap {
    background: #22222a;
    padding: 20px 0;
}
.filters-wrap .filters .label {
    color: #f26621;
    font-size: .8rem;
    margin: 0 0 5px;
    font-family: brandon-grotesque;
    text-transform: uppercase;
    letter-spacing: .075em;
    font-weight: 800;
}
.filters-wrap .filters .selectize-control .selectize-input, .filters-wrap .filters .selectize-control .selectize-input.dropdown-active, .filters-wrap .filters .selectize-control .selectize-input.input-active {
    background: #22222a;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px;
    font-size: 1rem;
}
.filters-wrap .filters .selectize-control .selectize-input.dropdown-active:after, .filters-wrap .filters .selectize-control .selectize-input.input-active:after, .filters-wrap .filters .selectize-control .selectize-input:after {
    border-color: #fff transparent transparent!important;
}
.filters-wrap .filters .selectize-control .item {
    background: 0 0;
    color: #fff;
    font-size: .8rem;
}
.filters-wrap .filters .selectize-control .selectize-dropdown {
    background: #f26621;
    color: #fff;
    border: none;
    z-index: 1000;
}
.filters-wrap .filters .selectize-control .selectize-dropdown .selectize-dropdown-content {
    max-height: none;
}
.filters-wrap .filters .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
    padding: 10px;
    transition: all .3s ease-in-out;
}
.filters-wrap .filters .selectize-control .selectize-dropdown .selectize-dropdown-content .option.selected {
    background: #d44e0c;
    color: #fff;
}
.filters-wrap .filters .selectize-control .selectize-dropdown .selectize-dropdown-content .option.selected:hover {
    background: #bc450b;
    color: #fff;
}
.filters-wrap .filters .selectize-control .selectize-dropdown .selectize-dropdown-content .option:hover {
    background: #ec570e;
    color: #fff;
}
.active-filters {
    text-align: center;
    padding: 50px 10px;
    margin: 0 auto 65px;
}
.active-filters p {
    color: #22222a;
    font-size: 1rem;
    margin: 0;
}
.active-filters p .filter-a {
    color: #f26621;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 5px;
    padding: 5px 5px 5px 8px;
    border: 1px solid #f69869;
    border-radius: 5px;
}
.active-filters p .filter-a i {
    margin-left: 3px;
    padding: 5px;
    border-radius: 5px;
    transition: all .2s ease;
}
.active-filters p .filter-a i:hover {
    background-color: #f26621;
    color: #fff;
}
form#contact-form {
    justify-content: space-between;
    flex-wrap: wrap;
}
form#contact-form label {
    width: 47%;
    color: #22222a;
    position: relative;
    margin: 0 0 30px;
}
@media (max-width:767px) {
    form#contact-form label {
    width: 100%}
}form#contact-form label span {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    letter-spacing: .075em;
}
form#contact-form label span>span {
    margin: 0 0 0 10px;
}
textarea {
    overflow: auto;
    resize: both !important;
}
form#contact-form label input, form#contact-form label textarea {
    width: 95%;
    border: 1px solid #f26621;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin: 10px 0 0;
	color: #22222a;
}
form#contact-form label input::placeholder, form#contact-form label textarea::placeholder {
    color: #22222a;
    opacity: .85;
}
form#contact-form label textarea {
    min-height: 140px;
}
form#contact-form label textarea~.required {
    right: unset;
    left: 100px;
    top: 52px;
}
form#contact-form label.fw {
    width: 100%}
form#contact-form .submit-wrap {
    text-align: right;
    width: 100%}
header {
    display: block;
    text-transform: uppercase;
    position: fixed;
    width: 100vw;
    top: -64px;
    z-index: 9999;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transition: top .25s ease, box-shadow .25s ease;
}
header.clear {
    box-shadow: none;
    top: 0;
}
.banner .img, .banner .map, .banner .video {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .3);
}
header.clear nav {
    background: 0 0;
    transition: all .3s ease-in-out;
}
header.clear nav .menu-main-container .menu li a:hover {
    color: #f26621;
}
header.clear nav.scrolled {
    background: #f26621;
    padding: 5px 0 10px;
}
header.clear nav.scrolled .menu {
    margin: 5px 0 0;
}
@media (min-width:769px) {
    header nav.scrolled {
    background: #f26621;
    padding: 5px 0 10px;
}
header nav.scrolled .menu {
    margin: 5px 0 0;
}
}header .masthead {
    background: #22222a;
    padding: 20px 0;
}
header .masthead .col-xs-6 {
    width: 50%}
header .masthead a {
    color: #fff;
    margin: 0;
    font-size: 11px;
    font-family: brandon-grotesque;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 11px;
    transition: all .3s ease-in-out;
}
header .masthead a:hover {
    color: #f26621;
}
header .masthead a i {
    font-size: 12px;
    margin-right: 10px;
}
@media (max-width:535px) {
    header .masthead a span {
    display: none;
}
}header .masthead .login-wrap {
    text-align: right;
}
header .masthead .contact-details a:first-of-type {
    margin-right: 5px;
}
@media (min-width:536px) {
    header .masthead a i {
    display: none;
}
header .masthead .contact-details a:first-of-type {
    padding-right: 10px;
    position: relative;
}
header .masthead .contact-details a:first-of-type:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 8px;
    top: 4px;
    right: 0;
    background: #fff;
}
}header nav {
    background: #f26621;
    padding: 10px 0 20px;
}
header nav .flex-wrap {
    justify-content: space-between;
    align-items: center;
}
@media (max-width:991px) {
    header nav .flex-wrap {
    flex-flow: column;
}
header nav .logo img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
}@media (max-width:768px) {
    header nav {
    position: relative;
}
header nav .flex-wrap {
    flex-flow: row;
}
}@media (max-width:991px) {
    header nav .logo img {
    margin: unset;
}
}header nav .menu-main-container .menu {
    margin: 10px 0 0;
    padding: 0;
}
header nav .menu-main-container .menu li {
    display: inline-block;
    margin: 0 0 0 20px;
}
@media (max-width:991px) {
    header nav .menu-main-container .menu li {
    margin: 0 0 0 10px;
}
}header nav .menu-main-container .menu li:first-of-type {
    margin: 0;
}
header nav .menu-main-container .menu li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .1em;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.banner .map .directions, .content-home a, footer .foot-title {
    letter-spacing: .075em;
    text-transform: uppercase;
}
@media (max-width:1199px) {
    header nav .menu-main-container .menu li a {
    font-size: 11px;
}
}header nav .menu-main-container .menu li a:first-of-type {
    margin-left: 0;
}
header nav .menu-main-container .menu li a:hover {
    color: #22222a;
}
header nav .menu-main-container .menu li.menu-item-has-children {
    position: relative;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item {
    padding: 8px 0;
    margin: 0 0 8px;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children::after {
    content: '';
    display: none;
    width: 10px;
    height: 10px;
    background: #22222a;
    position: absolute;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
    top: 50%;
    border-left: 1px solid #22222a;
    border-top: 1px solid #22222a;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children .sub-menu {
    left: 100%;
    opacity: 0;
    margin: 0;
    visibility: hidden;
    transform: translateY(-16px);
    background-color: #393946;
    top: 0;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children .sub-menu:before {
    background: #22222a;
    position: absolute;
    left: -5px;
    top: 28px;
    transform: translateY(0) rotate(45deg);
    border-left: 1px solid #22222a;
    border-top: 1px solid #22222a;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children:hover::after {
    display: block;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 120%;
    display: block;
    background: #22222a;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 15px 0;
    border: 1px solid #22222a;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    border-radius: 3px;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu li {
    margin: 0 0 8px;
    display: block;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu li:last-of-type {
    margin: 0;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu li a {
    color: #fff;
    margin: 0;
    padding: 0 12px;
    display: block;
    font-size: .7rem;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu li a:hover {
    color: #f26621;
}
header nav .menu-main-container .menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
@media (max-width:768px) {
    header nav.mobile-active {
    background: #f26621;
}
header nav.scrolled .menu-main-container {
    top: 68px;
}
header nav .menu-main-container {
    position: fixed;
    width: 100vw;
    height: auto;
    max-height: calc(100vh - 68px);
    left: 0;
    top: 127px;
    background: #f26621;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, .3);
    transition: top .3s ease-in-out;
    transition-delay: initial;
    overflow: auto;
}
}.content-home a, footer .foot-title, footer ul li a {
    transition: all .3s ease-in-out;
}
@media (max-width:768px) and (max-width:575px) {
    header nav .menu-main-container {
    top: 132px;
}
}@media (max-width:768px) {
    header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children .sub-menu: before, header nav .menu-main-container .menu li.menu-item-has-children .sub-menu:before {
    content: none;
    display: none;
}
header nav .menu-main-container .container {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    width: auto;
}
header nav .menu-main-container .menu {
    padding-top: 15px;
    padding-bottom: 15px;
}
header nav .menu-main-container .menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 0;
}
header nav .menu-main-container .menu li:last-of-type {
    border: none;
    border-bottom: none;
}
header nav .menu-main-container .menu li a {
    font-size: 1rem;
    display: block;
    width: 100%;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0 20px 15px;
}
header nav .menu-main-container .menu li a:first-of-type {
    margin-right: auto;
    margin-left: auto;
}
header nav .menu-main-container .menu li a:hover {
    color: #fff!important;
}
header nav .menu-main-container .menu li a .sub-menu-toggle {
    padding: 20px 15px 20px 30px;
    border: none;
}
header nav .menu-main-container .menu li.menu-item-has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
}
header nav .menu-main-container .menu li.menu-item-has-children a .sub-menu-toggle {
    font-size: 16px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    transition: all .3s ease-in-out;
}
header nav .menu-main-container .menu li.menu-item-has-children a .sub-menu-toggle i {
    font-size: 16px;
}
header nav .menu-main-container .menu li.menu-item-has-children ul {
    display: none;
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 20px;
}
header nav .menu-main-container .menu li.menu-item-has-children ul:before {
    display: none;
}
header nav .menu-main-container .menu li.menu-item-has-children ul li {
    border: none;
    padding: 0;
    margin: 0 0 4px;
}
header nav .menu-main-container .menu li.menu-item-has-children ul li a {
    display: block;
    margin: 0 auto;
}
header nav .menu-main-container .menu li.menu-item-has-children ul li:last-of-type {
    margin: 0 auto!important;
}
header nav .menu-main-container .menu li.menu-item-has-children {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 100%}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item {
    display: block;
    width: 100%;
    padding: 10px 0;
    position: static;
    margin: 0 0 8px;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children {
    display: block;
    visibility: visible;
    position: static;
    opacity: 1;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children>a {
    padding-top: 0;
    padding-bottom: 0;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children .sub-menu {
    display: none;
    width: 100%;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: #bc450b;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children .sub-menu .menu-item a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: static;
    justify-content: space-between;
}
header nav .menu-main-container .menu li.menu-item-has-children .menu-item.menu-item-has-children .sub-menu .menu-item:hover {
    background: #a33c0a;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu {
    display: none;
    position: static;
    top: 0;
    background: #e2540d;
    width: 100%;
    left: 0;
    transform: none;
    text-align: left;
    border: none;
    opacity: 1;
    margin: 0 auto;
    visibility: visible;
    transition: all .3s ease-in-out;
    border-radius: 3px;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu li {
    display: block;
    width: 100%;
    position: static;
    margin: 0 0 8px;
    padding: 0;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu li:last-of-type {
    margin: 0;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    position: static;
    justify-content: space-between;
    font-size: .875em;
    padding: 15px 0 15px 15px;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu li a::before {
    content: none;
    display: none;
}
header nav .menu-main-container .menu li.menu-item-has-children .sub-menu li:focus, header nav .menu-main-container .menu li.menu-item-has-children .sub-menu li:hover {
    color: #f26621;
    background: #ca4b0c;
}
header nav .menu-main-container .menu li:focus, header nav .menu-main-container .menu li:hover {
    background: #ec570e;
}
}header nav .menu-toggle {
    display: none;
}
@media (max-width:768px) {
    header nav .menu-toggle {
    display: block;
    height: 21px;
    width: 25px;
    margin-top: 3px;
    position: relative;
}
header nav .menu-toggle span, header nav .menu-toggle:after, header nav .menu-toggle:before {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    transition: all .3s ease-in-out;
}
header nav .menu-toggle:after, header nav .menu-toggle:before {
    content: ''}
header nav .menu-toggle:before {
    top: 0;
}
header nav .menu-toggle span {
    top: 50%;
    transform: translateY(-50%);
}
header nav .menu-toggle:after {
    bottom: 0;
}
header nav .menu-toggle.close {
    opacity: 1!important;
}
header nav .menu-toggle.close span {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
header nav .menu-toggle.close:after, header nav .menu-toggle.close:before {
    bottom: unset;
    top: 50%}
header nav .menu-toggle.close:before {
    transform: translateY(-50%) rotate(45deg);
}
header nav .menu-toggle.close:after {
    transform: translateY(-50%) rotate(-45deg);
}
}.banner {
    padding: 227px 0 0;
}
.banner .video {
    height: 550px;
}
@media (max-width:767px) {
    .banner .video {
    margin-top: 50px;
}
}@media (max-width:425px) {
    .banner .video {
    display: none;
}
}.banner .video>div {
    height: 550px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 56%}
.banner .video .thumb {
    height: 135%;
    width: 100%;
    background-size: cover;
    z-index: 0;
}
.banner .img:after, .banner .video:after {
    bottom: -30px;
    left: -110px;
    z-index: -1;
    background-image: url(dist/images/dots.png);
    content: ''}
.banner .video:after {
    height: 207px;
    width: 207px;
    position: absolute;
}
.banner .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}
.banner .content h1 {
    font-size: 3.4rem;
    color: #22222a;
    font-weight: 700;
    margin: 0 0 25px;
}
@media (max-width:425px) {
    .banner .content h1 {
    font-size: 2rem;
}
}.banner .content p {
    max-width: 550px;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #40404b;
    margin: 0 0 30px;
}
.banner .img {
    position: relative;
    display: block;
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
}
@media (max-width:767px) {
    .banner .img {
    margin-top: 50px;
}
}.banner .img:after {
    height: 207px;
    width: 207px;
    position: absolute;
}
.banner .img .event-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.banner .map {
    height: 550px;
    width: 100%;
    position: relative;
}
.banner .map iframe {
    max-width: 100%;
    height: 100%}
.banner .map .directions {
    position: absolute;
    font-family: brandon-grotesque;
    color: #fff;
    z-index: 10;
    font-size: 1rem;
    font-weight: 700;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
}
.banner .map:before {
    content: '';
    height: 207px;
    width: 207px;
    background-image: url(dist/images/dots.png);
    position: absolute;
    bottom: -30px;
    left: -110px;
    z-index: -1;
}
.banner .map:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(34, 34, 42, .9), rgba(68, 68, 85, .9));
}
.banner.large {
    padding: 275px 0 175px;
    background-size: cover;
    position: relative;
}
.banner.large h1 {
    color: #fff;
    font-size: 3.75rem;
    margin: 0 0 30px;
    font-weight: 700;
}
@media (max-width:425px) {
    .banner .img {
    display: none;
}
.banner.large h1 {
    font-size: 2rem;
}
}.banner.large p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 45px;
}
.banner.article {
    padding: 200px 0 50px;
}
.banner.article img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    margin: 0 0 30px;
}
.banner.article .info {
    justify-content: space-between;
    align-items: center;
}
.banner.article .info .author {
    align-items: center;
}
.banner.article .info .author img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 25px;
    margin: 0 20px 0 0;
}
.banner.article .info p {
    margin: 0;
    color: #6b7c93;
    font-size: 1.125rem;
}
.banner.article .info p.categories {
    color: #f26621;
    font-weight: 500;
}
@media (min-width:768px) and (max-width:991px) {
    .banner.reverse .content {
    padding-left: 50px;
}
}@media (min-width:992px) and (max-width:1200px) {
    .banner.reverse .content {
    padding-left: 75px;
}
}@media (min-width:1201px) {
    .banner.reverse .content {
    padding-left: 100px;
}
}footer {
    background: #22222a;
    padding: 85px 0 40px;
}
footer ul li {
    list-style: none;
    margin: 0 0 10px;
}
footer .col-sm-12:first-of-type .foot-title {
    padding-top: 0;
}
footer .foot-title {
    color: #f26621;
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
footer .foot-title:hover {
    border-bottom: 1px solid #fff;
}
@media (max-width:767px) {
    footer .foot-title {
    padding: 45px 0 15px;
}
}footer ul {
    padding: 30px 0 0;
    margin: 0;
}
footer ul li:last-of-type {
    margin: 0;
}
footer ul li a {
    display: block;
    color: #fff;
    cursor: pointer;
}
footer ul li a:hover {
    color: #f26621;
}
footer .flex-wrap {
    padding: 70px 0 0;
    justify-content: space-between;
}
footer .flex-wrap p {
    color: #6b7c93;
    font-weight: 500;
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
}
.content-home {
    padding-top: 100px;
    padding-bottom: 90px;
}
.content-home h3 {
    font-family: brandon-grotesque;
    font-size: 1rem;
    color: #f26621;
    margin: 0 0 10px;
}
.content-home h2 {
    font-size: 3.2rem;
    margin: 0 0 30px;
    line-height: 58px;
}
@media (max-width:425px) {
    .content-home h2 {
    font-size: 2rem;
    line-height: 2.4rem;
}
}.content-home p {
    color: #6b7c93;
    font-size: 1rem;
    line-height: 26px;
}
.content-home p:last-of-type {
    margin-top: 45px;
}
.content-home a {
    padding: 15px 40px;
    font-size: 1rem;
    font-family: brandon-grotesque;
    font-weight: 700;
    cursor: pointer;
    background: #f26621;
    color: #fff;
    border-radius: 3px;
    margin-top: 30px;
}
.content-home a:hover {
    background: #fff;
    color: #f26621;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}
.content-home .image, .content-home .native-video {
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .3);
    z-index: 5;
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.content-home .image {
    height: 550px!important;
    margin-top: -150px;
    object-fit: cover;
    object-position: center;
}
.content-home .image::before {
    content: '';
    padding-bottom: 120%;
    width: 100%;
    height: 100%}
@media (max-width:767px) {
    .content-home .image {
    margin-top: 50px;
}
}.content-home .native-video {
    display: block;
    height: 550px!important;
    margin-top: -150px;
}
.content-home .native-video video {
    display: block;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 7;
}
.content-home .native-video video.is-playing+.video-overlay .video-thumbnail, .content-home .native-video video.played+.video-overlay .video-thumbnail {
    display: none;
}
.content-home .native-video .video-overlay, .content-home .native-video .video-overlay::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    left: 0;
}
.content-home .native-video video.played+.video-overlay {
    background-image: none;
}
.content-home .native-video video.is-playing+.video-overlay {
    opacity: 0;
    transition: opacity .25s ease;
}
.content-home .native-video video.is-playing+.video-overlay:hover {
    opacity: 1;
}
.content-home .native-video .video-overlay {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background-position: center center;
    background-color: rgba(0, 0, 0, .25);
    transition: opacity .25s ease;
    overflow: hidden;
}
.content-home .native-video .video-overlay::before {
    content: url(http://miso.test/app/uploads/2019/09/photo-1493612276216-ee3925520721.jpeg);
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    background-image: image(content);
    object-position: center;
    background-position: center;
    z-index: 1;
}
.event-categories .row, .solutions, .training-categories .row {
    display: flex;
}
.content-home .native-video .video-overlay .video-play-pause-btn {
    box-sizing: border-box;
    width: 70px;
    padding: 16px;
    border-radius: 100px;
    font-size: 26px;
    border: none;
    color: #f26621;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
.content-home .native-video .video-overlay .video-play-pause-btn i {
    color: #f26621;
    font-size: 26px;
}
@media (max-width:767px) {
    .content-home .native-video {
    margin-top: 50px;
}
}.content-home .video {
    height: 550px!important;
    max-width: 100%;
    width: 100%;
    margin-top: -150px;
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .3);
    object-fit: cover;
    object-position: center;
    z-index: 5;
}
.content-home .video video {
    width: 100%;
    height: 100%;
    max-width: 100%}
@media (max-width:767px) {
    .content-home .video {
    margin-top: 50px;
}
}.content-blocks-home .case-studies {
    margin-top: -140px;
}
.content-blocks-home .why-miso {
    margin: 0;
}
.content-blocks-home .content-block:last-of-type {
    margin-bottom: 0;
}
.content-solutions {
    padding: 80px 0 50px;
}
.content-solutions h2 {
    font-size: 2.25rem;
    margin: 0 0 20px;
    line-height: 2.25px;
}
.content-solutions p {
    color: #6b7c93;
    font-size: 1rem;
    line-height: 26px;
}
.content-solutions p:last-of-type {
    margin-top: 45px;
}
.solutions {
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.solutions .solution {
    width: 33%;
    text-align: center;
    margin: 0 0 70px;
}
.solutions .solution img {
    margin: 0 0 20px;
}
.solutions .solution h3 {
    font-size: 1.375rem;
    margin: 0 0 10px;
}
.solutions .solution p {
    color: #6b7c93;
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 0 0 20px;
}
.solutions .solution a {
    font-size: 1rem;
    color: #f26621;
    text-transform: uppercase;
    font-family: brandon-grotesque;
    margin: 0;
    letter-spacing: .05em;
}
.content-blocks-solutions .content-block.services {
    margin-bottom: 0;
}
.solution-content {
    background: #f4f4f4;
    padding: 50px 0;
}
.solution-content p {
    margin: 0;
    color: #6b7c93;
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center;
}
.event-categories, .training-categories {
    background: #f4f4f4;
    padding: 80px 0;
}
.event-categories .categories, .training-categories .categories {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.event-categories .event-category, .event-categories .training-category, .training-categories .event-category, .training-categories .training-category {
    text-align: center;
    width: 42%}
@media (max-width:768px) {
    .event-categories .event-category, .event-categories .training-category, .training-categories .event-category, .training-categories .training-category {
    width: 100%}
.event-categories .event-category:first-of-type, .event-categories .training-category:first-of-type, .training-categories .event-category:first-of-type, .training-categories .training-category:first-of-type {
    margin-bottom: 50px;
}
}.event-categories .event-category img, .event-categories .training-category img, .training-categories .event-category img, .training-categories .training-category img {
    max-height: 80px;
    width: auto;
    margin: 0 auto 20px;
}
.event-categories .event-category .desc, .event-categories .training-category .desc, .training-categories .event-category .desc, .training-categories .training-category .desc {
    font-size: 1.25rem;
    color: #6b7c93;
    font-weight: 400;
    line-height: 2rem;
    margin: 0 0 40px;
}
.events, .trainings {
    padding: 80px 0;
}
.events .section-title, .trainings .section-title {
    text-align: center;
    margin: 0 0 50px;
}
.events .more-btn-wrap, .trainings .more-btn-wrap {
    text-align: center;
    padding: 20px 0 0;
}
.event-card, .training-card {
    display: block;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #f2f5f8;
    color: #6b7c93;
    transition: all .3s ease-in-out;
    margin: 0 0 30px;
}
.event-card .img, .training-card .img {
    width: 100%;
    height: 145px;
    background-size: cover;
}
.event-card .content, .training-card .content {
    padding: 10px 15px 20px;
    text-align: center;
}
.event-card .content .cat-date, .training-card .content .cat-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}
.event-card .content .cat-date img, .training-card .content .cat-date img {
    max-height: 30px;
}
.event-card .content .cat-date p, .training-card .content .cat-date p {
    margin: 0;
    color: #22222a;
    font-weight: 600;
    font-size: .875rem;
}
@media (max-width:767px) and (min-width:426px) {
    .event-card .content .cat-date, .training-card .content .cat-date {
    padding: 0 50px;
}
}.event-card .content h3, .training-card .content h3 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #40404b;
    margin: 0 0 20px;
}
.event-card .content .summary, .training-card .content .summary {
    font-size: 1rem;
    margin: 0;
    color: #6b7c93;
    line-height: 1.5rem;
}
.event-card:hover, .training-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    color: #6b7c93;
}
.event-content .content-sidebar~.case-studies, .training-content .content-sidebar~.case-studies {
    margin-top: -250px;
}
.events-slider {
    display: flex;
    flex-wrap: wrap;
}
.content-block.downloads-events .events .title, .events.developer-center .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 30px;
}
.content-block.downloads-events .events .title .section-title, .events.developer-center .title .section-title {
    text-align: left;
    margin: 0;
}
@media (max-width:330px) {
    .content-block.downloads-events .events .title .arrows, .events.developer-center .title .arrows {
    width: 100%;
    padding-top: 15px;
}
.content-block.downloads-events .events .title .arrows .arrow:first-of-type, .events.developer-center .title .arrows .arrow:first-of-type {
    margin-left: 0;
}
}.content-block.downloads-events .events .arrow, .events.developer-center .arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fcf4f4;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: #22222a;
    margin: 0 0 0 20px;
    box-shadow: 0 15px 30px 0 rgba(3, 67, 130, .07);
    border: 1px solid #e3e3e3;
    transition: all .3s ease-in-out;
}
.content-block.downloads-events .events .arrow:hover, .events.developer-center .arrow:hover {
    background: #22222a;
    color: #fff;
}
.news-col:nth-child(odd) .img:after {
    background-image: linear-gradient(to right, rgba(233, 67, 21, .8), rgba(249, 145, 68, .8));
}
.insight-card, .news-card {
    display: block;
    position: relative;
    margin: 0 0 115px;
}
.insight-card .img, .news-card .img {
    display: block;
    width: 100%;
    height: 265px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.insight-card .img:after, .news-card .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: linear-gradient(to right, rgba(34, 34, 42, .8), rgba(68, 68, 85, .8));
}
.insight-card .author-img, .news-card .author-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -65px;
    border-radius: 65px;
    z-index: 100;
}
.insight-card .content, .news-card .content {
    padding: 15px 0;
}
.insight-card .content .info, .news-card .content .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}
.insight-card .content .info p, .news-card .content .info p {
    font-size: .875rem;
    line-height: .875rem;
    margin: 0;
}
.insight-card .content .info p:first-of-type, .news-card .content .info p:first-of-type {
    color: #6b7c93;
}
.insight-card .content .info p:last-of-type, .news-card .content .info p:last-of-type {
    color: #f26621;
    font-weight: 500;
}
.insight-card .content h3, .news-card .content h3 {
    font-weight: 500;
    font-size: 1.25rem;
    margin: 0 0 10px;
}
.insight-card .content .summary, .news-card .content .summary {
    font-size: 1rem;
    color: #6b7c93;
    line-height: 1.5rem;
}
.insight-card .content a, .news-card .content a {
    color: #f26621;
    font-family: brandon-grotesque;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .075em;
    margin: 0;
}
.article-content .img-wrap {
    display: inline-block;
    position: relative;
    margin: 70px 0;
    margin-left: calc(((-100vw + 1110px)/ 2) - 11%);
}
.article-content .img-wrap:after {
    content: '';
    height: 207px;
    width: 207px;
    background-image: url(dist/images/dots.png);
    position: absolute;
    right: -90px;
    bottom: -30px;
    z-index: -1;
}
@media (max-width:1199px) {
    .article-content .img-wrap {
    margin-left: calc(((-100vw + 720px)/ 2) - 13%);
}
.article-content .img-wrap:after {
    display: none;
}
}@media (max-width:767px) {
    .article-content .img-wrap {
    margin-left: calc(((-100vw + 540px)/ 2) - 3%);
}
}@media (max-width:575px) {
    .article-content .img-wrap {
    margin-left: -15px;
}
}.article-content img {
    width: 70vw;
    height: auto;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width:767px) {
    .article-content img {
    width: 100vw;
}
}.article-content h1 {
    font-size: 2.5rem;
    margin: 0 0 30px;
}
.article-content p {
    color: #6b7c93;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 300;
}
.article-content strong {
    color: #22222a;
}
.article-content a {
    color: #f26621;
}
.contact-content {
    position: relative;
    padding: 228px 0 70px;
}
.contact-content svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media (max-width:991px) {
    .contact-content {
    padding: 80px 0 70px;
}
.contact-content .row {
    flex-flow: column-reverse;
}
.contact-content .contact-options {
    margin-top: 60px;
}
}.contact-content .contact-options a, .contact-content .contact-options p {
    color: #22222a;
    font-size: 1.25rem;
    margin: 0 0 40px 30px;
    display: block;
}
.contact-content .contact-options a:last-of-type, .contact-content .contact-options p:last-of-type {
    margin-bottom: 0;
}
.contact-content .contact-options address {
    margin: 0 0 40px 30px;
    position: relative;
}
.contact-content .contact-options address p {
    margin: 0 0 10px;
}
.contact-content .contact-options address:before {
    content: '\f015';
    font-family: FontAwesome;
    color: #22222a;
    position: absolute;
    left: -30px;
    top: 7px;
    font-size: 1.25rem;
}
.contact-content .contact-options a {
    position: relative;
}
.contact-content .contact-options a::before {
    font-family: FontAwesome;
    color: #22222a;
    position: absolute;
    left: -30px;
    top: 8px;
}
.downloads-page .download-sidebar .download-navigation p, .sector-card p {
    font-family: brandon-grotesque;
    text-transform: uppercase;
    letter-spacing: .075em;
}
.contact-content .contact-options a.phone-number::before {
    content: '\f095'}
.contact-content .contact-options a.twitter::before {
    content: '\f099'}
.contact-content .contact-options a.email-address::before {
    content: '\f0e0';
    font-size: 1rem;
}
.contact-content .contact-options a.linkedin::before {
    content: '\f08c'}
.faqs {
    padding-top: 80px;
    padding-bottom: 80px;
}
.faqs .section-title {
    text-align: center;
    margin: 0 0 40px;
}
.faqs .faq-answer, .faqs .faq-controller {
    max-width: 945px;
    margin: 0 auto;
}
.faqs .faq-controller {
    background: #22222a;
    padding: 20px 40px;
    border-radius: 6px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.625rem;
    display: block;
    transition: background .3s ease-in-out;
}
.faqs .faq-controller:hover {
    background: #2d2d38;
}
.faqs .faq-controller.active {
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
}
.faqs .faq-controller.active+.faq-answer {
    height: 100%;
    opacity: 1;
    position: unset;
}
.faqs .faq-answer {
    border: 1px solid #22222a;
    padding: 40px;
    border-radius: 0 0 6px 6px;
    margin-bottom: 30px;
    height: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .5s ease-in-out;
    transition: height .5s ease-in-out;
    z-index: -100;
}
.faqs .faq-answer p {
    margin: 0;
}
.sector-card {
    padding: 65px 15px;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: block;
    transition: all .3s ease-in-out;
    margin: 0 0 50px;
}
.sector-card h3, .sector-card p {
    color: #fff;
}
.sector-card h3 {
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin: 0 0 5px;
}
.sector-card p {
    font-size: 1rem;
    margin: 0;
    font-weight: 700;
}
.sector-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    cursor: pointer;
    transform: translateY(-3px);
}
.page-sectors {
    padding: 70px 0 50px;
    position: relative;
}
.page-sectors:before {
    content: '';
    position: absolute;
    top: 90px;
    right: 0;
    width: calc(50vw - 40px);
    height: 72%;
    background: #282828;
}
.projects {
    padding: 30px 0 0;
}
.projects .section-title {
    text-align: center;
    margin: 0 0 30px;
}
.casestudy-card {
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 34.65px .35px rgba(0, 0, 0, .05);
}
.casestudy-card .img-wrap {
    min-height: 120px;
    padding: 20px;
    background-size: cover;
}
.casestudy-card .img-wrap p {
    color: #fff;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 600;
    margin: 0;
}
.casestudy-card .content {
    padding: 40px 20px;
}
.casestudy-card .content h3 {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.375rem;
    margin: 0 0 25px;
}
.casestudy-card .content .summary {
    display: none;
    color: #6b7c93;
    line-height: 1.625rem;
    margin: 0 0 30px;
}
.downloads-page .download-category .download:nth-of-type(even) i, .downloads-page .download-category .download:nth-of-type(even) p {
    color: #fff;
}
.casestudy-card .content .btn {
    font-size: 1rem;
}
.casestudy-card.large .summary {
    display: block;
}
.case-studies-page {
    padding: 70px 0;
}
.statistics {
    background: #f4f4f4;
    padding: 65px 0;
}
.statistics .stats {
    display: flex;
    align-items: center;
    justify-content: center;
}
.statistics .stats .stat {
    margin: 0 45px;
    text-align: center;
}
.statistics .stats .stat strong {
    font-size: 2.625rem;
    line-height: 2.625rem;
    display: block;
    font-weight: 700;
    margin: 0 0 5px;
}
.statistics .stats .stat small {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.downloads-page .row {
    display: flex;
    flex-wrap: wrap;
}
.downloads-page .download-category {
    padding: 60px 0;
    position: relative;
}
@media (max-width:767px) {
    .page-sectors: before {
    width: 100vw;
}
.downloads-page .download-category {
    text-align: center;
}
}.downloads-page .download-category .section-title {
    font-size: 3.25rem;
    margin: 0 0 15px;
}
.downloads-page .download-category .download {
    background: #fff;
    display: flex;
    width: 85%;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f2f5f8;
    border-radius: 3px;
    padding: 20px;
    transition: all .3s ease-in-out;
    margin: 0;
}
@media (max-width:767px) {
    .downloads-page .download-category .download {
    width: 100%}
}.downloads-page .download-category .download:hover {
    background: #f2f2f2;
}
.downloads-page .download-category .download:nth-of-type(even) {
    background: #f26621;
}
.downloads-page .download-category .download:nth-of-type(even):hover {
    background: #ec570e;
}
.downloads-page .download-category .download p {
    margin: 0;
    display: flex;
    align-items: center;
    color: #40404b;
    font-weight: 400;
}
.downloads-page .download-category .download p img {
    width: 28px;
    height: auto;
    margin: 0 10px 0 0;
}
.downloads-page .download-category .download i {
    color: #6b7c93;
    font-size: 24px;
}
.downloads-page .download-category:nth-child(odd):after {
    content: '';
    position: absolute;
    top: 20px;
    left: calc((-100vw + 1110px)/ 2);
    width: calc(100% + ((100vw - 1110px)/ 2));
    height: 100%;
    background: #f4f4f4;
    z-index: -100;
}
@media (max-width:1199px) {
    .downloads-page .download-category: nth-child(odd):after {
    left: calc((-100vw + 930px)/ 2);
    width: calc(100% + ((100vw - 930px)/ 2));
}
}@media (max-width:991px) {
    .downloads-page .download-category: nth-child(odd):after {
    left: calc((-100vw + 690px)/ 2);
    width: calc(100% + ((100vw - 690px)/ 2));
}
}@media (max-width:767px) {
    .downloads-page .download-category: nth-child(odd):after {
    width: 100vw;
    left: -15px;
}
}.downloads-page .download-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    padding: 60px 0 0;
}
.downloads-page .download-sidebar .download-navigation {
    margin: 0 0 40px;
}
.downloads-page .download-sidebar .download-navigation p {
    font-size: 1rem;
    color: #f26621;
    text-align: center;
    margin: 0 0 10px;
}
.downloads-page .download-sidebar .download-navigation .download-nav {
    display: block;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 15px;
    font-size: 1.25rem;
    color: #22222a;
    margin: 0 0 5px;
    border-radius: 3px;
}
.downloads-page .download-sidebar .download-navigation .download-nav.active {
    background: #22222a;
    color: #fff;
}
.downloads-page .download-sidebar .sectors {
    position: relative;
    padding: 0 0 30px;
}
.downloads-page .download-sidebar .sectors:after {
    content: '';
    position: absolute;
    width: 90%;
    height: calc(88% - 30px);
    background: #282828;
    top: 20px;
    z-index: -10;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.iphone #building-wrap {
    bottom: -6px;
}
.ipad .layer-bg {
    background-attachment: scroll;
}
.touchevents .tabs a:hover {
    background: #fff;
    color: #22222a;
}
@media screen and (-ms-high-contrast:active) and (min-width:1200px), (-ms-high-contrast:none) and (min-width:1200px) {
    footer .btt {
    right: 25px;
}
}@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .icon {
    top: -55px;
}
.icon i {
    position: relative;
    top: 26px;
}
.latest .icon {
    margin-top: -35px;
}
.latest .icon i {
    position: relative;
    top: 18px;
}
select::-ms-expand {
    display: none;
}
.team-list .filter .input-field, .team-list .filter .input-label {
    height: 100%}
}.ie10-message, html[data-useragent*='MSIE 10.0'] .st-content {
    display: none;
}
html[data-useragent*='MSIE 10.0'] .ie10-message {
    display: block;
}
.contacttextarea {width: 96.5% !important; }
