@charset "UTF-8";
img,legend{
    border:0
}
legend,td,th{
    padding:0
}
.mfp-open .mfp-figure,.mfp-wrap{
    -webkit-backface-visibility:hidden
}
#masthead .inner-wrap:after,#masthead .inner-wrap:before,#masthead:after,#masthead:before,#site-footer .column .col-wrap:after,#site-footer .column .col-wrap:before,#site-footer .two-col-block .column:after,#site-footer .two-col-block .column:before,#site-footer .two-col-block:after,#site-footer .two-col-block:before,.clearfix:after,.clearfix:before,.container:after,.container:before,.home .recent-updates-wrapper .recent-item:after,.home .recent-updates-wrapper .recent-item:before,.home .section .inner-wrap:after,.home .section .inner-wrap:before,.people .tiles-wrapper:after,.people .tiles-wrapper:before,.project-detail .team-members:after,.project-detail .team-members:before,.projects .projects-wrapper:after,.projects .projects-wrapper:before,.section .inner-wrap:after,.section .inner-wrap:before,.specialization-detail .recent-blog-posts:after,.specialization-detail .recent-blog-posts:before,.specialization-detail .recent-works-wrap:after,.specialization-detail .recent-works-wrap:before,.three-col-block:after,.three-col-block:before,.two-col-block:after,.two-col-block:before{
    content:" ";
    display:table
}
#masthead .inner-wrap:after,#masthead:after,#site-footer .column .col-wrap:after,#site-footer .two-col-block .column:after,#site-footer .two-col-block:after,.clearfix:after,.container:after,.home .recent-updates-wrapper .recent-item:after,.home .section .inner-wrap:after,.people .tiles-wrapper:after,.project-detail .team-members:after,.projects .projects-wrapper:after,.section .inner-wrap:after,.specialization-detail .recent-blog-posts:after,.specialization-detail .recent-works-wrap:after,.three-col-block:after,.two-col-block:after{
    clear:both
}
@keyframes anim-open{
    0%{
        opacity:0;
        -webkit-transform:scale3d(0,0,1);
        transform:scale3d(0,0,1)
    }
    100%{
        opacity:1;
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
@keyframes anim-close{
    0%{
        opacity:1
    }
    100%{
        opacity:0;
        -webkit-transform:scale3d(.5,.5,1);
        transform:scale3d(.5,.5,1)
    }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before,[hidden],template{
    display:none
}
audio:not([controls]){
    display:none;
    height:0
}
a{
    background-color:transparent
}
a:active,a:hover{
    outline:0
}
.mfp-wrap,.selectize-input>input:focus{
    outline:0!important
}
abbr[title]{
    border-bottom:1px dotted
}
b,optgroup,strong{
    font-weight:700
}
dfn{
    font-style:italic
}
h1{
    font-size:2em;
    margin:.67em 0
}
mark{
    background:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
.mc-hide-scrolls,svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0
}
pre,textarea{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
button,input,optgroup,select,textarea{
    color:inherit;
    font:inherit;
    margin:0
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
input{
    line-height:normal
}
input[type=checkbox],input[type=radio]{
    box-sizing:border-box;
    padding:0
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    height:auto
}
body .mc-cycle,div.mc-image{
    height:100%;
    width:100%;
    overflow:hidden
}
input[type=search]{
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
fieldset{
    border:1px solid silver;
    margin:0 2px;
    padding:.35em .625em .75em
}
table{
    border-collapse:collapse;
    border-spacing:0
}
/*! Version: 2.0.73 (12-Oct-2012) */
body .mc-cycle{
    left:0;
    position:fixed;
    top:0;
    z-index:-1
}
div.mc-image{
    -webkit-transition:opacity 1s ease-in-out;
    -moz-transition:opacity 1s ease-in-out;
    -o-transition:opacity 1s ease-in-out;
    transition:opacity 1s ease-in-out;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat
}
.mc-old-browser .mc-image{
    overflow:hidden
}
.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,.selectize-input{
    position:relative
}
.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-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{
    cursor:text;
    display:inline-block
}
.selectize-input{
    width:100%;
    overflow:hidden;
    z-index:1;
    box-sizing:border-box
}
.selectize-control.multi .selectize-input.has-items{
    padding:6px 8px 3px
}
.selectize-input.disabled,.selectize-input.disabled *{
    cursor:default!important
}
.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::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;
    margin:-1px 0 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.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 [data-selectable]{
    padding:5px 8px
}
.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
}
.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
}
.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{
    content:''
}
.selectize-control.single .selectize-input.dropdown-active:after{
    margin-top:-4px
}
.selectize-control.rtl.single .selectize-input:after{
    left:15px;
    right:auto
}
.mfp-bg,.mfp-container,.mfp-wrap{
    left:0;
    top:0;
    height:100%;
    width:100%
}
.selectize-control.rtl .selectize-input>input{
    margin:0 4px 0 -2px!important
}
.selectize-control .selectize-input.disabled{
    opacity:.5;
    background-color:#fafafa
}
.mfp-bg{
    z-index:1042;
    overflow:hidden;
    position:fixed;
    opacity:.8
}
.mfp-wrap{
    z-index:1043;
    position:fixed
}
.mfp-container{
    text-align:center;
    position:absolute;
    padding:0 8px;
    box-sizing:border-box
}
.mfp-container:before{
    display:inline-block;
    height:100%;
    vertical-align:middle
}
.mfp-align-top .mfp-container:before{
    display:none
}
.mfp-content{
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
    text-align:left;
    z-index:1045
}
.mfp-close,.mfp-preloader{
    text-align:center;
    position:absolute
}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{
    width:100%;
    cursor:auto
}
.mfp-ajax-cur{
    cursor:progress
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
    cursor:-moz-zoom-out;
    cursor:-webkit-zoom-out;
    cursor:zoom-out
}
.mfp-zoom{
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;
    cursor:zoom-in
}
.mfp-auto-cursor .mfp-content{
    cursor:auto
}
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.mfp-loading.mfp-figure{
    display:none
}
.mfp-hide{
    display:none!important
}
.mfp-preloader{
    color:#CCC;
    top:50%;
    width:auto;
    margin-top:-.8em;
    left:8px;
    right:8px;
    z-index:1044
}
.mfp-preloader a{
    color:#CCC
}
.mfp-close,.mfp-preloader a:hover{
    color:#FFF
}
.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{
    display:none
}
button.mfp-arrow,button.mfp-close{
    overflow:visible;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
    display:block;
    outline:0;
    padding:0;
    z-index:1046;
    box-shadow:none;
    touch-action:manipulation
}
button::-moz-focus-inner{
    padding:0;
    border:0
}
.mfp-close{
    line-height:44px;
    text-decoration:none;
    padding:0 0 18px 10px;
    font-style:normal;
    font-size:28px;
    font-family:Arial,Baskerville,monospace
}
.mfp-close:focus,.mfp-close:hover{
    opacity:1
}
.mfp-close:active{
    top:1px
}
.mfp-close-btn-in .mfp-close{
    color:#333
}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{
    right:-6px;
    text-align:right;
    padding-right:6px
}
.mfp-counter{
    position:absolute;
    top:0;
    right:0;
    color:#CCC;
    font-size:12px;
    line-height:18px;
    white-space:nowrap
}
.mfp-figure,img.mfp-img{
    line-height:0
}
.mfp-arrow{
    position:absolute;
    opacity:.65;
    margin:-55px 0 0;
    top:50%;
    padding:0;
    width:90px;
    height:110px;
    -webkit-tap-highlight-color:transparent
}
.mfp-arrow:active{
    margin-top:-54px
}
.mfp-arrow:focus,.mfp-arrow:hover{
    opacity:1
}
.mfp-arrow:after,.mfp-arrow:before{
    display:block;
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:0;
    margin-top:35px;
    margin-left:35px;
    border:inset transparent
}
.mfp-arrow:after{
    border-top-width:13px;
    border-bottom-width:13px;
    top:8px
}
.mfp-arrow:before{
    border-top-width:21px;
    border-bottom-width:21px;
    opacity:.7
}
.mfp-arrow-left{
    left:0
}
.mfp-arrow-left:after{
    border-right:17px solid #FFF;
    margin-left:31px
}
.mfp-arrow-left:before{
    margin-left:25px
}
.mfp-arrow-right{
    right:0
}
.mfp-arrow-right:after{
    border-left:17px solid #FFF;
    margin-left:39px
}
.mfp-iframe-holder{
    padding-top:40px;
    padding-bottom:40px
}
.mfp-iframe-holder .mfp-content{
    line-height:0;
    width:100%;
    max-width:900px
}
.mfp-image-holder .mfp-content,img.mfp-img{
    max-width:100%
}
.mfp-iframe-holder .mfp-close{
    top:-40px
}
.mfp-iframe-scaler{
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%
}
.mfp-iframe-scaler iframe{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow:0 0 8px rgba(0,0,0,.6);
    background:#000
}
.mfp-figure:after,img.mfp-img{
    width:auto;
    height:auto;
    display:block
}
img.mfp-img{
    box-sizing:border-box;
    padding:40px 0;
    margin:0 auto
}
.mfp-figure:after{
    position:absolute;
    left:0;
    top:40px;
    bottom:40px;
    right:0;
    z-index:-1
}
.mfp-figure small{
    color:#BDBDBD;
    display:block;
    font-size:12px;
    line-height:14px
}
.mfp-figure figure{
    margin:0
}
.mfp-bottom-bar{
    margin-top:-36px;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    cursor:auto
}
.mfp-title{
    text-align:left;
    line-height:18px;
    color:#F3F3F3;
    word-wrap:break-word;
    padding-right:36px
}
.mfp-gallery .mfp-image-holder .mfp-figure{
    cursor:pointer
}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){
    .mfp-img-mobile .mfp-image-holder{
        padding-left:0;
        padding-right:0
    }
    .mfp-img-mobile img.mfp-img{
        padding:0
    }
    .mfp-img-mobile .mfp-figure:after{
        top:0;
        bottom:0
    }
    .mfp-img-mobile .mfp-figure small{
        display:inline;
        margin-left:5px
    }
    .mfp-img-mobile .mfp-bottom-bar{
        background:rgba(0,0,0,.6);
        bottom:0;
        margin:0;
        top:auto;
        padding:3px 5px;
        position:fixed;
        box-sizing:border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty{
        padding:0
    }
    .mfp-img-mobile .mfp-counter{
        right:5px;
        top:3px
    }
    .mfp-img-mobile .mfp-close{
        top:0;
        right:0;
        width:35px;
        height:35px;
        line-height:35px;
        background:rgba(0,0,0,.6);
        position:fixed;
        text-align:center;
        padding:0
    }
}
#main-wrapper *,.flowplayer *{
    -webkit-box-sizing:border-box
}
@media all and (max-width:900px){
    .mfp-arrow{
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
    .mfp-arrow-left{
        -webkit-transform-origin:0;
        transform-origin:0
    }
    .mfp-arrow-right{
        -webkit-transform-origin:100%;
        transform-origin:100%
    }
    .mfp-container{
        padding-left:6px;
        padding-right:6px
    }
}
.mfp-zoom-in .mfp-with-anim{
    opacity:0;
    transition:all .2s ease-in-out;
    transform:scale(.8)
}
.mfp-zoom-in.mfp-bg{
    opacity:0;
    transition:all .3s ease-out
}
.mfp-zoom-in.mfp-ready .mfp-with-anim{
    opacity:1;
    transform:scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg{
    opacity:.8
}
.mfp-zoom-in.mfp-removing .mfp-with-anim{
    transform:scale(.8);
    opacity:0
}
.mfp-zoom-in.mfp-removing.mfp-bg{
    opacity:0
}
.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{
    opacity:0;
    -webkit-backface-visibility:hidden;
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out
}
.mfp-with-zoom.mfp-ready .mfp-container{
    opacity:1
}
.mfp-with-zoom.mfp-ready.mfp-bg{
    opacity:.8
}
.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{
    opacity:0
}
.mfp-bg{
    background:#fff
}
.mfp-figure:after{
    box-shadow:none;
    background:0 0
}
.flowplayer.is-fullscreen,.flowplayer.is-playing{
    background-image:none!important
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-moz-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-o-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
.flowplayer.is-loading .fp-ui .fp-controls,.flowplayer.is-loading .fp-ui .fp-header,.flowplayer.is-poster .fp-engine{
    filter:alpha(opacity=0);
    opacity:0
}
.mfp-open .mfp-figure{
    -webkit-animation-name:fadeIn;
    -moz-animation-name:fadeIn;
    -o-animation-name:fadeIn;
    animation-name:fadeIn;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden
}
@font-face{
    font-family:flowplayer;
    src:url(icons/flowplayer.eot?#iefix) format("embedded-opentype"),url(icons/flowplayer.woff2) format("woff2"),url(icons/flowplayer.woff) format("woff")
}
.fp-icon{
    display:inline-block
}
.fp-icon:before{
    font-family:flowplayer;
    font-size:1.7em
}
.fp-airplay:before{
    content:"\e001"
}
.fp-fullscreen:before{
    content:"\e002"
}
.fp-checked:before{
    content:"\e003"
}
.fp-embed:before{
    content:"\e004";
    color:#fff
}
.fp-chromecast:before{
    content:"\e005"
}
.fp-email:before{
    content:"\e006"
}
.fp-playbtn:before{
    content:"\e007"
}
.fp-share:before{
    content:"\e009"
}
.fp-share2:before{
    content:"\e00a"
}
.fp-twitter:before{
    content:"\e00c";
    color:#1da1f2
}
.fp-facebook:before{
    content:"\e00a";
    color:#3b5998
}
.fp-volumebtn:before{
    content:"\e00b"
}
.fp-volume-off:before{
    content:"\e00d"
}
.fp-unload:before{
    content:"\e00f"
}
.fp-prevbtn:before{
    content:"\e011"
}
.fp-nextbtn:before{
    content:"\e012"
}
.flowplayer.is-mouseover .fp-captions,.flowplayer.is-paused .fp-captions{
    bottom:3em
}
.flowplayer.is-poster .fp-engine{
    left:-9999em;
    top:-9999em
}
.flowplayer.is-loading .fp-engine{
    top:-9999em
}
.flowplayer.is-error .fp-ui,.flowplayer.is-loading .fp-waiting p,.flowplayer.is-loading .fp-waiting svg,.flowplayer.is-seeking .fp-waiting p,.flowplayer.is-seeking .fp-waiting svg{
    filter:alpha(opacity=100);
    opacity:1
}
.flowplayer.is-poster .fp-ui>*,.flowplayer.is-splash .fp-ui>*{
    display:none
}
.flowplayer.is-poster .fp-ui>.fp-play,.flowplayer.is-splash .fp-ui>.fp-play{
    display:block
}
.flowplayer.is-poster.is-loading .fp-ui>.fp-play,.flowplayer.is-splash.is-loading .fp-ui>.fp-play{
    display:none
}
.flowplayer.is-disabled .fp-color{
    background-color:#999
}
.flowplayer.has-title .fp-header{
    top:0;
    text-align:right
}
.flowplayer.is-fullscreen{
    top:0!important;
    left:0!important;
    border:0!important;
    margin:0!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    z-index:99999!important;
    -webkit-box-shadow:0!important;
    box-shadow:0!important;
    background-color:#333
}
.flowplayer.is-fullscreen .fp-player{
    background-color:#333
}
.flowplayer.is-fullscreen .fp-fullscreen:before{
    content:"\e016"
}
.flowplayer.is-fullscreen.fp-minimal .fp-fullscreen:before,.flowplayer.is-fullscreen.fp-outlined .fp-fullscreen:before{
    content:"\e216"
}
.flowplayer.is-fullscreen.fp-edgy .fp-fullscreen:before{
    content:"\e116"
}
.flowplayer.is-fullscreen.fp-edgy.fp-minimal .fp-fullscreen:before,.flowplayer.is-fullscreen.fp-edgy.fp-outlined .fp-fullscreen:before{
    content:"\e316"
}
.flowplayer.is-loading .fp-play,.flowplayer.is-seeking .fp-play{
    display:none!important
}
.flowplayer.is-playing .fp-playbtn:before{
    content:"\e008"
}
.flowplayer.is-playing.fp-minimal .fp-playbtn:before,.flowplayer.is-playing.fp-outlined .fp-playbtn:before{
    content:"\e208"
}
.flowplayer.is-playing.fp-edgy .fp-playbtn:before{
    content:"\e108"
}
.flowplayer.is-playing.fp-edgy.fp-minimal .fp-playbtn:before,.flowplayer.is-playing.fp-edgy.fp-outlined .fp-playbtn:before{
    content:"\e308"
}
.flowplayer.is-muted .fp-volumebtn:before{
    content:"\e00d"
}
.flowplayer.is-muted.fp-minimal .fp-volumebtn:before,.flowplayer.is-muted.fp-outlined .fp-volumebtn:before{
    content:"\e20d"
}
.flowplayer.is-muted.fp-edgy .fp-volumebtn:before{
    content:"\e10d"
}
.flowplayer.is-muted.fp-edgy.fp-minimal .fp-volumebtn:before,.flowplayer.is-muted.fp-edgy.fp-outlined .fp-volumebtn:before{
    content:"\e30d"
}
.flowplayer.is-inverted .fp-duration{
    display:none
}
.flowplayer.is-closeable .fp-header .fp-unload,.flowplayer.is-inverted .fp-remaining{
    display:block
}
.flowplayer.is-error{
    background-color:#aaa
}
.flowplayer.is-live .fp-timeline{
    visibility:hidden
}
.flowplayer.is-live.is-dvr .fp-timeline{
    visibility:visible
}
.flowplayer.is-live.is-dvr.is-live-position .fp-duration{
    color:#00abcd
}
.flowplayer.is-flash-disabled .fp-waiting,.flowplayer.is-live .fp-timestamp{
    display:none!important
}
.flowplayer.is-flash-disabled .fp-ui .fp-controls,.flowplayer.is-flash-disabled .fp-ui .fp-header,.flowplayer.no-buffer .fp-ui .fp-controls .fp-timeline .fp-buffer,.flowplayer.no-volume .fp-volumebar{
    display:none
}
.flowplayer.is-flash-disabled .fp-ui{
    height:auto;
    background:0 0;
    filter:alpha(opacity=100);
    opacity:1
}
.flowplayer.is-flash-disabled .fp-engine{
    top:0
}
.flowplayer.fp-mute .fp-volumebtn{
    display:inline-block
}
@-webkit-keyframes pulse{
    0%{
        filter:alpha(opacity=0);
        opacity:0
    }
    100%{
        filter:alpha(opacity=100);
        opacity:1
    }
}
@keyframes pulse{
    0%{
        filter:alpha(opacity=0);
        opacity:0
    }
    100%{
        filter:alpha(opacity=100);
        opacity:1
    }
}
.flowplayer .fp-chromecast-engine{
    position:absolute;
    display:none;
    top:0;
    bottom:0;
    right:0;
    left:0;
    color:#fff
}
.flowplayer .fp-chromecast-engine .fp-chromecast-engine-status{
    font-size:150%;
    text-align:center
}
.flowplayer .fp-chromecast-engine .fp-chromecast-engine-icon{
    -webkit-mask-image:url(data:image/svg+xml;
    base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=);
    mask-image:url(data:image/svg+xml;
    base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=);
    -webkit-mask-size:100% 100%;
    background-color:#fff;
    margin:10% auto 2em;
    height:5em;
    width:5em
}
.flowplayer.is-chromecast{
    background-color:#333
}
.flowplayer.is-chromecast .fp-chromecast-engine{
    display:block
}
.flowplayer.is-chromecast .fp-flash-disabled{
    display:none!important
}
.flowplayer.is-chromecast .fp-engine{
    left:-9999em;
    top:-9999em;
    bottom:auto;
    right:auto
}
.flowplayer.fp-default-playlist .fp-next,.flowplayer.fp-default-playlist .fp-prev{
    position:absolute;
    top:45%;
    filter:alpha(opacity=30);
    opacity:.3;
    -webkit-transition:opacity .2s;
    transition:opacity .2s
}
.flowplayer.fp-default-playlist .fp-next:hover,.flowplayer.fp-default-playlist .fp-prev:hover{
    filter:alpha(opacity=100);
    opacity:1
}
.flowplayer.fp-default-playlist .fp-next:before,.flowplayer.fp-default-playlist .fp-prev:before{
    font-family:flowplayer;
    font-size:2.8em
}
.flowplayer.fp-default-playlist .fp-prev{
    left:.4em
}
.flowplayer.fp-default-playlist .fp-prev:before{
    content:"\e011"
}
.flowplayer.fp-default-playlist .fp-next{
    right:.4em
}
.flowplayer.fp-default-playlist .fp-next:before{
    content:"\e012"
}
.flowplayer.fp-default-playlist .fp-playlist{
    position:absolute;
    right:.4em;
    bottom:3em;
    width:100%;
    text-align:center
}
.flowplayer.fp-default-playlist .fp-playlist a{
    background-color:#fff;
    height:.8em;
    border-radius:50%;
    width:.8em;
    filter:alpha(opacity=70);
    opacity:.7;
    display:inline-block;
    -webkit-transition:-webkit-transform .2s;
    transition:-webkit-transform .2s;
    transition:transform .2s;
    transition:transform .2s,-webkit-transform .2s
}
.flowplayer.fp-default-playlist .fp-playlist a:hover{
    -webkit-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2)
}
.flowplayer.fp-default-playlist .fp-playlist a.is-active{
    filter:alpha(opacity=100);
    opacity:1
}
.flowplayer.fp-default-playlist.fp-edgy .fp-prev:before{
    content:"\e111"
}
.flowplayer.fp-default-playlist.fp-edgy .fp-next:before{
    content:"\e112"
}
.flowplayer.fp-default-playlist.fp-minimal .fp-prev:before,.flowplayer.fp-default-playlist.fp-outlined .fp-prev:before{
    content:"\e211"
}
.flowplayer.fp-default-playlist.fp-minimal .fp-next:before,.flowplayer.fp-default-playlist.fp-outlined .fp-next:before{
    content:"\e212"
}
.flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-prev:before,.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-prev:before{
    content:"\e311"
}
.flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-next:before,.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-next:before{
    content:"\e312"
}
.flowplayer.fp-custom-playlist{
    overflow:visible
}
.flowplayer.fp-custom-playlist .fp-playlist,.flowplayer.fp-custom-playlist.is-loading .fp-playlist,.flowplayer.fp-custom-playlist.is-poster .fp-playlist,.flowplayer.fp-custom-playlist.is-splash .fp-playlist{
    display:block;
    filter:alpha(opacity=100);
    opacity:1
}
.flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-fill,.flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-outline,.flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-fill,.flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-outline,.flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-fill,.flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-outline,.flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-fill,.flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-outline,.flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-fill,.flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-outline,.flowplayer.fp-edgy .fp-play svg.fp-play-rounded-fill,.flowplayer.fp-edgy .fp-play svg.fp-play-rounded-outline,.flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-fill,.flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-outline,.flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-fill,.flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-outline,.flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-fill,.flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-outline{
    display:none!important
}
.flowplayer.fp-edgy .fp-pause svg.fp-loading-sharp-fill,.flowplayer.fp-edgy .fp-pause svg.fp-pause-sharp-fill,.flowplayer.fp-edgy .fp-pause svg.fp-play-sharp-fill,.flowplayer.fp-edgy .fp-play svg.fp-loading-sharp-fill,.flowplayer.fp-edgy .fp-play svg.fp-pause-sharp-fill,.flowplayer.fp-edgy .fp-play svg.fp-play-sharp-fill,.flowplayer.fp-edgy .fp-waiting svg.fp-loading-sharp-fill,.flowplayer.fp-edgy .fp-waiting svg.fp-pause-sharp-fill,.flowplayer.fp-edgy .fp-waiting svg.fp-play-sharp-fill{
    display:block
}
.flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-fill,.flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-fill,.flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-fill{
    display:none
}
.flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-outline,.flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-outline,.flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-outline{
    display:block
}
.flowplayer.fp-edgy,.flowplayer.fp-edgy .fp-bar,.flowplayer.fp-edgy .fp-bar-slider,.flowplayer.fp-edgy .fp-bar-slider>*,.flowplayer.fp-edgy .fp-bar>*,.flowplayer.fp-edgy .fp-captions p,.flowplayer.fp-edgy .fp-menu,.flowplayer.fp-edgy .fp-textarea,.flowplayer.fp-edgy .fp-timestamp{
    border-radius:0
}
.flowplayer.fp-edgy .fp-airplay:before{
    content:"\e101"
}
.flowplayer.fp-edgy .fp-fullscreen:before{
    content:"\e102"
}
.flowplayer.fp-edgy .fp-checked:before{
    content:"\e103"
}
.flowplayer.fp-edgy .fp-embed:before{
    content:"\e104"
}
.flowplayer.fp-edgy .fp-chromecast:before{
    content:"\e105"
}
.flowplayer.fp-edgy .fp-email:before{
    content:"\e106"
}
.flowplayer.fp-edgy .fp-playbtn:before{
    content:"\e107"
}
.flowplayer.fp-edgy .fp-share:before{
    content:"\e109"
}
.flowplayer.fp-edgy .fp-share2:before{
    content:"\e10a"
}
.flowplayer.fp-edgy .fp-twitter:before{
    content:"\e10c"
}
.flowplayer.fp-edgy .fp-facebook:before{
    content:"\e10a"
}
.flowplayer.fp-edgy .fp-volumebtn:before{
    content:"\e10b"
}
.flowplayer.fp-edgy .fp-volume-off:before{
    content:"\e10d"
}
.flowplayer.fp-edgy .fp-unload:before{
    content:"\e10f"
}
.flowplayer.fp-edgy .fp-prevbtn:before{
    content:"\e111"
}
.flowplayer.fp-edgy .fp-nextbtn:before{
    content:"\e112"
}
.flowplayer.fp-edgy.fp-minimal .fp-airplay:before,.flowplayer.fp-edgy.fp-outlined .fp-airplay:before{
    content:"\e301"
}
.flowplayer.fp-edgy.fp-minimal .fp-fullscreen:before,.flowplayer.fp-edgy.fp-outlined .fp-fullscreen:before{
    content:"\e302"
}
.flowplayer.fp-edgy.fp-minimal .fp-checked:before,.flowplayer.fp-edgy.fp-outlined .fp-checked:before{
    content:"\e303"
}
.flowplayer.fp-edgy.fp-minimal .fp-embed:before,.flowplayer.fp-edgy.fp-outlined .fp-embed:before{
    content:"\e304"
}
.flowplayer.fp-edgy.fp-minimal .fp-chromecast:before,.flowplayer.fp-edgy.fp-outlined .fp-chromecast:before{
    content:"\e305"
}
.flowplayer.fp-edgy.fp-minimal .fp-email:before,.flowplayer.fp-edgy.fp-outlined .fp-email:before{
    content:"\e306"
}
.flowplayer.fp-edgy.fp-minimal .fp-playbtn:before,.flowplayer.fp-edgy.fp-outlined .fp-playbtn:before{
    content:"\e307"
}
.flowplayer.fp-edgy.fp-minimal .fp-share:before,.flowplayer.fp-edgy.fp-outlined .fp-share:before{
    content:"\e309"
}
.flowplayer.fp-edgy.fp-minimal .fp-share2:before,.flowplayer.fp-edgy.fp-outlined .fp-share2:before{
    content:"\e30a"
}
.flowplayer.fp-edgy.fp-minimal .fp-twitter:before,.flowplayer.fp-edgy.fp-outlined .fp-twitter:before{
    content:"\e30c"
}
.flowplayer.fp-edgy.fp-minimal .fp-facebook:before,.flowplayer.fp-edgy.fp-outlined .fp-facebook:before{
    content:"\e30a"
}
.flowplayer.fp-edgy.fp-minimal .fp-volumebtn:before,.flowplayer.fp-edgy.fp-outlined .fp-volumebtn:before{
    content:"\e30b"
}
.flowplayer.fp-edgy.fp-minimal .fp-volume-off:before,.flowplayer.fp-edgy.fp-outlined .fp-volume-off:before{
    content:"\e30d"
}
.flowplayer.fp-edgy.fp-minimal .fp-unload:before,.flowplayer.fp-edgy.fp-outlined .fp-unload:before{
    content:"\e30f"
}
.flowplayer.fp-edgy.fp-minimal .fp-prevbtn:before,.flowplayer.fp-edgy.fp-outlined .fp-prevbtn:before{
    content:"\e311"
}
.flowplayer.fp-edgy.fp-minimal .fp-nextbtn:before,.flowplayer.fp-edgy.fp-outlined .fp-nextbtn:before{
    content:"\e312"
}
.flowplayer.no-svg .fp-ui .fp-controls,.flowplayer.no-svg .fp-ui .fp-header{
    background-color:#333
}
.flowplayer.no-svg .fp-ui .fp-play.fp-visible{
    background-color:#ccc;
    position:absolute;
    padding-top:17%;
    top:0;
    left:0;
    right:0;
    bottom:0
}
.flowplayer.no-svg .fp-ui .fp-play.fp-visible svg{
    display:none
}
.flowplayer.no-svg .fp-ui .fp-play.fp-visible .fp-playbtn{
    display:inline
}
.flowplayer .fp-captions,.flowplayer .fp-controls,.flowplayer .fp-header,.flowplayer .fp-player,.flowplayer .fp-ui{
    position:absolute;
    width:100%
}
.flowplayer{
    font-family:avenir,sans-serif;
    font-size:16px;
    position:relative;
    max-height:100%;
    overflow:hidden;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    zoom:1!important;
    width:100%;
    display:inline-block
}
.flowplayer .fp-hidden{
    display:none
}
.flowplayer .fp-shown{
    display:block!important
}
.flowplayer *{
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.flowplayer.is-ready:not(.is-poster){
    background-color:#333
}
.flowplayer .fp-engine{
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%
}
.flowplayer video.fp-engine::-webkit-media-controls{
    display:none!important
}
.flowplayer .fp-player{
    position:absolute;
    bottom:0;
    top:0
}
.flowplayer .fp-waiting p{
    filter:alpha(opacity=0);
    opacity:0;
    color:#ccc;
    font-weight:700
}
.flowplayer .fp-ui{
    height:100%;
    top:0;
    background-image:none;
    -webkit-transition:background-image .1s;
    transition:background-image .1s;
    text-align:center;
    cursor:pointer;
    color:#fff
}
.flowplayer .fp-ui a,.flowplayer .fp-ui strong{
    color:inherit!important;
    font-style:normal!important;
    text-decoration:none!important
}
.flowplayer .fp-ui strong{
    font-weight:700!important
}
.flowplayer .fp-ui>*{
    -webkit-transition:opacity .1s;
    transition:opacity .1s;
    filter:alpha(opacity=0);
    opacity:0
}
.flowplayer.fp-ui-shown .fp-ui,.flowplayer.is-loading .fp-ui,.flowplayer.is-mouseover .fp-ui,.flowplayer.is-paused .fp-ui{
    background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.25)),color-stop(15%,transparent));
    background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.25),transparent 15%);
    background-image:linear-gradient(to top,rgba(0,0,0,.25),rgba(0,0,0,0) 15%)
}
.flowplayer.fp-ui-shown .fp-ui>*,.flowplayer.is-loading .fp-ui>*,.flowplayer.is-mouseover .fp-ui>*,.flowplayer.is-paused .fp-ui>*{
    filter:alpha(opacity=100);
    opacity:1
}
.flowplayer .fp-header{
    top:0;
    background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.25)),to(transparent));
    background-image:-webkit-linear-gradient(top,rgba(0,0,0,.25),transparent);
    background-image:linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,0));
    text-align:left;
    height:3.6em;
    -webkit-transition:opacity .3s;
    transition:opacity .3s;
    padding-left:.9em
}
.flowplayer .fp-header .fp-icon{
    margin:.9em .9em 0 0
}
.flowplayer .fp-header .fp-icon.fp-active{
    color:#ec6c4c
}
.flowplayer .fp-header .fp-fullscreen,.flowplayer .fp-header .fp-unload{
    float:right
}
.flowplayer .fp-header .fp-unload,.flowplayer .fp-help{
    display:none
}
.flowplayer .fp-message{
    background-color:rgba(0,0,0,.5);
    text-align:left;
    font-size:1.2em;
    overflow:hidden;
    filter:alpha(opacity=0);
    opacity:0;
    padding:.6em .9em;
    -webkit-transition:opacity .3s;
    transition:opacity .3s
}
.flowplayer .fp-message.fp-shown{
    filter:alpha(opacity=100);
    opacity:1
}
.flowplayer .fp-message.fp-shown+.fp-header{
    filter:alpha(opacity=0);
    opacity:0
}
.flowplayer .fp-textarea{
    background-color:rgba(0,0,0,.5);
    width:80%;
    position:absolute;
    left:10%;
    top:15%;
    color:#fff;
    outline:0;
    border-radius:.2em;
    border:0;
    min-height:60%
}
.flowplayer .fp-logo{
    position:absolute;
    bottom:3em;
    left:.9em
}
.flowplayer .fp-logo img{
    width:100%
}
.flowplayer .fp-captions{
    bottom:1.2em;
    display:none;
    text-align:center;
    color:#fff
}
.flowplayer .fp-captions p{
    background-color:rgba(0,0,0,.65);
    border-radius:.2em;
    font-size:110%;
    display:inline-block;
    padding:.1em .3em;
    margin:.1em
}
.flowplayer .fp-speed-flash{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    font-size:4em;
    color:#fff;
    font-weight:700;
    text-shadow:0 0 10px rgba(0,0,0,.3);
    filter:alpha(opacity=0)!important;
    opacity:0!important;
    -webkit-transform:scale(.8);
    -ms-transform:scale(.8);
    transform:scale(.8);
    -webkit-transition:all .2s;
    transition:all .2s;
    width:4em;
    height:2em;
    display:none
}
.flowplayer .fp-speed-flash.fp-hilite{
    filter:alpha(opacity=100)!important;
    opacity:1!important;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
}
.flowplayer .fp-pause .fp-playbtn,.flowplayer .fp-play .fp-playbtn,.flowplayer .fp-waiting .fp-playbtn{
    display:none
}
.flowplayer .fp-pause svg,.flowplayer .fp-play svg,.flowplayer .fp-waiting svg{
    position:absolute;
    pointer-events:none;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:6em;
    height:6em;
    filter:alpha(opacity=0);
    opacity:0;
    margin:auto;
    max-height:30%;
    -webkit-transform:scale(.8);
    -ms-transform:scale(.8);
    transform:scale(.8);
    -webkit-transition:all .2s;
    transition:all .2s;
    display:none
}
.flowplayer .fp-pause svg.fp-loading-rounded-fill,.flowplayer .fp-pause svg.fp-pause-rounded-fill,.flowplayer .fp-pause svg.fp-play-rounded-fill,.flowplayer .fp-play svg.fp-loading-rounded-fill,.flowplayer .fp-play svg.fp-pause-rounded-fill,.flowplayer .fp-play svg.fp-play-rounded-fill,.flowplayer .fp-waiting svg.fp-loading-rounded-fill,.flowplayer .fp-waiting svg.fp-pause-rounded-fill,.flowplayer .fp-waiting svg.fp-play-rounded-fill{
    display:block
}
.flowplayer .fp-pause.fp-visible svg,.flowplayer .fp-play.fp-visible svg,.flowplayer .fp-waiting.fp-visible svg{
    -webkit-transform:scale(1.5);
    -ms-transform:scale(1.5);
    transform:scale(1.5);
    filter:alpha(opacity=100);
    opacity:1
}
.flowplayer .fp-remaining{
    display:none
}
.flowplayer .fp-controls{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-box;
    display:flex;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -webkit-box-align:center;
    -moz-box-align:center;
    align-items:center;
    height:2.4em;
    bottom:0;
    z-index:2;
    padding-left:.3em;
    padding-right:.3em
}
.flowplayer .fp-controls>*{
    margin:0 .6em
}
.flowplayer .fp-controls>strong{
    letter-spacing:1px
}
.flowplayer .fp-controls img{
    width:1.2em
}
.flowplayer .fp-bar,.flowplayer .fp-bar-slider{
    background-color:#ccc;
    background-color:rgba(255,255,255,.5);
    position:relative;
    cursor:col-resize;
    height:.9em;
    border-radius:.24em;
    -ms-flex:1;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -moz-box-flex:1;
    flex:1
}
.flowplayer .fp-bar-slider>*,.flowplayer .fp-bar>*{
    background-color:rgba(255,255,255,.6);
    position:absolute;
    height:100%;
    border-radius:.24em
}
.flowplayer .fp-bar-slider>.fp-progress.animated,.flowplayer .fp-bar>.fp-progress.animated{
    -webkit-transition-timing-function:linear;
    transition-timing-function:linear;
    -webkit-transition-property:width,height;
    transition-property:width,height
}
.flowplayer .fp-bar-slider>.fp-buffer,.flowplayer .fp-bar>.fp-buffer{
    -webkit-transition:width .25s linear;
    transition:width .25s linear
}
.flowplayer .fp-bar.no-animation>*,.flowplayer .no-animation.fp-bar-slider>*{
    -webkit-transition:none;
    transition:none
}
.flowplayer .fp-timeline{
    -webkit-transition:height .2s;
    transition:height .2s
}
.flowplayer .fp-cuepoint{
    background-color:#000;
    position:absolute;
    height:100%;
    width:2px
}
.flowplayer .fp-timestamp{
    background-color:rgba(0,0,0,.65);
    display:none;
    border-radius:.2em;
    padding:.1em .3em;
    font-size:90%;
    bottom:1.4em;
    height:auto
}
.flowplayer .fp-timeline:hover .fp-timestamp{
    display:inline
}
.flowplayer .fp-volume{
    display:-ms-flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    height:100%;
    -ms-flex-align:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    align-items:center
}
.flowplayer .fp-volumebtn{
    display:none
}
.flowplayer .fp-bar-slider{
    background-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-transition:height .2s;
    transition:height .2s;
    white-space:nowrap;
    -ms-flex:1 0 auto
}
.flowplayer .fp-bar-slider em{
    border-radius:2px;
    display:inline-block;
    width:5px;
    height:100%;
    position:relative;
    vertical-align:top;
    margin-left:3px;
    -webkit-transition:-webkit-transform .4s;
    transition:-webkit-transform .4s;
    transition:transform .4s;
    transition:transform .4s,-webkit-transform .4s;
    -webkit-transform-origin:bottom;
    -ms-transform-origin:bottom;
    transform-origin:bottom;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.flowplayer .fp-bar-slider em:hover{
    -webkit-transform:scaleY(1.35);
    -ms-transform:scaleY(1.35);
    transform:scaleY(1.35);
    -webkit-transition:-webkit-transform .2s;
    transition:-webkit-transform .2s;
    transition:transform .2s;
    transition:transform .2s,-webkit-transform .2s
}
.flowplayer .fp-bar-slider em.fp-grey{
    background-color:rgba(255,255,255,.75)
}
.flowplayer.no-flex .fp-controls{
    white-space:nowrap
}
.flowplayer.no-flex .fp-controls>*{
    display:inline-block;
    vertical-align:center;
    margin:0 .3em
}
.flowplayer.no-flex .fp-timeline{
    width:40%
}
.flowplayer.no-flex.fp-full .fp-timeline{
    margin-bottom:.6em;
    height:.9em
}
.flowplayer.no-flex.fp-fat .fp-bar,.flowplayer.no-flex.fp-fat .fp-bar-slider,.flowplayer.no-flex.fp-playful .fp-bar,.flowplayer.no-flex.fp-playful .fp-bar-slider{
    height:.9em!important
}
.flowplayer.fp-fat .fp-bar,.flowplayer.fp-fat .fp-bar-slider,.flowplayer.fp-playful .fp-bar,.flowplayer.fp-playful .fp-bar-slider{
    height:100%;
    border-radius:0
}
.flowplayer.fp-fat .fp-bar-slider>*,.flowplayer.fp-fat .fp-bar>*,.flowplayer.fp-playful .fp-bar-slider>*,.flowplayer.fp-playful .fp-bar>*{
    border-radius:0
}
.flowplayer.fp-fat .fp-timestamp,.flowplayer.fp-playful .fp-timestamp{
    bottom:3.2em
}
.flowplayer.fp-fat .fp-bar-slider em,.flowplayer.fp-playful .fp-bar-slider em{
    -webkit-transform:scaleY(.6);
    -ms-transform:scaleY(.6);
    transform:scaleY(.6);
    -webkit-transform-origin:center;
    -ms-transform-origin:center;
    transform-origin:center
}
.flowplayer.fp-fat .fp-bar-slider em:hover,.flowplayer.fp-playful .fp-bar-slider em:hover{
    -webkit-transform:scaleY(.75);
    -ms-transform:scaleY(.75);
    transform:scaleY(.75)
}
.flowplayer.fp-slim .fp-timeline{
    height:.2em
}
.flowplayer.fp-slim .fp-controls:hover .fp-timeline{
    height:.9em
}
.flowplayer.fp-slim .fp-cue{
    width:4px
}
.flowplayer.fp-slim .fp-bar-slider{
    height:.2em
}
.flowplayer.fp-slim .fp-controls:hover .fp-bar-slider{
    height:.9em
}
.flowplayer.fp-full .fp-timeline{
    position:absolute;
    height:.3em;
    bottom:2.8em;
    margin:0;
    width:100%;
    border-radius:0;
    overflow:inherit;
    left:0
}
.flowplayer.fp-full .fp-timeline:before{
    content:"";
    width:100%;
    height:1.2em;
    position:absolute;
    top:-1.2em;
    left:0
}
.flowplayer.fp-full .fp-controls{
    height:2.8em
}
.flowplayer.fp-full .fp-controls:hover .fp-timeline{
    height:1em
}
.flowplayer.fp-full .fp-volume{
    margin-right:auto
}
.flowplayer.fp-full .fp-duration,.flowplayer.fp-full .fp-remaining{
    margin-left:0
}
.flowplayer.fp-full .fp-duration:before,.flowplayer.fp-full .fp-remaining:before{
    position:relative;
    content:"/";
    left:-.3em
}
.flowplayer.fp-minimal .fp-controls{
    background-color:transparent!important
}
.flowplayer.fp-minimal .fp-controls>*,.flowplayer.fp-minimal .fp-header>*{
    display:none
}
.flowplayer.fp-minimal .fp-header .fp-fullscreen{
    display:inherit
}
.flowplayer.fp-minimal .fp-timeline{
    height:.3em;
    max-width:12em;
    width:100%;
    display:block;
    margin:0 auto;
    -webkit-box-flex:0;
    -webkit-flex:none;
    -moz-box-flex:0;
    -ms-flex:none;
    flex:none
}
.section img,.two-col-block .column img{
    max-width:100%;
    height:auto
}
.flowplayer.fp-playful .fp-color,.flowplayer.fp-playful .fp-color-play{
    background-color:#ec6c4c;
    fill:#ec6c4c
}
.flowplayer.fp-playful .fp-controls{
    background-color:#006680
}
.flowplayer .fp-selected:before{
    content:"✓ "
}
.flowplayer .fp-menu{
    background-color:rgba(0,0,0,.5);
    border-radius:.24em;
    position:absolute;
    width:8em;
    right:.5em;
    z-index:2;
    font-size:90%;
    -webkit-transition:opacity .2s,height .2s,-webkit-transform .2s;
    transition:opacity .2s,height .2s,-webkit-transform .2s;
    transition:opacity .2s,transform .2s,height .2s;
    transition:opacity .2s,transform .2s,height .2s,-webkit-transform .2s;
    -webkit-transform:scale(.95);
    -ms-transform:scale(.95);
    transform:scale(.95);
    bottom:-100%;
    height:0;
    filter:alpha(opacity=0)!important;
    opacity:0!important
}
.flowplayer .fp-menu.fp-active{
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    height:auto;
    bottom:3.2em;
    filter:alpha(opacity=100)!important;
    opacity:1!important
}
.flowplayer .fp-menu>*{
    display:block;
    padding:.4em 1.2em;
    text-align:right
}
.flowplayer .fp-menu strong{
    display:block;
    padding:.7em 1.2em;
    border-bottom:1px solid rgba(255,255,255,.2);
    background-color:rgba(0,0,0,.3);
    text-transform:uppercase;
    letter-spacing:1px;
    cursor:default;
    font-size:90%
}
.flowplayer .fp-menu a{
    color:rgba(255,255,255,.8)
}
.flowplayer .fp-menu a:hover:not(.fp-selected){
    background-color:#000;
    color:#fff
}
.flowplayer .fp-menu .fp-icon{
    cursor:pointer
}
.flowplayer .fp-menu .fp-icon:before{
    margin-right:.1em;
    font-size:1.5em;
    vertical-align:-.1em
}
.flowplayer .fp-qsel-menu{
    width:auto
}
.flowplayer .fp-context-menu{
    width:auto;
    right:auto;
    bottom:auto!important;
    display:none
}
.flowplayer .fp-context-menu.fp-active{
    display:block
}
.flowplayer .fp-context-menu a,.flowplayer .fp-context-menu strong{
    text-align:left;
    color:#fff;
    white-space:nowrap
}
.flowplayer .fp-share-menu{
    width:9em;
    padding-bottom:.2em
}
.flowplayer .fp-share-menu.fp-active{
    bottom:auto
}
.flowplayer .fp-share-menu a,.flowplayer .fp-share-menu strong{
    text-align:left
}
.flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-fill,.flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-fill,.flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-fill,.flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-fill,.flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-fill,.flowplayer.fp-minimal .fp-play svg.fp-play-rounded-fill,.flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-fill,.flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-fill,.flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-fill,.flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-fill,.flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-fill,.flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-fill,.flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-fill,.flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-fill,.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-fill,.flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-fill,.flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-fill,.flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-fill{
    display:none
}
.flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-outline,.flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-outline,.flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-outline,.flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-outline,.flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-outline,.flowplayer.fp-minimal .fp-play svg.fp-play-rounded-outline,.flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-outline,.flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-outline,.flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-outline,.flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-outline,.flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-outline,.flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-outline,.flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-outline,.flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-outline,.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-outline,.flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-outline,.flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-outline,.flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-outline{
    display:block
}
.flowplayer.fp-minimal .fp-airplay:before,.flowplayer.fp-outlined .fp-airplay:before{
    content:"\e201"
}
.flowplayer.fp-minimal .fp-fullscreen:before,.flowplayer.fp-outlined .fp-fullscreen:before{
    content:"\e202"
}
.flowplayer.fp-minimal .fp-checked:before,.flowplayer.fp-outlined .fp-checked:before{
    content:"\e203"
}
.flowplayer.fp-minimal .fp-embed:before,.flowplayer.fp-outlined .fp-embed:before{
    content:"\e204"
}
.flowplayer.fp-minimal .fp-chromecast:before,.flowplayer.fp-outlined .fp-chromecast:before{
    content:"\e205"
}
.flowplayer.fp-minimal .fp-email:before,.flowplayer.fp-outlined .fp-email:before{
    content:"\e206"
}
.flowplayer.fp-minimal .fp-playbtn:before,.flowplayer.fp-outlined .fp-playbtn:before{
    content:"\e207"
}
.flowplayer.fp-minimal .fp-share:before,.flowplayer.fp-outlined .fp-share:before{
    content:"\e209"
}
.flowplayer.fp-minimal .fp-share2:before,.flowplayer.fp-outlined .fp-share2:before{
    content:"\e20a"
}
.flowplayer.fp-minimal .fp-twitter:before,.flowplayer.fp-outlined .fp-twitter:before{
    content:"\e20c"
}
.flowplayer.fp-minimal .fp-facebook:before,.flowplayer.fp-outlined .fp-facebook:before{
    content:"\e20a"
}
.flowplayer.fp-minimal .fp-volumebtn:before,.flowplayer.fp-outlined .fp-volumebtn:before{
    content:"\e20b"
}
.flowplayer.fp-minimal .fp-volume-off:before,.flowplayer.fp-outlined .fp-volume-off:before{
    content:"\e20d"
}
.flowplayer.fp-minimal .fp-unload:before,.flowplayer.fp-outlined .fp-unload:before{
    content:"\e20f"
}
.flowplayer.fp-minimal .fp-prevbtn:before,.flowplayer.fp-outlined .fp-prevbtn:before{
    content:"\e211"
}
.flowplayer.fp-minimal .fp-nextbtn:before,.flowplayer.fp-outlined .fp-nextbtn:before{
    content:"\e212"
}
.flowplayer .fp-color{
    fill:rgba(0,0,0,.2);
    background-color:#63666A
}
.flowplayer.is-rtl{
    direction:rtl
}
.flowplayer.is-rtl .fp-icon{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.flowplayer.-grayscale video.fp-engine{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%)
}
.flowplayer.-sepia video.fp-engine{
    -webkit-filter:sepia(100%);
    filter:sepia(100%)
}
.flowplayer.-blur video.fp-engine{
    -webkit-filter:blur(5px);
    filter:blur(5px)
}
.fp-filters{
    width:0!important;
    height:0!important;
    overflow:hidden!important;
    position:absolute
}
.flowplayer .fp-pause{
    display:none
}
.flowplayer .fp-color-play{
    fill:#63666A;
    opacity:1
}
.ajax-loader:after,.loading:after{
    opacity:.25;
    right:0;
    margin:auto;
    top:0;
    left:0;
    content:"";
    bottom:0
}
.fp-play-sharp-fill{
    height:2.5em!important
}
.loading,body,html{
    height:100%
}
.fp-share{
    display:none!important
}
.fp-duration,.fp-elapsed{
    font-family:InterFace,sans-serif!important
}
.flowplayer .fp-engine{
    width:100.1%!important
}
body{
    font-family:InterFace,sans-serif;
    font-size:16px
}
html{
    -webkit-font-smoothing:antialiased
}
@media (max-width:667px){
    html{
        position:relative
    }
}
#main-wrapper *{
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.loading{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:99;
    background:#fff
}
.loading:after{
    background:url(../img/preloader.gif) center center no-repeat #fff;
    background-size:cover;
    width:48px;
    height:48px;
    position:absolute
}
.ajax-loader{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:100;
    background:#fff;
    display:none
}
.ajax-loader:after{
    background:url(../img/preloader.gif) center center no-repeat #fff;
    background-size:cover;
    width:48px;
    height:48px;
    position:absolute
}
#main-wrapper #contents,#masthead,#site-footer{
    opacity:0;
}
#main-wrapper{
    min-height:100%;
    height:auto!important;
    height:100%;
    position:relative
}
.table,.table-cell{
    width:100%;
    height:100%
}
#main-wrapper.open-menu:before{
    content:"";
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    background:0 0;
    z-index:99
}
.table{
    display:table
}
.table-cell{
    display:table-cell;
    vertical-align:middle
}
.whitebg{
    background:#fff;
    letter-spacing:.01em
}
.graybg,.lightgraybg,.mlgraybg{
    letter-spacing:.03em
}
.graybg{
    background:#63666a
}
.mlgraybg{
    background:#bbbcbc
}
.lightgraybg{
    background:#eff0f0
}
.gray-block{
    background:#63666a;
    padding:105px 150px;
    color:#fff
}
@media (max-width:800px){
    .gray-block{
        padding:90px
    }
}
.gray-block p{
    font-family:freight-text-pro,sans-serif;
    font-weight:300;
    font-size:26px;
    font-size:1.625em;
    line-height:1.6875em;
    letter-spacing:.025em;
    text-align:center;
    margin:0 auto
}
.gray-block blockquote{
    margin:0;
    letter-spacing:.03em
}
.gray-block blockquote>p{
    margin-bottom:35px
}
#main-wrapper,#masthead,.container{
    margin:0 auto
}
.gray-block blockquote span{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    display:block;
    text-align:center
}
.gray-block blockquote span.author{
    font-weight:700
}
.two-col-block .column{
    float:left;
    width:50%;
    padding-right:7.5px
}
.two-col-block .column+.column{
    padding-left:7.5px;
    padding-right:0
}
.nopad{
    padding:0!important
}
a{
    text-decoration:none
}
.fullwidth img{
    width:100%;
    height:auto
}
.container{
    max-width:1370px
}
:focus{
    outline:0
}
.mobile{
    display:none
}
.selectize-input{
    font-size:16px;
    font-size:1em;
    border:none;
    padding:6px 8px 6px 22px;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    max-width:255px
}
.selectize-input.full{
    background-color:#eff0f0
}
.selectize-input.dropdown-active{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.selectize-input>input[type=text]{
    display:none!important
}
.mfp-arrow-left:after,.mfp-arrow-right:after{
    display:none
}
.selectize-control.single .selectize-input.input-active,.selectize-input{
    background:#eff0f0
}
.selectize-dropdown{
    font-size:14px;
    font-size:.875em;
    border:none;
    background:#f8f8f8;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.selectize-dropdown .selectize-dropdown-content .option{
    padding:6px 22px
}
.selectize-dropdown .active,.selectize-dropdown .selectize-dropdown-content .option:hover{
    background:#eff0f0
}
.selectize-input.focus{
    -webkit-box-shadow:none;
    box-shadow:none
}
.selectize-control.single .selectize-input:after{
    border-width:7.5px 7.5px 0;
    border-color:#bbbcbc transparent transparent
}
.selectize-control.single .selectize-input.dropdown-active:after{
    border-width:0 7.5px 7.5px;
    border-color:transparent transparent #bbbcbc
}
.isotope-item{
    z-index:2
}
.isotope-hidden.isotope-item{
    pointer-events:none;
    z-index:1
}
.isotope .isotope-item{
    -webkit-transition-property:top,left,opacity;
    -moz-transition-property:top,left,opacity;
    -ms-transition-property:top,left,opacity;
    -o-transition-property:top,left,opacity;
    transition-property:top,left,opacity
}
.mfp-arrow-left:before{
    background:url(../img/arrow-left.svg) no-repeat;
    border-right:none;
    width:20px;
    height:20px;
    background-size:cover
}
.mfp-arrow-right:before{
    background:url(../img/arrow-right.svg) no-repeat;
    border-left:none;
    width:20px;
    height:20px;
    background-size:cover
}
.mfp-content{
    position:initial
}
.mfp-close{
    width:16px;
    height:16px;
    overflow:hidden!important;
    top:26px!important;
    right:37px!important;
    padding-right:0!important;
    opacity:1
}
@media (max-width:667px){
    .mfp-close{
        top:19px!important;
        right:19px!important;
        position:fixed
    }
}
.mfp-close:hover{
    cursor:pointer!important
}
.home #maximage:hover,.home .project-title .arrow-down:hover,.post .featured-image .featured-images-slider .bx-wrapper:hover,.project-detail .arrow-bar .arrow-down:hover,.project-detail .bullet-wrapper span:hover{
    cursor:pointer
}
button.mfp-close{
    background:url(../img/x-icon-gray.svg) no-repeat;
    background-size:cover;
    text-align:left!important;
    text-indent:-999px
}
.mfp-arrow,.mfp-counter{
    display:none!important
}
.lazy-hidden{
    background:url(../img/loading.gif) 50% 50% no-repeat #EFF0F0;
    opacity:.25
}
.lazy-loaded{
    -webkit-transition:opacity .3s;
    -moz-transition:opacity .3s;
    -ms-transition:opacity .3s;
    -o-transition:opacity .3s;
    transition:opacity .3s;
    opacity:1
}
@media (max-width:480px){
    .people .lazy-hidden{
        background-position:50% 33.5%
    }
}
#masthead{
    width:100%;
    background:#fff;
    height:75px;
    padding:18px 0;
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    -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);
    -webkit-transition:top .2s linear;
    -moz-transition:top .2s linear;
    -ms-transition:top .2s linear;
    -o-transition:top .2s linear;
    transition:top .2s linear
}
@media (min-width:668px){
    #main-wrapper,#masthead{
        left:0!important
    }
}
@media (max-width:667px){
    #masthead{
        height:auto;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        -o-transform:none;
        transform:none;
        -webkit-transition:none;
        -moz-transition:none;
        -ms-transition:none;
        -o-transition:none;
        transition:none
    }
}
#masthead.stick{
    top:0!important
}
#masthead.nav-up{
    top:-75px
}
#masthead .mobile-nav{
    display:none;
    background:url(../img/menu-icon-gray.svg);
    width:18px;
    height:18px;
    position:absolute;
    right:18px
}
#masthead .inner-wrap{
    padding:0 45px
}
@media (max-width:767px){
    #masthead .inner-wrap{
        padding:0 18px
    }
}
#masthead .logo-header{
    float:left
}
#masthead .logo-header h1{
    margin:0
}
#masthead .logo-header h1 img{
    width:113px;
    height:23px
}
@media (max-width:667px){
    #masthead .mobile-nav{
        display:block
    }
    #masthead .logo-header h1{
        font-size:0
    }
    #masthead .logo-header h1 img{
        width:90px;
        height:18px
    }
}
#masthead .logo-header .logo span{
    display:none
}
#masthead .nav-wrapper{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%
}
#masthead #main-navigation{
    float:right;
    position:relative;
    margin-top:8px
}
@media (min-width:668px){
    #masthead #main-navigation{
        right:0!important
    }
}
@media (max-width:667px){
    #masthead #main-navigation{
        margin-top:0;
        height:100%;
        width:50%;
        float:none;
        position:fixed;
        top:0;
        right:-50%;
        background:#101820
    }
}
#masthead #main-navigation>.close{
    position:absolute;
    opacity:0;
    filter:alpha(opacity=0);
    text-indent:-999px;
    overflow:hidden;
    background:url(../img/close-icon.png) no-repeat;
    background-size:contain;
    width:7px;
    height:7px;
    top:0;
    bottom:0;
    margin:auto;
    z-index:-1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
