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

/*! tahird
 *  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/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
    src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713)
            format("embedded-opentype"),
        url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e)
            format("woff2"),
        url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad)
            format("woff"),
        url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9)
            format("truetype"),
        url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde)
            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.3333333333em;
    line-height: 0.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.2857142857em;
    text-align: center;
}

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

.fa-ul > li {
    position: relative;
}

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

.fa-li.fa-lg {
    left: -1.8571428571em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

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

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

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

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

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

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

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

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

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

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -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: "\F000";
}

.fa-music:before {
    content: "\F001";
}

.fa-search:before {
    content: "\F002";
}

.fa-envelope-o:before {
    content: "\F003";
}

.fa-heart:before {
    content: "\F004";
}

.fa-star:before {
    content: "\F005";
}

.fa-star-o:before {
    content: "\F006";
}

.fa-user:before {
    content: "\F007";
}

.fa-film:before {
    content: "\F008";
}

.fa-th-large:before {
    content: "\F009";
}

.fa-th:before {
    content: "\F00A";
}

.fa-th-list:before {
    content: "\F00B";
}

.fa-check:before {
    content: "\F00C";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\F00D";
}

.fa-search-plus:before {
    content: "\F00E";
}

.fa-search-minus:before {
    content: "\F010";
}

.fa-power-off:before {
    content: "\F011";
}

.fa-signal:before {
    content: "\F012";
}

.fa-cog:before,
.fa-gear:before {
    content: "\F013";
}

.fa-trash-o:before {
    content: "\F014";
}

.fa-home:before {
    content: "\F015";
}

.fa-file-o:before {
    content: "\F016";
}

.fa-clock-o:before {
    content: "\F017";
}

.fa-road:before {
    content: "\F018";
}

.fa-download:before {
    content: "\F019";
}

.fa-arrow-circle-o-down:before {
    content: "\F01A";
}

.fa-arrow-circle-o-up:before {
    content: "\F01B";
}

.fa-inbox:before {
    content: "\F01C";
}

.fa-play-circle-o:before {
    content: "\F01D";
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\F01E";
}

.fa-refresh:before {
    content: "\F021";
}

.fa-list-alt:before {
    content: "\F022";
}

.fa-lock:before {
    content: "\F023";
}

.fa-flag:before {
    content: "\F024";
}

.fa-headphones:before {
    content: "\F025";
}

.fa-volume-off:before {
    content: "\F026";
}

.fa-volume-down:before {
    content: "\F027";
}

.fa-volume-up:before {
    content: "\F028";
}

.fa-qrcode:before {
    content: "\F029";
}

.fa-barcode:before {
    content: "\F02A";
}

.fa-tag:before {
    content: "\F02B";
}

.fa-tags:before {
    content: "\F02C";
}

.fa-book:before {
    content: "\F02D";
}

.fa-bookmark:before {
    content: "\F02E";
}

.fa-print:before {
    content: "\F02F";
}

.fa-camera:before {
    content: "\F030";
}

.fa-font:before {
    content: "\F031";
}

.fa-bold:before {
    content: "\F032";
}

.fa-italic:before {
    content: "\F033";
}

.fa-text-height:before {
    content: "\F034";
}

.fa-text-width:before {
    content: "\F035";
}

.fa-align-left:before {
    content: "\F036";
}

.fa-align-center:before {
    content: "\F037";
}

.fa-align-right:before {
    content: "\F038";
}

.fa-align-justify:before {
    content: "\F039";
}

.fa-list:before {
    content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B";
}

.fa-indent:before {
    content: "\F03C";
}

.fa-video-camera:before {
    content: "\F03D";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\F03E";
}

.fa-pencil:before {
    content: "\F040";
}

.fa-map-marker:before {
    content: "\F041";
}

.fa-adjust:before {
    content: "\F042";
}

.fa-tint:before {
    content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044";
}

.fa-share-square-o:before {
    content: "\F045";
}

.fa-check-square-o:before {
    content: "\F046";
}

.fa-arrows:before {
    content: "\F047";
}

.fa-step-backward:before {
    content: "\F048";
}

.fa-fast-backward:before {
    content: "\F049";
}

.fa-backward:before {
    content: "\F04A";
}

.fa-play:before {
    content: "\F04B";
}

.fa-pause:before {
    content: "\F04C";
}

.fa-stop:before {
    content: "\F04D";
}

.fa-forward:before {
    content: "\F04E";
}

.fa-fast-forward:before {
    content: "\F050";
}

.fa-step-forward:before {
    content: "\F051";
}

.fa-eject:before {
    content: "\F052";
}

.fa-chevron-left:before {
    content: "\F053";
}

.fa-chevron-right:before {
    content: "\F054";
}

.fa-plus-circle:before {
    content: "\F055";
}

.fa-minus-circle:before {
    content: "\F056";
}

.fa-times-circle:before {
    content: "\F057";
}

.fa-check-circle:before {
    content: "\F058";
}

.fa-question-circle:before {
    content: "\F059";
}

.fa-info-circle:before {
    content: "\F05A";
}

.fa-crosshairs:before {
    content: "\F05B";
}

.fa-times-circle-o:before {
    content: "\F05C";
}

.fa-check-circle-o:before {
    content: "\F05D";
}

.fa-ban:before {
    content: "\F05E";
}

.fa-arrow-left:before {
    content: "\F060";
}

.fa-arrow-right:before {
    content: "\F061";
}

.fa-arrow-up:before {
    content: "\F062";
}

.fa-arrow-down:before {
    content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\F064";
}

.fa-expand:before {
    content: "\F065";
}

.fa-compress:before {
    content: "\F066";
}

.fa-plus:before {
    content: "\F067";
}

.fa-minus:before {
    content: "\F068";
}

.fa-asterisk:before {
    content: "\F069";
}

.fa-exclamation-circle:before {
    content: "\F06A";
}

.fa-gift:before {
    content: "\F06B";
}

.fa-leaf:before {
    content: "\F06C";
}

.fa-fire:before {
    content: "\F06D";
}

.fa-eye:before {
    content: "\F06E";
}

.fa-eye-slash:before {
    content: "\F070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\F071";
}

.fa-plane:before {
    content: "\F072";
}

.fa-calendar:before {
    content: "\F073";
}

.fa-random:before {
    content: "\F074";
}

.fa-comment:before {
    content: "\F075";
}

.fa-magnet:before {
    content: "\F076";
}

.fa-chevron-up:before {
    content: "\F077";
}

.fa-chevron-down:before {
    content: "\F078";
}

.fa-retweet:before {
    content: "\F079";
}

.fa-shopping-cart:before {
    content: "\F07A";
}

.fa-folder:before {
    content: "\F07B";
}

.fa-folder-open:before {
    content: "\F07C";
}

.fa-arrows-v:before {
    content: "\F07D";
}

.fa-arrows-h:before {
    content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080";
}

.fa-twitter-square:before {
    content: "\F081";
}

.fa-facebook-square:before {
    content: "\F082";
}

.fa-camera-retro:before {
    content: "\F083";
}

.fa-key:before {
    content: "\F084";
}

.fa-cogs:before,
.fa-gears:before {
    content: "\F085";
}

.fa-comments:before {
    content: "\F086";
}

.fa-thumbs-o-up:before {
    content: "\F087";
}

.fa-thumbs-o-down:before {
    content: "\F088";
}

.fa-star-half:before {
    content: "\F089";
}

.fa-heart-o:before {
    content: "\F08A";
}

.fa-sign-out:before {
    content: "\F08B";
}

.fa-linkedin-square:before {
    content: "\F08C";
}

.fa-thumb-tack:before {
    content: "\F08D";
}

.fa-external-link:before {
    content: "\F08E";
}

.fa-sign-in:before {
    content: "\F090";
}

.fa-trophy:before {
    content: "\F091";
}

.fa-github-square:before {
    content: "\F092";
}

.fa-upload:before {
    content: "\F093";
}

.fa-lemon-o:before {
    content: "\F094";
}

.fa-phone:before {
    content: "\F095";
}

.fa-square-o:before {
    content: "\F096";
}

.fa-bookmark-o:before {
    content: "\F097";
}

.fa-phone-square:before {
    content: "\F098";
}

.fa-twitter:before {
    content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A";
}

.fa-github:before {
    content: "\F09B";
}

.fa-unlock:before {
    content: "\F09C";
}

.fa-credit-card:before {
    content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
    content: "\F09E";
}

.fa-hdd-o:before {
    content: "\F0A0";
}

.fa-bullhorn:before {
    content: "\F0A1";
}

.fa-bell:before {
    content: "\F0F3";
}

.fa-certificate:before {
    content: "\F0A3";
}

.fa-hand-o-right:before {
    content: "\F0A4";
}

.fa-hand-o-left:before {
    content: "\F0A5";
}

.fa-hand-o-up:before {
    content: "\F0A6";
}

.fa-hand-o-down:before {
    content: "\F0A7";
}

.fa-arrow-circle-left:before {
    content: "\F0A8";
}

.fa-arrow-circle-right:before {
    content: "\F0A9";
}

.fa-arrow-circle-up:before {
    content: "\F0AA";
}

.fa-arrow-circle-down:before {
    content: "\F0AB";
}

.fa-globe:before {
    content: "\F0AC";
}

.fa-wrench:before {
    content: "\F0AD";
}

.fa-tasks:before {
    content: "\F0AE";
}

.fa-filter:before {
    content: "\F0B0";
}

.fa-briefcase:before {
    content: "\F0B1";
}

.fa-arrows-alt:before {
    content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
    content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
    content: "\F0C1";
}

.fa-cloud:before {
    content: "\F0C2";
}

.fa-flask:before {
    content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5";
}

.fa-paperclip:before {
    content: "\F0C6";
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\F0C7";
}

.fa-square:before {
    content: "\F0C8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\F0C9";
}

.fa-list-ul:before {
    content: "\F0CA";
}

.fa-list-ol:before {
    content: "\F0CB";
}

.fa-strikethrough:before {
    content: "\F0CC";
}

.fa-underline:before {
    content: "\F0CD";
}

.fa-table:before {
    content: "\F0CE";
}

.fa-magic:before {
    content: "\F0D0";
}

.fa-truck:before {
    content: "\F0D1";
}

.fa-pinterest:before {
    content: "\F0D2";
}

.fa-pinterest-square:before {
    content: "\F0D3";
}

.fa-google-plus-square:before {
    content: "\F0D4";
}

.fa-google-plus:before {
    content: "\F0D5";
}

.fa-money:before {
    content: "\F0D6";
}

.fa-caret-down:before {
    content: "\F0D7";
}

.fa-caret-up:before {
    content: "\F0D8";
}

.fa-caret-left:before {
    content: "\F0D9";
}

.fa-caret-right:before {
    content: "\F0DA";
}

.fa-columns:before {
    content: "\F0DB";
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\F0DC";
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\F0DD";
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\F0DE";
}

.fa-envelope:before {
    content: "\F0E0";
}

.fa-linkedin:before {
    content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2";
}

.fa-gavel:before,
.fa-legal:before {
    content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4";
}

.fa-comment-o:before {
    content: "\F0E5";
}

.fa-comments-o:before {
    content: "\F0E6";
}

.fa-bolt:before,
.fa-flash:before {
    content: "\F0E7";
}

.fa-sitemap:before {
    content: "\F0E8";
}

.fa-umbrella:before {
    content: "\F0E9";
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\F0EA";
}

.fa-lightbulb-o:before {
    content: "\F0EB";
}

.fa-exchange:before {
    content: "\F0EC";
}

.fa-cloud-download:before {
    content: "\F0ED";
}

.fa-cloud-upload:before {
    content: "\F0EE";
}

.fa-user-md:before {
    content: "\F0F0";
}

.fa-stethoscope:before {
    content: "\F0F1";
}

.fa-suitcase:before {
    content: "\F0F2";
}

.fa-bell-o:before {
    content: "\F0A2";
}

.fa-coffee:before {
    content: "\F0F4";
}

.fa-cutlery:before {
    content: "\F0F5";
}

.fa-file-text-o:before {
    content: "\F0F6";
}

.fa-building-o:before {
    content: "\F0F7";
}

.fa-hospital-o:before {
    content: "\F0F8";
}

.fa-ambulance:before {
    content: "\F0F9";
}

.fa-medkit:before {
    content: "\F0FA";
}

.fa-fighter-jet:before {
    content: "\F0FB";
}

.fa-beer:before {
    content: "\F0FC";
}

.fa-h-square:before {
    content: "\F0FD";
}

.fa-plus-square:before {
    content: "\F0FE";
}

.fa-angle-double-left:before {
    content: "\F100";
}

.fa-angle-double-right:before {
    content: "\F101";
}

.fa-angle-double-up:before {
    content: "\F102";
}

.fa-angle-double-down:before {
    content: "\F103";
}

.fa-angle-left:before {
    content: "\F104";
}

.fa-angle-right:before {
    content: "\F105";
}

.fa-angle-up:before {
    content: "\F106";
}

.fa-angle-down:before {
    content: "\F107";
}

.fa-desktop:before {
    content: "\F108";
}

.fa-laptop:before {
    content: "\F109";
}

.fa-tablet:before {
    content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B";
}

.fa-circle-o:before {
    content: "\F10C";
}

.fa-quote-left:before {
    content: "\F10D";
}

.fa-quote-right:before {
    content: "\F10E";
}

.fa-spinner:before {
    content: "\f107";
}

.fa-circle:before {
    content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112";
}

.fa-github-alt:before {
    content: "\F113";
}

.fa-folder-o:before {
    content: "\F114";
}

.fa-folder-open-o:before {
    content: "\F115";
}

.fa-smile-o:before {
    content: "\F118";
}

.fa-frown-o:before {
    content: "\F119";
}

.fa-meh-o:before {
    content: "\F11A";
}

.fa-gamepad:before {
    content: "\F11B";
}

.fa-keyboard-o:before {
    content: "\F11C";
}

.fa-flag-o:before {
    content: "\F11D";
}

.fa-flag-checkered:before {
    content: "\F11E";
}

.fa-terminal:before {
    content: "\F120";
}

.fa-code:before {
    content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123";
}

.fa-location-arrow:before {
    content: "\F124";
}

.fa-crop:before {
    content: "\F125";
}

.fa-code-fork:before {
    content: "\F126";
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\F127";
}

.fa-question:before {
    content: "\F128";
}

.fa-info:before {
    content: "\F129";
}

.fa-exclamation:before {
    content: "\F12A";
}

.fa-superscript:before {
    content: "\F12B";
}

.fa-subscript:before {
    content: "\F12C";
}

.fa-eraser:before {
    content: "\F12D";
}

.fa-puzzle-piece:before {
    content: "\F12E";
}

.fa-microphone:before {
    content: "\F130";
}

.fa-microphone-slash:before {
    content: "\F131";
}

.fa-shield:before {
    content: "\F132";
}

.fa-calendar-o:before {
    content: "\F133";
}

.fa-fire-extinguisher:before {
    content: "\F134";
}

.fa-rocket:before {
    content: "\F135";
}

.fa-maxcdn:before {
    content: "\F136";
}

.fa-chevron-circle-left:before {
    content: "\F137";
}

.fa-chevron-circle-right:before {
    content: "\F138";
}

.fa-chevron-circle-up:before {
    content: "\F139";
}

.fa-chevron-circle-down:before {
    content: "\F13A";
}

.fa-html5:before {
    content: "\F13B";
}

.fa-css3:before {
    content: "\F13C";
}

.fa-anchor:before {
    content: "\F13D";
}

.fa-unlock-alt:before {
    content: "\F13E";
}

.fa-bullseye:before {
    content: "\F140";
}

.fa-ellipsis-h:before {
    content: "\F141";
}

.fa-ellipsis-v:before {
    content: "\F142";
}

.fa-rss-square:before {
    content: "\F143";
}

.fa-play-circle:before {
    content: "\F144";
}

.fa-ticket:before {
    content: "\F145";
}

.fa-minus-square:before {
    content: "\F146";
}

.fa-minus-square-o:before {
    content: "\F147";
}

.fa-level-up:before {
    content: "\F148";
}

.fa-level-down:before {
    content: "\F149";
}

.fa-check-square:before {
    content: "\F14A";
}

.fa-pencil-square:before {
    content: "\F14B";
}

.fa-external-link-square:before {
    content: "\F14C";
}

.fa-share-square:before {
    content: "\F14D";
}

.fa-compass:before {
    content: "\F14E";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\F150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\F151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\F152";
}

.fa-eur:before,
.fa-euro:before {
    content: "\F153";
}

.fa-gbp:before {
    content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\F155";
}

.fa-inr:before,
.fa-rupee:before {
    content: "\F156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\F157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\F158";
}

.fa-krw:before,
.fa-won:before {
    content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A";
}

.fa-file:before {
    content: "\F15B";
}

.fa-file-text:before {
    content: "\F15C";
}

.fa-sort-alpha-asc:before {
    content: "\F15D";
}

.fa-sort-alpha-desc:before {
    content: "\F15E";
}

.fa-sort-amount-asc:before {
    content: "\F160";
}

.fa-sort-amount-desc:before {
    content: "\F161";
}

.fa-sort-numeric-asc:before {
    content: "\F162";
}

.fa-sort-numeric-desc:before {
    content: "\F163";
}

.fa-thumbs-up:before {
    content: "\F164";
}

.fa-thumbs-down:before {
    content: "\F165";
}

.fa-youtube-square:before {
    content: "\F166";
}

.fa-youtube:before {
    content: "\F167";
}

.fa-xing:before {
    content: "\F168";
}

.fa-xing-square:before {
    content: "\F169";
}

.fa-youtube-play:before {
    content: "\F16A";
}

.fa-dropbox:before {
    content: "\F16B";
}

.fa-stack-overflow:before {
    content: "\F16C";
}

.fa-instagram:before {
    content: "\F16D";
}

.fa-flickr:before {
    content: "\F16E";
}

.fa-adn:before {
    content: "\F170";
}

.fa-bitbucket:before {
    content: "\F171";
}

.fa-bitbucket-square:before {
    content: "\F172";
}

.fa-tumblr:before {
    content: "\F173";
}

.fa-tumblr-square:before {
    content: "\F174";
}

.fa-long-arrow-down:before {
    content: "\F175";
}

.fa-long-arrow-up:before {
    content: "\F176";
}

.fa-long-arrow-left:before {
    content: "\F177";
}

.fa-long-arrow-right:before {
    content: "\F178";
}

.fa-apple:before {
    content: "\F179";
}

.fa-windows:before {
    content: "\F17A";
}

.fa-android:before {
    content: "\F17B";
}

.fa-linux:before {
    content: "\F17C";
}

.fa-dribbble:before {
    content: "\F17D";
}

.fa-skype:before {
    content: "\F17E";
}

.fa-foursquare:before {
    content: "\F180";
}

.fa-trello:before {
    content: "\F181";
}

.fa-female:before {
    content: "\F182";
}

.fa-male:before {
    content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184";
}

.fa-sun-o:before {
    content: "\F185";
}

.fa-moon-o:before {
    content: "\F186";
}

.fa-archive:before {
    content: "\F187";
}

.fa-bug:before {
    content: "\F188";
}

.fa-vk:before {
    content: "\F189";
}

.fa-weibo:before {
    content: "\F18A";
}

.fa-renren:before {
    content: "\F18B";
}

.fa-pagelines:before {
    content: "\F18C";
}

.fa-stack-exchange:before {
    content: "\F18D";
}

.fa-arrow-circle-o-right:before {
    content: "\F18E";
}

.fa-arrow-circle-o-left:before {
    content: "\F190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\F191";
}

.fa-dot-circle-o:before {
    content: "\F192";
}

.fa-wheelchair:before {
    content: "\F193";
}

.fa-vimeo-square:before {
    content: "\F194";
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\F195";
}

.fa-plus-square-o:before {
    content: "\F196";
}

.fa-space-shuttle:before {
    content: "\F197";
}

.fa-slack:before {
    content: "\F198";
}

.fa-envelope-square:before {
    content: "\F199";
}

.fa-wordpress:before {
    content: "\F19A";
}

.fa-openid:before {
    content: "\F19B";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\F19C";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\F19D";
}

.fa-yahoo:before {
    content: "\F19E";
}

.fa-google:before {
    content: "\F1A0";
}

.fa-reddit:before {
    content: "\F1A1";
}

.fa-reddit-square:before {
    content: "\F1A2";
}

.fa-stumbleupon-circle:before {
    content: "\F1A3";
}

.fa-stumbleupon:before {
    content: "\F1A4";
}

.fa-delicious:before {
    content: "\F1A5";
}

.fa-digg:before {
    content: "\F1A6";
}

.fa-pied-piper-pp:before {
    content: "\F1A7";
}

.fa-pied-piper-alt:before {
    content: "\F1A8";
}

.fa-drupal:before {
    content: "\F1A9";
}

.fa-joomla:before {
    content: "\F1AA";
}

.fa-language:before {
    content: "\F1AB";
}

.fa-fax:before {
    content: "\F1AC";
}

.fa-building:before {
    content: "\F1AD";
}

.fa-child:before {
    content: "\F1AE";
}

.fa-paw:before {
    content: "\F1B0";
}

.fa-spoon:before {
    content: "\F1B1";
}

.fa-cube:before {
    content: "\F1B2";
}

.fa-cubes:before {
    content: "\F1B3";
}

.fa-behance:before {
    content: "\F1B4";
}

.fa-behance-square:before {
    content: "\F1B5";
}

.fa-steam:before {
    content: "\F1B6";
}

.fa-steam-square:before {
    content: "\F1B7";
}

.fa-recycle:before {
    content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA";
}

.fa-tree:before {
    content: "\F1BB";
}

.fa-spotify:before {
    content: "\F1BC";
}

.fa-deviantart:before {
    content: "\F1BD";
}

.fa-soundcloud:before {
    content: "\F1BE";
}

.fa-database:before {
    content: "\F1C0";
}

.fa-file-pdf-o:before {
    content: "\F1C1";
}

.fa-file-word-o:before {
    content: "\F1C2";
}

.fa-file-excel-o:before {
    content: "\F1C3";
}

.fa-file-powerpoint-o:before {
    content: "\F1C4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\F1C5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\F1C6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8";
}

.fa-file-code-o:before {
    content: "\F1C9";
}

.fa-vine:before {
    content: "\F1CA";
}

.fa-codepen:before {
    content: "\F1CB";
}

.fa-jsfiddle:before {
    content: "\F1CC";
}

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

.fa-circle-o-notch:before {
    content: "\F1CE";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\F1D0";
}

.fa-empire:before,
.fa-ge:before {
    content: "\F1D1";
}

.fa-git-square:before {
    content: "\F1D2";
}

.fa-git:before {
    content: "\F1D3";
}

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

.fa-tencent-weibo:before {
    content: "\F1D5";
}

.fa-qq:before {
    content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7";
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\F1D8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\F1D9";
}

.fa-history:before {
    content: "\F1DA";
}

.fa-circle-thin:before {
    content: "\F1DB";
}

.fa-header:before {
    content: "\F1DC";
}

.fa-paragraph:before {
    content: "\F1DD";
}

.fa-sliders:before {
    content: "\F1DE";
}

.fa-share-alt:before {
    content: "\F1E0";
}

.fa-share-alt-square:before {
    content: "\F1E1";
}

.fa-bomb:before {
    content: "\F1E2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\F1E3";
}

.fa-tty:before {
    content: "\F1E4";
}

.fa-binoculars:before {
    content: "\F1E5";
}

.fa-plug:before {
    content: "\F1E6";
}

.fa-slideshare:before {
    content: "\F1E7";
}

.fa-twitch:before {
    content: "\F1E8";
}

.fa-yelp:before {
    content: "\F1E9";
}

.fa-newspaper-o:before {
    content: "\F1EA";
}

.fa-wifi:before {
    content: "\F1EB";
}

.fa-calculator:before {
    content: "\F1EC";
}

.fa-paypal:before {
    content: "\F1ED";
}

.fa-google-wallet:before {
    content: "\F1EE";
}

.fa-cc-visa:before {
    content: "\F1F0";
}

.fa-cc-mastercard:before {
    content: "\F1F1";
}

.fa-cc-discover:before {
    content: "\F1F2";
}

.fa-cc-amex:before {
    content: "\F1F3";
}

.fa-cc-paypal:before {
    content: "\F1F4";
}

.fa-cc-stripe:before {
    content: "\F1F5";
}

.fa-bell-slash:before {
    content: "\F1F6";
}

.fa-bell-slash-o:before {
    content: "\F1F7";
}

.fa-trash:before {
    content: "\F1F8";
}

.fa-copyright:before {
    content: "\F1F9";
}

.fa-at:before {
    content: "\F1FA";
}

.fa-eyedropper:before {
    content: "\F1FB";
}

.fa-paint-brush:before {
    content: "\F1FC";
}

.fa-birthday-cake:before {
    content: "\F1FD";
}

.fa-area-chart:before {
    content: "\F1FE";
}

.fa-pie-chart:before {
    content: "\F200";
}

.fa-line-chart:before {
    content: "\F201";
}

.fa-lastfm:before {
    content: "\F202";
}

.fa-lastfm-square:before {
    content: "\F203";
}

.fa-toggle-off:before {
    content: "\F204";
}

.fa-toggle-on:before {
    content: "\F205";
}

.fa-bicycle:before {
    content: "\F206";
}

.fa-bus:before {
    content: "\F207";
}

.fa-ioxhost:before {
    content: "\F208";
}

.fa-angellist:before {
    content: "\F209";
}

.fa-cc:before {
    content: "\F20A";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\F20B";
}

.fa-meanpath:before {
    content: "\F20C";
}

.fa-buysellads:before {
    content: "\F20D";
}

.fa-connectdevelop:before {
    content: "\F20E";
}

.fa-dashcube:before {
    content: "\F210";
}

.fa-forumbee:before {
    content: "\F211";
}

.fa-leanpub:before {
    content: "\F212";
}

.fa-sellsy:before {
    content: "\F213";
}

.fa-shirtsinbulk:before {
    content: "\F214";
}

.fa-simplybuilt:before {
    content: "\F215";
}

.fa-skyatlas:before {
    content: "\F216";
}

.fa-cart-plus:before {
    content: "\F217";
}

.fa-cart-arrow-down:before {
    content: "\F218";
}

.fa-diamond:before {
    content: "\F219";
}

.fa-ship:before {
    content: "\F21A";
}

.fa-user-secret:before {
    content: "\F21B";
}

.fa-motorcycle:before {
    content: "\F21C";
}

.fa-street-view:before {
    content: "\F21D";
}

.fa-heartbeat:before {
    content: "\F21E";
}

.fa-venus:before {
    content: "\F221";
}

.fa-mars:before {
    content: "\F222";
}

.fa-mercury:before {
    content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\F224";
}

.fa-transgender-alt:before {
    content: "\F225";
}

.fa-venus-double:before {
    content: "\F226";
}

.fa-mars-double:before {
    content: "\F227";
}

.fa-venus-mars:before {
    content: "\F228";
}

.fa-mars-stroke:before {
    content: "\F229";
}

.fa-mars-stroke-v:before {
    content: "\F22A";
}

.fa-mars-stroke-h:before {
    content: "\F22B";
}

.fa-neuter:before {
    content: "\F22C";
}

.fa-genderless:before {
    content: "\F22D";
}

.fa-facebook-official:before {
    content: "\F230";
}

.fa-pinterest-p:before {
    content: "\F231";
}

.fa-whatsapp:before {
    content: "\F232";
}

.fa-server:before {
    content: "\F233";
}

.fa-user-plus:before {
    content: "\F234";
}

.fa-user-times:before {
    content: "\F235";
}

.fa-bed:before,
.fa-hotel:before {
    content: "\F236";
}

.fa-viacoin:before {
    content: "\F237";
}

.fa-train:before {
    content: "\F238";
}

.fa-subway:before {
    content: "\F239";
}

.fa-medium:before {
    content: "\F23A";
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\F23B";
}

.fa-optin-monster:before {
    content: "\F23C";
}

.fa-opencart:before {
    content: "\F23D";
}

.fa-expeditedssl:before {
    content: "\F23E";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244";
}

.fa-mouse-pointer:before {
    content: "\F245";
}

.fa-i-cursor:before {
    content: "\F246";
}

.fa-object-group:before {
    content: "\F247";
}

.fa-object-ungroup:before {
    content: "\F248";
}

.fa-sticky-note:before {
    content: "\F249";
}

.fa-sticky-note-o:before {
    content: "\F24A";
}

.fa-cc-jcb:before {
    content: "\F24B";
}

.fa-cc-diners-club:before {
    content: "\F24C";
}

.fa-clone:before {
    content: "\F24D";
}

.fa-balance-scale:before {
    content: "\F24E";
}

.fa-hourglass-o:before {
    content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253";
}

.fa-hourglass:before {
    content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\F256";
}

.fa-hand-scissors-o:before {
    content: "\F257";
}

.fa-hand-lizard-o:before {
    content: "\F258";
}

.fa-hand-spock-o:before {
    content: "\F259";
}

.fa-hand-pointer-o:before {
    content: "\F25A";
}

.fa-hand-peace-o:before {
    content: "\F25B";
}

.fa-trademark:before {
    content: "\F25C";
}

.fa-registered:before {
    content: "\F25D";
}

.fa-creative-commons:before {
    content: "\F25E";
}

.fa-gg:before {
    content: "\F260";
}

.fa-gg-circle:before {
    content: "\F261";
}

.fa-tripadvisor:before {
    content: "\F262";
}

.fa-odnoklassniki:before {
    content: "\F263";
}

.fa-odnoklassniki-square:before {
    content: "\F264";
}

.fa-get-pocket:before {
    content: "\F265";
}

.fa-wikipedia-w:before {
    content: "\F266";
}

.fa-safari:before {
    content: "\F267";
}

.fa-chrome:before {
    content: "\F268";
}

.fa-firefox:before {
    content: "\F269";
}

.fa-opera:before {
    content: "\F26A";
}

.fa-internet-explorer:before {
    content: "\F26B";
}

.fa-television:before,
.fa-tv:before {
    content: "\F26C";
}

.fa-contao:before {
    content: "\F26D";
}

.fa-500px:before {
    content: "\F26E";
}

.fa-amazon:before {
    content: "\F270";
}

.fa-calendar-plus-o:before {
    content: "\F271";
}

.fa-calendar-minus-o:before {
    content: "\F272";
}

.fa-calendar-times-o:before {
    content: "\F273";
}

.fa-calendar-check-o:before {
    content: "\F274";
}

.fa-industry:before {
    content: "\F275";
}

.fa-map-pin:before {
    content: "\F276";
}

.fa-map-signs:before {
    content: "\F277";
}

.fa-map-o:before {
    content: "\F278";
}

.fa-map:before {
    content: "\F279";
}

.fa-commenting:before {
    content: "\F27A";
}

.fa-commenting-o:before {
    content: "\F27B";
}

.fa-houzz:before {
    content: "\F27C";
}

.fa-vimeo:before {
    content: "\F27D";
}

.fa-black-tie:before {
    content: "\F27E";
}

.fa-fonticons:before {
    content: "\F280";
}

.fa-reddit-alien:before {
    content: "\F281";
}

.fa-edge:before {
    content: "\F282";
}

.fa-credit-card-alt:before {
    content: "\F283";
}

.fa-codiepie:before {
    content: "\F284";
}

.fa-modx:before {
    content: "\F285";
}

.fa-fort-awesome:before {
    content: "\F286";
}

.fa-usb:before {
    content: "\F287";
}

.fa-product-hunt:before {
    content: "\F288";
}

.fa-mixcloud:before {
    content: "\F289";
}

.fa-scribd:before {
    content: "\F28A";
}

.fa-pause-circle:before {
    content: "\F28B";
}

.fa-pause-circle-o:before {
    content: "\F28C";
}

.fa-stop-circle:before {
    content: "\F28D";
}

.fa-stop-circle-o:before {
    content: "\f068";
}

.fa-shopping-bag:before {
    content: "\F290";
}

.fa-shopping-basket:before {
    content: "\F291";
}

.fa-hashtag:before {
    content: "\F292";
}

.fa-bluetooth:before {
    content: "\F293";
}

.fa-bluetooth-b:before {
    content: "\F294";
}

.fa-percent:before {
    content: "\F295";
}

.fa-gitlab:before {
    content: "\F296";
}

.fa-wpbeginner:before {
    content: "\F297";
}

.fa-wpforms:before {
    content: "\F298";
}

.fa-envira:before {
    content: "\F299";
}

.fa-universal-access:before {
    content: "\F29A";
}

.fa-wheelchair-alt:before {
    content: "\F29B";
}

.fa-question-circle-o:before {
    content: "\F29C";
}

.fa-blind:before {
    content: "\F29D";
}

.fa-audio-description:before {
    content: "\F29E";
}

.fa-volume-control-phone:before {
    content: "\F2A0";
}

.fa-braille:before {
    content: "\F2A1";
}

.fa-assistive-listening-systems:before {
    content: "\F2A2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\F2A3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\F2A4";
}

.fa-glide:before {
    content: "\F2A5";
}

.fa-glide-g:before {
    content: "\F2A6";
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\F2A7";
}

.fa-low-vision:before {
    content: "\F2A8";
}

.fa-viadeo:before {
    content: "\F2A9";
}

.fa-viadeo-square:before {
    content: "\F2AA";
}

.fa-snapchat:before {
    content: "\F2AB";
}

.fa-snapchat-ghost:before {
    content: "\F2AC";
}

.fa-snapchat-square:before {
    content: "\F2AD";
}

.fa-pied-piper:before {
    content: "\F2AE";
}

.fa-first-order:before {
    content: "\F2B0";
}

.fa-yoast:before {
    content: "\F2B1";
}

.fa-themeisle:before {
    content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\F2B4";
}

.fa-handshake-o:before {
    content: "\F2B5";
}

.fa-envelope-open:before {
    content: "\F2B6";
}

.fa-envelope-open-o:before {
    content: "\F2B7";
}

.fa-linode:before {
    content: "\F2B8";
}

.fa-address-book:before {
    content: "\F2B9";
}

.fa-address-book-o:before {
    content: "\F2BA";
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\F2BB";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\F2BC";
}

.fa-user-circle:before {
    content: "\F2BD";
}

.fa-user-circle-o:before {
    content: "\F2BE";
}

.fa-user-o:before {
    content: "\F2C0";
}

.fa-id-badge:before {
    content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f067";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\F2C3";
}

.fa-quora:before {
    content: "\F2C4";
}

.fa-free-code-camp:before {
    content: "\F2C5";
}

.fa-telegram:before {
    content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\F2CB";
}

.fa-shower:before {
    content: "\F2CC";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\F2CD";
}

.fa-podcast:before {
    content: "\F2CE";
}

.fa-window-maximize:before {
    content: "\F2D0";
}

.fa-window-minimize:before {
    content: "\F2D1";
}

.fa-window-restore:before {
    content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\F2D4";
}

.fa-bandcamp:before {
    content: "\F2D5";
}

.fa-grav:before {
    content: "\F2D6";
}

.fa-etsy:before {
    content: "\F2D7";
}

.fa-imdb:before {
    content: "\F2D8";
}

.fa-ravelry:before {
    content: "\F2D9";
}

.fa-eercast:before {
    content: "\F2DA";
}

.fa-microchip:before {
    content: "\F2DB";
}

.fa-snowflake-o:before {
    content: "\F2DC";
}

.fa-superpowers:before {
    content: "\F2DD";
}

.fa-wpexplorer:before {
    content: "\F2DE";
}

.fa-meetup:before {
    content: "\F2E0";
}

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

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

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

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

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

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    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: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    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;
}

[hidden],
template {
    display: none;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -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%;
}

.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: transparent;
    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;
}

[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: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: border-color 0.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: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    transition: border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    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: #cacaca;
}

:-ms-input-placeholder {
    color: #cacaca;
}

::-ms-input-placeholder {
    color: #cacaca;
}

::placeholder {
    color: #cacaca;
}

[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.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: 0.5rem;
}

[type="file"] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > *,
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 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 #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    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;
    flex: 1 1 0px;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    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: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

.fieldset legend {
    margin: 0 0 0 -0.1875rem;
    padding: 0 0.1875rem;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
    background-color: #e6e6e6;
    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: #f9ecea;
}

.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)::-ms-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}

.form-error,
.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-error.is-visible {
    display: block;
}

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;
}

b,
em,
i,
strong {
    line-height: inherit;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
    line-height: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    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: #cacaca;
}

.h1,
h1 {
    font-size: 1.5rem;
}

.h1,
.h2,
h1,
h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.h2,
h2 {
    font-size: 1.25rem;
}

.h3,
h3 {
    font-size: 1.1875rem;
}

.h3,
.h4,
h3,
h4 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: 1.0625rem;
}

.h5,
.h6,
h5,
h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.h6,
h6 {
    font-size: 1rem;
}

@media print, screen and (min-width: 40em) {
    .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;
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover {
    color: #1468a0;
}

a img,
hr {
    border: 0;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-bottom: 1px solid #cacaca;
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
}

ol,
ul {
    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: 0.3rem;
    font-weight: 700;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: "\2014   ";
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    font-weight: 400;
}

code,
kbd {
    background-color: #e6e6e6;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

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: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !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,
    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 #8a8a8a;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}

.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

.grid-x {
    display: flex;
    flex-flow: row wrap;
}

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

.cell.auto {
    flex: 1 1 0px;
}

.cell.shrink {
    flex: 0 0 auto;
}

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

.grid-x > .small-1,
.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-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-full,
.grid-x > .small-shrink {
    flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-1,
    .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-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-full,
    .grid-x > .medium-shrink {
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-1,
    .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-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-full,
    .grid-x > .large-shrink {
        flex-basis: auto;
    }
}

.grid-x > .small-1,
.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-10,
.grid-x > .small-11,
.grid-x > .small-12 {
    flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        flex: 1 1 0px;
        width: auto;
    }
    .grid-x > .medium-1,
    .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-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-shrink {
        flex: 0 0 auto;
    }
    .grid-x > .medium-shrink {
        width: auto;
    }
    .grid-x > .medium-1 {
        width: 8.3333333333%;
    }
    .grid-x > .medium-2 {
        width: 16.6666666667%;
    }
    .grid-x > .medium-3 {
        width: 25%;
    }
    .grid-x > .medium-4 {
        width: 33.3333333333%;
    }
    .grid-x > .medium-5 {
        width: 41.6666666667%;
    }
    .grid-x > .medium-6 {
        width: 50%;
    }
    .grid-x > .medium-7 {
        width: 58.3333333333%;
    }
    .grid-x > .medium-8 {
        width: 66.6666666667%;
    }
    .grid-x > .medium-9 {
        width: 75%;
    }
    .grid-x > .medium-10 {
        width: 83.3333333333%;
    }
    .grid-x > .medium-11 {
        width: 91.6666666667%;
    }
    .grid-x > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        flex: 1 1 0px;
        width: auto;
    }
    .grid-x > .large-1,
    .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-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-shrink {
        flex: 0 0 auto;
    }
    .grid-x > .large-shrink {
        width: auto;
    }
    .grid-x > .large-1 {
        width: 8.3333333333%;
    }
    .grid-x > .large-2 {
        width: 16.6666666667%;
    }
    .grid-x > .large-3 {
        width: 25%;
    }
    .grid-x > .large-4 {
        width: 33.3333333333%;
    }
    .grid-x > .large-5 {
        width: 41.6666666667%;
    }
    .grid-x > .large-6 {
        width: 50%;
    }
    .grid-x > .large-7 {
        width: 58.3333333333%;
    }
    .grid-x > .large-8 {
        width: 66.6666666667%;
    }
    .grid-x > .large-9 {
        width: 75%;
    }
    .grid-x > .large-10 {
        width: 83.3333333333%;
    }
    .grid-x > .large-11 {
        width: 91.6666666667%;
    }
    .grid-x > .large-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: -0.625rem;
    margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }
}

.grid-margin-x > .auto,
.grid-margin-x > .shrink {
    width: auto;
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .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,
    .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: 64em) {
    .grid-margin-x > .large-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);
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.small-up-1 > .cell {
    width: 100%;
}

.small-up-2 > .cell {
    width: 50%;
}

.small-up-3 > .cell {
    width: 33.3333333333%;
}

.small-up-4 > .cell {
    width: 25%;
}

.small-up-5 > .cell {
    width: 20%;
}

.small-up-6 > .cell {
    width: 16.6666666667%;
}

.small-up-7 > .cell {
    width: 14.2857142857%;
}

.small-up-8 > .cell {
    width: 12.5%;
}

@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%;
    }
    .medium-up-2 > .cell {
        width: 50%;
    }
    .medium-up-3 > .cell {
        width: 33.3333333333%;
    }
    .medium-up-4 > .cell {
        width: 25%;
    }
    .medium-up-5 > .cell {
        width: 20%;
    }
    .medium-up-6 > .cell {
        width: 16.6666666667%;
    }
    .medium-up-7 > .cell {
        width: 14.2857142857%;
    }
    .medium-up-8 > .cell {
        width: 12.5%;
    }
}

@media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
        width: 100%;
    }
    .large-up-2 > .cell {
        width: 50%;
    }
    .large-up-3 > .cell {
        width: 33.3333333333%;
    }
    .large-up-4 > .cell {
        width: 25%;
    }
    .large-up-5 > .cell {
        width: 20%;
    }
    .large-up-6 > .cell {
        width: 16.6666666667%;
    }
    .large-up-7 > .cell {
        width: 14.2857142857%;
    }
    .large-up-8 > .cell {
        width: 12.5%;
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .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: 64em) {
    .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);
    }
}

.small-margin-collapse,
.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
}

.small-margin-collapse > .small-1 {
    width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
    width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
    width: 25%;
}

.small-margin-collapse > .small-4 {
    width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
    width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
    width: 50%;
}

.small-margin-collapse > .small-7 {
    width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
    width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
    width: 75%;
}

.small-margin-collapse > .small-10 {
    width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
    width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }
    .small-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }
    .small-margin-collapse > .medium-3 {
        width: 25%;
    }
    .small-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }
    .small-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }
    .small-margin-collapse > .medium-6 {
        width: 50%;
    }
    .small-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }
    .small-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }
    .small-margin-collapse > .medium-9 {
        width: 75%;
    }
    .small-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }
    .small-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }
    .small-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }
    .small-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }
    .small-margin-collapse > .large-3 {
        width: 25%;
    }
    .small-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }
    .small-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }
    .small-margin-collapse > .large-6 {
        width: 50%;
    }
    .small-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }
    .small-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }
    .small-margin-collapse > .large-9 {
        width: 75%;
    }
    .small-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }
    .small-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }
    .small-margin-collapse > .large-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: 40em) {
    .medium-margin-collapse,
    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .small-2 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .small-3 {
        width: 25%;
    }
    .medium-margin-collapse > .small-4 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .small-5 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .small-6 {
        width: 50%;
    }
    .medium-margin-collapse > .small-7 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .small-8 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .small-9 {
        width: 75%;
    }
    .medium-margin-collapse > .small-10 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .small-11 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .small-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .medium-3 {
        width: 25%;
    }
    .medium-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .medium-6 {
        width: 50%;
    }
    .medium-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .medium-9 {
        width: 75%;
    }
    .medium-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .large-3 {
        width: 25%;
    }
    .medium-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .large-6 {
        width: 50%;
    }
    .medium-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .large-9 {
        width: 75%;
    }
    .medium-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 40em) {
    .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: 64em) {
    .large-margin-collapse,
    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .small-2 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .small-3 {
        width: 25%;
    }
    .large-margin-collapse > .small-4 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .small-5 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .small-6 {
        width: 50%;
    }
    .large-margin-collapse > .small-7 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .small-8 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .small-9 {
        width: 75%;
    }
    .large-margin-collapse > .small-10 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .small-11 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .small-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .medium-3 {
        width: 25%;
    }
    .large-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .medium-6 {
        width: 50%;
    }
    .large-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .medium-9 {
        width: 75%;
    }
    .large-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .large-3 {
        width: 25%;
    }
    .large-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .large-6 {
        width: 50%;
    }
    .large-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .large-9 {
        width: 75%;
    }
    .large-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0;
    }
}

.small-offset-0 {
    margin-left: 0;
}

.grid-margin-x > .small-offset-0 {
    margin-left: 0.625rem;
}

.small-offset-1 {
    margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
    margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
    margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
    margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
    margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
    margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
    margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
    margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
    margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
    margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
    margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .medium-offset-0 {
        margin-left: 0.9375rem;
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }
    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }
    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }
    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }
    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }
    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }
    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }
    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }
    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}

@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .large-offset-0 {
        margin-left: 0.9375rem;
    }
    .large-offset-1 {
        margin-left: 8.3333333333%;
    }
    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }
    .large-offset-2 {
        margin-left: 16.6666666667%;
    }
    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }
    .large-offset-4 {
        margin-left: 33.3333333333%;
    }
    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }
    .large-offset-5 {
        margin-left: 41.6666666667%;
    }
    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }
    .large-offset-7 {
        margin-left: 58.3333333333%;
    }
    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }
    .large-offset-8 {
        margin-left: 66.6666666667%;
    }
    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }
    .large-offset-10 {
        margin-left: 83.3333333333%;
    }
    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }
    .large-offset-11 {
        margin-left: 91.6666666667%;
    }
    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}

.grid-y {
    display: flex;
    flex-flow: column nowrap;
}

.grid-y > .cell {
    width: auto;
    max-width: none;
}

.grid-y > .auto,
.grid-y > .shrink {
    height: auto;
}

.grid-y > .small-1,
.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-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-full,
.grid-y > .small-shrink {
    flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-1,
    .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-10,
    .grid-y > .medium-11,
    .grid-y > .medium-12,
    .grid-y > .medium-full,
    .grid-y > .medium-shrink {
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-1,
    .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-10,
    .grid-y > .large-11,
    .grid-y > .large-12,
    .grid-y > .large-full,
    .grid-y > .large-shrink {
        flex-basis: auto;
    }
}

.grid-y > .small-1,
.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-10,
.grid-y > .small-11,
.grid-y > .small-12 {
    flex: 0 0 auto;
}

.grid-y > .small-1 {
    height: 8.3333333333%;
}

.grid-y > .small-2 {
    height: 16.6666666667%;
}

.grid-y > .small-3 {
    height: 25%;
}

.grid-y > .small-4 {
    height: 33.3333333333%;
}

.grid-y > .small-5 {
    height: 41.6666666667%;
}

.grid-y > .small-6 {
    height: 50%;
}

.grid-y > .small-7 {
    height: 58.3333333333%;
}

.grid-y > .small-8 {
    height: 66.6666666667%;
}

.grid-y > .small-9 {
    height: 75%;
}

.grid-y > .small-10 {
    height: 83.3333333333%;
}

.grid-y > .small-11 {
    height: 91.6666666667%;
}

.grid-y > .small-12 {
    height: 100%;
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        flex: 1 1 0px;
        height: auto;
    }
    .grid-y > .medium-1,
    .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-10,
    .grid-y > .medium-11,
    .grid-y > .medium-12,
    .grid-y > .medium-shrink {
        flex: 0 0 auto;
    }
    .grid-y > .medium-shrink {
        height: auto;
    }
    .grid-y > .medium-1 {
        height: 8.3333333333%;
    }
    .grid-y > .medium-2 {
        height: 16.6666666667%;
    }
    .grid-y > .medium-3 {
        height: 25%;
    }
    .grid-y > .medium-4 {
        height: 33.3333333333%;
    }
    .grid-y > .medium-5 {
        height: 41.6666666667%;
    }
    .grid-y > .medium-6 {
        height: 50%;
    }
    .grid-y > .medium-7 {
        height: 58.3333333333%;
    }
    .grid-y > .medium-8 {
        height: 66.6666666667%;
    }
    .grid-y > .medium-9 {
        height: 75%;
    }
    .grid-y > .medium-10 {
        height: 83.3333333333%;
    }
    .grid-y > .medium-11 {
        height: 91.6666666667%;
    }
    .grid-y > .medium-12 {
        height: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
        flex: 1 1 0px;
        height: auto;
    }
    .grid-y > .large-1,
    .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-10,
    .grid-y > .large-11,
    .grid-y > .large-12,
    .grid-y > .large-shrink {
        flex: 0 0 auto;
    }
    .grid-y > .large-shrink {
        height: auto;
    }
    .grid-y > .large-1 {
        height: 8.3333333333%;
    }
    .grid-y > .large-2 {
        height: 16.6666666667%;
    }
    .grid-y > .large-3 {
        height: 25%;
    }
    .grid-y > .large-4 {
        height: 33.3333333333%;
    }
    .grid-y > .large-5 {
        height: 41.6666666667%;
    }
    .grid-y > .large-6 {
        height: 50%;
    }
    .grid-y > .large-7 {
        height: 58.3333333333%;
    }
    .grid-y > .large-8 {
        height: 66.6666666667%;
    }
    .grid-y > .large-9 {
        height: 75%;
    }
    .grid-y > .large-10 {
        height: 83.3333333333%;
    }
    .grid-y > .large-11 {
        height: 91.6666666667%;
    }
    .grid-y > .large-12 {
        height: 100%;
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}

.grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
}

.cell .grid-frame {
    width: 100%;
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
}

.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        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: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        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: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        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: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .large-cell-block-container > .grid-x {
        max-height: 100%;
        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;
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
    }
}

.cell .grid-y.grid-frame {
    height: 100%;
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%;
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}

.grid-margin-y > .auto,
.grid-margin-y > .shrink {
    height: auto;
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .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,
    .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: 64em) {
    .grid-margin-y > .large-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);
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
}

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

.button:focus,
.button:hover {
    background-color: #14679e;
    color: #fefefe;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button.primary {
    background-color: #1779ba;
    color: #fefefe;
}

.button.primary:focus,
.button.primary:hover {
    background-color: #126195;
    color: #fefefe;
}

.button.secondary {
    background-color: #767676;
    color: #fefefe;
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #5e5e5e;
    color: #fefefe;
}

.button.success {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #0a0a0a;
}

.button.warning {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #0a0a0a;
}

.button.alert {
    background-color: #cc4b37;
    color: #fefefe;
}

.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #fefefe;
}

.button.disabled,
.button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
    opacity: 0.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 {
    background-color: #1779ba;
    color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
    opacity: 0.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 {
    background-color: #767676;
    color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
    opacity: 0.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 {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button.disabled.warning,
.button[disabled].warning {
    opacity: 0.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 {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button.disabled.alert,
.button[disabled].alert {
    opacity: 0.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 {
    background-color: #cc4b37;
    color: #fefefe;
}

.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent;
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.hollow.primary,
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676;
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b;
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
    border: 1px solid #767676;
    color: #767676;
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:focus,
.button.hollow.success: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] {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:focus,
.button.hollow.warning: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] {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.hollow.alert:focus,
.button.hollow.alert: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] {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.clear {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    background-color: transparent;
}

.button.clear:focus,
.button.clear:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.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] {
    border-color: transparent;
}

.button.clear.primary {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.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] {
    border-color: transparent;
}

.button.clear.secondary {
    border: 1px solid #767676;
    color: #767676;
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b;
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
    border: 1px solid #767676;
    color: #767676;
}

.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] {
    border-color: transparent;
}

.button.clear.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.clear.success:focus,
.button.clear.success: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] {
    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] {
    border-color: transparent;
}

.button.clear.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.clear.warning:focus,
.button.clear.warning: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] {
    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] {
    border-color: transparent;
}

.button.clear.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.clear.alert:focus,
.button.clear.alert: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] {
    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] {
    border-color: transparent;
}

.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #fefefe transparent transparent;
    border-style: solid inset inset;
    border-width: 0.4em 0.4em 0;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}

.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
    border-top-color: #1779ba;
}

.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
    border-top-color: #767676;
}

.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
    border-top-color: #3adb76;
}

.button.dropdown.clear.warning:after,
.button.dropdown.hollow.warning:after {
    border-top-color: #ffae00;
}

.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after {
    border-top-color: #cc4b37;
}

.button.arrow-only:after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}

a.button:focus,
a.button:hover {
    text-decoration: none;
}

.button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.button-group:after,
.button-group:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}

.button-group:after {
    clear: both;
}

.button-group .button {
    margin: 0 1px 1px 0;
    font-size: 0.9rem;
    flex: 0 0 auto;
}

.button-group .button:last-child {
    margin-right: 0;
}

.button-group.tiny .button {
    font-size: 0.6rem;
}

.button-group.small .button {
    font-size: 0.75rem;
}

.button-group.large .button {
    font-size: 1.25rem;
}

.button-group.expanded .button {
    flex: 1 1 0px;
}

.button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe;
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #126195;
    color: #fefefe;
}

.button-group.secondary .button {
    background-color: #767676;
    color: #fefefe;
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #5e5e5e;
    color: #fefefe;
}

.button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #0a0a0a;
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #0a0a0a;
}

.button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe;
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    flex-wrap: wrap;
}

.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button,
.button-group.stacked .button {
    flex: 0 0 100%;
}

.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .button:last-child {
    margin-bottom: 0;
}

.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
    flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}

@media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block;
    }
    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0;
    }
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer;
}

[data-whatinput="mouse"] .close-button,
.close-button:focus {
    outline: 0;
}

.close-button:focus,
.close-button:hover {
    color: #0a0a0a;
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
}

.label,
.label.primary {
    background: #1779ba;
    color: #fefefe;
}

.label.secondary {
    background: #767676;
    color: #fefefe;
}

.label.success {
    background: #3adb76;
    color: #0a0a0a;
}

.label.warning {
    background: #ffae00;
    color: #0a0a0a;
}

.label.alert {
    background: #cc4b37;
    color: #fefefe;
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca;
}

.progress.primary .progress-meter {
    background-color: #1779ba;
}

.progress.secondary .progress-meter {
    background-color: #767676;
}

.progress.success .progress-meter {
    background-color: #3adb76;
}

.progress.warning .progress-meter {
    background-color: #ffae00;
}

.progress.alert .progress-meter {
    background-color: #cc4b37;
}

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #1779ba;
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap;
}

.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
    transition: all 0s linear;
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #1779ba;
    transition: all 0.2s ease-in-out;
    touch-action: manipulation;
}

[data-whatinput="mouse"] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: #14679e;
}

.slider-handle.is-dragging {
    transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%;
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

input + .switch-paddle {
    margin: 0;
}

.switch-paddle:after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: "";
}

input:checked ~ .switch-paddle {
    background: #1779ba;
}

input:checked ~ .switch-paddle:after {
    left: 2.25rem;
}

[data-whatinput="mouse"] input:focus ~ .switch-paddle {
    outline: 0;
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch-active {
    left: 8%;
    display: none;
}

input:checked + label > .switch-active {
    display: block;
}

.switch-inactive {
    right: 15%;
}

input:checked + label > .switch-inactive {
    display: none;
}

.switch.tiny {
    height: 1.5rem;
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
}

.switch.tiny .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle:after {
    left: 1.75rem;
}

.switch.small {
    height: 1.75rem;
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
}

.switch.small .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle:after {
    left: 2rem;
}

.switch.large {
    height: 2.5rem;
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}

.switch.large .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem;
}

.switch.large input:checked ~ .switch-paddle:after {
    left: 2.75rem;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

tbody,
tfoot,
thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
}

thead {
    background: #f8f8f8;
}

tfoot,
thead {
    color: #0a0a0a;
}

tfoot {
    background: #f1f1f1;
}

tfoot tr,
thead tr {
    background: transparent;
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left;
}

tbody td,
tbody th {
    padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

table.unstriped tbody {
    background-color: #fefefe;
}

table.unstriped tbody tr {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
    table.stack tfoot,
    table.stack thead {
        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: #f3f3f3;
}

table.hover tfoot tr:hover {
    background-color: #ececec;
}

table.hover tbody tr:hover {
    background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ececec;
}

.table-scroll {
    overflow-x: auto;
}

.entolia-custom-badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 3px;
    font-size: 0.75rem;
    text-align: center;
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
}

.badge,
.badge.primary,
.entolia-custom-badge.primary {
    background: #1779ba;
    color: #fefefe;
}

.badge.secondary,
.entolia-custom-badge.secondary {
    background: #767676;
    color: #fefefe;
}

.badge.secondarylight,
.entolia-custom-badge.secondarylight {
    background: #cccccc;
    color: #fefefe;
}

.badge.success,
.entolia-custom-badge.success {
    background: #3adb76;
    color: #0a0a0a;
}

.badge.warning,
.entolia-custom-badge.warning {
    background: #ffae00;
    color: #0a0a0a;
}

.badge.alert,
.entolia-custom-badge.alert {
    background: #cc4b37;
    color: #fefefe;
}

.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none;
}

.breadcrumbs:after,
.breadcrumbs:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}

.breadcrumbs:after {
    clear: both;
}

.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase;
}

.breadcrumbs li:not(:last-child):after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #cacaca;
}

.breadcrumbs a {
    color: #1779ba;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
}

.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a;
}

.callout > :first-child {
    margin-top: 0;
}

.callout > :last-child {
    margin-bottom: 0;
}

.callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a;
}

.callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a;
}

.callout.success {
    background-color: #e1faea;
    color: #0a0a0a;
}

.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a;
}

.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a;
}

.callout.small {
    padding: 0.5rem;
}

.callout.large {
    padding: 3rem;
}

.card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
}

.card > :last-child {
    margin-bottom: 0;
}

.card-divider {
    display: flex;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6;
}

.card-divider > :last-child {
    margin-bottom: 0;
}

.card-section {
    flex: 1 0 auto;
    padding: 1rem;
}

.card-section > :last-child {
    margin-bottom: 0;
}

.card-image {
    min-height: 1px;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    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;
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

.pagination:after,
.pagination:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}

.pagination:after {
    clear: both;
}

.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none;
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block;
}

@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6;
}

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default;
}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis:after {
    padding: 0.1875rem 0.625rem;
    content: "\2026";
    color: #0a0a0a;
}

.pagination-previous.disabled:before,
.pagination-previous a:before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "\AB";
}

.pagination-next.disabled:after,
.pagination-next a:after {
    display: inline-block;
    margin-left: 0.5rem;
    content: "\BB";
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #8a8a8a;
    font-weight: 700;
    cursor: help;
}

.tooltip {
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe;
}

.tooltip,
.tooltip:before {
    position: absolute;
}

.tooltip.bottom:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #0a0a0a;
    border-style: inset inset solid;
    border-width: 0 0.75rem 0.75rem;
    bottom: 100%;
}

.tooltip.bottom.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip.top:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #0a0a0a transparent transparent;
    border-style: solid inset inset;
    border-width: 0.75rem 0.75rem 0;
    top: 100%;
    bottom: auto;
}

.tooltip.top.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip.left:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #0a0a0a;
    border-style: inset inset inset solid;
    border-width: 0.75rem 0 0.75rem 0.75rem;
    left: 100%;
}

.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip.right:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #0a0a0a transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0.75rem 0.75rem 0.75rem 0;
    right: 100%;
    left: auto;
}

.tooltip.right.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip.align-top:before {
    bottom: auto;
    top: 10%;
}

.tooltip.align-bottom:before {
    bottom: 10%;
    top: auto;
}

.tooltip.align-left:before {
    left: 10%;
    right: auto;
}

.tooltip.align-right:before {
    left: auto;
    right: 10%;
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}

.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6;
}

.accordion-title:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}

.is-active > .accordion-title:before {
    content: "\2013";
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.media-object {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
}

.media-object img {
    max-width: none;
}

@media screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
        flex-wrap: wrap;
    }
}

.media-object-section {
    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: 39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0 0 1rem;
        flex-basis: 100%;
        max-width: 100%;
    }
    .stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section.main-section {
    flex: 1 1 0px;
}

.orbit,
.orbit-container {
    position: relative;
}

.orbit-container {
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.orbit-slide {
    width: 100%;
    position: absolute;
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
}

.orbit-figure {
    margin: 0;
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.orbit-caption {
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: rgba(10, 10, 10, 0.5);
}

.orbit-caption,
.orbit-next,
.orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe;
}

.orbit-next,
.orbit-previous {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

[data-whatinput="mouse"] .orbit-next,
[data-whatinput="mouse"] .orbit-previous {
    outline: 0;
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
    left: 0;
}

.orbit-next {
    left: auto;
    right: 0;
}

.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

[data-whatinput="mouse"] .orbit-bullets {
    outline: 0;
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca;
}

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #8a8a8a;
}

.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%;
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none;
}

.tabs:after,
.tabs:before {
    display: table;
    content: " ";
    flex-basis: 0;
    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: transparent;
}

.tabs.primary {
    background: #1779ba;
}

.tabs.primary > li > a {
    color: #fefefe;
}

.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
    background: #1673b1;
}

.tabs-title {
    float: left;
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}

[data-whatinput="mouse"] .tabs-title > a {
    outline: 0;
}

.tabs-title > a:hover {
    background: #fefefe;
    color: #1468a0;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
    background: #e6e6e6;
    color: #1779ba;
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    transition: all 0.5s ease;
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    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: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
}

a.thumbnail {
    transition: box-shadow 0.2s ease-out;
}

a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
    box-shadow: none;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

[data-whatinput="mouse"] .menu li {
    outline: 0;
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0;
}

.menu input {
    display: inline-block;
}

.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row;
}

.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column;
}

.menu.expanded li {
    flex: 1 1 0px;
}

.menu.simple {
    align-items: center;
}

.menu.simple li + li {
    margin-left: 1rem;
}

.menu.simple a {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.medium-expanded li,
    .menu.medium-simple li {
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.large-expanded li,
    .menu.large-simple li {
        flex: 1 1 0px;
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: flex;
}

.menu.icon-left li a {
    flex-flow: row nowrap;
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
}

.menu.icon-right li a {
    flex-flow: row nowrap;
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
}

.menu.icon-top li a {
    flex-flow: column nowrap;
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}

.menu.icon-bottom li a {
    flex-flow: column nowrap;
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}

.menu .active > a,
.menu .is-active > a {
    background: #1779ba;
    color: #fefefe;
}

.menu.align-left {
    justify-content: flex-start;
}

.menu.align-right li {
    display: flex;
    justify-content: flex-end;
}

.menu.align-right li .submenu li {
    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: flex;
    justify-content: center;
}

.menu.align-center li .submenu li {
    justify-content: flex-start;
}

.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

.menu-centered > .menu {
    justify-content: center;
}

.menu-centered > .menu li {
    display: flex;
    justify-content: center;
}

.menu-centered > .menu li .submenu li {
    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: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: "";
}

.menu-icon:hover:after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.menu-icon.dark:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: "";
}

.menu-icon.dark:hover:after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
    width: 100%;
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: 0.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;
    content: "";
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    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);
    transform: rotate(180deg);
    -webkit-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;
    content: "";
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.submenu-toggle[aria-expanded="true"]:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-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;
}

.is-drilldown {
    position: relative;
    overflow: hidden;
}

.is-drilldown li {
    display: block;
}

.is-drilldown.animate-height {
    transition: height 0.5s;
}

.drilldown a {
    padding: 0.7rem 1rem;
    background: #fefefe;
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
    padding: 0.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 {
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.drilldown.align-left .is-drilldown-submenu-parent > a:after,
.drilldown .is-drilldown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a:after {
    left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a:after {
    display: block;
    right: auto;
    left: 1rem;
}

.drilldown.align-right .is-drilldown-submenu-parent > a:after,
.drilldown .js-drilldown-back > a:before {
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
}

.drilldown .js-drilldown-back > a:before {
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}

.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;
    content: "";
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

[data-whatinput="mouse"] .dropdown.menu a {
    outline: 0;
}

.dropdown.menu > li > a {
    padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #1779ba;
}

.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;
    content: "";
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
}

@media print, screen and (min-width: 40em) {
    .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;
        content: "";
        border-color: #1779ba transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        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;
        content: "";
        border-color: transparent #1779ba transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: transparent transparent transparent #1779ba;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px;
    }
}

@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: #1779ba transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        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;
        content: "";
        border-color: transparent #1779ba transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.large-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: transparent transparent transparent #1779ba;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px;
    }
}

.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 #cacaca;
    background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.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;
    content: "";
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.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 0.5s ease, visibility 0.5s ease;
    background: hsla(0, 0%, 99.6%, 0.25);
    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 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

[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(10, 10, 10, 0.7);
}

.off-canvas.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

[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(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
}

.off-canvas-content .off-canvas.position-left,
.position-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
}

.off-canvas-content .off-canvas.position-right,
.position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
}

.off-canvas-content .off-canvas.position-top,
.position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
}

.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.off-canvas-content.has-transition-push,
.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-medium {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}

@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-large {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}

@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        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;
        transform: none;
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none;
    }
}

@media print, screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        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;
        transform: none;
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none;
    }
}

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: 9999;
    background-color: rgba(10, 10, 10, 0.45);
}

.reveal,
.reveal-overlay {
    display: none;
    overflow-y: auto;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
}

[data-whatinput="mouse"] .reveal {
    outline: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column {
    min-width: 0;
}

.reveal > :last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}

.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: 39.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;
}

.sticky,
.sticky-container {
    position: relative;
}

.sticky {
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
}

.title-bar {
    padding: 0.5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
    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: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6;
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}

.top-bar input.button {
    width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
}

@media print, screen and (min-width: 40em) {
    .top-bar {
        flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.top-bar-title {
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
    flex: 0 0 auto;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}

.clearfix:after {
    clear: both;
}

.align-left {
    justify-content: flex-start;
}

.align-right {
    justify-content: flex-end;
}

.align-center {
    justify-content: center;
}

.align-justify {
    justify-content: space-between;
}

.align-spaced {
    justify-content: space-around;
}

.align-left.vertical.menu > li > a {
    justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
    justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
    justify-content: center;
}

.align-top {
    align-items: flex-start;
}

.align-self-top {
    align-self: flex-start;
}

.align-bottom {
    align-items: flex-end;
}

.align-self-bottom {
    align-self: flex-end;
}

.align-middle {
    align-items: center;
}

.align-self-middle {
    align-self: center;
}

.align-stretch {
    align-items: stretch;
}

.align-self-stretch {
    align-self: stretch;
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.small-order-1 {
    order: 1;
}

.small-order-2 {
    order: 2;
}

.small-order-3 {
    order: 3;
}

.small-order-4 {
    order: 4;
}

.small-order-5 {
    order: 5;
}

.small-order-6 {
    order: 6;
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1;
    }
    .medium-order-2 {
        order: 2;
    }
    .medium-order-3 {
        order: 3;
    }
    .medium-order-4 {
        order: 4;
    }
    .medium-order-5 {
        order: 5;
    }
    .medium-order-6 {
        order: 6;
    }
}

@media print, screen and (min-width: 64em) {
    .large-order-1 {
        order: 1;
    }
    .large-order-2 {
        order: 2;
    }
    .large-order-3 {
        order: 3;
    }
    .large-order-4 {
        order: 4;
    }
    .large-order-5 {
        order: 5;
    }
    .large-order-6 {
        order: 6;
    }
}

.flex-container {
    display: flex;
}

.flex-child-auto {
    flex: 1 1 auto;
}

.flex-child-grow {
    flex: 1 0 auto;
}

.flex-child-shrink {
    flex: 0 1 auto;
}

.flex-dir-row {
    flex-direction: row;
}

.flex-dir-row-reverse {
    flex-direction: row-reverse;
}

.flex-dir-column {
    flex-direction: column;
}

.flex-dir-column-reverse {
    flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: flex;
    }
    .medium-flex-child-auto {
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}

@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: flex;
    }
    .large-flex-child-auto {
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-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;
    }
}

h1,
h2,
h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

h4,
h5,
h6 {
    font-weight: 700;
}

a,
p a,
p a:hover,
p a:focus,
a:hover,
a:focus {
    color: #dd5649;
}

.reveal:focus {
    outline: none !important;
}

.reveal {
    border: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    padding: 20px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-variant-ligatures: no-common-ligatures;
}

h1,
h2 {
    font-size: 32px;
}

p {
    font-size: 15px;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.uppercase {
    text-transform: uppercase;
}

.primary {
    color: #dd5649;
}

#paymentIframe {
    border: 1px solid lightgrey;
    padding: 20px;
}

.checklist-image {
    position: relative;
}

.checklist-image p {
    position: absolute;
    bottom: -35px;
    font-size: 12px;
}

.has-tip {
    border-bottom: none;
}

.center {
    text-align: center;
}

.clearfix {
    clear: both;
}

.container-small {
    max-width: 750px;
}

.container-extrasmall {
    max-width: 550px;
}

.content {
    padding: 20px 0 0 0;
    min-height: 600px;
}

#dashboard .content {
    background-color: #f0f0f0;
}

hr {
    margin: 1.25rem auto 3.25rem auto;
}

.orbit *:active,
.orbit *:focus {
    outline: none !important;
}

.spacer-top {
    margin-top: 40px;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
    margin: 0;
}

/* buttons */

button {
    cursor: pointer;
}

.btn {
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.5em;
    transition: all 0.1s ease-in;
    cursor: pointer;
}

.btn.btn-large {
    padding: 16px 30px 16px 30px;
    font-size: 17px;
}

.btn.btn-medium,
.btn.btn-medium.activeURL {
    padding: 3px 10px 4px 10px;
    font-size: 14px;
}

.btn-reversed {
    background-color: white;
    border-color: #dd5649;
    color: #dd5649;
    border: 1px solid;
}

.btn.btn-primary,
.btn.btn-primary.activeURL {
    background: #ff6455;
    color: white;
    border: 1px solid #ff6455;
}

.btn.btn-primary:hover {
    background: #ff4533;
    border-color: #ff4533;
}

.btn.btn-secondary {
    background: #ff6455;
    border: 1px solid #ff6455;
    color: white;
}

.btn.btn-green {
    background: #268e00;
    border: 1px solid #268e00;
    color: white;
}

.btn.btn-secondary:hover {
    background: #268e00;
    border-color: #268e00;
}

.btn.btn-tertiary {
    background: black;
    border: 1px solid black;
    color: white;
}

.btn.btn-greyedout {
    background: #666666;
    border: 1px solid #666666;
    color: white;
}

.btn.btn-disabled {
    cursor: not-allowed;
}

.btn.btn-secondary:hover {
    background: #ff4533;
    border-color: #ff4533;
}

.btn.btn-outline {
    background: transparent;
    border: 1px solid #dd5649;
    color: #dd5649;
}

.btn.btn-outline:hover {
    background: #dd5649;
    color: white;
}

.btn.btn-outline-white {
    background: transparent;
    border: 1px solid white;
}

.btn.btn-icon i {
    font-size: 20px !important;
    vertical-align: bottom;
    /*vertical-align: top !important;*/
}

.btn.btn-icon.btn-middle i {
    font-size: 18px;
    vertical-align: middle;
}

.btn.btn-block {
    width: 100%;
}

.orbit-previous,
.orbit-next,
.orbit-bullets button {
    cursor: pointer;
}

/* Dropdown */

.dropdown-pane {
    margin-top: 5px;
}

.dropdown-pane a,
.logoutMobile {
    margin-left: 0px !important;
}

.accordion-title::before,
.submenu-toggle::after {
    font: normal normal normal 16px/1 "Line Awesome Free";
    font-weight: 900;
    content: "\f067";
    color: #dd5649;
}

.is-active > .accordion-title::before,
.submenu-toggle[aria-expanded="true"]::after {
    font: normal normal normal 16px/1 "Line Awesome Free";
    font-weight: 900;
    content: "\f068";
    color: #dd5649;
}

.sort-accordion .accordion-title::before,
#select-topic .accordion-title::before {
    content: "\f107";
    color: #0a0a0a;
}

#inhalte .submenu-toggle {
    left: 2rem;
    right: auto;
    top: 4.5px;
    font-size: 24px;
    transform: translate(-50%, 0%);
    margin-top: 0;
}

#inhalte .submenu-toggle::after {
    width: 100%;
    height: auto;
    border: none;
}

#inhalte .submenu-toggle:focus {
    outline: none;
    background-color: transparent;
}

/* .accordion-title::before{
    color:#47819B;
  } */

/* forms */

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
textarea {
    background-color: #f0f0f0;
    border-radius: 5px;
    border: 0;
    font-style: italic;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #333 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #333 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #333 !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #333;
    opacity: 1;
}

@media print, screen and (max-width: 40em) {
    .btn.btn-large {
        padding: 16px 20px;
        font-size: 14px;
    }
}

@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 55px;
        line-height: 65px;
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
    h6 {
        font-size: 17px;
    }
    .content {
        min-height: 800px;
    }
}

.icon-wrapper {
    background-color: #ff6455;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
    line-height: 46px;
}

.icon-wrapper-small {
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 33px;
    margin-left: 10%;
}

.header {
    background-color: white;
    width: 100%;
    padding: 20px 0 20px 0;
    z-index: 76;
}

.hasSubnav.active {
    color: #f74331;
}

#subnav {
    position: absolute;
    right: 0;
    left: 0;
    height: 0;
    padding: 0 0 50px 0;
    z-index: 75;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0;
}

#subnav.active {
    height: 500px;
    opacity: 1;
}

#subnav .shadowdiv {
    padding: 0 0 50px 0;
    background-color: #fff;
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.75);
}

.subnav-container {
    z-index: 75;
    opacity: 0;
    transition: all 0.3s;
}

.subnav-container.active {
    opacity: 1;
}

.subnav-container .closeIcon {
    text-align: right;
    color: #f74331;
    font-size: 45px;
    position: absolute;
    right: 23rem;
    top: -20px;
    cursor: pointer;
}

.subnav-container .cell {
    position: relative;
    border-left: solid 1px #ccc;
    padding: 0 0 40px 20px;
}

.subnav-container .cell a {
    display: flex;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.subnav-container .cell a:hover {
    text-decoration: underline;
}

.subnav-container .cell a.last {
    position: absolute;
    bottom: -5px;
    text-transform: uppercase;
    color: #f74331;
    font-size: 13px;
}

#logo,
#logo-marktplatz {
    max-height: 39px;
    margin-top: 5px;
}

#logo-link {
    margin-left: 0;
}

.header-spacer {
    height: 70px;
}

.header ul {
    margin: 0;
    vertical-align: middle;
}

.header li {
    vertical-align: middle;
    display: block;
    position: relative;
}

.main-menu {
    display: none;
}

.header a {
    color: black;
    /* text-transform: uppercase; */
    font-weight: 600;
    vertical-align: middle;
}

.header a.active,
.header a:hover {
    /* color:#DD5649; */
}

.btn.btn-primary:hover {
    color: #fff;
}

.main-menu a .test-free:hover {
    color: #fff !important;
}

.activeURL {
    padding-bottom: 2px;
    border-bottom: 1px solid #333333;
    /* color: #7CBFAB !important; */
}

.main-menu .activeURL,
.main-menu .activeParentURL {
    padding-bottom: 2px;
    border-bottom: 1.5px solid #333333;
    /* color:#47819B !important; */
}

.mobile-menu .activeURL {
    color: #333;
}

#accordion-arbeitsbereiche .activeURL span {
    color: #fff !important;
    border-bottom: 1px solid #ffffff;
}

.login-modal {
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #ff6455;
    min-width: 200px;
    min-height: 300px;
    text-align: center;
    display: none;
}

.login-modal.already-logged-in {
    min-width: 260px;
    min-height: 166px;
}

.login-modal.already-logged-in .login-top {
    text-align: left;
}

.login-modal .login-modal-separator-line {
    width: calc(100% + 40px);
    border-top: 1px solid #d2d2d2;
    margin-left: -20px;
}

.login-modal-header .la-close {
    float: left;
    padding: 5px;
    font-size: 18px;
    color: #ff6455;
}

.login-fake {
    float: right;
    color: #ff6455;
    padding: 5px 10px 6px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.login-fake i {
    font-size: 20px;
    vertical-align: top;
}

.login-top,
.login-bottom {
    padding: 20px;
}

.login-top a {
    margin-left: 0 !important;
}

.login-modal input {
    min-width: 300px;
}

.login-modal strong {
    padding: 0px 0 10px 0;
    font-size: 18px;
    display: block;
}

.login-modal .btn {
    width: 100%;
    margin: 0 !important;
}

.login-modal .password-forgot {
    color: #47819b;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    display: block;
    padding-top: 5px;
    padding-bottom: 20px;
}

.login-modal .login-bottom {
    border-top: 1px solid #ccc;
}

.text-right button {
    display: none;
}

.text-right .login-top button {
    display: block;
}

.text-right button {
    display: block;
    float: right;
    margin: 7px 10px 0 0;
}

.text-right .mobile-menu-icon {
    margin: 0px 10px 0 0;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.off-canvas {
    background: url("../img/background/mobile-bg.png") no-repeat center;
    background-size: cover;
    height: 100%;
    overflow-y: scroll;
}

.mobile-menu li > a {
    color: #ffffff;
}

.mobile-menu {
    padding-top: 20px;
}

.mobile-menu li .n-nav {
    margin: 0;
    padding: 10px 10px 10px 25px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu li.n-nav-f,
.mobile-menu li.n-nav-s {
    text-align: center;
}

.mobile-menu li.n-nav-f {
    margin-top: 40px;
}

.mobile-menu li > a {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile-menu li > .btn-outline {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.menu-icon::after {
    background: #dd5649;
    box-shadow: 0 7px 0 #dd5649, 0 14px 0 #dd5649;
}

.menu-icon:hover::after {
    background: #dd5649;
    box-shadow: 0 7px 0 #dd5649, 0 14px 0 #dd5649;
}

.mobile-menu li:focus,
.mobile-menu li a:focus,
.text-right button:focus {
    outline: none;
}

.mobile-menu-marketplace a:hover,
.mobile-menu a:hover {
    color: #fff;
}

.mobile-menu-marketplace,
.mobile-menu-workspaces {
    display: none;
}

.erhaeltlich {
    color: #ffffff;
    font-size: 11px;
    width: 80%;
    margin: 20px auto;
    font-weight: normal;
}

.mobile-navigation .erhaeltlich {
    position: relative;
    bottom: 0;
}

.erhaeltlich a {
    color: #ffffff;
    margin-left: 10px;
    text-transform: none;
    vertical-align: bottom;
}

.erhaeltlich a:hover {
    color: #fff;
}

.erhaeltlich i {
    font-size: 16px;
}

#backdrop {
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1010;
    display: none;
    opacity: 0.5;
}

.js-off-canvas-overlay {
    background: rgba(0, 0, 0, 0.7);
}

@media print, screen and (min-width: 48em) {
    .text-right .main-menu {
        max-width: 806px;
        /* max-width:580px; */
        float: right;
        margin-top: 5px;
    }
    .text-right .main-menu .header-btn,
    .text-right .main-menu .header-btn {
        margin-top: 10px;
    }
    .header-spacer {
        height: 80px;
    }
}

@media print, screen and (max-width: 76em) {
    .fm-badge-nav {
        display: none;
    }
}

@media print, screen and (min-width: 76em) {
    .header .btn {
        margin-left: 25px;
        /* margin-left:40px; */
    }
    .header a {
        margin-left: 18px;
        /* margin-left:20px; */
    }
    .header li {
        display: inline-block;
    }
    .header li:last-child .btn {
        margin-left: 10px;
    }
    .off-canvas {
        background: none;
        overflow-y: hidden;
    }
    .main-menu {
        display: block;
    }
    .text-right button {
        display: none;
    }
    .text-right .main-menu {
        max-width: 100% !important;
        float: none;
    }
    .text-right .main-menu .header-btn,
    .text-right .main-menu .header-btn {
        margin-top: 0px;
    }
}

/**
  * Header Dashboard
  **/

#dashboard header {
    position: relative;
    box-shadow: none;
    z-index: auto;
    clear: both;
    background-color: #f0f0f0;
}

#dashboard .header a {
    text-transform: none;
    font-weight: normal;
}

#dashboard .header a:hover {
    color: #333;
}

#header-dashboard > div.user {
    float: right;
    margin-top: 10px;
}

.logo {
    position: relative;
}

.logo .logo-claim-text {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 155px;
    color: #47819b;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
}

.logo .logo-claim-text.claim-home {
    font-style: italic;
    top: auto;
    bottom: 0px;
}

#headerNav div.login-top > a {
    display: inline-block;
    color: #dd5649 !important;
    text-transform: none !important;
    text-align: left !important;
    padding: 10px 0px;
}

/* @media screen and (min-width:768px) and (max-width:1000px) {
    .logo .logo-claim-text.claim-home {
      display: none;
    }
  } */

@media screen and (max-width: 364px) {
    .logo .logo-claim-text.claim-home {
        display: inline-block;
    }
}

#header-dashboard > div > form > button {
    width: 300px;
    margin-top: -10px;
    margin-right: 10px;
}

#header-dashboard > div > form > button > div.user-img {
    width: 60px;
    height: 60px;
}

#header-dashboard > div > form > button > div.user-img div {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#header-dashboard > div > form > button > div.user-shortinfo {
    margin: 10px;
}

#header-dashboard > div > form > button > div.user-shortinfo > p.praxis-name {
    font-weight: bold;
}

#header-dashboard > div > form > button > div.user-shortinfo p {
    margin: 0;
    line-height: 1.3;
    font-size: 15px;
    text-align: left;
}

#header-dashboard > div > div.logout-icon i {
    font-size: 23px;
    color: #47819b;
}

#header-dashboard > div > form > button,
#header-dashboard > div > form > button > div.user-img,
#header-dashboard > div > form > button > div.user-shortinfo,
#header-dashboard > div > div.logout-icon {
    float: left;
}

#header-dashboard {
    min-height: 70px;
    padding-right: 35px;
}

#dashboard #menu-left .off-canvas-content {
    height: 100%;
}

.right-side header > button {
    margin: 20px 0 0 40px;
    float: left;
}

#dashboard .activeURL,
#dashboard .activeParentURL {
    color: #fff !important;
    background-color: #000;
}

.main-menu-left .activeURL {
    font-weight: 900;
}

.sub-nav .activeURL {
    font-weight: 600;
}

@media print, screen and (min-width: 40em) {
    #dashboard header .user-shortinfo {
        display: block;
    }
    #dashboard header .user-img {
        margin-right: 0;
    }
}

@media print, screen and (min-width: 50em) {
    #dashboard header > button {
        display: none;
    }
}

footer {
    position: relative;
    overflow: auto;
}

.footer-top {
    background-color: #ffffff;
    min-height: 200px;
    padding: 60px 20px;
}

.footer-top img {
    max-height: none;
    padding: 10px;
    margin-bottom: 20px;
}

/* @media print, screen and (min-width: 48em){
  .footer-top .cell:nth-child(2){
  border-left:1px solid #CCCCCC;
  }
  .footer-top .cell:nth-child(3){
  border-right:1px solid #cccccc;
  }
  }

  @media print, screen and (min-width: 64em){
  .footer-top .cell:nth-child(2){
  border-right:1px solid #cccccc;
  }
  } */

.footer-buttons a {
    color: #ffffff !important;
    margin-top: 20px;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    font-size: 9px !important;
    text-align: center;
}

.footer-buttons a i {
    vertical-align: middle !important;
}

.footer-top .cell {
    border-bottom: 1px solid #cccccc;
    text-align: left;
    padding-top: 15px;
}

.footer-top .cell:last-child {
    border: none;
}

.footer-minimal .copyright,
.footer-bottom .footer-buttons {
    text-align: center;
}

.footer-bottom .small-6 {
    font-size: 88%;
    margin-bottom: 20px;
}

.androidios {
    border-top: 1px solid #706f6f;
    border-bottom: 1px solid #706f6f;
    /* width: 100%; */
}

.footer-bottom {
    background-color: #333333;
    padding: 40px 20px 20px 20px;
    position: relative;
}

.footer-bottom .footer-heading {
    color: white;
    /* text-transform: uppercase; */
    font-size: 20px;
    font-weight: 900;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
    line-height: 2em;
}

.footer-bottom li {
    list-style-type: none;
}

.footer-bottom a {
    color: #cccccc;
}

.footer-bottom .MwSt {
    padding-top: 60px;
}

.footer-bottom .MwSt p {
    font-style: italic;
    color: #cccccc;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 30px;
}

.androidios a {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.footer-minimal {
    padding: 25px 0;
    border-top: 1px solid #cccccc;
}

.footer-minimal img {
    max-width: 45px;
    display: block;
    margin: auto;
    vertical-align: middle;
}

.footer-minimal ul {
    margin: 0;
}

.footer-minimal li {
    display: inline-block;
}

.footer-minimal a {
    color: #333333;
}

.copyright-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 8px;
}

.copyright-text p {
    font-weight: 700;
    margin: 0;
}

.socials {
    font-size: 30px;
    color: #666;
    text-align: center;
}

.socials i {
    padding-left: 22px;
}

.footer-buttons {
    position: absolute;
    top: 10px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-trust {
    text-align: center;
    margin-top: 30px;
}

.footer-trust img {
    display: inline-block;
    max-width: 66px;
    margin-left: 20px;
}

.fab {
    font-weight: lighter;
}

.androidios li {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    margin-right: 15px;
}

.androidios a {
    background-color: #000;
    padding: 5px 10px;
    width: 100%;
    max-width: 175px;
    display: block;
    border-radius: 5px;
    margin: 0 0 10px auto;
    text-align: center;
}

.androidios a img {
    margin: auto;
    max-width: 130px;
    width: 100%;
}

.androidios a:last-of-type img {
    max-width: 115px;
}

.footer-minimal .copyright-text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-minimal .copyright span {
    display: block;
    margin-bottom: 5px;
}

.footer-bottom .MwSt p {
    text-align: center;
}

.footer-bottom .grid-x {
    padding-top: 50px;
}

@media print, screen and (min-width: 20em) {
    .footer-buttons a {
        font-size: 11px !important;
    }
}

@media print, screen and (min-width: 24em) {
    .footer-bottom .small-6 {
        font-size: 100%;
    }
    .footer-buttons a {
        font-size: 14px !important;
    }
}

@media print, screen and (min-width: 24.375em) {
    .androidios li {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media print, screen and (min-width: 40em) {
    .footer-buttons a {
        margin-top: 0px;
    }
    .footer-buttons {
        position: relative;
        width: 100%;
    }
    .footer-top .cell {
        border: none;
        text-align: center;
        padding-top: 0px;
    }
    .footer-minimal .copyright-text {
        margin: 0;
    }
    .footer-minimal img {
        margin: 0;
        display: inline-block;
    }
    .androidios {
        border: none;
    }
    .androidios li {
        float: none;
        margin: auto;
    }
    .footer-buttons,
    .socials {
        text-align: right;
    }
    .footer-minimal .copyright {
        text-align: left;
    }
    .footer-bottom .MwSt p {
        text-align: center;
    }
    .footer-top .cell:nth-child(2),
    .footer-top .cell:nth-child(4) {
        border-left: 1px solid #cccccc;
    }
    .footer-minimal .copyright span {
        display: inline-block;
        margin-bottom: auto;
    }
    .footer-buttons a {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .footer-buttons a:last-child {
        margin-bottom: 25px;
    }
    .footer-bottom {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
    }
    .footer-trust {
        margin-top: 50px;
    }
    .footer-bottom .grid-x {
        padding-top: 0px;
    }
}

@media print, screen and (min-width: 64em) {
    .footer-top .cell:nth-child(2) {
        border-right: 1px solid #cccccc;
    }
    .footer-top .cell:nth-child(4) {
        border-left: none;
    }
    .footer-top .cell:nth-child(3) {
        border-right: 1px solid #cccccc;
    }
    .footer-buttons .btn.btn-medium {
        padding: 5px 0;
    }
    .androidios a {
        font-size: 12px !important;
    }
    .footer-bottom .small-6 {
        margin-bottom: 0px;
    }
    /* .footer-bottom .grid-margin-x > .large-2{
      width:calc(20% - 1.875rem);
    } */
}

@media print, screen and (min-width: 74em) {
    .androidios a {
        font-size: 15px !important;
    }
}

/**
  * Footer Dashboard
  **/

#dashboard .logo {
    width: 55%;
    margin-left: 25px;
}

#dashboard footer {
    height: 100%;
}

#footer-left {
    background-color: #333333;
    height: 100%;
    min-width: 250px;
    /* min-height:830px; */
    padding: 20px 0px;
    overflow: hidden;
}

#footer-left nav {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

#footer-left nav .main-menu-left li a {
    color: #fff;
    font-size: 11px;
    padding: 10px 25px;
    display: flex;
    margin: 0;
}

#footer-left nav li a i {
    font-size: 23px;
    margin-right: 5px;
    vertical-align: top;
}

#footer-left nav .main-menu-left {
    margin: 40px 0 0 0;
    list-style: none;
    text-transform: uppercase;
}

#footer-left nav li a:hover {
    background-color: #000000;
}

#footer-left .main-menu-left .before-last {
    padding-bottom: 20px;
}

/* #footer-left .main-menu-left > li:last-child{
    border-top: 1px solid #666666;
    padding-top:20px;
  } */

#footer-left .copyright {
    bottom: 0;
    color: #fff;
    margin: 20px 25px 30px 25px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer-left .copyright ul {
    margin: 10px 0 0 0;
}

#footer-left .copyright img {
    width: 45px;
    height: 45px;
}

#footer-left .copyright-text {
    padding: 0;
    margin-top: 10px;
}

#footer-left .copyright li a {
    color: #fff;
    font-size: 11px;
}

#footer-left .copyright li {
    float: left;
    list-style: none;
    margin-right: 3px;
}

#dashboard #menu-left .close-button:hover,
#dashboard #menu-left .close-button:focus {
    color: #fff;
}

.sub-nav a {
    color: #cccccc !important;
    font-size: 15px;
    padding: 5px 5px 5px 50px !important;
    background-color: #000;
}

.sub-nav {
    margin: 0;
}

.sub-nav a:hover,
.sub-nav a:focus {
    color: #fff !important;
}

.sub-nav li:last-child a {
    padding-bottom: 40px !important;
}

.sub-nav a:hover::after,
.sub-nav a.activeURL::after {
    content: "\f121";
    margin-left: 5px;
    font-size: 14px;
    font-family: "Line Awesome Free";
    font-weight: 900;
}

@media print, screen and (min-width: 50em) {
    #dashboard #menu-left .close-button {
        display: none;
    }
}

@media print, screen and (min-width: 64em) {
    #dashboard .logo {
        margin-left: 40px;
    }
    #footer-left .copyright {
        margin: 20px 40px 30px 40px;
    }
    #footer-left .copyright li a {
        font-size: 13px;
    }
}

@media print, screen and (min-width: 86.5em) {
    #footer-left nav .main-menu-left li a {
        padding: 10px 30px;
    }
    .sub-nav a {
        padding: 5px 5px 5px 70px !important;
    }
}

@media print, screen and (min-width: 100em) {
    #footer-left nav .main-menu-left li a {
        font-size: 15px;
    }
}

/**
* Styling for more than one page
**/

h1,
.heading .extra-heading {
    font-size: 2.5em;
}

.heading .extra-heading {
    line-height: 38px;
    font-family: "Raleway", sans-serif;
}

.slide-btn i {
    vertical-align: middle !important;
}

.btn-large i {
    font-size: 20px !important;
}

#offCanvas .close-button {
    right: 10px;
    top: -5px;
    color: #ffffff;
    font-size: 3em;
    font-weight: lighter;
    z-index: 999;
}

#offCanvas .close-button span {
    font-family: "Lato", sans-serif;
}

#offCanvas .close-button span:focus,
#offCanvas .close-button:focus {
    outline: none;
}

#function .heading,
#support .heading,
#service .heading,
#impressum .heading,
#datenschutz .heading,
#agb .heading,
#sysReq .heading,
#sellInThree .heading,
#buyInThree .heading,
#themenfelder .heading {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;
}

#agb {
    padding-bottom: 60px;
}

.heading p {
    font-size: 17px;
    line-height: 24px;
}

#leistungscheck img,
#service .angebot img,
#support .formular-img img,
#function .marktplatz img {
    border-radius: 0%;
    background-color: transparent !important;
    padding: 0px;
}

.btn:focus {
    outline: none !important;
}

.grid-container:not(.full) > .grid-padding-x {
    margin-left: 0;
    margin-right: 0;
}

@media print, screen and (min-width: 40em) {
    .btn-large i {
        font-size: 25px !important;
    }
    h1,
    .heading .extra-heading {
        font-size: 55px;
    }
    .heading h1,
    .heading .extra-heading {
        margin-bottom: 25px;
    }
}

@media print, screen and (min-width: 76em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-left: -0.9375rem !important;
        margin-right: -0.9375rem !important;
    }
}

/**
* Styling of home.blade
**/

.home-content {
    margin-top: -20px;
}

.middle-img,
.home-img {
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

.middle-img {
    margin: 0 auto;
}

#home-slider {
    max-height: 790px !important;
}

#home-slider .orbit-previous,
#home-slider .orbit-next {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px 5px;
    border-radius: 3px;
}

#home-slider .orbit-previous i,
#home-slider .orbit-next i {
    font-size: 20px;
    color: #4f91a1;
}

#home-slider li {
    background: url("../img/slider-bg.jpg") no-repeat center;
    background-size: cover;
    height: 790px;
    max-height: 790px;
    color: white;
}

#home-slider h2 {
    padding-top: 60px;
    font-size: 32px;
    line-height: 1.1em;
    padding-bottom: 20px;
}

#home-slider p {
    margin-bottom: 20px;
}

#home-slider img {
    width: 100%;
    max-width: 420px;
}

/* #home-slider .slide2{
  max-width:430px;
}
#home-slider .slide1{
  max-width:300px;
} */

#home-orbit .orbit-bullets button {
    width: 0.5rem;
    height: 0.5rem;
}

.home-header {
    background-image: linear-gradient(to top, #ff6455, #dd5649);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.home-header h1 {
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.39);
}

.home-header .grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.home-header .left-text {
    width: calc(100% + 1.25rem);
    order: 2;
    padding: 20px 15px;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    background-image: linear-gradient(to top, #ff6455, #dd5649);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.home-header .left-text > p {
    max-width: 305px;
    margin: auto auto 1rem auto;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.home-header .left-text a.btn {
    background-color: #fff;
}

.home-header .left-text a.btn:hover,
.home-header .left-text a.btn:focus {
    background-color: #dd5649;
    border-color: #fff;
}

.home-header .person-img {
    width: calc(100% + 1.25rem);
    order: 1;
    padding: 0px 15px;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    background-image: linear-gradient(to top, #ff6455, #dd5649);
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-header .person-img #corona-stoerer {
    position: absolute;
    right: 10px;
    top: 25%;
    width: 39%;
}

.logo-fm-wrapper {
    position: relative;
}

.fm-badge-nav {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 35px;
    top: -5px;
}

.fm-badge-wrapper-mobile {
    margin: auto;
    margin-top: 50px;
    width: 55%;
}

.footer-badges-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    padding: 25px 0px;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    flex-wrap: wrap;
}

.footer-badges-container .footer-logo-wrapper {
    height: 100px;
}

.footer-badges-container .footer-logo-wrapper .fm-badge-footer {
    height: 100%;
    width: auto;
}

@media print, screen and (max-width: 1050px) {
    .footer-badges-container {
        justify-content: center;
    }
    .footer-badges-container .footer-logo-wrapper {
        flex: 1;
    }
}

.home-header .sub-header {
    font-size: 40px !important;
    max-width: unset !important;
    font-family: "Raleway" !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 2px #00000064 !important;
    margin-bottom: 25px !important;
    line-height: 1 !important;
}

.home-header .person-img-fm {
    position: relative;
}

.slider-links {
    color: white;
    font-size: 11px;
    vertical-align: middle;
    margin-top: 35px;
}

.slider-links a {
    color: inherit;
}

.slider-links a:hover,
.slider-links a:focus {
    color: #fff;
}

.slider-links i {
    padding-left: 5px;
    font-size: 24px;
    vertical-align: bottom;
}

.slider-links p {
    margin: 0;
    font-weight: bold;
}

#short-info {
    padding: 30px 0;
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}

#short-info img {
    max-width: 65px;
    height: auto;
    margin-bottom: 20px;
}

#short-info div > p {
    margin-bottom: 20px;
    line-height: 20px;
}

.short-heading {
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 1rem;
    font-weight: 700;
}

#pakete,
#module,
#video-tut,
#video-tut-owner,
#video-tut-employee,
#blocks,
#customer-opinions,
.short-summary {
    padding: 60px 0;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}

#function {
    padding: 100px 0;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}

.pakete-module .pakete-slider,
.pakete-slider,
.pakete-module .module-slider,
#video-tut .video-slider,
#video-tut-owner .video-slider,
#video-tut-employee .video-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}

.pakete-slider-module {
    justify-content: unset !important;
}

#slider-packages-mobile .slick-list {
    padding: 0 20% 0 0;
}

#slider-packages-mobile .slick-slide {
    margin-right: 10px;
}

.pakete-slider-module .pakete-slide,
.pakete-slider-module .module-slide {
    margin-left: 4px;
    margin-right: 4px;
}

.pakete-module .pakete-slider,
.pakete-module .module-slider {
    margin-top: 30px;
}

#video-tut .video-slider,
#video-tut-owner .video-slider,
#video-tut-employee .video-slider {
    margin-bottom: 50px;
}

.module-filter {
    margin: 20px 0;
}

.module-filter h3 {
    list-style-type: none;
    border-radius: 25px;
    padding: 3px 30px;
    background-color: #ddd;
    display: inline-block;
    line-height: 24px;
    margin: 3px;
    cursor: pointer;
    font-size: 16px;
}

.module-filter h3.is-active {
    background-color: #ff6455;
    color: #fff;
    font-weight: bold;
}

.module-filter h3:focus {
    outline: none;
}

.pakete-module .pakete-slide,
.pakete-slide,
.pakete-module .module-slide {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    /* overflow: hidden; */
    position: relative;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.pakete-module .module-img-container {
    display: none;
}

/* temporary ( only one course) */

.pakete-slide {
    margin-left: auto;
    margin-right: auto;
}

#video-tut .slick-initialized {
    margin-top: 50px;
}

.module-hide {
    display: none !important;
}

.show-more-modules {
    margin: auto;
    display: table;
}

.pakete-module .pakete-slide ul,
.pakete-slide ul {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
    border-top: 1px dashed #ccc;
}

.pakete-module .pakete-slide li,
.pakete-slide li {
    padding-left: 30px;
    position: relative;
    line-height: 24px;
}

.pakete-module .pakete-slide li::before,
.pakete-slide li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/tile_listing.png");
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pakete-module .pakete-slide .pakete-img-container,
.pakete-slide .pakete-img-container {
    width: 100%;
    height: 220px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pakete-module .pakete-slide .pakete-img-container img,
.pakete-slide .pakete-img-container img {
    display: block;
}

.pakete-module .pakete-slide .pakete-text,
.pakete-slide .pakete-text,
.pakete-module .module-slide .module-text {
    padding: 20px 30px 4px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
    flex: 1 auto;
}

.pakete-module .pakete-text h3,
.pakete-text h3,
.pakete-module .pakete-text > p,
.pakete-text > p,
.pakete-module .module-text h4,
.module-text h6,
.pakete-module .module-text > p .module-text > p {
    align-self: flex-start;
    width: 100%;
}

.pakete-module .pakete-text > p,
.pakete-text > p,
.pakete-module .module-text > p {
    line-height: 20px;
    margin-bottom: auto;
}

.pakete-module .pakete-text h3,
.pakete-text h3,
.pakete-module .module-text h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

.pakete-module .pakete-slide .info,
.pakete-slide .info,
.pakete-module .module-slide .info {
    width: 100%;
    justify-self: flex-end;
    height: auto;
    display: block;
    margin-top: 15px;
}

.pakete-module .pakete-slide .price,
.pakete-slide .price,
.pakete-module .module-slide .price {
    color: #dd5649;
    font-size: 25px;
}

.pakete-module .grid-container > a,
#video-tut .grid-container > a,
#video-tut-owner .grid-container > a,
#video-tut-employee .grid-container > a {
    text-align: center;
    display: block;
    font-weight: 600;
}

.pakete-module .grid-container > a i,
#video-tut .grid-container > a i,
#video-tut-owner .grid-container > a i,
#video-tut-employee .grid-container > a i {
    font-weight: 600;
}

#manual {
    padding: 60px 0;
    background-image: url("../img/background/home-bg.jpg");
    background-position: center;
    background-size: cover;
    min-height: 200px;
    text-align: center;
    color: #fff;
}

#manual .heading {
    margin-bottom: 30px;
}

#manual h2 {
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.39);
}

#manual img {
    max-height: 100px;
    margin-bottom: 20px;
}

/* arrow lines */

#manual .cell:nth-child(2),
#manual .cell:nth-child(3),
#manual .cell:nth-child(4) {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
}

#manual .cell:after,
#manual .cell:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

#manual .cell:after {
    top: -1px;
    left: calc(50% - 10px);
    border-color: #f15250 transparent transparent transparent;
    border-width: 10px;
}

#manual .cell:before {
    top: 0px;
    left: calc(50% - 11px);
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-width: 11px;
}

#manual .cell:first-child:after,
#manual .cell:first-child:before {
    display: none;
}

#manual .cell h6 {
    padding-top: 15px;
    font-weight: 800px;
    font-size: 17px;
    margin-bottom: 5px;
}

#manual .cell p {
    padding-bottom: 10px;
    line-height: 20px;
}

#entolia-app,
#entolia-manager {
    padding: 60px 0;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}

#entolia-app .heading h2,
#entolia-manager .heading h2 {
    margin-bottom: 5px;
}

#entolia-app .heading p,
#entolia-manager .heading p {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 30px;
}

#entolia-app .cell > p,
#entolia-manager .cell > p {
    max-width: 376px;
    font-size: 17px;
    margin-bottom: 20px;
}

#entolia-app .cell > p:last-of-type,
#entolia-manager .cell > p:last-of-type {
    margin-bottom: 30px;
}

#entolia-app .action-buttons a:nth-of-type(2),
#entolia-manager .action-buttons a:nth-of-type(2),
#entolia-app .action-buttons a:first-of-type,
#entolia-manager .action-buttons a:first-of-type {
    margin-right: 10px;
}

#entolia-app .action-buttons a,
#entolia-manager .action-buttons a {
    margin-bottom: 10px;
}

#entolia-manager h2 img,
#entolia-app h2 img {
    max-width: 44px;
    margin-right: 10px;
}

#entolia-manager .grid-x,
#entolia-app .grid-x {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#entolia-manager .grid-x .cell:first-of-type,
#entolia-app .grid-x .cell:first-of-type {
    width: 100%;
    /* order:2; */
}

#entolia-manager .grid-x .cell:last-of-type,
#entolia-app .grid-x .cell:last-of-type {
    width: 100%;
    padding-top: 30px;
    /* order:1; */
}

/* Instructions */

.app-header,
.manager-header {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ddd;
}

.appointment-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.appointment-container {
    border-bottom: 1px solid #ddd;
    padding: 60px 0 70px 0;
}

.appointment-text {
    max-width: 700px;
    margin: 30px 0;
}

.appointment-header h2 {
    margin-bottom: 25px;
}

.appointment-list-header {
    font-weight: bold;
}

.appointment-list {
    margin: 25px 0;
}

.appointment-col {
    width: 50%;
}

@media print, screen and (max-width: 925px) {
    .appointment-col {
        width: 100%;
    }
    .appointment-col:first-of-type {
        margin-bottom: 35px;
    }
}

.instruction-header .heading p,
.app-header .heading p,
.manager-header .heading p,
.support-header .heading p {
    max-width: 745px;
}

#video-tut,
#video-tut-owner,
#video-tut-employee {
    text-align: center;
}

#video-tut h2 img,
#video-tut-owner h2 img,
#video-tut-employee h2 img {
    margin-right: 15px;
}

#video-tut .video-slide,
#video-tut-owner .video-slide,
#video-tut-employee .video-slide {
    width: 100%;
    text-align: center;
}

#video-tut .video-slide p,
#video-tut-owner .video-slide p,
#video-tut-employee .video-slide p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
}

.text-right-container,
.text-left-container {
    overflow: hidden;
}

.text-right-container,
.text-left-container,
.text-right-container .left-img-container,
.text-right-container .right-img-container,
.text-right-container .text-right,
.text-left-container .text-left {
    background-image: linear-gradient(to top, #f2f2f2, #ffffff);
}

.text-right-container .left-img-container,
.text-left-container .right-img-container,
.text-right-container .text-right,
.text-left-container .text-left {
    width: calc(100% + 30px);
    /* padding:0px 15px; */
    margin-left: -15px;
    margin-right: -15px;
}

.full-bg,
.side-bg {
    position: relative;
}

.text-right-container .left-img-container,
.text-left-container .right-img-container {
    order: 1;
}

.text-right-container .right-text,
.text-left-container .left-text {
    order: 2;
}

.full-bg .right-text,
.full-bg .left-text {
    max-width: 570px;
}

/*
#app .text-right-container .left-img-container{
  background-image: url('../img/background/entolia-app-bg-test.png');
  background-size: cover;
  background-repeat:no-repeat;
} */

.text-right-container .grid-container,
.text-left-container .grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.full-bg .grid-container {
    max-width: 100%;
}

/* .text-right-container .left-img-container,
.text-right-container .right-text,
.text-left-container .right-img-container,
.text-left-container .left-text{
  width:100%;
} */

.m-1 .left-img-container {
    background-image: url("../img/background/manager-bg-test.png");
}

.m-3 .left-img-container {
    background-image: url("../img/background/manager-bg3-test.png");
}

.m-1 .left-img-container,
.m-3 .right-img-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* .m-1 .right-text,
.m-3 .left-text{
  position:relative;
} */

.text-right-container .right-text,
.text-left-container .left-text {
    padding: 60px 0;
}

.text-right-container .icon-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.text-right-container .icon-item {
    text-align: center;
    padding: 10px;
}

.text-right-container .icon-item img {
    max-height: 90px;
    margin-bottom: 15px;
}

.text-right-container .icon-item h6 {
    margin-bottom: 0;
}

#simple,
#economical {
    padding: 60px 0;
    background-image: url("../img/background/home-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#simple .heading,
#economical .heading {
    max-width: 660px;
    margin: auto;
    margin-bottom: 40px;
}

#simple h2,
#simple p,
#economical h2,
#economical p {
    color: #fff;
}

#economical h2 {
    margin-bottom: 15px;
}

#simple .simple-img-container img {
    width: 100%;
    max-width: 500px;
}

#economical .economical-img-container {
    width: 136px;
    height: 136px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto auto 30px auto;
    position: relative;
}

#economical .economical-img-container img {
    max-width: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#function .grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#function .function-list,
#function .right-text {
    width: 100%;
    padding: 0 20px;
    position: relative;
}

#function .right-text {
    padding-top: 60px;
}

/* .function-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.function-list .function-item {
    width: 84%;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.47);
    border-radius: 4px;
    height: 65px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .function-list img:first-of-type {
    max-width: 103px;
    height: auto;
    width: 100%;
    max-height: 103px;
    position: absolute;
    z-index: 0;
    top: -55px;
} */

.form-button {
    width: 100%;
    text-align: center;
}

.form-button button {
    display: inline-block;
    width: auto !important;
    min-width: 200px;
}

/* .function-list img:last-of-type {
    width: 100%;
    height: 100%;
    max-width: 85%;
    margin-left: 15%;
    position: relative;
    z-index: 1;
} */

.function-list img {
    width: 100%;
    height: auto;
}

.right-text-function-list {
    margin-top: 46px;
}

.function-list .function-item p,
.function-list .function-item h6 {
    margin: 0;
}

.function-list .function-item .what p {
    display: inline-block;
    background-color: #eaeaea;
    color: #9a9a9a;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 600;
}

.function-list .function-item i {
    color: #fff;
    font-size: 30px;
    padding: 5px;
    border-radius: 50%;
}

.short-summary .item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 40px;
}

.short-summary .item {
    width: 100%;
}

.short-summary .item img {
    margin: 15px 0;
}

.short-summary .summary-heading {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 23px;
}

.short-summary p {
    line-height: 23px;
}

.app-content .short-summary .item:nth-of-type(1) img {
    max-width: 23px;
}

.app-content .short-summary .item:nth-of-type(2) img,
.app-content .short-summary .item:nth-of-type(5) img,
.manager-content .short-summary .item:nth-of-type(6) img {
    max-width: 33px;
}

.app-content .short-summary .item:nth-of-type(3) img,
.app-content .short-summary .item:nth-of-type(4) img,
.app-content .short-summary .item:nth-of-type(8) img,
.manager-content .short-summary .item:nth-of-type(7) img,
.manager-content .short-summary .item:nth-of-type(8) img {
    max-width: 38px;
}

.app-content .short-summary .item:nth-of-type(6) img,
.manager-content .short-summary .item:nth-of-type(2) img,
.manager-content .short-summary .item:nth-of-type(3) img {
    max-width: 44px;
}

.manager-content .short-summary .item:nth-of-type(1) img {
    max-width: 46px;
}

.manager-content .short-summary .item:nth-of-type(4) img {
    max-width: 52px;
}

.short-summary .item:nth-of-type(7) img,
.manager-content .short-summary .item:nth-of-type(5) img {
    max-width: 64px;
}

@media print, screen and (min-width: 40em) {
    .short-heading {
        font-size: 17px;
    }
    .slider-links p {
        font-size: 12px;
    }
    .short-summary .item {
        width: 49%;
    }
    #manual .cell:after {
        top: 85px;
        left: -2px;
        border-color: transparent transparent transparent #f15250;
        border-width: 10px;
    }
    #manual .cell:before {
        top: 83px;
        left: -1px;
        border-color: transparent transparent transparent
            rgba(255, 255, 255, 0.5);
        border-width: 12px;
    }
    #manual .cell h6 {
        padding-top: 0px;
    }
    #manual .cell p {
        padding-bottom: 0px;
    }
    #manual .cell:nth-child(3):after,
    #manual .cell:nth-child(3):before {
        display: none;
    }
    /* #entolia-app .action-buttons a,
    #entolia-manager .action-buttons a {
        margin-bottom: 0px;
    } */
}

@media print, screen and (min-width: 48em) {
    .full-bg .left-img-container img,
    .full-bg .right-img-container img {
        position: absolute;
        width: auto;
        height: 100%;
        opacity: 0.5;
        max-width: none !important;
    }
    .full-bg .right-img-container img {
        right: 0;
    }
    .full-bg .left-img-container img {
        left: -15px;
    }
    .full-bg .left-img-container,
    .full-bg .right-img-container {
        background-image: url("../img/background/manager-bg-test.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .side-bg .right-img-container img {
        position: absolute;
        height: 330px;
        top: 50%;
        transform: translate(0%, -50%);
    }
    #function .right-text {
        padding-top: 0px;
    }
    #function .function-list,
    #function .right-text {
        width: 49%;
    }
    #entolia-app .grid-x .cell:first-of-type,
    #entolia-manager .grid-x .cell:first-of-type {
        width: 50%;
        padding: 0 30px;
        /* order:1; */
    }
    #entolia-app .grid-x .cell:last-of-type,
    #entolia-manager .grid-x .cell:last-of-type {
        width: 50%;
        /* order:2; */
        margin-bottom: 0;
        padding: 0 30px;
    }
    .text-right-container .left-img-container,
    .text-right-container .right-text,
    .text-left-container .right-img-container,
    .text-left-container .left-text {
        width: 49%;
        background-image: none;
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .text-right-container .left-img-container,
    .text-left-container .left-text {
        order: 1;
    }
    .text-right-container .right-text,
    .text-left-container .right-img-container {
        order: 2;
    }
    .text-right-container .right-text,
    .text-left-container .left-text {
        padding: 60px 0;
    }
    .manager-content .m-2 .left-text {
        padding: 100px 0;
    }
    .manager-content .m-1 .right-text,
    .manager-content .m-3 .right-text {
        padding: 60px 0 125px 0;
    }
}

@media print, screen and (min-width: 50em) {
    .home-content {
        margin-top: -40px;
    }
    .pakete-module .pakete-slide,
    .pakete-slide,
    #video-tut .video-slide,
    #video-tut-owner .video-slide,
    #video-tut-employee .video-slide,
    #simple .simple-img-container img {
        max-width: 460px;
    }
    #simple .simple-img-container img {
        width: 33%;
    }
    .pakete-module .module-slide,
    .pakete-module .pakete-slide,
    .pakete-slider .pakete-slide {
        width: 32%;
        min-width: 300px;
    }
    .pakete-module .module-img-container {
        display: block;
        position: relative;
        width: 100%;
        height: 220px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .short-summary .item {
        width: 24%;
    }
}

@media print, screen and (min-width: 64em) {
    .text-right-container .icon-list {
        justify-content: space-between;
    }
}

@media print, screen and (min-width: 78em) {
    .full-bg .right-img-container {
        position: absolute;
        z-index: 0;
        height: 100%;
        width: auto;
        left: 55%;
    }
    .full-bg .left-img-container {
        position: absolute;
        z-index: 0;
        height: 100%;
        width: auto;
    }
    .full-bg .left-img-container img,
    .full-bg .right-img-container img {
        position: relative;
        width: auto;
        height: 100%;
        opacity: 1;
    }
    .full-bg .left-img-container img {
        left: -15px;
    }
    .full-bg .right-text,
    .full-bg .left-text {
        position: relative;
        z-index: 1;
    }
    .full-bg .right-text {
        left: 55%;
    }
}

@media print, screen and (min-width: 1300px) {
    .full-bg .left-text {
        margin-right: 50%;
        transform: translate(50%);
    }
}

@media print, screen and (min-width: 1400px) {
    .full-bg .right-img-container img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

#middle {
    background: url("../img/middle-slider-mobile-bg.jpg") no-repeat center;
    background-size: cover;
    max-height: 1200px;
    /* 608px; */
}

#middle .orbit-bullets button {
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
    color: white;
}

#middle ul li {
    position: relative;
}

#middle .orbit-bullets button.is-active:after {
    position: absolute;
    top: 20px;
    left: -45px;
    content: "";
    width: 0;
    height: 0;
    border-right: solid 20px #4c8b9d;
    border-bottom: solid 20px transparent;
    border-top: solid 20px transparent;
}

#middle .orbit-bullets button.is-active {
    background-color: transparent;
}

#middle .orbit-bullets button.is-active h6 {
    font-weight: 900;
}

#middle h6 {
    margin-bottom: 0;
}

#middle .right-side {
    color: white;
    padding-top: 30px;
    padding-left: 25px !important;
    padding-bottom: 25px;
}

#middle .right-side ul {
    margin-left: 0;
}

#middle .right-side ul li {
    list-style: none;
    margin-bottom: 10px;
}

#arbeitsablauf {
    padding: 40px 0;
}

#arbeitsablauf .heading {
    text-align: center;
    margin-bottom: 40px;
}

#arbeitsablauf .orbit-wrapper {
    margin: auto;
    position: relative;
}

#arbeitsablauf .orbit-container {
    overflow-x: hidden;
    /*padding: 10px 50px;*/
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#home-orbit .orbit-container .grid-padding-x > .cell {
    padding: 0;
}

#arbeitsablauf .schritte-bild {
    text-align: center;
}

#arbeitsablauf .schritte-bild img {
    margin: auto;
}

#arbeitsablauf .schritte-text {
    vertical-align: middle;
    margin: auto;
}

#arbeitsablauf .orbit-previous,
#arbeitsablauf .orbit-next {
    top: 30%;
    padding: 2rem 0.5rem;
    background-color: #cccccc;
    color: #ffffff;
    font-size: 24px;
    border-radius: 3px;
}

#arbeitsablaeufe-slider .orbit-slide {
    padding: 30px 0;
}

#arbeitsablaeufe-slider .schritte-bild {
    padding: 0 60px;
}

#arbeitsablaeufe-slider .schritte-text {
    padding: 0 60px 0 100px;
    position: relative;
}

#arbeitsablaeufe-slider .schritte-text span {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #47819b;
    color: #47819b;
    text-align: center;
    left: 40px;
    font-size: 24px;
}

#arbeitsablauf .orbit-previous,
#orgi-app .orbit-previous {
    left: 0 !important;
}

#arbeitsablauf .orbit-next,
#orgi-app .orbit-next {
    right: 0 !important;
}

#orgi-app .orbit-bullets button,
#arbeitsablauf .orbit-bullets button {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #47819b;
}

#orgi-app .orbit-bullets button.is-active,
#arbeitsablauf .orbit-bullets button.is-active {
    background-color: #7cbfab;
}

#orgi-app {
    /* background: url('../img/orgi-app-bg.jpg') no-repeat center;
  background-size:cover; */
    padding: 30px;
    margin-bottom: 30px;
    background-color: #e5e5e5;
    position: relative;
    text-align: center;
}

#orgi-app .heading {
    margin-bottom: 30px;
    text-align: center;
}

#orgi-app h6 {
    font-family: "Raleway", sans-serif;
    color: #47819b;
    font-weight: 200;
    font-size: 20px;
}

#orgi-app .btn-medium {
    width: 106%;
}

#orgi-app .orbit-previous,
#orgi-app .orbit-next {
    color: #47819b;
    position: relative !important;
    font-size: 24px;
}

#orgi-app .orbit-wrapper {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 60px;
    background-color: #ffffff;
}

#orgi-app .orbit-container {
    height: 100% !important;
    min-height: 291px;
}

#orgi-slider {
    background-color: #ffffff;
}

#orgi-app .orgi-img {
    position: absolute;
    z-index: 10;
    top: -22px;
    left: 10px;
}

#orgi-app .orgi-person {
    position: absolute;
    z-index: 9;
    top: 30px;
    left: -60px;
    max-width: 300px;
}

#orgi-app .slider-links {
    text-align: center;
}

#orgi-app .orbit-controls {
    text-align: center;
    margin: auto;
    position: absolute;
    width: 100%;
    bottom: 5%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    /* This is a shorthand of
                                       translateX(-50%) and translateY(-50%) */
}

#orgi-app .orbit-bullets {
    position: relative;
    display: inline;
    vertical-align: middle;
}

#orgi-app .orgi-left {
    padding: 50px 20px 10px 20px;
    text-align: left;
}

#orgi-app .orgi-right {
    text-align: left;
    font-style: italic;
    font-weight: lighter;
    padding: 10px 20px 112px 20px;
    position: relative;
}

#orgi-app .orgi-right img {
    display: none;
}

#orgi-app li.orbit-slide {
    max-width: 1200px;
    margin: auto;
}

#orgi-app .orbit-slide,
#orgi-app .grid-x {
    height: 100%;
    min-height: 291px;
}

#orgi-app .orbit-previous {
    padding: 0 5px 0 0;
    vertical-align: middle;
    margin: auto;
}

#orgi-app .orbit-previous,
#orgi-app .orbit-next {
    top: 15px;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
    background-color: transparent;
}

#slick-slider-quotes {
}

#slick-slider-quotes-mobile .slick-list {
    padding: 0 !important;
}

/* VIDEO SECTION HOME */

.slick-slider-videotut p {
    text-align: center;
    overflow-wrap: break-word;
    margin-top: 5px;
}

.videoFrameT {
    position: relative;
    width: 300px !important;
    height: 180px;
    margin: 0 5px;
    position: relative;
    border: 1px solid #e6e6e6;
}

.videoFrameT:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

/* .slick-slider-videotut {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
} */

.video-01 {
    background: url("./../../img/checkliste-erledigen.jpg") no-repeat;
    background-size: 100% 100%;
}

.video-02 {
    background: url("./../../img/benutzer-verwalten.jpg") no-repeat;
    background-size: 100% 100%;
}

.video-03 {
    background: url("./../../img/checkliste-erstellen.jpg") no-repeat;
    background-size: 100% 100%;
}

.video-04 {
    background: url("./../../img/praxisdaten-verwalten.jpg") no-repeat;
    background-size: 100% 100%;
}

.video-05 {
    background: url("./../../img/checkliste-kaufen.jpg") no-repeat;
    background-size: 100% 100%;
}

.slick-slider-videotut {
    padding: 0 60px;
}

.videoFrameButton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.videoFrameButton i {
    font-size: 65px;
    color: white;
    text-shadow: 0 0 5px black;
}

#videotut {
    background-color: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 50px;
}

#videotut h2 {
    text-align: center;
    margin-bottom: 25px;
}

#videotut .heading {
    margin-top: 10px;
}

.slick-slider .slick-slide img {
    width: 100%;
}

.slick-prev {
    top: 25%;
    padding: 2rem 0.5rem;
    background-color: #ccc;
    color: #fff;
    font-size: 24px;
    border-radius: 3px;
    position: absolute;
    left: 0 !important;
    z-index: 9999;
}

.slick-next {
    top: 25%;
    padding: 2rem 0.5rem;
    background-color: #ccc;
    color: #fff;
    font-size: 24px;
    border-radius: 3px;
    right: 0 !important;
    position: absolute;
}

#orgi-app .orbit-next {
    padding: 0 0 0 5px;
    vertical-align: middle;
    margin: auto;
}

#home-slider .orbit-slide .btn-large {
    width: 100%;
    text-align: center;
}

#home-orbit .orbit-bullets button {
    border: 1px solid #47819b !important;
    background-color: #fff !important;
}

#home-orbit .orbit-bullets button.is-active,
#home-orbit .orbit-bullets button:hover {
    background-color: #7cbfab !important;
}

#middle .btn-medium {
    width: 100%;
    text-align: center;
}

#middle .orbit-container,
#middle .orbit-slide {
    height: 100% !important;
    position: relative;
}

@media print, screen and (min-width: 22em) {
    #orgi-app .btn-medium {
        width: 70%;
    }
}

@media print, screen and (min-width: 30em) {
    #home-slider .orbit-slide .btn-large {
        width: auto;
    }
}

@media print, screen and (min-width: 40em) {
    #arbeitsablaeufe-slider .orbit-slide {
        padding: 30px 0;
    }
    #arbeitsablaeufe-slider .schritte-bild {
        padding-left: 60px;
        padding-right: 20px;
    }
    #arbeitsablaeufe-slider .schritte-text {
        padding: 0 60px 0 60px;
    }
    #arbeitsablaeufe-slider .schritte-text span {
        left: 0px;
        top: 0px;
    }
    #arbeitsablauf .orbit-previous,
    #arbeitsablauf .orbit-next {
        top: 45%;
    }
    #home-slider .grid-x > .cell:first-child {
        height: 629px;
    }
    #home-slider h2 {
        font-size: 48px !important;
    }
    #home-orbit .orbit-bullets {
        display: none;
    }
    #home-orbit .orbit-container .grid-padding-x > .cell {
        padding: 0 0.9375rem;
    }
    #middle {
        background: url("../img/middle-bg.jpg") no-repeat center;
        background-size: cover;
    }
    #middle .btn-medium {
        width: auto;
    }
    #orgi-app .orgi-img {
        top: 36px;
        left: 32%;
    }
    #orgi-app .grid-container {
        padding: 0;
    }
    #orgi-app .grid-container:not(.full) > .grid-padding-x {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #orgi-app .orgi-left {
        max-width: 200px;
        background-color: #47819b;
        color: #ffffff;
        text-align: right;
        padding: 50px 15px 10px 10px;
    }
    #orgi-app .orgi-right {
        padding-bottom: 100px !important;
        padding-right: 10% !important;
        padding: 50px 20px 60px 10%;
    }
    #orgi-app .orbit-controls {
        left: 64%;
        /* position the left edge of the element at the middle of the parent */
        transform: translate(-50%, -50%);
        /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
    }
    #orgi-app h6 {
        color: #ffffff;
    }
    #orgi-app .btn-medium {
        width: 40%;
    }
}

@media print, screen and (min-width: 48em) {
    .home-header h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .home-header .left-text {
        width: 50%;
        order: 1;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        background-image: none;
        text-align: left;
        position: relative;
        top: 50%;
        /* transform: translate(0, 10%); */
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home-header .left-text > p {
        max-width: 411px;
        margin: 0 auto 20px 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
    }
    .home-header .person-img {
        width: 50%;
        order: 2;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        background-image: none;
    }
    .home-header .person-img-fm img {
        position: absolute;
        width: 117%;
        max-width: unset;
        bottom: 0;
        left: -85px;
    }
    .home-header .person-img #corona-stoerer {
        position: absolute;
        right: 0px;
        top: 23%;
        width: 42%;
    }
    #arbeitsablaeufe-slider .schritte-text span {
        left: 0px;
        top: -55px;
    }
    #arbeitsablaeufe-slider .schritte-text {
        padding: 0 60px 0 0;
    }
    #home-slider .grid-x > .cell:first-child {
        height: auto;
    }
    #home-slider {
        max-height: 676px;
    }
    #home-slider li {
        max-height: 676px;
    }
    #home-slider img {
        max-width: 100%;
    }
    #orgi-app .orgi-right {
        padding: 50px 20px 112px 15%;
        width: 70.666667%;
    }
    #orgi-app img {
        display: none;
    }
    #orgi-app .orgi-right .orgi-img {
        display: block;
    }
    #orgi-app .orgi-img {
        top: 40px;
        left: 10%;
    }
    #home-slider p {
        margin-bottom: 80px;
    }
    .slider-links {
        margin-top: 20px;
    }
}

@media print, screen and (min-width: 50em) {
    .content {
        padding: 40px 0 0 0;
    }
}

@media print, screen and (min-width: 52em) {
    #orgi-app .btn-medium {
        width: 25%;
    }
    #home-slider {
        height: 690px !important;
        min-height: 690px;
    }
    #home-slider li {
        max-height: 690px;
    }
}

@media print, screen and (min-width: 54em) {
    #home-slider li {
        /* max-height:605px; */
    }
}

@media print, screen and (min-width: 64em) {
    .home-header h1 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 20px;
    }
    .home-header .left-text > p {
        margin: 0 auto 50px 0;
    }
    .slider-links {
        margin-top: 50px;
    }
    #manual .cell:nth-child(3):after,
    #manual .cell:nth-child(3):before {
        display: block;
    }
    #home-slider h2 {
        font-size: 60px !important;
    }
    #orgi-app .orgi-right {
        padding: 50px 20px 60px 24%;
        width: 78.666667%;
    }
    #orgi-app .orgi-img {
        top: 40px;
        left: 23%;
    }
    #orgi-app .orgi-right .orgi-person {
        display: block;
    }
    #home-slider img {
        width: 114%;
        max-width: 114%;
    }
    #home-slider li {
        /* max-height:633px; */
    }
}

@media print, screen and (min-width: 69em) {
    .home-header .left-text {
        /* padding: 90px 0 20px 0;
        transform: translate(0); */
    }
    .home-header h1 {
        font-size: 55px;
    }
    .slider-links {
        margin-top: 70px;
    }
    #home-slider li {
        /* min-height:650px;
    max-height: 650px; */
    }
}

@media print, screen and (min-width: 70.75em) {
    #orgi-app .orgi-person {
        top: 15px;
    }
}

@media print, screen and (min-width: 74em) {
    #middle .right-side {
        padding-bottom: 40px !important;
    }
    #middle .orbit-slide img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media print, screen and (max-width: 76em) {
    #arbeitsablauf .orbit-container {
        border: none;
    }
    #arbeitsablauf .grid-container {
        padding-right: 0;
        padding-left: 0;
    }
    #videotut .grid-container {
        padding-right: 0;
        padding-left: 0;
    }
    .videoFrameT {
        width: 200px !important;
        height: 120px;
        margin: 0 5px;
        position: relative;
    }
    .slick-slider-videotut {
        border-left: none !important;
        border-right: none !important;
    }
    .slick-prev {
        top: 13%;
    }
    .slick-next {
        top: 13%;
    }
}

@media print, screen and (max-width: 64em) {
    #manual .cell:nth-child(2),
    #manual .cell:nth-child(4) {
        border-left: 1px solid #cccccc;
    }
    #manual .cell:nth-child(3) {
        border-left: none;
    }
    .home-header .person-img-fm img {
        width: 100%;
        left: 0;
    }
}

@media print, screen and (max-width: 40em) {
    #function-list .accordion-title::before {
        right: 0rem !important;
    }
    #manual img {
        max-height: none;
        padding: 10px;
    }
    #home-slider .orbit-controls {
        display: none;
    }
    #manual {
        padding-left: 20px;
        padding-right: 20px;
    }
    #manual .cell {
        border-bottom: 1px solid #cccccc;
        text-align: left;
        padding-top: 15px;
    }
    #manual .cell:nth-child(2),
    #manual .cell:nth-child(3) {
        border-right: none;
    }
    #manual .cell:nth-child(2),
    #manual .cell:nth-child(4) {
        border-left: none;
    }
    #manual .cell:nth-child(4) {
        border: none;
    }
    #arbeitsablauf .schritte-text {
        padding-top: 30px;
    }
    #middle .orbit-bullets button.is-active:after {
        display: none;
    }
    .home-header .sub-header {
        font-size: 30px !important;
        margin-bottom: 15px !important;
    }
}

@media print, screen and(max-width:39.9em) {
    #orgi-app .medium-3 {
        text-align: left !important;
    }
}

/**
* Styling for services.blade
**/

#service .angebote {
    margin-bottom: 60px;
}

#service .heading {
    position: relative;
}

#service .heading h1 {
    max-width: 200px;
}

#service .heading img {
    position: absolute;
    top: 0;
    left: 200px;
    max-width: 100px;
}

.angebote .extra-text {
    padding: 0;
}

.angebote .extra-text p {
    padding: 40px 0 20px 0;
}

.angebote .extra-text a {
    width: 100%;
    max-width: 325px;
}

#service .angebote .grid-padding-x {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

#service .angebot .grid-padding-x,
#service .angebote ul .grid-padding-x,
#service .angebote .grid-x .grid-padding-x {
    padding: 0;
}

#service .angebot {
    border-bottom: 1px solid #cccccc;
}

#service ul {
    list-style: none;
    margin: 0;
}

#service .angebote ul li {
    margin-bottom: 10px;
    vertical-align: middle;
}

#service .angebote ul li .cell:last-child {
    margin: auto;
    padding: 0;
    padding-left: 3%;
}

#service .angebote ul li p {
    margin: 0 0 0 10px;
    font-weight: bold;
}

#service .angebote h4 {
    font-weight: 900px;
    font-size: 30px;
}

#service .grid-padding-x {
    border: none;
}

#service a {
    text-align: center;
    display: block;
    width: 100%;
}

#service a:last-child {
    margin-top: 10px;
}

.classic,
.prof,
.profplus {
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 31.33333333% !important;
    margin-left: 3%;
    padding: 20px 0 !important;
}

.classic h5,
.prof h5,
.profplus h5 {
    font-weight: 200;
    color: #47819b;
    padding-bottom: 20px;
    font-size: 28px;
}

.classic ul,
.prof ul,
.profplus ul {
    padding: 20px 0;
}

.classic p a:hover,
.prof p a:hover,
.profplus p a:hover {
    color: black;
}

.classic {
    margin-left: 0 !important;
}

.prof {
    background-color: #e4f2ed;
}

.prof .bestseller {
    position: relative;
}

.prof .bestseller img {
    position: absolute;
    /* top:-60%;
  right:15%; */
    top: -55%;
    right: 0;
    max-width: 100px;
}

#leistungscheck {
    background-color: #f0f0f0;
    padding: 40px 0;
}

#leistungscheck h6 {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

#leistungscheck ul {
    padding: 20px 0;
}

#leistungscheck ul li {
    padding-left: 0;
}

#leistungscheck i {
    font-size: 30px;
    color: #47819b;
}

.angebot h5 {
    max-width: 170px;
}

@media print, screen and (min-width: 20em) {
    #service .heading img {
        left: 230px;
    }
    #service .angebote ul li .cell:last-child {
        padding-left: 0%;
    }
    #service .angebot .grid-padding-x,
    #service .angebote ul .grid-padding-x,
    #service .angebote .grid-x .grid-padding-x {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
}

@media print, screen and (min-width: 26em) {
    #service .angebote ul li p {
        margin-left: 0px;
    }
    #leistungscheck i {
        font-size: 35px;
    }
}

@media print, screen and (min-width: 40em) {
    #service .heading p {
        width: 72%;
    }
    #service .heading h1 {
        max-width: 100%;
    }
    #service .heading img {
        max-width: 150px;
        top: 154px;
        left: 75%;
    }
    .angebote .extra-text a {
        padding: 5px 50px;
        width: auto;
    }
    .angebote .extra-text {
        width: 72%;
    }
    #service .angebote ul li .cell:last-child {
        padding-left: 12%;
    }
    #service .angebot .grid-padding-x .cell,
    #service .angebote ul .grid-padding-x .cell:first-child {
        padding-left: 0 !important;
    }
    #service .angebot h4 {
        font-size: 17px;
    }
    .prof .bestseller img {
        right: -22px;
    }
    #leistungscheck i {
        font-size: 26px;
    }
}

@media print, screen and (min-width: 42.75em) {
    #service .heading img {
        top: 77px;
    }
}

@media print, screen and (min-width: 48em) {
    #service .angebote ul li .cell:last-child {
        padding-left: 8%;
    }
    .prof .bestseller img {
        right: 0px;
    }
    #leistungscheck i {
        font-size: 35px;
    }
}

@media print, screen and (min-width: 57.5em) {
    .angebot h5 {
        max-width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .prof .bestseller img {
        right: -1%;
    }
    #service .heading img {
        top: 0px;
    }
    #service .angebote ul li .cell:last-child {
        padding-left: 3%;
    }
    #service .angebot .grid-padding-x .cell,
    #service .angebote ul .grid-padding-x .cell:first-child {
        padding-left: 0.9375rem !important;
    }
    #service .angebot h4 {
        font-size: 30px;
    }
}

@media print, screen and (min-width: 78em) {
    #service .angebote ul li .cell:last-child {
        padding-left: 0%;
    }
    .prof .bestseller img {
        max-width: 130px;
    }
}

@media print, screen and (max-width: 40em) {
    #service .angebote .classic,
    #service .angebote .prof,
    #service .angebote .profplus {
        width: 100% !important;
        margin: 10px auto;
    }
    #leistungscheck ul {
        padding: 0 !important;
    }
    #leistungscheck .grid-x:last-child {
        padding-top: 20px !important;
    }
    .prof .bestseller img {
        top: -40%;
    }
}

/**
* Styling for function.blade
**/

#function-list .accordion-title h5 {
    margin-bottom: -13px !important;
    font-weight: bold;
    color: #333 !important;
}

#function-list {
    padding-bottom: 60px;
    margin: 0 0.625rem;
}

#function-list h4 {
    padding-bottom: 30px;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 30px;
    border-left: 1px solid #cccccc;
}

#function-list .short-t {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border-left: 1px solid #ccc;
}

#function-list .grid-padding-x {
    margin-left: 0;
    margin-right: 0;
}

#function-list .grid-padding-x .grid-padding-x {
    padding-left: 20px;
    margin-left: 0;
    border-left: 1px solid #cccccc;
}

#function-list .grid-padding-x > .cell {
    padding-left: 0;
}

#function .marktplatz {
    background: url("../img/marktplatz-bg-3.png") no-repeat center;
    background-size: cover;
    height: auto;
    color: #ffffff;
    position: relative;
    padding-top: 60px;
}

.function-slide {
    background-image: url("../img/funktionen-bg-blau.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 60px;
}

.function-slide img {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0.625rem;
}

.marktplatz .grid-padding-x > .cell {
    padding-left: 0;
}

.marktplatz .grid-padding-x .grid-padding-x {
    margin-left: 0;
}

.marktplatz-bild {
    position: relative;
    text-align: center;
    margin: auto;
}

.marktplatz-bild img {
    width: 100%;
    height: auto;
    max-width: 350px;
}

.marktplatz-text {
    margin: 0 0.625rem;
}

.marktplatz-text h3 {
    max-width: 380px;
    font-size: 30px;
}

.marktplatz-text p {
    max-width: 455px;
}

.dropdown {
    cursor: pointer;
}

.panel p:last-child {
    display: none;
}

.accordion .accordion-navigation .content {
    display: none;
}

.accordion .accordion-navigation .content.active {
    display: inline-block;
}

#function-list .accordion-content {
    padding: 0 0 0 60px;
    margin: 0;
    border: none;
}

#function-list .accordion-item {
    padding: 15px 0;
    border-left: 1px solid #cccccc;
}

#function-list .accordion-item > p {
    padding-left: 60px;
    margin-bottom: 0;
}

#function-list :last-child:not(.is-active) > .accordion-title,
#function-list :last-child > .accordion-content:last-child {
    border: none;
}

#function-list .accordion-title,
#function-list .is-active .accordion-title {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    padding-left: 60px !important;
    padding-bottom: 19px;
    border: none;
}

#function-list .icon-wrapper {
    float: left;
    position: absolute;
}

.icon-wrapper .la-wifi::before {
    position: absolute;
    top: 10px;
    right: 10px;
}

.icon-wrapper .la-wifi::after {
    content: "/";
    position: absolute;
    top: 5px;
    right: 18px;
    font-size: 36px;
    transform: rotate(25deg);
}

@media print, screen and (min-width: 40em) {
    .function-slide img {
        padding: 50px 0.9375rem;
    }
    /* #function .marktplatz{
    padding-bottom:60px !important;
  } */
    #function-list {
        margin: 0 0.9375rem;
    }
    #function-list .accordion-title h5 {
        padding-top: 0px;
    }
    .marktplatz {
        max-height: 620px;
    }
    .marktplatz-bild {
        top: -230px;
        left: -25%;
    }
    .marktplatz-bild img {
        max-width: 320px;
    }
    .marktplatz-text h3 {
        font-size: 31px;
    }
    .marktplatz-text {
        margin: 0;
    }
}

@media print, screen and (min-width: 41.1875em) {
    .marktplatz {
        max-height: 578px;
    }
}

@media print, screen and (min-width: 41.5em) {
    .marktplatz {
        max-height: 552px;
    }
}

@media print, screen and (min-width: 42.5em) {
    .marktplatz-bild {
        top: -230px;
    }
}

@media print, screen and (min-width: 46.625em) {
    .marktplatz-bild {
        top: -206px;
    }
}

@media print, screen and (min-width: 47.6875em) {
    .marktplatz {
        max-height: 552px;
    }
}

@media print, screen and (min-width: 50.1875em) {
    .marktplatz {
        max-height: 508px;
    }
}

@media print, screen and (min-width: 51.25em) {
    .marktplatz {
        max-height: 482px;
    }
    .marktplatz-bild {
        top: -260px;
    }
    .marktplatz-bild img {
        max-width: 350px;
    }
}

@media print, screen and (min-width: 55.625em) {
    .marktplatz {
        max-height: 458px;
    }
}

@media print, screen and (min-width: 64em) {
    .marktplatz-bild img {
        max-width: 635px;
    }
    .marktplatz-bild {
        top: -550px;
    }
    #function-list h4,
    #function-list .short-t {
        padding-left: 20px;
    }
    #function-list .icon-wrapper {
        margin-left: 20px;
    }
    #function-list .accordion-title,
    #function-list .is-active .accordion-title,
    #function-list .accordion-item > p,
    #function-list .accordion-content {
        padding-left: 86px !important;
    }
}

@media print, screen and (min-width: 67.5em) {
    .marktplatz-bild {
        top: -527px;
    }
}

@media print, screen and (min-width: 76em) {
    #function-list {
        margin: 0rem;
    }
}

@media print, screen and (max-width: 64em) {
    #function #function-list .accordion-item {
        border-left: none !important;
    }
    #function #function-list h4 {
        padding-bottom: 15px;
        border-left: none;
        border-bottom: 1px solid #cccccc;
    }
    #function-list .short-t {
        border-left: none;
    }
    #function #function-list .accordion-4 {
        width: 100% !important;
        margin: 10px auto;
    }
}

@media print, screen and(max-width:48em) {
    #function .marktplatz {
        padding-top: 10px;
    }
}

@media print, screen and (max-width: 40em) {
    .accordion-item > p,
    #function-list img {
        margin-left: 0px !important;
    }
}

/**
* Styling for support.blade
**/

.opening-hours{
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    color: white;
    font-size: 17px;
    border-collapse: unset;
    margin-bottom: unset;
    border-radius: unset;
}

.opening-hours .hourTD{
    width: 138px;
}

.opening-hours tbody, .opening-hours tr:nth-child(2n), .opening-hours tfoot, .opening-hours thead{
    border: none;
    background-color: transparent;
}

.opening-hours td{
    padding: .25rem 0;
}

.videoIntro {
margin-left: 10px;
}

.videoIntroGrid {
margin-top: 20px;
margin-bottom: 20px;
}

.videoTutH {
margin-top: 12px;
}

#support-info {
padding-bottom: 60px;
height: auto;
border-bottom: 1px solid #ddd;
}

#support-info-appointment {
border-bottom: none;
}

#support-info h6 {
margin-bottom: 0;
}

#support-info p {
margin-bottom: 30px;
}

/* #support-info .grid-container{
min-height:520px;
} */

#support-info .formular-img img {
    max-width: 299px;
    position: absolute;
    right: 0;
}

#support-info .support-info-formular {
    position: relative;
}

.contact-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}


.contact-box,
.contact-box-custom {
    background-image: linear-gradient(to bottom, #ff6455, #dd5649);
    padding: 20px;
    border-radius: 5px;
    width: 100%;
}

.contact-box:last-of-type {
    margin: 30px 0;
}

.contact-box-custom:last-of-type {
    margin: 30px 0;
}

.contact-box p,
.contact-box a,
.contact-box-custom a,
.contact-box-custom p {
    color: #fff;
}

.contact-box a,
.contact-box-custom a {
    font-size: 25px;
    margin-top: 10px;
}

.contact-box p,
.contact-box-custom p {
    font-size: 17px;
}

.contact-box .contact-box-custom .icon img {
    width: 100%;
    max-width: 52px;
    height: auto;
    max-height: 52px;
    margin: auto auto 10px auto;
}

.contact-box-custom.full {
    width: 100%;    
}

@media screen and (min-width:54em){
    .contact-box-custom.full {
        display: flex;

        .icon {
            margin-right: 3rem;
        }
    }
}

#formular,
#formular-selling,
#formul-buying {
    /* border: 1px solid #cccccc; */
    /* border-radius: 3px; */
    position: relative;
    width: 100%;
}

#formular > .row:first-child,
#formular-selling > .row:first-child,
#formular-buying > .row:first-child {
    border-bottom: 1px solid #cccccc;
}

#formular .columns input[type="text"],
#formular .columns input[type="email"],
#formular .columns textarea,
#formular-selling .columns input[type="text"],
#formular-selling .columns input[type="email"],
#formular-selling .columns textarea,
#formular-buying .columns input[type="text"],
#formular-buying .columns input[type="email"],
#formular-buying .columns textarea {
    width: 100%;
}

#formular textarea,
#formular-selling textarea,
#formular-buying textarea {
    height: 100px;
}

#formular h6,
#formular-selling h6,
#formular-buying h6 {
    padding: 20px;
    margin: 0;
}

#formular a,
#formular-selling a,
#formular-buying a {
    width: 80%;
    text-align: center;
}

.form-content {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-content .top-side,
.form-content .top-side-split,
.form-content .left-side,
.form-content .right-side {
    width: 100%;
}

.form-content .top-side-split {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    flex-wrap: wrap;
}

#formular .appointment-textarea {
    height: 149px;
}

.form-content .large-6 {
    width: 48.25%;
    float: left;
}

.form-content .large-6:first-child {
    margin-right: 1.5%;
}

.form-content .large-6:last-child {
    margin-left: 1.5%;
}

.form-content .large-6 > input[type="text"],
.form-content .large-6 > input[type="email"] {
    width: 100% !important;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 0 0 10px 0;
}

.radio-item input[type="radio"] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background-color: transparent;
}

.radio-item input[type="radio"]:checked + label:after {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: 11px;
    content: " ";
    display: block;
    background: #dd5649;
}

.check-item {
    display: inline-block;
    position: relative;
}

.check-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-item label {
    display: block;
    position: relative;
    color: #666;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    min-height: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    margin: 0 6px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    top: 4px;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.check-item input[type="checkbox"]:checked ~ .checkmark::after {
    display: block;
}

.check-item input[type="checkbox"]:checked ~ .checkmark {
    background-color: #ff6455;
    border: 1px solid #ff6455;
}

.check-item label .checkmark::after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.inline {
    display: inline;
    margin-right: 5px;
}

#faq {
    background: url("../img/slider-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}

#faq h2 img {
    max-width: 46.5px;
    max-height: 46.5px;
    margin-right: 10px;
}

#faq ol {
    font-size: 15px;
}

#support-info .right-side textarea {
    font-size: 16px;
    height: 150px;
}

#support-info .right-side button {
    max-width: 215px;
}

#faq ul,
#inhalte ul {
    /* border-radius: 5px; */
    margin-top: 20px;
    margin-bottom: 30px;
    /* -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); */
}

#faq li.accordion-item,
#inhalte li.menu-item {
    /* padding: 15px 20px; */
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    max-width: 100%;
    margin: 10px 0;
    text-align: left;
    border-radius: 4px;
}

.dashboard-part #inhalte li.menu-item {
    background-color: transparent;
}

#faq li .accordion-title,
#inhalte li .menu-title {
    font-size: 20px;
    padding: 15px 60px 15px 60px;
    color: #333 !important;
    border: none;
    border-radius: 4px;
}

#inhalte li .menu-title h3,
#inhalte li .menu-title h4 {
    font-size: 17px;
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 0;
}

#inhalte .menu-content .menu-item {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#faq .accordion-title::before {
    left: 1rem;
    right: auto;
    font-size: 24px;
    transform: translate(0%, -50%);
    margin-top: 0;
}

#faq li .accordion-content,
#inhalte li .menu-content {
    font-size: 17px;
    padding: 20px 40px 20px 62px;
    border: none !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#inhalte li .menu-content {
    padding: 10px 15px;
}

#inhalte li .menu-content.menu-listing {
    padding: 0px;
    border: 0;
}

#inhalte .menu-listing li {
    list-style-type: none;
    border-bottom: 1px dashed #ccc;
    padding: 10px 25px;
    position: relative;
}

#inhalte .submenu-toggle[aria-expanded="true"] .menu-title {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#inhalte .menu-listing li:first-of-type {
    border-top: 1px solid #ccc !important;
}

#inhalte .menu-listing li:last-of-type {
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#inhalte li .menu-content {
    margin: 0;
}

/* #faq li.last-child,
#faq li.last-child .accordion-title,
#faq li.last-child .accordion-title:hover{
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom:0;
} */

#faq li p,
#inhalte li p {
    margin: 0;
}

#faq button,
#inhalte button {
    background: transparent;
    border-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
}

#inhalte .accordion-info button {
    padding-top: 4px;
}

#faq .more-questions,
#faq #l-q {
    display: none;
}

#faq .accordion li.is-active .accordion-title {
    border-bottom: 1px solid #ccc !important;
    background-color: #f5f5f5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#inhalte .menu li.is-active .menu-title h3,
#inhalte .menu li.is-active .menu-title h4s {
    border: 1px solid #ccc !important;
    background-color: #f5f5f5;
    border-radius: 4px;
}

#faq .accordion li.is-active,
#faq .accordion-title:focus,
#faq .accordion-content,
#inhalte .menu li.is-active,
#inhalte .menu-title:focus,
#inhalte .menu-content {
    color: #333333;
    background-color: #fff;
    /* border-radius: 5px; */
}

.dashboard-part #inhalte .menu li.is-active,
.dashboard-part #inhalte .menu-title:focus,
.dashboard-part #inhalte .menu-content {
    background-color: transparent;
}

.dashboard-part-cumo {
    border-bottom: 1px dashed #cccccc;
}

#faq .accordion-item:first-child > :first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#inhalte .menu-item {
    position: relative;
    border: none;
}

#inhalte .accordion-info {
    padding: 0 0 0 60px;
    color: #666666;
}

#inhalte .accordion-info img,
#inhalte .time img {
    max-width: 30px;
    margin-left: 10px;
}

#inhalte {
    padding: 30px 0;
}

.activate-info > .cell:last-of-type {
    padding-top: 20px;
}

.activate-info > .cell-padding {
    padding-top: 20px;
}

.activate-info > .cell-forme {
    clear: both;
    padding-top: 0;
}

.activated-forme {
    float: none;
    width: 100%;
}

.activated-forme p {
    float: left;
    margin-top: 35px;
    margin-bottom: 5px;
    color: #ff6455;
    font-weight: bold;
}

.activated-forme a {
    float: right;
}

.activate-info .grid-x:first-of-type,
#paket .activate-info > .cell:first-of-type,
#paket-be .activate-info > .cell:first-of-type {
    border-bottom: 1px dashed #dd5649;
}

.activate-info .grid-x:first-of-type .cell:last-of-type {
    position: relative;
}

.activate-info .grid-x:first-of-type .cell:last-of-type a {
    margin-bottom: 10px;
}

.activate-info .module-unit,
.activate-info .module-time {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}

.activate-info .module-activate {
    display: inline-block;
    margin-bottom: 15px;
    float: right;
}

.activate-info .module-unit img,
.activate-info .module-time img {
    margin-right: 5px;
    width: 20px;
    height: auto;
}

.img-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}

.img-wrap > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.grid-container-cumo {
    max-width: none;
}

.active-since {
    float: right;
    color: #268e00;
}

/* #faq .is-active{
border-left: 7px solid #7CBFAB;
} */

#support-info .formular-img {
    display: none;
}

.radio-item [type="radio"] + label {
    margin-right: 0;
}

.radio-item {
    padding: 0;
}

.marktplatz-text .btn-primary {
    width: 100%;
    text-align: center;
}

#formular .btn-medium,
#formular-selling .btn-medium,
#formular-buying .btn-medium {
    width: 100%;
}

#faq button {
    margin-right: 20px;
    margin-left: 20px;
}

#support-info .grid-x .cell:first-child {
    margin-bottom: 20px;
}

#support-info .support-info-short,
#support-info .support-info-formular {
    width: 100%;
}

#description,
#advantages,
#goals {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

#description h2,
#goals h2,
#advantages h2,
#inhalte h2 {
    font-size: 1.9375rem;
}

.dashboard-part #goals,
.dashboard-part #inhalte {
    padding: 0px;
    border-bottom: 0;
}

.dotted-seperator {
    border-bottom: 1px dashed #cccccc;
    margin: 10px;
    width: 15%;
    margin-left: -10px;
}

.btn-como-users {
    margin-top: 20px;
}

.como-user-selection {
    margin-top: 20px;
    margin-left: 15px;
}

.cumo-container {
    -webkit-box-shadow: 2px 3px 10px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 2px 3px 10px 0px rgba(204, 204, 204, 1);
    box-shadow: 2px 3px 10px 0px rgba(204, 204, 204, 1);
}

.dashboard-part-cumo p {
    width: 85%;
}

.cumo-header {
    font-size: 28px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 20px;
}

#paket {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

#paket-be {
    background-color: #fff;
    padding: 20px;
}

.reveal {
    top: 0px !important;
    /* transform: translate(0, 15%); */
    width: 90% !important;
    min-height: 0 !important;
    margin: 15% auto;
    height: auto !important;
}

#usps ul {
    position: relative;
    list-style-type: none;
    margin: 0;
}

#usps li {
    margin-bottom: 10px;
}

#usps li::before {
    content: " ";
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/tile_checkmark.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
}

.slick-slide a:focus {
    outline: none !important;
}

#goals ul,
#paket ul,
#paket-be ul,
#advantages ul,
.reveal ul {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
    /* border-top:1px dashed #ccc; */
}

#goals li,
#paket li,
#paket-be li,
#advantages li,
.reveal li {
    padding-left: 30px;
    position: relative;
}

#paket-be li {
    margin: 15px 0;
}

#advantages li::before,
.reveal li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/tile_checkmark.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

#goals li::before,
.reveal li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/tile_checkmark.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

#paket li::before,
#paket-be li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/tile_checkmark.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 5px;
}

.reveal .close-button {
    color: #dd5649;
}

.reveal .description,
.reveal .goals,
.reveal .discount {
    border-top: 1px dashed #ccc;
    padding-top: 1rem;
}

.reveal .title img {
    max-width: 31px;
    margin-right: 10px;
}

.reveal-como {
    /* width: 35% !important; */
    padding: 20px;
}

.reveal-como h2 {
    font-size: 24px;
}

.reveal-como .price {
    color: #dd5649;
    font-size: 25px;
}

.price-module {
    font-size: 15px !important;
}

.btn-como {
    width: 100%;
}

.btn-como-buy {
    margin-top: 20px;
    margin-bottom: 20px;
}

.reveal-como .login-top {
    padding: 0px;
    padding-bottom: 20px;
}

.reveal-como #checkmark-empty {
    margin-left: 30px;
    margin-top: 5px;
    color: red;
    font-weight: bold;
    display: none;
}

@media print, screen and (min-width: 23em) {
    .radio-item [type="radio"] + label {
        margin-right: 0.9rem;
    }
    .radio-item {
        padding: 0 6px;
    }
    .radio-item input[type="radio"]:checked + label:after {
        left: 17px;
    }
    .marktplatz-text .btn-primary {
        width: auto;
        text-align: left;
    }
}

@media print, screen and (min-width: 40em) {
    #description h2,
    #goals h2,
    #inhalte h2 {
        line-height: 1.4em;
    }
    #support-info .grid-x .cell:first-child {
        margin-bottom: 0px;
    }
    #faq button {
        margin: 0;
    }
    #support-info {
        padding-bottom: 20px;
    }
    #support-info .support-info-short,
    #support-info .support-info-formular {
        width: 48%;
    }
    .radio-item input[type="radio"]:checked + label:after {
        left: 11px;
    }
    .radio-item {
        padding: 0;
    }
    #service .angebote ul li p {
        padding-left: 8px;
    }
    .checkmark {
        top: 50%;
        transform: translate(0, -50%);
    }
    .activate-info .grid-x:first-of-type .cell:last-of-type a {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0%, -50%);
        margin: auto;
    }
    .reveal-como h2 {
        font-size: 45px;
    }
    #description,
    #goals,
    #inhalte {
        padding: 60px 0;
    }
    .activate-info {
        margin-top: 30px;
    }
}

@media print, screen and (min-width: 42em) {
    .radio-item {
        padding: 0 6px;
    }
    .radio-item input[type="radio"]:checked + label:after {
        left: 17px;
    }
}

@media print, screen and (min-width: 48em) {
    .reveal {
        top: 50% !important;
        transform: translate(0, -50%);
        margin: auto;
        max-width: 680px;
    }
    #inhalte .accordion-info,
    #inhalte .time {
        position: absolute;
        right: 1rem;
        top: 26px;
        line-height: 30px;
        transform: translate(0%, -50%);
    }
    #inhalte .menu-item {
        border: none !important;
    }
    #inhalte li .menu-title {
        border: 1px solid #cccccc !important;
        margin-right: 0;
    }
    #inhalte .menu-listing li {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
}

@media print, screen and (min-width: 50em) {
    .form-content .left-side,
    .form-content .right-side {
        width: 49%;
    }
    .contact-box {
        width: 49.5%;
    }
    .contact-box-custom {
        width: 24.75%;
    }
    .contact-box-custom:last-of-type {
        margin: 0;
    }
    .contact-box:last-of-type {
        margin: 0;
    }
}

@media print, screen and (min-width: 64em) {
    #support-info .support-info-short {
        width: 33.33333333%;
    }
    #support-info .support-info-formular {
        width: 66.6666667%;
    }
    #support-info {
        padding: 60px 0;
    }
    #support-info .formular-img {
        display: block;
    }
    #support #email {
        width: 80%;
    }
    #formular .columns input[type="text"],
    #formular .columns input[type="email"],
    #formular .columns textarea,
    #formular-selling .columns input[type="text"],
    #formular-selling .columns input[type="email"],
    #formular-selling .columns textarea,
    #formular-buying .columns input[type="text"],
    #formular-buying .columns input[type="email"],
    #formular-buying .columns textarea {
        width: 80%;
    }
    #formular .btn-medium,
    #formular-selling .btn-medium,
    #formular-buying .btn-medium {
        width: 80%;
    }
    #formular,
    #formular-selling,
    #formular-buying {
        /* border: 1px solid #cccccc;
    border-radius: 3px;
    position:absolute;
    width:68%; */
    }
    .form-content .large-6 {
        width: 38.5%;
    }
}

@media print, screen and (min-width: 78em) {
    #formular,
    #formular-selling,
    #formular-buying {
        /* width:70%; */
    }
}

/* Unterweisungspaket */

.instructionPackage-header .banner {
    position: relative;
    background-image: url("../img/background/unterweisungspaket_bg.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
}

.instructionPackage-header .banner .grid-container,
.instructionPackage-header .banner .grid-x {
    height: 100%;
}

.instructionPackage-header
    .banner
    > .grid-container
    > .grid-x
    > .cell:first-of-type {
    display: none;
}

.instructionPackage-header .banner .grid-x > .cell:last-of-type {
    position: relative;
}

.instructionPackage-content .heading {
    border-bottom: none;
}

.vorschau {
    color: #dd5649;
    border: 1px solid #dd5649;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
    .preview-link-dont-show-mobile {
        display: none;
    }
    .vorschau {
        display: none;
    }
}

.activate-info .primary {
    font-size: 30px;
}

.module-unit,
.module-time {
    color: #666666;
}

.placeholder-play {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

/**
* Styling for accordion
**/

.accordion-title,
.accordion-title:hover {
    font-size: 100%;
    padding-right: 40px;
}

/* .accordion-title::before{
  margin-top: -0.55rem;
  content: '\232A';
  transform:rotate(90deg);
  color:#47819B;
}


.is-active > .accordion-title::before{
  content:'\232A';
  transform:rotate(-90deg);
  margin-right:4px;
} */

.slide-top {
    background: url(../img/slide-top.png) no-repeat center center;
    background-size: contain;
    min-height: 500px;
}

.accordion-title,
.accordion-content {
    border: none !important;
}

.accordion-title:focus {
    color: #333333;
    background-color: #ffffff;
}

.accordion-title h6:focus {
    outline: none;
}

.accordion-item > p {
    display: inline-block;
    padding: 0 0 0 86px;
    margin-top: -10px;
}

@media print, screen and (min-width: 25em) {
    .accordion-item > p {
        margin: 0;
    }
}

@media print, screen and (min-width: 40em) {
    .instructionPackage-header
        .banner
        > .grid-container
        > .grid-x
        > .cell:first-of-type {
        display: block;
    }
}

/**
  * Styling for themenfelder.blade
  **/

#themenfelder h2 {
    font-size: 1.0625rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

#themenfelder h3 {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}

@media print, screen and (min-width: 40em) {
    #themenfelder h2 {
        font-size: 1.25rem;
    }
    #themenfelder h3 {
        font-size: 1.15rem;
    }
}

/**
  * Styling for cookie.blade
  **/

#cookiebanner {
    margin-top: 75px;
}

.cookiecard {
    border: 1px solid lightgrey;
    padding: 25px;
    border-radius: 5px;
}

.cookiecard ul {
    margin-left: 50px;
}

.cookiecard li {
    margin-bottom: 3px;
}

.cookiecard .checkbox {
    margin-bottom: 10px;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    margin-left: -4px !important;
}

.cookiecard .checkbox > input:disabled {
    border: 1px solid #999;
    background-color: #999;
    color: #fff;
}

.cookiecard > input:checked {
    border: 1px solid #999;
    background-color: #fff;
}

.cookiecard .checkbox > input {
    margin: 3px 3px 3px 5px;
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #666;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
}

.cookiecard .checkbox > span {
    color: #666;
    padding: 0.35rem 0.25rem;
}

.cookiecard .checkbox > input:checked + span::before {
    content: "\2713";
    display: block;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0.8rem;
    top: 0.2rem;
}

/**
  * Styling for impressum.blade, datenschutz.blade
  **/

.impr-info,
.daten-info {
    padding-top: 40px;
    padding-bottom: 25px;
    background-color: #f0f0f0;
}

.impr-info ul,
.daten-info ul {
    margin: 0;
}

.impr-info ul li,
.daten-info ul li {
    list-style-type: none;
    margin-bottom: 15px;
}

.impr-info p,
.daten-info p {
    margin-bottom: 0;
}

.impr-info ul li > p:first-child {
    font-weight: bold;
}

.impr-text,
.daten-text {
    padding-top: 40px;
    padding-bottom: 40px;
}

.impr-text p:first-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.impr-text p,
.daten-text p,
.agb-text p,
.sysReq-text p,
.sellInThree-text p,
.buyInThree-text p {
    margin-bottom: 40px;
}

.sellInThree-text p,
.buyInThree-text p {
    margin-bottom: 20px;
}

.sellInThree-text li > p:last-child,
.buyInThree-text li > p:last-child {
    margin-bottom: 40px;
}

.sellInThree-text h3,
.buyInThree-text h3 {
    margin-bottom: 30px;
}

.daten-rechte p {
    margin-left: 35px;
}

.daten-rechte li p:first-child {
    display: inline-block;
    margin-left: 15px !important;
    margin-bottom: 20px;
}

.daten-rechte {
    counter-reset: section;
    list-style-type: none;
    margin-left: 0;
}

.daten-rechte li::before {
    counter-increment: section;
    content: counters(section, ".") " ) ";
}

.nutzung li p {
    margin-bottom: 0;
}

.nutzung {
    margin-bottom: 40px;
}

.daten-info .cell > p:first-child {
    font-weight: bold;
    margin-bottom: 20px;
}

#impressum .grid-x,
#datenschutz .grid-x {
    margin-left: 0;
    margin-right: 0;
}

.daten-info .cell {
    padding-left: 0;
}

.agb-text ol,
.sellInThree-text ol,
.buyInThree-text ol {
    counter-reset: section;
    list-style-type: none;
    margin-left: 0;
}

.agb-text li::before,
.sellInThree-text li::before,
.buyInThree-text li::before {
    counter-increment: section;
    content: counters(section, ".") " . ";
    font-size: 1.25rem;
    font-weight: 700;
}

.agb-text h5,
.sysReq-text h5,
.sellInThree-text h5,
.buyInThree-text h5 {
    display: inline-block;
    margin-bottom: 20px;
}

.agb-text ol li:last-child p {
    margin-bottom: auto;
}

@media print, screen and (min-width: 76em) {
    #sellInThree .grid-container > .grid-padding-x,
    #buyInThree .grid-container > .grid-padding-x,
    #sysReq .grid-container > .grid-padding-x {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.mobile-btn .btn,
.module-activate.mobile-btn {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
}

@media print, screen and (min-width: 40em) {
    .mobile-btn .btn,
    .module-activate.mobile-btn {
        display: inline-block;
        width: auto;
    }
}

/* Slider */

.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: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    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;
}

#register .heading {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 25px;
}

.register-part input[type="date"]:before,
#register input[type="date"]:before {
    content: attr(placeholder) ":" !important;
    color: #0a0a0a;
    font-size: 1rem;
    margin-right: 0.5em;
}

.register-part input[type="date"]:focus:before,
.register-part input[type="date"]:valid:before,
#register input[type="date"]:focus:before,
#register input[type="date"]:valid:before {
    content: none !important;
}

#register .heading h1 {
    font-size: 55px;
    margin-bottom: 15px;
    text-align: center;
}

#register h6 {
    font-size: 18px;
}

#register p {
    text-align: center;
    max-width: 720px;
    margin: auto auto 25px auto;
}

#register p a {
    color: #47819b;
}

#register .register-form {
    margin-bottom: 140px;
}

#register .register-form .form-group {
    max-width: 580px;
    margin: 0 auto;
}

#register hr {
    width: 100%;
    margin: 30px auto;
    border-style: dashed;
    border-color: #ccc;
}

#register .register-form .btn {
    width: 100%;
    margin-top: 20px;
}

#register .register-form.without-margin {
    margin-bottom: 0;
}

#register .register-steps {
    position: relative;
    margin: 60px 0px 30px 0;
}

#register .register-steps .register-step {
    border: 1px solid #cccccc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
    font-size: 30px;
    color: #cccccc;
    font-weight: 200;
    font-family: "Raleway", sans-serif;
    line-height: 44px;
    text-align: center;
    background: white;
    margin: 0px 8%;
}

#register .register-steps .register-step.active-step {
    background-color: #ff6455;
    border-color: #ff6455;
    color: white;
}

#register .step-back button {
    color: #47819b;
}

#register .register-line {
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccc;
    margin-top: 25px;
    z-index: -1;
}

#register .input-street,
.input-nr,
.input-zip,
.input-city {
    display: inline-block;
}

#register .input-street {
    width: 80%;
    float: left;
}

#register .input-nr {
    width: 19%;
    float: right;
}

#register .input-zip {
    width: 28%;
    float: left;
}

#register .input-city {
    width: 71%;
    float: right;
}

#register .step-back {
    margin-top: 20px;
    font-size: 14px;
}

#register table.unstriped tbody tr {
    border-color: #cccccc;
}

#register .register-confirm {
    margin-top: 20px;
}

#register table.unstriped tbody {
    border: none;
    text-align: left;
}

#register table.unstriped .table-heading {
    font-weight: bold;
    padding-left: 0;
    min-width: 80px;
}

#register .agb {
    text-align: left;
    margin-top: 20px;
}

#register .agb a,
.register-success-grey p a {
    color: inherit;
    text-decoration: underline;
}

#register .agb input {
    margin-bottom: 0;
}

#register .store-badges {
    margin: 30px 0px 80px 0;
}

#register .store-badges img {
    display: inline-block;
    max-height: 60px;
}

#register #googleplay {
    max-height: 88px;
}

#register .grey-container {
    background-color: #f0f0f0;
    padding: 30px 0 80px 0;
}

#register .register-success-grey {
    max-width: 500px;
    margin: 0 auto !important;
}

/* Password Icon*/

#register .la-eye {
    font-size: 24px;
}

#register .secure,
#register .angebot {
    color: #47819b;
}

#register #backButton {
    color: #47819b;
}

#register #backButton:hover {
    color: black;
}

.payment-icon {
    max-width: 200px;
}

.sepa-form {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#thankyou {
    text-align: center;
}

#thankyou .androidios li {
    display: inline-block;
    list-style-type: none;
}

.manager-acc,
.app-acc,
.download {
    border-top: 1px dashed #ccc;
    padding: 30px 0;
}

.manager-acc p,
.app-acc p,
.download p,
#thankyou .grid-container > p {
    font-size: 22px;
}

@media screen and (max-width: 39.9em) {
    #thankyou .androidios {
        border: none;
        float: none;
    }
    #thankyou .androidios li {
        float: none;
        margin-right: 0;
    }
}

@media screen and (max-width: 515px) {
    .heading h1 {
        font-size: 32px !important;
    }
    .spacer-top {
        margin: 0;
    }
    .input-street {
        width: 79.2%;
    }
    .input-zip {
        width: 27.3%;
    }
    .register-step {
        margin: 0px 3% !important;
    }
    .register-steps {
        margin-top: 30px;
    }
    .agb input[type="checkbox"] {
        display: inline-block;
        vertical-align: top;
    }
    .agb label {
        width: 80%;
        margin-top: -7px;
    }
}

/*
  ** Register App User
  */

#register-app-user .register-part,
#register-app-user-success .register-success-part {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.register-part .center-button,
.register-part .register-form {
    margin-bottom: 0;
}

.register-part input[type="text"],
.register-part input[type="email"] {
    margin-bottom: 15px;
}

.register-part .radio-item {
    padding: 0 15px 0 0;
}

.register-part .radio-item label {
    margin-left: 0;
}

.register-part .radio-item input[type="radio"]:checked + label:after {
    top: 9px;
    left: 3px;
}

.register-success-part .grey-container {
    margin: 0 -20px -20px -20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.register-success-part .download {
    border: none;
}

.register-success-part .download a {
    font-size: 12px;
    background-color: #000;
    padding: 5px 10px;
    width: 100%;
    max-width: 150px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 0 10px auto;
    text-align: center;
}

.register-success-part .download a img {
    max-width: 115px;
    height: auto;
    margin: auto;
}

#bought-modal .modal-info h2 {
    margin-bottom: 20px;
}

#bought-modal .info {
    padding-bottom: 1rem;
}

#bought-modal .description p {
    margin: 0px;
}

#bought-modal .download {
    border: none;
    padding: 1rem 0px;
}

#bought-modal .download-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#bought-modal .download-webapp {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 19px;
    border-radius: 5px;
    max-width: 160px;
}

#bought-modal .download a {
    font-size: 12px;
    background-color: #000;
    padding: 5px 10px;
    width: 100%;
    max-width: 150px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 0 10px auto;
    text-align: center;
}

#bought-modal .download-new a {
    margin: 0;
}

#bought-modal .download-webapp a {
    font-size: 21px;
    margin: 0;
    padding: 0;
    width: unset;
    color: white;
}

@media screen and (max-width: 600px) {
    #bought-modal .download-new {
        flex-direction: column;
        align-items: center;
        height: 200px;
    }
}

#bought-modal .download a img {
    max-width: 115px;
    height: auto;
    margin: auto;
}

.image-copyright-overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 8px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
}

.image-new-flag-overlay {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 14px;
    color: white;
    background-color: #ff6455;
    border-bottom-left-radius: 9px;
    font-weight: bold;
}

@media print, screen and (min-width: 69em) {
    .xmas-header h1 {
        font-size: 50px;
    }
}

@media print, screen and (max-width: 768px) {
    .xmas-img {
        padding: 20px 0 !important;
    }
    .xmas-img img {
        max-width: 90%;
        margin: auto;
    }
    .xmas-header {
        padding-bottom: 0 !important;
    }
    .christmas2020-imgcontainer {
        margin-top: 20px;
    }
}

@media print, screen and (max-width: 420px) {
    .xmas-header h1 {
        font-size: 24px;
    }
}

/* xmas 2020 */

.christmas2020-container {
    align-items: center;
}

.home-header .christmas2020-container img {
    position: relative;
    width: auto;
    max-width: 100%;
    left: unset;
}

.home-header .left-text .christmas2020-text {
    font-size: 16px;
}

.christmas2020-text span {
    font-size: 13px;
}

/* XMAS 19 */

.xmas-header {
    padding-top: 10px;
    padding-bottom: 53px;
}

.xmas-header-text {
    max-width: 500px;
}

.xmas-img {
    display: flex;
    align-items: center;
}

.xmas19-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xmas19-container a {
    margin: auto;
}

.xmas19-container img {
    width: 100%;
    max-width: 350px;
    margin: auto;
}

.xmas-specific-h1 {
    max-width: 880px;
}

.xmas19-container-specific img {
    width: 100%;
    max-width: 290px;
    margin: auto;
    margin-bottom: 20px;
}

.spin-disabled {
    cursor: progress;
    background-color: grey !important;
    border-color: grey !important;
}

@media print, screen and (min-width: 1023px) {
    .home-header .fm-heading {
        font-size: 48px;
        line-height: 1;
    }
}

@media print, screen and (min-width: 1023px) and (max-width: 1104px) {
    .home-header .fm-heading {
        font-size: 38px;
        line-height: 1;
    }
}

.blogTeaserSlider {
    position: relative;
}

.blogTeaserSlider .blogTeaserCoverImage {
    max-height: 500px;
    overflow: hidden;
}

.blog-orbit-dot-nav {
    position: absolute;
    bottom: 20px;
}

.blog-page-headernav {
    box-shadow: none !important;
}

.blog-page-top-body {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(245, 245, 245, 1) 50%,
        rgba(245, 245, 245, 1) 100%
    );
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 50vh;
    z-index: -10;
}

.blog-page-bottom-body {
    background: rgb(227, 227, 227);
    background: linear-gradient(
        rgba(227, 227, 227, 1) 0%,
        rgba(245, 245, 245, 1) 25%,
        rgba(245, 245, 245, 1) 100%
    );
    position: absolute;
    top: calc(80px + 50vh);
    left: 0;
    right: 0;
    z-index: -10;
}

.blog-teaser-text-container {
    background-color: #fff;
    padding: 15px 25px;
}

.blog-badge {
    font-size: 0.8rem;
    padding: 5px 10px;
    background-color: #e6594c;
    color: #fff;
    display: inline;
}

.blog-badge:hover {
    color: #fff;
}

.blog-teaser-icons {
    color: #a1a1a1;
}

.blog-card-special {
    background-color: #333333;
    color: #fff;
    padding: 40px 30px;
}

.blog-card-special li {
    list-style-type: none;
    margin: 20px 0;
}

.blog-card-special-headline {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    position: relative;
}

.blog-card-special-headline:after {
    content: "\00a0\00a0";
    position: absolute;
    background: #e6594c;
    height: 2px;
    width: 50%;
    top: 110%;
    left: 25%;
}

.blog-article {
    background-color: #fff;
    padding: 35px 7%;
}

.blog-article-backarrow {
    line-height: 50px;
    color: #2e2e2e;
    font-size: 20px;
}

.blog-article-section-headline,
.blog-article-section-headline-centered {
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 1.8px;
    font: ExtraBold 18px/20px Raleway;
}

.blog-article-section-headline:after {
    content: "\00a0\00a0";
    position: absolute;
    background: #e6594c;
    height: 3px;
    width: 10%;
    top: 110%;
    left: 0;
}

.blog-article-section-headline-centered:after {
    content: "\00a0\00a0";
    position: absolute;
    background: #e6594c;
    height: 3px;
    width: 25%;
    top: 110%;
    left: calc(50% - 12.5%);
}

.blog-article-image-container {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.blog-article-imagerights {
    position: absolute;
    bottom: -16px;
    right: 0;
    padding: 3px 7px;
    background-color: rgba(255, 255, 255, 0.75);
}

.blog-article-image-container-mobile {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-article-imagerights-mobile {
    position: absolute;
    bottom: -16px;
    right: 0;
    padding: 0 3px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.5);
}

.tripplePreview_entry {
    border-bottom: solid 1px #a1a1a1;
}

.tripplePreview_text {
    color: #202020;
}

.tripplePreview_teaserimgcontainer {
    height: 150px;
    overflow: hidden;
}

.spi-slick-prev-override,
.spi-slick-next-override,
.spi-slick-prev-mobile-override,
.spi-slick-next-mobile-override {
    text-align: center;
    background-color: transparent;
    padding: 0;
    height: 50px;
    width: 50px;
    top: calc(50% - 25px);
    line-height: 50px;
    border: solid 1px #fff;
    border-radius: 50%;
    cursor: pointer;
}

.spi-slick-prev-override.entoOrange,
.spi-slick-next-override.entoOrange,
.spi-slick-prev-mobile-override.entoOrange,
.spi-slick-next-mobile-override.entoOrange {
    color: #f74331;
    border-color: #f74331;
}

.spi-slick-prev-mobile-override,
.spi-slick-next-mobile-override {
    top: 100% !important;
}

.spi-slick-prev-mobile-override {
    left: calc(40% - 25px) !important;
}

.spi-slick-next-mobile-override {
    right: calc(40% - 25px) !important;
}

.additional-inner-top-space-5 {
    padding-top: 5px !important;
}

.additional-inner-top-space-10 {
    padding-top: 10px !important;
}

.additional-inner-top-space-15 {
    padding-top: 15px !important;
}

.additional-inner-top-space-20 {
    padding-top: 20px !important;
}

.additional-inner-top-space-25 {
    padding-top: 25px !important;
}

.additional-inner-top-space-30 {
    padding-top: 30px !important;
}

.additional-inner-top-space-50 {
    padding-top: 50px !important;
}

.additional-inner-top-space-75 {
    padding-top: 75px !important;
}

.additional-inner-top-space-100 {
    padding-top: 100px !important;
}

.additional-inner-bottom-space-5 {
    padding-bottom: 5px !important;
}

.additional-inner-bottom-space-10 {
    padding-bottom: 10px !important;
}

.additional-inner-bottom-space-15 {
    padding-bottom: 15px !important;
}

.additional-inner-bottom-space-20 {
    padding-bottom: 20px !important;
}

.additional-inner-bottom-space-25 {
    padding-bottom: 25px !important;
}

.additional-inner-bottom-space-30 {
    padding-bottom: 30px !important;
}

.additional-inner-bottom-space-40 {
    padding-bottom: 40px !important;
}

.additional-inner-bottom-space-50 {
    padding-bottom: 50px !important;
}

.additional-inner-bottom-space-75 {
    padding-bottom: 75px !important;
}

.additional-inner-bottom-space-100 {
    padding-bottom: 100px !important;
}

.additional-inner-bottom-space-125 {
    padding-bottom: 125px !important;
}

.additional-outer-top-space-5 {
    margin-top: 5px !important;
}

.additional-outer-top-space-10 {
    margin-top: 10px !important;
}

.additional-outer-top-space-15 {
    margin-top: 15px !important;
}

.additional-outer-top-space-20 {
    margin-top: 20px !important;
}

.additional-outer-top-space-25 {
    margin-top: 25px !important;
}

.additional-outer-top-space-30 {
    margin-top: 30px !important;
}

.additional-outer-top-space-50 {
    margin-top: 50px !important;
}

.additional-outer-top-space-75 {
    margin-top: 75px !important;
}

.additional-outer-top-space-100 {
    margin-top: 100px !important;
}

.additional-outer-bottom-space-5 {
    margin-bottom: 5px !important;
}

.additional-outer-bottom-space-10 {
    margin-bottom: 10px !important;
}

.additional-outer-bottom-space-15 {
    margin-bottom: 15px !important;
}

.additional-outer-bottom-space-20 {
    margin-bottom: 20px !important;
}

.additional-outer-bottom-space-25 {
    margin-bottom: 25px !important;
}

.additional-outer-bottom-space-30 {
    margin-bottom: 30px !important;
}

.additional-outer-bottom-space-50 {
    margin-bottom: 50px !important;
}

.additional-outer-bottom-space-75 {
    margin-bottom: 75px !important;
}

.additional-outer-bottom-space-100 {
    margin-bottom: 100px !important;
}

.relative {
    position: relative !important;
}

.absolute-bottom-0 {
    position: absolute !important;
    bottom: 0px !important;
}

.absolute-bottom-negative-50 {
    position: absolute !important;
    bottom: -50px !important;
}

.hr-smallspace {
    margin: 1.25rem auto 1rem auto;
}

.hr-similar-smallspace {
    margin: 1rem auto 1rem auto;
}

.hr-doublethickness {
    margin: 1.25rem auto 1rem auto;
    height: 3px;
}

.hr-60-left {
    max-width: 60% !important;
    margin-left: 0 !important;
}

.disabled {
    opacity: 0.25 !important;
    cursor: not-allowed !important;
}

.grey-section {
    background-color: #f2f2f2;
}

.grey-section .headline {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}

.font-light {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

.static-header-banner {
    background-color: #f2f2f2 !important;
    padding: 5px;
    color: #606060;
    font-family: Lato;
    /* display: table-cell;
    vertical-align: middle; */
}

.static-header-banner img {
    width: 35px;
    margin-right: 10px;
    float: left;
}

.static-header-banner a {
    color: #dd5649;
    text-decoration: none;
    /* font-weight: 550; */
}

.static-header-banner a i {
    font-size: 20px;
}

.banner-space-one {
    padding: 30px 0px;
}

/* #startTeaser.orbit .overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: transparent !important;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.33) 100%) !important;
}

#startTeaser.orbit .overlay-inner {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: transparent !important;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.33) 100%) !important;
} */

#startTeaser.orbit .start-teaser-text {
    padding: 40px 0 20px 0;
}

#startTeaser.orbit .start-teaser-text .start-teaser-button,
#startTeaser.orbit .start-teaser-text-small .start-teaser-button {
    height: 30px;
    background-color: #fff;
    font-family: Lato, Semibold;
    font-size: 15px;
    border-radius: 4px;
    padding: 7px 10px 7px 7px;
}

#startTeaser.orbit .start-teaser-text .start-teaser-button,
#startTeaser.orbit .start-teaser-text-small .start-teaser-button,
#startTeaser.orbit .start-teaser-text i {
    color: #dd5649;
}

#startTeaser.orbit .start-teaser-text i,
#startTeaser.orbit .start-teaser-text-small i {
    font-size: 18px;
}

#startTeaser.orbit h1 {
    font-family: Raleway, ExtraBold;
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 1.1;
}

#startTeaser.orbit h2 {
    font-family: Lato, Medium;
    font-size: 20px;
    line-height: 1.4;
}

#startTeaser.orbit .orbit-previous,
#startTeaser.orbit .orbit-next {
    width: 40px !important;
    height: 120px !important;
    background-color: #ff6455 !important;
    font-size: 30px !important;
    padding: 0 !important;
}

#startTeaser.orbit .orbit-previous {
    border-radius: 0 5px 5px 0 !important;
}

#startTeaser.orbit .orbit-next {
    border-radius: 5px 0 0 5px !important;
}

#startTeaser.orbit .start-teaser-text-small {
    background-color: #ff6455;
    padding: 15px 3px 15px 3px;
}

#startTeaser.orbit .start-teaser-text-small h1 {
    font-size: 30px;
}

#startTeaser.orbit .start-teaser-text-small h2 {
    font-size: 15px;
}

#startTeaser.orbit .start-teaser-text-available {
    font-size: 15px;
    vertical-align: middle;
    padding-top: 15px;
}

#startTeaser.orbit .start-teaser-text-available i {
    font-size: 30px;
    padding-left: 7px;
    vertical-align: middle;
}

/* #blocks {
    padding-top: 75px;
    padding-bottom: 125px;
} */

#blocks .block-left {
    margin-right: 15px;
}

#blocks .block-center {
    margin-right: 7.5px;
    margin-left: 7.5px;
}

#blocks .block-right {
    margin-left: 15px;
}

#blocks .block-icon {
    position: absolute;
    right: calc(50% - 22px);
    top: -22px;
    max-height: 44px;
    /* max-width: 44px; */
    width: auto;
}

#blocks .block-border {
    border: 1px solid #ccc;
    padding-top: 25px;
    padding-bottom: 30px;
    position: relative;
    background-color: #fff;
}

#blocks .block-button {
    height: 30px;
    font-family: Lato, Semibold;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #dd5649;
    padding: 3px 10px 7px 7px;
    position: absolute;
    bottom: 60px;
}

#blocks .block-button-position {
    padding: 35px 0 35px 35px;
}

#blocks li:first-child {
    padding-top: 20px;
}

#blocks h3,
#blocks p,
#blocks li {
    color: #333;
}

#blocks h3 {
    font-family: Raleway, Light;
    font-size: 30px;
}

#blocks p {
    font-family: Lato, Regular;
    font-size: 15px;
}

#blocks li {
    font-family: Lato;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}

#blocks ul {
    list-style-type: none;
}

#blocks li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../img/icons/tile_checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    transform: translate(-80%, 10%);
}

#blocks .block-img {
    max-height: 160px;
}

#blocks .block-free {
    height: 77px;
    width: 77px;
    border-radius: 77px;
    background-color: #005ca9;
    position: absolute;
    right: 10px;
    top: 5px;
}

#blocks .block-free p {
    font-family: Lato, Heavy;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    top: 5px;
}

#blocks .block-large-text {
    text-align: left;
    padding-left: 35px;
}

#customerOpinions {
    padding-top: 100px;
    padding-bottom: 100px;
}

#customerOpinions strong {
    font-family: Lato, Medium;
    color: #666;
    font-size: 13px;
    font-style: normal;
}

#customerOpinions p {
    font-family: Lato, Italic;
    font-style: italic;
    color: #333;
    font-size: 17px;
}

#customerOpinions .customer-opinions-heading,
#customerOpinions .customer-opinions-heading-mobile {
    position: relative;
}

#customerOpinions .customer-opinions-heading h3,
#customerOpinions .customer-opinions-heading-mobile h3 {
    border-bottom: 1px solid #ccc;
    font-family: Raleway, Bold;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

#customerOpinions .customer-opinions-heading img {
    position: absolute;
    left: 50px;
    bottom: -5px;
}

#customerOpinions .customer-opinions-heading-mobile img {
    position: absolute;
    left: 3px;
    top: 0px;
    max-width: 50px;
}

.topicDetail .description {
    font-size: 17px;
}

.topicDetail .teaserImageTopics {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 320px;
    overflow: hidden;
}

.topicDetail .teaserImageTopics .imageCopyright {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 6px 8px;
    font-size: 11px;
}

.topicDetail .teaserImageTopics .spiOverlay {
    margin-top: 40px;
}

.topicDetail .headline {
    font-size: 2.5rem;
    font-weight: 600;
}

.topicDetail .subline {
    font-size: 2.5rem;
    font-weight: 300;
}

@media print, screen and (min-width: 40em) {
    .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/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
    src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713)
            format("embedded-opentype"),
        url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e)
            format("woff2"),
        url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad)
            format("woff"),
        url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9)
            format("truetype"),
        url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde)
            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.3333333333em;
    line-height: 0.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.2857142857em;
    text-align: center;
}

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

.fa-ul > li {
    position: relative;
}

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

.fa-li.fa-lg {
    left: -1.8571428571em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

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

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

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

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

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

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

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

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

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

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -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: "\F000";
}

.fa-music:before {
    content: "\F001";
}

.fa-search:before {
    content: "\F002";
}

.fa-envelope-o:before {
    content: "\F003";
}

.fa-heart:before {
    content: "\F004";
}

.fa-star:before {
    content: "\F005";
}

.fa-star-o:before {
    content: "\F006";
}

.fa-user:before {
    content: "\F007";
}

.fa-film:before {
    content: "\F008";
}

.fa-th-large:before {
    content: "\F009";
}

.fa-th:before {
    content: "\F00A";
}

.fa-th-list:before {
    content: "\F00B";
}

.fa-check:before {
    content: "\F00C";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\F00D";
}

.fa-search-plus:before {
    content: "\F00E";
}

.fa-search-minus:before {
    content: "\F010";
}

.fa-power-off:before {
    content: "\F011";
}

.fa-signal:before {
    content: "\F012";
}

.fa-cog:before,
.fa-gear:before {
    content: "\F013";
}

.fa-trash-o:before {
    content: "\F014";
}

.fa-home:before {
    content: "\F015";
}

.fa-file-o:before {
    content: "\F016";
}

.fa-clock-o:before {
    content: "\F017";
}

.fa-road:before {
    content: "\F018";
}

.fa-download:before {
    content: "\F019";
}

.fa-arrow-circle-o-down:before {
    content: "\F01A";
}

.fa-arrow-circle-o-up:before {
    content: "\F01B";
}

.fa-inbox:before {
    content: "\F01C";
}

.fa-play-circle-o:before {
    content: "\F01D";
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\F01E";
}

.fa-refresh:before {
    content: "\F021";
}

.fa-list-alt:before {
    content: "\F022";
}

.fa-lock:before {
    content: "\F023";
}

.fa-flag:before {
    content: "\F024";
}

.fa-headphones:before {
    content: "\F025";
}

.fa-volume-off:before {
    content: "\F026";
}

.fa-volume-down:before {
    content: "\F027";
}

.fa-volume-up:before {
    content: "\F028";
}

.fa-qrcode:before {
    content: "\F029";
}

.fa-barcode:before {
    content: "\F02A";
}

.fa-tag:before {
    content: "\F02B";
}

.fa-tags:before {
    content: "\F02C";
}

.fa-book:before {
    content: "\F02D";
}

.fa-bookmark:before {
    content: "\F02E";
}

.fa-print:before {
    content: "\F02F";
}

.fa-camera:before {
    content: "\F030";
}

.fa-font:before {
    content: "\F031";
}

.fa-bold:before {
    content: "\F032";
}

.fa-italic:before {
    content: "\F033";
}

.fa-text-height:before {
    content: "\F034";
}

.fa-text-width:before {
    content: "\F035";
}

.fa-align-left:before {
    content: "\F036";
}

.fa-align-center:before {
    content: "\F037";
}

.fa-align-right:before {
    content: "\F038";
}

.fa-align-justify:before {
    content: "\F039";
}

.fa-list:before {
    content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B";
}

.fa-indent:before {
    content: "\F03C";
}

.fa-video-camera:before {
    content: "\F03D";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\F03E";
}

.fa-pencil:before {
    content: "\F040";
}

.fa-map-marker:before {
    content: "\F041";
}

.fa-adjust:before {
    content: "\F042";
}

.fa-tint:before {
    content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044";
}

.fa-share-square-o:before {
    content: "\F045";
}

.fa-check-square-o:before {
    content: "\F046";
}

.fa-arrows:before {
    content: "\F047";
}

.fa-step-backward:before {
    content: "\F048";
}

.fa-fast-backward:before {
    content: "\F049";
}

.fa-backward:before {
    content: "\F04A";
}

.fa-play:before {
    content: "\F04B";
}

.fa-pause:before {
    content: "\F04C";
}

.fa-stop:before {
    content: "\F04D";
}

.fa-forward:before {
    content: "\F04E";
}

.fa-fast-forward:before {
    content: "\F050";
}

.fa-step-forward:before {
    content: "\F051";
}

.fa-eject:before {
    content: "\F052";
}

.fa-chevron-left:before {
    content: "\F053";
}

.fa-chevron-right:before {
    content: "\F054";
}

.fa-plus-circle:before {
    content: "\F055";
}

.fa-minus-circle:before {
    content: "\F056";
}

.fa-times-circle:before {
    content: "\F057";
}

.fa-check-circle:before {
    content: "\F058";
}

.fa-question-circle:before {
    content: "\F059";
}

.fa-info-circle:before {
    content: "\F05A";
}

.fa-crosshairs:before {
    content: "\F05B";
}

.fa-times-circle-o:before {
    content: "\F05C";
}

.fa-check-circle-o:before {
    content: "\F05D";
}

.fa-ban:before {
    content: "\F05E";
}

.fa-arrow-left:before {
    content: "\F060";
}

.fa-arrow-right:before {
    content: "\F061";
}

.fa-arrow-up:before {
    content: "\F062";
}

.fa-arrow-down:before {
    content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\F064";
}

.fa-expand:before {
    content: "\F065";
}

.fa-compress:before {
    content: "\F066";
}

.fa-plus:before {
    content: "\F067";
}

.fa-minus:before {
    content: "\F068";
}

.fa-asterisk:before {
    content: "\F069";
}

.fa-exclamation-circle:before {
    content: "\F06A";
}

.fa-gift:before {
    content: "\F06B";
}

.fa-leaf:before {
    content: "\F06C";
}

.fa-fire:before {
    content: "\F06D";
}

.fa-eye:before {
    content: "\F06E";
}

.fa-eye-slash:before {
    content: "\F070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\F071";
}

.fa-plane:before {
    content: "\F072";
}

.fa-calendar:before {
    content: "\F073";
}

.fa-random:before {
    content: "\F074";
}

.fa-comment:before {
    content: "\F075";
}

.fa-magnet:before {
    content: "\F076";
}

.fa-chevron-up:before {
    content: "\F077";
}

.fa-chevron-down:before {
    content: "\F078";
}

.fa-retweet:before {
    content: "\F079";
}

.fa-shopping-cart:before {
    content: "\F07A";
}

.fa-folder:before {
    content: "\F07B";
}

.fa-folder-open:before {
    content: "\F07C";
}

.fa-arrows-v:before {
    content: "\F07D";
}

.fa-arrows-h:before {
    content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080";
}

.fa-twitter-square:before {
    content: "\F081";
}

.fa-facebook-square:before {
    content: "\F082";
}

.fa-camera-retro:before {
    content: "\F083";
}

.fa-key:before {
    content: "\F084";
}

.fa-cogs:before,
.fa-gears:before {
    content: "\F085";
}

.fa-comments:before {
    content: "\F086";
}

.fa-thumbs-o-up:before {
    content: "\F087";
}

.fa-thumbs-o-down:before {
    content: "\F088";
}

.fa-star-half:before {
    content: "\F089";
}

.fa-heart-o:before {
    content: "\F08A";
}

.fa-sign-out:before {
    content: "\F08B";
}

.fa-linkedin-square:before {
    content: "\F08C";
}

.fa-thumb-tack:before {
    content: "\F08D";
}

.fa-external-link:before {
    content: "\F08E";
}

.fa-sign-in:before {
    content: "\F090";
}

.fa-trophy:before {
    content: "\F091";
}

.fa-github-square:before {
    content: "\F092";
}

.fa-upload:before {
    content: "\F093";
}

.fa-lemon-o:before {
    content: "\F094";
}

.fa-phone:before {
    content: "\F095";
}

.fa-square-o:before {
    content: "\F096";
}

.fa-bookmark-o:before {
    content: "\F097";
}

.fa-phone-square:before {
    content: "\F098";
}

.fa-twitter:before {
    content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A";
}

.fa-github:before {
    content: "\F09B";
}

.fa-unlock:before {
    content: "\F09C";
}

.fa-credit-card:before {
    content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
    content: "\F09E";
}

.fa-hdd-o:before {
    content: "\F0A0";
}

.fa-bullhorn:before {
    content: "\F0A1";
}

.fa-bell:before {
    content: "\F0F3";
}

.fa-certificate:before {
    content: "\F0A3";
}

.fa-hand-o-right:before {
    content: "\F0A4";
}

.fa-hand-o-left:before {
    content: "\F0A5";
}

.fa-hand-o-up:before {
    content: "\F0A6";
}

.fa-hand-o-down:before {
    content: "\F0A7";
}

.fa-arrow-circle-left:before {
    content: "\F0A8";
}

.fa-arrow-circle-right:before {
    content: "\F0A9";
}

.fa-arrow-circle-up:before {
    content: "\F0AA";
}

.fa-arrow-circle-down:before {
    content: "\F0AB";
}

.fa-globe:before {
    content: "\F0AC";
}

.fa-wrench:before {
    content: "\F0AD";
}

.fa-tasks:before {
    content: "\F0AE";
}

.fa-filter:before {
    content: "\F0B0";
}

.fa-briefcase:before {
    content: "\F0B1";
}

.fa-arrows-alt:before {
    content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
    content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
    content: "\F0C1";
}

.fa-cloud:before {
    content: "\F0C2";
}

.fa-flask:before {
    content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5";
}

.fa-paperclip:before {
    content: "\F0C6";
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\F0C7";
}

.fa-square:before {
    content: "\F0C8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\F0C9";
}

.fa-list-ul:before {
    content: "\F0CA";
}

.fa-list-ol:before {
    content: "\F0CB";
}

.fa-strikethrough:before {
    content: "\F0CC";
}

.fa-underline:before {
    content: "\F0CD";
}

.fa-table:before {
    content: "\F0CE";
}

.fa-magic:before {
    content: "\F0D0";
}

.fa-truck:before {
    content: "\F0D1";
}

.fa-pinterest:before {
    content: "\F0D2";
}

.fa-pinterest-square:before {
    content: "\F0D3";
}

.fa-google-plus-square:before {
    content: "\F0D4";
}

.fa-google-plus:before {
    content: "\F0D5";
}

.fa-money:before {
    content: "\F0D6";
}

.fa-caret-down:before {
    content: "\F0D7";
}

.fa-caret-up:before {
    content: "\F0D8";
}

.fa-caret-left:before {
    content: "\F0D9";
}

.fa-caret-right:before {
    content: "\F0DA";
}

.fa-columns:before {
    content: "\F0DB";
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\F0DC";
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\F0DD";
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\F0DE";
}

.fa-envelope:before {
    content: "\F0E0";
}

.fa-linkedin:before {
    content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2";
}

.fa-gavel:before,
.fa-legal:before {
    content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4";
}

.fa-comment-o:before {
    content: "\F0E5";
}

.fa-comments-o:before {
    content: "\F0E6";
}

.fa-bolt:before,
.fa-flash:before {
    content: "\F0E7";
}

.fa-sitemap:before {
    content: "\F0E8";
}

.fa-umbrella:before {
    content: "\F0E9";
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\F0EA";
}

.fa-lightbulb-o:before {
    content: "\F0EB";
}

.fa-exchange:before {
    content: "\F0EC";
}

.fa-cloud-download:before {
    content: "\F0ED";
}

.fa-cloud-upload:before {
    content: "\F0EE";
}

.fa-user-md:before {
    content: "\F0F0";
}

.fa-stethoscope:before {
    content: "\F0F1";
}

.fa-suitcase:before {
    content: "\F0F2";
}

.fa-bell-o:before {
    content: "\F0A2";
}

.fa-coffee:before {
    content: "\F0F4";
}

.fa-cutlery:before {
    content: "\F0F5";
}

.fa-file-text-o:before {
    content: "\F0F6";
}

.fa-building-o:before {
    content: "\F0F7";
}

.fa-hospital-o:before {
    content: "\F0F8";
}

.fa-ambulance:before {
    content: "\F0F9";
}

.fa-medkit:before {
    content: "\F0FA";
}

.fa-fighter-jet:before {
    content: "\F0FB";
}

.fa-beer:before {
    content: "\F0FC";
}

.fa-h-square:before {
    content: "\F0FD";
}

.fa-plus-square:before {
    content: "\F0FE";
}

.fa-angle-double-left:before {
    content: "\F100";
}

.fa-angle-double-right:before {
    content: "\F101";
}

.fa-angle-double-up:before {
    content: "\F102";
}

.fa-angle-double-down:before {
    content: "\F103";
}

.fa-angle-left:before {
    content: "\F104";
}

.fa-angle-right:before {
    content: "\F105";
}

.fa-angle-up:before {
    content: "\F106";
}

.fa-angle-down:before {
    content: "\F107";
}

.fa-desktop:before {
    content: "\F108";
}

.fa-laptop:before {
    content: "\F109";
}

.fa-tablet:before {
    content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B";
}

.fa-circle-o:before {
    content: "\F10C";
}

.fa-quote-left:before {
    content: "\F10D";
}

.fa-quote-right:before {
    content: "\F10E";
}

.fa-spinner:before {
    content: "\f107";
}

.fa-circle:before {
    content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112";
}

.fa-github-alt:before {
    content: "\F113";
}

.fa-folder-o:before {
    content: "\F114";
}

.fa-folder-open-o:before {
    content: "\F115";
}

.fa-smile-o:before {
    content: "\F118";
}

.fa-frown-o:before {
    content: "\F119";
}

.fa-meh-o:before {
    content: "\F11A";
}

.fa-gamepad:before {
    content: "\F11B";
}

.fa-keyboard-o:before {
    content: "\F11C";
}

.fa-flag-o:before {
    content: "\F11D";
}

.fa-flag-checkered:before {
    content: "\F11E";
}

.fa-terminal:before {
    content: "\F120";
}

.fa-code:before {
    content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123";
}

.fa-location-arrow:before {
    content: "\F124";
}

.fa-crop:before {
    content: "\F125";
}

.fa-code-fork:before {
    content: "\F126";
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\F127";
}

.fa-question:before {
    content: "\F128";
}

.fa-info:before {
    content: "\F129";
}

.fa-exclamation:before {
    content: "\F12A";
}

.fa-superscript:before {
    content: "\F12B";
}

.fa-subscript:before {
    content: "\F12C";
}

.fa-eraser:before {
    content: "\F12D";
}

.fa-puzzle-piece:before {
    content: "\F12E";
}

.fa-microphone:before {
    content: "\F130";
}

.fa-microphone-slash:before {
    content: "\F131";
}

.fa-shield:before {
    content: "\F132";
}

.fa-calendar-o:before {
    content: "\F133";
}

.fa-fire-extinguisher:before {
    content: "\F134";
}

.fa-rocket:before {
    content: "\F135";
}

.fa-maxcdn:before {
    content: "\F136";
}

.fa-chevron-circle-left:before {
    content: "\F137";
}

.fa-chevron-circle-right:before {
    content: "\F138";
}

.fa-chevron-circle-up:before {
    content: "\F139";
}

.fa-chevron-circle-down:before {
    content: "\F13A";
}

.fa-html5:before {
    content: "\F13B";
}

.fa-css3:before {
    content: "\F13C";
}

.fa-anchor:before {
    content: "\F13D";
}

.fa-unlock-alt:before {
    content: "\F13E";
}

.fa-bullseye:before {
    content: "\F140";
}

.fa-ellipsis-h:before {
    content: "\F141";
}

.fa-ellipsis-v:before {
    content: "\F142";
}

.fa-rss-square:before {
    content: "\F143";
}

.fa-play-circle:before {
    content: "\F144";
}

.fa-ticket:before {
    content: "\F145";
}

.fa-minus-square:before {
    content: "\F146";
}

.fa-minus-square-o:before {
    content: "\F147";
}

.fa-level-up:before {
    content: "\F148";
}

.fa-level-down:before {
    content: "\F149";
}

.fa-check-square:before {
    content: "\F14A";
}

.fa-pencil-square:before {
    content: "\F14B";
}

.fa-external-link-square:before {
    content: "\F14C";
}

.fa-share-square:before {
    content: "\F14D";
}

.fa-compass:before {
    content: "\F14E";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\F150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\F151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\F152";
}

.fa-eur:before,
.fa-euro:before {
    content: "\F153";
}

.fa-gbp:before {
    content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\F155";
}

.fa-inr:before,
.fa-rupee:before {
    content: "\F156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\F157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\F158";
}

.fa-krw:before,
.fa-won:before {
    content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A";
}

.fa-file:before {
    content: "\F15B";
}

.fa-file-text:before {
    content: "\F15C";
}

.fa-sort-alpha-asc:before {
    content: "\F15D";
}

.fa-sort-alpha-desc:before {
    content: "\F15E";
}

.fa-sort-amount-asc:before {
    content: "\F160";
}

.fa-sort-amount-desc:before {
    content: "\F161";
}

.fa-sort-numeric-asc:before {
    content: "\F162";
}

.fa-sort-numeric-desc:before {
    content: "\F163";
}

.fa-thumbs-up:before {
    content: "\F164";
}

.fa-thumbs-down:before {
    content: "\F165";
}

.fa-youtube-square:before {
    content: "\F166";
}

.fa-youtube:before {
    content: "\F167";
}

.fa-xing:before {
    content: "\F168";
}

.fa-xing-square:before {
    content: "\F169";
}

.fa-youtube-play:before {
    content: "\F16A";
}

.fa-dropbox:before {
    content: "\F16B";
}

.fa-stack-overflow:before {
    content: "\F16C";
}

.fa-instagram:before {
    content: "\F16D";
}

.fa-flickr:before {
    content: "\F16E";
}

.fa-adn:before {
    content: "\F170";
}

.fa-bitbucket:before {
    content: "\F171";
}

.fa-bitbucket-square:before {
    content: "\F172";
}

.fa-tumblr:before {
    content: "\F173";
}

.fa-tumblr-square:before {
    content: "\F174";
}

.fa-long-arrow-down:before {
    content: "\F175";
}

.fa-long-arrow-up:before {
    content: "\F176";
}

.fa-long-arrow-left:before {
    content: "\F177";
}

.fa-long-arrow-right:before {
    content: "\F178";
}

.fa-apple:before {
    content: "\F179";
}

.fa-windows:before {
    content: "\F17A";
}

.fa-android:before {
    content: "\F17B";
}

.fa-linux:before {
    content: "\F17C";
}

.fa-dribbble:before {
    content: "\F17D";
}

.fa-skype:before {
    content: "\F17E";
}

.fa-foursquare:before {
    content: "\F180";
}

.fa-trello:before {
    content: "\F181";
}

.fa-female:before {
    content: "\F182";
}

.fa-male:before {
    content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184";
}

.fa-sun-o:before {
    content: "\F185";
}

.fa-moon-o:before {
    content: "\F186";
}

.fa-archive:before {
    content: "\F187";
}

.fa-bug:before {
    content: "\F188";
}

.fa-vk:before {
    content: "\F189";
}

.fa-weibo:before {
    content: "\F18A";
}

.fa-renren:before {
    content: "\F18B";
}

.fa-pagelines:before {
    content: "\F18C";
}

.fa-stack-exchange:before {
    content: "\F18D";
}

.fa-arrow-circle-o-right:before {
    content: "\F18E";
}

.fa-arrow-circle-o-left:before {
    content: "\F190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\F191";
}

.fa-dot-circle-o:before {
    content: "\F192";
}

.fa-wheelchair:before {
    content: "\F193";
}

.fa-vimeo-square:before {
    content: "\F194";
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\F195";
}

.fa-plus-square-o:before {
    content: "\F196";
}

.fa-space-shuttle:before {
    content: "\F197";
}

.fa-slack:before {
    content: "\F198";
}

.fa-envelope-square:before {
    content: "\F199";
}

.fa-wordpress:before {
    content: "\F19A";
}

.fa-openid:before {
    content: "\F19B";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\F19C";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\F19D";
}

.fa-yahoo:before {
    content: "\F19E";
}

.fa-google:before {
    content: "\F1A0";
}

.fa-reddit:before {
    content: "\F1A1";
}

.fa-reddit-square:before {
    content: "\F1A2";
}

.fa-stumbleupon-circle:before {
    content: "\F1A3";
}

.fa-stumbleupon:before {
    content: "\F1A4";
}

.fa-delicious:before {
    content: "\F1A5";
}

.fa-digg:before {
    content: "\F1A6";
}

.fa-pied-piper-pp:before {
    content: "\F1A7";
}

.fa-pied-piper-alt:before {
    content: "\F1A8";
}

.fa-drupal:before {
    content: "\F1A9";
}

.fa-joomla:before {
    content: "\F1AA";
}

.fa-language:before {
    content: "\F1AB";
}

.fa-fax:before {
    content: "\F1AC";
}

.fa-building:before {
    content: "\F1AD";
}

.fa-child:before {
    content: "\F1AE";
}

.fa-paw:before {
    content: "\F1B0";
}

.fa-spoon:before {
    content: "\F1B1";
}

.fa-cube:before {
    content: "\F1B2";
}

.fa-cubes:before {
    content: "\F1B3";
}

.fa-behance:before {
    content: "\F1B4";
}

.fa-behance-square:before {
    content: "\F1B5";
}

.fa-steam:before {
    content: "\F1B6";
}

.fa-steam-square:before {
    content: "\F1B7";
}

.fa-recycle:before {
    content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA";
}

.fa-tree:before {
    content: "\F1BB";
}

.fa-spotify:before {
    content: "\F1BC";
}

.fa-deviantart:before {
    content: "\F1BD";
}

.fa-soundcloud:before {
    content: "\F1BE";
}

.fa-database:before {
    content: "\F1C0";
}

.fa-file-pdf-o:before {
    content: "\F1C1";
}

.fa-file-word-o:before {
    content: "\F1C2";
}

.fa-file-excel-o:before {
    content: "\F1C3";
}

.fa-file-powerpoint-o:before {
    content: "\F1C4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\F1C5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\F1C6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8";
}

.fa-file-code-o:before {
    content: "\F1C9";
}

.fa-vine:before {
    content: "\F1CA";
}

.fa-codepen:before {
    content: "\F1CB";
}

.fa-jsfiddle:before {
    content: "\F1CC";
}

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

.fa-circle-o-notch:before {
    content: "\F1CE";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\F1D0";
}

.fa-empire:before,
.fa-ge:before {
    content: "\F1D1";
}

.fa-git-square:before {
    content: "\F1D2";
}

.fa-git:before {
    content: "\F1D3";
}

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

.fa-tencent-weibo:before {
    content: "\F1D5";
}

.fa-qq:before {
    content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7";
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\F1D8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\F1D9";
}

.fa-history:before {
    content: "\F1DA";
}

.fa-circle-thin:before {
    content: "\F1DB";
}

.fa-header:before {
    content: "\F1DC";
}

.fa-paragraph:before {
    content: "\F1DD";
}

.fa-sliders:before {
    content: "\F1DE";
}

.fa-share-alt:before {
    content: "\F1E0";
}

.fa-share-alt-square:before {
    content: "\F1E1";
}

.fa-bomb:before {
    content: "\F1E2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\F1E3";
}

.fa-tty:before {
    content: "\F1E4";
}

.fa-binoculars:before {
    content: "\F1E5";
}

.fa-plug:before {
    content: "\F1E6";
}

.fa-slideshare:before {
    content: "\F1E7";
}

.fa-twitch:before {
    content: "\F1E8";
}

.fa-yelp:before {
    content: "\F1E9";
}

.fa-newspaper-o:before {
    content: "\F1EA";
}

.fa-wifi:before {
    content: "\F1EB";
}

.fa-calculator:before {
    content: "\F1EC";
}

.fa-paypal:before {
    content: "\F1ED";
}

.fa-google-wallet:before {
    content: "\F1EE";
}

.fa-cc-visa:before {
    content: "\F1F0";
}

.fa-cc-mastercard:before {
    content: "\F1F1";
}

.fa-cc-discover:before {
    content: "\F1F2";
}

.fa-cc-amex:before {
    content: "\F1F3";
}

.fa-cc-paypal:before {
    content: "\F1F4";
}

.fa-cc-stripe:before {
    content: "\F1F5";
}

.fa-bell-slash:before {
    content: "\F1F6";
}

.fa-bell-slash-o:before {
    content: "\F1F7";
}

.fa-trash:before {
    content: "\F1F8";
}

.fa-copyright:before {
    content: "\F1F9";
}

.fa-at:before {
    content: "\F1FA";
}

.fa-eyedropper:before {
    content: "\F1FB";
}

.fa-paint-brush:before {
    content: "\F1FC";
}

.fa-birthday-cake:before {
    content: "\F1FD";
}

.fa-area-chart:before {
    content: "\F1FE";
}

.fa-pie-chart:before {
    content: "\F200";
}

.fa-line-chart:before {
    content: "\F201";
}

.fa-lastfm:before {
    content: "\F202";
}

.fa-lastfm-square:before {
    content: "\F203";
}

.fa-toggle-off:before {
    content: "\F204";
}

.fa-toggle-on:before {
    content: "\F205";
}

.fa-bicycle:before {
    content: "\F206";
}

.fa-bus:before {
    content: "\F207";
}

.fa-ioxhost:before {
    content: "\F208";
}

.fa-angellist:before {
    content: "\F209";
}

.fa-cc:before {
    content: "\F20A";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\F20B";
}

.fa-meanpath:before {
    content: "\F20C";
}

.fa-buysellads:before {
    content: "\F20D";
}

.fa-connectdevelop:before {
    content: "\F20E";
}

.fa-dashcube:before {
    content: "\F210";
}

.fa-forumbee:before {
    content: "\F211";
}

.fa-leanpub:before {
    content: "\F212";
}

.fa-sellsy:before {
    content: "\F213";
}

.fa-shirtsinbulk:before {
    content: "\F214";
}

.fa-simplybuilt:before {
    content: "\F215";
}

.fa-skyatlas:before {
    content: "\F216";
}

.fa-cart-plus:before {
    content: "\F217";
}

.fa-cart-arrow-down:before {
    content: "\F218";
}

.fa-diamond:before {
    content: "\F219";
}

.fa-ship:before {
    content: "\F21A";
}

.fa-user-secret:before {
    content: "\F21B";
}

.fa-motorcycle:before {
    content: "\F21C";
}

.fa-street-view:before {
    content: "\F21D";
}

.fa-heartbeat:before {
    content: "\F21E";
}

.fa-venus:before {
    content: "\F221";
}

.fa-mars:before {
    content: "\F222";
}

.fa-mercury:before {
    content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\F224";
}

.fa-transgender-alt:before {
    content: "\F225";
}

.fa-venus-double:before {
    content: "\F226";
}

.fa-mars-double:before {
    content: "\F227";
}

.fa-venus-mars:before {
    content: "\F228";
}

.fa-mars-stroke:before {
    content: "\F229";
}

.fa-mars-stroke-v:before {
    content: "\F22A";
}

.fa-mars-stroke-h:before {
    content: "\F22B";
}

.fa-neuter:before {
    content: "\F22C";
}

.fa-genderless:before {
    content: "\F22D";
}

.fa-facebook-official:before {
    content: "\F230";
}

.fa-pinterest-p:before {
    content: "\F231";
}

.fa-whatsapp:before {
    content: "\F232";
}

.fa-server:before {
    content: "\F233";
}

.fa-user-plus:before {
    content: "\F234";
}

.fa-user-times:before {
    content: "\F235";
}

.fa-bed:before,
.fa-hotel:before {
    content: "\F236";
}

.fa-viacoin:before {
    content: "\F237";
}

.fa-train:before {
    content: "\F238";
}

.fa-subway:before {
    content: "\F239";
}

.fa-medium:before {
    content: "\F23A";
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\F23B";
}

.fa-optin-monster:before {
    content: "\F23C";
}

.fa-opencart:before {
    content: "\F23D";
}

.fa-expeditedssl:before {
    content: "\F23E";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244";
}

.fa-mouse-pointer:before {
    content: "\F245";
}

.fa-i-cursor:before {
    content: "\F246";
}

.fa-object-group:before {
    content: "\F247";
}

.fa-object-ungroup:before {
    content: "\F248";
}

.fa-sticky-note:before {
    content: "\F249";
}

.fa-sticky-note-o:before {
    content: "\F24A";
}

.fa-cc-jcb:before {
    content: "\F24B";
}

.fa-cc-diners-club:before {
    content: "\F24C";
}

.fa-clone:before {
    content: "\F24D";
}

.fa-balance-scale:before {
    content: "\F24E";
}

.fa-hourglass-o:before {
    content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253";
}

.fa-hourglass:before {
    content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\F256";
}

.fa-hand-scissors-o:before {
    content: "\F257";
}

.fa-hand-lizard-o:before {
    content: "\F258";
}

.fa-hand-spock-o:before {
    content: "\F259";
}

.fa-hand-pointer-o:before {
    content: "\F25A";
}

.fa-hand-peace-o:before {
    content: "\F25B";
}

.fa-trademark:before {
    content: "\F25C";
}

.fa-registered:before {
    content: "\F25D";
}

.fa-creative-commons:before {
    content: "\F25E";
}

.fa-gg:before {
    content: "\F260";
}

.fa-gg-circle:before {
    content: "\F261";
}

.fa-tripadvisor:before {
    content: "\F262";
}

.fa-odnoklassniki:before {
    content: "\F263";
}

.fa-odnoklassniki-square:before {
    content: "\F264";
}

.fa-get-pocket:before {
    content: "\F265";
}

.fa-wikipedia-w:before {
    content: "\F266";
}

.fa-safari:before {
    content: "\F267";
}

.fa-chrome:before {
    content: "\F268";
}

.fa-firefox:before {
    content: "\F269";
}

.fa-opera:before {
    content: "\F26A";
}

.fa-internet-explorer:before {
    content: "\F26B";
}

.fa-television:before,
.fa-tv:before {
    content: "\F26C";
}

.fa-contao:before {
    content: "\F26D";
}

.fa-500px:before {
    content: "\F26E";
}

.fa-amazon:before {
    content: "\F270";
}

.fa-calendar-plus-o:before {
    content: "\F271";
}

.fa-calendar-minus-o:before {
    content: "\F272";
}

.fa-calendar-times-o:before {
    content: "\F273";
}

.fa-calendar-check-o:before {
    content: "\F274";
}

.fa-industry:before {
    content: "\F275";
}

.fa-map-pin:before {
    content: "\F276";
}

.fa-map-signs:before {
    content: "\F277";
}

.fa-map-o:before {
    content: "\F278";
}

.fa-map:before {
    content: "\F279";
}

.fa-commenting:before {
    content: "\F27A";
}

.fa-commenting-o:before {
    content: "\F27B";
}

.fa-houzz:before {
    content: "\F27C";
}

.fa-vimeo:before {
    content: "\F27D";
}

.fa-black-tie:before {
    content: "\F27E";
}

.fa-fonticons:before {
    content: "\F280";
}

.fa-reddit-alien:before {
    content: "\F281";
}

.fa-edge:before {
    content: "\F282";
}

.fa-credit-card-alt:before {
    content: "\F283";
}

.fa-codiepie:before {
    content: "\F284";
}

.fa-modx:before {
    content: "\F285";
}

.fa-fort-awesome:before {
    content: "\F286";
}

.fa-usb:before {
    content: "\F287";
}

.fa-product-hunt:before {
    content: "\F288";
}

.fa-mixcloud:before {
    content: "\F289";
}

.fa-scribd:before {
    content: "\F28A";
}

.fa-pause-circle:before {
    content: "\F28B";
}

.fa-pause-circle-o:before {
    content: "\F28C";
}

.fa-stop-circle:before {
    content: "\F28D";
}

.fa-stop-circle-o:before {
    content: "\f068";
}

.fa-shopping-bag:before {
    content: "\F290";
}

.fa-shopping-basket:before {
    content: "\F291";
}

.fa-hashtag:before {
    content: "\F292";
}

.fa-bluetooth:before {
    content: "\F293";
}

.fa-bluetooth-b:before {
    content: "\F294";
}

.fa-percent:before {
    content: "\F295";
}

.fa-gitlab:before {
    content: "\F296";
}

.fa-wpbeginner:before {
    content: "\F297";
}

.fa-wpforms:before {
    content: "\F298";
}

.fa-envira:before {
    content: "\F299";
}

.fa-universal-access:before {
    content: "\F29A";
}

.fa-wheelchair-alt:before {
    content: "\F29B";
}

.fa-question-circle-o:before {
    content: "\F29C";
}

.fa-blind:before {
    content: "\F29D";
}

.fa-audio-description:before {
    content: "\F29E";
}

.fa-volume-control-phone:before {
    content: "\F2A0";
}

.fa-braille:before {
    content: "\F2A1";
}

.fa-assistive-listening-systems:before {
    content: "\F2A2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\F2A3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\F2A4";
}

.fa-glide:before {
    content: "\F2A5";
}

.fa-glide-g:before {
    content: "\F2A6";
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\F2A7";
}

.fa-low-vision:before {
    content: "\F2A8";
}

.fa-viadeo:before {
    content: "\F2A9";
}

.fa-viadeo-square:before {
    content: "\F2AA";
}

.fa-snapchat:before {
    content: "\F2AB";
}

.fa-snapchat-ghost:before {
    content: "\F2AC";
}

.fa-snapchat-square:before {
    content: "\F2AD";
}

.fa-pied-piper:before {
    content: "\F2AE";
}

.fa-first-order:before {
    content: "\F2B0";
}

.fa-yoast:before {
    content: "\F2B1";
}

.fa-themeisle:before {
    content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\F2B4";
}

.fa-handshake-o:before {
    content: "\F2B5";
}

.fa-envelope-open:before {
    content: "\F2B6";
}

.fa-envelope-open-o:before {
    content: "\F2B7";
}

.fa-linode:before {
    content: "\F2B8";
}

.fa-address-book:before {
    content: "\F2B9";
}

.fa-address-book-o:before {
    content: "\F2BA";
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\F2BB";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\F2BC";
}

.fa-user-circle:before {
    content: "\F2BD";
}

.fa-user-circle-o:before {
    content: "\F2BE";
}

.fa-user-o:before {
    content: "\F2C0";
}

.fa-id-badge:before {
    content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f067";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\F2C3";
}

.fa-quora:before {
    content: "\F2C4";
}

.fa-free-code-camp:before {
    content: "\F2C5";
}

.fa-telegram:before {
    content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\F2CB";
}

.fa-shower:before {
    content: "\F2CC";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\F2CD";
}

.fa-podcast:before {
    content: "\F2CE";
}

.fa-window-maximize:before {
    content: "\F2D0";
}

.fa-window-minimize:before {
    content: "\F2D1";
}

.fa-window-restore:before {
    content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\F2D4";
}

.fa-bandcamp:before {
    content: "\F2D5";
}

.fa-grav:before {
    content: "\F2D6";
}

.fa-etsy:before {
    content: "\F2D7";
}

.fa-imdb:before {
    content: "\F2D8";
}

.fa-ravelry:before {
    content: "\F2D9";
}

.fa-eercast:before {
    content: "\F2DA";
}

.fa-microchip:before {
    content: "\F2DB";
}

.fa-snowflake-o:before {
    content: "\F2DC";
}

.fa-superpowers:before {
    content: "\F2DD";
}

.fa-wpexplorer:before {
    content: "\F2DE";
}

.fa-meetup:before {
    content: "\F2E0";
}

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

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

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

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

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

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    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: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    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;
}

[hidden],
template {
    display: none;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -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%;
}

.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: transparent;
    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;
}

[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: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: border-color 0.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: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    transition: border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    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: #cacaca;
}

:-ms-input-placeholder {
    color: #cacaca;
}

::-ms-input-placeholder {
    color: #cacaca;
}

::placeholder {
    color: #cacaca;
}

[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.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: 0.5rem;
}

[type="file"] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > *,
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 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 #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    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;
    flex: 1 1 0px;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    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: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

.fieldset legend {
    margin: 0 0 0 -0.1875rem;
    padding: 0 0.1875rem;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
    background-color: #e6e6e6;
    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: #f9ecea;
}

.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)::-ms-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}

.form-error,
.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-error.is-visible {
    display: block;
}

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;
}

b,
em,
i,
strong {
    line-height: inherit;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
    line-height: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    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: #cacaca;
}

.h1,
h1 {
    font-size: 1.5rem;
}

.h1,
.h2,
h1,
h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.h2,
h2 {
    font-size: 1.25rem;
}

.h3,
h3 {
    font-size: 1.1875rem;
}

.h3,
.h4,
h3,
h4 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: 1.0625rem;
}

.h5,
.h6,
h5,
h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.h6,
h6 {
    font-size: 1rem;
}

@media print, screen and (min-width: 40em) {
    .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;
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover {
    color: #1468a0;
}

a img,
hr {
    border: 0;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-bottom: 1px solid #cacaca;
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
}

ol,
ul {
    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: 0.3rem;
    font-weight: 700;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: "\2014   ";
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    font-weight: 400;
}

code,
kbd {
    background-color: #e6e6e6;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

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: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !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,
    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 #8a8a8a;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}

.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

.grid-x {
    display: flex;
    flex-flow: row wrap;
}

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

.cell.auto {
    flex: 1 1 0px;
}

.cell.shrink {
    flex: 0 0 auto;
}

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

.grid-x > .small-1,
.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-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-full,
.grid-x > .small-shrink {
    flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-1,
    .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-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-full,
    .grid-x > .medium-shrink {
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-1,
    .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-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-full,
    .grid-x > .large-shrink {
        flex-basis: auto;
    }
}

.grid-x > .small-1,
.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-10,
.grid-x > .small-11,
.grid-x > .small-12 {
    flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        flex: 1 1 0px;
        width: auto;
    }
    .grid-x > .medium-1,
    .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-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-shrink {
        flex: 0 0 auto;
    }
    .grid-x > .medium-shrink {
        width: auto;
    }
    .grid-x > .medium-1 {
        width: 8.3333333333%;
    }
    .grid-x > .medium-2 {
        width: 16.6666666667%;
    }
    .grid-x > .medium-3 {
        width: 25%;
    }
    .grid-x > .medium-4 {
        width: 33.3333333333%;
    }
    .grid-x > .medium-5 {
        width: 41.6666666667%;
    }
    .grid-x > .medium-6 {
        width: 50%;
    }
    .grid-x > .medium-7 {
        width: 58.3333333333%;
    }
    .grid-x > .medium-8 {
        width: 66.6666666667%;
    }
    .grid-x > .medium-9 {
        width: 75%;
    }
    .grid-x > .medium-10 {
        width: 83.3333333333%;
    }
    .grid-x > .medium-11 {
        width: 91.6666666667%;
    }
    .grid-x > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        flex: 1 1 0px;
        width: auto;
    }
    .grid-x > .large-1,
    .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-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-shrink {
        flex: 0 0 auto;
    }
    .grid-x > .large-shrink {
        width: auto;
    }
    .grid-x > .large-1 {
        width: 8.3333333333%;
    }
    .grid-x > .large-2 {
        width: 16.6666666667%;
    }
    .grid-x > .large-3 {
        width: 25%;
    }
    .grid-x > .large-4 {
        width: 33.3333333333%;
    }
    .grid-x > .large-5 {
        width: 41.6666666667%;
    }
    .grid-x > .large-6 {
        width: 50%;
    }
    .grid-x > .large-7 {
        width: 58.3333333333%;
    }
    .grid-x > .large-8 {
        width: 66.6666666667%;
    }
    .grid-x > .large-9 {
        width: 75%;
    }
    .grid-x > .large-10 {
        width: 83.3333333333%;
    }
    .grid-x > .large-11 {
        width: 91.6666666667%;
    }
    .grid-x > .large-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: -0.625rem;
    margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }
}

.grid-margin-x > .auto,
.grid-margin-x > .shrink {
    width: auto;
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .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,
    .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: 64em) {
    .grid-margin-x > .large-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);
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.small-up-1 > .cell {
    width: 100%;
}

.small-up-2 > .cell {
    width: 50%;
}

.small-up-3 > .cell {
    width: 33.3333333333%;
}

.small-up-4 > .cell {
    width: 25%;
}

.small-up-5 > .cell {
    width: 20%;
}

.small-up-6 > .cell {
    width: 16.6666666667%;
}

.small-up-7 > .cell {
    width: 14.2857142857%;
}

.small-up-8 > .cell {
    width: 12.5%;
}

@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%;
    }
    .medium-up-2 > .cell {
        width: 50%;
    }
    .medium-up-3 > .cell {
        width: 33.3333333333%;
    }
    .medium-up-4 > .cell {
        width: 25%;
    }
    .medium-up-5 > .cell {
        width: 20%;
    }
    .medium-up-6 > .cell {
        width: 16.6666666667%;
    }
    .medium-up-7 > .cell {
        width: 14.2857142857%;
    }
    .medium-up-8 > .cell {
        width: 12.5%;
    }
}

@media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
        width: 100%;
    }
    .large-up-2 > .cell {
        width: 50%;
    }
    .large-up-3 > .cell {
        width: 33.3333333333%;
    }
    .large-up-4 > .cell {
        width: 25%;
    }
    .large-up-5 > .cell {
        width: 20%;
    }
    .large-up-6 > .cell {
        width: 16.6666666667%;
    }
    .large-up-7 > .cell {
        width: 14.2857142857%;
    }
    .large-up-8 > .cell {
        width: 12.5%;
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .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: 64em) {
    .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);
    }
}

.small-margin-collapse,
.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
}

.small-margin-collapse > .small-1 {
    width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
    width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
    width: 25%;
}

.small-margin-collapse > .small-4 {
    width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
    width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
    width: 50%;
}

.small-margin-collapse > .small-7 {
    width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
    width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
    width: 75%;
}

.small-margin-collapse > .small-10 {
    width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
    width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }
    .small-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }
    .small-margin-collapse > .medium-3 {
        width: 25%;
    }
    .small-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }
    .small-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }
    .small-margin-collapse > .medium-6 {
        width: 50%;
    }
    .small-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }
    .small-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }
    .small-margin-collapse > .medium-9 {
        width: 75%;
    }
    .small-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }
    .small-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }
    .small-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }
    .small-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }
    .small-margin-collapse > .large-3 {
        width: 25%;
    }
    .small-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }
    .small-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }
    .small-margin-collapse > .large-6 {
        width: 50%;
    }
    .small-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }
    .small-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }
    .small-margin-collapse > .large-9 {
        width: 75%;
    }
    .small-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }
    .small-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }
    .small-margin-collapse > .large-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: 40em) {
    .medium-margin-collapse,
    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .small-2 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .small-3 {
        width: 25%;
    }
    .medium-margin-collapse > .small-4 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .small-5 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .small-6 {
        width: 50%;
    }
    .medium-margin-collapse > .small-7 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .small-8 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .small-9 {
        width: 75%;
    }
    .medium-margin-collapse > .small-10 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .small-11 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .small-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .medium-3 {
        width: 25%;
    }
    .medium-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .medium-6 {
        width: 50%;
    }
    .medium-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .medium-9 {
        width: 75%;
    }
    .medium-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .large-3 {
        width: 25%;
    }
    .medium-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .large-6 {
        width: 50%;
    }
    .medium-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .large-9 {
        width: 75%;
    }
    .medium-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 40em) {
    .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: 64em) {
    .large-margin-collapse,
    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .small-2 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .small-3 {
        width: 25%;
    }
    .large-margin-collapse > .small-4 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .small-5 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .small-6 {
        width: 50%;
    }
    .large-margin-collapse > .small-7 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .small-8 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .small-9 {
        width: 75%;
    }
    .large-margin-collapse > .small-10 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .small-11 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .small-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .medium-3 {
        width: 25%;
    }
    .large-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .medium-6 {
        width: 50%;
    }
    .large-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .medium-9 {
        width: 75%;
    }
    .large-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .large-3 {
        width: 25%;
    }
    .large-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .large-6 {
        width: 50%;
    }
    .large-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .large-9 {
        width: 75%;
    }
    .large-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0;
    }
}

.small-offset-0 {
    margin-left: 0;
}

.grid-margin-x > .small-offset-0 {
    margin-left: 0.625rem;
}

.small-offset-1 {
    margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
    margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
    margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
    margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
    margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
    margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
    margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
    margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
    margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
    margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
    margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .medium-offset-0 {
        margin-left: 0.9375rem;
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }
    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }
    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }
    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }
    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }
    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }
    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }
    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }
    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}

@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .large-offset-0 {
        margin-left: 0.9375rem;
    }
    .large-offset-1 {
        margin-left: 8.3333333333%;
    }
    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }
    .large-offset-2 {
        margin-left: 16.6666666667%;
    }
    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }
    .large-offset-4 {
        margin-left: 33.3333333333%;
    }
    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }
    .large-offset-5 {
        margin-left: 41.6666666667%;
    }
    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }
    .large-offset-7 {
        margin-left: 58.3333333333%;
    }
    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }
    .large-offset-8 {
        margin-left: 66.6666666667%;
    }
    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }
    .large-offset-10 {
        margin-left: 83.3333333333%;
    }
    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }
    .large-offset-11 {
        margin-left: 91.6666666667%;
    }
    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}

.grid-y {
    display: flex;
    flex-flow: column nowrap;
}

.grid-y > .cell {
    width: auto;
    max-width: none;
}

.grid-y > .auto,
.grid-y > .shrink {
    height: auto;
}

.grid-y > .small-1,
.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-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-full,
.grid-y > .small-shrink {
    flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-1,
    .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-10,
    .grid-y > .medium-11,
    .grid-y > .medium-12,
    .grid-y > .medium-full,
    .grid-y > .medium-shrink {
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-1,
    .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-10,
    .grid-y > .large-11,
    .grid-y > .large-12,
    .grid-y > .large-full,
    .grid-y > .large-shrink {
        flex-basis: auto;
    }
}

.grid-y > .small-1,
.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-10,
.grid-y > .small-11,
.grid-y > .small-12 {
    flex: 0 0 auto;
}

.grid-y > .small-1 {
    height: 8.3333333333%;
}

.grid-y > .small-2 {
    height: 16.6666666667%;
}

.grid-y > .small-3 {
    height: 25%;
}

.grid-y > .small-4 {
    height: 33.3333333333%;
}

.grid-y > .small-5 {
    height: 41.6666666667%;
}

.grid-y > .small-6 {
    height: 50%;
}

.grid-y > .small-7 {
    height: 58.3333333333%;
}

.grid-y > .small-8 {
    height: 66.6666666667%;
}

.grid-y > .small-9 {
    height: 75%;
}

.grid-y > .small-10 {
    height: 83.3333333333%;
}

.grid-y > .small-11 {
    height: 91.6666666667%;
}

.grid-y > .small-12 {
    height: 100%;
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        flex: 1 1 0px;
        height: auto;
    }
    .grid-y > .medium-1,
    .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-10,
    .grid-y > .medium-11,
    .grid-y > .medium-12,
    .grid-y > .medium-shrink {
        flex: 0 0 auto;
    }
    .grid-y > .medium-shrink {
        height: auto;
    }
    .grid-y > .medium-1 {
        height: 8.3333333333%;
    }
    .grid-y > .medium-2 {
        height: 16.6666666667%;
    }
    .grid-y > .medium-3 {
        height: 25%;
    }
    .grid-y > .medium-4 {
        height: 33.3333333333%;
    }
    .grid-y > .medium-5 {
        height: 41.6666666667%;
    }
    .grid-y > .medium-6 {
        height: 50%;
    }
    .grid-y > .medium-7 {
        height: 58.3333333333%;
    }
    .grid-y > .medium-8 {
        height: 66.6666666667%;
    }
    .grid-y > .medium-9 {
        height: 75%;
    }
    .grid-y > .medium-10 {
        height: 83.3333333333%;
    }
    .grid-y > .medium-11 {
        height: 91.6666666667%;
    }
    .grid-y > .medium-12 {
        height: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
        flex: 1 1 0px;
        height: auto;
    }
    .grid-y > .large-1,
    .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-10,
    .grid-y > .large-11,
    .grid-y > .large-12,
    .grid-y > .large-shrink {
        flex: 0 0 auto;
    }
    .grid-y > .large-shrink {
        height: auto;
    }
    .grid-y > .large-1 {
        height: 8.3333333333%;
    }
    .grid-y > .large-2 {
        height: 16.6666666667%;
    }
    .grid-y > .large-3 {
        height: 25%;
    }
    .grid-y > .large-4 {
        height: 33.3333333333%;
    }
    .grid-y > .large-5 {
        height: 41.6666666667%;
    }
    .grid-y > .large-6 {
        height: 50%;
    }
    .grid-y > .large-7 {
        height: 58.3333333333%;
    }
    .grid-y > .large-8 {
        height: 66.6666666667%;
    }
    .grid-y > .large-9 {
        height: 75%;
    }
    .grid-y > .large-10 {
        height: 83.3333333333%;
    }
    .grid-y > .large-11 {
        height: 91.6666666667%;
    }
    .grid-y > .large-12 {
        height: 100%;
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}

.grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
}

.cell .grid-frame {
    width: 100%;
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
}

.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        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: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        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: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        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: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .large-cell-block-container > .grid-x {
        max-height: 100%;
        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;
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
    }
}

.cell .grid-y.grid-frame {
    height: 100%;
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%;
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}

.grid-margin-y > .auto,
.grid-margin-y > .shrink {
    height: auto;
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .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,
    .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: 64em) {
    .grid-margin-y > .large-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);
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
}

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

.button:focus,
.button:hover {
    background-color: #14679e;
    color: #fefefe;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button.primary {
    background-color: #1779ba;
    color: #fefefe;
}

.button.primary:focus,
.button.primary:hover {
    background-color: #126195;
    color: #fefefe;
}

.button.secondary {
    background-color: #767676;
    color: #fefefe;
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #5e5e5e;
    color: #fefefe;
}

.button.success {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #0a0a0a;
}

.button.warning {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #0a0a0a;
}

.button.alert {
    background-color: #cc4b37;
    color: #fefefe;
}

.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #fefefe;
}

.button.disabled,
.button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
    opacity: 0.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 {
    background-color: #1779ba;
    color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
    opacity: 0.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 {
    background-color: #767676;
    color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
    opacity: 0.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 {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button.disabled.warning,
.button[disabled].warning {
    opacity: 0.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 {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button.disabled.alert,
.button[disabled].alert {
    opacity: 0.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 {
    background-color: #cc4b37;
    color: #fefefe;
}

.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent;
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.hollow.primary,
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676;
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b;
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
    border: 1px solid #767676;
    color: #767676;
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:focus,
.button.hollow.success: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] {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:focus,
.button.hollow.warning: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] {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.hollow.alert:focus,
.button.hollow.alert: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] {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.clear {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    background-color: transparent;
}

.button.clear:focus,
.button.clear:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.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] {
    border-color: transparent;
}

.button.clear.primary {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.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] {
    border-color: transparent;
}

.button.clear.secondary {
    border: 1px solid #767676;
    color: #767676;
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b;
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
    border: 1px solid #767676;
    color: #767676;
}

.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] {
    border-color: transparent;
}

.button.clear.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.clear.success:focus,
.button.clear.success: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] {
    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] {
    border-color: transparent;
}

.button.clear.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.clear.warning:focus,
.button.clear.warning: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] {
    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] {
    border-color: transparent;
}

.button.clear.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.clear.alert:focus,
.button.clear.alert: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] {
    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] {
    border-color: transparent;
}

.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #fefefe transparent transparent;
    border-style: solid inset inset;
    border-width: 0.4em 0.4em 0;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}

.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
    border-top-color: #1779ba;
}

.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
    border-top-color: #767676;
}

.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
    border-top-color: #3adb76;
}

.button.dropdown.clear.warning:after,
.button.dropdown.hollow.warning:after {
    border-top-color: #ffae00;
}

.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after {
    border-top-color: #cc4b37;
}

.button.arrow-only:after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}

a.button:focus,
a.button:hover {
    text-decoration: none;
}

.button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.button-group:after,
.button-group:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}

.button-group:after {
    clear: both;
}

.button-group .button {
    margin: 0 1px 1px 0;
    font-size: 0.9rem;
    flex: 0 0 auto;
}

.button-group .button:last-child {
    margin-right: 0;
}

.button-group.tiny .button {
    font-size: 0.6rem;
}

.button-group.small .button {
    font-size: 0.75rem;
}

.button-group.large .button {
    font-size: 1.25rem;
}

.button-group.expanded .button {
    flex: 1 1 0px;
}

.button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe;
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #126195;
    color: #fefefe;
}

.button-group.secondary .button {
    background-color: #767676;
    color: #fefefe;
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #5e5e5e;
    color: #fefefe;
}

.button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #0a0a0a;
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #0a0a0a;
}

.button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe;
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    flex-wrap: wrap;
}

.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button,
.button-group.stacked .button {
    flex: 0 0 100%;
}

.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .button:last-child {
    margin-bottom: 0;
}

.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
    flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}

@media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block;
    }
    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0;
    }
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer;
}

[data-whatinput="mouse"] .close-button,
.close-button:focus {
    outline: 0;
}

.close-button:focus,
.close-button:hover {
    color: #0a0a0a;
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
}

.label,
.label.primary {
    background: #1779ba;
    color: #fefefe;
}

.label.secondary {
    background: #767676;
    color: #fefefe;
}

.label.success {
    background: #3adb76;
    color: #0a0a0a;
}

.label.warning {
    background: #ffae00;
    color: #0a0a0a;
}

.label.alert {
    background: #cc4b37;
    color: #fefefe;
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca;
}

.progress.primary .progress-meter {
    background-color: #1779ba;
}

.progress.secondary .progress-meter {
    background-color: #767676;
}

.progress.success .progress-meter {
    background-color: #3adb76;
}

.progress.warning .progress-meter {
    background-color: #ffae00;
}

.progress.alert .progress-meter {
    background-color: #cc4b37;
}

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #1779ba;
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap;
}

.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
    transition: all 0s linear;
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #1779ba;
    transition: all 0.2s ease-in-out;
    touch-action: manipulation;
}

[data-whatinput="mouse"] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: #14679e;
}

.slider-handle.is-dragging {
    transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%;
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

input + .switch-paddle {
    margin: 0;
}

.switch-paddle:after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: "";
}

input:checked ~ .switch-paddle {
    background: #1779ba;
}

input:checked ~ .switch-paddle:after {
    left: 2.25rem;
}

[data-whatinput="mouse"] input:focus ~ .switch-paddle {
    outline: 0;
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch-active {
    left: 8%;
    display: none;
}

input:checked + label > .switch-active {
    display: block;
}

.switch-inactive {
    right: 15%;
}

input:checked + label > .switch-inactive {
    display: none;
}

.switch.tiny {
    height: 1.5rem;
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
}

.switch.tiny .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle:after {
    left: 1.75rem;
}

.switch.small {
    height: 1.75rem;
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
}

.switch.small .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle:after {
    left: 2rem;
}

.switch.large {
    height: 2.5rem;
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}

.switch.large .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem;
}

.switch.large input:checked ~ .switch-paddle:after {
    left: 2.75rem;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

tbody,
tfoot,
thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
}

thead {
    background: #f8f8f8;
}

tfoot,
thead {
    color: #0a0a0a;
}

tfoot {
    background: #f1f1f1;
}

tfoot tr,
thead tr {
    background: transparent;
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left;
}

tbody td,
tbody th {
    padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

table.unstriped tbody {
    background-color: #fefefe;
}

table.unstriped tbody tr {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
    table.stack tfoot,
    table.stack thead {
        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: #f3f3f3;
}

table.hover tfoot tr:hover {
    background-color: #ececec;
}

table.hover tbody tr:hover {
    background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ececec;
}

.table-scroll {
    overflow-x: auto;
}

.entolia-custom-badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 3px;
    font-size: 0.75rem;
    text-align: center;
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
}

.badge,
.badge.primary,
.entolia-custom-badge.primary {
    background: #1779ba;
    color: #fefefe;
}

.badge.secondary,
.entolia-custom-badge.secondary {
    background: #767676;
    color: #fefefe;
}

.badge.secondarylight,
.entolia-custom-badge.secondarylight {
    background: #cccccc;
    color: #fefefe;
}

.badge.success,
.entolia-custom-badge.success {
    background: #3adb76;
    color: #0a0a0a;
}

.badge.warning,
.entolia-custom-badge.warning {
    background: #ffae00;
    color: #0a0a0a;
}

.badge.alert,
.entolia-custom-badge.alert {
    background: #cc4b37;
    color: #fefefe;
}

.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none;
}

.breadcrumbs:after,
.breadcrumbs:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}

.breadcrumbs:after {
    clear: both;
}

.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase;
}

.breadcrumbs li:not(:last-child):after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #cacaca;
}

.breadcrumbs a {
    color: #1779ba;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
}

.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a;
}

.callout > :first-child {
    margin-top: 0;
}

.callout > :last-child {
    margin-bottom: 0;
}

.callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a;
}

.callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a;
}

.callout.success {
    background-color: #e1faea;
    color: #0a0a0a;
}

.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a;
}

.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a;
}

.callout.small {
    padding: 0.5rem;
}

.callout.large {
    padding: 3rem;
}

.card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
}

.card > :last-child {
    margin-bottom: 0;
}

.card-divider {
    display: flex;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6;
}

.card-divider > :last-child {
    margin-bottom: 0;
}

.card-section {
    flex: 1 0 auto;
    padding: 1rem;
}

.card-section > :last-child {
    margin-bottom: 0;
}

.card-image {
    min-height: 1px;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    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;
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

.pagination:after,
.pagination:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}

.pagination:after {
    clear: both;
}

.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none;
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block;
}

@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6;
}

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default;
}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis:after {
    padding: 0.1875rem 0.625rem;
    content: "\2026";
    color: #0a0a0a;
}

.pagination-previous.disabled:before,
.pagination-previous a:before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "\AB";
}

.pagination-next.disabled:after,
.pagination-next a:after {
    display: inline-block;
    margin-left: 0.5rem;
    content: "\BB";
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #8a8a8a;
    font-weight: 700;
    cursor: help;
}

.tooltip {
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe;
}

.tooltip,
.tooltip:before {
    position: absolute;
}

.tooltip.bottom:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #0a0a0a;
    border-style: inset inset solid;
    border-width: 0 0.75rem 0.75rem;
    bottom: 100%;
}

.tooltip.bottom.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip.top:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #0a0a0a transparent transparent;
    border-style: solid inset inset;
    border-width: 0.75rem 0.75rem 0;
    top: 100%;
    bottom: auto;
}

.tooltip.top.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip.left:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #0a0a0a;
    border-style: inset inset inset solid;
    border-width: 0.75rem 0 0.75rem 0.75rem;
    left: 100%;
}

.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip.right:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #0a0a0a transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0.75rem 0.75rem 0.75rem 0;
    right: 100%;
    left: auto;
}

.tooltip.right.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip.align-top:before {
    bottom: auto;
    top: 10%;
}

.tooltip.align-bottom:before {
    bottom: 10%;
    top: auto;
}

.tooltip.align-left:before {
    left: 10%;
    right: auto;
}

.tooltip.align-right:before {
    left: auto;
    right: 10%;
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
}

.accordion-subheading {
    font-family: Raleway, Bold;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: #333;
    padding-top: 45px;
    padding-bottom: 10px;
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}

.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6;
}

.accordion-title:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}

.is-active > .accordion-title:before {
    content: "\2013";
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.media-object {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
}

.media-object img {
    max-width: none;
}

@media screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
        flex-wrap: wrap;
    }
}

.media-object-section {
    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: 39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0 0 1rem;
        flex-basis: 100%;
        max-width: 100%;
    }
    .stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section.main-section {
    flex: 1 1 0px;
}

.orbit,
.orbit-container {
    position: relative;
}

.orbit-container {
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    background-color: #ff6455;
}

.orbit-slide {
    width: 100%;
    position: absolute;
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
}

.orbit-figure {
    margin: 0;
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.orbit-caption {
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: rgba(10, 10, 10, 0.5);
}

.orbit-caption,
.orbit-next,
.orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe;
}

.orbit-next,
.orbit-previous {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

[data-whatinput="mouse"] .orbit-next,
[data-whatinput="mouse"] .orbit-previous {
    outline: 0;
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
    left: 0;
}

.orbit-next {
    left: auto;
    right: 0;
}

.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

[data-whatinput="mouse"] .orbit-bullets {
    outline: 0;
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca;
}

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #8a8a8a;
}

.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%;
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none;
}

.tabs:after,
.tabs:before {
    display: table;
    content: " ";
    flex-basis: 0;
    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: transparent;
}

.tabs.primary {
    background: #1779ba;
}

.tabs.primary > li > a {
    color: #fefefe;
}

.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
    background: #1673b1;
}

.tabs-title {
    float: left;
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}

[data-whatinput="mouse"] .tabs-title > a {
    outline: 0;
}

.tabs-title > a:hover {
    background: #fefefe;
    color: #1468a0;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
    background: #e6e6e6;
    color: #1779ba;
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    transition: all 0.5s ease;
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    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: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
}

a.thumbnail {
    transition: box-shadow 0.2s ease-out;
}

a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
    box-shadow: none;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

[data-whatinput="mouse"] .menu li {
    outline: 0;
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0;
}

.menu input {
    display: inline-block;
}

.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row;
}

.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column;
}

.menu.expanded li {
    flex: 1 1 0px;
}

.menu.simple {
    align-items: center;
}

.menu.simple li + li {
    margin-left: 1rem;
}

.menu.simple a {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.medium-expanded li,
    .menu.medium-simple li {
        flex: 1 1 0px;
    }
}

@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.large-expanded li,
    .menu.large-simple li {
        flex: 1 1 0px;
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: flex;
}

.menu.icon-left li a {
    flex-flow: row nowrap;
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
}

.menu.icon-right li a {
    flex-flow: row nowrap;
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
}

.menu.icon-top li a {
    flex-flow: column nowrap;
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}

.menu.icon-bottom li a {
    flex-flow: column nowrap;
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}

.menu .active > a,
.menu .is-active > a {
    background: #1779ba;
    color: #fefefe;
}

.menu.align-left {
    justify-content: flex-start;
}

.menu.align-right li {
    display: flex;
    justify-content: flex-end;
}

.menu.align-right li .submenu li {
    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: flex;
    justify-content: center;
}

.menu.align-center li .submenu li {
    justify-content: flex-start;
}

.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

.menu-centered > .menu {
    justify-content: center;
}

.menu-centered > .menu li {
    display: flex;
    justify-content: center;
}

.menu-centered > .menu li .submenu li {
    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: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: "";
}

.menu-icon:hover:after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.menu-icon.dark:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: "";
}

.menu-icon.dark:hover:after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
    width: 100%;
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: 0.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;
    content: "";
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    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);
    transform: rotate(180deg);
    -webkit-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;
    content: "";
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.submenu-toggle[aria-expanded="true"]:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-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;
}

.is-drilldown {
    position: relative;
    overflow: hidden;
}

.is-drilldown li {
    display: block;
}

.is-drilldown.animate-height {
    transition: height 0.5s;
}

.drilldown a {
    padding: 0.7rem 1rem;
    background: #fefefe;
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
    padding: 0.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 {
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.drilldown.align-left .is-drilldown-submenu-parent > a:after,
.drilldown .is-drilldown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a:after {
    left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a:after {
    display: block;
    right: auto;
    left: 1rem;
}

.drilldown.align-right .is-drilldown-submenu-parent > a:after,
.drilldown .js-drilldown-back > a:before {
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
}

.drilldown .js-drilldown-back > a:before {
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}

.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;
    content: "";
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

[data-whatinput="mouse"] .dropdown.menu a {
    outline: 0;
}

.dropdown.menu > li > a {
    padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #1779ba;
}

.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;
    content: "";
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
}

@media print, screen and (min-width: 40em) {
    .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;
        content: "";
        border-color: #1779ba transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        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;
        content: "";
        border-color: transparent #1779ba transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: transparent transparent transparent #1779ba;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px;
    }
}

@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: #1779ba transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        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;
        content: "";
        border-color: transparent #1779ba transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.large-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-color: transparent transparent transparent #1779ba;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px;
    }
}

.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 #cacaca;
    background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.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;
    content: "";
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.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 0.5s ease, visibility 0.5s ease;
    background: hsla(0, 0%, 99.6%, 0.25);
    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 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

[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(10, 10, 10, 0.7);
}

.off-canvas.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

[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(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
}

.off-canvas-content .off-canvas.position-left,
.position-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
}

.off-canvas-content .off-canvas.position-right,
.position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
}

.off-canvas-content .off-canvas.position-top,
.position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
}

.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.off-canvas-content.has-transition-push,
.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-medium {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}

@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-large {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
        -webkit-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;
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}

@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        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;
        transform: none;
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none;
    }
}

@media print, screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        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;
        transform: none;
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none;
    }
}

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: 9999;
    background-color: rgba(10, 10, 10, 0.45);
}

.reveal,
.reveal-overlay {
    display: none;
    overflow-y: auto;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
}

[data-whatinput="mouse"] .reveal {
    outline: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column {
    min-width: 0;
}

.reveal > :last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}

.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: 39.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;
}

.sticky,
.sticky-container {
    position: relative;
}

.sticky {
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
}

.title-bar {
    padding: 0.5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
    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: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6;
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}

.top-bar input.button {
    width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
}

@media print, screen and (min-width: 40em) {
    .top-bar {
        flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.top-bar-title {
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
    flex: 0 0 auto;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}

.clearfix:after {
    clear: both;
}

.align-left {
    justify-content: flex-start;
}

.align-right {
    justify-content: flex-end;
}

.align-center {
    justify-content: center;
}

.align-justify {
    justify-content: space-between;
}

.align-spaced {
    justify-content: space-around;
}

.align-left.vertical.menu > li > a {
    justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
    justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
    justify-content: center;
}

.align-top {
    align-items: flex-start;
}

.align-self-top {
    align-self: flex-start;
}

.align-bottom {
    align-items: flex-end;
}

.align-self-bottom {
    align-self: flex-end;
}

.align-middle {
    align-items: center;
}

.align-self-middle {
    align-self: center;
}

.align-stretch {
    align-items: stretch;
}

.align-self-stretch {
    align-self: stretch;
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.small-order-1 {
    order: 1;
}

.small-order-2 {
    order: 2;
}

.small-order-3 {
    order: 3;
}

.small-order-4 {
    order: 4;
}

.small-order-5 {
    order: 5;
}

.small-order-6 {
    order: 6;
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1;
    }
    .medium-order-2 {
        order: 2;
    }
    .medium-order-3 {
        order: 3;
    }
    .medium-order-4 {
        order: 4;
    }
    .medium-order-5 {
        order: 5;
    }
    .medium-order-6 {
        order: 6;
    }
}

@media print, screen and (min-width: 64em) {
    .large-order-1 {
        order: 1;
    }
    .large-order-2 {
        order: 2;
    }
    .large-order-3 {
        order: 3;
    }
    .large-order-4 {
        order: 4;
    }
    .large-order-5 {
        order: 5;
    }
    .large-order-6 {
        order: 6;
    }
}

.flex-container {
    display: flex;
}

.flex-child-auto {
    flex: 1 1 auto;
}

.flex-child-grow {
    flex: 1 0 auto;
}

.flex-child-shrink {
    flex: 0 1 auto;
}

.flex-dir-row {
    flex-direction: row;
}

.flex-dir-row-reverse {
    flex-direction: row-reverse;
}

.flex-dir-column {
    flex-direction: column;
}

.flex-dir-column-reverse {
    flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: flex;
    }
    .medium-flex-child-auto {
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}

@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: flex;
    }
    .large-flex-child-auto {
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-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;
    }
}

h1,
h2,
h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

h4,
h5,
h6 {
    font-weight: 700;
}

a,
p a,
p a:hover,
p a:focus,
a:hover,
a:focus {
    color: #dd5649;
}

.reveal:focus {
    outline: none !important;
}

.reveal {
    border: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    padding: 20px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-variant-ligatures: no-common-ligatures;
}

h1,
h2 {
    font-size: 32px;
}

p {
    font-size: 15px;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.uppercase {
    text-transform: uppercase;
}

.primary {
    color: #dd5649;
}

#paymentIframe {
    border: 1px solid lightgrey;
    padding: 20px;
}

.checklist-image {
    position: relative;
}

.checklist-image p {
    position: absolute;
    bottom: -35px;
    font-size: 12px;
}

.has-tip {
    border-bottom: none;
}

.center {
    text-align: center;
}

.clearfix {
    clear: both;
}

.container-small {
    max-width: 750px;
}

.container-extrasmall {
    max-width: 550px;
}

.content {
    padding: 20px 0 0 0;
    min-height: 600px;
}

#dashboard .content {
    background-color: #f0f0f0;
}

hr {
    margin: 1.25rem auto 3.25rem auto;
}

.orbit *:active,
.orbit *:focus {
    outline: none !important;
}

.spacer-top {
    margin-top: 40px;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
    margin: 0;
}

/* buttons */

button {
    cursor: pointer;
}

.btn {
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.5em;
    transition: all 0.1s ease-in;
    cursor: pointer;
}

.btn.btn-large {
    padding: 16px 30px 16px 30px;
    font-size: 17px;
}

.btn.btn-medium,
.btn.btn-medium.activeURL {
    padding: 3px 10px 4px 10px;
    font-size: 14px;
}

.btn-reversed {
    background-color: white;
    border-color: #dd5649;
    color: #dd5649;
    border: 1px solid;
}

.btn.btn-primary,
.btn.btn-primary.activeURL {
    background: #ff6455;
    color: white;
    border: 1px solid #ff6455;
}

.btn.btn-primary:hover {
    background: #ff4533;
    border-color: #ff4533;
}

.btn.btn-secondary {
    background: #ff6455;
    border: 1px solid #ff6455;
    color: white;
}

.btn.btn-green {
    background: #268e00;
    border: 1px solid #268e00;
    color: white;
}

.btn.btn-secondary:hover {
    background: #268e00;
    border-color: #268e00;
}

.btn.btn-tertiary {
    background: black;
    border: 1px solid black;
    color: white;
}

.btn.btn-greyedout {
    background: #666666;
    border: 1px solid #666666;
    color: white;
}

.btn.btn-disabled {
    cursor: not-allowed;
}

.btn.btn-secondary:hover {
    background: #ff4533;
    border-color: #ff4533;
}

.btn.btn-outline {
    background: transparent;
    border: 1px solid #dd5649;
    color: #dd5649;
}

.btn.btn-outline:hover {
    background: #dd5649;
    color: white;
}

.btn.btn-outline-white {
    background: transparent;
    border: 1px solid white;
}

.btn.btn-icon i {
    font-size: 20px !important;
    vertical-align: bottom;
    /*vertical-align: top !important;*/
}

.btn.btn-icon.btn-middle i {
    font-size: 18px;
    vertical-align: middle;
}

.btn.btn-block {
    width: 100%;
}

.orbit-previous,
.orbit-next,
.orbit-bullets button {
    cursor: pointer;
}

/* Dropdown */

.dropdown-pane {
    margin-top: 5px;
}

.dropdown-pane a,
.logoutMobile {
    margin-left: 0px !important;
}

.accordion-title::before,
.submenu-toggle::after {
    font: normal normal normal 16px/1 "Line Awesome Free";
    font-weight: 900;
    content: "\f067";
    color: #dd5649;
}

.is-active > .accordion-title::before,
.submenu-toggle[aria-expanded="true"]::after {
    font: normal normal normal 16px/1 "Line Awesome Free";
    font-weight: 900;
    content: "\f068";
    color: #dd5649;
}

.sort-accordion .accordion-title::before,
#select-topic .accordion-title::before {
    content: "\f107";
    color: #0a0a0a;
}

#inhalte .submenu-toggle {
    left: 2rem;
    right: auto;
    top: 4.5px;
    font-size: 24px;
    transform: translate(-50%, 0%);
    margin-top: 0;
}

#inhalte .submenu-toggle::after {
    width: 100%;
    height: auto;
    border: none;
}

#inhalte .submenu-toggle:focus {
    outline: none;
    background-color: transparent;
}

/* .accordion-title::before{
    color:#47819B;
  } */

/* forms */

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
select,
textarea {
    background-color: #f0f0f0;
    border-radius: 5px;
    border: 0;
    font-style: italic;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #333 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #333 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #333 !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #333;
    opacity: 1;
}

@media print, screen and (max-width: 40em) {
    .btn.btn-large {
        padding: 16px 20px;
        font-size: 14px;
    }
}

@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 55px;
        line-height: 65px;
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
    h6 {
        font-size: 17px;
    }
    .content {
        min-height: 800px;
    }
}

.icon-wrapper {
    background-color: #ff6455;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
    line-height: 46px;
}

.icon-wrapper-small {
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 33px;
    margin-left: 10%;
}

.header {
    background-color: white;
    width: 100%;
    padding: 20px 0 20px 0;
    z-index: 76;
}

.hasSubnav.active {
    color: #f74331;
}

#subnav {
    position: absolute;
    right: 0;
    left: 0;
    height: 0;
    padding: 0 0 50px 0;
    z-index: 75;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0;
}

#subnav.active {
    height: 500px;
    opacity: 1;
}

#subnav .shadowdiv {
    padding: 0 0 50px 0;
    background-color: #fff;
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.75);
}

.subnav-container {
    z-index: 75;
    opacity: 0;
    transition: all 0.3s;
}

.subnav-container.active {
    opacity: 1;
}

.subnav-container .closeIcon {
    text-align: right;
    color: #f74331;
    font-size: 45px;
    position: absolute;
    right: 23rem;
    top: -20px;
    cursor: pointer;
}

.subnav-container .cell {
    position: relative;
    border-left: solid 1px #ccc;
    padding: 0 0 40px 20px;
}

.subnav-container .cell a {
    display: flex;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.subnav-container .cell a:hover {
    text-decoration: underline;
}

.subnav-container .cell a.last {
    position: absolute;
    bottom: -5px;
    text-transform: uppercase;
    color: #f74331;
    font-size: 13px;
}

#logo,
#logo-marktplatz {
    max-height: 39px;
    margin-top: 5px;
}

#logo-link {
    margin-left: 0;
}

.header-spacer {
    height: 70px;
}

.header ul {
    margin: 0;
    vertical-align: middle;
}

.header li {
    vertical-align: middle;
    display: block;
    position: relative;
}

.main-menu {
    display: none;
}

.header a {
    color: black;
    /* text-transform: uppercase; */
    font-weight: 600;
    vertical-align: middle;
}

.header a.active,
.header a:hover {
    /* color:#DD5649; */
}

.btn.btn-primary:hover {
    color: #fff;
}

.main-menu a .test-free:hover {
    color: #fff !important;
}

.activeURL {
    padding-bottom: 2px;
    border-bottom: 1px solid #333333;
    /* color: #7CBFAB !important; */
}

.main-menu .activeURL,
.main-menu .activeParentURL {
    padding-bottom: 2px;
    border-bottom: 1.5px solid #333333;
    /* color:#47819B !important; */
}

.mobile-menu .activeURL {
    color: #333;
}

#accordion-arbeitsbereiche .activeURL span {
    color: #fff !important;
    border-bottom: 1px solid #ffffff;
}

.login-modal {
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #ff6455;
    min-width: 200px;
    min-height: 300px;
    text-align: center;
    display: none;
}

.login-modal.already-logged-in {
    min-width: 260px;
    min-height: 166px;
}

.login-modal.already-logged-in .login-top {
    text-align: left;
}

.login-modal .login-modal-separator-line {
    width: calc(100% + 40px);
    border-top: 1px solid #d2d2d2;
    margin-left: -20px;
}

.login-modal-header .la-close {
    float: left;
    padding: 5px;
    font-size: 18px;
    color: #ff6455;
}

.login-fake {
    float: right;
    color: #ff6455;
    padding: 5px 10px 6px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.login-fake i {
    font-size: 20px;
    vertical-align: top;
}

.login-top,
.login-bottom {
    padding: 20px;
}

.login-top a {
    margin-left: 0 !important;
}

.login-modal input {
    min-width: 300px;
}

.login-modal strong {
    padding: 0px 0 10px 0;
    font-size: 18px;
    display: block;
}

.login-modal .btn {
    width: 100%;
    margin: 0 !important;
}

.login-modal .password-forgot {
    color: #47819b;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    display: block;
    padding-top: 5px;
    padding-bottom: 20px;
}

.login-modal .login-bottom {
    border-top: 1px solid #ccc;
}

.text-right button {
    display: none;
}

.text-right .login-top button {
    display: block;
}

.text-right button {
    display: block;
    float: right;
    margin: 7px 10px 0 0;
}

.text-right .mobile-menu-icon {
    margin: 0px 10px 0 0;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.off-canvas {
    background: url("../img/background/mobile-bg.png") no-repeat center;
    background-size: cover;
    height: 100%;
    overflow-y: scroll;
}

.mobile-menu li > a {
    color: #ffffff;
}

.mobile-menu {
    padding-top: 20px;
}

.mobile-menu li .n-nav {
    margin: 0;
    padding: 10px 10px 10px 25px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu li.n-nav-f,
.mobile-menu li.n-nav-s {
    text-align: center;
}

.mobile-menu li.n-nav-f {
    margin-top: 40px;
}

.mobile-menu li > a {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile-menu li > .btn-outline {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.menu-icon::after {
    background: #dd5649;
    box-shadow: 0 7px 0 #dd5649, 0 14px 0 #dd5649;
}

.menu-icon:hover::after {
    background: #dd5649;
    box-shadow: 0 7px 0 #dd5649, 0 14px 0 #dd5649;
}

.mobile-menu li:focus,
.mobile-menu li a:focus,
.text-right button:focus {
    outline: none;
}

.mobile-menu-marketplace a:hover,
.mobile-menu a:hover {
    color: #fff;
}

.mobile-menu-marketplace,
.mobile-menu-workspaces {
    display: none;
}

.erhaeltlich {
    color: #ffffff;
    font-size: 11px;
    width: 80%;
    margin: 20px auto;
    font-weight: normal;
}

.mobile-navigation .erhaeltlich {
    position: relative;
    bottom: 0;
}

.erhaeltlich a {
    color: #ffffff;
    margin-left: 10px;
    text-transform: none;
    vertical-align: bottom;
}

.erhaeltlich a:hover {
    color: #fff;
}

.erhaeltlich i {
    font-size: 16px;
}

#backdrop {
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1010;
    display: none;
    opacity: 0.5;
}

.js-off-canvas-overlay {
    background: rgba(0, 0, 0, 0.7);
}

@media print, screen and (min-width: 48em) {
    .text-right .main-menu {
        max-width: 806px;
        /* max-width:580px; */
        float: right;
        margin-top: 5px;
    }
    .text-right .main-menu .header-btn,
    .text-right .main-menu .header-btn {
        margin-top: 10px;
    }
    .header-spacer {
        height: 80px;
    }
}

@media print, screen and (max-width: 76em) {
    .fm-badge-nav {
        display: none;
    }
}

@media print, screen and (min-width: 76em) {
    .header .btn {
        margin-left: 25px;
        /* margin-left:40px; */
    }
    .header a {
        margin-left: 18px;
        /* margin-left:20px; */
    }
    .header li {
        display: inline-block;
    }
    .header li:last-child .btn {
        margin-left: 10px;
    }
    .off-canvas {
        background: none;
        overflow-y: hidden;
    }
    .main-menu {
        display: block;
    }
    .text-right button {
        display: none;
    }
    .text-right .main-menu {
        max-width: 100% !important;
        float: none;
    }
    .text-right .main-menu .header-btn,
    .text-right .main-menu .header-btn {
        margin-top: 0px;
    }
}

/**
  * Header Dashboard
  **/

#dashboard header {
    position: relative;
    box-shadow: none;
    z-index: auto;
    clear: both;
    background-color: #f0f0f0;
}

#dashboard .header a {
    text-transform: none;
    font-weight: normal;
}

#dashboard .header a:hover {
    color: #333;
}

#header-dashboard > div.user {
    float: right;
    margin-top: 10px;
}

.logo {
    position: relative;
}

.logo .logo-claim-text {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 155px;
    color: #47819b;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
}

.logo .logo-claim-text.claim-home {
    font-style: italic;
    top: auto;
    bottom: 0px;
}

#headerNav div.login-top > a {
    display: inline-block;
    color: #dd5649 !important;
    text-transform: none !important;
    text-align: left !important;
    padding: 10px 0px;
}

/* @media screen and (min-width:768px) and (max-width:1000px) {
    .logo .logo-claim-text.claim-home {
      display: none;
    }
  } */

@media screen and (max-width: 364px) {
    .logo .logo-claim-text.claim-home {
        display: inline-block;
    }
}

#header-dashboard > div > form > button {
    width: 300px;
    margin-top: -10px;
    margin-right: 10px;
}

#header-dashboard > div > form > button > div.user-img {
    width: 60px;
    height: 60px;
}

#header-dashboard > div > form > button > div.user-img div {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#header-dashboard > div > form > button > div.user-shortinfo {
    margin: 10px;
}

#header-dashboard > div > form > button > div.user-shortinfo > p.praxis-name {
    font-weight: bold;
}

#header-dashboard > div > form > button > div.user-shortinfo p {
    margin: 0;
    line-height: 1.3;
    font-size: 15px;
    text-align: left;
}

#header-dashboard > div > div.logout-icon i {
    font-size: 23px;
    color: #47819b;
}

#header-dashboard > div > form > button,
#header-dashboard > div > form > button > div.user-img,
#header-dashboard > div > form > button > div.user-shortinfo,
#header-dashboard > div > div.logout-icon {
    float: left;
}

#header-dashboard {
    min-height: 70px;
    padding-right: 35px;
}

#dashboard #menu-left .off-canvas-content {
    height: 100%;
}

.right-side header > button {
    margin: 20px 0 0 40px;
    float: left;
}

#dashboard .activeURL,
#dashboard .activeParentURL {
    color: #fff !important;
    background-color: #000;
}

.main-menu-left .activeURL {
    font-weight: 900;
}

.sub-nav .activeURL {
    font-weight: 600;
}

@media print, screen and (min-width: 40em) {
    #dashboard header .user-shortinfo {
        display: block;
    }
    #dashboard header .user-img {
        margin-right: 0;
    }
}

@media print, screen and (min-width: 50em) {
    #dashboard header > button {
        display: none;
    }
}

footer {
    position: relative;
    overflow: auto;
}

.footer-top {
    background-color: #ffffff;
    min-height: 200px;
    padding: 60px 20px;
}

.footer-top img {
    max-height: none;
    padding: 10px;
    margin-bottom: 20px;
}

/* @media print, screen and (min-width: 48em){
  .footer-top .cell:nth-child(2){
  border-left:1px solid #CCCCCC;
  }
  .footer-top .cell:nth-child(3){
  border-right:1px solid #cccccc;
  }
  }

  @media print, screen and (min-width: 64em){
  .footer-top .cell:nth-child(2){
  border-right:1px solid #cccccc;
  }
  } */

.footer-buttons a {
    color: #ffffff !important;
    margin-top: 20px;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    font-size: 9px !important;
    text-align: center;
}

.footer-buttons a i {
    vertical-align: middle !important;
}

.footer-top .cell {
    border-bottom: 1px solid #cccccc;
    text-align: left;
    padding-top: 15px;
}

.footer-top .cell:last-child {
    border: none;
}

.footer-minimal .copyright,
.footer-bottom .footer-buttons {
    text-align: center;
}

.footer-bottom .small-6 {
    font-size: 88%;
    margin-bottom: 20px;
}

.androidios {
    border-top: 1px solid #706f6f;
    border-bottom: 1px solid #706f6f;
    /* width: 100%; */
}

.footer-bottom {
    background-color: #333333;
    padding: 40px 20px 20px 20px;
    position: relative;
}

.footer-bottom .footer-heading {
    color: white;
    /* text-transform: uppercase; */
    font-size: 20px;
    font-weight: 900;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
    line-height: 2em;
}

.footer-bottom li {
    list-style-type: none;
}

.footer-bottom a {
    color: #cccccc;
}

.footer-bottom .MwSt {
    padding-top: 60px;
}

.footer-bottom .MwSt p {
    font-style: italic;
    color: #cccccc;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 30px;
}

.androidios a {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.footer-minimal {
    padding: 25px 0;
    border-top: 1px solid #cccccc;
}

.footer-minimal img {
    max-width: 45px;
    display: block;
    margin: auto;
    vertical-align: middle;
}

.footer-minimal ul {
    margin: 0;
}

.footer-minimal li {
    display: inline-block;
}

.footer-minimal a {
    color: #333333;
}

.copyright-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 8px;
}

.copyright-text p {
    font-weight: 700;
    margin: 0;
}

.socials {
    font-size: 30px;
    color: #666;
    text-align: center;
}

.socials i {
    padding-left: 22px;
}

.footer-buttons {
    position: absolute;
    top: 10px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-trust {
    text-align: center;
    margin-top: 30px;
}

.footer-trust img {
    display: inline-block;
    max-width: 66px;
    margin-left: 20px;
}

.fab {
    font-weight: lighter;
}

.androidios li {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    margin-right: 15px;
}

.androidios a {
    background-color: #000;
    padding: 5px 10px;
    width: 100%;
    max-width: 175px;
    display: block;
    border-radius: 5px;
    margin: 0 0 10px auto;
    text-align: center;
}

.androidios a img {
    margin: auto;
    max-width: 130px;
    width: 100%;
}

.androidios a:last-of-type img {
    max-width: 115px;
}

.footer-minimal .copyright-text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-minimal .copyright span {
    display: block;
    margin-bottom: 5px;
}

.footer-bottom .MwSt p {
    text-align: center;
}

.footer-bottom .grid-x {
    padding-top: 50px;
}

@media print, screen and (min-width: 20em) {
    .footer-buttons a {
        font-size: 11px !important;
    }
}

@media print, screen and (min-width: 24em) {
    .footer-bottom .small-6 {
        font-size: 100%;
    }
    .footer-buttons a {
        font-size: 14px !important;
    }
}

@media print, screen and (min-width: 24.375em) {
    .androidios li {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media print, screen and (min-width: 40em) {
    .footer-buttons a {
        margin-top: 0px;
    }
    .footer-buttons {
        position: relative;
        width: 100%;
    }
    .footer-top .cell {
        border: none;
        text-align: center;
        padding-top: 0px;
    }
    .footer-minimal .copyright-text {
        margin: 0;
    }
    .footer-minimal img {
        margin: 0;
        display: inline-block;
    }
    .androidios {
        border: none;
    }
    .androidios li {
        float: none;
        margin: auto;
    }
    .footer-buttons,
    .socials {
        text-align: right;
    }
    .footer-minimal .copyright {
        text-align: left;
    }
    .footer-bottom .MwSt p {
        text-align: center;
    }
    .footer-top .cell:nth-child(2),
    .footer-top .cell:nth-child(4) {
        border-left: 1px solid #cccccc;
    }
    .footer-minimal .copyright span {
        display: inline-block;
        margin-bottom: auto;
    }
    .footer-buttons a {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .footer-buttons a:last-child {
        margin-bottom: 25px;
    }
    .footer-bottom {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
    }
    .footer-trust {
        margin-top: 50px;
    }
    .footer-bottom .grid-x {
        padding-top: 0px;
    }
}

@media print, screen and (min-width: 64em) {
    .footer-top .cell:nth-child(2) {
        border-right: 1px solid #cccccc;
    }
    .footer-top .cell:nth-child(4) {
        border-left: none;
    }
    .footer-top .cell:nth-child(3) {
        border-right: 1px solid #cccccc;
    }
    .footer-buttons .btn.btn-medium {
        padding: 5px 0;
    }
    .androidios a {
        font-size: 12px !important;
    }
    .footer-bottom .small-6 {
        margin-bottom: 0px;
    }
    /* .footer-bottom .grid-margin-x > .large-2{
      width:calc(20% - 1.875rem);
    } */
}

@media print, screen and (min-width: 74em) {
    .androidios a {
        font-size: 15px !important;
    }
}

/**
  * Footer Dashboard
  **/

#dashboard .logo {
    width: 55%;
    margin-left: 25px;
}

#dashboard footer {
    height: 100%;
}

#footer-left {
    background-color: #333333;
    height: 100%;
    min-width: 250px;
    /* min-height:830px; */
    padding: 20px 0px;
    overflow: hidden;
}

#footer-left nav {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

#footer-left nav .main-menu-left li a {
    color: #fff;
    font-size: 11px;
    padding: 10px 25px;
    display: flex;
    margin: 0;
}

#footer-left nav li a i {
    font-size: 23px;
    margin-right: 5px;
    vertical-align: top;
}

#footer-left nav .main-menu-left {
    margin: 40px 0 0 0;
    list-style: none;
    text-transform: uppercase;
}

#footer-left nav li a:hover {
    background-color: #000000;
}

#footer-left .main-menu-left .before-last {
    padding-bottom: 20px;
}

/* #footer-left .main-menu-left > li:last-child{
    border-top: 1px solid #666666;
    padding-top:20px;
  } */

#footer-left .copyright {
    bottom: 0;
    color: #fff;
    margin: 20px 25px 30px 25px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer-left .copyright ul {
    margin: 10px 0 0 0;
}

#footer-left .copyright img {
    width: 45px;
    height: 45px;
}

#footer-left .copyright-text {
    padding: 0;
    margin-top: 10px;
}

#footer-left .copyright li a {
    color: #fff;
    font-size: 11px;
}

#footer-left .copyright li {
    float: left;
    list-style: none;
    margin-right: 3px;
}

#dashboard #menu-left .close-button:hover,
#dashboard #menu-left .close-button:focus {
    color: #fff;
}

.sub-nav a {
    color: #cccccc !important;
    font-size: 15px;
    padding: 5px 5px 5px 50px !important;
    background-color: #000;
}

.sub-nav {
    margin: 0;
}

.sub-nav a:hover,
.sub-nav a:focus {
    color: #fff !important;
}

.sub-nav li:last-child a {
    padding-bottom: 40px !important;
}

.sub-nav a:hover::after,
.sub-nav a.activeURL::after {
    content: "\f121";
    margin-left: 5px;
    font-size: 14px;
    font-family: "Line Awesome Free";
    font-weight: 900;
}

@media print, screen and (min-width: 50em) {
    #dashboard #menu-left .close-button {
        display: none;
    }
}

@media print, screen and (min-width: 64em) {
    #dashboard .logo {
        margin-left: 40px;
    }
    #footer-left .copyright {
        margin: 20px 40px 30px 40px;
    }
    #footer-left .copyright li a {
        font-size: 13px;
    }
}

@media print, screen and (min-width: 86.5em) {
    #footer-left nav .main-menu-left li a {
        padding: 10px 30px;
    }
    .sub-nav a {
        padding: 5px 5px 5px 70px !important;
    }
}

@media print, screen and (min-width: 100em) {
    #footer-left nav .main-menu-left li a {
        font-size: 15px;
    }
}

/**
* Styling for more than one page
**/

h1,
.heading .extra-heading {
    font-size: 2.5em;
}

.heading .extra-heading {
    line-height: 38px;
    font-family: "Raleway", sans-serif;
}

.heading-module p,
.heading-module h1 {
    font-family: Raleway;
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
}

.extra-heading-module {
}

.slide-btn i {
    vertical-align: middle !important;
}

.btn-large i {
    font-size: 20px !important;
}

#offCanvas .close-button {
    right: 10px;
    top: -5px;
    color: #ffffff;
    font-size: 3em;
    font-weight: lighter;
    z-index: 999;
}

#offCanvas .close-button span {
    font-family: "Lato", sans-serif;
}

#offCanvas .close-button span:focus,
#offCanvas .close-button:focus {
    outline: none;
}

#function .heading,
#support .heading,
#service .heading,
#impressum .heading,
#datenschutz .heading,
#agb .heading,
#sysReq .heading,
#sellInThree .heading,
#buyInThree .heading,
#themenfelder .heading {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;
}

#agb {
    padding-bottom: 60px;
}

.heading p {
    font-size: 17px;
    line-height: 24px;
}

#leistungscheck img,
#service .angebot img,
#support .formular-img img,
#function .marktplatz img {
    border-radius: 0%;
    background-color: transparent !important;
    padding: 0px;
}

.btn:focus {
    outline: none !important;
}

.grid-container:not(.full) > .grid-padding-x {
    margin-left: 0;
    margin-right: 0;
}

@media print, screen and (min-width: 40em) {
    .btn-large i {
        font-size: 25px !important;
    }
    h1,
    .heading .extra-heading {
        font-size: 55px;
    }
    .heading h1,
    .heading .extra-heading {
        margin-bottom: 25px;
    }
}

@media print, screen and (min-width: 76em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-left: -0.9375rem !important;
        margin-right: -0.9375rem !important;
    }
}

/**
* Styling of home.blade
**/

.home-content {
    margin-top: -20px;
}

.middle-img,
.home-img {
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

.middle-img {
    margin: 0 auto;
}

#home-slider {
    max-height: 790px !important;
}

#home-slider .orbit-previous,
#home-slider .orbit-next {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px 5px;
    border-radius: 3px;
}

#home-slider .orbit-previous i,
#home-slider .orbit-next i {
    font-size: 20px;
    color: #4f91a1;
}

#home-slider li {
    background: url("../img/slider-bg.jpg") no-repeat center;
    background-size: cover;
    height: 790px;
    max-height: 790px;
    color: white;
}

#home-slider h2 {
    padding-top: 60px;
    font-size: 32px;
    line-height: 1.1em;
    padding-bottom: 20px;
}

#home-slider p {
    margin-bottom: 20px;
}

#home-slider img {
    width: 100%;
    max-width: 420px;
}

/* #home-slider .slide2{
  max-width:430px;
}
#home-slider .slide1{
  max-width:300px;
} */

#home-orbit .orbit-bullets button {
    width: 0.5rem;
    height: 0.5rem;
}

.home-header {
    background-image: linear-gradient(to top, #ff6455, #dd5649);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.home-header h1 {
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.39);
}

.home-header .grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.home-header .left-text {
    width: calc(100% + 1.25rem);
    order: 2;
    padding: 20px 15px;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    background-image: linear-gradient(to top, #ff6455, #dd5649);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.home-header .left-text > p {
    max-width: 305px;
    margin: auto auto 1rem auto;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.home-header .left-text a.btn {
    background-color: #fff;
}

.home-header .left-text a.btn:hover,
.home-header .left-text a.btn:focus {
    background-color: #dd5649;
    border-color: #fff;
}

.home-header .person-img {
    width: calc(100% + 1.25rem);
    order: 1;
    padding: 0px 15px;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    background-image: linear-gradient(to top, #ff6455, #dd5649);
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-header .person-img #corona-stoerer {
    position: absolute;
    right: 10px;
    top: 25%;
    width: 39%;
}

.logo-fm-wrapper {
    position: relative;
}

.fm-badge-nav {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 35px;
    top: -5px;
}

.fm-badge-wrapper-mobile {
    margin: auto;
    margin-top: 50px;
    width: 55%;
}

.home-header .sub-header {
    font-size: 40px !important;
    max-width: unset !important;
    font-family: "Raleway" !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 2px #00000064 !important;
    margin-bottom: 25px !important;
    line-height: 1 !important;
}

.home-header .person-img-fm {
    position: relative;
}

.slider-links {
    color: white;
    font-size: 11px;
    vertical-align: middle;
    margin-top: 35px;
}

.slider-links a {
    color: inherit;
}

.slider-links a:hover,
.slider-links a:focus {
    color: #fff;
}

.slider-links i {
    padding-left: 5px;
    font-size: 24px;
    vertical-align: bottom;
}

.slider-links p {
    margin: 0;
    font-weight: bold;
}

#short-info {
    padding: 30px 0;
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}

#short-info img {
    max-width: 65px;
    height: auto;
    margin-bottom: 20px;
}

#short-info div > p {
    margin-bottom: 20px;
    line-height: 20px;
}

.short-heading {
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 1rem;
    font-weight: 700;
}

#pakete,
#module,
#video-tut,
#video-tut-owner,
#video-tut-employee,
#blocks,
#customer-opinions,
.short-summary {
    padding: 60px 0;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}

#function {
    padding: 100px 0;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}

.pakete-module .pakete-slider,
.pakete-slider,
.pakete-module .module-slider,
#video-tut .video-slider,
#video-tut-owner .video-slider,
#video-tut-employee .video-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}

.pakete-slider-module {
    justify-content: unset !important;
}

#slider-packages-mobile .slick-list {
    padding: 0 20% 0 0;
}

#slider-packages-mobile .slick-slide {
    margin-right: 10px;
}

.pakete-slider-module .pakete-slide,
.pakete-slider-module .module-slide {
    margin-left: 4px;
    margin-right: 4px;
}

.pakete-module .pakete-slider,
.pakete-module .module-slider {
    margin-top: 30px;
}

#video-tut .video-slider,
#video-tut-owner .video-slider,
#video-tut-employee .video-slider {
    margin-bottom: 50px;
}

.module-filter {
    margin: 20px 0;
}

.module-filter h3 {
    list-style-type: none;
    border-radius: 25px;
    padding: 3px 30px;
    background-color: #ddd;
    display: inline-block;
    line-height: 24px;
    margin: 3px;
    cursor: pointer;
    font-size: 16px;
}

.module-filter h3.is-active {
    background-color: #ff6455;
    color: #fff;
    font-weight: bold;
}

.module-filter h3:focus {
    outline: none;
}

.pakete-module .pakete-slide,
.pakete-slide,
.pakete-module .module-slide {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    /* overflow: hidden; */
    position: relative;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.pakete-module .module-img-container {
    display: none;
}

/* temporary ( only one course) */

.pakete-slide {
    margin-left: auto;
    margin-right: auto;
}

#video-tut .slick-initialized {
    margin-top: 50px;
}

.module-hide {
    display: none !important;
}

.show-more-modules {
    margin: auto;
    display: table;
}

.pakete-module .pakete-slide ul,
.pakete-slide ul {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
    border-top: 1px dashed #ccc;
}

.pakete-module .pakete-slide li,
.pakete-slide li {
    padding-left: 30px;
    position: relative;
    line-height: 24px;
}

.pakete-module .pakete-slide li::before,
.pakete-slide li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/tile_listing.png");
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pakete-module .pakete-slide .pakete-img-container,
.pakete-slide .pakete-img-container {
    width: 100%;
    height: 220px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pakete-module .pakete-slide .pakete-img-container img,
.pakete-slide .pakete-img-container img {
    display: block;
}

.pakete-module .pakete-slide .pakete-text,
.pakete-slide .pakete-text,
.pakete-module .module-slide .module-text {
    padding: 20px 30px 4px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
    flex: 1 auto;
}

.pakete-module .pakete-text h3,
.pakete-text h3,
.pakete-module .pakete-text > p,
.pakete-text > p,
.pakete-module .module-text h4,
.module-text h6,
.pakete-module .module-text > p .module-text > p {
    align-self: flex-start;
    width: 100%;
}

.pakete-module .pakete-text > p,
.pakete-text > p,
.pakete-module .module-text > p {
    line-height: 20px;
    margin-bottom: auto;
}

.pakete-module .pakete-text h3,
.pakete-text h3,
.pakete-module .module-text h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

.pakete-module .pakete-slide .info,
.pakete-slide .info,
.pakete-module .module-slide .info {
    width: 100%;
    justify-self: flex-end;
    height: auto;
    display: block;
    margin-top: 15px;
}

.pakete-module .pakete-slide .price,
.pakete-slide .price,
.pakete-module .module-slide .price {
    color: #dd5649;
    font-size: 25px;
}

.pakete-module .grid-container > a,
#video-tut .grid-container > a,
#video-tut-owner .grid-container > a,
#video-tut-employee .grid-container > a {
    text-align: center;
    display: block;
    font-weight: 600;
}

.pakete-module .grid-container > a i,
#video-tut .grid-container > a i,
#video-tut-owner .grid-container > a i,
#video-tut-employee .grid-container > a i {
    font-weight: 600;
}

#manual {
    padding: 60px 0;
    background-image: url("../img/background/home-bg.jpg");
    background-position: center;
    background-size: cover;
    min-height: 200px;
    text-align: center;
    color: #fff;
}

#manual .heading {
    margin-bottom: 30px;
}

#manual h2 {
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.39);
}

#manual img {
    max-height: 100px;
    margin-bottom: 20px;
}

/* arrow lines */

#manual .cell:nth-child(2),
#manual .cell:nth-child(3),
#manual .cell:nth-child(4) {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
}

#manual .cell:after,
#manual .cell:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

#manual .cell:after {
    top: -1px;
    left: calc(50% - 10px);
    border-color: #f15250 transparent transparent transparent;
    border-width: 10px;
}

#manual .cell:before {
    top: 0px;
    left: calc(50% - 11px);
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-width: 11px;
}

#manual .cell:first-child:after,
#manual .cell:first-child:before {
    display: none;
}

#manual .cell h6 {
    padding-top: 15px;
    font-weight: 800px;
    font-size: 17px;
    margin-bottom: 5px;
}

#manual .cell p {
    padding-bottom: 10px;
    line-height: 20px;
}

#entolia-app,
#entolia-manager {
    padding: 60px 0;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}

#entolia-app .heading h2,
#entolia-manager .heading h2 {
    margin-bottom: 5px;
}

#entolia-app .heading p,
#entolia-manager .heading p {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 30px;
}

#entolia-app .cell > p,
#entolia-manager .cell > p {
    max-width: 376px;
    font-size: 17px;
    margin-bottom: 20px;
}

#entolia-app .cell > p:last-of-type,
#entolia-manager .cell > p:last-of-type {
    margin-bottom: 30px;
}

#entolia-app .action-buttons a:nth-of-type(2),
#entolia-manager .action-buttons a:nth-of-type(2),
#entolia-app .action-buttons a:first-of-type,
#entolia-manager .action-buttons a:first-of-type {
    margin-right: 10px;
}

#entolia-app .action-buttons a,
#entolia-manager .action-buttons a {
    margin-bottom: 10px;
}

#entolia-manager h2 img,
#entolia-app h2 img {
    max-width: 44px;
    margin-right: 10px;
}

#entolia-manager .grid-x,
#entolia-app .grid-x {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#entolia-manager .grid-x .cell:first-of-type,
#entolia-app .grid-x .cell:first-of-type {
    width: 100%;
    /* order:2; */
}

#entolia-manager .grid-x .cell:last-of-type,
#entolia-app .grid-x .cell:last-of-type {
    width: 100%;
    padding-top: 30px;
    /* order:1; */
}

/* Instructions */

/* .instruction-header, */

.app-header,
.manager-header {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ddd;
}

.appointment-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.appointment-container {
    border-bottom: 1px solid #ddd;
    padding: 60px 0 70px 0;
}

.appointment-text {
    max-width: 700px;
    margin: 30px 0;
}

.appointment-header h2 {
    margin-bottom: 25px;
}

.appointment-list-header {
    font-weight: bold;
}

.appointment-list {
    margin: 25px 0;
}

.appointment-col {
    width: 50%;
}

@media print, screen and (max-width: 925px) {
    .appointment-col {
        width: 100%;
    }
    .appointment-col:first-of-type {
        margin-bottom: 35px;
    }
}

.instruction-header .heading p,
.app-header .heading p,
.manager-header .heading p,
.support-header .heading p {
    max-width: 745px;
}

#video-tut,
#video-tut-owner,
#video-tut-employee {
    text-align: center;
}

#video-tut h2 img,
#video-tut-owner h2 img,
#video-tut-employee h2 img {
    margin-right: 15px;
}

#video-tut .video-slide,
#video-tut-owner .video-slide,
#video-tut-employee .video-slide {
    width: 100%;
    text-align: center;
}

#video-tut .video-slide p,
#video-tut-owner .video-slide p,
#video-tut-employee .video-slide p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
}

.text-right-container,
.text-left-container {
    overflow: hidden;
}

.text-right-container,
.text-left-container,
.text-right-container .left-img-container,
.text-right-container .right-img-container,
.text-right-container .text-right,
.text-left-container .text-left {
    background-image: linear-gradient(to top, #f2f2f2, #ffffff);
}

.text-right-container .left-img-container,
.text-left-container .right-img-container,
.text-right-container .text-right,
.text-left-container .text-left {
    width: calc(100% + 30px);
    /* padding:0px 15px; */
    margin-left: -15px;
    margin-right: -15px;
}

.full-bg,
.side-bg {
    position: relative;
}

.text-right-container .left-img-container,
.text-left-container .right-img-container {
    order: 1;
}

.text-right-container .right-text,
.text-left-container .left-text {
    order: 2;
}

.full-bg .right-text,
.full-bg .left-text {
    max-width: 570px;
}

/*
#app .text-right-container .left-img-container{
  background-image: url('../img/background/entolia-app-bg-test.png');
  background-size: cover;
  background-repeat:no-repeat;
} */

.text-right-container .grid-container,
.text-left-container .grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.full-bg .grid-container {
    max-width: 100%;
}

/* .text-right-container .left-img-container,
.text-right-container .right-text,
.text-left-container .right-img-container,
.text-left-container .left-text{
  width:100%;
} */

.m-1 .left-img-container {
    background-image: url("../img/background/manager-bg-test.png");
}

.m-3 .left-img-container {
    background-image: url("../img/background/manager-bg3-test.png");
}

.m-1 .left-img-container,
.m-3 .right-img-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* .m-1 .right-text,
.m-3 .left-text{
  position:relative;
} */

.text-right-container .right-text,
.text-left-container .left-text {
    padding: 60px 0;
}

.text-right-container .icon-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.text-right-container .icon-item {
    text-align: center;
    padding: 10px;
}

.text-right-container .icon-item img {
    max-height: 90px;
    margin-bottom: 15px;
}

.text-right-container .icon-item h6 {
    margin-bottom: 0;
}

#simple,
#economical {
    padding: 60px 0;
    background-image: url("../img/background/home-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#simple .heading,
#economical .heading {
    max-width: 660px;
    margin: auto;
    margin-bottom: 40px;
}

#simple h2,
#simple p,
#economical h2,
#economical p {
    color: #fff;
}

#economical h2 {
    margin-bottom: 15px;
}

#simple .simple-img-container img {
    width: 100%;
    max-width: 500px;
}

#economical .economical-img-container {
    width: 136px;
    height: 136px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto auto 30px auto;
    position: relative;
}

#economical .economical-img-container img {
    max-width: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#function .grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#function .function-list,
#function .right-text {
    width: 100%;
    padding: 0 20px;
    position: relative;
}

#function .right-text {
    padding-top: 60px;
}

/* .function-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.function-list .function-item {
    width: 84%;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.47);
    border-radius: 4px;
    height: 65px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .function-list img:first-of-type {
    max-width: 103px;
    height: auto;
    width: 100%;
    max-height: 103px;
    position: absolute;
    z-index: 0;
    top: -55px;
} */

.form-button {
    width: 100%;
    text-align: center;
}

.form-button button {
    display: inline-block;
    width: auto !important;
    min-width: 200px;
}

/* .function-list img:last-of-type {
    width: 100%;
    height: 100%;
    max-width: 85%;
    margin-left: 15%;
    position: relative;
    z-index: 1;
} */

.function-list img {
    width: 100%;
    height: auto;
}

.right-text-function-list {
    margin-top: 46px;
}

.function-list .function-item p,
.function-list .function-item h6 {
    margin: 0;
}

.function-list .function-item .what p {
    display: inline-block;
    background-color: #eaeaea;
    color: #9a9a9a;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 600;
}

.function-list .function-item i {
    color: #fff;
    font-size: 30px;
    padding: 5px;
    border-radius: 50%;
}

.short-summary .item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 40px;
}

.short-summary .item {
    width: 100%;
}

.short-summary .item img {
    margin: 15px 0;
}

.short-summary .summary-heading {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 23px;
}

.short-summary p {
    line-height: 23px;
}

.app-content .short-summary .item:nth-of-type(1) img {
    max-width: 23px;
}

.app-content .short-summary .item:nth-of-type(2) img,
.app-content .short-summary .item:nth-of-type(5) img,
.manager-content .short-summary .item:nth-of-type(6) img {
    max-width: 33px;
}

.app-content .short-summary .item:nth-of-type(3) img,
.app-content .short-summary .item:nth-of-type(4) img,
.app-content .short-summary .item:nth-of-type(8) img,
.manager-content .short-summary .item:nth-of-type(7) img,
.manager-content .short-summary .item:nth-of-type(8) img {
    max-width: 38px;
}

.app-content .short-summary .item:nth-of-type(6) img,
.manager-content .short-summary .item:nth-of-type(2) img,
.manager-content .short-summary .item:nth-of-type(3) img {
    max-width: 44px;
}

.manager-content .short-summary .item:nth-of-type(1) img {
    max-width: 46px;
}

.manager-content .short-summary .item:nth-of-type(4) img {
    max-width: 52px;
}

.short-summary .item:nth-of-type(7) img,
.manager-content .short-summary .item:nth-of-type(5) img {
    max-width: 64px;
}

@media print, screen and (min-width: 40em) {
    .short-heading {
        font-size: 17px;
    }
    .slider-links p {
        font-size: 12px;
    }
    .btn.btn-medium,
    .btn.btn-medium.activeURL {
        padding: 3px 10px 4px 10px;
        font-size: 14px;
    }
    .btn-reversed {
        background-color: white;
        border-color: #dd5649;
        color: #dd5649;
        border: 1px solid;
    }
    .btn.btn-primary,
    .btn.btn-primary.activeURL {
        background: #ff6455;
        color: white;
        border: 1px solid #ff6455;
    }
    .btn.btn-primary:hover {
        background: #ff4533;
        border-color: #ff4533;
    }
    .btn.btn-secondary {
        background: #ff6455;
        border: 1px solid #ff6455;
        color: white;
    }
    .btn.btn-green {
        background: #268e00;
        border: 1px solid #268e00;
        color: white;
    }
    .btn.btn-secondary:hover {
        background: #268e00;
        border-color: #268e00;
    }
    .btn.btn-tertiary {
        background: black;
        border: 1px solid black;
        color: white;
    }
    .btn.btn-greyedout {
        background: #666666;
        border: 1px solid #666666;
        color: white;
    }
    .btn.btn-disabled {
        cursor: not-allowed;
    }
    .btn.btn-secondary:hover {
        background: #ff4533;
        border-color: #ff4533;
    }
    .btn.btn-outline {
        background: transparent;
        border: 1px solid #dd5649;
        color: #dd5649;
    }
    .btn.btn-outline:hover {
        background: #dd5649;
        color: white;
    }
    .btn.btn-outline-white {
        background: transparent;
        border: 1px solid white;
    }
    .btn.btn-icon i {
        font-size: 20px !important;
        vertical-align: bottom;
        /*vertical-align: top !important;*/
    }
    .btn.btn-icon.btn-middle i {
        font-size: 18px;
        vertical-align: middle;
    }
    .btn.btn-block {
        width: 100%;
    }
    .orbit-previous,
    .orbit-next,
    .orbit-bullets button {
        cursor: pointer;
    }
    /* Dropdown */
    .dropdown-pane {
        margin-top: 5px;
    }
    .dropdown-pane a,
    .logoutMobile {
        margin-left: 0px !important;
    }
    .accordion-title::before,
    .submenu-toggle::after {
        font: normal normal normal 16px/1 "Line Awesome Free";
        font-weight: 900;
        content: "\f067";
        color: #dd5649;
    }
    .is-active > .accordion-title::before,
    .submenu-toggle[aria-expanded="true"]::after {
        font: normal normal normal 16px/1 "Line Awesome Free";
        font-weight: 900;
        content: "\f068";
        color: #dd5649;
    }
    .sort-accordion .accordion-title::before,
    #select-topic .accordion-title::before {
        content: "\f107";
        color: #0a0a0a;
    }
    #inhalte .submenu-toggle {
        left: 2rem;
        right: auto;
        top: 4.5px;
        font-size: 24px;
        transform: translate(-50%, 0%);
        margin-top: 0;
    }
    #inhalte .submenu-toggle::after {
        width: 100%;
        height: auto;
        border: none;
    }
    #inhalte .submenu-toggle:focus {
        outline: none;
        background-color: transparent;
    }
    /* .accordion-title::before{
    color:#47819B;
  } */
    /* forms */
    [type="text"],
    [type="password"],
    [type="date"],
    [type="datetime"],
    [type="datetime-local"],
    [type="email"],
    [type="number"],
    [type="search"],
    [type="tel"],
    select,
    textarea {
        background-color: #f0f0f0;
        border-radius: 5px;
        border: 0;
        font-style: italic;
    }
    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-style: italic;
        color: #333 !important;
        opacity: 1;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        font-style: italic;
        color: #333 !important;
        opacity: 1;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        font-style: italic;
        color: #333 !important;
        opacity: 1;
    }
    :-moz-placeholder {
        /* Firefox 18- */
        font-style: italic;
        color: #333;
        opacity: 1;
    }
    @media print, screen and (max-width: 40em) {
        .btn.btn-large {
            padding: 16px 20px;
            font-size: 14px;
        }
    }
    @media print, screen and (min-width: 40em) {
        h1 {
            font-size: 55px;
            line-height: 65px;
        }
        h2 {
            font-size: 40px;
            line-height: 50px;
        }
        h6 {
            font-size: 17px;
        }
        .content {
            min-height: 800px;
        }
    }
    .icon-wrapper {
        background-color: #ff6455;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        font-size: 30px;
        vertical-align: middle;
        line-height: 46px;
    }
    .icon-wrapper-small {
        width: 35px;
        height: 35px;
        font-size: 22px;
        line-height: 33px;
        margin-left: 10%;
    }
    .header {
        background-color: white;
        width: 100%;
        padding: 20px 0 20px 0;
        z-index: 76;
    }
    .hasSubnav.active {
        color: #f74331;
    }
    #subnav {
        position: absolute;
        right: 0;
        left: 0;
        height: 0;
        padding: 0 0 50px 0;
        z-index: 75;
        overflow: hidden;
        transition: all 0.3s;
        opacity: 0;
    }
    #subnav.active {
        height: 500px;
        opacity: 1;
    }
    #subnav .shadowdiv {
        padding: 0 0 50px 0;
        background-color: #fff;
        box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.75);
    }
    .subnav-container {
        z-index: 75;
        opacity: 0;
        transition: all 0.3s;
    }
    .subnav-container.active {
        opacity: 1;
    }
    .closeIcon {
        text-align: right;
        color: #f74331;
        font-size: 45px;
        position: absolute;
        right: 23rem;
        top: -20px;
        cursor: pointer;
    }
    .subnav-container .cell {
        position: relative;
        border-left: solid 1px #ccc;
        padding: 0 0 40px 20px;
    }
    .subnav-container .cell a {
        display: flex;
        color: #333;
        font-size: 15px;
        font-weight: 400;
        margin: 0 0 10px 0;
    }
    .subnav-container .cell a:hover {
        text-decoration: underline;
    }
    .subnav-container .cell a.last {
        position: absolute;
        bottom: -5px;
        text-transform: uppercase;
        color: #f74331;
        font-size: 13px;
    }
    .short-summary .item {
        width: 49%;
    }
    #manual .cell:after {
        top: 85px;
        left: -2px;
        border-color: transparent transparent transparent #f15250;
        border-width: 10px;
    }
    #manual .cell:before {
        top: 83px;
        left: -1px;
        border-color: transparent transparent transparent
            rgba(255, 255, 255, 0.5);
        border-width: 12px;
    }
    #manual .cell h6 {
        padding-top: 0px;
    }
    #manual .cell p {
        padding-bottom: 0px;
    }
    #manual .cell:nth-child(3):after,
    #manual .cell:nth-child(3):before {
        display: none;
    }
    /* #entolia-app .action-buttons a,
    #entolia-manager .action-buttons a {
        margin-bottom: 0px;
    } */
}

@media print, screen and (min-width: 48em) {
    .full-bg .left-img-container img,
    .full-bg .right-img-container img {
        position: absolute;
        width: auto;
        height: 100%;
        opacity: 0.5;
        max-width: none !important;
    }
    .full-bg .right-img-container img {
        right: 0;
    }
    .full-bg .left-img-container img {
        left: -15px;
    }
    .full-bg .left-img-container,
    .full-bg .right-img-container {
        background-image: url("../img/background/manager-bg-test.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .side-bg .right-img-container img {
        position: absolute;
        height: 330px;
        top: 50%;
        transform: translate(0%, -50%);
    }
    #function .right-text {
        padding-top: 0px;
    }
    #function .function-list,
    #function .right-text {
        width: 49%;
    }
    #entolia-app .grid-x .cell:first-of-type,
    #entolia-manager .grid-x .cell:first-of-type {
        width: 50%;
        padding: 0 30px;
        /* order:1; */
    }
    #entolia-app .grid-x .cell:last-of-type,
    #entolia-manager .grid-x .cell:last-of-type {
        width: 50%;
        /* order:2; */
        margin-bottom: 0;
        padding: 0 30px;
    }
    .text-right-container .left-img-container,
    .text-right-container .right-text,
    .text-left-container .right-img-container,
    .text-left-container .left-text {
        width: 49%;
        background-image: none;
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .text-right-container .left-img-container,
    .text-left-container .left-text {
        order: 1;
    }
    .text-right-container .right-text,
    .text-left-container .right-img-container {
        order: 2;
    }
    .text-right-container .right-text,
    .text-left-container .left-text {
        padding: 60px 0;
    }
    .manager-content .m-2 .left-text {
        padding: 100px 0;
    }
    .manager-content .m-1 .right-text,
    .manager-content .m-3 .right-text {
        padding: 60px 0 125px 0;
    }
}

@media print, screen and (min-width: 50em) {
    .home-content {
        margin-top: -40px;
    }
    .pakete-module .pakete-slide,
    .pakete-slide,
    #video-tut .video-slide,
    #video-tut-owner .video-slide,
    #video-tut-employee .video-slide,
    #simple .simple-img-container img {
        max-width: 460px;
    }
    #simple .simple-img-container img {
        width: 33%;
    }
    .pakete-module .module-slide,
    .pakete-module .pakete-slide,
    .pakete-slider .pakete-slide {
        width: 32%;
        min-width: 300px;
    }
    .pakete-module .module-img-container {
        display: block;
        position: relative;
        width: 100%;
        height: 220px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .short-summary .item {
        width: 24%;
    }
}

@media print, screen and (min-width: 64em) {
    .text-right-container .icon-list {
        justify-content: space-between;
    }
}

@media print, screen and (min-width: 78em) {
    .full-bg .right-img-container {
        position: absolute;
        z-index: 0;
        height: 100%;
        width: auto;
        left: 55%;
    }
    .full-bg .left-img-container {
        position: absolute;
        z-index: 0;
        height: 100%;
        width: auto;
    }
    .full-bg .left-img-container img,
    .full-bg .right-img-container img {
        position: relative;
        width: auto;
        height: 100%;
        opacity: 1;
    }
    .full-bg .left-img-container img {
        left: -15px;
    }
    .full-bg .right-text,
    .full-bg .left-text {
        position: relative;
        z-index: 1;
    }
    .full-bg .right-text {
        left: 55%;
    }
}

@media print, screen and (min-width: 1300px) {
    .full-bg .left-text {
        margin-right: 50%;
        transform: translate(50%);
    }
}

@media print, screen and (min-width: 1400px) {
    .full-bg .right-img-container img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

#middle {
    background: url("../img/middle-slider-mobile-bg.jpg") no-repeat center;
    background-size: cover;
    max-height: 1200px;
    /* 608px; */
}

#middle .orbit-bullets button {
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
    color: white;
}

#middle ul li {
    position: relative;
}

#middle .orbit-bullets button.is-active:after {
    position: absolute;
    top: 20px;
    left: -45px;
    content: "";
    width: 0;
    height: 0;
    border-right: solid 20px #4c8b9d;
    border-bottom: solid 20px transparent;
    border-top: solid 20px transparent;
}

#middle .orbit-bullets button.is-active {
    background-color: transparent;
}

#middle .orbit-bullets button.is-active h6 {
    font-weight: 900;
}

#middle h6 {
    margin-bottom: 0;
}

#middle .right-side {
    color: white;
    padding-top: 30px;
    padding-left: 25px !important;
    padding-bottom: 25px;
}

#middle .right-side ul {
    margin-left: 0;
}

#middle .right-side ul li {
    list-style: none;
    margin-bottom: 10px;
}

#arbeitsablauf {
    padding: 40px 0;
}

#arbeitsablauf .heading {
    text-align: center;
    margin-bottom: 40px;
}

#arbeitsablauf .orbit-wrapper {
    margin: auto;
    position: relative;
}

#arbeitsablauf .orbit-container {
    overflow-x: hidden;
    /*padding: 10px 50px;*/
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#home-orbit .orbit-container .grid-padding-x > .cell {
    padding: 0;
}

#arbeitsablauf .schritte-bild {
    text-align: center;
}

#arbeitsablauf .schritte-bild img {
    margin: auto;
}

#arbeitsablauf .schritte-text {
    vertical-align: middle;
    margin: auto;
}

#arbeitsablauf .orbit-previous,
#arbeitsablauf .orbit-next {
    top: 30%;
    padding: 2rem 0.5rem;
    background-color: #cccccc;
    color: #ffffff;
    font-size: 24px;
    border-radius: 3px;
}

#arbeitsablaeufe-slider .orbit-slide {
    padding: 30px 0;
}

#arbeitsablaeufe-slider .schritte-bild {
    padding: 0 60px;
}

#arbeitsablaeufe-slider .schritte-text {
    padding: 0 60px 0 100px;
    position: relative;
}

#arbeitsablaeufe-slider .schritte-text span {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #47819b;
    color: #47819b;
    text-align: center;
    left: 40px;
    font-size: 24px;
}

#arbeitsablauf .orbit-previous,
#orgi-app .orbit-previous {
    left: 0 !important;
}

#arbeitsablauf .orbit-next,
#orgi-app .orbit-next {
    right: 0 !important;
}

#orgi-app .orbit-bullets button,
#arbeitsablauf .orbit-bullets button {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #47819b;
}

#orgi-app .orbit-bullets button.is-active,
#arbeitsablauf .orbit-bullets button.is-active {
    background-color: #7cbfab;
}

#orgi-app {
    /* background: url('../img/orgi-app-bg.jpg') no-repeat center;
  background-size:cover; */
    padding: 30px;
    margin-bottom: 30px;
    background-color: #e5e5e5;
    position: relative;
    text-align: center;
}

#orgi-app .heading {
    margin-bottom: 30px;
    text-align: center;
}

#orgi-app h6 {
    font-family: "Raleway", sans-serif;
    color: #47819b;
    font-weight: 200;
    font-size: 20px;
}

#orgi-app .btn-medium {
    width: 106%;
}

#orgi-app .orbit-previous,
#orgi-app .orbit-next {
    color: #47819b;
    position: relative !important;
    font-size: 24px;
}

#orgi-app .orbit-wrapper {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 60px;
    background-color: #ffffff;
}

#orgi-app .orbit-container {
    height: 100% !important;
    min-height: 291px;
}

#orgi-slider {
    background-color: #ffffff;
}

#orgi-app .orgi-img {
    position: absolute;
    z-index: 10;
    top: -22px;
    left: 10px;
}

#orgi-app .orgi-person {
    position: absolute;
    z-index: 9;
    top: 30px;
    left: -60px;
    max-width: 300px;
}

#orgi-app .slider-links {
    text-align: center;
}

#orgi-app .orbit-controls {
    text-align: center;
    margin: auto;
    position: absolute;
    width: 100%;
    bottom: 5%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    /* This is a shorthand of
                                       translateX(-50%) and translateY(-50%) */
}

#orgi-app .orbit-bullets {
    position: relative;
    display: inline;
    vertical-align: middle;
}

#orgi-app .orgi-left {
    padding: 50px 20px 10px 20px;
    text-align: left;
}

#orgi-app .orgi-right {
    text-align: left;
    font-style: italic;
    font-weight: lighter;
    padding: 10px 20px 112px 20px;
    position: relative;
}

#orgi-app .orgi-right img {
    display: none;
}

#orgi-app li.orbit-slide {
    max-width: 1200px;
    margin: auto;
}

#orgi-app .orbit-slide,
#orgi-app .grid-x {
    height: 100%;
    min-height: 291px;
}

#orgi-app .orbit-previous {
    padding: 0 5px 0 0;
    vertical-align: middle;
    margin: auto;
}

#orgi-app .orbit-previous,
#orgi-app .orbit-next {
    top: 15px;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
    background-color: transparent;
}

#slick-slider-quotes {
}

#slick-slider-quotes-mobile .slick-list {
    padding: 0 !important;
}

/* VIDEO SECTION HOME */

.slick-slider-videotut p {
    text-align: center;
    overflow-wrap: break-word;
    margin-top: 5px;
}

.videoFrameT {
    position: relative;
    width: 300px !important;
    height: 180px;
    margin: 0 5px;
    position: relative;
    border: 1px solid #e6e6e6;
}

.videoFrameT:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

/* .slick-slider-videotut {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
} */

.video-01 {
    background: url("./../../img/checkliste-erledigen.jpg") no-repeat;
    background-size: 100% 100%;
}

.video-02 {
    background: url("./../../img/benutzer-verwalten.jpg") no-repeat;
    background-size: 100% 100%;
}

.video-03 {
    background: url("./../../img/checkliste-erstellen.jpg") no-repeat;
    background-size: 100% 100%;
}

.video-04 {
    background: url("./../../img/praxisdaten-verwalten.jpg") no-repeat;
    background-size: 100% 100%;
}

.video-05 {
    background: url("./../../img/checkliste-kaufen.jpg") no-repeat;
    background-size: 100% 100%;
}

.slick-slider-videotut {
    padding: 0 60px;
}

.videoFrameButton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.videoFrameButton i {
    font-size: 65px;
    color: white;
    text-shadow: 0 0 5px black;
}

#videotut {
    background-color: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 50px;
}

#videotut h2 {
    text-align: center;
    margin-bottom: 25px;
}

#videotut .heading {
    margin-top: 10px;
}

.slick-slider .slick-slide img {
    width: 100%;
}

.slick-prev {
    top: 25%;
    padding: 2rem 0.5rem;
    background-color: #ccc;
    color: #fff;
    font-size: 24px;
    border-radius: 3px;
    position: absolute;
    left: 0 !important;
    z-index: 9999;
}

.slick-next {
    top: 25%;
    padding: 2rem 0.5rem;
    background-color: #ccc;
    color: #fff;
    font-size: 24px;
    border-radius: 3px;
    right: 0 !important;
    position: absolute;
}

#orgi-app .orbit-next {
    padding: 0 0 0 5px;
    vertical-align: middle;
    margin: auto;
}

#home-slider .orbit-slide .btn-large {
    width: 100%;
    text-align: center;
}

#home-orbit .orbit-bullets button {
    border: 1px solid #47819b !important;
    background-color: #fff !important;
}

#home-orbit .orbit-bullets button.is-active,
#home-orbit .orbit-bullets button:hover {
    background-color: #7cbfab !important;
}

#middle .btn-medium {
    width: 100%;
    text-align: center;
}

#middle .orbit-container,
#middle .orbit-slide {
    height: 100% !important;
    position: relative;
}

@media print, screen and (min-width: 22em) {
    #orgi-app .btn-medium {
        width: 70%;
    }
}

@media print, screen and (min-width: 30em) {
    #home-slider .orbit-slide .btn-large {
        width: auto;
    }
}

@media print, screen and (min-width: 40em) {
    #arbeitsablaeufe-slider .orbit-slide {
        padding: 30px 0;
    }
    #arbeitsablaeufe-slider .schritte-bild {
        padding-left: 60px;
        padding-right: 20px;
    }
    #arbeitsablaeufe-slider .schritte-text {
        padding: 0 60px 0 60px;
    }
    #arbeitsablaeufe-slider .schritte-text span {
        left: 0px;
        top: 0px;
    }
    #arbeitsablauf .orbit-previous,
    #arbeitsablauf .orbit-next {
        top: 45%;
    }
    #home-slider .grid-x > .cell:first-child {
        height: 629px;
    }
    #home-slider h2 {
        font-size: 48px !important;
    }
    #home-orbit .orbit-bullets {
        display: none;
    }
    #home-orbit .orbit-container .grid-padding-x > .cell {
        padding: 0 0.9375rem;
    }
    #middle {
        background: url("../img/middle-bg.jpg") no-repeat center;
        background-size: cover;
    }
    #middle .btn-medium {
        width: auto;
    }
    #orgi-app .orgi-img {
        top: 36px;
        left: 32%;
    }
    #orgi-app .grid-container {
        padding: 0;
    }
    #orgi-app .grid-container:not(.full) > .grid-padding-x {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #orgi-app .orgi-left {
        max-width: 200px;
        background-color: #47819b;
        color: #ffffff;
        text-align: right;
        padding: 50px 15px 10px 10px;
    }
    #orgi-app .orgi-right {
        padding-bottom: 100px !important;
        padding-right: 10% !important;
        padding: 50px 20px 60px 10%;
    }
    #orgi-app .orbit-controls {
        left: 64%;
        /* position the left edge of the element at the middle of the parent */
        transform: translate(-50%, -50%);
        /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
    }
    #orgi-app h6 {
        color: #ffffff;
    }
    #orgi-app .btn-medium {
        width: 40%;
    }
}

@media print, screen and (min-width: 48em) {
    .home-header h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .home-header .left-text {
        width: 50%;
        order: 1;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        background-image: none;
        text-align: left;
        position: relative;
        top: 50%;
        /* transform: translate(0, 10%); */
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home-header .left-text > p {
        max-width: 411px;
        margin: 0 auto 20px 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
    }
    .home-header .person-img {
        width: 50%;
        order: 2;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        background-image: none;
    }
    .home-header .person-img-fm img {
        position: absolute;
        width: 117%;
        max-width: unset;
        bottom: 0;
        left: -85px;
    }
    .home-header .person-img #corona-stoerer {
        position: absolute;
        right: 0px;
        top: 23%;
        width: 42%;
    }
    #arbeitsablaeufe-slider .schritte-text span {
        left: 0px;
        top: -55px;
    }
    #arbeitsablaeufe-slider .schritte-text {
        padding: 0 60px 0 0;
    }
    #home-slider .grid-x > .cell:first-child {
        height: auto;
    }
    #home-slider {
        max-height: 676px;
    }
    #home-slider li {
        max-height: 676px;
    }
    #home-slider img {
        max-width: 100%;
    }
    #orgi-app .orgi-right {
        padding: 50px 20px 112px 15%;
        width: 70.666667%;
    }
    #orgi-app img {
        display: none;
    }
    #orgi-app .orgi-right .orgi-img {
        display: block;
    }
    #orgi-app .orgi-img {
        top: 40px;
        left: 10%;
    }
    #home-slider p {
        margin-bottom: 80px;
    }
    .slider-links {
        margin-top: 20px;
    }
}

@media print, screen and (min-width: 50em) {
    .content {
        padding: 40px 0 0 0;
    }
}

@media print, screen and (min-width: 52em) {
    #orgi-app .btn-medium {
        width: 25%;
    }
    #home-slider {
        height: 690px !important;
        min-height: 690px;
    }
    #home-slider li {
        max-height: 690px;
    }
}

@media print, screen and (min-width: 54em) {
    #home-slider li {
        /* max-height:605px; */
    }
}

@media print, screen and (min-width: 64em) {
    .home-header h1 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 20px;
    }
    .home-header .left-text > p {
        margin: 0 auto 50px 0;
    }
    .slider-links {
        margin-top: 50px;
    }
    #manual .cell:nth-child(3):after,
    #manual .cell:nth-child(3):before {
        display: block;
    }
    #home-slider h2 {
        font-size: 60px !important;
    }
    #orgi-app .orgi-right {
        padding: 50px 20px 60px 24%;
        width: 78.666667%;
    }
    #orgi-app .orgi-img {
        top: 40px;
        left: 23%;
    }
    #orgi-app .orgi-right .orgi-person {
        display: block;
    }
    #home-slider img {
        width: 114%;
        max-width: 114%;
    }
    #home-slider li {
        /* max-height:633px; */
    }
}

@media print, screen and (min-width: 69em) {
    .home-header .left-text {
        /* padding: 90px 0 20px 0;
        transform: translate(0); */
    }
    .home-header h1 {
        font-size: 55px;
    }
    .slider-links {
        margin-top: 70px;
    }
    #home-slider li {
        /* min-height:650px;
    max-height: 650px; */
    }
}

@media print, screen and (min-width: 70.75em) {
    #orgi-app .orgi-person {
        top: 15px;
    }
}

@media print, screen and (min-width: 74em) {
    #middle .right-side {
        padding-bottom: 40px !important;
    }
    #middle .orbit-slide img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media print, screen and (max-width: 76em) {
    #arbeitsablauf .orbit-container {
        border: none;
    }
    #arbeitsablauf .grid-container {
        padding-right: 0;
        padding-left: 0;
    }
    #videotut .grid-container {
        padding-right: 0;
        padding-left: 0;
    }
    .videoFrameT {
        width: 200px !important;
        height: 120px;
        margin: 0 5px;
        position: relative;
    }
    .slick-slider-videotut {
        border-left: none !important;
        border-right: none !important;
    }
    .slick-prev {
        top: 13%;
    }
    .slick-next {
        top: 13%;
    }
}

@media print, screen and (max-width: 64em) {
    #manual .cell:nth-child(2),
    #manual .cell:nth-child(4) {
        border-left: 1px solid #cccccc;
    }
    #manual .cell:nth-child(3) {
        border-left: none;
    }
    .home-header .person-img-fm img {
        width: 100%;
        left: 0;
    }
}

@media print, screen and (max-width: 40em) {
    #function-list .accordion-title::before {
        right: 0rem !important;
    }
    #manual img {
        max-height: none;
        padding: 10px;
    }
    #home-slider .orbit-controls {
        display: none;
    }
    #manual {
        padding-left: 20px;
        padding-right: 20px;
    }
    #manual .cell {
        border-bottom: 1px solid #cccccc;
        text-align: left;
        padding-top: 15px;
    }
    #manual .cell:nth-child(2),
    #manual .cell:nth-child(3) {
        border-right: none;
    }
    #manual .cell:nth-child(2),
    #manual .cell:nth-child(4) {
        border-left: none;
    }
    #manual .cell:nth-child(4) {
        border: none;
    }
    #arbeitsablauf .schritte-text {
        padding-top: 30px;
    }
    #middle .orbit-bullets button.is-active:after {
        display: none;
    }
    .home-header .sub-header {
        font-size: 30px !important;
        margin-bottom: 15px !important;
    }
}

@media print, screen and(max-width:39.9em) {
    #orgi-app .medium-3 {
        text-align: left !important;
    }
}

/**
* Styling for services.blade
**/

#service .angebote {
    margin-bottom: 60px;
}

#service .heading {
    position: relative;
}

#service .heading h1 {
    max-width: 200px;
}

#service .heading img {
    position: absolute;
    top: 0;
    left: 200px;
    max-width: 100px;
}

.angebote .extra-text {
    padding: 0;
}

.angebote .extra-text p {
    padding: 40px 0 20px 0;
}

.angebote .extra-text a {
    width: 100%;
    max-width: 325px;
}

#service .angebote .grid-padding-x {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

#service .angebot .grid-padding-x,
#service .angebote ul .grid-padding-x,
#service .angebote .grid-x .grid-padding-x {
    padding: 0;
}

#service .angebot {
    border-bottom: 1px solid #cccccc;
}

#service ul {
    list-style: none;
    margin: 0;
}

#service .angebote ul li {
    margin-bottom: 10px;
    vertical-align: middle;
}

#service .angebote ul li .cell:last-child {
    margin: auto;
    padding: 0;
    padding-left: 3%;
}

#service .angebote ul li p {
    margin: 0 0 0 10px;
    font-weight: bold;
}

#service .angebote h4 {
    font-weight: 900px;
    font-size: 30px;
}

#service .grid-padding-x {
    border: none;
}

#service a {
    text-align: center;
    display: block;
    width: 100%;
}

#service a:last-child {
    margin-top: 10px;
}

.classic,
.prof,
.profplus {
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 31.33333333% !important;
    margin-left: 3%;
    padding: 20px 0 !important;
}

.classic h5,
.prof h5,
.profplus h5 {
    font-weight: 200;
    color: #47819b;
    padding-bottom: 20px;
    font-size: 28px;
}

.classic ul,
.prof ul,
.profplus ul {
    padding: 20px 0;
}

.classic p a:hover,
.prof p a:hover,
.profplus p a:hover {
    color: black;
}

.classic {
    margin-left: 0 !important;
}

.prof {
    background-color: #e4f2ed;
}

.prof .bestseller {
    position: relative;
}

.prof .bestseller img {
    position: absolute;
    /* top:-60%;
  right:15%; */
    top: -55%;
    right: 0;
    max-width: 100px;
}

#leistungscheck {
    background-color: #f0f0f0;
    padding: 40px 0;
}

#leistungscheck h6 {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

#leistungscheck ul {
    padding: 20px 0;
}

#leistungscheck ul li {
    padding-left: 0;
}

#leistungscheck i {
    font-size: 30px;
    color: #47819b;
}

.angebot h5 {
    max-width: 170px;
}

@media print, screen and (min-width: 20em) {
    #service .heading img {
        left: 230px;
    }
    #service .angebote ul li .cell:last-child {
        padding-left: 0%;
    }
    #service .angebot .grid-padding-x,
    #service .angebote ul .grid-padding-x,
    #service .angebote .grid-x .grid-padding-x {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
}

@media print, screen and (min-width: 26em) {
    #service .angebote ul li p {
        margin-left: 0px;
    }
    #leistungscheck i {
        font-size: 35px;
    }
}

@media print, screen and (min-width: 40em) {
    #service .heading p {
        width: 72%;
    }
    #service .heading h1 {
        max-width: 100%;
    }
    #service .heading img {
        max-width: 150px;
        top: 154px;
        left: 75%;
    }
    .angebote .extra-text a {
        padding: 5px 50px;
        width: auto;
    }
    .angebote .extra-text {
        width: 72%;
    }
    #service .angebote ul li .cell:last-child {
        padding-left: 12%;
    }
    #service .angebot .grid-padding-x .cell,
    #service .angebote ul .grid-padding-x .cell:first-child {
        padding-left: 0 !important;
    }
    #service .angebot h4 {
        font-size: 17px;
    }
    .prof .bestseller img {
        right: -22px;
    }
    #leistungscheck i {
        font-size: 26px;
    }
}

@media print, screen and (min-width: 42.75em) {
    #service .heading img {
        top: 77px;
    }
}

@media print, screen and (min-width: 48em) {
    #service .angebote ul li .cell:last-child {
        padding-left: 8%;
    }
    .prof .bestseller img {
        right: 0px;
    }
    #leistungscheck i {
        font-size: 35px;
    }
}

@media print, screen and (min-width: 57.5em) {
    .angebot h5 {
        max-width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .prof .bestseller img {
        right: -1%;
    }
    #service .heading img {
        top: 0px;
    }
    #service .angebote ul li .cell:last-child {
        padding-left: 3%;
    }
    #service .angebot .grid-padding-x .cell,
    #service .angebote ul .grid-padding-x .cell:first-child {
        padding-left: 0.9375rem !important;
    }
    #service .angebot h4 {
        font-size: 30px;
    }
}

@media print, screen and (min-width: 78em) {
    #service .angebote ul li .cell:last-child {
        padding-left: 0%;
    }
    .prof .bestseller img {
        max-width: 130px;
    }
}

@media print, screen and (max-width: 40em) {
    #service .angebote .classic,
    #service .angebote .prof,
    #service .angebote .profplus {
        width: 100% !important;
        margin: 10px auto;
    }
    #leistungscheck ul {
        padding: 0 !important;
    }
    #leistungscheck .grid-x:last-child {
        padding-top: 20px !important;
    }
    .prof .bestseller img {
        top: -40%;
    }
}

/**
* Styling for function.blade
**/

#function-list .accordion-title h5 {
    margin-bottom: -13px !important;
    font-weight: bold;
    color: #333 !important;
}

#function-list {
    padding-bottom: 60px;
    margin: 0 0.625rem;
}

#function-list h4 {
    padding-bottom: 30px;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 30px;
    border-left: 1px solid #cccccc;
}

#function-list .short-t {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border-left: 1px solid #ccc;
}

#function-list .grid-padding-x {
    margin-left: 0;
    margin-right: 0;
}

#function-list .grid-padding-x .grid-padding-x {
    padding-left: 20px;
    margin-left: 0;
    border-left: 1px solid #cccccc;
}

#function-list .grid-padding-x > .cell {
    padding-left: 0;
}

#function .marktplatz {
    background: url("../img/marktplatz-bg-3.png") no-repeat center;
    background-size: cover;
    height: auto;
    color: #ffffff;
    position: relative;
    padding-top: 60px;
}

.function-slide {
    background-image: url("../img/funktionen-bg-blau.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 60px;
}

.function-slide img {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0.625rem;
}

.marktplatz .grid-padding-x > .cell {
    padding-left: 0;
}

.marktplatz .grid-padding-x .grid-padding-x {
    margin-left: 0;
}

.marktplatz-bild {
    position: relative;
    text-align: center;
    margin: auto;
}

.marktplatz-bild img {
    width: 100%;
    height: auto;
    max-width: 350px;
}

.marktplatz-text {
    margin: 0 0.625rem;
}

.marktplatz-text h3 {
    max-width: 380px;
    font-size: 30px;
}

.marktplatz-text p {
    max-width: 455px;
}

.dropdown {
    cursor: pointer;
}

.panel p:last-child {
    display: none;
}

.accordion .accordion-navigation .content {
    display: none;
}

.accordion .accordion-navigation .content.active {
    display: inline-block;
}

#function-list .accordion-content {
    padding: 0 0 0 60px;
    margin: 0;
    border: none;
}

#function-list .accordion-item {
    padding: 15px 0;
    border-left: 1px solid #cccccc;
}

#function-list .accordion-item > p {
    padding-left: 60px;
    margin-bottom: 0;
}

#function-list :last-child:not(.is-active) > .accordion-title,
#function-list :last-child > .accordion-content:last-child {
    border: none;
}

#function-list .accordion-title,
#function-list .is-active .accordion-title {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    padding-left: 60px !important;
    padding-bottom: 19px;
    border: none;
}

#function-list .icon-wrapper {
    float: left;
    position: absolute;
}

.icon-wrapper .la-wifi::before {
    position: absolute;
    top: 10px;
    right: 10px;
}

.icon-wrapper .la-wifi::after {
    content: "/";
    position: absolute;
    top: 5px;
    right: 18px;
    font-size: 36px;
    transform: rotate(25deg);
}

@media print, screen and (min-width: 40em) {
    .function-slide img {
        padding: 50px 0.9375rem;
    }
    /* #function .marktplatz{
    padding-bottom:60px !important;
  } */
    #function-list {
        margin: 0 0.9375rem;
    }
    #function-list .accordion-title h5 {
        padding-top: 0px;
    }
    .marktplatz {
        max-height: 620px;
    }
    .marktplatz-bild {
        top: -230px;
        left: -25%;
    }
    .marktplatz-bild img {
        max-width: 320px;
    }
    .marktplatz-text h3 {
        font-size: 31px;
    }
    .marktplatz-text {
        margin: 0;
    }
}

@media print, screen and (min-width: 41.1875em) {
    .marktplatz {
        max-height: 578px;
    }
}

@media print, screen and (min-width: 41.5em) {
    .marktplatz {
        max-height: 552px;
    }
}

@media print, screen and (min-width: 42.5em) {
    .marktplatz-bild {
        top: -230px;
    }
}

@media print, screen and (min-width: 46.625em) {
    .marktplatz-bild {
        top: -206px;
    }
}

@media print, screen and (min-width: 47.6875em) {
    .marktplatz {
        max-height: 552px;
    }
}

@media print, screen and (min-width: 50.1875em) {
    .marktplatz {
        max-height: 508px;
    }
}

@media print, screen and (min-width: 51.25em) {
    .marktplatz {
        max-height: 482px;
    }
    .marktplatz-bild {
        top: -260px;
    }
    .marktplatz-bild img {
        max-width: 350px;
    }
}

@media print, screen and (min-width: 55.625em) {
    .marktplatz {
        max-height: 458px;
    }
}

@media print, screen and (min-width: 64em) {
    .marktplatz-bild img {
        max-width: 635px;
    }
    .marktplatz-bild {
        top: -550px;
    }
    #function-list h4,
    #function-list .short-t {
        padding-left: 20px;
    }
    #function-list .icon-wrapper {
        margin-left: 20px;
    }
    #function-list .accordion-title,
    #function-list .is-active .accordion-title,
    #function-list .accordion-item > p,
    #function-list .accordion-content {
        padding-left: 86px !important;
    }
}

@media print, screen and (min-width: 67.5em) {
    .marktplatz-bild {
        top: -527px;
    }
}

@media print, screen and (min-width: 76em) {
    #function-list {
        margin: 0rem;
    }
}

@media print, screen and (max-width: 64em) {
    #function #function-list .accordion-item {
        border-left: none !important;
    }
    #function #function-list h4 {
        padding-bottom: 15px;
        border-left: none;
        border-bottom: 1px solid #cccccc;
    }
    #function-list .short-t {
        border-left: none;
    }
    #function #function-list .accordion-4 {
        width: 100% !important;
        margin: 10px auto;
    }
}

@media print, screen and(max-width:48em) {
    #function .marktplatz {
        padding-top: 10px;
    }
}

@media print, screen and (max-width: 40em) {
    .accordion-item > p,
    #function-list img {
        margin-left: 0px !important;
    }
}

/**
* Styling for support.blade
**/

.videoIntro {
    margin-left: 10px;
}

.videoIntroGrid {
    margin-top: 20px;
    margin-bottom: 20px;
}

.videoTutH {
    margin-top: 12px;
}

#support-info {
    padding-bottom: 60px;
    height: auto;
    border-bottom: 1px solid #ddd;
}

#support-info-appointment {
    border-bottom: none;
}

#support-info h6 {
    margin-bottom: 0;
}

#support-info p {
    margin-bottom: 30px;
}

/* #support-info .grid-container{
  min-height:520px;
} */

#support-info .formular-img img {
    max-width: 299px;
    position: absolute;
    right: 0;
}

#support-info .support-info-formular {
    position: relative;
}

.contact-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.contact-box {
    background-image: linear-gradient(to bottom, #ff6455, #dd5649);
    padding: 20px;
    border-radius: 5px;
    width: 100%;
}

.contact-box-custom {
    background-image: linear-gradient(to bottom, #ff6455, #dd5649);
    padding: 20px;
    border-radius: 5px;
    width: 100%;
}

.contact-box:last-of-type {
    margin: 30px 0;
}

.contact-box p,
.contact-box a {
    color: #fff;
}

.contact-box a {
    font-size: 25px;
    margin-top: 10px;
}

.contact-box p {
    font-size: 17px;
}

.contact-box .icon img {
    width: 100%;
    max-width: 52px;
    height: auto;
    max-height: 52px;
    margin: auto auto 10px auto;
}

#formular,
#formular-selling,
#formul-buying {
    /* border: 1px solid #cccccc; */
    /* border-radius: 3px; */
    position: relative;
    width: 100%;
}

#formular > .row:first-child,
#formular-selling > .row:first-child,
#formular-buying > .row:first-child {
    border-bottom: 1px solid #cccccc;
}

#formular .columns input[type="text"],
#formular .columns input[type="email"],
#formular .columns textarea,
#formular-selling .columns input[type="text"],
#formular-selling .columns input[type="email"],
#formular-selling .columns textarea,
#formular-buying .columns input[type="text"],
#formular-buying .columns input[type="email"],
#formular-buying .columns textarea {
    width: 100%;
}

#formular textarea,
#formular-selling textarea,
#formular-buying textarea {
    height: 100px;
}

#formular h6,
#formular-selling h6,
#formular-buying h6 {
    padding: 20px;
    margin: 0;
}

#formular a,
#formular-selling a,
#formular-buying a {
    width: 80%;
    text-align: center;
}

.form-content {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-content .top-side,
.form-content .top-side-split,
.form-content .left-side,
.form-content .right-side {
    width: 100%;
}

.form-content .top-side-split {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    flex-wrap: wrap;
}

#formular .appointment-textarea {
    height: 149px;
}

.form-content .large-6 {
    width: 48.25%;
    float: left;
}

.form-content .large-6:first-child {
    margin-right: 1.5%;
}

.form-content .large-6:last-child {
    margin-left: 1.5%;
}

.form-content .large-6 > input[type="text"],
.form-content .large-6 > input[type="email"] {
    width: 100% !important;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 0 0 10px 0;
}

.radio-item input[type="radio"] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background-color: transparent;
}

.radio-item input[type="radio"]:checked + label:after {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: 11px;
    content: " ";
    display: block;
    background: #dd5649;
}

.check-item {
    display: inline-block;
    position: relative;
}

.check-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-item label {
    display: block;
    position: relative;
    color: #666;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    min-height: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    margin: 0 6px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    top: 4px;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.check-item input[type="checkbox"]:checked ~ .checkmark::after {
    display: block;
}

.check-item input[type="checkbox"]:checked ~ .checkmark {
    background-color: #ff6455;
    border: 1px solid #ff6455;
}

.check-item label .checkmark::after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.daytime-wrapper,
.customerservice-wrapper,
.sales-wrapper,
.support-wrapper {
    display: none;
}

.daytime-wrapper.active,
.customerservice-wrapper.active,
.sales-wrapper.active,
.support-wrapper.active {
    display: block;
    margin-bottom: 1rem;
}

.hp {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.inline {
    display: inline;
    margin-right: 5px;
}

#faq {
    background: url("../img/slider-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}

#faq h2 img {
    max-width: 46.5px;
    max-height: 46.5px;
    margin-right: 10px;
}

#faq ol {
    font-size: 15px;
}

#support-info .right-side textarea {
    font-size: 16px;
    height: 215px;
}

#support-info .right-side button {
    max-width: 215px;
}

#faq ul,
#inhalte ul {
    /* border-radius: 5px; */
    margin-top: 20px;
    margin-bottom: 30px;
    /* -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); */
}

#faq li.accordion-item,
#inhalte li.menu-item {
    /* padding: 15px 20px; */
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    max-width: 100%;
    margin: 10px 0;
    text-align: left;
    border-radius: 4px;
}

.dashboard-part #inhalte li.menu-item {
    background-color: transparent;
}

#faq li .accordion-title,
#inhalte li .menu-title {
    font-size: 20px;
    padding: 15px 60px 15px 60px;
    color: #333 !important;
    border: none;
    border-radius: 4px;
}

#inhalte li .menu-title h3,
#inhalte li .menu-title h4 {
    font-size: 17px;
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 0;
}

#inhalte .menu-content .menu-item {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#faq .accordion-title::before {
    left: 1rem;
    right: auto;
    font-size: 24px;
    transform: translate(0%, -50%);
    margin-top: 0;
}

#faq li .accordion-content,
#inhalte li .menu-content {
    font-size: 17px;
    padding: 20px 40px 20px 62px;
    border: none !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#inhalte li .menu-content {
    padding: 10px 15px;
}

#inhalte li .menu-content.menu-listing {
    padding: 0px;
    border: 0;
}

#inhalte .menu-listing li {
    list-style-type: none;
    border-bottom: 1px dashed #ccc;
    padding: 10px 25px;
    position: relative;
}

#inhalte .submenu-toggle[aria-expanded="true"] .menu-title {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#inhalte .menu-listing li:first-of-type {
    border-top: 1px solid #ccc !important;
}

#inhalte .menu-listing li:last-of-type {
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#inhalte li .menu-content {
    margin: 0;
}

/* #faq li.last-child,
#faq li.last-child .accordion-title,
#faq li.last-child .accordion-title:hover{
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom:0;
} */

#faq li p,
#inhalte li p {
    margin: 0;
}

#faq button,
#inhalte button {
    background: transparent;
    border-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
}

#inhalte .accordion-info button {
    padding-top: 4px;
}

#faq .more-questions,
#faq #l-q {
    display: none;
}

#faq .accordion li.is-active .accordion-title {
    border-bottom: 1px solid #ccc !important;
    background-color: #f5f5f5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#inhalte .menu li.is-active .menu-title h3,
#inhalte .menu li.is-active .menu-title h4s {
    border: 1px solid #ccc !important;
    background-color: #f5f5f5;
    border-radius: 4px;
}

#faq .accordion li.is-active,
#faq .accordion-title:focus,
#faq .accordion-content,
#inhalte .menu li.is-active,
#inhalte .menu-title:focus,
#inhalte .menu-content {
    color: #333333;
    background-color: #fff;
    /* border-radius: 5px; */
}

.dashboard-part #inhalte .menu li.is-active,
.dashboard-part #inhalte .menu-title:focus,
.dashboard-part #inhalte .menu-content {
    background-color: transparent;
}

.dashboard-part-cumo {
    border-bottom: 1px dashed #cccccc;
}

#faq .accordion-item:first-child > :first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#inhalte .menu-item {
    position: relative;
    border: none;
}

#inhalte .accordion-info {
    padding: 0 0 0 60px;
    color: #666666;
}

#inhalte .accordion-info img,
#inhalte .time img {
    max-width: 30px;
    margin-left: 10px;
}

#inhalte {
    padding: 30px 0;
}

.activate-info > .cell:last-of-type {
    padding-top: 20px;
}

.activate-info > .cell-padding {
    padding-top: 20px;
}

.activate-info > .cell-forme {
    clear: both;
    padding-top: 0;
}

.activated-forme {
    float: none;
    width: 100%;
}

.activated-forme p {
    float: left;
    margin-top: 35px;
    margin-bottom: 5px;
    color: #ff6455;
    font-weight: bold;
}

.activated-forme a {
    float: right;
}

.activate-info .grid-x:first-of-type,
#paket .activate-info > .cell:first-of-type,
#paket-be .activate-info > .cell:first-of-type {
    border-bottom: 1px dashed #dd5649;
}

.activate-info .grid-x:first-of-type .cell:last-of-type {
    position: relative;
}

.activate-info .grid-x:first-of-type .cell:last-of-type a {
    margin-bottom: 10px;
}

.activate-info .module-unit,
.activate-info .module-time {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}

.activate-info .module-activate {
    display: inline-block;
    margin-bottom: 15px;
    float: right;
}

.activate-info .module-unit img,
.activate-info .module-time img {
    margin-right: 5px;
    width: 20px;
    height: auto;
}

.img-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}

.img-wrap > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.grid-container-cumo {
    max-width: none;
}

.active-since {
    float: right;
    color: #268e00;
}

/* #faq .is-active{
border-left: 7px solid #7CBFAB;
} */

#support-info .formular-img {
    display: none;
}

.radio-item [type="radio"] + label {
    margin-right: 0;
}

.radio-item {
    padding: 0;
}

.marktplatz-text .btn-primary {
    width: 100%;
    text-align: center;
}

#formular .btn-medium,
#formular-selling .btn-medium,
#formular-buying .btn-medium {
    width: 100%;
}

#faq button {
    margin-right: 20px;
    margin-left: 20px;
}

#support-info .grid-x .cell:first-child {
    margin-bottom: 20px;
}

#support-info .support-info-short,
#support-info .support-info-formular {
    width: 100%;
}

#description,
#advantages,
#goals {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

#description h2,
#goals h2,
#advantages h2,
#inhalte h2 {
    font-size: 1.9375rem;
}

.dashboard-part #goals,
.dashboard-part #inhalte {
    padding: 0px;
    border-bottom: 0;
}

.dotted-seperator {
    border-bottom: 1px dashed #cccccc;
    margin: 10px;
    width: 15%;
    margin-left: -10px;
}

.btn-como-users {
    margin-top: 20px;
}

.como-user-selection {
    margin-top: 20px;
    margin-left: 15px;
}

.cumo-container {
    -webkit-box-shadow: 2px 3px 10px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 2px 3px 10px 0px rgba(204, 204, 204, 1);
    box-shadow: 2px 3px 10px 0px rgba(204, 204, 204, 1);
}

.dashboard-part-cumo p {
    width: 85%;
}

.cumo-header {
    font-size: 28px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 20px;
}

#paket {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

#paket-be {
    background-color: #fff;
    padding: 20px;
}

.reveal {
    top: 0px !important;
    /* transform: translate(0, 15%); */
    width: 90% !important;
    min-height: 0 !important;
    margin: 15% auto;
    height: auto !important;
}

#usps ul {
    position: relative;
    list-style-type: none;
    margin: 0;
}

#usps li {
    margin-bottom: 10px;
}

#usps li::before {
    content: " ";
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/tile_checkmark.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
}

.slick-slide a:focus {
    outline: none !important;
}

#goals ul,
#paket ul,
#paket-be ul,
#advantages ul,
.reveal ul {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
    /* border-top:1px dashed #ccc; */
}

#goals li,
#paket li,
#paket-be li,
#advantages li,
.reveal li {
    padding-left: 30px;
    position: relative;
}

#paket-be li {
    margin: 15px 0;
}

#advantages li::before,
.reveal li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/tile_checkmark.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

#goals li::before,
.reveal li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/tile_checkmark.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

#paket li::before,
#paket-be li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/tile_checkmark.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 5px;
}

.reveal .close-button {
    color: #dd5649;
}

.reveal .description,
.reveal .goals,
.reveal .discount {
    border-top: 1px dashed #ccc;
    padding-top: 1rem;
}

.reveal .title img {
    max-width: 31px;
    margin-right: 10px;
}

.reveal-como {
    /* width: 35% !important; */
    padding: 20px;
}

.reveal-como h2 {
    font-size: 24px;
}

.reveal-como .price {
    color: #dd5649;
    font-size: 25px;
}

.price-module {
    font-size: 15px !important;
}

.btn-como {
    width: 100%;
}

.btn-como-buy {
    margin-top: 20px;
    margin-bottom: 20px;
}

.reveal-como .login-top {
    padding: 0px;
    padding-bottom: 20px;
}

.reveal-como #checkmark-empty {
    margin-left: 30px;
    margin-top: 5px;
    color: red;
    font-weight: bold;
    display: none;
}

@media print, screen and (min-width: 23em) {
    .radio-item [type="radio"] + label {
        margin-right: 0.9rem;
    }
    .radio-item {
        padding: 0 6px;
    }
    .radio-item input[type="radio"]:checked + label:after {
        left: 17px;
    }
    .marktplatz-text .btn-primary {
        width: auto;
        text-align: left;
    }
}

@media print, screen and (min-width: 40em) {
    #description h2,
    #goals h2,
    #inhalte h2 {
        line-height: 1.4em;
    }
    #support-info .grid-x .cell:first-child {
        margin-bottom: 0px;
    }
    #faq button {
        margin: 0;
    }
    #support-info {
        padding-bottom: 20px;
    }
    #support-info .support-info-short,
    #support-info .support-info-formular {
        width: 48%;
    }
    .radio-item input[type="radio"]:checked + label:after {
        left: 11px;
    }
    .radio-item {
        padding: 0;
    }
    #service .angebote ul li p {
        padding-left: 8px;
    }
    .checkmark {
        top: 50%;
        transform: translate(0, -50%);
    }
    .activate-info .grid-x:first-of-type .cell:last-of-type a {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0%, -50%);
        margin: auto;
    }
    .reveal-como h2 {
        font-size: 45px;
    }
    #description,
    #goals,
    #inhalte {
        padding: 60px 0;
    }
    .activate-info {
        margin-top: 30px;
    }
}

@media print, screen and (min-width: 42em) {
    .radio-item {
        padding: 0 6px;
    }
    .radio-item input[type="radio"]:checked + label:after {
        left: 17px;
    }
}

@media print, screen and (min-width: 48em) {
    .reveal {
        top: 50% !important;
        transform: translate(0, -50%);
        margin: auto;
        max-width: 680px;
    }
    #inhalte .accordion-info,
    #inhalte .time {
        position: absolute;
        right: 1rem;
        top: 26px;
        line-height: 30px;
        transform: translate(0%, -50%);
    }
    #inhalte .menu-item {
        border: none !important;
    }
    #inhalte li .menu-title {
        border: 1px solid #cccccc !important;
        margin-right: 0;
    }
    #inhalte .menu-listing li {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
}

@media print, screen and (min-width: 50em) {
    .form-content .left-side,
    .form-content .right-side {
        width: 49%;
    }
    .contact-box {
        width: 49.5%;
    }
    .contact-box-custom {
        width: 24.75%;
    }
    .contact-box-custom:last-of-type {
        margin: 0;
    }
    .contact-box:last-of-type {
        margin: 0;
    }
}

@media print, screen and (min-width: 64em) {
    #support-info .support-info-short {
        width: 33.33333333%;
    }
    #support-info .support-info-formular {
        width: 66.6666667%;
    }
    #support-info {
        padding: 60px 0;
    }
    #support-info .formular-img {
        display: block;
    }
    #support #email {
        width: 80%;
    }
    #formular .columns input[type="text"],
    #formular .columns input[type="email"],
    #formular .columns textarea,
    #formular-selling .columns input[type="text"],
    #formular-selling .columns input[type="email"],
    #formular-selling .columns textarea,
    #formular-buying .columns input[type="text"],
    #formular-buying .columns input[type="email"],
    #formular-buying .columns textarea {
        width: 80%;
    }
    #formular .btn-medium,
    #formular-selling .btn-medium,
    #formular-buying .btn-medium {
        width: 80%;
    }
    #formular,
    #formular-selling,
    #formular-buying {
        /* border: 1px solid #cccccc;
    border-radius: 3px;
    position:absolute;
    width:68%; */
    }
    .form-content .large-6 {
        width: 38.5%;
    }
}

@media print, screen and (min-width: 78em) {
    #formular,
    #formular-selling,
    #formular-buying {
        /* width:70%; */
    }
}

/* Unterweisungspaket */

.instructionPackage-header .banner {
    position: relative;
    background-image: url("../img/background/unterweisungspaket_bg.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
}

.instructionPackage-header .banner .grid-container,
.instructionPackage-header .banner .grid-x {
    height: 100%;
}

.instructionPackage-header
    .banner
    > .grid-container
    > .grid-x
    > .cell:first-of-type {
    display: none;
}

.instructionPackage-header .banner .grid-x > .cell:last-of-type {
    position: relative;
}

.instructionPackage-content .heading {
    border-bottom: none;
}

.vorschau {
    color: #dd5649;
    border: 1px solid #dd5649;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15px;
    background-color: white;
}

@media screen and (max-width: 768px) {
    .preview-link-dont-show-mobile {
        display: none;
    }
    .vorschau {
        display: none;
    }
}

.activate-info .primary {
    font-size: 30px;
}

.module-unit,
.module-time {
    color: #666666;
}

.placeholder-play {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

/**
* Styling for accordion
**/

.accordion-title,
.accordion-title:hover {
    font-size: 100%;
    padding-right: 40px;
}

/* .accordion-title::before{
  margin-top: -0.55rem;
  content: '\232A';
  transform:rotate(90deg);
  color:#47819B;
}


.is-active > .accordion-title::before{
  content:'\232A';
  transform:rotate(-90deg);
  margin-right:4px;
} */

.slide-top {
    background: url(../img/slide-top.png) no-repeat center center;
    background-size: contain;
    min-height: 500px;
}

.accordion-title,
.accordion-content {
    border: none !important;
}

.accordion-title:focus {
    color: #333333;
    background-color: #ffffff;
}

.accordion-title h6:focus {
    outline: none;
}

.accordion-item > p {
    display: inline-block;
    padding: 0 0 0 86px;
    margin-top: -10px;
}

@media print, screen and (min-width: 25em) {
    .accordion-item > p {
        margin: 0;
    }
}

@media print, screen and (min-width: 40em) {
    .instructionPackage-header
        .banner
        > .grid-container
        > .grid-x
        > .cell:first-of-type {
        display: block;
    }
}

/**
  * Styling for themenfelder.blade
  **/

#themenfelder h2 {
    font-size: 1.0625rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

#themenfelder h3 {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}

@media print, screen and (min-width: 40em) {
    #themenfelder h2 {
        font-size: 1.25rem;
    }
    #themenfelder h3 {
        font-size: 1.15rem;
    }
}

/**
  * Styling for cookie.blade
  **/

#cookiebanner {
    margin-top: 75px;
}

.cookiecard {
    border: 1px solid lightgrey;
    padding: 25px;
    border-radius: 5px;
}

.cookiecard ul {
    margin-left: 50px;
}

.cookiecard li {
    margin-bottom: 3px;
}

.cookiecard .checkbox {
    margin-bottom: 10px;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    margin-left: -4px !important;
}

.cookiecard .checkbox > input:disabled {
    border: 1px solid #999;
    background-color: #999;
    color: #fff;
}

.cookiecard > input:checked {
    border: 1px solid #999;
    background-color: #fff;
}

.cookiecard .checkbox > input {
    margin: 3px 3px 3px 5px;
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #666;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
}

.cookiecard .checkbox > span {
    color: #666;
    padding: 0.35rem 0.25rem;
}

.cookiecard .checkbox > input:checked + span::before {
    content: "\2713";
    display: block;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0.8rem;
    top: 0.2rem;
}

/**
  * Styling for impressum.blade, datenschutz.blade
  **/

.impr-info,
.daten-info {
    padding-top: 40px;
    padding-bottom: 25px;
    background-color: #f0f0f0;
}

.impr-info ul,
.daten-info ul {
    margin: 0;
}

.impr-info ul li,
.daten-info ul li {
    list-style-type: none;
    margin-bottom: 15px;
}

.impr-info p,
.daten-info p {
    margin-bottom: 0;
}

.impr-info ul li > p:first-child {
    font-weight: bold;
}

.impr-text,
.daten-text {
    padding-top: 40px;
    padding-bottom: 40px;
}

.impr-text p:first-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.impr-text p,
.daten-text p,
.agb-text p,
.sysReq-text p,
.sellInThree-text p,
.buyInThree-text p {
    margin-bottom: 40px;
}

.sellInThree-text p,
.buyInThree-text p {
    margin-bottom: 20px;
}

.sellInThree-text li > p:last-child,
.buyInThree-text li > p:last-child {
    margin-bottom: 40px;
}

.sellInThree-text h3,
.buyInThree-text h3 {
    margin-bottom: 30px;
}

.daten-rechte p {
    margin-left: 35px;
}

.daten-rechte li p:first-child {
    display: inline-block;
    margin-left: 15px !important;
    margin-bottom: 20px;
}

.daten-rechte {
    counter-reset: section;
    list-style-type: none;
    margin-left: 0;
}

.daten-rechte li::before {
    counter-increment: section;
    content: counters(section, ".") " ) ";
}

.nutzung li p {
    margin-bottom: 0;
}

.nutzung {
    margin-bottom: 40px;
}

.daten-info .cell > p:first-child {
    font-weight: bold;
    margin-bottom: 20px;
}

#impressum .grid-x,
#datenschutz .grid-x {
    margin-left: 0;
    margin-right: 0;
}

.daten-info .cell {
    padding-left: 0;
}

.agb-text ol,
.sellInThree-text ol,
.buyInThree-text ol {
    counter-reset: section;
    list-style-type: none;
    margin-left: 0;
}

.agb-text li::before,
.sellInThree-text li::before,
.buyInThree-text li::before {
    counter-increment: section;
    content: counters(section, ".") " . ";
    font-size: 1.25rem;
    font-weight: 700;
}

.agb-text h5,
.sysReq-text h5,
.sellInThree-text h5,
.buyInThree-text h5 {
    display: inline-block;
    margin-bottom: 20px;
}

.agb-text ol li:last-child p {
    margin-bottom: auto;
}

@media print, screen and (min-width: 76em) {
    #sellInThree .grid-container > .grid-padding-x,
    #buyInThree .grid-container > .grid-padding-x,
    #sysReq .grid-container > .grid-padding-x {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.mobile-btn .btn,
.module-activate.mobile-btn {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
}

@media print, screen and (min-width: 40em) {
    .mobile-btn .btn,
    .module-activate.mobile-btn {
        display: inline-block;
        width: auto;
    }
}

/* Slider */

.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: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    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;
}

#register .heading {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 25px;
}

.register-part input[type="date"]:before,
#register input[type="date"]:before {
    content: attr(placeholder) ":" !important;
    color: #0a0a0a;
    font-size: 1rem;
    margin-right: 0.5em;
}

.register-part input[type="date"]:focus:before,
.register-part input[type="date"]:valid:before,
#register input[type="date"]:focus:before,
#register input[type="date"]:valid:before {
    content: none !important;
}

#register .heading h1 {
    font-size: 55px;
    margin-bottom: 15px;
    text-align: center;
}

#register h6 {
    font-size: 18px;
}

#register p {
    text-align: center;
    max-width: 720px;
    margin: auto auto 25px auto;
}

#register p a {
    color: #47819b;
}

#register .register-form {
    margin-bottom: 140px;
}

#register .register-form .form-group {
    max-width: 580px;
    margin: 0 auto;
}

#register hr {
    width: 100%;
    margin: 30px auto;
    border-style: dashed;
    border-color: #ccc;
}

#register .register-form .btn {
    width: 100%;
    margin-top: 20px;
}

#register .register-form.without-margin {
    margin-bottom: 0;
}

#register .register-steps {
    position: relative;
    margin: 60px 0px 30px 0;
}

#register .register-steps .register-step {
    border: 1px solid #cccccc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
    font-size: 30px;
    color: #cccccc;
    font-weight: 200;
    font-family: "Raleway", sans-serif;
    line-height: 44px;
    text-align: center;
    background: white;
    margin: 0px 8%;
}

#register .register-steps .register-step.active-step {
    background-color: #ff6455;
    border-color: #ff6455;
    color: white;
}

#register .step-back button {
    color: #47819b;
}

#register .register-line {
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccc;
    margin-top: 25px;
    z-index: -1;
}

#register .input-street,
.input-nr,
.input-zip,
.input-city {
    display: inline-block;
}

#register .input-street {
    width: 80%;
    float: left;
}

#register .input-nr {
    width: 19%;
    float: right;
}

#register .input-zip {
    width: 28%;
    float: left;
}

#register .input-city {
    width: 71%;
    float: right;
}

#register .step-back {
    margin-top: 20px;
    font-size: 14px;
}

#register table.unstriped tbody tr {
    border-color: #cccccc;
}

#register .register-confirm {
    margin-top: 20px;
}

#register table.unstriped tbody {
    border: none;
    text-align: left;
}

#register table.unstriped .table-heading {
    font-weight: bold;
    padding-left: 0;
    min-width: 80px;
}

#register .agb {
    text-align: left;
    margin-top: 20px;
}

#register .agb a,
.register-success-grey p a {
    color: inherit;
    text-decoration: underline;
}

#register .agb input {
    margin-bottom: 0;
}

#register .store-badges {
    margin: 30px 0px 80px 0;
}

#register .store-badges img {
    display: inline-block;
    max-height: 60px;
}

#register #googleplay {
    max-height: 88px;
}

#register .grey-container {
    background-color: #f0f0f0;
    padding: 30px 0 80px 0;
}

#register .register-success-grey {
    max-width: 500px;
    margin: 0 auto !important;
}

/* Password Icon*/

#register .la-eye {
    font-size: 24px;
}

#register .secure,
#register .angebot {
    color: #47819b;
}

#register #backButton {
    color: #47819b;
}

#register #backButton:hover {
    color: black;
}

.payment-icon {
    max-width: 200px;
}

.sepa-form {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#thankyou {
    text-align: center;
}

#thankyou .androidios li {
    display: inline-block;
    list-style-type: none;
}

.manager-acc,
.app-acc,
.download {
    border-top: 1px dashed #ccc;
    padding: 30px 0;
}

.manager-acc p,
.app-acc p,
.download p,
#thankyou .grid-container > p {
    font-size: 22px;
}

@media screen and (max-width: 39.9em) {
    #thankyou .androidios {
        border: none;
        float: none;
    }
    #thankyou .androidios li {
        float: none;
        margin-right: 0;
    }
}

@media screen and (max-width: 515px) {
    .heading h1 {
        font-size: 32px !important;
    }
    .spacer-top {
        margin: 0;
    }
    .input-street {
        width: 79.2%;
    }
    .input-zip {
        width: 27.3%;
    }
    .register-step {
        margin: 0px 3% !important;
    }
    .register-steps {
        margin-top: 30px;
    }
    .agb input[type="checkbox"] {
        display: inline-block;
        vertical-align: top;
    }
    .agb label {
        width: 80%;
        margin-top: -7px;
    }
}

/*
  ** Register App User
  */

#register-app-user .register-part,
#register-app-user-success .register-success-part {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.register-part .center-button,
.register-part .register-form {
    margin-bottom: 0;
}

.register-part input[type="text"],
.register-part input[type="email"] {
    margin-bottom: 15px;
}

.register-part .radio-item {
    padding: 0 15px 0 0;
}

.register-part .radio-item label {
    margin-left: 0;
}

.register-part .radio-item input[type="radio"]:checked + label:after {
    top: 9px;
    left: 3px;
}

.register-success-part .grey-container {
    margin: 0 -20px -20px -20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.register-success-part .download {
    border: none;
}

.register-success-part .download a {
    font-size: 12px;
    background-color: #000;
    padding: 5px 10px;
    width: 100%;
    max-width: 150px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 0 10px auto;
    text-align: center;
}

.register-success-part .download a img {
    max-width: 115px;
    height: auto;
    margin: auto;
}

#bought-modal .modal-info h2 {
    margin-bottom: 20px;
}

#bought-modal .info {
    padding-bottom: 1rem;
}

#bought-modal .description p {
    margin: 0px;
}

#bought-modal .download {
    border: none;
    padding: 1rem 0px;
}

#bought-modal .download-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#bought-modal .download-webapp {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 19px;
    border-radius: 5px;
    max-width: 160px;
}

#bought-modal .download a {
    font-size: 12px;
    background-color: #000;
    padding: 5px 10px;
    width: 100%;
    max-width: 150px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 0 10px auto;
    text-align: center;
}

#bought-modal .download-new a {
    margin: 0;
}

#bought-modal .download-webapp a {
    font-size: 21px;
    margin: 0;
    padding: 0;
    width: unset;
    color: white;
}

@media screen and (max-width: 600px) {
    #bought-modal .download-new {
        flex-direction: column;
        align-items: center;
        height: 200px;
    }
}

#bought-modal .download a img {
    max-width: 115px;
    height: auto;
    margin: auto;
}

.image-copyright-overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 8px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
}

.image-new-flag-overlay {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 14px;
    color: white;
    background-color: #ff6455;
    border-bottom-left-radius: 9px;
    font-weight: bold;
}

@media print, screen and (min-width: 69em) {
    .xmas-header h1 {
        font-size: 50px;
    }
}

@media print, screen and (max-width: 768px) {
    .xmas-img {
        padding: 20px 0 !important;
    }
    .xmas-img img {
        max-width: 90%;
        margin: auto;
    }
    .xmas-header {
        padding-bottom: 0 !important;
    }
    .christmas2020-imgcontainer {
        margin-top: 20px;
    }
}

@media print, screen and (max-width: 420px) {
    .xmas-header h1 {
        font-size: 24px;
    }
}

/* xmas 2020 */

.christmas2020-container {
    align-items: center;
}

.home-header .christmas2020-container img {
    position: relative;
    width: auto;
    max-width: 100%;
    left: unset;
}

.home-header .left-text .christmas2020-text {
    font-size: 16px;
}

.christmas2020-text span {
    font-size: 13px;
}

/* XMAS 19 */

.xmas-header {
    padding-top: 10px;
    padding-bottom: 53px;
}

.xmas-header-text {
    max-width: 500px;
}

.xmas-img {
    display: flex;
    align-items: center;
}

.xmas19-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xmas19-container a {
    margin: auto;
}

.xmas19-container img {
    width: 100%;
    max-width: 350px;
    margin: auto;
}

.xmas-specific-h1 {
    max-width: 880px;
}

.xmas19-container-specific img {
    width: 100%;
    max-width: 290px;
    margin: auto;
    margin-bottom: 20px;
}

.spin-disabled {
    cursor: progress;
    background-color: grey !important;
    border-color: grey !important;
}

@media print, screen and (min-width: 1023px) {
    .home-header .fm-heading {
        font-size: 48px;
        line-height: 1;
    }
}

@media print, screen and (min-width: 1023px) and (max-width: 1104px) {
    .home-header .fm-heading {
        font-size: 38px;
        line-height: 1;
    }
}

.blogTeaserSlider {
    position: relative;
}

.blogTeaserSlider .blogTeaserCoverImage {
    max-height: 500px;
    overflow: hidden;
}

.blog-orbit-dot-nav {
    position: absolute;
    bottom: 20px;
}

.blog-page-headernav {
    box-shadow: none !important;
}

.blog-page-top-body {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(245, 245, 245, 1) 50%,
        rgba(245, 245, 245, 1) 100%
    );
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 50vh;
    z-index: -10;
}

.blog-page-bottom-body {
    background: rgb(227, 227, 227);
    background: linear-gradient(
        rgba(227, 227, 227, 1) 0%,
        rgba(245, 245, 245, 1) 25%,
        rgba(245, 245, 245, 1) 100%
    );
    position: absolute;
    top: calc(80px + 50vh);
    left: 0;
    right: 0;
    z-index: -10;
}

.blog-teaser-text-container {
    background-color: #fff;
    padding: 15px 25px;
}

.blog-badge {
    font-size: 0.8rem;
    padding: 5px 10px;
    background-color: #e6594c;
    color: #fff;
    display: inline;
}

.blog-badge:hover {
    color: #fff;
}

.blog-teaser-icons {
    color: #a1a1a1;
}

.blog-card-special {
    background-color: #333333;
    color: #fff;
    padding: 40px 30px;
}

.blog-card-special li {
    list-style-type: none;
    margin: 20px 0;
}

.blog-card-special-headline {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    position: relative;
}

.blog-card-special-headline:after {
    content: "\00a0\00a0";
    position: absolute;
    background: #e6594c;
    height: 2px;
    width: 50%;
    top: 110%;
    left: 25%;
}

.blog-article {
    background-color: #fff;
    padding: 35px 7%;
}

.blog-article-backarrow {
    line-height: 50px;
    color: #2e2e2e;
    font-size: 20px;
}

.blog-article-section-headline,
.blog-article-section-headline-centered {
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 1.8px;
    font: ExtraBold 18px/20px Raleway;
}

.blog-article-section-headline:after {
    content: "\00a0\00a0";
    position: absolute;
    background: #e6594c;
    height: 3px;
    width: 10%;
    top: 110%;
    left: 0;
}

.blog-article-section-headline-centered:after {
    content: "\00a0\00a0";
    position: absolute;
    background: #e6594c;
    height: 3px;
    width: 25%;
    top: 110%;
    left: calc(50% - 12.5%);
}

.blog-article-image-container {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.blog-article-imagerights {
    position: absolute;
    bottom: -16px;
    right: 0;
    padding: 3px 7px;
    background-color: rgba(255, 255, 255, 0.75);
}

.blog-article-image-container-mobile {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-article-imagerights-mobile {
    position: absolute;
    bottom: -16px;
    right: 0;
    padding: 0 3px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.5);
}

.tripplePreview_entry {
    border-bottom: solid 1px #a1a1a1;
}

.tripplePreview_text {
    color: #202020;
}

.tripplePreview_teaserimgcontainer {
    height: 150px;
    overflow: hidden;
}

.spi-slick-prev-override,
.spi-slick-next-override,
.spi-slick-prev-mobile-override,
.spi-slick-next-mobile-override {
    text-align: center;
    background-color: transparent;
    padding: 0;
    height: 50px;
    width: 50px;
    top: calc(50% - 25px);
    line-height: 50px;
    border: solid 1px #fff;
    border-radius: 50%;
    cursor: pointer;
}

.spi-slick-prev-override.entoOrange,
.spi-slick-next-override.entoOrange,
.spi-slick-prev-mobile-override.entoOrange,
.spi-slick-next-mobile-override.entoOrange {
    color: #f74331;
    border-color: #f74331;
}

.spi-slick-prev-mobile-override,
.spi-slick-next-mobile-override {
    top: 100% !important;
}

.spi-slick-prev-mobile-override {
    left: calc(40% - 25px) !important;
}

.spi-slick-next-mobile-override {
    right: calc(40% - 25px) !important;
}

.additional-inner-top-space-5 {
    padding-top: 5px !important;
}

.additional-inner-top-space-10 {
    padding-top: 10px !important;
}

.additional-inner-top-space-15 {
    padding-top: 15px !important;
}

.additional-inner-top-space-20 {
    padding-top: 20px !important;
}

.additional-inner-top-space-25 {
    padding-top: 25px !important;
}

.additional-inner-top-space-30 {
    padding-top: 30px !important;
}

.additional-inner-top-space-50 {
    padding-top: 50px !important;
}

.additional-inner-top-space-75 {
    padding-top: 75px !important;
}

.additional-inner-top-space-100 {
    padding-top: 100px !important;
}

.additional-inner-bottom-space-5 {
    padding-bottom: 5px !important;
}

.additional-inner-bottom-space-10 {
    padding-bottom: 10px !important;
}

.additional-inner-bottom-space-15 {
    padding-bottom: 15px !important;
}

.additional-inner-bottom-space-20 {
    padding-bottom: 20px !important;
}

.additional-inner-bottom-space-25 {
    padding-bottom: 25px !important;
}

.additional-inner-bottom-space-30 {
    padding-bottom: 30px !important;
}

.additional-inner-bottom-space-40 {
    padding-bottom: 40px !important;
}

.additional-inner-bottom-space-50 {
    padding-bottom: 50px !important;
}

.additional-inner-bottom-space-75 {
    padding-bottom: 75px !important;
}

.additional-inner-bottom-space-100 {
    padding-bottom: 100px !important;
}

.additional-inner-bottom-space-125 {
    padding-bottom: 125px !important;
}

.additional-inner-left-space-10 {
    padding-left: 10px !important;
}

.additional-inner-left-space-5 {
    padding-left: 5px !important;
}

.additional-outer-top-space-5 {
    margin-top: 5px !important;
}

.additional-outer-top-space-10 {
    margin-top: 10px !important;
}

.additional-outer-top-space-15 {
    margin-top: 15px !important;
}

.additional-outer-top-space-20 {
    margin-top: 20px !important;
}

.additional-outer-top-space-25 {
    margin-top: 25px !important;
}

.additional-outer-top-space-30 {
    margin-top: 30px !important;
}

.additional-outer-top-space-40 {
    margin-top: 40px !important;
}

.additional-outer-top-space-50 {
    margin-top: 50px !important;
}

.additional-outer-top-space-75 {
    margin-top: 75px !important;
}

.additional-outer-top-space-100 {
    margin-top: 100px !important;
}

.additional-outer-bottom-space-5 {
    margin-bottom: 5px !important;
}

.additional-outer-bottom-space-10 {
    margin-bottom: 10px !important;
}

.additional-outer-bottom-space-15 {
    margin-bottom: 15px !important;
}

.additional-outer-bottom-space-20 {
    margin-bottom: 20px !important;
}

.additional-outer-bottom-space-25 {
    margin-bottom: 25px !important;
}

.additional-outer-bottom-space-30 {
    margin-bottom: 30px !important;
}

.additional-outer-bottom-space-50 {
    margin-bottom: 50px !important;
}

.additional-outer-bottom-space-75 {
    margin-bottom: 75px !important;
}

.additional-outer-bottom-space-100 {
    margin-bottom: 100px !important;
}

.relative {
    position: relative !important;
}

.absolute-bottom-0 {
    position: absolute !important;
    bottom: 0px !important;
}

.absolute-bottom-right-0 {
    position: absolute !important;
    bottom: 0px !important;
    right: 0px !important;
}

.absolute-bottom-negative-50 {
    position: absolute !important;
    bottom: -50px !important;
}

.absolute-top-20 {
    position: absolute !important;
    top: 20px !important;
}

.hr-smallspace {
    margin: 1.25rem auto 1rem auto;
}

.hr-similar-smallspace {
    margin: 1rem auto 1rem auto;
}

.hr-doublethickness {
    margin: 1.25rem auto 1rem auto;
    height: 3px;
}

.hr-60-no-outer-left {
    max-width: 60% !important;
    margin-left: 0 !important;
}

.hr-60-no-outer-left-bottom {
    max-width: 60% !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.disabled {
    opacity: 0.25 !important;
    cursor: not-allowed !important;
}

.grey-section {
    background-color: #f2f2f2;
}

.grey-section .headline {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}

.font-light {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

.static-header-banner {
    background-color: #f2f2f2 !important;
    padding: 5px;
    color: #606060;
    font-family: Lato;
    /* display: table-cell;
    vertical-align: middle; */
}

.static-header-banner img {
    width: 35px;
    margin-right: 10px;
    float: left;
}

.static-header-banner a {
    color: #dd5649;
    text-decoration: none;
    /* font-weight: 550; */
}

.static-header-banner a i {
    font-size: 20px;
}

.banner-space-one {
    padding: 30px 0px;
}

/* #startTeaser.orbit .overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: transparent !important;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.33) 100%) !important;
}

#startTeaser.orbit .overlay-inner {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: transparent !important;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.33) 100%) !important;
} */

#startTeaser.orbit .start-teaser-text {
    padding: 40px 0 20px 0;
}

#startTeaser.orbit .start-teaser-text .start-teaser-button,
#startTeaser.orbit .start-teaser-text-small .start-teaser-button,
.module-banner-button {
    height: 30px;
    background-color: #fff;
    font-family: Lato, Semibold;
    font-size: 15px;
    border-radius: 4px;
    padding: 7px 10px 7px 7px;
}

#startTeaser.orbit .start-teaser-text .start-teaser-button,
#startTeaser.orbit .start-teaser-text-small .start-teaser-button,
#startTeaser.orbit .start-teaser-text i {
    color: #dd5649;
}

#startTeaser.orbit .start-teaser-text i,
#startTeaser.orbit .start-teaser-text-small i {
    font-size: 18px;
}

#startTeaser.orbit h1 {
    font-family: Raleway, ExtraBold;
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 1.1;
}

#startTeaser.orbit h2 {
    font-family: Lato, Medium;
    font-size: 20px;
    line-height: 1.4;
}

#startTeaser.orbit .orbit-previous,
#startTeaser.orbit .orbit-next {
    width: 40px !important;
    height: 120px !important;
    background-color: #ff6455 !important;
    font-size: 30px !important;
    padding: 0 !important;
}

#startTeaser.orbit .orbit-previous {
    border-radius: 0 5px 5px 0 !important;
}

#startTeaser.orbit .orbit-next {
    border-radius: 5px 0 0 5px !important;
}

#startTeaser.orbit .start-teaser-text-small {
    background-color: #ff6455;
    padding: 15px 3px 15px 3px;
}

#startTeaser.orbit .start-teaser-text-small h1 {
    font-size: 30px;
}

#startTeaser.orbit .start-teaser-text-small h2 {
    font-size: 15px;
}

#startTeaser.orbit .start-teaser-text-available {
    font-size: 15px;
    vertical-align: middle;
    padding-top: 15px;
}

#startTeaser.orbit .start-teaser-text-available i {
    font-size: 30px;
    padding-left: 7px;
    vertical-align: middle;
}

/* #blocks {
    padding-top: 75px;
    padding-bottom: 125px;
} */

#blocks .block-left {
    margin-right: 15px;
}

#blocks .block-center {
    margin-right: 7.5px;
    margin-left: 7.5px;
}

#blocks .block-right {
    margin-left: 15px;
}

#blocks .block-icon {
    position: absolute;
    right: calc(50% - 22px);
    top: -22px;
    max-height: 44px;
    /* max-width: 44px; */
    width: auto;
}

#blocks .block-border {
    border: 1px solid #ccc;
    padding-top: 25px;
    padding-bottom: 30px;
    position: relative;
    background-color: #fff;
}

#blocks .block-button {
    height: 30px;
    font-family: Lato, Semibold;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #dd5649;
    padding: 3px 10px 7px 7px;
    position: absolute;
    bottom: 60px;
}

#blocks .block-button-position {
    padding: 35px 0 35px 35px;
}

#blocks li:first-child {
    padding-top: 20px;
}

#blocks h3,
#blocks p,
#blocks li {
    color: #333;
}

#blocks h3 {
    font-family: Raleway, Light;
    font-size: 30px;
}

#blocks p {
    font-family: Lato, Regular;
    font-size: 15px;
}

#blocks li {
    font-family: Lato;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}

#blocks ul {
    list-style-type: none;
}

#blocks li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../img/icons/tile_checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    /*transform: translate(-80%, 10%);*/
    transform: translate(-80%, 43%);
}

#blocks .block-img {
    max-height: 160px;
}

#blocks .block-free,
#blocks .block-large-free {
    height: 77px;
    width: 77px;
    border-radius: 77px;
    background-color: #005ca9;
    position: absolute;
    right: 10px;
    top: 5px;
}

#blocks .block-large-free {
    top: -30px !important;
    right: 0 !important;
}

#blocks .block-free p,
#blocks .block-large-free p {
    font-family: Lato, Heavy;
    color: #fff;
    font-size: 14px;
    padding-top: 23px;
    line-height: 1.1;
    top: 5px;
}

#blocks .block-large-text {
    text-align: left;
    padding-left: 35px;
}

#customerOpinions {
    padding-top: 60px;
    padding-bottom: 40px;
}

#customerOpinions strong {
    font-family: Lato, Medium;
    color: #666;
    font-size: 13px;
    font-style: normal;
}

#customerOpinions p {
    font-family: Lato, Italic;
    font-style: italic;
    color: #333;
    font-size: 17px;
}

#customerOpinions .customer-opinions-heading,
#customerOpinions .customer-opinions-heading-mobile {
    position: relative;
}

#customerOpinions .customer-opinions-heading h3,
#customerOpinions .customer-opinions-heading-mobile h3 {
    border-bottom: 1px solid #ccc;
    font-family: Raleway, Bold;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

#customerOpinions .customer-opinions-heading img {
    position: absolute;
    left: 50px;
    bottom: -5px;
}

#customerOpinions .customer-opinions-heading-mobile img {
    position: absolute;
    left: 3px;
    top: 0px;
    max-width: 50px;
}

.support-links {
    padding: 15px 0;
    /* line-height: 2; */
}

.support-links a {
    font-family: Lato, Semibold;
    font-size: 15px;
    font-weight: 600;
}

.support-links i,
.support-links a {
    color: #dd5649;
}

.support-links i {
    font-size: 18px !important;
    padding: 5px 0;
}

/* fix for support */

#video-tut-owner i,
#video-tut-employee i {
    top: calc(40% - 25px) !important;
}

#video-tut-owner .slick-slider,
#video-tut-employee .slick-slider {
    height: 25% !important;
}

.module-banner-button {
    position: absolute;
    left: 20px;
    bottom: 20px;
    border: 1px solid #dd5649;
    font-size: 13px !important;
    padding: 5px 10px !important;
}

.fields {
    margin-top: -40px;
}

.fields .fields-desktop-img img {
    max-width: none !important;
    min-width: 100% !important;
}

.fields h1,
.fields .headline {
    font-family: Raleway, ExtraBold;
    font-weight: bolder;
    font-size: 40px;
    color: #333;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: left;
}

.fields h2,
.fields .subline,
.fields #pakete h2,
.instruction-facelift h2,
.instruction-facelift #pakete h2 {
    font-family: Raleway, Regular;
    font-weight: normal !important;
    font-size: 40px;
    color: #333;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: left !important;
}

.fields .fields-description {
    display: block !important;
}

.fields .fields-description p,
.fields .fields-description p span {
    font-size: 17px !important;
    font-family: Lato, Regular !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

.fields .fields-description h3,
.fields .fields-description h3 span {
    font-size: 24px !important;
    font-family: Lato, Bold !important;
    font-weight: bold !important;
    color: #333 !important;
    padding: 20px 0 8px 0 !important;
}

.fields .fields-description h4,
.fields .fields-description h4 span {
    font-size: 17px !important;
    font-family: Lato, Bold !important;
    font-weight: bold !important;
    color: #333 !important;
}

.fields #pakete hr {
    max-width: 100% !important;
}

.services-and-prices-heading {
    font-family: Raleway, Bold;
    font-weight: bold;
    font-size: 40px;
    color: #333;
    letter-spacing: 0px;
}

#paketeMinimal {
    padding: 60px 0;
}

#table-minimal-packages table,
#table-minimal-packages thead,
#table-minimal-packages th,
#table-minimal-packages td {
    background: transparent;
    border: none;
}

#table-minimal-packages th:first-child,
#table-minimal-packages th:nth-child(2),
#table-minimal-packages td:first-child,
#table-minimal-packages td:nth-child(2) {
    border-right: 1px dotted #ccc;
}

#table-minimal-packages th {
    font-family: Lato, Regular;
    font-size: 15px;
    color: #666;
    font-weight: normal !important;
}

#table-minimal-packages td {
    font-family: Lato, Bold;
    font-weight: bold;
    font-size: 17px;
    color: #333;
    vertical-align: top;
}

#table-minimal-packages td:first-child {
    line-height: 2;
}

#table-minimal-packages td a,
#table-minimal-packages td a i {
    font-size: 15px;
    color: #dd5649;
    font-weight: normal !important;
}

#table-minimal-packages td a i {
    font-size: 18px !important;
}

#table-minimal-packages th,
#table-minimal-packages td {
    border-bottom: 1px solid #ccc;
}

#table-minimal-packages .table-minimal-packages-mobile p {
    font-family: Lato, Regular;
    font-size: 15px;
    color: #666;
    font-weight: normal;
}

#table-minimal-packages .table-minimal-packages-mobile th:first-child,
#table-minimal-packages .table-minimal-packages-mobile th:nth-child(2),
#table-minimal-packages .table-minimal-packages-mobile td:first-child,
#table-minimal-packages .table-minimal-packages-mobile td:nth-child(2) {
    border-right: none !important;
}

#table-minimal-packages .table-minimal-packages-mobile td {
    line-height: 1.5;
}

/* dev2 section start */

#customerOpinions i.spi-slick-prev-override,
#customerOpinions i.spi-slick-next-override {
    top: calc(40% - 25px) !important;
}

#pakete .pakete-slide-override {
    width: 95% !important;
}

.instruction-facelift hr {
    margin: 1.25rem auto !important;
}

.instruction-facelift #pakete {
    padding: 15px 0 !important;
}

#banner {
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
}

.instruction-content {
    padding-bottom: 20px;
}

.instruction-content .heading h1 {
    font-family: Raleway, Bold;
    font-weight: bold;
    font-size: 40px;
    color: #333;
}

.instruction-content .heading p,
.instruction-content .heading strong {
    font-family: Lato, Regular;
    font-size: 17px;
    color: #333;
}

/* dev2 section end */
.package-head-text{
    max-width: 700px;
    margin: auto;
}
