@charset "UTF-8";
/* moved by compressor */
.lns-externalclick .lns-externalclick-placeholder {
    position: absolute;
    display: block;
    background-image: url('../../../_assets/53e56fcead23e987a9cbed59ebe41aa5/Images/placeholder-external-content.jpg');
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    padding: 1.5em;
    cursor: pointer;
    transition: background-color .2s;
    width: 100%;
    height: 100%;
}

.lns-externalclick .lns-externalclick-placeholder.youtube,
.lns-externalclick .lns-externalclick-placeholder.vimeo {
    background-image: url('../../../_assets/53e56fcead23e987a9cbed59ebe41aa5/Images/placeholder-youtube.jpg');
}

.lns-externalclick .lns-externalclick-placeholder.googlemaps,
.lns-externalclick .lns-externalclick-placeholder.openstreetmap {
    background-image: url('../../../_assets/53e56fcead23e987a9cbed59ebe41aa5/Images/placeholder-maps.jpg');
}

.lns-externalclick .lns-externalclick-placeholder.babygallery {
    background-image: url('../../../_assets/53e56fcead23e987a9cbed59ebe41aa5/Images/placeholder-babygallery.jpg');
}

.lns-externalclick .lns-externalclick-placeholder.lns-externalclick-haspreview {
    color: #000;
    text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff;
}

.lns-externalclick .lns-externalclick-placeholder:hover {
    background-color: #eee;
}

.lns-externalclick .lns-externalclick-title {
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
}

.lns-externalclick .lns-externalclick-placeholder.lns-externalclick-haspreview .lns-externalclick-placeholder-inner {
    background-image: url('../../../_assets/53e56fcead23e987a9cbed59ebe41aa5/Images/videobutton.png');
    background-size: 30% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.lns-externalclick .lns-externalclick-content {
    display: block;
}
.lns-externalclick .lns-externalclick-placeholder-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.85rem;
    line-height: 1.6;
    padding: 2rem;
    background-color: rgba(255,255,255,0.75);
}
.lns-externalclick .lns-externalclick-content .title {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2;
}
.lns-externalclick .lns-externalclick-content .btn {
    background-color: #585858;
    color: white;
    padding: 5px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    display: inline-block;
}
.lns-externalclick .lns-externalclick-content .btn:hover {
    background-color: #000;
}
.lns-externalclick .lns-externalclick-content .small {
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.lns-externalclick .lns-externalclick-iframe {
    display: none;
}

.lns-externalclick .lns-externalclick-wrap .lns-externalclick-iframe {
    border: 1px solid #000;
}

@media screen and (max-width: 575px) {
    .lns-externalclick .lns-externalclick-wrap .lns-externalclick-iframe {
        height: auto;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        width: 100%;
    }
}

/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc .fc-axis,.fc button,.fc-day-grid-event .fc-content,.fc-list-item-marker,.fc-list-item-time,.fc-time-grid-event .fc-time,.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-event,.fc-event:hover,.fc-state-hover,.fc.fc-bootstrap3 a,.ui-widget .fc-event,a.fc-more{text-decoration:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view .fc-day-top .fc-week-number,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-day-grid-event .fc-content,.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-now-indicator{position:absolute;border:0 solid red}.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-unselectable{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{display:inline-block;height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider{border-color:inherit}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

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

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

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

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

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

.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: scale(-1, 1);
          transform: scale(-1, 1); }

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

.fa-address-card:before {
  content: "\f2bb"; }

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

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

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

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

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

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

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

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

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

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

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a"; }

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

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

.fa-asymmetrik:before {
  content: "\f372"; }

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

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

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

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

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

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

.fa-band-aid:before {
  content: "\f462"; }

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

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

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

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

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

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

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

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

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

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

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

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

.fa-bolt:before {
  content: "\f0e7"; }

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

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

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

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

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

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

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

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

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

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

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

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

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

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

.fa-cc-apple-pay:before {
  content: "\f416"; }

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

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

.fa-chart-bar:before {
  content: "\f080"; }

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

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

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

.fa-closed-captioning:before {
  content: "\f20a"; }

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

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

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

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

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

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

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

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

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

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

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d"; }

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

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

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

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

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

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

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

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

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

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

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

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

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

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

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

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

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

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

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

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

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

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

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

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

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

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

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

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

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

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

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

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

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

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

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

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

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

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

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

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

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

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-faucet:before {
  content: "\e005"; }

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

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

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

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

.fa-figma:before {
  content: "\f799"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571"; }

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

.fa-file-medical-alt:before {
  content: "\f478"; }

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

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

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

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

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

.fa-first-aid:before {
  content: "\f479"; }

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

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

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

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

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

.fa-football-ball:before {
  content: "\f44e"; }

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

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

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

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

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

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

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

.fa-gifts:before {
  content: "\f79c"; }

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

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

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

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

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

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

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

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

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

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

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

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

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

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

.fa-hand-rock:before {
  content: "\f255"; }

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

.fa-hand-sparkles:before {
  content: "\e05d"; }

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

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

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

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

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

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

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

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

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

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

.fa-headset:before {
  content: "\f590"; }

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

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

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

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

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

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

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

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1"; }

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

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

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

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

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

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

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

.fa-infinity:before {
  content: "\f534"; }

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

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

.fa-innosoft:before {
  content: "\e080"; }

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

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

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-invision:before {
  content: "\f7b0"; }

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

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

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

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

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

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

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

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

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

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

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

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

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

.fa-laravel:before {
  content: "\f3bd"; }

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

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

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

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

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

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

.fa-life-ring:before {
  content: "\f1cd"; }

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

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

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

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

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

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

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

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

.fa-markdown:before {
  content: "\f60f"; }

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

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

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

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

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

.fa-medrt:before {
  content: "\f3c8"; }

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

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

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

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

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

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

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

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

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

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

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

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

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

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

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

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

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

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

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

.fa-octopus-deploy:before {
  content: "\e082"; }

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

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

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

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

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

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

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

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

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

.fa-parachute-box:before {
  content: "\f4cd"; }

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

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

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

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

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

.fa-penny-arcade:before {
  content: "\f704"; }

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

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

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

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

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

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

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

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

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

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

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df"; }

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

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

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

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

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

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

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

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

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

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

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

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

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

.fa-red-river:before {
  content: "\f3e3"; }

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

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

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

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

.fa-remove-format:before {
  content: "\f87d"; }

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

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

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

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

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

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

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

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

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

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

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

.fa-shipping-fast:before {
  content: "\f48b"; }

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

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

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

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

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

.fa-shopware:before {
  content: "\f5b5"; }

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

.fa-shuttle-van:before {
  content: "\f5b6"; }

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

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

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

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

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

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

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

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

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

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

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

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

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

.fa-sleigh:before {
  content: "\f7cc"; }

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

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

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-sms:before {
  content: "\f7cd"; }

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

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

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

.fa-snowboarding:before {
  content: "\f7ce"; }

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

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

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

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

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

.fa-spider:before {
  content: "\f717"; }

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

.fa-splotch:before {
  content: "\f5bc"; }

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

.fa-spray-can:before {
  content: "\f5bd"; }

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

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

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

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

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

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

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

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

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

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

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

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

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

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

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

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

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

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

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

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

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

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

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

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

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

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

.fa-thumbtack:before {
  content: "\f08d"; }

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

.fa-tiktok:before {
  content: "\e07b"; }

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

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

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

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

.fa-tired:before {
  content: "\f5c8"; }

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

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

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

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

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

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

.fa-tram:before {
  content: "\f7da"; }

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

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

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

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

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

.fa-trash-restore-alt:before {
  content: "\f82a"; }

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

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

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

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553"; }

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

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

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

.fa-tv:before {
  content: "\f26c"; }

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

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

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

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

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

.fa-uncharted:before {
  content: "\e084"; }

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

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

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

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

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

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

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

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

.fa-ups:before {
  content: "\f7e0"; }

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

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

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

.fa-user-alt-slash:before {
  content: "\f4fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

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

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

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

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

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

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

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

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

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

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

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

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

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

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

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

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

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

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

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

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

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

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

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

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

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

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

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

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

.fa-whmcs:before {
  content: "\f40d"; }

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

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

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

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

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

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

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

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

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

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

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

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

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

.fa-wpressr:before {
  content: "\f3e4"; }

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

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

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

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

.fa-y-combinator:before {
  content: "\f23b"; }

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

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

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

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

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

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

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

.fa-zhihu:before {
  content: "\f63f"; }

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

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

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  /*font-weight: 400;*/
  font-weight: normal;
  font-display: block;
  src: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-brands-400.eot');
  src: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-brands-400.eot?#iefix') format("embedded-opentype"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-brands-400.woff2') format("woff2"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-brands-400.woff') format("woff"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-brands-400.ttf') format("truetype"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-brands-400.svg#fontawesome') format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  /*font-weight: 400;*/
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-regular-400.eot');
  src: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-regular-400.eot?#iefix') format("embedded-opentype"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-regular-400.woff2') format("woff2"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-regular-400.woff') format("woff"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-regular-400.ttf') format("truetype"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-regular-400.svg#fontawesome') format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-solid-900.eot');
  src: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-solid-900.eot?#iefix') format("embedded-opentype"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-solid-900.woff2') format("woff2"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-solid-900.woff') format("woff"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-solid-900.ttf') format("truetype"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/icon-fonts/fontawesome/5.15.3/webfonts/fa-solid-900.svg#fontawesome') format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
:root {
	--color-blue-light: #EBF2F3;
	--color-blue: #388285;
	--color-blue-dark: #224E50;
	--color-orange: #E03A0D;
	--color-orange-dark: #862308;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article, aside, footer, header, nav, section {
	display: block
}

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

figcaption, figure {
	display: block
}

figure {
	margin: 1em 40px
}

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

main {
	display: block
}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active, a:hover {
	outline-width: 0
}

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

b, strong {
	font-weight: inherit;
	font-weight: bolder
}

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

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

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

button {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=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
}

input {
	overflow: visible
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

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

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

details {
	display: block
}

summary {
	display: list-item
}

menu {
	display: block
}

canvas {
	display: inline-block
}

[hidden], template {
	display: none
}

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

html {
	box-sizing: border-box;
	font-size: 20px
}

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

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Segoe UI, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	display: inline-block;
	vertical-align: middle;
	-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: pointer
}

[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.51rem;
	margin: 0 0 .8rem;
	padding: .8rem;
	border: 2px solid #cbcbcb;
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
	font-family: inherit;
	font-size: .8rem;
	font-weight: 500;
	line-height: 1.2;
	color: #666;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
	outline: none;
	border: 2px solid #cbcbcb;
	background-color: #fff;
	box-shadow: inset 0 2px 4px rgba(10, 10, 10, .1);
	transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #999
}

input::placeholder, textarea::placeholder {
	color: #999
}

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

[type=checkbox], [type=file], [type=radio] {
	margin: 0 0 .8rem
}

[type=checkbox] + label, [type=radio] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .4rem;
	margin-right: .8rem;
	margin-bottom: 0
}

[type=checkbox] + label[for], [type=radio] + label[for] {
	cursor: pointer
}

label > [type=checkbox], label > [type=radio] {
	margin-right: .4rem
}

[type=file] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 2.5rem;
	color: #333
}

label.middle {
	margin: 0 0 .8rem;
	padding: .5rem 0
}

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

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

.input-group > :first-child, .input-group > :last-child > * {
	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 #666;
	background: #999;
	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;
	height: auto;
	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 {
	height: auto;
	align-self: stretch;
	padding-top: 0;
	padding-bottom: 0;
	font-size: .8rem
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	max-width: 100%;
	margin-bottom: .4rem
}

.fieldset {
	margin: .9rem 0;
	padding: 1rem;
	border: 1px solid #666
}

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

select {
	height: 2.51rem;
	margin: 0 0 .8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #cbcbcb;
	border-radius: 0;
	background-color: #fff;
	font-family: inherit;
	font-size: .8rem;
	font-weight: 500;
	line-height: 1.2;
	color: #666;
	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%28102, 102, 102%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -.8rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding: .8rem 1.2rem .8rem .8rem;
	transition: box-shadow .5s, border-color .25s ease-in-out
}

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

select:focus {
	outline: none;
	border: 2px solid #cbcbcb;
	background-color: #fff;
	box-shadow: inset 0 2px 4px rgba(10, 10, 10, .1);
	transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
	background-color: #999;
	cursor: not-allowed
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto;
	background-image: none
}

.is-invalid-input:not(:focus) {
	border-color: #fb6a6a;
	background-color: #fff0f0
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #fb6a6a
}

.is-invalid-input:not(:focus)::-moz-placeholder {
	color: #fb6a6a
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #fb6a6a
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
	color: #fb6a6a
}

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

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

.form-error {
	display: none;
	margin-top: -.4rem;
	margin-bottom: .8rem;
	font-size: .6rem;
	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.45;
	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: Segoe UI, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #333;
	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: #666
}

.h1, h1 {
	font-size: 1.4rem
}

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

.h2, h2 {
	font-size: 1rem
}

.h3, h3 {
	font-size: .95rem
}

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

.h4, h4 {
	font-size: .9rem
}

.h5, h5 {
	font-size: .85rem
}

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

.h6, h6 {
	font-size: .8rem
}

@media print, screen and (min-width: 48em) {
	.h1, .h2, h1, h2 {
		font-size: 1.8rem
	}

	.h3, h3 {
		font-size: 1.15rem
	}

	.h4, h4 {
		font-size: 1rem
	}

	.h5, h5 {
		font-size: .9rem
	}

	.h6, h6 {
		font-size: .8rem
	}
}

@media print, screen and (min-width: 64em) {
	.h1, h1 {
		font-size: 2.3rem
	}

	.h2, h2 {
		font-size: 1.4rem
	}

	.h3, h3 {
		font-size: 1rem
	}

	.h4, h4 {
		font-size: 1.25rem
	}

	.h5, h5 {
		font-size: 1rem
	}

	.h6, h6 {
		font-size: .8rem
	}
}

a {
	line-height: inherit;
	color: var(--color-orange);
	text-decoration: none;
	cursor: pointer
}

a:focus, a:hover {
	color: #cba119
}

a img, hr {
	border: 0
}

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

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

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: .3rem;
	font-weight: 700
}

blockquote {
	margin: 0 0 1rem;
	padding: .45rem 1rem 0 .95rem;
	border-left: 1px solid #666
}

blockquote, blockquote p {
	line-height: 1.45;
	color: #333
}

cite {
	display: block;
	font-size: .65rem;
	color: #333
}

cite:before {
	content: "— "
}

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

figure {
	margin: 0
}

code {
	padding: .1rem .25rem .05rem;
	border: 1px solid #666;
	font-weight: 500
}

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

kbd {
	margin: 0;
	padding: .1rem .2rem 0
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.4;
	color: #333
}

.lead {
	font-size: 25px;
	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
}

.ce-bodytext .text-left {
	text-align: left
}
.ce-bodytext .text-right {
	text-align: right
}
.ce-bodytext .text-center {
	text-align: center
}
.ce-bodytext .text-justify {
	text-align: justify
}

@media print, screen and (min-width: 48em) {
	.medium-text-left {
		text-align: left
	}

	.medium-text-right {
		text-align: right
	}

	.medium-text-center {
		text-align: center
	}

	.medium-text-justify {
		text-align: justify
	}
}

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

	.large-text-right {
		text-align: right
	}

	.large-text-center {
		text-align: center
	}

	.large-text-justify {
		text-align: justify
	}
}

@media screen and (min-width: 75em) {
	.xlarge-text-left {
		text-align: left
	}

	.xlarge-text-right {
		text-align: right
	}

	.xlarge-text-center {
		text-align: center
	}

	.xlarge-text-justify {
		text-align: justify
	}
}

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

@media print {
	* {
		background: 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 #333;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img, tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: .5cm
	}

	h2, h3, p {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}

	.print-break-inside {
		page-break-inside: auto
	}
}

.text-hide {
	font: 0/0 a !important;
	color: transparent !important;
	text-shadow: none !important;
	background-color: transparent !important;
	border: 0 !important
}

.text-truncate {
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis
}

.text-nowrap, .text-truncate {
	white-space: nowrap !important
}

.text-wrap {
	word-wrap: break-word !important
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.text-overline {
	text-decoration: overline !important
}

.text-underline {
	text-decoration: underline !important
}

.text-line-through {
	text-decoration: line-through !important
}

.font-wide {
	letter-spacing: .2rem
}

.font-normal {
	font-weight: 500
}

.font-bold {
	font-weight: 700
}

.font-italic {
	font-style: italic !important
}

ul.list-disc {
	list-style-type: disc !important
}

ul.list-circle {
	list-style-type: circle !important
}

ul.list-square {
	list-style-type: square !important
}

ol.list-decimal {
	list-style-type: decimal !important
}

ol.list-lower-alpha {
	list-style-type: lower-alpha !important
}

ol.list-lower-latin {
	list-style-type: lower-latin !important
}

ol.list-lower-roman {
	list-style-type: lower-roman !important
}

ol.list-upper-alpha {
	list-style-type: upper-alpha !important
}

ol.list-upper-latin {
	list-style-type: upper-latin !important
}

ol.list-upper-roman {
	list-style-type: upper-roman !important
}

.rounded {
	border-radius: 5000px !important
}

.radius {
	border-radius: .15rem
}

.bordered {
	border: .05rem solid #666
}

.shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.arrow-down {
	border-color: #0a0a0a transparent transparent;
	border-style: solid inset inset;
	border-width: .4375rem .4375rem 0
}

.arrow-down, .arrow-up {
	display: block;
	width: 0;
	height: 0;
	content: ""
}

.arrow-up {
	border-color: transparent transparent #0a0a0a;
	border-style: inset inset solid;
	border-width: 0 .4375rem .4375rem
}

.arrow-right {
	border-color: transparent transparent transparent #0a0a0a;
	border-style: inset inset inset solid;
	border-width: .4375rem 0 .4375rem .4375rem
}

.arrow-left, .arrow-right {
	display: block;
	width: 0;
	height: 0;
	content: ""
}

.arrow-left {
	border-color: transparent #0a0a0a transparent transparent;
	border-style: inset solid inset inset;
	border-width: .4375rem .4375rem .4375rem 0
}

.separator-center {
	text-align: center !important
}

.separator-center:after, .separator-center:before {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1
}

.separator-center:after {
	clear: both;
	position: relative !important;
	width: 3rem;
	border-bottom: .1rem solid var(--color-orange);
	margin: 1rem auto 0
}

.separator-left {
	text-align: left !important
}

.separator-left:after, .separator-left:before {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1
}

.separator-left:after {
	clear: both;
	position: relative !important;
	width: 3rem;
	border-bottom: .1rem solid var(--color-orange);
	margin: 1rem auto 0;
	margin-left: 0 !important
}

.separator-right {
	text-align: right !important
}

.separator-right:after, .separator-right:before {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1
}

.separator-right:after {
	clear: both;
	position: relative !important;
	width: 3rem;
	border-bottom: .1rem solid var(--color-orange);
	margin: 1rem auto 0;
	margin-right: 0 !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-x-visible {
	overflow-x: visible !important
}

.overflow-y-visible {
	overflow-y: visible !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-x-hidden {
	overflow-x: hidden !important
}

.overflow-y-hidden {
	overflow-y: hidden !important
}

.overflow-scroll {
	overflow: scroll !important
}

.overflow-x-scroll {
	overflow-x: scroll !important
}

.overflow-y-scroll {
	overflow-y: scroll !important
}

.display-inline {
	display: inline !important
}

.display-inline-block {
	display: inline-block !important
}

.display-block {
	display: block !important
}

.display-table {
	display: table !important
}

.display-table-cell {
	display: table-cell !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-fixed-top {
	top: 0 !important
}

.position-fixed-bottom, .position-fixed-top {
	position: fixed !important;
	right: 0 !important;
	left: 0 !important;
	z-index: 975
}

.position-fixed-bottom {
	bottom: 0 !important
}

.border-box {
	box-sizing: border-box !important
}

.border-none {
	border: none !important
}

.width-25 {
	width: 25% !important
}

.width-50 {
	width: 50% !important
}

.width-75 {
	width: 75% !important
}

.width-100 {
	width: 100% !important
}

.height-25 {
	height: 25% !important
}

.height-50 {
	height: 50% !important
}

.height-75 {
	height: 75% !important
}

.height-100 {
	height: 100% !important
}

.max-width-100 {
	max-width: 100% !important
}

.max-height-100 {
	max-height: 100% !important
}

.margin-0 {
	margin: 0 !important
}

.padding-0 {
	padding: 0 !important
}

.margin-top-0 {
	margin-top: 0 !important
}

.padding-top-0 {
	padding-top: 0 !important
}

.margin-right-0 {
	margin-right: 0 !important
}

.padding-right-0 {
	padding-right: 0 !important
}

.margin-bottom-0 {
	margin-bottom: 0 !important
}

.padding-bottom-0 {
	padding-bottom: 0 !important
}

.margin-left-0 {
	margin-left: 0 !important
}

.padding-left-0 {
	padding-left: 0 !important
}

.margin-horizontal-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.padding-horizontal-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.margin-vertical-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.padding-vertical-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.margin-1 {
	margin: 1rem !important
}

.padding-1 {
	padding: 1rem !important
}

.margin-top-1 {
	margin-top: 1rem !important
}

.padding-top-1 {
	padding-top: 1rem !important
}

.margin-right-1 {
	margin-right: 1rem !important
}

.padding-right-1 {
	padding-right: 1rem !important
}

.margin-bottom-1 {
	margin-bottom: 1rem !important
}

.padding-bottom-1 {
	padding-bottom: 1rem !important
}

.margin-left-1 {
	margin-left: 1rem !important
}

.padding-left-1 {
	padding-left: 1rem !important
}

.margin-horizontal-1 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.padding-horizontal-1 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.margin-vertical-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.padding-vertical-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.margin-2 {
	margin: 2rem !important
}

.padding-2 {
	padding: 2rem !important
}

.margin-top-2 {
	margin-top: 2rem !important
}

.padding-top-2 {
	padding-top: 2rem !important
}

.margin-right-2 {
	margin-right: 2rem !important
}

.padding-right-2 {
	padding-right: 2rem !important
}

.margin-bottom-2 {
	margin-bottom: 2rem !important
}

.padding-bottom-2 {
	padding-bottom: 2rem !important
}

.margin-left-2 {
	margin-left: 2rem !important
}

.padding-left-2 {
	padding-left: 2rem !important
}

.margin-horizontal-2 {
	margin-right: 2rem !important;
	margin-left: 2rem !important
}

.padding-horizontal-2 {
	padding-right: 2rem !important;
	padding-left: 2rem !important
}

.margin-vertical-2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}

.padding-vertical-2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}

.margin-3 {
	margin: 3rem !important
}

.padding-3 {
	padding: 3rem !important
}

.margin-top-3 {
	margin-top: 3rem !important
}

.padding-top-3 {
	padding-top: 3rem !important
}

.margin-right-3 {
	margin-right: 3rem !important
}

.padding-right-3 {
	padding-right: 3rem !important
}

.margin-bottom-3 {
	margin-bottom: 3rem !important
}

.padding-bottom-3 {
	padding-bottom: 3rem !important
}

.margin-left-3 {
	margin-left: 3rem !important
}

.padding-left-3 {
	padding-left: 3rem !important
}

.margin-horizontal-3 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.padding-horizontal-3 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.margin-vertical-3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.padding-vertical-3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

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

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

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

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

.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin: 0 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: 48em) {
	.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
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
	.grid-x > .xlarge-auto {
		flex: 1 1 0px;
		width: auto
	}

	.grid-x > .xlarge-shrink {
		flex: 0 0 auto;
		width: auto
	}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x:not(.grid-x) > .cell {
	width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
	height: auto
}

.grid-margin-x {
	margin-left: -.5rem;
	margin-right: -.5rem
}

@media print, screen and (min-width: 48em) {
	.grid-margin-x {
		margin-left: -.75rem;
		margin-right: -.75rem
	}
}

.grid-margin-x > .cell {
	width: calc(100% - 1rem);
	margin-left: .5rem;
	margin-right: .5rem
}

@media print, screen and (min-width: 48em) {
	.grid-margin-x > .cell {
		width: calc(100% - 1.5rem);
		margin-left: .75rem;
		margin-right: .75rem
	}
}

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

.grid-margin-x > .small-1 {
	width: calc(8.33333% - 1rem)
}

.grid-margin-x > .small-2 {
	width: calc(16.66667% - 1rem)
}

.grid-margin-x > .small-3 {
	width: calc(25% - 1rem)
}

.grid-margin-x > .small-4 {
	width: calc(33.33333% - 1rem)
}

.grid-margin-x > .small-5 {
	width: calc(41.66667% - 1rem)
}

.grid-margin-x > .small-6 {
	width: calc(50% - 1rem)
}

.grid-margin-x > .small-7 {
	width: calc(58.33333% - 1rem)
}

.grid-margin-x > .small-8 {
	width: calc(66.66667% - 1rem)
}

.grid-margin-x > .small-9 {
	width: calc(75% - 1rem)
}

.grid-margin-x > .small-10 {
	width: calc(83.33333% - 1rem)
}

.grid-margin-x > .small-11 {
	width: calc(91.66667% - 1rem)
}

.grid-margin-x > .small-12 {
	width: calc(100% - 1rem)
}

@media print, screen and (min-width: 48em) {
	.grid-margin-x > .auto, .grid-margin-x > .shrink {
		width: auto
	}

	.grid-margin-x > .small-1 {
		width: calc(8.33333% - 1.5rem)
	}

	.grid-margin-x > .small-2 {
		width: calc(16.66667% - 1.5rem)
	}

	.grid-margin-x > .small-3 {
		width: calc(25% - 1.5rem)
	}

	.grid-margin-x > .small-4 {
		width: calc(33.33333% - 1.5rem)
	}

	.grid-margin-x > .small-5 {
		width: calc(41.66667% - 1.5rem)
	}

	.grid-margin-x > .small-6 {
		width: calc(50% - 1.5rem)
	}

	.grid-margin-x > .small-7 {
		width: calc(58.33333% - 1.5rem)
	}

	.grid-margin-x > .small-8 {
		width: calc(66.66667% - 1.5rem)
	}

	.grid-margin-x > .small-9 {
		width: calc(75% - 1.5rem)
	}

	.grid-margin-x > .small-10 {
		width: calc(83.33333% - 1.5rem)
	}

	.grid-margin-x > .small-11 {
		width: calc(91.66667% - 1.5rem)
	}

	.grid-margin-x > .small-12 {
		width: calc(100% - 1.5rem)
	}

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

	.grid-margin-x > .medium-1 {
		width: calc(8.33333% - 1.5rem)
	}

	.grid-margin-x > .medium-2 {
		width: calc(16.66667% - 1.5rem)
	}

	.grid-margin-x > .medium-3 {
		width: calc(25% - 1.5rem)
	}

	.grid-margin-x > .medium-4 {
		width: calc(33.33333% - 1.5rem)
	}

	.grid-margin-x > .medium-5 {
		width: calc(41.66667% - 1.5rem)
	}

	.grid-margin-x > .medium-6 {
		width: calc(50% - 1.5rem)
	}

	.grid-margin-x > .medium-7 {
		width: calc(58.33333% - 1.5rem)
	}

	.grid-margin-x > .medium-8 {
		width: calc(66.66667% - 1.5rem)
	}

	.grid-margin-x > .medium-9 {
		width: calc(75% - 1.5rem)
	}

	.grid-margin-x > .medium-10 {
		width: calc(83.33333% - 1.5rem)
	}

	.grid-margin-x > .medium-11 {
		width: calc(91.66667% - 1.5rem)
	}

	.grid-margin-x > .medium-12 {
		width: calc(100% - 1.5rem)
	}
}

@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.5rem)
	}

	.grid-margin-x > .large-2 {
		width: calc(16.66667% - 1.5rem)
	}

	.grid-margin-x > .large-3 {
		width: calc(25% - 1.5rem)
	}

	.grid-margin-x > .large-4 {
		width: calc(33.33333% - 1.5rem)
	}

	.grid-margin-x > .large-5 {
		width: calc(41.66667% - 1.5rem)
	}

	.grid-margin-x > .large-6 {
		width: calc(50% - 1.5rem)
	}

	.grid-margin-x > .large-7 {
		width: calc(58.33333% - 1.5rem)
	}

	.grid-margin-x > .large-8 {
		width: calc(66.66667% - 1.5rem)
	}

	.grid-margin-x > .large-9 {
		width: calc(75% - 1.5rem)
	}

	.grid-margin-x > .large-10 {
		width: calc(83.33333% - 1.5rem)
	}

	.grid-margin-x > .large-11 {
		width: calc(91.66667% - 1.5rem)
	}

	.grid-margin-x > .large-12 {
		width: calc(100% - 1.5rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-margin-x > .xlarge-auto, .grid-margin-x > .xlarge-shrink {
		width: auto
	}

	.grid-margin-x > .xlarge-1 {
		width: calc(8.33333% - 1.5rem)
	}

	.grid-margin-x > .xlarge-2 {
		width: calc(16.66667% - 1.5rem)
	}

	.grid-margin-x > .xlarge-3 {
		width: calc(25% - 1.5rem)
	}

	.grid-margin-x > .xlarge-4 {
		width: calc(33.33333% - 1.5rem)
	}

	.grid-margin-x > .xlarge-5 {
		width: calc(41.66667% - 1.5rem)
	}

	.grid-margin-x > .xlarge-6 {
		width: calc(50% - 1.5rem)
	}

	.grid-margin-x > .xlarge-7 {
		width: calc(58.33333% - 1.5rem)
	}

	.grid-margin-x > .xlarge-8 {
		width: calc(66.66667% - 1.5rem)
	}

	.grid-margin-x > .xlarge-9 {
		width: calc(75% - 1.5rem)
	}

	.grid-margin-x > .xlarge-10 {
		width: calc(83.33333% - 1.5rem)
	}

	.grid-margin-x > .xlarge-11 {
		width: calc(91.66667% - 1.5rem)
	}

	.grid-margin-x > .xlarge-12 {
		width: calc(100% - 1.5rem)
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -.5rem;
	margin-left: -.5rem
}

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

.grid-container:not(.full) > .grid-padding-x {
	margin-right: -.5rem;
	margin-left: -.5rem
}

@media print, screen and (min-width: 48em) {
	.grid-container:not(.full) > .grid-padding-x {
		margin-right: -.75rem;
		margin-left: -.75rem
	}
}

.grid-padding-x > .cell {
	padding-right: .5rem;
	padding-left: .5rem
}

@media print, screen and (min-width: 48em) {
	.grid-padding-x > .cell {
		padding-right: .75rem;
		padding-left: .75rem
	}
}

.small-up-1 > .cell {
	width: 100%
}

.small-up-2 > .cell {
	width: 50%
}

.small-up-3 > .cell {
	width: 33.33333%
}

.small-up-4 > .cell {
	width: 25%
}

.small-up-5 > .cell {
	width: 20%
}

.small-up-6 > .cell {
	width: 16.66667%
}

.small-up-7 > .cell {
	width: 14.28571%
}

.small-up-8 > .cell {
	width: 12.5%
}

@media print, screen and (min-width: 48em) {
	.medium-up-1 > .cell {
		width: 100%
	}

	.medium-up-2 > .cell {
		width: 50%
	}

	.medium-up-3 > .cell {
		width: 33.33333%
	}

	.medium-up-4 > .cell {
		width: 25%
	}

	.medium-up-5 > .cell {
		width: 20%
	}

	.medium-up-6 > .cell {
		width: 16.66667%
	}

	.medium-up-7 > .cell {
		width: 14.28571%
	}

	.medium-up-8 > .cell {
		width: 12.5%
	}
}

@media print, screen and (min-width: 64em) {
	.large-up-1 > .cell {
		width: 100%
	}

	.large-up-2 > .cell {
		width: 50%
	}

	.large-up-3 > .cell {
		width: 33.33333%
	}

	.large-up-4 > .cell {
		width: 25%
	}

	.large-up-5 > .cell {
		width: 20%
	}

	.large-up-6 > .cell {
		width: 16.66667%
	}

	.large-up-7 > .cell {
		width: 14.28571%
	}

	.large-up-8 > .cell {
		width: 12.5%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-up-1 > .cell {
		width: 100%
	}

	.xlarge-up-2 > .cell {
		width: 50%
	}

	.xlarge-up-3 > .cell {
		width: 33.33333%
	}

	.xlarge-up-4 > .cell {
		width: 25%
	}

	.xlarge-up-5 > .cell {
		width: 20%
	}

	.xlarge-up-6 > .cell {
		width: 16.66667%
	}

	.xlarge-up-7 > .cell {
		width: 14.28571%
	}

	.xlarge-up-8 > .cell {
		width: 12.5%
	}
}

.grid-margin-x.small-up-1 > .cell {
	width: calc(100% - 1rem)
}

.grid-margin-x.small-up-2 > .cell {
	width: calc(50% - 1rem)
}

.grid-margin-x.small-up-3 > .cell {
	width: calc(33.33333% - 1rem)
}

.grid-margin-x.small-up-4 > .cell {
	width: calc(25% - 1rem)
}

.grid-margin-x.small-up-5 > .cell {
	width: calc(20% - 1rem)
}

.grid-margin-x.small-up-6 > .cell {
	width: calc(16.66667% - 1rem)
}

.grid-margin-x.small-up-7 > .cell {
	width: calc(14.28571% - 1rem)
}

.grid-margin-x.small-up-8 > .cell {
	width: calc(12.5% - 1rem)
}

@media print, screen and (min-width: 48em) {
	.grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 1rem)
	}

	.grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 1rem)
	}

	.grid-margin-x.small-up-3 > .cell {
		width: calc(33.33333% - 1rem)
	}

	.grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 1rem)
	}

	.grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 1rem)
	}

	.grid-margin-x.small-up-6 > .cell {
		width: calc(16.66667% - 1rem)
	}

	.grid-margin-x.small-up-7 > .cell {
		width: calc(14.28571% - 1rem)
	}

	.grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 1rem)
	}

	.grid-margin-x.medium-up-1 > .cell {
		width: calc(100% - 1.5rem)
	}

	.grid-margin-x.medium-up-2 > .cell {
		width: calc(50% - 1.5rem)
	}

	.grid-margin-x.medium-up-3 > .cell {
		width: calc(33.33333% - 1.5rem)
	}

	.grid-margin-x.medium-up-4 > .cell {
		width: calc(25% - 1.5rem)
	}

	.grid-margin-x.medium-up-5 > .cell {
		width: calc(20% - 1.5rem)
	}

	.grid-margin-x.medium-up-6 > .cell {
		width: calc(16.66667% - 1.5rem)
	}

	.grid-margin-x.medium-up-7 > .cell {
		width: calc(14.28571% - 1.5rem)
	}

	.grid-margin-x.medium-up-8 > .cell {
		width: calc(12.5% - 1.5rem)
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-x.large-up-1 > .cell {
		width: calc(100% - 1.5rem)
	}

	.grid-margin-x.large-up-2 > .cell {
		width: calc(50% - 1.5rem)
	}

	.grid-margin-x.large-up-3 > .cell {
		width: calc(33.33333% - 1.5rem)
	}

	.grid-margin-x.large-up-4 > .cell {
		width: calc(25% - 1.5rem)
	}

	.grid-margin-x.large-up-5 > .cell {
		width: calc(20% - 1.5rem)
	}

	.grid-margin-x.large-up-6 > .cell {
		width: calc(16.66667% - 1.5rem)
	}

	.grid-margin-x.large-up-7 > .cell {
		width: calc(14.28571% - 1.5rem)
	}

	.grid-margin-x.large-up-8 > .cell {
		width: calc(12.5% - 1.5rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-margin-x.xlarge-up-1 > .cell {
		width: calc(100% - 1.5rem)
	}

	.grid-margin-x.xlarge-up-2 > .cell {
		width: calc(50% - 1.5rem)
	}

	.grid-margin-x.xlarge-up-3 > .cell {
		width: calc(33.33333% - 1.5rem)
	}

	.grid-margin-x.xlarge-up-4 > .cell {
		width: calc(25% - 1.5rem)
	}

	.grid-margin-x.xlarge-up-5 > .cell {
		width: calc(20% - 1.5rem)
	}

	.grid-margin-x.xlarge-up-6 > .cell {
		width: calc(16.66667% - 1.5rem)
	}

	.grid-margin-x.xlarge-up-7 > .cell {
		width: calc(14.28571% - 1.5rem)
	}

	.grid-margin-x.xlarge-up-8 > .cell {
		width: calc(12.5% - 1.5rem)
	}
}

.small-margin-collapse, .small-margin-collapse > .cell {
	margin-right: 0;
	margin-left: 0
}

.small-margin-collapse > .small-1 {
	width: 8.33333%
}

.small-margin-collapse > .small-2 {
	width: 16.66667%
}

.small-margin-collapse > .small-3 {
	width: 25%
}

.small-margin-collapse > .small-4 {
	width: 33.33333%
}

.small-margin-collapse > .small-5 {
	width: 41.66667%
}

.small-margin-collapse > .small-6 {
	width: 50%
}

.small-margin-collapse > .small-7 {
	width: 58.33333%
}

.small-margin-collapse > .small-8 {
	width: 66.66667%
}

.small-margin-collapse > .small-9 {
	width: 75%
}

.small-margin-collapse > .small-10 {
	width: 83.33333%
}

.small-margin-collapse > .small-11 {
	width: 91.66667%
}

.small-margin-collapse > .small-12 {
	width: 100%
}

@media print, screen and (min-width: 48em) {
	.small-margin-collapse > .medium-1 {
		width: 8.33333%
	}

	.small-margin-collapse > .medium-2 {
		width: 16.66667%
	}

	.small-margin-collapse > .medium-3 {
		width: 25%
	}

	.small-margin-collapse > .medium-4 {
		width: 33.33333%
	}

	.small-margin-collapse > .medium-5 {
		width: 41.66667%
	}

	.small-margin-collapse > .medium-6 {
		width: 50%
	}

	.small-margin-collapse > .medium-7 {
		width: 58.33333%
	}

	.small-margin-collapse > .medium-8 {
		width: 66.66667%
	}

	.small-margin-collapse > .medium-9 {
		width: 75%
	}

	.small-margin-collapse > .medium-10 {
		width: 83.33333%
	}

	.small-margin-collapse > .medium-11 {
		width: 91.66667%
	}

	.small-margin-collapse > .medium-12 {
		width: 100%
	}
}

@media print, screen and (min-width: 64em) {
	.small-margin-collapse > .large-1 {
		width: 8.33333%
	}

	.small-margin-collapse > .large-2 {
		width: 16.66667%
	}

	.small-margin-collapse > .large-3 {
		width: 25%
	}

	.small-margin-collapse > .large-4 {
		width: 33.33333%
	}

	.small-margin-collapse > .large-5 {
		width: 41.66667%
	}

	.small-margin-collapse > .large-6 {
		width: 50%
	}

	.small-margin-collapse > .large-7 {
		width: 58.33333%
	}

	.small-margin-collapse > .large-8 {
		width: 66.66667%
	}

	.small-margin-collapse > .large-9 {
		width: 75%
	}

	.small-margin-collapse > .large-10 {
		width: 83.33333%
	}

	.small-margin-collapse > .large-11 {
		width: 91.66667%
	}

	.small-margin-collapse > .large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.small-margin-collapse > .xlarge-1 {
		width: 8.33333%
	}

	.small-margin-collapse > .xlarge-2 {
		width: 16.66667%
	}

	.small-margin-collapse > .xlarge-3 {
		width: 25%
	}

	.small-margin-collapse > .xlarge-4 {
		width: 33.33333%
	}

	.small-margin-collapse > .xlarge-5 {
		width: 41.66667%
	}

	.small-margin-collapse > .xlarge-6 {
		width: 50%
	}

	.small-margin-collapse > .xlarge-7 {
		width: 58.33333%
	}

	.small-margin-collapse > .xlarge-8 {
		width: 66.66667%
	}

	.small-margin-collapse > .xlarge-9 {
		width: 75%
	}

	.small-margin-collapse > .xlarge-10 {
		width: 83.33333%
	}

	.small-margin-collapse > .xlarge-11 {
		width: 91.66667%
	}

	.small-margin-collapse > .xlarge-12 {
		width: 100%
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0
}

.small-padding-collapse > .cell {
	padding-right: 0;
	padding-left: 0
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse, .medium-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0
	}
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse > .small-1 {
		width: 8.33333%
	}

	.medium-margin-collapse > .small-2 {
		width: 16.66667%
	}

	.medium-margin-collapse > .small-3 {
		width: 25%
	}

	.medium-margin-collapse > .small-4 {
		width: 33.33333%
	}

	.medium-margin-collapse > .small-5 {
		width: 41.66667%
	}

	.medium-margin-collapse > .small-6 {
		width: 50%
	}

	.medium-margin-collapse > .small-7 {
		width: 58.33333%
	}

	.medium-margin-collapse > .small-8 {
		width: 66.66667%
	}

	.medium-margin-collapse > .small-9 {
		width: 75%
	}

	.medium-margin-collapse > .small-10 {
		width: 83.33333%
	}

	.medium-margin-collapse > .small-11 {
		width: 91.66667%
	}

	.medium-margin-collapse > .small-12 {
		width: 100%
	}
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse > .medium-1 {
		width: 8.33333%
	}

	.medium-margin-collapse > .medium-2 {
		width: 16.66667%
	}

	.medium-margin-collapse > .medium-3 {
		width: 25%
	}

	.medium-margin-collapse > .medium-4 {
		width: 33.33333%
	}

	.medium-margin-collapse > .medium-5 {
		width: 41.66667%
	}

	.medium-margin-collapse > .medium-6 {
		width: 50%
	}

	.medium-margin-collapse > .medium-7 {
		width: 58.33333%
	}

	.medium-margin-collapse > .medium-8 {
		width: 66.66667%
	}

	.medium-margin-collapse > .medium-9 {
		width: 75%
	}

	.medium-margin-collapse > .medium-10 {
		width: 83.33333%
	}

	.medium-margin-collapse > .medium-11 {
		width: 91.66667%
	}

	.medium-margin-collapse > .medium-12 {
		width: 100%
	}
}

@media print, screen and (min-width: 64em) {
	.medium-margin-collapse > .large-1 {
		width: 8.33333%
	}

	.medium-margin-collapse > .large-2 {
		width: 16.66667%
	}

	.medium-margin-collapse > .large-3 {
		width: 25%
	}

	.medium-margin-collapse > .large-4 {
		width: 33.33333%
	}

	.medium-margin-collapse > .large-5 {
		width: 41.66667%
	}

	.medium-margin-collapse > .large-6 {
		width: 50%
	}

	.medium-margin-collapse > .large-7 {
		width: 58.33333%
	}

	.medium-margin-collapse > .large-8 {
		width: 66.66667%
	}

	.medium-margin-collapse > .large-9 {
		width: 75%
	}

	.medium-margin-collapse > .large-10 {
		width: 83.33333%
	}

	.medium-margin-collapse > .large-11 {
		width: 91.66667%
	}

	.medium-margin-collapse > .large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.medium-margin-collapse > .xlarge-1 {
		width: 8.33333%
	}

	.medium-margin-collapse > .xlarge-2 {
		width: 16.66667%
	}

	.medium-margin-collapse > .xlarge-3 {
		width: 25%
	}

	.medium-margin-collapse > .xlarge-4 {
		width: 33.33333%
	}

	.medium-margin-collapse > .xlarge-5 {
		width: 41.66667%
	}

	.medium-margin-collapse > .xlarge-6 {
		width: 50%
	}

	.medium-margin-collapse > .xlarge-7 {
		width: 58.33333%
	}

	.medium-margin-collapse > .xlarge-8 {
		width: 66.66667%
	}

	.medium-margin-collapse > .xlarge-9 {
		width: 75%
	}

	.medium-margin-collapse > .xlarge-10 {
		width: 83.33333%
	}

	.medium-margin-collapse > .xlarge-11 {
		width: 91.66667%
	}

	.medium-margin-collapse > .xlarge-12 {
		width: 100%
	}
}

@media print, screen and (min-width: 48em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}

	.medium-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0
	}
}