@media (max-width:667px){
    #masthead #main-navigation>.close{
        display:none;
        -webkit-transition:none;
        -moz-transition:none;
        -ms-transition:none;
        -o-transition:none;
        transition:none
    }
}
#masthead #main-navigation.subpage-active>.close{
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    z-index:999
}
@media (min-width:668px){
    #masthead #main-navigation .nav{
        display:block!important
    }
}
@media (max-width:667px){
    #masthead #main-navigation.subpage-active>.close{
        -webkit-transition:none;
        -moz-transition:none;
        -ms-transition:none;
        -o-transition:none;
        transition:none
    }
    #masthead #main-navigation .nav{
        padding-left:25%;
        position:relative
    }
}
#masthead #main-navigation>ul>li>a{
    opacity:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
@media (max-width:667px){
    #masthead #main-navigation>ul>li>a{
        -webkit-transition:none;
        -moz-transition:none;
        -ms-transition:none;
        -o-transition:none;
        transition:none
    }
}
#masthead #main-navigation>ul>li.out>a{
    opacity:0;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
#masthead #main-navigation ul{
    margin:0;
    padding:0
}
#masthead #main-navigation ul li{
    float:left;
    list-style-type:none;
    margin-left:45px
}
@media (max-width:667px){
    #masthead #main-navigation>ul>li.out>a{
        -webkit-transition:none;
        -moz-transition:none;
        -ms-transition:none;
        -o-transition:none;
        transition:none
    }
    #masthead #main-navigation ul li.out>a{
        opacity:0;
        filter:alpha(opacity=0)
    }
    #masthead #main-navigation ul li{
        float:none;
        margin-left:0;
        margin-top:32px
    }
}
#masthead #main-navigation ul li:first-child{
    margin-left:0
}
#masthead #main-navigation ul li a{
    font-size:16px;
    font-size:1em;
    font-weight:400;
    color:#bbbcbc;
    text-decoration:none;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
