@charset "UTF-8";@import url(https://use.typekit.net/llt8fyx.css);@font-face {
    font-family: HurmeGeometricSans2;
    src: local(HurmeGeometricSans2-Regular),url(../../../fonts/HurmeGeometricSans2-Regular/font.woff) format("woff2"),url(../../../fonts/HurmeGeometricSans2-Regular/font.woff) format("woff"),url(../../../fonts/TrueType/Metropolis-RegularItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: HurmeGeometricSans2;
    src: local(HurmeGeometricSans2-SemiBold),url(../../../fonts/HurmeGeometricSans2-SemiBold/font.woff2) format("woff2"),url(../../../fonts/HurmeGeometricSans2-SemiBold/font.woff) format("woff"),url(../../../fonts/TrueType/Metropolis-Regular.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: HurmeGeometricSans2;
    src: local(HurmeGeometricSans2-Bold),url(../../../fonts/HurmeGeometricSans2-Bold/font.woff2) format("woff2"),url(../../../fonts/HurmeGeometricSans2-Bold/font.woff) format("woff"),url(../../../fonts/TrueType/Metropolis-Regular.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@media print,screen and (min-width: 48em) {
    .reveal,.reveal.large,.reveal.small,.reveal.tiny {
        right:auto;
        left: auto;
        margin: 0 auto
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,.fa-users:before {
    content: ""
}

.fa-chain:before,.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,.fa-scissors:before {
    content: ""
}

.fa-copy:before,.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,.fa-undo:before {
    content: ""
}

.fa-gavel:before,.fa-legal:before {
    content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,.fa-usd:before {
    content: ""
}

.fa-inr:before,.fa-rupee:before {
    content: ""
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: ""
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: ""
}

.fa-krw:before,.fa-won:before {
    content: ""
}

.fa-bitcoin:before,.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,.fa-car:before {
    content: ""
}

.fa-cab:before,.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: ""
}

.fa-empire:before,.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
    content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before,.fa-vcard:before {
    content: ""
}

.fa-address-card-o:before,.fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=48em&spaces=61.375em&large=80em&xlarge=89.9375em&xxlarge=121.25em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,::after,::before {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: HurmeGeometricSans2,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #2e2e2e;
    -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 {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object {
    max-width: none!important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button,input,optgroup,select,textarea {
    font-family: inherit
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 81.25rem;
    margin: 0 auto
}

@media print,screen and (min-width: 48em) {
    .grid-container {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

.grid-container.fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 100%;
    margin: 0 auto
}

@media print,screen and (min-width: 48em) {
    .grid-container.fluid {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto
}

.grid-x {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* position: relative; */
}

.cell {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.cell.shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.auto {
    width: auto
}

.grid-x>.shrink {
    width: auto
}

.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,screen and (min-width: 48em) {
    .grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink {
        -webkit-flex-basis:auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-x>.spaces-1,.grid-x>.spaces-10,.grid-x>.spaces-11,.grid-x>.spaces-12,.grid-x>.spaces-2,.grid-x>.spaces-3,.grid-x>.spaces-4,.grid-x>.spaces-5,.grid-x>.spaces-6,.grid-x>.spaces-7,.grid-x>.spaces-8,.grid-x>.spaces-9,.grid-x>.spaces-full,.grid-x>.spaces-shrink {
        -webkit-flex-basis:auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width: 80em) {
    .grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink {
        -webkit-flex-basis:auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink {
        -webkit-flex-basis:auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.small-1 {
    width: 8.33333%
}

.grid-x>.small-2 {
    width: 16.66667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.33333%
}

.grid-x>.small-5 {
    width: 41.66667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.33333%
}

.grid-x>.small-8 {
    width: 66.66667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.33333%
}

.grid-x>.small-11 {
    width: 91.66667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print,screen and (min-width: 48em) {
    .grid-x>.medium-auto {
        -webkit-flex:1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.medium-shrink {
        width: auto
    }

    .grid-x>.medium-1 {
        width: 8.33333%
    }

    .grid-x>.medium-2 {
        width: 16.66667%
    }

    .grid-x>.medium-3 {
        width: 25%
    }

    .grid-x>.medium-4 {
        width: 33.33333%
    }

    .grid-x>.medium-5 {
        width: 41.66667%
    }

    .grid-x>.medium-6 {
        width: 50%
    }

    .grid-x>.medium-7 {
        width: 58.33333%
    }

    .grid-x>.medium-8 {
        width: 66.66667%
    }

    .grid-x>.medium-9 {
        width: 75%
    }

    .grid-x>.medium-10 {
        width: 83.33333%
    }

    .grid-x>.medium-11 {
        width: 91.66667%
    }

    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-x>.spaces-auto {
        -webkit-flex:1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.spaces-1,.grid-x>.spaces-10,.grid-x>.spaces-11,.grid-x>.spaces-12,.grid-x>.spaces-2,.grid-x>.spaces-3,.grid-x>.spaces-4,.grid-x>.spaces-5,.grid-x>.spaces-6,.grid-x>.spaces-7,.grid-x>.spaces-8,.grid-x>.spaces-9,.grid-x>.spaces-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.spaces-shrink {
        width: auto
    }

    .grid-x>.spaces-1 {
        width: 8.33333%
    }

    .grid-x>.spaces-2 {
        width: 16.66667%
    }

    .grid-x>.spaces-3 {
        width: 25%
    }

    .grid-x>.spaces-4 {
        width: 33.33333%
    }

    .grid-x>.spaces-5 {
        width: 41.66667%
    }

    .grid-x>.spaces-6 {
        width: 50%
    }

    .grid-x>.spaces-7 {
        width: 58.33333%
    }

    .grid-x>.spaces-8 {
        width: 66.66667%
    }

    .grid-x>.spaces-9 {
        width: 75%
    }

    .grid-x>.spaces-10 {
        width: 83.33333%
    }

    .grid-x>.spaces-11 {
        width: 91.66667%
    }

    .grid-x>.spaces-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 80em) {
    .grid-x>.large-auto {
        -webkit-flex:1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.large-shrink {
        width: auto
    }

    .grid-x>.large-1 {
        width: 8.33333%
    }

    .grid-x>.large-2 {
        width: 16.66667%
    }

    .grid-x>.large-3 {
        width: 25%
    }

    .grid-x>.large-4 {
        width: 33.33333%
    }

    .grid-x>.large-5 {
        width: 41.66667%
    }

    .grid-x>.large-6 {
        width: 50%
    }

    .grid-x>.large-7 {
        width: 58.33333%
    }

    .grid-x>.large-8 {
        width: 66.66667%
    }

    .grid-x>.large-9 {
        width: 75%
    }

    .grid-x>.large-10 {
        width: 83.33333%
    }

    .grid-x>.large-11 {
        width: 91.66667%
    }

    .grid-x>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-x>.xlarge-auto {
        -webkit-flex:1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.xlarge-shrink {
        width: auto
    }

    .grid-x>.xlarge-1 {
        width: 8.33333%
    }

    .grid-x>.xlarge-2 {
        width: 16.66667%
    }

    .grid-x>.xlarge-3 {
        width: 25%
    }

    .grid-x>.xlarge-4 {
        width: 33.33333%
    }

    .grid-x>.xlarge-5 {
        width: 41.66667%
    }

    .grid-x>.xlarge-6 {
        width: 50%
    }

    .grid-x>.xlarge-7 {
        width: 58.33333%
    }

    .grid-x>.xlarge-8 {
        width: 66.66667%
    }

    .grid-x>.xlarge-9 {
        width: 75%
    }

    .grid-x>.xlarge-10 {
        width: 83.33333%
    }

    .grid-x>.xlarge-11 {
        width: 91.66667%
    }

    .grid-x>.xlarge-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-margin-x {
        margin-left:-.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-margin-x>.cell {
        width:calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x>.auto {
    width: auto
}

.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.875rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.875rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.875rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.875rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.875rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.875rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.875rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.875rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.875rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.875rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.875rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.875rem)
}

@media print,screen and (min-width: 48em) {
    .grid-margin-x>.auto {
        width:auto
    }

    .grid-margin-x>.shrink {
        width: auto
    }

    .grid-margin-x>.small-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x>.small-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.small-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x>.small-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.small-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x>.small-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.small-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x>.small-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x>.medium-auto {
        width: auto
    }

    .grid-margin-x>.medium-shrink {
        width: auto
    }

    .grid-margin-x>.medium-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x>.medium-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.medium-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x>.medium-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.medium-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x>.medium-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.medium-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x>.medium-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-margin-x>.spaces-auto {
        width:auto
    }

    .grid-margin-x>.spaces-shrink {
        width: auto
    }

    .grid-margin-x>.spaces-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x>.spaces-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x>.spaces-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.spaces-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x>.spaces-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x>.spaces-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.spaces-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x>.spaces-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x>.spaces-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.spaces-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x>.spaces-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x>.spaces-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width: 80em) {
    .grid-margin-x>.large-auto {
        width:auto
    }

    .grid-margin-x>.large-shrink {
        width: auto
    }

    .grid-margin-x>.large-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x>.large-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x>.large-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.large-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x>.large-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x>.large-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.large-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x>.large-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x>.large-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.large-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x>.large-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x>.large-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-margin-x>.xlarge-auto {
        width:auto
    }

    .grid-margin-x>.xlarge-shrink {
        width: auto
    }

    .grid-margin-x>.xlarge-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.xlarge-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.xlarge-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.xlarge-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-padding-x>.cell {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

.small-up-1>.cell {
    width: 100%
}

.small-up-2>.cell {
    width: 50%
}

.small-up-3>.cell {
    width: 33.33333%
}

.small-up-4>.cell {
    width: 25%
}

.small-up-5>.cell {
    width: 20%
}

.small-up-6>.cell {
    width: 16.66667%
}

.small-up-7>.cell {
    width: 14.28571%
}

.small-up-8>.cell {
    width: 12.5%
}

@media print,screen and (min-width: 48em) {
    .medium-up-1>.cell {
        width:100%
    }

    .medium-up-2>.cell {
        width: 50%
    }

    .medium-up-3>.cell {
        width: 33.33333%
    }

    .medium-up-4>.cell {
        width: 25%
    }

    .medium-up-5>.cell {
        width: 20%
    }

    .medium-up-6>.cell {
        width: 16.66667%
    }

    .medium-up-7>.cell {
        width: 14.28571%
    }

    .medium-up-8>.cell {
        width: 12.5%
    }
}

@media print,screen and (min-width: 61.375em) {
    .spaces-up-1>.cell {
        width:100%
    }

    .spaces-up-2>.cell {
        width: 50%
    }

    .spaces-up-3>.cell {
        width: 33.33333%
    }

    .spaces-up-4>.cell {
        width: 25%
    }

    .spaces-up-5>.cell {
        width: 20%
    }

    .spaces-up-6>.cell {
        width: 16.66667%
    }

    .spaces-up-7>.cell {
        width: 14.28571%
    }

    .spaces-up-8>.cell {
        width: 12.5%
    }
}

@media print,screen and (min-width: 80em) {
    .large-up-1>.cell {
        width:100%
    }

    .large-up-2>.cell {
        width: 50%
    }

    .large-up-3>.cell {
        width: 33.33333%
    }

    .large-up-4>.cell {
        width: 25%
    }

    .large-up-5>.cell {
        width: 20%
    }

    .large-up-6>.cell {
        width: 16.66667%
    }

    .large-up-7>.cell {
        width: 14.28571%
    }

    .large-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-up-1>.cell {
        width:100%
    }

    .xlarge-up-2>.cell {
        width: 50%
    }

    .xlarge-up-3>.cell {
        width: 33.33333%
    }

    .xlarge-up-4>.cell {
        width: 25%
    }

    .xlarge-up-5>.cell {
        width: 20%
    }

    .xlarge-up-6>.cell {
        width: 16.66667%
    }

    .xlarge-up-7>.cell {
        width: 14.28571%
    }

    .xlarge-up-8>.cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.875rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.875rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.875rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.875rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.875rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.875rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.875rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.875rem)
}

@media print,screen and (min-width: 48em) {
    .grid-margin-x.small-up-1>.cell {
        width:calc(100% - 1.875rem)
    }

    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }

    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-margin-x.spaces-up-1>.cell {
        width:calc(100% - 1.875rem)
    }

    .grid-margin-x.spaces-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.spaces-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.spaces-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.spaces-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.spaces-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.spaces-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.spaces-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,screen and (min-width: 80em) {
    .grid-margin-x.large-up-1>.cell {
        width:calc(100% - 1.875rem)
    }

    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-margin-x.xlarge-up-1>.cell {
        width:calc(100% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.small-1 {
    width: 8.33333%
}

.small-margin-collapse>.small-2 {
    width: 16.66667%
}

.small-margin-collapse>.small-3 {
    width: 25%
}

.small-margin-collapse>.small-4 {
    width: 33.33333%
}

.small-margin-collapse>.small-5 {
    width: 41.66667%
}

.small-margin-collapse>.small-6 {
    width: 50%
}

.small-margin-collapse>.small-7 {
    width: 58.33333%
}

.small-margin-collapse>.small-8 {
    width: 66.66667%
}

.small-margin-collapse>.small-9 {
    width: 75%
}

.small-margin-collapse>.small-10 {
    width: 83.33333%
}

.small-margin-collapse>.small-11 {
    width: 91.66667%
}

.small-margin-collapse>.small-12 {
    width: 100%
}

@media print,screen and (min-width: 48em) {
    .small-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .small-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.medium-3 {
        width: 25%
    }

    .small-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.medium-6 {
        width: 50%
    }

    .small-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.medium-9 {
        width: 75%
    }

    .small-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 61.375em) {
    .small-margin-collapse>.spaces-1 {
        width:8.33333%
    }

    .small-margin-collapse>.spaces-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.spaces-3 {
        width: 25%
    }

    .small-margin-collapse>.spaces-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.spaces-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.spaces-6 {
        width: 50%
    }

    .small-margin-collapse>.spaces-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.spaces-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.spaces-9 {
        width: 75%
    }

    .small-margin-collapse>.spaces-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.spaces-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.spaces-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 80em) {
    .small-margin-collapse>.large-1 {
        width:8.33333%
    }

    .small-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.large-3 {
        width: 25%
    }

    .small-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.large-6 {
        width: 50%
    }

    .small-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.large-9 {
        width: 75%
    }

    .small-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .small-margin-collapse>.xlarge-1 {
        width:8.33333%
    }

    .small-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .small-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .small-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .small-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
}

@media print,screen and (min-width: 48em) {
    .medium-margin-collapse {
        margin-right:0;
        margin-left: 0
    }

    .medium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width: 48em) {
    .medium-margin-collapse>.small-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.small-3 {
        width: 25%
    }

    .medium-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.small-6 {
        width: 50%
    }

    .medium-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.small-9 {
        width: 75%
    }

    .medium-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 48em) {
    .medium-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.medium-3 {
        width: 25%
    }

    .medium-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.medium-6 {
        width: 50%
    }

    .medium-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.medium-9 {
        width: 75%
    }

    .medium-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 61.375em) {
    .medium-margin-collapse>.spaces-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.spaces-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.spaces-3 {
        width: 25%
    }

    .medium-margin-collapse>.spaces-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.spaces-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.spaces-6 {
        width: 50%
    }

    .medium-margin-collapse>.spaces-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.spaces-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.spaces-9 {
        width: 75%
    }

    .medium-margin-collapse>.spaces-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.spaces-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.spaces-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 80em) {
    .medium-margin-collapse>.large-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.large-3 {
        width: 25%
    }

    .medium-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.large-6 {
        width: 50%
    }

    .medium-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.large-9 {
        width: 75%
    }

    .medium-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .medium-margin-collapse>.xlarge-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .medium-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .medium-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .medium-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 48em) {
    .medium-padding-collapse {
        margin-right:0;
        margin-left: 0
    }

    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,screen and (min-width: 61.375em) {
    .spaces-margin-collapse {
        margin-right:0;
        margin-left: 0
    }

    .spaces-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width: 61.375em) {
    .spaces-margin-collapse>.small-1 {
        width:8.33333%
    }

    .spaces-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .spaces-margin-collapse>.small-3 {
        width: 25%
    }

    .spaces-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .spaces-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .spaces-margin-collapse>.small-6 {
        width: 50%
    }

    .spaces-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .spaces-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .spaces-margin-collapse>.small-9 {
        width: 75%
    }

    .spaces-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .spaces-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .spaces-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 61.375em) {
    .spaces-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .spaces-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .spaces-margin-collapse>.medium-3 {
        width: 25%
    }

    .spaces-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .spaces-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .spaces-margin-collapse>.medium-6 {
        width: 50%
    }

    .spaces-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .spaces-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .spaces-margin-collapse>.medium-9 {
        width: 75%
    }

    .spaces-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .spaces-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .spaces-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 61.375em) {
    .spaces-margin-collapse>.spaces-1 {
        width:8.33333%
    }

    .spaces-margin-collapse>.spaces-2 {
        width: 16.66667%
    }

    .spaces-margin-collapse>.spaces-3 {
        width: 25%
    }

    .spaces-margin-collapse>.spaces-4 {
        width: 33.33333%
    }

    .spaces-margin-collapse>.spaces-5 {
        width: 41.66667%
    }

    .spaces-margin-collapse>.spaces-6 {
        width: 50%
    }

    .spaces-margin-collapse>.spaces-7 {
        width: 58.33333%
    }

    .spaces-margin-collapse>.spaces-8 {
        width: 66.66667%
    }

    .spaces-margin-collapse>.spaces-9 {
        width: 75%
    }

    .spaces-margin-collapse>.spaces-10 {
        width: 83.33333%
    }

    .spaces-margin-collapse>.spaces-11 {
        width: 91.66667%
    }

    .spaces-margin-collapse>.spaces-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 80em) {
    .spaces-margin-collapse>.large-1 {
        width:8.33333%
    }

    .spaces-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .spaces-margin-collapse>.large-3 {
        width: 25%
    }

    .spaces-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .spaces-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .spaces-margin-collapse>.large-6 {
        width: 50%
    }

    .spaces-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .spaces-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .spaces-margin-collapse>.large-9 {
        width: 75%
    }

    .spaces-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .spaces-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .spaces-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .spaces-margin-collapse>.xlarge-1 {
        width:8.33333%
    }

    .spaces-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .spaces-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .spaces-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .spaces-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .spaces-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .spaces-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .spaces-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .spaces-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .spaces-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .spaces-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .spaces-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 61.375em) {
    .spaces-padding-collapse {
        margin-right:0;
        margin-left: 0
    }

    .spaces-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,screen and (min-width: 80em) {
    .large-margin-collapse {
        margin-right:0;
        margin-left: 0
    }

    .large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width: 80em) {
    .large-margin-collapse>.small-1 {
        width:8.33333%
    }

    .large-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.small-3 {
        width: 25%
    }

    .large-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.small-6 {
        width: 50%
    }

    .large-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.small-9 {
        width: 75%
    }

    .large-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 80em) {
    .large-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .large-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.medium-3 {
        width: 25%
    }

    .large-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.medium-6 {
        width: 50%
    }

    .large-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.medium-9 {
        width: 75%
    }

    .large-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 80em) {
    .large-margin-collapse>.spaces-1 {
        width:8.33333%
    }

    .large-margin-collapse>.spaces-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.spaces-3 {
        width: 25%
    }

    .large-margin-collapse>.spaces-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.spaces-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.spaces-6 {
        width: 50%
    }

    .large-margin-collapse>.spaces-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.spaces-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.spaces-9 {
        width: 75%
    }

    .large-margin-collapse>.spaces-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.spaces-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.spaces-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 80em) {
    .large-margin-collapse>.large-1 {
        width:8.33333%
    }

    .large-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.large-3 {
        width: 25%
    }

    .large-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.large-6 {
        width: 50%
    }

    .large-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.large-9 {
        width: 75%
    }

    .large-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .large-margin-collapse>.xlarge-1 {
        width:8.33333%
    }

    .large-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .large-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .large-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .large-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 80em) {
    .large-padding-collapse {
        margin-right:0;
        margin-left: 0
    }

    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-margin-collapse {
        margin-right:0;
        margin-left: 0
    }

    .xlarge-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-margin-collapse>.small-1 {
        width:8.33333%
    }

    .xlarge-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.small-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.small-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.small-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.small-12 {
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .xlarge-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.medium-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.medium-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.medium-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-margin-collapse>.spaces-1 {
        width:8.33333%
    }

    .xlarge-margin-collapse>.spaces-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.spaces-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.spaces-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.spaces-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.spaces-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.spaces-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.spaces-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.spaces-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.spaces-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.spaces-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.spaces-12 {
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-margin-collapse>.large-1 {
        width:8.33333%
    }

    .xlarge-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.large-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.large-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.large-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-margin-collapse>.xlarge-1 {
        width:8.33333%
    }

    .xlarge-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-padding-collapse {
        margin-right:0;
        margin-left: 0
    }

    .xlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0
}

.grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + .9375rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + .9375rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + .9375rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .9375rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + .9375rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + .9375rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .9375rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + .9375rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + .9375rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .9375rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + .9375rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + .9375rem)
}

@media print,screen and (min-width: 48em) {
    .medium-offset-0 {
        margin-left:0
    }

    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print,screen and (min-width: 61.375em) {
    .spaces-offset-0 {
        margin-left:0
    }

    .grid-margin-x>.spaces-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .spaces-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.spaces-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .spaces-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.spaces-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .spaces-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.spaces-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .spaces-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.spaces-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .spaces-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.spaces-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .spaces-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.spaces-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .spaces-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.spaces-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .spaces-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.spaces-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .spaces-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.spaces-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .spaces-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.spaces-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .spaces-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.spaces-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print,screen and (min-width: 80em) {
    .large-offset-0 {
        margin-left:0
    }

    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-offset-0 {
        margin-left:0
    }

    .grid-margin-x>.xlarge-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.xlarge-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.xlarge-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xlarge-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.xlarge-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.xlarge-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xlarge-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.xlarge-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.xlarge-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xlarge-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.xlarge-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.xlarge-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

.grid-y {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y>.cell {
    width: auto;
    max-width: none
}

.grid-y>.auto {
    height: auto
}

.grid-y>.shrink {
    height: auto
}

.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,screen and (min-width: 48em) {
    .grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink {
        -webkit-flex-basis:auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-y>.spaces-1,.grid-y>.spaces-10,.grid-y>.spaces-11,.grid-y>.spaces-12,.grid-y>.spaces-2,.grid-y>.spaces-3,.grid-y>.spaces-4,.grid-y>.spaces-5,.grid-y>.spaces-6,.grid-y>.spaces-7,.grid-y>.spaces-8,.grid-y>.spaces-9,.grid-y>.spaces-full,.grid-y>.spaces-shrink {
        -webkit-flex-basis:auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width: 80em) {
    .grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink {
        -webkit-flex-basis:auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-full,.grid-y>.xlarge-shrink {
        -webkit-flex-basis:auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y>.small-1 {
    height: 8.33333%
}

.grid-y>.small-2 {
    height: 16.66667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.33333%
}

.grid-y>.small-5 {
    height: 41.66667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.33333%
}

.grid-y>.small-8 {
    height: 66.66667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.33333%
}

.grid-y>.small-11 {
    height: 91.66667%
}

.grid-y>.small-12 {
    height: 100%
}

@media print,screen and (min-width: 48em) {
    .grid-y>.medium-auto {
        -webkit-flex:1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.medium-shrink {
        height: auto
    }

    .grid-y>.medium-1 {
        height: 8.33333%
    }

    .grid-y>.medium-2 {
        height: 16.66667%
    }

    .grid-y>.medium-3 {
        height: 25%
    }

    .grid-y>.medium-4 {
        height: 33.33333%
    }

    .grid-y>.medium-5 {
        height: 41.66667%
    }

    .grid-y>.medium-6 {
        height: 50%
    }

    .grid-y>.medium-7 {
        height: 58.33333%
    }

    .grid-y>.medium-8 {
        height: 66.66667%
    }

    .grid-y>.medium-9 {
        height: 75%
    }

    .grid-y>.medium-10 {
        height: 83.33333%
    }

    .grid-y>.medium-11 {
        height: 91.66667%
    }

    .grid-y>.medium-12 {
        height: 100%
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-y>.spaces-auto {
        -webkit-flex:1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.spaces-1,.grid-y>.spaces-10,.grid-y>.spaces-11,.grid-y>.spaces-12,.grid-y>.spaces-2,.grid-y>.spaces-3,.grid-y>.spaces-4,.grid-y>.spaces-5,.grid-y>.spaces-6,.grid-y>.spaces-7,.grid-y>.spaces-8,.grid-y>.spaces-9,.grid-y>.spaces-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.spaces-shrink {
        height: auto
    }

    .grid-y>.spaces-1 {
        height: 8.33333%
    }

    .grid-y>.spaces-2 {
        height: 16.66667%
    }

    .grid-y>.spaces-3 {
        height: 25%
    }

    .grid-y>.spaces-4 {
        height: 33.33333%
    }

    .grid-y>.spaces-5 {
        height: 41.66667%
    }

    .grid-y>.spaces-6 {
        height: 50%
    }

    .grid-y>.spaces-7 {
        height: 58.33333%
    }

    .grid-y>.spaces-8 {
        height: 66.66667%
    }

    .grid-y>.spaces-9 {
        height: 75%
    }

    .grid-y>.spaces-10 {
        height: 83.33333%
    }

    .grid-y>.spaces-11 {
        height: 91.66667%
    }

    .grid-y>.spaces-12 {
        height: 100%
    }
}

@media print,screen and (min-width: 80em) {
    .grid-y>.large-auto {
        -webkit-flex:1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.large-shrink {
        height: auto
    }

    .grid-y>.large-1 {
        height: 8.33333%
    }

    .grid-y>.large-2 {
        height: 16.66667%
    }

    .grid-y>.large-3 {
        height: 25%
    }

    .grid-y>.large-4 {
        height: 33.33333%
    }

    .grid-y>.large-5 {
        height: 41.66667%
    }

    .grid-y>.large-6 {
        height: 50%
    }

    .grid-y>.large-7 {
        height: 58.33333%
    }

    .grid-y>.large-8 {
        height: 66.66667%
    }

    .grid-y>.large-9 {
        height: 75%
    }

    .grid-y>.large-10 {
        height: 83.33333%
    }

    .grid-y>.large-11 {
        height: 91.66667%
    }

    .grid-y>.large-12 {
        height: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-y>.xlarge-auto {
        -webkit-flex:1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.xlarge-shrink {
        height: auto
    }

    .grid-y>.xlarge-1 {
        height: 8.33333%
    }

    .grid-y>.xlarge-2 {
        height: 16.66667%
    }

    .grid-y>.xlarge-3 {
        height: 25%
    }

    .grid-y>.xlarge-4 {
        height: 33.33333%
    }

    .grid-y>.xlarge-5 {
        height: 41.66667%
    }

    .grid-y>.xlarge-6 {
        height: 50%
    }

    .grid-y>.xlarge-7 {
        height: 58.33333%
    }

    .grid-y>.xlarge-8 {
        height: 66.66667%
    }

    .grid-y>.xlarge-9 {
        height: 75%
    }

    .grid-y>.xlarge-10 {
        height: 83.33333%
    }

    .grid-y>.xlarge-11 {
        height: 91.66667%
    }

    .grid-y>.xlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
        margin-top:-.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y>.cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-padding-y>.cell {
        padding-top:.9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-margin-y {
        margin-top:-.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-margin-y>.cell {
        height:calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
}

@media print,screen and (min-width: 48em) {
    .grid-margin-y>.auto {
        height:auto
    }

    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.medium-auto {
        height: auto
    }

    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-margin-y>.spaces-auto {
        height:auto
    }

    .grid-margin-y>.spaces-shrink {
        height: auto
    }

    .grid-margin-y>.spaces-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.spaces-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.spaces-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.spaces-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.spaces-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.spaces-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.spaces-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.spaces-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.spaces-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.spaces-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.spaces-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.spaces-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width: 80em) {
    .grid-margin-y>.large-auto {
        height:auto
    }

    .grid-margin-y>.large-shrink {
        height: auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-margin-y>.xlarge-auto {
        height:auto
    }

    .grid-margin-y>.xlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print,screen and (min-width: 48em) {
    .medium-grid-frame {
        overflow:hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,screen and (min-width: 61.375em) {
    .spaces-grid-frame {
        overflow:hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .spaces-grid-frame {
        width: 100%
    }

    .spaces-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .spaces-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .spaces-cell-block-container>.grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .spaces-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,screen and (min-width: 80em) {
    .large-grid-frame {
        overflow:hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container>.grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-grid-frame {
        overflow:hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print,screen and (min-width: 48em) {
    .grid-y.medium-grid-frame {
        width:auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-y.spaces-grid-frame {
        width:auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print,screen and (min-width: 80em) {
    .grid-y.large-grid-frame {
        width:auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-y.xlarge-grid-frame {
        width:auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,screen and (min-width: 48em) {
    .cell .grid-y.medium-grid-frame {
        height:100%
    }
}

@media print,screen and (min-width: 61.375em) {
    .cell .grid-y.spaces-grid-frame {
        height:100%
    }
}

@media print,screen and (min-width: 80em) {
    .cell .grid-y.large-grid-frame {
        height:100%
    }
}

@media screen and (min-width: 89.9375em) {
    .cell .grid-y.xlarge-grid-frame {
        height:100%
    }
}

.grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-margin-y {
        margin-top:-.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

@media print,screen and (min-width: 48em) {
    .grid-margin-y>.cell {
        height:calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
}

@media print,screen and (min-width: 48em) {
    .grid-margin-y>.auto {
        height:auto
    }

    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.medium-auto {
        height: auto
    }

    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-margin-y>.spaces-auto {
        height:auto
    }

    .grid-margin-y>.spaces-shrink {
        height: auto
    }

    .grid-margin-y>.spaces-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.spaces-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.spaces-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.spaces-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.spaces-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.spaces-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.spaces-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.spaces-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.spaces-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.spaces-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.spaces-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.spaces-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width: 80em) {
    .grid-margin-y>.large-auto {
        height:auto
    }

    .grid-margin-y>.large-shrink {
        height: auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-margin-y>.xlarge-auto {
        height:auto
    }

    .grid-margin-y>.xlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
}

@media print,screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
        height:calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-frame.grid-margin-y {
        height:calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width: 80em) {
    .grid-frame.grid-margin-y {
        height:calc(100vh + 1.875rem)
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-frame.grid-margin-y {
        height:calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width: 48em) {
    .grid-margin-y.medium-grid-frame {
        height:calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width: 61.375em) {
    .grid-margin-y.spaces-grid-frame {
        height:calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width: 80em) {
    .grid-margin-y.large-grid-frame {
        height:calc(100vh + 1.875rem)
    }
}

@media screen and (min-width: 89.9375em) {
    .grid-margin-y.xlarge-grid-frame {
        height:calc(100vh + 1.875rem)
    }
}

blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em,i {
    font-style: italic;
    line-height: inherit
}

b,strong {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: brandon-grotesque,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #2e2e2e;
    text-rendering: optimizeLegibility
}

.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    line-height: 0;
    color: #5a5a5a
}

.h1,h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

.h2,h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

.h3,h3 {
    font-size: 1.1875rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

.h4,h4 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

.h5,h5 {
    font-size: 1.0625rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6,h6 {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,screen and (min-width: 48em) {
    .h1,h1 {
        font-size:3rem
    }

    .h2,h2 {
        font-size: 2.5rem
    }

    .h3,h3 {
        font-size: 1.9375rem
    }

    .h4,h4 {
        font-size: 1.5625rem
    }

    .h5,h5 {
        font-size: 1.25rem
    }

    .h6,h6 {
        font-size: 1rem
    }
}

@media print,screen and (min-width: 80em) {
    .h1,h1 {
        font-size:3.75rem
    }

    .h2,h2 {
        font-size: 3rem
    }

    .h3,h3 {
        font-size: 1.9375rem
    }

    .h4,h4 {
        font-size: 1.5625rem
    }

    .h5,h5 {
        font-size: 1.25rem
    }

    .h6,h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #2e2e2e;
    text-decoration: none;
    cursor: pointer
}

a:focus,a:hover {
    color: #282828
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 81.25rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #5a5a5a;
    border-left: 0
}

dl,ol,ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 5rem;
    border-left: 1px solid #5a5a5a
}

blockquote,blockquote p {
    line-height: 1.6;
    color: #333
}

cite {
    display: block;
    font-size: .8125rem;
    color: #333
}

cite:before {
    content: "— "
}

abbr,abbr[title] {
    border-bottom: 1px dotted #2e2e2e;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #5a5a5a;
    background-color: #fff;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    color: #2e2e2e
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e7e7e7;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    color: #2e2e2e
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #333
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,ul.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: 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: 61.375em) {
    .spaces-text-left {
        text-align:left
    }

    .spaces-text-right {
        text-align: right
    }

    .spaces-text-center {
        text-align: center
    }

    .spaces-text-justify {
        text-align: justify
    }
}

@media print,screen and (min-width: 80em) {
    .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: 89.9375em) {
    .xlarge-text-left {
        text-align:left
    }

    .xlarge-text-right {
        text-align: right
    }

    .xlarge-text-center {
        text-align: center
    }

    .xlarge-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^='#']:after,a[href^='javascript:']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,pre {
        border: 1px solid #333;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.button,.wp-block-button .wp-block-button__link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #000;
    color: #fff
}

.wp-block-button [data-whatinput=mouse] .wp-block-button__link,[data-whatinput=mouse] .button,[data-whatinput=mouse] .wp-block-button .wp-block-button__link {
    outline: 0
}

.button:focus,.button:hover,.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link:hover {
    background-color: #000;
    color: #fff
}

.button.tiny,.wp-block-button .tiny.wp-block-button__link {
    font-size: .6rem
}

.button.small,.wp-block-button .small.wp-block-button__link {
    font-size: .75rem
}

.button.large,.wp-block-button .large.wp-block-button__link {
    font-size: 1.25rem
}

.button.expanded,.wp-block-button .expanded.wp-block-button__link {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary,.wp-block-button .primary.wp-block-button__link {
    background-color: #000;
    color: #fff
}

.button.primary:focus,.button.primary:hover,.wp-block-button .primary.wp-block-button__link:focus,.wp-block-button .primary.wp-block-button__link:hover {
    background-color: #000;
    color: #fff
}

.button.secondary,.wp-block-button .secondary.wp-block-button__link {
    background-color: #000;
    color: #fff
}

.button.secondary:focus,.button.secondary:hover,.wp-block-button .secondary.wp-block-button__link:focus,.wp-block-button .secondary.wp-block-button__link:hover {
    background-color: #000;
    color: #fff
}

.button.success,.wp-block-button .success.wp-block-button__link {
    background-color: #3adb76;
    color: #2e2e2e
}

.button.success:focus,.button.success:hover,.wp-block-button .success.wp-block-button__link:focus,.wp-block-button .success.wp-block-button__link:hover {
    background-color: #22bb5b;
    color: #2e2e2e
}

.button.warning,.wp-block-button .warning.wp-block-button__link {
    background-color: #ffae00;
    color: #2e2e2e
}

.button.warning:focus,.button.warning:hover,.wp-block-button .warning.wp-block-button__link:focus,.wp-block-button .warning.wp-block-button__link:hover {
    background-color: #cc8b00;
    color: #2e2e2e
}

.button.alert,.wp-block-button .alert.wp-block-button__link {
    background-color: #cc4b37;
    color: #fff
}

.button.alert:focus,.button.alert:hover,.wp-block-button .alert.wp-block-button__link:focus,.wp-block-button .alert.wp-block-button__link:hover {
    background-color: #a53b2a;
    color: #fff
}

.button.disabled,.button[disabled],.wp-block-button .disabled.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover,.wp-block-button .disabled.wp-block-button__link,.wp-block-button .disabled.wp-block-button__link:focus,.wp-block-button .disabled.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled],.wp-block-button .wp-block-button__link[disabled]:focus,.wp-block-button .wp-block-button__link[disabled]:hover {
    background-color: #000;
    color: #fff
}

.button.disabled.primary,.button[disabled].primary,.wp-block-button .disabled.primary.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled].primary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover,.wp-block-button .disabled.primary.wp-block-button__link,.wp-block-button .disabled.primary.wp-block-button__link:focus,.wp-block-button .disabled.primary.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled].primary,.wp-block-button .wp-block-button__link[disabled].primary:focus,.wp-block-button .wp-block-button__link[disabled].primary:hover {
    background-color: #000;
    color: #fff
}

.button.disabled.secondary,.button[disabled].secondary,.wp-block-button .disabled.secondary.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary,.button[disabled].secondary:focus,.button[disabled].secondary:hover,.wp-block-button .disabled.secondary.wp-block-button__link,.wp-block-button .disabled.secondary.wp-block-button__link:focus,.wp-block-button .disabled.secondary.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled].secondary,.wp-block-button .wp-block-button__link[disabled].secondary:focus,.wp-block-button .wp-block-button__link[disabled].secondary:hover {
    background-color: #000;
    color: #fff
}

.button.disabled.success,.button[disabled].success,.wp-block-button .disabled.success.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover,.wp-block-button .disabled.success.wp-block-button__link,.wp-block-button .disabled.success.wp-block-button__link:focus,.wp-block-button .disabled.success.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled].success,.wp-block-button .wp-block-button__link[disabled].success:focus,.wp-block-button .wp-block-button__link[disabled].success:hover {
    background-color: #3adb76;
    color: #2e2e2e
}

.button.disabled.warning,.button[disabled].warning,.wp-block-button .disabled.warning.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover,.wp-block-button .disabled.warning.wp-block-button__link,.wp-block-button .disabled.warning.wp-block-button__link:focus,.wp-block-button .disabled.warning.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled].warning,.wp-block-button .wp-block-button__link[disabled].warning:focus,.wp-block-button .wp-block-button__link[disabled].warning:hover {
    background-color: #ffae00;
    color: #2e2e2e
}

.button.disabled.alert,.button[disabled].alert,.wp-block-button .disabled.alert.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover,.wp-block-button .disabled.alert.wp-block-button__link,.wp-block-button .disabled.alert.wp-block-button__link:focus,.wp-block-button .disabled.alert.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled].alert,.wp-block-button .wp-block-button__link[disabled].alert:focus,.wp-block-button .wp-block-button__link[disabled].alert:hover {
    background-color: #cc4b37;
    color: #fff
}

.button.hollow,.wp-block-button .hollow.wp-block-button__link,.wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid #000;
    color: #000
}

.button.hollow,.button.hollow:focus,.button.hollow:hover,.wp-block-button .hollow.wp-block-button__link,.wp-block-button .hollow.wp-block-button__link:focus,.wp-block-button .hollow.wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: transparent
}

.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover,.wp-block-button .hollow.disabled.wp-block-button__link,.wp-block-button .hollow.disabled.wp-block-button__link:focus,.wp-block-button .hollow.disabled.wp-block-button__link:hover,.wp-block-button .hollow.wp-block-button__link[disabled],.wp-block-button .hollow.wp-block-button__link[disabled]:focus,.wp-block-button .hollow.wp-block-button__link[disabled]:hover,.wp-block-button.is-style-outline .disabled.wp-block-button__link,.wp-block-button.is-style-outline .disabled.wp-block-button__link:focus,.wp-block-button.is-style-outline .disabled.wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link[disabled],.wp-block-button.is-style-outline .wp-block-button__link[disabled]:focus,.wp-block-button.is-style-outline .wp-block-button__link[disabled]:hover {
    background-color: transparent
}

.button.hollow:focus,.button.hollow:hover,.wp-block-button .hollow.wp-block-button__link:focus,.wp-block-button .hollow.wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:hover {
    border-color: #000;
    color: #000
}

.button.hollow:focus.disabled,.button.hollow:focus[disabled],.button.hollow:hover.disabled,.button.hollow:hover[disabled],.wp-block-button .hollow.wp-block-button__link:focus.disabled,.wp-block-button .hollow.wp-block-button__link:focus[disabled],.wp-block-button .hollow.wp-block-button__link:hover.disabled,.wp-block-button .hollow.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .wp-block-button__link:hover[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.hollow.primary,.wp-block-button .hollow.primary.wp-block-button__link,.wp-block-button.is-style-outline .primary.wp-block-button__link {
    border: 1px solid #000;
    color: #000
}

.button.hollow.primary:focus,.button.hollow.primary:hover,.wp-block-button .hollow.primary.wp-block-button__link:focus,.wp-block-button .hollow.primary.wp-block-button__link:hover,.wp-block-button.is-style-outline .primary.wp-block-button__link:focus,.wp-block-button.is-style-outline .primary.wp-block-button__link:hover {
    border-color: #000;
    color: #000
}

.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled],.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled],.wp-block-button .hollow.primary.wp-block-button__link:focus.disabled,.wp-block-button .hollow.primary.wp-block-button__link:focus[disabled],.wp-block-button .hollow.primary.wp-block-button__link:hover.disabled,.wp-block-button .hollow.primary.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .primary.wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .primary.wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .primary.wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .primary.wp-block-button__link:hover[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.hollow.secondary,.wp-block-button .hollow.secondary.wp-block-button__link,.wp-block-button.is-style-outline .secondary.wp-block-button__link {
    border: 1px solid #000;
    color: #000
}

.button.hollow.secondary:focus,.button.hollow.secondary:hover,.wp-block-button .hollow.secondary.wp-block-button__link:focus,.wp-block-button .hollow.secondary.wp-block-button__link:hover,.wp-block-button.is-style-outline .secondary.wp-block-button__link:focus,.wp-block-button.is-style-outline .secondary.wp-block-button__link:hover {
    border-color: #000;
    color: #000
}

.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled],.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled],.wp-block-button .hollow.secondary.wp-block-button__link:focus.disabled,.wp-block-button .hollow.secondary.wp-block-button__link:focus[disabled],.wp-block-button .hollow.secondary.wp-block-button__link:hover.disabled,.wp-block-button .hollow.secondary.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .secondary.wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .secondary.wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .secondary.wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .secondary.wp-block-button__link:hover[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.hollow.success,.wp-block-button .hollow.success.wp-block-button__link,.wp-block-button.is-style-outline .success.wp-block-button__link {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus,.button.hollow.success:hover,.wp-block-button .hollow.success.wp-block-button__link:focus,.wp-block-button .hollow.success.wp-block-button__link:hover,.wp-block-button.is-style-outline .success.wp-block-button__link:focus,.wp-block-button.is-style-outline .success.wp-block-button__link:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled],.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled],.wp-block-button .hollow.success.wp-block-button__link:focus.disabled,.wp-block-button .hollow.success.wp-block-button__link:focus[disabled],.wp-block-button .hollow.success.wp-block-button__link:hover.disabled,.wp-block-button .hollow.success.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .success.wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .success.wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .success.wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .success.wp-block-button__link:hover[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.warning,.wp-block-button .hollow.warning.wp-block-button__link,.wp-block-button.is-style-outline .warning.wp-block-button__link {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,.button.hollow.warning:hover,.wp-block-button .hollow.warning.wp-block-button__link:focus,.wp-block-button .hollow.warning.wp-block-button__link:hover,.wp-block-button.is-style-outline .warning.wp-block-button__link:focus,.wp-block-button.is-style-outline .warning.wp-block-button__link:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled],.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled],.wp-block-button .hollow.warning.wp-block-button__link:focus.disabled,.wp-block-button .hollow.warning.wp-block-button__link:focus[disabled],.wp-block-button .hollow.warning.wp-block-button__link:hover.disabled,.wp-block-button .hollow.warning.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .warning.wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .warning.wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .warning.wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .warning.wp-block-button__link:hover[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.alert,.wp-block-button .hollow.alert.wp-block-button__link,.wp-block-button.is-style-outline .alert.wp-block-button__link {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:focus,.button.hollow.alert:hover,.wp-block-button .hollow.alert.wp-block-button__link:focus,.wp-block-button .hollow.alert.wp-block-button__link:hover,.wp-block-button.is-style-outline .alert.wp-block-button__link:focus,.wp-block-button.is-style-outline .alert.wp-block-button__link:hover {
    border-color: #67251a;
    color: #67251a
}

.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled],.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled],.wp-block-button .hollow.alert.wp-block-button__link:focus.disabled,.wp-block-button .hollow.alert.wp-block-button__link:focus[disabled],.wp-block-button .hollow.alert.wp-block-button__link:hover.disabled,.wp-block-button .hollow.alert.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .alert.wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .alert.wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .alert.wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .alert.wp-block-button__link:hover[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear,.wp-block-button .clear.wp-block-button__link {
    border: 1px solid #000;
    color: #000
}

.button.clear,.button.clear:focus,.button.clear:hover,.wp-block-button .clear.wp-block-button__link,.wp-block-button .clear.wp-block-button__link:focus,.wp-block-button .clear.wp-block-button__link:hover {
    background-color: transparent
}

.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover,.wp-block-button .clear.disabled.wp-block-button__link,.wp-block-button .clear.disabled.wp-block-button__link:focus,.wp-block-button .clear.disabled.wp-block-button__link:hover,.wp-block-button .clear.wp-block-button__link[disabled],.wp-block-button .clear.wp-block-button__link[disabled]:focus,.wp-block-button .clear.wp-block-button__link[disabled]:hover {
    background-color: transparent
}

.button.clear:focus,.button.clear:hover,.wp-block-button .clear.wp-block-button__link:focus,.wp-block-button .clear.wp-block-button__link:hover {
    border-color: #000;
    color: #000
}

.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover.disabled,.button.clear:hover[disabled],.wp-block-button .clear.wp-block-button__link:focus.disabled,.wp-block-button .clear.wp-block-button__link:focus[disabled],.wp-block-button .clear.wp-block-button__link:hover.disabled,.wp-block-button .clear.wp-block-button__link:hover[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.clear,.button.clear.disabled,.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear[disabled],.wp-block-button .clear.disabled.wp-block-button__link,.wp-block-button .clear.wp-block-button__link,.wp-block-button .clear.wp-block-button__link:focus,.wp-block-button .clear.wp-block-button__link:focus.disabled,.wp-block-button .clear.wp-block-button__link:focus[disabled],.wp-block-button .clear.wp-block-button__link:hover,.wp-block-button .clear.wp-block-button__link:hover.disabled,.wp-block-button .clear.wp-block-button__link:hover[disabled],.wp-block-button .clear.wp-block-button__link[disabled] {
    border-color: transparent
}

.button.clear.primary,.wp-block-button .clear.primary.wp-block-button__link {
    border: 1px solid #000;
    color: #000
}

.button.clear.primary:focus,.button.clear.primary:hover,.wp-block-button .clear.primary.wp-block-button__link:focus,.wp-block-button .clear.primary.wp-block-button__link:hover {
    border-color: #000;
    color: #000
}

.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.wp-block-button .clear.primary.wp-block-button__link:focus.disabled,.wp-block-button .clear.primary.wp-block-button__link:focus[disabled],.wp-block-button .clear.primary.wp-block-button__link:hover.disabled,.wp-block-button .clear.primary.wp-block-button__link:hover[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary[disabled],.wp-block-button .clear.primary.disabled.wp-block-button__link,.wp-block-button .clear.primary.wp-block-button__link,.wp-block-button .clear.primary.wp-block-button__link:focus,.wp-block-button .clear.primary.wp-block-button__link:focus.disabled,.wp-block-button .clear.primary.wp-block-button__link:focus[disabled],.wp-block-button .clear.primary.wp-block-button__link:hover,.wp-block-button .clear.primary.wp-block-button__link:hover.disabled,.wp-block-button .clear.primary.wp-block-button__link:hover[disabled],.wp-block-button .clear.primary.wp-block-button__link[disabled] {
    border-color: transparent
}

.button.clear.secondary,.wp-block-button .clear.secondary.wp-block-button__link {
    border: 1px solid #000;
    color: #000
}

.button.clear.secondary:focus,.button.clear.secondary:hover,.wp-block-button .clear.secondary.wp-block-button__link:focus,.wp-block-button .clear.secondary.wp-block-button__link:hover {
    border-color: #000;
    color: #000
}

.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.wp-block-button .clear.secondary.wp-block-button__link:focus.disabled,.wp-block-button .clear.secondary.wp-block-button__link:focus[disabled],.wp-block-button .clear.secondary.wp-block-button__link:hover.disabled,.wp-block-button .clear.secondary.wp-block-button__link:hover[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary[disabled],.wp-block-button .clear.secondary.disabled.wp-block-button__link,.wp-block-button .clear.secondary.wp-block-button__link,.wp-block-button .clear.secondary.wp-block-button__link:focus,.wp-block-button .clear.secondary.wp-block-button__link:focus.disabled,.wp-block-button .clear.secondary.wp-block-button__link:focus[disabled],.wp-block-button .clear.secondary.wp-block-button__link:hover,.wp-block-button .clear.secondary.wp-block-button__link:hover.disabled,.wp-block-button .clear.secondary.wp-block-button__link:hover[disabled],.wp-block-button .clear.secondary.wp-block-button__link[disabled] {
    border-color: transparent
}

.button.clear.success,.wp-block-button .clear.success.wp-block-button__link {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.clear.success:focus,.button.clear.success:hover,.wp-block-button .clear.success.wp-block-button__link:focus,.wp-block-button .clear.success.wp-block-button__link:hover {
    border-color: #157539;
    color: #157539
}

.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.wp-block-button .clear.success.wp-block-button__link:focus.disabled,.wp-block-button .clear.success.wp-block-button__link:focus[disabled],.wp-block-button .clear.success.wp-block-button__link:hover.disabled,.wp-block-button .clear.success.wp-block-button__link:hover[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.clear.success,.button.clear.success.disabled,.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success[disabled],.wp-block-button .clear.success.disabled.wp-block-button__link,.wp-block-button .clear.success.wp-block-button__link,.wp-block-button .clear.success.wp-block-button__link:focus,.wp-block-button .clear.success.wp-block-button__link:focus.disabled,.wp-block-button .clear.success.wp-block-button__link:focus[disabled],.wp-block-button .clear.success.wp-block-button__link:hover,.wp-block-button .clear.success.wp-block-button__link:hover.disabled,.wp-block-button .clear.success.wp-block-button__link:hover[disabled],.wp-block-button .clear.success.wp-block-button__link[disabled] {
    border-color: transparent
}

.button.clear.warning,.wp-block-button .clear.warning.wp-block-button__link {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.clear.warning:focus,.button.clear.warning:hover,.wp-block-button .clear.warning.wp-block-button__link:focus,.wp-block-button .clear.warning.wp-block-button__link:hover {
    border-color: #805700;
    color: #805700
}

.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.wp-block-button .clear.warning.wp-block-button__link:focus.disabled,.wp-block-button .clear.warning.wp-block-button__link:focus[disabled],.wp-block-button .clear.warning.wp-block-button__link:hover.disabled,.wp-block-button .clear.warning.wp-block-button__link:hover[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning[disabled],.wp-block-button .clear.warning.disabled.wp-block-button__link,.wp-block-button .clear.warning.wp-block-button__link,.wp-block-button .clear.warning.wp-block-button__link:focus,.wp-block-button .clear.warning.wp-block-button__link:focus.disabled,.wp-block-button .clear.warning.wp-block-button__link:focus[disabled],.wp-block-button .clear.warning.wp-block-button__link:hover,.wp-block-button .clear.warning.wp-block-button__link:hover.disabled,.wp-block-button .clear.warning.wp-block-button__link:hover[disabled],.wp-block-button .clear.warning.wp-block-button__link[disabled] {
    border-color: transparent
}

.button.clear.alert,.wp-block-button .clear.alert.wp-block-button__link {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear.alert:focus,.button.clear.alert:hover,.wp-block-button .clear.alert.wp-block-button__link:focus,.wp-block-button .clear.alert.wp-block-button__link:hover {
    border-color: #67251a;
    color: #67251a
}

.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.wp-block-button .clear.alert.wp-block-button__link:focus.disabled,.wp-block-button .clear.alert.wp-block-button__link:focus[disabled],.wp-block-button .clear.alert.wp-block-button__link:hover.disabled,.wp-block-button .clear.alert.wp-block-button__link:hover[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert[disabled],.wp-block-button .clear.alert.disabled.wp-block-button__link,.wp-block-button .clear.alert.wp-block-button__link,.wp-block-button .clear.alert.wp-block-button__link:focus,.wp-block-button .clear.alert.wp-block-button__link:focus.disabled,.wp-block-button .clear.alert.wp-block-button__link:focus[disabled],.wp-block-button .clear.alert.wp-block-button__link:hover,.wp-block-button .clear.alert.wp-block-button__link:hover.disabled,.wp-block-button .clear.alert.wp-block-button__link:hover[disabled],.wp-block-button .clear.alert.wp-block-button__link[disabled] {
    border-color: transparent
}

.button.dropdown::after,.wp-block-button .dropdown.wp-block-button__link::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.dropdown.clear::after,.button.dropdown.hollow::after,.wp-block-button .dropdown.clear.wp-block-button__link::after,.wp-block-button .dropdown.hollow.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.wp-block-button__link::after {
    border-top-color: #000
}

.button.dropdown.clear.primary::after,.button.dropdown.hollow.primary::after,.wp-block-button .dropdown.clear.primary.wp-block-button__link::after,.wp-block-button .dropdown.hollow.primary.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.primary.wp-block-button__link::after {
    border-top-color: #000
}

.button.dropdown.clear.secondary::after,.button.dropdown.hollow.secondary::after,.wp-block-button .dropdown.clear.secondary.wp-block-button__link::after,.wp-block-button .dropdown.hollow.secondary.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.secondary.wp-block-button__link::after {
    border-top-color: #000
}

.button.dropdown.clear.success::after,.button.dropdown.hollow.success::after,.wp-block-button .dropdown.clear.success.wp-block-button__link::after,.wp-block-button .dropdown.hollow.success.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.success.wp-block-button__link::after {
    border-top-color: #3adb76
}

.button.dropdown.clear.warning::after,.button.dropdown.hollow.warning::after,.wp-block-button .dropdown.clear.warning.wp-block-button__link::after,.wp-block-button .dropdown.hollow.warning.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.warning.wp-block-button__link::after {
    border-top-color: #ffae00
}

.button.dropdown.clear.alert::after,.button.dropdown.hollow.alert::after,.wp-block-button .dropdown.clear.alert.wp-block-button__link::after,.wp-block-button .dropdown.hollow.alert.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.alert.wp-block-button__link::after {
    border-top-color: #cc4b37
}

.button.arrow-only::after,.wp-block-button .arrow-only.wp-block-button__link::after {
    top: -.1em;
    float: none;
    margin-left: 0
}

.wp-block-button a.wp-block-button__link:focus,.wp-block-button a.wp-block-button__link:hover,a.button:focus,a.button:hover {
    text-decoration: none
}

[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #5a5a5a;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(46,46,46,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2e2e2e;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus {
    outline: 0;
    border: 1px solid #333;
    background-color: #fff;
    box-shadow: 0 0 5px #5a5a5a;
    transition: box-shadow .5s,border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
    background-color: #e7e7e7;
    cursor: not-allowed
}

[type=button],[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #5a5a5a
}

:-ms-input-placeholder {
    color: #5a5a5a
}

::placeholder {
    color: #5a5a5a
}

[type=checkbox],[type=file],[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: #2e2e2e
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #2e2e2e
}

.input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group>:first-child,.input-group>:first-child.input-group-button>* {
    border-radius: 0
}

.input-group>:last-child,.input-group>:last-child.input-group-button>* {
    border-radius: 0
}

.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #5a5a5a;
    background: #e7e7e7;
    color: #2e2e2e;
    text-align: center;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

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 #5a5a5a
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #5a5a5a;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2e2e2e;
    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%28255, 255, 255%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/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 1px solid #333;
    background-color: #fff;
    box-shadow: 0 0 5px #5a5a5a;
    transition: box-shadow .5s,border-color .25s ease-in-out
}

select:disabled {
    background-color: #e7e7e7;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.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: 1.25rem 1rem;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #000
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0
}

.accordion-title:focus,.accordion-title:hover {
    background-color: #e7e7e7
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: '+'
}

.is-active>.accordion-title::before {
    content: '\2013'
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    background-color: #fff;
    color: #2e2e2e
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e7e7e7
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #000;
    color: #fff
}

.badge.primary {
    background: #000;
    color: #fff
}

.badge.secondary {
    background: #000;
    color: #fff
}

.badge.success {
    background: #3adb76;
    color: #2e2e2e
}

.badge.warning {
    background: #ffae00;
    color: #2e2e2e
}

.badge.alert {
    background: #cc4b37;
    color: #fff
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.button-group::after,.button-group::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.button-group::after {
    clear: both
}

.button-group .button,.button-group .wp-block-button .wp-block-button__link,.wp-block-button .button-group .wp-block-button__link {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button-group .button:last-child,.button-group .wp-block-button .wp-block-button__link:last-child,.wp-block-button .button-group .wp-block-button__link:last-child {
    margin-right: 0
}

.button-group.tiny .button,.button-group.tiny .wp-block-button .wp-block-button__link,.wp-block-button .button-group.tiny .wp-block-button__link {
    font-size: .6rem
}

.button-group.small .button,.button-group.small .wp-block-button .wp-block-button__link,.wp-block-button .button-group.small .wp-block-button__link {
    font-size: .75rem
}

.button-group.large .button,.button-group.large .wp-block-button .wp-block-button__link,.wp-block-button .button-group.large .wp-block-button__link {
    font-size: 1.25rem
}

.button-group.expanded .button,.button-group.expanded .wp-block-button .wp-block-button__link,.wp-block-button .button-group.expanded .wp-block-button__link {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.button-group.primary .button,.button-group.primary .wp-block-button .wp-block-button__link,.wp-block-button .button-group.primary .wp-block-button__link {
    background-color: #000;
    color: #fff
}

.button-group.primary .button:focus,.button-group.primary .button:hover,.button-group.primary .wp-block-button .wp-block-button__link:focus,.button-group.primary .wp-block-button .wp-block-button__link:hover,.wp-block-button .button-group.primary .wp-block-button__link:focus,.wp-block-button .button-group.primary .wp-block-button__link:hover {
    background-color: #000;
    color: #fff
}

.button-group.secondary .button,.button-group.secondary .wp-block-button .wp-block-button__link,.wp-block-button .button-group.secondary .wp-block-button__link {
    background-color: #000;
    color: #fff
}

.button-group.secondary .button:focus,.button-group.secondary .button:hover,.button-group.secondary .wp-block-button .wp-block-button__link:focus,.button-group.secondary .wp-block-button .wp-block-button__link:hover,.wp-block-button .button-group.secondary .wp-block-button__link:focus,.wp-block-button .button-group.secondary .wp-block-button__link:hover {
    background-color: #000;
    color: #fff
}

.button-group.success .button,.button-group.success .wp-block-button .wp-block-button__link,.wp-block-button .button-group.success .wp-block-button__link {
    background-color: #3adb76;
    color: #2e2e2e
}

.button-group.success .button:focus,.button-group.success .button:hover,.button-group.success .wp-block-button .wp-block-button__link:focus,.button-group.success .wp-block-button .wp-block-button__link:hover,.wp-block-button .button-group.success .wp-block-button__link:focus,.wp-block-button .button-group.success .wp-block-button__link:hover {
    background-color: #22bb5b;
    color: #2e2e2e
}

.button-group.warning .button,.button-group.warning .wp-block-button .wp-block-button__link,.wp-block-button .button-group.warning .wp-block-button__link {
    background-color: #ffae00;
    color: #2e2e2e
}

.button-group.warning .button:focus,.button-group.warning .button:hover,.button-group.warning .wp-block-button .wp-block-button__link:focus,.button-group.warning .wp-block-button .wp-block-button__link:hover,.wp-block-button .button-group.warning .wp-block-button__link:focus,.wp-block-button .button-group.warning .wp-block-button__link:hover {
    background-color: #cc8b00;
    color: #2e2e2e
}

.button-group.alert .button,.button-group.alert .wp-block-button .wp-block-button__link,.wp-block-button .button-group.alert .wp-block-button__link {
    background-color: #cc4b37;
    color: #fff
}

.button-group.alert .button:focus,.button-group.alert .button:hover,.button-group.alert .wp-block-button .wp-block-button__link:focus,.button-group.alert .wp-block-button .wp-block-button__link:hover,.wp-block-button .button-group.alert .wp-block-button__link:focus,.wp-block-button .button-group.alert .wp-block-button__link:hover {
    background-color: #a53b2a;
    color: #fff
}

.button-group.stacked,.button-group.stacked-for-medium,.button-group.stacked-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button,.button-group.stacked .wp-block-button .wp-block-button__link,.button-group.stacked-for-medium .button,.button-group.stacked-for-medium .wp-block-button .wp-block-button__link,.button-group.stacked-for-small .button,.button-group.stacked-for-small .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked .wp-block-button__link,.wp-block-button .button-group.stacked-for-medium .wp-block-button__link,.wp-block-button .button-group.stacked-for-small .wp-block-button__link {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,.button-group.stacked .wp-block-button .wp-block-button__link:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-medium .wp-block-button .wp-block-button__link:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked-for-small .wp-block-button .wp-block-button__link:last-child,.wp-block-button .button-group.stacked .wp-block-button__link:last-child,.wp-block-button .button-group.stacked-for-medium .wp-block-button__link:last-child,.wp-block-button .button-group.stacked-for-small .wp-block-button__link:last-child {
    margin-bottom: 0
}

.button-group.stacked-for-medium.expanded .button,.button-group.stacked-for-medium.expanded .wp-block-button .wp-block-button__link,.button-group.stacked-for-small.expanded .button,.button-group.stacked-for-small.expanded .wp-block-button .wp-block-button__link,.button-group.stacked.expanded .button,.button-group.stacked.expanded .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked-for-medium.expanded .wp-block-button__link,.wp-block-button .button-group.stacked-for-small.expanded .wp-block-button__link,.wp-block-button .button-group.stacked.expanded .wp-block-button__link {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

@media print,screen and (min-width: 48em) {
    .button-group.stacked-for-small .button,.button-group.stacked-for-small .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked-for-small .wp-block-button__link {
        -webkit-flex:0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,screen and (min-width: 80em) {
    .button-group.stacked-for-medium .button,.button-group.stacked-for-medium .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked-for-medium .wp-block-button__link {
        -webkit-flex:0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media screen and (max-width: 47.99875em) {
    .button-group.stacked-for-small.expanded {
        display:block
    }

    .button-group.stacked-for-small.expanded .button,.button-group.stacked-for-small.expanded .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked-for-small.expanded .wp-block-button__link {
        display: block;
        margin-right: 0
    }
}

@media screen and (max-width: 61.37375em) {
    .button-group.stacked-for-medium.expanded {
        display:block
    }

    .button-group.stacked-for-medium.expanded .button,.button-group.stacked-for-medium.expanded .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked-for-medium.expanded .wp-block-button__link {
        display: block;
        margin-right: 0
    }
}

.close-button {
    position: absolute;
    color: #333;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,.close-button:hover {
    color: #2e2e2e
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,.close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button,.menu .wp-block-button .wp-block-button__link,.menu a,.wp-block-button .menu .wp-block-button__link {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a,.menu button,.menu input,.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,.menu.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.simple {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,screen and (min-width: 48em) {
    .menu.medium-horizontal {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,screen and (min-width: 61.375em) {
    .menu.spaces-horizontal {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.spaces-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.spaces-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.spaces-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,screen and (min-width: 80em) {
    .menu.large-horizontal {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 89.9375em) {
    .menu.xlarge-horizontal {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xlarge-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xlarge-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-bottom a,.menu.icon-left a,.menu.icon-right a,.menu.icon-top a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active>a {
    background: #000;
    color: #fff
}

.menu .active>a {
    background: #000;
    color: #fff
}

.menu.align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.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: #5a5a5a;
    box-shadow: 0 7px 0 #5a5a5a,0 14px 0 #5a5a5a
}

.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: #2e2e2e;
    box-shadow: 0 7px 0 #2e2e2e,0 14px 0 #2e2e2e;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #333;
    box-shadow: 0 7px 0 #333,0 14px 0 #333
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    transition: height .5s
}

.drilldown a {
    padding: .7rem 1rem;
    background: #fff
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .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 #000;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.drilldown.align-left .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 #2e2e2e;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2e2e2e transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .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 #000 transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #5a5a5a;
    border-radius: 0;
    background-color: #fff;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    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: #2e2e2e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    padding: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: 0 0;
    color: #000
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    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 #2e2e2e transparent transparent;
    right: auto;
    left: 5px
}

.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 #2e2e2e
}

@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: #2e2e2e transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        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 #2e2e2e transparent transparent;
        right: auto;
        left: 5px
    }

    .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 #2e2e2e
    }
}

@media print,screen and (min-width: 61.375em) {
    .dropdown.menu.spaces-horizontal>li.opens-left>.is-dropdown-submenu {
        top:100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.spaces-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.spaces-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.spaces-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: #2e2e2e transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.spaces-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.spaces-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.spaces-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.spaces-vertical>li>a::after {
        right: 14px
    }

    .dropdown.menu.spaces-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 #2e2e2e transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.spaces-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 #2e2e2e
    }
}

@media print,screen and (min-width: 80em) {
    .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: #2e2e2e transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        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 #2e2e2e transparent transparent;
        right: auto;
        left: 5px
    }

    .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 #2e2e2e
    }
}

@media screen and (min-width: 89.9375em) {
    .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: #2e2e2e transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        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 #2e2e2e transparent transparent;
        right: auto;
        left: 5px
    }

    .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 #2e2e2e
    }
}

.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;
    left: auto;
    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 #5a5a5a;
    background: #fff
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.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 #2e2e2e transparent transparent;
    right: auto;
    left: 5px
}

.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 #2e2e2e
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.flex-video,.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen,.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.media-object {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media screen and (max-width: 47.99875em) {
    .media-object.stack-for-small {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 47.99875em) {
    .stack-for-small .media-object-section {
        padding:0;
        padding-bottom: 1rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease,visibility .5s ease;
    background: 0 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #626262
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(98,98,98,.7)
}

.off-canvas.is-open {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #626262
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(98,98,98,.7)
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 290px;
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    transform: translateX(-290px)
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    transform: translateX(-290px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(290px);
    -ms-transform: translateX(290px);
    transform: translateX(290px)
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(46,46,46,.25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 290px;
    -webkit-transform: translateX(290px);
    -ms-transform: translateX(290px);
    transform: translateX(290px)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(290px);
    -ms-transform: translateX(290px);
    transform: translateX(290px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    transform: translateX(-290px)
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(46,46,46,.25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(46,46,46,.25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(46,46,46,.25)
}

.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

@media print,screen and (min-width: 48em) {
    .position-left.reveal-for-medium {
        -webkit-transform:none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 290px
    }

    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 290px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 290px
    }

    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 290px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 290px
    }

    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 290px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 290px
    }

    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 290px
    }
}

@media print,screen and (min-width: 61.375em) {
    .position-left.reveal-for-spaces {
        -webkit-transform:none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-spaces .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-spaces {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 290px
    }

    .position-left.reveal-for-spaces~.off-canvas-content {
        margin-left: 290px
    }

    .position-right.reveal-for-spaces {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-spaces .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-spaces {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 290px
    }

    .position-right.reveal-for-spaces~.off-canvas-content {
        margin-right: 290px
    }

    .position-top.reveal-for-spaces {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-spaces .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-spaces {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 290px
    }

    .position-top.reveal-for-spaces~.off-canvas-content {
        margin-top: 290px
    }

    .position-bottom.reveal-for-spaces {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-spaces .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-spaces {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 290px
    }

    .position-bottom.reveal-for-spaces~.off-canvas-content {
        margin-bottom: 290px
    }
}

@media print,screen and (min-width: 80em) {
    .position-left.reveal-for-large {
        -webkit-transform:none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 290px
    }

    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 290px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 290px
    }

    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 290px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 290px
    }

    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 290px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 290px
    }

    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 290px
    }
}

@media screen and (min-width: 89.9375em) {
    .position-left.reveal-for-xlarge {
        -webkit-transform:none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 290px
    }

    .position-left.reveal-for-xlarge~.off-canvas-content {
        margin-left: 290px
    }

    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 290px
    }

    .position-right.reveal-for-xlarge~.off-canvas-content {
        margin-right: 290px
    }

    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 290px
    }

    .position-top.reveal-for-xlarge~.off-canvas-content {
        margin-top: 290px
    }

    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 290px
    }

    .position-bottom.reveal-for-xlarge~.off-canvas-content {
        margin-bottom: 290px
    }
}

@media print,screen and (min-width: 48em) {
    .off-canvas.in-canvas-for-medium {
        visibility:visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print,screen and (min-width: 61.375em) {
    .off-canvas.in-canvas-for-spaces {
        visibility:visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-spaces.position-bottom,.off-canvas.in-canvas-for-spaces.position-left,.off-canvas.in-canvas-for-spaces.position-right,.off-canvas.in-canvas-for-spaces.position-top {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-spaces .close-button {
        display: none
    }
}

@media print,screen and (min-width: 80em) {
    .off-canvas.in-canvas-for-large {
        visibility:visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

@media screen and (min-width: 89.9375em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility:visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-xlarge.position-bottom,.off-canvas.in-canvas-for-xlarge.position-left,.off-canvas.in-canvas-for-xlarge.position-right,.off-canvas.in-canvas-for-xlarge.position-top {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none
    }
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::after,.pagination::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: 0;
    font-size: .875rem;
    display: none
}

.pagination li:first-child,.pagination li:last-child {
    display: inline-block
}

@media print,screen and (min-width: 48em) {
    .pagination li {
        display:inline-block
    }
}

.pagination a,.pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #2e2e2e
}

.pagination a:hover,.pagination button:hover {
    background: #e7e7e7
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #000;
    color: #fff;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #5a5a5a;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #2e2e2e
}

.pagination-previous a::before,.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: .5rem;
    content: '\00ab'
}

.pagination-next a::after,.pagination-next.disabled::after {
    display: inline-block;
    margin-left: .5rem;
    content: '\00bb'
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(46,46,46,.45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #5a5a5a;
    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 {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,screen and (min-width: 48em) {
    .reveal {
        width:600px;
        max-width: 81.25rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,screen and (min-width: 48em) {
    .reveal.tiny {
        width:30%;
        max-width: 81.25rem
    }
}

@media print,screen and (min-width: 48em) {
    .reveal.small {
        width:50%;
        max-width: 81.25rem
    }
}

@media print,screen and (min-width: 48em) {
    .reveal.large {
        width:90%;
        max-width: 81.25rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width: 47.99875em) {
    .reveal {
        top:0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,tfoot,thead {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f9f9f9;
    color: #2e2e2e
}

tfoot {
    background: #f2f2f2;
    color: #2e2e2e
}

tfoot tr,thead tr {
    background: 0 0
}

tfoot td,tfoot th,thead td,thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody td,tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2
}

table.unstriped tbody {
    background-color: #fff
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff
}

@media screen and (max-width: 61.37375em) {
    table.stack thead {
        display:none
    }

    table.stack tfoot {
        display: none
    }

    table.stack td,table.stack th,table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.tabs {
    margin: 0;
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style-type: none
}

.tabs::after,.tabs::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #000
}

.tabs.primary>li>a {
    color: #fff
}

.tabs.primary>li>a:focus,.tabs.primary>li>a:hover {
    background: #0d0d0d
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #000
}

[data-whatinput=mouse] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #fff;
    color: #000
}

.tabs-title>a:focus,.tabs-title>a[aria-selected=true] {
    background: #e7e7e7;
    color: #000
}

.tabs-content {
    border: 1px solid #e7e7e7;
    border-top: 0;
    background: #fff;
    color: #2e2e2e;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #e7e7e7;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(46,46,46,.2);
    line-height: 0
}

a.thumbnail {
    transition: box-shadow .2s ease-out
}

a.thumbnail:focus,a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(0,0,0,.5)
}

a.thumbnail image {
    box-shadow: none
}

.title-bar {
    padding: .5rem;
    background: #2e2e2e;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,.title-bar-right {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.top-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar,.top-bar ul {
    background-color: transparent
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar .wp-block-button input.wp-block-button__link,.top-bar input.button,.wp-block-button .top-bar input.wp-block-button__link {
    width: auto
}

.top-bar .top-bar-left,.top-bar .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,screen and (min-width: 48em) {
    .top-bar {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media screen and (max-width: 61.37375em) {
    .top-bar.stacked-for-medium {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 79.99875em) {
    .top-bar.stacked-for-spaces {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-spaces .top-bar-left,.top-bar.stacked-for-spaces .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 89.93625em) {
    .top-bar.stacked-for-large {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 121.24875em) {
    .top-bar.stacked-for-xlarge {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left,.top-bar-right {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 47.99875em) {
    .hide-for-small-only {
        display:none!important
    }
}

@media screen and (max-width: 0em),screen and (min-width:48em) {
    .show-for-small-only {
        display:none!important
    }
}

@media print,screen and (min-width: 48em) {
    .hide-for-medium {
        display:none!important
    }
}

@media screen and (max-width: 47.99875em) {
    .show-for-medium {
        display:none!important
    }
}

@media screen and (min-width: 48em) and (max-width:61.37375em) {
    .hide-for-medium-only {
        display:none!important
    }
}

@media screen and (max-width: 47.99875em),screen and (min-width:61.375em) {
    .show-for-medium-only {
        display:none!important
    }
}

@media print,screen and (min-width: 61.375em) {
    .hide-for-spaces {
        display:none!important
    }
}

@media screen and (max-width: 61.37375em) {
    .show-for-spaces {
        display:none!important
    }
}

@media screen and (min-width: 61.375em) and (max-width:79.99875em) {
    .hide-for-spaces-only {
        display:none!important
    }
}

@media screen and (max-width: 61.37375em),screen and (min-width:80em) {
    .show-for-spaces-only {
        display:none!important
    }
}

@media print,screen and (min-width: 80em) {
    .hide-for-large {
        display:none!important
    }
}

@media screen and (max-width: 79.99875em) {
    .show-for-large {
        display:none!important
    }
}

@media screen and (min-width: 80em) and (max-width:89.93625em) {
    .hide-for-large-only {
        display:none!important
    }
}

@media screen and (max-width: 79.99875em),screen and (min-width:89.9375em) {
    .show-for-large-only {
        display:none!important
    }
}

@media screen and (min-width: 89.9375em) {
    .hide-for-xlarge {
        display:none!important
    }
}

@media screen and (max-width: 89.93625em) {
    .show-for-xlarge {
        display:none!important
    }
}

@media screen and (min-width: 89.9375em) and (max-width:121.24875em) {
    .hide-for-xlarge-only {
        display:none!important
    }
}

@media screen and (max-width: 89.93625em),screen and (min-width:121.25em) {
    .show-for-xlarge-only {
        display:none!important
    }
}

.show-for-sr,.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.show-on-focus:active,.show-on-focus:focus {
    position: static!important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.hide-for-portrait,.show-for-landscape {
    display: block!important
}

@media screen and (orientation: landscape) {
    .hide-for-portrait,.show-for-landscape {
        display:block!important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-portrait,.show-for-landscape {
        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
    }
}

.align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

@media print,screen and (min-width: 48em) {
    .medium-order-1 {
        -webkit-order:1;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,screen and (min-width: 61.375em) {
    .spaces-order-1 {
        -webkit-order:1;
        -ms-flex-order: 1;
        order: 1
    }

    .spaces-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .spaces-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .spaces-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .spaces-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .spaces-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,screen and (min-width: 80em) {
    .large-order-1 {
        -webkit-order:1;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-order-1 {
        -webkit-order:1;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,screen and (min-width: 48em) {
    .medium-flex-container {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,screen and (min-width: 61.375em) {
    .spaces-flex-container {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .spaces-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .spaces-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .spaces-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .spaces-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .spaces-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .spaces-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .spaces-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,screen and (min-width: 80em) {
    .large-flex-container {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 89.9375em) {
    .xlarge-flex-container {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#wpadminbar {
    position: fixed!important
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
    margin-top: 2rem
}

body.admin-bar.offcanvas .off-canvas.is-open {
    top: 2.875rem
}

@media screen and (min-width: 48.9375em) {
    body.admin-bar.offcanvas .off-canvas.is-open {
        top:2rem
    }
}

.wp-caption>figcaption {
    max-width: 100%;
    font-size: .8rem;
    color: #999;
    padding: .25rem 0
}

p.wp-caption-text {
    font-size: 90%;
    color: #666;
    padding: .625rem 0
}

.alignleft {
    float: left;
    padding-right: 1rem;
    margin: 0
}

.alignright {
    float: right;
    padding-left: 1rem;
    margin: 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media print,screen and (min-width: 48em) {
    .gallery {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

.gallery.gallery-columns-1>.gallery-item {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .gallery.gallery-columns-1>.gallery-item {
        width:calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media print,screen and (min-width: 80em) {
    .gallery.gallery-columns-1>.gallery-item {
        width:calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.gallery.gallery-columns-2>.gallery-item {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .gallery.gallery-columns-2>.gallery-item {
        width:calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media print,screen and (min-width: 80em) {
    .gallery.gallery-columns-2>.gallery-item {
        width:calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.gallery.gallery-columns-3>.gallery-item {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .gallery.gallery-columns-3>.gallery-item {
        width:calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media print,screen and (min-width: 80em) {
    .gallery.gallery-columns-3>.gallery-item {
        width:calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.gallery.gallery-columns-4>.gallery-item {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .gallery.gallery-columns-4>.gallery-item {
        width:calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media print,screen and (min-width: 80em) {
    .gallery.gallery-columns-4>.gallery-item {
        width:calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.gallery.gallery-columns-5>.gallery-item {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .gallery.gallery-columns-5>.gallery-item {
        width:calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media print,screen and (min-width: 80em) {
    .gallery.gallery-columns-5>.gallery-item {
        width:calc(20% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.gallery.gallery-columns-6>.gallery-item {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .gallery.gallery-columns-6>.gallery-item {
        width:calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media print,screen and (min-width: 80em) {
    .gallery.gallery-columns-6>.gallery-item {
        width:calc(16.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.gallery.gallery-columns-7>.gallery-item {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .gallery.gallery-columns-7>.gallery-item {
        width:calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media print,screen and (min-width: 80em) {
    .gallery.gallery-columns-7>.gallery-item {
        width:calc(14.28571% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.gallery.gallery-columns-8>.gallery-item {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .gallery.gallery-columns-8>.gallery-item {
        width:calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media print,screen and (min-width: 80em) {
    .gallery.gallery-columns-8>.gallery-item {
        width:calc(12.5% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.gallery.gallery-columns-9>.gallery-item {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .gallery.gallery-columns-9>.gallery-item {
        width:calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media print,screen and (min-width: 80em) {
    .gallery.gallery-columns-9>.gallery-item {
        width:calc(11.11111% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.gallery .gallery-icon>a {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(46,46,46,.2);
    line-height: 0;
    transition: box-shadow .2s ease-out
}

.gallery .gallery-icon>a:focus,.gallery .gallery-icon>a:hover {
    box-shadow: 0 0 6px 1px rgba(0,0,0,.5)
}

.gallery .gallery-icon>a image {
    box-shadow: none
}

.gallery .gallery-icon>img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(46,46,46,.2);
    line-height: 0
}

.has-primary-background-color {
    background-color: #000
}

.has-primary-color {
    color: #000
}

.has-secondary-background-color {
    background-color: #000
}

.has-secondary-color {
    color: #000
}

.has-success-background-color {
    background-color: #3adb76
}

.has-success-color {
    color: #3adb76
}

.has-warning-background-color {
    background-color: #ffae00
}

.has-warning-color {
    color: #ffae00
}

.has-alert-background-color {
    background-color: #cc4b37
}

.has-alert-color {
    color: #cc4b37
}

.wp-block-button .wp-block-button__link.has-primary-background-color {
    background-color: #000
}

.wp-block-button .wp-block-button__link.has-primary-color {
    color: #000
}

.wp-block-button .wp-block-button__link.has-secondary-background-color {
    background-color: #000
}

.wp-block-button .wp-block-button__link.has-secondary-color {
    color: #000
}

.wp-block-button .wp-block-button__link.has-success-background-color {
    background-color: #3adb76
}

.wp-block-button .wp-block-button__link.has-success-color {
    color: #3adb76
}

.wp-block-button .wp-block-button__link.has-warning-background-color {
    background-color: #ffae00
}

.wp-block-button .wp-block-button__link.has-warning-color {
    color: #ffae00
}

.wp-block-button .wp-block-button__link.has-alert-background-color {
    background-color: #cc4b37
}

.wp-block-button .wp-block-button__link.has-alert-color {
    color: #cc4b37
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-file .wp-block-file__button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #000;
    color: #fff
}

[data-whatinput=mouse] .wp-block-file .wp-block-file__button {
    outline: 0
}

.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover {
    background-color: #000;
    color: #fff
}

html {
    font-size: .875rem
}

@media print,screen and (min-width: 48em) {
    html {
        font-size:.875rem
    }
}

@media print,screen and (min-width: 80em) {
    html {
        font-size:1rem
    }
}

@media screen and (min-width: 89.9375em) {
    html {
        font-size:1rem
    }
}

::-webkit-input-placeholder {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.88;
    color: #626262;
    text-transform: uppercase
}

:-ms-input-placeholder {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.88;
    color: #626262;
    text-transform: uppercase
}

::placeholder {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.88;
    color: #626262;
    text-transform: uppercase
}

::-moz-selection {
    background: #2e2e2e;
    color: #fff
}

::selection {
    background: #2e2e2e;
    color: #fff
}

::-moz-selection {
    background: #2e2e2e;
    color: #fff
}

h1,h2,h3,h4,h5 {
    position: relative;
    z-index: 1
}

h1 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 2.375rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase
}

@media print,screen and (min-width: 48em) {
    h1 {
        font-size:3rem
    }
}

h2 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase
}

@media screen and (max-width: 47.99875em) {
    h2 {
        font-size:2rem;
        margin-bottom: 2rem;
        line-height: 1.17
    }
}

h3 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.13px;
    color: #2e2e2e;
    text-transform: uppercase
}

@media screen and (max-width: 47.99875em) {
    h3 {
        font-size:24px
    }
}

h4 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase
}

h5 {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 1px;
    color: #2e2e2e;
    text-transform: uppercase
}

p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: .05px;
    color: #2e2e2e;
    position: relative;
    margin-bottom: 2rem
}

@media screen and (max-width: 47.99875em) {
    p {
        font-size:16px;
        line-height: 1.5
    }
}

a {
    color: #009e7c
}

a:hover {
    color: #00ebb9
}

li {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: .05px;
    color: #2e2e2e
}

@media screen and (max-width: 47.99875em) {
    li {
        font-size:16px;
        line-height: 1.5
    }
}

p:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.metric-caption {
    font-size: 1.25rem;
    text-align: center
}

a:active,a:focus {
    color: inherit
}

.logo,.property-image-gallery,footer a {
    background-size: 0
}

.article-contents a,.follower a {
    color: #009e7c
}

.cta-button,.gform_wrapper .button,.gform_wrapper .wp-block-button .wp-block-button__link,.wp-block-button .gform_wrapper .wp-block-button__link {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .05625em;
    text-align: center;
    color: #2e2e2e;
    text-transform: uppercase;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: .875rem 1.125rem;
    display: inline-block;
    line-height: 1;
    position: relative;
    background-color: transparent
}

@media screen and (max-width: 47.99875em) {
    .cta-button,.gform_wrapper .button,.gform_wrapper .wp-block-button .wp-block-button__link,.wp-block-button .gform_wrapper .wp-block-button__link {
        font-size:1.125rem
    }
}

@media screen and (max-width: 47.99875em) {
    .cta-button,.gform_wrapper .button,.gform_wrapper .wp-block-button .wp-block-button__link,.wp-block-button .gform_wrapper .wp-block-button__link {
        width:100%;
        margin-bottom: 1.5rem
    }
}

.button,.link-group:last-child .cta-button,.wp-block-button .wp-block-button__link {
    margin-bottom: 0
}

@media screen and (max-width: 47.99875em) {
    .section-insights .cta-button {
        margin-bottom:0
    }
}

.cta-button:before,.gform_wrapper .button:before,.gform_wrapper .wp-block-button .wp-block-button__link:before,.wp-block-button .gform_wrapper .wp-block-button__link:before {
    display: block;
    content: '';
    height: 80%;
    width: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: height .2s ease
}

.cta-button:after,.gform_wrapper .button:after,.gform_wrapper .wp-block-button .wp-block-button__link:after,.wp-block-button .gform_wrapper .wp-block-button__link:after {
    display: block;
    content: '';
    height: 80%;
    width: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: height .2s ease
}

.cta-button.cta-dark,.gform_wrapper .button,.gform_wrapper .wp-block-button .wp-block-button__link,.wp-block-button .gform_wrapper .wp-block-button__link {
    border-top: 2px solid #2e2e2e;
    border-bottom: 2px solid #2e2e2e
}

.page-template-contact .gform_wrapper .button,.page-template-contact .gform_wrapper .wp-block-button .wp-block-button__link,.single-download .gform_wrapper .button,.single-download .gform_wrapper .wp-block-button .wp-block-button__link,.single-job .gform_wrapper .button,.single-job .gform_wrapper .wp-block-button .wp-block-button__link,.wp-block-button .page-template-contact .gform_wrapper .wp-block-button__link,.wp-block-button .single-download .gform_wrapper .wp-block-button__link,.wp-block-button .single-job .gform_wrapper .wp-block-button__link {
    position: relative;
    border-top: 2px solid #009e7c;
    border-bottom: 2px solid #009e7c;
    border-right: 2px solid #009e7c;
    border-left: 2px solid #009e7c;
    color: #009e7c
}

.page-template-contact .gform_wrapper .button:hover,.page-template-contact .gform_wrapper .wp-block-button .wp-block-button__link:hover,.single-download .gform_wrapper .button:hover,.single-download .gform_wrapper .wp-block-button .wp-block-button__link:hover,.single-job .gform_wrapper .button:hover,.single-job .gform_wrapper .wp-block-button .wp-block-button__link:hover,.wp-block-button .page-template-contact .gform_wrapper .wp-block-button__link:hover,.wp-block-button .single-download .gform_wrapper .wp-block-button__link:hover,.wp-block-button .single-job .gform_wrapper .wp-block-button__link:hover {
    position: relative;
    border-top: 2px solid #00ebb9;
    border-bottom: 2px solid #00ebb9;
    border-right: 2px solid #00ebb9;
    border-left: 2px solid #00ebb9;
    color: #00ebb9
}

.custom-block .gform_wrapper .button,.custom-block .gform_wrapper .wp-block-button .wp-block-button__link,.wp-block-button .custom-block .gform_wrapper .wp-block-button__link {
    position: relative;
    color: #626262;
    background-size: cover;
    background-repeat: no-repeat
}

.cta-button.cta-dark:after,.cta-button.cta-dark:before {
    background-color: #2e2e2e
}

.cta-button:hover:after,.cta-button:hover:before {
    height: 100%
}

.custom-block .cta-button.cta-dark:hover {
    color: #2e2e2e!important;
    opacity: .7
}

.promoted-link {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .0625em;
    color: #2e2e2e;
    text-transform: uppercase
}

.text-slide:before {
    display: block;
    content: '';
    transition: opacity .3s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.has-background.text-slide:hover:before {
    opacity: .15
}

.has-background:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #626262;
    opacity: .3
}

.teal-palette .article-date,.teal-palette .cta-button,.teal-palette .heading,.teal-palette .promoted-link,.teal-palette button.read-more-trigger,.teal-palette h2,.teal-palette h3,.teal-palette h4,.teal-palette h4 a {
    color: #009e7c!important;
    transition: all .3s ease
}

.teal-palette a:hover,.teal-palette a:hover h2,.teal-palette a:hover h3,.teal-palette a:hover h4,.teal-palette h4 a:hover {
    color: #00ebb9!important
}

.teal-palette .cta-button:after,.teal-palette .cta-button:before {
    background-color: #009e7c
}

.teal-palette .cta-button {
    border-top-color: #009e7c;
    border-bottom-color: #009e7c
}

.teal-palette .cta-button:hover {
    border-top-color: #00ebb9;
    border-bottom-color: #00ebb9
}

.teal-palette .cta-button:hover:after,.teal-palette .cta-button:hover:before {
    background-color: #00ebb9
}

a,a h2,a h3,a h4 {
    transition: all .3s ease
}

a:hover,a:hover h1,a:hover h2,a:hover h3,a:hover h4 {
    color: #00ebb9!important
}

[data-whatintent=mouse] :focus {
    outline: 0
}

.cta-button:hover {
    border-top-color: #00ebb9!important;
    border-bottom-color: #00ebb9!important
}

.cta-button:hover:after,.cta-button:hover:before {
    background-color: #00ebb9!important
}

.custom-block .cta-button:hover,.newsletter-group .cta-button:hover {
    border-color: #2e2e2e!important
}

.newsletter-group .cta-button {
    transition: all .3s ease
}

.newsletter-group .cta-button:hover {
    opacity: .7
}

.custom-block .cta-button:hover:after,.custom-block .cta-button:hover:before {
    background-color: #2e2e2e!important
}

.impact-slider .cta-button:hover {
    color: #42f194!important
}

.impact-slider .cta-button:hover {
    border-top-color: #42f194!important;
    border-bottom-color: #42f194!important
}

.impact-slider .cta-button:hover:after,.impact-slider .cta-button:hover:before {
    background-color: #42f194!important
}

.home .leader-group .cta-button:hover {
    color: #009e7c!important
}

.home .leader-group .cta-button:hover {
    border-top-color: #009e7c!important;
    border-bottom-color: #009e7c!important
}

.home .leader-group .cta-button:hover:after,.home .leader-group .cta-button:hover:before {
    background-color: #009e7c!important
}

.leader-statement p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e
}

@media print,screen and (min-width: 61.375em) {
    .mobile-menu,.site-title-bar {
        display:none!important
    }
}

@media screen and (max-width: 61.37375em) {
    .desktop-menu,.site-navigation .top-bar-left {
        display:none!important
    }
}

.site-desktop-title a {
    font-weight: 700
}

.post-navigation::after,.post-navigation::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.post-navigation::after {
    clear: both
}

.nav-previous {
    float: left
}

.nav-next {
    float: right
}

@media screen and (max-width: 47.99875em) {
    .site-header .grid-container {
        padding-left:0;
        padding-right: 0
    }
}

.site-header {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top: .25rem;
    padding-bottom: 1rem
}

@media print,screen and (min-width: 61.375em) {
    .site-header {
        background-color:transparent
    }
}

@media print,screen and (min-width: 61.375em) {
    .site-header {
        padding-bottom:1rem;
        padding-top: 0;
        overflow: hidden
    }
}

.top-bar {
    padding: 0
}

@media print,screen and (min-width: 61.375em) {
    .top-bar {
        background-color:#fff;
        position: relative;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.top-bar a {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 1px;
    color: #2e2e2e;
    text-transform: uppercase;
    transition: all .2s ease;
    letter-spacing: .125em;
    font-weight: 600
}

@media print,screen and (min-width: 80em) {
    .top-bar a {
        letter-spacing:.1875em
    }
}

.top-bar-title {
    margin: 0;
    position: absolute;
    top:16px;
}

@media print,screen and (min-width: 80em) {
    .top-bar-title {
        padding-top:.5rem
    }
}

.top-bar:before {
    display: block;
    content: '';
    background-color: #fff;
    height: calc(118% - 1rem);
    width: calc(100vw - 1.5625rem);
    position: absolute;
    top: 0;
    left: 1.5625rem;
    z-index: 0;
    box-shadow: 0 6px 5px 0 rgba(0,0,0,.15)
}

@media print,screen and (min-width: 61.375em) {
    .top-bar:before {
        left:-1.5625rem;
        height: 100%
    }
}

.title-bar-left {
    padding-bottom: 0
}

@media print,screen and (min-width: 61.375em) {
    .title-bar-left {
        padding-bottom:0
    }
}

.menu {
    list-style: none;
    margin: 0
}

.menu.vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.menu li,.menu.horizontal li {
    list-style: none
}

.single-post header .dropdown.menu>li.current_page_parent>a,.single-property header .dropdown.menu>li.menu-item-19>a,footer .dropdown.menu>li.is-active>a,header .dropdown.menu>li.current-page-ancestor>a,header .dropdown.menu>li.is-active>a {
    color: #2e2e2e;
    position: relative
}

header .dropdown.menu a:hover {
    color: #009e7c!important
}

header .dropdown.menu>li {
    margin-left: .5rem;
    margin-right: .5rem;
    line-height: 1
}

header .dropdown.menu>li:last-of-type{
    margin-right: 0;
}

@media print,screen and (min-width: 61.375em) {
    header .dropdown.menu>li {
        margin-left:.75rem;
        margin-right: .75rem
    }
}

@media screen and (min-width: 89.9375em) {
    header .dropdown.menu>li {
        margin-left:1.25rem;
        margin-right: 1.25rem
    }
}

header .dropdown.menu>li>a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: inline-block;
    position: relative
}

.archive header .dropdown.menu>li.menu-item-299>a:after,.category header .dropdown.menu>li.menu-item-299>a:after,.single-post header .dropdown.menu>li.current_page_parent>a:after,.single-property header .dropdown.menu>li.menu-item-19>a:after,.single-team header .dropdown.menu>li.menu-item-300>a:after,header .dropdown.menu>li.current-page-ancestor>a:after,header .dropdown.menu>li.is-active>a:after,header .dropdown.menu>li.menu-item-298.current_page_parent>a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 8px;
    background-color: #00ebb9
}

header .dropdown.menu>li>a:after {
    transition: all .3s ease;
    display: block;
    content: '';
    background-color: #fff
}

.logo {
    position: relative;
    z-index: 10
}

@media screen and (min-width: 48em) and (max-width:61.37375em) {
    .logo {
        max-width:250px
    }
}

@media screen and (max-width: 47.99875em) {
    .logo {
        max-width:200px;
        padding-left: 1.0625rem
    }
}

.title-bar {
    padding: 1rem;
    position: relative;
    background-color: transparent
}

.menu-icon {
    position: absolute;
    right: 10px;
    width: 40px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 0;
    margin-bottom: 5px;
    right: 1.5rem;
    z-index: 100;
    color: #fff
}

.menu-icon::after {
    position: absolute;
    top: 15px;
    left: initial;
    right: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #626262;
    box-shadow: none;
    content: ''
}

.menu-icon::before {
    position: absolute;
    top: 0;
    left: initial;
    right: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #626262;
    box-shadow: none;
    content: ''
}

.menu-icon:hover::after {
    box-shadow: none
}

.menu-icon[aria-expanded=true]:before {
    -webkit-transform: rotate(-45deg) translate(-50%,-25%);
    -ms-transform: rotate(-45deg) translate(-50%,-25%);
    transform: rotate(-45deg) translate(-50%,-25%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 29px;
    left: 75%
}

.menu-icon[aria-expanded=true]:after {
    -webkit-transform: rotate(45deg) translate(-50%,25%);
    -ms-transform: rotate(45deg) translate(-50%,25%);
    transform: rotate(45deg) translate(-50%,25%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 29px;
    left: 75%;
    top: 120%
}

.menu-icon[aria-expanded=true] span {
    opacity: 0
}

.off-canvas {
    background-color: #484848
}

.off-canvas-content {
    overflow: hidden
}

.off-canvas .logo {
    padding-top: 2rem;
    padding-left: 1rem
}

.off-canvas .menu a {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.13px;
    color: #2e2e2e;
    text-transform: uppercase;
    font-size: 1.75rem;
    color: #fff;
    padding: .25rem 2.5rem .25rem 1rem;
    border-bottom: none;
    background-image: none;
    display: block;
    text-align: right;
    position: relative
}

.off-canvas .menu a :hover {
    color: #00ebb9
}

.off-canvas .menu li {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.off-canvas .menu .is-active>a {
    background-color: transparent
}

.off-canvas .menu .is-active>a:after,.single-case_study .off-canvas .menu .menu-item-298>a:after,.single-post .off-canvas .menu .menu-item-299>a:after,.single-team .off-canvas .menu .menu-item-300>a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: #00ebb9
}

.off-canvas .menu {
    padding: 3.5rem 0 0 0
}

.wayfinding {
    padding-top: 4rem
}

.pagination a,.pagination span {
    background-image: none;
    height: 35px;
    width: 35px;
    border-radius: 18px;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem
}

.pagination .current {
    height: 35px;
    width: 35px;
    padding: 0
}

.main-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 81.25rem;
    margin: 0 auto
}

@media print,screen and (min-width: 48em) {
    .main-container {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

.main-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 1rem
}

@media print,screen and (min-width: 48em) {
    .main-grid {
        margin-top:3rem
    }
}

.main-grid.sidebar-left .main-content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.main-grid.sidebar-left .sidebar {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

@media print,screen and (min-width: 48em) {
    .main-grid.sidebar-left .main-content {
        -webkit-order:2;
        -ms-flex-order: 2;
        order: 2
    }

    .main-grid.sidebar-left .sidebar {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.main-grid .main-content-full-width {
    width: calc(100% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

.main-grid .main-content {
    width: calc(100% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .main-grid .main-content {
        width:calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.main-grid .sidebar {
    width: calc(100% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 48em) {
    .main-grid .sidebar {
        width:calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-top: 1rem
    }
}

.footer-container {
    background-color: #878787;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0
}

.footer-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 1.875rem 0
}

.footer-grid section {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media print,screen and (min-width: 80em) {
    .footer-grid section {
        -webkit-flex:1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.footer-grid ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 47.99875em) {
    .footer-group {
        padding-bottom:3rem
    }
}

@media screen and (max-width: 47.99875em) {
    .footer-group .logo-group {
        margin-bottom:2rem
    }
}

@media print,screen and (min-width: 48em) {
    .footer-group .section-content {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (max-width: 47.99875em) {
    .footer-group .section-content {
        text-align:center
    }
}

@media print,screen and (min-width: 61.375em) {
    .identification-group {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.company-name {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: .05px;
    color: #2e2e2e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: .03906em
}

@media screen and (max-width: 47.99875em) {
    .company-name {
        font-size:16px;
        line-height: 1.5
    }
}

@media screen and (max-width: 47.99875em) {
    .company-name {
        font-size:1.25rem
    }
}

.footer-group li,.footer-group li a {
    list-style: none;
    display: inline;
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    letter-spacing: .0625em;
    color: #fff
}

@media screen and (max-width: 47.99875em) {
    .footer-group li,.footer-group li a {
        font-size:15px;
        line-height: 1.4
    }
}

@media print,screen and (min-width: 48em) {
    .footer-group li,.footer-group li a {
        line-height:1
    }
}

@media screen and (max-width: 47.99875em) {
    .footer-group li,.footer-group li a {
        font-size:1.125rem
    }
}

.footer-group li {
    position: relative
}

@media screen and (max-width: 47.99875em) {
    .footer-contact-group li {
        display:block;
        line-height: 1.7;
        letter-spacing: 1px
    }
}

.footer-group li:after {
    display: inline;
    content: '|';
    padding: 0 .875rem 0 1.125rem
}

.footer-menu-group li:after {
    display: inline;
    content: '/';
    padding: 0 .875rem 0 1.125rem
}

@media screen and (max-width: 47.99875em) {
    .footer-contact-group li:after {
        display:none
    }
}

.footer-group li:last-child:after {
    display: none
}

.social-group {
    position: relative
}

@media print,screen and (min-width: 48em) {
    .identification-group .social-group {
        padding-top:1rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .identification-group .social-group {
        padding-left:2rem;
        margin-left: 1.125rem;
        padding-top: 0
    }
}

@media print,screen and (min-width: 61.375em) {
    .identification-group .social-group:before {
        display:block;
        content: '';
        position: absolute;
        left: 0;
        width: 1px;
        height: 80%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff
    }
}

.social-networks {
    margin-top: 2px;
    margin-bottom: .5rem
}

.social-networks a {
    font-size: 48px!important
}

.footer-menu-group {
    position: relative;
    padding-top: 2.25rem;
    padding-bottom: 1.5625rem
}

@media print,screen and (min-width: 48em) {
    .footer-menu-group {
        padding-top:1.5625rem;
        padding-bottom: 3.4375rem
    }
}

@media screen and (min-width: 48em) and (max-width:61.37375em) {
    .footer-menu-group .grid-container {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.off-canvas .footer-contact-group,.off-canvas .footer-menu-group,.off-canvas .social-group {
    padding-right: 2rem;
    padding-left: 1rem
}

.off-canvas .footer-menu-group {
    padding-top: 1.5rem
}

.off-canvas .footer-contact-group,.off-canvas .footer-contact-group a,.off-canvas .footer-menu-group a {
    font-size: 16px;
    letter-spacing: 1px
}

.off-canvas .company-name,.off-canvas .footer-contact-group a {
    font-size: 15px
}

.off-canvas .footer-menu-group li {
    padding-bottom: .5rem
}

.off-canvas .social-group:before,.off-canvas li:after {
    display: none
}

.off-canvas li,.off-canvas li a,.off-canvas p {
    color: #fff;
    text-align: right
}

.off-canvas .footer-contact-group {
    background-image: url(../images/offcanvas_contact_pattern.svg);
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

.off-canvas .identification-group {
    display: block!important
}

.menu-section {
    padding-bottom: 3rem
}

footer a,footer p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    font-style: normal;
    position: relative
}

@media screen and (max-width: 47.99875em) {
    footer a,footer p {
        font-size:15px;
        line-height: 1.4
    }
}

.address p,.email p {
    background-color: #2e2e2e;
    display: inline-block;
    position: relative
}

.address p {
    padding-right: 16px
}

footer .menu a {
    padding: 0 0 3px 0!important
}

footer .menu li {
    margin-bottom: .7rem
}

footer ul {
    margin: 0
}

.footer-menu .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-nav ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem
}

.sites-button {
    background: #000;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 -2px 0 rgba(0,0,0,.2) inset;
    border-radius: 3px;
    border: none
}

.cards-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cards-container .card {
    width: calc(100% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

.cards-container .card .card-content {
    padding: 1rem
}

@media print,screen and (min-width: 48em) {
    .cards-container .card {
        width:calc(33.33333% - .7rem);
        margin-right: .35rem;
        margin-left: .35rem
    }
}

.featured-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 13.75rem
}

@media print,screen and (min-width: 48em) {
    .featured-image {
        height:28.125rem
    }
}

@media print,screen and (min-width: 80em) {
    .featured-image {
        height:31.25rem
    }
}

@media screen and (max-width: 47.99875em) {
    .featured-image {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.dotted {
    border-style: dashed;
    margin: 2rem 0
}

[data-whatinput=mouse] a:focus,button:focus,button:focus [data-whatinput=touch] a:focus {
    outline: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-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-arrow.slick-hidden {
    display: none
}

.impact-slider .text-slide {
    display: none
}

.impact-slider .text-slide:first-child {
    display: block
}

.gform_page_footer {
    border-top: none!important;
    text-align: right!important
}

.gform_wrapper .top_label .gfield_label {
    text-transform: uppercase;
    letter-spacing: .06em
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),.gform_wrapper select,.gform_wrapper textarea {
    background-color: #f7f7f7;
    border: none;
    padding: 1rem!important;
    height: auto;
    box-shadow: none;
    margin-top: 0
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none!important
}

.gform_wrapper select {
    max-height: 56px;
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem!important;
    font-weight: 600;
    line-height: 1.88;
    color: #626262;
    text-transform: uppercase;
    background-image: url(../images/select_triangle_icon.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px
}

.gform_wrapper textarea {
    height: 12.8125rem!important
}

[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus {
    box-shadow: none
}

body .gform_wrapper ul li.gfield {
    margin-top: 1px!important
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 4px!important
}

.gform_wrapper {
    position: relative
}

.gform_wrapper .gf_progressbar_wrapper {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    margin-left: auto!important;
    margin-right: 1rem!important;
    padding-right: .75rem!important
}

@media print,screen and (min-width: 48em) {
    .gform_wrapper .gf_progressbar_wrapper {
        margin-bottom:1.5rem!important;
        padding-bottom: 1rem!important
    }
}

.gform_wrapper .gf_progressbar {
    background-color: #fff!important;
    border-radius: 0!important;
    box-shadow: none!important;
    height: 4px!important;
    width: 100%!important;
    width: 250px!important;
    padding-right: .5rem!important
}

@media print,screen and (min-width: 48em) {
    .gform_wrapper .gf_progressbar {
        float:right
    }
}

.gform_wrapper .gf_progressbar_percentage {
    border-radius: 0!important;
    background: #00ebb9!important;
    box-shadow: none!important;
    text-shadow: none!important;
    height: 4px!important
}

.gform_wrapper .gf_progressbar:after {
    border-radius: 0!important;
    background: #878787;
    box-shadow: none!important;
    text-shadow: none!important;
    height: 4px!important;
    margin-top: -4px!important
}

.gform_wrapper .gf_progressbar_percentage span {
    display: none!important
}

.gform_wrapper h3.gf_progressbar_title {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1rem!important;
    font-weight: 500!important;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    padding-right: 1rem!important;
    margin-right: 1rem!important
}

@media print,screen and (min-width: 48em) {
    .gform_wrapper h3.gf_progressbar_title {
        text-align:right
    }
}

.gform_wrapper h3.gf_progressbar_title:after {
    content: '  ';
    display: inline-block
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    margin-right: 1rem!important
}

.gform_page_footer {
    position: relative
}

@media print,screen and (min-width: 48em) {
    .gform_page_footer:before {
        content:"NOTE: Please do not send confidential or sensitive material. This message is not secure, it will not create an attorney-client relationship, and may not be treated as privileged or confidential. ";
        text-align: left;
        position: relative;
        left: 0;
        width: 60%;
        font-family: HurmeGeometricSans2,sans-serif;
        font-size: 1rem;
        line-height: 1.38;
        letter-spacing: .04px;
        color: #2e2e2e;
        float: left;
        line-height: 1.4
    }
}

@media screen and (min-width: 48em) and (max-width:47.99875em) {
    .gform_page_footer:before {
        font-size:15px;
        line-height: 1.4
    }
}

@media screen and (max-width: 47.99875em) {
    .gform_page_footer:after {
        padding-top:1rem;
        content: "NOTE: Please do not send confidential or sensitive material. This message is not secure, it will not create an attorney-client relationship, and may not be treated as privileged or confidential. ";
        text-align: left;
        position: relative;
        left: 0;
        width: 100%;
        font-family: HurmeGeometricSans2,sans-serif;
        font-size: 1.125rem;
        line-height: 1.56;
        letter-spacing: .05px;
        color: #2e2e2e;
        float: left;
        line-height: 1.33
    }
}

@media screen and (max-width: 47.99875em) and (max-width:47.99875em) {
    .gform_page_footer:after {
        font-size:16px;
        line-height: 1.5
    }
}

.gform_confirmation_message {
    position: relative;
    z-index: 1;
    color: #009e7c;
    max-width: 768px
}

.custom-block .gform_confirmation_message {
    padding-top: 1rem
}

.custom-block .gform_confirmation_message p {
    margin-bottom: 2rem!important
}

.custom-block .gform_confirmation_message .cta-button {
    width: auto
}

body img.gform_ajax_spinner {
    display: none!important
}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=fade-up] {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0)
}

[data-aos=fade-down] {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0)
}

[data-aos=fade-right] {
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0)
}

[data-aos=fade-left] {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0)
}

[data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px,100px,0);
    transform: translate3d(-100px,100px,0)
}

[data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px,100px,0);
    transform: translate3d(100px,100px,0)
}

[data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px,-100px,0);
    transform: translate3d(-100px,-100px,0)
}

[data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px,-100px,0);
    transform: translate3d(100px,-100px,0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0,100px,0) scale(.6);
    transform: translate3d(0,100px,0) scale(.6)
}

[data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(.6);
    transform: translate3d(0,-100px,0) scale(.6)
}

[data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(.6);
    transform: translate3d(-100px,0,0) scale(.6)
}

[data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px,0,0) scale(.6);
    transform: translate3d(100px,0,0) scale(.6)
}

[data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0,100px,0) scale(1.2);
    transform: translate3d(0,100px,0) scale(1.2)
}

[data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(1.2);
    transform: translate3d(0,-100px,0) scale(1.2)
}

[data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(1.2);
    transform: translate3d(-100px,0,0) scale(1.2)
}

[data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px,0,0) scale(1.2);
    transform: translate3d(100px,0,0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[data-aos=slide-up] {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

[data-aos=slide-down] {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

[data-aos=slide-right] {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

[data-aos=slide-left] {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
}

.cookie-notice-container,.grid-container,.slick-dots {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: unset
}

@media print,screen and (min-width: 48em) {
    .cookie-notice-container,.grid-container,.slick-dots {
        padding-left:3rem;
        padding-right: 3rem
    }
	.job-opening {
		margin-right: 3rem;
	}
}

@media print,screen and (min-width: 61.375em) {
    .cookie-notice-container,.grid-container,.slick-dots {
        padding-left:4.375rem;
        padding-right: 4.375rem
    }
}

@media print,screen and (min-width: 80em) {
    .cookie-notice-container,.grid-container,.slick-dots {
        padding-left:10.3125rem;
        padding-right: 8.4375rem;
        width: 100%
    }
}

@media screen and (min-width: 89.9375em) {
    .cookie-notice-container,.grid-container,.slick-dots {
        max-width:106.25rem
    }
}

@media print,screen and (min-width: 48em) {
    .site-header .grid-container {
        padding-right:2.25rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .site-header .grid-container {
        padding-right:3.375rem
    }
}

@media print,screen and (min-width: 80em) {
    .site-header .grid-container {
        padding-right:7.1875rem;
        width: 100%
    }
}

.page-hero {
    padding-top: 0;
    margin-bottom: 4.375rem
}

@media print,screen and (min-width: 48em) {
    .page-hero {
        margin-bottom:6.25rem;
        padding-bottom: 0
    }
}

.page-hero .grid-container {
    width: 100%
}

.home .page-hero {
    background-color: #2e2e2e
}

.page-hero h1 {
    color: #fff
}

.text-slide {
    height: auto;
    background-size: cover;
    background-position: center
}

@media print,screen and (min-width: 61.375em) {
    .text-slide {
        padding-top:3.125rem
    }
}

@media print,screen and (min-width: 80em) {
    .text-slide {
        padding-bottom:5rem
    }
}

.has-background .impact-heading {
    width: 100%;
    max-width: none
}

.has-background .slider-text {
    padding-bottom: 9.375rem
}

@media print,screen and (min-width: 48em) {
    .has-background .slider-text {
        padding-bottom:6.25rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .has-background .slider-text {
        padding-bottom:0
    }
}

@media print,screen and (min-width: 61.375em) {
    .has-background .slider-text .cta-button {
        position:absolute;
        bottom: 3rem;
        right: 0
    }
}

@media print,screen and (min-width: 61.375em) {
    .has-background .link-group {
        padding-bottom:0
    }
}

@media print,screen and (min-width: 80em) {
    .has-background .slider-content-group {
        margin-bottom:0
    }
}

.slider-content-group {
    position: relative
}

@media print,screen and (min-width: 48em) {
    .slider-content-group {
        width:100%;
        margin-top: 3.75rem;
        margin-bottom: 3.125rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .slider-content-group {
        margin-top:6.25rem;
        margin-bottom: 5.625rem
    }
}

@media print,screen and (min-width: 80em) {
    .slider-content-group {
        margin-bottom:0
    }
}

.slider-text {
    padding-top: 6.25rem
}

@media print,screen and (min-width: 61.375em) {
    .slider-text {
        padding-top:0;
        padding-right: 1.5rem
    }
}

.slider-text .highlight {
    margin-bottom: 1rem
}

.slider-image {
    padding-bottom: 6.25rem;
    padding-left: 1.5rem;
    padding-right: 2rem;
    padding-top: 2rem
}

@media print,screen and (min-width: 48em) {
    .slider-image {
        padding-left:0;
        padding-right: 0
    }
}

@media print,screen and (min-width: 61.375em) {
    .slider-image {
        padding-bottom:0;
        padding-top: 0;
        padding-right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.slider-image img {
    width: 100%
}

@media print,screen and (min-width: 80em) {
    .slider-image img {
        margin-bottom:2rem
    }
}

.text-slide .grid-container {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1
}

@media print,screen and (min-width: 48em) {
    .text-slide .grid-container {
        padding-left:3rem;
        padding-right: 3rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .text-slide .grid-container {
        padding-left:4.375rem;
        padding-right: 4.375rem
    }
}

@media print,screen and (min-width: 80em) {
    .text-slide .grid-container {
        padding-left:10.3125rem;
        padding-right: 8.75rem
    }
}

.slick-dots {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    bottom: 3.4375rem;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,screen and (min-width: 48em) {
    .slick-dots {
        -webkit-justify-content:flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media print,screen and (min-width: 80em) {
    .slick-dots {
        bottom:4rem;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.insights-group .slick-dots,.section-insights .slick-dots {
    width: 100%;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.insights-group .slick-dots,.section-insights .slick-dots {
    padding-left: 0;
    padding-right: 0
}

@media print,screen and (min-width: 61.375em) {
    .insights-group .slick-dots,.section-insights .slick-dots {
        padding-left:4.375rem;
        padding-right: 4.375rem
    }
}

@media print,screen and (min-width: 80em) {
    .insights-group .slick-dots,.section-insights .slick-dots {
        padding-left:10.3125rem;
        padding-right: 8.4375rem
    }
}

.home .insights-group .slick-list {
    margin-bottom: 2rem
}

@media print,screen and (min-width: 61.375em) {
    .home .insights-group .slick-list {
        margin-bottom:0
    }
}

.slick-prev {
    display: none!important
}

.slick-next {
    float: right
}

.slick-dots li {
    position: relative;
    list-style: none;
    width: 53px;
    height: 40px;
    background-color: transparent;
    margin: 0 6px;
    cursor: pointer;
    transition: opacity .3s ease
}

.slick-dots li:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 1
}

.slick-dots li:hover {
    opacity: .7
}

.insights-group .slick-dots li:before,.section-insights .slick-dots li:before {
    background-color: #626262
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li.slick-active:before {
    height: .25rem;
    background-color: #42f194
}

.insights-group .slick-dots li.slick-active:before {
    background-color: #00ebb9
}

.slick-dots li button {
    display: none
}

.slider-text {
    margin-top: 1.5rem;
    width: 100%
}

@media screen and (max-width: 47.99875em) {
    .slider-text {
        padding-left:1.5rem;
        padding-right: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 0
    }
}

.impact-heading {
    font-family: brandon-grotesque,sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase;
    color: #fff;
    max-width: 540px;
    margin-bottom: 1.5rem
}

@media screen and (max-width: 47.99875em) {
    .impact-heading {
        font-size:2rem;
        margin-bottom: 2rem;
        line-height: 1.17
    }
}

@media screen and (max-width: 47.99875em) {
    .impact-heading {
        margin-bottom:2rem
    }
}

.by-line a {
    color: #2e2e2e
}

.featured-article .impact-heading {
    margin-bottom: 0
}

.featured-article .by-line a {
    color: #fff
}

.impact-description {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: .05px;
    color: #2e2e2e;
    color: #fff;
    font-weight: 600;
    max-width: 700px;
    margin-bottom: 2.5rem!important
}

@media screen and (max-width: 47.99875em) {
    .impact-description {
        font-size:16px;
        line-height: 1.5
    }
}

@media print,screen and (min-width: 61.375em) {
    .impact-description {
        max-width:440px;
        margin-bottom: 0
    }
}

.slider-text .cta-button {
    color: #fff
}

.impact-slider {
    background-color: #626262
}

.impact-slider>.grid-x,.text-slide>.grid-x {
    width: 100%
}

.impact-slider .cta-button {
    width: initial!important
}

.slider-text .link-group {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media print,screen and (min-width: 80em) {
    .slider-text .link-group {
        padding-bottom:2rem
    }
}

ul {
    margin-left: 0
}

ul li {
    list-style: none
}

.leader-group {
    margin-top: -1.5rem;
    position: relative
}

.leader-group:before {
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #626262
}

.leader-group .grid-container-background {
    position: relative;
    padding-top: 4.375rem;
    padding-bottom: 4.6875rem
}

@media print,screen and (min-width: 48em) {
    .leader-group .grid-container-background {
        padding-bottom:5.4375rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .leader-group .grid-container-background {
        padding-top:5.625rem;
        padding-bottom: 5.9375rem
    }
}

.leader-group .section-content {
    padding-left: 0;
    padding-right: 32px;
    position: relative
}

@media print,screen and (min-width: 61.375em) {
    .leader-group .section-content {
        padding-top:0;
        padding-right: 0;
        padding-right: 3rem
    }
}

.leader-group .section-content figure {
    padding-bottom: 1rem;
    padding-top: 4rem
}

@media print,screen and (min-width: 61.375em) {
    .leader-group .section-content figure {
        -webkit-transform:translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
        width: calc(100% + 100px);
        padding-bottom: 0;
        padding-top: 0
    }
}

@media print,screen and (min-width: 80em) {
    .leader-group .section-content figure {
        -webkit-transform:translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        width: calc(100% + 170px)
    }
}

@media print,screen and (min-width: 61.375em) {
    .leader-group .section-content,.leader-group .section-heading {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.leader-group .section-content p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e
}

.leader-group .grid-container-background:before {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    right: 0;
    background-color: #00ebb9;
    background-image: linear-gradient(116deg,#00ebb9 0,#42f194 100%)
}

.leader-group .grid-container-background .parallax {
    display: block;
    content: '';
    position: absolute;
    left: calc(100% - 32px);
    top: 0;
    background-image: url(../images/pattern_01_light_gray.svg);
    background-position: 40% 50%;
    opacity: .4;
    background-repeat: no-repeat;
    width: 50vw;
    height: 100%
}

@media screen and (max-width: 47.99875em) {
    .leader-group .grid-container-background .parallax {
        left:calc(100% - 24px)
    }
}

.leader-group .link-group {
    margin-top: 4rem
}

.insights-group {
    background-color: #fff;
    position: relative
}

.insights-group .group-container {
    padding-top: 3.75rem;
    padding-bottom: 2.1875rem;
    padding-right: 1rem
}

@media print,screen and (min-width: 48em) {
    .insights-group .group-container {
        padding-right:2rem;
        padding-bottom: 4.6875rem;
        padding-top: 4.6875rem
    }
}

.insights-group .slick-prev {
    display: none!important
}

.insights-group .section-heading {
    padding-bottom: 1.5rem
}

.news-list .news-item {
    border-top: 2px solid #00ebb9;
    position: relative;
    padding-top: 2rem
}

@media screen and (max-width: 47.99875em) {
    .news-list .news-item {
        margin-bottom:5rem
    }
}

.single .news-list .news-item {
    margin-bottom: 2.5rem
}

@media print,screen and (min-width: 48em) {
    .news-list .slick-slide>div {
        padding-left:.875rem;
        padding-right: .875rem
    }
}

.news-list .slick-slide:last-child>div {
    padding-right: 0
}

.news-list .slick-slide:first-child>div {
    padding-left: 0
}

.news-item .link-group {
    margin-top: 0
}

.news-list h4 {
    margin-bottom: 0
}

@media print,screen and (min-width: 48em) {
    .news-list h4 {
        margin-bottom:0
    }
}

@media print,screen and (min-width: 61.375em) {
    .news-list h4 {
        margin-bottom:0
    }
}

.news-item .article-wrap {
    margin-bottom: 2.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,screen and (min-width: 48em) {
    .news-item .article-wrap {
        margin-bottom:1.5rem;
        max-width: 500px
    }
}

@media print,screen and (min-width: 61.375em) {
    .news-item .article-wrap {
        max-width:none
    }
}

.home .news-item .article-wrap {
    padding-top: 0
}

@media print,screen and (min-width: 61.375em) {
    .home .news-item .article-wrap {
        margin-bottom:3.5rem
    }
}

.article-excerpt {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e
}

@media screen and (max-width: 47.99875em) {
    .article-excerpt {
        font-size:15px;
        line-height: 1.4
    }
}

.by-line {
    font-size: 1rem;
    margin-top: .5rem;
    color: #2e2e2e;
    margin-bottom: 1.5rem
}

.article-tags {
    padding-top: 1.6875rem
}

.article-tags,.article-tags a {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    font-weight: 600;
    color: #5a5a5a
}

@media screen and (max-width: 47.99875em) {
    .article-tags,.article-tags a {
        font-size:15px;
        line-height: 1.4
    }
}

.article-tags a:not(:last-child)::after {
    display: inline;
    content: ', '
}

.article-date {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    margin: 0;
    color: #2e2e2e;
    text-transform: uppercase
}

@media screen and (max-width: 47.99875em) {
    .article-date {
        font-size:1.125rem
    }
}

@media print,screen and (min-width: 48em) {
    .article-date {
        padding-bottom:.75rem
    }
}

.section-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.services-group {
    background-color: #00ebb9;
    position: relative;
    overflow: hidden;
    padding-top: 3.625rem;
    overflow: hidden
}

@media screen and (max-width: 47.99875em) {
    .services-group {
        padding-bottom:3.625rem
    }
}

.services-group:before {
    position: absolute;
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/pattern_01_gray.svg);
    background-repeat: no-repeat;
    background-position: 35% 32%;
    opacity: .15
}

.services-group .group-container {
    padding-top: 3.625rem;
    background-color: #fff;
    position: relative
}

@media print,screen and (min-width: 48em) {
    .services-group .group-container {
        padding-top:6.125rem;
        padding-bottom: 1.5rem
    }
}

.services-group .group-container:before {
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.services-group .link-group {
    margin-top: 1rem
}

.home .services-group .link-group {
    margin-top: 3rem
}

.services-group h2 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.13px;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 1.25rem
}

.services-group .section-heading {
    padding-left: 2rem
}

@media print,screen and (min-width: 48em) {
    .services-group .section-heading {
        padding-right:0;
        padding-left: 3rem
    }
}

@media print,screen and (min-width: 80em) {
    .services-group .section-heading {
        padding-right:2rem;
        padding-left: 0
    }
}

.services-group .section-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media print,screen and (min-width: 48em) {
    .services-group .section-content {
        padding-right:2.25rem;
        padding-left: 1.5rem
    }
}

@media print,screen and (min-width: 80em) {
    .services-group .section-content {
        padding-right:3.5rem;
        padding-left: 1rem
    }
}

@media screen and (max-width: 47.99875em) {
    .home .services-group .section-content {
        padding-top:2rem
    }
}

.services-group .section-heading p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e
}

.services-group .heading {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 1px;
    color: #2e2e2e;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.4
}

.service-item {
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    transition: all .3s ease
}

@media screen and (max-width: 47.99875em) {
    .service-item {
        padding-left:1rem;
        padding-right: 1rem
    }
}

.service-item a:hover p {
    color: #00ebb9!important
}

.service-item .lottie,.service-item img {
    margin-bottom: 1.5625rem
}

.contact-group {
    margin-top: 2.3125rem;
    margin-bottom: 2.3125rem;
    position: relative
}

@media screen and (max-width: 47.99875em) {
    .contact-group {
        background-size:500%
    }
}

.contact-group:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern_01_gray.svg);
    background-position: 55% 40%;
    background-repeat: no-repeat;
    opacity: .25
}

@media screen and (max-width: 47.99875em) {
    .contact-group .section-heading {
        text-align:center;
        margin-bottom: 2rem
    }
}

.contact-group .grid-container {
    padding-top: 2.3125rem;
    padding-bottom: 2.3125rem
}

@media print,screen and (min-width: 48em) {
    .contact-group .section-content {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media print,screen and (min-width: 48em) {
    .home .contact-group .section-content {
        padding-right:3.5rem
    }
}

.contact-group .cta-button,.contact-group .link-group {
    width: 100%
}

.contact-group .link-group {
    text-align: center
}

.contact-group .cta-button {
    max-width: 21.75rem;
    background-color: #fff
}

.linear-gradient {
    background-color: #00ebb9;
    background-image: linear-gradient(116deg,#00ebb9 0,#42f194 100%)
}

.service-group {
    padding-top: 0;
    padding-bottom: 4.6875rem;
    overflow: hidden;
    position: relative
}

@media print,screen and (min-width: 48em) {
    .service-group {
        padding-bottom:0;
        padding-top: 5.625rem
    }
}

@media print,screen and (min-width: 80em) {
    .service-group {
        padding-top:8.125rem;
        padding-bottom: 2rem
    }
}

.service-group .cta-group {
    width: 100%
}

.service-group .cta-button {
    transition: all .3s ease
}

.service-group .cta-button:hover {
    color: #00ebb9
}

.service-group.first-child {
    padding-top: 0;
    background-repeat: no-repeat;
    background-position: top right
}

@media print,screen and (min-width: 48em) {
    .service-group.first-child {
        padding-top:3rem
    }
}

@media print,screen and (min-width: 48em) {
    .service-group .service-body {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,screen and (min-width: 48em) {
    .service-group:nth-child(odd) .service-body {
        -webkit-flex-direction:row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.service-group:nth-child(odd) .article-title,.service-group:nth-child(odd) .cta-button,.service-group:nth-child(odd) .cta-leader,.service-group:nth-child(odd) .heading,.service-group:nth-child(odd) .news-item :not(.by-line) a,.service-group:nth-child(odd) .promoted-link,.service-group:nth-child(odd) h2,.service-group:nth-child(odd) h3,.service-group:nth-child(odd) h4 {
    color: #009e7c!important
}

.service-group:nth-child(odd) .article-date {
    color: #626262
}

.service-group:nth-child(odd) .cta-button:hover,.service-group:nth-child(odd) .news-item a:hover h4,.service-group:nth-child(odd) .news-item h4>a:hover {
    color: #00ebb9!important
}

.service-group:nth-child(odd) .cta-button:after,.service-group:nth-child(odd) .cta-button:before {
    background-color: #009e7c
}

.service-group:nth-child(odd) .cta-button {
    border-top-color: #009e7c;
    border-bottom-color: #009e7c
}

@media print,screen and (min-width: 48em) {
    .service-group:nth-child(odd) .accordion-title {
        padding-bottom:3rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .service-group:nth-child(odd) .accordion-title {
        padding-left:0
    }
}

.service-group:nth-child(odd) .accordion-content {
    margin-top: -2rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-left: 0;
    background-color: #fff;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 47.99875em) {
    .service-group:nth-child(odd) .accordion-content {
        padding-left:0;
        padding-right: 0
    }
}

.service-group:nth-child(even) {
    background-color: #f7f7f7
}

@media print,screen and (min-width: 48em) {
    .service-group:nth-child(even) .accordion-title,.service-group:nth-child(even) .cta-leader {
        padding-left:42%
    }
}

@media print,screen and (min-width: 48em) {
    .service-group:nth-child(even) .accordion-title {
        padding-bottom:3rem
    }
}

.service-group:nth-child(even) .accordion-content {
    margin-top: -2rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-right: 0;
    background-color: #f7f7f7;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 47.99875em) {
    .service-group:nth-child(even) .accordion-content {
        padding-left:0;
        padding-right: 0
    }
}

.service-group:nth-child(even) .cta-button {
    border-color: #626262;
    color: #626262
}

.service-group:nth-child(even) .cta-button:hover {
    color: #00ebb9
}

.service-group:nth-child(even) button.read-more-trigger,.service-group:nth-child(even) h2,.service-group:nth-child(even) h3,.service-group:nth-child(even) h3 a,.service-group:nth-child(even) h4,.service-group:nth-child(even) h4 a,.service-group:nth-child(even) p {
    color: #626262
}

.service-group:nth-child(even) .cta-button:after,.service-group:nth-child(even) .cta-button:before {
    background-color: #626262
}

.service-group:nth-child(even) .section-content {
    padding-right: 4.6875rem
}

@media screen and (max-width: 47.99875em) {
    .service-group:nth-child(even) .section-content {
        padding-right:0
    }
}

.service-group .grid-container .section-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2.25rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    position: relative
}

@media print,screen and (min-width: 48em) {
    .service-group .grid-container .section-icon {
        width:33.33%;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.service-group.first-child .grid-container .section-icon {
    position: relative
}

@media print,screen and (min-width: 48em) {
    .service-group.first-child .grid-container .section-icon {
        padding-top:3.75rem
    }
}

.service-group .grid-container .section-content {
    position: relative;
    z-index: 1
}

@media print,screen and (min-width: 48em) {
    .service-group .grid-container .section-content {
        width:58.33%;
        padding-bottom: 3rem
    }
}

.service-group:nth-child(odd) .service-body:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 77%;
    width: 50vw;
    height: 100%;
    background-image: url(../images/pattern_01_teal.svg);
    opacity: .29;
    background-repeat: no-repeat;
    background-position: 65% 53%
}

@media screen and (max-width: 47.99875em) {
    .service-group:nth-child(odd) .service-body:before {
        display:none
    }
}

.service-group:nth-child(odd) .section-icon:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: calc(100vw + 2rem);
    height: 100%;
    background-image: url(../images/pattern_01_teal.svg);
    opacity: .39;
    background-repeat: no-repeat;
    background-position: 37% 37%
}

@media print,screen and (min-width: 48em) {
    .service-group:nth-child(odd) .section-icon:before {
        display:none
    }
}

.service-group:nth-child(even) .service-body:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 75%;
    width: 50vw;
    height: 100%;
    background-image: url(../images/pattern_01_gray.svg);
    opacity: .39;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 47.99875em) {
    .service-group:nth-child(even) .service-body:before {
        display:none
    }
}

.service-group:nth-child(even) .section-icon:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: calc(100vw + 2rem);
    height: 100%;
    background-image: url(../images/pattern_01_gray.svg);
    opacity: .39;
    background-repeat: no-repeat;
    background-position: 47% 37%
}

@media print,screen and (min-width: 48em) {
    .service-group:nth-child(even) .section-icon:before {
        display:none
    }
}

.service-group.last-child {
    padding-bottom: 0
}

.section-insights-wrapper {
    position: relative;
    height: 100%
}

.even .section-insights-wrapper,.last-child .section-insights-wrapper {
    padding-left: 2rem;
    background-color: #f7f7f7
}

.even .section-insights-wrapper .micro-heading,.last-child .section-insights-wrapper .micro-heading {
    margin-top: 2rem
}

.even .section-insights-wrapper .news-item,.last-child .section-insights-wrapper .news-item {
    border-top: 2px solid #626262
}

.section-insights-wrapper:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33vw;
    background-color: #fff
}

.even .section-insights-wrapper:before,.last-child .section-insights-wrapper:before,.service-group.last-child .section-insights {
    background-color: #f7f7f7
}

.read-more-wrapper.closed {
    display: none
}

.leader-group .leader-statement {
    background-color: #fff;
    padding-top: 3.125rem;
    padding-right: 2rem;
    padding-bottom: 3.125rem;
    position: relative
}

@media print,screen and (min-width: 48em) {
    .leader-group .leader-statement {
        padding-bottom:0
    }
}

@media print,screen and (min-width: 80em) {
    .leader-group .leader-statement {
        padding-right:6.25rem
    }
}

.page-template-services .page-hero {
    margin-bottom: 0
}

.service-group h3 {
    margin-bottom: 2rem
}

.read-more-trigger {
    position: relative;
    margin-top: -1rem;
    text-transform: lowercase;
    text-decoration: underline;
    color: #009e7c;
    font-weight: 600;
    cursor: pointer;
    transition: color .3s ease
}

@media screen and (max-width: 47.99875em) {
    .read-more-trigger {
        padding-bottom:2.5rem
    }
}

@media screen and (max-width: 47.99875em) {
    .last-child .read-more-trigger {
        padding-bottom:.5rem
    }
}

.read-more-trigger:hover {
    color: #00ebb9!important
}

.read-more-trigger.open {
    position: relative;
    margin-top: 2rem
}

.service-group .cta-group p {
    margin-bottom: 1.5rem;
    font-weight: 600
}

@media print,screen and (min-width: 48em) {
    .service-cta .section-content {
        padding-left:3.4375rem
    }
}

@media print,screen and (min-width: 80em) {
    .service-cta .section-content {
        padding-left:5.3125rem
    }
}

.service-group .service-cta {
    position: relative;
    margin-top: 4.375rem
}

@media print,screen and (min-width: 48em) {
    .service-group .service-cta {
        margin-top:4.375rem
    }
}

@media print,screen and (min-width: 80em) {
    .service-group .service-cta {
        margin-top:5.625rem
    }
}

.service-group.last-child .service-cta .section-content .cta-button,.service-group.last-child .service-cta .section-content h2,.service-group.last-child .service-cta .section-content h3,.service-group.last-child .service-cta .section-content h4,.service-group.last-child .service-cta .section-content p {
    color: #2e2e2e!important
}

.service-group.last-child .service-cta .section-content .cta-button {
    border-color: #2e2e2e!important
}

.service-group.last-child .service-cta .section-content .cta-button:after,.service-group.last-child .service-cta .section-content .cta-button:before {
    background-color: #2e2e2e!important
}

.service-group .section-insights {
    margin-top: 2rem;
    position: relative;
    background-color: #fff
}

@media print,screen and (min-width: 48em) {
    .service-group .section-insights {
        margin-top:0;
        padding-bottom: 2rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .service-group .section-insights {
        padding-bottom:1rem
    }
}

.service-group.even .section-insights {
    background-color: #f7f7f7
}

@media print,screen and (min-width: 61.375em) {
    .service-group.even .section-insights {
        padding-bottom:1rem
    }
}

@media print,screen and (min-width: 48em) {
    .last-child .section-insights {
        padding-bottom:0
    }
}

.section-insights .micro-heading {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding-bottom: 1rem
}

@media print,screen and (min-width: 48em) {
    .section-insights .micro-heading {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .section-insights .micro-heading {
        line-height:1.88
    }
}

.section-insights h4 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 1.3125rem;
    line-height: 1.3
}

@media print,screen and (min-width: 48em) {
    .section-insights h4 {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .section-insights h4 {
        line-height:1.88
    }
}

.section-insights .article-title {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase
}

@media print,screen and (min-width: 48em) {
    .section-insights .article-title {
        font-family:brandon-grotesque,sans-serif;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: .9px;
        color: #2e2e2e;
        text-transform: uppercase;
        font-size: 1.3125rem;
        width: 100%!important
    }
}

@media screen and (min-width: 48em) and (max-width:47.99875em) {
    .section-insights .article-title {
        font-size:24px
    }
}

.single-team .article-title,.single-team .news-item .article-wrap {
    margin-bottom: 0
}

.service-group .news-item {
    border-top: 2px solid #009e7c;
    padding-bottom: 2rem;
    padding-top: 1.5rem
}

@media print,screen and (min-width: 80em) {
    .service-group .news-item {
        padding-bottom:1rem
    }
}

.service-group.even .news-item {
    border-top: 2px solid #878787!important
}

.service-group .news-list .slick-slide>div {
    padding-left: 0
}

@media print,screen and (min-width: 61.375em) {
    .service-group .news-list .slick-slide>div {
        padding-right:2.5rem
    }
}

.page-template-services .section-icon img,.page-template-services .section-icon svg {
    border-radius: 12.5rem;
    border: 3.125rem solid #fff;
    background-color: #fff;
    z-index: 100;
    position: relative
}

.page-template-services .section-icon img,.page-template-services .section-icon svg {
    width: 16.5rem
}

.service-group:nth-child(even) .section-icon img,.service-group:nth-child(even) .section-icon svg {
    background-color: #f7f7f7;
    border: 3.125rem solid #f7f7f7
}

.service-cta-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,screen and (min-width: 48em) {
    .service-cta-wrapper {
        -webkit-flex-direction:row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 6.25rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .service-cta-wrapper {
        padding-top:8.75rem;
        padding-bottom: 0
    }
}

.service-cta-wrapper:before {
    display: block;
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: -1.5rem;
    background-image: linear-gradient(64deg,#00ebb8,#42f093 99%)
}

@media print,screen and (min-width: 48em) {
    .service-cta-wrapper:before {
        left:0
    }
}

.service-cta .section-photo {
    position: relative
}

@media print,screen and (min-width: 48em) {
    .service-cta .section-photo {
        margin-top:0;
        padding-left: 4rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .service-cta .section-photo {
        padding-left:0
    }
}

.service-cta h2,.service-cta h3 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 1rem
}

@media screen and (max-width: 47.99875em) {
    .service-cta h2,.service-cta h3 {
        font-size:2rem;
        margin-bottom: 2rem;
        line-height: 1.17
    }
}

@media screen and (max-width: 47.99875em) {
    .service-cta h2,.service-cta h3 {
        font-size:36px
    }
}

.service-cta .section-content,.service-cta .section-photo {
    width: 100%!important;
    padding-bottom: 3rem
}

@media print,screen and (min-width: 61.375em) {
    .service-cta .section-content,.service-cta .section-photo {
        width:50%!important
    }
}

@media print,screen and (min-width: 61.375em) {
    .service-cta .section-photo {
        text-align:center;
        padding-left: 1rem
    }
}

.service-group .service-cta .section-content {
    padding-right: 0
}

.service-cta .section-photo img {
    position: relative
}

@media print,screen and (min-width: 48em) {
    .service-cta .section-photo img {
        width:75vw;
        max-width: 525px
    }
}

@media print,screen and (min-width: 61.375em) {
    .service-cta .section-photo img {
        width:100%;
        margin-top: -3rem
    }
}

.archive .page-hero h1,.blog .full-body-left,.blog .page-hero h1,.fixed-height-hero,.no-title,.search .page-hero h1,.single .full-body-left,.single .page-hero h1 {
    margin-bottom: 0
}

.archive .page-hero,.blog .page-hero,.search .page-hero,.single .page-hero,.single-case_study .page-hero {
    padding-top: 7.8125rem;
    background-color: #878787;
    margin-bottom: 0;
    padding-bottom: 130px
}

@media print,screen and (min-width: 80em) {
    .archive .page-hero,.blog .page-hero,.search .page-hero,.single .page-hero,.single-case_study .page-hero {
        padding-top:9.5rem;
        padding-bottom: 11rem
    }
}

.archive .page-hero .cta-button,.blog .page-hero .cta-button,.search .page-hero .cta-button,.single .page-hero .cta-button,.single-case_study .page-hero .cta-button {
    color: #fff;
    border-color: #fff
}

.archive .page-hero .hero-group,.blog .page-hero .hero-group,.search .page-hero .hero-group,.single .page-hero .hero-group,.single-case_study .page-hero .hero-group {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.archive .page-hero .cta-button:after,.archive .page-hero .cta-button:before,.blog .page-hero .cta-button:after,.blog .page-hero .cta-button:before,.search .page-hero .cta-button:after,.search .page-hero .cta-button:before,.single .page-hero .cta-button:after,.single .page-hero .cta-button:before,.single-case_study .page-hero .cta-button:after,.single-case_study .page-hero .cta-button:before {
    background-color: #fff
}

.archive .page-hero .article-image,.blog .page-hero .article-image,.search .page-hero .article-image,.single .page-hero .article-image,.single-case_study .page-hero .article-image {
    text-align: center
}

@media print,screen and (min-width: 80em) {
    .archive .page-hero .article-image,.blog .page-hero .article-image,.search .page-hero .article-image,.single .page-hero .article-image,.single-case_study .page-hero .article-image {
        padding-right:1.875rem
    }
}

@media screen and (max-width: 47.99875em) {
    .archive .page-hero .article-image,.blog .page-hero .article-image,.search .page-hero .article-image,.single .page-hero .article-image,.single-case_study .page-hero .article-image {
        background-image:none!important;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

@media screen and (min-width: 48em) and (max-width:61.37375em) {
    .archive .page-hero .article-image,.blog .page-hero .article-image,.search .page-hero .article-image,.single .page-hero .article-image,.single-case_study .page-hero .article-image {
        background-image:none!important;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.archive .page-hero .article-image img,.blog .page-hero .article-image img,.search .page-hero .article-image img,.single .page-hero .article-image img,.single-case_study .page-hero .article-image img {
    width: 100%
}

.archive .page-hero .cta-button,.blog .page-hero .cta-button,.search .page-hero .cta-button,.single .page-hero .cta-button,.single-case_study .page-hero .cta-button {
    width: 100%;
    max-width: 11.875rem
}

@media print,screen and (min-width: 61.375em) {
    .single-case_study .page-hero .article-image {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.archive .page-hero .article-wrap,.blog .page-hero .article-wrap,.search .page-hero .article-wrap {
    display: block;
    margin-bottom: 2rem;
    padding-top: 2rem;
    transition: color .3s ease
}

@media print,screen and (min-width: 80em) {
    .archive .page-hero .article-wrap,.blog .page-hero .article-wrap,.search .page-hero .article-wrap {
        padding-top:0
    }
}

.archive .page-hero .article-wrap h4,.archive .page-hero .article-wrap p:not(.highlight),.blog .page-hero .article-wrap h4,.blog .page-hero .article-wrap p:not(.highlight),.search .page-hero .article-wrap h4,.search .page-hero .article-wrap p:not(.highlight) {
    color: #fff!important
}

.archive .page-hero .article-wrap .article-excerpt,.blog .page-hero .article-wrap .article-excerpt,.search .page-hero .article-wrap .article-excerpt {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e
}

.archive .page-hero .article-wrap .article-date,.blog .page-hero .article-wrap .article-date,.search .page-hero .article-wrap .article-date {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.archive .page-hero .article-wrap h1,.archive .page-hero .article-wrap h1 a,.blog .page-hero .article-wrap h1,.blog .page-hero .article-wrap h1 a,.search .page-hero .article-wrap h1,.search .page-hero .article-wrap h1 a {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.13px;
    color: #2e2e2e;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.23
}

.archive .page-hero .article-wrap h1,.blog .page-hero .article-wrap h1,.search .page-hero .article-wrap h1 {
    margin-top: 1.5rem
}

.archive .page-hero .article-wrap .by-line a,.blog .page-hero .article-wrap .by-line a,.search .page-hero .article-wrap .by-line a {
    color: #fff
}

.highlight {
    display: inline-block;
    background-color: #3fffd6;
    font-family: brandon-grotesque,sans-serif;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: .75px;
    color: #2e2e2e;
    text-transform: uppercase;
    color: #2e2e2e!important;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: .5rem 1.5625rem .3125rem 1.5625rem;
    margin-bottom: 0
}

.discretes-group {
    background-color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 2.8125rem;
    position: relative
}

@media print,screen and (min-width: 80em) {
    .discretes-group {
        padding-top:3.4375rem;
        padding-bottom: 2.8125rem
    }
}

.discretes-group .menu {
    width: 100%;
    pointer-events: none
}

.discretes-group .is-dropdown-submenu-parent {
    background-color: #f7f7f7;
    height: 3.4375rem;
    padding-right: 1rem;
    width: 100%
}

.discretes-group .is-dropdown-submenu-parent>a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    text-transform: uppercase;
    color: #626262!important;
    letter-spacing: 1px;
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media print,screen and (min-width: 48em) {
    .discretes-group .is-dropdown-submenu-parent>a {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .discretes-group .is-dropdown-submenu-parent>a {
        line-height:1.88
    }
}

.discretes-group .category-menu-group select,.discretes-group .input-group,.discretes-group input {
    margin-bottom: 0;
    height: 3.4375rem;
    border: none;
    background-color: #f7f7f7;
    box-shadow: none;
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: .05px;
    color: #2e2e2e;
    text-transform: none
}

@media screen and (max-width: 47.99875em) {
    .discretes-group .category-menu-group select,.discretes-group .input-group,.discretes-group input {
        font-size:16px;
        line-height: 1.5
    }
}

.discretes-group .category-menu-group select {
    padding-left: 1rem;
    background-image: url(../images/select_triangle_icon.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

.discretes-group input {
    padding-left: 1rem
}

.discretes-group .category-menu-group select,.discretes-group input::-webkit-input-placeholder {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #626262;
    letter-spacing: 1px
}

.discretes-group .category-menu-group select,.discretes-group input:-ms-input-placeholder {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #626262;
    letter-spacing: 1px
}

.discretes-group .category-menu-group select,.discretes-group input::placeholder {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #626262;
    letter-spacing: 1px
}

@media print,screen and (min-width: 48em) {
    .discretes-group .category-menu-group select,.discretes-group input::-webkit-input-placeholder {
        font-size:1rem
    }

    .discretes-group .category-menu-group select,.discretes-group input:-ms-input-placeholder {
        font-size: 1rem
    }

    .discretes-group .category-menu-group select,.discretes-group input::placeholder {
        font-size: 1rem
    }
}

@media print,screen and (min-width: 80em) {
    .discretes-group .category-menu-group select,.discretes-group input::-webkit-input-placeholder {
        line-height:1.88
    }

    .discretes-group .category-menu-group select,.discretes-group input:-ms-input-placeholder {
        line-height: 1.88
    }

    .discretes-group .category-menu-group select,.discretes-group input::placeholder {
        line-height: 1.88
    }
}

.discretes-group .button:hover,.discretes-group .wp-block-button .wp-block-button__link:hover,.wp-block-button .discretes-group .wp-block-button__link:hover {
    background-color: #f7f7f7;
    color: inherit
}

.discretes-group .input-group-button input {
    padding: 0
}

.discretes-group .grid-select,.discretes-group .grid-select a,.discretes-group .grid-select ul {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    letter-spacing: 1px;
    color: #878787;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0
}

@media print,screen and (min-width: 48em) {
    .discretes-group .grid-select,.discretes-group .grid-select a,.discretes-group .grid-select ul {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .discretes-group .grid-select,.discretes-group .grid-select a,.discretes-group .grid-select ul {
        line-height:1.88
    }
}

.discretes-group .grid-select-trigger {
    cursor: pointer
}

.discretes-group .grid-select li {
    margin-left: 1rem
}

.discretes-group .terms-breadcrumb {
    padding-top: 3.125rem
}

.discretes-group .terms-breadcrumb p {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    letter-spacing: 1px;
    color: #626262
}

@media print,screen and (min-width: 48em) {
    .discretes-group .terms-breadcrumb p {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .discretes-group .terms-breadcrumb p {
        line-height:1.88
    }
}

[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus {
    outline: 0;
    border: none;
    background-color: #f7f7f7;
    box-shadow: none
}

.discretes-group .cell {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem
}

.discretes-group:before {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0
}

@media print,screen and (min-width: 80em) {
    .discretes-group:before {
        left:-5.3125rem
    }
}

@media screen and (max-width: 47.99875em) {
    .category-menu-group {
        margin-top:1.5rem
    }
}

.insights-list {
    margin-top: -6.9375rem
}

@media screen and (max-width: 47.99875em) {
    .case-study-group .grid-container,.insights-list .grid-container {
        padding-right:.75rem;
        padding-left: 1.75rem
    }
}

.news-item .excerpt {
    padding-bottom: 1rem
}

.insights-list .news-list {
    background-color: #fff
}

@media print,screen and (min-width: 48em) {
    .list-view .news-item-wrapper {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.list-view .news-item {
    width: 100%;
    padding-top: 0
}

@media screen and (max-width: 47.99875em) {
    .list-view .article-wrap {
        padding-top:2rem
    }
}

@media print,screen and (min-width: 48em) {
    .list-view .article-body,.list-view .article-image {
        width:50%
    }
}

@media print,screen and (min-width: 48em) {
    .list-view .article-image {
        padding-right:1.5rem
    }
}

.list-view .article-date {
    padding-top: 0
}

.list-view .news-item-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media print,screen and (min-width: 48em) {
    .list-view .news-item-wrapper {
        padding-top:0
    }
}

.list-view .article-tags {
    padding-bottom: 0!important
}

.insights-list .news-item {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
    border-top: none
}

.insights-list .news-item .news-item-wrapper {
    border-bottom: 2px solid #00ebb9;
    height: 100%
}

.insights-list .news-item .article-tags {
    padding-bottom: 1.5rem
}

.insights-list .news-item .article-image a {
    display: block;
    position: relative
}

.archive .wayfinding,.blog .wayfinding,.search .wayfinding,.single .wayfinding {
    width: 100%;
    text-align: center
}

.archive .wayfinding .cta-button,.blog .wayfinding .cta-button,.search .wayfinding .cta-button,.single .wayfinding .cta-button {
    width: 100%;
    max-width: 320px
}

.article-wayfinding {
    width: 100%
}

@media print,screen and (min-width: 80em) {
    .article-wayfinding .article-title {
        width:66%!important
    }
}

.archives-group {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.archives-group .label,.archives-group a,.archives-group li {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    letter-spacing: 1px;
    color: #626262
}

@media print,screen and (min-width: 48em) {
    .archives-group .label,.archives-group a,.archives-group li {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .archives-group .label,.archives-group a,.archives-group li {
        line-height:1.88
    }
}

.archives-group .label {
    margin-bottom: .5rem
}

@media screen and (max-width: 47.99875em) {
    .archives-group .archives-menu {
        margin-top:3rem
    }
}

.archives-group li {
    display: inline;
    padding-left: .375rem;
    padding-right: .375rem
}

@media screen and (max-width: 47.99875em) {
    .archives-group li {
        margin-top:1rem;
        margin-bottom: 1rem
    }
}

.archives-group .archives-group-wrapper {
    padding-left: .5rem;
    padding-right: .5rem
}

@media screen and (max-width: 47.99875em) {
    .archives-group .archives-group-wrapper {
        text-align:center
    }
}

.newsletter-group {
    padding-bottom: 5rem
}

.newsletter-group .newsletter-container {
    background-image: linear-gradient(to right,#00ebb8,#42f093 100%);
    padding: 2.8125rem 4.0625rem
}

@media screen and (max-width: 47.99875em) {
    .newsletter-group .newsletter-container {
        padding-right:1.5rem;
        padding-left: 1.5rem
    }
}

.newsletter-group p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e
}

@media screen and (max-width: 47.99875em) {
    .newsletter-group p {
        font-size:15px;
        line-height: 1.4
    }
}

.newsletter-group h3 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .9px;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 1.3125rem
}

@media screen and (max-width: 47.99875em) {
    .newsletter-group h3 {
        font-size:24px
    }
}

.newsletter-group .input-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
}

.newsletter-group .input-group-field {
    padding: .75rem 1rem;
    height: auto;
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: .05px;
    color: #2e2e2e;
    color: #626262!important;
    letter-spacing: 1px;
    border: none
}

@media screen and (max-width: 47.99875em) {
    .newsletter-group .input-group-field {
        font-size:16px;
        line-height: 1.5
    }
}

.newsletter-group .cta-button {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.125rem;
    background-color: transparent!important;
    border-top-color: #2e2e2e;
    border-bottom-color: #2e2e2e;
    border-left-color: #2e2e2e;
    border-right-color: #2e2e2e;
    cursor: pointer
}

.newsletter-group form {
    width: 100%
}

.newsletter-group .section-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 47.99875em) {
    .newsletter-group .section-content {
        padding-right:0!important;
        padding-left: 0;
        margin-top: 2rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .newsletter-group .section-content {
        padding-right:2rem;
        padding-left: 2rem
    }
}

#mce-responses .response {
    /* font-size:95%; */
    /* padding-top:10px; */
    /* line-height:1.3; */
    color: white;
    text-shadow: 0 0 5px black;
    animation: gradient 15s ease infinite;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 6% !important;
    /* height: 100%; */
    line-height: 0;
}

#mce-responses .response a {
    color: #2e2e2e;
    transition: all .3s ease
}

#mce-responses .response a:hover {
    color: #2e2e2e
}

@media screen and (max-width: 47.99875em) {
    .article .grid-container,.case-study-content .grid-container {
        padding-left:0;
        padding-right: 0
    }
}

.main-content {
    position: relative;
    padding-top: 3.75rem
}

@media print,screen and (min-width: 80em) {
    .main-content {
        padding-top:6.25rem
    }
}

.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6 {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e;
    margin-bottom: 1.5rem
}

.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6,.main-content li,.main-content p {
    color: #5a5a5a
}

.main-content p:last-childs {
    padding-bottom: 2.75rem;
    margin-bottom: 4rem;
    position: relative
}

.main-content p:last-childs:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4.375rem;
    height: 2px;
    background-color: #00ebb9
}

.article-sidebar,.case-highlights {
    width: 100%!important;
    padding-right: 1.5rem;
    padding-left: 3rem
}

@media print,screen and (min-width: 48em) {
    .article-sidebar,.case-highlights {
        position:absolute;
        left: 0;
        width: 33.33%!important;
        padding-left: 0
    }
}

@media print,screen and (min-width: 61.375em) {
    .article-sidebar,.case-highlights {
        padding-right:3rem
    }
}

.single .article-sidebar,.single .case-highlights dd {
    color: #5a5a5a!important
}

.article-discretes li,span.label {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #009e7c
}

@media print,screen and (min-width: 48em) {
    .article-discretes li,span.label {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .article-discretes li,span.label {
        line-height:1.88
    }
}

.sidebar-discretes .article-tags {
    padding: 0;
    margin-bottom: 2rem
}

.sidebar-discretes .article-tags li a {
    padding-top: .375rem;
    padding-bottom: .375rem;
    border-bottom: 1px solid #f7f7f7;
    display: block
}

.sidebar-discretes .article-tags li:first-child {
    margin-bottom: .5rem
}

li.share-icons a {
    font-size: 1.75rem;
    margin-right: 1.25rem;
    color: #626262
}

.share-icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 47.99875em) {
    .main-content .sidebar-discretes {
        padding-right:1.5rem;
        padding-left: 3rem;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.main-content .insights-group {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

@media print,screen and (min-width: 61.375em) {
    .main-content .insights-group {
        padding-right:0;
        padding-left: 0
    }
}

.main-content .insights-group h3 {
    margin-bottom: .5rem
}

.article-contents .wp-block-image,.article-contents h2,.article-contents h3,.article-contents h4,.article-contents h5,.article-contents h6,.article-contents ol,.article-contents p,.article-contents>ul,.block-content .wp-block-image,.block-content h2,.block-content h3,.block-content h4,.block-content h5,.block-content h6,.block-content ol,.block-content p,.block-content>ul {
    padding-right: 1.5rem;
    padding-left: 3rem
}

@media print,screen and (min-width: 48em) {
    .article-contents .wp-block-image,.article-contents h2,.article-contents h3,.article-contents h4,.article-contents h5,.article-contents h6,.article-contents ol,.article-contents p,.article-contents>ul,.block-content .wp-block-image,.block-content h2,.block-content h3,.block-content h4,.block-content h5,.block-content h6,.block-content ol,.block-content p,.block-content>ul {
        margin-left:33.3333%;
        width: 66.6667%;
        padding-left: 0
    }
}

@media print,screen and (min-width: 61.375em) {
    .article-contents .wp-block-image,.article-contents h2,.article-contents h3,.article-contents h4,.article-contents h5,.article-contents h6,.article-contents ol,.article-contents p,.article-contents>ul,.block-content .wp-block-image,.block-content h2,.block-content h3,.block-content h4,.block-content h5,.block-content h6,.block-content ol,.block-content p,.block-content>ul {
        padding-right:4.6875rem
    }
}

.article-contents ol,.article-contents ul,.block-content ol,.block-content ul {
    margin-bottom: 2.5rem;
    padding-left: 4rem
}

@media print,screen and (min-width: 48em) {
    .article-contents ol,.article-contents ul,.block-content ol,.block-content ul {
        padding-left:1.25rem
    }
}

.article-contents ol li,.article-contents ul li,.block-content ol li,.block-content ul li {
    margin-bottom: .5rem
}

.article-contents ol ol,.article-contents ul ul,.block-content ol ol,.block-content ul ul {
    margin-top: .5rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    padding-left: 0
}

.article-contents ul li,.block-content ul li {
    list-style-type: disc
}

.article-contents ul li li,.block-content ul li li {
    list-style-type: circle
}

.article-contents h2,.article-contents h3,.article-contents h4,.article-contents h5,.article-contents h6,.block-content h2,.block-content h3,.block-content h4,.block-content h5,.block-content h6 {
    font-weight: 700
}

.article-contents tbody td,.article-contents tbody th,.block-content tbody td,.block-content tbody th {
    padding: 1rem;
    border: 1px solid rgba(0,158,124,.1)
}

.article-contents tbody tr:nth-child(even),.block-content tbody tr:nth-child(even) {
    background-color: rgba(0,158,124,.1)
}

.article-contents table,.block-content table {
    margin-bottom: 2.5rem
}

.article-contents .wp-block-table,.block-content .wp-block-table {
    padding-left: 3rem
}

@media print,screen and (min-width: 48em) {
    .article-contents .wp-block-table,.block-content .wp-block-table {
        padding-left:1.25rem
    }
}

.wp-block-image {
    margin-bottom: 2rem
}

.single-case_study .page-hero {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media print,screen and (min-width: 61.375em) {
    .single-case_study .page-hero {
        padding:0
    }
}

.single-case_study .case-study-content .wp-block-image,.single-case_study .case-study-content h2,.single-case_study .case-study-content h3,.single-case_study .case-study-content h4,.single-case_study .case-study-content h5,.single-case_study .case-study-content h6,.single-case_study .case-study-content ol,.single-case_study .case-study-content ul:not(.menu),.single-case_study .case-study-content>p {
    padding-right: 1.5rem;
    padding-left: 3rem
}

@media print,screen and (min-width: 48em) {
    .single-case_study .case-study-content .wp-block-image,.single-case_study .case-study-content h2,.single-case_study .case-study-content h3,.single-case_study .case-study-content h4,.single-case_study .case-study-content h5,.single-case_study .case-study-content h6,.single-case_study .case-study-content ol,.single-case_study .case-study-content ul:not(.menu),.single-case_study .case-study-content>p {
        margin-left:33.3333%;
        width: 66.6667%;
        padding-left: 0
    }
}

@media print,screen and (min-width: 61.375em) {
    .single-case_study .case-study-content .wp-block-image,.single-case_study .case-study-content h2,.single-case_study .case-study-content h3,.single-case_study .case-study-content h4,.single-case_study .case-study-content h5,.single-case_study .case-study-content h6,.single-case_study .case-study-content ol,.single-case_study .case-study-content ul:not(.menu),.single-case_study .case-study-content>p {
        padding-right:4.6875rem
    }
}

.single-case_study .case-study-content .insights-group h2,.single-case_study .case-study-content .insights-group h3,.single-case_study .case-study-content .insights-group h4,.single-case_study .case-study-content .insights-group h5,.single-case_study .case-study-content .insights-group h6,.single-case_study .case-study-content .insights-group p {
    padding-left: 0
}

@media screen and (max-width: 47.99875em) {
    .single-case_study .case-study-content .insights-group .article-title {
        margin-bottom:0
    }
}

.single-case_study .case-study-content .wp-block-company h3,.single-case_study .case-study-content .wp-block-company p,.single-case_study .case-study-content .wp-block-image-slide p,.single-case_study .case-study-content ul.slick-dots {
    width: 100%;
    margin-left: 0
}

.custom-block .slick-dots,.custom-block h2,.custom-block h3,.custom-block h4,.custom-block h5,.custom-block img,.custom-block p {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    color: #5a5a5a!important
}

@media print,screen and (min-width: 61.375em) {
    .custom-block .slick-dots,.custom-block h2,.custom-block h3,.custom-block h4,.custom-block h5,.custom-block img,.custom-block p {
        padding-right:4.6875rem
    }
}

.custom-block .accordion-title[aria-expanded=true] span {
    padding-right: 1rem
}

.custom-block .accordion-content {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0
}

@media print,screen and (min-width: 48em) {
    .custom-block .accordion-content {
        padding-left:3.5rem;
        padding-right: 0;
        padding-bottom: 2rem
    }
}

@media print,screen and (min-width: 80em) {
    .custom-block .accordion-content {
        padding-bottom:4rem
    }
}

@media print,screen and (min-width: 48em) {
    .custom-block .accordion-content .section-content {
        padding-right:2.5rem
    }
}

@media print,screen and (min-width: 80em) {
    .custom-block .accordion-content .section-content {
        padding-right:2.5rem
    }
}

.custom-block .accordion-content li,.custom-block .accordion-content ul {
    margin: 0;
    padding: 0;
    width: 100%
}

.custom-block .accordion-content .section-content ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.25rem
}

.custom-block .accordion-content .section-content li {
    list-style-type: disc;
    font-weight: 400;
    margin-bottom: .25rem;
    color: #626262
}

.custom-block .accordion-content .section-content p {
    margin-bottom: 1rem
}

.custom-block .accordion-content .form-content {
    margin-top: 2rem
}

@media print,screen and (min-width: 61.375em) {
    .custom-block .accordion-content .form-content {
        margin-top:0
    }
}

.custom-block .accordion-content .form-content ul {
    margin-top: 1rem!important
}

.custom-block h3 {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e;
    margin-bottom: 1.5rem;
    font-weight: 600
}

.custom-block .slick-dots {
    bottom: 1rem
}

@media screen and (max-width: 47.99875em) {
    .custom-block .slick-dots {
        bottom:0
    }
}

@media screen and (max-width: 47.99875em) {
    .custom-block .slick-list {
        padding-bottom:0
    }
}

.custom-block .slick-dots li:not(.slick-active) {
    background-color: #878787
}

.custom-block figure br {
    display: none
}

@media print,screen and (min-width: 48em) {
    .page-template-default .custom-block .accordion-content {
        padding-right:3.5rem
    }
}

.wp-block-company {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 2.25rem 2.25rem 2.25rem 1.5rem
}

@media print,screen and (min-width: 61.375em) {
    .wp-block-company {
        margin-bottom:0;
        background-color: #f7f7f7;
        padding: 2.25rem 0 2.25rem 0
    }
}

.wp-block-company p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

@media screen and (max-width: 47.99875em) {
    .wp-block-company p {
        font-size:15px;
        line-height: 1.4
    }
}

.wp-block-company h3 {
    font-size: 1.3125rem!important;
    font-weight: 600!important
}

.wp-block-company .company-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 4.375rem
}

@media print,screen and (min-width: 61.375em) {
    .wp-block-company .company-logo {
        -webkit-justify-content:center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0
    }
}

.wp-block-company .content-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-company .content-group .link-group {
    padding-left: 3rem
}

@media print,screen and (min-width: 48em) {
    .wp-block-company .content-group .link-group {
        padding-left:0
    }
}

.wp-block-company .cta-button {
    color: #626262;
    border-color: #626262
}

.wp-block-company .cta-button:hover {
    color: #00ebb9;
    border-color: #00ebb9!important
}

.wp-block-company .cta-button:after,.wp-block-company .cta-button:before {
    background-color: #626262
}

.wp-block-company .cta-button:hover:after,.wp-block-company .cta-button:hover:before {
    background-color: #00ebb9!important
}

.wp-block-company .company-logo img {
    padding: 0;
    max-width: 225px
}

.wp-block-company .content-group img {
    border-radius: 500px
}

@media print,screen and (min-width: 61.375em) {
    .wp-block-company .company-description {
        padding-left:0
    }
}

.wp-block-company:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 3rem;
    height: 100%;
    width: 100vw;
    background-color: #f7f7f7
}

@media print,screen and (min-width: 48em) {
    .wp-block-company:before {
        left:0
    }
}

.wp-block-custom-pullquote:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-image: linear-gradient(116deg,#00ebb9 0,#42f194 100%);
    background-repeat: no-repeat;
    background-position: 35% 45%
}

.wp-block-custom-pullquote:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-image: url(../images/pattern_01_dark_gray.svg);
    background-repeat: no-repeat;
    background-position: 55% 25%;
    opacity: .39;
    z-index: 0
}

.wp-block-custom-pullquote {
    margin-left: 0;
    background-image: linear-gradient(116deg,#00ebb9 0,#42f194 100%)!important;
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
    padding-bottom: 2.25rem;
    padding-top: 0;
    position: relative
}

@media screen and (max-width: 47.99875em) {
    .wp-block-custom-pullquote {
        margin-left:3rem;
        padding-right: 2rem
    }
}

.wp-block-custom-pullquote .blockquote {
    position: relative;
    z-index: 1;
    margin-left: 0;
    border: none;
    background-color: #fff;
    padding-left: 0;
    position: relative;
    padding-bottom: 2.25rem
}

@media print,screen and (min-width: 48em) {
    .wp-block-custom-pullquote .blockquote {
        width:100%
    }
}

@media print,screen and (min-width: 61.375em) {
    .wp-block-custom-pullquote .blockquote {
        width:93%
    }
}

.wp-block-custom-pullquote .blockquote p:not(.cite) {
    width: 100%;
    margin-left: 0;
    text-align: left;
    position: relative;
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase;
    color: #009e7c!important;
    text-transform: uppercase;
    line-height: 1.36;
    padding-right: 2.5rem;
    margin-bottom: 0;
    padding-bottom: 2rem
}

@media print,screen and (min-width: 80em) {
    .wp-block-custom-pullquote .blockquote p:not(.cite) {
        padding-right:25%
    }
}

@media screen and (max-width: 47.99875em) {
    .wp-block-custom-pullquote .blockquote p:not(.cite) {
        font-size:24px;
        letter-spacing: 1;
        padding-right: 2rem
    }
}

.wp-block-custom-pullquote .quotation:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background-color: #00ebb9
}

@media screen and (max-width: 47.99875em) {
    .wp-block-custom-pullquote .quotation:after {
        display:none
    }
}

.wp-block-custom-pullquote .blockquote p.cite,.wp-block-custom-pullquote span.cite {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    color: #009e7c!important;
    line-height: 1.2
}

@media screen and (max-width: 47.99875em) {
    .wp-block-custom-pullquote .blockquote p.cite,.wp-block-custom-pullquote span.cite {
        font-size:15px;
        line-height: 1.4
    }
}

.wp-block-custom-pullquote .blockquote p.citation-heading {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 0;
    width: auto;
    margin-right: 3rem;
    margin-top: 2rem
}

@media print,screen and (min-width: 48em) {
    .wp-block-custom-pullquote .blockquote p.citation-heading {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .wp-block-custom-pullquote .blockquote p.citation-heading {
        line-height:1.88
    }
}

@media print,screen and (min-width: 48em) {
    .wp-block-custom-pullquote .blockquote p.citation-heading {
        margin-top:0
    }
}

@media print,screen and (min-width: 61.375em) {
    .wp-block-custom-pullquote .blockquote p.citation-heading {
        margin-right:2rem
    }
}

.wp-block-custom-pullquote span.cite {
    text-transform: initial;
    display: block
}

.wp-block-custom-pullquote .citation {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -.625rem
}

@media screen and (max-width: 47.99875em) {
    .wp-block-custom-pullquote .citation {
        margin-left:auto;
        margin-right: 0
    }
}

@media screen and (max-width: 47.99875em) {
    .wp-block-custom-pullquote .blockquote .quotation {
        padding-left:0
    }
}

@media screen and (max-width: 47.99875em) {
    .wp-block-custom-pullquote .citation p.citation-heading {
        padding-left:0;
        padding-right: 1rem;
        margin-right: 1rem
    }
}

.single-team .wp-block-custom-pullquote {
    overflow: hidden
}

.sidebar-text {
    padding-right: 2rem
}

@media screen and (max-width: 47.99875em) {
    .sidebar-text {
        padding-bottom:1.5rem
    }
}

.sidebar-text p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    margin-bottom: 1rem
}

@media screen and (max-width: 47.99875em) {
    .sidebar-text p {
        font-size:15px;
        line-height: 1.4
    }
}

.sidebar-text p {
    padding-right: 1rem
}

.sidebar-text-image {
    padding-bottom: 1rem;
    padding-left: 3rem
}

@media print,screen and (min-width: 48em) {
    .sidebar-text-image {
        padding-bottom:3rem;
        padding-left: 0
    }
}

.single .insights-group {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    width: 100%
}

@media print,screen and (min-width: 48em) {
    .single .insights-group {
        padding-top:3.75rem;
        padding-bottom: 2rem
    }
}

@media print,screen and (min-width: 80em) {
    .single .insights-group {
        padding-top:4.375rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .single .insights-group h4 {
        width:66%
    }
}

.single-team .insights-group,.single-team .insights-group .news-item {
    padding-bottom: 2rem;
    padding-top: 1.5rem
}

@media print,screen and (min-width: 48em) {
    .single-team .insights-group,.single-team .insights-group .news-item {
        padding-bottom:1rem
    }
}

@media screen and (max-width: 47.99875em) {
    .single-team .slick-next {
        margin-top:-2.5rem
    }
}

.photo-caption {
    width: 50%;
    padding-top: 1.5rem
}

@media print,screen and (min-width: 48em) {
    .photo-caption {
        width:66%;
        max-width: 768px
    }
}

.photo-caption p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    padding-bottom: .125rem!important;
    color: #626262;
    margin-bottom: 2rem!important
}

@media screen and (max-width: 47.99875em) {
    .photo-caption p {
        font-size:15px;
        line-height: 1.4
    }
}

.wp-block-slider {
    margin-bottom: 3.125rem;
    margin-top: 3rem;
    position: relative;
    padding-bottom: 3.75rem;
    background-color: #fff
}

@media screen and (max-width: 47.99875em) {
    .wp-block-slider {
        padding-bottom:2.5rem
    }
}

.wp-block-slider .slick-list:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 2rem;
    height: 100%;
    width: 100vw;
    background-color: #fff
}

@media print,screen and (min-width: 48em) {
    .wp-block-slider .slick-list:before {
        right:.75rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .wp-block-slider .slick-list:before {
        right:2rem
    }
}

.wp-block-slider .wp-block-image-slide {
    padding-left: 3rem;
    padding-right: 3rem
}

@media print,screen and (min-width: 48em) {
    .wp-block-slider .wp-block-image-slide {
        padding-left:0;
        padding-right: 3rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .wp-block-slider .wp-block-image-slide {
        padding-left:0;
        padding-right: 0
    }
}

@media screen and (min-width: 48em) and (max-width:61.37375em) {
    .wp-block-slider .slick-dots {
        padding-right:3rem
    }
}

.wp-block-slider .wp-block-image-slide p {
    padding: 0
}

@media screen and (max-width: 47.99875em) {
    .wp-block-slider .photo-caption {
        width:100%
    }
}

.wp-block-slider:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25rem;
    width: 100vw;
    background-image: url(../images/pattern_01_gray.svg);
    background-repeat: no-repeat;
    background-position: 50% 55%;
    opacity: .39
}

.wp-block-image-sidebar {
    margin-top: 3rem
}

.wp-block-image img {
    width: 100%
}

.wp-block-lead-generation {
    position: relative;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 3rem;
    margin-left: 3rem;
    padding-left: 2rem;
    padding-right: .5rem
}

@media print,screen and (min-width: 48em) {
    .wp-block-lead-generation {
        margin-right:0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

.wp-block-lead-generation .teaser-icon {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.wp-block-lead-generation .teaser-icon img {
    max-width: 190px;
    width: 100%
}

.wp-block-lead-generation .lead-generation-container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 47.99875em) {
    .wp-block-lead-generation .teaser-description {
        padding-top:1rem;
        padding-bottom: 2.5rem
    }
}

.wp-block-lead-generation .teaser-description p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: .05px;
    color: #2e2e2e
}

@media screen and (max-width: 47.99875em) {
    .wp-block-lead-generation .teaser-description p {
        font-size:16px;
        line-height: 1.5
    }
}

@media screen and (max-width: 47.99875em) {
    .wp-block-lead-generation .teaser-description p {
        font-size:16px
    }
}

.wp-block-lead-generation .teaser-link {
    text-align: center
}

.wp-block-lead-generation .teaser-link a {
    display: block
}

@media print,screen and (min-width: 48em) {
    .wp-block-lead-generation .teaser-link a {
        display:inline-block
    }
}

@media print,screen and (min-width: 48em) {
    .wp-block-lead-generation .link-group {
        padding-left:1rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .wp-block-lead-generation .link-group {
        padding-left:2rem
    }
}

.wp-block-lead-generation img,.wp-block-lead-generation p {
    width: 100%;
    padding: 0;
    margin: 0
}

.wp-block-lead-generation .cta-button {
    width: 100%
}

.wp-block-lead-generation:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100vw - 3rem);
    background-image: linear-gradient(116deg,#00ebb9 0,#42f194 100%);
    z-index: -1
}

@media print,screen and (min-width: 48em) {
    .wp-block-lead-generation:before {
        width:100vw
    }
}

.page .wp-block-lead-generation,.team .wp-block-lead-generation {
    background-image: linear-gradient(116deg,#00ebb9 0,#42f194 100%);
    padding: 3rem;
    margin: 0;
    margin-bottom: 2rem
}

@media print,screen and (min-width: 48em) {
    .page .wp-block-lead-generation,.team .wp-block-lead-generation {
        padding:1rem 0 1rem 0
    }
}

.lead-generation-asset-preview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: linear-gradient(116deg,#00ebb9 0,#42f194 100%)
}

.accordion {
    background: 0 0
}

.accordion-title {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0
}

.accordion-title,.accordion-title.is-active,:last-child:not(.is-active)>.accordion-title,:last-child>.accordion-content:last-child {
    border: none;
    border-bottom: none
}

.accordion-title:focus,.accordion-title:hover {
    background-color: transparent
}

.accordion-title:before {
    display: none
}

.accordion-content {
    background-color: transparent;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem
}

.accordion-content .gform_wrapper {
    margin-top: 0!important
}

.service-lead-generation-block .gform_wrapper input,.wp-block-lead-generation .gform_wrapper input {
    background-color: transparent!important;
    border: 2px solid #626262!important
}

.wp-block-button .wp-block-lead-generation .gform_wrapper input.wp-block-button__link:hover,.wp-block-lead-generation .gform_wrapper .wp-block-button input.wp-block-button__link:hover,.wp-block-lead-generation .gform_wrapper input.button:hover {
    color: #2e2e2e!important;
    border: 2px solid #2e2e2e!important
}

.service-lead-generation-block .gform_wrapper .wp-block-button input.wp-block-button__link:hover,.service-lead-generation-block .gform_wrapper input.button:hover,.wp-block-button .service-lead-generation-block .gform_wrapper input.wp-block-button__link:hover {
    color: #00ebb9!important;
    border: 2px solid #00ebb9!important
}

.cta-button.cta-dark:hover {
    color: #00ebb9!important
}

.gradient-wrapper {
    background-image: url(../images/linear_gradient_pattern_2.svg),linear-gradient(29deg,#00ebb8,#42f093 97%);
    background-position: bottom right;
    background-repeat: no-repeat
}

.linear-gradient .page-hero {
    background-color: transparent;
    margin-bottom: 0
}

.section-offset-right {
    background-color: #fff;
    padding-bottom: 6.25rem;
    position: relative
}

@media print,screen and (min-width: 48em) {
    .section-offset-right {
        padding-top:4.375rem
    }
}

.page-template-default .section-offset-right {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media print,screen and (min-width: 48em) {
    .page-template-default .section-offset-right {
        padding-top:4.375rem;
        padding-bottom: 6.25rem
    }
}

.section-offset-right:before {
    display: block;
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff
}

.section-offset-right img {
    position: relative
}

.advantages-group {
    padding-bottom: 3.75rem
}

@media print,screen and (min-width: 48em) {
    .advantages-group {
        padding-bottom:12.5rem
    }
}

.page-hero {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media print,screen and (min-width: 80em) {
    .page-template-services .page-hero .hero-group,.page-template-team .page-hero .hero-group {
        min-height:34.375rem
    }
}

.hero-group .section-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-top: 10.9375rem;
    padding-bottom: 0
}

@media print,screen and (min-width: 48em) {
    .hero-group .section-heading {
        padding-top:13.125rem;
        padding-bottom: 3.75rem
    }
}

@media screen and (max-width: 47.99875em) {
    .page-template-team .hero-group .section-content {
        padding-bottom:4rem
    }
}

.hero-group .section-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 3.75rem;
    margin-bottom: 3rem
}

@media print,screen and (min-width: 48em) {
    .hero-group .section-content {
        padding-top:13.125rem;
        padding-right: 2rem
    }
}

.fixed-height-hero .section-content {
    margin-bottom: 0
}

.hero-group .section-content p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e
}

.hero-group .section-heading h1 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 1rem
}

@media screen and (max-width: 47.99875em) {
    .hero-group .section-heading h1 {
        font-size:2rem;
        margin-bottom: 2rem;
        line-height: 1.17
    }
}

@media screen and (max-width: 47.99875em) {
    .hero-group .section-heading h1 {
        font-size:42px
    }
}

.hero-group .section-heading:before {
    display: block;
    content: '';
    position: absolute;
    width: 100vw;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url(../images/pattern_01_dark_gray.svg);
    background-repeat: no-repeat;
    background-position: 30% 38%;
    opacity: .39
}

@media print,screen and (min-width: 48em) {
    .hero-group .section-heading:before {
        right:0
    }
}

.page-template-about .hero-group .section-heading:before,.page-template-testimonials .hero-group .section-heading:before {
    background-position: 60% 50%
}

.advantages-list {
    position: relative
}

.advantages-list h3 {
    margin-bottom: 1.5rem
}

.advantages-leader h2,.services-leader h2 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 1.25rem
}

@media print,screen and (min-width: 48em) {
    .advantages-leader h2,.services-leader h2 {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .advantages-leader h2,.services-leader h2 {
        line-height:1.88
    }
}

.advantage {
    padding-top: 2.125rem;
    padding-bottom: 4.125rem;
    margin-bottom: 2.125rem;
    border-bottom: 2px solid #e7e7e7
}

.advantages-follower {
    padding-top: 3.75rem;
    padding-bottom: 1.25rem
}

.advantage .section-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,screen and (min-width: 48em) {
    .advantage .section-wrapper {
        -webkit-flex-direction:row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 1rem
    }
}

@media print,screen and (min-width: 80em) {
    .advantage .section-wrapper {
        padding-right:0
    }
}

@media screen and (max-width: 47.99875em) {
    .advantages-group .section-offset-right {
        padding-right:1.5rem
    }
}

.advantage .section-icon {
    text-align: center
}

@media print,screen and (min-width: 48em) {
    .advantage .section-icon {
        width:33.33%
    }
}

@media print,screen and (min-width: 48em) {
    .advantage .section-content {
        width:66.67%
    }
}

.advantage p,.advantages-follower p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e
}

.advantages-follower p {
    font-weight: 600
}

@media print,screen and (min-width: 48em) {
    .page-template-testimonials .hero-group .section-content {
        padding-top:15.625rem;
        padding-bottom: 6.875rem
    }
}

.page-template-testimonials .hero-group .section-heading {
    padding-top: 10.9375rem
}

@media print,screen and (min-width: 48em) {
    .page-template-testimonials .hero-group .section-heading {
        padding-top:15.625rem;
        padding-bottom: 6.875rem
    }
}

.page-template-testimonials .section-offset-right {
    padding-bottom: 0
}

@media print,screen and (min-width: 61.375em) {
    .page-template-testimonials .section-offset-right {
        padding-bottom:4rem
    }
}

.page-template-testimonials .advantage {
    border-bottom: 0;
    padding: 0
}

.page-template-testimonials .advantage .section-content {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
    border-bottom: 2px solid #00ebb9;
    position: relative
}

@media print,screen and (min-width: 80em) {
    .page-template-testimonials .advantage .section-content {
        border-bottom:0
    }
}

@media print,screen and (min-width: 80em) {
    .page-template-testimonials .advantage .section-content:before {
        position:absolute;
        content: '';
        width: calc(100% + 48px);
        height: 2px;
        background-color: #00ebb9;
        -webkit-transform: translateX(-48px);
        -ms-transform: translateX(-48px);
        transform: translateX(-48px);
        bottom: 0
    }
}

.page-template-testimonials .advantage:last-child {
    margin: 0
}

.page-template-testimonials .section-icon {
    padding: 4rem .5rem .5rem .5rem
}

@media print,screen and (min-width: 48em) {
    .page-template-testimonials .section-icon {
        padding:2rem;
        margin-bottom: 2.125rem
    }
}

@media screen and (min-width: 89.9375em) {
    .page-template-testimonials .section-icon {
        padding:3rem
    }
}

.page-template-testimonials .statement-group p {
    color: #009e7c;
    font-size: 1.5rem;
    font-weight: 600
}

.page-template-testimonials .statement-discretes {
    padding-top: 1.5rem
}

@media print,screen and (min-width: 48em) {
    .page-template-testimonials .statement-discretes {
        padding-top:3rem;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,screen and (min-width: 61.375em) {
    .page-template-testimonials .statement-discretes {
        -ms-grid-columns:60% 40%;
        grid-template-columns: 60% 40%
    }
}

@media screen and (min-width: 89.9375em) {
    .page-template-testimonials .statement-discretes {
        -ms-grid-columns:70% 30%;
        grid-template-columns: 70% 30%
    }
}

.page-template-testimonials .statement-discretes .citation-group p {
    color: #626262;
    font-size: 1rem
}

@media print,screen and (min-width: 48em) {
    .page-template-testimonials .statement-discretes .citation-group {
        -webkit-order:2;
        -ms-flex-order: 2;
        order: 2;
        max-width: 300px
    }
}

.page-template-testimonials .statement-discretes .link-group {
    padding: 3rem 0 1rem 0
}

.page-template-testimonials .statement-discretes .link-group a {
    color: #626262;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600
}

@media print,screen and (min-width: 48em) {
    .page-template-testimonials .statement-discretes .link-group {
        -webkit-order:1;
        -ms-flex-order: 1;
        order: 1;
        padding: 2rem 0
    }
}

.bright-teal-gradient-wrapper,.page-template-team .gradient-wrapper {
    background-image: linear-gradient(154deg,#3fffd6 0,#00ebb9 98%);
    overflow: hidden;
    position: relative
}

.bright-teal-gradient-wrapper:before,.error404 .bright-teal-gradient-wrapper:before,.page-template-about .linear-gradient:before,.page-template-default .bright-teal-gradient-wrapper:before,.page-template-team .gradient-wrapper:before,.page-template-testimonials .linear-gradient:before {
    display: block;
    content: '';
    position: absolute;
    top: 85vh;
    right: 0;
    width: 100vw;
    height: 100%;
    background-image: url(../images/pattern_01_gray.svg);
    opacity: .39;
    background-position: 40% 70%;
    background-repeat: repeat-y
}

@media screen and (max-width: 47.99875em) {
    .bright-teal-gradient-wrapper:before,.error404 .bright-teal-gradient-wrapper:before,.page-template-about .linear-gradient:before,.page-template-default .bright-teal-gradient-wrapper:before,.page-template-team .gradient-wrapper:before,.page-template-testimonials .linear-gradient:before {
        top:150vh;
        background-position: center
    }
}

.error404 .bright-teal-gradient-wrapper,.page-template-about .linear-gradient,.page-template-default .bright-teal-gradient-wrapper,.page-template-testimonials .linear-gradient {
    overflow: hidden;
    position: relative
}

.error404 .bright-teal-gradient-wrapper:before,.page-template-default .bright-teal-gradient-wrapper:before {
    top: 50vh;
    background-position: 60% 62%
}

.page-template-about .linear-gradient:before,.page-template-testimonials .linear-gradient:before {
    background-position: 60% 52%;
    background-position: center
}

.error404,.page .bright-teal-gradient-wrapper,.page .gradient-wrapper {
    background-image: linear-gradient(154deg,#3fffd6 0,#00ebb9 98%)
}

.team-leader .section-heading {
    padding-top: 3rem
}

.team-leader .section-photo .caption {
    margin-top: 1rem
}

@media print,screen and (min-width: 48em) {
    .team-leader .section-photo .caption {
        padding-left:1.875rem;
        margin-top: 0
    }
}

@media screen and (max-width: 47.99875em) {
    .team-leader .section-photo .caption p {
        line-height:1.3
    }
}

.team-leader h2 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase;
    color: #009e7c
}

.team-list {
    padding-top: 3.125rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.team-list .team-member {
    margin-bottom: 4rem
}

@media print,screen and (min-width: 48em) {
    .team-list .team-member {
        width:33.33%;
        padding-right: 1.5625rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,screen and (min-width: 61.375em) {
    .team-list .team-member {
        padding-right:4.6875rem
    }
}

.team-list h3 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .9px;
    color: #2e2e2e;
    text-transform: uppercase
}

@media screen and (max-width: 47.99875em) {
    .team-list h3 {
        font-size:24px
    }
}

.team-list .bio-teaser {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    margin-bottom: 2rem
}

@media screen and (max-width: 47.99875em) {
    .team-list .bio-teaser {
        font-size:15px;
        line-height: 1.4
    }
}

.team-list .team-member-portrait {
    margin-bottom: 2rem
}

.team-member-title {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 1.5rem;
    letter-spacing: normal;
    line-height: 1.33
}

@media print,screen and (min-width: 48em) {
    .team-member-title {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .team-member-title {
        line-height:1.88
    }
}

.team-preface {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.team-preface p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e
}

.team-follower {
    padding-top: 3rem;
    padding-right: 3.4375rem
}

.team-follower p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e
}

.single-team-group,.team-group {
    padding-bottom: 7.8125rem
}

@media screen and (max-width: 47.99875em) {
    .single-team-group,.team-group {
        padding-bottom:4rem
    }
}

.page-hero.no-title,.single-team .page-hero {
    overflow: hidden;
    background-color: transparent!important;
    height: 9.375rem!important
}

@media print,screen and (min-width: 48em) {
    .page-hero.no-title,.single-team .page-hero {
        height:11.25rem!important
    }
}

.page-hero.no-title {
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 90px
}

.section-offset-right .grid-x {
    position: relative
}

.single-team .section-offset-right {
    padding-bottom: 3.125rem
}

@media screen and (max-width: 47.99875em) {
    .single-team .section-offset-right {
        padding-right:1.5rem;
        padding-bottom: 4rem;
        padding-top: 2rem
    }
}

@media screen and (max-width: 47.99875em) {
    .page-template-team .section-offset-right {
        padding-right:1.5rem
    }
}

.return-navigation {
    padding-top: 3rem
}

.return-link {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media print,screen and (min-width: 48em) {
    .return-link {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .return-link {
        line-height:1.88
    }
}

@media screen and (max-width: 47.99875em) {
    .return-link {
        font-size:14px;
        font-weight: 600
    }
}

.terms-breadcrumb .return-link {
    display: block;
    color: #626262;
    padding-bottom: 1rem
}

@media print,screen and (min-width: 48em) {
    .terms-breadcrumb .return-link {
        float:right;
        display: inline-block
    }
}

.cta-button-half {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .05625em;
    text-align: center;
    color: #2e2e2e;
    text-transform: uppercase;
    padding: 1rem 1.125rem;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-top: .25rem
}

@media screen and (max-width: 47.99875em) {
    .cta-button-half {
        font-size:1.125rem
    }
}

.cta-button-half {
    padding-left: 2px;
    padding-top: 2px;
    text-transform: initial;
    border-bottom: 2px solid #878787;
    border-right: 2px solid #878787;
    display: block;
    text-align: left;
    position: relative
}

.cta-button-half:hover {
    padding-top: 2px;
    border-top: 0;
    border-left: 0;
    border-color: #00ebb9
}

.cta-button-half:hover:before {
    display: none
}

.post-next {
    text-align: right
}

@media screen and (max-width: 47.99875em) {
    .main-profile-content {
        padding-bottom:2rem
    }
}

.case-highlights .team-member-contact,.single-case_study .team-member-contact,.single-team-group .team-member-contact {
    padding-top: 2.5rem;
    padding-bottom: 0
}

.case-highlights .team-member-contact a,.case-highlights .team-member-contact dd,.case-highlights .team-member-contact p,.single-case_study .team-member-contact a,.single-case_study .team-member-contact dd,.single-case_study .team-member-contact p,.single-team-group .team-member-contact a,.single-team-group .team-member-contact dd,.single-team-group .team-member-contact p {
    color: #626262;
    color: #878787
}

@media screen and (max-width: 47.99875em) {
    .case-highlights .team-member-contact a,.case-highlights .team-member-contact dd,.case-highlights .team-member-contact p,.single-case_study .team-member-contact a,.single-case_study .team-member-contact dd,.single-case_study .team-member-contact p,.single-team-group .team-member-contact a,.single-team-group .team-member-contact dd,.single-team-group .team-member-contact p {
        font-family:HurmeGeometricSans2,sans-serif;
        font-size: 1.3125rem;
        line-height: 1.52;
        letter-spacing: .00375em;
        color: #2e2e2e;
        color: #626262
    }
}

.case-highlights .main-portrait,.single-case_study .main-portrait,.single-team-group .main-portrait {
    margin-bottom: 2.5rem
}

@media screen and (max-width: 47.99875em) {
    .case-highlights .main-portrait,.single-case_study .main-portrait,.single-team-group .main-portrait {
        padding-top:3rem;
        padding-right: 3rem
    }
}

.case-highlights .main-portrait img,.single-case_study .main-portrait img,.single-team-group .main-portrait img {
    max-width: 445px;
    width: 100%
}

.case-highlights h1,.single-case_study h1,.single-team-group h1 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.17;
    color: #2e2e2e;
    text-transform: uppercase
}

.case-highlights .team-member-title,.single-case_study .team-member-title,.single-team-group .team-member-title {
    margin-bottom: 2.5rem
}

.case-highlights dt,.case-highlights h5,.single-case_study dt,.single-case_study h5,.single-team-group dt,.single-team-group h5 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media print,screen and (min-width: 48em) {
    .case-highlights dt,.case-highlights h5,.single-case_study dt,.single-case_study h5,.single-team-group dt,.single-team-group h5 {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .case-highlights dt,.case-highlights h5,.single-case_study dt,.single-case_study h5,.single-team-group dt,.single-team-group h5 {
        line-height:1.88
    }
}

.case-highlights dd,.single-case_study dd,.single-team-group dd {
    line-height: 1.8
}

.case-highlights dd a,.single-case_study dd a,.single-team-group dd a {
    border-bottom: 2px solid #5a5a5a
}

.case-highlights .heading,.case-highlights .sidebar-profile-content h3,.case-highlights .sidebar-profile-content h5,.single-case_study .heading,.single-case_study .sidebar-profile-content h3,.single-case_study .sidebar-profile-content h5,.single-team-group .heading,.single-team-group .sidebar-profile-content h3,.single-team-group .sidebar-profile-content h5 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #009e7c;
    margin-bottom: 1.5rem;
    line-height: 1.4
}

@media print,screen and (min-width: 48em) {
    .case-highlights .heading,.case-highlights .sidebar-profile-content h3,.case-highlights .sidebar-profile-content h5,.single-case_study .heading,.single-case_study .sidebar-profile-content h3,.single-case_study .sidebar-profile-content h5,.single-team-group .heading,.single-team-group .sidebar-profile-content h3,.single-team-group .sidebar-profile-content h5 {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .case-highlights .heading,.case-highlights .sidebar-profile-content h3,.case-highlights .sidebar-profile-content h5,.single-case_study .heading,.single-case_study .sidebar-profile-content h3,.single-case_study .sidebar-profile-content h5,.single-team-group .heading,.single-team-group .sidebar-profile-content h3,.single-team-group .sidebar-profile-content h5 {
        line-height:1.88
    }
}

.case-highlights h5:not(:first-child),.single-case_study h5:not(:first-child),.single-team-group h5:not(:first-child) {
    margin-top: 4rem
}

.case-highlights .read-more-trigger,.single-case_study .read-more-trigger,.single-team-group .read-more-trigger {
    color: #2e2e2e!important;
    text-decoration: none!important;
    margin-top: .25rem;
    position: relative
}

.case-highlights .read-more-trigger:hover,.single-case_study .read-more-trigger:hover,.single-team-group .read-more-trigger:hover {
    color: #00ebb9!important
}

.case-highlights .main-profile-content li,.single-case_study .main-profile-content li,.single-team-group .main-profile-content li {
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #009e7c;
    padding-left: 1.5rem;
    letter-spacing: normal;
    position: relative
}

@media print,screen and (min-width: 48em) {
    .case-highlights .main-profile-content li,.single-case_study .main-profile-content li,.single-team-group .main-profile-content li {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .case-highlights .main-profile-content li,.single-case_study .main-profile-content li,.single-team-group .main-profile-content li {
        line-height:1.88
    }
}

.case-highlights .main-profile-content li:before,.single-case_study .main-profile-content li:before,.single-team-group .main-profile-content li:before {
    display: block;
    content: "-";
    position: absolute;
    left: 0
}

.case-highlights .wayfinding,.single-case_study .wayfinding,.single-team-group .wayfinding {
    padding-bottom: 2.8125rem
}

@media print,screen and (min-width: 48em) {
    .case-highlights .wayfinding,.single-case_study .wayfinding,.single-team-group .wayfinding {
        padding-bottom:3.75rem
    }
}

.case-highlights .section-insights,.single-case_study .section-insights,.single-team-group .section-insights {
    padding-right: 2rem
}

@media screen and (max-width: 47.99875em) {
    .case-highlights .section-insights,.single-case_study .section-insights,.single-team-group .section-insights {
        padding-right:0
    }
}

.case-highlights .section-insights .micro-heading,.single-case_study .section-insights .micro-heading,.single-team-group .section-insights .micro-heading {
    margin-bottom: .5rem
}

.case-highlights .news-item,.single-case_study .news-item,.single-team-group .news-item {
    border-top-color: #878787
}

.case-highlights .news-list .slick-slide>div,.single-case_study .news-list .slick-slide>div,.single-team-group .news-list .slick-slide>div {
    padding-left: 0
}

@media print,screen and (min-width: 61.375em) {
    .case-highlights .news-list .slick-slide>div,.single-case_study .news-list .slick-slide>div,.single-team-group .news-list .slick-slide>div {
        padding-left:1.5rem;
        padding-right: 1rem
    }
}

.case-highlights .news-list .slick-slide:first-child>div,.single-case_study .news-list .slick-slide:first-child>div,.single-team-group .news-list .slick-slide:first-child>div {
    padding-left: 0
}

.case-highlights .sidebar-profile-content li,.case-highlights .sidebar-profile-content p,.single-case_study .sidebar-profile-content li,.single-case_study .sidebar-profile-content p,.single-team-group .sidebar-profile-content li,.single-team-group .sidebar-profile-content p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    margin-bottom: 1.5rem
}

@media screen and (max-width: 47.99875em) {
    .case-highlights .sidebar-profile-content li,.case-highlights .sidebar-profile-content p,.single-case_study .sidebar-profile-content li,.single-case_study .sidebar-profile-content p,.single-team-group .sidebar-profile-content li,.single-team-group .sidebar-profile-content p {
        font-size:15px;
        line-height: 1.4
    }
}

.single-team h5 {
    line-height: 1.6!important
}

.section-insights .slick-slider,.single-team .slick-slider {
    height: initial
}

@media print,screen and (min-width: 48em) {
    .section-insights .slick-slider,.single-team .slick-slider {
        padding-right:2rem;
        padding-bottom: 2.5rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .section-insights .slick-slider,.single-team .slick-slider {
        padding-right:0;
        padding-bottom: 0
    }
}

.sidebar-profile-content .accordion-item {
    margin-bottom: 0!important;
    border-bottom: 2px solid #00ebb9
}

.sidebar-profile-content .accordion-item h5 {
    margin-bottom: 0
}

.sidebar-profile-content .accordion-item .accordion-title {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.sidebar-profile-content .accordion-item ul {
    margin: 0
}

.sidebar-profile-content .accordion-item .accordion-content {
    padding-left: 0;
    padding-right: 0
}

.sidebar-profile-content .accordion-item .accordion-title:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: brandon-grotesque,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: .05em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #009e7c;
    font-size: 32px;
    font-weight: 400
}

@media print,screen and (min-width: 48em) {
    .sidebar-profile-content .accordion-item .accordion-title:after {
        font-size:1rem
    }
}

@media print,screen and (min-width: 80em) {
    .sidebar-profile-content .accordion-item .accordion-title:after {
        line-height:1.88
    }
}

.sidebar-profile-content .is-active .accordion-title:after {
    content: "-"
}

.case-highlights dd {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    margin-bottom: 1.5rem
}

@media screen and (max-width: 47.99875em) {
    .case-highlights dd {
        font-size:15px;
        line-height: 1.4
    }
}

.post-next {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.slick-next {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .05625em;
    text-align: center;
    color: #2e2e2e;
    text-transform: uppercase;
    color: #009e7c
}

@media screen and (max-width: 47.99875em) {
    .slick-next {
        font-size:1.125rem
    }
}

@media screen and (max-width: 47.99875em) {
    .slick-next {
        margin-top:-2rem;
        position: relative
    }
}

.next-link,.slick-next {
    background-image: url(../images/next_link_arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: .5rem;
    padding-right: 2rem;
    padding-bottom: .5rem;
    z-index: 100
}

@media screen and (max-width: 47.99875em) {
    .next-link,.slick-next {
        padding-right:1.5rem
    }
}

.section-insights .article-date {
    padding-top: 1rem
}

.article-wayfinding .article-date {
    padding-top: 0
}

.article-wayfinding a.news-item {
    display: block
}

.service-group .slick-next {
    position: absolute;
    bottom: 0;
    right: 0
}

@media print,screen and (min-width: 48em) {
    .service-group .slick-next {
        right:3rem
    }
}

.service-group .slick-dots li {
    margin: 0 12px 0 0
}

.page-template-contact .hero-group .section-heading:before {
    background-image: url(../images/pattern_01_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 1756px;
    opacity: .39;
    right: 6.25rem
}

.linear-gradient-blue {
    background-color: #00ebb9;
    background-image: linear-gradient(116deg,#00ebb9 0,#aaf8e8 80%)
}

.contact-sidebar {
    padding-top: 1rem
}

@media screen and (max-width: 47.99875em) {
    .contact-sidebar {
        padding-bottom:4rem
    }
}

.contact-sidebar .microhead {
    margin-bottom: .25rem
}

.contact-sidebar .rule {
    height: 0;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.inv-recaptcha-holder {
    position: absolute
}

.gform_wrapper form {
    overflow: hidden
}

@media print,screen and (min-width: 48em) {
    .page-template-contact .gform_wrapper form {
        margin-right:-8px!important
    }
}

.section-offset-left {
    position: relative
}

.careers-group {
    background-image: url(../images/pattern_01_gray_039.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding-top: 6.25rem
}

@media screen and (max-width: 47.99875em) {
    .careers-group .grid-container {
        padding-right:1.5rem;
        padding-left: 3rem
    }
}

.careers-group .section-offset-left {
    padding-top: 3.4375rem;
    padding-bottom: 4.6875rem
}

@media print,screen and (min-width: 48em) {
    .careers-group .section-offset-left {
        padding-top:4.6875rem;
        padding-bottom: 2rem
    }
}

.careers-group .section-offset-left:before {
    display: block;
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: -1.25rem;
    top: 0;
    background-color: #fff
}

@media print,screen and (min-width: 61.375em) {
    .careers-group .section-offset-left:before {
        left:-2.5rem
    }
}

@media print,screen and (min-width: 80em) {
    .careers-group .section-offset-left:before {
        left:-4.6875rem
    }
}

.careers-group h3 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.13px;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 2rem
}

@media print,screen and (min-width: 48em) {
    .careers-group h3 {
        margin-bottom:3rem
    }
}

@media screen and (max-width: 47.99875em) {
    .careers-group p {
        font-size:18px
    }
}

.careers-group:before {
    position: absolute;
    display: block;
    display: none;
    content: '';
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/pattern_01_gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .39
}

.job-openings .job-opening {
    margin-bottom: 4rem
}

@media screen and (max-width: 47.99875em) {
    .job-openings .job-opening {
        padding-top:4rem;
        margin-bottom: 0
    }
}

.job-openings h4 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 1px;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 1.75rem
}

.job-openings p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e
}

@media screen and (max-width: 47.99875em) {
    .job-openings p {
        font-size:15px;
        line-height: 1.4
    }
}

.job-openings .cta-button {
    width: 100%;
    max-width: 15.8125rem
}

@media screen and (max-width: 47.99875em) {
    .job-openings .cta-button {
        max-width:none
    }
}

.office-group {
    position: relative;
    overflow: hidden
}

.office-group h2,.office-group h3 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.13px;
    color: #2e2e2e;
    text-transform: uppercase
}

.office-group .section-wrapper {
    position: relative;
    background-color: #00ebb9;
    background-image: linear-gradient(116deg,#00ebb9 0,#aaf8e8 80%)
}

.office-group .office-photo {
    margin-top: -15.625rem
}

@media screen and (max-width: 47.99875em) {
    .office-group .office-photo {
        margin-top:-9.5rem
    }
}

.office-group .office-photo img {
    width: 100%
}

.office-group .section-content {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem
}

@media print,screen and (min-width: 48em) {
    .office-group .section-content {
        padding-top:6.875rem;
        padding-bottom: 6.875rem
    }
}

.office-group .section-heading {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

@media screen and (max-width: 47.99875em) {
    .office-group .office-information {
        padding-top:3.3125rem
    }
}

@media screen and (max-width: 47.99875em) {
    .office-group .office-information p {
        font-size:18px
    }
}

.office-group .office-information a {
    color: #2e2e2e!important
}

.office-group .office-information a:hover {
    opacity: .7;
    color: #2e2e2e!important
}

.contact-leader-group {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

@media print,screen and (min-width: 48em) {
    .contact-leader-group {
        padding-top:3.75rem;
        padding-bottom: 3.75rem
    }
}

.contact-leader-group h1 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.13px;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 1.25rem
}

@media screen and (max-width: 47.99875em) {
    .contact-leader-group .preface p {
        font-size:18px
    }
}

.form-group-wrapper {
    position: relative
}

@media screen and (max-width: 47.99875em) {
    .form-group-wrapper {
        margin-top:1.5rem
    }
}

.form-group-wrapper:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    width: 100vw;
    height: 175%;
    background-image: url(../images/pattern_01_gray.svg);
    background-repeat: no-repeat;
    background-position: 50% 60%;
    opacity: .15;
    z-index: -1
}

@media print,screen and (min-width: 48em) {
    .form-group-wrapper:before {
        left:-100px
    }
}

.careers-group .gform_wrapper {
    margin-top: 0!important
}

.single-job .preface-content ul {
    margin-left: 1.25rem;
    margin-bottom: 2.5rem
}

.single-job .preface-content li {
    list-style-type: disc;
    margin-bottom: .5rem
}

.full-body-left {
    margin-bottom: 5.625rem;
    position: relative
}

@media print,screen and (min-width: 48em) {
    .full-body-left:before {
        display:block;
        content: '';
        position: absolute;
        right: calc(100% - 24px);
        width: 100vw;
        height: 100%;
        background-image: url(../images/full_body_left_margin_pattern.svg);
        background-repeat: repeat-y;
        background-position: top right;
        z-index: 1
    }
}

@media print,screen and (min-width: 61.375em) {
    .full-body-left:before {
        right:calc(100% - 32px)
    }
}

@media print,screen and (min-width: 80em) {
    .full-body-left:before {
        right:calc(100% - 80px)
    }
}

@media screen and (max-width: 47.99875em) {
    .case-study-group:before,.insights-list:before,.single .main-content:before,.single-case_study .main-content:before {
        display:block;
        content: '';
        position: absolute;
        top: 0;
        right: calc(100% - 24px);
        width: 100vw;
        height: 100%;
        background-image: url(../images/full_body_left_margin_pattern.svg);
        background-repeat: repeat-y;
        background-position: top right;
        z-index: -1
    }
}

.page-template-results .page-hero {
    margin-bottom: 2rem
}

.page-template-results .page-hero .section-heading {
    padding-top: 10.625rem;
    padding-bottom: .625rem
}

@media print,screen and (min-width: 48em) {
    .page-template-results .page-hero .section-heading {
        padding-bottom:3.125rem
    }
}

@media print,screen and (min-width: 80em) {
    .page-template-results .page-hero .section-heading {
        padding-top:12.5rem
    }
}

.page-template-results .page-hero .section-heading:before {
    display: none
}

.page-template-results .page-hero h1 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.13px;
    color: #2e2e2e;
    text-transform: uppercase
}

.page-template-results .page-hero p {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: .05px;
    color: #2e2e2e;
    line-height: 1.8;
    color: #626262
}

@media screen and (max-width: 47.99875em) {
    .page-template-results .page-hero p {
        font-size:16px;
        line-height: 1.5
    }
}

.page-template-results .page-hero section {
    overflow: hidden
}

.featured-case-study {
    position: relative;
    padding: 2.8125rem 0 3.75rem 0
}

@media print,screen and (min-width: 48em) {
    .featured-case-study {
        padding:2.8125rem 0 2.8125rem 2.8125rem
    }
}

@media print,screen and (min-width: 80em) {
    .featured-case-study {
        padding:2.8125rem 0 4.0625rem 4.0625rem;
        margin-bottom: 2.5rem
    }
}

.featured-case-study .cta-button {
    width: 100%
}

@media print,screen and (min-width: 48em) {
    .featured-case-study .cta-button {
        max-width:21.875rem
    }
}

.featured-case-study .micro-heading {
    background-color: #3fffd6;
    font-family: brandon-grotesque,sans-serif;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: .75px;
    color: #2e2e2e;
    text-transform: uppercase;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: .1875rem 1.5625rem .0625rem 1.5625rem;
    margin-bottom: 1.5rem
}

.featured-case-study .case-study-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.featured-case-study .case-study-image img {
    width: 100%
}

@media screen and (max-width: 47.99875em) {
    .featured-case-study .case-study-teaser {
        padding-top:3rem
    }
}

.featured-case-study:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: .9375rem;
    width: 100vw;
    height: 100%;
    background-color: #f7f7f7;
    z-index: -1
}

@media screen and (max-width: 47.99875em) {
    .featured-case-study:before {
        width:calc(100vw + 16px);
        left: -8px
    }
}

.case-study-group h2,.featured-case-study-group h2 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

.case-study-group .article-excerpt,.featured-case-study-group .article-excerpt {
    margin-bottom: 3rem
}

.case-study-group {
    position: relative
}

@media screen and (max-width: 47.99875em) {
    .case-study-group .case-study-list {
        padding-top:2.5rem
    }
}

.case-study-group .case-study {
    margin-top: 3.125rem
}

@media screen and (max-width: 47.99875em) {
    .case-study-group .case-study {
        padding-left:1rem;
        padding-right: 1rem
    }
}

@media screen and (max-width: 47.99875em) {
    .case-study-group .case-study:first-child {
        margin-top:1.5rem
    }
}

.case-study-group .case-study-teaser {
    padding-top: 2.4375rem;
    padding-bottom: 3.125rem;
    border-bottom: solid 2px #00ebb9;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,screen and (min-width: 48em) {
    .case-study-group .case-study-teaser {
        padding-right:2.4375rem
    }
}

.case-study-group .micro-heading {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    color: #009e7c;
    margin-bottom: 1rem
}

@media screen and (max-width: 47.99875em) {
    .case-study-group .micro-heading {
        font-size:1.125rem
    }
}

.single .full-body-left:before,.single-case_study .full-body-left:before {
    z-index: -1
}

@media print,screen and (min-width: 61.375em) {
    .single .full-body-left:before,.single-case_study .full-body-left:before {
        z-index:1
    }
}

.single .page-hero,.single-case_study .page-hero {
    padding-top: 5rem;
    padding-bottom: 0;
    position: relative;
    height: auto;
    background-color: #f7f7f7
}

@media print,screen and (min-width: 61.375em) {
    .single .page-hero,.single-case_study .page-hero {
        padding-top:9.8125rem;
        padding-bottom: 5rem
    }
}

@media screen and (max-width: 47.99875em) {
    .single .page-hero .grid-container,.single-case_study .page-hero .grid-container {
        padding-left:0;
        padding-right: 0
    }
}

@media screen and (min-width: 48em) and (max-width:61.37375em) {
    .single .page-hero .grid-container,.single-case_study .page-hero .grid-container {
        padding-left:0;
        padding-right: 0
    }
}

.single .page-hero .article-content,.single-case_study .page-hero .article-content {
    background-color: #fff;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 0
}

@media print,screen and (min-width: 48em) {
    .single .page-hero .article-content,.single-case_study .page-hero .article-content {
        padding-left:3rem;
        padding-right: 3rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .single .page-hero .article-content,.single-case_study .page-hero .article-content {
        padding-right:3rem;
        padding-left: 0;
        min-height: 26.5625rem;
        padding-bottom: 4rem
    }
}

.single .page-hero .article-image,.single-case_study .page-hero .article-image {
    position: relative;
    background-size: cover;
    background-position: center
}

@media print,screen and (min-width: 61.375em) {
    .single .page-hero .article-image,.single-case_study .page-hero .article-image {
        min-height:26.5625rem
    }
}

.single .page-hero .hero-group,.single-case_study .page-hero .hero-group {
    position: relative;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.single .page-hero .hero-group:before,.single-case_study .page-hero .hero-group:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    width: 50vw;
    height: 25vh;
    left: -1.5rem
}

@media screen and (max-width: 47.99875em) {
    .single .page-hero .hero-group:before,.single-case_study .page-hero .hero-group:before {
        width:100vw
    }
}

.single .page-hero .article-content:before,.single-case_study .page-hero .article-content:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: -1.5rem;
    height: 600px;
    width: calc(100% + 1.5rem);
    background-color: #fff
}

@media print,screen and (min-width: 48em) {
    .single .page-hero .article-content:before,.single-case_study .page-hero .article-content:before {
        left:-1rem
    }
}

@media print,screen and (min-width: 61.375em) {
    .single .page-hero .article-content:before,.single-case_study .page-hero .article-content:before {
        left:-1.5rem
    }
}

@media screen and (min-width: 48em) and (max-width:61.37375em) {
    .single .page-hero .article-wrap,.single-case_study .page-hero .article-wrap {
        padding-bottom:2rem
    }
}

.single .page-hero h1,.single-case_study .page-hero h1 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase;
    color: #009e7c;
    padding-bottom: .5rem
}

@media screen and (max-width: 47.99875em) {
    .single .page-hero h1,.single-case_study .page-hero h1 {
        font-size:2rem;
        margin-bottom: 2rem;
        line-height: 1.17
    }
}

@media screen and (max-width: 47.99875em) {
    .single .page-hero h1,.single-case_study .page-hero h1 {
        font-size:24px;
        letter-spacing: 1px;
        margin-bottom: 0
    }
}

.single .page-hero .return-link-group,.single-case_study .page-hero .return-link-group {
    padding-bottom: 1.25rem;
    position: relative
}

.single-case_study .page-hero {
    padding-top: 5rem;
    padding-bottom: 0;
    background-color: #f7f7f7
}

@media print,screen and (min-width: 61.375em) {
    .single-case_study .page-hero {
        padding-top:9.8125rem;
        padding-bottom: 5rem
    }
}

.single-download .preface-content {
    padding-right: 1.5rem
}

.single-download .preface-content h1 {
    margin-bottom: 2rem
}

.single-download h3 {
    margin-bottom: 2rem
}

.single-download .preface-content ul {
    padding-left: 1.5rem;
    margin-bottom: 2.5rem
}

.single-download .preface-content li {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: .04px;
    color: #2e2e2e;
    font-weight: 600;
    padding-top: .5rem;
    padding-bottom: .5rem;
    list-style-type: disc
}

@media screen and (max-width: 47.99875em) {
    .single-download .preface-content li {
        font-size:15px;
        line-height: 1.4
    }
}

.single-download .form-group-wrapper:before {
    background-position: 40% 40%
}

@media print,screen and (min-width: 48em) {
    .single-download .form-group-wrapper:before {
        height:1000px;
        left: -12.5rem
    }
}

.no-results {
    width: 100%
}

.no-results a,.no-results h1,.no-results h2,.no-results h3,.no-results p {
    color: #009e7c
}

.error404 {
    height: 100vh;
    background-color: #2e2e2e
}

.error404 h1 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.error404 .page-hero {
    padding-bottom: 0;
    margin-bottom: 0
}

.page-template-default h1 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 3rem
}

@media screen and (max-width: 47.99875em) {
    .page-template-default h1 {
        font-size:2rem;
        margin-bottom: 2rem;
        line-height: 1.17
    }
}

.page-template-default h2 {
    font-family: HurmeGeometricSans2,sans-serif;
    font-size: 1.3125rem;
    line-height: 1.52;
    letter-spacing: .00375em;
    color: #2e2e2e;
    margin-bottom: 1.5rem;
    font-weight: 700
}

.page-template-default h3 {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 1px;
    color: #2e2e2e;
    text-transform: uppercase
}

.offset-right-container {
    padding-right: 1.5rem
}

@media print,screen and (min-width: 61.375em) {
    .offset-right-container {
        padding-right:4.6875rem
    }
}

svg:not(:root) {
    overflow: hidden
}

.grid-select-trigger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.grid-select-trigger.active {
    pointer-events: none
}

.grid-select-grid {
    width: 33px;
    height: 26px;
    fill: #d5d5d5;
    transition: all .3s ease
}

.grid-select-trigger:hover .grid-select-grid {
    fill: #959595
}

.grid-select-list {
    width: 28px;
    height: 25px;
    stroke: #d5d5d5;
    transition: all .3s ease
}

.grid-select-trigger:hover .grid-select-list {
    stroke: #959595
}

.active .grid-select-grid {
    fill: #00ebb9
}

.active .grid-select-list {
    stroke: #00ebb9
}

.active:hover .grid-select-grid {
    fill: #009f7d
}

.active:hover .grid-select-list {
    stroke: #009f7d
}

#cookie-notice .cookie-notice-container {
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

@media print,screen and (min-width: 61.375em) {
    #cookie-notice .cookie-notice-container {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

#cookie-notice #cn-notice-buttons {
    margin-top: 1rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media print,screen and (min-width: 61.375em) {
    #cookie-notice #cn-notice-buttons {
        padding-left:1rem
    }
}

.home .lottie {
    max-width: 125px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none
}

.gform_wrapper.gravity-theme .gfield input.medium,.gform_wrapper.gravity-theme .gfield select.medium {
    width: 100%!important;
    margin-bottom: 0
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),.gform_wrapper select,.gform_wrapper textarea {
    font-size: 1.125rem
}

.gform_wrapper.gravity-theme .gform_footer,.gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 14px!important
}

.gform_wrapper.gravity-theme .gform_previous_button.button,.gform_wrapper.gravity-theme .wp-block-button .gform_previous_button.wp-block-button__link,.wp-block-button .gform_wrapper.gravity-theme .gform_previous_button.wp-block-button__link {
    color: #009e7c!important
}

.gform_wrapper p.gf_progressbar_title {
    font-family: brandon-grotesque,sans-serif;
    font-size: 1rem!important;
    letter-spacing: 1.13px;
    font-weight: 500!important;
    line-height: 1.5;
    color: #2e2e2e;
    text-transform: uppercase;
    padding-right: 0!important;
    margin-right: 0!important
}

@media print,screen and (min-width: 48em) {
    .gform_wrapper p.gf_progressbar_title {
        text-align:right!important
    }
}

.gform_wrapper p.gf_progressbar_title:after {
    content: '  ';
    display: inline-block
}

.gform_wrapper .gf_progressbar_wrapper p.gf_progressbar_title {
    margin-right: 0!important
}

.gform_wrapper .gf_progressbar {
    padding: 10px;
    background-color: #fff!important;
    border-radius: 0!important;
    box-shadow: none!important;
    height: 4px!important;
    width: 100%!important;
    width: 250px!important;
    padding-right: .5rem!important
}

.gform_wrapper .gf_progressbar:after {
    display: block;
    content: "";
    border-radius: 0!important;
    background-color: rgba(0,0,0,.1);
    box-shadow: none!important;
    text-shadow: none!important;
    height: 4px!important;
    margin-top: -4px!important
}

.logo-group {
    display: flex;
    flex-direction: row-reverse;
}

.logo-group a {
    margin-left: 50px;
}

a.dba100 {
    margin-top: -31px;
}

@media(max-width: 767px) {
    a.dba100 {
        margin-top: 34px !important;
    }

    .logo-group a {
        margin-left: unset !important;
        display: block !important;
    }

    .logo-group {
        display: block !important;
    }
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.grid-container {
    position: relative;
}

.careers-group ul{
	position:relative;
}

.careers-list .job-opening {
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    padding-bottom: 30px;
}

.job-opening {
    border-bottom: 2px solid #00ebb9;
    margin-bottom: 2.25rem;
    padding-bottom: 1rem;
}
.open-positions {
    padding-top: 3rem;
}
.open-positions .job-opening h3 {
    color: black !important;
}