@media print, screen and (min-width: 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.33333%
	}

	.large-margin-collapse > .small-2 {
		width: 16.66667%
	}

	.large-margin-collapse > .small-3 {
		width: 25%
	}

	.large-margin-collapse > .small-4 {
		width: 33.33333%
	}

	.large-margin-collapse > .small-5 {
		width: 41.66667%
	}

	.large-margin-collapse > .small-6 {
		width: 50%
	}

	.large-margin-collapse > .small-7 {
		width: 58.33333%
	}

	.large-margin-collapse > .small-8 {
		width: 66.66667%
	}

	.large-margin-collapse > .small-9 {
		width: 75%
	}

	.large-margin-collapse > .small-10 {
		width: 83.33333%
	}

	.large-margin-collapse > .small-11 {
		width: 91.66667%
	}

	.large-margin-collapse > .small-12 {
		width: 100%
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .medium-1 {
		width: 8.33333%
	}

	.large-margin-collapse > .medium-2 {
		width: 16.66667%
	}

	.large-margin-collapse > .medium-3 {
		width: 25%
	}

	.large-margin-collapse > .medium-4 {
		width: 33.33333%
	}

	.large-margin-collapse > .medium-5 {
		width: 41.66667%
	}

	.large-margin-collapse > .medium-6 {
		width: 50%
	}

	.large-margin-collapse > .medium-7 {
		width: 58.33333%
	}

	.large-margin-collapse > .medium-8 {
		width: 66.66667%
	}

	.large-margin-collapse > .medium-9 {
		width: 75%
	}

	.large-margin-collapse > .medium-10 {
		width: 83.33333%
	}

	.large-margin-collapse > .medium-11 {
		width: 91.66667%
	}

	.large-margin-collapse > .medium-12 {
		width: 100%
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .large-1 {
		width: 8.33333%
	}

	.large-margin-collapse > .large-2 {
		width: 16.66667%
	}

	.large-margin-collapse > .large-3 {
		width: 25%
	}

	.large-margin-collapse > .large-4 {
		width: 33.33333%
	}

	.large-margin-collapse > .large-5 {
		width: 41.66667%
	}

	.large-margin-collapse > .large-6 {
		width: 50%
	}

	.large-margin-collapse > .large-7 {
		width: 58.33333%
	}

	.large-margin-collapse > .large-8 {
		width: 66.66667%
	}

	.large-margin-collapse > .large-9 {
		width: 75%
	}

	.large-margin-collapse > .large-10 {
		width: 83.33333%
	}

	.large-margin-collapse > .large-11 {
		width: 91.66667%
	}

	.large-margin-collapse > .large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.large-margin-collapse > .xlarge-1 {
		width: 8.33333%
	}

	.large-margin-collapse > .xlarge-2 {
		width: 16.66667%
	}

	.large-margin-collapse > .xlarge-3 {
		width: 25%
	}

	.large-margin-collapse > .xlarge-4 {
		width: 33.33333%
	}

	.large-margin-collapse > .xlarge-5 {
		width: 41.66667%
	}

	.large-margin-collapse > .xlarge-6 {
		width: 50%
	}

	.large-margin-collapse > .xlarge-7 {
		width: 58.33333%
	}

	.large-margin-collapse > .xlarge-8 {
		width: 66.66667%
	}

	.large-margin-collapse > .xlarge-9 {
		width: 75%
	}

	.large-margin-collapse > .xlarge-10 {
		width: 83.33333%
	}

	.large-margin-collapse > .xlarge-11 {
		width: 91.66667%
	}

	.large-margin-collapse > .xlarge-12 {
		width: 100%
	}
}

@media print, screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}

	.large-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse, .xlarge-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse > .small-1 {
		width: 8.33333%
	}

	.xlarge-margin-collapse > .small-2 {
		width: 16.66667%
	}

	.xlarge-margin-collapse > .small-3 {
		width: 25%
	}

	.xlarge-margin-collapse > .small-4 {
		width: 33.33333%
	}

	.xlarge-margin-collapse > .small-5 {
		width: 41.66667%
	}

	.xlarge-margin-collapse > .small-6 {
		width: 50%
	}

	.xlarge-margin-collapse > .small-7 {
		width: 58.33333%
	}

	.xlarge-margin-collapse > .small-8 {
		width: 66.66667%
	}

	.xlarge-margin-collapse > .small-9 {
		width: 75%
	}

	.xlarge-margin-collapse > .small-10 {
		width: 83.33333%
	}

	.xlarge-margin-collapse > .small-11 {
		width: 91.66667%
	}

	.xlarge-margin-collapse > .small-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse > .medium-1 {
		width: 8.33333%
	}

	.xlarge-margin-collapse > .medium-2 {
		width: 16.66667%
	}

	.xlarge-margin-collapse > .medium-3 {
		width: 25%
	}

	.xlarge-margin-collapse > .medium-4 {
		width: 33.33333%
	}

	.xlarge-margin-collapse > .medium-5 {
		width: 41.66667%
	}

	.xlarge-margin-collapse > .medium-6 {
		width: 50%
	}

	.xlarge-margin-collapse > .medium-7 {
		width: 58.33333%
	}

	.xlarge-margin-collapse > .medium-8 {
		width: 66.66667%
	}

	.xlarge-margin-collapse > .medium-9 {
		width: 75%
	}

	.xlarge-margin-collapse > .medium-10 {
		width: 83.33333%
	}

	.xlarge-margin-collapse > .medium-11 {
		width: 91.66667%
	}

	.xlarge-margin-collapse > .medium-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse > .large-1 {
		width: 8.33333%
	}

	.xlarge-margin-collapse > .large-2 {
		width: 16.66667%
	}

	.xlarge-margin-collapse > .large-3 {
		width: 25%
	}

	.xlarge-margin-collapse > .large-4 {
		width: 33.33333%
	}

	.xlarge-margin-collapse > .large-5 {
		width: 41.66667%
	}

	.xlarge-margin-collapse > .large-6 {
		width: 50%
	}

	.xlarge-margin-collapse > .large-7 {
		width: 58.33333%
	}

	.xlarge-margin-collapse > .large-8 {
		width: 66.66667%
	}

	.xlarge-margin-collapse > .large-9 {
		width: 75%
	}

	.xlarge-margin-collapse > .large-10 {
		width: 83.33333%
	}

	.xlarge-margin-collapse > .large-11 {
		width: 91.66667%
	}

	.xlarge-margin-collapse > .large-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-margin-collapse > .xlarge-1 {
		width: 8.33333%
	}

	.xlarge-margin-collapse > .xlarge-2 {
		width: 16.66667%
	}

	.xlarge-margin-collapse > .xlarge-3 {
		width: 25%
	}

	.xlarge-margin-collapse > .xlarge-4 {
		width: 33.33333%
	}

	.xlarge-margin-collapse > .xlarge-5 {
		width: 41.66667%
	}

	.xlarge-margin-collapse > .xlarge-6 {
		width: 50%
	}

	.xlarge-margin-collapse > .xlarge-7 {
		width: 58.33333%
	}

	.xlarge-margin-collapse > .xlarge-8 {
		width: 66.66667%
	}

	.xlarge-margin-collapse > .xlarge-9 {
		width: 75%
	}

	.xlarge-margin-collapse > .xlarge-10 {
		width: 83.33333%
	}

	.xlarge-margin-collapse > .xlarge-11 {
		width: 91.66667%
	}

	.xlarge-margin-collapse > .xlarge-12 {
		width: 100%
	}
}

@media screen and (min-width: 75em) {
	.xlarge-padding-collapse {
		margin-right: 0;
		margin-left: 0
	}

	.xlarge-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0
	}
}

.grid-margin-x > .small-offset-0 {
	margin-left: .5rem
}

.grid-margin-x > .small-offset-1 {
	margin-left: calc(8.33333% + .5rem)
}

.grid-margin-x > .small-offset-2 {
	margin-left: calc(16.66667% + .5rem)
}

.grid-margin-x > .small-offset-3 {
	margin-left: calc(25% + .5rem)
}

.grid-margin-x > .small-offset-4 {
	margin-left: calc(33.33333% + .5rem)
}

.grid-margin-x > .small-offset-5 {
	margin-left: calc(41.66667% + .5rem)
}

.grid-margin-x > .small-offset-6 {
	margin-left: calc(50% + .5rem)
}

.grid-margin-x > .small-offset-7 {
	margin-left: calc(58.33333% + .5rem)
}

.grid-margin-x > .small-offset-8 {
	margin-left: calc(66.66667% + .5rem)
}

.grid-margin-x > .small-offset-9 {
	margin-left: calc(75% + .5rem)
}

.grid-margin-x > .small-offset-10 {
	margin-left: calc(83.33333% + .5rem)
}

.grid-margin-x > .small-offset-11 {
	margin-left: calc(91.66667% + .5rem)
}

@media print, screen and (min-width: 48em) {
	.medium-offset-0 {
		margin-left: 0
	}

	.grid-margin-x > .medium-offset-0 {
		margin-left: .75rem
	}

	.medium-offset-1 {
		margin-left: 8.33333%
	}

	.grid-margin-x > .medium-offset-1 {
		margin-left: calc(8.33333% + .75rem)
	}

	.medium-offset-2 {
		margin-left: 16.66667%
	}

	.grid-margin-x > .medium-offset-2 {
		margin-left: calc(16.66667% + .75rem)
	}

	.medium-offset-3 {
		margin-left: 25%
	}

	.grid-margin-x > .medium-offset-3 {
		margin-left: calc(25% + .75rem)
	}

	.medium-offset-4 {
		margin-left: 33.33333%
	}

	.grid-margin-x > .medium-offset-4 {
		margin-left: calc(33.33333% + .75rem)
	}

	.medium-offset-5 {
		margin-left: 41.66667%
	}

	.grid-margin-x > .medium-offset-5 {
		margin-left: calc(41.66667% + .75rem)
	}

	.medium-offset-6 {
		margin-left: 50%
	}

	.grid-margin-x > .medium-offset-6 {
		margin-left: calc(50% + .75rem)
	}

	.medium-offset-7 {
		margin-left: 58.33333%
	}

	.grid-margin-x > .medium-offset-7 {
		margin-left: calc(58.33333% + .75rem)
	}

	.medium-offset-8 {
		margin-left: 66.66667%
	}

	.grid-margin-x > .medium-offset-8 {
		margin-left: calc(66.66667% + .75rem)
	}

	.medium-offset-9 {
		margin-left: 75%
	}

	.grid-margin-x > .medium-offset-9 {
		margin-left: calc(75% + .75rem)
	}

	.medium-offset-10 {
		margin-left: 83.33333%
	}

	.grid-margin-x > .medium-offset-10 {
		margin-left: calc(83.33333% + .75rem)
	}

	.medium-offset-11 {
		margin-left: 91.66667%
	}

	.grid-margin-x > .medium-offset-11 {
		margin-left: calc(91.66667% + .75rem)
	}
}

@media print, screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0
	}

	.grid-margin-x > .large-offset-0 {
		margin-left: .75rem
	}

	.large-offset-1 {
		margin-left: 8.33333%
	}

	.grid-margin-x > .large-offset-1 {
		margin-left: calc(8.33333% + .75rem)
	}

	.large-offset-2 {
		margin-left: 16.66667%
	}

	.grid-margin-x > .large-offset-2 {
		margin-left: calc(16.66667% + .75rem)
	}

	.large-offset-3 {
		margin-left: 25%
	}

	.grid-margin-x > .large-offset-3 {
		margin-left: calc(25% + .75rem)
	}

	.large-offset-4 {
		margin-left: 33.33333%
	}

	.grid-margin-x > .large-offset-4 {
		margin-left: calc(33.33333% + .75rem)
	}

	.large-offset-5 {
		margin-left: 41.66667%
	}

	.grid-margin-x > .large-offset-5 {
		margin-left: calc(41.66667% + .75rem)
	}

	.large-offset-6 {
		margin-left: 50%
	}

	.grid-margin-x > .large-offset-6 {
		margin-left: calc(50% + .75rem)
	}

	.large-offset-7 {
		margin-left: 58.33333%
	}

	.grid-margin-x > .large-offset-7 {
		margin-left: calc(58.33333% + .75rem)
	}

	.large-offset-8 {
		margin-left: 66.66667%
	}

	.grid-margin-x > .large-offset-8 {
		margin-left: calc(66.66667% + .75rem)
	}

	.large-offset-9 {
		margin-left: 75%
	}

	.grid-margin-x > .large-offset-9 {
		margin-left: calc(75% + .75rem)
	}

	.large-offset-10 {
		margin-left: 83.33333%
	}

	.grid-margin-x > .large-offset-10 {
		margin-left: calc(83.33333% + .75rem)
	}

	.large-offset-11 {
		margin-left: 91.66667%
	}

	.grid-margin-x > .large-offset-11 {
		margin-left: calc(91.66667% + .75rem)
	}
}

@media screen and (min-width: 75em) {
	.xlarge-offset-0 {
		margin-left: 0
	}

	.grid-margin-x > .xlarge-offset-0 {
		margin-left: .75rem
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%
	}

	.grid-margin-x > .xlarge-offset-1 {
		margin-left: calc(8.33333% + .75rem)
	}

	.xlarge-offset-2 {
		margin-left: 16.66667%
	}

	.grid-margin-x > .xlarge-offset-2 {
		margin-left: calc(16.66667% + .75rem)
	}

	.xlarge-offset-3 {
		margin-left: 25%
	}

	.grid-margin-x > .xlarge-offset-3 {
		margin-left: calc(25% + .75rem)
	}

	.xlarge-offset-4 {
		margin-left: 33.33333%
	}

	.grid-margin-x > .xlarge-offset-4 {
		margin-left: calc(33.33333% + .75rem)
	}

	.xlarge-offset-5 {
		margin-left: 41.66667%
	}

	.grid-margin-x > .xlarge-offset-5 {
		margin-left: calc(41.66667% + .75rem)
	}

	.xlarge-offset-6 {
		margin-left: 50%
	}

	.grid-margin-x > .xlarge-offset-6 {
		margin-left: calc(50% + .75rem)
	}

	.xlarge-offset-7 {
		margin-left: 58.33333%
	}

	.grid-margin-x > .xlarge-offset-7 {
		margin-left: calc(58.33333% + .75rem)
	}

	.xlarge-offset-8 {
		margin-left: 66.66667%
	}

	.grid-margin-x > .xlarge-offset-8 {
		margin-left: calc(66.66667% + .75rem)
	}

	.xlarge-offset-9 {
		margin-left: 75%
	}

	.grid-margin-x > .xlarge-offset-9 {
		margin-left: calc(75% + .75rem)
	}

	.xlarge-offset-10 {
		margin-left: 83.33333%
	}

	.grid-margin-x > .xlarge-offset-10 {
		margin-left: calc(83.33333% + .75rem)
	}

	.xlarge-offset-11 {
		margin-left: 91.66667%
	}

	.grid-margin-x > .xlarge-offset-11 {
		margin-left: calc(91.66667% + .75rem)
	}
}

.grid-y {
	display: flex;
	flex-flow: column nowrap
}

.grid-y > .cell {
	width: auto
}

.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: 48em) {
	.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
	}
}

@media screen and (min-width: 75em) {
	.grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-full, .grid-y > .xlarge-shrink {
		flex-basis: auto
	}
}

.grid-y > .small-1 {
	height: 8.33333%
}

.grid-y > .small-2 {
	height: 16.66667%
}

.grid-y > .small-3 {
	height: 25%
}

.grid-y > .small-4 {
	height: 33.33333%
}

.grid-y > .small-5 {
	height: 41.66667%
}

.grid-y > .small-6 {
	height: 50%
}

.grid-y > .small-7 {
	height: 58.33333%
}

.grid-y > .small-8 {
	height: 66.66667%
}

.grid-y > .small-9 {
	height: 75%
}

.grid-y > .small-10 {
	height: 83.33333%
}

.grid-y > .small-11 {
	height: 91.66667%
}

.grid-y > .small-12 {
	height: 100%
}

@media print, screen and (min-width: 48em) {
	.grid-y > .medium-auto {
		flex: 1 1 0px;
		height: auto
	}

	.grid-y > .medium-shrink {
		height: auto
	}

	.grid-y > .medium-1 {
		height: 8.33333%
	}

	.grid-y > .medium-2 {
		height: 16.66667%
	}

	.grid-y > .medium-3 {
		height: 25%
	}

	.grid-y > .medium-4 {
		height: 33.33333%
	}

	.grid-y > .medium-5 {
		height: 41.66667%
	}

	.grid-y > .medium-6 {
		height: 50%
	}

	.grid-y > .medium-7 {
		height: 58.33333%
	}

	.grid-y > .medium-8 {
		height: 66.66667%
	}

	.grid-y > .medium-9 {
		height: 75%
	}

	.grid-y > .medium-10 {
		height: 83.33333%
	}

	.grid-y > .medium-11 {
		height: 91.66667%
	}

	.grid-y > .medium-12 {
		height: 100%
	}
}

@media print, screen and (min-width: 64em) {
	.grid-y > .large-auto {
		flex: 1 1 0px;
		height: auto
	}

	.grid-y > .large-shrink {
		height: auto
	}

	.grid-y > .large-1 {
		height: 8.33333%
	}

	.grid-y > .large-2 {
		height: 16.66667%
	}

	.grid-y > .large-3 {
		height: 25%
	}

	.grid-y > .large-4 {
		height: 33.33333%
	}

	.grid-y > .large-5 {
		height: 41.66667%
	}

	.grid-y > .large-6 {
		height: 50%
	}

	.grid-y > .large-7 {
		height: 58.33333%
	}

	.grid-y > .large-8 {
		height: 66.66667%
	}

	.grid-y > .large-9 {
		height: 75%
	}

	.grid-y > .large-10 {
		height: 83.33333%
	}

	.grid-y > .large-11 {
		height: 91.66667%
	}

	.grid-y > .large-12 {
		height: 100%
	}
}

@media screen and (min-width: 75em) {
	.grid-y > .xlarge-auto {
		flex: 1 1 0px;
		height: auto
	}

	.grid-y > .xlarge-shrink {
		height: auto
	}

	.grid-y > .xlarge-1 {
		height: 8.33333%
	}

	.grid-y > .xlarge-2 {
		height: 16.66667%
	}

	.grid-y > .xlarge-3 {
		height: 25%
	}

	.grid-y > .xlarge-4 {
		height: 33.33333%
	}

	.grid-y > .xlarge-5 {
		height: 41.66667%
	}

	.grid-y > .xlarge-6 {
		height: 50%
	}

	.grid-y > .xlarge-7 {
		height: 58.33333%
	}

	.grid-y > .xlarge-8 {
		height: 66.66667%
	}

	.grid-y > .xlarge-9 {
		height: 75%
	}

	.grid-y > .xlarge-10 {
		height: 83.33333%
	}

	.grid-y > .xlarge-11 {
		height: 91.66667%
	}

	.grid-y > .xlarge-12 {
		height: 100%
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -.5rem;
	margin-bottom: -.5rem
}

@media print, screen and (min-width: 48em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -.75rem;
		margin-bottom: -.75rem
	}
}

.grid-padding-y > .cell {
	padding-top: .5rem;
	padding-bottom: .5rem
}

@media print, screen and (min-width: 48em) {
	.grid-padding-y > .cell {
		padding-top: .75rem;
		padding-bottom: .75rem
	}
}

.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-stype: -ms-autohiding-scrollbar
}

.cell-block-y {
	overflow-y: auto;
	max-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: 48em) {
	.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-stype: -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%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -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-stype: -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%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar
	}
}

@media screen and (min-width: 75em) {
	.xlarge-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw
	}

	.cell .xlarge-grid-frame {
		width: 100%
	}

	.xlarge-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -ms-autohiding-scrollbar
	}

	.xlarge-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%
	}

	.xlarge-cell-block-container > .grid-x {
		max-height: 100%;
		flex-wrap: nowrap
	}

	.xlarge-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-stype: -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: 48em) {
	.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
	}
}

@media screen and (min-width: 75em) {
	.grid-y.xlarge-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: 48em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%
	}
}

@media print, screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%
	}
}

@media screen and (min-width: 75em) {
	.cell .grid-y.xlarge-grid-frame {
		height: 100%
	}
}

.grid-margin-y {
	margin-top: -.5rem;
	margin-bottom: -.5rem
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y {
		margin-top: -.75rem;
		margin-bottom: -.75rem
	}
}

.grid-margin-y > .cell {
	height: calc(100% - 1rem);
	margin-top: .5rem;
	margin-bottom: .5rem
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.5rem);
		margin-top: .75rem;
		margin-bottom: .75rem
	}
}

.grid-margin-y > .auto, .grid-margin-y > .shrink {
	height: auto
}

.grid-margin-y > .small-1 {
	height: calc(8.33333% - 1rem)
}

.grid-margin-y > .small-2 {
	height: calc(16.66667% - 1rem)
}

.grid-margin-y > .small-3 {
	height: calc(25% - 1rem)
}

.grid-margin-y > .small-4 {
	height: calc(33.33333% - 1rem)
}

.grid-margin-y > .small-5 {
	height: calc(41.66667% - 1rem)
}

.grid-margin-y > .small-6 {
	height: calc(50% - 1rem)
}

.grid-margin-y > .small-7 {
	height: calc(58.33333% - 1rem)
}

.grid-margin-y > .small-8 {
	height: calc(66.66667% - 1rem)
}

.grid-margin-y > .small-9 {
	height: calc(75% - 1rem)
}

.grid-margin-y > .small-10 {
	height: calc(83.33333% - 1rem)
}

.grid-margin-y > .small-11 {
	height: calc(91.66667% - 1rem)
}

.grid-margin-y > .small-12 {
	height: calc(100% - 1rem)
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y > .auto, .grid-margin-y > .shrink {
		height: auto
	}

	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 1.5rem)
	}

	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 1.5rem)
	}

	.grid-margin-y > .small-3 {
		height: calc(25% - 1.5rem)
	}

	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 1.5rem)
	}

	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 1.5rem)
	}

	.grid-margin-y > .small-6 {
		height: calc(50% - 1.5rem)
	}

	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 1.5rem)
	}

	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 1.5rem)
	}

	.grid-margin-y > .small-9 {
		height: calc(75% - 1.5rem)
	}

	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 1.5rem)
	}

	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 1.5rem)
	}

	.grid-margin-y > .small-12 {
		height: calc(100% - 1.5rem)
	}

	.grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
		height: auto
	}

	.grid-margin-y > .medium-1 {
		height: calc(8.33333% - 1.5rem)
	}

	.grid-margin-y > .medium-2 {
		height: calc(16.66667% - 1.5rem)
	}

	.grid-margin-y > .medium-3 {
		height: calc(25% - 1.5rem)
	}

	.grid-margin-y > .medium-4 {
		height: calc(33.33333% - 1.5rem)
	}

	.grid-margin-y > .medium-5 {
		height: calc(41.66667% - 1.5rem)
	}

	.grid-margin-y > .medium-6 {
		height: calc(50% - 1.5rem)
	}

	.grid-margin-y > .medium-7 {
		height: calc(58.33333% - 1.5rem)
	}

	.grid-margin-y > .medium-8 {
		height: calc(66.66667% - 1.5rem)
	}

	.grid-margin-y > .medium-9 {
		height: calc(75% - 1.5rem)
	}

	.grid-margin-y > .medium-10 {
		height: calc(83.33333% - 1.5rem)
	}

	.grid-margin-y > .medium-11 {
		height: calc(91.66667% - 1.5rem)
	}

	.grid-margin-y > .medium-12 {
		height: calc(100% - 1.5rem)
	}
}

@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.5rem)
	}

	.grid-margin-y > .large-2 {
		height: calc(16.66667% - 1.5rem)
	}

	.grid-margin-y > .large-3 {
		height: calc(25% - 1.5rem)
	}

	.grid-margin-y > .large-4 {
		height: calc(33.33333% - 1.5rem)
	}

	.grid-margin-y > .large-5 {
		height: calc(41.66667% - 1.5rem)
	}

	.grid-margin-y > .large-6 {
		height: calc(50% - 1.5rem)
	}

	.grid-margin-y > .large-7 {
		height: calc(58.33333% - 1.5rem)
	}

	.grid-margin-y > .large-8 {
		height: calc(66.66667% - 1.5rem)
	}

	.grid-margin-y > .large-9 {
		height: calc(75% - 1.5rem)
	}

	.grid-margin-y > .large-10 {
		height: calc(83.33333% - 1.5rem)
	}

	.grid-margin-y > .large-11 {
		height: calc(91.66667% - 1.5rem)
	}

	.grid-margin-y > .large-12 {
		height: calc(100% - 1.5rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-margin-y > .xlarge-auto, .grid-margin-y > .xlarge-shrink {
		height: auto
	}

	.grid-margin-y > .xlarge-1 {
		height: calc(8.33333% - 1.5rem)
	}

	.grid-margin-y > .xlarge-2 {
		height: calc(16.66667% - 1.5rem)
	}

	.grid-margin-y > .xlarge-3 {
		height: calc(25% - 1.5rem)
	}

	.grid-margin-y > .xlarge-4 {
		height: calc(33.33333% - 1.5rem)
	}

	.grid-margin-y > .xlarge-5 {
		height: calc(41.66667% - 1.5rem)
	}

	.grid-margin-y > .xlarge-6 {
		height: calc(50% - 1.5rem)
	}

	.grid-margin-y > .xlarge-7 {
		height: calc(58.33333% - 1.5rem)
	}

	.grid-margin-y > .xlarge-8 {
		height: calc(66.66667% - 1.5rem)
	}

	.grid-margin-y > .xlarge-9 {
		height: calc(75% - 1.5rem)
	}

	.grid-margin-y > .xlarge-10 {
		height: calc(83.33333% - 1.5rem)
	}

	.grid-margin-y > .xlarge-11 {
		height: calc(91.66667% - 1.5rem)
	}

	.grid-margin-y > .xlarge-12 {
		height: calc(100% - 1.5rem)
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 1rem)
}

@media print, screen and (min-width: 48em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.5rem)
	}
}