@media (max-width:667px){
    #masthead #main-navigation ul li a{
        font-size:16px;
        font-size:1em;
        color:#fff;
        -webkit-transition:none;
        -moz-transition:none;
        -ms-transition:none;
        -o-transition:none;
        transition:none
    }
}
.home #masthead #main-navigation ul li a,.home .featured-post .featured-post-info>a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
#masthead #main-navigation ul li a.active,#masthead #main-navigation ul li a:hover{
    color:#111820
}
#masthead #main-navigation ul li .submenu{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    display:none;
    text-align:right;
    z-index:99
}
#masthead #main-navigation ul li .submenu.active{
    display:block
}
#masthead #main-navigation ul li .submenu .close{
    display:none
}
@media (min-width:668px){
    #masthead #main-navigation ul li .submenu .close{
        display:none!important
    }
    .home #maximage{
        left:0!important
    }
}
#masthead #main-navigation ul li .submenu li{
    float:none;
    display:inline-block
}
@media (max-width:667px){
    #masthead #main-navigation ul li a.active,#masthead #main-navigation ul li a:hover{
        color:#fff
    }
    #masthead #main-navigation ul li .submenu .close{
        display:inline-block;
        position:relative;
        color:#bbbcbc;
        border-bottom:1px solid #dedfdf
    }
    #masthead #main-navigation ul li .submenu{
        text-align:left;
        padding-left:33%
    }
    #masthead #main-navigation ul li .submenu li:first-child{
        margin-top:0
    }
    #masthead #main-navigation ul li .submenu li{
        display:block
    }
    #masthead #main-navigation ul li .submenu li a{
        color:#fff
    }
}
.home #masthead .logo-header .logo-gray,.home #masthead.shade .logo-header .logo-white{
    display:none
}
@media (max-width:667px){
    .ios #masthead #main-navigation:after{
        content:"";
        width:1px;
        height:100%;
        position:absolute;
        right:-1px;
        background:#101820;
        z-index:99
    }
}
.home #masthead{
    background:0 0
}
.home #masthead #main-navigation>.close{
    background:url(../img/close-icon-white.png) no-repeat;
    background-size:contain
}
.home #masthead #main-navigation ul li a{
    font-size:16px;
    font-size:1em;
    color:#fff;
    transition:all .2s ease-in-out
}
.home #masthead #main-navigation ul li a:hover{
    opacity:.5;
    filter:alpha(opacity=50)
}
.home #masthead #main-navigation ul li.has-child.out>a:hover{
    opacity:inherit
}
.home #masthead .mobile-nav{
    background:url(../img/menu-icon-white.svg)
}
.home #masthead.shade{
    background:#fff
}
.home #masthead.shade .mobile-nav{
    background:url(../img/menu-icon-gray.svg)
}
.home #masthead.shade .logo-header .logo-gray{
    display:inline-block
}
.home #masthead.shade #main-navigation>.close{
    background:url(../img/close-icon.png) no-repeat;
    background-size:contain
}
.home #contents,.home .hero-overlay{
    background:#fff;
    position:absolute;
    width:100%
}
.home #masthead.shade #main-navigation ul li a{
    font-size:16px;
    font-size:1em;
    color:#bbbcbc
}
#contents #main-content,.home #masthead.shade #main-navigation ul li a.active,.home .featured-post .featured-post-info .title a,.home .project-title h3 a{
    color:#111820
}
.home #masthead.shade #main-navigation ul li a:hover{
    color:#111820;
    opacity:1;
    filter:alpha(opacity=100)
}
.section .inner-wrap{
    padding:0 45px
}
#contents #main-content{
    background: #ffffff !important;
     margin:0 auto
}
.home{
    margin-left:-50%
}
.home #contents{
    top:100%;
    margin-top:-69px;
    z-index:2
}
@media (max-width:667px){
    .home #contents{
        margin-top:-64px
    }
    .home .overview p{
        font-size:18px;
        font-size:1.125em
    }
}
.home #contents #main-content{
    max-width:100%
}
.home #maximage{
    visibility:hidden;
    opacity:0;
    z-index:1;
    overflow:hidden
}
.home .overview p{
    max-width:735px;
    margin:0 auto
}
@media (max-width:767px){
    .section .inner-wrap{
        padding:0 18px
    }
    .home .overview.gray-block{
        padding:16px 25px
    }
}
.home .hero-overlay{
    height:100%;
    top:-100%;
    left:0;
    visibility:hidden
}
.home .container{
    max-width:1370px
}
.home .project-title{
    padding:0;
    position:relative;
    height:69px
}
@media (max-width:667px){
    .home .project-title{
        height:64px
    }
}
.home .project-title .container{
    width:100%;
    height:100%
}
.home .project-title .inner-wrap{
    position:relative;
    padding:0 45px;
    display:table;
    width:100%;
    height:100%
}
.home .project-title h3{
    font-weight:400;
    font-size:16px;
    font-size:1em;
    margin:0;
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align:middle
}
.home .project-title .arrow-down{
    position:absolute;
    top:0;
    right:45px;
    bottom:0;
    margin:auto;
    background:url(../img/down-arrow-icon.svg);
    width:13px;
    height:7px
}
@media (max-width:667px){
    .home .project-title .inner-wrap{
        padding:0 18px
    }
    .home .project-title h3{
        padding-right:60px
    }
    .home .project-title .arrow-down{
        right:18px;
        width:19px;
        height:10px
    }
}
.home .section{
    padding:75px 0
}
@media (max-width:667px){
    .home .section{
        padding:36px 0
    }
    .home .section.job-listing{
        padding:43px 0 36px
    }
    .home .section.job-listing.two-col-block .column{
        width:100%;
        float:none;
        padding-right:0
    }
    .home .section.job-listing.two-col-block .column+.column{
        padding-left:0
    }
}
.home .section.contact-info{
    padding:75px 0 35px
}
@media (max-width:667px){
    .home .section.contact-info{
        padding:27px 0 41px
    }
    .home .section.contact-info.two-col-block .column{
        width:100%;
        float:none;
        padding-right:0
    }
    .home .section.contact-info.two-col-block .column+.column{
        padding-left:0
    }
}
.home .section .full,.home .section .inner-wrap{
    padding:0 45px
}
@media (max-width:767px){
    .home .section .inner-wrap{
        padding:0 18px
    }
}
.home .section .section-header{
    font-size:30px;
    font-size:1.875em;
    margin:0 0 0 60px
}
@media (max-width:768px){
    .home .section .section-header{
        margin:0 0 25px
    }
}
.home .section.job-listing{
    padding-top:0
}
.home .featured-post{
    background:#fff;
    overflow:hidden
}
@media (max-width:767px){
    .home .recent-posts .column{
        float:none;
        width:100%;
        padding:0!important
    }
    .home .featured-post{
        margin-bottom:15px
    }
}
.home .featured-post .video-wrap{
    position:relative
}
.home .featured-post .video-wrap iframe{
    width:100%
}
.home .featured-post .video-wrap .video-controls{
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    text-align:center;
    background-size:cover
}
.home .featured-post .video-wrap .play-btn{
    background:url(../img/play-icon/playicon.png) no-repeat;
    width:50px;
    height:50px;
    background-size:cover;
    display:inline-block;
    text-indent:-999px;
    overflow:hidden
}
@media (min-width:1025px){
    .home .featured-post .video-wrap .play-btn{
        width:75px;
        height:75px
    }
}
.home .featured-post .video-wrap .play-btn:hover{
    background:url(../img/play-icon/playicon-hover.png) no-repeat;
    background-size:cover;
    cursor:pointer
}
.home .featured-post .featured-post-info{
    padding:29px 40px 28px
}
@media (max-width:960px){
    .home .featured-post .featured-post-info{
        padding:23px 40px
    }
    .home .featured-post .featured-post-info .excerpt{
        display:none
    }
}
@media (max-width:667px){
    .home .section .section-header{
        font-size:16px;
        font-size:1em
    }
    .home .featured-post{
        margin-bottom:0
    }
    .home .featured-post .featured-post-info{
        padding:23px 18px
    }
}
.home .featured-post .featured-post-info .title{
    font-size:16px;
    font-size:1em;
    font-weight:700;
    margin:0 0 1em
}
.home .featured-post .featured-post-info .excerpt{
    font-size:14px;
    font-size:.875em;
    line-height:1.5em
}
.home .featured-post .featured-post-info>a{
    font-size:14px;
    font-size:.875em;
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.home .recent-updates-wrapper .recent-item .post-title a,.home .recent-updates-wrapper .recent-item .text-wrap>a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
.home .featured-post .featured-post-info>a:hover{
    color:#111820;
    border-color:#111820
}
.home .recent-updates-wrapper .recent-item{
    background:#fff
}
@media (max-width:667px){
    .home .recent-updates-wrapper .recent-item{
        margin-top:9px
    }
}
.home .recent-updates-wrapper .recent-item .image-wrap{
    width:195px;
    height:195px;
    overflow:hidden;
    position:relative;
    float:left
}
@media (max-width:767px){
    .home .recent-updates-wrapper .recent-item .image-wrap{
        width:100px!important;
        height:100px!important
    }
}
@media (max-width:480px){
    .home .recent-updates-wrapper .recent-item .image-wrap{
        width:98px!important;
        height:98px!important
    }
}
.home .recent-updates-wrapper .recent-item .image-wrap img{
    max-width:100%;
    width:100%;
    height:100%;
    position:absolute;
    top:0
}
.home .recent-updates-wrapper .recent-item .text-wrap{
    float:left;
    width:100%;
    margin-top:30px;
    margin-left:-195px;
    padding-left:225px;
    padding-right:30px
}
@media (max-width:1024px){
    .home .recent-updates-wrapper .recent-item .text-wrap{
        padding-right:10px
    }
}
@media (max-width:767px){
    .home .recent-updates-wrapper .recent-item .text-wrap{
        margin-left:-100px!important;
        padding-left:115px!important;
        padding-right:10px
    }
}
@media (max-width:480px){
    .home .recent-updates-wrapper .recent-item .text-wrap{
        margin-left:-98px!important;
        padding-left:108px!important
    }
}
.home .recent-updates-wrapper .recent-item .text-wrap>a{
    font-size:14px;
    font-size:.875em;
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    display:inline-block;
    margin-top:5px;
    transition:all .2s ease-in-out
}
.home .recent-updates-wrapper .recent-item .post-title a:hover,.home .recent-updates-wrapper .recent-item .text-wrap>a:hover{
    border-color:#111820;
    color:#111820
}
.home .recent-updates-wrapper .recent-item+.recent-item{
    margin-top:15px
}
@media (max-width:667px){
    .home .recent-updates-wrapper .recent-item+.recent-item{
        margin-top:9px
    }
}
.home .recent-updates-wrapper .recent-item .post-title{
    font-size:16px;
    font-size:1em;
    font-weight:700;
    margin:0 0 1em
}
.home .recent-updates-wrapper .recent-item .post-title a{
    color:#111820;
    transition:all .2s ease-in-out
}
.home .business-contacts .contact-person a,.home .headquarters a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
.home .recent-updates-wrapper .recent-item .excerpt{
    font-size:14px;
    font-size:.875em;
    line-height:1.625em;
    margin:0
}
@media (max-width:960px){
    .home .recent-updates-wrapper .recent-item .post-title{
        margin:0
    }
    .home .recent-updates-wrapper .recent-item .excerpt{
        display:none
    }
}
.home .headquarters{
    border-bottom:1px solid #eff0f0;
    margin-bottom:40px;
    padding-bottom:50px
}
@media (max-width:667px){
    .home .headquarters{
        padding-bottom:29px;
        margin-bottom:31px
    }
}
.home .headquarters h5{
    font-size:14px;
    font-size:.875em;
    margin:.4em 0 2em
}
@media (max-width:667px){
    .home .headquarters h5{
        margin:.4em 0 .6em
    }
}
.home .headquarters .address{
    margin-bottom:25px
}
@media (max-width:667px){
    .home .headquarters .address{
        margin-bottom:16px
    }
}
.home .headquarters .address a{
    color:#111820;
    border:none
}
.home .headquarters .address a:hover{
    border:none
}
.home .headquarters .address span{
    display:block
}
.home .headquarters p{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    margin:0
}
.home .headquarters a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.home .headquarters a:hover{
    color:#111820;
    border-bottom:1px solid #111820
}
.home .business-contacts{
    border-bottom:1px solid #eff0f0;
    padding-bottom:56px
}
.home .business-contacts h5{
    font-size:14px;
    font-size:.875em;
    margin:.4em 0 2em
}
@media (max-width:667px){
    .home .business-contacts{
        padding-bottom:41px
    }
    .home .business-contacts h5{
        margin:.4em 0 23px
    }
}
.home .business-contacts .contact-person p{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    margin:0
}
.home .business-contacts .contact-person a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.home .copyright a,.home .website-creator a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    text-decoration:none
}
.home .business-contacts .contact-person a:hover{
    color:#111820;
    border-color:#111820
}
.home .business-contacts .contact-person+.contact-person{
    margin-top:25px
}
@media (max-width:667px){
    .home .business-contacts .contact-person+.contact-person{
        margin-top:20px
    }
}
.home .copyright{
    font-size:14px;
    font-size:.875em;
    margin:2em 0 0
}
.home .copyright a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.home .copyright a:hover{
    color:#111820;
    border-color:#111820
}
.home .website-creator{
    font-size:14px;
    font-size:.875em;
    margin:.5em 0 0
}
.home .website-creator a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.home .jobs-list-wrap ul li a,.projects .projects-wrapper .nav-box ul li a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
.home .website-creator a:hover{
    color:#111820;
    border-color:#111820
}
.home .jobs-list-wrap h6{
    font-size:14px;
    font-size:.875em;
    font-weight:700;
    margin:.4em 0 2em
}
@media (max-width:667px){
    .home .jobs-list-wrap h6{
        margin:.4em 0 3px
    }
    .home .map .inner-wrap{
        padding:0
    }
}
.home .jobs-list-wrap ul{
    margin:0;
    padding:0
}
.home .jobs-list-wrap ul li{
    list-style-type:none;
    font-size:14px;
    font-size:.875em;
    line-height:1.875em
}
.home .jobs-list-wrap ul li a{
    text-decoration:none;
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.home .jobs-list-wrap ul li a:hover{
    color:#111820;
    border-color:#111820
}
.home .map{
    padding-top:0
}
.home #custom-map{
    height:435px
}
.projects .preloader{
    font-size:16px;
    font-size:1em;
    text-align:right;
    margin:35px 20% 0 0;
    display:none
}
.projects #contents #main-content{
    margin:150px 0!important
}
.projects .light{
    font-weight:300
}
.projects .projects-wrapper .nav-box{
    width:33.333%;
    background:#101820;
    padding:30px;
    z-index:0
}
@media (max-width:1024px){
    .projects .projects-wrapper .nav-box{
        padding:20px
    }
}
.projects .projects-wrapper .nav-box li .smooth-link{
    display:none
}
@media (max-width:667px){
    .home #custom-map{
        height:288px
    }
    .projects #contents #main-content{
        margin:72px 0 36px!important
    }
    .projects .projects-wrapper .nav-box li .smooth-link{
        display:block
    }
}
.projects .projects-wrapper .nav-box .selected_item{
    display:none;
    position:relative;
    color:#fff
}
@media (max-width:480px){
    .projects #contents #main-content{
        margin:50px 0 36px!important
    }
    .projects .projects-wrapper{
        margin-top:35px
    }
    .projects .projects-wrapper .nav-box{
        padding:9px 9px 9px 20px;
        background:#101820;
        z-index:9;
        overflow:initial!important
    }
    .projects .projects-wrapper .nav-box .selected_item{
        display:block
    }
}
.projects .projects-wrapper .nav-box .selected_item:before{
    content:"";
    display:inline-block;
    width:0;
    height:0;
    border-left:7.5px solid transparent;
    border-right:7.5px solid transparent;
    border-top:7.5px solid #63666a;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    margin:auto
}
.projects .projects-wrapper .nav-box.closed .selected-item,.projects .projects-wrapper .nav-box.closed .selected_item{
    margin-bottom:0;
    display:none
}
@media (max-width:480px){
    .projects .projects-wrapper .nav-box.closed .selected-item,.projects .projects-wrapper .nav-box.closed .selected_item{
        display:block
    }
}
.projects .projects-wrapper .nav-box.closed .selected-item:before,.projects .projects-wrapper .nav-box.closed .selected_item:before{
    content:"";
    display:inline-block;
    width:0;
    height:0;
    border-left:7.5px solid transparent;
    border-right:7.5px solid transparent;
    border-bottom:7.5px solid #63666a;
    border-top:none;
    position:absolute;
    top:-2px;
    right:0;
    bottom:0;
    margin:auto
}
.projects .projects-wrapper .nav-box ul{
    margin:0;
    padding:0
}
@media (max-width:480px){
    .projects .projects-wrapper .nav-box ul{
        display:none;
        position:absolute;
        width:100%;
        left:0;
        background:#101820;
        padding:0 0 15px 20px
    }
}
.projects .projects-wrapper .nav-box ul.show{
    display:block
}
.projects .projects-wrapper .nav-box ul li{
    list-style-type:none
}
.projects .projects-wrapper .nav-box ul li+li{
    margin-top:15px
}
@media (max-width:1024px){
    .projects .projects-wrapper .nav-box ul li+li{
        margin-top:7.5px
    }
}
@media (max-width:480px){
    .projects .projects-wrapper .nav-box ul li{
        margin-top:15px
    }
    .projects .projects-wrapper .nav-box ul li.sep{
        display:none!important
    }
}
.projects .projects-wrapper .nav-box ul li.sep span{
    border-top:1px solid #63666a;
    height:1px;
    display:inline-block;
    width:45px
}
.projects .projects-wrapper .nav-box ul li a{
    font-size:16px;
    font-size:1em;
    color:#63666a;
    letter-spacing:.025em;
    transition:all .2s ease-in-out
}
.project-detail #featured-slider-wrap .image-slide,.projects .projects-wrapper .parentnav-box>a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
@media (max-width:480px){
    .projects .projects-wrapper .nav-box ul li a{
        color:#fff;
        display:block
    }
    .projects .projects-wrapper .parentnav-box{
        margin-bottom:9px;
        z-index:4
    }
}
.projects .projects-wrapper .nav-box ul li a:hover{
    color:#fff
}
.projects .projects-wrapper .nav-box ul li a.disabled:hover{
    color:#63666a
}
.projects .projects-wrapper .nav-box ul li a.active{
    color:#fff
}
.projects .projects-wrapper .parentnav-box{
    position:relative
}
@media (min-width:481px){
    .projects .projects-wrapper .parentnav-box ul{
        display:block;
    }
}
.project-detail #project-content .load-images,.projects .projects-wrapper .subnav-box ul{
    display:none
}
.projects .projects-wrapper .parentnav-box>a{
    font-size:16px;
    font-size:1em;
    color:#63666a;
    letter-spacing:.025em;
    position:absolute;
    bottom:30px;
    left:30px;
    transition:all .2s ease-in-out
}
.projects .projects-wrapper .parentnav-box>a:hover{
    color:#fff
}
.projects .projects-wrapper .subnav-box{
    display:none;
    position:relative
}
@media (max-width:480px){
    .projects .projects-wrapper .subnav-box{
        position:relative!important;
        transition-property:none!important;
        transition-duration:0!important;
        transition-delay:0!important;
        transform:none!important;
        top:45px!important;
        left:0!important;
        float:none!important;
        margin-bottom:9px;
        z-index:3
    }
}
.projects .projects-wrapper .tile{
    width:33.2%;
    overflow:hidden;
    float:left;
    position:relative
}
@media (max-width:800px){
    .projects .projects-wrapper .tile{
        width:50%
    }
}
.projects .projects-wrapper .tile .image-wrap{
    background-position:center center;
    background-size:cover;
    width:100%;
    overflow:hidden;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.projects .projects-wrapper .tile .image-wrap.hide-tile{
    opacity:0;
    filter:alpha(opacity=0)
}
@media (max-width:480px){
    .projects .projects-wrapper .tile{
        width:100%
    }
    .projects .projects-wrapper .tile .image-wrap{
        opacity:1!important;
        filter:alpha(opacity=1)!important
    }
}
.projects .projects-wrapper .tile .image-wrap>a{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
.projects .projects-wrapper .tile .image-wrap img{
    width:100.5%;
    height:auto;
    -webkit-transition:all 2s cubic-bezier(.23,1,.32,1) 0s;
    -moz-transition:all 2s cubic-bezier(.23,1,.32,1) 0s;
    -o-transition:all 2s cubic-bezier(.23,1,.32,1) 0s;
    -ms-transition:all 2s cubic-bezier(.23,1,.32,1) 0s;
    transition:all 2s cubic-bezier(.23,1,.32,1) 0s;
    display: block;
}
@media (max-width:768px){
    .projects .projects-wrapper .tile .image-wrap img{
        width:100%;
        height:auto
    }
}
.projects .projects-wrapper .tile .image-wrap:hover img{
    transform:scale(1.03)
}
@media (min-width:668px){
    .projects .projects-wrapper .tile .image-wrap:hover .overlay-text{
        opacity:1;
        filter:alpha(opacity=100)
    }
    .projects .projects-wrapper .tile .image-wrap:hover .overlay-text .project-name,.projects .projects-wrapper .tile .image-wrap:hover .overlay-text a{
        opacity:1
    }
}
.projects .projects-wrapper .tile .overlay-text{
    color:#fff;
    width:100%;
    height:100%;
    padding:30px;
    position:absolute;
    top:0;
    left:0;
    background:rgba(16,24,32,.95);
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width:667px){
    .projects .projects-wrapper .parentnav-box>a{
        display:none
    }
    .projects .projects-wrapper .tile .image-wrap:hover img{
        transform:scale(1)
    }
    .projects .projects-wrapper .tile .overlay-text{
        padding:20px
    }
}
.projects .projects-wrapper .tile .overlay-text.slidein{
    opacity:1
}
.projects .projects-wrapper .tile .overlay-text.slidein .project-name,.projects .projects-wrapper .tile .overlay-text.slidein a{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    opacity:1
}
.projects .projects-wrapper .tile .overlay-text .project-name,.projects .projects-wrapper .tile .overlay-text a{
    /*-webkit-transform:translate3d(-10px,0,0);*/
    /*transform:translate3d(-10px,0,0);*/
    opacity:0;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.projects .projects-wrapper .tile .overlay-text .project-name{
    font-size:30px;
    font-size:1.875em;
    letter-spacing:.04em;
    margin:0
}
@media (max-width:667px){
    .projects .projects-wrapper .tile .overlay-text .project-name,.projects .projects-wrapper .tile .overlay-text a{
        -webkit-transition:opacity .35s,-webkit-transform .35s;
        transition:opacity .35s,transform .35s;
        -webkit-transform:translate3d(0,10px,0);
        transform:translate3d(0,10px,0)
    }
    .projects .projects-wrapper .tile .overlay-text .project-name{
        font-size:25px;
        font-size:1.5625em
    }
}
.projects .projects-wrapper .tile .overlay-text a{
    font-size:16px;
    font-size:1em;
    font-weight:300;
    letter-spacing:.03em;
    color:#fff;
    position:absolute;
    bottom:30px;
    left:30px
}
@media (min-width:668px){
    .no-touch .projects .projects-wrapper .tile .image-wrap:hover .overlay-text{
        opacity:1;
        filter:alpha(opacity=100)
    }
    .no-touch .projects .projects-wrapper .tile .image-wrap:hover .overlay-text .project-name,.no-touch .projects .projects-wrapper .tile .image-wrap:hover .overlay-text a{
        opacity:1
    }
}
.ie .projects .projects-wrapper .tile .image-wrap img{
    margin-bottom:-3px
}
.locked{
    overflow:hidden
}
.project-detail #contents #main-content,.project-detail #contents #project-content{
    margin-top:75px
}
@media (max-width:667px){
    .projects .projects-wrapper .tile .overlay-text a{
        font-size:14px;
        font-size:.875em
    }
    .project-detail #contents #main-content,.project-detail #contents #project-content{
        margin-top:72px
    }
}
.project-detail #project-content{
    margin-top:75px
}
.project-detail #featured-slider-wrap{
    position:relative;
    overflow:hidden
}
.project-detail #featured-slider-wrap .slide{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%
}
.project-detail #featured-slider-wrap .text-slide{
    color:#fff;
    background:rgba(16,24,32,.95)
}
@media (max-width:667px){
    .project-detail #project-content{
        margin-top:72px
    }
    .project-detail #featured-slider-wrap .text-slide{
        padding-right:36px
    }
    .project-detail #featured-slider-wrap .text-slide .two-col-block .column{
        float:none;
        width:100%;
        padding-right:0
    }
    .project-detail #featured-slider-wrap .text-slide .two-col-block .column+.column{
        padding-left:18px
    }
}
.project-detail #featured-slider-wrap .text-slide .first{
    padding-left:42px;
    padding-right:90px
}
@media (max-width:1024px){
    .project-detail #featured-slider-wrap .text-slide .first{
        padding-right:45px
    }
}
.project-detail #featured-slider-wrap .text-slide .last{
    padding-right:160px
}
.project-detail #featured-slider-wrap .text-slide h3{
    font-size:30px;
    font-size:1.875em;
    letter-spacing:.035em;
    margin:0
}
@media (max-width:1366px){
    .project-detail #featured-slider-wrap .text-slide h3{
        font-size:27px;
        font-size:1.6875em
    }
}
@media (max-width:1024px){
    .project-detail #featured-slider-wrap .text-slide .last{
        padding-right:80px
    }
    .project-detail #featured-slider-wrap .text-slide h3{
        font-size:25px;
        font-size:1.5625em
    }
}
@media (max-width:667px){
    .project-detail #featured-slider-wrap .text-slide .first{
        padding-left:18px
    }
    .project-detail #featured-slider-wrap .text-slide .last{
        padding-left:18px;
        padding-right:36px
    }
    .project-detail #featured-slider-wrap .text-slide h3{
        margin-bottom:36px
    }
}
@media (max-width:568px){
    .project-detail #featured-slider-wrap .text-slide h3{
        font-size:20px;
        font-size:1.25em;
        margin-bottom:20px
    }
}
.project-detail #featured-slider-wrap .text-slide p{
    padding:0
}
.project-detail #featured-slider-wrap .text-slide .desc{
    font-family:freight-text-pro,sans-serif;
    font-size:26px;
    font-size:1.625em;
    letter-spacing:.025em;
    line-height:1.5em;
    color:#fff;
    margin:0
}
.project-detail #featured-slider-wrap .text-slide .desc p{
    margin:0
}
@media (max-width:1366px){
    .project-detail #featured-slider-wrap .text-slide .desc{
        font-size:23px;
        font-size:1.4375em
    }
}
@media (max-width:1024px){
    .project-detail #featured-slider-wrap .text-slide .desc{
        font-size:20px;
        font-size:1.25em
    }
}
@media (max-width:667px){
    .project-detail #featured-slider-wrap .text-slide .desc{
        font-size:18px;
        font-size:1.125em
    }
    .project-detail #featured-slider-wrap .text-slide .project-info{
        display:none
    }
}
@media (max-width:568px){
    .project-detail #featured-slider-wrap .text-slide .desc{
        font-size:16px;
        font-size:1em
    }
}
.project-detail #featured-slider-wrap .text-slide .project-info{
    font-size:16px;
    font-size:1em;
    font-weight:300;
    letter-spacing:.03em;
    margin-top:75px
}
@media (max-width:1366px){
    .project-detail #featured-slider-wrap .text-slide .project-info{
        margin-top:40px
    }
}
@media (max-width:1024px){
    .project-detail #featured-slider-wrap .text-slide .project-info{
        font-size:14px;
        font-size:.875em
    }
}
.project-detail #featured-slider-wrap .text-slide .project-info strong{
    font-weight:400
}
.project-detail #featured-slider-wrap .slide-item{
    width:100%;
    height:100%
}
.project-detail #featured-slider-wrap .image-slide{
    background-size:cover;
    background-position:50% 50%;
    opacity:1;
    transition:all .2s ease-in-out
}
.project-detail .back-link a,.project-detail .info-block a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
.project-detail .bullet-wrapper{
    position:absolute;
    top:0;
    right:45px;
    bottom:0;
    margin:auto;
    z-index:99
}
@media (max-width:767px){
    .project-detail .bullet-wrapper{
        right:18px
    }
}
.project-detail .bullet-wrapper span{
    display:block;
    width:8px;
    height:8px;
    position:relative
}
.project-detail .bullet-wrapper span:before{
    content:"\f111";
    font-family:fontawesome,sans-serif;
    font-size:9px;
    color:#63676b;
    position:absolute;
    top:0
}
.project-detail .bullet-wrapper span.active:before{
    color:#fff
}
.project-detail .bullet-wrapper span+span{
    margin-top:30px
}
.project-detail .arrow-bar{
    height:70px;
    text-align:right;
    position:relative
}
@media (max-width:667px){
    .project-detail .bullet-wrapper span:before{
        font-size:5px
    }
    .project-detail .bullet-wrapper span+span{
        margin-top:15px
    }
    .project-detail .arrow-bar{
        display:none
    }
}
.project-detail .arrow-bar .arrow-down{
    position:absolute;
    top:0;
    right:45px;
    bottom:0;
    margin:auto;
    background:url(../img/down-arrow-icon.svg) no-repeat;
    width:13px;
    height:7px
}
.project-detail .inner-wrap.content{
    margin-top:80px
}
@media (max-width:667px){
    .project-detail .arrow-bar .arrow-down{
        right:18px
    }
    .project-detail .inner-wrap.content{
        margin-top:25px
    }
}
.project-detail .inner-wrap.content>div:first-child.text-block .text-wrap{
    padding-top:0
}
.project-detail .content>div{
    margin-top:75px
}
@media (max-width:667px){
    .project-detail .content>div{
        margin-top:18px
    }
    .project-detail .two-col-block .column{
        width:100%;
        float:none;
        padding-right:0
    }
}
.project-detail .content>div:first-child{
    margin-top:0
}
@media (max-width:768px){
    .project-detail .two-col-block.text-block .column{
        width:100%;
        float:none;
        padding-right:0
    }
    .project-detail .two-col-block.text-block .column:first-child .text-wrap{
        padding-bottom:0
    }
    .project-detail .two-col-block.text-block .column+.column{
        padding-left:0
    }
    .project-detail .two-col-block .text-wrap.columnizer{
        display:none
    }
}
.project-detail .two-col-block .column.right{
    float:right;
    padding-right:0;
    padding-left:7.5px
}
@media (max-width:667px){
    .project-detail .two-col-block .column.right{
        float:none;
        padding-left:0
    }
}
.project-detail .two-col-block .column.left{
    float:left;
    padding-left:0;
    padding-right:7.5px
}
@media (max-width:667px){
    .project-detail .two-col-block .column.left{
        float:none;
        padding-right:0;
        margin-top:13px
    }
    .project-detail .two-col-block .column+.column{
        padding-left:0;
        margin-top:18px
    }
    .project-detail .two-col-block .column+.column>p{
        padding-top:0
    }
}
.project-detail .two-col-block .column .text-wrap{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    color:#101820;
    margin:0;
    padding:46px 45px 69px 60px
}
@media (max-width:800px){
    .project-detail .two-col-block .column .text-wrap{
        padding:22px 25px 37px 34px
    }
}
@media (max-width:667px){
    .project-detail .two-col-block .column .text-wrap{
        padding:63px 0 59px
    }
    .project-detail .two-col-block .column.first .text-wrap{
        padding-bottom:30px
    }
}
.project-detail .two-col-block .text-wrap{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    color:#101820;
    margin:0;
    padding:0 45px 0 60px
}
.project-detail .two-col-block .text-wrap.columnizer .first{
    padding-right:45px
}
.project-detail .two-col-block .text-wrap.columnizer .last{
    padding-left:45px
}
.project-detail .two-col-block .text-wrap.hide{
    display:none
}
@media (max-width:768px){
    .project-detail .two-col-block .text-wrap.columnizer .first{
        padding-right:0
    }
    .project-detail .two-col-block .text-wrap.hide{
        display:block
    }
}
@media (max-width:800px){
    .project-detail .two-col-block .text-wrap{
        padding:22px 25px 37px 34px
    }
}
.project-detail .project-info.mobile p{
    margin:0 0 10px
}
.project-detail .image-wrap{
    position:relative;
    height:100%
}
.project-detail .image-wrap img{
    margin-bottom:-4px
}
.project-detail .image-wrap .fa{
    color:#fff
}
.project-detail .image-wrap>span{
    position:absolute;
    right:30px;
    bottom:30px;
    background:url(../img/img-sprite.png) -106px -6px no-repeat;
    width:10px;
    height:10px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),(min-resolution:192dpi){
    .project-detail .image-wrap>span{
        background:url(../img/plus-icon.svg) no-repeat;
        background-size:cover
    }
}
@media (max-width:667px){
    .project-detail .two-col-block .text-wrap{
        padding:0
    }
    .project-detail .project-info.mobile{
        display:block;
        font-size:14px;
        font-size:.875em;
        border-top:1px solid #dedfdf;
        padding-top:45px
    }
    .project-detail .gray-block{
        padding:16px 16px 36px
    }
    .project-detail .gray-block p{
        font-size:18px;
        font-size:1.125em
    }
    .project-detail .image-wrap>span{
        display:none
    }
}
.project-detail .section.lightgraybg .two-col-block{
    padding:75px 0 105px
}
@media (max-width:667px){
    .project-detail .section.lightgraybg .two-col-block{
        padding:75px 0 60px
    }
    .project-detail .section.team-section .two-col-block{
        padding:33px 0 59px
    }
}
.project-detail .full-block+.mobile+.back-link,.project-detail .gray-block+.mobile+.back-link,.project-detail .image-block-wrap+.mobile+.back-link{
    margin-top:69px
}
.project-detail .back-link{
    margin-bottom:75px;
    padding-left:60px
}
@media (max-width:960px){
    .project-detail .back-link{
        padding-left:34px
    }
}
@media (max-width:667px){
    .project-detail .back-link{
        padding-left:0;
        margin:68px 0
    }
}
.project-detail .back-link a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.project-detail .back-link a:hover{
    color:#111820;
    border-bottom:1px solid #111820
}
.project-detail .other-info{
    padding-left:60px
}
@media (max-width:960px){
    .project-detail .other-info{
        padding-left:34px
    }
}
.project-detail .info-block h4{
    font-size:14px;
    font-size:.875em;
    font-weight:700;
    color:#111820;
    margin:0 0 1em
}
.project-detail .info-block p{
    font-size:14px;
    font-size:.875em;
    color:#bbbcbc;
    margin:0;
    line-height:1.6em
}
.project-detail .info-block a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    text-decoration:none;
    transition:all .2s ease-in-out
}
.design .wt,.project-detail .info-block.categories p a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
.project-detail .info-block a:hover{
    color:#111820;
    border-color:#111820
}
.project-detail .info-block ul{
    margin:0;
    padding:0
}
.project-detail .info-block ul li{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    color:#bbbcbc;
    list-style-type:none
}
.project-detail .info-block ul li span{
    display:inline-block;
    border-bottom:1px solid #dedfdf;
    line-height:1
}
.project-detail .info-block.categories{
    padding-right:150px
}
@media (max-width:768px){
    .project-detail .info-block.categories{
        padding-right:30px
    }
}
.project-detail .info-block.categories p{
    line-height:1.8em
}
.project-detail .info-block.categories p a{
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.project-detail .info-block.categories p a:after{
    content:", ";
    text-decoration:none;
    border-bottom:1px #eff0f0 solid
}
.project-detail .info-block.categories p a:last-child:after{
    content:""
}
.project-detail .info-block.categories p a:hover{
    color:#111820;
    border-color:#111820
}
.project-detail .info-block.share{
    color:#bbbcbc
}
.project-detail .info-block.share a{
    font-size:14px;
    font-size:.875em
}
.project-detail .info-block+.info-block{
    margin-top:62px
}
@media (max-width:667px){
    .project-detail .other-info{
        padding-left:0
    }
    .project-detail .info-block+.info-block{
        margin-top:37px
    }
}
.project-detail .team-members>h4{
    font-size:14px;
    font-size:.875em;
    margin:0 0 1em
}
.project-detail .team-members .member-block img{
    width:100%;
    height:auto
}
.project-detail .team-members .member-block h4{
    font-size:14px;
    font-size:.875em;
    font-weight:400;
    margin:.5em 0 0
}
.project-detail .team-members .member-block h4 a{
    color:#111820
}
.project-detail .team-members .col{
    float:left;
    width:50%;
    max-width:256px;
    padding-right:22.5px;
    margin-bottom:17px
}
@media (max-width:480px){
    .project-detail .team-members .col{
        padding-right:7.5px
    }
}
.project-detail .team-members .col:nth-child(2n+1){
    padding-left:22.5px;
    padding-right:0
}
@media (max-width:480px){
    .project-detail .team-members .col:nth-child(2n+1){
        padding-left:7.5px
    }
}
.design #contents #main-content{
    margin-top:150px
}
@media (max-width:667px){
    .design #contents #main-content{
        margin-top:72px;
        padding-bottom:0
    }
}
.design #main-content{
    margin-top:75px;
    padding-bottom:150px
}
@media (max-width:1024px){
    .design #main-content{
        padding-bottom:100px
    }
}
@media (max-width:667px){
    .design #main-content{
        padding-bottom:0
    }
}
.design .overview.wt a{
    color:#fff;
    border-bottom:1px solid #fff
}
.design .fullwidth{
    padding:45px 60px;
}
.design .fullwidth.overview a{
    font-size:1em
}
@media (max-width:1024px){
    .design .fullwidth{
        padding:35px 45px
    }
}
.design .fullwidth+.fullwidth{
    margin-top:30px
}
@media (max-width:667px){
    .design .fullwidth+.fullwidth{
        margin-top:9px
    }
    .design .fullwidth{
        padding:12px 15px 46px
    }
}
.design .fullwidth>div+div{
    margin-top:135px
}
.design .fullwidth h2{
    font-size:50px;
    font-size:3.125em;
    margin:0
}
@media (max-width:1024px){
    .design .fullwidth h2{
        font-size:40px;
        font-size:2.5em
    }
}
.design .fullwidth h2 span{
    display:block
}
@media (max-width:667px){
    .design .fullwidth h2{
        font-size:25px;
        font-size:1.5625em;
        margin-bottom:21px
    }
    .design .fullwidth h2 span{
        display:inline-block
    }
}
.design .fullwidth p{
    font-family:freight-text-pro,sans-serif;
    font-size:26px;
    font-size:1.625em;
    margin:.4em 0 0;
    line-height:165%
}
@media (max-width:1024px){
    .design .fullwidth p{
        font-size:22px;
        font-size:1.375em
    }
}
@media (max-width:667px){
    .design .fullwidth p{
        font-size:18px;
        font-size:1.125em;
        margin:8px 0 0
    }
}
.design .fullwidth .sec-font p{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    font-family:InterFace,sans-serif
}
.design .fullwidth a{
    font-size:14px;
    font-size:.875em;
    margin-top:38px
}
.design .fullwidth a.desktop,.design .fullwidth a.wt{
    display:inline-block
}
@media (max-width:480px){
    .design .fullwidth a.desktop{
        display:none
    }
    .design .fullwidth a.mobile{
        display:inline-block;
        margin-top:4px
    }
}
@media (max-width:667px){
    .design .fullwidth a{
        margin-top:70px
    }
}
.design .wt{
    color:#fff;
    transition:all .2s ease-in-out
}
.design a.wt:hover{
    color:#111820;
    border-color:#111820
}
.design .bt{
    color:#101820
}
.design .gt{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.design .gt:hover{
    color:#111820;
    border-color:#111820
}
.design .wt._u{
    border-bottom:1px solid #fff
}
.design .sub-cat{
    margin-top:82px
}
.design .sub-cat h4{
    font-size:14px;
    font-size:.875em
}
@media (max-width:667px){
    .design .sub-cat{
        margin-top:28px
    }
    .design .sub-cat h4{
        margin-bottom:42px
    }
}
.design .three-col-block .column p{
    font-size:12px;
    font-size:.75em
}
.design .three-col-block .column-wrap .col{
    width:32.1%;
    float:left;
    margin-left:15px;
    margin-bottom:33px
}
.design .three-col-block .column-wrap .col:nth-child(3n+1){
    margin-left:0
}
@media (max-width:767px){
    .design .three-col-block .column-wrap .col:nth-child(3n+1){
        margin-left:1.8%
    }
    .design .three-col-block .column-wrap .col:nth-child(2n+1){
        margin-left:0
    }
    .design .three-col-block .column-wrap .col{
        width:49%
    }
}
@media (max-width:1024px){
    .design .three-col-block .column-wrap .col{
        margin-left:1.8%
    }
}
@media (max-width:480px){
    .design .three-col-block .column-wrap .col{
        width:100%;
        float:none;
        display:block
    }
    .design .three-col-block .column-wrap .col+.col{
        margin-left:0
    }
}
.design .three-col-block .column-wrap .col img{
    max-width:100%;
    height:auto
}
.design .three-col-block .column-wrap .col p{
    font-size:16px;
    font-size:1em;
    font-family:InterFace,sans-serif
}
.design .three-col-block .column-wrap .col p a{
    color:#111820
}
.design .column img{
    width:100%
}
.specialization-detail #contents #main-content{
    margin-top:150px
}
@media (max-width:667px){
    .design .two-col-block .column{
        float:none;
        width:100%;
        display:block;
        padding-right:0
    }
    .design .two-col-block .column+.column{
        padding-left:0
    }
    .specialization-detail #contents #main-content{
        margin-top:72px
    }
}
.specialization-detail .mobile{
    display:none
}
.specialization-detail a.mobile{
    font-size:14px;
    font-size:.875em
}
.specialization-detail .lightgraybg{
    padding-top:45px;
    padding-bottom:45px
}
.specialization-detail .lightgraybg hr{
    height:1px;
    border:none;
    background:#dedfdf;
    margin:75px 0
}
.specialization-detail .recent-blog-posts .blog-post,.specialization-detail .recent-works-wrap .recent-work{
    background:#fff
}
@media (max-width:667px){
    .specialization-detail .mobile{
        display:inline-block
    }
    .specialization-detail .lightgraybg{
        padding-top:12px;
        padding-bottom:20px
    }
    .specialization-detail .lightgraybg hr{
        margin:36px 0 30px
    }
    .specialization-detail .posts-section{
        padding-top:27px;
        padding-bottom:60px
    }
}
@media (max-width:414px){
    .specialization-detail .inner-wrap .image-wrap{
        overflow:hidden;
        text-align:center
    }
    .specialization-detail .inner-wrap .image-wrap img{
        height:150px;
        width:auto;
        max-width:none;
        margin:0 -150px
    }
}
.specialization-detail .two-col-block .column>h4{
    font-size:30px;
    font-size:1.875em;
    margin:0 0 0 60px
}
@media (max-width:667px){
    .specialization-detail .two-col-block .column>h4{
        font-size:16px;
        font-size:1em;
        margin:0 0 27px
    }
}
@media (max-width:768px){
    .specialization-detail .the-description .column{
        width:100%;
        float:none;
        padding-right:0
    }
    .specialization-detail .the-description .column+.column{
        padding-left:0
    }
    .specialization-detail .the-description .column:first-child .text-wrap{
        padding-bottom:0
    }
    .specialization-detail .the-description .text-wrap.columnizer{
        display:none
    }
}
.specialization-detail .the-description .column .text-wrap{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    padding:48px 60px 87px
}
@media (max-width:667px){
    .specialization-detail .the-description .column .text-wrap{
        padding:18px 0
    }
}
.specialization-detail .the-description .column .text-wrap a{
    color:#bbbcbc;
    -webkit-transition:.2s color linear;
    -moz-transition:.2s color linear;
    -ms-transition:.2s color linear;
    -o-transition:.2s color linear;
    transition:.2s color linear;
    text-decoration:none
}
.firm #main-content .text-wrap a,.specialization-detail .the-description .text-wrap a{
    -webkit-transition:.2s color linear;
    -moz-transition:.2s color linear;
    -ms-transition:.2s color linear;
    -o-transition:.2s color linear
}
.specialization-detail .the-description .column .text-wrap a:hover{
    color:#111820
}
.specialization-detail .the-description .text-wrap{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    padding:40px 60px 52px
}
.specialization-detail .the-description .text-wrap.columnizer .first{
    padding-right:45px
}
.specialization-detail .the-description .text-wrap.columnizer .last{
    padding-left:45px
}
.specialization-detail .the-description .text-wrap.hide{
    display:none
}
@media (max-width:768px){
    .specialization-detail .the-description .text-wrap.columnizer .first{
        padding-right:0
    }
    .specialization-detail .the-description .text-wrap.hide{
        display:block
    }
}
@media (max-width:667px){
    .specialization-detail .the-description .text-wrap{
        padding:0 0 50px
    }
    .specialization-detail .recent-blog-posts .text-wrap p,.specialization-detail .recent-works-wrap .text-wrap p{
        display:none
    }
}
.specialization-detail .the-description .text-wrap a{
    color:#bbbcbc;
    transition:.2s color linear;
    text-decoration:none
}
.specialization-detail .recent-blog-posts .text-wrap h3 a,.specialization-detail .recent-works-wrap .text-wrap h3 a,.specialization-detail .the-description .text-wrap a:hover{
    color:#111820
}
.specialization-detail .recent-blog-posts .image-wrap,.specialization-detail .recent-works-wrap .image-wrap{
    float:left;
    width:180px;
    height:180px;
    overflow:hidden;
    position:relative;
    z-index:2
}
@media (max-width:1024px){
    .specialization-detail .recent-blog-posts .image-wrap,.specialization-detail .recent-works-wrap .image-wrap{
        width:100px;
        height:100px
    }
}
.specialization-detail .recent-blog-posts .image-wrap img,.specialization-detail .recent-works-wrap .image-wrap img{
    max-width:100%;
    height:auto
}
.specialization-detail .recent-blog-posts .text-wrap,.specialization-detail .recent-works-wrap .text-wrap{
    float:left;
    width:100%;
    margin-left:-180px;
    padding:18px 60px 0 210px;
    position:relative;
    z-index:1
}
@media (max-width:1024px){
    .specialization-detail .recent-blog-posts .text-wrap,.specialization-detail .recent-works-wrap .text-wrap{
        margin-left:-100px;
        padding:18px 30px 0 115px
    }
}
.specialization-detail .recent-blog-posts .text-wrap h3,.specialization-detail .recent-works-wrap .text-wrap h3{
    font-size:16px;
    font-size:1em;
    margin:0
}
.specialization-detail .recent-blog-posts .blog-post+.blog-post,.specialization-detail .recent-works-wrap .recent-work+.recent-work{
    margin-top:15px
}
@media (max-width:1024px){
    .specialization-detail .recent-blog-posts .text-wrap h3,.specialization-detail .recent-works-wrap .text-wrap h3{
        font-size:14px;
        font-size:.875em
    }
}
.specialization-detail .recent-blog-posts .text-wrap p,.specialization-detail .recent-works-wrap .text-wrap p{
    font-size:14px;
    font-size:.875em;
    line-height:1.25em;
    letter-spacing:.02em
}
.specialization-detail .recent-blog-posts .text-wrap>a,.specialization-detail .recent-works-wrap .text-wrap>a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf
}
.specialization-detail .resources-list-wrap h5{
    font-size:16px;
    font-size:1em;
    margin:0 0 1em
}
.specialization-detail .resources-list-wrap ul{
    margin:0;
    padding:0
}
.specialization-detail .resources-list-wrap ul li{
    list-style-type:none
}
.specialization-detail .resources-list-wrap ul li a{
    color:#63666a
}
.specialization-detail .resources-list-wrap ul li a>span{
    display:inline-block;
    vertical-align:middle
}
.specialization-detail .resources-list-wrap ul li a.icon-pdf:before{
    content:"";
    background:url(../img/img-sprite.png) -119px -5px no-repeat;
    width:10px;
    height:13px;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px
}
.specialization-detail .back-link{
    margin-top:75px;
    padding-left:105px
}
@media (max-width:667px){
    .specialization-detail .back-link{
        background:#eff0f0;
        margin-top:0;
        padding:10px 0 36px 18px
    }
}
.specialization-detail .back-link a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    text-decoration:none;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.specialization-detail .back-link a:hover{
    color:#111820;
    border-color:#111820
}
.firm #main-content{
    margin-top:75px;
    padding-bottom:150px
}
@media (max-width:1024px){
    .firm #main-content{
        padding-bottom:100px
    }
}
@media (max-width:667px){
    .firm #main-content{
        padding-bottom:36px
    }
}
.firm #main-content .text-wrap a{
    color:#bbbcbc;
    transition:.2s color linear
}
.firm #main-content .text-wrap a:hover{
    color:#111820
}
@media (max-width:768px){
    .firm .two-col-block.the-description .column{
        width:100%;
        float:none;
        padding-right:0
    }
    .firm .two-col-block.the-description .column+.column{
        padding-left:0
    }
    .firm .two-col-block.the-description .column.first .text-wrap{
        padding-bottom:0
    }
}
.firm .fullwidth{
    padding:45px 60px
}
@media (max-width:667px){
    .firm .fullwidth{
        padding:12px 18px 45px
    }
}
.firm .fullwidth+.fullwidth{
    margin-top:30px
}
@media (max-width:768px){
    .firm .fullwidth .two-col-block .column{
        width:100%;
        float:none;
        padding-right:0
    }
    .firm .fullwidth .two-col-block .column+.column{
        padding-left:0
    }
}
.firm .fullwidth>div+div{
    margin-top:135px
}
.firm .fullwidth h2{
    font-size:50px;
    font-size:3.125em;
    margin:0
}
@media (max-width:1024px){
    .firm .fullwidth h2{
        font-size:40px;
        font-size:2.5em
    }
}
@media (max-width:667px){
    .firm .fullwidth h2{
        font-size:25px;
        font-size:1.5625em;
        margin-bottom:21px
    }
}
.firm .fullwidth h2 span{
    display:block
}
.firm .fullwidth p{
    font-family:freight-text-pro,sans-serif;
    font-size:26px;
    font-size:1.625em;
    margin:.2em 0 0;
    line-height:165%
}
@media (max-width:1024px){
    .firm .fullwidth p{
        font-size:22px;
        font-size:1.375em
    }
}
@media (max-width:667px){
    .firm .fullwidth p{
        font-size:18px;
        font-size:1.125em
    }
}
.firm .fullwidth.wt{
    color:#fff
}
.firm .fullwidth.bt{
    color:#111820
}
.firm .the-description>h3{
    font-size:30px;
    font-size:1.875em;
    margin:66px 60px 0
}
@media (max-width:667px){
    .firm .the-description>h3{
        font-size:16px;
        font-size:1em;
        margin:62px 0 0
    }
}
.firm .the-description .column .text-wrap{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    padding:40px 60px 52px
}
@media (max-width:667px){
    .firm .the-description .column .text-wrap{
        padding:0 0 50px
    }
    .firm .the-description .column.first .text-wrap{
        padding-bottom:0
    }
}
.firm .the-description .text-wrap{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    padding:40px 60px 52px
}
.firm .the-description .text-wrap.columnizer .first{
    padding-right:45px
}
.firm .the-description .text-wrap.columnizer .last{
    padding-left:45px
}
.firm .the-description .text-wrap.hide{
    display:none
}
@media (max-width:768px){
    .firm .the-description .text-wrap.columnizer{
        display:none
    }
    .firm .the-description .text-wrap.columnizer .first{
        padding-right:0
    }
    .firm .the-description .text-wrap.hide{
        display:block
    }
}
.firm .three-col-block .column p{
    font-size:12px;
    font-size:.75em
}
.firm .column img{
    width:100%
}
.about #contents #main-content{
    margin-top:150px
}
@media (max-width:667px){
    .firm .the-description .text-wrap{
        padding:0 0 50px
    }
    .firm .image-block-wrap{
        margin-left:-18px;
        margin-right:-18px
    }
    .about #contents #main-content{
        margin-top:72px
    }
}
.about .image-block img,.about .image-block-wrap img{
    width:100%;
    height:auto
}
@media (max-width:375px){
    .about .image-block,.about .image-block-wrap{
        overflow:hidden;
        text-align:center
    }
    .about .image-block img,.about .image-block-wrap img{
        height:150px;
        max-width:none;
        margin:0 -150px
    }
    .about .image-block.nopad img{
        height:auto;
        max-width:100%
    }
}
.about .text-wrap a{
    color:#bbbcbc;
    -webkit-transition:.2s color linear;
    -moz-transition:.2s color linear;
    -ms-transition:.2s color linear;
    -o-transition:.2s color linear;
    transition:.2s color linear;
    text-decoration:none
}
.about .text-wrap a:hover{
    color:#111820
}
.recognition #contents #main-content{
    margin-top:150px
}
@media (max-width:1024px){
    .recognition #contents #main-content{
        margin-top:100px
    }
}
@media (max-width:667px){
    .recognition #contents #main-content{
        margin-top:72px
    }
}
@media (max-width:960px){
    .recognition .fullwidth.graybg .two-col-block .column{
        width:100%;
        float:none;
        padding-right:0
    }
    .recognition .fullwidth.graybg .two-col-block .column+.column{
        padding-left:0
    }
}
.recognition .recognition-wrap{
    margin-top:165px
}
@media (max-width:1024px){
    .recognition .recognition-wrap{
        margin-top:72px
    }
}
@media (max-width:667px){
    .recognition .recognition-wrap{
        margin-top:36px
    }
    .recognition .recognition-wrap.two-col-block .column{
        width:100%;
        float:none;
        padding-right:0
    }
    .recognition .recognition-wrap.two-col-block .column+.column{
        padding-left:0
    }
    .recognition .recognition-wrap.two-col-block .column:first-child{
        margin-bottom:62px
    }
    .recognition .recognition-wrap .selectize-input{
        max-width:100%
    }
}
.recognition .filter-by-years{
    padding-left:60px
}
@media (max-width:960px){
    .recognition .filter-by-years{
        padding-left:0
    }
}
.recognition .recognition-list .active{
    display:block
}
.recognition .recognition-list .hide{
    display:none
}
.recognition .award-block a{
    color:#101820
}
.recognition .award-block h4{
    font-size:14px;
    font-size:.875em;
    color:#101820;
    margin:0 0 1em
}
.recognition .award-block h4 a{
    color:#101820;
    border-bottom:1px solid #101820
}
.recognition .award-block p{
    font-size:14px;
    font-size:.875em;
    color:#101820;
    margin:0 0 1em
}
.recognition .award-block:first-child{
    padding-bottom:50px
}
@media (max-width:667px){
    .recognition .award-block:first-child{
        padding-bottom:40px
    }
}
.recognition .award-block+.award-block{
    border-top:1px solid #eff0f0;
    padding:50px 0
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .recognition input:focus,.recognition select:focus,.recognition textarea:focus{
        font-size:50px
    }
}
.people .preloader{
    font-size:16px;
    font-size:1em;
    text-align:right;
    margin:35px 20% 0 0;
    display:none
}
.people #contents #main-content{
    margin-top:150px
}
@media (max-width:667px){
    .recognition .award-block+.award-block{
        padding:32px 0
    }
    .people #contents #main-content{
        margin-top:72px
    }
}
.people .light{
    font-weight:300
}
.people .tiles-wrapper{
    margin-top:30px
}
.people .tiles-wrapper .nav-box{
    width:33.333%;
    background:#101820;
    padding:30px;
    z-index:10
}
.people .tiles-wrapper .nav-box .selected_item{
    display:none;
    position:relative
}
@media (max-width:480px){
    .people .tiles-wrapper{
        margin-top:35px
    }
    .people .tiles-wrapper .nav-box{
        padding:9px 9px 9px 20px;
        background:#eff0f0;
        z-index:9;
        overflow:initial!important;
        margin-bottom:3px!important
    }
    .people .tiles-wrapper .nav-box .selected_item{
        display:block
    }
}
.people .tiles-wrapper .nav-box .selected_item:before,.people .tiles-wrapper .nav-box.closed .selected_item:before{
    display:inline-block;
    width:0;
    height:0;
    border-left:7.5px solid transparent;
    border-right:7.5px solid transparent;
    position:absolute;
    bottom:0;
    content:"";
    right:0;
    top:0
}
.people .tiles-wrapper .nav-box .selected_item:before{
    border-bottom:7.5px solid #bbbcbc;
    margin:auto
}
.people .tiles-wrapper .nav-box.closed .selected_item{
    margin-bottom:0
}
.people .tiles-wrapper .nav-box.closed .selected_item:before{
    border-top:7.5px solid #bbbcbc;
    border-bottom:none;
    margin:auto
}
.people .tiles-wrapper .nav-box ul{
    margin:0;
    padding:0;
    letter-spacing:.025em
}
@media (min-width:481px){
    .people .tiles-wrapper .nav-box ul{
        display:block!important
    }
}
.people .tiles-wrapper .nav-box ul li{
    list-style-type:none
}
.people .tiles-wrapper .nav-box ul li+li{
    margin-top:15px
}
.people .tiles-wrapper .nav-box ul li a{
    font-size:16px;
    font-size:1em;
    color:#63666a;
    display:inline-block;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
@media (max-width:480px){
    .people .tiles-wrapper .nav-box ul{
        background:#eff0f0;
        position:absolute;
        width:100%;
        left:0;
        padding:0 0 15px 20px
    }
    .people .tiles-wrapper .nav-box ul li{
        margin-top:15px
    }
    .people .tiles-wrapper .nav-box ul li a{
        color:#101820;
        display:block
    }
}
.people .tiles-wrapper .nav-box ul li a.active,.people .tiles-wrapper .nav-box ul li a:hover{
    color:#fff
}
.people .tiles-wrapper .tile{
    width:33.333%;
    overflow:hidden;
    float:left
}
@media (max-width:768px){
    .people .tiles-wrapper .tile{
        width:50%
    }
}
@media (max-width:480px){
    .people .tiles-wrapper .nav-box ul li a.active{
        color:#101820
    }
    .people .tiles-wrapper .nav-box.closed ul{
        display:none
    }
    .people .tiles-wrapper .tile{
        width:100%;
        height:180px
    }
    .people .tiles-wrapper .tile+.tile{
        margin-top:9px
    }
}
@media (max-width:375px){
    .people .tiles-wrapper .tile{
        height:150px
    }
}
.people .tiles-wrapper .tile .image-wrap{
    position:relative;
    background-position:center center;
    background-size:cover;
    width:100%;
    overflow:hidden;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.people .tiles-wrapper .tile .image-wrap.hide-tile{
    opacity:0;
    filter:alpha(opacity=0)
}
.people .tiles-wrapper .tile .image-wrap img{
    -webkit-transition:all 2s cubic-bezier(.23,1,.32,1) 0s;
    -moz-transition:all 2s cubic-bezier(.23,1,.32,1) 0s;
    -o-transition:all 2s cubic-bezier(.23,1,.32,1) 0s;
    -ms-transition:all 2s cubic-bezier(.23,1,.32,1) 0s;
    transition:all 2s cubic-bezier(.23,1,.32,1) 0s;
    margin-bottom:-4px;
    width:100%
}
@media (max-width:768px){
    .people .tiles-wrapper .tile .image-wrap img{
        width:100%;
        height:auto
    }
}
@media (max-width:480px){
    .people .tiles-wrapper .tile .image-wrap{
        opacity:1!important;
        filter:alpha(opacity=1)!important
    }
    .people .tiles-wrapper .tile .image-wrap img{
        margin-top:-11%
    }
}
.people .tiles-wrapper .tile .image-wrap:hover img{
    transform:scale(1.03)
}
@media (max-width:667px){
    .people .tiles-wrapper .tile .image-wrap:hover img{
        transform:none
    }
}
.people .tiles-wrapper .tile .image-wrap:hover .overlay-text .fullname,.people .tiles-wrapper .tile .image-wrap:hover .overlay-text .position,.people .tiles-wrapper .tile .image-wrap:hover .overlay-text .titles,.people .tiles-wrapper .tile .image-wrap:hover .overlay-text .view-profile{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
@media (min-width:668px){
    .people .tiles-wrapper .tile .image-wrap:hover .overlay-text{
        opacity:1;
        filter:alpha(opacity=100)
    }
}
.people .tiles-wrapper .tile .image-wrap>a{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
.people .tiles-wrapper .tile .overlay-text{
    color:#fff;
    letter-spacing:.04em;
    width:100%;
    height:100%;
    padding:30px;
    position:absolute;
    top:0;
    left:0;
    background:rgba(16,24,32,.95);
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.people .tiles-wrapper .tile .overlay-text.slidein{
    opacity:1
}
.people .tiles-wrapper .tile .overlay-text.slidein .fullname,.people .tiles-wrapper .tile .overlay-text.slidein .position,.people .tiles-wrapper .tile .overlay-text.slidein .titles,.people .tiles-wrapper .tile .overlay-text.slidein .view-profile{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.people .tiles-wrapper .tile .overlay-text .fullname,.people .tiles-wrapper .tile .overlay-text .position,.people .tiles-wrapper .tile .overlay-text .titles,.people .tiles-wrapper .tile .overlay-text .view-profile{
    -webkit-transition:opacity .35s,-webkit-transform .35s;
    transition:opacity .35s,transform .35s
}
.people .tiles-wrapper .tile .overlay-text .fullname{
    font-size:30px;
    font-size:1.875em;
    margin:0 0 20px
}
@media (max-width:480px){
    .people .tiles-wrapper .tile .overlay-text .fullname{
        font-size:18px;
        font-size:1.125em;
        margin-bottom:30px
    }
}
.people .tiles-wrapper .tile .overlay-text .titles{
    font-size:16px;
    font-size:1em;
    font-weight:700;
    margin-bottom:45px
}
@media (max-width:480px){
    .people .tiles-wrapper .tile .overlay-text .titles{
        font-size:14px;
        font-size:.875em;
        margin-bottom:0
    }
    .people .tiles-wrapper .tile .overlay-text .view-profile{
        display:none
    }
}
@media (max-width:375px){
    .people .tiles-wrapper .tile .overlay-text{
        padding:20px
    }
    .people .tiles-wrapper .tile .overlay-text .position{
        margin:11px 0 0
    }
    .blog .blog-post .blog-post-image{
        overflow:hidden;
        text-align:center
    }
}
.people .tiles-wrapper .tile .overlay-text .view-profile{
    color:#fff;
    position:absolute;
    bottom:30px;
    left:30px
}
.profile #contents #main-content{
    margin-top:150px
}
.profile .pre-loader{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../img/squares.gif) center center no-repeat
}
.profile.loading .pre-loader{
    display:block
}
.profile .two-col-block .column{
    letter-spacing:.04em
}
.blog #contents #main-content,.blog .blog-post .post-excerpt>p,.item-listing #contents #main-content,.jobs #main-content,.profile .two-col-block .column+.column{
    letter-spacing:.02em
}
@media (max-width:667px){
    .people .tiles-wrapper .tile .overlay-text .fullname,.people .tiles-wrapper .tile .overlay-text .position,.people .tiles-wrapper .tile .overlay-text .titles,.people .tiles-wrapper .tile .overlay-text .view-profile{
        -webkit-transition:opacity .35s,-webkit-transform .35s;
        transition:opacity .35s,transform .35s;
        -webkit-transform:translate3d(0,10px,0);
        transform:translate3d(0,10px,0)
    }
    .no-touch .people .tiles-wrapper .tile .image-wrap:hover .overlay-text{
        opacity:1;
        filter:alpha(opacity=100)
    }
    .profile #contents #main-content{
        margin-top:81px
    }
    .profile .two-col-block .column{
        float:none;
        width:100%;
        padding-right:0
    }
    .profile .two-col-block .column:first-child{
        margin-bottom:63px
    }
    .profile .two-col-block .column+.column{
        padding-left:0
    }
    .profile .dp.mobile{
        display:block
    }
}
.profile .dp img{
    width:100%;
    height:auto;
    margin-bottom:-4px
}
@media (max-width:667px){
    .profile .personal-data{
        color:#fff;
        height:auto;
        background-color:#111820;
        background-position:center center;
        background-repeat:no-repeat;
        padding:20px
    }
    .profile .personal-data a{
        border-bottom:1px solid #fff
    }
    .profile .bio-wrap{
        background-image:none!important
    }
}
.profile .bio-wrap{
    position:relative;
    background-color:#d1d1d1;
    background-position:50% 50%;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:800px
}
.profile .bio-wrap:before{
    content:"";
    background:rgba(16,24,32,.95);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1
}
.profile .profile-info{
    color:#fff;
    position:relative;
    z-index:2;
    padding:141px 60px 50px
}
@media (max-width:767px){
    .profile .profile-info{
        padding:75px 60px 50px
    }
}
.profile .profile-info .name{
    font-size:30px;
    font-size:1.875em;
    margin:0 0 1em
}
@media (max-width:667px){
    .profile .bio-wrap:before{
        display:none
    }
    .profile .bio-wrap{
        background-color:transparent
    }
    .profile .profile-info{
        color:#101820;
        padding:0
    }
    .profile .profile-info .name{
        font-size:18px;
        font-size:1.125em
    }
}
.profile .profile-info .titles{
    font-size:16px;
    font-size:1em;
    font-weight:700;
    margin:0 0 1em
}
@media (max-width:667px){
    .profile .profile-info .titles{
        font-size:14px;
        font-size:.875em
    }
}
.profile .profile-info .position{
    font-size:16px;
    font-size:1em;
    margin:0 0 2em
}
@media (max-width:667px){
    .profile .profile-info .position{
        font-size:14px;
        font-size:.875em
    }
}
.profile .profile-info .tel{
    font-size:16px;
    font-size:1em;
    margin:0 0 .5em
}
@media (max-width:667px){
    .profile .profile-info .tel{
        font-size:14px;
        font-size:.875em
    }
}
.profile .profile-info .tel a{
    color:#fff
}
.profile .profile-info .email-address{
    font-size:16px;
    font-size:1em;
    color:#fff;
    margin:0
}
@media (max-width:667px){
    .profile .profile-info .email-address{
        font-size:14px;
        font-size:.875em
    }
}
.profile .profile-info .introduction{
    font-size:14px;
    font-size:.875em;
    line-height:1.75em
}
.profile .profile-info hr{
    border:none;
    height:1px;
    background:#b4b5b6;
    margin:50px 0
}
@media (max-width:667px){
    .profile .profile-info .introduction{
        font-size:16px;
        font-size:1em
    }
    .profile .profile-info hr{
        display:none
    }
    .profile .profile-info .background-info{
        margin-top:60px
    }
}
.profile .profile-info .background-info h3{
    font-size:16px;
    font-size:1em;
    margin:0 0 2em
}
@media (max-width:667px){
    .profile .profile-info .background-info h3{
        margin-bottom:9px
    }
    .profile .profile-info .background-info .block{
        border-bottom:1px solid #eff0f0;
        padding:31px 0 25px
    }
}
.profile .profile-info .background-info p{
    margin:0 0 .5em
}
.profile .profile-info .background-info p a{
    color:#fff;
    border-bottom:1px solid #fff
}
.profile .profile-info .background-info p strong{
    font-weight:400
}
@media (max-width:667px){
    .profile .profile-info .background-info p a{
        color:#111820;
        border-bottom:none
    }
    .profile .profile-info .background-info p{
        font-size:14px;
        font-size:.875em
    }
    .profile .profile-info .background-info p strong{
        font-weight:700
    }
    .profile .profile-info .background-info p .comma{
        display:none
    }
    .profile .profile-info .background-info p span{
        margin-top:10px
    }
    .profile .profile-info .background-info p span,.profile .profile-info .background-info p strong{
        display:block
    }
}
.profile .profile-info .background-info>div+div{
    margin-top:40px
}
@media (max-width:667px){
    .profile .profile-info .background-info>div+div{
        margin-top:29px
    }
    .profile .back-link{
        margin-bottom:36px
    }
}
.profile .back-link{
    margin-top:35px
}
.profile .back-link a{
    color:#bbbcbc
}
.blog #contents #main-content{
    margin-top:150px
}
@media (max-width:768px){
    .blog .two-col-block .column{
        float:none;
        width:100%;
        padding-right:0
    }
    .blog .two-col-block .column+.column{
        padding-left:0
    }
}
.blog .blog-post{
    padding:0 0 105px
}
@media (max-width:667px){
    .blog #contents #main-content{
        margin-top:81px
    }
    .blog .blog-post{
        padding:0 0 30px
    }
}
.blog .blog-post+.blog-post{
    padding-top:75px;
    border-top:1px solid #eff0f0
}
@media (max-width:667px){
    .blog .blog-post+.blog-post{
        padding-top:34px
    }
}
.blog .blog-post .blog-post-image img{
    width:100%;
    height:auto
}
@media (max-width:375px){
    .blog .blog-post .blog-post-image img{
        height:150px;
        width:auto;
        max-width:none;
        margin:0 -150px;
        display:inline-block
    }
}
.blog .blog-post .blog-post-image a{
    display:inline-block
}
.blog .blog-post .blog-post-details{
    padding:60px 45px 0 60px
}
.blog .blog-post .post-title{
    font-size:30px;
    font-size:1.875em;
    color:#101820;
    margin:0 0 .6em
}
@media (max-width:480px){
    .blog .blog-post .post-title{
        font-size:16px;
        font-size:1em
    }
}
.blog .blog-post .post-title>span{
    display:block
}
@media (max-width:667px){
    .blog .blog-post .blog-post-details{
        padding:60px 0 0
    }
    .blog .blog-post .post-title>span{
        display:inline
    }
}
.blog .blog-post .date,.blog .blog-post .post-date{
    font-size:16px;
    font-size:1em;
    display:inline-block
}
@media (max-width:768px){
    .blog .blog-post .date,.blog .blog-post .post-date{
        margin-bottom:20px
    }
}
.blog .blog-post .post-excerpt a:hover{
    border-bottom:1px solid #101820
}
@media (max-width:480px){
    .blog .blog-post .date,.blog .blog-post .post-date{
        margin-bottom:0
    }
    .blog .blog-post .post-excerpt>p{
        display:none
    }
    .blog .blog-post .post-excerpt a{
        margin-top:18px
    }
}
.blog .blog-post .post-content,.blog .blog-post .post-excerpt{
    font-size:14px;
    font-size:.875em
}
.blog .blog-post .post-content>*,.blog .blog-post .post-excerpt>*{
    max-width:100%
}
.blog .blog-post .post-content iframe,.blog .blog-post .post-excerpt iframe{
    font-size:.875em;
    margin-bottom:2em
}
.blog .blog-post .post-content p,.blog .blog-post .post-excerpt p{
    margin:0 0 2em;
    line-height:1.8em;
    letter-spacing:.02em
}
.blog .blog-post .post-content a,.blog .blog-post .post-excerpt a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    -webkit-transition:.2s color linear;
    -moz-transition:.2s color linear;
    -ms-transition:.2s color linear;
    -o-transition:.2s color linear;
    transition:.2s color linear;
    display:inline-block
}
.post .categories p a,.post .social-media p a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
.blog .blog-post .post-content a:hover,.blog .blog-post .post-excerpt a:hover{
    color:#111820
}
.blog.post .post-content a{
    border-bottom:none
}
#infscr-loading{
    text-align:center;
    padding-bottom:50px
}
.post .featured-image .featured-images-slider{
    position:relative
}
.post .featured-image .bxslider{
    padding:0;
    margin:0
}
.post .featured-image .bxslider li{
    list-style-type:none
}
.post .featured-image .bx-pager{
    position:absolute;
    bottom:18px;
    width:100%;
    z-index:99;
    text-align:center
}
.post .featured-image .bx-pager .bx-pager-item{
    width:9px;
    height:9px;
    position:relative;
    overflow:hidden;
    display:inline-block
}
.post .featured-image .bx-pager .bx-pager-item+.bx-pager-item{
    margin-left:15px
}
@media (max-width:667px){
    .post .featured-image .bx-pager .bx-pager-item+.bx-pager-item{
        margin-left:10px
    }
    .post .featured-image .bx-pager .bx-pager-item{
        width:10px
    }
}
.post .featured-image .bx-pager a{
    font-size:0
}
.post .featured-image .bx-pager a:after{
    content:"\f111";
    font-family:fontawesome;
    font-size:9px;
    color:#63676b;
    display:inline-block;
    position:absolute;
    top:0;
    left:0
}
.post .featured-image .bx-pager a.active:after{
    color:#fff
}
.post .featured-image img{
    width:100%;
    height:auto
}
.post .social-media{
    margin-top:40px
}
@media (max-width:667px){
    .post .social-media{
        display:none;
        margin-top:28px
    }
}
.post .social-media h5{
    margin:0 0 1.25em
}
.post .social-media p{
    font-size:14px;
    font-size:.875em;
    color:#bbbcbc
}
.post .social-media p a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.post .social-media p a:hover{
    color:#111820;
    border-color:#111820
}
.post .categories{
    margin-top:23px;
    padding-right:45%
}
@media (max-width:667px){
    .post .categories{
        display:none;
        margin-top:27px;
        padding-right:0
    }
    .post .blog-post{
        padding:0
    }
}
.post .categories h5{
    margin:0 0 1.25em
}
.post .categories p{
    font-size:14px;
    font-size:.875em;
    color:#bbbcbc;
    line-height:1.5em
}
.post .categories p a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.post .author .author-name a,.post .back-link a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
.post .categories p a:after{
    text-decoration:none;
    border-bottom:1px #fff solid
}
.post .categories p a:last-child:after{
    content:""
}
.post .categories p a:hover{
    color:#111820;
    border-color:#111820
}
@media (max-width:768px){
    .post .categories,.post .post-content,.post .social-media{
        display:none
    }
}
@media (max-width:667px){
    .post .blog-post .post-title{
        font-size:16px;
        font-size:1em
    }
    .post .post-content{
        margin-top:36px
    }
}
.post .post-content iframe{
    width:100%
}
.post .author{
    margin-top:70px
}
@media (max-width:667px){
    .post .author{
        margin-top:0
    }
}
.post .author>strong{
    font-size:14px;
    font-size:.875em;
    margin:1.5em 0 1em;
    display:inline-block
}
.post .author .author-name{
    font-size:14px;
    font-size:.875em;
    font-weight:400;
    color:#bbbcbc;
    margin:0
}
.post .author .author-name a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.post .author .author-name a:hover{
    color:#111820;
    border-color:#111820
}
@media (max-width:667px){
    .post .other-details{
        background:#eff0f0;
        margin:0 -18px;
        padding:36px 18px
    }
}
.post .other-details .author .image-wrap{
    overflow:hidden
}
.post .other-details .author .image-wrap img{
    max-width:190px
}
@media (max-width:480px){
    .post .other-details .author .image-wrap{
        height:135px;
        width:135px
    }
    .post .other-details .author .image-wrap img{
        width:100%;
        height:auto
    }
}
@media (max-width:768px){
    .post .mobile{
        display:block
    }
}
.post .back-link{
    margin-top:65px;
    padding-left:60px
}
@media (max-width:667px){
    .post .back-link{
        margin:36px 0;
        padding-left:0;
        display:none
    }
}
@media (max-width:768px){
    .post .back-link.mobile{
        display:none!important
    }
}
.post .back-link a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.item-listing .sidebar ul li a,.jobs .job-specifications>p a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
.post .back-link a:hover{
    color:#111820;
    border-color:#111820
}
@media (max-width:667px){
    .post .back-link.mobile{
        display:block!important
    }
    .item-listing .two-col-block .column{
        float:none;
        width:100%;
        padding-right:0
    }
    .item-listing .two-col-block .column:first-child{
        border-bottom:1px solid #dedfdf;
        padding-bottom:44px;
        margin-bottom:53px
    }
    .item-listing .two-col-block .column+.column{
        padding-left:0
    }
}
.item-listing #contents #main-content{
    margin-top:150px;
    padding-bottom:75px
}
@media (max-width:667px){
    .item-listing #contents #main-content{
        margin-top:81px;
        padding-bottom:36px
    }
}
.item-listing .page-title{
    font-size:30px;
    font-size:1.875em;
    margin:0 0 60px;
    padding-left:60px
}
@media (max-width:768px){
    .item-listing .page-title{
        padding-left:0
    }
}
@media (max-width:667px){
    .item-listing .page-title{
        font-size:25px;
        font-size:1.5625em;
        margin:0 0 70px
    }
}
.item-listing .sidebar{
    padding-left:60px
}
@media (max-width:768px){
    .item-listing .sidebar{
        padding-left:0
    }
}
.item-listing .sidebar h5{
    font-size:14px;
    font-size:.875em;
    margin:0 0 1em
}
@media (max-width:667px){
    .item-listing .sidebar h5{
        margin:0 0 38px
    }
}
.item-listing .sidebar ul{
    margin:0;
    padding:0
}
.item-listing .sidebar ul li{
    list-style-type:none;
    line-height:1.875em
}
.item-listing .sidebar ul li a{
    font-size:14px;
    font-size:.875em;
    color:#bbbcbc;
    transition:all .2s ease-in-out
}
.item-listing .sidebar ul li a.active,.item-listing .sidebar ul li a:hover{
    color:#111820
}
.item-listing .item h4{
    font-size:14px;
    font-size:.875em;
    color:#101820;
    margin:0 0 1em
}
.item-listing .item h4 a{
    color:#101820;
    border-bottom:1px solid #101820
}
.item-listing .item p{
    font-size:14px;
    font-size:.875em;
    color:#101820;
    margin:0 0 1em
}
.item-listing .item p a{
    color:#101820;
    border-bottom:1px solid #101820
}
.item-listing .item em{
    font-family:freight-text-pro,sans-serif;
    font-style:italic;
    font-weight:300;
    color:#bbbcbc
}
.item-listing .item:first-child{
    padding-bottom:50px
}
.item-listing .item+.item{
    border-top:1px solid #eff0f0;
    padding:50px 0
}
.project-index .project-item ul{
    margin:47px 0 0;
    padding:0
}
.project-index .project-item ul li{
    font-size:14px;
    font-size:.875em;
    list-style-type:none
}
.project-index .project-item ul li+li{
    margin-top:10px
}
.project-index .project-item ul li a{
    color:#101820;
    border-bottom:1px solid #c2c6c9
}
.jobs .job-specifications.active{
    display:block
}
.jobs .job-specifications.hide{
    display:none
}
.jobs .job-specifications>p{
    font-size:14px;
    font-size:.875em;
    line-height:1.875em;
    margin:0 0 1em
}
.jobs .job-specifications>p a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
#site-footer .social-media li a,.jobs .job-specifications .job-contact-info a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}
.jobs .job-specifications>p a:hover{
    color:#111820;
    border-color:#111820
}
.jobs .job-specifications hr{
    margin:50px 0;
    border:none;
    height:1px;
    background:#dedfdf
}
.jobs .job-specifications .job-description{
    margin-top:69px
}
.jobs .job-specifications>div{
    font-weight:300;
    padding-right:100px
}
@media (max-width:768px){
    .jobs .job-specifications>div{
        padding-right:0
    }
}
@media (max-width:667px){
    .jobs .job-specifications hr{
        display:none
    }
    .jobs .job-specifications>div{
        margin-top:35px
    }
}
.jobs .job-specifications>div h4{
    font-size:14px;
    font-size:.875em;
    margin:0 0 40px
}
@media (max-width:667px){
    .jobs .job-specifications>div h4{
        margin:0 0 34px
    }
}
.jobs .job-specifications>div ul{
    margin:0;
    padding:0 0 0 18px
}
.jobs .job-specifications>div ul li{
    font-size:14px;
    font-size:.875em;
    line-height:1.5625em
}
.jobs .job-specifications>div ul li+li{
    margin-top:28px
}
@media (max-width:667px){
    .jobs .job-specifications>div ul li+li{
        margin-top:35px
    }
}
.jobs .job-specifications .job-contact-info h5,.jobs .job-specifications .job-contact-info p{
    font-size:14px;
    font-size:.875em
}
.jobs .job-specifications .job-contact-info h5{
    margin:30px 0 0
}
.jobs .job-specifications .job-contact-info h5+p{
    margin:5px 0 0
}
.jobs .job-specifications .job-contact-info a{
    color:#bbbcbc;
    border-bottom:1px solid #dedfdf;
    transition:all .2s ease-in-out
}
.jobs .job-specifications .job-contact-info a:hover{
    color:#111820;
    border-color:#111820
}
.search-result .search-keyword{
    color:#e03e52
}
#site-footer{
    position:relative;
    background: #ffffff;
}
#site-footer .inner-wrap{
    padding:0 45px
}
#site-footer .back-to-top{
    font-size:20px;
    font-size:1.25em;
    position:absolute;
    right:0;
    bottom:42%;
    margin:auto;
    background:url(../img/up-arrow-icon.svg);
    width:13px;
    height:7px
}
@media (max-width:667px){
    #site-footer .inner-wrap{
        padding:0 18px
    }
    #site-footer .back-to-top{
        bottom:36px;
        width:19px;
        height:10px
    }
}
#site-footer .social-media{
    margin:0;
    padding:0
}
#site-footer .social-media li{
    float:left;
    list-style-type:none;
    margin-left:15px
}
#site-footer .social-media li:first-child{
    margin-left:0
}
#site-footer .social-media li a{
    background:url(../img/img-sprite.png) no-repeat;
    text-decoration:none;
    text-indent:-999px;
    overflow:hidden;
    display:inline-block;
    vertical-align:middle;
    width:16px;
    height:16px;
    transition:all .2s ease-in-out
}
@media (max-width:667px){
    #site-footer .social-media li a{
        width:29px;
        height:29px
    }
}
#site-footer .social-media li a.facebook{
    background:url(../img/facebook-icon.svg)
}
#site-footer .social-media li a.facebook:after{
    content:'url(../img/facebook-icon-hover.svg)';
    visibility:hidden;
    height:0;
    width:0
}
@media (min-width:1025px){
    #site-footer .social-media li a.facebook:hover{
        background:url(../img/facebook-icon-hover.svg)
    }
}
#site-footer .social-media li a.instagram{
    background:url(../img/instagram-icon.svg)
}
#site-footer .social-media li a.instagram:after{
    content:'url(../img/instagram-icon-hover.svg)';
    visibility:hidden;
    height:0;
    width:0
}
@media (min-width:1025px){
    #site-footer .social-media li a.instagram:hover{
        background:url(../img/instagram-icon-hover.svg)
    }
}
#site-footer .social-media li a.twitter{
    background:url(../img/twitter-icon.svg)
}
#site-footer .social-media li a.twitter:after{
    content:'url(../img/twitter-icon-hover.svg)';
    visibility:hidden;
    height:0;
    width:0
}
@media (min-width:1025px){
    #site-footer .social-media li a.twitter:hover{
        background:url(../img/twitter-icon-hover.svg)
    }
}
#site-footer .social-media li a.linkedin{
    background:url(../img/linkedin-icon.svg)
}
#site-footer .social-media li a.linkedin:after{
    content:'url(../img/linkedin-icon-hover.svg)';
    visibility:hidden;
    height:0;
    width:0
}
@media (min-width:1025px){
    #site-footer .social-media li a.linkedin:hover{
        background:url(../img/linkedin-icon-hover.svg)
    }
}
#site-footer .social-media li a.issu{
    background:url(../img/issu-icon.svg)
}
#site-footer .social-media li a.issu:after{
    content:'url(../img/issu-icon-hover.svg)';
    visibility:hidden;
    height:0;
    width:0
}
@media (min-width:1025px){
    #site-footer .social-media li a.issu:hover{
        background:url(../img/issu-icon-hover.svg)
    }
}
#site-footer .social-media li a.youtube{
    background:url(../img/youtube-icon.svg)
}
#site-footer .social-media li a.youtube:after{
    content:'url(../img/youtube-icon-hover.svg)';
    visibility:hidden;
    height:0;
    width:0
}
@media (min-width:1025px){
    #site-footer .social-media li a.youtube:hover{
        background:url(../img/youtube-icon-hover.svg)
    }
}
#site-footer .two-col-block{
    border-top:1px solid #eff0f0;
    padding:30px 0;
    position:relative
}
#site-footer .two-col-block .column{
    width:49%;
    padding-right:7.5px;
    position:relative
}
#site-footer .two-col-block .column.right{
    padding-right:0;
    padding-left:7.5px
}
@media (max-width:768px){
    #site-footer .two-col-block .column{
        float:none;
        width:100%;
        padding-right:0
    }
    #site-footer .two-col-block .column.right{
        margin-bottom:36px;
        padding-left:0
    }
}
#site-footer .two-col-block .column.left{
    padding-left:0!important;
    padding-right:7.5px!important
}
#site-footer .two-col-block .column+.column{
    padding-right:0;
    padding-left:7.5px
}
@media (max-width:768px){
    #site-footer .two-col-block .column.left{
        padding-right:0
    }
    #site-footer .two-col-block .column+.column{
        padding-left:0
    }
}
#site-footer .two-col-block .column a{
    font-weight:400;
    color:#bbbcbc;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
