﻿.print-only
{
    display: none;
}
@media print
{
    .no-print
    {
        display: none;
    }
    .print-only
    {
        display: block;
    }
}
.slide-in-down.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active
{
    transform: translateY(0);
}
.slide-in-left.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active
{
    transform: translateX(0);
}
.slide-in-up.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active
{
    transform: translateY(0);
}
.slide-in-right.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active
{
    transform: translateX(0);
}
.slide-out-down.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active
{
    transform: translateY(100%);
}
.slide-out-right.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active
{
    transform: translateX(100%);
}
.slide-out-up.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active
{
    transform: translateY(-100%);
}
.slide-out-left.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active
{
    transform: translateX(-100%);
}
.fade-in.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active
{
    opacity: 1;
}
.fade-out.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active
{
    opacity: 0;
}
.hinge-in-from-top.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-right.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-bottom.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-left.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-middle-x.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-middle-y.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-out-from-top.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: top;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-right.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.hinge-out-from-bottom.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}
.hinge-out-from-left.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}
.hinge-out-from-middle-x.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-middle-y.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.scale-in-up.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(.5);
    transition-property: transform,opacity;
    opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active
{
    transform: scale(1);
    opacity: 1;
}
.scale-in-down.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform,opacity;
    opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active
{
    transform: scale(1);
    opacity: 1;
}
.scale-out-up.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform,opacity;
    opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active
{
    transform: scale(1.5);
    opacity: 0;
}
.scale-out-down.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform,opacity;
    opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active
{
    transform: scale(.5);
    opacity: 0;
}
.spin-in.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(-.75turn);
    transition-property: transform,opacity;
    opacity: 0;
}
.spin-in.mui-enter.mui-enter-active
{
    transform: rotate(0);
    opacity: 1;
}
.spin-out.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform,opacity;
    opacity: 1;
}
.spin-out.mui-leave.mui-leave-active
{
    transform: rotate(.75turn);
    opacity: 0;
}
.spin-in-ccw.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(.75turn);
    transition-property: transform,opacity;
    opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active
{
    transform: rotate(0);
    opacity: 1;
}
.spin-out-ccw.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform,opacity;
    opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active
{
    transform: rotate(-.75turn);
    opacity: 0;
}
.slow
{
    transition-duration: .75s!important;
}
.fast
{
    transition-duration: .25s!important;
}
.linear
{
    transition-timing-function: linear!important;
}
.ease
{
    transition-timing-function: ease!important;
}
.ease-in
{
    transition-timing-function: ease-in!important;
}
.ease-out
{
    transition-timing-function: ease-out!important;
}
.ease-in-out
{
    transition-timing-function: ease-in-out!important;
}
.bounce-in
{
    transition-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
}
.bounce-out
{
    transition-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
}
.bounce-in-out
{
    transition-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
}
.short-delay
{
    transition-delay: .3s!important;
}
.long-delay
{
    transition-delay: .7s!important;
}
.shake
{
    animation-name: shake-7;
}
@keyframes shake-7
{
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%
    {
        transform: translateX(7%);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95%
    {
        transform: translateX(-7%);
    }
}
.spin-cw
{
    animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn
{
    0%
    {
        transform: rotate(-1turn);
    }
    100%
    {
        transform: rotate(0);
    }
}
.spin-ccw
{
    animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn
{
    0%
    {
        transform: rotate(0);
    }
    100%
    {
        transform: rotate(1turn);
    }
}
.wiggle
{
    animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg
{
    40%, 50%, 60%
    {
        transform: rotate(7deg);
    }
    35%, 45%, 55%, 65%
    {
        transform: rotate(-7deg);
    }
    0%, 30%, 70%, 100%
    {
        transform: rotate(0);
    }
}
.shake, .spin-cw, .spin-ccw, .wiggle
{
    animation-duration: .5s;
}
.infinite
{
    animation-iteration-count: infinite;
}
.slow
{
    animation-duration: .75s!important;
}
.fast
{
    animation-duration: .25s!important;
}
.linear
{
    animation-timing-function: linear!important;
}
.ease
{
    animation-timing-function: ease!important;
}
.ease-in
{
    animation-timing-function: ease-in!important;
}
.ease-out
{
    animation-timing-function: ease-out!important;
}
.ease-in-out
{
    animation-timing-function: ease-in-out!important;
}
.bounce-in
{
    animation-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
}
.bounce-out
{
    animation-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
}
.bounce-in-out
{
    animation-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
}
.short-delay
{
    animation-delay: .3s!important;
}
.long-delay
{
    animation-delay: .7s!important;
}
@font-face
{
    font-family: icomoon;
    src: url(/wp-content/themes/aba/assets/fonts/icomoon.eot?);
    src: url(/wp-content/themes/aba/assets/fonts/icomoon.eot?) format("embedded-opentype"),url(/wp-content/themes/aba/assets/fonts/icomoon.woff) format("woff"),url(/wp-content/themes/aba/assets/fonts/icomoon.ttf) format("truetype"),url(/wp-content/themes/aba/assets/fonts/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class^=icon-], [class*=" icon-"]
{
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-article:before
{
    content: "";
}
.icon-brief:before
{
    content: "";
}
.icon-tool:before
{
    content: "";
}
.icon-video:before
{
    content: "";
}
.icon-building:before
{
    content: "";
}
.icon-finance:before
{
    content: "";
}
.icon-hammer:before
{
    content: "";
}
.icon-internet:before
{
    content: "";
}
.icon-legal:before
{
    content: "";
}
.icon-merg:before
{
    content: "";
}
.icon-partners:before
{
    content: "";
}
.icon-security:before
{
    content: "";
}
.icon-arrow-right:before
{
    content: "";
}
.icon-arrow-left:before
{
    content: "";
}
.icon-down-arrow:before
{
    content: "";
}
.icon-linkedin:before
{
    content: "";
}
.icon-facebook:before
{
    content: "";
}
.icon-google-plus:before
{
    content: "";
}
.icon-twitter:before
{
    content: "";
}
.icon-up-arrow:before
{
    content: "";
}
.icon-play:before
{
    content: "";
}
.icon-right-arrow:before
{
    content: "";
}
.icon-left-arrow:before
{
    content: "";
}
.icon-search:before
{
    content: "";
}
.icon-bookmark:before
{
    content: "";
}
.icon-comment:before
{
    content: "";
}
.icon-download:before
{
    content: "";
}
.icon-email:before
{
    content: "";
}
.icon-time:before
{
    content: "";
}
.icon-z-left-arrow:before
{
    content: "";
}
.icon-z-right-arrow:before
{
    content: "";
}
.icon-z-search:before
{
    content: "";
}
#nav>ul, .drop-down, .inner-drop, .user-links, .tabset, .schedule, .widget ol, #footer ul, .widget ul, .tags, .bullet-list
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.clearfix:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .articles .holder:after, .latest-articles .holder:after, .latest-articles-mobile .holder:after, .scrollable-tabs .tabset:after, .search-result .holder:after, .videos .holder:after, .holder:after, #sidebar .widget:after
{
    content: '';
    display: block;
    clear: both;
}
.banner-gallery .btn-prev, .banner-gallery .btn-next, .article-gallery .slick-dots button, .misc-gallery .btn-prev, .misc-gallery .btn-next, .partners-gallery .btn-prev, .partners-gallery .btn-next, .menu, #nav>ul>li, .drop-down>li>a, .drop-down .icon, .inner-drop li a, .user-links a, .nav-opener:before, .nav-opener:after, .nav-opener span, .articles .article-btn-prev, .articles .article-btn-next, .latest-articles .article-btn-prev, .latest-articles .article-btn-next, .latest-articles-mobile .article-btn-prev, .latest-articles-mobile .article-btn-next, .tabset a, .partners .more, .tools.items .text, a.cancel, .sticky-bar .header-search .search-opener, #footer ul a, .header-search .search-opener, .header-search .btn-close:before, .header-search .btn-close:after, a, .featured-widget h3 a, .social-networks a, .btn-play, .btn-play:before, .comment-form input[type=submit], .post-password-form input[type=submit], .search-form input[type=submit], .prev, .next
{
    transition: color .2s ease-in-out;
}
.ellipsis
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
img
{
    max-width: 100%;
    height: auto;
}
.comment-form input[type=text], .search-form input[type=text], .post-password-form input[type=text], .comment-form input[type=tel], .search-form input[type=tel], .post-password-form input[type=tel], .comment-form input[type=email], .search-form input[type=email], .post-password-form input[type=email], .comment-form input[type=search], .search-form input[type=search], .post-password-form input[type=search], .comment-form input[type=password], .search-form input[type=password], .post-password-form input[type=password], .comment-form input[type=url], .search-form input[type=url], .post-password-form input[type=url], .comment-form input[type=date], .search-form input[type=date], .post-password-form input[type=date], .comment-form textarea, .search-form textarea, .post-password-form textarea
{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #999;
    padding: .5em .7em;
}
.comment-form input[type=text]:focus, .search-form input[type=text]:focus, .post-password-form input[type=text]:focus, .comment-form input[type=tel]:focus, .search-form input[type=tel]:focus, .post-password-form input[type=tel]:focus, .comment-form input[type=email]:focus, .search-form input[type=email]:focus, .post-password-form input[type=email]:focus, .comment-form input[type=search]:focus, .search-form input[type=search]:focus, .post-password-form input[type=search]:focus, .comment-form input[type=password]:focus, .search-form input[type=password]:focus, .post-password-form input[type=password]:focus, .comment-form input[type=url]:focus, .search-form input[type=url]:focus, .post-password-form input[type=url]:focus, .comment-form input[type=date]:focus, .search-form input[type=date]:focus, .post-password-form input[type=date]:focus, .comment-form textarea:focus, .search-form textarea:focus, .post-password-form textarea:focus
{
    border-color: #333;
}
.comment-form input[type=text]::-webkit-input-placeholder, .search-form input[type=text]::-webkit-input-placeholder, .post-password-form input[type=text]::-webkit-input-placeholder, .comment-form input[type=tel]::-webkit-input-placeholder, .search-form input[type=tel]::-webkit-input-placeholder, .post-password-form input[type=tel]::-webkit-input-placeholder, .comment-form input[type=email]::-webkit-input-placeholder, .search-form input[type=email]::-webkit-input-placeholder, .post-password-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=search]::-webkit-input-placeholder, .search-form input[type=search]::-webkit-input-placeholder, .post-password-form input[type=search]::-webkit-input-placeholder, .comment-form input[type=password]::-webkit-input-placeholder, .search-form input[type=password]::-webkit-input-placeholder, .post-password-form input[type=password]::-webkit-input-placeholder, .comment-form input[type=url]::-webkit-input-placeholder, .search-form input[type=url]::-webkit-input-placeholder, .post-password-form input[type=url]::-webkit-input-placeholder, .comment-form input[type=date]::-webkit-input-placeholder, .search-form input[type=date]::-webkit-input-placeholder, .post-password-form input[type=date]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder, .post-password-form textarea::-webkit-input-placeholder
{
    color: #ccc;
}
.comment-form input[type=text]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder, .post-password-form input[type=text]::-moz-placeholder, .comment-form input[type=tel]::-moz-placeholder, .search-form input[type=tel]::-moz-placeholder, .post-password-form input[type=tel]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .search-form input[type=email]::-moz-placeholder, .post-password-form input[type=email]::-moz-placeholder, .comment-form input[type=search]::-moz-placeholder, .search-form input[type=search]::-moz-placeholder, .post-password-form input[type=search]::-moz-placeholder, .comment-form input[type=password]::-moz-placeholder, .search-form input[type=password]::-moz-placeholder, .post-password-form input[type=password]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .search-form input[type=url]::-moz-placeholder, .post-password-form input[type=url]::-moz-placeholder, .comment-form input[type=date]::-moz-placeholder, .search-form input[type=date]::-moz-placeholder, .post-password-form input[type=date]::-moz-placeholder, .comment-form textarea::-moz-placeholder, .search-form textarea::-moz-placeholder, .post-password-form textarea::-moz-placeholder
{
    opacity: 1;
    color: #ccc;
}
.comment-form input[type=text]:-moz-placeholder, .search-form input[type=text]:-moz-placeholder, .post-password-form input[type=text]:-moz-placeholder, .comment-form input[type=tel]:-moz-placeholder, .search-form input[type=tel]:-moz-placeholder, .post-password-form input[type=tel]:-moz-placeholder, .comment-form input[type=email]:-moz-placeholder, .search-form input[type=email]:-moz-placeholder, .post-password-form input[type=email]:-moz-placeholder, .comment-form input[type=search]:-moz-placeholder, .search-form input[type=search]:-moz-placeholder, .post-password-form input[type=search]:-moz-placeholder, .comment-form input[type=password]:-moz-placeholder, .search-form input[type=password]:-moz-placeholder, .post-password-form input[type=password]:-moz-placeholder, .comment-form input[type=url]:-moz-placeholder, .search-form input[type=url]:-moz-placeholder, .post-password-form input[type=url]:-moz-placeholder, .comment-form input[type=date]:-moz-placeholder, .search-form input[type=date]:-moz-placeholder, .post-password-form input[type=date]:-moz-placeholder, .comment-form textarea:-moz-placeholder, .search-form textarea:-moz-placeholder, .post-password-form textarea:-moz-placeholder
{
    color: #ccc;
}
.comment-form input[type=text]:-ms-input-placeholder, .search-form input[type=text]:-ms-input-placeholder, .post-password-form input[type=text]:-ms-input-placeholder, .comment-form input[type=tel]:-ms-input-placeholder, .search-form input[type=tel]:-ms-input-placeholder, .post-password-form input[type=tel]:-ms-input-placeholder, .comment-form input[type=email]:-ms-input-placeholder, .search-form input[type=email]:-ms-input-placeholder, .post-password-form input[type=email]:-ms-input-placeholder, .comment-form input[type=search]:-ms-input-placeholder, .search-form input[type=search]:-ms-input-placeholder, .post-password-form input[type=search]:-ms-input-placeholder, .comment-form input[type=password]:-ms-input-placeholder, .search-form input[type=password]:-ms-input-placeholder, .post-password-form input[type=password]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .search-form input[type=url]:-ms-input-placeholder, .post-password-form input[type=url]:-ms-input-placeholder, .comment-form input[type=date]:-ms-input-placeholder, .search-form input[type=date]:-ms-input-placeholder, .post-password-form input[type=date]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .search-form textarea:-ms-input-placeholder, .post-password-form textarea:-ms-input-placeholder
{
    color: #ccc;
}
.comment-form input[type=text].placeholder, .search-form input[type=text].placeholder, .post-password-form input[type=text].placeholder, .comment-form input[type=tel].placeholder, .search-form input[type=tel].placeholder, .post-password-form input[type=tel].placeholder, .comment-form input[type=email].placeholder, .search-form input[type=email].placeholder, .post-password-form input[type=email].placeholder, .comment-form input[type=search].placeholder, .search-form input[type=search].placeholder, .post-password-form input[type=search].placeholder, .comment-form input[type=password].placeholder, .search-form input[type=password].placeholder, .post-password-form input[type=password].placeholder, .comment-form input[type=url].placeholder, .search-form input[type=url].placeholder, .post-password-form input[type=url].placeholder, .comment-form input[type=date].placeholder, .search-form input[type=date].placeholder, .post-password-form input[type=date].placeholder, .comment-form textarea.placeholder, .search-form textarea.placeholder, .post-password-form textarea.placeholder
{
    color: #ccc;
}
.widget
{
    margin-bottom: 1.2em;
}
.widget ul
{
    padding-left: 2em;
}
.widget select
{
    min-width: 150px;
}
.comment-form label
{
    display: block;
    padding-bottom: 4px;
}
.comment-form textarea
{
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}
.comment-form textarea, .comment-form input[type=text]
{
    margin: 0 4px 0 0;
    width: 300px;
}
.comment-form input[type=submit]
{
    display: block;
    float: none;
}
.post-password-form label
{
    display: block;
}
.post-password-form input[type=password]
{
    margin: 0 4px 0 0;
    width: 300px;
}
.search-form input
{
    float: left;
    height: 2em;
}
.search-form input[type=search]
{
    margin: 0 4px 0 0;
    width: 150px;
}
.post-password-form input
{
    float: left;
    height: 2em;
}
.post-password-form input[type=password]
{
    width: 150px;
}
.comment-form input[type=submit], .post-password-form input[type=submit], .search-form input[type=submit]
{
    background: #333;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 .5em;
}
.comment-form input[type=submit]:hover, .post-password-form input[type=submit]:hover, .search-form input[type=submit]:hover
{
    opacity: .8;
}
.commentlist
{
    margin: 0 0 1.2em;
}
.commentlist .edit-link
{
    margin: 0;
}
.commentlist .avatar-holder
{
    float: left;
    margin: 0 1.2em 4px 0;
}
.commentlist-item .commentlist-item
{
    padding: 0;
}
@media screen and (min-width: 48em)
{
    .commentlist-item .commentlist-item
    {
        padding: 0 0 0 2em;
    }
}
.comment, .commentlist-holder
{
    overflow: hidden;
}
.commentlist-item .commentlist-item, .commentlist-item+.commentlist-item
{
    padding-top: 1.2em;
}
.widget_calendar #next
{
    text-align: right;
}
.gallery-item dt
{
    float: none;
    padding: 0;
}
.navigation, .navigation-comments
{
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.2em;
}
.navigation .screen-reader-text, .navigation-comments .screen-reader-text
{
    position: absolute;
    left: -99999px;
}
.navigation .page-numbers, .navigation-comments .page-numbers
{
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em;
}
@media screen and (max-width: 63.9375em)
{
    .navigation .page-numbers, .navigation-comments .page-numbers
    {
        padding: 0;
    }
}
.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev
{
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    padding: .4em;
    text-decoration: none;
}
@media screen and (max-width: 63.9375em)
{
    .navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev
    {
        padding: .2em;
    }
}
.navigation-single
{
    margin-bottom: 1.2em;
}
.navigation-single .next, .navigation-single .prev
{
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    text-decoration: none;
}
.navigation-single .next a, .navigation-single .prev a
{
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block;
}
@media screen and (max-width: 63.9375em)
{
    .navigation-single .next a, .navigation-single .prev a
    {
        padding: .2em;
    }
}
.navigation-single .next
{
    float: right;
}
.wp-caption
{
    max-width: 100%;
    clear: both;
    border: 1px solid #ccc;
    padding: .4em;
    margin-bottom: 1.2em;
}
.wp-caption img
{
    margin: 0;
    vertical-align: top;
}
.wp-caption p
{
    margin: .4em 0 0;
}
div.aligncenter
{
    margin: 0 auto 1.2em;
}
img.aligncenter
{
    display: block;
    margin: 0 auto;
}
.alignleft
{
    float: left;
    margin: 0 1.2em 4px 0;
}
.alignright
{
    float: right;
    margin: 0 0 4px 1.2em;
}
.mejs-container
{
    margin-bottom: 1.2em;
}
.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor
{
    height: auto;
}
html
{
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body
{
    margin: 0;
}
article, aside, footer, header, nav, section
{
    display: block;
}
h1
{
    font-size: 2em;
    margin: .67em 0;
}
figcaption, figure
{
    display: block;
}
figure
{
    margin: 1em 40px;
}
hr
{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
main
{
    display: block;
}
pre
{
    font-family: monospace,monospace;
    font-size: 1em;
}
a
{
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active, a:hover
{
    outline-width: 0;
}
abbr[title]
{
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong
{
    font-weight: inherit;
}
b, strong
{
    font-weight: bolder;
}
code, kbd, samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
dfn
{
    font-style: italic;
}
mark
{
    background-color: #ff0;
    color: #000;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
audio, video
{
    display: inline-block;
}
audio:not([controls])
{
    display: none;
    height: 0;
}
img
{
    border-style: none;
}
svg:not(:root)
{
    overflow: hidden;
}
button, input, optgroup, select, textarea
{
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
button, html [type=button], [type=reset], [type=submit]
{
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner
{
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring
{
    outline: 1px dotted ButtonText;
}
input
{
    overflow: visible;
}
[type=checkbox], [type=radio]
{
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
{
    height: auto;
}
[type=search]
{
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
::-webkit-file-upload-button
{
    -webkit-appearance: button;
    font: inherit;
}
fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend
{
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
progress
{
    display: inline-block;
    vertical-align: baseline;
}
textarea
{
    overflow: auto;
}
details
{
    display: block;
}
summary
{
    display: list-item;
}
menu
{
    display: block;
}
canvas
{
    display: inline-block;
}
template
{
    display: none;
}
[hidden]
{
    display: none;
}
.foundation-mq
{
    font-family: "small=0em&phone=30em&medium=48em&large=64em&xlarge=80em&xxlarge=95.625em";
}
html
{
    box-sizing: border-box;
    font-size: 100%;
}
*, *:before, *:after
{
    box-sizing: inherit;
}
body
{
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "jaf-domus","acumin-pro",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.571;
    color: #54524c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img
{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
textarea
{
    height: auto;
    min-height: 50px;
    border-radius: 0;
}
select
{
    width: 100%;
    border-radius: 0;
}
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object
{
    max-width: none!important;
}
button
{
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
}
[data-whatinput=mouse] button
{
    outline: 0;
}
.is-visible
{
    display: block!important;
}
.is-hidden
{
    display: none!important;
}
.row
{
    max-width: 81.875rem;
    margin-right: auto;
    margin-left: auto;
}
.row:before, .row:after
{
    display: table;
    content: ' ';
}
.row:after
{
    clear: both;
}
.row.collapse>.column, .row.collapse>.columns
{
    padding-right: 0;
    padding-left: 0;
}
.row .row
{
    margin-right: -2.375rem;
    margin-left: -2.375rem;
}
@media print, screen and (min-width: 30em)
{
    .row .row
    {
        margin-right: -2.375rem;
        margin-left: -2.375rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .row .row
    {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .row .row
    {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .row .row
    {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .row .row
    {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}
.row .row.collapse
{
    margin-right: 0;
    margin-left: 0;
}
.row.expanded
{
    max-width: none;
}
.row.expanded .row
{
    margin-right: auto;
    margin-left: auto;
}
.row.gutter-small>.column, .row.gutter-small>.columns
{
    padding-right: 2.375rem;
    padding-left: 2.375rem;
}
.row.gutter-medium>.column, .row.gutter-medium>.columns
{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.row.gutter-xlarge>.column, .row.gutter-xlarge>.columns
{
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.column, .columns
{
    width: 100%;
    float: left;
    padding-right: 2.375rem;
    padding-left: 2.375rem;
}
@media print, screen and (min-width: 48em)
{
    .column, .columns
    {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .column, .columns
    {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}
.column.row.row, .row.row.columns
{
    float: none;
}
.row .column.row.row, .row .row.row.columns
{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.small-1
{
    width: 8.3333333333%;
}
.small-push-1
{
    position: relative;
    left: 8.3333333333%;
}
.small-pull-1
{
    position: relative;
    left: -8.3333333333%;
}
.small-offset-0
{
    margin-left: 0;
}
.small-2
{
    width: 16.6666666667%;
}
.small-push-2
{
    position: relative;
    left: 16.6666666667%;
}
.small-pull-2
{
    position: relative;
    left: -16.6666666667%;
}
.small-offset-1
{
    margin-left: 8.3333333333%;
}
.small-3
{
    width: 25%;
}
.small-push-3
{
    position: relative;
    left: 25%;
}
.small-pull-3
{
    position: relative;
    left: -25%;
}
.small-offset-2
{
    margin-left: 16.6666666667%;
}
.small-4
{
    width: 33.3333333333%;
}
.small-push-4
{
    position: relative;
    left: 33.3333333333%;
}
.small-pull-4
{
    position: relative;
    left: -33.3333333333%;
}
.small-offset-3
{
    margin-left: 25%;
}
.small-5
{
    width: 41.6666666667%;
}
.small-push-5
{
    position: relative;
    left: 41.6666666667%;
}
.small-pull-5
{
    position: relative;
    left: -41.6666666667%;
}
.small-offset-4
{
    margin-left: 33.3333333333%;
}
.small-6
{
    width: 50%;
}
.small-push-6
{
    position: relative;
    left: 50%;
}
.small-pull-6
{
    position: relative;
    left: -50%;
}
.small-offset-5
{
    margin-left: 41.6666666667%;
}
.small-7
{
    width: 58.3333333333%;
}
.small-push-7
{
    position: relative;
    left: 58.3333333333%;
}
.small-pull-7
{
    position: relative;
    left: -58.3333333333%;
}
.small-offset-6
{
    margin-left: 50%;
}
.small-8
{
    width: 66.6666666667%;
}
.small-push-8
{
    position: relative;
    left: 66.6666666667%;
}
.small-pull-8
{
    position: relative;
    left: -66.6666666667%;
}
.small-offset-7
{
    margin-left: 58.3333333333%;
}
.small-9
{
    width: 75%;
}
.small-push-9
{
    position: relative;
    left: 75%;
}
.small-pull-9
{
    position: relative;
    left: -75%;
}
.small-offset-8
{
    margin-left: 66.6666666667%;
}
.small-10
{
    width: 83.3333333333%;
}
.small-push-10
{
    position: relative;
    left: 83.3333333333%;
}
.small-pull-10
{
    position: relative;
    left: -83.3333333333%;
}
.small-offset-9
{
    margin-left: 75%;
}
.small-11
{
    width: 91.6666666667%;
}
.small-push-11
{
    position: relative;
    left: 91.6666666667%;
}
.small-pull-11
{
    position: relative;
    left: -91.6666666667%;
}
.small-offset-10
{
    margin-left: 83.3333333333%;
}
.small-12
{
    width: 100%;
}
.small-offset-11
{
    margin-left: 91.6666666667%;
}
.small-up-1>.column, .small-up-1>.columns
{
    float: left;
    width: 100%;
}
.small-up-1>.column:nth-of-type(1n), .small-up-1>.columns:nth-of-type(1n)
{
    clear: none;
}
.small-up-1>.column:nth-of-type(1n+1), .small-up-1>.columns:nth-of-type(1n+1)
{
    clear: both;
}
.small-up-1>.column:last-child, .small-up-1>.columns:last-child
{
    float: left;
}
.small-up-2>.column, .small-up-2>.columns
{
    float: left;
    width: 50%;
}
.small-up-2>.column:nth-of-type(1n), .small-up-2>.columns:nth-of-type(1n)
{
    clear: none;
}
.small-up-2>.column:nth-of-type(2n+1), .small-up-2>.columns:nth-of-type(2n+1)
{
    clear: both;
}
.small-up-2>.column:last-child, .small-up-2>.columns:last-child
{
    float: left;
}
.small-up-3>.column, .small-up-3>.columns
{
    float: left;
    width: 33.3333333333%;
}
.small-up-3>.column:nth-of-type(1n), .small-up-3>.columns:nth-of-type(1n)
{
    clear: none;
}
.small-up-3>.column:nth-of-type(3n+1), .small-up-3>.columns:nth-of-type(3n+1)
{
    clear: both;
}
.small-up-3>.column:last-child, .small-up-3>.columns:last-child
{
    float: left;
}
.small-up-4>.column, .small-up-4>.columns
{
    float: left;
    width: 25%;
}
.small-up-4>.column:nth-of-type(1n), .small-up-4>.columns:nth-of-type(1n)
{
    clear: none;
}
.small-up-4>.column:nth-of-type(4n+1), .small-up-4>.columns:nth-of-type(4n+1)
{
    clear: both;
}
.small-up-4>.column:last-child, .small-up-4>.columns:last-child
{
    float: left;
}
.small-up-5>.column, .small-up-5>.columns
{
    float: left;
    width: 20%;
}
.small-up-5>.column:nth-of-type(1n), .small-up-5>.columns:nth-of-type(1n)
{
    clear: none;
}
.small-up-5>.column:nth-of-type(5n+1), .small-up-5>.columns:nth-of-type(5n+1)
{
    clear: both;
}
.small-up-5>.column:last-child, .small-up-5>.columns:last-child
{
    float: left;
}
.small-up-6>.column, .small-up-6>.columns
{
    float: left;
    width: 16.6666666667%;
}
.small-up-6>.column:nth-of-type(1n), .small-up-6>.columns:nth-of-type(1n)
{
    clear: none;
}
.small-up-6>.column:nth-of-type(6n+1), .small-up-6>.columns:nth-of-type(6n+1)
{
    clear: both;
}
.small-up-6>.column:last-child, .small-up-6>.columns:last-child
{
    float: left;
}
.small-up-7>.column, .small-up-7>.columns
{
    float: left;
    width: 14.2857142857%;
}
.small-up-7>.column:nth-of-type(1n), .small-up-7>.columns:nth-of-type(1n)
{
    clear: none;
}
.small-up-7>.column:nth-of-type(7n+1), .small-up-7>.columns:nth-of-type(7n+1)
{
    clear: both;
}
.small-up-7>.column:last-child, .small-up-7>.columns:last-child
{
    float: left;
}
.small-up-8>.column, .small-up-8>.columns
{
    float: left;
    width: 12.5%;
}
.small-up-8>.column:nth-of-type(1n), .small-up-8>.columns:nth-of-type(1n)
{
    clear: none;
}
.small-up-8>.column:nth-of-type(8n+1), .small-up-8>.columns:nth-of-type(8n+1)
{
    clear: both;
}
.small-up-8>.column:last-child, .small-up-8>.columns:last-child
{
    float: left;
}
.small-collapse>.column, .small-collapse>.columns
{
    padding-right: 0;
    padding-left: 0;
}
.small-collapse .row
{
    margin-right: 0;
    margin-left: 0;
}
.expanded.row .small-collapse.row
{
    margin-right: 0;
    margin-left: 0;
}
.small-uncollapse>.column, .small-uncollapse>.columns
{
    padding-right: 2.375rem;
    padding-left: 2.375rem;
}
.small-centered
{
    margin-right: auto;
    margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child)
{
    float: none;
    clear: both;
}
.small-uncentered, .small-push-0, .small-pull-0
{
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}
@media print, screen and (min-width: 30em)
{
    .phone-1
    {
        width: 8.3333333333%;
    }
    .phone-push-1
    {
        position: relative;
        left: 8.3333333333%;
    }
    .phone-pull-1
    {
        position: relative;
        left: -8.3333333333%;
    }
    .phone-offset-0
    {
        margin-left: 0;
    }
    .phone-2
    {
        width: 16.6666666667%;
    }
    .phone-push-2
    {
        position: relative;
        left: 16.6666666667%;
    }
    .phone-pull-2
    {
        position: relative;
        left: -16.6666666667%;
    }
    .phone-offset-1
    {
        margin-left: 8.3333333333%;
    }
    .phone-3
    {
        width: 25%;
    }
    .phone-push-3
    {
        position: relative;
        left: 25%;
    }
    .phone-pull-3
    {
        position: relative;
        left: -25%;
    }
    .phone-offset-2
    {
        margin-left: 16.6666666667%;
    }
    .phone-4
    {
        width: 33.3333333333%;
    }
    .phone-push-4
    {
        position: relative;
        left: 33.3333333333%;
    }
    .phone-pull-4
    {
        position: relative;
        left: -33.3333333333%;
    }
    .phone-offset-3
    {
        margin-left: 25%;
    }
    .phone-5
    {
        width: 41.6666666667%;
    }
    .phone-push-5
    {
        position: relative;
        left: 41.6666666667%;
    }
    .phone-pull-5
    {
        position: relative;
        left: -41.6666666667%;
    }
    .phone-offset-4
    {
        margin-left: 33.3333333333%;
    }
    .phone-6
    {
        width: 50%;
    }
    .phone-push-6
    {
        position: relative;
        left: 50%;
    }
    .phone-pull-6
    {
        position: relative;
        left: -50%;
    }
    .phone-offset-5
    {
        margin-left: 41.6666666667%;
    }
    .phone-7
    {
        width: 58.3333333333%;
    }
    .phone-push-7
    {
        position: relative;
        left: 58.3333333333%;
    }
    .phone-pull-7
    {
        position: relative;
        left: -58.3333333333%;
    }
    .phone-offset-6
    {
        margin-left: 50%;
    }
    .phone-8
    {
        width: 66.6666666667%;
    }
    .phone-push-8
    {
        position: relative;
        left: 66.6666666667%;
    }
    .phone-pull-8
    {
        position: relative;
        left: -66.6666666667%;
    }
    .phone-offset-7
    {
        margin-left: 58.3333333333%;
    }
    .phone-9
    {
        width: 75%;
    }
    .phone-push-9
    {
        position: relative;
        left: 75%;
    }
    .phone-pull-9
    {
        position: relative;
        left: -75%;
    }
    .phone-offset-8
    {
        margin-left: 66.6666666667%;
    }
    .phone-10
    {
        width: 83.3333333333%;
    }
    .phone-push-10
    {
        position: relative;
        left: 83.3333333333%;
    }
    .phone-pull-10
    {
        position: relative;
        left: -83.3333333333%;
    }
    .phone-offset-9
    {
        margin-left: 75%;
    }
    .phone-11
    {
        width: 91.6666666667%;
    }
    .phone-push-11
    {
        position: relative;
        left: 91.6666666667%;
    }
    .phone-pull-11
    {
        position: relative;
        left: -91.6666666667%;
    }
    .phone-offset-10
    {
        margin-left: 83.3333333333%;
    }
    .phone-12
    {
        width: 100%;
    }
    .phone-offset-11
    {
        margin-left: 91.6666666667%;
    }
    .phone-up-1>.column, .phone-up-1>.columns
    {
        float: left;
        width: 100%;
    }
    .phone-up-1>.column:nth-of-type(1n), .phone-up-1>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .phone-up-1>.column:nth-of-type(1n+1), .phone-up-1>.columns:nth-of-type(1n+1)
    {
        clear: both;
    }
    .phone-up-1>.column:last-child, .phone-up-1>.columns:last-child
    {
        float: left;
    }
    .phone-up-2>.column, .phone-up-2>.columns
    {
        float: left;
        width: 50%;
    }
    .phone-up-2>.column:nth-of-type(1n), .phone-up-2>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .phone-up-2>.column:nth-of-type(2n+1), .phone-up-2>.columns:nth-of-type(2n+1)
    {
        clear: both;
    }
    .phone-up-2>.column:last-child, .phone-up-2>.columns:last-child
    {
        float: left;
    }
    .phone-up-3>.column, .phone-up-3>.columns
    {
        float: left;
        width: 33.3333333333%;
    }
    .phone-up-3>.column:nth-of-type(1n), .phone-up-3>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .phone-up-3>.column:nth-of-type(3n+1), .phone-up-3>.columns:nth-of-type(3n+1)
    {
        clear: both;
    }
    .phone-up-3>.column:last-child, .phone-up-3>.columns:last-child
    {
        float: left;
    }
    .phone-up-4>.column, .phone-up-4>.columns
    {
        float: left;
        width: 25%;
    }
    .phone-up-4>.column:nth-of-type(1n), .phone-up-4>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .phone-up-4>.column:nth-of-type(4n+1), .phone-up-4>.columns:nth-of-type(4n+1)
    {
        clear: both;
    }
    .phone-up-4>.column:last-child, .phone-up-4>.columns:last-child
    {
        float: left;
    }
    .phone-up-5>.column, .phone-up-5>.columns
    {
        float: left;
        width: 20%;
    }
    .phone-up-5>.column:nth-of-type(1n), .phone-up-5>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .phone-up-5>.column:nth-of-type(5n+1), .phone-up-5>.columns:nth-of-type(5n+1)
    {
        clear: both;
    }
    .phone-up-5>.column:last-child, .phone-up-5>.columns:last-child
    {
        float: left;
    }
    .phone-up-6>.column, .phone-up-6>.columns
    {
        float: left;
        width: 16.6666666667%;
    }
    .phone-up-6>.column:nth-of-type(1n), .phone-up-6>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .phone-up-6>.column:nth-of-type(6n+1), .phone-up-6>.columns:nth-of-type(6n+1)
    {
        clear: both;
    }
    .phone-up-6>.column:last-child, .phone-up-6>.columns:last-child
    {
        float: left;
    }
    .phone-up-7>.column, .phone-up-7>.columns
    {
        float: left;
        width: 14.2857142857%;
    }
    .phone-up-7>.column:nth-of-type(1n), .phone-up-7>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .phone-up-7>.column:nth-of-type(7n+1), .phone-up-7>.columns:nth-of-type(7n+1)
    {
        clear: both;
    }
    .phone-up-7>.column:last-child, .phone-up-7>.columns:last-child
    {
        float: left;
    }
    .phone-up-8>.column, .phone-up-8>.columns
    {
        float: left;
        width: 12.5%;
    }
    .phone-up-8>.column:nth-of-type(1n), .phone-up-8>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .phone-up-8>.column:nth-of-type(8n+1), .phone-up-8>.columns:nth-of-type(8n+1)
    {
        clear: both;
    }
    .phone-up-8>.column:last-child, .phone-up-8>.columns:last-child
    {
        float: left;
    }
    .phone-collapse>.column, .phone-collapse>.columns
    {
        padding-right: 0;
        padding-left: 0;
    }
    .phone-collapse .row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .phone-collapse.row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .phone-uncollapse>.column, .phone-uncollapse>.columns
    {
        padding-right: 2.375rem;
        padding-left: 2.375rem;
    }
    .phone-centered
    {
        margin-right: auto;
        margin-left: auto;
    }
    .phone-centered, .phone-centered:last-child:not(:first-child)
    {
        float: none;
        clear: both;
    }
    .phone-uncentered, .phone-push-0, .phone-pull-0
    {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 48em)
{
    .medium-1
    {
        width: 8.3333333333%;
    }
    .medium-push-1
    {
        position: relative;
        left: 8.3333333333%;
    }
    .medium-pull-1
    {
        position: relative;
        left: -8.3333333333%;
    }
    .medium-offset-0
    {
        margin-left: 0;
    }
    .medium-2
    {
        width: 16.6666666667%;
    }
    .medium-push-2
    {
        position: relative;
        left: 16.6666666667%;
    }
    .medium-pull-2
    {
        position: relative;
        left: -16.6666666667%;
    }
    .medium-offset-1
    {
        margin-left: 8.3333333333%;
    }
    .medium-3
    {
        width: 25%;
    }
    .medium-push-3
    {
        position: relative;
        left: 25%;
    }
    .medium-pull-3
    {
        position: relative;
        left: -25%;
    }
    .medium-offset-2
    {
        margin-left: 16.6666666667%;
    }
    .medium-4
    {
        width: 33.3333333333%;
    }
    .medium-push-4
    {
        position: relative;
        left: 33.3333333333%;
    }
    .medium-pull-4
    {
        position: relative;
        left: -33.3333333333%;
    }
    .medium-offset-3
    {
        margin-left: 25%;
    }
    .medium-5
    {
        width: 41.6666666667%;
    }
    .medium-push-5
    {
        position: relative;
        left: 41.6666666667%;
    }
    .medium-pull-5
    {
        position: relative;
        left: -41.6666666667%;
    }
    .medium-offset-4
    {
        margin-left: 33.3333333333%;
    }
    .medium-6
    {
        width: 50%;
    }
    .medium-push-6
    {
        position: relative;
        left: 50%;
    }
    .medium-pull-6
    {
        position: relative;
        left: -50%;
    }
    .medium-offset-5
    {
        margin-left: 41.6666666667%;
    }
    .medium-7
    {
        width: 58.3333333333%;
    }
    .medium-push-7
    {
        position: relative;
        left: 58.3333333333%;
    }
    .medium-pull-7
    {
        position: relative;
        left: -58.3333333333%;
    }
    .medium-offset-6
    {
        margin-left: 50%;
    }
    .medium-8
    {
        width: 66.6666666667%;
    }
    .medium-push-8
    {
        position: relative;
        left: 66.6666666667%;
    }
    .medium-pull-8
    {
        position: relative;
        left: -66.6666666667%;
    }
    .medium-offset-7
    {
        margin-left: 58.3333333333%;
    }
    .medium-9
    {
        width: 75%;
    }
    .medium-push-9
    {
        position: relative;
        left: 75%;
    }
    .medium-pull-9
    {
        position: relative;
        left: -75%;
    }
    .medium-offset-8
    {
        margin-left: 66.6666666667%;
    }
    .medium-10
    {
        width: 83.3333333333%;
    }
    .medium-push-10
    {
        position: relative;
        left: 83.3333333333%;
    }
    .medium-pull-10
    {
        position: relative;
        left: -83.3333333333%;
    }
    .medium-offset-9
    {
        margin-left: 75%;
    }
    .medium-11
    {
        width: 91.6666666667%;
    }
    .medium-push-11
    {
        position: relative;
        left: 91.6666666667%;
    }
    .medium-pull-11
    {
        position: relative;
        left: -91.6666666667%;
    }
    .medium-offset-10
    {
        margin-left: 83.3333333333%;
    }
    .medium-12
    {
        width: 100%;
    }
    .medium-offset-11
    {
        margin-left: 91.6666666667%;
    }
    .medium-up-1>.column, .medium-up-1>.columns
    {
        float: left;
        width: 100%;
    }
    .medium-up-1>.column:nth-of-type(1n), .medium-up-1>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .medium-up-1>.column:nth-of-type(1n+1), .medium-up-1>.columns:nth-of-type(1n+1)
    {
        clear: both;
    }
    .medium-up-1>.column:last-child, .medium-up-1>.columns:last-child
    {
        float: left;
    }
    .medium-up-2>.column, .medium-up-2>.columns
    {
        float: left;
        width: 50%;
    }
    .medium-up-2>.column:nth-of-type(1n), .medium-up-2>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .medium-up-2>.column:nth-of-type(2n+1), .medium-up-2>.columns:nth-of-type(2n+1)
    {
        clear: both;
    }
    .medium-up-2>.column:last-child, .medium-up-2>.columns:last-child
    {
        float: left;
    }
    .medium-up-3>.column, .medium-up-3>.columns
    {
        float: left;
        width: 33.3333333333%;
    }
    .medium-up-3>.column:nth-of-type(1n), .medium-up-3>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .medium-up-3>.column:nth-of-type(3n+1), .medium-up-3>.columns:nth-of-type(3n+1)
    {
        clear: both;
    }
    .medium-up-3>.column:last-child, .medium-up-3>.columns:last-child
    {
        float: left;
    }
    .medium-up-4>.column, .medium-up-4>.columns
    {
        float: left;
        width: 25%;
    }
    .medium-up-4>.column:nth-of-type(1n), .medium-up-4>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .medium-up-4>.column:nth-of-type(4n+1), .medium-up-4>.columns:nth-of-type(4n+1)
    {
        clear: both;
    }
    .medium-up-4>.column:last-child, .medium-up-4>.columns:last-child
    {
        float: left;
    }
    .medium-up-5>.column, .medium-up-5>.columns
    {
        float: left;
        width: 20%;
    }
    .medium-up-5>.column:nth-of-type(1n), .medium-up-5>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .medium-up-5>.column:nth-of-type(5n+1), .medium-up-5>.columns:nth-of-type(5n+1)
    {
        clear: both;
    }
    .medium-up-5>.column:last-child, .medium-up-5>.columns:last-child
    {
        float: left;
    }
    .medium-up-6>.column, .medium-up-6>.columns
    {
        float: left;
        width: 16.6666666667%;
    }
    .medium-up-6>.column:nth-of-type(1n), .medium-up-6>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .medium-up-6>.column:nth-of-type(6n+1), .medium-up-6>.columns:nth-of-type(6n+1)
    {
        clear: both;
    }
    .medium-up-6>.column:last-child, .medium-up-6>.columns:last-child
    {
        float: left;
    }
    .medium-up-7>.column, .medium-up-7>.columns
    {
        float: left;
        width: 14.2857142857%;
    }
    .medium-up-7>.column:nth-of-type(1n), .medium-up-7>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .medium-up-7>.column:nth-of-type(7n+1), .medium-up-7>.columns:nth-of-type(7n+1)
    {
        clear: both;
    }
    .medium-up-7>.column:last-child, .medium-up-7>.columns:last-child
    {
        float: left;
    }
    .medium-up-8>.column, .medium-up-8>.columns
    {
        float: left;
        width: 12.5%;
    }
    .medium-up-8>.column:nth-of-type(1n), .medium-up-8>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .medium-up-8>.column:nth-of-type(8n+1), .medium-up-8>.columns:nth-of-type(8n+1)
    {
        clear: both;
    }
    .medium-up-8>.column:last-child, .medium-up-8>.columns:last-child
    {
        float: left;
    }
    .medium-collapse>.column, .medium-collapse>.columns
    {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-collapse .row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .medium-collapse.row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-uncollapse>.column, .medium-uncollapse>.columns
    {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .medium-centered
    {
        margin-right: auto;
        margin-left: auto;
    }
    .medium-centered, .medium-centered:last-child:not(:first-child)
    {
        float: none;
        clear: both;
    }
    .medium-uncentered, .medium-push-0, .medium-pull-0
    {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .large-1
    {
        width: 8.3333333333%;
    }
    .large-push-1
    {
        position: relative;
        left: 8.3333333333%;
    }
    .large-pull-1
    {
        position: relative;
        left: -8.3333333333%;
    }
    .large-offset-0
    {
        margin-left: 0;
    }
    .large-2
    {
        width: 16.6666666667%;
    }
    .large-push-2
    {
        position: relative;
        left: 16.6666666667%;
    }
    .large-pull-2
    {
        position: relative;
        left: -16.6666666667%;
    }
    .large-offset-1
    {
        margin-left: 8.3333333333%;
    }
    .large-3
    {
        width: 25%;
    }
    .large-push-3
    {
        position: relative;
        left: 25%;
    }
    .large-pull-3
    {
        position: relative;
        left: -25%;
    }
    .large-offset-2
    {
        margin-left: 16.6666666667%;
    }
    .large-4
    {
        width: 33.3333333333%;
    }
    .large-push-4
    {
        position: relative;
        left: 33.3333333333%;
    }
    .large-pull-4
    {
        position: relative;
        left: -33.3333333333%;
    }
    .large-offset-3
    {
        margin-left: 25%;
    }
    .large-5
    {
        width: 41.6666666667%;
    }
    .large-push-5
    {
        position: relative;
        left: 41.6666666667%;
    }
    .large-pull-5
    {
        position: relative;
        left: -41.6666666667%;
    }
    .large-offset-4
    {
        margin-left: 33.3333333333%;
    }
    .large-6
    {
        width: 50%;
    }
    .large-push-6
    {
        position: relative;
        left: 50%;
    }
    .large-pull-6
    {
        position: relative;
        left: -50%;
    }
    .large-offset-5
    {
        margin-left: 41.6666666667%;
    }
    .large-7
    {
        width: 58.3333333333%;
    }
    .large-push-7
    {
        position: relative;
        left: 58.3333333333%;
    }
    .large-pull-7
    {
        position: relative;
        left: -58.3333333333%;
    }
    .large-offset-6
    {
        margin-left: 50%;
    }
    .large-8
    {
        width: 66.6666666667%;
    }
    .large-push-8
    {
        position: relative;
        left: 66.6666666667%;
    }
    .large-pull-8
    {
        position: relative;
        left: -66.6666666667%;
    }
    .large-offset-7
    {
        margin-left: 58.3333333333%;
    }
    .large-9
    {
        width: 75%;
    }
    .large-push-9
    {
        position: relative;
        left: 75%;
    }
    .large-pull-9
    {
        position: relative;
        left: -75%;
    }
    .large-offset-8
    {
        margin-left: 66.6666666667%;
    }
    .large-10
    {
        width: 83.3333333333%;
    }
    .large-push-10
    {
        position: relative;
        left: 83.3333333333%;
    }
    .large-pull-10
    {
        position: relative;
        left: -83.3333333333%;
    }
    .large-offset-9
    {
        margin-left: 75%;
    }
    .large-11
    {
        width: 91.6666666667%;
    }
    .large-push-11
    {
        position: relative;
        left: 91.6666666667%;
    }
    .large-pull-11
    {
        position: relative;
        left: -91.6666666667%;
    }
    .large-offset-10
    {
        margin-left: 83.3333333333%;
    }
    .large-12
    {
        width: 100%;
    }
    .large-offset-11
    {
        margin-left: 91.6666666667%;
    }
    .large-up-1>.column, .large-up-1>.columns
    {
        float: left;
        width: 100%;
    }
    .large-up-1>.column:nth-of-type(1n), .large-up-1>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .large-up-1>.column:nth-of-type(1n+1), .large-up-1>.columns:nth-of-type(1n+1)
    {
        clear: both;
    }
    .large-up-1>.column:last-child, .large-up-1>.columns:last-child
    {
        float: left;
    }
    .large-up-2>.column, .large-up-2>.columns
    {
        float: left;
        width: 50%;
    }
    .large-up-2>.column:nth-of-type(1n), .large-up-2>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .large-up-2>.column:nth-of-type(2n+1), .large-up-2>.columns:nth-of-type(2n+1)
    {
        clear: both;
    }
    .large-up-2>.column:last-child, .large-up-2>.columns:last-child
    {
        float: left;
    }
    .large-up-3>.column, .large-up-3>.columns
    {
        float: left;
        width: 33.3333333333%;
    }
    .large-up-3>.column:nth-of-type(1n), .large-up-3>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .large-up-3>.column:nth-of-type(3n+1), .large-up-3>.columns:nth-of-type(3n+1)
    {
        clear: both;
    }
    .large-up-3>.column:last-child, .large-up-3>.columns:last-child
    {
        float: left;
    }
    .large-up-4>.column, .large-up-4>.columns
    {
        float: left;
        width: 25%;
    }
    .large-up-4>.column:nth-of-type(1n), .large-up-4>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .large-up-4>.column:nth-of-type(4n+1), .large-up-4>.columns:nth-of-type(4n+1)
    {
        clear: both;
    }
    .large-up-4>.column:last-child, .large-up-4>.columns:last-child
    {
        float: left;
    }
    .large-up-5>.column, .large-up-5>.columns
    {
        float: left;
        width: 20%;
    }
    .large-up-5>.column:nth-of-type(1n), .large-up-5>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .large-up-5>.column:nth-of-type(5n+1), .large-up-5>.columns:nth-of-type(5n+1)
    {
        clear: both;
    }
    .large-up-5>.column:last-child, .large-up-5>.columns:last-child
    {
        float: left;
    }
    .large-up-6>.column, .large-up-6>.columns
    {
        float: left;
        width: 16.6666666667%;
    }
    .large-up-6>.column:nth-of-type(1n), .large-up-6>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .large-up-6>.column:nth-of-type(6n+1), .large-up-6>.columns:nth-of-type(6n+1)
    {
        clear: both;
    }
    .large-up-6>.column:last-child, .large-up-6>.columns:last-child
    {
        float: left;
    }
    .large-up-7>.column, .large-up-7>.columns
    {
        float: left;
        width: 14.2857142857%;
    }
    .large-up-7>.column:nth-of-type(1n), .large-up-7>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .large-up-7>.column:nth-of-type(7n+1), .large-up-7>.columns:nth-of-type(7n+1)
    {
        clear: both;
    }
    .large-up-7>.column:last-child, .large-up-7>.columns:last-child
    {
        float: left;
    }
    .large-up-8>.column, .large-up-8>.columns
    {
        float: left;
        width: 12.5%;
    }
    .large-up-8>.column:nth-of-type(1n), .large-up-8>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .large-up-8>.column:nth-of-type(8n+1), .large-up-8>.columns:nth-of-type(8n+1)
    {
        clear: both;
    }
    .large-up-8>.column:last-child, .large-up-8>.columns:last-child
    {
        float: left;
    }
    .large-collapse>.column, .large-collapse>.columns
    {
        padding-right: 0;
        padding-left: 0;
    }
    .large-collapse .row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .large-collapse.row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .large-uncollapse>.column, .large-uncollapse>.columns
    {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .large-centered
    {
        margin-right: auto;
        margin-left: auto;
    }
    .large-centered, .large-centered:last-child:not(:first-child)
    {
        float: none;
        clear: both;
    }
    .large-uncentered, .large-push-0, .large-pull-0
    {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 80em)
{
    .xlarge-1
    {
        width: 8.3333333333%;
    }
    .xlarge-push-1
    {
        position: relative;
        left: 8.3333333333%;
    }
    .xlarge-pull-1
    {
        position: relative;
        left: -8.3333333333%;
    }
    .xlarge-offset-0
    {
        margin-left: 0;
    }
    .xlarge-2
    {
        width: 16.6666666667%;
    }
    .xlarge-push-2
    {
        position: relative;
        left: 16.6666666667%;
    }
    .xlarge-pull-2
    {
        position: relative;
        left: -16.6666666667%;
    }
    .xlarge-offset-1
    {
        margin-left: 8.3333333333%;
    }
    .xlarge-3
    {
        width: 25%;
    }
    .xlarge-push-3
    {
        position: relative;
        left: 25%;
    }
    .xlarge-pull-3
    {
        position: relative;
        left: -25%;
    }
    .xlarge-offset-2
    {
        margin-left: 16.6666666667%;
    }
    .xlarge-4
    {
        width: 33.3333333333%;
    }
    .xlarge-push-4
    {
        position: relative;
        left: 33.3333333333%;
    }
    .xlarge-pull-4
    {
        position: relative;
        left: -33.3333333333%;
    }
    .xlarge-offset-3
    {
        margin-left: 25%;
    }
    .xlarge-5
    {
        width: 41.6666666667%;
    }
    .xlarge-push-5
    {
        position: relative;
        left: 41.6666666667%;
    }
    .xlarge-pull-5
    {
        position: relative;
        left: -41.6666666667%;
    }
    .xlarge-offset-4
    {
        margin-left: 33.3333333333%;
    }
    .xlarge-6
    {
        width: 50%;
    }
    .xlarge-push-6
    {
        position: relative;
        left: 50%;
    }
    .xlarge-pull-6
    {
        position: relative;
        left: -50%;
    }
    .xlarge-offset-5
    {
        margin-left: 41.6666666667%;
    }
    .xlarge-7
    {
        width: 58.3333333333%;
    }
    .xlarge-push-7
    {
        position: relative;
        left: 58.3333333333%;
    }
    .xlarge-pull-7
    {
        position: relative;
        left: -58.3333333333%;
    }
    .xlarge-offset-6
    {
        margin-left: 50%;
    }
    .xlarge-8
    {
        width: 66.6666666667%;
    }
    .xlarge-push-8
    {
        position: relative;
        left: 66.6666666667%;
    }
    .xlarge-pull-8
    {
        position: relative;
        left: -66.6666666667%;
    }
    .xlarge-offset-7
    {
        margin-left: 58.3333333333%;
    }
    .xlarge-9
    {
        width: 75%;
    }
    .xlarge-push-9
    {
        position: relative;
        left: 75%;
    }
    .xlarge-pull-9
    {
        position: relative;
        left: -75%;
    }
    .xlarge-offset-8
    {
        margin-left: 66.6666666667%;
    }
    .xlarge-10
    {
        width: 83.3333333333%;
    }
    .xlarge-push-10
    {
        position: relative;
        left: 83.3333333333%;
    }
    .xlarge-pull-10
    {
        position: relative;
        left: -83.3333333333%;
    }
    .xlarge-offset-9
    {
        margin-left: 75%;
    }
    .xlarge-11
    {
        width: 91.6666666667%;
    }
    .xlarge-push-11
    {
        position: relative;
        left: 91.6666666667%;
    }
    .xlarge-pull-11
    {
        position: relative;
        left: -91.6666666667%;
    }
    .xlarge-offset-10
    {
        margin-left: 83.3333333333%;
    }
    .xlarge-12
    {
        width: 100%;
    }
    .xlarge-offset-11
    {
        margin-left: 91.6666666667%;
    }
    .xlarge-up-1>.column, .xlarge-up-1>.columns
    {
        float: left;
        width: 100%;
    }
    .xlarge-up-1>.column:nth-of-type(1n), .xlarge-up-1>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xlarge-up-1>.column:nth-of-type(1n+1), .xlarge-up-1>.columns:nth-of-type(1n+1)
    {
        clear: both;
    }
    .xlarge-up-1>.column:last-child, .xlarge-up-1>.columns:last-child
    {
        float: left;
    }
    .xlarge-up-2>.column, .xlarge-up-2>.columns
    {
        float: left;
        width: 50%;
    }
    .xlarge-up-2>.column:nth-of-type(1n), .xlarge-up-2>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xlarge-up-2>.column:nth-of-type(2n+1), .xlarge-up-2>.columns:nth-of-type(2n+1)
    {
        clear: both;
    }
    .xlarge-up-2>.column:last-child, .xlarge-up-2>.columns:last-child
    {
        float: left;
    }
    .xlarge-up-3>.column, .xlarge-up-3>.columns
    {
        float: left;
        width: 33.3333333333%;
    }
    .xlarge-up-3>.column:nth-of-type(1n), .xlarge-up-3>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xlarge-up-3>.column:nth-of-type(3n+1), .xlarge-up-3>.columns:nth-of-type(3n+1)
    {
        clear: both;
    }
    .xlarge-up-3>.column:last-child, .xlarge-up-3>.columns:last-child
    {
        float: left;
    }
    .xlarge-up-4>.column, .xlarge-up-4>.columns
    {
        float: left;
        width: 25%;
    }
    .xlarge-up-4>.column:nth-of-type(1n), .xlarge-up-4>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xlarge-up-4>.column:nth-of-type(4n+1), .xlarge-up-4>.columns:nth-of-type(4n+1)
    {
        clear: both;
    }
    .xlarge-up-4>.column:last-child, .xlarge-up-4>.columns:last-child
    {
        float: left;
    }
    .xlarge-up-5>.column, .xlarge-up-5>.columns
    {
        float: left;
        width: 20%;
    }
    .xlarge-up-5>.column:nth-of-type(1n), .xlarge-up-5>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xlarge-up-5>.column:nth-of-type(5n+1), .xlarge-up-5>.columns:nth-of-type(5n+1)
    {
        clear: both;
    }
    .xlarge-up-5>.column:last-child, .xlarge-up-5>.columns:last-child
    {
        float: left;
    }
    .xlarge-up-6>.column, .xlarge-up-6>.columns
    {
        float: left;
        width: 16.6666666667%;
    }
    .xlarge-up-6>.column:nth-of-type(1n), .xlarge-up-6>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xlarge-up-6>.column:nth-of-type(6n+1), .xlarge-up-6>.columns:nth-of-type(6n+1)
    {
        clear: both;
    }
    .xlarge-up-6>.column:last-child, .xlarge-up-6>.columns:last-child
    {
        float: left;
    }
    .xlarge-up-7>.column, .xlarge-up-7>.columns
    {
        float: left;
        width: 14.2857142857%;
    }
    .xlarge-up-7>.column:nth-of-type(1n), .xlarge-up-7>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xlarge-up-7>.column:nth-of-type(7n+1), .xlarge-up-7>.columns:nth-of-type(7n+1)
    {
        clear: both;
    }
    .xlarge-up-7>.column:last-child, .xlarge-up-7>.columns:last-child
    {
        float: left;
    }
    .xlarge-up-8>.column, .xlarge-up-8>.columns
    {
        float: left;
        width: 12.5%;
    }
    .xlarge-up-8>.column:nth-of-type(1n), .xlarge-up-8>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xlarge-up-8>.column:nth-of-type(8n+1), .xlarge-up-8>.columns:nth-of-type(8n+1)
    {
        clear: both;
    }
    .xlarge-up-8>.column:last-child, .xlarge-up-8>.columns:last-child
    {
        float: left;
    }
    .xlarge-collapse>.column, .xlarge-collapse>.columns
    {
        padding-right: 0;
        padding-left: 0;
    }
    .xlarge-collapse .row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .xlarge-collapse.row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .xlarge-uncollapse>.column, .xlarge-uncollapse>.columns
    {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
    .xlarge-centered
    {
        margin-right: auto;
        margin-left: auto;
    }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child)
    {
        float: none;
        clear: both;
    }
    .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0
    {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 95.625em)
{
    .xxlarge-1
    {
        width: 8.3333333333%;
    }
    .xxlarge-push-1
    {
        position: relative;
        left: 8.3333333333%;
    }
    .xxlarge-pull-1
    {
        position: relative;
        left: -8.3333333333%;
    }
    .xxlarge-offset-0
    {
        margin-left: 0;
    }
    .xxlarge-2
    {
        width: 16.6666666667%;
    }
    .xxlarge-push-2
    {
        position: relative;
        left: 16.6666666667%;
    }
    .xxlarge-pull-2
    {
        position: relative;
        left: -16.6666666667%;
    }
    .xxlarge-offset-1
    {
        margin-left: 8.3333333333%;
    }
    .xxlarge-3
    {
        width: 25%;
    }
    .xxlarge-push-3
    {
        position: relative;
        left: 25%;
    }
    .xxlarge-pull-3
    {
        position: relative;
        left: -25%;
    }
    .xxlarge-offset-2
    {
        margin-left: 16.6666666667%;
    }
    .xxlarge-4
    {
        width: 33.3333333333%;
    }
    .xxlarge-push-4
    {
        position: relative;
        left: 33.3333333333%;
    }
    .xxlarge-pull-4
    {
        position: relative;
        left: -33.3333333333%;
    }
    .xxlarge-offset-3
    {
        margin-left: 25%;
    }
    .xxlarge-5
    {
        width: 41.6666666667%;
    }
    .xxlarge-push-5
    {
        position: relative;
        left: 41.6666666667%;
    }
    .xxlarge-pull-5
    {
        position: relative;
        left: -41.6666666667%;
    }
    .xxlarge-offset-4
    {
        margin-left: 33.3333333333%;
    }
    .xxlarge-6
    {
        width: 50%;
    }
    .xxlarge-push-6
    {
        position: relative;
        left: 50%;
    }
    .xxlarge-pull-6
    {
        position: relative;
        left: -50%;
    }
    .xxlarge-offset-5
    {
        margin-left: 41.6666666667%;
    }
    .xxlarge-7
    {
        width: 58.3333333333%;
    }
    .xxlarge-push-7
    {
        position: relative;
        left: 58.3333333333%;
    }
    .xxlarge-pull-7
    {
        position: relative;
        left: -58.3333333333%;
    }
    .xxlarge-offset-6
    {
        margin-left: 50%;
    }
    .xxlarge-8
    {
        width: 66.6666666667%;
    }
    .xxlarge-push-8
    {
        position: relative;
        left: 66.6666666667%;
    }
    .xxlarge-pull-8
    {
        position: relative;
        left: -66.6666666667%;
    }
    .xxlarge-offset-7
    {
        margin-left: 58.3333333333%;
    }
    .xxlarge-9
    {
        width: 75%;
    }
    .xxlarge-push-9
    {
        position: relative;
        left: 75%;
    }
    .xxlarge-pull-9
    {
        position: relative;
        left: -75%;
    }
    .xxlarge-offset-8
    {
        margin-left: 66.6666666667%;
    }
    .xxlarge-10
    {
        width: 83.3333333333%;
    }
    .xxlarge-push-10
    {
        position: relative;
        left: 83.3333333333%;
    }
    .xxlarge-pull-10
    {
        position: relative;
        left: -83.3333333333%;
    }
    .xxlarge-offset-9
    {
        margin-left: 75%;
    }
    .xxlarge-11
    {
        width: 91.6666666667%;
    }
    .xxlarge-push-11
    {
        position: relative;
        left: 91.6666666667%;
    }
    .xxlarge-pull-11
    {
        position: relative;
        left: -91.6666666667%;
    }
    .xxlarge-offset-10
    {
        margin-left: 83.3333333333%;
    }
    .xxlarge-12
    {
        width: 100%;
    }
    .xxlarge-offset-11
    {
        margin-left: 91.6666666667%;
    }
    .xxlarge-up-1>.column, .xxlarge-up-1>.columns
    {
        float: left;
        width: 100%;
    }
    .xxlarge-up-1>.column:nth-of-type(1n), .xxlarge-up-1>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xxlarge-up-1>.column:nth-of-type(1n+1), .xxlarge-up-1>.columns:nth-of-type(1n+1)
    {
        clear: both;
    }
    .xxlarge-up-1>.column:last-child, .xxlarge-up-1>.columns:last-child
    {
        float: left;
    }
    .xxlarge-up-2>.column, .xxlarge-up-2>.columns
    {
        float: left;
        width: 50%;
    }
    .xxlarge-up-2>.column:nth-of-type(1n), .xxlarge-up-2>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xxlarge-up-2>.column:nth-of-type(2n+1), .xxlarge-up-2>.columns:nth-of-type(2n+1)
    {
        clear: both;
    }
    .xxlarge-up-2>.column:last-child, .xxlarge-up-2>.columns:last-child
    {
        float: left;
    }
    .xxlarge-up-3>.column, .xxlarge-up-3>.columns
    {
        float: left;
        width: 33.3333333333%;
    }
    .xxlarge-up-3>.column:nth-of-type(1n), .xxlarge-up-3>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xxlarge-up-3>.column:nth-of-type(3n+1), .xxlarge-up-3>.columns:nth-of-type(3n+1)
    {
        clear: both;
    }
    .xxlarge-up-3>.column:last-child, .xxlarge-up-3>.columns:last-child
    {
        float: left;
    }
    .xxlarge-up-4>.column, .xxlarge-up-4>.columns
    {
        float: left;
        width: 25%;
    }
    .xxlarge-up-4>.column:nth-of-type(1n), .xxlarge-up-4>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xxlarge-up-4>.column:nth-of-type(4n+1), .xxlarge-up-4>.columns:nth-of-type(4n+1)
    {
        clear: both;
    }
    .xxlarge-up-4>.column:last-child, .xxlarge-up-4>.columns:last-child
    {
        float: left;
    }
    .xxlarge-up-5>.column, .xxlarge-up-5>.columns
    {
        float: left;
        width: 20%;
    }
    .xxlarge-up-5>.column:nth-of-type(1n), .xxlarge-up-5>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xxlarge-up-5>.column:nth-of-type(5n+1), .xxlarge-up-5>.columns:nth-of-type(5n+1)
    {
        clear: both;
    }
    .xxlarge-up-5>.column:last-child, .xxlarge-up-5>.columns:last-child
    {
        float: left;
    }
    .xxlarge-up-6>.column, .xxlarge-up-6>.columns
    {
        float: left;
        width: 16.6666666667%;
    }
    .xxlarge-up-6>.column:nth-of-type(1n), .xxlarge-up-6>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xxlarge-up-6>.column:nth-of-type(6n+1), .xxlarge-up-6>.columns:nth-of-type(6n+1)
    {
        clear: both;
    }
    .xxlarge-up-6>.column:last-child, .xxlarge-up-6>.columns:last-child
    {
        float: left;
    }
    .xxlarge-up-7>.column, .xxlarge-up-7>.columns
    {
        float: left;
        width: 14.2857142857%;
    }
    .xxlarge-up-7>.column:nth-of-type(1n), .xxlarge-up-7>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xxlarge-up-7>.column:nth-of-type(7n+1), .xxlarge-up-7>.columns:nth-of-type(7n+1)
    {
        clear: both;
    }
    .xxlarge-up-7>.column:last-child, .xxlarge-up-7>.columns:last-child
    {
        float: left;
    }
    .xxlarge-up-8>.column, .xxlarge-up-8>.columns
    {
        float: left;
        width: 12.5%;
    }
    .xxlarge-up-8>.column:nth-of-type(1n), .xxlarge-up-8>.columns:nth-of-type(1n)
    {
        clear: none;
    }
    .xxlarge-up-8>.column:nth-of-type(8n+1), .xxlarge-up-8>.columns:nth-of-type(8n+1)
    {
        clear: both;
    }
    .xxlarge-up-8>.column:last-child, .xxlarge-up-8>.columns:last-child
    {
        float: left;
    }
    .xxlarge-collapse>.column, .xxlarge-collapse>.columns
    {
        padding-right: 0;
        padding-left: 0;
    }
    .xxlarge-collapse .row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .xxlarge-collapse.row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .xxlarge-uncollapse>.column, .xxlarge-uncollapse>.columns
    {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
    .xxlarge-centered
    {
        margin-right: auto;
        margin-left: auto;
    }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child)
    {
        float: none;
        clear: both;
    }
    .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0
    {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}
.column-block
{
    margin-bottom: 4.75rem;
}
.column-block>:last-child
{
    margin-bottom: 0;
}
@media print, screen and (min-width: 48em)
{
    .column-block
    {
        margin-bottom: 2.5rem;
    }
    .column-block>:last-child
    {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 80em)
{
    .column-block
    {
        margin-bottom: 1.875rem;
    }
    .column-block>:last-child
    {
        margin-bottom: 0;
    }
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
p
{
    margin-bottom: 1.571em;
    font-size: inherit;
    line-height: inherit;
    text-rendering: optimizeLegibility;
}
em, i
{
    font-style: italic;
    line-height: inherit;
}
strong, b
{
    font-weight: 700;
    line-height: inherit;
}
small
{
    font-size: 80%;
    line-height: inherit;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "acumin-pro",Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small
{
    line-height: 0;
    color: #cacaca;
}
h1
{
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}
h2
{
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}
h3
{
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}
h4
{
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}
h5
{
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}
h6
{
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}
@media print, screen and (min-width: 48em)
{
    h1
    {
        font-size: 3rem;
    }
    h2
    {
        font-size: 2.5rem;
    }
    h3
    {
        font-size: 1.9375rem;
    }
    h4
    {
        font-size: 1.5625rem;
    }
    h5
    {
        font-size: 1.25rem;
    }
    h6
    {
        font-size: 1rem;
    }
}
a
{
    line-height: inherit;
    color: #d43d06;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:focus
{
    color: #d93e05;
}
a img
{
    border: 0;
}
hr
{
    clear: both;
    max-width: 81.875rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}
ul, ol, dl
{
    margin-bottom: 1.571em;
    list-style-position: outside;
    line-height: inherit;
}
li
{
    font-size: inherit;
}
ul
{
    margin-left: 1.25rem;
    list-style-type: disc;
}
ol
{
    margin-left: 1.25rem;
}
ul ul, ol ul, ul ol, ol ol
{
    margin-left: 1.25rem;
    margin-bottom: 0;
}
dl
{
    margin-bottom: 1rem;
}
dl dt
{
    margin-bottom: .3rem;
    font-weight: 700;
}
blockquote
{
    margin: 0 0 1.571em;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}
blockquote, blockquote p
{
    line-height: inherit;
    color: #8a8a8a;
}
cite
{
    display: block;
    font-size: .8125rem;
    color: #8a8a8a;
}
cite:before
{
    content: "— ";
}
abbr
{
    border-bottom: 1px dotted #000;
    color: #54524c;
    cursor: help;
}
figure
{
    margin: 0;
}
code
{
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    color: #000;
}
kbd
{
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    color: #000;
}
.subheader
{
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}
.lead
{
    font-size: 125%;
    line-height: 1.6;
}
.stat
{
    font-size: 2.5rem;
    line-height: 1;
}
p+.stat
{
    margin-top: -1rem;
}
.no-bullet
{
    margin-left: 0;
    list-style: none;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}
@media print, screen and (min-width: 30em)
{
    .phone-text-left
    {
        text-align: left;
    }
    .phone-text-right
    {
        text-align: right;
    }
    .phone-text-center
    {
        text-align: center;
    }
    .phone-text-justify
    {
        text-align: justify;
    }
}
@media print, screen and (min-width: 48em)
{
    .medium-text-left
    {
        text-align: left;
    }
    .medium-text-right
    {
        text-align: right;
    }
    .medium-text-center
    {
        text-align: center;
    }
    .medium-text-justify
    {
        text-align: justify;
    }
}
@media print, screen and (min-width: 64em)
{
    .large-text-left
    {
        text-align: left;
    }
    .large-text-right
    {
        text-align: right;
    }
    .large-text-center
    {
        text-align: center;
    }
    .large-text-justify
    {
        text-align: justify;
    }
}
@media screen and (min-width: 80em)
{
    .xlarge-text-left
    {
        text-align: left;
    }
    .xlarge-text-right
    {
        text-align: right;
    }
    .xlarge-text-center
    {
        text-align: center;
    }
    .xlarge-text-justify
    {
        text-align: justify;
    }
}
@media screen and (min-width: 95.625em)
{
    .xxlarge-text-left
    {
        text-align: left;
    }
    .xxlarge-text-right
    {
        text-align: right;
    }
    .xxlarge-text-center
    {
        text-align: center;
    }
    .xxlarge-text-justify
    {
        text-align: justify;
    }
}
.show-for-print
{
    display: none!important;
}
@media print
{
    *
    {
        background: 0 0!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important;
    }
    .show-for-print
    {
        display: block!important;
    }
    .hide-for-print
    {
        display: none!important;
    }
    table.show-for-print
    {
        display: table!important;
    }
    thead.show-for-print
    {
        display: table-header-group!important;
    }
    tbody.show-for-print
    {
        display: table-row-group!important;
    }
    tr.show-for-print
    {
        display: table-row!important;
    }
    td.show-for-print
    {
        display: table-cell!important;
    }
    th.show-for-print
    {
        display: table-cell!important;
    }
    a, a:visited
    {
        text-decoration: underline;
    }
    a[href]:after
    {
        content: " (" attr(href) ")";
    }
    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after
    {
        content: '';
    }
    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }
    pre, blockquote
    {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
    }
    tr, img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100%!important;
    }
    @page
    {
        margin: .5cm;
    }
    p, h2, h3
    {
        orphans: 3;
        widows: 3;
    }
    h2, h3
    {
        page-break-after: avoid;
    }
}
.button
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #2199e8;
    color: #fff;
}
[data-whatinput=mouse] .button
{
    outline: 0;
}
.button:hover, .button:focus
{
    background-color: #1583cc;
    color: #fff;
}
.button.tiny
{
    font-size: .6rem;
}
.button.small
{
    font-size: .75rem;
}
.button.large
{
    font-size: 1.25rem;
}
.button.expanded
{
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.button.primary
{
    background-color: #2199e8;
    color: #fff;
}
.button.primary:hover, .button.primary:focus
{
    background-color: #147cc0;
    color: #fff;
}
.button.secondary
{
    background-color: #777;
    color: #fff;
}
.button.secondary:hover, .button.secondary:focus
{
    background-color: #5f5f5f;
    color: #fff;
}
.button.success
{
    background-color: #3adb76;
    color: #fff;
}
.button.success:hover, .button.success:focus
{
    background-color: #22bb5b;
    color: #fff;
}
.button.warning
{
    background-color: #ffae00;
    color: #fff;
}
.button.warning:hover, .button.warning:focus
{
    background-color: #cc8b00;
    color: #fff;
}
.button.alert
{
    background-color: #d43d06;
    color: #fff;
}
.button.alert:hover, .button.alert:focus
{
    background-color: #c93905;
    color: #fff;
}
.button.hollow
{
    border: 1px solid #2199e8;
    color: #2199e8;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus
{
    background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus
{
    border-color: #0c4d78;
    color: #0c4d78;
}
.button.hollow.primary
{
    border: 1px solid #2199e8;
    color: #2199e8;
}
.button.hollow.primary:hover, .button.hollow.primary:focus
{
    border-color: #0c4d78;
    color: #0c4d78;
}
.button.hollow.secondary
{
    border: 1px solid #777;
    color: #777;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus
{
    border-color: #3c3c3c;
    color: #3c3c3c;
}
.button.hollow.success
{
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus
{
    border-color: #157539;
    color: #157539;
}
.button.hollow.warning
{
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus
{
    border-color: #805700;
    color: #805700;
}
.button.hollow.alert
{
    border: 1px solid #d43d06;
    color: #d43d06;
}
.button.hollow.alert:hover, .button.hollow.alert:focus
{
    border-color: #7e2403;
    color: #7e2403;
}
.button.disabled, .button[disabled]
{
    opacity: .25;
    cursor: not-allowed;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus
{
    background-color: #2199e8;
    color: #fff;
}
.button.disabled.primary, .button[disabled].primary
{
    opacity: .25;
    cursor: not-allowed;
}
.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus
{
    background-color: #2199e8;
    color: #fff;
}
.button.disabled.secondary, .button[disabled].secondary
{
    opacity: .25;
    cursor: not-allowed;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus
{
    background-color: #777;
    color: #fff;
}
.button.disabled.success, .button[disabled].success
{
    opacity: .25;
    cursor: not-allowed;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus
{
    background-color: #3adb76;
    color: #fff;
}
.button.disabled.warning, .button[disabled].warning
{
    opacity: .25;
    cursor: not-allowed;
}
.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus
{
    background-color: #ffae00;
    color: #fff;
}
.button.disabled.alert, .button[disabled].alert
{
    opacity: .25;
    cursor: not-allowed;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus
{
    background-color: #d43d06;
    color: #fff;
}
.button.dropdown:after
{
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}
.button.arrow-only:after
{
    top: -.1em;
    float: none;
    margin-left: 0;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea
{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.3125rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #5b6061;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    font-family: inherit;
    font-size: .875rem;
    font-weight: 400;
    color: #000;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus
{
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
textarea
{
    max-width: 100%;
}
textarea[rows]
{
    height: auto;
}
input::placeholder, textarea::placeholder
{
    color: #54524c;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly]
{
    background-color: #e6e6e6;
    cursor: default;
}
[type=submit], [type=button]
{
    appearance: none;
    border-radius: 0;
}
input[type=search]
{
    box-sizing: border-box;
}
[type=file], [type=checkbox], [type=radio]
{
    margin: 0 0 1rem;
}
[type=checkbox]+label, [type=radio]+label
{
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
[type=checkbox]+label[for], [type=radio]+label[for]
{
    cursor: pointer;
}
label>[type=checkbox], label>[type=radio]
{
    margin-right: .5rem;
}
[type=file]
{
    width: 100%;
}
label
{
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}
label.middle
{
    margin: 0 0 1rem;
    padding: .5625rem 0;
}
.help-text
{
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #000;
}
.input-group
{
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}
.input-group>:first-child
{
    border-radius: 0;
}
.input-group>:last-child>*
{
    border-radius: 0;
}
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label
{
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}
.input-group-label
{
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #000;
    text-align: center;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}
.input-group-label:first-child
{
    border-right: 0;
}
.input-group-label:last-child
{
    border-left: 0;
}
.input-group-field
{
    border-radius: 0;
    height: 2.375rem;
}
.input-group-button
{
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%;
}
.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label
{
    height: 2.375rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .875rem;
}
.input-group .input-group-button
{
    display: table-cell;
}
fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}
legend
{
    max-width: 100%;
    margin-bottom: .5rem;
}
.fieldset
{
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}
.fieldset legend
{
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem;
    background: #fff;
}
select
{
    height: 2.3125rem;
    margin: 0 0 1rem;
    padding: .5rem;
    appearance: none;
    border: 1px solid #5b6061;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: .875rem;
    line-height: normal;
    color: #000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
@media screen and (min-width: 0\0)
{
    select
    {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}
select:focus
{
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
select:disabled
{
    background-color: #e6e6e6;
    cursor: default;
}
select::-ms-expand
{
    display: none;
}
select[multiple]
{
    height: auto;
    background-image: none;
}
.is-invalid-input:not(:focus)
{
    border-color: #d43d06;
    background-color: #feede6;
}
.is-invalid-input:not(:focus)::placeholder
{
    color: #d43d06;
}
.is-invalid-label
{
    color: #d43d06;
}
.form-error
{
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #d43d06;
}
.form-error.is-visible
{
    display: block;
}
input[type=range]
{
    display: block;
    width: 100%;
    height: auto;
    margin-top: .45rem;
    margin-bottom: .45rem;
    appearance: none;
    border: 0;
    line-height: 1;
    cursor: pointer;
}
input[type=range]:focus
{
    outline: 0;
}
input[type=range][disabled]
{
    opacity: .25;
}
input[type=range]::-webkit-slider-runnable-track
{
    height: .5rem;
    background: #e6e6e6;
}
input[type=range]::-webkit-slider-handle
{
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -.45rem;
    -webkit-appearance: none;
    background: #2199e8;
}
input[type=range]::-moz-range-track
{
    height: .5rem;
    -moz-appearance: none;
    background: #e6e6e6;
}
input[type=range]::-moz-range-thumb
{
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -.45rem;
    -moz-appearance: none;
    background: #2199e8;
}
input[type=range]::-ms-track
{
    height: .5rem;
    border: 0;
    border-top: .45rem solid #fff;
    border-bottom: .45rem solid #fff;
    background: #e6e6e6;
    overflow: visible;
    color: transparent;
}
input[type=range]::-ms-thumb
{
    width: 1.4rem;
    height: 1.4rem;
    border: 0;
    background: #2199e8;
}
input[type=range]::-ms-fill-lower
{
    background: #cacaca;
}
input[type=range]::-ms-fill-upper
{
    background: #e6e6e6;
}
output
{
    vertical-align: middle;
    margin-left: .5em;
    line-height: 1.4rem;
}
.accordion
{
    margin-left: 0;
    background: #fff;
    list-style-type: none;
}
.accordion-item:first-child>:first-child
{
    border-radius: 0;
}
.accordion-item:last-child>:last-child
{
    border-radius: 0;
}
.accordion-title
{
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #292d2e;
}
:last-child:not(.is-active)>.accordion-title
{
    border-bottom: 0;
    border-radius: 0;
}
.accordion-title:hover, .accordion-title:focus
{
    background-color: transparent;
}
.accordion-title:before
{
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: '+';
}
.is-active>.accordion-title:before
{
    content: 'ΓÇô';
}
.accordion-content
{
    display: none;
    padding: 0;
    border: 0;
    border-bottom: 0;
    background-color: #fff;
    color: #292d2e;
}
:last-child>.accordion-content:last-child
{
    border-bottom: 0;
}
.is-accordion-submenu-parent>a
{
    position: relative;
}
.is-accordion-submenu-parent>a:after
{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}
.is-accordion-submenu-parent[aria-expanded=true]>a:after
{
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}
.button-group
{
    margin-bottom: 1rem;
    font-size: 0;
}
.button-group:before, .button-group:after
{
    display: table;
    content: ' ';
}
.button-group:after
{
    clear: both;
}
.button-group .button
{
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem;
}
.button-group .button:last-child
{
    margin-right: 0;
}
.button-group.tiny .button
{
    font-size: .6rem;
}
.button-group.small .button
{
    font-size: .75rem;
}
.button-group.large .button
{
    font-size: 1.25rem;
}
.button-group.expanded
{
    margin-right: -1px;
}
.button-group.expanded:before, .button-group.expanded:after
{
    display: none;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button
{
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child
{
    margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button
{
    display: inline-block;
    width: calc(33.3333333333% - 1px);
    margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child
{
    margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button
{
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child
{
    margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button
{
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child
{
    margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button
{
    display: inline-block;
    width: calc(16.6666666667% - 1px);
    margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child
{
    margin-right: -6px;
}
.button-group.primary .button
{
    background-color: #2199e8;
    color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus
{
    background-color: #147cc0;
    color: #fff;
}
.button-group.secondary .button
{
    background-color: #777;
    color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus
{
    background-color: #5f5f5f;
    color: #fff;
}
.button-group.success .button
{
    background-color: #3adb76;
    color: #fff;
}
.button-group.success .button:hover, .button-group.success .button:focus
{
    background-color: #22bb5b;
    color: #fff;
}
.button-group.warning .button
{
    background-color: #ffae00;
    color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .button:focus
{
    background-color: #cc8b00;
    color: #fff;
}
.button-group.alert .button
{
    background-color: #d43d06;
    color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus
{
    background-color: #c93905;
    color: #fff;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button
{
    width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child
{
    margin-bottom: 0;
}
@media print, screen and (min-width: 48em)
{
    .button-group.stacked-for-small .button
    {
        width: auto;
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .button-group.stacked-for-medium .button
    {
        width: auto;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 29.9375em)
{
    .button-group.stacked-for-small.expanded
    {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button
    {
        display: block;
        margin-right: 0;
    }
}
.callout
{
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 0;
    background-color: #fff;
    color: #54524c;
}
.callout>:first-child
{
    margin-top: 0;
}
.callout>:last-child
{
    margin-bottom: 0;
}
.callout.primary
{
    background-color: #def0fc;
    color: #54524c;
}
.callout.secondary
{
    background-color: #ebebeb;
    color: #54524c;
}
.callout.success
{
    background-color: #e1faea;
    color: #54524c;
}
.callout.warning
{
    background-color: #fff3d9;
    color: #54524c;
}
.callout.alert
{
    background-color: #fee4da;
    color: #54524c;
}
.callout.small
{
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
}
.callout.large
{
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}
.close-button
{
    position: absolute;
    color: #8a8a8a;
    cursor: pointer;
}
[data-whatinput=mouse] .close-button
{
    outline: 0;
}
.close-button:hover, .close-button:focus
{
    color: #000;
}
.close-button.small
{
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
}
.close-button, .close-button.medium
{
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
}
.menu
{
    margin: 0;
    list-style-type: none;
}
.menu>li
{
    display: table-cell;
    vertical-align: middle;
}
[data-whatinput=mouse] .menu>li
{
    outline: 0;
}
.menu>li>a
{
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
}
.menu input, .menu select, .menu a, .menu button
{
    margin-bottom: 0;
}
.menu>li>a img, .menu>li>a i, .menu>li>a svg
{
    vertical-align: middle;
}
.menu>li>a img+span, .menu>li>a i+span, .menu>li>a svg+span
{
    vertical-align: middle;
}
.menu>li>a img, .menu>li>a i, .menu>li>a svg
{
    margin-right: .25rem;
    display: inline-block;
}
.menu>li, .menu.horizontal>li
{
    display: table-cell;
}
.menu.expanded
{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.menu.expanded>li:first-child:last-child
{
    width: 100%;
}
.menu.vertical>li
{
    display: block;
}
@media print, screen and (min-width: 30em)
{
    .menu.phone-horizontal>li
    {
        display: table-cell;
    }
    .menu.phone-expanded
    {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .menu.phone-expanded>li:first-child:last-child
    {
        width: 100%;
    }
    .menu.phone-vertical>li
    {
        display: block;
    }
}
@media print, screen and (min-width: 48em)
{
    .menu.medium-horizontal>li
    {
        display: table-cell;
    }
    .menu.medium-expanded
    {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .menu.medium-expanded>li:first-child:last-child
    {
        width: 100%;
    }
    .menu.medium-vertical>li
    {
        display: block;
    }
}
@media print, screen and (min-width: 64em)
{
    .menu.large-horizontal>li
    {
        display: table-cell;
    }
    .menu.large-expanded
    {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .menu.large-expanded>li:first-child:last-child
    {
        width: 100%;
    }
    .menu.large-vertical>li
    {
        display: block;
    }
}
@media screen and (min-width: 80em)
{
    .menu.xlarge-horizontal>li
    {
        display: table-cell;
    }
    .menu.xlarge-expanded
    {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .menu.xlarge-expanded>li:first-child:last-child
    {
        width: 100%;
    }
    .menu.xlarge-vertical>li
    {
        display: block;
    }
}
@media screen and (min-width: 95.625em)
{
    .menu.xxlarge-horizontal>li
    {
        display: table-cell;
    }
    .menu.xxlarge-expanded
    {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .menu.xxlarge-expanded>li:first-child:last-child
    {
        width: 100%;
    }
    .menu.xxlarge-vertical>li
    {
        display: block;
    }
}
.menu.simple li
{
    display: inline-block;
    margin-right: 1rem;
    line-height: 1;
}
.menu.simple a
{
    padding: 0;
}
.menu.align-right:before, .menu.align-right:after
{
    display: table;
    content: ' ';
}
.menu.align-right:after
{
    clear: both;
}
.menu.align-right>li
{
    float: right;
}
.menu.icon-top>li>a
{
    text-align: center;
}
.menu.icon-top>li>a img, .menu.icon-top>li>a i, .menu.icon-top>li>a svg
{
    display: block;
    margin: 0 auto .25rem;
}
.menu.icon-top.vertical a>span
{
    margin: auto;
}
.menu.nested
{
    margin-left: 1rem;
}
.menu .active>a
{
    background: #2199e8;
    color: #fff;
}
.menu.menu-bordered li
{
    border: 1px solid #e6e6e6;
}
.menu.menu-bordered li:not(:first-child)
{
    border-top: 0;
}
.menu.menu-hover li:hover
{
    background-color: #e6e6e6;
}
.menu-text
{
    padding-top: 0;
    padding-bottom: 0;
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}
.menu-centered
{
    text-align: center;
}
.menu-centered>.menu
{
    display: inline-block;
}
.no-js [data-responsive-menu] ul
{
    display: none;
}
.menu-icon
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon:after
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff,0 14px 0 #fff;
    content: '';
}
.menu-icon:hover:after
{
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca;
}
.menu-icon.dark
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon.dark:after
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000,0 14px 0 #000;
    content: '';
}
.menu-icon.dark:hover:after
{
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;
}
.is-drilldown
{
    position: relative;
    overflow: hidden;
}
.is-drilldown li
{
    display: block;
}
.is-drilldown.animate-height
{
    transition: height .5s;
}
.is-drilldown-submenu
{
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: transform .15s linear;
}
.is-drilldown-submenu.is-active
{
    z-index: 1;
    display: block;
    transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing
{
    transform: translateX(100%);
}
.drilldown-submenu-cover-previous
{
    min-height: 100%;
}
.is-drilldown-submenu-parent>a
{
    position: relative;
}
.is-drilldown-submenu-parent>a:after
{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}
.js-drilldown-back>a:before
{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem;
    border-left-width: 0;
}
.dropdown-pane
{
    position: absolute;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-size: 1rem;
}
.dropdown-pane.is-open
{
    visibility: visible;
}
.dropdown-pane.tiny
{
    width: 100px;
}
.dropdown-pane.small
{
    width: 200px;
}
.dropdown-pane.large
{
    width: 400px;
}
.dropdown.menu>li.opens-left>.is-dropdown-submenu
{
    top: 100%;
    right: 0;
    left: auto;
}
.dropdown.menu>li.opens-right>.is-dropdown-submenu
{
    top: 100%;
    right: auto;
    left: 0;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a
{
    position: relative;
    padding-right: 1.5rem;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after
{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #d43d06 transparent transparent;
    right: 5px;
    margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a
{
    outline: 0;
}
.no-js .dropdown.menu ul
{
    display: none;
}
.dropdown.menu.vertical>li .is-dropdown-submenu
{
    top: 0;
}
.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu
{
    right: 100%;
    left: auto;
}
.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu
{
    right: auto;
    left: 100%;
}
.dropdown.menu.vertical>li>a:after
{
    right: 14px;
}
.dropdown.menu.vertical>li.opens-left>a:after
{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #d43d06 transparent transparent;
}
.dropdown.menu.vertical>li.opens-right>a:after
{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #d43d06;
}
@media print, screen and (min-width: 30em)
{
    .dropdown.menu.phone-horizontal>li.opens-left>.is-dropdown-submenu
    {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.phone-horizontal>li.opens-right>.is-dropdown-submenu
    {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.phone-horizontal>li.is-dropdown-submenu-parent>a
    {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.phone-horizontal>li.is-dropdown-submenu-parent>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #d43d06 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.phone-vertical>li .is-dropdown-submenu
    {
        top: 0;
    }
    .dropdown.menu.phone-vertical>li.opens-left>.is-dropdown-submenu
    {
        right: 100%;
        left: auto;
    }
    .dropdown.menu.phone-vertical>li.opens-right>.is-dropdown-submenu
    {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.phone-vertical>li>a:after
    {
        right: 14px;
    }
    .dropdown.menu.phone-vertical>li.opens-left>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #d43d06 transparent transparent;
    }
    .dropdown.menu.phone-vertical>li.opens-right>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #d43d06;
    }
}
@media print, screen and (min-width: 48em)
{
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu
    {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu
    {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a
    {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #d43d06 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu
    {
        top: 0;
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu
    {
        right: 100%;
        left: auto;
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu
    {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.medium-vertical>li>a:after
    {
        right: 14px;
    }
    .dropdown.menu.medium-vertical>li.opens-left>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #d43d06 transparent transparent;
    }
    .dropdown.menu.medium-vertical>li.opens-right>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #d43d06;
    }
}
@media print, screen and (min-width: 64em)
{
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu
    {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu
    {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a
    {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #d43d06 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu
    {
        top: 0;
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu
    {
        right: 100%;
        left: auto;
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu
    {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.large-vertical>li>a:after
    {
        right: 14px;
    }
    .dropdown.menu.large-vertical>li.opens-left>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #d43d06 transparent transparent;
    }
    .dropdown.menu.large-vertical>li.opens-right>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #d43d06;
    }
}
@media screen and (min-width: 80em)
{
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu
    {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu
    {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a
    {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #d43d06 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu
    {
        top: 0;
    }
    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu
    {
        right: 100%;
        left: auto;
    }
    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu
    {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.xlarge-vertical>li>a:after
    {
        right: 14px;
    }
    .dropdown.menu.xlarge-vertical>li.opens-left>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #d43d06 transparent transparent;
    }
    .dropdown.menu.xlarge-vertical>li.opens-right>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #d43d06;
    }
}
@media screen and (min-width: 95.625em)
{
    .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu
    {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu
    {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a
    {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #d43d06 transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu
    {
        top: 0;
    }
    .dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu
    {
        right: 100%;
        left: auto;
    }
    .dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu
    {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.xxlarge-vertical>li>a:after
    {
        right: 14px;
    }
    .dropdown.menu.xxlarge-vertical>li.opens-left>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #d43d06 transparent transparent;
    }
    .dropdown.menu.xxlarge-vertical>li.opens-right>a:after
    {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #d43d06;
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub
{
    top: 100%;
    right: 0;
    left: auto;
}
.is-dropdown-menu.vertical
{
    width: 100px;
}
.is-dropdown-menu.vertical.align-right
{
    float: right;
}
.is-dropdown-submenu-parent
{
    position: relative;
}
.is-dropdown-submenu-parent a:after
{
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu
{
    top: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu
{
    right: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu
{
    right: auto;
    left: 100%;
}
.is-dropdown-submenu
{
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fff;
}
.is-dropdown-submenu .is-dropdown-submenu-parent>a:after
{
    right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after
{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #d43d06 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after
{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #d43d06;
}
.is-dropdown-submenu .is-dropdown-submenu
{
    margin-top: -1px;
}
.is-dropdown-submenu>li
{
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active
{
    display: block;
}
.responsive-embed, .flex-video
{
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-embed.widescreen, .flex-video.widescreen
{
    padding-bottom: 56.25%;
}
body.is-reveal-open
{
    overflow: hidden;
}
html.is-reveal-open, html.is-reveal-open body
{
    min-height: 100%;
    overflow: hidden;
    user-select: none;
}
.reveal-overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0,0,0,.45);
    overflow-y: scroll;
}
.reveal
{
    z-index: 1006;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}
[data-whatinput=mouse] .reveal
{
    outline: 0;
}
@media print, screen and (min-width: 48em)
{
    .reveal
    {
        min-height: 0;
    }
}
.reveal .column, .reveal .columns, .reveal .columns
{
    min-width: 0;
}
.reveal>:last-child
{
    margin-bottom: 0;
}
@media print, screen and (min-width: 48em)
{
    .reveal
    {
        width: 600px;
        max-width: 81.875rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .reveal .reveal
    {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}
.reveal.collapse
{
    padding: 0;
}
@media print, screen and (min-width: 48em)
{
    .reveal.tiny
    {
        width: 30%;
        max-width: 81.875rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .reveal.small
    {
        width: 50%;
        max-width: 81.875rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .reveal.large
    {
        width: 90%;
        max-width: 81.875rem;
    }
}
.reveal.full
{
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}
@media screen and (max-width: 29.9375em)
{
    .reveal
    {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}
.reveal.without-overlay
{
    position: fixed;
}
.title-bar
{
    padding: .5rem;
    background: #000;
    color: #fff;
}
.title-bar:before, .title-bar:after
{
    display: table;
    content: ' ';
}
.title-bar:after
{
    clear: both;
}
.title-bar .menu-icon
{
    margin-left: .25rem;
    margin-right: .25rem;
}
.title-bar-left
{
    float: left;
}
.title-bar-right
{
    float: right;
    text-align: right;
}
.title-bar-title
{
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}
.hide
{
    display: none!important;
}
.invisible
{
    visibility: hidden;
}
@media screen and (max-width: 29.9375em)
{
    .hide-for-small-only
    {
        display: none!important;
    }
}
@media screen and (max-width: 0), screen and (min-width: 30em)
{
    .show-for-small-only
    {
        display: none!important;
    }
}
@media print, screen and (min-width: 30em)
{
    .hide-for-phone
    {
        display: none!important;
    }
}
@media screen and (max-width: 29.9375em)
{
    .show-for-phone
    {
        display: none!important;
    }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em)
{
    .hide-for-phone-only
    {
        display: none!important;
    }
}
@media screen and (max-width: 29.9375em), screen and (min-width: 48em)
{
    .show-for-phone-only
    {
        display: none!important;
    }
}
@media print, screen and (min-width: 48em)
{
    .hide-for-medium
    {
        display: none!important;
    }
}
@media screen and (max-width: 47.9375em)
{
    .show-for-medium
    {
        display: none!important;
    }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em)
{
    .hide-for-medium-only
    {
        display: none!important;
    }
}
@media screen and (max-width: 47.9375em), screen and (min-width: 64em)
{
    .show-for-medium-only
    {
        display: none!important;
    }
}
@media print, screen and (min-width: 64em)
{
    .hide-for-large
    {
        display: none!important;
    }
}
@media screen and (max-width: 63.9375em)
{
    .show-for-large
    {
        display: none!important;
    }
}
@media screen and (min-width: 64em) and (max-width: 79.9375em)
{
    .hide-for-large-only
    {
        display: none!important;
    }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 80em)
{
    .show-for-large-only
    {
        display: none!important;
    }
}
@media screen and (min-width: 80em)
{
    .hide-for-xlarge
    {
        display: none!important;
    }
}
@media screen and (max-width: 79.9375em)
{
    .show-for-xlarge
    {
        display: none!important;
    }
}
@media screen and (min-width: 80em) and (max-width: 95.5625em)
{
    .hide-for-xlarge-only
    {
        display: none!important;
    }
}
@media screen and (max-width: 79.9375em), screen and (min-width: 95.625em)
{
    .show-for-xlarge-only
    {
        display: none!important;
    }
}
@media screen and (min-width: 95.625em)
{
    .hide-for-xxlarge
    {
        display: none!important;
    }
}
@media screen and (max-width: 95.5625em)
{
    .show-for-xxlarge
    {
        display: none!important;
    }
}
@media screen and (min-width: 95.625em)
{
    .hide-for-xxlarge-only
    {
        display: none!important;
    }
}
@media screen and (max-width: 95.5625em)
{
    .show-for-xxlarge-only
    {
        display: none!important;
    }
}
.show-for-sr, .show-on-focus
{
    position: absolute!important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}
.show-on-focus:active, .show-on-focus:focus
{
    position: static!important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
}
.show-for-landscape, .hide-for-portrait
{
    display: block!important;
}
@media screen and (orientation: landscape)
{
    .show-for-landscape, .hide-for-portrait
    {
        display: block!important;
    }
}
@media screen and (orientation: portrait)
{
    .show-for-landscape, .hide-for-portrait
    {
        display: none!important;
    }
}
.hide-for-landscape, .show-for-portrait
{
    display: none!important;
}
@media screen and (orientation: landscape)
{
    .hide-for-landscape, .show-for-portrait
    {
        display: none!important;
    }
}
@media screen and (orientation: portrait)
{
    .hide-for-landscape, .show-for-portrait
    {
        display: block!important;
    }
}
.float-left
{
    float: left!important;
}
.float-right
{
    float: right!important;
}
.float-center
{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.clearfix:before, .clearfix:after
{
    display: table;
    content: ' ';
}
.clearfix:after
{
    clear: both;
}
.align-right
{
    justify-content: flex-end;
}
.align-center
{
    justify-content: center;
}
.align-justify
{
    justify-content: space-between;
}
.align-spaced
{
    justify-content: space-around;
}
.align-top
{
    align-items: flex-start;
}
.align-self-top
{
    align-self: flex-start;
}
.align-bottom
{
    align-items: flex-end;
}
.align-self-bottom
{
    align-self: flex-end;
}
.align-middle
{
    align-items: center;
}
.align-self-middle
{
    align-self: center;
}
.align-stretch
{
    align-items: stretch;
}
.align-self-stretch
{
    align-self: stretch;
}
.small-order-1
{
    order: 1;
}
.small-order-2
{
    order: 2;
}
.small-order-3
{
    order: 3;
}
.small-order-4
{
    order: 4;
}
.small-order-5
{
    order: 5;
}
.small-order-6
{
    order: 6;
}
@media print, screen and (min-width: 30em)
{
    .phone-order-1
    {
        order: 1;
    }
    .phone-order-2
    {
        order: 2;
    }
    .phone-order-3
    {
        order: 3;
    }
    .phone-order-4
    {
        order: 4;
    }
    .phone-order-5
    {
        order: 5;
    }
    .phone-order-6
    {
        order: 6;
    }
}
@media print, screen and (min-width: 48em)
{
    .medium-order-1
    {
        order: 1;
    }
    .medium-order-2
    {
        order: 2;
    }
    .medium-order-3
    {
        order: 3;
    }
    .medium-order-4
    {
        order: 4;
    }
    .medium-order-5
    {
        order: 5;
    }
    .medium-order-6
    {
        order: 6;
    }
}
@media print, screen and (min-width: 64em)
{
    .large-order-1
    {
        order: 1;
    }
    .large-order-2
    {
        order: 2;
    }
    .large-order-3
    {
        order: 3;
    }
    .large-order-4
    {
        order: 4;
    }
    .large-order-5
    {
        order: 5;
    }
    .large-order-6
    {
        order: 6;
    }
}
@media screen and (min-width: 80em)
{
    .xlarge-order-1
    {
        order: 1;
    }
    .xlarge-order-2
    {
        order: 2;
    }
    .xlarge-order-3
    {
        order: 3;
    }
    .xlarge-order-4
    {
        order: 4;
    }
    .xlarge-order-5
    {
        order: 5;
    }
    .xlarge-order-6
    {
        order: 6;
    }
}
@media screen and (min-width: 95.625em)
{
    .xxlarge-order-1
    {
        order: 1;
    }
    .xxlarge-order-2
    {
        order: 2;
    }
    .xxlarge-order-3
    {
        order: 3;
    }
    .xxlarge-order-4
    {
        order: 4;
    }
    .xxlarge-order-5
    {
        order: 5;
    }
    .xxlarge-order-6
    {
        order: 6;
    }
}
.slide-in-down.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active
{
    transform: translateY(0);
}
.slide-in-left.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active
{
    transform: translateX(0);
}
.slide-in-up.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active
{
    transform: translateY(0);
}
.slide-in-right.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active
{
    transform: translateX(0);
}
.slide-out-down.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active
{
    transform: translateY(100%);
}
.slide-out-right.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active
{
    transform: translateX(100%);
}
.slide-out-up.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active
{
    transform: translateY(-100%);
}
.slide-out-left.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform,opacity;
    backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active
{
    transform: translateX(-100%);
}
.fade-in.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active
{
    opacity: 1;
}
.fade-out.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active
{
    opacity: 0;
}
.hinge-in-from-top.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-right.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-bottom.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-left.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-middle-x.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-middle-y.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active
{
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-out-from-top.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: top;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-right.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.hinge-out-from-bottom.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}
.hinge-out-from-left.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}
.hinge-out-from-middle-x.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-middle-y.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform,opacity;
    opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active
{
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.scale-in-up.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(.5);
    transition-property: transform,opacity;
    opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active
{
    transform: scale(1);
    opacity: 1;
}
.scale-in-down.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform,opacity;
    opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active
{
    transform: scale(1);
    opacity: 1;
}
.scale-out-up.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform,opacity;
    opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active
{
    transform: scale(1.5);
    opacity: 0;
}
.scale-out-down.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform,opacity;
    opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active
{
    transform: scale(.5);
    opacity: 0;
}
.spin-in.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(-.75turn);
    transition-property: transform,opacity;
    opacity: 0;
}
.spin-in.mui-enter.mui-enter-active
{
    transform: rotate(0);
    opacity: 1;
}
.spin-out.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform,opacity;
    opacity: 1;
}
.spin-out.mui-leave.mui-leave-active
{
    transform: rotate(.75turn);
    opacity: 0;
}
.spin-in-ccw.mui-enter
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(.75turn);
    transition-property: transform,opacity;
    opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active
{
    transform: rotate(0);
    opacity: 1;
}
.spin-out-ccw.mui-leave
{
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform,opacity;
    opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active
{
    transform: rotate(-.75turn);
    opacity: 0;
}
.slow
{
    transition-duration: .75s!important;
}
.fast
{
    transition-duration: .25s!important;
}
.linear
{
    transition-timing-function: linear!important;
}
.ease
{
    transition-timing-function: ease!important;
}
.ease-in
{
    transition-timing-function: ease-in!important;
}
.ease-out
{
    transition-timing-function: ease-out!important;
}
.ease-in-out
{
    transition-timing-function: ease-in-out!important;
}
.bounce-in
{
    transition-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
}
.bounce-out
{
    transition-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
}
.bounce-in-out
{
    transition-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
}
.short-delay
{
    transition-delay: .3s!important;
}
.long-delay
{
    transition-delay: .7s!important;
}
.shake
{
    animation-name: shake-7;
}
@keyframes shake-7
{
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%
    {
        transform: translateX(7%);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95%
    {
        transform: translateX(-7%);
    }
}
.spin-cw
{
    animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn
{
    0%
    {
        transform: rotate(-1turn);
    }
    100%
    {
        transform: rotate(0);
    }
}
.spin-ccw
{
    animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn
{
    0%
    {
        transform: rotate(0);
    }
    100%
    {
        transform: rotate(1turn);
    }
}
.wiggle
{
    animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg
{
    40%, 50%, 60%
    {
        transform: rotate(7deg);
    }
    35%, 45%, 55%, 65%
    {
        transform: rotate(-7deg);
    }
    0%, 30%, 70%, 100%
    {
        transform: rotate(0);
    }
}
.shake, .spin-cw, .spin-ccw, .wiggle
{
    animation-duration: .5s;
}
.infinite
{
    animation-iteration-count: infinite;
}
.slow
{
    animation-duration: .75s!important;
}
.fast
{
    animation-duration: .25s!important;
}
.linear
{
    animation-timing-function: linear!important;
}
.ease
{
    animation-timing-function: ease!important;
}
.ease-in
{
    animation-timing-function: ease-in!important;
}
.ease-out
{
    animation-timing-function: ease-out!important;
}
.ease-in-out
{
    animation-timing-function: ease-in-out!important;
}
.bounce-in
{
    animation-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
}
.bounce-out
{
    animation-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
}
.bounce-in-out
{
    animation-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
}
.short-delay
{
    animation-delay: .3s!important;
}
.long-delay
{
    animation-delay: .7s!important;
}
.slick-slider
{
    letter-spacing: normal;
    position: relative;
    display: block;
    user-select: none;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track, .slick-slider .slick-list
{
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-list
{
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-track
{
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after
{
    content: "";
    display: table;
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-slide .slide-holder
{
    position: relative;
}
.banner-gallery
{
    position: relative;
}
.banner-gallery:before, .banner-gallery:after
{
    position: absolute;
    content: '';
    background: rgba(41,45,46,.75);
    top: 0;
    padding-top: calc(54.6875% - 4.5px);
    left: 0;
    width: 20px;
    z-index: 1;
    display: block;
}
@media screen and (min-width: 48em)
{
    .banner-gallery:before, .banner-gallery:after
    {
        width: 50px;
        top: 0;
        bottom: 5px;
        padding-top: 0;
    }
}
@media screen and (min-width: 90em)
{
    .banner-gallery:before, .banner-gallery:after
    {
        width: 160px;
        width: 50%;
        left: -640px;
    }
}
.banner-gallery:after
{
    left: auto;
    right: 0;
}
@media screen and (min-width: 90em)
{
    .banner-gallery:after
    {
        right: -640px;
    }
}
.banner-gallery .bar
{
    position: absolute;
    top: calc(54.6875vw - 5px);
    left: 0;
    right: 0;
    height: 5px;
    background: rgba(41,45,46,.2);
    display: block;
}
@media screen and (min-width: 48em)
{
    .banner-gallery .bar
    {
        background: rgba(255,255,255,.3);
        bottom: 0;
        top: auto;
    }
}
.banner-gallery .progress
{
    width: 0;
    height: 100%;
    background: #d43d06;
    display: block;
}
.banner-gallery .progress.ticking
{
    transition: width 5s linear;
    width: 100%;
}
.banner-gallery .slick-dots
{
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 37vw;
    padding: 0;
    justify-content: center;
}
@media screen and (min-width: 30em)
{
    .banner-gallery .slick-dots
    {
        top: 45vw;
        padding: 0;
    }
}
@media screen and (min-width: 48em)
{
    .banner-gallery .slick-dots
    {
        display: none!important;
    }
}
.banner-gallery .slick-dots li
{
    margin: 0 .125rem;
}
@media screen and (min-width: 30em)
{
    .banner-gallery .slick-dots li
    {
        margin: 0 .375rem;
    }
}
.banner-gallery .slick-dots li.slick-active button
{
    background: #d43d06;
}
.banner-gallery .slick-dots button
{
    cursor: pointer;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #292d2e;
}
@media screen and (min-width: 30em)
{
    .banner-gallery .slick-dots button
    {
        width: .875rem;
        height: .875rem;
    }
}
.banner-gallery .slide-count
{
    margin: -.6875rem 0 0;
}
@media screen and (min-width: 48em)
{
    .banner-gallery .slide-count
    {
        margin: -.4375rem .1875rem 0 0;
    }
}
.banner-gallery .slide-holder
{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    max-width: none;
}
.banner-gallery .title
{
    margin-bottom: .625rem;
}
@media screen and (min-width: 48em)
{
    .banner-gallery .title
    {
        margin-bottom: .625rem;
        font-size: .75rem;
        min-height: .0625rem;
    }
}
@media screen and (min-width: 64em)
{
    .banner-gallery .title
    {
        font-size: .875rem;
    }
}
.banner-gallery .author
{
    margin-bottom: .875rem;
}
@media screen and (min-width: 48em)
{
    .banner-gallery .author
    {
        margin-bottom: .625rem;
        font-size: .75rem;
    }
}
@media screen and (min-width: 64em)
{
    .banner-gallery .author
    {
        font-size: .875rem;
    }
}
@media screen and (min-width: 80em)
{
    .banner-gallery .author
    {
        margin-bottom: 1.0625rem;
        font-size: 1rem;
    }
}
.banner-gallery .img-holder
{
    margin-bottom: .75rem;
    max-width: 1280px;
}
@media screen and (min-width: 48em)
{
    .banner-gallery .img-holder
    {
        margin-bottom: 0;
        max-width: none;
    }
}
.banner-gallery .img-holder img
{
    width: 100%;
}
.banner-gallery .slick-slide .txt-holder
{
    visibility: hidden;
    opacity: 0;
    transition: visibility .7s,opacity .7s linear;
}
.banner-gallery .slick-slide.slick-active .txt-holder
{
    visibility: visible;
    opacity: 1;
}
.banner-gallery .txt-holder
{
    color: #54524c;
    font-size: .875rem;
    position: relative;
    padding: 0 2.25rem;
    min-height: 235px;
    letter-spacing: normal;
}
@media screen and (min-width: 30em)
{
    .banner-gallery .txt-holder
    {
        padding: 1.5625rem 2.25rem 0;
    }
}
@media screen and (min-width: 48em)
{
    .banner-gallery .txt-holder
    {
        position: absolute;
        z-index: 3;
        width: 15.625rem;
        line-height: 1;
        top: 50%;
        transform: translateY(-50%);
        left: 25px;
        background: #fff;
        padding: .625rem;
        font-size: .8125rem;
        min-height: 1px;
    }
}
@media screen and (min-width: 64em)
{
    .banner-gallery .txt-holder
    {
        width: 19.375rem;
        font-size: .875rem;
        left: 50px;
        padding: .9375rem;
    }
}
@media screen and (min-width: 80em)
{
    .banner-gallery .txt-holder
    {
        font-size: 1rem;
        width: 25.4375rem;
        padding: 1.875rem;
        left: 110px;
        line-height: 1.2;
    }
}
.banner-gallery .txt-holder p
{
    line-height: 1.6em;
    margin-bottom: 1.4375rem;
}
@media screen and (min-width: 48em)
{
    .banner-gallery .txt-holder p
    {
        margin-bottom: .625rem;
    }
}
@media screen and (min-width: 80em)
{
    .banner-gallery .txt-holder p
    {
        margin-bottom: 1.0625rem;
    }
}
.banner-gallery .txt-holder footer
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.banner-gallery h3
{
    font-size: 1.125rem;
    margin-bottom: .375rem;
    line-height: 1.1;
    color: #292d2e;
}
@media screen and (min-width: 48em)
{
    .banner-gallery h3
    {
        margin-bottom: .625rem;
        font-size: 1rem;
    }
}
@media screen and (min-width: 64em)
{
    .banner-gallery h3
    {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 80em)
{
    .banner-gallery h3
    {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
}
.banner-gallery .button
{
    font-size: .875rem;
    margin: 0 0 .1875rem;
}
@media screen and (min-width: 48em)
{
    .banner-gallery .button
    {
        min-width: 7.5rem;
        padding: .625rem;
    }
}
@media screen and (min-width: 64em)
{
    .banner-gallery .button
    {
        min-width: 8.125rem;
    }
}
@media screen and (min-width: 80em)
{
    .banner-gallery .button
    {
        font-size: 1rem;
        min-width: 10.3125rem;
        padding: .875rem .625rem 1.125rem;
    }
}
.banner-gallery .slick-arrow.slick-hidden
{
    display: none;
}
.banner-gallery .btn-holder
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    left: 4px;
    padding-top: 18%;
    position: absolute;
    right: 4px;
    top: 0;
}
@media screen and (min-width: 30em)
{
    .banner-gallery .btn-holder
    {
        padding-top: 23%;
    }
}
@media screen and (min-width: 48em)
{
    .banner-gallery .btn-holder
    {
        padding-top: 0;
        position: static;
        right: auto;
        left: auto;
        top: auto;
    }
}
@media screen and (min-width: 90em)
{
    .banner-gallery .btn-holder .btn-wrap-l1, .banner-gallery .btn-holder .btn-wrap-r1
    {
        position: absolute;
        height: 100%;
        width: 50%;
        left: -640px;
    }
    .banner-gallery .btn-holder .btn-wrap-l1 .btn-wrap-l2, .banner-gallery .btn-holder .btn-wrap-l1 .btn-wrap-r2, .banner-gallery .btn-holder .btn-wrap-r1 .btn-wrap-l2, .banner-gallery .btn-holder .btn-wrap-r1 .btn-wrap-r2
    {
        position: relative;
        height: 100%;
    }
    .banner-gallery .btn-holder .btn-wrap-l1 .btn-wrap-l2 .btn-prev, .banner-gallery .btn-holder .btn-wrap-l1 .btn-wrap-r2 .btn-prev, .banner-gallery .btn-holder .btn-wrap-r1 .btn-wrap-l2 .btn-prev, .banner-gallery .btn-holder .btn-wrap-r1 .btn-wrap-r2 .btn-prev
    {
        left: auto;
        right: -1.6875rem;
    }
    .banner-gallery .btn-holder .btn-wrap-l1 .btn-wrap-l2 .btn-next, .banner-gallery .btn-holder .btn-wrap-l1 .btn-wrap-r2 .btn-next, .banner-gallery .btn-holder .btn-wrap-r1 .btn-wrap-l2 .btn-next, .banner-gallery .btn-holder .btn-wrap-r1 .btn-wrap-r2 .btn-next
    {
        left: -1.6875rem;
        right: auto;
    }
    .banner-gallery .btn-holder .btn-wrap-r1
    {
        left: auto;
        right: -640px;
    }
}
.banner-gallery .btn-prev, .banner-gallery .btn-next
{
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background: #fff;
    z-index: 3;
    text-align: center;
    line-height: 2.2;
    color: #d43d06;
}
@media screen and (min-width: 48em)
{
    .banner-gallery .btn-prev, .banner-gallery .btn-next
    {
        font-size: 1rem;
        left: 32px;
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (min-width: 64em)
{
    .banner-gallery .btn-prev, .banner-gallery .btn-next
    {
        width: 3.125rem;
        height: 3.125rem;
        font-size: 1.5rem;
        left: 25px;
    }
}
@media screen and (min-width: 90em)
{
    .banner-gallery .btn-prev, .banner-gallery .btn-next
    {
        left: 118px;
        width: 3.5rem;
        height: 3.5rem;
        font-size: 1.6875rem;
    }
}
.banner-gallery .btn-next
{
    left: auto;
    right: 6px;
}
@media screen and (min-width: 48em)
{
    .banner-gallery .btn-next
    {
        right: 32px;
        left: auto;
    }
}
@media screen and (min-width: 64em)
{
    .banner-gallery .btn-next
    {
        right: 25px;
        left: auto;
    }
}
@media screen and (min-width: 90em)
{
    .banner-gallery .btn-next
    {
        right: 118px;
        left: auto;
    }
}
@media screen and (min-width: 48em)
{
    .trends-gallery
    {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}
@media screen and (min-width: 64em)
{
    .trends-gallery
    {
        padding-right: 2.1875rem;
        padding-top: .4375rem;
    }
}
.trends-gallery .btn-prev, .trends-gallery .btn-next
{
    position: absolute;
    color: #d43d06;
    font-size: .9375rem;
    right: 34px;
    top: 72%;
    z-index: 3;
}
@media screen and (min-width: 30em)
{
    .trends-gallery .btn-prev, .trends-gallery .btn-next
    {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 48em)
{
    .trends-gallery .btn-prev, .trends-gallery .btn-next
    {
        transform: translateY(-50%);
        top: 50%;
        font-size: 1.875rem;
        right: 0;
    }
}
.trends-gallery .btn-prev
{
    right: 78px;
}
@media screen and (min-width: 48em)
{
    .trends-gallery .btn-prev
    {
        display: none!important;
    }
}
.trends-gallery .slick-slider
{
    margin: 0 -15px;
}
@media print, screen and (min-width: 48em)
{
    .trends-gallery .slick-slider
    {
        margin: 0;
    }
}
.trends-gallery .slick-slide
{
    padding: 0 15px;
}
@media print, screen and (min-width: 48em)
{
    .trends-gallery .slick-slide
    {
        padding: 0;
    }
}
.trends-gallery .slide-holder>*
{
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 63.9375em)
{
    .trends-gallery .slide-holder>*
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
.article-gallery
{
    letter-spacing: normal;
    position: relative;
}
.article-gallery .img-holder img
{
    width: 100%;
}
.article-gallery .slick-dots
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 35%;
    z-index: 2;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 30em)
{
    .article-gallery .slick-dots
    {
        padding-top: 38%;
    }
}
@media screen and (min-width: 48em)
{
    .article-gallery .slick-dots
    {
        padding-top: 44%;
    }
}
@media screen and (min-width: 64em)
{
    .article-gallery .slick-dots
    {
        padding-top: 46%;
    }
}
.article-gallery .slick-dots li
{
    margin: 0 3px;
}
@media screen and (min-width: 30em)
{
    .article-gallery .slick-dots li
    {
        margin: 0 6px;
    }
}
.article-gallery .slick-dots li.slick-active button
{
    background: #d43d06;
}
.article-gallery .slick-dots button
{
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #292d2e;
    cursor: pointer;
}
@media screen and (min-width: 30em)
{
    .article-gallery .slick-dots button
    {
        width: 10px;
        height: 10px;
    }
}
.article-gallery .slick-dots button:hover
{
    background: #d43d06;
}
.article-gallery .main-article
{
    width: 17rem;
    max-width: 408px;
    margin: -21px auto 0;
    background: #fff;
    padding: 1.0625rem 0 .625rem;
    position: relative;
    z-index: 2;
    color: #54524c;
    font-weight: 400;
}
@media screen and (min-width: 30em)
{
    .article-gallery .main-article
    {
        width: auto;
        padding: 1.25rem;
    }
}
@media screen and (min-width: 48em)
{
    .article-gallery .main-article
    {
        margin: -19% auto 0;
    }
}
@media screen and (min-width: 64em)
{
    .article-gallery .main-article
    {
        padding: 1.875rem;
        line-height: 1.5;
    }
}
.article-gallery .main-article .author
{
    margin-bottom: .8125rem;
}
.article-gallery .main-article .title
{
    font-size: .625rem;
    margin-bottom: .5625rem;
}
@media screen and (min-width: 48em)
{
    .article-gallery .main-article .title
    {
        font-size: .875rem;
    }
}
.article-gallery .main-article h3
{
    font-size: 1.125rem;
    line-height: 1.1;
    margin-bottom: .375rem;
    color: #292d2e;
}
@media screen and (min-width: 48em)
{
    .article-gallery .main-article h3
    {
        font-size: 1.25rem;
        margin-bottom: .625rem;
    }
}
@media screen and (min-width: 64em)
{
    .article-gallery .main-article h3
    {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: .9375rem;
    }
}
.article-gallery .main-article p
{
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em)
{
    .article-gallery .main-article p
    {
        margin-bottom: 1.6875rem;
    }
}
.article-gallery .main-article .button
{
    min-width: 8.125rem;
    padding: .5625rem .3125rem .8125rem;
    margin: 0;
    font-size: .875rem;
}
@media screen and (min-width: 48em)
{
    .article-gallery .main-article .button
    {
        min-width: 10.3125rem;
        padding: .875rem 1.125rem 1.0625rem;
        font-size: 1rem;
    }
}
.misc-gallery
{
    position: relative;
    margin: 0 -2.375rem;
}
@media print, screen and (min-width: 48em)
{
    .misc-gallery
    {
        margin: 0 -1.25rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .misc-gallery
    {
        margin: 0 -.9375rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .misc-gallery .slick-track
    {
        width: auto!important;
        transform: none!important;
        display: flex;
        flex-flow: row wrap;
    }
}
@media print, screen and (min-width: 64em)
{
    .misc-gallery .slick-slide
    {
        width: 25%!important;
    }
    .misc-gallery .slick-slide.slick-cloned
    {
        display: none!important;
    }
}
.misc-gallery .slide-holder
{
    padding: 0 .5rem;
}
@media screen and (min-width: 48em)
{
    .misc-gallery .slide-holder
    {
        padding: 0 .9375rem 1.9375rem;
        padding-bottom: 3.75rem;
    }
}
.misc-gallery .slide-holder .img-holder
{
    margin-bottom: .9375rem;
}
@media screen and (min-width: 48em)
{
    .misc-gallery .slide-holder .img-holder
    {
        margin-bottom: 1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .misc-gallery .slide-holder .img-holder
    {
        margin-bottom: 1.6875rem;
    }
}
.misc-gallery .slide-holder .img-holder img
{
    width: 100%;
}
.misc-gallery .slide-holder .txt-holder
{
    color: #54524c;
    font-size: .875rem;
    line-height: 1.2;
}
@media screen and (min-width: 48em)
{
    .misc-gallery .slide-holder .txt-holder
    {
        display: none;
    }
}
.misc-gallery .slide-holder .txt-holder p
{
    margin-bottom: 1.4375rem;
}
.misc-gallery .slide-holder .author
{
    font-size: .75rem;
    display: block;
    margin-bottom: 1.0625rem;
}
.misc-gallery .slide-holder h3
{
    font-size: 1.125rem;
    margin-bottom: .5rem;
    line-height: 1.19;
}
@media screen and (min-width: 48em)
{
    .misc-gallery .slide-holder h3
    {
        margin-bottom: 4rem;
    }
}
@media screen and (min-width: 64em)
{
    .misc-gallery .slide-holder h3
    {
        min-height: 150px;
        margin-bottom: 0;
    }
}
.misc-gallery .slide-holder .button
{
    font-size: .875rem;
    margin-top: 1rem;
}
@media screen and (min-width: 48em)
{
    .misc-gallery .slide-holder .button
    {
        font-size: .9375rem;
        padding: .625rem .9375rem .75rem;
        min-width: 7.8125rem;
        margin-top: 0;
    }
    .misc-gallery .slide-holder .button.alert.round
    {
        position: absolute;
        bottom: 3.75rem;
    }
}
@media screen and (min-width: 80em)
{
    .misc-gallery .slide-holder .button
    {
        font-size: 1rem;
        padding: .9375rem .875rem 1.0625rem;
        min-width: 10.3125rem;
    }
}
.misc-gallery .slick-arrow.slick-hidden
{
    display: none;
}
.misc-gallery .btn-holder
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    left: 21px;
    padding-top: 21%;
    position: absolute;
    right: 21px;
    top: 0;
}
@media screen and (min-width: 30em)
{
    .misc-gallery .btn-holder
    {
        padding-top: 27%;
    }
}
@media screen and (min-width: 48em)
{
    .misc-gallery .btn-holder
    {
        padding-top: 0;
        position: static;
        right: auto;
        left: auto;
        top: auto;
    }
}
@media print, screen and (min-width: 64em)
{
    .misc-gallery .btn-holder
    {
        display: none;
    }
}
.misc-gallery .btn-prev, .misc-gallery .btn-next
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eaeaea;
    z-index: 3;
    text-align: center;
    line-height: 2.2;
    color: #d43d06;
}
@media screen and (min-width: 48em)
{
    .misc-gallery .btn-prev, .misc-gallery .btn-next
    {
        margin: -85px 0 0;
        left: 0;
        top: 50%;
        position: absolute;
    }
}
@media screen and (min-width: 48em)
{
    .misc-gallery .btn-next
    {
        right: 0;
        left: auto;
    }
}
.partners-gallery
{
    position: relative;
}
.partners-gallery .slick-slider
{
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 48em)
{
    .partners-gallery .slick-slider
    {
        margin: 0 -15px;
        padding: 0;
    }
}
.partners-gallery .slide-holder
{
    padding: 0 8px;
}
@media screen and (min-width: 48em)
{
    .partners-gallery .slide-holder
    {
        padding: 0 15px;
    }
}
.partners-gallery .slick-arrow.slick-hidden
{
    display: none;
}
.partners-gallery .btn-holder
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    left: 21px;
    padding-top: 42%;
    position: absolute;
    right: 21px;
    top: 0;
}
@media screen and (min-width: 30em)
{
    .partners-gallery .btn-holder
    {
        padding-top: 46%;
    }
}
@media screen and (min-width: 48em)
{
    .partners-gallery .btn-holder
    {
        padding-top: 0;
        position: static;
        right: auto;
        left: auto;
        top: auto;
    }
}
.partners-gallery .btn-prev, .partners-gallery .btn-next
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #cecfd0;
    z-index: 3;
    text-align: center;
    line-height: 2.2;
    color: #d43d06;
    left: 0;
}
@media screen and (min-width: 48em)
{
    .partners-gallery .btn-prev, .partners-gallery .btn-next
    {
        margin: -100px 0 0;
        left: -15px;
        top: 50%;
        position: absolute;
    }
}
.partners-gallery .btn-prev .icon-arrow-left, .partners-gallery .btn-prev .icon-arrow-right, .partners-gallery .btn-next .icon-arrow-left, .partners-gallery .btn-next .icon-arrow-right
{
    line-height: 2.2;
}
@media screen and (min-width: 48em)
{
    .partners-gallery .btn-prev .icon-arrow-left, .partners-gallery .btn-prev .icon-arrow-right, .partners-gallery .btn-next .icon-arrow-left, .partners-gallery .btn-next .icon-arrow-right
    {
        line-height: 1.5;
    }
}
.partners-gallery .btn-next
{
    right: 0;
}
@media screen and (min-width: 48em)
{
    .partners-gallery .btn-next
    {
        right: -15px;
        left: auto;
    }
}
.latest-articles .slick-initialized .slick-slide
{
    margin: 0 1rem 0 0;
}
#nav>ul, .drop-down, .inner-drop, .user-links, .tabset, .schedule, .widget ol, #footer ul, .widget ul, .tags, .bullet-list
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.clearfix:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .articles .holder:after, .latest-articles .holder:after, .latest-articles-mobile .holder:after, .scrollable-tabs .tabset:after, .search-result .holder:after, .videos .holder:after, .holder:after, #sidebar .widget:after
{
    content: '';
    display: block;
    clear: both;
}
.banner-gallery .btn-prev, .banner-gallery .btn-next, .article-gallery .slick-dots button, .misc-gallery .btn-prev, .misc-gallery .btn-next, .partners-gallery .btn-prev, .partners-gallery .btn-next, .menu, #nav>ul>li, .drop-down>li>a, .drop-down .icon, .inner-drop li a, .user-links a, .nav-opener:before, .nav-opener:after, .nav-opener span, .articles .article-btn-prev, .articles .article-btn-next, .latest-articles .article-btn-prev, .latest-articles .article-btn-next, .latest-articles-mobile .article-btn-prev, .latest-articles-mobile .article-btn-next, .tabset a, .partners .more, .tools.items .text, a.cancel, .sticky-bar .header-search .search-opener, #footer ul a, .header-search .search-opener, .header-search .btn-close:before, .header-search .btn-close:after, a, .featured-widget h3 a, .social-networks a, .btn-play, .btn-play:before, .comment-form input[type=submit], .post-password-form input[type=submit], .search-form input[type=submit], .prev, .next
{
    transition: color .2s ease-in-out;
}
.ellipsis
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#header
{
    padding: 1.1875rem .625rem;
    position: relative;
    z-index: 999;
}
.nav-active #header, .search-active #header
{
    z-index: 999;
}
@media screen and (min-width: 48em)
{
    #header
    {
        padding: 1.4375rem 0;
    }
}
#header:before
{
    position: absolute;
    content: '';
    background: #babcbd;
    left: -9999px;
    right: -9999px;
    display: block;
    bottom: 0;
    height: 1px;
}
#header .column, #header .columns
{
    padding-left: .625rem;
    padding-right: .625rem;
}
#header .column.logo, #header .logo.columns
{
    padding-left: .625rem;
    padding-right: .625rem;
}
@media screen and (min-width: 80em)
{
    #header .column, #header .columns
    {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}
@media screen and (min-width: 48em)
{
    .logo
    {
        width: 15.625rem;
    }
}
.logo-img
{
    display: block;
}
.tagline
{
    font-size: .875rem;
    line-height: 1;
    display: block;
    color: #292d2e;
    font-weight: 600;
    margin-bottom: .5rem;
}
@media screen and (min-width: 48em)
{
    .panel
    {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        align-items: center;
        float: right;
        height: 47px;
    }
}
.menu
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 7.8125rem 2.25rem 1.25rem;
    z-index: 9999;
}
@media screen and (min-width: 48em)
{
    .menu
    {
        overflow: visible;
        bottom: auto;
        padding: 0;
        opacity: 1;
        visibility: visible;
        background: 0 0;
        position: static;
        left: auto;
        right: auto;
        top: auto;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        align-items: center;
        width: calc(100% - 40px);
    }
}
.nav-active .menu
{
    opacity: 1;
    visibility: visible;
}
.menu .nav-opener
{
    left: 36px;
    top: 25px;
    width: 24px;
    height: 24px;
}
@media screen and (min-width: 48em)
{
    #nav
    {
     }
}
@media screen and (min-width: 64em)
{
    #nav
    {
     }
}
#nav>ul
{
    text-transform: uppercase;
    color: #292d2e;
    letter-spacing: .0875rem;
}
@media screen and (min-width: 48em)
{
    #nav>ul
    {
        display: flex;
         justify-content: center;
        align-items: center;
        letter-spacing: 0;
    }
}
@media screen and (min-width: 64em)
{
    #nav>ul
    {
        font-size: 1rem;
        letter-spacing: .09375rem;
    }
}
#nav>ul>li
{
    position: relative;
    margin: 0 0 10px;
}
@media screen and (min-width: 48em)
{
    #nav>ul>li
    {
        margin: 0 5% -40px;
        padding: 0 0 40px;
    }
}
#nav>ul>li.active>a:before, #nav>ul>li.active>a:after, #nav>ul>li.hover a:before, #nav>ul>li.hover a:after
{
    opacity: 1;
    visibility: visible;
}
#nav>ul>li.hover .drop-down
{
    opacity: 1;
    visibility: visible;
    max-height: 700px;
    overflow: visible;
    animation: .4s delay-overflow;
}
#nav>ul>li.hover>.has-drop-down-a:after
{
    transform: rotate(-180deg);
}
#nav>ul>li>a
{
    color: #292d2e;
    display: block;
    position: relative;
    font-size: inherit;
    padding-bottom: .5rem;
    border-bottom: 1px solid #96999a;
}
@media screen and (min-width: 48em)
{
    #nav>ul>li>a
    {
        padding-bottom: 0;
        border-bottom: 0;
    }
}
@media screen and (min-width: 48em)
{
    #nav>ul>li>a:before
    {
        position: absolute;
        content: '';
        background: #d43d06;
        bottom: -6px;
        left: 0;
        right: 0;
        height: 2px;
        opacity: 0;
        visibility: hidden;
    }
}
#nav>ul>li>a.has-drop-down-a
{
    position: relative;
}
#nav>ul>li>a.has-drop-down-a:after
{
    position: absolute;
    content: '';
    font-family: 'icomoon';
    right: 0;
    top: 7px;
    color: #d43d06;
    font-size: .8125rem;
    line-height: 1;
    transition: transform .25s linear;
}
@media screen and (min-width: 48em)
{
    #nav>ul>li>a.has-drop-down-a:after
    {
        display: none;
    }
}
#nav>ul>li:last-child a
{
    border-bottom: 0;
}
@keyframes delay-overflow
{
    from
    {
        overflow: hidden;
    }
}
.drop-down
{
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 2;
    text-transform: none;
    letter-spacing: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .6s ease,max-height .6s ease;
}
@media screen and (min-width: 48em)
{
    .drop-down
    {
        width: 27.375rem;
        left: -300px;
        top: 100%;
        position: absolute;
        border: solid #96999a;
        border-width: 1px 0 1px 1px;
        box-shadow: 1px 2px 2px rgba(0,0,0,.15);
    }
}
@media screen and (min-width: 80em)
{
    .drop-down
    {
        left: -217px;
    }
}
@media screen and (min-width: 48em)
{
    .drop-down:before, .drop-down:after
    {
        bottom: 100%;
        left: 360px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
}
@media screen and (min-width: 80em)
{
    .drop-down:before, .drop-down:after
    {
        left: 279px;
    }
}
@media screen and (min-width: 48em)
{
    .drop-down:after
    {
        border-color: rgba(255,255,255,0);
        border-bottom-color: #fff;
        border-width: 16px;
        margin-left: -16px;
    }
}
@media screen and (min-width: 48em)
{
    .drop-down:before
    {
        border-color: rgba(189,191,192,0);
        border-bottom-color: #96999a;
        border-width: 17px;
        margin-left: -17px;
    }
}
@media screen and (min-width: 48em)
{
    .drop-down>li
    {
        margin-bottom: 1.875rem;
    }
}
@media screen and (min-width: 48em)
{
    .drop-down>li:first-child
    {
        margin-top: 20px;
    }
}
@media screen and (min-width: 64em)
{
    .drop-down>li:first-child
    {
        margin-top: 25px;
    }
}
@media screen and (min-width: 80em)
{
    .drop-down>li:first-child
    {
        margin-top: 43px;
    }
}
@media screen and (min-width: 48em)
{
    .drop-down>li:nth-last-child(2)
    {
        margin-bottom: 155px;
    }
}
@media screen and (min-width: 64em)
{
    .drop-down>li:nth-last-child(2)
    {
        margin-bottom: 1.875rem;
    }
}
@media screen and (min-width: 80em)
{
    .drop-down>li:nth-last-child(2)
    {
        margin-bottom: 1.875rem;
    }
}
.drop-down>li.active .inner-drop, .drop-down>li.hover .inner-drop
{
    opacity: 1;
    visibility: visible;
    padding: 1.375rem 5rem;
    max-width: 800px;
    max-height: inherit;
}
@media screen and (min-width: 48em)
{
    .drop-down>li.active .inner-drop, .drop-down>li.hover .inner-drop
    {
        padding: 1.25rem;
    }
}
@media screen and (min-width: 64em)
{
    .drop-down>li.active .inner-drop, .drop-down>li.hover .inner-drop
    {
        padding: 1.5625rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .drop-down>li.active .inner-drop, .drop-down>li.hover .inner-drop
    {
        padding: 2.6875rem 3.0625rem;
    }
}
.drop-down>li.active .has-drop-down-a, .drop-down>li.hover .has-drop-down-a
{
    position: relative;
    background: 0 0;
    color: #d43d06;
    padding-bottom: 1.1875rem;
}
@media screen and (min-width: 48em)
{
    .drop-down>li.active .has-drop-down-a, .drop-down>li.hover .has-drop-down-a
    {
        padding-bottom: 0;
    }
}
.drop-down>li.active .has-drop-down-a:after, .drop-down>li.hover .has-drop-down-a:after
{
    transform: rotate(-180deg);
}
@media screen and (min-width: 48em)
{
    .drop-down>li.active .has-drop-down-a:after, .drop-down>li.hover .has-drop-down-a:after
    {
        position: absolute;
        content: '';
        top: 0;
        transform: rotate(0deg);
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 13px 16px 0;
        border-color: transparent #d43d06 transparent transparent;
        display: block;
    }
}
.drop-down>li.active .has-drop-down-a .icon, .drop-down>li.hover .has-drop-down-a .icon
{
    color: #d43d06;
}
.drop-down>li>a
{
    color: #292d2e;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 1.6875rem;
}
@media screen and (min-width: 48em)
{
    .drop-down>li>a
    {
        margin-top: 0;
        padding: 0 1.25rem;
    }
}
@media screen and (min-width: 64em)
{
    .drop-down>li>a
    {
        padding: 0 1.5625rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .drop-down>li>a
    {
        padding: 0 2.875rem;
    }
}
.drop-down>li>a:hover, .drop-down>li>a.hover
{
    color: #d43d06;
}
.drop-down>li>a:hover .icon, .drop-down>li>a.hover .icon
{
    color: #d43d06;
}
.drop-down>li>a.has-drop-down-a
{
    position: relative;
}
.drop-down>li>a.has-drop-down-a:after
{
    position: absolute;
    content: '';
    font-family: 'icomoon';
    right: 0;
    top: 7px;
    color: #d43d06;
    font-size: .8125rem;
    line-height: 1;
    transition: transform .25s linear;
}
@media screen and (min-width: 48em)
{
    .drop-down>li>a.has-drop-down-a:after
    {
        display: none;
    }
}
.drop-down>li.drop-left.hover .inner-drop
{
    opacity: 1;
    visibility: visible;
    padding: 1.375rem 5rem;
    max-width: 500px;
    max-height: inherit;
}
@media screen and (min-width: 48em)
{
    .drop-down>li.drop-left.hover .inner-drop
    {
        padding: 1.25rem;
        right: 100%;
        left: auto;
    }
}
@media screen and (min-width: 64em)
{
    .drop-down>li.drop-left.hover .inner-drop
    {
        padding: 1.5625rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .drop-down>li.drop-left.hover .inner-drop
    {
        padding: 2.6875rem 3.0625rem;
    }
}
.drop-down>li.drop-left.hover .has-drop-down-a
{
    position: relative;
    background: 0 0;
    color: #d43d06;
    padding-bottom: 1.1875rem;
}
@media screen and (min-width: 48em)
{
    .drop-down>li.drop-left.hover .has-drop-down-a
    {
        padding-bottom: 0;
    }
}
.drop-down>li.drop-left.hover .has-drop-down-a:after
{
    transform: rotate(-180deg);
}
@media screen and (min-width: 48em)
{
    .drop-down>li.drop-left.hover .has-drop-down-a:after
    {
        position: absolute;
        content: '';
        top: 50%;
        transform: rotate(0deg) translateY(-50%);
        left: 0;
        right: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 0 13px 16px;
        border-color: transparent transparent transparent #d43d06;
        display: block;
    }
}
.drop-down>li.drop-left.hover .has-drop-down-a .icon
{
    color: #d43d06;
}
@media screen and (min-width: 48em)
{
    .drop-down>li:last-child
    {
        display: none!important;
    }
}
.drop-down>li:last-child a
{
    justify-content: center;
    text-decoration: underline;
}
.drop-down>li:last-child a:hover
{
    text-decoration: none;
}
.drop-down .icon
{
    font-size: 1rem;
    align-self: flex-start;
    margin: .25rem 1.5rem 0 0;
    color: #292d2e;
}
@media screen and (min-width: 48em)
{
    .drop-down .icon
    {
        width: .9375rem;
        font-size: 1.0625rem;
        margin: 0 8% 0 0;
        align-self: center;
    }
}
@media screen and (min-width: 95.625em)
{
    .drop-down .icon
    {
        font-size: 1.375rem;
    }
}
.drop-down .icon.icon-finance
{
    font-size: .875rem;
}
@media screen and (min-width: 48em)
{
    .drop-down .icon.icon-finance
    {
        font-size: .9375rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .drop-down .icon.icon-finance
    {
        font-size: 1.125rem;
    }
}
.drop-down .txt
{
    width: calc(100% - 67px);
}
@media screen and (min-width: 48em)
{
    .drop-down.extra
    {
        width: 15.625rem;
        border-width: 1px;
        padding: 0 1.25rem 0;
        left: -21px;
    }
}
@media screen and (min-width: 64em)
{
    .drop-down.extra
    {
        padding: 0 1.5625rem 0;
    }
}
@media screen and (min-width: 95.625em)
{
    .drop-down.extra
    {
        padding: 0 1.5625rem 0;
    }
}
@media screen and (min-width: 48em)
{
    .drop-down.extra>li:first-child
    {
        margin-top: 20px;
    }
}
@media screen and (min-width: 64em)
{
    .drop-down.extra>li:first-child
    {
        margin-top: 25px;
    }
}
@media screen and (min-width: 80em)
{
    .drop-down.extra>li:first-child
    {
        margin-top: 40px;
    }
}
@media screen and (min-width: 48em)
{
    .drop-down.extra>li:nth-last-child(2)
    {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 64em)
{
    .drop-down.extra>li:nth-last-child(2)
    {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 80em)
{
    .drop-down.extra>li:nth-last-child(2)
    {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 48em)
{
    .drop-down.extra li a
    {
        padding: 0;
    }
}
.drop-down.extra .icon
{
    width: auto;
}
@media screen and (min-width: 48em)
{
    .drop-down.extra .icon
    {
        margin: 0 12% 0 0;
    }
}
@media screen and (min-width: 48em)
{
    .drop-down.extra:after, .drop-down.extra:before
    {
        left: 73px;
    }
}
.inner-drop
{
    color: #fff;
    padding: .125rem 5rem;
    opacity: 0;
    visibility: hidden;
    background: #d43d06;
    position: relative;
    margin: 0 -2.25rem;
    max-height: 0;
    transition: all .25s linear;
}
@media screen and (min-width: 48em)
{
    .inner-drop
    {
        max-width: 0;
        max-height: inherit;
        overflow: hidden;
        transition: opacity .6s ease,max-width .6s ease;
        padding: 1.25rem;
        width: 16.25rem;
        min-height: 100%;
        border: solid #ca6f4d;
        border-width: 1px 1px 1px 0;
        box-shadow: 1px 2px 2px rgba(0,0,0,.15);
        position: absolute;
        left: 100%;
        top: -1px;
        bottom: -1px;
        margin: 0;
        max-height: 999px;
    }
}
@media screen and (min-width: 64em)
{
    .inner-drop
    {
        width: 18.75rem;
        padding: 1.5625rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .inner-drop
    {
        width: 25.5rem;
        padding: 2.6875rem 3.0625rem;
    }
}
.inner-drop:before
{
    position: absolute;
    content: '';
    left: 35px;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 6px;
    border-color: transparent transparent #d43d06;
}
@media screen and (min-width: 48em)
{
    .inner-drop:before
    {
        display: none;
    }
}
.inner-drop li
{
    margin-bottom: 1.875rem;
}
@media screen and (min-width: 48em)
{
    .inner-drop li
    {
        margin-bottom: .9375rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .inner-drop li
    {
        margin-bottom: 1.4375rem;
    }
}
.inner-drop li a
{
    color: #fff;
}
.inner-drop li a:hover:before
{
    content: '';
    background: #fff;
    width: 16px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 -12px;
}
@media screen and (min-width: 48em)
{
    .inner-drop li.marked
    {
        position: relative;
    }
    .inner-drop li.marked:before
    {
        content: '';
        background: #fff;
        width: 18px;
        height: 1px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px 0 -5px;
    }
}
@media screen and (min-width: 48em)
{
    .drop-left .inner-drop
    {
        right: 100%;
        left: auto;
        border-width: 1px 0 1px 1px;
    }
}
.user-links
{
    display: flex;
    flex-flow: row-reverse wrap;
    font-size: .75rem;
    position: absolute;
    right: 38px;
    top: 25px;
}
@media screen and (min-width: 48em)
{
    .user-links
    {
        position: static;
        flex-flow: row wrap;
        right: auto;
        left: auto;
        margin: 0 .9375rem 0 0;
        font-size: .875rem;
    }
}
.user-links li
{
    position: relative;
    margin: 0 .125rem;
}
.user-links li:after
{
    content: '|';
    color: #292d2e;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px 0 5px;
    position: relative;
    top: -1px;
}
@media screen and (min-width: 48em)
{
    .user-links li:after
    {
        display: none;
    }
}
.user-links li:before
{
    content: '|';
    color: #292d2e;
    margin: 0 8px 0 4px;
    display: none;
}
@media screen and (min-width: 48em)
{
    .user-links li:before
    {
        position: relative;
        top: -1px;
        display: inline-block;
        vertical-align: middle;
    }
}
.user-links li:first-child:before, .user-links li:first-child:after
{
    display: none;
}
.user-links a
{
    color: #292d2e;
}
.user-links a:hover
{
    color: #d43d06;
}
.nav-opener
{
    position: absolute;
    width: 21px;
    height: 21px;
    display: block;
    right: 20px;
    top: 23px;
}
@media screen and (min-width: 48em)
{
    .nav-opener
    {
        display: none;
    }
}
.nav-opener:before, .nav-opener:after, .nav-opener span
{
    background: #292d2e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    content: '';
}
.nav-opener:before
{
    top: 8px;
}
.nav-opener:after
{
    left: 6px;
    top: 17px;
}
.nav-opener:hover:after, .nav-opener:hover:before, .nav-opener:hover span
{
    background: #d43d06;
}
.nav-active .nav-opener span
{
    opacity: 0;
}
.nav-active .nav-opener:after, .nav-active .nav-opener:before
{
    transform: rotate(-45deg);
    top: 10px;
    left: 0;
    right: 0;
}
.nav-active .nav-opener:after
{
    transform: rotate(45deg);
}
.nav-footer-links
{
    display: inline-block;
    list-style: none;
    margin: 3.75rem 0 2rem;
    padding-top: 6px;
    border-top: 1px solid #96999a;
}
@media screen and (min-width: 48em)
{
    .nav-footer-links
    {
        display: none;
    }
}
.nav-footer-links li
{
    font-size: .75rem;
    line-height: 2.75;
}
.nav-footer-links li a
{
    color: #54524c;
}
body.nav-active
{
    overflow: hidden;
}
@media screen and (min-width: 48em)
{
    body.nav-active
    {
        overflow: visible;
    }
}
#main
{
    position: relative;
}
.banner
{
    position: relative;
    padding-bottom: 3.5625rem;
}
@media screen and (min-width: 48em)
{
    .banner
    {
        padding-bottom: 0;
    }
}
h1.tagline
{
    font-family: "jaf-domus","acumin-pro",Helvetica,Roboto,Arial,sans-serif;
    font-size: .875rem;
    letter-spacing: .4px;
}
.articles
{
    position: relative;
    padding: 3.125rem 0 1.25rem;
}
@media screen and (min-width: 80em)
{
    .articles
    {
        padding: 5.5rem 0 2rem;
    }
}
.articles .holder
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 1.75rem;
}
@media screen and (min-width: 48em)
{
    .articles .holder
    {
        margin-bottom: 2.8125rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .articles .holder
    {
        margin-bottom: 5.625rem;
    }
}
.articles .btn-holder
{
    margin-left: .625rem;
    line-height: 1;
}
@media screen and (min-width: 48em)
{
    .articles .btn-holder
    {
        margin-left: 3.7%;
    }
}
.articles h2
{
    margin-bottom: 0;
}
.articles .article-btn-prev, .articles .article-btn-next
{
    z-index: 3;
    color: #d43d06;
    font-size: 1.0625rem;
}
@media screen and (min-width: 48em)
{
    .articles .article-btn-prev, .articles .article-btn-next
    {
        font-size: 1.875rem;
    }
}
.articles .article-btn-prev:hover, .articles .article-btn-next:hover
{
    color: #292d2e;
}
.articles .article-btn-next
{
    margin-left: 1.375rem;
}
@media screen and (min-width: 48em)
{
    .articles .article-btn-next
    {
        margin-left: 1.875rem;
    }
}
.latest-articles, .latest-articles-mobile
{
    position: relative;
    padding: 3.125rem 0 1.25rem;
}
@media screen and (min-width: 48em)
{
    .latest-articles, .latest-articles-mobile
    {
        padding: 3.125rem 1.75rem 2rem 2.75rem;
    }
}
@media screen and (min-width: 80em)
{
    .latest-articles, .latest-articles-mobile
    {
        padding: 4.375rem 0 1.875rem;
    }
}
.latest-articles .holder, .latest-articles-mobile .holder
{
    margin-bottom: 1.75rem;
}
@media screen and (min-width: 48em)
{
    .latest-articles .holder, .latest-articles-mobile .holder
    {
        margin-bottom: 2.8125rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .latest-articles .holder, .latest-articles-mobile .holder
    {
        margin-bottom: 5.625rem;
    }
}
.latest-articles .holder h2, .latest-articles-mobile .holder h2
{
    display: inline-block;
    margin-bottom: 2rem;
    margin-bottom: 1.75rem;
}
.latest-articles .holder h2:before, .latest-articles-mobile .holder h2:before
{
    top: 50%;
}
@media screen and (min-width: 48em)
{
    .latest-articles .holder h2, .latest-articles-mobile .holder h2
    {
        margin-bottom: 2.8125rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .latest-articles .holder h2, .latest-articles-mobile .holder h2
    {
        margin-bottom: 4.375rem;
    }
}
.latest-articles .btn-holder, .latest-articles-mobile .btn-holder
{
    margin-left: .625rem;
    line-height: 1;
}
@media screen and (min-width: 48em)
{
    .latest-articles .btn-holder, .latest-articles-mobile .btn-holder
    {
        margin-left: 3.7%;
    }
}
.latest-articles .article-btn-prev, .latest-articles .article-btn-next, .latest-articles-mobile .article-btn-prev, .latest-articles-mobile .article-btn-next
{
    z-index: 3;
    color: #d43d06;
    font-size: 1.0625rem;
}
@media screen and (min-width: 48em)
{
    .latest-articles .article-btn-prev, .latest-articles .article-btn-next, .latest-articles-mobile .article-btn-prev, .latest-articles-mobile .article-btn-next
    {
        font-size: 1.875rem;
    }
}
.latest-articles .article-btn-prev:hover, .latest-articles .article-btn-next:hover, .latest-articles-mobile .article-btn-prev:hover, .latest-articles-mobile .article-btn-next:hover
{
    color: #292d2e;
}
.latest-articles .article-btn-next, .latest-articles-mobile .article-btn-next
{
    margin-left: 1.375rem;
}
@media screen and (min-width: 48em)
{
    .latest-articles .article-btn-next, .latest-articles-mobile .article-btn-next
    {
        margin-left: 1.875rem;
    }
}
.article
{
    position: relative;
}
.article.bookmarks
{
    margin: 0 0 1.25rem;
}
.article .img-holder
{
    margin-bottom: .625rem;
    position: relative;
}
@media screen and (min-width: 80em)
{
    .article .img-holder
    {
        margin-bottom: 1.625rem;
    }
}
.article .img-holder img
{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}
.article h3, .article h4
{
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em)
{
    .article h3, .article h4
    {
        min-height: 84px;
    }
}
@media screen and (min-width: 64em)
{
    .article h3, .article h4
    {
        min-height: 84px;
    }
}
@media screen and (min-width: 80em)
{
    .article h3, .article h4
    {
        min-height: 2.6875rem;
        margin-bottom: 2.3125rem;
        min-height: 64px;
    }
}
.misc-content
{
    position: relative;
    z-index: 1;
    padding: 2.25rem;
    padding-top: 1.6875rem;
    padding-bottom: 3rem;
}
@media screen and (min-width: 48em)
{
    .misc-content
    {
        padding: 4rem;
        padding-top: 1.5625rem;
        padding-bottom: 1.1875rem;
    }
}
@media screen and (min-width: 80em)
{
    .misc-content
    {
        padding: 1rem;
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }
}
@media screen and (min-width: 80em)
{
    .misc-content.other-posts
    {
        padding-top: 7.0625rem;
        padding-bottom: 3.5rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .misc-content.other-posts .heading-holder
    {
        margin-bottom: 3.125rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .misc-content.other-posts .slide-holder .img-holder
    {
        margin-bottom: 1.8125rem;
    }
}
.misc-content:before
{
    position: absolute;
    content: '';
    background: #eaeaea;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    z-index: -1;
    display: block;
}
.misc-content.no-bg:before
{
    display: none;
}
.misc-content h1
{
    margin-bottom: .9375rem;
}
@media screen and (min-width: 48em)
{
    .misc-content h1
    {
        float: left;
        margin-bottom: 0;
        line-height: 1;
    }
}
.misc-content h2
{
    margin-bottom: .9375rem;
    margin-top: 1.875rem;
}
@media screen and (min-width: 48em)
{
    .misc-content h2
    {
        float: left;
        margin-bottom: 0;
        margin-top: 1.875rem;
    }
}
.misc-content .filter
{
    padding: .9375rem 0 1.875rem;
    margin: 0 -1.0625rem;
    margin: 0;
}
@media print, screen and (min-width: 48em)
{
    .misc-content .filter
    {
        margin: 0 0 1.5rem;
        padding: 0;
    }
}
@media screen and (min-width: 80em)
{
    .misc-content .filter
    {
        margin: 0 0 2.25rem;
    }
}
.misc-content .filter ul
{
    display: block;
    display: none;
    width: 100%;
    margin: -.25rem 0 0;
    padding: 1.375rem 1.0625rem .9375rem;
    background: #fff;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 9;
}
@media screen and (min-width: 48em)
{
    .misc-content .filter ul
    {
        display: flex;
    }
}
.misc-content .filter ul:before
{
    border-color: #fff;
}
.misc-content .filter.active ul
{
    border: 1px solid #96999a;
    border-top: 0;
}
@media print, screen and (min-width: 48em)
{
    .misc-content .filter.active ul
    {
        border: none;
    }
}
.misc-content .btn-more-holder
{
    display: none;
}
@media print, screen and (min-width: 48em)
{
    .misc-content .btn-more-holder
    {
        margin: 1.25rem 0;
        display: block;
    }
}
@media screen and (min-width: 80em)
{
    .misc-content .btn-more-holder
    {
        margin: 2.1875rem 0 0;
    }
}
.misc-content .btn-more-holder .button
{
    display: none;
}
@media print, screen and (min-width: 48em)
{
    .misc-content .btn-more-holder .button
    {
        display: inline-block;
        vertical-align: top;
    }
}
.misc-content .button
{
    margin-bottom: 0;
    padding: .6875rem .9375rem .8125rem;
    font-family: "jaf-domus","acumin-pro",Helvetica,Roboto,Arial,sans-serif;
    font-size: .875rem;
}
@media screen and (min-width: 48em)
{
    .misc-content .button
    {
        font-size: 1rem;
        padding: .9375rem 1.25rem 1.0625rem;
        min-width: 8.75rem;
    }
}
@media screen and (min-width: 64em)
{
    .misc-content .button
    {
        min-width: 6.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .misc-content .button
    {
        min-width: 10.3125rem;
    }
}
.misc-content #make-changes-btn
{
    margin: .625rem 0 1.25rem;
}
@media screen and (min-width: 48em)
{
    .misc-content #make-changes-btn
    {
        margin: 1.875rem 0 3.75rem;
    }
}
@media screen and (max-width: 63.9375em)
{
    .misc-content>.column>.column, .misc-content>.columns>.column, .misc-content>.column>.columns, .misc-content>.columns>.columns
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
.js-tab-hidden
{
    display: block!important;
    left: -9999px!important;
    position: absolute!important;
    top: -9999px!important;
}
.scrollable-tabs
{
    overflow-X: auto;
    margin: 0 -2.375rem -.625rem;
    padding: 0 0 .625rem;
}
@media print, screen and (min-width: 48em)
{
    .scrollable-tabs
    {
        overflow: inherit;
        margin: 0;
        padding: 0;
    }
}
.scrollable-tabs .tabs-holder
{
    float: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
@media print, screen and (min-width: 48em)
{
    .scrollable-tabs .tabs-holder
    {
        float: none;
    }
}
.tabs-holder
{
    border-bottom: 1px solid #96999a;
    padding-bottom: .75rem;
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 -1.0625rem;
}
@media screen and (min-width: 48em)
{
    .tabs-holder
    {
        padding-bottom: 1.25rem;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 64em)
{
    .tabs-holder
    {
        padding-top: .5625rem;
    }
}
@media screen and (min-width: 80em)
{
    .tabs-holder
    {
        padding-bottom: 3.1875rem;
    }
}
@media screen and (min-width: 48em)
{
    .misc-content .tabs-holder
    {
        margin-top: -1.75rem;
    }
}
@media screen and (min-width: 64em)
{
    .misc-content .tabs-holder
    {
        margin-top: -3.0625rem;
    }
}
@media screen and (min-width: 80em)
{
    .misc-content .tabs-holder
    {
        margin-top: -3.375rem;
    }
}
.tabset
{
    display: flex;
    letter-spacing: .3px;
    flex-flow: row wrap;
    align-items: center;
    font-size: .875rem;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    justify-content: center;
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    margin: 0 -1.875rem;
}
@media screen and (min-width: 48em)
{
    .tabset
    {
        font-size: 1.125rem;
        justify-content: flex-end;
        margin: 0;
    }
}
@media screen and (min-width: 64em)
{
    .tabset
    {
        font-size: 1.5rem;
        margin-right: 2rem;
    }
}
.scrollable-tabs .tabset
{
    display: block;
    margin: 0;
    white-space: nowrap;
    letter-spacing: -.32em;
}
@media print, screen and (min-width: 48em)
{
    .scrollable-tabs .tabset
    {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
    }
}
@media print, screen and (min-width: 64em)
{
    .scrollable-tabs .tabset
    {
        margin-right: 2rem;
    }
}
@media screen and (min-width: 80em)
{
    .scrollable-tabs .tabset
    {
        justify-content: flex-end;
    }
}
.tabset li
{
    margin: 0 1.875rem;
}
@media print, screen and (min-width: 48em)
{
    .tabset li
    {
        margin: 0 0 0 1.875rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .tabset li
    {
        margin: 0 0 0 2.5rem;
    }
    .tabset li:first-child
    {
        margin: 0;
    }
}
@media screen and (min-width: 80em)
{
    .tabset li
    {
        margin: 0 0 0 4.8125rem;
    }
}
.scrollable-tabs .tabset li
{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    letter-spacing: .6px;
}
@media print, screen and (min-width: 48em)
{
    .scrollable-tabs .tabset li:first-child
    {
        margin: 0;
    }
}
@media screen and (min-width: 80em)
{
    .scrollable-tabs .tabset li
    {
        margin: 0 0 0 2.8125rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .scrollable-tabs .tabset li
    {
        margin: 0 0 0 4.375rem;
    }
}
.tabset li.active a
{
    color: #d43d06;
}
.tabset li.active a:after
{
    content: '';
    position: absolute;
    left: -17px;
    right: -17px;
    bottom: -13px;
    height: 2px;
    background: #d43d06;
    display: block;
    border-radius: 10px;
}
@media screen and (min-width: 48em)
{
    .tabset li.active a:after
    {
        bottom: -21px;
        left: 0;
        right: 0;
    }
}
@media screen and (min-width: 64em)
{
    .tabset li.active a:after
    {
        left: -25px;
        right: -25px;
    }
}
@media screen and (min-width: 80em)
{
    .tabset li.active a:after
    {
        left: -31px;
        right: -31px;
        bottom: -52px;
    }
}
.tabset a
{
    color: #54524c;
    position: relative;
    display: block;
}
.tabset a:hover
{
    color: #d43d06;
}
.schedule
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: .75rem;
    width: 100%;
    margin: 0 0 1.6875rem;
    padding: .5625rem .625rem 0;
    position: relative;
}
@media screen and (min-width: 48em)
{
    .schedule
    {
        font-size: 1rem;
        padding: 0;
    }
}
@media screen and (min-width: 64em)
{
    .schedule
    {
        width: auto;
        margin: 0;
    }
}
@media screen and (min-width: 95.625em)
{
    .schedule
    {
        margin: 0 5% 0 0;
    }
}
.schedule:after
{
    background: #d43d06;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    height: 1px;
    display: block;
    position: absolute;
}
@media screen and (min-width: 64em)
{
    .schedule:after
    {
        display: none;
    }
}
.schedule li
{
    margin: 0 .75rem;
}
@media screen and (min-width: 95.625em)
{
    .schedule li
    {
        margin: 0 1.5rem;
    }
}
.schedule .def
{
    display: block;
    color: #d43d06;
}
.partners
{
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
}
@media print, screen and (min-width: 48em)
{
    .partners
    {
        padding: 4rem;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}
@media screen and (min-width: 80em)
{
    .partners
    {
        padding: 1rem;
        padding-top: 7.5rem;
        padding-bottom: 8.75rem;
    }
}
.partners h2:before
{
    top: 50%;
}
@media screen and (min-width: 80em)
{
    .partners h2
    {
        margin-bottom: 4.375rem;
    }
}
.partners .img-holder
{
    margin-bottom: .75rem;
}
@media print, screen and (min-width: 48em)
{
    .partners .img-holder
    {
        margin-bottom: 1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .partners .img-holder
    {
        margin-bottom: 2rem;
    }
}
.partners .img-holder img
{
    width: 100%;
}
.partners .txt-holder
{
    color: #54524c;
    font-size: .875rem;
    line-height: 1.2;
    position: relative;
}
@media print, screen and (min-width: 30em)
{
    .partners .txt-holder
    {
        font-size: 1rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .partners .txt-holder
    {
        padding: 0 26% 0 0;
    }
}
.partners .txt-holder p
{
    margin-bottom: 0;
    line-height: 1.5;
}
.partners .location
{
    display: block;
    margin-bottom: .1875rem;
    font-size: .625rem;
    color: #d43d06;
}
@media print, screen and (min-width: 48em)
{
    .partners .location
    {
        font-size: .875rem;
    }
}
.partners h3
{
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    line-height: 1;
    color: #292d2e;
}
@media print, screen and (min-width: 48em)
{
    .partners h3
    {
        margin-bottom: 1.5625rem;
    }
}
@media screen and (min-width: 80em)
{
    .partners h3
    {
        margin-bottom: 2.5rem;
        font-size: 1.5rem;
        margin-right: -26%;
    }
}
.partners .more
{
    font-size: .9375rem;
    color: #d43d06;
    position: absolute;
    bottom: 1px;
    right: 0;
    display: none;
}
@media print, screen and (min-width: 48em)
{
    .partners .more
    {
        bottom: .375rem;
        right: 1.25rem;
        display: block;
    }
}
@media screen and (min-width: 80em)
{
    .partners .more
    {
        font-size: 1.75rem;
    }
}
.partners .more:hover, .partners .more:focus
{
    color: #54524c;
}
.partners .partners-gallery .row.column.end, .partners .partners-gallery .row.end.columns
{
    position: relative;
    margin: 1rem 0 2rem;
}
.partners .partners-gallery .row.column.end .button, .partners .partners-gallery .row.end.columns .button
{
    position: absolute;
    right: 1rem;
    font-size: .875rem;
    margin: 0 0 .1875rem;
}
@media screen and (min-width: 48em)
{
    .partners .partners-gallery .row.column.end .button, .partners .partners-gallery .row.end.columns .button
    {
        min-width: 7.5rem;
        padding: .625rem;
    }
}
@media screen and (min-width: 64em)
{
    .partners .partners-gallery .row.column.end .button, .partners .partners-gallery .row.end.columns .button
    {
        min-width: 8.125rem;
    }
}
@media screen and (min-width: 80em)
{
    .partners .partners-gallery .row.column.end .button, .partners .partners-gallery .row.end.columns .button
    {
        font-size: 1rem;
        min-width: 10.3125rem;
        padding: .875rem .625rem 1.125rem;
    }
}
.visual
{
    min-height: 6.6875rem;
    padding: 1.375rem 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
}
@media print, screen and (min-width: 30em)
{
    .visual
    {
        min-height: 9.375rem;
        padding: 1.625rem 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .visual
    {
        min-height: 12.5rem;
        padding: 1.875rem 0;
    }
}
@media screen and (min-width: 80em)
{
    .visual
    {
        min-height: 14.6875rem;
    }
}
.visual h1
{
    line-height: 1.166;
    color: inherit;
    letter-spacing: -.4px;
    margin: 0;
}
@media print, screen and (min-width: 64em)
{
    .visual h1
    {
        line-height: 1.4;
    }
}
#content
{
    padding-top: 1.375rem;
}
@media print, screen and (min-width: 48em)
{
    #content
    {
        padding-top: 2.125rem;
    }
}
@media print, screen and (min-width: 64em)
{
    #content
    {
        padding-top: 2.875rem;
    }
}
.post-detail
{
    margin: 0 0 2rem;
}
@media print, screen and (min-width: 48em)
{
    .post-detail
    {
        margin: 0 0 2.8125rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .post-detail
    {
        margin: 0 0 3.75rem;
    }
}
.post-detail .header
{
    padding: 0 .9375rem 1.5625rem;
    margin: 0 -.9375rem .5rem;
    border-bottom: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .header
    {
        padding: 0 0 1.875rem;
        margin: 0 0 1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .post-detail .header
    {
        padding: 0 0 2.6875rem;
    }
}
.post-detail h1
{
    color: #292d2e;
    line-height: 1.166;
    letter-spacing: -.5px;
    margin: 0 0 1.1875rem;
}
@media print, screen and (min-width: 48em)
{
    .post-detail h1
    {
        line-height: 1.0833;
        margin: 0 0 1.5625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .post-detail h1
    {
        margin: 0 0 2.9375rem;
    }
}
.post-detail h2
{
    letter-spacing: .3px;
    margin: 0 0 .4375rem;
}
@media print, screen and (min-width: 48em)
{
    .post-detail h2
    {
        font-size: 1.5rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .post-detail h2
    {
        margin: 0 0 .75rem;
    }
}
.post-detail .meta
{
    font-size: .75rem;
    letter-spacing: 0;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .meta
    {
        font-size: .875rem;
        letter-spacing: .3px;
    }
}
.post-detail .meta .read-time
{
    display: block;
    padding: 0 0 .1875rem 1.125rem;
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .meta .read-time
    {
        display: inline-block;
        vertical-align: top;
        padding: 0 2.5625rem 0 2.375rem;
        margin: 0 0 10px;
    }
}
.post-detail .meta .read-time:before
{
    content: "";
    position: absolute;
    top: -.1875rem;
    left: 0;
    right: auto;
    bottom: auto;
    font-family: 'icomoon';
    content: "";
    font-weight: 400;
    font-size: .9375rem;
    color: #96999a;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .meta .read-time:before
    {
        font-size: 1.75rem;
        top: 50%;
        transform: translateY(-50%);
    }
}
.post-detail .meta .author
{
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    margin: 0;
    font-size: inherit;
    color: #d43d06;
}
.post-detail .meta time
{
    display: inline-block;
    vertical-align: top;
}
.post-detail .meta time:before
{
    content: "|";
    padding: 0 .1875rem 0 0;
}
.post-detail .icons-list
{
    display: flex;
    flex-flow: row wrap;
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 0 1.125rem;
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .icons-list
    {
        font-size: 1.75rem;
    }
}
@media screen and (min-width: 80em)
{
    .post-detail .icons-list
    {
        padding: 0 0 2.5rem;
    }
}
.post-detail .icons-list.has-add
{
    padding-right: 190px;
}
.post-detail .icons-list.has-add
{
    padding-right: 40px;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .icons-list.has-add
    {
        padding-right: 190px;
    }
}
.post-detail .icons-list ul
{
    margin: 0;
    letter-spacing: -.32em;
}
.post-detail .icons-list ul+ul
{
    padding-left: 1.0625rem;
    border-left: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .icons-list ul+ul
    {
        padding-left: 1.6875rem;
    }
}
.post-detail .icons-list ul li
{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: .375rem .875rem .25rem 0;
}
.post-detail .icons-list ul li .icon-bookmark
{
    width: 14px;
    height: 20px;
    background-size: 14px 20px;
    background-image: url(../image/bookmark.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.post-detail .icons-list ul li .icon-bookmark:hover
{
    width: 14px;
    height: 20px;
    background-size: 14px 20px;
    background-image: url(../image/bookmark_orange.svg);
}
.post-detail .icons-list ul li .icon-bookmark.saved
{
    width: 14px;
    height: 20px;
    background-size: 14px 20px;
    background-image: url(../image/bookmark_fill.svg);
}
@media screen and (min-width: 48em)
{
    .post-detail .icons-list ul li .icon-bookmark
    {
        width: 20px;
        height: 29px;
        background-size: 20px 29px;
    }
    .post-detail .icons-list ul li .icon-bookmark:hover
    {
        width: 20px;
        height: 29px;
        background-size: 20px 29px;
        background-image: url(../image/bookmark_orange.svg);
    }
    .post-detail .icons-list ul li .icon-bookmark.saved
    {
        width: 20px;
        height: 29px;
        background-size: 20px 29px;
        background-image: url(../image/bookmark_fill.svg);
    }
}
.post-detail .icons-list ul li .icon-bookmark:before
{
    display: none;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .icons-list ul li
    {
        margin: .625rem 1.3125rem .4375rem 0;
    }
}
.post-detail .icons-list ul a
{
    color: #96999a;
}
.post-detail .icons-list ul a:hover
{
    color: #d43d06;
}
.post-detail .icons-list ul i
{
    display: block;
}
.post-detail .icons-list ul i.saved
{
    color: #d43d06;
}
.post-detail .icons-list .add-calendar
{
    height: 21px;
    font-size: 14px;
    line-height: 27px;
    float: right;
    text-decoration: underline;
    padding: 0 0 0 21px;
    position: absolute;
    top: 4px;
    right: 8px;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .icons-list .add-calendar
    {
        height: 27px;
        padding: 0 0 0 36px;
        top: 10px;
        right: 52px;
    }
}
.post-detail .icons-list .add-calendar:hover i
{
    color: #d43d06;
}
.post-detail .icons-list .add-calendar i
{
    font-size: 21px;
    color: #96999a;
    position: absolute;
    top: 0;
    left: 0;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .icons-list .add-calendar i
    {
        font-size: 27px;
    }
}
.post-detail .text-box
{
    padding: 0 .9375rem .25rem;
    margin: 0 -.9375rem 3.125rem;
    border-bottom: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .text-box
    {
        padding: 0 0 1.25rem;
        margin: 0 0 3.125rem;
    }
}
@media screen and (min-width: 80em)
{
    .post-detail .text-box
    {
        padding: 0 0 2.125rem;
    }
}
.post-detail .two-images
{
    padding: 2rem 0 1.375rem;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .two-images
    {
        padding-bottom: 1.5rem;
    }
}
.post-detail .two-images .column, .post-detail .two-images .columns
{
    padding-bottom: 1.8125rem;
}
.post-detail .two-images img
{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}
.post-detail .img-holder
{
    padding-top: 2rem;
    padding-bottom: 3.25rem;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .img-holder
    {
        padding-top: 1.875rem;
        padding-bottom: 3.125rem;
    }
}
.post-detail .img-holder img
{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}
.post-detail .img-holder .video
{
    position: relative;
}
.post-detail .keywords
{
    padding: 1.625rem 0;
}
@media screen and (min-width: 80em)
{
    .post-detail .keywords
    {
        padding: 2.9375rem 0;
    }
}
.post-detail .keywords.add
{
    padding: 0 0 3.5rem;
}
@media screen and (min-width: 80em)
{
    .post-detail .keywords.add
    {
        padding: .5rem 0 3.6875rem;
    }
}
.post-detail .button
{
    margin: 0 0 1.75rem;
    font-family: inherit;
}
@media print, screen and (min-width: 48em)
{
    .post-detail .button
    {
        min-width: 10.3125rem;
        padding: .875rem;
        font-size: 1rem;
        line-height: 1.25rem;
        margin: 0 0 1.875rem;
    }
}
.post-detail #article-body p img
{
    margin: 0 1.5rem 1rem 0;
}
.post-detail #article-body table
{
    max-width: 100%;
    table-layout: auto;
    margin: 0 0 2rem;
}
.post-detail #article-body table td
{
    padding: 2%;
}
.post-detail #article-body table td h2
{
    font-size: 1.125rem;
    line-height: 1.2;
}
.post-detail #article-body table td h2:before
{
    display: none;
}
.post-detail #article-body table td p
{
    margin-bottom: 1em;
}
.author-posts
{
    padding: 3.4375rem 0 1.8125rem;
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    .author-posts
    {
        padding: 0 0 5.5625rem;
    }
}
.author-posts:before
{
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
    left: -1.125rem;
    right: -1.125rem;
    bottom: auto;
    background: #d5d6d7;
}
@media print, screen and (min-width: 48em)
{
    .author-posts:before
    {
        display: none;
    }
}
.author-posts.edit-by
{
    padding: 3.4375rem 0 1.875rem;
}
@media print, screen and (min-width: 48em)
{
    .author-posts.edit-by
    {
        padding: 0 0 .0625rem;
        margin: 0 0 -5px;
    }
}
.author-posts.edit-by:after
{
    height: 1px;
    content: "";
    position: absolute;
    top: auto;
    left: -1.125rem;
    right: -1.125rem;
    bottom: 0;
    background: #d5d6d7;
}
@media print, screen and (min-width: 48em)
{
    .author-posts.edit-by:after
    {
        display: none;
    }
}
.author-posts .article
{
    margin: 0 0 1.9375rem;
    float: left;
}
.author-posts .article:nth-child(2n+2)
{
    clear: left;
}
@media print, screen and (min-width: 48em)
{
    .author-posts .article
    {
        display: flex;
        flex-flow: row nowrap;
        margin: 0 0 1.3125rem;
    }
}
.author-posts .article .img-holder
{
    width: 15.3125rem;
    margin: 0 auto .75rem;
}
@media print, screen and (min-width: 48em)
{
    .author-posts .article .img-holder
    {
        width: 18.5rem;
        margin: .4375rem 2rem 0 0;
    }
}
.author-posts .article .img-holder img
{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}
@media print, screen and (min-width: 48em)
{
    .author-posts .article .txt-holder
    {
        width: 66%;
    }
}
.author-posts .article .button.alert.round.remove span:before
{
    content: "X";
    margin: 0 10px 0 -40px;
    padding: 0 0 0 20px;
    font-size: 14px;
}
.author-posts .article .location
{
    color: #d43d06;
    text-transform: capitalize;
}
@media print, screen and (min-width: 48em)
{
    .author-posts .article.author-tile-small .img-holder
    {
        width: 4.9375rem;
    }
}
.author-posts .article.author-tile-small h3
{
    min-height: auto;
    margin-bottom: .5rem;
}
.author-posts .article.author-tile-small h3 a
{
    color: inherit;
}
.author-posts .article.author-tile-small h3 a:hover
{
    color: #d43d06;
}
.author-posts .article.author-tile-small .follow
{
    margin: 1rem 0;
}
.author-posts .text
{
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    .author-posts .text
    {
        width: calc(100% - 328px);
        padding: 0 0 3.1875rem;
    }
}
.author-posts .text .button
{
    margin: 0;
}
@media print, screen and (min-width: 48em)
{
    .author-posts .text .button
    {
        min-width: 10.3125rem;
        padding: 1.0625rem .9375rem;
        font-size: inherit;
        position: absolute;
        bottom: .125rem;
        left: 0;
    }
}
.author-posts .city
{
    display: block;
    font-size: .625rem;
    font-weight: 400;
    color: #d43d06;
}
@media print, screen and (min-width: 48em)
{
    .author-posts .city
    {
        font-size: .875rem;
    }
}
.author-posts h3
{
    font-weight: 900;
    color: #292d2e;
    font-size: 1.125rem;
    line-height: 1.166;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 1.1875rem;
}
@media print, screen and (min-width: 48em)
{
    .author-posts h3
    {
        font-size: 1.375rem;
        margin: 0 0 1.875rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .author-posts h3
    {
        font-size: 1.5rem;
        margin: 0 0 2.6875rem;
    }
}
.monthly-brief
{
    margin: 0 0 3.375rem;
}
@media print, screen and (min-width: 48em)
{
    .monthly-brief
    {
        margin: 0 0 6.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .monthly-brief
    {
        margin: 0;
    }
}
@media screen and (min-width: 80em)
{
    .monthly-brief.current-month
    {
        margin: 0 0 6.375rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .monthly-brief.current-month h2
    {
        margin: 0 0 2.6875rem;
    }
}
.monthly-brief .text
{
    max-height: 39.375rem;
    overflow: hidden;
    padding: 0 .625rem;
    margin: 0 -.625rem .875rem;
}
@media print, screen and (min-width: 48em)
{
    .monthly-brief .text
    {
        max-height: inherit;
        overflow: visible;
        margin: 0;
        padding: 0;
    }
}
.monthly-brief h2
{
    letter-spacing: .4px;
    margin: 0 0 1.125rem;
}
@media print, screen and (min-width: 48em)
{
    .monthly-brief h2
    {
        font-size: 1.5rem;
        letter-spacing: .6px;
        margin: 0 0 1.625rem;
    }
}
.monthly-brief h2:before
{
    top: 50%;
}
.monthly-brief h3
{
    font-size: .875rem;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: .4px;
    color: #292d2e;
    margin: 0 0 .5rem;
}
@media print, screen and (min-width: 48em)
{
    .monthly-brief h3
    {
        font-size: 1rem;
        margin: 0 0 .875rem;
    }
}
.monthly-brief a.more
{
    display: inline-block;
    vertical-align: top;
}
.monthly-brief a.more:after
{
    font-family: 'icomoon';
    content: "";
    font-weight: 400;
    padding: 0 0 0 2.25rem;
}
.monthly-brief .bullet-list
{
    margin: 0 0 1.8125rem;
}
@media print, screen and (min-width: 48em)
{
    .monthly-brief .bullet-list
    {
        margin: 0 0 2.1875rem;
    }
}
.monthly-brief .bullet-list li
{
    margin: 0 0 .375rem;
}
@media print, screen and (min-width: 48em)
{
    .monthly-brief .bullet-list li
    {
        margin: 0 0 .75rem;
    }
}
.area-tools
{
    padding-top: 3.5rem;
    padding-bottom: 2.6875rem;
    position: relative;
}
.area-tools:before
{
    display: block;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #eaeaea;
}
@media print, screen and (min-width: 48em)
{
    .area-tools
    {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .area-tools
    {
        padding-top: 5.875rem;
        padding-bottom: 6.3125rem;
        margin-bottom: 1.8125rem;
    }
}
.area-tools .header
{
    padding: 0 1.0625rem 1.75rem;
    margin: 0 -1.0625rem 1.5625rem;
    border-bottom: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .area-tools .header
    {
        padding: 0 0 .9375rem;
        margin: 0 0 3.125rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .area-tools .header
    {
        padding: 0 0 1.4375rem;
        margin: 0 0 4.875rem;
    }
}
.area-tools .header h2
{
    margin-bottom: 0;
}
.area-tools .header h2:before
{
    top: 50%;
}
.area-tools .holder
{
    position: relative;
}
@media print, screen and (min-width: 64em)
{
    .area-tools .holder
    {
        padding: 0 10.625rem 0 0;
    }
}
@media screen and (min-width: 80em)
{
    .area-tools .holder
    {
        padding: 0 12.5rem 0 0;
    }
}
@media print, screen and (min-width: 48em)
{
    .area-tools .holder .button.alert.round
    {
        min-width: 10.3125rem;
        font-size: 1rem;
        line-height: 1.25rem;
        padding: .9375rem;
        margin: 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .area-tools .holder .button.alert.round
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media screen and (min-width: 80em)
{
    .area-tools .holder .button.alert.round
    {
        right: 21px;
    }
}
.area-tools .holder ul
{
    margin: 0 0 2.0625rem;
    font-size: .875rem;
    line-height: 1.125rem;
    overflow: hidden;
}
@media print, screen and (min-width: 48em)
{
    .area-tools .holder ul
    {
        margin: 0 0 1.875rem -1.875rem;
        display: flex;
        flex-flow: row wrap;
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .area-tools .holder ul
    {
        font-size: 1.5rem;
        line-height: 1.875rem;
        margin: .4375rem 0 0 -1.875rem;
    }
}
@media screen and (min-width: 80em)
{
    .area-tools .holder ul
    {
        margin: .4375rem 0 0 -5.75rem;
    }
}
.area-tools .holder ul li
{
    margin: 0 0 1.625rem;
}
@media print, screen and (min-width: 48em)
{
    .area-tools .holder ul li
    {
        margin: 0 0 .625rem 1.875rem;
    }
}
@media screen and (min-width: 80em)
{
    .area-tools .holder ul li
    {
        margin: 0 0 .625rem 5.75rem;
    }
}
.search-result
{
    padding-top: 1.4375rem;
    padding-bottom: 3.75rem;
}
@media print, screen and (min-width: 48em)
{
    .search-result
    {
        padding-top: 1.9375rem;
        padding-bottom: 1.875rem;
    }
}
.search-result .header
{
    padding: 0 1.1875rem .9375rem;
    margin: 0 -1.1875rem 1.8125rem;
    border-bottom: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .search-result .header
    {
        padding: 0 0 2.375rem;
        margin: 0 0 3.375rem;
    }
}
.search-result .holder
{
    margin: 0 0 .875rem;
}
@media print, screen and (min-width: 48em)
{
    .search-result .holder
    {
        margin: 0 0 2.1875rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .search-result .holder
    {
        margin: 0 0 3.75rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .search-result .search-form-inline
    {
        width: 62%;
        float: left;
        margin: -.5rem 0 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .search-result .search-form-inline
    {
        margin: -.1875rem 0 0;
    }
}
@media screen and (min-width: 80em)
{
    .search-result .search-form-inline
    {
        width: 66%;
        margin: .3125rem 0 0;
    }
}
.search-result .search-form-inline.add
{
    width: auto;
    float: none;
}
@media print, screen and (min-width: 48em)
{
    .search-result .search-form-inline.add
    {
        margin: 0 0 1.875rem;
    }
}
@media screen and (min-width: 80em)
{
    .search-result .search-form-inline.add
    {
        width: 515px;
        float: left;
        margin: .3125rem 0 0;
    }
}
.search-result .tab-content .row
{
    display: flex;
    flex-flow: row wrap;
}
.search-result .tab-content .row:before, .search-result .tab-content .row:after
{
    display: none;
}
.search-result .tab-content .row .column, .search-result .tab-content .row .columns
{
    float: none;
}
.search-result .article
{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
@media print, screen and (min-width: 48em)
{
    .search-result .article
    {
        padding-top: 0;
    }
}
.search-result .article+.article:before
{
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
    left: 1.125rem;
    right: 1.125rem;
    bottom: auto;
    background: #96999a;
}
@media print, screen and (min-width: 48em)
{
    .search-result .article+.article:before
    {
        display: none;
    }
}
.search-result .article .img-holder
{
    margin-bottom: .875rem;
}
.search-result .article .img-holder h3, .search-result .article .img-holder h4
{
    margin-bottom: 1.6875rem;
}
@media print, screen and (min-width: 64em)
{
    .search-result .article .img-holder h3, .search-result .article .img-holder h4
    {
        margin-bottom: 2.5rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .search-result .article .img-holder
    {
        margin-bottom: 1.6875rem;
    }
}
.search-result .article .title
{
    margin: 0 0 .5625rem;
}
@media print, screen and (min-width: 48em)
{
    .search-result .article .title
    {
        margin: 0 0 .375rem;
    }
}
.search-result .article h3, .search-result .article h4
{
    margin-bottom: 1.6875rem;
    margin-bottom: 3.375rem;
}
@media print, screen and (min-width: 48em)
{
    .search-result .article h3, .search-result .article h4
    {
        min-height: 170px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 80em)
{
    .search-result .article h3, .search-result .article h4
    {
        min-height: 150px;
    }
}
.search-result .article .button.alert.round
{
    min-width: 8.5rem;
    font-size: .875rem;
    margin: 0;
    position: absolute;
    bottom: 3.75rem;
}
@media screen and (min-width: 48em)
{
    .search-result .article .button.alert.round
    {
        font-size: .9375rem;
        padding: .625rem .9375rem .75rem;
        min-width: 7.8125rem;
    }
}
@media screen and (min-width: 80em)
{
    .search-result .article .button.alert.round
    {
        min-width: 10.3125rem;
        font-size: 1rem;
        padding: .875rem .875rem 1.0625rem;
    }
}
.search-result .btn-more-holder
{
    margin: 0 -1rem;
}
@media print, screen and (min-width: 48em)
{
    .search-result .btn-more-holder
    {
        margin: 1.25rem 0 1.25rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .search-result .btn-more-holder
    {
        margin: 3.875rem 0 3.75rem;
    }
}
.tools
{
    padding-top: 1.4375rem;
    padding-bottom: 1.3125rem;
}
@media print, screen and (min-width: 48em)
{
    .tools
    {
        padding-bottom: 4.375rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools
    {
        padding-top: 1.875rem;
        padding-bottom: 6.6875rem;
    }
}
.tools .header
{
    padding: 0 1.1875rem .4375rem;
    margin: 0 -1.1875rem 1.4375rem;
    border-bottom: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .tools .header
    {
        padding: 0 0 1.875rem;
        margin: 0 0 1.875rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools .header
    {
        padding: 0 0 2.875rem;
        margin: 0 0 3.1875rem;
    }
}
.tools h1
{
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 29px;
}
@media print, screen and (min-width: 48em)
{
    .tools h1
    {
        margin: 0;
        padding: 0;
    }
}
.tools h1:after
{
    height: 1px;
    content: "";
    position: absolute;
    top: auto;
    left: -16px;
    right: -16px;
    bottom: 0;
    background: #96999a;
}
@media print, screen and (min-width: 48em)
{
    .tools h1:after
    {
        display: none;
    }
}
@media print, screen and (min-width: 48em)
{
    .tools .search-form-inline
    {
        margin: 1rem 0 0;
    }
}
.tools h2
{
    margin: 0 0 1.625rem;
}
@media print, screen and (min-width: 48em)
{
    .tools h2
    {
        font-size: 1.5rem;
        letter-spacing: .4px;
        margin: 0 0 1.25rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools h2
    {
        letter-spacing: .6px;
        margin: 0 0 2.25rem;
    }
}
@media print, screen and (min-width: 30em)
{
    .tools.items
    {
        display: flex;
        flex-flow: row wrap;
        margin: 0 -10px;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools.items
    {
        margin: 0 -15px;
    }
}
.tools.items li
{
    padding: 0 0 15px;
}
@media print, screen and (min-width: 30em)
{
    .tools.items li
    {
        width: 50%;
        padding: 10px;
    }
}
@media print, screen and (min-width: 48em)
{
    .tools.items li
    {
        width: 33.333%;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools.items li
    {
        width: 25%;
        padding: 15px;
    }
}
.tools.items a
{
    display: block;
    position: relative;
}
.tools.items a:hover .text
{
    background: rgba(249,73,9,.75);
}
.tools.items img
{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}
.tools.items .text
{
    color: #fff;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
}
.tools.items .text h3
{
    color: inherit;
    text-transform: uppercase;
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    margin-bottom: 0;
    letter-spacing: .01875rem;
    font-size: .875rem;
    line-height: 1.125rem;
}
@media screen and (min-width: 64em)
{
    .tools.items .text h3
    {
        min-height: 2.5rem;
        font-size: 1rem;
        line-height: 1.25rem;
    }
}
.tools.items .text .icon
{
    display: block;
    font-size: 2.5625rem;
    line-height: 2.5625rem;
    margin-bottom: 1.125rem;
}
@media screen and (min-width: 64em)
{
    .tools.items .text .icon
    {
        font-size: 2.8125rem;
        line-height: 2.8125rem;
    }
}
@media screen and (min-width: 80em)
{
    .tools.items .text .icon
    {
        font-size: 3.25rem;
        line-height: 3.25rem;
    }
}
.tools.items .text .icon.icon-finance
{
    font-size: 1.75rem;
}
@media print, screen and (min-width: 48em)
{
    .tools.items .text .icon.icon-finance
    {
        font-size: 2rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools.items .text .icon.icon-finance
    {
        font-size: 2.1875rem;
    }
}
.tools.items .text .icon.icon-legal
{
    font-size: 2.375rem;
}
@media print, screen and (min-width: 48em)
{
    .tools.items .text .icon.icon-legal
    {
        font-size: 2.625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools.items .text .icon.icon-legal
    {
        font-size: 3rem;
    }
}
.tools.items .text .icon.icon-security
{
    font-size: 2.125rem;
}
@media print, screen and (min-width: 48em)
{
    .tools.items .text .icon.icon-security
    {
        font-size: 2.375rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools.items .text .icon.icon-security
    {
        font-size: 2.5625rem;
    }
}
.video-detail
{
    padding-top: 1.4375rem;
    padding-bottom: 2.6875rem;
    position: relative;
}
@media print, screen and (min-width: 64em)
{
    .video-detail
    {
        padding-top: 1.875rem;
        padding-bottom: 3.4375rem;
    }
}
.video-detail:after
{
    height: 1px;
    content: "";
    position: absolute;
    top: auto;
    left: 1.3125rem;
    right: 1.3125rem;
    bottom: 0;
    background: #96999a;
    display: block;
}
@media print, screen and (min-width: 48em)
{
    .video-detail:after
    {
        display: none;
    }
}
.video-detail h1
{
    padding: 0 1.0625rem 1.4375rem;
    margin: 0 -1.0625rem 1.4375rem;
    border-bottom: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .video-detail h1
    {
        padding: 0 0 1.875rem;
        margin: 0 0 1.875rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .video-detail h1
    {
        padding: 0 0 2.1875rem;
        margin: 0 0 3.0625rem;
    }
}
.video-detail h2
{
    margin: 0 0 .8125rem;
}
@media print, screen and (min-width: 48em)
{
    .video-detail h2
    {
        margin: 0 0 1.25rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .video-detail h2
    {
        max-width: 33.33%;
        font-size: 1.5rem;
        margin: 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .video-detail .flex-row
    {
        display: flex;
        flex-flow: row-reverse wrap;
        padding: .0625rem 0 0;
    }
}
.video-detail .img-holder
{
    margin: 0 -1.0625rem .875rem;
}
@media print, screen and (min-width: 48em)
{
    .video-detail .img-holder
    {
        margin: 0 0 1.5625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .video-detail .img-holder
    {
        margin: -1.5625rem 0 0;
    }
}
.video-detail .img-holder .btn-play
{
    width: 4.5625rem;
    height: 4.5625rem;
}
@media print, screen and (min-width: 48em)
{
    .video-detail .img-holder .btn-play
    {
        width: 7.9375rem;
        height: 7.9375rem;
        border-width: .375rem;
    }
}
.video-detail .img-holder .btn-play:before
{
    font-size: 1.9375rem;
}
@media print, screen and (min-width: 48em)
{
    .video-detail .img-holder .btn-play:before
    {
        font-size: 3.375rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .video-detail .text-box
    {
        padding-top: 2.9375rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .video-detail .title
    {
        font-size: .875rem;
        margin: 0 0 .5625rem;
    }
}
.video-detail h3
{
    font-size: 1.125rem;
    line-height: 1.222;
    margin: 0 0 .375rem;
}
@media print, screen and (min-width: 48em)
{
    .video-detail h3
    {
        font-size: 1.375rem;
        line-height: 1.166;
        margin: 0 0 .75rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .video-detail h3
    {
        font-size: 1.5rem;
        margin: 0 0 1.0625rem;
    }
}
.video-detail .author
{
    font-size: .75rem;
    margin-bottom: .9375rem;
}
@media print, screen and (min-width: 48em)
{
    .video-detail .author
    {
        font-size: .875rem;
        margin-bottom: .875rem;
    }
}
.video-detail .text
{
    margin: 0 0 1.5rem;
}
@media print, screen and (min-width: 64em)
{
    .video-detail .text
    {
        max-width: 18.75rem;
        margin: 0 0 1.375rem;
    }
}
.video-detail .text p
{
    margin: 0;
}
@media print, screen and (min-width: 48em)
{
    .video-detail .button
    {
        min-width: 10.3125rem;
        padding: 1rem;
        font-size: 1rem;
    }
}
.videos
{
    padding-top: 3.5rem;
    padding-bottom: 3.75rem;
}
@media print, screen and (min-width: 48em)
{
    .videos
    {
        padding-top: 2.5rem;
        padding-bottom: 1.875rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .videos
    {
        padding-top: 3.125rem;
        padding-bottom: 2.5625rem;
    }
}
.videos .holder
{
    margin: 0 0 .875rem;
}
@media print, screen and (min-width: 48em)
{
    .videos .holder
    {
        margin: 0 0 2.1875rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .videos .holder
    {
        margin: 0 0 3.75rem;
    }
}
.videos h2
{
    margin: 0 0 .9375rem;
}
@media print, screen and (min-width: 48em)
{
    .videos h2
    {
        float: left;
        margin: 0;
    }
}
.videos .filter
{
    padding: .9375rem 0 2.1875rem;
    margin: 0 -1.0625rem;
}
@media print, screen and (min-width: 48em)
{
    .videos .filter
    {
        margin: -.4375rem 0 1.25rem;
        padding: 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .videos .filter
    {
        margin: -.4375rem 0 2.5rem;
        padding: 0;
    }
}
.videos .tab-content .row
{
    display: flex;
    flex-flow: row wrap;
}
.videos .tab-content .row:before, .videos .tab-content .row:after
{
    display: none;
}
.videos .tab-content .row .column, .videos .tab-content .row .columns
{
    float: none;
}
.videos .article
{
    padding-top: 3.75rem;
    padding-bottom: 3.8125rem;
}
@media print, screen and (min-width: 48em)
{
    .videos .article
    {
        padding-top: 0;
        padding-bottom: 2.9375rem;
    }
}
.videos .article+.article:before
{
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
    left: 1.125rem;
    right: 1.125rem;
    bottom: auto;
    background: #96999a;
}
@media print, screen and (min-width: 48em)
{
    .videos .article+.article:before
    {
        display: none;
    }
}
.videos .article:first-child
{
    padding-top: 0;
}
.videos .article .img-holder
{
    margin-bottom: .875rem;
}
@media print, screen and (min-width: 48em)
{
    .videos .article .img-holder
    {
        margin-bottom: 1.6875rem;
    }
}
.videos .article .title
{
    margin: 0 0 .5625rem;
}
@media print, screen and (min-width: 48em)
{
    .videos .article .title
    {
        margin: 0 0 .375rem;
    }
}
.videos .article h3, .videos .article h4
{
    margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 64em)
{
    .videos .article h3, .videos .article h4
    {
        margin-bottom: 2.5rem;
    }
}
.videos .article .button
{
    min-width: 8.5rem;
    font-size: .875rem;
    margin: 0;
}
@media screen and (min-width: 48em)
{
    .videos .article .button
    {
        font-size: .9375rem;
        padding: .625rem .9375rem .75rem;
        min-width: 7.8125rem;
    }
}
@media screen and (min-width: 80em)
{
    .videos .article .button
    {
        min-width: 10.3125rem;
        font-size: 1rem;
        padding: .875rem .875rem 1.0625rem;
    }
}
.videos .btn-more-holder
{
    margin: 0 -1rem;
}
@media print, screen and (min-width: 48em)
{
    .videos .btn-more-holder
    {
        margin: 1.25rem 0 1.25rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .videos .btn-more-holder
    {
        margin: 3.3125rem 0 3.75rem;
    }
}
.page-header
{
    padding-top: 1.6875rem;
    padding-bottom: 1.9375rem;
    position: relative;
    z-index: 10;
}
@media print, screen and (min-width: 48em)
{
    .page-header
    {
        padding-top: 2.125rem;
        padding-bottom: 3.125rem;
        margin-bottom: .1875rem;
    }
}
.page-header:before
{
    height: 1px;
    content: "";
    position: absolute;
    top: auto;
    left: 1.3125rem;
    right: 1.3125rem;
    bottom: 0;
    background: #96999a;
    display: block;
}
@media print, screen and (min-width: 48em)
{
    .page-header:before
    {
        left: 1.25rem;
        right: 1.25rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .page-header:before
    {
        left: .9375rem;
        right: .9375rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .page-header .row
    {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-end;
        justify-content: space-between;
    }
    .page-header .row:before, .page-header .row:after
    {
        display: none;
    }
}
.page-header h1
{
    line-height: 1.166;
    margin: 0 0 .625rem;
    letter-spacing: -.4px;
}
@media print, screen and (min-width: 48em)
{
    .page-header h1
    {
        line-height: 1.25;
    }
}
@media screen and (min-width: 80em)
{
    .page-header h1
    {
        margin: 0 3.75rem 0 0;
    }
}
.page-header .search-nav
{
    padding: .9375rem 0 0;
    margin: 0 -1.0625rem;
}
@media print, screen and (min-width: 48em)
{
    .page-header .search-nav
    {
        margin: 0;
    }
}
.page-header .search-nav>ul>li
{
    margin-bottom: 0;
}
@media print, screen and (min-width: 64em)
{
    .page-header .search-nav>ul ul
    {
        right: 0;
        left: auto;
    }
}
@media screen and (min-width: 80em)
{
    .page-header .search-nav>ul ul
    {
        left: 0;
        right: auto;
    }
}
@media print, screen and (min-width: 64em)
{
    .page-header .search-nav>ul ul:before, .page-header .search-nav>ul ul:after
    {
        left: auto;
        right: 1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .page-header .search-nav>ul ul:before, .page-header .search-nav>ul ul:after
    {
        left: 8.75rem;
        right: auto;
    }
}
.about-business
{
    padding: 0 1.0625rem .25rem;
    margin: 0 -1.0625rem;
    border-bottom: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .about-business
    {
        padding: 0 0 1.875rem;
        margin: 0;
    }
}
@media screen and (min-width: 80em)
{
    .about-business
    {
        margin: 0 0 2rem;
    }
}
.about-business h1
{
    line-height: 1.166;
    padding: 0 1.0625rem 1.625rem;
    margin: 0 -1.0625rem 1.4375rem;
    letter-spacing: -.4px;
    border-bottom: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .about-business h1
    {
        padding: 0 0 3.3125rem;
        margin: 0 -.1875rem 1.4375rem 0;
    }
}
.about-business .social-networks li
{
    margin: 0 .75rem 0 0;
}
@media print, screen and (min-width: 48em)
{
    .about-business .social-networks li
    {
        margin: 0 1.375rem 0 0;
    }
}
.about-business .social-networks li a
{
    font-size: 1.125rem;
    color: #96999a;
}
@media print, screen and (min-width: 48em)
{
    .about-business .social-networks li a
    {
        font-size: 1.5625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .about-business .social-networks li a
    {
        font-size: 1.8125rem;
    }
}
.about-business .social-networks li a:hover
{
    color: #d43d06;
}
@media print, screen and (min-width: 64em)
{
    .about-business .social-networks li a .icon-linkedin
    {
        font-size: 1.6875rem;
    }
}
.about-business p a
{
    font-weight: 600;
}
.board-members
{
    padding: 3.1875rem 0 .875rem;
}
.board-members article
{
    position: relative;
}
@media screen and (min-width: 80em)
{
    .board-members
    {
        padding: 4.5rem 0;
    }
}
.board-members .editorial-board
{
    font-size: 1.5rem;
    font-family: "acumin-pro",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.166;
    letter-spacing: -.4px;
    text-transform: none;
    margin: 0 0 1.25rem;
}
@media print, screen and (min-width: 48em)
{
    .board-members .editorial-board
    {
        font-size: 3rem;
        margin: 0 0 2.5rem;
    }
}
.board-members .editorial-board+.section
{
    padding-top: 0;
}
.board-members .section
{
    padding: 2.125rem 1.0625rem;
    margin: 0 -1.0625rem 1.375rem;
    border-bottom: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .board-members .section
    {
        border: none;
        padding: 0;
        margin: 0 0 1.5rem;
    }
}
.board-members .heading-holder
{
    margin-bottom: 1.1875rem;
}
@media print, screen and (min-width: 48em)
{
    .board-members .heading-holder
    {
        margin-bottom: 2.5rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .board-members .row
    {
        display: flex;
        flex-flow: row wrap;
    }
}
.board-members .column, .board-members .columns
{
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 48em)
{
    .board-members .column, .board-members .columns
    {
        padding-bottom: 1.5625rem;
    }
}
.board-members .img-holder
{
    width: 4.4375rem;
    margin: .25rem 0 0;
}
@media print, screen and (min-width: 48em)
{
    .board-members .img-holder
    {
        width: 4.9375rem;
        margin: .1875rem 0 0;
    }
}
.board-members .img-holder img
{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}
.board-members .text
{
    width: calc(80% - 4.4375rem);
    padding: 0 0 .9375rem .875rem;
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    .board-members .text
    {
        width: calc(80% - 4.9375rem);
    }
}
@media screen and (min-width: 80em)
{
    .board-members .text
    {
        padding: 0 0 .9375rem 1.8125rem;
    }
}
.board-members .designation, .board-members .practice-area
{
    display: block;
    font-size: .625rem;
    font-weight: 400;
    color: #d43d06;
}
@media print, screen and (min-width: 48em)
{
    .board-members .designation, .board-members .practice-area
    {
        font-size: .875rem;
        line-height: 1rem;
    }
}
.board-members h3
{
    font-size: 1rem;
}
@media print, screen and (min-width: 48em)
{
    .board-members h3
    {
        font-size: 1.375rem;
    }
}
@media screen and (min-width: 80em)
{
    .board-members h3
    {
        font-size: 1.5rem;
    }
}
.board-members h3 a
{
    color: inherit;
}
.board-members h3 a:hover
{
    color: #d43d06;
}
.board-members .email:hover
{
    color: #d43d06;
}
.board-members .view-all
{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1.375rem;
    color: #54524c;
    text-decoration: underline;
}
@media print, screen and (min-width: 48em)
{
    .board-members .view-all
    {
        display: none;
    }
}
.board-members .view-all:hover
{
    color: #d43d06;
}
.board-members .about-business
{
    border-bottom: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 48em)
{
    .board-members .about-business
    {
        padding-bottom: 1.5625rem;
    }
}
.board-members .about-business .social-networks
{
    padding: 0;
    margin: 0;
}
.board-members .about-business .social-networks li a
{
    font-size: 1.125rem;
}
@media print, screen and (min-width: 48em)
{
    .board-members .about-business .social-networks li a
    {
        font-size: 1.5625rem;
    }
}
.authors
{
    padding-top: 1.625rem;
    padding-bottom: 3.8125rem;
}
@media print, screen and (min-width: 48em)
{
    .authors
    {
        padding-bottom: 2.5rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .authors
    {
        padding-top: 2.0625rem;
    }
}
.authors .header
{
    padding: 0 1.1875rem;
    margin: 0 -1.1875rem .375rem;
}
@media print, screen and (min-width: 48em)
{
    .authors .header
    {
        margin: 0 0 1.875rem;
        padding: 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .authors .header
    {
        margin: 0 0 2.5rem;
    }
}
.authors h1
{
    line-height: 1.166;
    position: relative;
    margin: 0 0 1.625rem;
}
@media print, screen and (min-width: 48em)
{
    .authors h1
    {
        line-height: 1.25;
        letter-spacing: -.4px;
        margin: 0;
    }
}
@media print, screen and (min-width: 48em)
{
    .authors .search-form-inline
    {
        margin: 1rem 0 0;
    }
}
.authors .search-nav
{
    margin-bottom: 2.875rem;
}
@media print, screen and (min-width: 48em)
{
    .authors .search-nav
    {
        margin-bottom: 1.875rem;
    }
}
@media screen and (min-width: 80em)
{
    .authors .search-nav
    {
        margin-bottom: 2.75rem;
    }
}
.authors .partners
{
    padding: 0;
}
@media print, screen and (min-width: 30em)
{
    .authors .partners
    {
        display: flex;
        flex-flow: row wrap;
        margin: 0 -.9375rem;
    }
}
.authors .partners .article
{
    position: relative;
    padding: 3.6875rem 0 3.3125rem;
}
@media print, screen and (min-width: 30em)
{
    .authors .partners .article
    {
        width: 50%;
        padding: 0 .9375rem 2.5rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .authors .partners .article
    {
        width: 33.333%;
        border: none;
    }
}
@media print, screen and (min-width: 64em)
{
    .authors .partners .article
    {
        width: 25%;
    }
}
@media screen and (min-width: 80em)
{
    .authors .partners .article
    {
        padding-bottom: 3.375rem;
    }
}
.authors .partners .article:before
{
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
    left: -1.0625rem;
    right: -1.0625rem;
    bottom: auto;
    background: #96999a;
}
@media print, screen and (min-width: 30em)
{
    .authors .partners .article:before
    {
        display: none;
    }
}
.authors .partners .article:first-child
{
    padding-top: 0;
}
.authors .partners .article:first-child:before
{
    display: none;
}
.authors .partners .article .more
{
    display: block;
}
.authors .partners .article .button.alert.round.remove span:before
{
    content: "X";
    margin: 0 10px 0 -40px;
    padding: 0 0 0 20px;
    font-size: 14px;
}
.authors .partners .article .follow.button.alert.round
{
    margin-top: 1rem;
}
@media screen and (min-width: 30em)
{
    .authors .partners .article .follow.button.alert.round
    {
        margin: 0;
        position: absolute;
        bottom: 0;
    }
}
.authors .partners .img-holder
{
    margin-bottom: .5625rem;
}
@media print, screen and (min-width: 48em)
{
    .authors .partners .img-holder
    {
        margin-bottom: 1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .authors .partners .img-holder
    {
        margin-bottom: 2rem;
    }
}
.authors .partners .img-holder img
{
    width: 100%;
}
.authors .partners .txt-holder
{
    font-size: .875rem;
    line-height: 1.2;
    padding: 0 1rem 0 0;
}
@media screen and (min-width: 30em)
{
    .authors .partners .txt-holder
    {
        height: 12rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .authors .partners .txt-holder
    {
        font-size: 1rem;
        padding: 0 1rem 0 0;
        height: 13rem;
    }
}
.authors .partners .txt-holder p
{
    margin-bottom: 0;
    line-height: 1.571;
}
@media print, screen and (min-width: 48em)
{
    .authors .partners .txt-holder p
    {
        line-height: 1.5;
    }
}
.authors .partners h3
{
    margin-right: -1.5625rem;
    min-height: auto;
}
@media print, screen and (min-width: 48em)
{
    .authors .partners h3
    {
        margin-right: 0;
        margin-bottom: 1.5625rem;
    }
}
.authors-detail
{
    padding: 0 0 2rem;
}
@media print, screen and (min-width: 48em)
{
    .authors-detail
    {
        margin: 0 0 2.8125rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .authors-detail
    {
        margin: 0 0 3.5625rem;
    }
}
.authors-detail .header
{
    padding: .3125rem .9375rem 1.5625rem;
    margin: 0 -.9375rem 1.5rem;
    border-bottom: 1px solid #96999a;
}
@media print, screen and (min-width: 30em)
{
    .authors-detail .header
    {
        padding: 0 0 3.75rem;
        margin: 0 0 2.1875rem;
        display: flex;
        flex-flow: row wrap;
    }
}
@media screen and (min-width: 80em)
{
    .authors-detail .header
    {
        padding: 0 0 5.3125rem;
        margin: 0 0 3.125rem;
    }
}
.authors-detail .img-holder
{
    margin: 0 0 .6875rem;
}
@media print, screen and (min-width: 30em)
{
    .authors-detail .img-holder
    {
        width: 11.6875rem;
        margin: .3125rem 0 0;
    }
}
.authors-detail .img-holder img
{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}
.authors-detail .text
{
    padding: 0 8.125rem 0 0;
    position: relative;
}
@media print, screen and (min-width: 30em)
{
    .authors-detail .text
    {
        width: calc(100% - 187px);
        padding: 0 0 3.4375rem 2.0625rem;
    }
}
.authors-detail .text .button.alert.round
{
    margin: 0;
    position: absolute;
    top: 3.0625rem;
    right: -.75rem;
}
@media print, screen and (min-width: 30em)
{
    .authors-detail .text .button.alert.round
    {
        bottom: 0;
        left: 2.0625rem;
        top: auto;
        right: auto;
    }
}
@media print, screen and (min-width: 48em)
{
    .authors-detail .text .button.alert.round
    {
        min-width: 10.3125rem;
        padding: .875rem;
        font-size: 1rem;
        line-height: 1.25rem;
    }
}
.authors-detail .location
{
    display: block;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
    color: #d43d06;
    margin: 0 0 .25rem;
}
@media print, screen and (min-width: 30em)
{
    .authors-detail .location
    {
        font-size: .875rem;
        line-height: 1rem;
        margin: 0;
    }
}
.authors-detail h1
{
    color: #292d2e;
    line-height: 1.166;
    letter-spacing: -.1px;
    margin: 0 0 .125rem;
}
@media print, screen and (min-width: 48em)
{
    .authors-detail h1
    {
        line-height: 1;
        margin: 0 0 .3125rem;
    }
}
.authors-detail .designation
{
    display: block;
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 400;
    min-height: 20px;
}
.authors-detail .icons-list
{
    max-width: 8.125rem;
    display: flex;
    flex-flow: row wrap;
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 0 1.125rem;
    position: absolute;
    top: 0;
    right: -.8125rem;
}
@media print, screen and (min-width: 30em)
{
    .authors-detail .icons-list
    {
        max-width: 100%;
        padding: .625rem .3125rem;
        font-size: 1.75rem;
        top: 100%;
        left: -11.6875rem;
        right: 0;
    }
}
@media screen and (min-width: 80em)
{
    .authors-detail .icons-list
    {
        padding: 1.3125rem .3125rem 1.1875rem;
    }
}
.authors-detail .icons-list ul
{
    margin: 0;
    letter-spacing: -.32em;
}
.authors-detail .icons-list ul li
{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: .125rem .875rem .25rem 0;
}
@media print, screen and (min-width: 48em)
{
    .authors-detail .icons-list ul li
    {
        margin: .625rem 1.3125rem .4375rem 0;
    }
}
.authors-detail .icons-list ul a
{
    color: #96999a;
}
.authors-detail .icons-list ul a:hover
{
    color: #d43d06;
}
.authors-detail .icons-list ul i
{
    display: block;
}
.authors-detail h2
{
    letter-spacing: .3px;
    margin: 0 0 .75rem;
}
@media print, screen and (min-width: 48em)
{
    .authors-detail h2
    {
        letter-spacing: .5px;
        font-size: 1.5rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .authors-detail h2
    {
        margin: 0 0 .8125rem;
    }
}
.area-topics.column, .area-topics.columns
{
    padding: 1.625rem 2.375rem 0;
}
@media screen and (min-width: 95.625em)
{
    .area-topics.column, .area-topics.columns
    {
        padding: 1.875rem .9375rem 0;
    }
}
.area-topics h1
{
    line-height: 1.166;
    margin: 0 0 1.625rem;
}
@media print, screen and (min-width: 48em)
{
    .area-topics h1
    {
        line-height: 1.4;
        letter-spacing: -.4px;
        margin: 0 0 2.9375rem;
    }
}
.area-topics .box
{
    padding: 3.3125rem 0 3.5625rem;
    border-top: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .area-topics .box
    {
        padding: 3.75rem 0;
    }
}
@media screen and (min-width: 80em)
{
    .area-topics .box
    {
        padding: 6.875rem 0;
    }
}
.area-topics .box:first-child
{
    padding: 1.4375rem 0 3.5rem;
}
@media print, screen and (min-width: 48em)
{
    .area-topics .box:first-child
    {
        padding: 2.5rem 0 3.75rem;
    }
}
@media screen and (min-width: 80em)
{
    .area-topics .box:first-child
    {
        padding: 3.3125rem 0 7.0625rem;
    }
}
.area-topics h2
{
    padding: 0 1.25rem 0 0;
    margin: 0 0 .4375rem;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: .3px;
}
@media print, screen and (min-width: 48em)
{
    .area-topics h2
    {
        display: inline-block;
        vertical-align: top;
        padding: 0 3.8125rem 0 0;
        margin: 0 0 .8125rem;
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .area-topics h2
    {
        font-size: 1.5rem;
        line-height: 1.875rem;
        letter-spacing: .6px;
    }
}
.area-topics h2:before
{
    display: none;
}
.area-topics h2:after
{
    content: "";
    position: absolute;
    top: 1px;
    left: auto;
    right: -.1875rem;
    bottom: auto;
    font-family: 'icomoon';
    content: "";
    font-weight: 400;
    color: #d43d06;
    font-size: .875rem;
}
@media print, screen and (min-width: 48em)
{
    .area-topics h2:after
    {
        font-size: 1.25rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .area-topics h2:after
    {
        font-size: 1.375rem;
        top: 0;
    }
}
.area-topics h2 [class*=icon-]
{
    position: absolute;
    top: 50%;
    left: -1.875rem;
    transform: translateY(-50%);
}
@media print, screen and (min-width: 48em)
{
    .area-topics h2 [class*=icon-]
    {
        left: -1.875rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .area-topics h2 [class*=icon-]
    {
        left: -3.125rem;
    }
}
.area-topics h2 [class*=icon-].icon-finance
{
    font-size: .791em;
}
.area-topics h2 [class*=icon-].icon-building
{
    font-size: .958em;
}
.area-topics h2 [class*=icon-].icon-internet, .area-topics h2 [class*=icon-].icon-legal
{
    font-size: .916em;
}
.area-topics h2 [class*=icon-].icon-security
{
    font-size: .875em;
}
.area-topics ul
{
    margin: 0;
    overflow: hidden;
}
@media print, screen and (min-width: 48em)
{
    .area-topics ul li
    {
        margin: 0 0 .375rem;
    }
}
.area-topics ul li a
{
    color: #54524c;
    text-decoration: underline;
}
.area-topics ul li a:hover
{
    color: #d43d06;
}
.tools-mergers
{
    padding-bottom: 2px;
}
@media print, screen and (min-width: 48em)
{
    .tools-mergers
    {
        padding-bottom: 30px;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools-mergers
    {
        padding-bottom: 51px;
    }
}
.tools-mergers .page-header
{
    padding: 26px 0 28px;
    margin: 0;
}
@media print, screen and (min-width: 48em)
{
    .tools-mergers .page-header
    {
        padding: 34px 0 49px;
    }
}
.tools-mergers .page-header:before
{
    display: none;
}
.tools-mergers .page-header h1
{
    margin: 0 0 .8125rem;
}
@media screen and (min-width: 80em)
{
    .tools-mergers .page-header h1
    {
        margin: 0 3.75rem 0 0;
    }
}
.tools-mergers .section
{
    padding: 3.4375rem 0;
    border-top: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .tools-mergers .section
    {
        padding: 1.875rem 0;
    }
}
@media screen and (min-width: 80em)
{
    .tools-mergers .section
    {
        padding: 3.75rem 0;
    }
}
.tools-mergers .section:first-child
{
    padding: 3.4375rem 0;
}
@media print, screen and (min-width: 48em)
{
    .tools-mergers .section:first-child
    {
        padding: 1.875rem 0;
    }
}
@media screen and (min-width: 80em)
{
    .tools-mergers .section:first-child
    {
        padding: 3.75rem 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools-mergers .box
    {
        max-width: 39.0625rem;
        margin: 0 0 .4375rem;
    }
}
@media print, screen and (min-width: 48em)
{
    .tools-mergers .box .row
    {
        display: flex;
        flex-flow: row wrap;
    }
    .tools-mergers .box .row:before, .tools-mergers .box .row:after
    {
        display: none;
    }
}
.tools-mergers .box .column, .tools-mergers .box .columns
{
    position: relative;
    padding-right: 6.875rem;
    padding-bottom: 0;
}
@media print, screen and (min-width: 48em)
{
    .tools-mergers .box .column, .tools-mergers .box .columns
    {
        padding-bottom: 0;
        float: none;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools-mergers .box .column, .tools-mergers .box .columns
    {
        padding-right: 7.5rem;
    }
}
.tools-mergers .holder h2
{
    margin-bottom: 0;
}
.tools-mergers h2
{
    font-size: 1rem;
    letter-spacing: .3px;
    margin: 0;
}
@media print, screen and (min-width: 48em)
{
    .tools-mergers h2
    {
        font-size: 1.25rem;
        margin: 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .tools-mergers h2
    {
        font-size: 1.5rem;
        letter-spacing: .5px;
        margin: 0;
    }
}
.tools-mergers .title
{
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: #292d2e;
    letter-spacing: .5px;
    margin: 0;
}
.tools-mergers .title a
{
    color: inherit;
    text-decoration: underline;
}
.tools-mergers .title a:hover
{
    color: #d43d06;
}
.tools-mergers time
{
    display: block;
}
.tools-mergers .icons
{
    margin: 0;
    font-size: 1.4375rem;
    position: absolute;
    top: .0625rem;
    right: 1.625rem;
}
@media print, screen and (min-width: 48em)
{
    .tools-mergers .icons
    {
        font-size: 1.6875rem;
        top: .3125rem;
        right: 1.1875rem;
    }
}
.tools-mergers .icons li
{
    display: inline-block;
    vertical-align: top;
    margin: 0 .4375rem .3125rem 0;
}
.tools-mergers .icons a
{
    color: #96999a;
}
.tools-mergers .icons a:hover
{
    color: #d43d06;
}
.tools-mergers .btn-all
{
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-decoration: underline;
}
.tools-mergers .btn-all:hover
{
    color: #d43d06;
}
.progress-nav
{
    min-width: 20rem;
    padding: .875rem 0 .25rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
@media print, screen and (min-width: 48em)
{
    .progress-nav
    {
        height: 4rem;
        padding: 1rem 0 .625rem;
    }
}
.progress-nav .column, .progress-nav .columns
{
    padding: 0 1.3125rem;
}
@media print, screen and (min-width: 48em)
{
    .progress-nav .column, .progress-nav .columns
    {
        padding: 0 .9375rem;
    }
}
.nav-active .progress-nav
{
    display: none;
}
@media print, screen and (min-width: 48em)
{
    .nav-active .progress-nav
    {
        display: block;
    }
}
.progress-nav .logo
{
    max-width: 100%;
    width: 1.5rem;
}
@media print, screen and (min-width: 48em)
{
    .progress-nav .logo
    {
        width: 15.125rem;
    }
}
.progress-nav .logo img
{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}
.progress-nav .progress
{
    height: .3125rem;
    background: rgba(41,45,46,.2);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
@media print, screen and (min-width: 48em)
{
    .progress-nav .progress
    {
        height: 1px;
        background: #d8d9d9;
    }
}
.progress-nav .progress .progress-meter
{
    height: .3125rem;
    background: #d43d06;
    position: absolute;
    top: 0;
    left: 0;
}
.progress-nav .nav-opener
{
    top: .875rem;
}
.progress-nav ul
{
    font-size: 1.3125rem;
    line-height: 1;
    margin: 0;
    padding: 0 3rem .5rem 0;
    letter-spacing: -.32em;
}
@media print, screen and (min-width: 48em)
{
    .progress-nav ul
    {
        font-size: 1.875rem;
        padding: 0 .1875rem 0 0;
    }
}
.progress-nav ul li
{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 0 .3125rem 1.125rem;
}
@media print, screen and (min-width: 48em)
{
    .progress-nav ul li
    {
        margin: 0 0 .3125rem .9375rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .progress-nav ul li
    {
        margin: 0 0 .3125rem 1.75rem;
    }
}
.progress-nav ul li a
{
    display: block;
    color: #292d2e;
}
.progress-nav ul li a:hover
{
    color: #d43d06;
}
.progress-nav ul li a.top
{
    font-size: .75rem;
    font-weight: 700;
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    .progress-nav ul li a.top
    {
        font-size: 1rem;
        margin: 0 0 0 1.5625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .progress-nav ul li a.top
    {
        margin: 0 0 0 3.4375rem;
    }
}
.progress-nav ul li a.top i
{
    display: block;
    text-align: center;
    margin: -.25rem 0 .0625rem .0625rem;
}
@media print, screen and (min-width: 48em)
{
    .progress-nav ul li a.top i
    {
        margin: -.125rem 0 .125rem -.125rem;
    }
}
.progress-nav .title
{
    display: block;
    font-size: .75rem;
    margin: 0 -1.3125rem;
    padding: .625rem 1.25rem;
    border-top: 1px solid #eaeaea;
}
@media print, screen and (min-width: 48em)
{
    .progress-nav .title
    {
        font-size: .875rem;
        margin: 0 -.9375rem;
        padding: .125rem 0;
        border: none;
    }
}
@media print, screen and (min-width: 64em)
{
    .progress-nav .title
    {
        margin: 0 0 0 -.0625rem;
        padding: .4375rem 0;
    }
}
.progress-nav .title span
{
    display: none;
}
@media print, screen and (min-width: 48em)
{
    .progress-nav .title span
    {
        display: inline;
    }
}
.progress-nav .title span:after
{
    content: " |";
}
#content.not-found
{
    background: #292d2e;
    color: #fff;
    text-align: center;
    padding: 4rem 0;
}
#content.not-found h1
{
    color: #d43d06;
}
#content.not-found h2
{
    color: #fff;
}
#content.not-found h2:before
{
    display: none;
}
#content.not-found .entry-content
{
    max-width: 640px;
    margin: 0 auto;
}
.button.alert.round
{
    overflow: hidden;
    position: relative;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.button.alert.round span
{
    z-index: 20;
}
.button.alert.round:after
{
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    z-index: 10;
}
.button.alert.round.remove span:before
{
    content: "X";
    margin: 0 10px 0 -40px;
    padding: 0 0 0 20px;
    font-size: 14px;
}
.button.alert.round.enterButton
{
    background: #d43d06;
}
.button.alert.round.enterButton:after
{
    animation-name: animateEnter;
    animation-duration: .55s;
    animation-iteration-count: 1;
}
@keyframes animateEnter
{
    0%
    {
        left: -75px;
    }
    97%
    {
        left: 120%;
    }
    98%
    {
        background: 0 0;
    }
    99%
    {
        left: -75px;
    }
    100%
    {
        background: #fff;
    }
}
.button.alert.round.leaveButton
{
    background: #d43d06;
}
.button.alert.round.leaveButton:after
{
    animation-name: animateLeave;
    animation-duration: .55s;
    animation-iteration-count: 1;
}
@keyframes animateLeave
{
    0%
    {
        left: -75px;
    }
    97%
    {
        left: 120%;
    }
    98%
    {
        background: 0 0;
    }
    99%
    {
        left: -75px;
    }
    100%
    {
        background: #fff;
    }
}
.search-form-inline .button.alert.round
{
    position: absolute;
}
a.cancel
{
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0 0 0 4.5rem;
    position: relative;
    cursor: pointer;
    color: #000;
    text-decoration: underline;
    margin: 0;
    vertical-align: top;
}
a.cancel:hover
{
    color: #d43d06;
}
.reveal
{
    padding: 4rem 4rem 3rem;
    text-align: center;
}
.reveal .text-box
{
    padding: .25rem .9375rem .25rem;
    margin: 3.125rem -.9375rem 3.125rem;
    border-bottom: 1px solid #96999a;
    border-top: 1px solid #96999a;
}
@media print, screen and (min-width: 48em)
{
    .reveal .text-box
    {
        padding: 1.25rem 0 0;
        margin: 3.125rem 0;
    }
}
@media screen and (min-width: 80em)
{
    .reveal .text-box
    {
        padding: 2.125rem 0 0;
    }
}
.reveal .text-box h2
{
    line-height: 1.25;
    margin: 1.875rem 0;
}
.reveal .text-box h2:before
{
    background-color: transparent;
}
#sticky-bar .tags
{
    text-transform: none;
}
.sticky-bar-inner
{
    max-width: 1280px;
    margin: 0 auto;
}
.sticky-bar
{
    padding: .75rem 0 0;
    position: relative;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    position: fixed;
    display: none;
}
.nav-active .sticky-bar, .search-active .sticky-bar
{
    z-index: 999;
}
@media screen and (min-width: 48em)
{
    .sticky-bar
    {
        padding: 1.5625rem 0 0;
    }
}
.sticky-bar:before
{
    position: absolute;
    content: '';
    background: #babcbd;
    left: -9999px;
    right: -9999px;
    display: block;
    bottom: 0;
    height: 1px;
}
.sticky-bar .column, .sticky-bar .columns
{
    padding-left: .625rem;
    padding-right: .625rem;
}
@media screen and (min-width: 80em)
{
    .sticky-bar .column, .sticky-bar .columns
    {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}
.sticky-bar #article-progress-bar
{
    background-color: #d43d06;
    height: 5px;
    width: 10%;
    margin: 0 0 -5px;
}
@media screen and (min-width: 48em)
{
    .sticky-bar .logo
    {
        width: 11.5625rem;
    }
}
@media screen and (min-width: 64em)
{
    .sticky-bar .logo
    {
        width: 15rem;
    }
}
@media screen and (min-width: 80em)
{
    .sticky-bar .logo
    {
        width: 16.875rem;
    }
}
.sticky-bar .logo-img
{
    display: block;
    margin-left: 10px;
}
@media screen and (min-width: 48em)
{
    .sticky-bar .logo-img
    {
        margin-left: 0;
    }
}
.sticky-bar .tagline
{
    font-size: .875rem;
    line-height: 1;
    display: block;
    color: #292d2e;
    font-weight: 600;
}
.sticky-bar .title
{
    border-left: 1px solid #96999a;
}
.sticky-bar .small-title-row
{
    border-top: 1px solid #eaeaea;
    padding-right: 0;
    padding-left: 0;
    margin-top: .5rem;
}
.sticky-bar .small-title
{
    font-size: .75rem;
    margin: .5rem .75rem .75rem 1.25rem;
}
.sticky-bar .tags
{
    color: #292d2e;
    margin: 0;
}
.sticky-bar .tags.practice-area
{
    letter-spacing: 0;
    text-align: right;
    line-height: 1.125;
}
.sticky-bar .tags.title
{
    letter-spacing: 0;
    text-align: left;
    line-height: 1.125;
    border: none;
}
.sticky-bar .top-link
{
    display: inline-block;
    color: #292d2e;
    position: relative;
    margin: 0;
}
@media print, screen and (min-width: 64em)
{
    .sticky-bar .top-link
    {
        margin: 0 0 0 30px;
    }
}
.sticky-bar .top-link .heading
{
    font-size: .75rem;
}
@media screen and (min-width: 48em)
{
    .sticky-bar .top-link .heading
    {
        font-size: 1rem;
    }
}
.sticky-bar .top-link .icon-up-arrow
{
    position: absolute;
    top: -10px;
    left: 4px;
    bottom: 0;
    font-size: .6525rem;
}
@media screen and (min-width: 48em)
{
    .sticky-bar .top-link .icon-up-arrow
    {
        font-size: .875rem;
        top: -15px;
    }
}
.sticky-bar .top-link:hover
{
    color: #d43d06;
}
.sticky-bar .small-icons
{
    text-align: right;
}
.sticky-bar .icons-list
{
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0;
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    .sticky-bar .icons-list
    {
        font-size: 1.75rem;
    }
}
@media screen and (min-width: 80em)
{
    .sticky-bar .icons-list
    {
        padding: 0;
    }
}
.sticky-bar .icons-list ul
{
    margin: 0;
    letter-spacing: -.32em;
}
.sticky-bar .icons-list ul li
{
    display: inline-block;
    letter-spacing: normal;
    margin: 0 1.125rem .25rem 0;
}
@media print, screen and (min-width: 48em)
{
    .sticky-bar .icons-list ul li
    {
        margin: 0 1.3125rem .4375rem 0;
    }
}
.sticky-bar .icons-list ul li i
{
    display: block;
}
.sticky-bar .icons-list ul li i.saved
{
    color: #d43d06;
}
.sticky-bar .icons-list ul li a
{
    color: #292d2e;
}
.sticky-bar .icons-list ul li a:hover
{
    color: #d43d06;
}
.sticky-bar .header-search
{
    display: inline-block;
}
.sticky-bar .header-search .search-opener
{
    font-size: 1.1875rem;
    color: #292d2e;
    margin: 0 .875rem 0 0;
    position: static;
}
@media screen and (min-width: 48em)
{
    .sticky-bar .header-search .search-opener
    {
        font-size: 1.5625rem;
        position: static;
        right: auto;
        top: auto;
        margin: 0 .875rem .625rem 0;
    }
}
@media screen and (min-width: 64em)
{
    .sticky-bar .header-search .search-opener
    {
        font-size: 1.9375rem;
        margin: 0 1.3125rem .625rem;
    }
}
.sticky-bar .header-search .search-opener:hover
{
    color: #d43d06;
}
.paywall
{
    height: 380px;
    padding: 4rem 0 0;
    margin: -4rem auto 0;
    width: 100%;
    background: url(../image/bg-fade.png) repeat-x;
    position: relative;
    background-position-y: -100px;
}
@media screen and (min-width: 48em)
{
    .paywall
    {
        height: 500px;
        padding: 10rem 0 5rem;
        margin: -10rem auto 2rem;
        width: 100%;
        background: url(../image/bg-fade.png) repeat-x;
        position: relative;
    }
}
.paywall #paywall-title, .paywall h2
{
    text-align: center;
}
.paywall h2:before
{
    background-color: transparent;
}
.paywall #paywall-title
{
    color: #292d2e;
    font-size: 1.333rem;
    line-height: 1.166;
    letter-spacing: -.5px;
    margin: 0 0 1.1875rem;
}
@media print, screen and (min-width: 48em)
{
    .paywall #paywall-title
    {
        font-size: 3rem;
        line-height: 1.0833;
        margin: 0 0 1.5625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .paywall #paywall-title
    {
        margin: 0 0 2.9375rem;
    }
}
.paywall .paywall-notice
{
    width: 75%;
    border-top: 1px solid #96999a;
    border-bottom: 1px solid #96999a;
    padding: 2rem 1rem;
    margin: 0 auto 2rem auto;
}
.paywall .button-container
{
    text-align: center;
}
#sidebar .widget_comment_form .comment-reply-title
{
    display: none;
}
#sidebar .widget_comment_form h4
{
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 1.5;
    margin: 0;
}
#sidebar .widget_comment_form h4:before
{
    display: none;
}
@media print, screen and (min-width: 48em)
{
    #sidebar .widget_comment_form h4
    {
        font-size: 1.25rem;
        margin: 0;
    }
}
@media print, screen and (min-width: 64em)
{
    #sidebar .widget_comment_form h4
    {
        font-size: 1.5rem;
        letter-spacing: .5px;
        margin: 0;
    }
}
#sidebar .widget_comment_form h3
{
    padding: 1.5rem 0 0;
}
#sidebar .widget_comment_form ul.commentlist
{
    display: block;
    margin: 3rem 0 0;
}
#sidebar .widget_comment_form ul.commentlist li
{
    margin: 0 0 20px;
    border-top: 1px solid #96999a;
    padding: 20px 0 0;
}
#sidebar .widget_comment_form ul.commentlist li ul.children li
{
    margin: 20px 0 0 40px;
    border-top: 1px solid #96999a;
    padding: 20px 0 0;
    width: 100%;
}
#sidebar .widget_comment_form time
{
    margin: 12px 0 0;
    float: right;
}
#sidebar .widget_comment_form a.comment-reply-link
{
    color: #969a9b;
    text-decoration: none;
}
#sidebar .widget_comment_form .comment-form textarea
{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 0 1px #969a9b;
    border: 5px solid transparent;
    outline: none;
    resize: none;
}
#sidebar .widget_comment_form .comment-form input[type=submit], #sidebar .widget_comment_form .post-password-form input[type=submit], #sidebar .widget_comment_form .search-form input[type=submit]
{
    background: #f94912;
}
#sidebar .widget_comment_form .comment-form input[type=submit]:hover, #sidebar .widget_comment_form .post-password-form input[type=submit]:hover, #sidebar .widget_comment_form .search-form input[type=submit]:hover
{
    background: #d43d06;
}
#sidebar .widget_comment_form .form-submit
{
    display: inline-block;
    float: right;
}
#sidebar .widget_comment_form .must-log-in, #sidebar .widget_comment_form .comments-title, #sidebar .widget_comment_form a.comment-reply-login
{
    font-size: .75rem;
}
@media print, screen and (min-width: 48em)
{
    #sidebar .widget_comment_form .must-log-in, #sidebar .widget_comment_form .comments-title, #sidebar .widget_comment_form a.comment-reply-login
    {
        font-size: .875rem;
    }
}
#sidebar .widget_comment_form .must-log-in a, #sidebar .widget_comment_form .comments-title a, #sidebar .widget_comment_form a.comment-reply-login a
{
    text-decoration: none;
}
#sidebar .widget_comment_form a.comment-reply-login
{
    text-decoration: none;
    color: #d43d06;
}
#sidebar .widget_comment_form a.comment-reply-login:hover
{
    color: #d93e05;
}
#sidebar .widget_comment_form p.logged-in-as
{
    font-size: .75rem;
}
@media print, screen and (min-width: 48em)
{
    #sidebar .widget_comment_form p.logged-in-as
    {
        font-size: .875rem;
    }
}
#sidebar .widget_comment_form p.logged-in-as a
{
    text-decoration: none;
    color: #d43d06;
}
#sidebar .widget_comment_form p.logged-in-as a:hover
{
    color: #d93e05;
}
section.sitemap
{
    padding-bottom: 4rem;
}
section.sitemap .row h1
{
    padding-top: 2rem;
}
section.sitemap .row h2
{
    font-family: "acumin-pro",Helvetica,Roboto,Arial,sans-serif;
    text-transform: none;
    font-size: 1.5rem;
    padding: 2.5rem 0 0;
    border-top: 1px solid #96999a;
    margin: 3rem 0 0;
}
@media print, screen and (min-width: 48em)
{
    section.sitemap .row h2
    {
        font-size: 3rem;
    }
}
section.sitemap .row h2:before
{
    content: none;
}
section.sitemap .row h4
{
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: uppercase;
    padding-top: 2rem;
}
section.sitemap .row p
{
    margin-bottom: .3em;
}
section.sitemap .row p a
{
    color: #292d2e;
}
body
{
    background-color: #fff;
}
#showbox
{
    display: none;
    position: absolute;
    top: 50%;
    top: calc(50% - 100px);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    z-index: 10000;
}
.loader
{
    position: relative;
    margin: 0 auto;
    width: 100px;
}
.loader:before
{
    content: '';
    display: block;
    padding-top: 100%;
}
.circular
{
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path
{
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
    stroke-linecap: round;
}
@keyframes rotate
{
    100%
    {
        transform: rotate(360deg);
    }
}
@keyframes dash
{
    0%
    {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50%
    {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }
    100%
    {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}
@keyframes color
{
    100%, 0%
    {
        stroke: #d43d06;
    }
    40%
    {
        stroke: #292d2e;
    }
    80%, 90%
    {
        stroke: #d43d06;
    }
}
.filter .heading-holder
{
    margin-top: 1.25rem;
    margin-bottom: 0;
}
@media screen and (min-width: 48em)
{
    .filter .heading-holder
    {
        margin-top: 3.75rem;
    }
}
.holder
{
    margin-bottom: .9375rem;
    margin-top: .9375rem;
}
@media print, screen and (min-width: 48em)
{
    .holder
    {
        margin-bottom: 1.5625rem;
        margin-top: 1.5625rem;
    }
}
@media screen and (min-width: 80em)
{
    .holder
    {
        margin-bottom: 3.125rem;
        margin-top: 3.125rem;
    }
}
.holder h2
{
    margin-bottom: .9375rem;
}
.holder h2:before
{
    top: 50%;
}
@media screen and (min-width: 48em)
{
    .holder h2
    {
        float: none;
        margin-bottom: 0;
    }
}
.holder .box.rule
{
    border-top: 1px solid #96999a;
    margin: 1.5rem 0;
    padding: 1.5rem 0 0;
}
@media screen and (min-width: 48em)
{
    .holder .box.rule
    {
        margin: 3.75rem 0 1rem;
        padding: 3.75rem 0 0;
    }
}
#sidebar
{
    padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em)
{
    #sidebar
    {
        padding-top: 15.625rem;
        float: right;
    }
}
@media screen and (min-width: 80em)
{
    #sidebar
    {
        padding-top: 24.8125rem;
    }
}
@media print, screen and (min-width: 48em)
{
    #sidebar.pt-0
    {
        padding-top: 1.5625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    #sidebar.pt-0
    {
        padding-top: 1.9375rem;
    }
}
#sidebar h3
{
    color: #292d2e;
    font-size: 1rem;
    font-weight: 700;
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: .03125rem;
    margin: 0 0 .3125rem;
}
@media print, screen and (min-width: 48em)
{
    #sidebar h3
    {
        font-size: 1.25rem;
        letter-spacing: .04375rem;
        margin: 0 0 .9375rem;
    }
}
@media screen and (min-width: 80em)
{
    #sidebar h3
    {
        font-size: 1.5rem;
        margin: 0 0 1.9375rem;
    }
}
#sidebar h4
{
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 900;
    color: #292d2e;
    margin-bottom: .3125rem;
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    #sidebar h4
    {
        font-size: 1.125rem;
        line-height: 1.222;
    }
}
@media screen and (min-width: 80em)
{
    #sidebar h4
    {
        margin-bottom: 1.5625rem;
    }
}
#sidebar h4 a
{
    color: inherit;
}
#sidebar h4 a:hover
{
    color: #d43d06;
}
#sidebar .widget
{
    margin: 0 -1.0625rem;
    padding: 3.3125rem 1.0625rem 2.1875rem;
}
@media print, screen and (min-width: 48em)
{
    #sidebar .widget
    {
        margin: 0;
        padding: .9375rem 0 1.5625rem;
    }
}
@media screen and (min-width: 80em)
{
    #sidebar .widget
    {
        padding: 1rem 0 3.3125rem;
    }
}
#sidebar .widget+.widget
{
    border-top: 1px solid rgba(0,0,0,.5);
}
@media print, screen and (min-width: 64em)
{
    #sidebar .widget+.widget
    {
        border-top-width: 0;
    }
}
#sidebar .widget.widget_comment_form
{
    border-top-color: rgba(0,0,0,.5);
}
@media print, screen and (min-width: 48em)
{
    #sidebar .widget.widget_comment_form
    {
        padding-top: 1.25rem;
    }
}
@media print, screen and (min-width: 64em)
{
    #sidebar .widget.widget_comment_form
    {
        padding-top: 1.25rem;
        border-top-width: 1px;
    }
}
@media screen and (min-width: 80em)
{
    #sidebar .widget.widget_comment_form
    {
        padding-top: 3.0625rem;
    }
}
@media screen and (max-width: 63.9375em)
{
    #sidebar .widget.hide-for-small-only+.widget
    {
        border-top-width: 0;
    }
}
#sidebar .widget.widget_pages
{
    padding-bottom: .875rem;
}
#sidebar .widget.widget_contributor
{
    padding-top: 1.1875rem;
    padding-bottom: 2.125rem;
}
@media print, screen and (min-width: 64em)
{
    #sidebar .widget.widget_contributor
    {
        padding-bottom: 2.5rem;
    }
}
#sidebar .widget.widget_contributor h3
{
    margin: 0 0 1.6875rem;
}
@media print, screen and (min-width: 64em)
{
    #sidebar .widget.widget_contributor h3
    {
        margin: 0 0 3.3125rem;
    }
}
#sidebar .widget.widget_contributor h4
{
    max-width: 18.75rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 48em)
{
    #sidebar .widget.widget_contributor h4
    {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    #sidebar .widget.widget_contributor h4
    {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
}
#sidebar .widget.widget_contact_business
{
    padding-top: 3.1875rem;
    padding-bottom: 2.5rem;
    border-top: 1px solid rgba(0,0,0,.5);
}
@media print, screen and (min-width: 64em)
{
    #sidebar .widget.widget_contact_business
    {
        padding-top: 2.6875rem;
        padding-bottom: 2.5rem;
    }
}
#sidebar .widget.widget_contact_business h3
{
    margin: 0 0 1.125rem;
}
@media print, screen and (min-width: 48em)
{
    #sidebar .widget.widget_contact_business h3
    {
        margin: 0 0 2.5625rem;
    }
}
.widget
{
    margin-bottom: 0;
}
.widget ol
{
    padding: .625rem 0;
    counter-reset: item;
}
@media print, screen and (min-width: 64em)
{
    .widget ol
    {
        padding: .875rem 0 2.0625rem;
    }
}
.widget ol li
{
    position: relative;
    text-transform: uppercase;
}
.widget ol li+li
{
    margin: .9375rem 0 0;
}
@media print, screen and (min-width: 64em)
{
    .widget ol li+li
    {
        margin: 1.875rem 0 0;
    }
}
@media screen and (min-width: 80em)
{
    .widget ol li+li
    {
        margin: 2.875rem 0 0;
    }
}
.widget ol li a
{
    display: inline-block;
    vertical-align: top;
    color: inherit;
    position: relative;
}
.widget ol li a:hover
{
    color: #d43d06;
}
.widget_posts ul
{
    margin-top: -.5rem;
}
@media print, screen and (min-width: 64em)
{
    .widget_posts ul
    {
        padding: 0 0 .625rem;
        margin: 0;
    }
}
@media screen and (min-width: 80em)
{
    .widget_posts ul
    {
        padding: 0 0 1rem;
    }
}
.widget_posts ul li
{
    padding: 1.125rem 1.0625rem 1.3125rem;
    margin: 0 -1.0625rem;
    overflow: hidden;
}
@media print, screen and (min-width: 48em)
{
    .widget_posts ul li
    {
        padding: 1.25rem 0 1.3125rem;
        margin: 0;
    }
}
.widget_posts ul li+li
{
    border-top: 1px solid rgba(0,0,0,.5);
}
.widget_posts .img-holder
{
    width: 4.4375rem;
    float: left;
    margin: .3125rem .9375rem 0 0;
}
@media print, screen and (min-width: 48em)
{
    .widget_posts .img-holder
    {
        width: 4.9375rem;
        margin: .1875rem 1.75rem 0 0;
    }
}
.widget_posts .text
{
    overflow: hidden;
}
.widget_posts .location
{
    display: block;
    font-size: .625rem;
    line-height: .875rem;
    font-weight: 400;
    margin: 0 0 .125rem;
    color: #d43d06;
}
@media print, screen and (min-width: 48em)
{
    .widget_posts .location
    {
        font-size: .75rem;
        line-height: 1rem;
        margin: 0;
    }
}
.widget_posts .designation
{
    display: block;
    font-size: .625rem;
    line-height: .875rem;
    font-weight: 400;
    padding: 1.4375rem 0 0;
}
@media print, screen and (min-width: 48em)
{
    .widget_posts .designation
    {
        font-size: .75rem;
        line-height: 1rem;
        padding: .4375rem 0 0;
    }
}
.widget_posts .meta
{
    font-size: .625rem;
    letter-spacing: -.32em;
}
@media print, screen and (min-width: 48em)
{
    .widget_posts .meta
    {
        font-size: .75rem;
    }
}
.widget_posts .meta .author
{
    display: inline-block;
    vertical-align: top;
    letter-spacing: .01875rem;
    font-weight: 400;
    font-size: inherit;
    color: #d43d06;
    margin: 0;
}
.widget_posts .meta time
{
    display: inline-block;
    vertical-align: top;
    letter-spacing: .025rem;
}
.widget_posts .meta time:before
{
    content: "|";
    padding: 0 .0625rem;
}
@media print, screen and (min-width: 48em)
{
    .widget_posts .meta time:before
    {
        padding: 0 .125rem;
    }
}
.widget_posts .btn-all
{
    display: inline-block;
    vertical-align: top;
    font-size: .75rem;
    color: inherit;
    text-decoration: underline;
    margin: 1.125rem 0 1.375rem;
}
@media print, screen and (min-width: 48em)
{
    .widget_posts .btn-all
    {
        font-size: .875rem;
        margin: 0;
    }
}
.widget_posts .btn-all:hover
{
    color: #d43d06;
}
.widget_comment_form input[type=text], .widget_comment_form input[type=search]
{
    height: 2.5rem;
    padding: .6875rem 1.875rem;
    font-size: .75rem;
    line-height: 1rem;
}
.widget_comment_form input[type=text]::-webkit-input-placeholder, .widget_comment_form input[type=search]::-webkit-input-placeholder
{
    color: #54524c;
}
.widget_comment_form input[type=text]::-moz-placeholder, .widget_comment_form input[type=search]::-moz-placeholder
{
    opacity: 1;
    color: #54524c;
}
.widget_comment_form input[type=text]:-moz-placeholder, .widget_comment_form input[type=search]:-moz-placeholder
{
    color: #54524c;
}
.widget_comment_form input[type=text]:-ms-input-placeholder, .widget_comment_form input[type=search]:-ms-input-placeholder
{
    color: #54524c;
}
.widget_comment_form input[type=text].placeholder, .widget_comment_form input[type=search].placeholder
{
    color: #54524c;
}
@media print, screen and (min-width: 48em)
{
    .widget_comment_form input[type=text], .widget_comment_form input[type=search]
    {
        height: 3.125rem;
        padding: .9375rem 1.875rem;
        font-size: .875rem;
        line-height: 1.125rem;
    }
}
.widget_comment_form form
{
    padding: .9375rem 0 .0625rem;
}
@media print, screen and (min-width: 48em)
{
    .widget_comment_form form
    {
        padding: 0;
    }
}
@media screen and (min-width: 80em)
{
    .widget_comment_form form
    {
        padding: .625rem 0 .5625rem;
    }
}
.widget_comment_form ul
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: .75rem;
}
@media print, screen and (min-width: 48em)
{
    .widget_comment_form ul
    {
        font-size: .875rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .widget_comment_form ul
    {
        margin: 0 -.625rem;
    }
}
.widget_comment_form ul li
{
    padding: 0 .625rem;
}
.widget_comment_form ul a
{
    color: inherit;
    text-decoration: underline;
}
.widget_comment_form ul a:hover
{
    color: #d43d06;
    text-decoration: none;
}
.widget_comment_form ul a.btn-coments
{
    text-decoration: none;
}
.widget_comment_form ul a [class*=icon-]
{
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    margin: 0 .3125rem 0 0;
}
.widget_categories ul, .widget_archive ul
{
    line-height: 1.2;
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    color: #d43d06;
    text-transform: uppercase;
}
@media print, screen and (min-width: 48em)
{
    .widget_categories ul, .widget_archive ul
    {
        font-size: 1rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .widget_categories ul, .widget_archive ul
    {
        font-size: 1.125rem;
    }
}
.widget_categories ul li, .widget_archive ul li
{
    margin: 0 0 .75rem;
}
.widget_categories ul a, .widget_archive ul a
{
    color: #292d2e;
    text-decoration: underline;
}
.widget_categories ul a:hover, .widget_archive ul a:hover
{
    color: inherit;
}
.widget_pages ul
{
    margin: -.5rem 0 0;
    padding: 1.25rem 0 0 .0625rem;
    border-top: 1px solid rgba(0,0,0,.5);
}
.widget_pages ul.years
{
    margin-right: -1.875rem;
    display: flex;
    flex-flow: row wrap;
}
.widget_pages ul.years li
{
    width: 25%;
    padding: 0 1.875rem 1.0625rem 0;
}
.widget_pages ul li
{
    padding: 0 0 .75rem;
}
.widget_pages ul li.active a
{
    color: #d43d06;
}
.widget_pages ul a
{
    color: inherit;
    text-decoration: underline;
}
.widget_pages ul a:hover
{
    color: #d43d06;
}
@media print, screen and (min-width: 48em)
{
    .widget_contributor li
    {
        margin: 0 0 1.3125rem;
    }
}
.widget_contributor .img-holder
{
    max-width: 18.5625rem;
    margin: 0 0 1.5625rem;
}
@media print, screen and (min-width: 64em)
{
    .widget_contributor .img-holder
    {
        margin: 0 0 3rem;
    }
}
.widget_contributor .img-holder img
{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}
.widget_contributor .btn-holder
{
    padding: 0 .75rem 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.widget_contributor .button
{
    margin: 0 .625rem 0 0;
}
@media print, screen and (min-width: 48em)
{
    .widget_contributor .button
    {
        min-width: 10.3125rem;
        padding: .875rem;
        font-size: 1rem;
        line-height: 1.25rem;
    }
}
.widget_contributor .btn-follow
{
    display: inline-block;
    vertical-align: top;
    margin: 1.375rem 0;
    color: #54524c;
    text-decoration: underline;
}
@media print, screen and (min-width: 48em)
{
    .widget_contributor .btn-follow
    {
        margin: .625rem 0;
    }
}
.widget_contributor .btn-follow:hover
{
    color: #d43d06;
}
.widget_contact_business .subhead
{
    display: block;
    font-weight: 400;
    margin: 0 0 1.375rem;
}
@media print, screen and (min-width: 48em)
{
    .widget_contact_business .subhead
    {
        margin: 0;
    }
}
.widget_contact_business p
{
    margin: 0 0 1.5625rem;
}
@media print, screen and (min-width: 48em)
{
    .widget_contact_business p
    {
        margin: 0 0 3.375rem;
    }
}
.widget_contact_business .button
{
    margin: 0 .625rem 0 0;
}
@media print, screen and (min-width: 48em)
{
    .widget_contact_business .button
    {
        min-width: 10.3125rem;
        padding: .875rem;
        font-size: 1rem;
        line-height: 1.25rem;
    }
}
.featured-widget.footer-aside
{
    padding: 2.25rem 0 2.8125rem;
}
@media print, screen and (min-width: 48em)
{
    .featured-widget.footer-aside
    {
        padding: .5rem 0 1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .featured-widget.footer-aside
    {
        padding: 1rem 0;
    }
}
.footer-area
{
    letter-spacing: normal;
}
@media screen and (max-width: 63.9375em)
{
    .footer-area .column, .footer-area .columns
    {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
}
#footer
{
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.5625rem;
}
@media screen and (min-width: 48em)
{
    #footer
    {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}
@media screen and (min-width: 64em)
{
    #footer
    {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}
@media screen and (min-width: 80em)
{
    #footer
    {
        padding-top: 3.875rem;
        padding-bottom: 5rem;
    }
}
@media screen and (max-width: 63.9375em)
{
    #footer .column, #footer .columns
    {
        padding-left: .625rem;
        padding-right: .625rem;
    }
    #footer .column:first-child, #footer .columns:first-child
    {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
    }
    #footer .column:last-child, #footer .columns:last-child
    {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
#footer .heading
{
    letter-spacing: 0;
}
@media screen and (max-width: 63.9375em)
{
    #footer .heading
    {
        margin-bottom: 1rem;
    }
}
#footer ul
{
    font-size: .75rem;
    line-height: 1.6;
}
@media screen and (min-width: 30em)
{
    #footer ul
    {
        font-size: 1rem;
    }
}
@media screen and (min-width: 48em)
{
    #footer ul
    {
        font-size: .5rem;
    }
}
@media screen and (min-width: 64em)
{
    #footer ul
    {
        font-size: .75rem;
    }
}
@media screen and (min-width: 48em)
{
    #footer ul li
    {
        margin: 0 0 .1875rem;
    }
}
#footer ul a
{
    color: #54524c;
    display: inline-block;
    vertical-align: top;
}
#footer ul a:hover
{
    color: #d43d06;
}
#footer .nav-holder
{
    display: flex;
    flex-flow: row wrap;
}
#footer .nav-holder ul
{
    width: 50%;
}
@media screen and (min-width: 48em)
{
    #footer .nav-holder ul
    {
        padding: 0 .5rem 0 0;
    }
}
#footer .col
{
    width: 100%;
    position: relative;
}
@media screen and (min-width: 48em)
{
    #footer .col
    {
        width: 50%;
    }
}
@media screen and (min-width: 64em)
{
    #footer .col:before
    {
        content: '';
        background: #d43d06;
        top: 12px;
        bottom: 0;
        width: 1px;
        left: -20px;
        position: absolute;
        display: block;
    }
}
@media screen and (min-width: 64em)
{
    #footer .col:first-child:before
    {
        display: none;
    }
}
#footer .col ul
{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
@media screen and (min-width: 48em)
{
    #footer .col ul
    {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
}
#footer .col ul li
{
    width: 100%;
    padding: 0 .4375rem;
}
@media screen and (min-width: 48em)
{
    #footer .col ul li
    {
        padding: 0;
    }
}
.heading
{
    display: block;
    text-transform: uppercase;
    color: #292d2e;
    font-size: 1rem;
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
}
.heading:before
{
    display: none;
}
@media screen and (min-width: 64em)
{
    .heading
    {
        font-size: 1.125rem;
        margin-bottom: .625rem;
    }
}
@media screen and (min-width: 80em)
{
    .heading
    {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 64em)
{
    .footer-logo
    {
        padding-top: .625rem;
    }
}
.partners-logo
{
    position: absolute;
    right: 6px;
    z-index: 4;
    top: -106px;
}
@media screen and (min-width: 48em)
{
    .partners-logo
    {
        position: static;
        right: auto;
        top: auto;
    }
}
@media screen and (min-width: 64em)
{
    .partners-logo
    {
        padding-top: .6875rem;
    }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea
{
    text-overflow: ellipsis;
}
.updates-form
{
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 5rem;
    position: relative;
}
@media screen and (min-width: 48em)
{
    .updates-form
    {
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 64em)
{
    .updates-form
    {
        margin: 0;
    }
}
.updates-form:after
{
    position: absolute;
    border-bottom: 1px solid #9b9d9d;
    content: '';
    left: 12px;
    right: 19px;
    bottom: -26px;
    display: block;
}
@media screen and (min-width: 64em)
{
    .updates-form:after
    {
        display: none;
    }
}
.updates-form input[type=email], .updates-form input[type=text], .updates-form input[type=password]
{
    box-shadow: none;
    width: 63%;
    font-size: .75rem;
    color: #292d2e;
    height: 2.5rem;
    padding: .3125rem .9375rem;
    margin: 0 .625rem 0 0;
}
@media screen and (min-width: 48em)
{
    .updates-form input[type=email], .updates-form input[type=text], .updates-form input[type=password]
    {
        width: 57%;
        height: 3.0625rem;
        font-size: 1rem;
        padding: .3125rem 1.8125rem;
    }
}
@media screen and (min-width: 64em)
{
    .updates-form input[type=email], .updates-form input[type=text], .updates-form input[type=password]
    {
        margin: 0 6.3% 0 0;
        width: 57%;
    }
}
.updates-form input[type=email]::-webkit-input-placeholder, .updates-form input[type=text]::-webkit-input-placeholder, .updates-form input[type=password]::-webkit-input-placeholder
{
    font-size: .75rem;
    color: #54524c;
}
@media screen and (min-width: 48em)
{
    .updates-form input[type=email]::-webkit-input-placeholder, .updates-form input[type=text]::-webkit-input-placeholder, .updates-form input[type=password]::-webkit-input-placeholder
    {
        font-size: .875rem;
    }
}
.updates-form input[type=email]::-moz-placeholder, .updates-form input[type=text]::-moz-placeholder, .updates-form input[type=password]::-moz-placeholder
{
    opacity: 1;
    font-size: .75rem;
    color: #54524c;
}
@media screen and (min-width: 48em)
{
    .updates-form input[type=email]::-moz-placeholder, .updates-form input[type=text]::-moz-placeholder, .updates-form input[type=password]::-moz-placeholder
    {
        font-size: .875rem;
    }
}
.updates-form input[type=email]:-moz-placeholder, .updates-form input[type=text]:-moz-placeholder, .updates-form input[type=password]:-moz-placeholder
{
    font-size: .75rem;
    color: #54524c;
}
@media screen and (min-width: 48em)
{
    .updates-form input[type=email]:-moz-placeholder, .updates-form input[type=text]:-moz-placeholder, .updates-form input[type=password]:-moz-placeholder
    {
        font-size: .875rem;
    }
}
.updates-form input[type=email]:-ms-input-placeholder, .updates-form input[type=text]:-ms-input-placeholder, .updates-form input[type=password]:-ms-input-placeholder
{
    font-size: .75rem;
    color: #54524c;
}
@media screen and (min-width: 48em)
{
    .updates-form input[type=email]:-ms-input-placeholder, .updates-form input[type=text]:-ms-input-placeholder, .updates-form input[type=password]:-ms-input-placeholder
    {
        font-size: .875rem;
    }
}
.updates-form input[type=email].placeholder, .updates-form input[type=text].placeholder, .updates-form input[type=password].placeholder
{
    font-size: .75rem;
    color: #54524c;
}
@media screen and (min-width: 48em)
{
    .updates-form input[type=email].placeholder, .updates-form input[type=text].placeholder, .updates-form input[type=password].placeholder
    {
        font-size: .875rem;
    }
}
.updates-form button[type=submit]
{
    width: 25%;
    margin: 0;
    font-size: .875rem;
    font-family: inherit;
    min-width: 5.3125rem;
    padding: .625rem;
    height: 2.5rem;
}
@media screen and (min-width: 48em)
{
    .updates-form button[type=submit]
    {
        font-size: 1rem;
        height: 3.0625rem;
    }
}
@media screen and (min-width: 64em)
{
    .updates-form button[type=submit]
    {
        min-width: 130px;
    }
}
@media screen and (min-width: 80em)
{
    .updates-form button[type=submit]
    {
        min-width: 163px;
    }
}
.header-search .search-opener
{
    font-size: 1.1875rem;
    color: #d43d06;
    position: absolute;
    display: block;
    right: 58px;
    top: 20px;
}
@media screen and (min-width: 48em)
{
    .header-search .search-opener
    {
        font-size: 1.5625rem;
        position: static;
        right: auto;
        top: auto;
    }
}
@media screen and (min-width: 64em)
{
    .header-search .search-opener
    {
        font-size: 1.9375rem;
    }
}
.header-search .search-opener:hover
{
    color: #292d2e;
}
.header-search .form-wrap
{
    max-height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
}
.header-search .form-wrap:before, .header-search .form-wrap:after
{
    bottom: 100%;
    right: 54px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 48em)
{
    .header-search .form-wrap:before, .header-search .form-wrap:after
    {
        right: 10px;
    }
}
.header-search .form-wrap:after
{
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-right: 2px;
}
@media screen and (min-width: 48em)
{
    .header-search .form-wrap:after
    {
        border-width: 19px;
        margin-right: 1px;
    }
}
.header-search .form-wrap:before
{
    border-color: rgba(189,191,192,0);
    border-bottom-color: #bdbfc0;
    border-width: 9px;
    margin-right: 0;
}
@media screen and (min-width: 48em)
{
    .header-search .form-wrap:before
    {
        border-width: 20px;
    }
}
.search-active .header-search .form-wrap
{
    max-height: 400px;
    transition: max-height .25s linear;
}
.search-active .header-search .form-wrap:before, .search-active .header-search .form-wrap:after
{
    opacity: 1;
    visibility: visible;
}
.header-search .form-row
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 1.875rem .9375rem;
    z-index: 1;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s linear,visibility .25s linear;
}
@media screen and (min-width: 80em)
{
    .header-search .form-row
    {
        padding: 3.75rem .9375rem;
    }
}
.header-search .form-row:before, .header-search .form-row:after
{
    display: block;
    position: absolute;
    content: '';
    background: #96999a;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    height: 1px;
    z-index: -1;
}
.header-search .form-row:after
{
    background: #fff;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: -2;
}
.search-active .header-search .form-row
{
    opacity: 1;
    visibility: visible;
}
.search-active .header-search .form-row:after
{
    box-shadow: 0 6px 3px rgba(0,0,0,.15);
}
.header-search .form-group
{
    border: 1px solid rgba(0,0,0,.5);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: .0625rem .9375rem;
}
@media screen and (min-width: 48em)
{
    .header-search .form-group
    {
        padding: .125rem 1.875rem;
    }
}
.header-search label
{
    display: inline-block;
    vertical-align: middle;
    color: #96999a;
    font-size: .75rem;
}
@media screen and (min-width: 48em)
{
    .header-search label
    {
        font-size: 1.4375rem;
    }
}
.header-search input[type=text], .header-search input[type=search]
{
    border: 0;
    width: 90%;
    margin: 0;
    box-shadow: none;
    text-overflow: ellipsis;
}
.header-search input[type=text]::-webkit-input-placeholder, .header-search input[type=search]::-webkit-input-placeholder
{
    font-size: .75rem;
    color: #96999a;
}
@media screen and (min-width: 48em)
{
    .header-search input[type=text]::-webkit-input-placeholder, .header-search input[type=search]::-webkit-input-placeholder
    {
        font-size: .875rem;
    }
}
.header-search input[type=text]::-moz-placeholder, .header-search input[type=search]::-moz-placeholder
{
    opacity: 1;
    font-size: .75rem;
    color: #96999a;
}
@media screen and (min-width: 48em)
{
    .header-search input[type=text]::-moz-placeholder, .header-search input[type=search]::-moz-placeholder
    {
        font-size: .875rem;
    }
}
.header-search input[type=text]:-moz-placeholder, .header-search input[type=search]:-moz-placeholder
{
    font-size: .75rem;
    color: #96999a;
}
@media screen and (min-width: 48em)
{
    .header-search input[type=text]:-moz-placeholder, .header-search input[type=search]:-moz-placeholder
    {
        font-size: .875rem;
    }
}
.header-search input[type=text]:-ms-input-placeholder, .header-search input[type=search]:-ms-input-placeholder
{
    font-size: .75rem;
    color: #96999a;
}
@media screen and (min-width: 48em)
{
    .header-search input[type=text]:-ms-input-placeholder, .header-search input[type=search]:-ms-input-placeholder
    {
        font-size: .875rem;
    }
}
.header-search input[type=text].placeholder, .header-search input[type=search].placeholder
{
    font-size: .75rem;
    color: #96999a;
}
@media screen and (min-width: 48em)
{
    .header-search input[type=text].placeholder, .header-search input[type=search].placeholder
    {
        font-size: .875rem;
    }
}
.header-search button[type=submit]
{
    margin: 0 0 0 .75rem;
    font-size: 1rem;
    font-family: "jaf-domus","acumin-pro",Helvetica,Roboto,Arial,sans-serif;
    min-width: 86px;
    padding: .75rem .375rem;
}
@media screen and (min-width: 48em)
{
    .header-search button[type=submit]
    {
        padding: 1rem .625rem 1.0625rem;
        min-width: 165px;
        margin: 0 3.125rem 0 1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .header-search button[type=submit]
    {
        margin: 0 6.5% 0 22px;
    }
}
.header-search .btn-close
{
    position: relative;
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
}
.header-search .btn-close:before, .header-search .btn-close:after
{
    position: absolute;
    content: '';
    background: #96999a;
    width: 1.5625rem;
    height: .09375rem;
    transform: rotate(45deg);
    margin: .78125rem 0 0;
}
.header-search .btn-close:after
{
    transform: rotate(-45deg);
}
.header-search .btn-close:hover:before, .header-search .btn-close:hover:after
{
    background: #d43d06;
}
.search-form-inline
{
    position: relative;
    padding: 0 6.0625rem 0 0;
    margin: 0 -1.1875rem 1.4375rem;
}
@media print, screen and (min-width: 48em)
{
    .search-form-inline
    {
        padding: 0 10rem 0 0;
        margin: 0 0 1.875rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .search-form-inline
    {
        padding: 0 11.75rem 0 0;
    }
}
.search-form-inline .input-holder
{
    position: relative;
}
.search-form-inline label
{
    font-size: .8125rem;
    color: #96999a;
    position: absolute;
    top: 50%;
    left: .8125rem;
    transform: translateY(-50%);
}
@media print, screen and (min-width: 48em)
{
    .search-form-inline label
    {
        font-size: 1.125rem;
        left: 1.5625rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .search-form-inline label
    {
        font-size: 1.4375rem;
        left: 2rem;
    }
}
.search-form-inline label:hover
{
    cursor: pointer;
    color: #292d2e;
}
.search-form-inline label i
{
    display: block;
}
.search-form-inline input[type=text], .search-form-inline input[type=search]
{
    width: 100%;
    height: 2.5rem;
    padding: .625rem .625rem .625rem 2.125rem;
    font-size: .75rem;
    line-height: 1.125rem;
    letter-spacing: .3px;
    float: none;
    margin: 0;
    border: 1px solid #5b6061;
    box-shadow: none;
    border-radius: 100px;
}
.search-form-inline input[type=text]::-webkit-input-placeholder, .search-form-inline input[type=search]::-webkit-input-placeholder
{
    color: #96999a;
}
.search-form-inline input[type=text]::-moz-placeholder, .search-form-inline input[type=search]::-moz-placeholder
{
    opacity: 1;
    color: #96999a;
}
.search-form-inline input[type=text]:-moz-placeholder, .search-form-inline input[type=search]:-moz-placeholder
{
    color: #96999a;
}
.search-form-inline input[type=text]:-ms-input-placeholder, .search-form-inline input[type=search]:-ms-input-placeholder
{
    color: #96999a;
}
.search-form-inline input[type=text].placeholder, .search-form-inline input[type=search].placeholder
{
    color: #96999a;
}
@media print, screen and (min-width: 48em)
{
    .search-form-inline input[type=text], .search-form-inline input[type=search]
    {
        padding-left: 50px;
    }
}
@media print, screen and (min-width: 64em)
{
    .search-form-inline input[type=text], .search-form-inline input[type=search]
    {
        height: 3.125rem;
        font-size: .875rem;
        line-height: 1.125rem;
        padding: .9375rem .9375rem .9375rem 4.625rem;
        line-height: 1.125rem;
    }
}
.search-form-inline .button
{
    min-width: 5.4375rem;
    font-size: .875rem;
    font-family: inherit;
    letter-spacing: normal;
    position: absolute;
    top: 0;
    right: 0;
}
@media print, screen and (min-width: 48em)
{
    .search-form-inline .button
    {
        min-width: 9.0625rem;
        letter-spacing: 1px;
    }
}
@media print, screen and (min-width: 64em)
{
    .search-form-inline .button
    {
        min-width: 10.375rem;
        font-size: 1rem;
        line-height: 1.125rem;
        padding: .9375rem;
    }
}
main .tab-content .tab-key .no-button
{
    display: none;
    border-bottom: 1px solid #96999a;
    height: 25px;
    margin-bottom: 25px;
}
main .tab-content .tab-key.loaded
{
    display: block;
}
main .tab-content .tab-key.loaded .btn-more-holder .load-more
{
    display: none;
}
main .tab-content .tab-key.loaded .btn-more-holder .no-button
{
    display: block;
}
main .tab-content .tab-key.empty .btn-more-holder .load-more
{
    display: none;
}
main .tab-content .tab-key.empty .no-results
{
    display: block;
}
main .no-results
{
    padding: 3rem 1rem;
    display: none;
    text-align: center;
    width: 100%;
}
main .no-results h3
{
    color: #d43d06;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
    float: none;
}
@media print, screen and (min-width: 48em)
{
    main .no-results h3
    {
        font-size: 3rem;
    }
}
main .no-results h4
{
    color: #292d2e;
    text-transform: uppercase;
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.6875rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    line-height: 1.5rem;
    margin: 1rem;
    float: none;
}
main .no-results h4:before
{
    content: none;
}
@media print, screen and (min-width: 48em)
{
    main .no-results h4
    {
        letter-spacing: .06313rem;
    }
}
main .partners.empty .no-results
{
    display: block;
}
main .search-result .tab-content .tab-key.loaded
{
    border: none;
}
main.author
{
    margin-bottom: 0;
}
main.author .misc-gallery .no-button
{
    display: none;
    border-bottom: 1px solid #96999a;
    height: 25px;
    margin-bottom: 25px;
}
main.author .misc-gallery.loaded .btn-more-holder .button.load-more
{
    display: none;
}
main.author .misc-gallery.loaded .btn-more-holder .no-button
{
    display: block;
}
@media print
{
    *
    {
        background: 0 0!important;
        color: #000!important;
        text-shadow: none!important;
        filter: none!important;
        -ms-filter: none!important;
    }
    a, a:visited
    {
        color: #444!important;
        text-decoration: underline;
    }
    a:after, a:visited:after
    {
        content: " (" attr(href) ")";
    }
    a abbr[title]:after, a:visited abbr[title]:after
    {
        content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after
    {
        content: "";
    }
    pre, blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
    }
    tr, img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100%!important;
    }
    @page
    {
        margin: .5cm;
    }
    p, h2, h3
    {
        orphans: 3;
        widows: 3;
    }
    h2, h3
    {
        page-break-after: avoid;
    }
    .post-detail .icons-list, .visual.bg-stretch, .header-search, .nav-opener, #sidebar, .sidebar, .page-navigation, .wp-prev-next, .respond-form, .footer-area, nav
    {
        display: none;
    }
}
@media print, screen and (min-width: 48em)
{
    html
    {
        font-size: 100%;
    }
}
body
{
    min-width: 320px;
    letter-spacing: .3px;
    font-size: .875rem;
}
body.nav-active
{
    position: fixed;
    overflow: hidden;
}
@media screen and (min-width: 48em)
{
    body.nav-active
    {
        position: static;
        overflow: visible;
    }
}
@media print, screen and (min-width: 48em)
{
    body
    {
        letter-spacing: .4px;
        font-size: 1rem;
        line-height: 1.5;
    }
}
a:focus
{
    outline: none;
}
#wrapper
{
    position: relative;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 48em)
{
    .order-1
    {
        order: 1;
    }
}
@media screen and (min-width: 48em)
{
    .order-2
    {
        order: 2;
    }
}
@media screen and (min-width: 48em)
{
    .order-3
    {
        order: 3;
    }
}
@media screen and (min-width: 48em)
{
    .order-4
    {
        order: 4;
    }
}
.round
{
    border-radius: 1000px;
}
.button
{
    font-weight: 600;
    padding: .625rem .9375rem .875rem;
    min-width: 130px;
}
.button.alert
{
    color: #fff;
}
.heading-holder
{
    margin: 0 0 1.5rem;
}
@media print, screen and (min-width: 48em)
{
    .heading-holder
    {
        overflow: hidden;
        margin: 0 0 2.125rem -1.0625rem;
        padding: 0 0 0 1.0625rem;
    }
}
@media screen and (min-width: 80em)
{
    .heading-holder
    {
        margin-left: -2rem;
        padding: 0 0 0 2rem;
    }
}
.heading-holder h2
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    letter-spacing: .0375rem;
}
@media print, screen and (min-width: 48em)
{
    .heading-holder h2
    {
        font-size: 1.5rem;
        padding-right: .9375rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .heading-holder h2
    {
        padding-right: 1.5625rem;
    }
}
@media screen and (min-width: 80em)
{
    .heading-holder h2
    {
        padding-right: 2.25rem;
    }
}
.heading-holder h2:after
{
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    right: -9999px;
    bottom: auto;
    background: rgba(0,0,0,.5);
    transform: translateY(-50%);
    display: none;
}
@media print, screen and (min-width: 48em)
{
    .heading-holder h2:after
    {
        display: block;
    }
}
h1, h2, h3, h4, h5, h6
{
    letter-spacing: normal;
}
h2
{
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.875rem;
    color: #292d2e;
    text-transform: uppercase;
    letter-spacing: .03125rem;
    font-weight: 600;
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    position: relative;
}
@media print, screen and (min-width: 30em)
{
    h2
    {
        font-size: 1.125rem;
    }
}
@media print, screen and (min-width: 48em)
{
    h2
    {
        font-size: 1.6875rem;
        letter-spacing: .063125rem;
    }
}
@media print, screen and (min-width: 64em)
{
    h2
    {
        font-size: 1.875rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 80em)
{
    h2
    {
        font-size: 2.25rem;
        line-height: 1.5;
    }
}
h2:before
{
    width: 9px;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    right: auto;
    bottom: auto;
    background: #d43d06;
    top: 9px;
}
@media print, screen and (min-width: 30em)
{
    h2:before
    {
        top: 11px;
    }
}
@media print, screen and (min-width: 48em)
{
    h2:before
    {
        width: 12px;
        left: -24px;
        top: 15px;
    }
}
@media print, screen and (min-width: 64em)
{
    h2:before
    {
        top: 20px;
    }
}
@media screen and (min-width: 80em)
{
    h2:before
    {
        width: 20px;
        left: -34px;
    }
}
h2 span
{
    color: #d43d06;
}
@media print, screen and (min-width: 48em)
{
    p
    {
        margin-bottom: 1.5em;
    }
}
p a
{
    text-decoration: underline;
}
p a:hover
{
    text-decoration: none;
}
.title
{
    font-size: .625rem;
    line-height: 1;
    color: #54524c;
    display: block;
    letter-spacing: .3px;
    margin-bottom: .375rem;
    min-height: .0625rem;
}
@media screen and (min-width: 48em)
{
    .title
    {
        min-height: 1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .title
    {
        font-size: .75rem;
        min-height: .0625rem;
    }
}
.title .txt-alert
{
    display: inline-block;
    vertical-align: top;
    color: #d43d06;
}
.title .txt-alert:before
{
    background: #a4a3a0;
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 9px;
    margin: 0 4px 0 0;
    content: '';
}
@media screen and (min-width: 48em)
{
    .title .txt-alert:before
    {
        display: none;
    }
}
@media screen and (min-width: 80em)
{
    .title .txt-alert:before
    {
        display: inline-block;
        vertical-align: middle;
    }
}
.author
{
    display: block;
    margin-bottom: .5rem;
    font-size: .875rem;
}
@media screen and (min-width: 64em)
{
    .author
    {
        margin-bottom: .8125rem;
    }
}
.slide-count
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #292d2e;
    font-size: .875rem;
}
@media screen and (min-width: 48em)
{
    .slide-count
    {
        font-size: 1rem;
    }
}
.widget.featured-widget
{
    margin-bottom: 0;
}
.featured-widget
{
    position: relative;
    z-index: 1;
    padding: 3.4375rem 0 3.75rem;
    display: flex;
    flex-flow: row wrap;
}
@media screen and (min-width: 48em)
{
    .featured-widget
    {
        padding: 2.8125rem 0 3.1875rem;
    }
}
.featured-widget:before
{
    display: block;
    background: #292d2e;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    z-index: -1;
}
@media screen and (min-width: 48em)
{
    .featured-widget.mib h3
    {
        top: 50%;
        transform: translateY(-50%);
    }
}
.featured-widget header
{
    margin-bottom: 1.25rem;
    position: relative;
}
@media screen and (min-width: 48em)
{
    .featured-widget header
    {
        margin-bottom: 0;
    }
    .featured-widget header h2
    {
        font-size: 1.5rem;
        letter-spacing: .025rem;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (min-width: 48em)
{
    .featured-widget header:after
    {
        position: absolute;
        content: '';
        right: 0;
        bottom: -22px;
        top: -22px;
        width: 1px;
        background: #8b3a1d;
        display: block;
    }
}
@media screen and (min-width: 80em)
{
    .featured-widget header:after
    {
        right: 45px;
    }
}
.featured-widget header.no-style
{
    margin-bottom: .625rem;
}
@media screen and (min-width: 48em)
{
    .featured-widget header.no-style
    {
        margin-bottom: 1.25rem;
    }
}
@media screen and (min-width: 64em)
{
    .featured-widget header.no-style
    {
        padding-top: .375rem;
        margin-bottom: 0;
    }
}
.featured-widget header.no-style:after
{
    display: none!important;
}
.featured-widget header.no-style h2
{
    letter-spacing: 0;
    font-size: .875rem;
}
@media screen and (min-width: 30em)
{
    .featured-widget header.no-style h2
    {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 48em)
{
    .featured-widget header.no-style h2
    {
        font-size: 1.6875rem;
    }
}
@media screen and (min-width: 64em)
{
    .featured-widget header.no-style h2
    {
        font-size: 1.5rem;
        letter-spacing: .0375rem;
    }
}
.featured-widget header.no-style h2:before
{
    display: none!important;
}
.featured-widget h2
{
    margin-bottom: 0;
    color: #fff;
}
.featured-widget h3
{
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.3;
}
@media screen and (min-width: 48em)
{
    .featured-widget h3
    {
        margin-bottom: .625rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 64em)
{
    .featured-widget h3
    {
        margin-bottom: 0;
    }
}
.featured-widget h3 br
{
    display: none;
}
@media screen and (min-width: 48em)
{
    .featured-widget h3 br
    {
        display: block;
    }
}
.featured-widget h3:before
{
    position: absolute;
    content: '';
    background: #8b3a1d;
    height: 1px;
    bottom: -14px;
    left: -17px;
    right: -17px;
}
@media screen and (min-width: 48em)
{
    .featured-widget h3:before
    {
        display: none;
    }
}
.featured-widget h3 a
{
    color: #fff;
}
.featured-widget h3 a:hover
{
    color: #d43d06;
}
.featured-widget .button
{
    margin-bottom: 0;
    padding: .6875rem .625rem .8125rem;
    font-size: .875rem;
}
@media screen and (min-width: 48em)
{
    .featured-widget .button
    {
        font-size: 1rem;
        padding: 1rem .625rem;
        min-width: 8.75rem;
    }
}
@media screen and (min-width: 80em)
{
    .featured-widget .button
    {
        min-width: 10.3125rem;
    }
}
@media screen and (max-width: 63.9375em)
{
    .featured-widget>.column>.column, .featured-widget>.columns>.column, .featured-widget>.column>.columns, .featured-widget>.columns>.columns
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
.btn-top
{
    font-size: .75rem;
    position: relative;
    color: #fff;
    transition: all .25s linear;
    display: table;
    vertical-align: middle;
    width: 100px;
}
@media screen and (min-width: 30em)
{
    .btn-top
    {
        font-size: .875rem;
    }
}
.btn-top:hover
{
    color: #d43d06;
}
.btn-top:hover:after
{
    color: #d43d06;
    border-color: #d43d06;
}
.btn-top:hover span
{
    border-color: #d43d06;
}
.btn-top span
{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2px;
}
.btn-top:after
{
    content: "";
    color: #a6a8a8;
    font-family: 'icomoon';
    font-size: .375rem;
    width: 14px;
    height: 14px;
    padding: 4px 6px;
    border-radius: 100%;
    border: 1px solid #a6a8a8;
    background: #666;
    background: rgba(0,0,0,.4);
    border-radius: 100%;
    box-shadow: 0 1px 10px rgba(0,0,0,.46);
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
@media screen and (min-width: 48em)
{
    .btn-top:after
    {
        width: 15px;
        height: 15px;
        padding: 5px 7px;
        font-size: .4375rem;
    }
}
.navigate
{
    margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em)
{
    .navigate
    {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 64em)
{
    .navigate
    {
        padding-top: .6875rem;
    }
}
@media screen and (min-width: 48em)
{
    .social-links
    {
        margin: 0 0 1.25rem;
    }
}
@media screen and (min-width: 64em)
{
    .social-links
    {
        padding-top: .75rem;
        margin: 0;
    }
}
@media screen and (min-width: 80em)
{
    .social-links
    {
        padding-top: .25rem;
    }
}
.social-networks
{
    list-style: none;
    padding: 0!important;
    margin: 0!important;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.social-networks li
{
    margin: 0 1.125rem 0 0;
}
@media screen and (min-width: 64em)
{
    .social-networks li
    {
        margin: 0 .375rem;
    }
}
@media screen and (min-width: 80em)
{
    .social-networks li
    {
        margin: 0 .625rem;
    }
}
.social-networks a
{
    color: #fff;
    font-size: 1.25rem;
}
@media screen and (min-width: 64em)
{
    .social-networks a
    {
        font-size: .9375rem;
    }
}
@media screen and (min-width: 80em)
{
    .social-networks a
    {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .social-networks a
    {
        font-size: 1.625rem;
    }
}
.social-networks a:hover
{
    color: #d43d06;
}
.details
{
    margin-bottom: 1.4375rem;
    letter-spacing: normal;
}
@media screen and (min-width: 64em)
{
    .details
    {
        margin-bottom: 0;
    }
}
.details ul
{
    margin: 0 -1.25rem 0 0;
    padding: 0!important;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #fff;
    font-size: .75rem;
}
@media screen and (min-width: 30em)
{
    .details ul
    {
        font-size: .875rem;
    }
}
@media screen and (min-width: 48em)
{
    .details ul
    {
        font-size: 1rem;
        margin: 0 -1.5625rem 0 0;
    }
}
@media screen and (min-width: 64em)
{
    .details ul
    {
        font-size: .875rem;
        margin: 0 -.625rem 0 0;
    }
}
@media screen and (min-width: 80em)
{
    .details ul
    {
        font-size: 1rem;
        margin: 0;
    }
}
.details ul li
{
    margin: 0 1.25rem 0 0;
}
@media screen and (min-width: 48em)
{
    .details ul li
    {
        margin: 0 1.5625rem 0 0;
    }
}
@media screen and (min-width: 64em)
{
    .details ul li
    {
        margin: 0 .625rem 0 0;
    }
}
@media screen and (min-width: 80em)
{
    .details ul li
    {
        margin: 0 8% 0 0;
    }
}
.details ul .desc
{
    color: #d43d06;
    display: block;
}
.img-holder .over
{
    display: none;
    position: absolute;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    padding: 7px 10%;
    text-align: center;
}
@media screen and (min-width: 64em)
{
    .img-holder .over
    {
        display: flex;
    }
}
.img-holder .over.bg-red
{
    background: rgba(249,73,9,.75);
}
.img-holder .over h3
{
    color: #fff;
    text-transform: uppercase;
    font-family: "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    margin-bottom: 0!important;
    letter-spacing: .01875rem;
    font-size: .6875rem;
}
@media screen and (min-width: 64em)
{
    .img-holder .over h3
    {
        min-height: 2.5rem;
        font-size: 1rem;
        line-height: 1.25rem;
    }
}
.img-holder .over .icon
{
    display: block;
    font-size: 1.5625rem;
    color: #fff;
    width: 100%;
    margin-bottom: .625rem;
}
@media screen and (min-width: 64em)
{
    .img-holder .over .icon
    {
        font-size: 2.1875rem;
    }
}
@media screen and (min-width: 80em)
{
    .img-holder .over .icon
    {
        font-size: 3.25rem;
        margin-bottom: 1.125rem;
    }
}
.img-holder .over .icon.icon-finance
{
    font-size: 1.375rem;
}
@media screen and (min-width: 64em)
{
    .img-holder .over .icon.icon-finance
    {
        font-size: 1.9375rem;
    }
}
@media screen and (min-width: 80em)
{
    .img-holder .over .icon.icon-finance
    {
        font-size: 2.875rem;
    }
}
.img-holder
{
    position: relative;
    overflow: hidden;
}
.img-holder img
{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}
.img-holder .img-tag
{
    width: 6rem;
    padding: .1875rem;
    text-align: center;
    font: 14px/1.285 "acumin-pro-condensed",Helvetica,Roboto,Arial,sans-serif;
    color: #fff;
    background: rgba(249,73,9,.9);
    position: absolute;
    top: .8125rem;
    left: 0;
    visibility: visible;
    opacity: 1;
}
@media print, screen and (min-width: 48em)
{
    .img-holder .img-tag
    {
        width: 7.375rem;
        padding: .3125rem;
        font-size: 1rem;
        line-height: 1.5;
        top: 15px;
    }
}
.img-holder.enterDiv .over
{
    animation-name: divEnter;
    animation-duration: .5s;
    animation-iteration-count: 1;
    left: 0;
    right: 0;
}
.img-holder.leaveDiv .over
{
    animation-name: divLeave;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
@keyframes divEnter
{
    0%
    {
        left: -100%;
        right: 100%;
    }
    100%
    {
        left: 0;
        right: 0;
    }
}
@keyframes divLeave
{
    0%
    {
        left: 0;
        right: 0;
    }
    100%
    {
        left: 100%;
        right: -100%;
    }
}
.practice-area .img-holder .over
{
    display: none;
}
.btn-play
{
    background: rgba(41,45,46,.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    width: 63px;
    height: 63px;
}
@media screen and (min-width: 48em)
{
    .btn-play
    {
        width: 50px;
        height: 50px;
    }
}
@media screen and (min-width: 80em)
{
    .btn-play
    {
        width: 89px;
        height: 89px;
        border: 5px solid #fff;
    }
}
.btn-play:before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'icomoon';
    color: #fff;
    font-size: 1.5625rem;
    margin: 0 0 0 .125rem;
}
@media screen and (min-width: 48em)
{
    .btn-play:before
    {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 80em)
{
    .btn-play:before
    {
        font-size: 2.375rem;
    }
}
.btn-play:hover
{
    border-color: #d43d06;
    background: rgba(255,255,255,.5);
}
.btn-play:hover:before
{
    color: #d43d06;
}
table
{
    width: 100%;
    table-layout: fixed;
}
#content>table th
{
    text-align: left;
}
.comment-form input[type=submit], .post-password-form input[type=submit], .search-form input[type=submit]
{
    height: 2.5rem;
    cursor: pointer;
}
.comment-form input[type=submit]:hover, .post-password-form input[type=submit]:hover, .search-form input[type=submit]:hover
{
    background: #d43d06;
}
.comment-form input[type=text], .search-form input[type=text], .post-password-form input[type=text], .comment-form input[type=tel], .search-form input[type=tel], .post-password-form input[type=tel], .comment-form input[type=email], .search-form input[type=email], .post-password-form input[type=email], .comment-form input[type=search], .search-form input[type=search], .post-password-form input[type=search], .comment-form input[type=password], .search-form input[type=password], .post-password-form input[type=password], .comment-form input[type=url], .search-form input[type=url], .post-password-form input[type=url], .comment-form input[type=date], .search-form input[type=date], .post-password-form input[type=date], .comment-form textarea, .search-form textarea, .post-password-form textarea
{
    width: calc(100% - 71px);
    height: 2.5rem;
}
#wp-calendar tbody
{
    text-align: center;
}
iframe
{
    width: 100%;
}
.js-tab-hidden
{
    left: 0!important;
    right: 0!important;
}
.js-tab-hidden .misc-gallery
{
    width: 100%;
}
.prev:hover, .next:hover
{
    background: #d43d06;
}
.tags
{
    margin: 0 0 .0625rem;
    letter-spacing: -.32em;
    text-transform: capitalize;
    font-size: .75rem;
    color: #d43d06;
}
@media print, screen and (min-width: 48em)
{
    .tags
    {
        font-size: .875rem;
        margin: 0 0 .6875rem;
    }
}
.tags li
{
    display: inline-block;
    vertical-align: top;
    letter-spacing: .3px;
    margin: 0 .25rem 0 0;
}
.tags li:after
{
    content: ",";
}
.tags li:last-child:after
{
    display: none;
}
.keywords
{
    overflow: hidden;
}
.keywords .heading
{
    float: left;
    margin: 0 .25rem 0 0;
    font-size: inherit;
    font-weight: 400;
    color: inherit;
    font-family: inherit;
    text-transform: capitalize;
}
.keywords ul
{
    margin: 0 -.25rem 0 0;
    letter-spacing: -.32em;
    text-transform: capitalize;
    color: #d43d06;
}
.keywords ul li
{
    display: inline-block;
    vertical-align: top;
    letter-spacing: .4px;
    margin: 0 .25rem 0 0;
}
.keywords ul li:after
{
    content: ",";
}
.keywords ul li:last-child:after
{
    display: none;
}
.keywords ul li a
{
    text-decoration: underline;
}
.keywords ul li a:hover
{
    text-decoration: none;
}
.bullet-list
{
    margin: 0 0 1.25rem;
}
.bullet-list li
{
    position: relative;
    margin: 0 0 .4375rem;
}
@media print, screen and (min-width: 48em)
{
    .bullet-list li
    {
        margin: 0;
    }
}
.bullet-list li:before
{
    content: "";
    position: absolute;
    top: 0;
    left: -.5625rem;
    right: auto;
    bottom: auto;
    content: "•";
}
label.custom-checkbox, .custom-checkbox label
{
    display: inline-block;
    vertical-align: top;
    font-size: .875rem;
    line-height: 1.375rem;
    padding: 0 0 0 1.625rem;
    position: relative;
    cursor: pointer;
}
@media print, screen and (min-width: 48em)
{
    label.custom-checkbox, .custom-checkbox label
    {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media screen and (max-width: 63.9375em)
{
    label.custom-checkbox br, .custom-checkbox label br
    {
        display: none;
    }
}
label.custom-checkbox input[type=checkbox], .custom-checkbox label input[type=checkbox]
{
    display: none;
}
label.custom-checkbox input[type=checkbox]:checked~.custom-input:before, .custom-checkbox label input[type=checkbox]:checked~.custom-input:before
{
    display: block;
}
label.custom-checkbox .custom-input, .custom-checkbox label .custom-input
{
    width: .8125rem;
    height: .8125rem;
    border: 1px solid rgba(0,0,0,.5);
    position: absolute;
    top: .3125rem;
    left: 0;
}
@media print, screen and (min-width: 48em)
{
    label.custom-checkbox .custom-input, .custom-checkbox label .custom-input
    {
        top: .375rem;
    }
}
label.custom-checkbox .custom-input:before, .custom-checkbox label .custom-input:before
{
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #d43d06;
    display: none;
}
.filter
{
    position: relative;
    padding: .9375rem 0 1.875rem;
    margin: 0 -1.0625rem;
    z-index: 9;
}
@media print, screen and (min-width: 48em)
{
    .filter
    {
        margin: 0 0 1.5rem;
        padding: 0;
    }
}
@media screen and (min-width: 80em)
{
    .filter
    {
        margin: 0 0 2.25rem;
    }
}
.filter .heading
{
    font-size: .875rem;
    font-weight: 400;
    font-family: inherit;
    color: #96999a;
    text-transform: capitalize;
    margin: 0 0 1.25rem;
    display: none;
}
@media print, screen and (min-width: 48em)
{
    .filter .heading
    {
        display: block;
    }
}
.filter.active .opener
{
    border-radius: 0;
}
.filter.active .opener:after
{
    content: "";
}
.filter.active ul
{
    display: block;
}
.filter .opener
{
    display: block;
    padding: .5rem 3.125rem .5rem 1.3125rem;
    color: #292d2e;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 1.25rem;
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    .filter .opener
    {
        display: none;
    }
}
.filter .opener:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 1.3125rem;
    bottom: auto;
    transform: translateY(-50%);
    font-family: 'icomoon';
    content: "";
    font-weight: 400;
    color: #d43d06;
}
.filter ul
{
    width: 100%;
    margin: -.25rem 0 0;
    padding: 1.375rem 1.0625rem .9375rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.5);
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    display: none;
}
@media print, screen and (min-width: 48em)
{
    .filter ul
    {
        width: auto;
        position: static;
        margin: 0 -.9375rem;
        box-shadow: none;
        border: none;
        padding: 0;
        display: flex;
        flex-flow: row wrap;
    }
}
.filter ul:before, .filter ul:after
{
    content: "";
    position: absolute;
    top: auto;
    left: auto;
    right: .875rem;
    bottom: 100%;
    border-style: solid;
    border-width: 0 .9375rem .75rem;
    border-color: transparent transparent #fff;
    z-index: 2;
}
@media print, screen and (min-width: 48em)
{
    .filter ul:before, .filter ul:after
    {
        display: none;
    }
}
.filter ul:after
{
    border-color: transparent transparent rgba(0,0,0,.5);
    margin: 0 0 1px;
    z-index: 1;
}
.filter ul li
{
    padding: 0 0 .625rem;
}
@media print, screen and (min-width: 48em)
{
    .filter ul li
    {
        width: 33.333%;
        padding: 0 .9375rem 1rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .filter ul li
    {
        width: 25%;
    }
}
.btn-more-holder
{
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 -1rem;
}
@media print, screen and (min-width: 48em)
{
    .btn-more-holder
    {
        margin: 1.25rem 0 1.25rem;
    }
}
@media print, screen and (min-width: 64em)
{
    .btn-more-holder
    {
        margin: 3.875rem 0 3.75rem;
    }
}
.btn-more-holder .button
{
    min-width: 8.5rem;
    margin: 0;
    color: #292d2e;
    border: 1px solid rgba(0,0,0,.5);
    position: relative;
    z-index: 2;
}
@media print, screen and (min-width: 48em)
{
    .btn-more-holder .button
    {
        min-width: 11.75rem;
        padding: .875rem;
        font-size: 1rem;
        line-height: 1.25;
    }
}
.btn-more-holder .button:before, .btn-more-holder .button:after
{
    width: 1000px;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 100%;
    bottom: auto;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5);
    z-index: 1;
}
.btn-more-holder .button:after
{
    right: auto;
    left: 100%;
}
.btn-more-holder .button:hover
{
    color: #fff;
    background: #96999a;
    border-color: rgba(0,0,0,.5);
}
.search-nav
{
    position: relative;
    padding: .9375rem 0 0;
    margin: 0 -1.0625rem;
    z-index: 9;
}
@media print, screen and (min-width: 48em)
{
    .search-nav
    {
        margin: 0 0 1.875rem;
        padding: 0;
    }
}
@media screen and (min-width: 80em)
{
    .search-nav
    {
        margin: 0 0 2.875rem;
    }
}
@media screen and (max-width: 47.9375em)
{
    .search-nav.past-months
    {
        padding: .4375rem 0 .5625rem;
    }
    .search-nav.past-months>ul
    {
        margin: 0 -16px 0 0;
    }
    .search-nav.past-months>ul>li
    {
        width: 132px;
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 15px 0;
    }
}
@media screen and (max-width: 47.9375em) and (min-width: 48em)
{
    .search-nav.past-months>ul>li
    {
        width: 150px;
    }
}
@media screen and (max-width: 47.9375em)
{
    .search-nav.past-months>ul>li .opener
    {
        min-width: inherit;
        padding: .5rem 1.875rem .5rem 1rem;
        text-transform: capitalize;
    }
    .search-nav.past-months>ul>li .opener:after
    {
        right: 14px;
        left: auto;
    }
    .search-nav.past-months>ul ul
    {
        padding: 1.25rem .9375rem .9375rem;
    }
    .search-nav.past-months>ul ul:before, .search-nav.past-months>ul ul:after
    {
        right: 6px;
    }
}
.search-nav>ul
{
    margin: 0;
    letter-spacing: -.32em;
}
.search-nav>ul>li
{
    letter-spacing: .4px;
    margin: 1.8125rem 0 0;
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    .search-nav>ul>li
    {
        display: inline-block;
        vertical-align: top;
        margin: 0 1.8125rem .9375rem 0;
    }
}
.search-nav>ul>li:first-child
{
    margin-top: 0;
}
.search-nav>ul>li.active .opener
{
    border-radius: 0;
}
.search-nav>ul>li.active .opener:after
{
    content: "";
}
.search-nav>ul>li.active ul
{
    display: block;
}
.search-nav>ul>li .opener
{
    min-width: 10rem;
    display: block;
    padding: .5rem 3.125rem .5rem 1.3125rem;
    color: #292d2e;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 100px;
    position: relative;
}
@media print, screen and (min-width: 64em)
{
    .search-nav>ul>li .opener
    {
        min-width: 11.75rem;
        padding: .75rem 3.125rem .75rem 1.375rem;
    }
}
.search-nav>ul>li .opener:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 1.3125rem;
    bottom: auto;
    transform: translateY(-50%);
    font-family: 'icomoon';
    content: "";
    font-weight: 400;
    color: #d43d06;
}
@media print, screen and (min-width: 64em)
{
    .search-nav>ul>li .opener:after
    {
        font-size: 1.5rem;
    }
}
.search-nav>ul>li ul
{
    width: 100%;
    margin: 1.625rem 0 0;
    padding: 1.4375rem 1.1875rem .8125rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.5);
    letter-spacing: .3px;
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
}
@media print, screen and (min-width: 48em)
{
    .search-nav>ul>li ul
    {
        width: 350px;
        margin: 1.875rem 0 0;
        padding: 1.5rem 1.3125rem .875rem;
    }
}
@media screen and (min-width: 95.625em)
{
    .search-nav>ul>li ul
    {
        width: 405px;
    }
}
.search-nav>ul>li ul:before, .search-nav>ul>li ul:after
{
    content: "";
    position: absolute;
    top: auto;
    left: auto;
    right: .9375rem;
    bottom: 100%;
    border-style: solid;
    border-width: 0 .9375rem .75rem;
    border-color: transparent transparent #fff;
    z-index: 2;
}
@media print, screen and (min-width: 48em)
{
    .search-nav>ul>li ul:before, .search-nav>ul>li ul:after
    {
        left: 7.1875rem;
        right: auto;
    }
}
@media print, screen and (min-width: 64em)
{
    .search-nav>ul>li ul:before, .search-nav>ul>li ul:after
    {
        left: 8.75rem;
    }
}
.search-nav>ul>li ul:after
{
    border-color: transparent transparent rgba(0,0,0,.5);
    margin: 0 0 1px;
    z-index: 1;
}
.search-nav>ul>li ul li
{
    margin: 0 0 .625rem;
}
.search-nav>ul>li ul li a
{
    color: #292d2e;
    display: block;
    padding: 0;
    margin: 0;
}
.search-nav>ul>li ul li a:hover, .search-nav>ul>li ul li.active a
{
    color: #d43d06;
}
.word-filter
{
    padding: 24px 15px 8px;
    margin: 0 -15px 15px;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(0,0,0,.5);
}
@media print, screen and (min-width: 48em)
{
    .word-filter
    {
        padding: 24px 0;
        margin: 0 0 40px;
    }
}
@media screen and (min-width: 80em)
{
    .word-filter
    {
        margin: 0 0 59px;
    }
}
.word-filter ul
{
    margin: 0 -9px 0 -8px;
    display: flex;
    flex-flow: row wrap;
}
@media print, screen and (min-width: 48em)
{
    .word-filter ul
    {
        margin: 0 -2px;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
}
.word-filter ul li
{
    margin: 0 7px 16px;
}
@media print, screen and (min-width: 48em)
{
    .word-filter ul li
    {
        margin: 0;
    }
}
.word-filter ul li a
{
    padding: 0 2px;
    display: block;
    color: #292d2e;
    position: relative;
}
@media print, screen and (min-width: 48em)
{
    .word-filter ul li a
    {
        letter-spacing: 1px;
    }
}
.word-filter ul li a:after
{
    height: 2px;
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d43d06;
    display: none;
}
.word-filter ul li a:hover
{
    color: #d43d06;
}
.word-filter ul li.all
{
    padding: 0 10px 0 0;
    margin: 0 6px;
    position: relative;
    letter-spacing: 1px;
}
@media print, screen and (min-width: 48em)
{
    .word-filter ul li.all
    {
        padding: 0 20px 0 0;
        margin: 0 5px 0 0;
    }
}
@media print, screen and (min-width: 64em)
{
    .word-filter ul li.all
    {
        padding: 0 37px 0 0;
    }
}
.word-filter ul li.all:after
{
    width: 1px;
    height: 20px;
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
    background: #fb946e;
}
@media print, screen and (min-width: 48em)
{
    .word-filter ul li.all:after
    {
        height: 44px;
    }
}
.word-filter ul li.all a
{
    padding: 0 3px;
}
@media print, screen and (min-width: 48em)
{
    .word-filter ul li.all a
    {
        padding: 0 6px;
    }
}
.word-filter ul li.active a
{
    color: #d43d06;
}
.word-filter ul li.active a:after
{
    display: block;
}