@media print, screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.5rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.5rem)
	}
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.5rem)
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.5rem)
	}
}

@media screen and (min-width: 75em) {
	.grid-margin-y.xlarge-grid-frame {
		height: calc(100vh + 1.5rem)
	}
}

.row:after, .row:before {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1
}

.row:after {
	clear: both
}

.row.gutter-small > .column, .row.gutter-small > .columns {
	padding-right: .5rem;
	padding-left: .5rem
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
	padding-right: .75rem;
	padding-left: .75rem
}

.column, .columns {
	width: 100%;
	float: left
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left
}

.small-1 {
	width: 8.33333%
}

.small-push-1 {
	position: relative;
	left: 8.33333%
}

.small-pull-1 {
	position: relative;
	left: -8.33333%
}

.small-2 {
	width: 16.66667%
}

.small-push-2 {
	position: relative;
	left: 16.66667%
}

.small-pull-2 {
	position: relative;
	left: -16.66667%
}

.small-3 {
	width: 25%
}

.small-push-3 {
	position: relative;
	left: 25%
}

.small-pull-3 {
	position: relative;
	left: -25%
}

.small-4 {
	width: 33.33333%
}

.small-push-4 {
	position: relative;
	left: 33.33333%
}

.small-pull-4 {
	position: relative;
	left: -33.33333%
}

.small-5 {
	width: 41.66667%
}

.small-push-5 {
	position: relative;
	left: 41.66667%
}

.small-pull-5 {
	position: relative;
	left: -41.66667%
}

.small-6 {
	width: 50%
}

.small-push-6 {
	position: relative;
	left: 50%
}

.small-pull-6 {
	position: relative;
	left: -50%
}

.small-7 {
	width: 58.33333%
}

.small-push-7 {
	position: relative;
	left: 58.33333%
}

.small-pull-7 {
	position: relative;
	left: -58.33333%
}

.small-8 {
	width: 66.66667%
}

.small-push-8 {
	position: relative;
	left: 66.66667%
}

.small-pull-8 {
	position: relative;
	left: -66.66667%
}

.small-9 {
	width: 75%
}

.small-push-9 {
	position: relative;
	left: 75%
}

.small-pull-9 {
	position: relative;
	left: -75%
}

.small-10 {
	width: 83.33333%
}

.small-push-10 {
	position: relative;
	left: 83.33333%
}

.small-pull-10 {
	position: relative;
	left: -83.33333%
}

.small-11 {
	width: 91.66667%
}

.small-push-11 {
	position: relative;
	left: 91.66667%
}

.small-pull-11 {
	position: relative;
	left: -91.66667%
}

.small-12 {
	width: 100%
}

.small-up-1 > .column, .small-up-1 > .columns {
	float: left;
	width: 100%
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
	clear: none
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
	float: left
}

.small-up-2 > .column, .small-up-2 > .columns {
	float: left;
	width: 50%
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
	clear: none
}

.small-up-2 > .column:nth-of-type(odd), .small-up-2 > .columns:nth-of-type(odd) {
	clear: both
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
	float: left
}

.small-up-3 > .column, .small-up-3 > .columns {
	float: left;
	width: 33.33333%
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
	clear: none
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
	float: left
}

.small-up-4 > .column, .small-up-4 > .columns {
	float: left;
	width: 25%
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
	clear: none
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
	float: left
}

.small-up-5 > .column, .small-up-5 > .columns {
	float: left;
	width: 20%
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
	clear: none
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
	float: left
}

.small-up-6 > .column, .small-up-6 > .columns {
	float: left;
	width: 16.66667%
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
	clear: none
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
	float: left
}

.small-up-7 > .column, .small-up-7 > .columns {
	float: left;
	width: 14.28571%
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
	clear: none
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
	float: left
}

.small-up-8 > .column, .small-up-8 > .columns {
	float: left;
	width: 12.5%
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
	clear: none
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
	float: left
}

.expanded.row .small-collapse.row, .small-collapse .row {
	margin-right: 0;
	margin-left: 0
}

.small-centered {
	margin-right: auto;
	margin-left: auto
}

.small-centered, .small-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}

.small-pull-0, .small-push-0, .small-uncentered {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0
}

@media print, screen and (min-width: 48em) {
	.medium-1 {
		width: 8.33333%
	}

	.medium-push-1 {
		position: relative;
		left: 8.33333%
	}

	.medium-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.medium-offset-0 {
		margin-left: 0
	}

	.medium-2 {
		width: 16.66667%
	}

	.medium-push-2 {
		position: relative;
		left: 16.66667%
	}

	.medium-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.medium-offset-1 {
		margin-left: 8.33333%
	}

	.medium-3 {
		width: 25%
	}

	.medium-push-3 {
		position: relative;
		left: 25%
	}

	.medium-pull-3 {
		position: relative;
		left: -25%
	}

	.medium-offset-2 {
		margin-left: 16.66667%
	}

	.medium-4 {
		width: 33.33333%
	}

	.medium-push-4 {
		position: relative;
		left: 33.33333%
	}

	.medium-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.medium-offset-3 {
		margin-left: 25%
	}

	.medium-5 {
		width: 41.66667%
	}

	.medium-push-5 {
		position: relative;
		left: 41.66667%
	}

	.medium-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.medium-offset-4 {
		margin-left: 33.33333%
	}

	.medium-6 {
		width: 50%
	}

	.medium-push-6 {
		position: relative;
		left: 50%
	}

	.medium-pull-6 {
		position: relative;
		left: -50%
	}

	.medium-offset-5 {
		margin-left: 41.66667%
	}

	.medium-7 {
		width: 58.33333%
	}

	.medium-push-7 {
		position: relative;
		left: 58.33333%
	}

	.medium-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.medium-offset-6 {
		margin-left: 50%
	}

	.medium-8 {
		width: 66.66667%
	}

	.medium-push-8 {
		position: relative;
		left: 66.66667%
	}

	.medium-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.medium-offset-7 {
		margin-left: 58.33333%
	}

	.medium-9 {
		width: 75%
	}

	.medium-push-9 {
		position: relative;
		left: 75%
	}

	.medium-pull-9 {
		position: relative;
		left: -75%
	}

	.medium-offset-8 {
		margin-left: 66.66667%
	}

	.medium-10 {
		width: 83.33333%
	}

	.medium-push-10 {
		position: relative;
		left: 83.33333%
	}

	.medium-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.medium-offset-9 {
		margin-left: 75%
	}

	.medium-11 {
		width: 91.66667%
	}

	.medium-push-11 {
		position: relative;
		left: 91.66667%
	}

	.medium-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.medium-offset-10 {
		margin-left: 83.33333%
	}

	.medium-12 {
		width: 100%
	}

	.medium-offset-11 {
		margin-left: 91.66667%
	}

	.medium-up-1 > .column, .medium-up-1 > .columns {
		float: left;
		width: 100%
	}

	.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
		clear: both
	}

	.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
		float: left
	}

	.medium-up-2 > .column, .medium-up-2 > .columns {
		float: left;
		width: 50%
	}

	.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-2 > .column:nth-of-type(odd), .medium-up-2 > .columns:nth-of-type(odd) {
		clear: both
	}

	.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
		float: left
	}

	.medium-up-3 > .column, .medium-up-3 > .columns {
		float: left;
		width: 33.33333%
	}

	.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
		clear: both
	}

	.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
		float: left
	}

	.medium-up-4 > .column, .medium-up-4 > .columns {
		float: left;
		width: 25%
	}

	.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
		clear: both
	}

	.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
		float: left
	}

	.medium-up-5 > .column, .medium-up-5 > .columns {
		float: left;
		width: 20%
	}

	.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
		clear: both
	}

	.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
		float: left
	}

	.medium-up-6 > .column, .medium-up-6 > .columns {
		float: left;
		width: 16.66667%
	}

	.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
		clear: both
	}

	.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
		float: left
	}

	.medium-up-7 > .column, .medium-up-7 > .columns {
		float: left;
		width: 14.28571%
	}

	.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
		clear: both
	}

	.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
		float: left
	}

	.medium-up-8 > .column, .medium-up-8 > .columns {
		float: left;
		width: 12.5%
	}

	.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
		clear: both
	}

	.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
		float: left
	}

	.medium-collapse > .column, .medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0
	}

	.expanded.row .medium-collapse.row, .medium-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-right: .75rem;
		padding-left: .75rem
	}

	.medium-centered {
		margin-right: auto;
		margin-left: auto
	}

	.medium-centered, .medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.medium-pull-0, .medium-push-0, .medium-uncentered {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0
	}
}

@media print, screen and (min-width: 64em) {
	.large-1 {
		width: 8.33333%
	}

	.large-push-1 {
		position: relative;
		left: 8.33333%
	}

	.large-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.large-offset-0 {
		margin-left: 0
	}

	.large-2 {
		width: 16.66667%
	}

	.large-push-2 {
		position: relative;
		left: 16.66667%
	}

	.large-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.large-offset-1 {
		margin-left: 8.33333%
	}

	.large-3 {
		width: 25%
	}

	.large-push-3 {
		position: relative;
		left: 25%
	}

	.large-pull-3 {
		position: relative;
		left: -25%
	}

	.large-offset-2 {
		margin-left: 16.66667%
	}

	.large-4 {
		width: 33.33333%
	}

	.large-push-4 {
		position: relative;
		left: 33.33333%
	}

	.large-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.large-offset-3 {
		margin-left: 25%
	}

	.large-5 {
		width: 41.66667%
	}

	.large-push-5 {
		position: relative;
		left: 41.66667%
	}

	.large-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.large-offset-4 {
		margin-left: 33.33333%
	}

	.large-6 {
		width: 50%
	}

	.large-push-6 {
		position: relative;
		left: 50%
	}

	.large-pull-6 {
		position: relative;
		left: -50%
	}

	.large-offset-5 {
		margin-left: 41.66667%
	}

	.large-7 {
		width: 58.33333%
	}

	.large-push-7 {
		position: relative;
		left: 58.33333%
	}

	.large-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.large-offset-6 {
		margin-left: 50%
	}

	.large-8 {
		width: 66.66667%
	}

	.large-push-8 {
		position: relative;
		left: 66.66667%
	}

	.large-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.large-offset-7 {
		margin-left: 58.33333%
	}

	.large-9 {
		width: 75%
	}

	.large-push-9 {
		position: relative;
		left: 75%
	}

	.large-pull-9 {
		position: relative;
		left: -75%
	}

	.large-offset-8 {
		margin-left: 66.66667%
	}

	.large-10 {
		width: 83.33333%
	}

	.large-push-10 {
		position: relative;
		left: 83.33333%
	}

	.large-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.large-offset-9 {
		margin-left: 75%
	}

	.large-11 {
		width: 91.66667%
	}

	.large-push-11 {
		position: relative;
		left: 91.66667%
	}

	.large-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.large-offset-10 {
		margin-left: 83.33333%
	}

	.large-12 {
		width: 100%
	}

	.large-offset-11 {
		margin-left: 91.66667%
	}

	.large-up-1 > .column, .large-up-1 > .columns {
		float: left;
		width: 100%
	}

	.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
		clear: both
	}

	.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
		float: left
	}

	.large-up-2 > .column, .large-up-2 > .columns {
		float: left;
		width: 50%
	}

	.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-2 > .column:nth-of-type(odd), .large-up-2 > .columns:nth-of-type(odd) {
		clear: both
	}

	.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
		float: left
	}

	.large-up-3 > .column, .large-up-3 > .columns {
		float: left;
		width: 33.33333%
	}

	.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
		clear: both
	}

	.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
		float: left
	}

	.large-up-4 > .column, .large-up-4 > .columns {
		float: left;
		width: 25%
	}

	.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
		clear: both
	}

	.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
		float: left
	}

	.large-up-5 > .column, .large-up-5 > .columns {
		float: left;
		width: 20%
	}

	.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
		clear: both
	}

	.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
		float: left
	}

	.large-up-6 > .column, .large-up-6 > .columns {
		float: left;
		width: 16.66667%
	}

	.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
		clear: both
	}

	.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
		float: left
	}

	.large-up-7 > .column, .large-up-7 > .columns {
		float: left;
		width: 14.28571%
	}

	.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
		clear: both
	}

	.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
		float: left
	}

	.large-up-8 > .column, .large-up-8 > .columns {
		float: left;
		width: 12.5%
	}

	.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
		clear: both
	}

	.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
		float: left
	}

	.large-collapse > .column, .large-collapse > .columns {
		padding-right: 0;
		padding-left: 0
	}

	.expanded.row .large-collapse.row, .large-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-right: .75rem;
		padding-left: .75rem
	}

	.large-centered {
		margin-right: auto;
		margin-left: auto
	}

	.large-centered, .large-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.large-pull-0, .large-push-0, .large-uncentered {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0
	}
}

@media screen and (min-width: 75em) {
	.xlarge-1 {
		width: 8.33333%
	}

	.xlarge-push-1 {
		position: relative;
		left: 8.33333%
	}

	.xlarge-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.xlarge-offset-0 {
		margin-left: 0
	}

	.xlarge-2 {
		width: 16.66667%
	}

	.xlarge-push-2 {
		position: relative;
		left: 16.66667%
	}

	.xlarge-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%
	}

	.xlarge-3 {
		width: 25%
	}

	.xlarge-push-3 {
		position: relative;
		left: 25%
	}

	.xlarge-pull-3 {
		position: relative;
		left: -25%
	}

	.xlarge-offset-2 {
		margin-left: 16.66667%
	}

	.xlarge-4 {
		width: 33.33333%
	}

	.xlarge-push-4 {
		position: relative;
		left: 33.33333%
	}

	.xlarge-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.xlarge-offset-3 {
		margin-left: 25%
	}

	.xlarge-5 {
		width: 41.66667%
	}

	.xlarge-push-5 {
		position: relative;
		left: 41.66667%
	}

	.xlarge-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.xlarge-offset-4 {
		margin-left: 33.33333%
	}

	.xlarge-6 {
		width: 50%
	}

	.xlarge-push-6 {
		position: relative;
		left: 50%
	}

	.xlarge-pull-6 {
		position: relative;
		left: -50%
	}

	.xlarge-offset-5 {
		margin-left: 41.66667%
	}

	.xlarge-7 {
		width: 58.33333%
	}

	.xlarge-push-7 {
		position: relative;
		left: 58.33333%
	}

	.xlarge-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.xlarge-offset-6 {
		margin-left: 50%
	}

	.xlarge-8 {
		width: 66.66667%
	}

	.xlarge-push-8 {
		position: relative;
		left: 66.66667%
	}

	.xlarge-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.xlarge-offset-7 {
		margin-left: 58.33333%
	}

	.xlarge-9 {
		width: 75%
	}

	.xlarge-push-9 {
		position: relative;
		left: 75%
	}

	.xlarge-pull-9 {
		position: relative;
		left: -75%
	}

	.xlarge-offset-8 {
		margin-left: 66.66667%
	}

	.xlarge-10 {
		width: 83.33333%
	}

	.xlarge-push-10 {
		position: relative;
		left: 83.33333%
	}

	.xlarge-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.xlarge-offset-9 {
		margin-left: 75%
	}

	.xlarge-11 {
		width: 91.66667%
	}

	.xlarge-push-11 {
		position: relative;
		left: 91.66667%
	}

	.xlarge-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.xlarge-offset-10 {
		margin-left: 83.33333%
	}

	.xlarge-12 {
		width: 100%
	}

	.xlarge-offset-11 {
		margin-left: 91.66667%
	}

	.xlarge-up-1 > .column, .xlarge-up-1 > .columns {
		float: left;
		width: 100%
	}

	.xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
		clear: both
	}

	.xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
		float: left
	}

	.xlarge-up-2 > .column, .xlarge-up-2 > .columns {
		float: left;
		width: 50%
	}

	.xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-2 > .column:nth-of-type(odd), .xlarge-up-2 > .columns:nth-of-type(odd) {
		clear: both
	}

	.xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
		float: left
	}

	.xlarge-up-3 > .column, .xlarge-up-3 > .columns {
		float: left;
		width: 33.33333%
	}

	.xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
		clear: both
	}

	.xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
		float: left
	}

	.xlarge-up-4 > .column, .xlarge-up-4 > .columns {
		float: left;
		width: 25%
	}

	.xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
		clear: both
	}

	.xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
		float: left
	}

	.xlarge-up-5 > .column, .xlarge-up-5 > .columns {
		float: left;
		width: 20%
	}

	.xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
		clear: both
	}

	.xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
		float: left
	}

	.xlarge-up-6 > .column, .xlarge-up-6 > .columns {
		float: left;
		width: 16.66667%
	}

	.xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
		clear: both
	}

	.xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
		float: left
	}

	.xlarge-up-7 > .column, .xlarge-up-7 > .columns {
		float: left;
		width: 14.28571%
	}

	.xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
		clear: both
	}

	.xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
		float: left
	}

	.xlarge-up-8 > .column, .xlarge-up-8 > .columns {
		float: left;
		width: 12.5%
	}

	.xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
		clear: both
	}

	.xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
		float: left
	}

	.xlarge-collapse > .column, .xlarge-collapse > .columns {
		padding-right: 0;
		padding-left: 0
	}

	.expanded.row .xlarge-collapse.row, .xlarge-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
		padding-right: .75rem;
		padding-left: .75rem
	}

	.xlarge-centered {
		margin-right: auto;
		margin-left: auto
	}

	.xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.xlarge-pull-0, .xlarge-push-0, .xlarge-uncentered {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0
	}
}

.row {
	max-width: 72rem;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-flow: row wrap
}

.row .row {
	margin-right: -.5rem;
	margin-left: -.5rem
}

@media print, screen and (min-width: 48em) {
	.row .row {
		margin-right: -.75rem;
		margin-left: -.75rem
	}
}

@media print, screen and (min-width: 64em) {
	.row .row {
		margin-right: -.75rem;
		margin-left: -.75rem
	}
}

@media screen and (min-width: 75em) {
	.row .row {
		margin-right: -.75rem;
		margin-left: -.75rem
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row:not(.expanded) .row {
	max-width: none
}

.row.collapse > .column, .row.collapse > .columns {
	padding-right: 0;
	padding-left: 0
}

.row.collapse > .column > .row, .row.collapse > .columns > .row, .row.is-collapse-child {
	margin-right: 0;
	margin-left: 0
}

.column, .columns {
	flex: 1 1 0px;
	padding-right: .5rem;
	padding-left: .5rem;
	min-width: 0
}

@media print, screen and (min-width: 48em) {
	.column, .columns {
		padding-right: .75rem;
		padding-left: .75rem
	}
}

.column.row.row, .row.row.columns {
	float: none;
	display: block
}

.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.small-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.small-offset-0 {
	margin-left: 0
}

.small-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.small-offset-2 {
	margin-left: 16.66667%
}

.small-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.small-offset-4 {
	margin-left: 33.33333%
}

.small-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.small-offset-5 {
	margin-left: 41.66667%
}

.small-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.small-offset-7 {
	margin-left: 58.33333%
}

.small-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.small-offset-8 {
	margin-left: 66.66667%
}

.small-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.small-offset-10 {
	margin-left: 83.33333%
}

.small-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.small-offset-11 {
	margin-left: 91.66667%
}

.small-up-1 {
	flex-wrap: wrap
}

.small-up-1 > .column, .small-up-1 > .columns {
	flex: 0 0 100%;
	max-width: 100%
}

.small-up-2 {
	flex-wrap: wrap
}

.small-up-2 > .column, .small-up-2 > .columns {
	flex: 0 0 50%;
	max-width: 50%
}

.small-up-3 {
	flex-wrap: wrap
}

.small-up-3 > .column, .small-up-3 > .columns {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-up-4 {
	flex-wrap: wrap
}

.small-up-4 > .column, .small-up-4 > .columns {
	flex: 0 0 25%;
	max-width: 25%
}

.small-up-5 {
	flex-wrap: wrap
}

.small-up-5 > .column, .small-up-5 > .columns {
	flex: 0 0 20%;
	max-width: 20%
}

.small-up-6 {
	flex-wrap: wrap
}

.small-up-6 > .column, .small-up-6 > .columns {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-up-7 {
	flex-wrap: wrap
}

.small-up-7 > .column, .small-up-7 > .columns {
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}

.small-up-8 {
	flex-wrap: wrap
}

.small-up-8 > .column, .small-up-8 > .columns {
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.small-collapse > .column, .small-collapse > .columns {
	padding-right: 0;
	padding-left: 0
}

.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-right: .5rem;
	padding-left: .5rem
}

@media print, screen and (min-width: 48em) {
	.medium-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.medium-offset-0 {
		margin-left: 0
	}

	.medium-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.medium-offset-1 {
		margin-left: 8.33333%
	}

	.medium-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.medium-offset-2 {
		margin-left: 16.66667%
	}

	.medium-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.medium-offset-3 {
		margin-left: 25%
	}

	.medium-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.medium-offset-4 {
		margin-left: 33.33333%
	}

	.medium-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.medium-offset-5 {
		margin-left: 41.66667%
	}

	.medium-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.medium-offset-6 {
		margin-left: 50%
	}

	.medium-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.medium-offset-7 {
		margin-left: 58.33333%
	}

	.medium-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.medium-offset-8 {
		margin-left: 66.66667%
	}

	.medium-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.medium-offset-9 {
		margin-left: 75%
	}

	.medium-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.medium-offset-10 {
		margin-left: 83.33333%
	}

	.medium-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.medium-offset-11 {
		margin-left: 91.66667%
	}

	.medium-up-1 {
		flex-wrap: wrap
	}

	.medium-up-1 > .column, .medium-up-1 > .columns {
		flex: 0 0 100%;
		max-width: 100%
	}

	.medium-up-2 {
		flex-wrap: wrap
	}

	.medium-up-2 > .column, .medium-up-2 > .columns {
		flex: 0 0 50%;
		max-width: 50%
	}

	.medium-up-3 {
		flex-wrap: wrap
	}

	.medium-up-3 > .column, .medium-up-3 > .columns {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.medium-up-4 {
		flex-wrap: wrap
	}

	.medium-up-4 > .column, .medium-up-4 > .columns {
		flex: 0 0 25%;
		max-width: 25%
	}

	.medium-up-5 {
		flex-wrap: wrap
	}

	.medium-up-5 > .column, .medium-up-5 > .columns {
		flex: 0 0 20%;
		max-width: 20%
	}

	.medium-up-6 {
		flex-wrap: wrap
	}

	.medium-up-6 > .column, .medium-up-6 > .columns {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.medium-up-7 {
		flex-wrap: wrap
	}

	.medium-up-7 > .column, .medium-up-7 > .columns {
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}

	.medium-up-8 {
		flex-wrap: wrap
	}

	.medium-up-8 > .column, .medium-up-8 > .columns {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
	.medium-expand {
		flex: 1 1 0px
	}
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
	flex: 0 0 100%
}

@media print, screen and (min-width: 48em) {
	.row.medium-unstack > .column, .row.medium-unstack > .columns {
		flex: 1 1 0px
	}
}

@media print, screen and (min-width: 48em) {
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0
	}

	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-right: .75rem;
		padding-left: .75rem
	}
}

@media print, screen and (min-width: 64em) {
	.large-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.large-offset-0 {
		margin-left: 0
	}

	.large-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.large-offset-1 {
		margin-left: 8.33333%
	}

	.large-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.large-offset-2 {
		margin-left: 16.66667%
	}

	.large-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.large-offset-3 {
		margin-left: 25%
	}

	.large-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.large-offset-4 {
		margin-left: 33.33333%
	}

	.large-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.large-offset-5 {
		margin-left: 41.66667%
	}

	.large-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.large-offset-6 {
		margin-left: 50%
	}

	.large-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.large-offset-7 {
		margin-left: 58.33333%
	}

	.large-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.large-offset-8 {
		margin-left: 66.66667%
	}

	.large-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.large-offset-9 {
		margin-left: 75%
	}

	.large-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.large-offset-10 {
		margin-left: 83.33333%
	}

	.large-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.large-offset-11 {
		margin-left: 91.66667%
	}

	.large-up-1 {
		flex-wrap: wrap
	}

	.large-up-1 > .column, .large-up-1 > .columns {
		flex: 0 0 100%;
		max-width: 100%
	}

	.large-up-2 {
		flex-wrap: wrap
	}

	.large-up-2 > .column, .large-up-2 > .columns {
		flex: 0 0 50%;
		max-width: 50%
	}

	.large-up-3 {
		flex-wrap: wrap
	}

	.large-up-3 > .column, .large-up-3 > .columns {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.large-up-4 {
		flex-wrap: wrap
	}

	.large-up-4 > .column, .large-up-4 > .columns {
		flex: 0 0 25%;
		max-width: 25%
	}

	.large-up-5 {
		flex-wrap: wrap
	}

	.large-up-5 > .column, .large-up-5 > .columns {
		flex: 0 0 20%;
		max-width: 20%
	}

	.large-up-6 {
		flex-wrap: wrap
	}

	.large-up-6 > .column, .large-up-6 > .columns {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.large-up-7 {
		flex-wrap: wrap
	}

	.large-up-7 > .column, .large-up-7 > .columns {
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}

	.large-up-8 {
		flex-wrap: wrap
	}

	.large-up-8 > .column, .large-up-8 > .columns {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		flex: 1 1 0px
	}
}

.row.large-unstack > .column, .row.large-unstack > .columns {
	flex: 0 0 100%
}

@media print, screen and (min-width: 64em) {
	.row.large-unstack > .column, .row.large-unstack > .columns {
		flex: 1 1 0px
	}
}

@media print, screen and (min-width: 64em) {
	.large-collapse > .column, .large-collapse > .columns {
		padding-right: 0;
		padding-left: 0
	}

	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-right: .75rem;
		padding-left: .75rem
	}
}

@media screen and (min-width: 75em) {
	.xlarge-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.xlarge-offset-0 {
		margin-left: 0
	}

	.xlarge-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%
	}

	.xlarge-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.xlarge-offset-2 {
		margin-left: 16.66667%
	}

	.xlarge-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.xlarge-offset-3 {
		margin-left: 25%
	}

	.xlarge-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.xlarge-offset-4 {
		margin-left: 33.33333%
	}

	.xlarge-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.xlarge-offset-5 {
		margin-left: 41.66667%
	}

	.xlarge-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.xlarge-offset-6 {
		margin-left: 50%
	}

	.xlarge-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.xlarge-offset-7 {
		margin-left: 58.33333%
	}

	.xlarge-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.xlarge-offset-8 {
		margin-left: 66.66667%
	}

	.xlarge-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.xlarge-offset-9 {
		margin-left: 75%
	}

	.xlarge-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.xlarge-offset-10 {
		margin-left: 83.33333%
	}

	.xlarge-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.xlarge-offset-11 {
		margin-left: 91.66667%
	}

	.xlarge-up-1 {
		flex-wrap: wrap
	}

	.xlarge-up-1 > .column, .xlarge-up-1 > .columns {
		flex: 0 0 100%;
		max-width: 100%
	}

	.xlarge-up-2 {
		flex-wrap: wrap
	}

	.xlarge-up-2 > .column, .xlarge-up-2 > .columns {
		flex: 0 0 50%;
		max-width: 50%
	}

	.xlarge-up-3 {
		flex-wrap: wrap
	}

	.xlarge-up-3 > .column, .xlarge-up-3 > .columns {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.xlarge-up-4 {
		flex-wrap: wrap
	}

	.xlarge-up-4 > .column, .xlarge-up-4 > .columns {
		flex: 0 0 25%;
		max-width: 25%
	}

	.xlarge-up-5 {
		flex-wrap: wrap
	}

	.xlarge-up-5 > .column, .xlarge-up-5 > .columns {
		flex: 0 0 20%;
		max-width: 20%
	}

	.xlarge-up-6 {
		flex-wrap: wrap
	}

	.xlarge-up-6 > .column, .xlarge-up-6 > .columns {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.xlarge-up-7 {
		flex-wrap: wrap
	}

	.xlarge-up-7 > .column, .xlarge-up-7 > .columns {
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}

	.xlarge-up-8 {
		flex-wrap: wrap
	}

	.xlarge-up-8 > .column, .xlarge-up-8 > .columns {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media screen and (min-width: 75em) and (min-width: 75em) {
	.xlarge-expand {
		flex: 1 1 0px
	}
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
	flex: 0 0 100%
}

@media screen and (min-width: 75em) {
	.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
		flex: 1 1 0px
	}
}

@media screen and (min-width: 75em) {
	.xlarge-collapse > .column, .xlarge-collapse > .columns {
		padding-right: 0;
		padding-left: 0
	}

	.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
		padding-right: .75rem;
		padding-left: .75rem
	}
}

.shrink {
	flex: 0 0 auto;
	max-width: 100%
}

.column-block {
	margin-bottom: 1rem
}

.column-block > :last-child {
	margin-bottom: 0
}

@media print, screen and (min-width: 48em) {
	.column-block {
		margin-bottom: 1.5rem
	}

	.column-block > :last-child {
		margin-bottom: 0
	}
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem;
	font-family: inherit;
	padding: .85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-size: .9rem;
	text-align: center;
	cursor: pointer;
	background-color: var(--color-blue);
	color: #fff
}

[data-whatinput=mouse] .button {
	outline: 0
}

.button:focus, .button:hover {
	background-color: var(--color-orange);
	color: #fff
}

.button.tiny {
	font-size: .6rem
}

.button.small {
	font-size: .75rem
}

.button.large {
	font-size: 1.25rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button.primary {
	background-color: var(--color-blue);
	color: #fff
}

.button.primary:focus, .button.primary:hover {
	background-color: var(--color-orange);
	color: #fff
}

.button.secondary {
	background-color: var(--color-blue);
	color: #fff
}

.button.secondary:focus, .button.secondary:hover {
	background-color: var(--color-orange);
	color: #fff
}

.button.tertiary {
	background-color: var(--color-orange-dark);
	color: #fff
}

.button.tertiary:focus, .button.tertiary:hover {
	background-color: #9f441d;
	color: #fff
}

.button.success {
	background-color: #1df965;
	color: #fff
}

.button.success:focus, .button.success:hover {
	background-color: #06d94b;
	color: #fff
}

.button.warning {
	background-color: #ffae00;
	color: #fff
}

.button.warning:focus, .button.warning:hover {
	background-color: #cc8b00;
	color: #fff
}

.button.alert {
	background-color: #fb6a6a;
	color: #fff
}

.button.alert:focus, .button.alert:hover {
	background-color: #f92424;
	color: #fff
}

.button.disabled, .button[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
	background-color: var(--color-blue);
	color: #fff
}

.button.disabled.primary, .button[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary, .button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary, .button[disabled].primary:focus, .button[disabled].primary:hover {
	/*background-color: var(--color-orange);*/
	background-color: var(--color-blue);
	color: #fff
}

.button.disabled.secondary, .button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary, .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
	background-color: var(--color-blue);
	color: #fff
}

.button.disabled.tertiary, .button[disabled].tertiary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.tertiary, .button.disabled.tertiary:focus, .button.disabled.tertiary:hover, .button[disabled].tertiary, .button[disabled].tertiary:focus, .button[disabled].tertiary:hover {
	background-color: var(--color-orange-dark);
	color: #fff
}

.button.disabled.success, .button[disabled].success {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.success, .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success, .button[disabled].success:focus, .button[disabled].success:hover {
	background-color: #1df965;
	color: #fff
}

.button.disabled.warning, .button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.warning, .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning, .button[disabled].warning:focus, .button[disabled].warning:hover {
	background-color: #ffae00;
	color: #fff
}

.button.disabled.alert, .button[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.alert, .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert, .button[disabled].alert:focus, .button[disabled].alert:hover {
	background-color: #fb6a6a;
	color: #fff
}

.button.hollow {
	border: 1px solid var(--color-blue);
	color: var(--color-blue)
}

.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: #16284d;
	color: #16284d
}

.button.hollow:focus.disabled, .button.hollow:focus[disabled], .button.hollow:hover.disabled, .button.hollow:hover[disabled] {
	border: 1px solid var(--color-blue);
	color: var(--color-blue)
}

.button.hollow.primary {
	/*border: 1px solid var(--color-orange);*/
	/*color: var(--color-orange);*/
	border: 1px solid var(--color-blue);
	color: var(--color-blue);
}

.button.hollow.primary:focus, .button.hollow.primary:hover {
	border-color: #765e0f;
	color: #765e0f
}

.button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled], .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled] {
	border: 1px solid var(--color-blue);
	color: var(--color-blue);
	/*border: 1px solid var(--color-orange);*/
	/*color: var(--color-orange);*/
}

.button.hollow.secondary {
	border: 1px solid var(--color-blue);
	color: var(--color-blue)
}

.button.hollow.secondary:focus, .button.hollow.secondary:hover {
	border-color: #16284d;
	color: #16284d
}

.button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled], .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled] {
	border: 1px solid var(--color-blue);
	color: var(--color-blue)
}

.button.hollow.tertiary {
	border: 1px solid var(--color-orange-dark);
	color: var(--color-orange-dark)
}

.button.hollow.tertiary:focus, .button.hollow.tertiary:hover {
	border-color: #642b12;
	color: #642b12
}

.button.hollow.tertiary:focus.disabled, .button.hollow.tertiary:focus[disabled], .button.hollow.tertiary:hover.disabled, .button.hollow.tertiary:hover[disabled] {
	border: 1px solid var(--color-orange-dark);
	color: var(--color-orange-dark)
}

.button.hollow.success {
	border: 1px solid #1df965;
	color: #1df965
}

.button.hollow.success:focus, .button.hollow.success:hover {
	border-color: #04872f;
	color: #04872f
}

.button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled], .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled] {
	border: 1px solid #1df965;
	color: #1df965
}

.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 #fb6a6a;
	color: #fb6a6a
}

.button.hollow.alert:focus, .button.hollow.alert:hover {
	border-color: #ae0505;
	color: #ae0505
}

.button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled], .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled] {
	border: 1px solid #fb6a6a;
	color: #fb6a6a
}

.button.clear {
	border: 1px solid var(--color-blue);
	color: var(--color-blue)
}

.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: #16284d;
	color: #16284d
}

.button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover.disabled, .button.clear:hover[disabled] {
	border: 1px solid var(--color-blue);
	color: var(--color-blue)
}