#site-footer .two-col-block .column a:hover{
    color:#111820
}
#site-footer .two-col-block .left{
    float:left
}
@media (max-width:667px){
    #site-footer .two-col-block .left{
        float:none
    }
}
#site-footer .two-col-block .right{
    float:right
}
@media (max-width:667px){
    #site-footer .two-col-block .right{
        float:none
    }
}
#site-footer .column .col-wrap .inner-col{
    float:left;
    width:50%;
    position:relative
}
#site-footer .column .col-wrap .inner-col .footer-link{
    padding-left:2px;
    position:relative;
    left:-8px
}
.search-block.active .search-form{
    display:block
}
@media (max-width:768px){
    #site-footer .column .col-wrap .inner-col .footer-link{
        padding-left:0;
        left:0
    }
    .search-block{
        padding-left:7px
    }
}
@media (max-width:480px){
    #site-footer .two-col-block .column.right{
        margin-bottom:0
    }
    #site-footer .column .col-wrap .inner-col{
        float:none;
        width:100%
    }
    .search-block{
        margin:10px 0 27px;
        padding-left:0
    }
}
.fa.fa-pull-left,.fa.pull-left{
    margin-right:.3em
}
.search-form{
    position:absolute;
    top:0;
    left:0;
    display:none
}
.fa,.fa-stack{
    display:inline-block
}
.search-form #s{
    width:140px;
    border:none;
    outline:0
}
.search-form input[type=submit]{
    font-size:16px;
    font-size:1em;
    border:none;
    background:0 0;
    outline:0
}
.sisea-page.sisea-current-page{
    font-weight:500
}
.sisea-page a{
    color:#bbbcbc;
    -webkit-transition:color .2 ease-out;
    -moz-transition:color .2 ease-out;
    -ms-transition:color .2 ease-out;
    -o-transition:color .2 ease-out;
    transition:color .2 ease-out
}
.sisea-page a:hover{
    color:#111820
}
body:after{
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
    z-index:-1;
    content:url(../img/facebook-icon-hover.svg) url(../img/instagram-icon-hover.svg) url(../img/twitter-icon-hover.svg) url(../img/linkedin-icon-hover.svg) url(../img/issu-icon-hover.svg) url(../img/youtube-icon-hover.svg) url(../img/play-icon/playicon-hover.png) url(../img/x-icon-gray.svg)
}
/*! * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face{
    font-family:FontAwesome;
    src:url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.6.3#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;
    text-align:center
}
.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;
    text-align:center
}
.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-inverse{
    color:#fff
}
.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{
    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"
}
.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
}
 #site-footer {
    background: #ffffff;
}
 .people #contents, .projects #contents {
     opacity: 1 !important;
}
 .blog .blog-post .post-content ul, .blog .blog-post .post-content ol {
     line-height: 1.8em;
}
 @media (max-width: 667px) {
     #masthead #main-navigation ul li.out>a {
         opacity: 0 !important;
         filter: alpha(opacity=0) !important;
    }
}
 @media (max-width: 1200px) {
     .home .recent-updates-wrapper .recent-item .image-wrap {
         width: 160px !important;
         height: 160px !important;
    }
     .home .recent-updates-wrapper .recent-item .text-wrap {
         margin-top: 0 !important;
         margin-left: -165px !important;
         padding-left: 185px !important;
         padding-top: 20px;
         padding-bottom: 20px;
    }
}