.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 var(--color-orange);*/
	/*color: var(--color-orange)*/
	border: 1px solid var(--color-blue);
	color: var(--color-blue)
}

.button.clear.primary:focus, .button.clear.primary:hover {
	border-color: #765e0f;
	color: #765e0f
}

.button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled] {
	/*border: 1px solid var(--color-orange);*/
	/*color: var(--color-orange)*/
	border: 1px solid var(--color-blue);
	color: var(--color-blue)
}

.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 var(--color-blue);
	color: var(--color-blue)
}

.button.clear.secondary:focus, .button.clear.secondary:hover {
	border-color: #16284d;
	color: #16284d
}

.button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled] {
	border: 1px solid var(--color-blue);
	color: var(--color-blue)
}

.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.tertiary {
	border: 1px solid var(--color-orange-dark);
	color: var(--color-orange-dark)
}

.button.clear.tertiary:focus, .button.clear.tertiary:hover {
	border-color: #642b12;
	color: #642b12
}

.button.clear.tertiary:focus.disabled, .button.clear.tertiary:focus[disabled], .button.clear.tertiary:hover.disabled, .button.clear.tertiary:hover[disabled] {
	border: 1px solid var(--color-orange-dark);
	color: var(--color-orange-dark)
}

.button.clear.tertiary, .button.clear.tertiary.disabled, .button.clear.tertiary:focus, .button.clear.tertiary:focus.disabled, .button.clear.tertiary:focus[disabled], .button.clear.tertiary:hover, .button.clear.tertiary:hover.disabled, .button.clear.tertiary:hover[disabled], .button.clear.tertiary[disabled] {
	border-color: transparent
}

.button.clear.success {
	border: 1px solid #1df965;
	color: #1df965
}

.button.clear.success:focus, .button.clear.success:hover {
	border-color: #04872f;
	color: #04872f
}

.button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover.disabled, .button.clear.success:hover[disabled] {
	border: 1px solid #1df965;
	color: #1df965
}

.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 #fb6a6a;
	color: #fb6a6a
}

.button.clear.alert:focus, .button.clear.alert:hover {
	border-color: #ae0505;
	color: #ae0505
}

.button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled] {
	border: 1px solid #fb6a6a;
	color: #fb6a6a
}

.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: #fff transparent transparent;
	border-style: solid inset inset;
	border-width: .4em .4em 0;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 1em
}

.button.dropdown.hollow:after {
	border-top-color: var(--color-blue)
}

.button.dropdown.hollow.primary:after {
	/*border-top-color: var(--color-orange)*/
	border-top-color: var(--color-blue);
}

.button.dropdown.hollow.secondary:after {
	border-top-color: var(--color-blue)
}

.button.dropdown.hollow.tertiary:after {
	border-top-color: var(--color-orange-dark)
}

.button.dropdown.hollow.success:after {
	border-top-color: #1df965
}

.button.dropdown.hollow.warning:after {
	border-top-color: #ffae00
}

.button.dropdown.hollow.alert:after {
	border-top-color: #fb6a6a
}

.button.arrow-only:after {
	top: -.1em;
	float: none;
	margin-left: 0
}

a.button:focus, a.button:hover {
	text-decoration: none
}

.label {
	display: inline-block;
	padding: .33333rem .5rem;
	border-radius: 0;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: var(--color-orange);
	color: #fff
}

.label.primary {
	background: var(--color-orange);
	color: #0a0a0a
}

.label.secondary {
	background: var(--color-blue);
	color: #fff
}

.label.tertiary {
	background: var(--color-orange-dark);
	color: #0a0a0a
}

.label.success {
	background: #1df965;
	color: #0a0a0a
}

.label.warning {
	background: #ffae00;
	color: #0a0a0a
}

.label.alert {
	background: #fb6a6a;
	color: #0a0a0a
}

.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: .65rem;
	color: #0a0a0a;
	cursor: default;
	text-transform: uppercase
}

.breadcrumbs li:not(:last-child):after {
	position: relative;
	margin: 0 .75rem;
	opacity: 1;
	color: #666
}

.breadcrumbs a {
	color: var(--color-orange)
}

.breadcrumbs a:hover {
	text-decoration: underline
}

.breadcrumbs .disabled {
	color: #666;
	cursor: not-allowed
}

.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: .5rem;
	border-radius: 0;
	font-size: .85rem;
	display: none
}

.pagination li:first-child, .pagination li:last-child {
	display: inline-block
}

@media print, screen and (min-width: 48em) {
	.pagination li {
		display: inline-block
	}
}

.pagination a, .pagination button {
	display: block;
	padding: .15rem .5rem;
	border-radius: 0;
	color: #0a0a0a
}

.pagination a:hover, .pagination button:hover {
	background: #999
}

.pagination .current {
	padding: .15rem .5rem;
	background: var(--color-orange);
	color: #fff;
	cursor: default
}

.pagination .disabled {
	padding: .15rem .5rem;
	color: #666;
	cursor: not-allowed
}

.pagination .disabled:hover {
	background: transparent
}

.pagination .ellipsis:after {
	padding: .15rem .5rem;
	content: "\2026";
	color: #0a0a0a
}

.pagination-previous.disabled:before, .pagination-previous a:before {
	display: inline-block;
	margin-right: .5rem;
	content: "\00ab"
}

.pagination-next.disabled:after, .pagination-next a:after {
	display: inline-block;
	margin-left: .5rem;
	content: "\00bb"
}

.accordion {
	margin-left: 0;
	background: #fff;
	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: none;
	border-bottom: 0;
	font-size: .6rem;
	line-height: 1;
	color: var(--color-orange)
}

:last-child:not(.is-active) > .accordion-title {
	border-bottom: none;
	border-radius: 0 0 0 0
}

.accordion-title:focus, .accordion-title:hover {
	background-color: #999
}

.accordion-title:before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.5rem;
	content: "+"
}

.is-active > .accordion-title:before {
	content: "\2013"
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: none;
	border-bottom: 0;
	background-color: #fff;
	color: #333
}

:last-child > .accordion-content:last-child {
	border-bottom: 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: .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: 48em) {
	.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
	}
}

@media screen and (min-width: 75em) {
	.menu.xlarge-horizontal {
		flex-wrap: wrap;
		flex-direction: row
	}

	.menu.xlarge-vertical {
		flex-wrap: nowrap;
		flex-direction: column
	}

	.menu.xlarge-expanded li, .menu.xlarge-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: .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: .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: .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: .25rem;
	text-align: center
}

.menu .active > a, .menu .is-active > a {
	background: var(--color-orange);
	color: #fff
}

.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: .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
}

.accordion-menu li {
	width: 100%
}

.accordion-menu .is-accordion-submenu a, .accordion-menu a {
	padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
	position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: var(--color-orange) 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 {
	left: auto;
	right: 1rem
}

.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 {
	transform: rotate(180deg);
	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;
	cursor: pointer;
	width: 40px;
	height: 40px
}

.submenu-toggle:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: var(--color-orange) transparent transparent;
	border-style: solid inset inset;
	border-width: 6px 6px 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.submenu-toggle[aria-expanded=true]:after {
	transform: scaleY(-1);
	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;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.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: var(--color-orange) transparent transparent;
	border-style: solid inset inset;
	border-width: 6px 6px 0;
	right: 5px;
	left: auto;
	margin-top: -3px
}

.dropdown.menu a {
	padding: .7rem 1rem
}

[data-whatinput=mouse] .dropdown.menu a {
	outline: 0
}

.dropdown.menu .is-active > a {
	background: transparent;
	color: var(--color-orange)
}

.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 {
	right: 100%;
	left: auto;
	top: 0
}

.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 {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent var(--color-orange) transparent transparent;
	border-style: inset solid inset inset;
	border-width: 6px 6px 6px 0
}

.dropdown.menu.vertical > li.opens-right > a:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent var(--color-orange);
	border-style: inset inset inset solid;
	border-width: 6px 0 6px 6px
}

@media print, screen and (min-width: 48em) {
	.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}

	.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}

	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem
	}

	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: var(--color-orange) 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 {
		right: 100%;
		left: auto;
		top: 0
	}

	.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 {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent var(--color-orange) transparent transparent;
		border-style: inset solid inset inset;
		border-width: 6px 6px 6px 0
	}

	.dropdown.menu.medium-vertical > li.opens-right > a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent transparent transparent var(--color-orange);
		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: var(--color-orange) 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 {
		right: 100%;
		left: auto;
		top: 0
	}

	.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 {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent var(--color-orange) transparent transparent;
		border-style: inset solid inset inset;
		border-width: 6px 6px 6px 0
	}

	.dropdown.menu.large-vertical > li.opens-right > a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent transparent transparent var(--color-orange);
		border-style: inset inset inset solid;
		border-width: 6px 0 6px 6px
	}
}

@media screen and (min-width: 75em) {
	.dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}

	.dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}

	.dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem
	}

	.dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: var(--color-orange) transparent transparent;
		border-style: solid inset inset;
		border-width: 6px 6px 0;
		right: 5px;
		left: auto;
		margin-top: -3px
	}

	.dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
		top: 0
	}

	.dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0
	}

	.dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%
	}

	.dropdown.menu.xlarge-vertical > li > a:after {
		right: 14px
	}

	.dropdown.menu.xlarge-vertical > li.opens-left > a:after {
		right: auto;
		left: 5px;
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent var(--color-orange) transparent transparent;
		border-style: inset solid inset inset;
		border-width: 6px 6px 6px 0
	}

	.dropdown.menu.xlarge-vertical > li.opens-right > a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent transparent transparent var(--color-orange);
		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 #666;
	background: #fff
}

.dropdown .is-dropdown-submenu a {
	padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
	right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
	right: auto;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent var(--color-orange) transparent transparent;
	border-style: inset solid inset inset;
	border-width: 6px 6px 6px 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent var(--color-orange);
	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
}

.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-right {
	justify-content: flex-end
}

.align-center {
	justify-content: center
}

.align-justify {
	justify-content: space-between
}

.align-spaced {
	justify-content: space-around
}

.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: 48em) {
	.medium-order-1 {
		order: 1
	}

	.medium-order-2 {
		order: 2
	}

	.medium-order-3 {
		order: 3
	}

	.medium-order-4 {
		order: 4
	}

	.medium-order-5 {
		order: 5
	}

	.medium-order-6 {
		order: 6
	}
}

@media print, screen and (min-width: 64em) {
	.large-order-1 {
		order: 1
	}

	.large-order-2 {
		order: 2
	}

	.large-order-3 {
		order: 3
	}

	.large-order-4 {
		order: 4
	}

	.large-order-5 {
		order: 5
	}

	.large-order-6 {
		order: 6
	}
}

@media screen and (min-width: 75em) {
	.xlarge-order-1 {
		order: 1
	}

	.xlarge-order-2 {
		order: 2
	}

	.xlarge-order-3 {
		order: 3
	}

	.xlarge-order-4 {
		order: 4
	}

	.xlarge-order-5 {
		order: 5
	}

	.xlarge-order-6 {
		order: 6
	}
}

.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: 48em) {
	.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
	}
}

@media screen and (min-width: 75em) {
	.xlarge-flex-container {
		display: flex
	}

	.xlarge-flex-child-auto {
		flex: 1 1 auto
	}

	.xlarge-flex-child-grow {
		flex: 1 0 auto
	}

	.xlarge-flex-child-shrink {
		flex: 0 1 auto
	}

	.xlarge-flex-dir-row {
		flex-direction: row
	}

	.xlarge-flex-dir-row-reverse {
		flex-direction: row-reverse
	}

	.xlarge-flex-dir-column {
		flex-direction: column
	}

	.xlarge-flex-dir-column-reverse {
		flex-direction: column-reverse
	}
}

.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}

@media screen and (max-width: 47.9375em) {
	.hide-for-small-only {
		display: none !important
	}
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
	.show-for-small-only {
		display: none !important
	}
}

@media print, screen and (min-width: 48em) {
	.hide-for-medium {
		display: none !important
	}
}

@media screen and (max-width: 47.9375em) {
	.show-for-medium {
		display: none !important
	}
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important
	}
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important
	}
}

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important
	}
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important
	}
}

@media screen and (min-width: 75em) {
	.hide-for-xlarge {
		display: none !important
	}
}

@media screen and (max-width: 74.9375em) {
	.show-for-xlarge {
		display: none !important
	}
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
	.hide-for-xlarge-only {
		display: none !important
	}
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
	.show-for-xlarge-only {
		display: none !important
	}
}

.show-for-sr, .show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

.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
	}
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@font-face {
	font-family: slick;
	src: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Stylesheets/fonts/slick.eot');
	src: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Stylesheets/fonts/slick.eot?#iefix') format("embedded-opentype"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Stylesheets/fonts/slick.woff') format("woff"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Stylesheets/fonts/slick.ttf') format("truetype"), url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Stylesheets/fonts/slick.svg#slick') format("svg");
	font-weight: 400;
	font-style: normal
}

.slick-next, .slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li, .slick-dots li button {
	height: 20px;
	width: 20px;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-bg, .mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure, img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media (max-width: 900px) {
	.mfp-arrow {
		transform: scale(.75)
	}

	.mfp-arrow-left {
		transform-origin: 0
	}

	.mfp-arrow-right {
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-content figcaption {
	margin: 0
}

.thing {
	z-index: 4000
}

body {
	left: 0;
	position: relative;
	transition: left .8s cubic-bezier(.175, .885, .32, 1)
}

body.menu-open {
	left: -260px;
	overflow: hidden
}

@media screen and (min-width: 75em) {
	body.menu-open {
		left: 0;
		overflow: auto
	}
}

body main {
	overflow: hidden;
	position: relative
}

body main.without-hero {
	padding-top: 66px
}

@media screen and (min-width: 75em) {
	body main.without-hero {
		padding-top: 155px
	}
}

@font-face {
	font-family: Segoe UI;
	font-style: normal;
	font-weight: 400;
	src: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/Segoe-UI.woff')
}

@font-face {
	font-family: Segoe UI;
	font-style: normal;
	font-weight: 700;
	src: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Fonts/Segoe-UI-Bold.woff')
}

.primary {
	color: var(--color-orange)
}

.secondary {
	color: var(--color-blue)
}

.tertiary {
	color: var(--color-orange-dark)
}

.success {
	color: #1df965
}

.warning {
	color: #ffae00
}

.alert {
	color: #fb6a6a
}

h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word
}

.h1 {
	font-size: 28px;
	margin-bottom: 20px
}

@media print, screen and (min-width: 48em) {
	.h1 {
		font-size: 36px
	}
}

@media print, screen and (min-width: 64em) {
	.h1 {
		font-size: 50px
	}
}

h3 {
	font-size: 1.2rem;
	margin: 10px 0
}

h3.secondary {
	margin-bottom: 20px
}
h2.subheader-part.secondary {
	text-align: left;
	color: var(--color-blue);
	margin-bottom: 40px;
}
/*@media print, screen and (min-width: 64em) {*/
/*	h3.secondary {*/
/*		margin-bottom: 40px*/
/*	}*/
/*}*/

.light-gray {
	color: #999;
	display: inline-block;
	margin-bottom: .8rem
}

p {
	font-size: 16px;
	font-weight: 500
}

@media print, screen and (min-width: 48em) {
	p {
		font-size: 18px
	}
}

@media print, screen and (min-width: 64em) {
	p {
		font-size: 20px
	}
}

p.small {
	font-size: 16px
}

small {
	color: #999;
	display: inline-block;
	margin-bottom: .8rem
}

a {
	color: var(--color-blue);
	text-decoration: underline;
	transition: color .3s ease-in-out
}

a:hover {
	color: var(--color-blue-dark)
}

article ul {
	font-size: .7rem;
	margin: .5rem 0 .8rem 30px
}

@media print, screen and (min-width: 64em) {
	article ul {
		font-size: .8rem;
		margin-left: 50px
	}
}

@media print, screen and (min-width: 48em) {
	article ul {
		font-size: .9rem
	}
}

figure.image a {
	display: inline-block
}

figcaption {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 5px
}

.ce-uploads-description {
	font-size: 80%
}

.accordion-item .accordion-title {
	border-bottom: 1px solid var(--color-blue);
	color: #333;
	font-size: 20px;
	padding: 1.5rem 5rem 1.5rem 2rem;
	text-decoration: none;
	transition: background-color .3s ease-in-out, border-color .1s ease-in-out, color .3s ease-in-out
}

.accordion-item .accordion-title:hover {
	background-color: var(--color-blue-light)
}

.accordion-item .accordion-title:active, .accordion-item .accordion-title:focus {
	background-color: inherit
}

.accordion-item .accordion-title:before {
	background: transparent url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-plus-blue.svg') 50%;
	background-size: 15px auto;
	content: "";
	height: 15px;
	width: 15px
}

.accordion-item .accordion-content {
	background-color: #fff;
	border-bottom: 1px solid var(--color-blue);
	padding: 0 2rem 2rem;
	transition: background-color .3s ease-in-out
}

.accordion-item.is-active .accordion-title {
	background-color: var(--color-blue);
	border-color: transparent;
	color: #fff;
	font-weight: 700
}

.accordion-item.is-active .accordion-title:before {
	background: transparent url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-minus.svg') 50%;
	background-size: 15px 11px
}

.accordion-item.is-active .accordion-content {
	background-color: var(--color-blue)
}

.accordion-item.is-active .accordion-content h1,
.accordion-item.is-active .accordion-content h2,
.accordion-item.is-active .accordion-content h3,
.accordion-item.is-active .accordion-content h4,
.accordion-item.is-active .accordion-content h5,
.accordion-item.is-active .accordion-content h6,
.accordion-item.is-active .accordion-content p,
.accordion-item.is-active .accordion-content ul,
.accordion-item.is-active .accordion-content ol,
.accordion-item.is-active .accordion-content li {
	color: #fff !important;
}

.accordion-item.is-active .accordion-content a {
	color: #fff;
	text-decoration: underline
}

.accordion-item.is-active .accordion-content ul {
	color: #fff;
	margin: 0 15px
}

@media print, screen and (min-width: 48em) {
	.accordion-item.is-active .accordion-content ul {
		margin: 0 30px
	}
}

.accordion-item.is-active .accordion-content ul li {
	color: #fff
}

.accordion-item.is-active .accordion-content .team-teaser h1, .accordion-item.is-active .accordion-content .team-teaser h2, .accordion-item.is-active .accordion-content .team-teaser h3, .accordion-item.is-active .accordion-content .team-teaser h4, .accordion-item.is-active .accordion-content .team-teaser h5, .accordion-item.is-active .accordion-content .team-teaser h6, .accordion-item.is-active .accordion-content .team-teaser p {
	color: #333
}

.accordion-item.is-active .accordion-content .team-teaser a {
	color: var(--color-blue);
	text-decoration: underline
}

.accordion-item.is-active .accordion-content .team-teaser ul, .accordion-item.is-active .accordion-content .team-teaser ul li {
	color: #333
}

.accordion-item:last-of-type:not(.is-active) .accordion-title {
	border-bottom: 1px solid var(--color-blue)
}

article {
	background-color: #fff;
	padding: 2rem 0
}

@media print, screen and (min-width: 48em) {
	article {
		padding: 6rem 0
	}
}

article.contrast {
	background-color: var(--color-blue-light)
}

.frame-space-before-extra-small {
	padding-top: 10px
}
.frame-space-after-extra-small {
	padding-bottom: 10px
}

.frame-space-before-small {
	padding-top: 30px
}
.frame-space-after-small {
	padding-bottom: 30px
}

.frame-space-before-medium {
	padding-top: 60px
}
.frame-space-after-medium {
	padding-bottom: 60px
}

.frame-space-before-large {
	padding-top: 80px
}
.frame-space-after-large {
	padding-bottom: 80px
}

.frame-space-before-extra-large {
	padding-top: 100px
}
.frame-space-after-extra-large {
	padding-bottom: 100px
}


.frame-layout-fond-border-primary.frame-space-before-extra-small,
.frame-layout-fond-border-yellow.frame-space-before-extra-small,
.frame-layout-fond-border-red.frame-space-before-extra-small,
.frame-layout-fond-grey.frame-space-before-extra-small,
.frame-layout-fond-primary.frame-space-before-extra-small,
.frame-layout-fond-yellow.frame-space-before-extra-small {
	padding-top: 20px;
	margin-top: 10px
}
.frame-layout-fond-border-primary.frame-space-after-extra-small,
.frame-layout-fond-border-yellow.frame-space-after-extra-small,
.frame-layout-fond-border-red.frame-space-after-extra-small,
.frame-layout-fond-grey.frame-space-after-extra-small,
.frame-layout-fond-primary.frame-space-after-extra-small,
.frame-layout-fond-yellow.frame-space-after-extra-small {
	padding-bottom: 20px;
	margin-bottom: 10px
}
.frame-layout-fond-border-primary.frame-space-before-small,
.frame-layout-fond-border-yellow.frame-space-before-small,
.frame-layout-fond-border-red.frame-space-before-small,
.frame-layout-fond-grey.frame-space-before-small,
.frame-layout-fond-primary.frame-space-before-small,
.frame-layout-fond-yellow.frame-space-before-small {
	padding-top: 20px;
	margin-top: 30px
}
.frame-layout-fond-border-primary.frame-space-after-small,
.frame-layout-fond-border-yellow.frame-space-after-small,
.frame-layout-fond-border-red.frame-space-after-small,
.frame-layout-fond-grey.frame-space-after-small,
.frame-layout-fond-grey.frame-layout-fond-primary,
.frame-layout-fond-yellow.frame-space-after-small {
	padding-bottom: 20px;
	margin-bottom: 30px
}
.frame-layout-fond-border-primary.frame-space-before-medium,
.frame-layout-fond-border-yellow.frame-space-before-medium,
.frame-layout-fond-border-red.frame-space-before-medium,
.frame-layout-fond-grey.frame-space-before-medium,
.frame-layout-fond-primary.frame-space-before-medium,
.frame-layout-fond-yellow.frame-space-before-medium {
	padding-top: 20px;
	margin-top: 60px
}
.frame-layout-fond-border-primary.frame-space-after-medium,
.frame-layout-fond-border-yellow.frame-space-after-medium,
.frame-layout-fond-border-red.frame-space-after-medium,
.frame-layout-fond-grey.frame-space-after-medium,
.frame-layout-fond-primary.frame-space-after-medium,
.frame-layout-fond-yellow.frame-space-after-medium {
	padding-bottom: 20px;
	margin-bottom: 60px
}
.frame-layout-fond-border-primary.frame-space-before-large,
.frame-layout-fond-border-yellow.frame-space-before-large,
.frame-layout-fond-border-red.frame-space-before-large,
.frame-layout-fond-grey.frame-space-before-large,
.frame-layout-fond-primary.frame-space-before-large,
.frame-layout-fond-yellow.frame-space-before-large {
	padding-top: 20px;
	margin-top: 80px
}
.frame-layout-fond-border-primary.frame-space-after-large,
.frame-layout-fond-border-yellow.frame-space-after-large,
.frame-layout-fond-border-red.frame-space-after-large,
.frame-layout-fond-grey.frame-space-after-large,
.frame-layout-fond-primary.frame-space-after-large,
.frame-layout-fond-yellow.frame-space-after-large {
	padding-bottom: 20px;
	margin-bottom: 80px
}
.frame-layout-fond-border-primary.frame-space-before-extra-large,
.frame-layout-fond-border-yellow.frame-space-before-extra-large,
.frame-layout-fond-border-red.frame-space-before-extra-large,
.frame-layout-fond-grey.frame-space-before-extra-large,
.frame-layout-fond-primary.frame-space-before-extra-large,
.frame-layout-fond-yellow.frame-space-before-extra-large {
	padding-top: 0;
	margin-top: 100px
}
.frame-layout-fond-border-primary.frame-space-after-extra-large,
.frame-layout-fond-border-yellow.frame-space-after-extra-large,
.frame-layout-fond-border-red.frame-space-after-extra-large,
.frame-layout-fond-grey.frame-space-after-extra-large,
.frame-layout-fond-primary.frame-space-after-extra-large,
.frame-layout-fond-yellow.frame-space-after-extra-large {
	padding-bottom: 20px;
	margin-bottom: 100px
}

.asset-list-item {
	align-items: center;
	display: flex;
	margin-bottom: 1rem
}

.asset-list-item__icon {
	align-self: stretch;
	background-color: var(--color-blue);
	display: flex;
	padding: 1rem;
	width: 70px
}

.asset-list-item__icon .icon {
	align-self: center;
	height: 35px;
	text-align: center;
	width: 35px
}

.asset-list-item__icon .icon svg {
	fill: #fff
}

.asset-list-item__content {
	background-color: var(--color-blue-light);
	width: 100%
}

.contrast .asset-list-item__content {
	background-color: #fff
}

@media print, screen and (min-width: 48em) {
	.asset-list-item__content {
		align-items: center;
		align-self: stretch;
		display: flex
	}
}

.asset-list-item__label {
	flex-grow: 1;
	padding: 1rem
}

@media print, screen and (min-width: 64em) {
	.asset-list-item__label {
		padding-right: 4rem
	}
}

.asset-list-item__download-link {
	color: var(--color-blue);
	display: block;
	padding: 0 1rem 1rem 0;
	text-align: right
}

@media print, screen and (min-width: 48em) {
	.asset-list-item__download-link {
		padding: 1rem
	}
}

.tx-solr-autosuggest {
	background: #fff;
	border: 1px solid #d7d7d7;
	min-width: 280px !important;
	overflow: auto
}

@media print, screen and (min-width: 48em) {
	.tx-solr-autosuggest {
		min-width: 380px !important
	}
}

.tx-solr-autosuggest strong {
	color: var(--color-blue);
	font-weight: bolder
}

.tx-solr-autosuggest .autocomplete-selected {
	background: var(--color-blue);
	color: #fff;
	font-size: 18px
}

@media screen and (max-width: 47.9375em) {
	.tx-solr-autosuggest .autocomplete-selected {
		font-size: 14px
	}
}

.tx-solr-autosuggest .autocomplete-selected strong {
	color: #fff;
	font-weight: bolder
}

.tx-solr-autosuggest .autocomplete-selected a {
	color: #fff
}

.tx-solr-autosuggest .autocomplete-suggestion {
	font-size: 18px;
	overflow: hidden;
	padding: 5px 10px;
	white-space: nowrap
}

@media screen and (max-width: 47.9375em) {
	.tx-solr-autosuggest .autocomplete-suggestion {
		font-size: 14px
	}
}

.tx-solr-autosuggest .autocomplete-group {
	background: var(--color-blue-light);
	color: #333;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px
}

@media print, screen and (min-width: 48em) {
	.tx-solr-autosuggest .autocomplete-group {
		font-size: 18px
	}
}

.tx-solr-autosuggest .autocomplete-group strong {
	border-bottom: 1px solid #999;
	display: block
}

.box-slider .slick-slide:focus {
	box-shadow: none;
	outline: none
}

.box-slider .slick-slide > div > .cell {
	margin: 0;
	padding-left: .75rem;
	padding-right: .75rem
}

@media print, screen and (min-width: 64em) {
	.box-slider .slick-slide > div > .frame {
		align-items: stretch;
		display: flex !important;
		width: 100%
	}
}

@media print, screen and (min-width: 64em) {
	.box-slider .slick-slide .calendarize, .box-slider .slick-slide .calendarize > div {
		align-items: stretch;
		display: flex;
		width: 100%
	}
}

.box-slider .slick-slide .calendarize > div > .cell {
	margin: 0;
	padding-left: .75rem;
	padding-right: .75rem
}

@media print, screen and (min-width: 64em) {
	.box-slider .slick-track {
		align-items: stretch;
		display: flex;
		flex-direction: row
	}

	.box-slider .slick-slide {
		display: flex;
		float: none;
		height: auto
	}

	.box-slider .slick-slide > div {
		flex-direction: row;
		justify-content: center
	}

	.box-slider .slick-slide > div, .box-slider .slick-slide > div > .frame {
		align-items: stretch;
		display: flex;
		width: 100%
	}
}

.box-slider .slick-arrow {
	background: var(--color-orange) 50% no-repeat;
	height: 30px;
	top: 25%;
	width: 30px;
	z-index: 10
}

.box-slider .slick-arrow:before {
	content: none
}

@media print, screen and (min-width: 64em) {
	.box-slider .slick-arrow {
		height: 50px;
		width: 50px
	}
}

.box-slider .slick-prev {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-arrow-left.svg');
	background-size: contain;
	left: 0
}

.box-slider .slick-next {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-arrow-right.svg');
	background-size: contain;
	right: 0
}

.breadcrumbs-container {
	background-color: #fff;
	border-bottom: 1px solid #cbcbcb;
	padding: 1rem 0
}

.breadcrumbs {
	margin: 0
}

.breadcrumbs li {
	position: relative
}

.breadcrumbs li, .breadcrumbs li a {
	color: #cbcbcb;
	font-size: 16px;
	text-decoration: none;
	text-transform: none
}

.breadcrumbs li a[href]:hover {
	color: var(--color-blue)
}

.breadcrumbs li a:not([href]) {
	cursor: text
}

.breadcrumbs li:first-of-type, .breadcrumbs li:first-of-type a {
	color: #cbcbcb
}

.breadcrumbs li:last-of-type, .breadcrumbs li:last-of-type a {
	color: #666
}

.breadcrumbs li:not(:last-child):after {
	color: #cbcbcb;
	content: "/";
	display: inline-block;
	font-size: 16px;
	margin: 0 .3rem
}

.button {
	align-items: baseline;
	display: inline-flex;
	flex-direction: row;
	font-weight: 700;
	line-height: 1;
	padding: .75rem 2.5rem;
	text-decoration: none;
	transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out
}

.button.primary:hover {
	background-color: var(--color-orange);
	color: #fff
}

.button.primary[disabled], .button.primary[disabled]:hover {
	background-color: #666;
	color: #333
}

.button.primary[disabled] .button__icon .icon svg {
	fill: #333
}

.button.secondary:hover {
	background-color: var(--color-orange);
	color: #fff
}

.button.secondary[disabled], .button.secondary[disabled]:hover {
	background-color: #666;
	color: #333
}

.button.secondary[disabled] .button__icon .icon svg {
	fill: #333
}

.button.tertiary:hover {
	background-color: var(--color-orange-dark);
	color: #fff
}

.button.tertiary[disabled], .button.tertiary[disabled]:hover {
	background-color: #666;
	color: #333
}

.button.tertiary[disabled] .button__icon .icon svg {
	fill: #333
}

.button.success:hover {
	background-color: var(--color-orange-dark);
	color: #fff
}

.button.success[disabled], .button.success[disabled]:hover {
	background-color: #666;
	color: #333
}

.button.success[disabled] .button__icon .icon svg {
	fill: #333
}

.button.warning:hover {
	background-color: var(--color-orange-dark);
	color: #fff
}

.button.warning[disabled], .button.warning[disabled]:hover {
	background-color: #666;
	color: #333
}

.button.warning[disabled] .button__icon .icon svg {
	fill: #333
}

.button.alert:hover {
	background-color: var(--color-orange-dark);
	color: #fff
}

.button.alert[disabled], .button.alert[disabled]:hover {
	background-color: #666;
	color: #333
}

.button.alert[disabled] .button__icon .icon svg {
	fill: #333
}

.button.hollow.primary .button__icon .icon svg {
	fill: var(--color-orange)
}

.button.hollow.primary:hover {
	background-color: #fff;
	border-color: #333;
	color: #333
}

.button.hollow.primary:hover .button__icon .icon svg {
	fill: #333
}

.button.hollow.primary[disabled], .button.hollow.primary[disabled]:hover {
	background-color: #fff;
	border-color: #666;
	color: #333
}

.button.hollow.primary[disabled] .button__icon .icon svg {
	fill: #333
}

.button.hollow.secondary .button__icon .icon svg {
	fill: var(--color-blue)
}

.button.hollow.secondary:hover {
	background-color: #fff;
	border-color: #333;
	color: #333
}

.button.hollow.secondary:hover .button__icon .icon svg {
	fill: #333
}

.button.hollow.secondary[disabled], .button.hollow.secondary[disabled]:hover {
	background-color: #fff;
	border-color: #666;
	color: #333
}

.button.hollow.secondary[disabled] .button__icon .icon svg {
	fill: #333
}

.button.hollow.tertiary .button__icon .icon svg {
	fill: var(--color-orange-dark)
}

.button.hollow.tertiary:hover {
	background-color: #fff;
	border-color: #333;
	color: #333
}

.button.hollow.tertiary:hover .button__icon .icon svg {
	fill: #333
}

.button.hollow.tertiary[disabled], .button.hollow.tertiary[disabled]:hover {
	background-color: #fff;
	border-color: #666;
	color: #333
}

.button.hollow.tertiary[disabled] .button__icon .icon svg {
	fill: #333
}

.button.hollow.success .button__icon .icon svg {
	fill: #1df965
}

.button.hollow.success:hover {
	background-color: #fff;
	border-color: #333;
	color: #333
}

.button.hollow.success:hover .button__icon .icon svg {
	fill: #333
}

.button.hollow.success[disabled], .button.hollow.success[disabled]:hover {
	background-color: #fff;
	border-color: #666;
	color: #333
}

.button.hollow.success[disabled] .button__icon .icon svg {
	fill: #333
}

.button.hollow.warning .button__icon .icon svg {
	fill: #ffae00
}

.button.hollow.warning:hover {
	background-color: #fff;
	border-color: #333;
	color: #333
}

.button.hollow.warning:hover .button__icon .icon svg {
	fill: #333
}

.button.hollow.warning[disabled], .button.hollow.warning[disabled]:hover {
	background-color: #fff;
	border-color: #666;
	color: #333
}

.button.hollow.warning[disabled] .button__icon .icon svg {
	fill: #333
}

.button.hollow.alert .button__icon .icon svg {
	fill: #fb6a6a
}

.button.hollow.alert:hover {
	background-color: #fff;
	border-color: #333;
	color: #333
}

.button.hollow.alert:hover .button__icon .icon svg {
	fill: #333
}

.button.hollow.alert[disabled], .button.hollow.alert[disabled]:hover {
	background-color: #fff;
	border-color: #666;
	color: #333
}

.button.hollow.alert[disabled] .button__icon .icon svg {
	fill: #333
}

.button__icon {
	display: inline-block;
	margin-left: .75rem;
	position: relative;
	width: 25px
}

.button__icon .icon {
	bottom: -.2rem;
	height: 25px;
	left: 0;
	position: absolute;
	width: 25px
}

.button__icon .icon svg {
	fill: #fff;
	transition: fill .3s ease-out
}

.button--icon-left {
	flex-direction: row-reverse
}

.button--icon-left .button__icon {
	margin-left: 0;
	margin-right: .75rem
}

.calendarize .table-bordered {
	background: var(--color-orange);
	border: solid #cdcdcd;
	border-width: 1px 1px 0;
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 10px 0;
	text-align: center
}

.calendarize .table-bordered th, .calendarize .table-bordered thead, .calendarize .table-bordered tr {
	display: block;
	width: 100%
}

.calendarize .fc-header-toolbar {
	display: none
}

.calendarize .fc-day-header {
	background: #f4f4f4;
	font-size: 16px;
	padding: 8px
}

@media print, screen and (min-width: 48em) {
	.calendarize .fc-day-header {
		padding: 18px
	}
}

.calendarize .fc-week {
	height: auto !important;
	min-height: 0 !important
}

.calendarize .fc-day-number {
	display: block;
	padding: 8px;
	text-align: center
}

@media print, screen and (min-width: 48em) {
	.calendarize .fc-day-number {
		padding: 18px
	}
}

.calendarize .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: none !important
}

.calendarize .fc-scroller {
	height: auto !important
}

.calendarize .fc-unthemed td.fc-today {
	background: none
}

.calendarize .fc-event--active {
	background: #b8c2d9;
	font-weight: 700
}

.calendarize .fc-content {
	align-self: flex-end;
	background: var(--color-blue);
	border: 0;
	color: #fff;
	font-size: 12px;
	padding: 3px;
	width: 100%
}

.calendarize .fc-event {
	background: transparent;
	border: 0
}

.calendarize .fc-event-container {
	position: relative
}

.calendarize .fc-day-grid-event {
	display: flex;
	margin: 0;
	width: calc(100% - 2px)
}

.embed-container {
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%
}

.embed-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.embed-container--gallery {
	margin: 0 auto
}

@media print, screen and (min-width: 64em) {
	.embed-container--gallery {
		width: 680px
	}
}

.event-item {
	background: var(--color-blue-light);
	margin-bottom: 30px;
	padding: 40px 45px
}

.contrast .event-item {
	background: #fff
}

.event-item h2 a {
	color: var(--color-blue);
	text-decoration: none
}

.event-item h3 {
	margin-bottom: 10px
}

.event-item__image {
	height: auto;
	margin-bottom: 30px;
	width: 100%
}
.calendarize-item .event-item__image img {
	max-width: 210px;
}
.calendarize .event-item__image img {
	max-width: 300px;
}

.event-item__link {
	color: var(--color-blue);
	font-size: 16px;
	font-weight: 700
}

.event-item__info {
	margin-bottom: .5rem
}

.event-item__event {
	display: block;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative
}

.event-item__event .icon {
	fill: var(--color-orange);
	height: 27px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px
}

.df-abs-center {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%)
}

.df-abs-h-center {
	position: absolute;
	left: 50%;
	transform: translate(-50%)
}

.df-container {
	min-height: 320px;
	background: no-repeat 50%;
	background-size: cover;
	width: 100%;
	position: relative;
	image-rendering: auto;
	direction: ltr
}

.df-container.df-transparent:not(.df-fullscreen) {
	background: transparent !important
}

.df-container.df-custom-fullscreen.df-fullscreen {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	z-index: 999999
}

.df-container .loading-info {
	position: absolute;
	top: 100%;
	margin-top: 20px;
	margin-left: 5px;
	padding: 6px 20px;
	background-color: rgba(0, 0, 0, .09);
	font-style: italic;
	border-radius: 5px;
	font-size: 11px;
	max-height: 30px;
	color: #fff;
	max-width: 200px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	opacity: .7;
	transition: top .3s ease;
	-webkit-transition: top .3s ease
}

.loading-info.df-old-browser {
	color: grey;
	background-color: #fff;
	opacity: .9;
	text-align: center;
	max-height: none
}

.loading-info.df-old-browser a {
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #2196f3;
	display: block;
	text-decoration: underline;
	margin: 10px 0 0
}

.df-container.df-init .loading-info {
	top: 50%
}

.df-3dcanvas {
	position: absolute;
	z-index: 1;
	right: 0
}

.df-rtl .df-3dcanvas {
	right: auto;
	left: 0
}

.df-container a {
	outline: none;
	text-decoration: none;
	box-shadow: none
}

.df-container.df-zoom-enabled .df-book-stage, .df-container.df-zoom-enabled canvas.df-3dcanvas {
	cursor: move;
	cursor: -webkit-grab
}

.df-container:after, .df-container:before {
	content: " ";
	transition: opacity .3s .1s;
	-webkit-transition: opacity .3s .1s;
	opacity: 0;
	height: 50px;
	width: 50px;
	left: 50%;
	top: 50%;
	font-size: 12px;
	margin: -45px -25px -25px;
	box-sizing: border-box;
	position: absolute;
	pointer-events: none
}

.df-container.df-loading:after, .df-container.df-loading:before {
	content: " ";
	z-index: 100;
	opacity: 1
}

.df-container.df-loading:after {
	content: " ";
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/images/loading.gif');
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: 50%
}

.df-container.df-loading:before {
	background-color: #fff;
	border-radius: 50px;
	border: 1px solid hsla(0, 0%, 58.8%, .2)
}

.df-book-stage {
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom: 0;
	z-index: 1;
	top: 0;
	left: 0;
	filter: blur(0);
	-webkit-filter: blur(0);
	padding: 30px 50px 70px
}

.df-container.df-xs .df-book-stage {
	padding-left: 20px;
	padding-right: 20px
}

.df-container.df-sidemenu-open .df-book-stage {
	padding-left: 230px;
	padding-right: 10px
}

.df-container.df-sidemenu-open > .df-ui-btn.df-ui-prev {
	left: 220px
}

.df-rtl.df-container.df-sidemenu-open > .df-ui-btn.df-ui-prev {
	left: 0
}

.df-rtl.df-container.df-sidemenu-open > .df-ui-btn.df-ui-next {
	right: 220px
}

.df-book-stage.df-zoom-enabled {
	cursor: move
}

.df-page-back:before, .df-page-front:before {
	content: " "
}

.df-book-page .df-page-front:before {
	background-image: -ms-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, transparent 70%)
}

.df-book-page .df-page-back:before {
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, hsla(0, 0%, 100%, .07), hsla(0, 0%, 100%, 0))
}

.df-book-page, .df-book-wrapper, .df-page-back:before, .df-page-content, .df-page-content:after, .df-page-effects, .df-page-effects:before, .df-page-front:before, .df-page-wrapper, .df-page-wrapper:after {
	position: absolute;
	height: 100%;
	display: block;
	top: 0
}

.df-book-page, .df-page-content {
	width: 100%
}

.df-book-wrapper {
	position: relative;
	margin: 0 auto;
	transition: left .3s;
	-webkit-transition: left .3s;
	left: 0
}

.df-zoom-enabled .df-book-wrapper {
	transition: none;
	-webkit-transition: none
}

.df-loading.df-container .df-book-wrapper {
	left: 100%
}

.df-book-wrapper.close-right {
	left: 25%
}

.df-book-wrapper.close-left {
	left: -25%
}

.df-book-shadow {
	position: absolute;
	z-index: -1;
	height: 100%;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.df-book-wrapper .df-book-side-buttons {
	position: absolute;
	left: 100%;
	width: 40px;
	opacity: .3;
	height: 100%;
	cursor: pointer;
	z-index: 30;
	border-radius: 0 20px 20px 0
}

.df-book-prev-button.df-book-side-buttons {
	border-radius: 20px 0 0 20px
}

.df-book-wrapper .df-book-side-buttons:hover {
	opacity: .5;
	background-color: rgba(0, 0, 0, .18)
}

.df-book-wrapper .df-book-prev-button {
	right: 100%;
	left: auto
}

.df-book-wrapper .df-book-side-buttons:before {
	position: absolute;
	font-size: 30px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%
}

.df-page-wrapper {
	overflow: hidden
}

.df-hard-page .df-page-wrapper {
	width: 100% !important;
	height: 100% !important;
	overflow: visible;
	transform-style: preserve-3d;
	transform-origin: 0 50% 0
}

.df-book-page.df-flipping, .df-book-page.df-folding {
	box-shadow: -2px 0 10px transparent
}

.df-book-page.df-left-side {
	left: 0;
	transform-origin: right
}

.df-book-page.df-right-side {
	left: 50%;
	transform-origin: left
}

.df-book-page.df-right-side + .df-page-wrapper.df-right-side {
	z-index: -1
}

.df-book-page .df-page-back, .df-book-page .df-page-front {
	width: 100%;
	background-size: 100.5% 100%;
	background-size: 100% 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	box-sizing: border-box
}

.df-page-back > canvas, .df-page-front > canvas {
	width: 100%;
	position: relative;
	z-index: -1
}

.df-quick-turn:before {
	opacity: 0
}

.df-book-page.df-flipping.df-left-side:before {
	background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .1));
	width: 10px;
	left: -10px
}

.df-book-page {
	width: 50%
}

.df-book-page.df-flipping, .df-book-page.df-folding {
	z-index: 200 !important
}

.df-page-content {
	background-size: 100.25% !important;
	background-repeat: no-repeat !important;
	transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	width: 100%;
	overflow: hidden
}

.df-book-page.df-left-side .df-page-front {
	z-index: 2
}

.df-book-page.df-left-side .df-page-back {
	z-index: 1
}

.df-book-page.df-left-side.df-folding:not(.df-hard-page) .df-page-back {
	z-index: 3
}

.df-book-page.df-right-side .df-page-front {
	top: 0;
	left: 0;
	z-index: 0
}

.df-book-page, .df-page-back, .df-page-fold-inner-shadow, .df-page-fold-outer-shadow, .df-page-front, .df-page-wrapper {
	position: absolute;
	transform-origin: 0 0 0
}

.df-page-back, .df-page-front {
	overflow: hidden
}

.df-page-fold-outer-shadow {
	z-index: -1;
	width: 100%;
	height: 100%
}

.df-page-fold-inner-shadow {
	position: absolute;
	z-index: 5;
	display: none
}

.df-book-page.df-folding .df-page-fold-inner-shadow {
	display: block
}

.df-book-page.df-right-side .df-page-back {
	left: 0;
	z-index: 1
}

.df-book-page.df-right-side.df-folding .df-page-front {
	z-index: 2
}

.df-page-wrapper.df-right-side .df-page-back {
	left: 100%;
	z-index: 1;
	overflow: hidden
}

.df-hard-page .df-page-back, .df-hard-page .df-page-front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.df-hard-page.df-right-side .df-page-front {
	transform-origin: right 50%;
	z-index: 3 !important
}

.df-hard-page.df-left-side .df-page-front {
	transform-origin: right 50%
}

.df-hard-page.df-right-side .df-page-back {
	transform-origin: left 50%;
	z-index: 3
}

.df-hard-page.df-left-side .df-page-back {
	transform-origin: left 50%
}

.df-page-back:before, .df-page-front:before {
	width: 20%;
	z-index: 5;
	pointer-events: none
}

.df-page-front:before {
	right: 0
}

.df-page-wrapper.df-right-side.df-flipping {
	z-index: 4
}

.df-ui {
	height: 60px;
	padding: 20px 16px 0
}

.df-ui-btn, .df-ui-wrapper {
	color: #888;
	vertical-align: top;
	background-color: #f7f7f7;
	box-sizing: border-box;
	text-align: center
}

.df-ui-wrapper {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	background-color: #f7f7f7;
	position: absolute
}

.df-share-wrapper {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .35);
	display: none
}

.df-share-box {
	position: absolute;
	top: 50%;
	width: 280px;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 15px 5px;
	text-align: center
}

span.df-share-title {
	color: #777;
	margin-bottom: 10px;
	display: block
}

.df-share-url {
	background-color: #fff;
	height: 60px;
	color: #666;
	padding: 2px 5px;
	border-radius: 5px;
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
	margin-bottom: 0
}

.df-share-button {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	padding: 10px;
	margin: 3px;
	color: #aaa
}

.df-share-button:hover {
	color: #444
}

.df-ui-btn {
	position: relative;
	width: 35px;
	right: 0;
	height: 40px;
	font-size: 17px;
	cursor: pointer;
	z-index: 2;
	display: inline-block;
	padding: 12px 5px;
	line-height: 1
}

.df-floating .df-ui-controls > .df-ui-btn:first-child {
	border-radius: 5px 0 0 5px
}

.df-floating .df-ui-controls > .df-ui-btn:last-child {
	border-radius: 0 5px 5px 0
}

.df-ui-btn:before {
	box-sizing: border-box
}

.df-ui-help, .df-ui-outline, .df-ui-share, .df-ui-sound, .df-ui-thumbnail {
	float: left
}

.df-ui-btn:hover {
	color: #00acce
}

.df-ui-btn.disabled, .df-ui-btn.disabled:hover {
	color: #ccc
}

.df-ui-page {
	padding: 8px 5px 2px;
	font-size: 12px;
	width: auto;
	width: 50px;
	margin: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .03)
}

.df-ui-page input {
	width: 100%;
	background-color: transparent;
	height: 25px;
	margin: 0;
	padding: 0 !important;
	border: 1px solid #8f8f8f;
	text-align: center;
	vertical-align: top;
	color: transparent;
	font-size: 14px;
	top: 0;
	box-sizing: border-box;
	z-index: -1;
	display: inline-block;
	opacity: 0
}

.df-ui-page input:focus {
	z-index: 2;
	opacity: 1;
	color: inherit
}

.df-ui-page input:focus + label {
	opacity: 0;
	display: none
}

.df-ui-page label {
	position: absolute;
	height: 30px;
	width: 100%;
	display: block;
	top: 0;
	padding-top: 14px;
	line-height: 1.1em;
	color: #999;
	font-size: 13px;
	font-weight: 400;
	left: 0;
	cursor: pointer;
	background-color: transparent;
	z-index: 1;
	box-sizing: border-box
}

.df-ui-share {
	float: left
}

.df-ui-fullscreen {
	bottom: 0
}

.df-ui-zoom {
	top: 24px;
	height: 60px;
	right: 24px;
	width: 30px;
	display: none;
	border-radius: 3px
}

.df-ui-sidemenu-close {
	position: absolute;
	top: 10px;
	right: -32px;
	font-size: 14px;
	width: 32px;
	height: 35px;
	cursor: pointer;
	padding: 10px 0;
	background: inherit;
	border-radius: 0 5px 5px 0;
	z-index: -1;
	transition: .5s ease;
	-webkit-transition: .5s ease
}

.df-ui-controls {
	bottom: 0;
	width: 100%;
	height: 40px;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 4;
	display: block
}

.df-floating .df-ui-controls {
	bottom: 10px;
	width: auto;
	width: intial;
	transform: translateX(-50%);
	left: 50%;
	margin: 0 auto;
	display: table;
	display: flex;
	border-radius: 5px
}

.df-floating.df-controls-top .df-ui-controls {
	bottom: auto;
	bottom: intial;
	top: 10px
}

.df-floating.df-controls-hide .df-ui-controls {
	display: none
}

.df-ui-wrapper.df-ui-controls .df-ui-btn {
	float: none
}

.df-ui-size {
	bottom: 24px;
	height: 60px;
	right: 24px
}

.df-ui-size:before, .df-ui-zoom:before {
	height: 0;
	border-bottom: 1px solid;
	content: " ";
	right: 5px;
	opacity: .3;
	display: block;
	position: absolute;
	top: 30px;
	left: 5px;
	z-index: 2
}

.df-ui-zoomin {
	top: 0
}

.df-ui-zoomout {
	bottom: 0
}

.df-ui-next {
	right: 24px;
	right: 0;
	border-radius: 0
}

.df-container.df-floating > .df-ui-next {
	right: 8px
}

.df-container.df-floating > .df-ui-prev {
	left: 2px
}

.df-container > .df-ui-next, .df-container > .df-ui-prev {
	margin-top: -5px;
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	opacity: .3;
	background-color: transparent;
	height: auto;
	font-size: 36px;
	color: #000;
	text-align: center;
	width: auto
}

.df-container > .df-ui-next:hover, .df-container > .df-ui-prev:hover {
	opacity: .7
}

.df-container.df-floating > .df-ui-next, .df-container.df-floating > .df-ui-prev {
	border-radius: 50%;
	width: 40px
}

.df-ui-prev {
	left: 0;
	right: auto;
	border-radius: 0
}

.df-ui-alt {
	position: relative !important;
	right: auto;
	left: auto;
	box-shadow: none !important
}

.df-ui-alt.df-ui-next {
	border-right: 1px solid #ddd
}

.df-ui-btn.df-active {
	color: #00acce;
	background-color: #e7e7e7
}

.df-ui-fit {
	display: none
}

.df-ui-fullscreen, .df-ui-more, .df-ui-zoomin, .df-ui-zoomout {
	float: right
}

.df-ui-fit {
	top: 0
}

.df-ui-more .more-container {
	display: none;
	position: absolute;
	bottom: 100%;
	margin-bottom: 8px !important;
	right: 10px;
	background-color: #f7f7f7;
	z-index: 20;
	border-radius: 5px;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .2)
}

.df-controls-top .df-ui-more .more-container {
	bottom: auto;
	margin-top: 8px !important;
	top: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.more-container:before {
	content: " ";
	position: absolute;
	border: 7px solid transparent;
	border-top-color: #eee;
	height: 0;
	width: 0;
	bottom: -14px;
	right: 13px;
	margin-right: -8px;
	pointer-events: none
}

.df-controls-top .more-container:before {
	border: 7px solid transparent;
	border-bottom-color: #eee;
	top: -14px
}

.more-container .df-ui-btn {
	width: auto;
	width: 170px;
	text-align: left;
	padding: 8px 10px;
	height: 36px;
	border-top: 1px solid #e4e4e4;
	border-radius: 0
}

.more-container .df-ui-btn:hover {
	background-color: #eee
}

.more-container > .df-ui-btn:first-child {
	border-radius: 5px;
	border-top: none
}

.more-container > .df-ui-btn:last-child {
	border-radius: 0 0 5px 5px
}

.more-container .df-ui-btn:before {
	position: absolute;
	top: 11px;
	font-size: 14px
}

.df-ui-btn span {
	display: none
}

.more-container .df-ui-btn span {
	font-size: 12px;
	padding-left: 20px;
	vertical-align: middle;
	display: inline-block
}

.df-ui-more.df-active .more-container {
	display: block
}

.annotationDiv section, .annotationLayer section, .customHtmlAnnotation, .customLinkAnnotation, .customVideoAnnotation, .highlightAnnotation, .linkAnnotation, .popupAnnotation {
	position: absolute;
	z-index: 5;
	cursor: pointer;
	pointer-events: all
}

.annotationDiv .popupWrapper {
	position: absolute;
	width: 20em
}

.annotationDiv .popup {
	position: absolute;
	z-index: 200;
	max-width: 20em;
	background-color: #ff9;
	box-shadow: 0 2px 5px #333;
	border-radius: 2px;
	padding: .6em;
	margin-left: 5px;
	cursor: pointer;
	word-wrap: break-word
}

.annotationDiv .popup h1 {
	font-size: 1em;
	border-bottom: 1px solid #000;
	padding-bottom: .2em
}

.annotationDiv .popup p {
	padding-top: .2em
}

.annotationDiv .fileAttachmentAnnotation, .annotationDiv .highlightAnnotation, .annotationDiv .squigglyAnnotation, .annotationDiv .strikeoutAnnotation, .annotationDiv .underlineAnnotation {
	cursor: pointer
}

.annotationDiv .textAnnotation img {
	position: absolute;
	cursor: pointer
}

.annotationDiv .buttonWidgetAnnotation.pushButton > a, section.linkAnnotation a {
	display: block;
	height: 100%
}

.customHtmlAnnotation, .customVideoAnnotation, a.customLinkAnnotation, a.linkAnnotation, section.linkAnnotation a {
	background-color: transparent;
	background-color: #ff0;
	opacity: .1
}

.highlightAnnotation:hover, a.customLinkAnnotation:hover, a.linkAnnotation:hover, section.linkAnnotation a:hover {
	opacity: .4;
	border-color: transparent;
	background-color: #2196f3
}

.annotationDiv {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden
}

section.linkAnnotation a .annotationLayer > a {
	display: block;
	position: absolute;
	height: 100%;
	cursor: pointer;
	box-sizing: border-box
}

.df-page-loading:after, .df-page-loading:before {
	content: " ";
	height: 44px;
	width: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px
}

.df-page-loading:before {
	background-color: #fff;
	border-radius: 50px;
	box-sizing: border-box
}

.df-page-loading:after {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 22px
}

.df-thumb-container .df-vrow {
	height: 124px;
	left: 0;
	width: 90%;
	margin: 10px auto;
	background-position: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	right: 0;
	border-radius: 5px
}

.df-thumb-container .df-vrow:before {
	content: "";
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/images/loading.gif');
	background-size: 22px;
	height: 22px;
	width: 22px;
	display: block;
	top: 60px;
	margin: 0 auto;
	position: relative;
	z-index: 0
}

.df-thumb-container .df-vrow:hover {
	background-color: #bbb
}

.df-floating .df-thumb-container .df-vrow:hover, .df-vrow.df-selected {
	background-color: #ccc;
	opacity: 1
}

.df-thumb-container .df-vrow.df-thumb-loaded {
	background-size: contain
}

.df-thumb-container .df-vrow.df-thumb-loaded:before {
	display: none
}

.df-vrow > div {
	background-color: hsla(0, 0%, 66.7%, .54);
	width: 40px;
	margin: 0 auto
}

.df-sidemenu {
	float: left;
	width: 220px;
	height: auto !important;
	position: absolute !important;
	top: 0;
	z-index: 3;
	transition: transform .5s ease;
	-webkit-transition: -webkit-transform .5s ease;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	left: -50px;
	background-color: hsla(0, 0%, 93.3%, .9)
}

.df-rtl .df-sidemenu {
	left: auto;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	right: -50px;
	direction: rtl
}

.df-thumb-container {
	text-align: center
}

.df-outline-container {
	color: #666;
	font-size: 12px
}

.df-outline-wrapper, .df-thumb-wrapper {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto !important;
	box-shadow: 1px 0 4px hsla(0, 0%, 40%, .38)
}

.df-outline-wrapper {
	overflow: auto;
	padding: 10px 10px 5px
}

.df-floating .df-outline-container, .df-floating .df-thumb-container {
	bottom: 0
}

.df-sidemenu.df-sidemenu-visible {
	display: block;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	left: 0
}

.df-outline-toggle {
	cursor: pointer;
	float: left;
	width: 18px;
	padding: 5px 0;
	margin-left: -18px;
	text-align: center
}

.df-outline-toggle.df-outlines-hidden ~ .df-outline-items {
	display: none
}

.df-outline-items > .df-outline-item {
	margin-left: 18px
}

.df-outline-item a:hover, .df-outline-toggle:hover {
	background-color: #e7e7e7
}

.df-outline-item a {
	color: inherit !important;
	text-decoration: none !important;
	display: block;
	padding: 5px 0 5px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none !important;
	box-shadow: none !important
}

.df-outline-toggle:before {
	content: "\e64b";
	font-size: 10px;
	font-family: themify
}

.df-outline-toggle.df-outlines-hidden:before {
	content: "\e649"
}

.df-lightbox-wrapper {
	position: fixed !important;
	top: 0;
	bottom: 0;
	right: 0;
	height: auto !important;
	left: 0;
	background-color: #fff;
	z-index: 99999
}

.df-lightbox-controls {
	float: right;
	padding: 5px;
	z-index: 1000;
	position: relative
}

.df-lightbox-close {
	float: right;
	height: 40px;
	text-align: center;
	font-size: 50px;
	cursor: pointer;
	color: #444;
	border-radius: 50%;
	border-color: transparent;
	width: 40px;
	background-color: transparent;
	transition: .2s;
	-webkit-transition: .2s
}

.df-lightbox-close:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, .21);
	border-color: #000
}

.df-lightbox-close:before {
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	font-size: 24px
}

.df-lightbox-wrapper .df-container {
	position: absolute !important;
	width: 100%;
	top: 0;
	bottom: 0;
	height: auto !important
}

.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-page {
	display: none !important
}

._df_button, ._df_thumb {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	cursor: pointer
}

._df_button {
	padding: 5px 15px;
	background-color: #444;
	background: #0085ba;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #006799;
	border-top-color: #0073aa;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap
}

._df_thumb {
	border: none;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
	transform-style: preserve-3d;
	box-sizing: border-box;
	-webkit-transition: .2s;
	margin: 30px 10px 10px;
	perspective: 1200px
}

._df_books ._df_thumb, ._df_books .df-dummy, ._df_thumb {
	width: 140px;
	height: 200px;
	text-align: center;
	display: inline-block
}

._df_books ._df_thumb, ._df_books .df-dummy {
	position: relative;
	margin: 20px 10px;
	vertical-align: top
}

._df_thumb[thumbtype=img] {
	height: auto
}

._df_thumb[thumbtype=img] img {
	max-width: 100%;
	max-height: 200px
}

._df_book-cover {
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	transform-origin: left;
	top: 0;
	background-color: #eee;
	position: relative;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .22)
}

._df_thumb ._df_book-title {
	bottom: -100%;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 5px;
	font-size: 12px;
	background: rgba(1, 163, 163, .87);
	background: rgba(60, 60, 60, .8);
	box-sizing: border-box;
	display: block;
	color: #fff;
	transition: .4s;
	-webkit-transition: .4s;
	opacity: 0
}

._df_thumb ._df_book-tag {
	float: left;
	padding: 0 4px 2px;
	background-color: rgba(0, 0, 0, .26);
	text-transform: uppercase;
	font-size: 10px;
	margin: -15px 0 0 2px;
	z-index: -1;
	color: hsla(0, 0%, 100%, .8);
	position: relative
}

._df_thumb-not-found ._df_book-title, ._df_thumb:hover ._df_book-title {
	opacity: 1;
	bottom: 0
}

._df_thumb:hover ._df_book-cover {
	transform: rotateY(-20deg) rotate(0deg);
	box-shadow: 3px 0 12px rgba(0, 0, 0, .6)
}

.df-webkit ._df_thumb:hover ._df_book-cover {
	transform: none;
	box-shadow: 1px 0 12px rgba(0, 0, 0, .6)
}

._df_books {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 20px 5px 150px
}

._df_books-break {
	color: hsla(0, 0%, 100%, .3);
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 25px;
	text-transform: uppercase
}

._df_books-break:after {
	content: " ";
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: hsla(0, 0%, 100%, .24);
	display: block;
	margin: 10px auto
}

.df-page-wrapper {
	transform: translateZ(0)
}

.df-container ::-webkit-scrollbar {
	width: 8px
}

.df-container ::-webkit-scrollbar-button {
	height: 8px
}

.df-container ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .3);
	border: 0 #fff;
	border-radius: 100px
}

.df-container ::-webkit-scrollbar-thumb:active, .df-container ::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .5)
}

.df-container ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .2);
	border: 0 #fff;
	border-radius: 100px
}

.df-container ::-webkit-scrollbar-track:hover {
	background: rgba(0, 0, 0, .2)
}

.df-container ::-webkit-scrollbar-track:active {
	background: rgba(0, 0, 0, .15)
}

.df-container ::-webkit-scrollbar-corner {
	background: transparent
}

.df-skipTransition {
	transition: none !important
}

.df-container.df-fullscreen {
	height: 100% !important;
	max-height: 100% !important;
	width: 100% !important;
	max-width: 100% !important
}

.df-container.df-double-internal .df-page-front {
	background-position: 0;
	background-size: cover
}

.df-container.df-double-internal .df-page-back {
	background-position: 100%;
	background-size: cover
}

.customHtmlAnnotation iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}

.df-rtl .more-container .df-ui-btn {
	text-align: right;
	direction: rtl
}

.df-rtl .more-container .df-ui-btn:before {
	right: 10px
}

.df-rtl .more-container .df-ui-btn span {
	padding: 0 20px 0 0
}

.df-rtl .df-outline-items > .df-outline-item {
	margin: 0 18px 0 0;
	text-align: right;
	direction: rtl
}

.df-rtl .df-outline-toggle {
	float: right;
	margin: 0 -18px 0 0
}

.df-rtl .df-outline-toggle.df-outlines-hidden:before {
	content: "\e64a"
}

.df-rtl .df-sidemenu.df-sidemenu-visible {
	left: auto;
	right: 0
}

.df-rtl .df-ui-sidemenu-close {
	right: auto;
	left: -32px;
	border-radius: 5px 0 0 5px
}

._df_thumb[thumbtype=img] ._df_thumb-not-found {
	height: 200px;
	position: relative
}

.flip-book {
	padding: 30px 0
}

.df-container.df-floating > .df-ui-btn {
	background: var(--color-orange) 50% no-repeat;
	border-radius: 0;
	display: block !important;
	height: 70px;
	opacity: 1;
	transition: opacity .2s ease-in-out;
	width: 70px
}

.df-container.df-floating > .df-ui-btn[style*=none] {
	cursor: default;
	opacity: .3;
	pointer-events: none;
	transition: none
}

.df-container.df-floating > .df-ui-btn:active, .df-container.df-floating > .df-ui-btn:hover {
	opacity: .8
}

.df-container.df-floating > .df-ui-prev {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-arrow-left.svg');
	background-size: 100%;
	left: 0
}

.df-container.df-floating > .df-ui-next {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-arrow-right.svg');
	background-size: 100%;
	right: 0
}

.df-floating > .df-ui-controls {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0
}

.df-floating > .df-ui-controls > .df-ui-btn, .df-floating > .df-ui-controls > .df-ui-btn:last-child {
	background: var(--color-orange) 50% no-repeat;
	border: 0;
	border-radius: 50%;
	display: block;
	height: 36px;
	margin: 0 5px;
	width: 36px
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-page, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-page {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	width: 72px
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-page:active, .df-floating > .df-ui-controls > .df-ui-btn.df-ui-page:hover, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-page:active, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-page:hover {
	background-color: transparent;
	opacity: 1
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-page input, .df-floating > .df-ui-controls > .df-ui-btn.df-ui-page label, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-page input, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-page label {
	color: #333;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: 36px
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-page label, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-page label {
	padding: 6px 0 0
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-page input, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-page input {
	border: 1px solid #999;
	padding: 2px 5px !important
}

.df-floating > .df-ui-controls > .df-ui-btn:active, .df-floating > .df-ui-controls > .df-ui-btn:hover, .df-floating > .df-ui-controls > .df-ui-btn:last-child:active, .df-floating > .df-ui-controls > .df-ui-btn:last-child:hover {
	background-color: rgba(228, 183, 38, .8)
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-play, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-play {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-play.svg');
	background-size: 11px
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-play.ti-control-pause, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-play.ti-control-pause {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-pause.svg')
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-zoomin, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-zoomin {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-plus-white.svg');
	background-size: 14px
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-zoomout, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-zoomout {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-minus-white.svg');
	background-size: 14px
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-thumbnail, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-thumbnail {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-thumbnail.svg');
	background-size: 14px
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-fullscreen, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-fullscreen {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-fullscreen.svg');
	background-size: 16px
}

.df-floating > .df-ui-controls > .df-ui-btn.df-ui-more, .df-floating > .df-ui-controls > .df-ui-btn:last-child.df-ui-more {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-more-options.svg');
	background-size: 21px
}

.more-container > .df-ui-btn {
	color: #333;
	font-family: Segoe UI, Arial, sans-serif
}

.df-sidemenu {
	background-color: #cbcbcb
}

.df-ui-sidemenu-close {
	background: #cbcbcb url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-close.svg') 50% no-repeat;
	background-size: 12px
}

.df-floating .df-thumb-container .df-vrow:hover, .df-vrow.df-selected {
	background-color: #bebebe
}

.df-vrow > div {
	background-color: rgba(51, 51, 51, .8);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	line-height: 20px
}

.flip-book {
	background: #fff
}

.site-footer {
	background-color: var(--color-blue);
	color: #fff;
	font-size: .7rem;
	padding: 35px 0
}

.site-footer p {
	font-size: .8rem;
	line-height: 1.375;
	margin-bottom: 0
}

.site-footer__header img, .site-footer__header p, .site-footer__header ul {
	margin-bottom: 24px
}

.site-footer__header > .grid-container:after {
	background-color: var(--color-blue-light);
	content: " ";
	display: block;
	height: 3px;
	width: 100%
}

.site-footer__nav-add ul {
	list-style: none;
	margin-left: 0
}

@media screen and (min-width: 75em) {
	.site-footer__nav-add ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.site-footer__nav-add ul li {
		padding-right: 24px
	}

	.site-footer__nav-add ul li:last-child {
		padding-right: 0
	}
}

.site-footer__nav-add a {
	color: #fff;
	font-size: .8rem;
	line-height: 1.375;
	text-decoration: none
}

.site-footer__nav-add a:active, .site-footer__nav-add a:hover {
	text-decoration: underline
}

.site-footer__navigation {
	padding-top: 40px
}

.site-footer__navigation .menu li {
	padding-bottom: 2rem
}

@media print, screen and (min-width: 64em) {
	.site-footer__navigation .menu li {
		padding-bottom: 0
	}
}

.site-footer__navigation .menu li a {
	color: #fff;
	cursor: text;
	padding: .7rem 0;
	text-transform: uppercase
}

@media screen and (max-width: 47.9375em) {
	.site-footer__navigation .menu li a {
		text-align: center
	}
}

.site-footer__menu {
	border-bottom: 1px solid var(--color-blue-light);
	position: relative;
	width: 100%
}

.cell:last-child .site-footer__menu {
	border: 0
}

@media print, screen and (min-width: 48em) {
	.site-footer__menu {
		border: 0;
		padding: 0 0 20px
	}
}

.site-footer__menu > a {
	color: #fff;
	display: block;
	font-size: .8rem;
	font-weight: 700;
	line-height: 1.875;
	padding: 10px 60px 10px 0;
	text-decoration: none
}

@media print, screen and (min-width: 48em) {
	.site-footer__menu > a {
		padding: 0
	}
}

.site-footer__menu > a:hover {
	color: var(--color-orange)
}

.site-footer__sub-toggle {
	border: solid var(--color-blue-light);
	border-width: 0 0 0 1px;
	color: #fff;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px
}

.site-footer__sub-toggle:before {
	content: "+";
	font-size: 1rem
}

.open .site-footer__sub-toggle:before {
	content: "-"
}

@media print, screen and (min-width: 48em) {
	.site-footer__sub-toggle {
		display: none
	}
}

.site-footer__sub {
	list-style: none;
	margin: 0;
	padding: 0 10px
}

@media screen and (max-width: 47.9375em) {
	.site-footer__sub {
		max-height: 0;
		overflow: hidden;
		transition: max-height .5s ease-in-out
	}

	.open .site-footer__sub {
		border-top: 1px solid var(--color-blue-light);
		max-height: 900px
	}
}

@media print, screen and (min-width: 48em) {
	.site-footer__sub {
		padding: 10px 0 0
	}
}

@media print, screen and (min-width: 64em) {
	.site-footer__sub {
		padding-top: 30px
	}
}

.site-footer__sub li {
	padding: 5px 0
}

@media print, screen and (min-width: 48em) {
	.site-footer__sub li {
		border-bottom: 1px solid var(--color-blue-light)
	}

	.site-footer__sub li:last-child {
		border-bottom: 0
	}
}

.site-footer__sub a {
	color: var(--color-blue-light);
	display: block;
	font-size: .8rem;
	line-height: 1.875;
	text-decoration: none
}

.site-footer__sub a:hover {
	color: var(--color-orange)
}

.site-footer__logo {
	max-width: 210px;
	width: auto
}

.site-footer__address a {
	color: #fff
}

.form-checkbox {
	margin: 0 0 1rem
}

.form-checkbox label {
	cursor: pointer;
	line-height: 1rem;
	margin: 0
}

.form-checkbox input {
	display: none
}

.form-checkbox input:checked + label .form-checkbox__box {
	background-color: #fff;
	border-color: var(--color-blue)
}

.form-checkbox input:checked + label .form-checkbox__checkmark:after, .form-checkbox input:checked + label .form-checkbox__checkmark:before {
	opacity: 1
}

.form-checkbox input:disabled + label {
	color: #cbcbcb;
	cursor: not-allowed
}

.form-checkbox input:disabled + label .form-checkbox__box {
	background-color: #fff;
	border-color: var(--color-blue-light)
}

.form-checkbox.is-invalid .form-checkbox__box {
	border-color: #fb6a6a
}

.form-checkbox.is-invalid input:checked + label .form-checkbox__box {
	background-color: var(--color-blue-light);
	border-color: #999
}

.form-checkbox.is-invalid .invalid-feedback {
	margin-top: 1rem
}

.form-checkbox__box {
	background: #fff;
	border: 2px solid #cbcbcb;
	display: inline-block;
	height: 26px;
	margin-right: .5rem;
	position: relative;
	top: 5px;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
	width: 26px
}

.form-checkbox__checkmark:after, .form-checkbox__checkmark:before {
	content: "";
	display: block;
	position: absolute;
	background-color: var(--color-blue);
	height: 16px;
	left: 11px;
	opacity: 0;
	top: 3px;
	transform: rotate(45deg);
	transition: opacity .2s ease-in-out;
	width: 3px
}

.form-checkbox__checkmark:after {
	height: 7px;
	left: 4px;
	top: 10px;
	transform: rotate(-45deg)
}

[class^=form-] .invalid-feedback {
	color: #fb6a6a;
	display: block;
	margin-bottom: 0;
	margin-top: 1rem
}

.form-file {
	margin: 0 0 1rem
}

.form-file input {
	display: none
}

.form-file input:disabled + .form-file__controls .form-file__file-name {
	background-color: #fff;
	border-color: var(--color-blue-light)
}

.form-file input:disabled + .form-file__controls .form-file__button {
	background-color: var(--color-blue-light);
	cursor: not-allowed
}

.form-file.is-invalid .form-file__file-name {
	border-color: #fb6a6a
}

.form-file.is-invalid .invalid-feedback {
	margin-top: -1rem
}

.form-file__controls {
	display: flex;
	flex-direction: row
}

.form-file__file-name {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: 0;
	border: 2px solid #cbcbcb;
	border-right-width: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #666;
	display: block;
	flex-grow: 1;
	font-family: inherit;
	font-size: .94118rem;
	font-weight: 500;
	height: 52px;
	line-height: 1.2;
	padding: .8rem;
	transition: box-shadow .5s, border-color .25s ease-in-out
}

.form-file__button {
	display: inline-block;
	height: 52px;
	text-transform: none
}

.form-input {
	margin: 0 0 1rem
}

.form-input input {
	height: auto
}

.form-input input:disabled {
	background-color: #fff;
	border-color: var(--color-blue-light);
	color: #cbcbcb;
	cursor: not-allowed
}

.form-input.is-invalid input {
	border-color: #fb6a6a
}

.form-input.is-invalid .invalid-feedback {
	margin-top: -1rem
}

label.is-invalid {
	color: #fb6a6a
}

::-webkit-input-placeholder {
	font-size: 20px
}

::-moz-placeholder {
	font-size: 20px
}

:-ms-input-placeholder {
	font-size: 20px
}

:-moz-placeholder {
	font-size: 20px
}

.form-radio {
	margin: 0 0 1rem
}

.form-radio label {
	cursor: pointer;
	line-height: 1rem;
	margin: 0
}

.form-radio input {
	display: none
}

.form-radio input:checked + label .form-radio__box {
	background-color: #fff;
	border-color: var(--color-blue)
}

.form-radio input:checked + label .form-radio__checkmark:after, .form-radio input:checked + label .form-radio__checkmark:before {
	opacity: 1
}

.form-radio input:disabled + label {
	color: #cbcbcb;
	cursor: not-allowed
}

.form-radio input:disabled + label .form-checkbox__box {
	background-color: #fff;
	border-color: var(--color-blue-light)
}

.form-radio.is-invalid .form-radio__box {
	border-color: #fb6a6a
}

.form-radio.is-invalid input:checked + label .form-radio__box {
	background-color: #fff;
	border-color: #999
}

.form-radio.is-invalid .invalid-feedback {
	margin-top: 1rem
}

.form-radio__box {
	background: #fff;
	border: 2px solid #cbcbcb;
	border-radius: 50%;
	display: inline-block;
	height: 26px;
	margin-right: .5rem;
	position: relative;
	top: 5px;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
	width: 26px
}

.form-radio__checkmark:after, .form-radio__checkmark:before {
	content: "";
	display: block;
	position: absolute;
	background-color: var(--color-blue);
	border-radius: 50%;
	height: 16px;
	left: 3px;
	opacity: 0;
	top: 3px;
	transition: opacity .2s ease-in-out;
	width: 16px
}

.form-select {
	margin: 0 0 1rem
}

.form-select select {
	color: #666;
	font-size: 20px;
	height: auto;
	margin-bottom: 0;
	padding-right: 2rem
}

.form-select select:disabled {
	background-color: #fff;
	border-color: var(--color-blue-light);
	color: #cbcbcb;
	cursor: not-allowed
}

.form-select.is-invalid select {
	border-color: #fb6a6a
}

.form-select.is-invalid .invalid-feedback {
	margin-top: -.25rem
}

.form-textarea textarea {
	height: auto;
	margin: 0 0 1rem;
	min-height: 200px;
	resize: none
}

.form-textarea textarea:disabled {
	background-color: #fff;
	border-color: var(--color-blue-light);
	color: #cbcbcb;
	cursor: not-allowed
}

.form-textarea.is-invalid textarea {
	border-color: #fb6a6a
}

.form-textarea.is-invalid .invalid-feedback {
	margin-top: -1rem
}

.full-width-teaser {
	background-position: 50%;
	background-size: cover
}

.full-width-teaser__textbox {
	background-color: hsla(0, 0%, 100%, .8);
	height: 100%;
	margin-top: 1rem;
	padding: 3rem 13%
}

@media print, screen and (min-width: 64em) {
	.full-width-teaser__textbox {
		margin-top: 0
	}
}

.full-width-teaser__textbox .button {
	margin-bottom: 0
}

.full-width-teaser__textbox--white {
	background-color: #fff
}

.site-header {
	background-color: hsla(0, 0%, 100%, .85);
	box-shadow: 0 5px 30px -10px rgba(10, 10, 10, .1);
	font-size: .85rem;
	left: 0;
	padding: .5rem 0;
	position: fixed;
	top: 0;
	transition: left .8s cubic-bezier(.175, .885, .32, 1), background-color .7s ease-in-out;
	width: 100%;
	z-index: 1000
}

@media screen and (min-width: 75em) {
	.site-header {
		padding: 0
	}

	.site-header > .grid-container {
		position: relative
	}
}

.site-header.narrow {
	background-color: hsla(0, 0%, 100%, .9)
}

.menu-open .site-header {
	left: -260px
}

@media print, screen and (min-width: 48em) {
	.menu-open .site-header {
		left: 0
	}
}

.site-header__logo {
	align-items: center;
	bottom: 0;
	display: flex;
	left: 10px;
	position: absolute;
	top: 0;
	width: 285px
}

@media print, screen and (min-width: 48em) {
	.site-header__logo {
		left: 15px
	}
}

.site-header__logo picture {
	display: block;
	padding: 10px 0;
	width: 100%
}

.site-header__brand-logo {
	display: block;
	height: auto;
	max-height: 40px;
	max-width: 100%;
	opacity: 1;
	transition: opacity .5s ease;
	width: auto
}

@media screen and (min-width: 75em) {
	.site-header__brand-logo {
		max-height: 114px;
		transition: max-height .7s ease-in-out
	}

	.narrow .site-header__brand-logo {
		max-height: 45px;
		transition: opacity .5s ease
	}
}

.site-header__menu-button {
	float: right;
	height: 40px;
	justify-self: end;
	outline: none;
	position: relative;
	width: 45px
}

@media screen and (min-width: 75em) {
	.site-header__menu-button {
		display: none
	}
}

.site-header__menu-button .icon-bar {
	background-color: #666;
	border-radius: 3px;
	display: block;
	height: 3px;
	left: 8px;
	opacity: 1;
	position: absolute;
	top: 10px;
	transition: left .7s ease-out, opacity .7s ease-out, top .7s ease-in-out, transform .7s ease-in-out;
	width: 30px
}

.site-header__menu-button .icon-bar:nth-child(2) {
	top: 18px
}

.site-header__menu-button .icon-bar:nth-child(3) {
	top: 26px
}

.menu-open .site-header__menu-button .icon-bar:first-child {
	top: 18px;
	transform: rotate(45deg)
}

.menu-open .site-header__menu-button .icon-bar:nth-child(2) {
	left: -150%;
	opacity: 0
}

.menu-open .site-header__menu-button .icon-bar:nth-child(3) {
	top: 18px;
	transform: rotate(-45deg)
}

.header__language-menu {
	order: 0
}

.header__language-menu li a {
	color: #999;
	text-transform: uppercase
}

.header__language-menu li a:hover {
	color: var(--color-orange)
}

.header__language-menu li.active a {
	background-color: transparent;
	color: var(--color-orange)
}

.header__language-menu li + li:before {
	content: "|";
	display: block;
	position: absolute;
	padding-top: .45rem
}

@media print, screen and (min-width: 48em) {
	.header__language-menu li + li:before {
		color: #cbcbcb
	}
}

.header__search {
	order: 2
}

@media screen and (min-width: 75em) {
	.header__search {
		order: 1;
		padding-bottom: 10px
	}
}

.header__search li {
	position: relative;
	transition: opacity 1.5s ease-in-out;
	width: 100%
}

.menu-open .header__search li {
	opacity: 1
}

@media screen and (min-width: 75em) {
	.header__search ::-webkit-input-placeholder {
		color: #333
	}
}

@media screen and (min-width: 75em) {
	.header__search :-ms-input-placeholder {
		color: #333
	}
}

.header__search ::-webkit-input-placeholder {
	color: #fff;
	font-size: inherit;
	font-style: italic;
	opacity: 1
}

.header__search ::-moz-placeholder {
	color: #fff;
	font-size: inherit;
	font-style: italic;
	opacity: 1
}

.header__search :-ms-input-placeholder {
	color: #fff;
	font-size: inherit;
	font-style: italic;
	opacity: 1
}

.header__search ::-ms-input-placeholder {
	color: #fff;
	font-size: inherit;
	font-style: italic;
	opacity: 1
}

.header__search ::placeholder {
	color: #fff;
	font-size: inherit;
	font-style: italic;
	opacity: 1
}

@media screen and (min-width: 75em) {
	.header__search ::-webkit-input-placeholder {
		color: #333
	}

	.header__search ::-moz-placeholder {
		color: #333
	}

	.header__search :-ms-input-placeholder {
		color: #333
	}

	.header__search ::-ms-input-placeholder {
		color: #333
	}

	.header__search ::placeholder {
		color: #333
	}
}

.header__search input {
	background-color: transparent;
	border: solid hsla(0, 0%, 79.6%, .7);
	border-width: 0 0 2px;
	color: #333;
	font-size: .75rem;
	height: 40px;
	padding: 8px 25px 8px 0;
	width: 145px;
}

.header__search input:focus {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #999;
	box-shadow: none
}

.menu__search-button {
	background-color: transparent;
	color: var(--color-orange);
	cursor: pointer;
	height: 100%;
	padding: 0 0 0 22px;
	position: absolute;
	right: 0;
	top: 0;
	transition: color .3s ease-in-out;
	width: 40px
}

@media screen and (min-width: 75em) {
	.menu__search-button {
		color: #333
	}

	.menu__search-button:hover {
		color: var(--color-orange)
	}
}

.menu__search-button svg {
	fill: currentColor
}

hr {
	border-color: #cbcbcb
}

.icon {
	max-width: 100%;
	width: 70px
}

.icon svg {
	fill: #999
}

article > .image-text-slider {
	margin: -2rem 0
}

@media print, screen and (min-width: 48em) {
	article > .image-text-slider {
		margin: -6rem 0
	}
}

.image-text-slider > div:not(.slick-list) {
	display: none
}

.image-text-slider > div:not(.slick-list):first-child {
	display: block
}

.image-text-slider .slick-arrow {
	background: var(--color-orange) 50% no-repeat;
	height: 30px;
	top: 25%;
	width: 30px;
	z-index: 10
}

.image-text-slider .slick-arrow:before {
	content: none
}

@media print, screen and (min-width: 64em) {
	.image-text-slider .slick-arrow {
		height: 70px;
		top: 50%;
		width: 70px
	}
}

.image-text-slider .slick-prev {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-arrow-left.svg');
	background-size: contain;
	left: 0
}

.image-text-slider .slick-next {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-arrow-right.svg');
	background-size: contain;
	right: 0
}

@media print, screen and (min-width: 64em) {
	.image-text-slider .slick-next {
		right: 50%
	}
}

.image-text-slider__item {
	display: block !important
}

.image-text-slider__content {
	align-items: stretch;
	display: flex;
	flex-direction: column
}

@media print, screen and (min-width: 64em) {
	.image-text-slider__content {
		flex-direction: row
	}
}

.image-text-slider__img-col, .image-text-slider__text-col {
	width: 100%
}

@media print, screen and (min-width: 64em) {
	.image-text-slider__img-col, .image-text-slider__text-col {
		width: 50%
	}
}

.image-text-slider__img-col img, .image-text-slider__img-col picture {
	display: block;
	height: 100%;
	width: 100%
}

.image-text-slider__img-col img {
	font-family: "object-fit: cover;";
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.image-text-slider__text-col {
	align-items: center;
	display: flex;
	justify-content: flex-start
}

.image-text-slider__text {
	margin-left: 0;
	max-width: 36rem;
	width: 100%
}

.image-text-slider__text-inner {
	padding: 20px 10px
}

@media print, screen and (min-width: 48em) {
	.image-text-slider__text-inner {
		padding: 20px 15px
	}
}

@media print, screen and (min-width: 64em) {
	.image-text-slider__text-inner {
		padding-left: 16.6666666667%
	}
}

img {
	height: auto;
	max-width: 100%;
	width: 100%
}

img.left {
	display: block;
	margin: .5rem auto;
	width: auto
}

@media print, screen and (min-width: 64em) {
	img.left {
		display: inline-block;
		float: left;
		margin: 0 1rem .5rem 0
	}
}

img.right {
	display: block;
	margin: .5rem auto;
	width: auto
}

@media print, screen and (min-width: 64em) {
	img.right {
		display: inline-block;
		float: right;
		margin: 0 0 .5rem 1rem
	}
}

.gallery-image {
	cursor: zoom-in;
	display: block;
	margin: 10px 0;
	padding-top: 98.2269503546%;
	position: relative;
	text-decoration: none;
	width: 100%
}

.gallery-image:before {
	background-color: rgba(10, 10, 10, .5);
	content: " ";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.gallery-image:after, .gallery-image:before {
	display: block;
	opacity: 0;
	position: absolute;
	transition: opacity .2s ease-in-out
}

.gallery-image:after {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	content: "+";
	font-size: 26px;
	font-weight: 700;
	height: 40px;
	left: 50%;
	line-height: 32px;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	z-index: 2
}

.gallery-image:hover:after, .gallery-image:hover:before {
	opacity: 1
}

@media print, screen and (min-width: 64em) {
	.gallery-image {
		margin: 20px 0
	}
}

.gallery-image img {
	display: block;
	font-family: "object-fit: cover;";
	height: 100%;
	left: 0;
	margin: 0;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0
}

.is-ie .gallery-image img {
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%
}

.news-single .article .news-img-wrap {
	background: none
}

span.text-center {
	display: inline-block
}

span.text-center img {
	padding: 0 .5rem
}

span.text-center img:first-child {
	padding: 0 .5rem 0 0
}

span.text-center img:last-child {
	padding: 0
}

.main-nav {
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 2rem 0;
	order: 1;
	overflow: auto;
	width: 100%
}

@media screen and (min-width: 75em) {
	.main-nav {
		flex-direction: row;
		/*justify-content: flex-start;*/
		justify-content: flex-end;
		margin: 0;
		overflow: visible;
		position: static;
		/*width: auto*/
		width: 100%;
		margin-right: -8px;
	}
}

.main-nav > li {
	border-bottom: 1px solid hsla(0, 0%, 79.6%, .7);
	position: relative;
	transition: opacity .5s ease-in-out, transform .5s cubic-bezier(.175, .885, .32, 1.1)
}

@media screen and (min-width: 75em) {
	.main-nav > li {
		border: 0;
		padding-bottom: 16px;
		position: static
	}
}

.menu-open .main-nav > li {
	opacity: 1;
	transform: translateY(0) translateY(0) rotate(0)
}

.menu-open .main-nav > li:first-of-type {
	transition-delay: .08333s
}

.menu-open .main-nav > li:nth-of-type(2) {
	transition-delay: .16667s
}

.menu-open .main-nav > li:nth-of-type(3) {
	transition-delay: .25s
}

.menu-open .main-nav > li:nth-of-type(4) {
	transition-delay: .33333s
}

.menu-open .main-nav > li:nth-of-type(5) {
	transition-delay: .41667s
}

.menu-open .main-nav > li:nth-of-type(6) {
	transition-delay: .5s
}

.menu-open .main-nav > li:nth-of-type(7) {
	transition-delay: .58333s
}

.menu-open .main-nav > li:nth-of-type(8) {
	transition-delay: .66667s
}

.menu-open .main-nav > li:nth-of-type(9) {
	transition-delay: .75s
}

.menu-open .main-nav > li:nth-of-type(10) {
	transition-delay: .83333s
}

.menu-open .main-nav > li:nth-of-type(11) {
	transition-delay: .91667s
}

.menu-open .main-nav > li:nth-of-type(12) {
	transition-delay: 1s
}

.menu-open .main-nav > li:nth-of-type(13) {
	transition-delay: 1.08333s
}

.menu-open .main-nav > li:nth-of-type(14) {
	transition-delay: 1.16667s
}

.menu-open .main-nav > li:nth-of-type(15) {
	transition-delay: 1.25s
}

.menu-open .main-nav > li:nth-of-type(16) {
	transition-delay: 1.33333s
}

.menu-open .main-nav > li:nth-of-type(17) {
	transition-delay: 1.41667s
}

.menu-open .main-nav > li:nth-of-type(18) {
	transition-delay: 1.5s
}

.menu-open .main-nav > li:nth-of-type(19) {
	transition-delay: 1.58333s
}

.menu-open .main-nav > li:nth-of-type(20) {
	transition-delay: 1.66667s
}

.main-nav > li > a {
	background-color: transparent;
	color: #fff;
	/*font-size: .6rem;*/
	font-size: .7rem;
	padding-left: 10px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	transition: background-color .3s ease-in-out, color .3s ease-in-out
}

@media screen and (min-width: 75em) {
	.main-nav > li > a {
		color: #333;
		font-weight: 700;
		padding-left: .5rem;
		padding-right: .5rem
	}

	.main-nav > li > a:hover {
		color: var(--color-orange)
	}
}

@media screen and (min-width: 76.875em) {
	.main-nav > li > a {
		font-size: .75rem
	}
}

@media screen and (min-width: 78.75em) {
	.main-nav > li > a {
		font-size: .75rem
	}
}

@media screen and (min-width: 82.5em) {
	.main-nav > li > a {
		font-size: .75rem
	}
}

@media screen and (min-width: 85em) {
	.main-nav > li > a {
		font-size: .8rem
	}
}

.main-nav > li.is-toppage > a {
	color: var(--color-orange)
}

.main-nav > li .submenu-toggle:focus {
	outline: none
}

.main-nav > li .submenu-toggle:after {
	border: 5px solid transparent;
	border-bottom: 0;
	border-top: 5px solid #ccc;
	height: 5px;
	width: 10px
}

@media screen and (min-width: 75em) {
	.main-nav > li .submenu-toggle {
		display: none
	}
}

.main-nav > li.active > a {
	background-color: transparent;
	color: var(--color-orange)
}

@media screen and (min-width: 75em) {
	.main-nav > li.active > a {
		color: #333;
		position: relative
	}

	.main-nav > li.active > a:hover {
		color: var(--color-orange)
	}

	.main-nav > li.active > a:after {
		content: "";
		display: block;
		position: absolute;
		background-color: var(--color-orange);
		bottom: 0;
		height: 5px;
		left: .5rem;
		width: calc(100% - 1rem)
	}
}

@media screen and (min-width: 75em) {
	.main-nav > li.is-accordion-submenu-parent:hover .main-nav__sub {
		opacity: 1;
		visibility: visible
	}
}

@media screen and (min-width: 75em) {
	.main-nav > li.is-accordion-submenu-parent > a {
		padding-right: 1.5rem
	}

	.main-nav > li.is-accordion-submenu-parent > a:before {
		content: "";
		display: block;
		position: absolute;
		border: 5px solid transparent;
		border-bottom: 0;
		border-top: 5px solid #ccc;
		height: 5px;
		margin: -2px 0 0;
		right: .5rem;
		top: 50%;
		transition: tarnsform .3s ease-in-out;
		width: 10px
	}
}

.main-nav > li.is-accordion-submenu-parent[aria-expanded=true] > a:before {
	transform: rotate(180deg)
}

@media screen and (min-width: 75em) {
	.main-nav > li.is-accordion-submenu-parent[aria-expanded=true] > a:before {
		background-color: var(--color-orange)
	}
}

@media screen and (min-width: 75em) {
	.main-nav > li.is-accordion-submenu-parent[aria-expanded=true] > a {
		background-color: #fff;
		color: var(--color-orange)
	}
}

@media print, screen and (min-width: 64em) {
	.main-nav > li.is-accordion-submenu-parent.active > a:after {
		width: calc(100% - 1rem)
	}
}

.main-nav .is-accordion-submenu-item .submenu-toggle {
	display: none
}

@media screen and (min-width: 75em) {
	.main-nav .has-submenu-toggle > a {
		margin-right: 0
	}
}

.main-nav__sub {
	display: none
}

@media screen and (min-width: 75em) {
	.main-nav__sub {
		background-color: var(--color-blue);
		box-shadow: 0 5px 30px -10px rgba(10, 10, 10, .1);
		-moz-column-count: 4;
		-moz-column-gap: 20px;
		column-gap: 20px;
		-moz-column-rule: 1px solid #cbcbcb;
		column-rule: 1px solid #cbcbcb;
		-moz-column-width: auto;
		columns: 4;
		display: block !important;
		left: 0;
		max-height: calc(100vh - 134px);
		opacity: 0;
		overflow: auto;
		padding: 15px 30px;
		position: absolute;
		right: 0;
		top: 100%;
		transition: opacity .4s ease-in-out;
		visibility: hidden
	}

	.narrow .main-nav__sub {
		/*max-height: calc(100vh - 69px)*/
		max-height: calc(100vh - 100px)
	}
}

.main-nav__sub > li {
	border-top: 1px solid hsla(0, 0%, 79.6%, .25)
}

@media screen and (min-width: 75em) {
	.main-nav__sub > li {
		border: 0;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		page-break-inside: avoid
	}
}

.main-nav__sub > li > a {
	color: #fff;
	font-size: .75rem;
	line-height: 1.2;
	padding: 3px 20px;
	transition: background-color .3s ease-in-out
}

@media screen and (min-width: 75em) {
	.main-nav__sub > li > a {
		padding-left: 30px;
		position: relative
	}

	.main-nav__sub > li > a:before {
		content: "";
		display: block;
		position: absolute;
		border-color: transparent transparent transparent #fff;
		border-style: solid;
		border-width: 4px 0 4px 4px;
		left: 15px;
		top: 8px
	}

	.main-nav__sub > li > a:hover {
		color: var(--color-orange)
	}
}

.main-nav__sub > li.active > a {
	color: var(--color-orange)
}

@media screen and (min-width: 75em) {
	.main-nav__sub > li.active > a {
		color: #fff
	}

	.main-nav__sub > li.active > a:before {
		color: var(--color-orange)
	}
}

.main-nav__sub > li.is-toppage > a {
	color: var(--color-orange)
}

.main-nav__sub > li.is-toppage > a:before {
	border-left-color: var(--color-orange)
}

.main-nav__s-sub {
	display: block !important;
	padding-bottom: 1px;
	padding-left: 20px
}

.main-nav__s-sub > li > a {
	color: hsla(0, 0%, 100%, .8);
	display: block;
	font-size: .7rem;
	line-height: 1.2;
	padding: 2px 20px 2px 10px
}

@media screen and (min-width: 75em) {
	.main-nav__s-sub > li > a:hover {
		color: var(--color-orange)
	}
}

.map-module {
	display: flex;
	flex-direction: column;
	width: 100%
}

@media print, screen and (min-width: 64em) {
	.map-module {
		align-items: stretch;
		display: flex;
		flex-direction: row
	}
}

article > .map-module {
	margin: -2rem 0
}

@media print, screen and (min-width: 48em) {
	article > .map-module {
		margin: -6rem 0
	}
}

.map-module__map, .map-module__text {
	width: 100%
}

@media print, screen and (min-width: 64em) {
	.map-module__map, .map-module__text {
		width: 50%
	}
}

.map-module__map {
	height: 400px
}

@media print, screen and (min-width: 64em) {
	.map-module__map {
		height: auto
	}
}

.map-module__map-iframe {
	overflow: hidden;
	position: relative
}

.map-module__map-iframe iframe {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.map-module__text {
	align-items: center;
	display: flex;
	justify-content: flex-end
}

.map-module__text-container {
	margin-right: 0;
	max-width: 36rem;
	width: 100%
}

.map-module__text-col {
	padding: 2rem 10px;
	width: 100%
}

@media print, screen and (min-width: 48em) {
	.map-module__text-col {
		padding: 6rem 15px
	}
}

@media print, screen and (min-width: 64em) {
	.map-module__text-col {
		padding-right: 16.6666666667%
	}
}

.off-canvas-nav {
	background-color: var(--color-blue);
	box-shadow: 0 0 0 0 transparent;
	display: flex;
	flex-direction: column;
	height: 100vh;
	left: 100%;
	padding: 1rem;
	position: fixed;
	top: 0;
	transition: box-shadow .3s ease-in-out, left .8s cubic-bezier(.175, .885, .32, 1);
	width: 260px
}

@media screen and (min-width: 75em) {
	.off-canvas-nav {
		align-items: flex-end;
		background-color: transparent;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		height: 134px;
		justify-content: space-between;
		padding: 0;
		position: static;
		transition: height .2s linear;
		width: auto
	}

	.narrow .off-canvas-nav {
		/*height: 69px*/
		height: 100px
	}
}

.menu-open .off-canvas-nav {
	box-shadow: -5px 0 20px 0 rgba(10, 10, 10, .4);
	left: calc(100% - 260px)
}

@media screen and (min-width: 75em) {
	.menu-open .off-canvas-nav {
		box-shadow: none
	}
}

.pagination {
	margin: 2rem 0;
	text-align: center
}

.pagination li {
	height: 25px;
	padding: 0;
	width: 25px
}

.pagination li a {
	border-radius: 25px;
	color: #999;
	height: 100%;
	line-height: 1.2;
	padding: 1px 0 0;
	position: relative;
	text-decoration: none;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	width: 25px
}

.pagination li a:hover {
	background-color: transparent;
	color: var(--color-blue)
}

.pagination li.active, .pagination li.current {
	background-color: transparent;
	padding: 0
}

.pagination li.active a, .pagination li.current a {
	background-color: var(--color-blue);
	color: #fff
}

.pagination li.ellipsis a {
	display: none
}

.pagination li.ellipsis:after {
	color: #999;
	display: none
}

.pagination__next a, .pagination__previous a {
	background-color: var(--color-blue-light);
	color: #999;
	padding-right: 2px
}

.pagination__next a:hover, .pagination__previous a:hover {
	background-color: #cbcbcb;
	color: #999
}

.pagination__next a {
	padding-left: 2px;
	padding-right: 0
}

.side-widget {
	position: fixed;
	right: 0;
	top: 135px;
	transform: translate(280px);
	transition: transform .5s ease;
	width: 280px
}

@media print, screen and (min-width: 48em) {
	.side-widget {
		top: 90px
	}
}

@media print, screen and (min-width: 64em) {
	.side-widget {
		top: 240px
	}
}

.side-widget-open {
	transform: translate(0)
}

.side-widget-absolute {
	position: absolute
}

.side-widget__label {
	background: var(--color-orange-dark);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 20px;
	position: absolute;
	right: 100%;
	top: 0;
	white-space: nowrap
}

.side-widget__label a {
	color: #fff
}

@media screen and (max-width: 47.9375em) {
	.side-widget__label {
		right: 0;
		top: -45px;
		transform: translate(-280px);
		transition: transform .5s ease
	}

	.side-widget-open .side-widget__label {
		transform: translate(0)
	}
}

@media print, screen and (min-width: 48em) {
	.side-widget__label {
		transition: none
	}
}

.side-widget__label:hover {
	background: var(--color-orange)
}

.side-widget__label > .icon {
	display: inline-block;
	width: 19px
}

.side-widget__label svg {
	fill: #fff;
	height: 14px;
	width: 14px
}

.side-widget__info {
	background-color: hsla(0, 0%, 100%, .95);
	font-size: 18px;
	max-width: 280px;
	padding: 30px 35px
}

.side-widget__info p {
	font-size: 18px
}

.side-widget__info .icon {
	height: 16px;
	width: 16px
}

.side-widget__info .icon.icon--close {
	cursor: pointer;
	fill: #cbcbcb;
	height: 16px;
	position: absolute;
	right: 30px;
	top: 35px;
	width: 16px
}

.side-widget__link {
	color: var(--color-orange-dark);
	font-size: 16px;
	font-weight: 700
}

.side-widget__link:hover {
	color: var(--color-orange-dark);
	text-decoration: none
}

.side-widget__link .icon {
	fill: var(--color-orange-dark);
	height: 15px;
	width: 19px
}

.sidebar-navigation {
	margin-bottom: 0
}

.sidebar-navigation li {
	border-bottom: 1px solid var(--color-blue);
	position: relative
}

.sidebar-navigation li:after {
	top: calc(1rem + 7px);
	transform: rotate(45deg)
}

.sidebar-navigation li.has-subpages {
	border: 0
}

.sidebar-navigation li a {
	color: #333;
	line-height: 1.5;
	padding: 1rem 1.5rem
}

.sidebar-navigation li a:active, .sidebar-navigation li a:focus, .sidebar-navigation li a:hover {
	color: var(--color-blue)
}

.sidebar-navigation li a.is-active {
	background-color: var(--color-blue);
	color: #fff;
	font-weight: 700
}

.sidebar-navigation li ul {
	border-top: 1px solid var(--color-blue)
}

.sidebar-navigation li ul li {
	border: 0
}

.sidebar-navigation li ul li a {
	background: #fbfbfb;
	border-bottom: 1px solid #cbcbcb;
	color: #666;
	padding: .5rem 0 .5rem 3rem
}

.sidebar-navigation li ul li a:before {
	content: "\00BB \0000a0"
}

.sidebar-navigation li ul li a.is-active {
	background: #fbfbfb;
	color: #333;
	font-weight: 400
}

.sidebar-navigation__headline {
	border-bottom: 2px solid var(--color-blue);
	color: #333;
	font-weight: 700;
	line-height: 1.5;
	padding: .3rem .5rem 1rem
}

.slide {
	position: relative
}

.slide__image {
	width: 100%
}

.slide__content {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin-top: -35%;
	position: absolute;
	top: 0;
	width: 100%
}

@media print, screen and (min-width: 48em) {
	.slide__content {
		margin-top: 0
	}
}

.slide__inner-content {
	color: var(--color-blue);
	max-width: 1200px;
	text-align: center
}

@media print, screen and (min-width: 48em) {
	.slide__inner-content {
		margin: 0 130px
	}
}

.slide__inner-content h1, .slide__inner-content h2, .slide__inner-content h3, .slide__inner-content h4, .slide__inner-content h5, .slide__inner-content h6 {
	color: #fff
}

.slider {
	height: auto;
	margin: 0 !important
}

.slider .slick-next, .slider .slick-prev {
	background: transparent url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-arrow-left.svg');
	background-size: 70px 70px;
	display: none !important;
	height: 70px;
	left: 0;
	width: 70px;
	z-index: 900
}

.slider .slick-next:after, .slider .slick-next:before, .slider .slick-prev:after, .slider .slick-prev:before {
	display: none
}

@media print, screen and (min-width: 48em) {
	.slider .slick-next, .slider .slick-prev {
		display: block !important
	}
}

.slider .slick-next {
	background: transparent url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-arrow-right.svg');
	left: auto;
	right: 0
}

.slider .slick-dots {
	bottom: 1rem;
	position: absolute
}

@media print, screen and (min-width: 48em) {
	.slider .slick-dots {
		bottom: 2rem
	}
}

.slider .slick-dots li {
	margin: 0 3px
}

.slider .slick-dots li button {
	background-color: var(--color-blue);
	border-radius: 50%;
	height: 16px;
	width: 16px
}

.slider .slick-dots li button:after, .slider .slick-dots li button:before {
	display: none
}

.slider .slick-dots li.slick-active button {
	background-color: var(--color-orange)
}

.stage-hero {
	background-position: 100% 0;
	background-size: cover;
	overflow: hidden;
	padding: 150px 0 50px;
	width: 100%
}
.stage-hero.width-symbols {
	padding-bottom: 190px;
}

.stage-hero__container {
	margin-top: 2.5rem
}

@media print, screen and (min-width: 64em) {
	.stage-hero__container {
		margin-top: 8.25rem
	}
}

.stage-hero__textbox {
	align-items: stretch;
	background-color: hsla(0, 0%, 100%, .8);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: 1rem;
	padding: 2.5rem 2rem
}

@media print, screen and (min-width: 64em) {
	.stage-hero__textbox {
		margin-top: 0
	}
}

.stage-hero__textbox h2 {
	text-transform: uppercase
}

.stage-hero__textbox h3 {
	color: #999;
	margin-bottom: 10px
}

.stage-hero__textbox p {
	font-size: 16px;
	width: 100%
}

.stage-hero__textbox .button {
	margin-bottom: 0
}

.stage-hero__textbox > * {
	flex: 0 0 auto
}

.stage-hero__textbox > :last-child {
	align-self: flex-start;
	margin-top: auto
}

.stage-hero__textbox--white {
	background-color: #fff
}

.stage-hero__textbox--big p {
	font-size: 20px;
	margin: 0
}

.stage-slider .slick-next, .stage-slider .slick-prev {
	background-color: var(--color-orange);
	left: 0;
	width: 70px
}

.stage-slider .slick-next:after, .stage-slider .slick-next:before, .stage-slider .slick-prev:after, .stage-slider .slick-prev:before {
	height: 30px;
	top: 10px;
	width: 2px
}

.stage-slider .slick-next:after, .stage-slider .slick-prev:after {
	top: 30px
}

.stage-slider .slick-next {
	left: auto;
	right: 0
}

.stage-slider .slick-dots {
	bottom: 2vw
}

.stage-slider__slide {
	display: block !important;
	height: 100vh
}

@media print, screen and (min-width: 48em) {
	.stage-slider__slide {
		height: 600px
	}
}

.stage-slider__image, .stage-slider__slide picture {
	display: block;
	height: 100%;
	margin: 0
}

.stage-slider__image {
	font-family: "object-fit: cover;";
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.stage-hero.width-symbols .stage-symbols {
	display: flex;
	position: absolute;
	right: 45px;
	padding-top: 50px;
}
.stage-hero.width-symbols .stage-symbols .symbol-image {
	margin-left: 20px;
}
.stage-hero.width-symbols .stage-symbols .symbol-image img {
	width: 100px;
	height: auto;
}
@media screen and (max-width: 48em) {
	.stage-hero.width-symbols {
		margin-bottom: 40px;
	}
	.stage-hero.width-symbols .stage-symbols {
		right: unset;
		left: 0;
		padding-top: 30px;
	}
}

.team-teaser-container, .team-teaser-container > .grid-container {
	padding: 0
}

.team-teaser {
	background-color: var(--color-blue-light);
	padding: .75rem
}

.team-teaser p {
	margin-bottom: .5rem
}

.team-teaser .button {
	margin-top: .5rem
}

@media print, screen and (max-width: 767px) {
	.team-teaser-container .cell {
		margin-bottom: 20px;
	}
}
.team-teaser__maxwidth-image {
	max-width: 420px;
}
.team-teaser__image {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 75%; /* 4:3 */
}

@media print, screen and (min-width: 48em) {
	.team-teaser__image {
		margin-bottom: 15px
	}
}

@media print, screen and (min-width: 64em) {
	.team-teaser__image {
		margin-bottom: 20px
	}
}

.team-teaser__image .icon {
	cursor: pointer;
	height: 40px;
	width: 40px
}

.team-teaser__image .icon svg {
	fill: var(--color-orange)
}

.team-teaser__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.team-teaser__has-image .icon {
	bottom: 10px;
	left: 10px;
	position: absolute;
	z-index: 1;
}

.teaser {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	width: 100%
}



.teaser a {
	font-size: 16px;
	font-weight: 700
}
.teaser h3 {
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-top: 0;
}
.teaser h3 a {
	font-size: 1.2rem;
	text-decoration: none;
}

.teaser-card {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	height: 100%
}

.teaser-card > * {
	flex: 0 0 auto
}

.teaser-card__text {
	margin-top: 0 !important;
}

.teaser-card p {
	width: 100%;
}
.teaser-card > :last-child {
	align-self: flex-start;
	margin-top: auto
}

.teaser-card__pic {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	padding-top: 75%;
	position: relative;
	width: 100%
}

.teaser-card__image {
	font-family: "object-fit: cover;";
	height: 100%;
	left: 0;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%
}

.is-ie .teaser-card__image {
	left: 50%;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto
}

.teaser-card__cat {
	display: block;
	margin-bottom: 10px
}

.teaser-card__cat, .teaser-card__link {
	color: var(--color-blue);
	font-size: 16px;
	font-weight: 700
}

.teaser-card__info {
	margin-bottom: .5rem
}

.teaser-card__event {
	color: #999;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 3px;
	padding-left: 15px;
	position: relative
}

.teaser-card__event .icon {
	fill: var(--color-orange);
	height: 14px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px
}

.content-table table {
	border-collapse: collapse;
	margin-bottom: 30px;
	text-align: left;
	width: 100%
}

.content-table thead tr, .content-table thead tr:nth-child(odd) {
	background: #f0f0f0
}

.content-table tr {
	border-bottom: 1px solid #f0f0f0
}

.content-table tr:nth-child(odd) {
	background-color: #f9f9f9
}

.content-table td, .content-table th {
	font-size: .7rem;
	padding: 5px
}

@media print, screen and (min-width: 48em) {
	.content-table td, .content-table th {
		font-size: .9rem
	}
}

/*.button {*/
/*	background-color: var(--color-orange)*/
/*}*/


.imagegallery .cell .image-height {
	position: relative;
	height: 277px;
	margin: 20px 0;
}
.imagegallery .cell .image-height .gallery-image {
	overflow: hidden;
	margin: 0;
	height: 100%;
}

#CybotCookiebotDialogBody p{
	font-size: 12.667px;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	color: #000;
	border: 1px solid white;
	background-color: white;
}


.ce-border img {
	border: 1px solid #000;
}


/* ------------------------------------------------
	scroll to top
---------------------------------------------------*/

.scroll .lns-scrolltotop {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 2rem;
	position: fixed;
	top: auto;
	bottom: 30px;
	left: auto;
	right: 0;
	z-index: 100;
	transform: rotate(-90deg);
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-arrow-right.svg');
	background-position: -2px 1px;
}
.scroll .lns-scrolltotop:hover {
	background-image: url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/Images/icons/icon-arrow-right-blue.svg');
}


/* ---------------------------------------------------------
   Print styles
---------------------------------------------------------*/

@media print {
	body main:after {
		content: "\ Alle Rechte vorbehalten. © St. Hildegardis Krankenhaus";
	}
}

:root {
	--color-blue-light: #EBF2F3;
	--color-blue: #388285;
	--color-blue-dark: #224E50;
	--color-orange: #E03A0D;
	--color-orange-dark: #862308;
}

.clearfix::after  {
	display: block;
 	clear: both;
 	content: "";
}


/* ----- navigation -----*/
/*@media screen and (max-width: 64em) {*/
/*	.vertical.menu.sidebar-navigation {*/
/*		display: none;*/
/*	}*/
/*}*/

html {
	scroll-behavior: smooth;
}


label{
	font-size: 0.8rem;
}
input{
	font-size: 0.8rem;
	
}
.form-input input{
	margin-top: -.2rem;
}
.button__icon{
	display: none;
}

fieldset legend{
	font-size: 20px;
	color: #5673ad;
	font-weight: 700;
}
fieldset label{
	font-size: 0.8rem;
	color: #333;
	font-weight: 300;
}
fieldset .form-check-label{
	font-size: .8rem;
	color: #333;
	font-weight: normal;
	
}
fieldset .form-radio__box{
	font-size: .8rem;
	color: #333;
	font-weight: normal;
}
.form-checkbox {
	margin: 0 0 0.7rem;
}
fieldset{
	margin-bottom: 1rem;
}
fieldset .grid-x {
	margin-bottom: 1.5rem;
}
.form-select select{
	font-size: .8rem;
	color: #666;
	font-weight: normal;
}

fieldset .form-group{
	margin: 0 0 1.2rem;
}
.help-block{
	font-size: .8rem;
	color: #333;
	font-weight: normal;
}
::placeholder{
	font-size: 0.8rem;
}


/* ----------*/

.is-visible {
	display: block !important
}
.is-hidden, .hidden {
	display: none !important;
}


/* ----- typo -----*/
article.team-teaser-container ul,
article .ce-bodytext ul {
	margin-left: 21px;
}
article.team-teaser-container ul,
article .ce-bodytext article ul {
	font-size: 1rem
}
@media screen and (max-width: 48em) {
	article.team-teaser-container ul,
	article .ce-bodytext article ul {
		font-size: 16px;
	}
}
@media print, screen and (min-width: 48em) {
	article.team-teaser-container ul,
	article .ce-bodytext article ul {
		font-size: 1rem
	}
}
@media print, screen and (min-width: 64em) {
	article.team-teaser-container ul,
	article .ce-bodytext article ul {
		font-size: 1rem
	}
}
@media screen and (min-width: 75em) {
	article.team-teaser-container ul,
	article .ce-bodytext article ul {
		font-size: 1rem
	}
}




/* ----- core-elements -----*/

.ce-textpic .image-caption {
	margin-bottom: 45px;
	font-size: 0.85rem;
}

.ce-textpic.ce-center.ce-above,
.ce-textpic.ce-center.ce-below,
.ce-textpic.text-center.text-below,
.ce-textpic.text-center.text-above {
	text-align: center;
	/*display: inline-block;*/
}
.ce-textpic.ce-center.ce-above .ce-bodytext,
.ce-textpic.ce-center.ce-below .ce-bodytext,
.ce-textpic.ce-center.ce-above .image-caption.text-center,
.ce-textpic.ce-center.ce-below .image-caption.text-center,
.ce-textpic.ce-center.ce-above h1, .ce-textpic.ce-center.ce-above h2, .ce-textpic.ce-center.ce-above h3, .ce-textpic.ce-center.ce-above h4,
.ce-textpic.ce-center.ce-below h1, .ce-textpic.ce-center.ce-below h2, .ce-textpic.ce-center.ce-below h3, .ce-textpic.ce-center.ce-below h4,
.ce-textpic.text-center.text-above .ce-bodytext,
.ce-textpic.text-center.text-below .ce-bodytext,
.ce-textpic.text-center.text-above .image-caption.text-center,
.ce-textpic.text-center.text-below .image-caption.text-center,
.ce-textpic.text-center.text-above h1, .ce-textpic.text-center.text-above h2, .ce-textpic.text-center.text-above h3, .ce-textpic.text-center.text-above h4,
.ce-textpic.text-center.text-below h1, .ce-textpic.text-center.text-below h2, .ce-textpic.text-center.text-below h3, .ce-textpic.text-center.text-below h4 {
	text-align: left;
}

.ce-textpic.ce-right.ce-above,
.ce-textpic.ce-right.ce-below,
.ce-textpic.text-right.text-below,
.ce-textpic.text-right.text-above {
	text-align: right;
	display: inline-block;
}
.ce-textpic.ce-right.ce-above .ce-bodytext,
.ce-textpic.ce-right.ce-below .ce-bodytext,
.ce-textpic.ce-right.ce-above h1, .ce-textpic.ce-right.ce-above h2, .ce-textpic.ce-right.ce-above h3, .ce-textpic.ce-right.ce-above h4,
.ce-textpic.ce-right.ce-below h1, .ce-textpic.ce-right.ce-below h2, .ce-textpic.ce-right.ce-below h3, .ce-textpic.ce-right.ce-below h4,
.ce-textpic.text-right.text-below .ce-bodytext,
.ce-textpic.text-right.text-above .ce-bodytext,
.ce-textpic.text-right.text-above h1, .ce-textpic.text-right.text-above h2, .ce-textpic.text-right.text-above h3, .ce-textpic.text-right.text-above h4,
.ce-textpic.text-right.text-below h1, .ce-textpic.text-right.text-below h2, .ce-textpic.text-right.text-below h3, .ce-textpic.text-right.text-below h4 {
	text-align: left;
}

.ce-textpic.ce-left.ce-above,
.ce-textpic.ce-left.ce-below,
.ce-textpic.text-left.text-below,
.ce-textpic.text-left.text-above{
	text-align: left;
	display: inline-block;
}
.ce-textpic.ce-left.ce-above .ce-bodytext,
.ce-textpic.ce-left.ce-below .ce-bodytext,
.ce-textpic.ce-left.ce-above .image-caption.text-left,
.ce-textpic.ce-left.ce-below .image-caption.text-left,
.ce-textpic.ce-left.ce-above h1, .ce-textpic.ce-left.ce-above h2, .ce-textpic.ce-left.ce-above h3, .ce-textpic.ce-left.ce-above h4,
.ce-textpic.ce-left.ce-below h1, .ce-textpic.ce-left.ce-below h2, .ce-textpic.ce-left.ce-below h3, .ce-textpic.ce-left.ce-below h4,
.ce-textpic.text-left.text-above .ce-bodytext,
.ce-textpic.text-left.text-below .ce-bodytext,
.ce-textpic.text-left.text-above .image-caption.text-left,
.ce-textpic.text-left.text-below .image-caption.text-left,
.ce-textpic.text-left.text-above h1, .ce-textpic.text-left.text-above h2, .ce-textpic.text-left.text-above h3, .ce-textpic.text-left.text-above h4,
.ce-textpic.text-left.text-below h1, .ce-textpic.text-left.text-below h2, .ce-textpic.text-left.text-below h3, .ce-textpic.text-left.text-below h4 {
	text-align: left;
}


span.text-right,
span.text-left {
	display: inline-block;
}

h1.text-center,
h2.text-center,
h3.text-center,
h4.text-center,
h5.text-center,
h6.text-center {
	text-align: center !important;
 }
h1.text-right,
h2.text-right,
h3.text-right,
h4.text-right,
h5.text-right,
h6.text-right {
	text-align: right !important;
}




/* ----- slider subpages -----*/

.slider.stage-slider .slide.stage-slider__slide{
	height: 210px;
}
@media print, screen and (min-width: 48em) {
	.slider.stage-slider .slide.stage-slider__slide{
		height: 400px;
	}
}
@media print, screen and (min-width: 64em) {
	.slider.stage-slider .slide.stage-slider__slide{
		height: 100vh;
		max-height: 450px;
	}
}
@media screen and (min-width: 75em) {
	.slider.stage-slider .slide.stage-slider__slide{
		height: 100vh;
		max-height: 550px;
	}
}
.slider.stage-slider .slide.stage-slider__slide picture {
	position: relative;
}
.slider.stage-slider .slide.stage-slider__slide picture .img-caption {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: rgba(0,0,0,0.4);
	color: white;
	font-size: 12px;
	padding: 1px 3px 4px;
	line-height: 1;
	margin-bottom: 0;
}
.slider.stage-slider .slide.stage-slider__slide picture .img-caption .copyright {
	color: white;
}
.slider.stage-slider .slide.stage-slider__slide picture .img-caption .copyright:before {
	margin-left: 0;
	padding-right: 3px;
}

/* ----- slider subpages with textbox -----*/
.stage-slider-with-textbox .stage-slider .slick-next,
.stage-slider-with-textbox .stage-slider .slick-prev {
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	top: auto;
	bottom: 0px;
}
.stage-slider-with-textbox .slider.stage-slider .slide.stage-slider__slide{
	height: 410px;
}
@media print, screen and (min-width: 48em) {
	.stage-slider-with-textbox .slider.stage-slider .slide.stage-slider__slide{
		height: 600px;
	}
}
@media print, screen and (min-width: 64em) {
	.stage-slider-with-textbox .slider.stage-slider .slide.stage-slider__slide{
		height: 100vh;
		max-height: 700px;
	}
}
@media screen and (min-width: 75em) {
	.stage-slider-with-textbox .slider.stage-slider .slide.stage-slider__slide{
		height: 100vh;
		max-height: 700px;
	}
}

.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .cell  {
	position: absolute;
	top: calc(1rem + 60px);
}
@media print, screen and (min-width: 48em) {
	.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .cell  {
		top: calc(1rem + 60px);
	}
}
@media print, screen and (min-width: 64em) {
	.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .cell  {
		top: calc(3rem + 60px);
	}
}
@media screen and (min-width: 75em) {
	.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .cell  {
		top: calc(5rem + 134px);
	}
}

.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox {
	padding: 1.75rem 2rem;
}
.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox h1,
.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox h2 {
	font-size: 1.4rem;
	text-transform: none;
	margin-top: 0;
}
@media print, screen and (min-width: 48em) {
	.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox h1,
	.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox h2  {
		font-size: 1.4rem;
	}
}
@media print, screen and (min-width: 64em) {
	.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox h1,
	.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox h2  {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 75em) {
	.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox h1,
	.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox h2  {
		font-size: 2.3rem;
	}
}

.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox .subheader-part {
	font-size: 1.4rem;
	font-family: Segoe UI, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 15px;
}
.stage-slider-with-textbox .slider.stage-slider .grid-container .grid-x.grid-margin-x .stage-hero__textbox .description {
	margin-bottom: 1rem;
}

.stage-slider-with-textbox .search {
	background-color: var(--color-blue);
	padding: 1.5rem 0;
}
.stage-slider-with-textbox .search .search-wrap form {
	display: flex;
	width: 100%;
}
.stage-slider-with-textbox .search .search-wrap input[type="search"] {
	background-color: white;
	margin-bottom: 0;
}
.stage-slider-with-textbox .search .search-wrap .search-button {
	margin-left: 1rem;
	background-color: var(--color-orange);
	height: 2.51rem;
	width: 5rem;
	color: white;
}
.stage-slider-with-textbox .search .search-wrap .search-button svg {
	fill: white;
	width: 20px;
}


/* ----- full-width-teaser with video -----*/
.full-width-teaser.video-wrap {
	position: relative;
	overflow: hidden;
}
.full-width-teaser.video-wrap video {
	position: absolute;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 48em) {
	.full-width-teaser.video-wrap video {
		display: none;
	}
}
.full-width-teaser.video-wrap .grid-container {
	position: relative;
	z-index: 1;
}
.full-width-teaser.video-wrap .full-width-teaser__textbox {
	background-color: hsla(0, 0%, 100%, .8);
}
@media print, screen and (max-width: 48em) {
	.full-width-teaser.video-wrap .full-width-teaser__textbox {
		padding: 0;
	}
}



/* ----- article -----*/
.breadcrumbs-container + article {
	padding-top: 2rem;
}
@media screen and (min-width: 64em) {
	.breadcrumbs-container + article {
		padding-top: 6rem;
	}
}


/* ----- teaser-card -----*/
.teaser-card a {
	text-decoration: none;
}
.teaser-card p a {
	text-decoration: underline;
}


/* ----- menu -----*/
.sidebar-navigation li ul li a {
	padding: .5rem .25rem .5rem 2.25rem;
}
.sidebar-navigation li ul li ul li a {
	padding: .5rem .25rem .5rem 3.25rem;
}
.sidebar-navigation li ul li ul li ul li a {
	padding: .5rem .25rem .5rem 4.25rem;
}


/* ----- mask-elements -----*/
.stage-hero {
	min-height: 800px;
}

.stage-slider__image.position-top {
	object-position: top center;
}
.stage-slider__image.position-bottom {
	object-position: bottom center;
}


.chiefdoctor-slider .image-text-slider__img-col {
	width: 100%;
}
.chiefdoctor-slider .image-text-slider__img-col picture {
	height: 350px;
	overflow: hidden;
}
.chiefdoctor-slider .image-text-slider__text-col {
	width: 100%;
}
.chiefdoctor-slider.image-text-slider .slick-arrow {
	top: 200px;
}

@media screen and (max-width: 48em) {
	.chiefdoctor-slider .image-text-slider__img-col img {
		max-width: 280px;
	}
}
@media screen and (min-width: 48em) {
	.chiefdoctor-slider .image-text-slider__content {
		flex-direction: row;
	}
	.chiefdoctor-slider .image-text-slider__img-col {
		width: 30%;
	}
	.chiefdoctor-slider .image-text-slider__img-col picture {
		height: 430px;
	}
	.chiefdoctor-slider .image-text-slider__text-col {
		width: 70%;
	}
	.chiefdoctor-slider .image-text-slider__text-inner {
		padding: 0 45px;
	}
	.chiefdoctor-slider.image-text-slider .slick-arrow {
		top: 200px;
	}
	.chiefdoctor-slider.image-text-slider .slick-arrow {
		height: 50px;
		width: 50px;
	}
}
@media print, screen and (min-width: 64em) {
	.chiefdoctor-slider .image-text-slider__img-col {
		width: 30%;
	}
	.chiefdoctor-slider .image-text-slider__img-col picture {
		height: 650px;
	}
	.chiefdoctor-slider .image-text-slider__text-col {
		width: 70%;
	}
	.chiefdoctor-slider .image-text-slider__text-col .image-text-slider__text {
		max-width: 100%;
	}
	.chiefdoctor-slider.image-text-slider .slick-arrow {
		top: 300px;
	}
	.chiefdoctor-slider.image-text-slider .slick-next {
		right: 70%;
	}
	.chiefdoctor-slider.image-text-slider__text-inner {
		padding-left: 12%;
		padding-top: 0;
	}
	.chiefdoctor-slider .h1 {
		font-size: 2.1rem;
	}
	.chiefdoctor-slider.image-text-slider .slick-arrow {
		height: 50px;
		width: 50px;
	}
}

.team-teaser__infos .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8px;
}
.team-teaser__infos .flex .icon {
	position: relative;
	bottom: unset;
	left: unset;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: var(--color-orange);
	padding: 5px;
	overflow: hidden;
	margin-right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.team-teaser__infos .flex .icon i {
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
.team-teaser__infos .flex .icon-text {
	width: calc(100% - 36px);
	font-size: 0.85rem;
}

@media screen and (max-width: 48em) {
	.team-teaser__infos .flex .icon-text {
		font-size: 0.7rem;
	}
	.team-teaser__infos .flex .icon {
		width: 22px;
		height: 22px;
	}
	.team-teaser__infos .flex .icon i {
		font-size: 10px;
	}
}



/* ----- news -----*/
.news.news-single .imagewrap.small .news-img-wrap .slider.slick-slider .slick-next,
.news.news-single .imagewrap.small .news-img-wrap .slider.slick-slider .slick-prev {
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
}
.news.news-single .news-img-wrap .slider.slick-slider ul.slick-dots {
	display: none !important;
}
.news.news-single .news-img-wrap .slider.slick-slider .slide .mediaelement {
	text-align: center;
}
.news.news-single .news-img-wrap .slider.slick-slider .slide .mediaelement img {
	margin: 0 auto;
}

.news.news-single .imagewrap.big .news-img-wrap {
	width: 100%;
	margin-bottom: 20px;
}
.news.news-single .imagewrap.big .news-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news.news-single .news-backlink-wrap {
	margin-top: 60px;
}
.news.news-single .news-related-wrap {
	margin-top: 60px;
}

@media print, screen and (max-width: 48em) {
	.news.news-single .article .news-img-wrap {
		width: 100%;
		margin-bottom: 15px;
	}
	.news.news-single .article .news-text-wrap ul {
		font-size: 16px;
	}
	.news.news-single .news-backlink-wrap .button {
		font-size: 16px;
	}
	.news .newslist .teaser .small-3,
	.news .newslist .teaser .small-9 {
		width: calc(100% - 1rem);
		flex: 0 0 calc(100% - 1rem);
		max-width: calc(100% - 1rem);
		order: 1;
	}
	.news .newslist .teaser .small-3 .teaser__image {
		max-width: 230px;
		margin-bottom: 15px;
	}
}


/* ------------------------------------------------
		external click
---------------------------------------------------*/
.embed-container.embed-container--gallery.lns-externalclick {
	width: 100%;
}
.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder-inner {
	padding: 1rem 2rem;
	overflow-y: auto;
}

.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns_externalclick-title {
	font-size: 15px;
}
.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .title {
	padding-top: 0;
	font-size: 20px;
	margin-bottom: 10px;
}
.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content p {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0;
}
.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .small {
	font-size: 15px;
	line-height: 1.4;
	padding-bottom: 1rem;
}
.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .btn {
	margin: 15px 0;
	font-size: 1rem;
	padding: 3px 15px;
}

@media print, screen and (max-width: 48em) {
	.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns_externalclick-title {
		font-size: 13px;
	}
	.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .title {
		font-size: 15px;
		margin-bottom: 2px;
	}
	.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content p {
		font-size: 15px;
	}
	.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .small {
		font-size: 13px;
	}
	.embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .btn {
		margin: 10px 0;
		font-size: 0.75rem;
	}
}


/* ----------- news-detail (magazine) --------------------*/

.magazine-layout .news.news-single .article .container-wrap .news-text-wrap .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder-inner {
	padding: 1rem;
}
.magazine-layout .news.news-single .article .container-wrap .news-text-wrap .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns_externalclick-title {
	font-size: 13px;
}
.magazine-layout .news.news-single .article .container-wrap .news-text-wrap .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .title {
	font-size: 15px;
	margin-bottom: 2px;
}
.magazine-layout .news.news-single .article .container-wrap .news-text-wrap .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content p {
	font-size: 15px;
}
.magazine-layout .news.news-single .article .container-wrap .news-text-wrap .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .small {
	font-size: 13px;
}
.magazine-layout .news.news-single .article .container-wrap .news-text-wrap .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .btn {
	margin: 10px 0;
	font-size: 0.75rem;
}


/* ----------- facility-finder detail --------------------*/

.facility-detail .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder-inner {
	padding: 1rem;
}
/* min. 1024px */
@media print, screen and (min-width: 48em) {
	.facility-detail .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder-inner {
		flex-direction: unset;
	}
}

.facility-detail .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder.googlemaps,
.facility-detail .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder.openstreetmap {
	padding: 1em;
}
.facility-detail .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns_externalclick-title {
	font-size: 13px;
}
.facility-detail .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .title {
	font-size: 15px;
	margin-bottom: 2px;
}
.facility-detail .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content p {
	font-size: 15px;
}
.facility-detail .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .small {
	font-size: 12px;
}
.facility-detail .embed-container.embed-container--gallery.lns-externalclick .lns-externalclick-placeholder .lns-externalclick-content .btn {
	margin: 10px 0;
	font-size: 0.75rem;
}




@media print, screen and (max-width: 48em) {
	.embed-container.embed-container--gallery.lns-externalclick {
		height: auto;
		padding-bottom: 0;
	}
	.lns-externalclick .lns-externalclick-placeholder {
		position: relative;
	}
	/*.lns-externalclick .lns-externalclick-wrap .lns-externalclick-iframe {*/
	/*	height: auto;*/
	/*	overflow: hidden;*/
	/*	padding-bottom: 56.25%;*/
	/*	position: relative;*/
	/*	width: 100%;*/
	/*}*/
}



/*.cell.medium-6 .embed-container.embed-container-with-externalclick.youtube-video {*/
/*	width: 100%;*/
/*	height: auto;*/
/*	padding-bottom: 0;*/
/*	overflow: auto;*/
/*}*/
/*.cell.medium-6 .embed-container.embed-container-with-externalclick.youtube-video .lns-externalclick .lns-externalclick-placeholder {*/
/*	position: relative;*/
/*}*/
/*.cell.medium-6 .embed-container.embed-container-with-externalclick.youtube-video .lns-externalclick .lns-externalclick-placeholder {*/
/*	padding: 1em;*/
/*}*/
/*.cell.medium-6 .embed-container.embed-container-with-externalclick.youtube-video .lns-externalclick .lns-externalclick-placeholder-inner {*/
/*	padding: 1rem;*/
/*}*/
/*.cell.medium-6 .embed-container.embed-container-with-externalclick.youtube-video .lns-externalclick .lns-externalclick-wrap .lns-externalclick-iframe {*/
/*	height: auto;*/
/*	overflow: hidden;*/
/*	padding-bottom: 56.25%;*/
/*	position: relative;*/
/*	width: 100%;*/
/*}*/
@media print, screen and (max-width: 48em) {
	/*.cell.large-9 .embed-container.embed-container-with-externalclick.youtube-video {*/
	/*	width: 100%;*/
	/*	height: auto;*/
	/*	padding-bottom: 0;*/
	/*	overflow: auto;*/
	/*}*/
	/*.cell.large-9 .embed-container.embed-container-with-externalclick.youtube-video .lns-externalclick .lns-externalclick-placeholder {*/
	/*	position: relative;*/
	/*}*/
	/*.cell.large-9 .embed-container.embed-container-with-externalclick.youtube-video .lns-externalclick .lns-externalclick-placeholder {*/
	/*	padding: 1em;*/
	/*}*/
	/*.cell.large-9 .embed-container.embed-container-with-externalclick.youtube-video .lns-externalclick .lns-externalclick-placeholder-inner {*/
	/*	padding: 1rem;*/
	/*}*/
	/*.cell.large-9 .embed-container.embed-container-with-externalclick.youtube-video .lns-externalclick .lns-externalclick-wrap .lns-externalclick-iframe {*/
	/*	height: auto;*/
	/*	overflow: hidden;*/
	/*	padding-bottom: 56.25%;*/
	/*	position: relative;*/
	/*	width: 100%;*/
	/*}*/
}




.button:focus,
.button:hover {
	outline-style: none;
	border-radius: 0;
}


/* ---------------------------------------------------------
	images
---------------------------------------------------------*/

.image-wrap.image-position-left ~ .ce-bodytext ol,
.image-wrap.image-position-left ~ .ce-bodytext ul {
	overflow: auto;
	padding-left: 21px;
}


/* ---------------------------------------------------------
	imagegallery
---------------------------------------------------------*/
.imagegallery .cell .image-height .image-caption {
	color: white;
	font-size: 0.7rem;
	line-height: 1.4;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	display: none;
	z-index: 1;
	font-weight: 600;
}
.imagegallery .cell .image-height .image-caption a {
	color: white;
	text-decoration: none;
}
.imagegallery .cell .image-height .image-caption a:hover {
	cursor: zoom-in;
}
.imagegallery .cell .image-height:hover .image-caption {
	display: inline-block;
	cursor: zoom-in;
}
.imagegallery .cell .image-height:hover .gallery-image:after,
.imagegallery .cell .image-height:hover .gallery-image:before {
	opacity: 1
}


/* ---------------------------------------------------------
	doctolib
---------------------------------------------------------*/
.doctolib-wrap {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background-color: #0596de;
	padding: 30px 45px;
	color: white;
	border-top-left-radius: 5px;
	text-align: center;
	font-size: 0.85rem;
}
.doctolib-wrap.position-intext {
	position: relative;
	bottom: unset;
	right: unset;
	display: inline-block;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.doctolib-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 15px 20px;
	}
}

.doctolib-wrap p {
	font-size: 0.85rem !important;
}
.doctolib-wrap .image-wrap {
	text-align: center;
	display: inline-block;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.doctolib-wrap .image-wrap {
		margin-right: 15px;
		margin-bottom: 0;
	}
}
.doctolib-wrap .image-wrap img {
	width: 91px;
	height: auto;
}
.doctolib-wrap .btn-white {
	background-color: white;
	border: 1px solid white;
	color: #0596de;
	padding: 7px 15px 10px;
	border-radius: 5px;
	font-size: 0.75rem;
	transition: background-color 500ms ease-out;
}
@media screen and (max-width: 767px) {
	.doctolib-wrap .btn-white {
		padding: 5px 8px 7px;
	}
}
.doctolib-wrap .btn-white a {
	text-decoration: none;
	color: #0596de;
	transition: color 500ms ease-out;
}
.doctolib-wrap .btn-white:hover {
	background-color: #0596de;
	cursor: pointer;
	transition: background-color 500ms ease-out;
}
.doctolib-wrap .btn-white:hover a {
	color: white;
	transition: color 500ms ease-out;
}

.accordion-item .accordion-content .asset-list .asset-list-item .asset-list-item__content a {
	color: var(--color-blue);
}

/* ---------------------------------------------------------
	backgroundcolor for textmedia-elements
---------------------------------------------------------*/

.frame-layout-fond-primary {
	background-color: var(--color-blue);
	padding: 20px;
	color: white;
}
.frame-layout-fond-primary h1,
.frame-layout-fond-primary h2,
.frame-layout-fond-primary h3,
.frame-layout-fond-primary h4,
.frame-layout-fond-primary h5,
.frame-layout-fond-primary h6,
.frame-layout-fond-primary p,
.frame-layout-fond-primary li,
.frame-layout-fond-primary a {
	color: white;
}
.frame-layout-fond-grey {
	background-color: var(--color-blue-light);
	padding: 20px;
}
.frame-layout-fond-yellow {
	background-color: var(--color-orange);
	padding: 20px;
}
.frame-layout-fond-border-primary {
	border: 2px solid var(--color-blue);
	padding: 20px;
}
.frame-layout-fond-border-yellow {
	border: 2px solid var(--color-orange);
	padding: 20px;
}
.frame-layout-fond-border-red {
	border: 2px solid var(--color-orange-dark);
	padding: 20px;
}



/* ---------------------------------------------------------
  header
---------------------------------------------------------*/

.header__search.with-socialmedia-icons li {
	width: 100%;
}
.header__search.with-socialmedia-icons li.socialmediachannels-wrap {
	padding-right: 1rem;
	display: flex;
}
.header__search.with-socialmedia-icons li.socialmediachannels-wrap a {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	color: #fff;
	height: 48px;
	display: flex;
	align-items: center;
}
.header__search.with-socialmedia-icons li.socialmediachannels-wrap a:hover {
	cursor: pointer;
}
.header__search.with-socialmedia-icons li.socialmediachannels-wrap img {
	height: 17px;
}
.header__search.with-socialmedia-icons li.socialmediachannels-wrap a:first-child {
	padding-left: 0;
}
.header__search.with-socialmedia-icons input {
	width: 100%;
}

@media print, screen and (min-width: 75em) {
	.header__search.with-socialmedia-icons li.socialmediachannels-wrap a {
		color: #000;
	}
	.header__search.with-socialmedia-icons li {
		width: auto;
	}
	.header__search.with-socialmedia-icons input {
		width: 145px;
	}
}


/* ---------------------------------------------------------
  contactbox
---------------------------------------------------------*/
.news .article .contactbox {
	position: relative;
	width: 100%;
	margin-top: 45px;
	padding: 22px 30px 22px 60px;
	background-color: var(--color-blue-light);
	font-size: 0.8rem;
}
.news .article .contactbox:before {
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 1.15rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--color-blue);
}
.news .article .contactbox p {
	font-size: 0.8rem;
}
.news .article .contactbox p:last-child {
	margin-bottom: 0;
}



/* ---------------------------------------------------------
  footer
---------------------------------------------------------*/
.site-footer__sub:empty {
	display: none;
}

@media print, screen and (min-width: 48em) {
	.site-footer .site-footer__navigation .grid-x .cell {
		margin-bottom: 30px;
	}
	.site-footer__menu + .site-footer__menu {
		margin-top: 30px;
	}
}
@media print, screen and (min-width: 64em) {
	.site-footer__sub {
		padding-top: 0;
	}
	.site-footer__sub li:first-child {
		padding-top: 20px;
	}
}



/* ---------------------------------------------------------

---------------------------------------------------------*/

@media print, screen and (min-width: 48em) {

}
@media print, screen and (min-width: 64em) {

}
@media screen and (min-width: 75em) {

}


.team-teaser__has-image {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.ce-bodytext a.external-link:before {
	content: "\f35d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 4px;
	font-size: 0.7em !important;
}

/* sidepanel-widgets */
.sidepanel-widgets .sidepanel-trigger-wrap {
	justify-content: center !important;
}

@font-face{font-display:swap;font-family:Segoe UI;font-style:normal;font-weight:400;src:url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/main/fonts/Segoe-UI.woff') format("woff")}@font-face{font-display:swap;font-family:Segoe UI;font-style:italic;font-weight:400;src:url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/main/fonts/Segoe-UI-Italic.woff') format("woff")}@font-face{font-display:swap;font-family:Segoe UI;font-style:normal;font-weight:700;src:url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/main/fonts/Segoe-UI-Bold.woff') format("woff")}@font-face{font-display:swap;font-family:Segoe UI;font-style:italic;font-weight:700;src:url('../../../_assets/09a0fdc657e237422c07c1af8e78f875/main/fonts/Segoe-UI-Bold-Italic.woff') format("woff")}.subheader,body,h1,h2,h3,h4,h5,h6{font-family:segoe ui,arial,helvetica,sans-serif}.subheader,h1,h2,h3,h4,h5,h6{font-weight:700}li,p{font-family:segoe ui,arial,helvetica,sans-serif}div.small p{font-size:16px}.sidepanel-widgets{background-color:initial;bottom:-1px;height:auto;left:0;padding-left:15px;padding-right:15px;position:relative;width:100%;z-index:1001}.sidepanel-widgets .sidepanel-trigger-wrap{display:block;flex-wrap:wrap;justify-content:flex-end;margin-right:30px}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button{margin-right:0;position:fixed;right:0;top:150px}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button+.sidepanel-button{top:210px}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button+.sidepanel-button+.sidepanel-button{top:270px}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button:last-of-type .sidepanel-wrap .iconbox:before{background-color:#862308;border-radius:50%;content:"";height:80px;left:0;position:absolute;width:80px}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap{display:flex;flex-wrap:nowrap;height:100%;margin-right:-310px;position:relative;transition:margin-right .5s ease-in-out;width:350px}@media print,screen and (min-width:48em){.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap{margin-right:-410px;width:450px}}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .iconbox{align-items:center;background-color:initial;color:#fff;display:flex;height:50px;justify-content:center;left:-10px;overflow:hidden;position:absolute;transition:all .5s ease-in-out;width:50px;z-index:1001}@media print,screen and (min-width:48em){.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .iconbox{height:50px;width:50px}}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .iconbox i{align-items:center;background-color:#862308;display:flex;font-size:1.2rem;height:50px;justify-content:center;margin-left:10px;position:relative;width:50px}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .iconbox i:before{margin-left:-8px}@media print,screen and (min-width:48em){.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .iconbox i{font-size:1.5rem}}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .iconbox:hover{background-color:initial;background-image:none;cursor:pointer}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .iconbox:hover i,.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .iconbox:hover:before{background-color:#8c8c8c}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .iconbox:before{background-color:#862308;border-radius:50%;content:"";height:80px;left:0;position:absolute;width:80px}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel{display:flex;margin-left:50px;width:100%;z-index:1002}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big{bottom:unset;height:100vh;left:unset;overflow-y:auto;position:fixed;top:0;transition:none;width:300px}@media print,screen and (min-width:48em){.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big{width:450px}}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap{background-color:#fff;height:100%;margin-bottom:0;overflow-y:auto;padding:30px;position:relative;width:410px}@media print,screen and (min-width:48em){.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap{padding:45px 45px 30px}}@media print,screen and (max-width:48em){.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap .button{padding:15px 20px}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap a{font-size:16px;line-height:1.45}}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap.chatbot{padding:0}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap.chatbot>.iframe-wrap{height:100%;overflow-y:auto}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap.chatbot>.iframe-wrap #chatbot-container{height:100%}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap p+.iframe-wrap{margin:45px 0 30px;overflow:hidden}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap .iframe-wrap{overflow:hidden}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap .as-h2{font-size:24px;font-weight:700;margin-bottom:30px;text-transform:uppercase}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.big .inner-wrap .name p{margin-bottom:0}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.small{align-items:center;background-color:#e03a0d;bottom:unset;color:#fff;display:flex;font-size:16px;height:50px;left:unset;padding:0 20px;position:unset;transition:none}@media print,screen and (min-width:48em){.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.small{font-size:1rem;height:50px}}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button .sidepanel-wrap .sidepanel.small a{color:#fff;text-decoration:none}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button.open{z-index:1003}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button.open .sidepanel-wrap{margin-bottom:0;margin-right:0;transition:margin-right .5s ease-in-out}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button.open .sidepanel-wrap .sidepanel.big{bottom:50px;transition:bottom .5s ease-in-out}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button.open .sidepanel-wrap .sidepanel.big .inner-wrap{box-shadow:0 0 10px #0000001a}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button.open .sidepanel-wrap .sidepanel.small{bottom:50px;transition:bottom .5s ease-in-out}.sidepanel-widgets .sidepanel-trigger-wrap .sidepanel-button.open .sidepanel-wrap .iconbox i:before{content:"\f00d";font-family:Font Awesome\ 5 Free;font-weight:900}.overlay{background-color:#ffffff03;z-index:1000}#search-term{border:none}.facet-option{display:inline-block}main .tx-solr-search em{font-weight:700}main .tx-solr-search .tx-solr-search-functions a{text-decoration:none}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap .label,main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap .label{background-color:initial}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap em,main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap strong,main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap em,main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap strong{font-weight:700}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap{border-bottom:1px solid #cbcbcb;display:flex;flex-wrap:wrap;margin-bottom:2rem;padding-bottom:10px}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap a{color:#333}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap .label{color:#333;padding:2px 15px 0 0}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting{display:block;font-size:14px}@media print,screen and (min-width:320px){main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting{align-items:center;display:flex}}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting ul{margin-bottom:0;margin-left:0;margin-top:0}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting ul li{float:left;font-size:14px;line-height:1;list-style-type:none;margin-right:15px}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting ul li a{align-items:center;display:flex}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting ul li .text-label{line-height:1;padding-top:4px}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting ul li .glyphicon{align-items:center;display:flex}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting ul li .glyphicon-arrow-down,main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting ul li .glyphicon-arrow-up{color:#388285;font-weight:700;line-height:1;padding-right:5px}main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting ul li .glyphicon-arrow-down:before,main .tx-solr-search .tx-solr-search-functions.tx-solr-sorting-wrap #tx-solr-sorting ul li .glyphicon-arrow-up:before{display:none}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap{background-color:#388285;margin-bottom:1.5rem;margin-top:-1.5rem;padding:20px 30px}@media print,screen and (min-width:320px){main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap{padding:20px}}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap a{color:#fff}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap .label{color:#fff;font-size:16px;padding:0 15px 0 0}@media print,screen and (min-width:64em){main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap .label{font-size:16px}}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap .flex{align-items:baseline;display:flex;flex-wrap:wrap;margin-top:-30px;padding-bottom:10px;padding-top:10px}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap #tx-solr-faceting{display:block;font-size:16px}@media print,screen and (min-width:48em){main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap #tx-solr-faceting{align-items:center;display:flex}}@media print,screen and (min-width:64em){main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap #tx-solr-faceting{font-size:16px}}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap #tx-solr-faceting .solr-facets-available .facets .facet-option{padding-right:15px}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap #tx-solr-facets-in-use{display:block;font-size:16px;margin-top:10px}@media print,screen and (min-width:48em){main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap #tx-solr-facets-in-use{align-items:center;display:flex}}@media print,screen and (min-width:64em){main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap #tx-solr-facets-in-use{font-size:16px}}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap #tx-solr-facets-in-use a{align-items:center;background-color:#ccc;color:#333;display:inline-flex;line-height:1;margin-right:8px;padding:2px 8px}main .tx-solr-search .tx-solr-search-functions.tx-solr-faceting-wrap #tx-solr-facets-in-use a i{color:#900;font-size:11px;line-height:1;margin-left:5px}.tx-solr-search .tx-solr-search-form form>.input-group,.tx-solr-search .tx-solr-search-form form>.input-group input[type=text]{margin-bottom:0}.tx-solr-search .tx-solr-search-form{background-color:#388285;margin-bottom:1.5rem;padding:30px}@media print,screen and (min-width:320px){.tx-solr-search .tx-solr-search-form{padding:20px}}.tx-solr-search .tx-solr-search-form form>.input-group input[type=text]{border:none}.tx-solr-search .tx-solr-search-form form>.input-group .input-group-btn{align-items:center;background-color:#e03a0d;border-left:5px solid #388285;display:flex;justify-content:center;padding:15px}.tx-solr-search .tx-solr-search-form form>.input-group .input-group-btn span{color:#fff}.tx-solr-search .results-list .search-result hr{margin:2rem auto}.tx-solr-search .results-list .search-result .path,.tx-solr-search .results-list .search-result .path a{color:#8e8d8d;font-size:.75rem}.tx-solr-search .results-list .search-result .result-topic{font-size:1.3rem}.tx-solr-search .results-list .search-result .linked-content .small{font-size:.75rem}.tx-solr-search .infotext{font-weight:700;margin-bottom:3rem}.tx-solr-search .infotext h2{font-size:20px;font-weight:700}@media print,screen and (min-width:64em){.tx-solr-search .infotext h2{font-size:1.15rem}}@media print,screen and (min-width:48em){.news.news-single .article .imagegallery>.grid-margin-x>.medium-offset-2{margin-left:calc(8.3333% + .75rem)!important}.news.news-single .article .imagegallery>.grid-margin-x>.medium-8{flex:0 0 83.3333%;max-width:83.3333%;width:calc(83.3333% - 1.5rem)!important}}.magazine-wrap .container-wrap .socialmedia-sharing-wrap>.h5,.news.news-single .article .socialmedia-sharing-wrap>.h5{color:#e03a0d;margin-bottom:0;padding-bottom:0;padding-top:30px}.magazine-wrap .container-wrap .socialmedia-sharing-wrap .sharing-list,.news.news-single .article .socialmedia-sharing-wrap .sharing-list{display:flex;margin-left:0;margin-top:15px}.magazine-wrap .container-wrap .socialmedia-sharing-wrap .sharing-list>li,.news.news-single .article .socialmedia-sharing-wrap .sharing-list>li{list-style:none}.magazine-wrap .container-wrap .socialmedia-sharing-wrap .sharing-list>li a img,.news.news-single .article .socialmedia-sharing-wrap .sharing-list>li a img{height:24px;margin-right:25px;width:24px}.image-text-slider-new.chiefdoctor-slider .image-text-slider__content{align-items:flex-start}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider .image-text-slider__content .image-text-slider__text-col{width:100%}}.image-text-slider-new.chiefdoctor-slider .image-text-slider__content .image-text-slider__text-col .image-text-slider__text h2.h1{margin-top:-10px}.image-text-slider-new.chiefdoctor-slider .image-text-slider__content .image-text-slider__text-col .image-text-slider__text .image-text-slider__text-inner .button{margin-top:20px}@media screen and (max-width:48em){.image-text-slider-new.chiefdoctor-slider .image-text-slider__content .image-text-slider__img-col{background-color:#ebf2f3;width:100%}.image-text-slider-new.chiefdoctor-slider .image-text-slider__content .image-text-slider__img-col picture{display:flex;justify-content:center}}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.imagewidth-50-percent .image-text-slider__img-col,.image-text-slider-new.chiefdoctor-slider.imagewidth-50-percent .image-text-slider__text-col{width:50%}}.image-text-slider-new.chiefdoctor-slider.imagewidth-50-percent .image-text-slider__img-col picture{height:350px}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.imagewidth-50-percent .image-text-slider__img-col picture{height:800px}.image-text-slider-new.chiefdoctor-slider.imagewidth-50-percent .slick-next{right:50%}.image-text-slider-new.chiefdoctor-slider.imagewidth-33-percent .image-text-slider__text-col{width:67%}.image-text-slider-new.chiefdoctor-slider.imagewidth-33-percent .image-text-slider__img-col{width:33%}}.image-text-slider-new.chiefdoctor-slider.imagewidth-33-percent .image-text-slider__img-col picture{height:350px}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.imagewidth-33-percent .image-text-slider__img-col picture{height:650px}.image-text-slider-new.chiefdoctor-slider.imagewidth-33-percent .slick-next{right:67%}.image-text-slider-new.chiefdoctor-slider.imagewidth-25-percent .image-text-slider__text-col{width:75%}.image-text-slider-new.chiefdoctor-slider.imagewidth-25-percent .image-text-slider__img-col{width:25%}}.image-text-slider-new.chiefdoctor-slider.imagewidth-25-percent .image-text-slider__img-col picture{height:350px}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.imagewidth-25-percent .image-text-slider__img-col picture{height:450px}.image-text-slider-new.chiefdoctor-slider.imagewidth-25-percent .slick-next{right:75%}}.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-50-percent .slick-arrow{right:70%;top:175px}@media screen and (max-width:767px){.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-50-percent .slick-arrow{right:0}}@media screen and (min-width:768px) and (max-width:1024px){.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-50-percent .slick-arrow{top:385px}}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-50-percent .slick-arrow{right:50%;top:400px}}.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-33-percent .slick-arrow{right:67%;top:175px}@media screen and (max-width:767px){.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-33-percent .slick-arrow{right:0}}@media screen and (min-width:768px) and (max-width:1024px){.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-33-percent .slick-arrow{right:70%;top:385px}}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-33-percent .slick-arrow{right:67%;top:325px}}@media screen and (max-width:767px){.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-33-percent .image-text-slider__img-col{border-bottom:3px solid #fff}}.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-25-percent .slick-arrow{right:75%;top:175px}@media screen and (max-width:767px){.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-25-percent .slick-arrow{right:0}}@media screen and (min-width:768px) and (max-width:1024px){.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-25-percent .slick-arrow{right:70%;top:385px}}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.portrait.imagewidth-25-percent .slick-arrow{right:75%;top:225px}}@media screen and (max-width:1024px){.image-text-slider-new.chiefdoctor-slider.landscape .image-text-slider__content{display:block}.image-text-slider-new.chiefdoctor-slider.landscape .image-text-slider__content .image-text-slider__text-col{width:100%}.image-text-slider-new.chiefdoctor-slider.landscape .image-text-slider__content .image-text-slider__text-col .image-text-slider__text-inner{padding-left:10px;padding-right:10px}.image-text-slider-new.chiefdoctor-slider.landscape .image-text-slider__content .image-text-slider__img-col{margin-bottom:20px;width:100%}}.image-text-slider-new.chiefdoctor-slider.landscape .image-text-slider__content .image-text-slider__img-col picture{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}@media screen and (min-width:48em){.image-text-slider-new.chiefdoctor-slider.landscape .image-text-slider__content .image-text-slider__img-col picture{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.landscape .image-text-slider__content .image-text-slider__img-col picture{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}}.image-text-slider-new.chiefdoctor-slider.landscape .image-text-slider__content .image-text-slider__img-col picture img{height:100%;max-width:100%;position:absolute;width:100%}@media screen and (max-width:575px){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-50-percent .slick-arrow{top:135px}}@media screen and (min-width:576px) and (max-width:767px){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-50-percent .slick-arrow{top:160px}}@media screen and (min-width:768px) and (max-width:1024px){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-50-percent .slick-arrow{top:265px}}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-50-percent .slick-arrow{top:195px}}@media screen and (max-width:575px){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-33-percent .slick-arrow{top:135px}}@media screen and (min-width:576px) and (max-width:767px){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-33-percent .slick-arrow{top:160px}}@media screen and (min-width:768px) and (max-width:1024px){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-33-percent .slick-arrow{top:265px}}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-33-percent .slick-arrow{top:120px}}@media screen and (max-width:575px){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-25-percent .slick-arrow{top:135px}}@media screen and (min-width:576px) and (max-width:767px){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-25-percent .slick-arrow{top:160px}}@media screen and (min-width:768px) and (max-width:1024px){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-25-percent .slick-arrow{top:265px}}@media print,screen and (min-width:64em){.image-text-slider-new.chiefdoctor-slider.landscape.imagewidth-25-percent .slick-arrow{top:90px}}.image-text-slider-new.chiefdoctor-slider.background-grey{background-color:#ebf2f3}.image-text-slider-new.chiefdoctor-slider.background-grey .image-text-slider__item .image-text-slider__content .image-text-slider__text-col{padding:45px 45px 45px 0}@media screen and (max-width:767px){.image-text-slider-new.chiefdoctor-slider.background-grey .image-text-slider__item .image-text-slider__content .image-text-slider__text-col{padding:15px 20px 0}}.xdsoft_autocomplete{display:inline-block;position:relative;width:100%!important}.xdsoft_autocomplete .xdsoft_autocomplete_dropdown{background:#fff;border:1px solid #d7d7d7;display:none;left:0!important;min-width:380px!important;position:absolute;width:100%!important;z-index:1}.xdsoft_autocomplete .xdsoft_autocomplete_dropdown b{color:#388285}.xdsoft_autocomplete .xdsoft_autocomplete_dropdown div{color:#000;cursor:pointer;font-size:18px;overflow:hidden;padding:5px 10px!important;white-space:nowrap}.xdsoft_autocomplete .xdsoft_autocomplete_dropdown div.active{background:#388285;color:#fff}.xdsoft_autocomplete .xdsoft_autocomplete_dropdown div.active b{color:#fff}.xdsoft_autocomplete input.xdsoft_autocomplete_hint{visibility:hidden!important}.d-none{display:none!important}.d-block{display:block!important}@media print,screen and (min-width:576px){.d-sm-none{display:none!important}}@media print,screen and (min-width:768px){.d-md-block{display:block!important}}.ap-table__container{overflow:auto;width:100%}.ap-table{width:100%}.ap-table p{margin-bottom:0}.ap-table th{font-weight:700;padding:.75rem;text-align:left;vertical-align:bottom}.ap-table tbody tr{background-color:#fff;border-bottom:1px solid #000}.ap-table tbody tr td{border-top:1px solid #dee2e6;padding:.75rem;vertical-align:top}.f3-widget-paginator{align-items:center;display:inline-flex;height:25px;justify-content:center;margin-bottom:0;padding-left:0;width:100%}.f3-widget-paginator li{list-style:none;margin:0;padding:0}@media print,screen and (min-width:768px){.f3-widget-paginator li{margin:0 5px}}.f3-widget-paginator .current,.f3-widget-paginator a{align-items:center;border-radius:25px;color:#999;display:flex;font-size:17px;height:25px;justify-content:center;padding:0;text-decoration:none;width:25px}.f3-widget-paginator a:hover{text-decoration:underline!important}.f3-widget-paginator .current{background-color:#388285;color:#fff}.f3-widget-paginator .current a{color:#fff}.f3-widget-paginator .ap-btn--bg{padding:0}.f3-widget-paginator li.next,.f3-widget-paginator li.previous{margin:0;padding:0}.f3-widget-paginator li.next{margin-left:5px}@media print,screen and (min-width:768px){.f3-widget-paginator li.next{margin-left:10px}}.f3-widget-paginator li.previous{margin-right:5px}@media print,screen and (min-width:768px){.f3-widget-paginator li.previous{margin-right:10px}}.f3-widget-paginator li.previous a{overflow:hidden;position:relative}.f3-widget-paginator li.previous a:after{content:none}.f3-widget-paginator li.next a{overflow:hidden;position:relative}form:not(.js-searchbar-form) .form-group{margin-bottom:12px}@media print,screen and (min-width:786px){form:not(.js-searchbar-form) .form-group{margin-bottom:20px}}form:not(.js-searchbar-form) .form-group label{color:#388285;font-weight:700;text-transform:uppercase}form:not(.js-searchbar-form) .form-group .form-control:focus{border:2px solid #e03a0d;box-shadow:0 0 0 0 #0000;outline:0}form:not(.js-searchbar-form) .form-group select{padding:.7rem 1.2rem .8rem .8rem}.ap-form__submit{border-radius:0}



/* ---------------------------------------------------------
   Print styles
---------------------------------------------------------*/

@media print {
	/*@page {  */
	/*	width: 100%;  */
	/*}  */
	/*@page :left {  */
	/*	margin: 1.5cm 0;  */
	/*}  */
	/*@page :right {  */
	/*	margin: 1.5cm 0;  */
	/*}  */
	/*@page :first {  */
	/*	margin: 0 0 1.5cm !important;  */
	/*}*/
	
	body main:after {
		content: "\ Alle Rechte vorbehalten. © Stiftung der Cellitinnen e.V.";
	}
	
	@page {
		width: 100%;
		margin: 1.2cm 1cm 1cm 1.2cm;
	}
	
	html {
		position: relative;
		background-color: #fff !important;
		overflow: visible;
	}
	*,
	*:before,
	*:after {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		width: 100% !important;
		max-width: 100% !important;
		position: relative;
		background-color: transparent !important;
		overflow: visible;
		width: 100%;
		max-width: 100%;
		font-size: 11pt !important;
		line-height: 20pt !important;
		margin: 0;
		padding: 0;
		-webkit-print-color-adjust: exact;
	}
	
	.side-widget,
	header .cell,
	footer,
	aside,
	.breadcrumbs-container,
	.button,
	.slider.stage-slider,
	article .grid-container .grid-x > .large-3,
	article .grid-container .grid-x > .medium-4,
	.teaser-card__pic,
	.cb4u-container,
	#Ebene_1,
	#CybotCookiebotDialog,
	.stage-slider-with-textbox,
	.imagegallery,
	.side-widgets {
		display: none !important;
	}
	
	
	body main {
		padding-top: 0;
	}
	body main.without-hero {
		padding-top: 0;
	}
	body main:before {
		height: 80px !important;
		width: 100% !important;
		padding: 0 !important;
		border-bottom: 1px solid #000 !important;
		display: block;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 30px;
	}
	body main:after {
		color: #000 !important;
		font-size: 0.85em;
		padding-top: 5px;
		border-top: 1px solid #000;
		margin-top: 20px;
		display: inline-block;
	}
	header.site-header {
		height: 100px;
		padding-top: 0;
		position: relative;
	}
	header.site-header > .grid-container {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		height: 100%;
	}
	header.site-header > .grid-container > .grid-x {
		padding-left: 0;
		padding-right: 0;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		height: 100%;
	}
	header.site-header > .grid-container > .grid-x .site-header__logo {
		left: 0;
	}
	header.site-header > .grid-container > .grid-x .site-header__logo picture {
		padding-top: 0;
		padding-bottom: 0;
	}
	header.site-header > .grid-container > .grid-x .site-header__logo picture .site-header__brand-logo {
		max-height: 70px;
	}
	header.site-header a[href]:after {
		content: " ";
	}

	
	article .grid-container .grid-x > .large-9,
	article .grid-container .grid-x > .medium-8 {
		width: 100% !important;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}
	article {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.breadcrumbs-container + article {
		padding-top: 2rem;
	}
	
	
	h1, h2, h3, h4, h5 {
		page-break-after: avoid !important;
		break-after: avoid;
	}
	h1,
	h2.h1 {
		font-size: 20pt !important;
		line-height: 28pt !important;
	}
	h2{
		font-size: 16pt !important;
		line-height: 20pt !important;
	}
	h2.subheader-part.secondary {
		margin-bottom: 20px;
	}
	h3 {
		font-size: 14pt !important;
		line-height: 20pt !important;
		margin-bottom: 15px;
	}
	h4 {
		font-size: 12pt !important;
		line-height: 18pt !important;
	}
	p, li {
		font-size: 11pt !important;
		line-height: 18pt !important;
	}
	p {
		margin: 0 0 15px 0;
	}
	li {
		margin: 0;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	figure,
	figcaption,
	img {
		display: none !important;
	}
	header img {
		display: block !important;
	}
	
	span.description {
		display: none;
	}
	
	.container-wrap .news-text-wrap .ce-textpic .image-wrap .ce-textpic.image-caption span.description {
		display: none;
	}
	
	.stage-hero {
		min-height: unset;
		padding-top: 20px;
		padding-bottom: 0;
	}
	.stage-hero.width-symbols {
		padding-bottom: 0;
	}
	.stage-hero > .grid-container {
		padding: 0;
	}
	.stage-hero .grid-margin-x > .large-6 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.box-slider {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.box-slider .slick-arrow {
		display: none;
	}
	.box-slider .slick-list{
		width: calc(100% + 1.5rem);
		margin-left: -.75rem;
		margin-right: -.75rem;
	}
	.box-slider .slick-list .slick-track {
		margin-left: 0;
		margin-right: 0;
	}
	.stage-hero__container {
		margin-top: 1rem;
	}
	.stage-hero__textbox {
		padding: 1.5rem 0;
		padding-bottom: 0.75rem !important;
	}
	.box-slider .slick-list .slick-track .slick-slide .stage-hero__textbox,
	.stage-hero__textbox.stage-hero__textbox--white{
		border: 1px solid #000;
		padding: 1rem;
	}
	.box-slider .slick-list .slick-track {
		width: 100% !important;
		transform: none !important;
	}
	.box-slider .slick-list .slick-track .slick-slide {
		width: 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	article > .grid-container > .box-slider {
		width: calc(100% + 1.5rem);
		margin-left: -0.75rem;
		margin-right: -0.75rem;
	}
	
	.ce-textpic.image-caption span.description {
		display: none;
	}
	
	.image-text-slider {
		break-inside: avoid;
	}
	.image-text-slider.slick-slider {
		margin-top: 5px;
		margin-bottom: 5px;
		width: 100% !important;
		break-inside: avoid;
	}
	.image-text-slider.slick-slider::after  {
		display: block;
		clear: both;
		content: "";
	}
	.image-text-slider.slick-slider .slick-list .slick-track {
		width: 100% !important;
	}
	.image-text-slider.slick-slider .slick-list .slick-track .slick-slide {
		display: none;
	}
	.image-text-slider.slick-slider .slick-list .slick-track .slick-slide.slick-active {
		border: 1px solid #000;
		width: 100% !important;
		display: block;
		left: 0 !important;
	}
	.image-text-slider.chiefdoctor-slider .image-text-slider__img-col,
	.image-text-slider.slick-slider .image-text-slider__img-col {
		display: none;
	}
	.image-text-slider.chiefdoctor-slider .image-text-slider__text-col,
	.image-text-slider.slick-slider .image-text-slider__text-col {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.image-text-slider.slick-slider .image-text-slider__text {
		width: 100%;
		max-width: 100%;
	}
	.image-text-slider.chiefdoctor-slider .image-text-slider__text-col .image-text-slider__text-inner,
	.image-text-slider.slick-slider .image-text-slider__text .image-text-slider__text-inner {
		padding-left: 15px;
		width: 100% !important;
		
	}
	.image-text-slider.slick-slider .slick-arrow {
		display: none !important;
	}
	.cell > article > .image-text-slider {
		margin-left: -.75rem;
		margin-right: -.75rem;
		width: calc(100% + 1.5rem) !important;
	}
	
	.full-width-teaser {
		border: 1px solid #000;
		padding-top: 1rem;
		padding-bottom: 1rem;
		margin-bottom: 0;
		break-inside: avoid;
	}
	.full-width-teaser .full-width-teaser__textbox {
		padding: 0;
	}
	.full-width-teaser  > .grid-container > .grid-x > .large-8 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	article.contrast {
		border: 1px solid #000;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.breadcrumbs-container + article.contrast {
		border: none;
	}
	
	article.contrast p:last-child {
		margin-bottom: 0;
	}
	article.contrast + article.contrast {
		margin-top: 20px;
	}
	
	.team-teaser-container .team-teaser {
		padding: 0;
	}
	.team-teaser-container .team-teaser .team-teaser__has-image {
		border: 1px solid #000;
		padding: 15px;
		margin-bottom: 10px;
	}
	.team-teaser-container .team-teaser .team-teaser__has-image .team-teaser__has-image {
		border: none;
		margin-left: 0;
	}
	.team-teaser-container .team-teaser .team-teaser__has-image .team-teaser__has-image:first-child {
		margin-right: 2.25rem;
	}
	.team-teaser-container .team-teaser .team-teaser__image {
		display: none;
	}
	.team-teaser-container .team-teaser a[href]:after {
		content: '';
	}
	.team-teaser-container .team-teaser .team-teaser__infos .flex .icon {
		border: 1px solid #000;
	}
	
	.accordion {
		margin-top: 20px;
	}
	.accordion .accordion-item .accordion-title {
		padding: .5rem 3rem .5rem 1rem;
		font-size: 16px;
	}
	.accordion .accordion-item.is-active .accordion-title {
		border: 1px solid #000;
		margin-bottom: 20px;
	}
	.accordion .accordion-item .accordion-title,
	.accordion .accordion-item:last-of-type:not(.is-active) .accordion-title,
	.accordion .accordion-item .accordion-content {
		border-bottom-color: #000;
	}
	.accordion-item .accordion-content {
		padding-left: 1rem;
	}
	.accordion .accordion-item.is-active .accordion-content h1,
	.accordion .accordion-item.is-active .accordion-content h2,
	.accordion .accordion-item.is-active .accordion-content h3,
	.accordion .accordion-item.is-active .accordion-content h4,
	.accordion .accordion-item.is-active .accordion-content h5,
	.accordion .accordion-item.is-active .accordion-content h6,
	.accordion .accordion-item.is-active .accordion-content p,
	.accordion .accordion-item.is-active .accordion-content ul,
	.accordion .accordion-item.is-active .accordion-content ol,
	.accordion .accordion-item.is-active .accordion-content li {
		color: #000 !important;
	}
	
	.calendarize table,
	.calendarize .table-bordered,
	.calendarize .table-bordered th,
	.calendarize .table-bordered thead,
	.calendarize .table-bordered tr,
	.calendarize .event-item .grid-x > .large-4,
	.calendarize .event-item hr,
	.calendarize .event-item .event-item__image {
		display: none;
	}
	.calendarize .event-item {
		padding: 15px;
		border: 1px solid #000;
	}
	.calendarize .event-item > .grid-container > .grid-x > .large-8 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.calendarize .event-item h2 a:after {
		content: " ";
	}
	.calendarize .event-item .event-item__info > div,
	.calendarize .event-item .event-item__info > span {
		line-height: 1;
		margin-bottom: 10px;
	}
	.calendarize .event-item .event-item__info .teaser-card__event .icon {
		fill: #000;
	}
	
	.news {
		margin-top: 30px;
		border-top: 1px solid #000;
		padding-top: 1rem;
	}
	.news .teaser {
		border-bottom-color: #000;
		padding-left: .75rem;
		padding-right: .75rem;
		margin-bottom: 1rem;
		break-inside: avoid;
	}
	.news .teaser h3 {
		margin-bottom: 15px;
	}
	.news .teaser h3 a[href]:after {
		content: '';
	}
	.news.news-single {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	.news.news-single .article h2:empty {
		display: none;
	}
	.news-single .footer {
		border-top: none;
	}
	
	.tx-ttaddress .tt_address_list .address-filter-wrap,
	.tx-ttaddress .tt_address_list .vcard .location-button,
	.tx-ttaddress .tt_address_list .vcard .addressLogo,
	.tx-ttaddress .tt_address_list .vcard .addressImage {
		display: none;
	}
	.tx-ttaddress .tt_address_list .vcard a:after {
		display: none;
	}
	.tx-ttaddress .tt_address_list .vcard {
		width: calc((100% / 2) - 30px);
		margin-right: 30px;
	}
	.tx-ttaddress .tt_address_list .vcard .addressText .title {
		font-size: 1rem !important;
	}
	.facility-detail .facility-image {
		display: none;
	}
	.facility-detail .flex-wrap {
		margin-top: 80px;
		display: block;
	}
	.facility-detail .content-right .text-wrapper {
		border: 1px solid #aaa;
	}
	.facility-detail .content-right,
	.facility-detail .content-left {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	
	
	.frame-space-before-small {
		padding-top: 15px;
	}
	.frame-space-after-small {
		padding-top: 15px;
	}
	.frame-space-before-medium {
		padding-top: 30px;
	}
	.frame-space-after-medium {
		padding-top: 30px;
	}
	
	.magazine-layout .news.news-single .article .magazine-wrap .container-wrap {
		padding: 0 45px !important;
	}
	
	.magazine-layout .news.news-single .article .layout-coverstory + .magazine-wrap > .container-wrap {
		margin-top: -320px !important;
	}
	
	.magazine-layout .news.news-single .article .magazine-wrap .container-wrap .contactbox.position-bottom {
		display: block;
		padding: 0 30px 22px 60px;
	}
	
	.magazine-layout .news.news-single .article .magazine-wrap .container-wrap .contactbox.color2:before {
		background-color: black;
	}
	a[href]:after {
		content: none !important;
	}
	.cell.small-12.large-9.column {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.white.frame-space-before-.frame-space-after- .grid-container .grid-x .cell.large-9 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.cell.large-9 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	body .cell.large-9 {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		float: left !important;
	}
	.large-9 {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		float: left !important;
	}
	#cb4u-flyer {
		display: none;
	}
	.hidden-print {
		display: none;
	}
	.cb4you_custom_chat_icon {
		display: none;
	}
	.magazine-layout .layout-category-newslist-startelement .layout-categorystart .background-image figure .img-caption .copyright, .magazine-layout .news.news-single .article .layout-coverstory .news-img-wrap figure .img-caption .copyright {
		display: none;
	}
	.img-caption {
		display: none !important;
	}
}

:root {
  --color-blue-light: #EBF2F3;
  --color-blue: #388285;
  --color-blue-dark: #224E50;
  --color-orange: #E03A0D;
  --color-orange-dark: #862308;
}
.overlay-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0,0,0,0.8);
}

.dialog.external-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 480px;
  max-width: 90%;
  background-color: #fff;
  border-radius: 10px;
}

.dialog.external-link .header {
  border-bottom: 1px solid var(--color-blue);
  padding: 0px 20px;
}
.dialog.external-link h3 {
  color: var(--color-blue);
  display: inline-block;
}
.dialog.external-link button.close {
  float: right;
  font-size: xx-large;
  border: none;
  background: none;
  cursor: pointer;
  color: #6c757d;
}

.dialog.external-link .content {
  padding: 20px;
}
.dialog.external-link .footer {
  border-top: 1px solid var(--color-blue);
  padding: 5px 20px;
  text-align: right;
}
.dialog.external-link .footer button {
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 10px 20px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}
.dialog.external-link .footer button.no {
  background-color: #6c757d;
}
.dialog.external-link .footer button.yes {
  background-color: var(--color-blue);
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
  &:hover{
    background-color: var(--color-blue-dark)
  }
}