/* line 1, ../../source/scss/ng-img-crop.scss */
img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 7, ../../source/scss/ng-img-crop.scss */
img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}

ui-cropper {
  width: 100%;
  display: block; }
  ui-cropper.fixed-height {
    height: 100%;
    position: relative;
    overflow: hidden; }
    ui-cropper.fixed-height canvas {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%; }
  ui-cropper.full-width {
    text-align: center; }
    ui-cropper.full-width canvas {
      display: inline; }
  ui-cropper canvas {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* mobile webkit */ }
  ui-cropper .loading {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.75); }
    ui-cropper .loading .fixed-height {
      height: 100%;
      position: absolute; }
	

	/*.fr .field-container {
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .fr .field-container .box-highlight-danger {
    display: none; }
  .fr .field-container .field-remaining {
    margin-top: 0;
    position: relative;
    float: right;
    top: -1.5rem;
    right: 0.75rem; }
  .fr .field-container.astad-mark-field-correction label {
    color: #DA291C; }
  .fr .field-container.astad-mark-field-correction .help-label {
    display: none; }
  .fr .field-container.astad-mark-field-correction .fr-p {
    color: #DA291C; }
  .fr .field-container.astad-mark-field-correction .box-highlight-primary {
    display: none; }
  .fr .field-container.astad-mark-field-correction .box-highlight-danger {
    display: block; }

.fr .toggle-priority {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s;
  position: relative; }
  .fr .toggle-priority.open {
    max-height: 1000px; }

.fr .priority-radios {
  margin: 0; }

.fr .field-label {
  color: #7C7070;
  margin: 0.5rem 0 0;
  padding: 0; }

.fr .single-checkbox-label {
  padding: 0;
  margin: 0; }

.fr .help-label {
  float: right;
  margin: 0 0 0.375rem;
  padding: 0; }
  @media (min-width: 40em) {
    .fr .help-label {
      margin: 0.5rem 0 0.375rem; } }

.fr .field-description {
  margin-top: 0.375rem; }

.fr .input-group {
  width: 100%; }
  .fr .input-group .input-group-addon {
    min-width: 3rem;
    text-align: center; }
  .fr .input-group .validation-wrapper {
    position: relative; }

.fr .edit-mode {
  background: #F4F8F6; }

.fr .button:not(.icon) {
  margin: 0;
  width: auto; }

.fr .button.date-red-cross {
  background-color: #cf0039; }

.fr .box-highlight-primary,
.fr .box-highlight-danger {
  margin: 0.375rem 0;
  padding: 0.75rem; }

.fr-form-nav {
  margin-top: 1.5rem; }

.fr-p, ul.fr-p {
  margin: 0.5rem 0; }

.fr-button {
  z-index: 2; }

.fr-fieldgroup-wrapper {
  border-top: 1px solid #BABABA; }
  .fr-fieldgroup-wrapper.leaf {
    border-bottom: 0; }

.fr-repeater-fields {
  border-top: 1px solid #BABABA; }
  .fr-repeater-fields:first-child {
    border-top: 0; }
  .fr-repeater-fields .field-container {
    padding: 0; }

.button-add-repeater-field {
  margin: 0.75rem 0; }

.fr-repeater-field-delete {
  right: 0;
  position: absolute;
  top: 0.75rem;
  z-index: 2; }
  .fr-repeater-field-delete .button {
    margin-right: 0; }

.repeater-fields-wrapper {
  padding: 3rem 0 0.375rem;
  position: relative; }
  @media (min-width: 40em) {
    .repeater-fields-wrapper {
      padding: 0.75rem 0 0.375rem; } }
  .repeater-fields-wrapper .label {
    color: #000; }
  .repeater-fields-wrapper .leaf {
    border-bottom: 0; }

.radio-list ul {
  margin: 0;
  padding: 0; }

.radio-list li {
  list-style: none; }

.list-navigation .fr.leaf:first-child {
  border-top: 0; }

.fr-form .fr-form-section-title h2, .fr-form .fr-form-section-title h4 {
  font-family: "Sun Regular", "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif; }

.fr-form .fr-form-section-title h4 {
  font-weight: bold; }

.fr-form .fr-form-step-title, .fr-form .fr-form-step-title h2 {
  font-family: "Sun Regular", "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;
  font-weight: bold; }

.fr-form-viewer.list-navigation .fr-field--first .fr.leaf {
  border-top: 1px solid #BABABA; }

.fr-form-viewer.list-navigation .fr-repeater-wrapper {
  border-bottom: 1px solid #BABABA; }
  .fr-form-viewer.list-navigation .fr-repeater-wrapper .fr.leaf {
    border: 0;
    min-height: 0; }
  .fr-form-viewer.list-navigation .fr-repeater-wrapper .field-container {
    padding: 0; }
  .fr-form-viewer.list-navigation .fr-repeater-wrapper.fr-repeater-wrapper--last {
    border-bottom: 0; }

.fr-form-viewer .fr-form-step {
  margin-bottom: 3rem; }

.fr-form-viewer .fr-form-section-title h2 {
  margin-bottom: 0.375rem;
  font-weight: bold; }

.fr-form-viewer .fr-form-section-header {
  border: 0; }

.fr-form-viewer .fr .field-container {
  padding-left: 0; }*/

	

	/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../resources/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../../../../resources/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../../../resources/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../../../resources/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../../../resources/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../../../resources/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
	

	@media email {
	.wrapper {
	  width: 100%; }

	#outlook a {
	  padding: 0; }

	body {
	  width: 100% !important;
	  min-width: 100%;
	  -webkit-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
	  margin: 0;
	  Margin: 0;
	  padding: 0;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box; }

	.ExternalClass {
	  width: 100%; }
	  .ExternalClass,
	  .ExternalClass p,
	  .ExternalClass span,
	  .ExternalClass font,
	  .ExternalClass td,
	  .ExternalClass div {
	    line-height: 100%; }

	#backgroundTable {
	  margin: 0;
	  Margin: 0;
	  padding: 0;
	  width: 100% !important;
	  line-height: 100% !important; }

	img {
	  outline: none;
	  text-decoration: none;
	  -ms-interpolation-mode: bicubic;
	  width: auto;
	  max-width: 100%;
	  clear: both;
	  display: block; }

	center {
	  width: 100%;
	  min-width: 580px; }

	a img {
	  border: none; }

	p {
	  margin: 0 0 0 10px;
	  Margin: 0 0 0 10px; }

	table {
	  border-spacing: 0;
	  border-collapse: collapse; }

	td {
	  word-wrap: break-word;
	  -webkit-hyphens: auto;
	  -moz-hyphens: auto;
	  hyphens: auto;
	  border-collapse: collapse !important; }

	table, tr, td {
	  padding: 0;
	  vertical-align: top;
	  text-align: left; }

	@media only screen {
	  html {
	    min-height: 100%;
	    background: #F4F8F6; } }

	table.body {
	  background: #F4F8F6;
	  height: 100%;
	  width: 100%; }

	table.container {
	  background: #fefefe;
	  width: 580px;
	  margin: 0 auto;
	  Margin: 0 auto;
	  text-align: inherit; }

	table.row {
	  padding: 0;
	  width: 100%;
	  position: relative; }

	table.spacer {
	  width: 100%; }
	  table.spacer td {
	    mso-line-height-rule: exactly; }

	table.container table.row {
	  display: table; }

	td.columns,
	td.column,
	th.columns,
	th.column {
	  margin: 0 auto;
	  Margin: 0 auto;
	  padding-left: 16px;
	  padding-bottom: 16px; }
	  td.columns .column,
	  td.columns .columns,
	  td.column .column,
	  td.column .columns,
	  th.columns .column,
	  th.columns .columns,
	  th.column .column,
	  th.column .columns {
	    padding-left: 0 !important;
	    padding-right: 0 !important; }
	    td.columns .column center,
	    td.columns .columns center,
	    td.column .column center,
	    td.column .columns center,
	    th.columns .column center,
	    th.columns .columns center,
	    th.column .column center,
	    th.column .columns center {
	      min-width: none !important; }

	td.columns.last,
	td.column.last,
	th.columns.last,
	th.column.last {
	  padding-right: 16px; }

	td.columns table:not(.button),
	td.column table:not(.button),
	th.columns table:not(.button),
	th.column table:not(.button) {
	  width: 100%; }

	td.large-1,
	th.large-1 {
	  width: 32.33333px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-1.first,
	th.large-1.first {
	  padding-left: 16px; }

	td.large-1.last,
	th.large-1.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-1,
	.collapse > tbody > tr > th.large-1 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 48.33333px; }

	.collapse td.large-1.first,
	.collapse th.large-1.first,
	.collapse td.large-1.last,
	.collapse th.large-1.last {
	  width: 56.33333px; }

	td.large-1 center,
	th.large-1 center {
	  min-width: 0.33333px; }

	.body .columns td.large-1,
	.body .column td.large-1,
	.body .columns th.large-1,
	.body .column th.large-1 {
	  width: 8.33333%; }

	td.large-2,
	th.large-2 {
	  width: 80.66667px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-2.first,
	th.large-2.first {
	  padding-left: 16px; }

	td.large-2.last,
	th.large-2.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-2,
	.collapse > tbody > tr > th.large-2 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 96.66667px; }

	.collapse td.large-2.first,
	.collapse th.large-2.first,
	.collapse td.large-2.last,
	.collapse th.large-2.last {
	  width: 104.66667px; }

	td.large-2 center,
	th.large-2 center {
	  min-width: 48.66667px; }

	.body .columns td.large-2,
	.body .column td.large-2,
	.body .columns th.large-2,
	.body .column th.large-2 {
	  width: 16.66667%; }

	td.large-3,
	th.large-3 {
	  width: 129px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-3.first,
	th.large-3.first {
	  padding-left: 16px; }

	td.large-3.last,
	th.large-3.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-3,
	.collapse > tbody > tr > th.large-3 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 145px; }

	.collapse td.large-3.first,
	.collapse th.large-3.first,
	.collapse td.large-3.last,
	.collapse th.large-3.last {
	  width: 153px; }

	td.large-3 center,
	th.large-3 center {
	  min-width: 97px; }

	.body .columns td.large-3,
	.body .column td.large-3,
	.body .columns th.large-3,
	.body .column th.large-3 {
	  width: 25%; }

	td.large-4,
	th.large-4 {
	  width: 177.33333px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-4.first,
	th.large-4.first {
	  padding-left: 16px; }

	td.large-4.last,
	th.large-4.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-4,
	.collapse > tbody > tr > th.large-4 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 193.33333px; }

	.collapse td.large-4.first,
	.collapse th.large-4.first,
	.collapse td.large-4.last,
	.collapse th.large-4.last {
	  width: 201.33333px; }

	td.large-4 center,
	th.large-4 center {
	  min-width: 145.33333px; }

	.body .columns td.large-4,
	.body .column td.large-4,
	.body .columns th.large-4,
	.body .column th.large-4 {
	  width: 33.33333%; }

	td.large-5,
	th.large-5 {
	  width: 225.66667px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-5.first,
	th.large-5.first {
	  padding-left: 16px; }

	td.large-5.last,
	th.large-5.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-5,
	.collapse > tbody > tr > th.large-5 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 241.66667px; }

	.collapse td.large-5.first,
	.collapse th.large-5.first,
	.collapse td.large-5.last,
	.collapse th.large-5.last {
	  width: 249.66667px; }

	td.large-5 center,
	th.large-5 center {
	  min-width: 193.66667px; }

	.body .columns td.large-5,
	.body .column td.large-5,
	.body .columns th.large-5,
	.body .column th.large-5 {
	  width: 41.66667%; }

	td.large-6,
	th.large-6 {
	  width: 274px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-6.first,
	th.large-6.first {
	  padding-left: 16px; }

	td.large-6.last,
	th.large-6.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-6,
	.collapse > tbody > tr > th.large-6 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 290px; }

	.collapse td.large-6.first,
	.collapse th.large-6.first,
	.collapse td.large-6.last,
	.collapse th.large-6.last {
	  width: 298px; }

	td.large-6 center,
	th.large-6 center {
	  min-width: 242px; }

	.body .columns td.large-6,
	.body .column td.large-6,
	.body .columns th.large-6,
	.body .column th.large-6 {
	  width: 50%; }

	td.large-7,
	th.large-7 {
	  width: 322.33333px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-7.first,
	th.large-7.first {
	  padding-left: 16px; }

	td.large-7.last,
	th.large-7.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-7,
	.collapse > tbody > tr > th.large-7 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 338.33333px; }

	.collapse td.large-7.first,
	.collapse th.large-7.first,
	.collapse td.large-7.last,
	.collapse th.large-7.last {
	  width: 346.33333px; }

	td.large-7 center,
	th.large-7 center {
	  min-width: 290.33333px; }

	.body .columns td.large-7,
	.body .column td.large-7,
	.body .columns th.large-7,
	.body .column th.large-7 {
	  width: 58.33333%; }

	td.large-8,
	th.large-8 {
	  width: 370.66667px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-8.first,
	th.large-8.first {
	  padding-left: 16px; }

	td.large-8.last,
	th.large-8.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-8,
	.collapse > tbody > tr > th.large-8 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 386.66667px; }

	.collapse td.large-8.first,
	.collapse th.large-8.first,
	.collapse td.large-8.last,
	.collapse th.large-8.last {
	  width: 394.66667px; }

	td.large-8 center,
	th.large-8 center {
	  min-width: 338.66667px; }

	.body .columns td.large-8,
	.body .column td.large-8,
	.body .columns th.large-8,
	.body .column th.large-8 {
	  width: 66.66667%; }

	td.large-9,
	th.large-9 {
	  width: 419px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-9.first,
	th.large-9.first {
	  padding-left: 16px; }

	td.large-9.last,
	th.large-9.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-9,
	.collapse > tbody > tr > th.large-9 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 435px; }

	.collapse td.large-9.first,
	.collapse th.large-9.first,
	.collapse td.large-9.last,
	.collapse th.large-9.last {
	  width: 443px; }

	td.large-9 center,
	th.large-9 center {
	  min-width: 387px; }

	.body .columns td.large-9,
	.body .column td.large-9,
	.body .columns th.large-9,
	.body .column th.large-9 {
	  width: 75%; }

	td.large-10,
	th.large-10 {
	  width: 467.33333px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-10.first,
	th.large-10.first {
	  padding-left: 16px; }

	td.large-10.last,
	th.large-10.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-10,
	.collapse > tbody > tr > th.large-10 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 483.33333px; }

	.collapse td.large-10.first,
	.collapse th.large-10.first,
	.collapse td.large-10.last,
	.collapse th.large-10.last {
	  width: 491.33333px; }

	td.large-10 center,
	th.large-10 center {
	  min-width: 435.33333px; }

	.body .columns td.large-10,
	.body .column td.large-10,
	.body .columns th.large-10,
	.body .column th.large-10 {
	  width: 83.33333%; }

	td.large-11,
	th.large-11 {
	  width: 515.66667px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-11.first,
	th.large-11.first {
	  padding-left: 16px; }

	td.large-11.last,
	th.large-11.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-11,
	.collapse > tbody > tr > th.large-11 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 531.66667px; }

	.collapse td.large-11.first,
	.collapse th.large-11.first,
	.collapse td.large-11.last,
	.collapse th.large-11.last {
	  width: 539.66667px; }

	td.large-11 center,
	th.large-11 center {
	  min-width: 483.66667px; }

	.body .columns td.large-11,
	.body .column td.large-11,
	.body .columns th.large-11,
	.body .column th.large-11 {
	  width: 91.66667%; }

	td.large-12,
	th.large-12 {
	  width: 564px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-12.first,
	th.large-12.first {
	  padding-left: 16px; }

	td.large-12.last,
	th.large-12.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-12,
	.collapse > tbody > tr > th.large-12 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 580px; }

	.collapse td.large-12.first,
	.collapse th.large-12.first,
	.collapse td.large-12.last,
	.collapse th.large-12.last {
	  width: 588px; }

	td.large-12 center,
	th.large-12 center {
	  min-width: 532px; }

	.body .columns td.large-12,
	.body .column td.large-12,
	.body .columns th.large-12,
	.body .column th.large-12 {
	  width: 100%; }

	td.large-offset-1,
	td.large-offset-1.first,
	td.large-offset-1.last,
	th.large-offset-1,
	th.large-offset-1.first,
	th.large-offset-1.last {
	  padding-left: 64.33333px; }

	td.large-offset-2,
	td.large-offset-2.first,
	td.large-offset-2.last,
	th.large-offset-2,
	th.large-offset-2.first,
	th.large-offset-2.last {
	  padding-left: 112.66667px; }

	td.large-offset-3,
	td.large-offset-3.first,
	td.large-offset-3.last,
	th.large-offset-3,
	th.large-offset-3.first,
	th.large-offset-3.last {
	  padding-left: 161px; }

	td.large-offset-4,
	td.large-offset-4.first,
	td.large-offset-4.last,
	th.large-offset-4,
	th.large-offset-4.first,
	th.large-offset-4.last {
	  padding-left: 209.33333px; }

	td.large-offset-5,
	td.large-offset-5.first,
	td.large-offset-5.last,
	th.large-offset-5,
	th.large-offset-5.first,
	th.large-offset-5.last {
	  padding-left: 257.66667px; }

	td.large-offset-6,
	td.large-offset-6.first,
	td.large-offset-6.last,
	th.large-offset-6,
	th.large-offset-6.first,
	th.large-offset-6.last {
	  padding-left: 306px; }

	td.large-offset-7,
	td.large-offset-7.first,
	td.large-offset-7.last,
	th.large-offset-7,
	th.large-offset-7.first,
	th.large-offset-7.last {
	  padding-left: 354.33333px; }

	td.large-offset-8,
	td.large-offset-8.first,
	td.large-offset-8.last,
	th.large-offset-8,
	th.large-offset-8.first,
	th.large-offset-8.last {
	  padding-left: 402.66667px; }

	td.large-offset-9,
	td.large-offset-9.first,
	td.large-offset-9.last,
	th.large-offset-9,
	th.large-offset-9.first,
	th.large-offset-9.last {
	  padding-left: 451px; }

	td.large-offset-10,
	td.large-offset-10.first,
	td.large-offset-10.last,
	th.large-offset-10,
	th.large-offset-10.first,
	th.large-offset-10.last {
	  padding-left: 499.33333px; }

	td.large-offset-11,
	td.large-offset-11.first,
	td.large-offset-11.last,
	th.large-offset-11,
	th.large-offset-11.first,
	th.large-offset-11.last {
	  padding-left: 547.66667px; }

	td.expander,
	th.expander {
	  visibility: hidden;
	  width: 0;
	  padding: 0 !important; }

	table.container.radius {
	  border-radius: 0;
	  border-collapse: separate; }

	.block-grid {
	  width: 100%;
	  max-width: 580px; }
	  .block-grid td {
	    display: inline-block;
	    padding: 8px; }

	.up-2 td {
	  width: 274px !important; }

	.up-3 td {
	  width: 177px !important; }

	.up-4 td {
	  width: 129px !important; }

	.up-5 td {
	  width: 100px !important; }

	.up-6 td {
	  width: 80px !important; }

	.up-7 td {
	  width: 66px !important; }

	.up-8 td {
	  width: 56px !important; }

	table.text-center,
	th.text-center,
	td.text-center,
	h1.text-center,
	h2.text-center,
	h3.text-center,
	h4.text-center,
	h5.text-center,
	h6.text-center,
	p.text-center,
	span.text-center {
	  text-align: center; }

	table.text-left,
	th.text-left,
	td.text-left,
	h1.text-left,
	h2.text-left,
	h3.text-left,
	h4.text-left,
	h5.text-left,
	h6.text-left,
	p.text-left,
	span.text-left {
	  text-align: left; }

	table.text-right,
	th.text-right,
	td.text-right,
	h1.text-right,
	h2.text-right,
	h3.text-right,
	h4.text-right,
	h5.text-right,
	h6.text-right,
	p.text-right,
	span.text-right {
	  text-align: right; }

	span.text-center {
	  display: block;
	  width: 100%;
	  text-align: center; }

	@media only screen and (max-width: 596px) {
	  .small-float-center {
	    margin: 0 auto !important;
	    float: none !important;
	    text-align: center !important; }
	  .small-text-center {
	    text-align: center !important; }
	  .small-text-left {
	    text-align: left !important; }
	  .small-text-right {
	    text-align: right !important; } }

	img.float-left {
	  float: left;
	  text-align: left; }

	img.float-right {
	  float: right;
	  text-align: right; }

	img.float-center,
	img.text-center {
	  margin: 0 auto;
	  Margin: 0 auto;
	  float: none;
	  text-align: center; }

	table.float-center,
	td.float-center,
	th.float-center {
	  margin: 0 auto;
	  Margin: 0 auto;
	  float: none;
	  text-align: center; }

	.hide-for-large {
	  display: none !important;
	  mso-hide: all;
	  overflow: hidden;
	  max-height: 0;
	  font-size: 0;
	  width: 0;
	  line-height: 0; }
	  @media only screen and (max-width: 596px) {
	    .hide-for-large {
	      display: block !important;
	      width: auto !important;
	      overflow: visible !important;
	      max-height: none !important;
	      font-size: inherit !important;
	      line-height: inherit !important; } }

	table.body table.container .hide-for-large * {
	  mso-hide: all; }

	@media only screen and (max-width: 596px) {
	  table.body table.container .hide-for-large,
	  table.body table.container .row.hide-for-large {
	    display: table !important;
	    width: 100% !important; } }

	@media only screen and (max-width: 596px) {
	  table.body table.container .callout-inner.hide-for-large {
	    display: table-cell !important;
	    width: 100% !important; } }

	@media only screen and (max-width: 596px) {
	  table.body table.container .show-for-large {
	    display: none !important;
	    width: 0;
	    mso-hide: all;
	    overflow: hidden; } }

	body,
	table.body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	td,
	th,
	a {
	  color: #0a0a0a;
	  font-family: Helvetica, Arial, sans-serif;
	  font-weight: normal;
	  padding: 0;
	  margin: 0;
	  Margin: 0;
	  text-align: left;
	  line-height: 1.3; }

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  color: inherit;
	  word-wrap: normal;
	  font-family: Helvetica, Arial, sans-serif;
	  font-weight: normal;
	  margin-bottom: 10px;
	  Margin-bottom: 10px; }

	h1 {
	  font-size: 34px; }

	h2 {
	  font-size: 30px; }

	h3 {
	  font-size: 28px; }

	h4 {
	  font-size: 24px; }

	h5 {
	  font-size: 20px; }

	h6 {
	  font-size: 18px; }

	body,
	table.body,
	p,
	td,
	th {
	  font-size: 16px;
	  line-height: 1.3; }

	p {
	  margin-bottom: 10px;
	  Margin-bottom: 10px; }
	  p.lead {
	    font-size: 20px;
	    line-height: 1.6; }
	  p.subheader {
	    margin-top: 4px;
	    margin-bottom: 8px;
	    Margin-top: 4px;
	    Margin-bottom: 8px;
	    font-weight: normal;
	    line-height: 1.4;
	    color: #8a8a8a; }

	small {
	  font-size: 80%;
	  color: #cacaca; }

	a {
	  color: #2199e8;
	  text-decoration: none; }
	  a:hover {
	    color: #147dc2; }
	  a:active {
	    color: #147dc2; }
	  a:visited {
	    color: #2199e8; }

	h1 a,
	h1 a:visited,
	h2 a,
	h2 a:visited,
	h3 a,
	h3 a:visited,
	h4 a,
	h4 a:visited,
	h5 a,
	h5 a:visited,
	h6 a,
	h6 a:visited {
	  color: #2199e8; }

	pre {
	  background: #F4F8F6;
	  margin: 30px 0;
	  Margin: 30px 0; }
	  pre code {
	    color: #cacaca; }
	    pre code span.callout {
	      color: #8a8a8a;
	      font-weight: bold; }
	    pre code span.callout-strong {
	      color: #ff6908;
	      font-weight: bold; }

	table.hr {
	  width: 100%; }
	  table.hr th {
	    height: 0;
	    max-width: 580px;
	    border-top: 0;
	    border-right: 0;
	    border-bottom: 1px solid #0a0a0a;
	    border-left: 0;
	    margin: 20px auto;
	    Margin: 20px auto;
	    clear: both; }

	.stat {
	  font-size: 40px;
	  line-height: 1; }
	  p + .stat {
	    margin-top: -16px;
	    Margin-top: -16px; }

	span.preheader {
	  display: none !important;
	  visibility: hidden;
	  mso-hide: all !important;
	  font-size: 1px;
	  color: #F4F8F6;
	  line-height: 1px;
	  max-height: 0px;
	  max-width: 0px;
	  opacity: 0;
	  overflow: hidden; }

	table.button {
	  width: auto;
	  margin: 0 0 16px 0;
	  Margin: 0 0 16px 0; }
	  table.button table td {
	    text-align: left;
	    color: #fefefe;
	    background: #2199e8;
	    border: 2px solid #2199e8; }
	    table.button table td a {
	      font-family: Helvetica, Arial, sans-serif;
	      font-size: 16px;
	      font-weight: bold;
	      color: #fefefe;
	      text-decoration: none;
	      display: inline-block;
	      padding: 8px 16px 8px 16px;
	      border: 0 solid #2199e8;
	      border-radius: 3px; }
	  table.button.radius table td {
	    border-radius: 3px;
	    border: none; }
	  table.button.rounded table td {
	    border-radius: 500px;
	    border: none; }

	table.button:hover table tr td a,
	table.button:active table tr td a,
	table.button table tr td a:visited,
	table.button.tiny:hover table tr td a,
	table.button.tiny:active table tr td a,
	table.button.tiny table tr td a:visited,
	table.button.small:hover table tr td a,
	table.button.small:active table tr td a,
	table.button.small table tr td a:visited,
	table.button.large:hover table tr td a,
	table.button.large:active table tr td a,
	table.button.large table tr td a:visited {
	  color: #fefefe; }

	table.button.tiny table td,
	table.button.tiny table a {
	  padding: 4px 8px 4px 8px; }

	table.button.tiny table a {
	  font-size: 10px;
	  font-weight: normal; }

	table.button.small table td,
	table.button.small table a {
	  padding: 5px 10px 5px 10px;
	  font-size: 12px; }

	table.button.large table a {
	  padding: 10px 20px 10px 20px;
	  font-size: 20px; }

	table.button.expand,
	table.button.expanded {
	  width: 100% !important; }
	  table.button.expand table,
	  table.button.expanded table {
	    width: 100%; }
	    table.button.expand table a,
	    table.button.expanded table a {
	      text-align: center;
	      width: 100%;
	      padding-left: 0;
	      padding-right: 0; }
	  table.button.expand center,
	  table.button.expanded center {
	    min-width: 0; }

	table.button:hover table td,
	table.button:visited table td,
	table.button:active table td {
	  background: #147dc2;
	  color: #fefefe; }

	table.button:hover table a,
	table.button:visited table a,
	table.button:active table a {
	  border: 0 solid #147dc2; }

	table.button.secondary table td {
	  background: #777777;
	  color: #fefefe;
	  border: 0px solid #777777; }

	table.button.secondary table a {
	  color: #fefefe;
	  border: 0 solid #777777; }

	table.button.secondary:hover table td {
	  background: #919191;
	  color: #fefefe; }

	table.button.secondary:hover table a {
	  border: 0 solid #919191; }

	table.button.secondary:hover table td a {
	  color: #fefefe; }

	table.button.secondary:active table td a {
	  color: #fefefe; }

	table.button.secondary table td a:visited {
	  color: #fefefe; }

	table.button.success table td {
	  background: #3adb76;
	  border: 0px solid #3adb76; }

	table.button.success table a {
	  border: 0 solid #3adb76; }

	table.button.success:hover table td {
	  background: #23bf5d; }

	table.button.success:hover table a {
	  border: 0 solid #23bf5d; }

	table.button.alert table td {
	  background: #ec5840;
	  border: 0px solid #ec5840; }

	table.button.alert table a {
	  border: 0 solid #ec5840; }

	table.button.alert:hover table td {
	  background: #e23317; }

	table.button.alert:hover table a {
	  border: 0 solid #e23317; }

	table.button.warning table td {
	  background: #ffae00;
	  border: 0px solid #ffae00; }

	table.button.warning table a {
	  border: 0px solid #ffae00; }

	table.button.warning:hover table td {
	  background: #cc8b00; }

	table.button.warning:hover table a {
	  border: 0px solid #cc8b00; }

	table.callout {
	  margin-bottom: 16px;
	  Margin-bottom: 16px; }

	th.callout-inner {
	  width: 100%;
	  border: 1px solid #cbcbcb;
	  padding: 10px;
	  background: #fefefe; }
	  th.callout-inner.primary {
	    background: #def0fc;
	    border: 1px solid #444444;
	    color: #0a0a0a; }
	  th.callout-inner.secondary {
	    background: #ebebeb;
	    border: 1px solid #444444;
	    color: #0a0a0a; }
	  th.callout-inner.success {
	    background: #e1faea;
	    border: 1px solid #1b9448;
	    color: #fefefe; }
	  th.callout-inner.warning {
	    background: #fff3d9;
	    border: 1px solid #996800;
	    color: #fefefe; }
	  th.callout-inner.alert {
	    background: #fce6e2;
	    border: 1px solid #b42912;
	    color: #fefefe; }

	.thumbnail {
	  border: solid 4px #fefefe;
	  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	  display: inline-block;
	  line-height: 0;
	  max-width: 100%;
	  transition: box-shadow 200ms ease-out;
	  border-radius: 3px;
	  margin-bottom: 16px; }
	  .thumbnail:hover, .thumbnail:focus {
	    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

	table.menu {
	  width: 580px; }
	  table.menu td.menu-item,
	  table.menu th.menu-item {
	    padding: 10px;
	    padding-right: 10px; }
	    table.menu td.menu-item a,
	    table.menu th.menu-item a {
	      color: #2199e8; }

	table.menu.vertical td.menu-item,
	table.menu.vertical th.menu-item {
	  padding: 10px;
	  padding-right: 0;
	  display: block; }
	  table.menu.vertical td.menu-item a,
	  table.menu.vertical th.menu-item a {
	    width: 100%; }

	table.menu.vertical td.menu-item table.menu.vertical td.menu-item,
	table.menu.vertical td.menu-item table.menu.vertical th.menu-item,
	table.menu.vertical th.menu-item table.menu.vertical td.menu-item,
	table.menu.vertical th.menu-item table.menu.vertical th.menu-item {
	  padding-left: 10px; }

	table.menu.text-center a {
	  text-align: center; }

	.menu[align="center"] {
	  width: auto !important; }

	body.outlook p {
	  display: inline !important; }

	@media only screen and (max-width: 596px) {
	  table.body img {
	    width: auto;
	    height: auto; }
	  table.body center {
	    min-width: 0 !important; }
	  table.body .container {
	    width: 95% !important; }
	  table.body .columns,
	  table.body .column {
	    height: auto !important;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    padding-left: 16px !important;
	    padding-right: 16px !important; }
	    table.body .columns .column,
	    table.body .columns .columns,
	    table.body .column .column,
	    table.body .column .columns {
	      padding-left: 0 !important;
	      padding-right: 0 !important; }
	  table.body .collapse .columns,
	  table.body .collapse .column {
	    padding-left: 0 !important;
	    padding-right: 0 !important; }
	  td.small-1,
	  th.small-1 {
	    display: inline-block !important;
	    width: 8.33333% !important; }
	  td.small-2,
	  th.small-2 {
	    display: inline-block !important;
	    width: 16.66667% !important; }
	  td.small-3,
	  th.small-3 {
	    display: inline-block !important;
	    width: 25% !important; }
	  td.small-4,
	  th.small-4 {
	    display: inline-block !important;
	    width: 33.33333% !important; }
	  td.small-5,
	  th.small-5 {
	    display: inline-block !important;
	    width: 41.66667% !important; }
	  td.small-6,
	  th.small-6 {
	    display: inline-block !important;
	    width: 50% !important; }
	  td.small-7,
	  th.small-7 {
	    display: inline-block !important;
	    width: 58.33333% !important; }
	  td.small-8,
	  th.small-8 {
	    display: inline-block !important;
	    width: 66.66667% !important; }
	  td.small-9,
	  th.small-9 {
	    display: inline-block !important;
	    width: 75% !important; }
	  td.small-10,
	  th.small-10 {
	    display: inline-block !important;
	    width: 83.33333% !important; }
	  td.small-11,
	  th.small-11 {
	    display: inline-block !important;
	    width: 91.66667% !important; }
	  td.small-12,
	  th.small-12 {
	    display: inline-block !important;
	    width: 100% !important; }
	  .columns td.small-12,
	  .column td.small-12,
	  .columns th.small-12,
	  .column th.small-12 {
	    display: block !important;
	    width: 100% !important; }
	  table.body td.small-offset-1,
	  table.body th.small-offset-1 {
	    margin-left: 8.33333% !important;
	    Margin-left: 8.33333% !important; }
	  table.body td.small-offset-2,
	  table.body th.small-offset-2 {
	    margin-left: 16.66667% !important;
	    Margin-left: 16.66667% !important; }
	  table.body td.small-offset-3,
	  table.body th.small-offset-3 {
	    margin-left: 25% !important;
	    Margin-left: 25% !important; }
	  table.body td.small-offset-4,
	  table.body th.small-offset-4 {
	    margin-left: 33.33333% !important;
	    Margin-left: 33.33333% !important; }
	  table.body td.small-offset-5,
	  table.body th.small-offset-5 {
	    margin-left: 41.66667% !important;
	    Margin-left: 41.66667% !important; }
	  table.body td.small-offset-6,
	  table.body th.small-offset-6 {
	    margin-left: 50% !important;
	    Margin-left: 50% !important; }
	  table.body td.small-offset-7,
	  table.body th.small-offset-7 {
	    margin-left: 58.33333% !important;
	    Margin-left: 58.33333% !important; }
	  table.body td.small-offset-8,
	  table.body th.small-offset-8 {
	    margin-left: 66.66667% !important;
	    Margin-left: 66.66667% !important; }
	  table.body td.small-offset-9,
	  table.body th.small-offset-9 {
	    margin-left: 75% !important;
	    Margin-left: 75% !important; }
	  table.body td.small-offset-10,
	  table.body th.small-offset-10 {
	    margin-left: 83.33333% !important;
	    Margin-left: 83.33333% !important; }
	  table.body td.small-offset-11,
	  table.body th.small-offset-11 {
	    margin-left: 91.66667% !important;
	    Margin-left: 91.66667% !important; }
	  table.body table.columns td.expander,
	  table.body table.columns th.expander {
	    display: none !important; }
	  table.body .right-text-pad,
	  table.body .text-pad-right {
	    padding-left: 10px !important; }
	  table.body .left-text-pad,
	  table.body .text-pad-left {
	    padding-right: 10px !important; }
	  table.menu {
	    width: 100% !important; }
	    table.menu td,
	    table.menu th {
	      width: auto !important;
	      display: inline-block !important; }
	    table.menu.vertical td,
	    table.menu.vertical th, table.menu.small-vertical td,
	    table.menu.small-vertical th {
	      display: block !important; }
	  table.menu[align="center"] {
	    width: auto !important; }
	  table.button.small-expand,
	  table.button.small-expanded {
	    width: 100% !important; }
	    table.button.small-expand table,
	    table.button.small-expanded table {
	      width: 100%; }
	      table.button.small-expand table a,
	      table.button.small-expanded table a {
		text-align: center !important;
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important; }
	    table.button.small-expand center,
	    table.button.small-expanded center {
	      min-width: 0; } }

}
	

	*[ng-click],
*[data-ng-click],
*[ui-sref],
*[data-ui-sref] {
    cursor: pointer
}

.color-blue {
    color: #475b53
}

.color-green {
    color: #1bb87a
}

.color-orange {
    color: #F18A00
}

.color-pink {
    color: #E3318A
}

.color-red {
    color: #FEC835
}

.color-gray {
    color: #7C7070
}

.color-greenblue {
    color: #009781
}

.color-yellow {
    color: #F9B01E
}

@font-face {
    font-family: "antwerpen_icons";
    src: url("../fonts/antwerpen_icons.eot?a9bfda70513329ec604f28b9ee58dbec");
    src: url("../fonts/antwerpen_icons.eot?#iefix") format("embedded-opentype"), url("../fonts/antwerpen_icons.woff?a9bfda70513329ec604f28b9ee58dbec") format("woff"), url("../fonts/antwerpen_icons.ttf?a9bfda70513329ec604f28b9ee58dbec") format("truetype");
    font-weight: normal;
    font-style: normal
}

/*[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "antwerpen_icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
*/
.icon-a-card:before {
    content: "\f101"
}

.icon-antwerp:before {
    content: "\f102"
}

.icon-aos_antwerp:before {
    content: "\f103"
}

.icon-aos_uit-vlieg:before {
    content: "\f104"
}

/*.icon-calendar:before {
    content: "\f105"
}*/

.icon-career:before {
    content: "\f106"
}

.icon-channels:before {
    content: "\f107"
}

.icon-communication:before {
    content: "\f108"
}

.icon-contact:before {
    content: "\f109"
}

.icon-contactbook:before {
    content: "\f10a"
}

.icon-culture:before {
    content: "\f10b"
}

.icon-digital-work:before {
    content: "\f10c"
}

.icon-districts:before {
    content: "\f10d"
}

.icon-diversity:before {
    content: "\f10e"
}

.icon-education:before {
    content: "\f10f"
}

.icon-ewindow-small:before {
    content: "\f110"
}

.icon-ewindow:before {
    content: "\f111"
}

.icon-finance:before {
    content: "\f112"
}

/*.icon-folder:before {*/
/*    content: "\f113"*/
/*}*/

.icon-helpcenter:before {
    content: "\f114"
}

.icon-ict:before {
    content: "\f115"
}

.icon-jobs:before {
    content: "\f116"
}

.icon-leisure:before {
    content: "\f117"
}

.icon-link:before {
    content: "\f118"
}

/*.icon-map-small:before {
    content: "\f119"
}

.icon-map:before {
    content: "\f11a"
}*/

.icon-media:before {
    content: "\f11b"
}

.icon-mobility:before {
    content: "\f11c"
}

.icon-my-time:before {
    content: "\f11d"
}

.icon-news-small:before {
    content: "\f11e"
}

.icon-news:before {
    content: "\f11f"
}

.icon-ocmw-intranet:before {
    content: "\f120"
}

.icon-report:before {
    content: "\f121"
}

.icon-reside:before {
    content: "\f122"
}

.icon-sanitation:before {
    content: "\f123"
}

.icon-search-standard:before {
    content: "\f124"
}

.icon-so-intranet:before {
    content: "\f125"
}

.icon-social-affairs:before {
    content: "\f126"
}

.icon-sports:before {
    content: "\f127"
}

.icon-staff:before {
    content: "\f128"
}

.icon-time:before {
    content: "\f129"
}

.icon-traffic:before {
    content: "\f12a"
}

.icon-uit-vlieg:before {
    content: "\f12b"
}

.icon-uit:before {
    content: "\f12c"
}

.icon-webmail:before {
    content: "\f12d"
}

.icon-welfare:before {
    content: "\f12e"
}

.icon-wiki:before {
    content: "\f12f"
}

.icon-yammer:before {
    content: "\f130"
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

img,
video {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: top
}

img.rounded {
    border-radius: 1000px
}

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

select::-ms-expand {
    display: none
}

fieldset {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: block;
    border: 1px solid #BABABA;
    border-radius: 0;
    min-height: 3rem;
    margin: .5rem 0;
    padding: .75rem 1.5rem
}

fieldset legend {
    font-size: .8333333333rem;
    line-height: .84em;
    color: #7C7070;
    letter-spacing: .05em;
    margin: 0;
    padding: .2rem .8rem 0
}

fieldset.full {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

fieldset:not(.full) input[type="radio"]+label:before {
    top: .3125rem
}

input[type="radio"],
input[type="checkbox"].field,
.checkbox {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

input[type="radio"]:checked+label:before,
input[type="checkbox"].field:checked+label:before,
.checkbox:checked+label:before {
    background: #475B53
}

input[type="radio"]+label,
input[type="checkbox"].field+label,
.checkbox+label {
    cursor: pointer;
    line-height: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 1.875rem;
    position: relative;
    display: inline-block
}

input[type="radio"]+label:before,
input[type="checkbox"].field+label:before,
.checkbox+label:before {
    background: #E5E5E6;
    box-shadow: inset 0 0 0 4px #fff;
    border-radius: 50%;
    display: inline-block;
    content: "";
    height: 1.125rem;
    width: 1.125rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #cfcfcf;
}

input[type="radio"]:disabled:before,
.checkbox:disabled:before {
    border-color: #90ABBC
}

input[type="checkbox"].field:checked+label:before,
.checkbox:checked+label:before {
    background: #475B53;
    border: 1px solid #475B53;
    box-shadow: none;
    border-radius: 4px;
}

input[type="checkbox"].field:checked+label:after,
.checkbox:checked+label:after {
    color: #fff;
    opacity: 1;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}

input[type="checkbox"].field+label,
.checkbox+label {
    padding-left: 2.25rem
}

input[type="checkbox"].field+label:before,
.checkbox+label:before {
    top: .25rem;
    background: #fff;
    border-radius: 0;
    box-shadow: none
}

input[type="checkbox"].field+label:after,
.checkbox+label:after {
    top: .0625rem;
    color: #475B53;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: .75rem;
    opacity: 0;
    position: absolute;
    left: .25rem;
    text-align: center
}

.checkbox:disabled:checked + label:before {
  border-color: #D1D1D1;
  background-color: #D1D1D1;
}

.checkbox:disabled:checked + label:after {
  color: #fff;
}

.checkbox:disabled + label {
  color: #D1D1D1;
}

input[type="input"].disabled,
input[type="input"]:disabled,
input[type="text"].disabled,
input[type="text"]:disabled,
input[type="email"].disabled,
input[type="email"]:disabled,
input[type="password"].disabled,
input[type="password"]:disabled,
input[type="search"].disabled,
input[type="search"]:disabled,
input[type="tel"].disabled,
input[type="tel"]:disabled,
input[type="url"].disabled,
input[type="url"]:disabled,
input[type="number"].disabled,
input[type="number"]:disabled,
input[type="date"].disabled,
input[type="date"]:disabled,
input[type="month"].disabled,
input[type="month"]:disabled,
input[type="week"].disabled,
input[type="week"]:disabled,
input[type="time"].disabled,
input[type="time"]:disabled,
input[type="datetime"].disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"].disabled,
input[type="datetime-local"]:disabled,
input[name="field_country_code"].disabled,
input[name="field_country_code"]:disabled,
input[name="field_city_code"].disabled,
input[name="field_city_code"]:disabled,
input[name="field_phone_int"].disabled,
input[name="field_phone_int"]:disabled,
select.disabled,
select:disabled,
select[multiple].disabled,
select[multiple]:disabled,
textarea.disabled,
textarea:disabled {
    border-color: #cfcfcf;
    color: #cfcfcf
}

input[type="input"].disabled::-webkit-input-placeholder,
input[type="input"]:disabled::-webkit-input-placeholder,
input[type="text"].disabled::-webkit-input-placeholder,
input[type="text"]:disabled::-webkit-input-placeholder,
input[type="email"].disabled::-webkit-input-placeholder,
input[type="email"]:disabled::-webkit-input-placeholder,
input[type="password"].disabled::-webkit-input-placeholder,
input[type="password"]:disabled::-webkit-input-placeholder,
input[type="search"].disabled::-webkit-input-placeholder,
input[type="search"]:disabled::-webkit-input-placeholder,
input[type="tel"].disabled::-webkit-input-placeholder,
input[type="tel"]:disabled::-webkit-input-placeholder,
input[type="url"].disabled::-webkit-input-placeholder,
input[type="url"]:disabled::-webkit-input-placeholder,
input[type="number"].disabled::-webkit-input-placeholder,
input[type="number"]:disabled::-webkit-input-placeholder,
input[type="date"].disabled::-webkit-input-placeholder,
input[type="date"]:disabled::-webkit-input-placeholder,
input[type="month"].disabled::-webkit-input-placeholder,
input[type="month"]:disabled::-webkit-input-placeholder,
input[type="week"].disabled::-webkit-input-placeholder,
input[type="week"]:disabled::-webkit-input-placeholder,
input[type="time"].disabled::-webkit-input-placeholder,
input[type="time"]:disabled::-webkit-input-placeholder,
input[type="datetime"].disabled::-webkit-input-placeholder,
input[type="datetime"]:disabled::-webkit-input-placeholder,
input[type="datetime-local"].disabled::-webkit-input-placeholder,
input[type="datetime-local"]:disabled::-webkit-input-placeholder,
input[name="field_country_code"].disabled::-webkit-input-placeholder,
input[name="field_country_code"]:disabled::-webkit-input-placeholder,
input[name="field_city_code"].disabled::-webkit-input-placeholder,
input[name="field_city_code"]:disabled::-webkit-input-placeholder,
input[name="field_phone_int"].disabled::-webkit-input-placeholder,
input[name="field_phone_int"]:disabled::-webkit-input-placeholder,
select.disabled::-webkit-input-placeholder,
select:disabled::-webkit-input-placeholder,
select[multiple].disabled::-webkit-input-placeholder,
select[multiple]:disabled::-webkit-input-placeholder,
textarea.disabled::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder {
    color: #cfcfcf;
}

input[type="input"].disabled::-moz-placeholder,
input[type="input"]:disabled::-moz-placeholder,
input[type="text"].disabled::-moz-placeholder,
input[type="text"]:disabled::-moz-placeholder,
input[type="email"].disabled::-moz-placeholder,
input[type="email"]:disabled::-moz-placeholder,
input[type="password"].disabled::-moz-placeholder,
input[type="password"]:disabled::-moz-placeholder,
input[type="search"].disabled::-moz-placeholder,
input[type="search"]:disabled::-moz-placeholder,
input[type="tel"].disabled::-moz-placeholder,
input[type="tel"]:disabled::-moz-placeholder,
input[type="url"].disabled::-moz-placeholder,
input[type="url"]:disabled::-moz-placeholder,
input[type="number"].disabled::-moz-placeholder,
input[type="number"]:disabled::-moz-placeholder,
input[type="date"].disabled::-moz-placeholder,
input[type="date"]:disabled::-moz-placeholder,
input[type="month"].disabled::-moz-placeholder,
input[type="month"]:disabled::-moz-placeholder,
input[type="week"].disabled::-moz-placeholder,
input[type="week"]:disabled::-moz-placeholder,
input[type="time"].disabled::-moz-placeholder,
input[type="time"]:disabled::-moz-placeholder,
input[type="datetime"].disabled::-moz-placeholder,
input[type="datetime"]:disabled::-moz-placeholder,
input[type="datetime-local"].disabled::-moz-placeholder,
input[type="datetime-local"]:disabled::-moz-placeholder,
input[name="field_country_code"].disabled::-moz-placeholder,
input[name="field_country_code"]:disabled::-moz-placeholder,
input[name="field_city_code"].disabled::-moz-placeholder,
input[name="field_city_code"]:disabled::-moz-placeholder,
input[name="field_phone_int"].disabled::-moz-placeholder,
input[name="field_phone_int"]:disabled::-moz-placeholder,
select.disabled::-moz-placeholder,
select:disabled::-moz-placeholder,
select[multiple].disabled::-moz-placeholder,
select[multiple]:disabled::-moz-placeholder,
textarea.disabled::-moz-placeholder,
textarea:disabled::-moz-placeholder {
    color: #cfcfcf
}

input[type="input"].disabled:-moz-placeholder,
input[type="input"]:disabled:-moz-placeholder,
input[type="text"].disabled:-moz-placeholder,
input[type="text"]:disabled:-moz-placeholder,
input[type="email"].disabled:-moz-placeholder,
input[type="email"]:disabled:-moz-placeholder,
input[type="password"].disabled:-moz-placeholder,
input[type="password"]:disabled:-moz-placeholder,
input[type="search"].disabled:-moz-placeholder,
input[type="search"]:disabled:-moz-placeholder,
input[type="tel"].disabled:-moz-placeholder,
input[type="tel"]:disabled:-moz-placeholder,
input[type="url"].disabled:-moz-placeholder,
input[type="url"]:disabled:-moz-placeholder,
input[type="number"].disabled:-moz-placeholder,
input[type="number"]:disabled:-moz-placeholder,
input[type="date"].disabled:-moz-placeholder,
input[type="date"]:disabled:-moz-placeholder,
input[type="month"].disabled:-moz-placeholder,
input[type="month"]:disabled:-moz-placeholder,
input[type="week"].disabled:-moz-placeholder,
input[type="week"]:disabled:-moz-placeholder,
input[type="time"].disabled:-moz-placeholder,
input[type="time"]:disabled:-moz-placeholder,
input[type="datetime"].disabled:-moz-placeholder,
input[type="datetime"]:disabled:-moz-placeholder,
input[type="datetime-local"].disabled:-moz-placeholder,
input[type="datetime-local"]:disabled:-moz-placeholder,
input[name="field_country_code"].disabled:-moz-placeholder,
input[name="field_country_code"]:disabled:-moz-placeholder,
input[name="field_city_code"].disabled:-moz-placeholder,
input[name="field_city_code"]:disabled:-moz-placeholder,
input[name="field_phone_int"].disabled:-moz-placeholder,
input[name="field_phone_int"]:disabled:-moz-placeholder,
select.disabled:-moz-placeholder,
select:disabled:-moz-placeholder,
select[multiple].disabled:-moz-placeholder,
select[multiple]:disabled:-moz-placeholder,
textarea.disabled:-moz-placeholder,
textarea:disabled:-moz-placeholder {
    color: #cfcfcf9;
}

input[type="input"].disabled:-ms-input-placeholder,
input[type="input"]:disabled:-ms-input-placeholder,
input[type="text"].disabled:-ms-input-placeholder,
input[type="text"]:disabled:-ms-input-placeholder,
input[type="email"].disabled:-ms-input-placeholder,
input[type="email"]:disabled:-ms-input-placeholder,
input[type="password"].disabled:-ms-input-placeholder,
input[type="password"]:disabled:-ms-input-placeholder,
input[type="search"].disabled:-ms-input-placeholder,
input[type="search"]:disabled:-ms-input-placeholder,
input[type="tel"].disabled:-ms-input-placeholder,
input[type="tel"]:disabled:-ms-input-placeholder,
input[type="url"].disabled:-ms-input-placeholder,
input[type="url"]:disabled:-ms-input-placeholder,
input[type="number"].disabled:-ms-input-placeholder,
input[type="number"]:disabled:-ms-input-placeholder,
input[type="date"].disabled:-ms-input-placeholder,
input[type="date"]:disabled:-ms-input-placeholder,
input[type="month"].disabled:-ms-input-placeholder,
input[type="month"]:disabled:-ms-input-placeholder,
input[type="week"].disabled:-ms-input-placeholder,
input[type="week"]:disabled:-ms-input-placeholder,
input[type="time"].disabled:-ms-input-placeholder,
input[type="time"]:disabled:-ms-input-placeholder,
input[type="datetime"].disabled:-ms-input-placeholder,
input[type="datetime"]:disabled:-ms-input-placeholder,
input[type="datetime-local"].disabled:-ms-input-placeholder,
input[type="datetime-local"]:disabled:-ms-input-placeholder,
input[name="field_country_code"].disabled:-ms-input-placeholder,
input[name="field_country_code"]:disabled:-ms-input-placeholder,
input[name="field_city_code"].disabled:-ms-input-placeholder,
input[name="field_city_code"]:disabled:-ms-input-placeholder,
input[name="field_phone_int"].disabled:-ms-input-placeholder,
input[name="field_phone_int"]:disabled:-ms-input-placeholder,
select.disabled:-ms-input-placeholder,
select:disabled:-ms-input-placeholder,
select[multiple].disabled:-ms-input-placeholder,
select[multiple]:disabled:-ms-input-placeholder,
textarea.disabled:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder {
    color: #cfcfcf9;
}

a {
    color: inherit;
    text-decoration: none
}

a:hover,
a:focus {
    color: #1f55b2;
    text-decoration: underline
}

a.all-sites-link {
    color: #282020;
    float: left;
    line-height: 3rem;
    margin-left: 1.5rem;
    text-decoration: underline
}

a.all-sites-link:hover {
    color: #2b6bda;
    text-decoration: none
}

a.link-external:after,
a[rel="external"]:after {
    content: "\f14c";
    color: #7C7070;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    margin: -2px .5rem 0 .5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 40em) {
    span.full-text {
        display: inline
    }
    span.abbr-text {
        display: none
    }
}

span.full-text {
    display: none
}

span.abbr-text {
    display: inline
}

address {
    font-style: normal
}

small {
    font-size: .8333333333rem;
    line-height: 1.428em
}

small a .ext-icon {
    width: 1.125rem;
    height: .75rem;
    margin-top: -.3125rem
}

b,
strong {
    font-weight: bold
}

time {
    font-size: .8333333333rem;
    line-height: 1.68em;
    font-weight: 700
}

ol li {
    list-style: decimal
}

ul li {
    list-style: square
}

ul li li {
    list-style: circle
}

ul ol li {
    list-style: decimal
}

ul ul,
ul ol {
    margin-top: .75rem
}

ul,
ol {
    padding: 0 0 0 1.563em
}

ul.lined,
ul.arrow,
ol.lined,
ol.arrow {
    padding: 0
}

ul.lined li,
ul.arrow li,
ol.lined li,
ol.arrow li {
    border-top: 1px solid #BABABA;
    list-style-position: inside;
    margin: 0;
    padding: .75rem 0
}

ul.lined li:last-of-type,
ul.arrow li:last-of-type,
ol.lined li:last-of-type,
ol.arrow li:last-of-type {
    border-bottom: 1px solid #BABABA
}

ul.lined a,
ul.lined a:visited,
ul.arrow a,
ul.arrow a:visited,
ol.lined a,
ol.lined a:visited,
ol.arrow a,
ol.arrow a:visited {
    color: #475b53
}

ul.lined a:hover,
ul.lined a:focus,
ul.lined a:visited:hover,
ul.lined a:visited:focus,
ul.arrow a:hover,
ul.arrow a:focus,
ul.arrow a:visited:hover,
ul.arrow a:visited:focus,
ol.lined a:hover,
ol.lined a:focus,
ol.lined a:visited:hover,
ol.lined a:visited:focus,
ol.arrow a:hover,
ol.arrow a:focus,
ol.arrow a:visited:hover,
ol.arrow a:visited:focus {
    color: #34423c;
    text-decoration: none
}

ul.arrow li,
ol.arrow li {
    list-style: none
}

ul.arrow li:before,
ol.arrow li:before {
    content: "\f054";
    display: inline-block;
    float: left;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: .875rem;
    margin-right: .5em;
    position: relative;
    top: 2px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul.unstyled,
ol.unstyled {
    padding: 0
}

ul.unstyled li,
ol.unstyled li {
    list-style: none
}

ul.unstyled ul,
ul.unstyled ol,
ol.unstyled ul,
ol.unstyled ol {
    margin: 0;
    padding: 0
}

ul.unstyled.lined ul,
ul.unstyled.lined ol,
ol.unstyled.lined ul,
ol.unstyled.lined ol {
    margin-top: .3em
}

ul.unstyled.lined ul li,
ul.unstyled.lined ol li,
ol.unstyled.lined ul li,
ol.unstyled.lined ol li {
    border-color: #BABABA
}

ul.unstyled.lined ul li:last-of-type,
ul.unstyled.lined ol li:last-of-type,
ol.unstyled.lined ul li:last-of-type,
ol.unstyled.lined ol li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

ul.boxed,
ol.boxed {
    padding: 1em
}

ul.list-unstyled,
ol.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.list-unstyled li,
ol.list-unstyled li {
    list-style: none
}

ul.list-unstyled li,
ol.list-unstyled li {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.list-unstyled li li,
ol.list-unstyled li li {
    list-style: none
}

ul.list-inline,
ol.list-inline {
    margin: 0 0 0 -.375rem
}

ul.list-inline li,
ol.list-inline li {
    padding: 0 .375rem;
    list-style: none;
    display: inline-block;
    margin: 0;
    text-align: center
}

li,
dl,
dt {
    font-size: 1rem;
    line-height: 1.33em;
    margin-top: .1rem;
    margin-bottom: .1rem;
    padding-top: .1rem;
    padding-bottom: .1rem
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-family: "sofia-pro", Helvetica, Arial, Georgia, Sans-serif;
}
/*
:root {
    font-size: 100%
}*/

table.opening-hours+p,
.table-caption {
    font-size: .8333333333rem;
    line-height: 1.68em;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #7C7070;
    font-style: italic;
    margin-left: .5em
}

table {
    border-collapse: collapse;
    width: 100%
}

table thead {
    background: #F4F8F6
}

table th {
    font-size: 1rem;
    line-height: 1.4em;
    background: none;
    border-bottom: 1px solid #BABABA;
    padding: .75rem;
    text-align: left
}

table tbody tr {
    border-bottom: 1px solid #BABABA
}

table tbody td {
    padding: .75rem
}

table.boxed thead {
    background: #F4F8F6
}

table.boxed tbody tr:nth-child(odd) {
    background: #fff
}

table.boxed tbody tr:nth-child(even) {
    background: #F4F8F6
}

table.boxed tbody tr:last-of-type {
    border-bottom: 0
}

table.contrast thead {
    background: #475b53;
    color: #fff;
    max-height: 2.0625rem
}

table.contrast thead th {
    border-bottom: 0
}

table.contrast tbody tr:nth-child(odd) {
    background: #F4F8F6
}

table.contrast tbody tr:hover,
table.contrast tbody tr:focus,
table.contrast tbody tr:nth-child(odd):hover,
table.contrast tbody tr:nth-child(odd):focus {
    background: #E5E5E6
}

table.contrast.secondary thead {
    background: #FEC835
}

table.contrast.secondary tbody tr:hover,
table.contrast.secondary tbody tr:focus,
table.contrast.secondary tbody tr:nth-child(odd):hover,
table.contrast.secondary tbody tr:nth-child(odd):focus {
    background: #fae6eb
}

table.contrast.boxed tbody tr:nth-child(even) {
    background: #fff
}

table.contrast.boxed tbody tr:nth-child(even):hover,
table.contrast.boxed tbody tr:nth-child(even):focus {
    background: #e6f0f8
}

table.contrast.boxed.secondary tbody tr:nth-child(even) {
    background: #fff
}

table.contrast.boxed.secondary tbody tr:nth-child(even):hover,
table.contrast.boxed.secondary tbody tr:nth-child(even):focus {
    background: #fae6eb
}

table.opening-hours {
    min-width: 18.75rem;
    border: 1px solid #BABABA;
    border-top: 0;
    position: relative;
    text-align: center
}

table.opening-hours thead {
    background: #475b53;
    color: #fff;
    max-height: 1.5rem
}

table.opening-hours thead th {
    border-bottom: 0;
    text-align: center
}

table.opening-hours tr:last-of-type {
    border-bottom: 0
}

table.opening-hours:before {
    background: #475b53;
    color: #fff;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    text-rendering: auto;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
    font: normal normal normal .875rem FontAwesome;
    font-size: 1.5rem;
    left: .75rem;
    top: 10px
}

table.opening-hours.secondary thead {
    background: #FEC835
}

table.opening-hours.secondary:before {
    background: #FEC835
}

figure figcaption,
.figcaption,
.file .filecaption {
    font-size: 1rem;
    line-height: 1.33em;
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #7C7070
}

figure figcaption.no-credit,
.no-credit.figcaption,
.file .no-credit.filecaption {
    font-size: 1rem;
    line-height: 1.33em;
    margin-top: .2rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

figure {
    display: inline-block;
    position: relative;
    margin: 0
}

figure::after {
    clear: both;
    content: "";
    display: table
}

figure img {
    display: block;
    position: relative;
    width: 100%
}

figure .image {
    position: relative
}

figure+figure {
    margin-top: 1.5rem
}

.photocredit {
    font-size: .8333333333rem;
    line-height: 1.596em;
    margin-top: .2rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    float: right
}

.photocredit .fa {
    margin-right: .75rem;
    font-size: 1rem;
    position: relative;
    top: 2px
}

.photocredit.atop {
    color: #fff;
    font-family: "Sun Regular", "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: .5rem;
    position: absolute;
    bottom: 0;
    right: 1em;
    text-shadow: 0 0 2px #000
}

.photocredit.atop.dark {
    color: #282020;
    text-shadow: none
}

.photocredit.block {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: "Sun Regular", "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;
    font-style: normal;
    font-weight: 700;
    float: none;
    margin: 0;
    padding: 0.2rem .75rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%
}

.photocredit.block .fa {
    margin-right: .75rem;
    font-size: 1rem;
    position: relative;
    top: 2px
}

.photocredit.block .image-count {
    float: right
}

.photocredit.toggle-credit {
    display: inline-block
}

.photocredit.toggle-credit .text {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #282020;
    color: #fff;
    display: none;
    float: left;
    min-height: 2.25rem;
    line-height: 2.25rem;
    overflow: hidden;
    padding: 0 .75rem;
    position: absolute;
    bottom: 0;
    right: 2.25rem;
    white-space: nowrap
}

.photocredit.toggle-credit .button {
    background-color: #fff;
    color: #7C7070;
    margin: 0;
    position: relative;
    z-index: 10
}

.photocredit.toggle-credit:hover .button {
    background-color: #7C7070;
    color: #fff;
    box-shadow: none
}

.photocredit.toggle-credit:hover .text {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "sofia-pro", Helvetica, Arial, Georgia, Sans-serif;
    font-weight: normal
}

h1.plain,
h2.plain,
h3.plain,
h4.plain,
h5.plain,
h6.plain {
    font-family: "sofia-pro", Helvetica, Arial, Georgia, Sans-serif;
    font-weight: 700
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
    color: #34423c;
    text-decoration: none
}

h1 {
    font-size: 2.48832rem;
    line-height: 1.0971257716em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 40em) {
    h1 {
        font-size: 2.985984rem;
        line-height: 1.1721429184em;
        margin-top: .75rem;
        margin-bottom: 1rem;
        padding-top: 0;
        padding-bottom: 0
    }
}

h2 {
    font-size: 2.0736rem;
    line-height: 1.1140046296em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 40em) {
    h2 {
        font-size: 2.48832rem;
        line-height: 1.0971257716em;
        margin-top: .5rem;
        margin-bottom: 1rem;
        padding-top: 0;
        padding-bottom: 0
    }
}

h3 {
    font-size: 1.728rem;
    line-height: 1.09375em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 40em) {
    h3 {
        font-size: 2.0736rem;
        line-height: 1.1140046296em;
        margin-top: .5rem;
        margin-bottom: 1rem;
        padding-top: 0;
        padding-bottom: 0
    }
}

h4 {
    font-size: 1.44rem;
    line-height: 1.3125em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 40em) {
    h4 {
        font-size: 1.728rem;
        line-height: 1.09375em;
        margin-top: .5rem;
        margin-bottom: 1rem;
        padding-top: 0;
        padding-bottom: 0
    }
}

h5 {
    font-size: 1.2rem;
    line-height: 1.1666666667em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 40em) {
    h5 {
        font-size: 1.44rem;
        line-height: 1.3125em;
        margin-top: .5rem;
        margin-bottom: 1rem;
        padding-top: 0;
        padding-bottom: 0
    }
}

h6 {
    font-size: 1rem;
    line-height: 1.33em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 40em) {
    h6 {
        font-size: 1.2rem;
        line-height: 1.1666666667em;
        margin-top: .5rem;
        margin-bottom: 1rem;
        padding-top: 0;
        padding-bottom: 0
    }
}

.header-xlarge {
    font-size: 2.0736rem;
    line-height: 1.1140046296em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

.header-large {
    font-size: 1.728rem;
    line-height: 1.09375em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

.header-medium {
    font-size: 1.44rem;
    line-height: 1.3125em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

.header-small {
    font-size: 1.2rem;
    line-height: 1.1666666667em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

p {
    font-size: 1rem;
    line-height: 1.33em;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

p a {
    color: #475b53;
    text-decoration: underline
}

p a:hover,
p a:focus {
    color: #34423c;
}

p.lead {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700
}

p.footnote {
    line-height: 1.25rem;
    color: #7C7070
}

blockquote {
    border-left: 1px solid #BABABA;
    padding-bottom: .5em;
    padding-left: 1em;
    margin: 2em 0 2em 1em
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    margin: .2em 0
}

blockquote p {
    font-size: 1rem;
    line-height: 1.47em
}

blockquote cite {
    font-family: "Georgia", "Times New Roman", Times, Serif;
    font-size: 1rem;
    font-style: italic;
    color: #977d7d
}

blockquote cite a {
    color: #977d7d;
    text-decoration: underline
}

blockquote cite a:hover,
blockquote cite a a:focus {
    color: #475b53
}

blockquote cite:before {
    content: "-";
    margin-right: .5em
}

q {
    font-style: italic
}

hr {
    border: 0;
    border-top: 1px solid #BABABA;
    margin: 0;
}

hr::after {
    clear: both;
    content: "";
    display: table
}

.bg-standard {
    background: #E5E5E6;
    color: #282020
}

.bg-light {
    background: #F4F8F6;
    color: #282020
}

.bg-white {
    background: #fff;
    color: #282020
}

.bg-primary {
    background: #475b53;
    color: #282020
}

.bg-primary-light {
    background: #1bb87a;
    color: #282020
}

.bg-secondary {
    background: #FEC835;
    color: #282020
}

.bg-secondary-light {
    background: #F18A00;
    color: #282020
}

.bg-succes {
    background: #1bb87a;
    color: #fff
}

.bg-warning {
    background: #F18A00;
    color: #fff
}

.bg-danger {
    background: #DA291C;
    color: #fff
}

.bg-dark a {
    color: #fff
}

.bg-dark a:hover,
.bg-dark a:focus {
    color: #250705
}

.badge {
    font-size: .75rem;
    min-width: .75rem;
    min-height: .75rem;
    background: #F18A00;
    display: inline-block;
    font-family: "sofia-pro", Helvetica, Arial, Georgia, Sans-serif;
    font-weight: 700;
    line-height: 1.33rem;
    padding: 0;
    text-align: center;
    z-index: 10;
    color: #fff
}

.badge:hover {
    background: #c16e00
}

.box-transparent,
.box-full,
.box-blue,
.box {
    background: #F4F8F6;
    margin: 0 0 1.5rem;
    padding: 1.5rem
}

@media (min-width: 40em) {
    .box-transparent,
    .box-full,
    .box-blue,
    .box {
        margin: 0 auto 1.5rem
    }
}

.box-transparent::after,
.box-full::after,
.box-blue::after,
.box::after {
    clear: both;
    content: "";
    display: table
}

.no-padding.box-transparent,
.no-padding.box-full,
.no-padding.box-blue,
.no-padding.box {
    padding: 0
}

.no-margin.box-transparent,
.no-margin.box-full,
.no-margin.box-blue,
.no-margin.box {
    margin: 0
}

.no-border.box-transparent,
.no-border.box-full,
.no-border.box-blue,
.no-border.box {
    border-bottom: 0
}

.box-transparent,
.box-full {
    padding: 1.5rem;
    margin: -1.5rem 1.5rem
}

@media (min-width: 40em) {
    .box-transparent,
    .box-full {
        margin: 0 auto 1.5rem
    }
}

.box-transparent {
    background: none;
    border-bottom: 0
}

.box-blue {
    background: #475b53
}

.button,
.button-load,
.button-prev,
.button-next,
.button-soundcloud {
    font-size: 1rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .771rem;
    padding-bottom: .771rem;
    transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -webkit-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    -ms-transistion: background .25s ease-out;
    background: #8DB5A6;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    color: #fff;
    display: block;
    font-weight: 700;
    min-height: 3rem;
    width: 100%;
    margin-bottom: .75rem;
    margin-top: 0;
    outline: none;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: "sofia-pro", Helvetica, Arial, Georgia, Sans-serif;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

.button:hover,
.button-load:hover,
.button-prev:hover,
.button-next:hover,
.button-soundcloud:hover,
.button:focus,
.button-load:focus,
.button-prev:focus,
.button-next:focus,
.button-soundcloud:focus,
.active.button,
.active.button-load,
.active.button-prev,
.active.button-next,
.active.button-soundcloud {
    background: #637f74
}

.button:visited,
.button-load:visited,
.button-prev:visited,
.button-next:visited,
.button-soundcloud:visited {
    color: #fff
}

.button:hover,
.button-load:hover,
.button-prev:hover,
.button-next:hover,
.button-soundcloud:hover,
.button:focus,
.button-load:focus,
.button-prev:focus,
.button-next:focus,
.button-soundcloud:focus {
    color: #fff;
    cursor: pointer;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none
}

.secondary.button,
.secondary.button-load,
.secondary.button-prev,
.secondary.button-next,
.secondary.button-soundcloud {
    background: #FEDC35;
    color: #475B53;
}

.secondary.button:hover,
.secondary.button-load:hover,
.secondary.button-prev:hover,
.secondary.button-next:hover,
.secondary.button-soundcloud:hover,
.secondary.button:focus,
.secondary.button-load:focus,
.secondary.button-prev:focus,
.secondary.button-next:focus,
.secondary.button-soundcloud:focus,
.secondary.active.button,
.secondary.active.button-load,
.secondary.active.button-prev,
.secondary.active.button-next,
.secondary.active.button-soundcloud {
    background: #FEC835;
    color: #475B53;
}

.secondary.button .animation-wrap,
.secondary.button-load .animation-wrap,
.secondary.button-prev .animation-wrap,
.secondary.button-next .animation-wrap,
.secondary.button-soundcloud .animation-wrap {
    background: #a6002e
}

.success.button,
.success.button-load,
.success.button-prev,
.success.button-next,
.success.button-soundcloud {
    background: #1bb87a
}

.success.button:hover,
.success.button-load:hover,
.success.button-prev:hover,
.success.button-next:hover,
.success.button-soundcloud:hover,
.success.button:focus,
.success.button-load:focus,
.success.button-prev:focus,
.success.button-next:focus,
.success.button-soundcloud:focus,
.success.active.button,
.success.active.button-load,
.success.active.button-prev,
.success.active.button-next,
.success.active.button-soundcloud {
    background: #158a5b
}

.success.button .animation-wrap,
.success.button-load .animation-wrap,
.success.button-prev .animation-wrap,
.success.button-next .animation-wrap,
.success.button-soundcloud .animation-wrap {
    background: #158a5b
}

.warning.button,
.warning.button-load,
.warning.button-prev,
.warning.button-next,
.warning.button-soundcloud {
    background: #F9C835;
    color: #475B53;
}

.warning.button:hover,
.warning.button-load:hover,
.warning.button-prev:hover,
.warning.button-next:hover,
.warning.button-soundcloud:hover,
.warning.button:focus,
.warning.button-load:focus,
.warning.button-prev:focus,
.warning.button-next:focus,
.warning.button-soundcloud:focus,
.warning.active.button,
.warning.active.button-load,
.warning.active.button-prev,
.warning.active.button-next,
.warning.active.button-soundcloud {
    background:#f2b807;
    color: #475B53;
}

.danger.button,
.danger.button-load,
.danger.button-prev,
.danger.button-next,
.danger.button-soundcloud {
    background: #DA291C
}

.danger.button:hover,
.danger.button-load:hover,
.danger.button-prev:hover,
.danger.button-next:hover,
.danger.button-soundcloud:hover,
.danger.button:focus,
.danger.button-load:focus,
.danger.button-prev:focus,
.danger.button-next:focus,
.danger.button-soundcloud:focus,
.danger.active.button,
.danger.active.button-load,
.danger.active.button-prev,
.danger.active.button-next,
.danger.active.button-soundcloud {
    background: #9f1e14
}

.danger.button .animation-wrap,
.danger.button-load .animation-wrap,
.danger.button-prev .animation-wrap,
.danger.button-next .animation-wrap,
.danger.button-soundcloud .animation-wrap {
    background: #ae2116
}

.gray.button,
.gray.button-load,
.gray.button-prev,
.gray.button-next,
.gray.button-soundcloud {
    background: #90ABBC
}

.gray.button:hover,
.gray.button-load:hover,
.gray.button-prev:hover,
.gray.button-next:hover,
.gray.button-soundcloud:hover,
.gray.button:focus,
.gray.button-load:focus,
.gray.button-prev:focus,
.gray.button-next:focus,
.gray.button-soundcloud:focus,
.gray.active.button,
.gray.active.button-load,
.gray.active.button-prev,
.gray.active.button-next,
.gray.active.button-soundcloud {
    background: #678ca3
}

.gray.button:visited,
.gray.button-load:visited,
.gray.button-prev:visited,
.gray.button-next:visited,
.gray.button-soundcloud:visited {
    color: #1d2930
}

.gray.button .animation-wrap,
.gray.button-load .animation-wrap,
.gray.button-prev .animation-wrap,
.gray.button-next .animation-wrap,
.gray.button-soundcloud .animation-wrap {
    background: #738996
}

.disabled.button,
.disabled.button-load,
.disabled.button-prev,
.disabled.button-next,
.disabled.button-soundcloud,
.button:disabled,
.button-load:disabled,
.button-prev:disabled,
.button-next:disabled,
.button-soundcloud:disabled {
    background-color: #90ABBC;
    border: 0;
    cursor: default;
    color: #B8D1E0
}

.disabled.button:hover,
.disabled.button-load:hover,
.disabled.button-prev:hover,
.disabled.button-next:hover,
.disabled.button-soundcloud:hover,
.disabled.button:focus,
.disabled.button-load:focus,
.disabled.button-prev:focus,
.disabled.button-next:focus,
.disabled.button-soundcloud:focus,
.button:disabled:hover,
.button-load:disabled:hover,
.button-prev:disabled:hover,
.button-next:disabled:hover,
.button-soundcloud:disabled:hover,
.button:disabled:focus,
.button-load:disabled:focus,
.button-prev:disabled:focus,
.button-next:disabled:focus,
.button-soundcloud:disabled:focus {
    background-color: #90ABBC;
    box-shadow: none;
    border: 0
}

.disabled.button .animation-wrap,
.disabled.button-load .animation-wrap,
.disabled.button-prev .animation-wrap,
.disabled.button-next .animation-wrap,
.disabled.button-soundcloud .animation-wrap,
.button:disabled .animation-wrap,
.button-load:disabled .animation-wrap,
.button-prev:disabled .animation-wrap,
.button-next:disabled .animation-wrap,
.button-soundcloud:disabled .animation-wrap {
    background-color: #90ABBC
}

.active.button .fa:first-child,
.active.button-load .fa:first-child,
.active.button-prev .fa:first-child,
.active.button-next .fa:first-child,
.active.button-soundcloud .fa:first-child {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.active.button .fa:nth-child(2),
.active.button-load .fa:nth-child(2),
.active.button-prev .fa:nth-child(2),
.active.button-next .fa:nth-child(2),
.active.button-soundcloud .fa:nth-child(2) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.has-icon.highlight-icon.button,
.has-icon.highlight-icon.button-load,
.has-icon.highlight-icon.button-prev,
.has-icon.highlight-icon.button-next,
.has-icon.highlight-icon.button-soundcloud {
    padding-left: 4rem
}

.has-icon.highlight-icon.button .fa,
.has-icon.highlight-icon.button-load .fa,
.has-icon.highlight-icon.button-prev .fa,
.has-icon.highlight-icon.button-next .fa,
.has-icon.highlight-icon.button-soundcloud .fa {
    background: rgba(0, 0, 0, 0.2)
}

.has-icon.highlight-icon.small.button,
.has-icon.highlight-icon.small.button-load,
.has-icon.highlight-icon.small.button-prev,
.has-icon.highlight-icon.small.button-next,
.has-icon.highlight-icon.small.button-soundcloud {
    padding-left: 2.5rem
}

.has-icon.highlight-icon.big.button,
.has-icon.highlight-icon.big.button-load,
.has-icon.highlight-icon.big.button-prev,
.has-icon.highlight-icon.big.button-next,
.has-icon.highlight-icon.big.button-soundcloud {
    padding-left: 6rem
}

.small.button,
.small.button-load,
.small.button-prev,
.small.button-next,
.small.button-soundcloud {
    font-size: .8333333333rem;
    line-height: 1.68em;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-top: .025rem;
    padding-bottom: .025rem;
    min-height: 1.5rem
}

.small.has-icon.button,
.small.has-icon.button-load,
.small.has-icon.button-prev,
.small.has-icon.button-next,
.small.has-icon.button-soundcloud {
    padding-left: 1.95rem
}

.small.has-icon.button .fa,
.small.has-icon.button-load .fa,
.small.has-icon.button-prev .fa,
.small.has-icon.button-next .fa,
.small.has-icon.button-soundcloud .fa,
.small.has-icon.button [class^="icon-"],
.small.has-icon.button-load [class^="icon-"],
.small.has-icon.button-prev [class^="icon-"],
.small.has-icon.button-next [class^="icon-"],
.small.has-icon.button-soundcloud [class^="icon-"],
.small.has-icon.button [class*=" icon-"],
.small.has-icon.button-load [class*=" icon-"],
.small.has-icon.button-prev [class*=" icon-"],
.small.has-icon.button-next [class*=" icon-"],
.small.has-icon.button-soundcloud [class*=" icon-"] {
    font-size: 1rem;
    line-height: 1.575rem;
    width: 1.95rem
}

.big.button,
.big.button-load,
.big.button-prev,
.big.button-next,
.big.button-soundcloud {
    font-size: 1.44rem;
    line-height: .9722222222em;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem
}

.big.has-icon.button,
.big.has-icon.button-load,
.big.has-icon.button-prev,
.big.has-icon.button-next,
.big.has-icon.button-soundcloud {
    padding-left: 3.75rem
}

.big.has-icon.button .fa,
.big.has-icon.button-load .fa,
.big.has-icon.button-prev .fa,
.big.has-icon.button-next .fa,
.big.has-icon.button-soundcloud .fa,
.big.has-icon.button [class^="icon-"],
.big.has-icon.button-load [class^="icon-"],
.big.has-icon.button-prev [class^="icon-"],
.big.has-icon.button-next [class^="icon-"],
.big.has-icon.button-soundcloud [class^="icon-"],
.big.has-icon.button [class*=" icon-"],
.big.has-icon.button-load [class*=" icon-"],
.big.has-icon.button-prev [class*=" icon-"],
.big.has-icon.button-next [class*=" icon-"],
.big.has-icon.button-soundcloud [class*=" icon-"] {
    font-size: 1.5rem;
    line-height: 3.75rem;
    width: 3.75rem
}

.full.button,
.full.button-load,
.full.button-prev,
.full.button-next,
.full.button-soundcloud {
    display: block;
    width: 100%
}

.center.button,
.center.button-load,
.center.button-prev,
.center.button-next,
.center.button-soundcloud {
    display: block;
    margin: 1.5rem auto
}

.button .fa,
.button-load .fa,
.button-prev .fa,
.button-next .fa,
.button-soundcloud .fa {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin: 0;
    font-size: 1.35rem;
    line-height: 3rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 3rem
}

.button .fa:first-child,
.button-load .fa:first-child,
.button-prev .fa:first-child,
.button-next .fa:first-child,
.button-soundcloud .fa:first-child {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.button .fa:nth-child(2),
.button-load .fa:nth-child(2),
.button-prev .fa:nth-child(2),
.button-next .fa:nth-child(2),
.button-soundcloud .fa:nth-child(2) {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.button .animation-wrap,
.button-load .animation-wrap,
.button-prev .animation-wrap,
.button-next .animation-wrap,
.button-soundcloud .animation-wrap {
    background: #005090;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 0
}

.button .animation-wrap .fa,
.button-load .animation-wrap .fa,
.button-prev .animation-wrap .fa,
.button-next .animation-wrap .fa,
.button-soundcloud .animation-wrap .fa {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    width: 1.0625rem;
    height: 1.0625rem;
    line-height: 1em;
    position: absolute;
    top: .9375rem;
    left: .9375rem
}

.button .animation-wrap .fa:before,
.button-load .animation-wrap .fa:before,
.button-prev .animation-wrap .fa:before,
.button-next .animation-wrap .fa:before,
.button-soundcloud .animation-wrap .fa:before {
    width: 1.0625rem;
    height: 1.0625rem;
    display: block;
    position: absolute;
    top: -.0625rem;
    left: 0
}

.button:not(.no-hover-animation):hover .animation-wrap .fa,
.button-load:not(.no-hover-animation):hover .animation-wrap .fa,
.button-prev:not(.no-hover-animation):hover .animation-wrap .fa,
.button-next:not(.no-hover-animation):hover .animation-wrap .fa,
.button-soundcloud:not(.no-hover-animation):hover .animation-wrap .fa,
.button:not(.no-hover-animation):focus .animation-wrap .fa,
.button-load:not(.no-hover-animation):focus .animation-wrap .fa,
.button-prev:not(.no-hover-animation):focus .animation-wrap .fa,
.button-next:not(.no-hover-animation):focus .animation-wrap .fa,
.button-soundcloud:not(.no-hover-animation):focus .animation-wrap .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 40em) {
    .button,
    .button-load,
    .button-prev,
    .button-next,
    .button-soundcloud {
        display: inline-block;
        margin-right: .75rem;
        width: auto
    }
}

.button.facebook,
.button.twitter,
.button.linkedin,
.button.instagram,
.button.email,
.button.permalink,
.button.google,
.button.reddit,
.button.pinterest,
.button.stumbleupon,
.button.digg,
.button.yammer {
    width: 3rem;
    padding: 0;
    line-height: 3rem
}

.button.facebook:after,
.button.twitter:after,
.button.linkedin:after,
.button.instagram:after,
.button.email:after,
.button.permalink:after,
.button.google:after,
.button.reddit:after,
.button.pinterest:after,
.button.stumbleupon:after,
.button.digg:after,
.button.yammer:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 1.5rem FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.has-icon.button,
.has-icon.button-load,
.has-icon.button-prev,
.has-icon.button-next,
.has-icon.button-soundcloud,
.button.a-profile,
.button-load {
    padding-left: 3rem
}

.button.link-external:not(.social):after,
.button[rel="external"]:not(.social):after {
    content: "";
    display: none
}

.button.transparent,
.button.cancel {
    background: transparent;
    background-color: transparent;
    color: #475b53;
    font-weight: 700;
    text-decoration: underline;
    box-shadow: none
}

.button.transparent:hover,
.button.transparent:focus,
.button.transparent.active,
.button.cancel:hover,
.button.cancel:focus,
.button.cancel.active {
    background: transparent
}

.button.transparent:hover,
.button.transparent:focus,
.button.cancel:hover,
.button.cancel:focus {
    box-shadow: none;
    background-color: transparent;
    color: #FEC835
}

.button.transparent:visited,
.button.cancel:visited {
    color: #475b53
}

.button.a-profile {
    background: #FEC835
}

.button.a-profile:hover,
.button.a-profile:focus,
.button.a-profile.active {
    background: #8d0027
}

.button.a-profile:before {
    background: url("../images/a-profile.svg") 0 0 no-repeat;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 3rem;
    position: absolute;
    width: 3rem
}

.button.facebook {
    background: #3B5998
}

.button.facebook:hover,
.button.facebook:focus,
.button.facebook.active {
    background: #283d68
}

.button.facebook:after {
    content: "\f09a"
}

.button.twitter {
    background: #00ACED
}

.button.twitter:hover,
.button.twitter:focus,
.button.twitter.active {
    background: #007cab
}

.button.twitter:after {
    content: "\f099"
}

.button.linkedin {
    background: #0077B5
}

.button.linkedin:hover,
.button.linkedin:focus,
.button.linkedin.active {
    background: #004b73
}

.button.linkedin:after {
    content: "\f0e1"
}

.button.instagram {
    background: #3F729B
}

.button.instagram:hover,
.button.instagram:focus,
.button.instagram.active {
    background: #2c4f6c
}

.button.instagram:after {
    content: "\f16d"
}

.button.email {
    background: #1bb87a
}

.button.email:hover,
.button.email:focus,
.button.email.active {
    background: #158a5b
}

.button.email:after {
    content: "\f003"
}

.button.permalink {
    background: #7C7070
}

.button.permalink:hover,
.button.permalink:focus,
.button.permalink.active {
    background: #595151
}

.button.permalink:after {
    content: "\f0c1"
}

.button.google {
    background: #DC4E41
}

.button.google:hover,
.button.google:focus,
.button.google.active {
    background: #b92f22
}

.button.google:after {
    content: "\f0d5"
}

.button.reddit {
    background: #ff4500
}

.button.reddit:hover,
.button.reddit:focus,
.button.reddit.active {
    background: #bd3300
}

.button.reddit:after {
    content: "\f281"
}

.button.pinterest {
    background: #BD081C
}

.button.pinterest:hover,
.button.pinterest:focus,
.button.pinterest.active {
    background: #7d0513
}

.button.pinterest:after {
    content: "\f231"
}

.button.stumbleupon {
    background: #EB4924
}

.button.stumbleupon:hover,
.button.stumbleupon:focus,
.button.stumbleupon.active {
    background: #bc3111
}

.button.stumbleupon:after {
    content: "\f1a4"
}

.button.digg {
    background: #000
}

.button.digg:hover,
.button.digg:focus,
.button.digg.active {
    background: #000
}

.button.digg:after {
    content: "\f1a6"
}

.button.yammer {
    background: #008FBE
}

.button.yammer:hover,
.button.yammer:focus,
.button.yammer.active {
    background: #005d7c
}

.button.yammer.icon-yammer {
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    text-rendering: auto
}

.button.icon {
    width: 3rem;
    height: 3rem;
    min-height: 0;
    padding: 0;
    text-align: center
}

.button.icon .fa {
    line-height: 3rem;
    width: 3rem
}

.button.icon:after {
    line-height: 3rem
}

.button.icon.small {
    width: 2.25rem;
    height: 2.25rem
}

.button.icon.small .fa {
    line-height: 2.25rem;
    width: 1.75rem;
    font-size: 1rem;
}

.button.icon.small:after {
    line-height: 2.25rem
}

.button.animated.has-icon,
.button.animated.icon {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.button.animated.has-icon .visible,
.button.animated.has-icon .hidden,
.button.animated.icon .visible,
.button.animated.icon .hidden {
    will-change: transform;
    transition: transform 250ms ease-out
}

.button.animated.has-icon .visible,
.button.animated.icon .visible {
    transform: translateY(0)
}

.button.animated.has-icon .hidden,
.button.animated.icon .hidden {
    transform: translateY(100%)
}

.button.animated.has-icon:hover .visible,
.button.animated.has-icon:focus .visible,
.button.animated.has-icon.active .visible,
.button.animated.icon:hover .visible,
.button.animated.icon:focus .visible,
.button.animated.icon.active .visible {
    transform: translateY(-100%)
}

.button.animated.has-icon:hover .hidden,
.button.animated.has-icon:focus .hidden,
.button.animated.has-icon.active .hidden,
.button.animated.icon:hover .hidden,
.button.animated.icon:focus .hidden,
.button.animated.icon.active .hidden {
    transform: translateY(0)
}

.button-load {
    display: block;
    margin: 1.5rem auto;
    padding-left: 6rem;
    padding-right: 3rem
}

.button-load.loading-more .fa {
    animation: spin 1s ease infinite normal 0s;
    animation-fill-mode: forwards
}

.button-prev,
.button-next {
    background: #475b53;
    min-width: 8.75rem
}

.button-prev:hover,
.button-prev:focus,
.button-prev.active,
.button-next:hover,
.button-next:focus,
.button-next.active {
    background: #003f72
}

.button-prev .fa,
.button-next .fa {
    transition: transform .15s ease-in-out
}

.button-prev {
    padding-left: 3rem
}

.button-prev+.button-next {
    border-left: 2px solid #005090;
    margin-left: -1.5rem
}

.button-prev:hover .fa {
    transform: translateX(-5px)
}

.button-next {
    padding-right: 3rem
}

.button-next .fa {
    right: 0;
    left: auto
}

.button-next:hover .fa {
    transform: translateX(5px)
}

.button-soundcloud {
    background: #fff;
    width: 3rem;
    height: 3rem
}

.button-soundcloud:hover,
.button-soundcloud:focus,
.button-soundcloud.active {
    background: #dedede
}

.button-soundcloud:hover,
.button-soundcloud:focus {
    box-shadow: none;
    background-color: #475b53
}

.button-soundcloud:hover .fa,
.button-soundcloud:focus .fa {
    color: #fff
}

.button-soundcloud .fa {
    color: #000
}

.doc-spec {
    font-size: .8333333333rem;
    line-height: 1.428em;
    color: #7C7070
}

.doc-spec:before {
    content: "["
}

.doc-spec:after {
    content: "]"
}

.doc-info {
    color: #282020;
    display: block;
    font-size: .875rem
}

a.file-link {
    display: block;
    border-bottom: 1px solid #BABABA;
    border-top: 1px solid #BABABA;
    padding: .75rem 1.5rem .75rem 3rem;
    position: relative
}

a.file-link::after {
    clear: both;
    content: "";
    display: table
}

a.file-link:before {
    content: "\f0ed";
    display: inline-block;
    font: normal normal normal 18px / 1 FontAwesome;
    float: left;
    position: absolute;
    top: 1rem;
    left: .75rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a.file-link .copyright {
    font-size: .8333333333rem;
    line-height: 1.68em;
    color: #7C7070;
    font-style: italic;
    display: block
}

a.file-link:hover,
a.file-link:focus {
    background: #F4F8F6;
    text-decoration: none
}

a.file-link+.file-link {
    border-top: 0
}

a.file-link.small {
    border: 0;
    padding-left: 1.5rem
}

a.file-link.small .copyright {
    display: inline
}

a.file-link.small:before {
    left: 0;
    top: .9375rem
}

a.file-link.small:hover,
a.file-link.small:focus {
    background: none
}

.box-highlight,
.box-highlight-primary,
.box-highlight-info,
.box-highlight-success,
.box-highlight-warning,
.box-highlight-danger,
.box-highlight-error,
.box-highlight-disabled {
    background: #F4F8F6;
    border: 1px solid #BABABA;
    color: #282020;
    margin: 1em auto;
    padding: 1.5rem;
    position: relative
}

.box-highlight::after,
.box-highlight-primary::after,
.box-highlight-info::after,
.box-highlight-success::after,
.box-highlight-warning::after,
.box-highlight-danger::after,
.box-highlight-error::after,
.box-highlight-disabled::after {
    clear: both;
    content: "";
    display: table
}

.box-highlight .button,
.box-highlight-primary .button,
.box-highlight-info .button,
.box-highlight-success .button,
.box-highlight-warning .button,
.box-highlight-danger .button,
.box-highlight-error .button,
.box-highlight-disabled .button,
.box-highlight [class^="button-"],
.box-highlight-primary [class^="button-"],
.box-highlight-info [class^="button-"],
.box-highlight-success [class^="button-"],
.box-highlight-warning [class^="button-"],
.box-highlight-danger [class^="button-"],
.box-highlight-error [class^="button-"],
.box-highlight-disabled [class^="button-"],
.box-highlight [class*="button-"],
.box-highlight-primary [class*="button-"],
.box-highlight-info [class*="button-"],
.box-highlight-success [class*="button-"],
.box-highlight-warning [class*="button-"],
.box-highlight-danger [class*="button-"],
.box-highlight-error [class*="button-"],
.box-highlight-disabled [class*="button-"] {
    float: right;
    margin-right: 0;
    margin-bottom: 0
}

.box-highlight p,
.box-highlight-primary p,
.box-highlight-info p,
.box-highlight-success p,
.box-highlight-warning p,
.box-highlight-danger p,
.box-highlight-error p,
.box-highlight-disabled p {
    font-size: 1rem;
    line-height: 1.4em
}

.box-highlight h1,
.box-highlight-primary h1,
.box-highlight-info h1,
.box-highlight-success h1,
.box-highlight-warning h1,
.box-highlight-danger h1,
.box-highlight-error h1,
.box-highlight-disabled h1,
.box-highlight h2,
.box-highlight-primary h2,
.box-highlight-info h2,
.box-highlight-success h2,
.box-highlight-warning h2,
.box-highlight-danger h2,
.box-highlight-error h2,
.box-highlight-disabled h2,
.box-highlight h3,
.box-highlight-primary h3,
.box-highlight-info h3,
.box-highlight-success h3,
.box-highlight-warning h3,
.box-highlight-danger h3,
.box-highlight-error h3,
.box-highlight-disabled h3,
.box-highlight h4,
.box-highlight-primary h4,
.box-highlight-info h4,
.box-highlight-success h4,
.box-highlight-warning h4,
.box-highlight-danger h4,
.box-highlight-error h4,
.box-highlight-disabled h4,
.box-highlight h5,
.box-highlight-primary h5,
.box-highlight-info h5,
.box-highlight-success h5,
.box-highlight-warning h5,
.box-highlight-danger h5,
.box-highlight-error h5,
.box-highlight-disabled h5,
.box-highlight h6,
.box-highlight-primary h6,
.box-highlight-info h6,
.box-highlight-success h6,
.box-highlight-warning h6,
.box-highlight-danger h6,
.box-highlight-error h6,
.box-highlight-disabled h6 {
    margin-top: 0
}

.box-highlight-primary,
.box-highlight-info {
    background: #e6f0f8;
    border-color: #475b53
}

.box-highlight-primary .fa,
.box-highlight-info .fa {
    color: #475b53
}

.box-highlight-success {
    background: #edf6ea;
    border-color: #1bb87a
}

.box-highlight-success .fa {
    color: #1bb87a
}

.box-highlight-warning {
    background: #fef3e6;
    border-color: #f18a00
}

.box-highlight-warning .fa {
    color: #f18a00
}

.box-highlight-danger,
.box-highlight-error {
    background: #fbeae8;
    border-color: #da291c
}

.box-highlight-danger .fa,
.box-highlight-error .fa {
    color: #da291c
}

.box-highlight-disabled {
    background: #f4f7f8;
    border-color: #90abbc
}

.box-highlight-disabled .fa {
    color: #90abbc
}

.content-box {
    background-color: #F4F8F6;
    border-radius: 0;
    border-bottom: 2px solid #E5E5E6;
    color: #282020;
    min-height: 3rem;
    font-family: "sofia-pro", Helvetica, Arial, Georgia, Sans-serif;
    text-align: left;
    text-decoration: none;
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding: 1.5rem;
    display: block;
    vertical-align: middle
}

.content-box .button {
    margin-bottom: 0
}

.content-box-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 0;
    outline: none;
    overflow: hidden;
    position: relative
}

.content-box-wrapper .content-box {
    margin: 0
}

.content-box-wrapper .subtitle {
    font-size: .75rem;
    line-height: 1rem;
    color: #7C7070;
    display: block;
    padding-left: .75rem;
    margin-top: .75rem;
    text-align: left
}

.content-box.as-button {
    transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -webkit-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    -ms-transistion: background .25s ease-out;
    font-weight: 700
}

.content-box.as-button:hover,
.content-box.as-button:focus,
.content-box.as-button.active {
    background: #005090;
    color: #fff;
    cursor: pointer;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-bottom: 2px solid #475b53
}

.content-box.border-top {
    border-top: 2px solid #E5E5E6;
    border-bottom: 0
}

figure figcaption,
.figcaption,
.file .filecaption {
    font-size: 1rem;
    line-height: 1.33em;
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #7C7070
}

figure figcaption.no-credit,
.no-credit.figcaption,
.file .no-credit.filecaption {
    font-size: 1rem;
    line-height: 1.33em;
    margin-top: .2rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

figure {
    display: inline-block;
    position: relative;
    margin: 0
}

figure::after {
    clear: both;
    content: "";
    display: table
}

figure img {
    display: block;
    position: relative;
    width: 100%
}

figure .image {
    position: relative
}

figure+figure {
    margin-top: 1.5rem
}

.photocredit {
    font-size: .8333333333rem;
    line-height: 1.596em;
    margin-top: .2rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    float: right
}

.photocredit .fa {
    margin-right: .75rem;
    font-size: 1rem;
    position: relative;
    top: 2px
}

.photocredit.atop {
    color: #fff;
    font-family: "Sun Regular", "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: .5rem;
    position: absolute;
    bottom: 0;
    right: 1em;
    text-shadow: 0 0 2px #000
}

.photocredit.atop.dark {
    color: #282020;
    text-shadow: none
}

.photocredit.block {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: "Sun Regular", "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;
    font-style: normal;
    font-weight: 700;
    float: none;
    margin: 0;
    padding: 0.2rem .75rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%
}

.photocredit.block .fa {
    margin-right: .75rem;
    font-size: 1rem;
    position: relative;
    top: 2px
}

.photocredit.block .image-count {
    float: right
}

.photocredit.toggle-credit {
    display: inline-block
}

.photocredit.toggle-credit .text {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #282020;
    color: #fff;
    display: none;
    float: left;
    min-height: 2.25rem;
    line-height: 2.25rem;
    overflow: hidden;
    padding: 0 .75rem;
    position: absolute;
    bottom: 0;
    right: 2.25rem;
    white-space: nowrap
}

.photocredit.toggle-credit .button {
    background-color: #fff;
    color: #7C7070;
    margin: 0;
    position: relative;
    z-index: 10
}

.photocredit.toggle-credit:hover .button {
    background-color: #7C7070;
    color: #fff;
    box-shadow: none
}

.photocredit.toggle-credit:hover .text {
    display: block
}

.file .filecredit {
    color: #282020
}

.fa {
    font-size: inherit;
}

.inline-icon {
    font-size: 90%
}

.inline-icon.fa-warning {
    color: #F18A00
}

.inline-icon.fa-check {
    color: #1bb87a
}

.inline-icon.fa-information,
.inline-icon.fa-question {
    color: #475b53
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group .field {
    width: 100%;
    margin: 0
}

.input-group .input-group-addon {
    font-size: .8333333333rem;
    line-height: 1.68em;
    width: 1%;
    display: table-cell;
    padding: 0 .75rem;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #BABABA;
    background: #E5E5E6
}

.input-group .input-group-addon:first-child {
    border-right: 0
}

.input-group .input-group-addon:last-child {
    border-left: 0
}

.input-group .input-group-addon.fa {
    color: #7e7979;
    font-size: 1.625rem;
    position: relative
}

.input-group .input-group-addon.fa:before {
    top: 3px;
    position: relative
}

.input-group .input-group-addon,
.input-group .field {
    margin: 0;
    display: table-cell
}

.status-label {
    border: 1px solid #BABABA;
    color: #7C7070;
    display: inline-block;
    font-size: .875rem;
    margin-right: .75rem;
    max-height: 1.5rem;
    line-height: 1.4375rem;
    padding: 0 .75rem
}

.status-label.contrast {
    border-color: #475b53;
    color: #475b53
}

.status-label.success {
    border-color: #1bb87a;
    color: #1bb87a
}

.status-label.warning {
    border-color: #F18A00;
    color: #F18A00
}

.status-label.danger {
    border-color: #DA291C;
    color: #DA291C
}

.field-container {
    position: relative;
    margin-bottom: .75rem
}

.field-container::after {
    clear: both;
    content: "";
    display: table
}

.field-container input::-ms-clear {
    display: none
}

.field-layout-wrapper {
    position: relative
}

.field-layout-wrapper .button-right {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0
}

.field-description {
    line-height: 1rem;
    color: #7C7070;
    display: block;
    margin-top: .75rem
}

.field-description a {
    text-decoration: underline
}

.field-description a:hover,
.field-description a:focus {
    text-decoration: none
}

.field-container .field-icon {
    font-size: 1.25rem;
    line-height: 3rem;
    padding: 0 .75rem;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center
}

.field-container .field-icon.valid {
    color: #1bb87a;
    background-color: transparent
}

.field-container .field-icon.invalid {
    color: #fff;
    background-color: #DA291C
}

.field-problem {
    padding: .75rem;
    margin: .75rem 0 0 0;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    background-color: #DA291C;
    color: #fff
}

.field-remaining {
    line-height: 1rem;
    top: 3rem;
    margin-top: 1rem;
    right: 1.5rem;
    position: absolute
}

.field-remaining.warning {
    color: #F18A00
}

.field-remaining.critical {
    color: #DA291C
}

.label+.field-remaining {
    top: 0
}

.field-prefix-wrapper {
    display: table;
    border-collapse: separate;
    width: 100%
}

.field-prefix-wrapper .field,
.field-prefix-wrapper .field+span {
    display: table-cell
}

.field {
    font-size: 1rem;
    line-height: 1.4em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #BABABA;
    border-radius: 0;
    color: #614d4d;
    background: #fff;
    min-height: 3rem;
    padding: .75rem 1.5rem;
    display: block;
    width: 100%
}

.field::-webkit-input-placeholder {
    color: #cfcfcf;
    font-style: normal
}

.field::-moz-placeholder {
    color: #cfcfcf;
    font-style: normal
}

.field:-moz-placeholder {
    color: #cfcfcf;
    font-style: normal
}

.field:-ms-input-placeholder {
    color: #cfcfcf;
    font-style: normal
}

.field:hover,
.field:focus {
    border-color: #878787
}

.field:disabled+label {
    cursor: default;
    color: #90ABBC
}

.field:disabled+.field-icon {
	color: #cfcfcf9;
	pointer-events: none;
}

.field.invalid,
.field.valid {
    padding-right: 3rem
}

.field.invalid {
    border: 1px solid #DA291C;
    font-style: italic;
    color: #DA291C
}

.field.valid {
    border: 1px solid #1bb87a
}

.field.full {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

@media (min-width: 60em) {
    .field {
        display: inline;
        width: auto
    }
}

.field.select {
    background: #fff url("../images/select-arrows.svg") right 6px top .975rem no-repeat;
    padding-right: 2.5em
}

.field.textarea {
    display: block;
    margin-left: 0
}

.label {
    font-size: 1rem;
    line-height: 1.4em;
    margin-top: 1rem;
    margin-bottom: .5rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    display: inline-block
}

@media (min-width: 60em) {
    .label+.field {
        margin-left: .85em
    }
}

.label[for] {
    cursor: pointer
}

.label.required::after {
    padding-left: .1875rem;
    content: "*";
    color: #DA291C
}

.native-progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    color: #475b53
}

.native-progress[value]::-webkit-progress-value {
    background-color: #475b53
}

.native-progress[value]::-moz-progress-bar {
    background-color: #475b53
}

.span-1-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-1 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-3-1 {
    width: 25%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-4-1 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-5-1 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-6-1 {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-7-1 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-8-1 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-9-1 {
    width: 75%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-10-1 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-11-1 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    clear: left;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-12-1 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: left;
    padding-right: 0
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-2 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-3-2 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-4-2 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-5-2 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-6-2 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-7-2 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-8-2 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-9-2 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-10-2 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-11-2 {
    width: 91.6666666667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-3 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-3 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-3-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-4-3 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-5-3 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-6-3 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-7-3 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-8-3 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-9-3 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-10-3 {
    width: 83.3333333333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-4 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-4 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-3-4 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-4-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-5-4 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-6-4 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-7-4 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-8-4 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-9-4 {
    width: 75%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-5 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-5 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-3-5 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-4-5 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-5-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-6-5 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-7-5 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-8-5 {
    width: 66.6666666667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-6 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-6 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-3-6 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-4-6 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-5-6 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-6-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-7-6 {
    width: 58.3333333333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-7 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-7 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-3-7 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-4-7 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-5-7 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-6-7 {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-8 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 58.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-8 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 58.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-3-8 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 58.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-4-8 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 58.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-5-8 {
    width: 41.6666666667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-9 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 66.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-9 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 66.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-3-9 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 66.6666666667%;
    clear: none;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-4-9 {
    width: 33.3333333333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-10 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 75%;
    clear: none;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-10 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 75%;
    clear: none;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-3-10 {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-11 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 83.3333333333%;
    clear: none;
    padding-right: 24px
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-2-11 {
    width: 16.6666666667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-1-12 {
    width: 8.3333333333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.span-centered-1 {
    width: 8.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 45.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-2 {
    width: 16.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 41.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-3 {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 37.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-4 {
    width: 33.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-5 {
    width: 41.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 29.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-6 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: both;
    padding-right: 24px
}

.span-centered-7 {
    width: 58.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 20.8333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-8 {
    width: 66.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.6666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-9 {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 12.5%;
    clear: both;
    padding-right: 24px
}

.span-centered-10 {
    width: 83.3333333333%;
    float: left;
    margin-right: -100%;
    margin-left: 8.3333333333%;
    clear: both;
    padding-right: 24px
}

.span-centered-11 {
    width: 91.6666666667%;
    float: left;
    margin-right: -100%;
    margin-left: 4.1666666667%;
    clear: both;
    padding-right: 24px
}

.span-centered-12 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0
}

.span-full {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-right: 0;
    float: left
}

.span-half-1 {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 24px;
    clear: left
}

.span-half-2 {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0
}

.floating-container::after {
    clear: both;
    content: "";
    display: table
}

.float-1 {
    float: left;
    width: 8.3333333333%;
    padding-right: 1.5rem
}

.float-2 {
    float: left;
    width: 16.6666666667%;
    padding-right: 1.5rem
}

.float-3,
.float-fourth {
    float: left;
    width: 25%;
    padding-right: 1.5rem
}

.float-4,
.float-third {
    float: left;
    width: 33.3333333333%;
    padding-right: 1.5rem
}

.float-5 {
    float: left;
    width: 41.6666666667%;
    padding-right: 1.5rem
}

.float-6,
.float-half {
    float: left;
    width: 50%;
    padding-right: 1.5rem
}

.float-7 {
    float: left;
    width: 58.3333333333%;
    padding-right: 1.5rem
}

.float-8 {
    float: left;
    width: 66.6666666667%;
    padding-right: 1.5rem
}

.float-9 {
    float: left;
    width: 75%;
    padding-right: 1.5rem
}

.float-10 {
    float: left;
    width: 83.3333333333%;
    padding-right: 1.5rem
}

.float-11 {
    float: left;
    width: 91.6666666667%;
    padding-right: 1.5rem
}

.float-12,
.float-full {
    float: left;
    width: 100%;
    padding-right: 1.5rem
}

@media (min-width: 40em) {
    .tablet--span-1-1 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-1 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-3-1 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-4-1 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-5-1 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-6-1 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-7-1 {
        margin: 0;
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-8-1 {
        margin: 0;
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-9-1 {
        margin: 0;
        width: 75%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-10-1 {
        margin: 0;
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-11-1 {
        margin: 0;
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-12-1 {
        margin: 0;
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: left;
        padding-right: 0
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-2 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-2 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-3-2 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-4-2 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-5-2 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-6-2 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-7-2 {
        margin: 0;
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-8-2 {
        margin: 0;
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-9-2 {
        margin: 0;
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-10-2 {
        margin: 0;
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-11-2 {
        margin: 0;
        width: 91.6666666667%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-3 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-3 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-3-3 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-4-3 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-5-3 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-6-3 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-7-3 {
        margin: 0;
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-8-3 {
        margin: 0;
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-9-3 {
        margin: 0;
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-10-3 {
        margin: 0;
        width: 83.3333333333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-4 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-4 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-3-4 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-4-4 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-5-4 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-6-4 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-7-4 {
        margin: 0;
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-8-4 {
        margin: 0;
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-9-4 {
        margin: 0;
        width: 75%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-5 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-5 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-3-5 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-4-5 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-5-5 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-6-5 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-7-5 {
        margin: 0;
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-8-5 {
        margin: 0;
        width: 66.6666666667%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-6 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-6 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-3-6 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-4-6 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-5-6 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-6-6 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-7-6 {
        margin: 0;
        width: 58.3333333333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-7 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 50%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-7 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 50%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-3-7 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 50%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-4-7 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 50%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-5-7 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 50%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-6-7 {
        margin: 0;
        width: 50%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-8 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 58.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-8 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 58.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-3-8 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 58.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-4-8 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 58.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-5-8 {
        margin: 0;
        width: 41.6666666667%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-9 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 66.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-9 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 66.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-3-9 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 66.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-4-9 {
        margin: 0;
        width: 33.3333333333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-10 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 75%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-10 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 75%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-3-10 {
        margin: 0;
        width: 25%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-11 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 83.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-2-11 {
        margin: 0;
        width: 16.6666666667%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-1-12 {
        margin: 0;
        width: 8.3333333333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .tablet--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .tablet--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .tablet--span-full {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0;
        float: left
    }
    .tablet--span-half-1 {
        width: 50%;
        float: left;
        margin-right: -100%;
        clear: none;
        padding-right: 24px;
        clear: left
    }
    .tablet--span-half-2 {
        width: 50%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .floating-container::after {
        clear: both;
        content: "";
        display: table
    }
    .tablet--float-1 {
        float: left;
        width: 8.3333333333%;
        padding-right: 1.5rem
    }
    .tablet--float-2 {
        float: left;
        width: 16.6666666667%;
        padding-right: 1.5rem
    }
    .tablet--float-3,
    .tablet--float-fourth {
        float: left;
        width: 25%;
        padding-right: 1.5rem
    }
    .tablet--float-4,
    .tablet--float-third {
        float: left;
        width: 33.3333333333%;
        padding-right: 1.5rem
    }
    .tablet--float-5 {
        float: left;
        width: 41.6666666667%;
        padding-right: 1.5rem
    }
    .tablet--float-6,
    .tablet--float-half {
        float: left;
        width: 50%;
        padding-right: 1.5rem
    }
    .tablet--float-7 {
        float: left;
        width: 58.3333333333%;
        padding-right: 1.5rem
    }
    .tablet--float-8 {
        float: left;
        width: 66.6666666667%;
        padding-right: 1.5rem
    }
    .tablet--float-9 {
        float: left;
        width: 75%;
        padding-right: 1.5rem
    }
    .tablet--float-10 {
        float: left;
        width: 83.3333333333%;
        padding-right: 1.5rem
    }
    .tablet--float-11 {
        float: left;
        width: 91.6666666667%;
        padding-right: 1.5rem
    }
    .tablet--float-12,
    .tablet--float-full {
        float: left;
        width: 100%;
        padding-right: 1.5rem
    }
    .floating-container {
        margin-left: -24px
    }
}

@media (min-width: 60em) {
    .desktop--span-1-1 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-1 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-3-1 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-4-1 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-5-1 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-6-1 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-7-1 {
        margin: 0;
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-8-1 {
        margin: 0;
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-9-1 {
        margin: 0;
        width: 75%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-10-1 {
        margin: 0;
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-11-1 {
        margin: 0;
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        clear: left;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-12-1 {
        margin: 0;
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: left;
        padding-right: 0
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-2 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-2 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-3-2 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-4-2 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-5-2 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-6-2 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-7-2 {
        margin: 0;
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-8-2 {
        margin: 0;
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-9-2 {
        margin: 0;
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-10-2 {
        margin: 0;
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-11-2 {
        margin: 0;
        width: 91.6666666667%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-3 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-3 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-3-3 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-4-3 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-5-3 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-6-3 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-7-3 {
        margin: 0;
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-8-3 {
        margin: 0;
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-9-3 {
        margin: 0;
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-10-3 {
        margin: 0;
        width: 83.3333333333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-4 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-4 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-3-4 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-4-4 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-5-4 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-6-4 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-7-4 {
        margin: 0;
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-8-4 {
        margin: 0;
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-9-4 {
        margin: 0;
        width: 75%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-5 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-5 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-3-5 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-4-5 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-5-5 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-6-5 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-7-5 {
        margin: 0;
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-8-5 {
        margin: 0;
        width: 66.6666666667%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-6 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-6 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-3-6 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-4-6 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-5-6 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-6-6 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-7-6 {
        margin: 0;
        width: 58.3333333333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-7 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 50%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-7 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 50%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-3-7 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 50%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-4-7 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 50%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-5-7 {
        margin: 0;
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 50%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-6-7 {
        margin: 0;
        width: 50%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-8 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 58.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-8 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 58.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-3-8 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 58.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-4-8 {
        margin: 0;
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 58.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-5-8 {
        margin: 0;
        width: 41.6666666667%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-9 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 66.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-9 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 66.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-3-9 {
        margin: 0;
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 66.6666666667%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-4-9 {
        margin: 0;
        width: 33.3333333333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-10 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 75%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-10 {
        margin: 0;
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 75%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-3-10 {
        margin: 0;
        width: 25%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-11 {
        margin: 0;
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 83.3333333333%;
        clear: none;
        padding-right: 24px
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-2-11 {
        margin: 0;
        width: 16.6666666667%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-1-12 {
        margin: 0;
        width: 8.3333333333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .desktop--span-centered-1 {
        width: 8.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 45.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-2 {
        width: 16.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 41.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-3 {
        width: 25%;
        float: left;
        margin-right: -100%;
        margin-left: 37.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-4 {
        width: 33.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 33.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-5 {
        width: 41.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 29.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-6 {
        width: 50%;
        float: left;
        margin-right: -100%;
        margin-left: 25%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-7 {
        width: 58.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 20.8333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-8 {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 16.6666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-9 {
        width: 75%;
        float: left;
        margin-right: -100%;
        margin-left: 12.5%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-10 {
        width: 83.3333333333%;
        float: left;
        margin-right: -100%;
        margin-left: 8.3333333333%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-11 {
        width: 91.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 4.1666666667%;
        clear: both;
        padding-right: 24px
    }
    .desktop--span-centered-12 {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0
    }
    .desktop--span-full {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        padding-right: 0;
        float: left
    }
    .desktop--span-half-1 {
        width: 50%;
        float: left;
        margin-right: -100%;
        clear: none;
        padding-right: 24px;
        clear: left
    }
    .desktop--span-half-2 {
        width: 50%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0
    }
    .floating-container::after {
        clear: both;
        content: "";
        display: table
    }
    .desktop--float-1 {
        float: left;
        width: 8.3333333333%;
        padding-right: 1.5rem
    }
    .desktop--float-2 {
        float: left;
        width: 16.6666666667%;
        padding-right: 1.5rem
    }
    .desktop--float-3,
    .desktop--float-fourth {
        float: left;
        width: 25%;
        padding-right: 1.5rem
    }
    .desktop--float-4,
    .desktop--float-third {
        float: left;
        width: 33.3333333333%;
        padding-right: 1.5rem
    }
    .desktop--float-5 {
        float: left;
        width: 41.6666666667%;
        padding-right: 1.5rem
    }
    .desktop--float-6,
    .desktop--float-half {
        float: left;
        width: 50%;
        padding-right: 1.5rem
    }
    .desktop--float-7 {
        float: left;
        width: 58.3333333333%;
        padding-right: 1.5rem
    }
    .desktop--float-8 {
        float: left;
        width: 66.6666666667%;
        padding-right: 1.5rem
    }
    .desktop--float-9 {
        float: left;
        width: 75%;
        padding-right: 1.5rem
    }
    .desktop--float-10 {
        float: left;
        width: 83.3333333333%;
        padding-right: 1.5rem
    }
    .desktop--float-11 {
        float: left;
        width: 91.6666666667%;
        padding-right: 1.5rem
    }
    .desktop--float-12,
    .desktop--float-full {
        float: left;
        width: 100%;
        padding-right: 1.5rem
    }
}

.fadein {
    animation: fadein .5s ease 1 normal 0s;
    animation-fill-mode: forwards
}

.fadeout {
    animation: fadeout .5s ease 1 normal 0s;
    animation-fill-mode: forwards
}

.pointer {
    cursor: pointer
}

.show-print {
    display: none
}

.readable-content {
    max-width: 45rem
}

.not-visible {
    visibility: hidden
}

.no-overflow {
    overflow: hidden
}

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

.clear::after,
.row::after {
    clear: both;
    content: "";
    display: table
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.tablet-up {
    display: none
}

@media (min-width: 40em) {
    .tablet-up {
        display: inline-block
    }
}

.desktop-up {
    display: none
}

@media (min-width: 60em) {
    .desktop-up {
        display: inline-block
    }
}

.inline {
    display: inline
}

.extra-pad-top {
    padding-top: 1.5rem
}

.extra-pad-right {
    padding-right: 1.5rem
}

.extra-pad-bottom {
    padding-bottom: 1.5rem
}

.extra-pad-left {
    padding-left: 1.5rem
}

.list-inline {
    margin: 0rem 0rem 0rem -.3125rem;
    list-style: none
}

.list-inline li {
    padding: 0rem .3125rem;
    text-align: center;
    display: inline-block;
    margin: 0
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-unstyled li {
    list-style: none
}

.no-spacer {
    margin: 0
}

.spacer-t-s {
    margin-top: 1.5rem
}

.spacer-t {
    margin-top: 3rem
}

.spacer-t-l {
    margin-top: 6rem
}

.no-spacer-t {
    margin-top: 0
}

.spacer-r-s {
    margin-right: 1.5rem
}

.spacer-r {
    margin-right: 3rem
}

.spacer-r-l {
    margin-right: 6rem
}

.no-spacer-r {
    margin-right: 0
}

.spacer-b-s {
    margin-bottom: 1.5rem
}

.spacer-b {
    margin-bottom: 3rem
}

.spacer-b-l {
    margin-bottom: 6rem
}

.no-spacer-b {
    margin-bottom: 0
}

.spacer-l-s {
    margin-left: 1.5rem
}

.spacer-l {
    margin-left: 3rem
}

.spacer-l-l {
    margin-left: 6rem
}

.no-spacer-l {
    margin-left: 0
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes chatbox-blink {
    50% {
        background-color: #009dc9
    }
    100% {
        background-color: #303133
    }
}

@-moz-keyframes chatbox-blink {
    50% {
        background-color: #009dc9
    }
    100% {
        background-color: #303133
    }
}

@keyframes chatbox-blink {
    50% {
        background-color: #009dc9
    }
    100% {
        background-color: #303133
    }
}

@-webkit-keyframes chat-blink {
    50% {
        color: #fff
    }
    100% {
        color: #009dc9
    }
}

@-moz-keyframes chat-blink {
    50% {
        color: #fff
    }
    100% {
        color: #009dc9
    }
}

@keyframes chat-blink {
    50% {
        color: #fff
    }
    100% {
        color: #009dc9
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinreverse {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes spinreverse {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(-360deg)
    }
}

@keyframes spinreverse {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes searchSlideIn {
    from {
        -webkit-transform: translate(3.125rem, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes searchSlideIn {
    from {
        -moz-transform: translate(3.125rem, 0);
        opacity: 0
    }
    to {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes searchSlideIn {
    from {
        -webkit-transform: translate(3.125rem, 0);
        -moz-transform: translate(3.125rem, 0);
        -ms-transform: translate(3.125rem, 0);
        -o-transform: translate(3.125rem, 0);
        transform: translate(3.125rem, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes searchSlideOut {
    from {
        -webkit-transform: translate(0, 0)
    }
    to {
        -webkit-transform: translate(0, -4.375rem)
    }
}

@-moz-keyframes searchSlideOut {
    from {
        -moz-transform: translate(0, 0)
    }
    to {
        -moz-transform: translate(0, -4.375rem)
    }
}

@keyframes searchSlideOut {
    from {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    to {
        -webkit-transform: translate(0, -4.375rem);
        -moz-transform: translate(0, -4.375rem);
        -ms-transform: translate(0, -4.375rem);
        -o-transform: translate(0, -4.375rem);
        transform: translate(0, -4.375rem)
    }
}

@-webkit-keyframes slideLoadingIn {
    from {
        -webkit-transform: translate(0, -1.5625rem);
        opacity: 0
    }
    to {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes slideLoadingIn {
    from {
        -moz-transform: translate(0, -1.5625rem);
        opacity: 0
    }
    to {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes slideLoadingIn {
    from {
        -webkit-transform: translate(0, -1.5625rem);
        -moz-transform: translate(0, -1.5625rem);
        -ms-transform: translate(0, -1.5625rem);
        -o-transform: translate(0, -1.5625rem);
        transform: translate(0, -1.5625rem);
        opacity: 0
    }
    to {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes slideLoadingOut {
    from {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate(0, 1.5625rem);
        opacity: 0
    }
}

@-moz-keyframes slideLoadingOut {
    from {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
    to {
        -moz-transform: translate(0, 1.5625rem);
        opacity: 0
    }
}

@keyframes slideLoadingOut {
    from {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate(0, 1.5625rem);
        -moz-transform: translate(0, 1.5625rem);
        -ms-transform: translate(0, 1.5625rem);
        -o-transform: translate(0, 1.5625rem);
        transform: translate(0, 1.5625rem);
        opacity: 0
    }
}

@-webkit-keyframes feedbackSlideDown {
    from {
        height: 0;
        opacity: 0
    }
    to {
        height: auto;
        opacity: 1
    }
}

@-moz-keyframes feedbackSlideDown {
    from {
        height: 0;
        opacity: 0
    }
    to {
        height: auto;
        opacity: 1
    }
}

@keyframes feedbackSlideDown {
    from {
        height: 0;
        opacity: 0
    }
    to {
        height: auto;
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes zoomIn {
    from {
        -moz-transform: scale(1.1)
    }
    to {
        -moz-transform: scale(1)
    }
}

@keyframes zoomIn {
    from {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slideInFromBottom {
    from {
        bottom: -100%
    }
    to {
        bottom: 0
    }
}

@-moz-keyframes slideInFromBottom {
    from {
        bottom: -100%
    }
    to {
        bottom: 0
    }
}

@keyframes slideInFromBottom {
    from {
        bottom: -100%
    }
    to {
        bottom: 0
    }
}

@keyframes slideInFromLeft {
    from {
        left: -100%
    }
    to {
        left: 0
    }
}

@-webkit-keyframes slideDown {
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}

@keyframes slideUp {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}

@keyframes mover {
    from {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.text-bold {
    font-weight: 600
}

.text-italic {
    font-style: italic
}

.text-underline {
    text-decoration: underline
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate.no-wrap {
    white-space: normal
}

.preserved-whitespace {
    white-space: pre
}

fieldset legend {
    font-family: "Sun Regular", "Helvetica Neue", Helvetica, Arial, Georgia, Sans-serif;
    font-weight: 700;
    text-transform: uppercase
}
	

	@media print {
     .hide-print{
        display:none !important;
    }
    .list-unstyled{
        margin:0;
        padding:0;
        list-style:none;
        padding:0
    }
    .list-unstyled li{
        list-style:none
    }
    @page{
        margin:1.8cm
    }
    html{
        font-family:"Sun Regular","Helvetica Neue",Helvetica,Arial,Georgia,Sans-serif
    }
    body{
        color:#000;
        background-color:#fff
    }
    h2,h3{
        page-break-after:avoid
    }
    ul,img{
        page-break-inside:avoid
    }
    img{
        max-width:100% !important
    }
    a{
        word-wrap:break-word
    }
    a:after{
        //content:"(http://www.antwerpen.be/" attr(href) ")"
    }
    a[href^="http://"]:after,a[href^="https://"]:after{
        //content:"(" attr(href) ")"
    }
    a[href^="#"]:after{
        //display:none
    }
    ul,ol{
        font-size:1.2rem ;
        line-height:1.1666666667em;
        margin:0 0 0 1.5rem;
        padding:0
    }
    ul li,ol li{
        margin:.25rem 0rem .375rem 
    }
    ul li>a,ol li>a{
        text-decoration:none;
        width:100%
    }
    ol{
        list-style:decimal
    }
    ol>ol{
        list-style:lower-alpha
    }
    dl{
        margin:0 0 1.5rem
    }
    dl dt{
        font-weight:bold
    }
    table{
        font-size:1.2rem ;
        line-height:1.1666666667em;
        margin:0 0 1.5rem
    }
    table th{
        padding:.1875rem .3125rem .1875rem 0rem ;
        text-transform:uppercase;
        border-bottom:1px solid #BABABA
    }
    table td{
        padding:.1875rem .3125rem .1875rem 0rem ;
        vertical-align:top
    }
    table td b{
        display:block
    }
    h1,h2,h3,h4,h5,h6{
        font-family:"Sun Regular","Helvetica Neue",Helvetica,Arial,Georgia,Sans-serif;
        margin:0;
        font-weight:300
    }
    h1,.h1{
        font-size:2.985984rem ;
        line-height:1.1721429184em;
        margin-top:.75rem;
        margin-bottom:1rem;
        padding-top:0;
        padding-bottom:0
    }
    h2,.h2{
        font-size:2.48832rem ;
        line-height:1.0971257716em;
        margin-top:.5rem;
        margin-bottom:1rem;
        padding-top:0;
        padding-bottom:0
    }
    h3,.h3{
        font-size:2.0736rem ;
        line-height:1.1140046296em;
        margin-top:.5rem;
        margin-bottom:1rem;
        padding-top:0;
        padding-bottom:0
    }
    h4,.h4{
        font-size:1.728rem ;
        line-height:1.09375em;
        margin-top:.5rem;
        margin-bottom:1rem;
        padding-top:0;
        padding-bottom:0
    }
    h5,.h5{
        font-size:1.44rem ;
        line-height:1.3125em;
        margin-top:.5rem;
        margin-bottom:1rem;
        padding-top:0;
        padding-bottom:0
    }
    h6,.h6{
        font-size:1.2rem ;
        line-height:1.1666666667em;
        margin-top:.5rem;
        margin-bottom:1rem;
        padding-top:0;
        padding-bottom:0
    }
    p{
        font-size:1.2rem ;
        line-height:1.1666666667em;
        margin:0
    }
}

	

	.geocoder-control-input{position:absolute;left:0;top:0;background-color:white;background-repeat:no-repeat;background-image:url("img/search.png");background-size:26px;border:none;padding:0;text-indent:6px;font-size:13px;line-height:normal;height:auto;padding-top:5px;padding-bottom:5px;width:100%;background-position:right center;cursor:pointer;box-sizing:border-box}.geocoder-control-input-disabled{background-color:#f4f4f4;background-image:url("img/search-disabled.png")}.geocoder-control{width:26px;height:26px;-webkit-transition:width .175s ease-in;-moz-transition:width .175s ease-in;-ms-transition:width .175s ease-in;-o-transition:width .175s ease-in;transition:width .175s ease-in}.geocoder-control-expanded,.leaflet-touch .geocoder-control-expanded{width:275px}.geocoder-control-input.geocoder-control-loading{background-image:url("img/loading.gif");background-size:26px}@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){.geocoder-control-input{background-image:url("img/search@2x.png")}.geocoder-control-input-disabled{background-image:url("img/search@2x-disabled.png")}.geocoder-control-input.geocoder-control-loading{background-image:url("img/loading@2x.gif")}}.geocoder-control-input:focus{outline:none;cursor:text}.geocoder-control-input::-ms-clear{display:none}.geocoder-control-suggestions{width:100%;position:absolute;top:26px;left:0;margin-top:10px;overflow:auto;display:none}.geocoder-control-list+.geocoder-control-header{border-top:1px solid #d5d5d5}.geocoder-control-header{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#444;background:#F2F2F2;border-bottom:1px solid #d5d5d5;display:block;padding:.5em}.geocoder-control-list{list-style:none;margin:0;padding:0}.geocoder-control-suggestions .geocoder-control-suggestion{font-size:13px;padding:7px;background:white;border-top:1px solid #f1f1f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.geocoder-control-suggestions .geocoder-control-suggestion:first-child{border:none}.geocoder-control-suggestions .geocoder-control-suggestion.geocoder-control-selected,.geocoder-control-suggestions .geocoder-control-suggestion:hover{background:#7FDFFF;border-color:#7FDFFF}.leaflet-right .geocoder-control-suggestions{left:auto;right:0}.leaflet-right .geocoder-control-input{left:auto;right:0}.leaflet-touch .geocoder-control{width:30px;height:30px}.leaflet-touch .geocoder-control.geocoder-control-expanded{width:275px}.leaflet-touch .geocoder-control-input{height:30px;line-height:30px;background-size:30px}.leaflet-touch .geocoder-control-suggestions{top:30px}.leaflet-oldie .geocoder-control-input{width:28px;height:28px}.leaflet-oldie .geocoder-control-expanded .geocoder-control-input{width:auto}.leaflet-oldie .geocoder-control-input,.leaflet-oldie .geocoder-control-suggestions{border:1px solid #999}

	

	.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

	

	
	

	/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-pane canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	}
.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
	

	/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
	display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	font-family: sans-serif; /* 3 */
	line-height: 1.5; /* 3 */
	-ms-text-size-adjust: 100%; /* 4 */
	-webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */

/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */

hr {
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */

abbr[title] {
	border-bottom: 1px dotted; /* 1 */
	text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */

small {
	font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */

sub,
sup {
	font-size: 83.3333%; /* 1 */
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */

a:hover {
	outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */

/*
 * Remove border spacing in all browsers (opinionated).
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */

/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
	background-color: transparent; /* 1 */
	border-style: none; /* 1 */
	color: inherit; /* 1 */
	font-size: 1em; /* 1 */
	margin: 0; /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 2 */
	white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[hidden][aria-hidden="false"] {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}
	

	/**
 * 	MAIN FILE -----------------------------------------
 *	This is the main entry file for all scss imports
 */
.fr-debug {
  background: #FFFFE0;
  border: 1px solid #DAA520;
  color: #B48000;
  margin: 1.5rem 0; }
  .fr-debug::after {
    clear: both;
    content: "";
    display: table; }

.fr-debug-head {
  background: rgba(218, 165, 32, 0.2);
  cursor: pointer;
  padding: 0.75rem;
  user-select: none; }

.fr-debug-close {
  display: block;
  float: right;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0 0.375rem; }
  .fr-debug-close:hover {
    background: #B48000;
    border-radius: 0.75rem;
    color: #F5F5F5; }

.fr-debug-body {
  padding: 0 0.75rem 0.75rem; }
  .fr-debug-body ul {
    padding-left: 1.5rem; }
  .fr-debug-body li {
    font-weight: bold;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0.1875rem; }
    .fr-debug-body li:before {
      content: "+";
      margin-left: -1.5rem;
      position: absolute; }
  .fr-debug-body span {
    display: inline-block;
    font-weight: normal;
    width: 40%; }
  .fr-debug-body pre {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #DAA520;
    color: #B48000;
    padding: 0.375rem; }
  .fr-debug-body .col {
    float: left;
    margin-top: 1.5rem;
    width: 100%; }
    @media screen and (min-width: 60em) {
      .fr-debug-body .col {
        width: 50%; } }
  .fr-debug-body .clear {
    clear: both; }

.fr-form-step-title {
  font-size: 33.1776px ;
  font-size: 2.0736rem ;
  line-height: 1.1140046296em;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0; }

.fr-form-step-subtitle {
  font-size: 23.04px ;
  font-size: 1.44rem ;
  line-height: 1.3125em;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0; }

.fr-form-step--recap .fr-form-title,
.fr-form-step--recap .fr-form-step-title,
.fr-form-step--recap .fr-form-step-subtitle {
  display: none; }

.fr-form-section {
  margin: .5rem 0 3rem;
  padding: 0.75rem 0; }

/*.fr-form-section-header {
  margin: -1.5rem 0 0;
  border-bottom: 1px solid #BABABA;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }*/
  .fr-form-section-header button.small.button {
    margin: 0; }

.fr-form-section-title {
  display: inline-block; }
  .fr-form-section-title h2 {
    margin-bottom: 0; }

.fr-form-section-header-actions {
  display: flex;
  align-items: center; }
  .fr-form-section-header-actions .fr-form-section-header-edit {
    margin: 0 0.75rem; }
    .fr-form-section-header-actions .fr-form-section-header-edit button {
      white-space: nowrap; }
  .fr-form-section-header-actions .fr-form-section-header-toggle button {
    overflow: visible; }
  .fr-form-section-header-actions .fr-form-section-header-toggle .fa {
    background: #F4F8F6;
    color: #282020;
    transition: transform 200ms ease-out;
    font-size: 0.75rem;
    text-align: center; }
  .fr-form-section-header-actions .fr-form-section-header-toggle:hover .fa {
    background: #475B53;
    color: #FFF;
    transform: scale(1.35) translateX(-3px); }

.fr-form-section-dropdown-arrow {
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  font-size: 0.75rem;
  text-align: center;
  padding: .83em .94em;
  background: #F4F8F6;
  text-align: center; }
  .fr-form-section-dropdown-arrow:hover {
    background: #475B53;
    color: #FFF;
    -webkit-transform: scale(1.35) translateX(-3px);
    -ms-transform: scale(1.35) translateX(-3px);
    transform: scale(1.35) translateX(-3px); }

.fr-form-section-toggle-edit-mode {
  background: #F18A00;
  line-height: 2.2rem;
  padding: 0 .8rem;
  margin: 0 1rem;
  min-width: 7.5rem; }
  .fr-form-section-toggle-edit-mode a {
    color: #FFF;
    text-decoration: none; }
  .fr-form-section-toggle-edit-mode .fa-pencil {
    font-size: 1rem;
    margin-right: 0.5rem; }

.fr-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #E5E5E6;
  display: flex;
  margin-bottom: 1.5rem;
  overflow: hidden; }
  .fr-steps li {
    list-style: none; }
  .fr-steps .fr-step {
    border-left: 1px solid #BABABA;
    flex: 1 1 auto;
    line-height: 1.5rem;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    padding: 0.75rem;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 10; }
    @media (min-width: 40em) {
      .fr-steps .fr-step {
        text-align: left; } }
    .fr-steps .fr-step:first-child {
      border-left: none; }
    .fr-steps .fr-step.active {
      background: #475B53;
      color: #FFF; }
  .fr-steps .fr-step-label {
    display: none; }
    @media (min-width: 40em) {
      .fr-steps .fr-step-label {
        display: inline; } }
  .fr-steps .fr-step-no-title {
    text-align: center; }


	

	@respond-to ("tablet") {}.a-datepicker {
  margin-bottom: 20px ;
  margin-bottom: 1.25rem ;
  position: absolute;
  right: 0;
  z-index: 999;
  box-shadow: 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.1); }
  .a-datepicker ul {
    margin: 0;
    padding: 0; }
  .a-datepicker li {
    margin: 0;
    list-style: none; }
  .a-datepicker table {
    background: #FFF;
    text-align: center;
    border-bottom: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
    border-right: 1px solid #BABABA;
    margin: 0;
    padding: 0; }
    .a-datepicker table caption {
      background: #475B53;
      border-radius: 0 0 0 0;
      color: #FFF;
      height: 3rem;
      line-height: 3rem;
      position: relative; }
      .a-datepicker table caption .month {
        font-size: 19.2px ;
        font-size: 1.2rem ;
        line-height: 1.1666666667em;
        font-weight: 700; }
      .a-datepicker table caption a {
        color: #FFF;
        display: block;
        position: absolute;
        top: 0;
        line-height: 3rem;
        height: 3rem;
        width: 3rem; }
        .a-datepicker table caption a:hover, .a-datepicker table caption a:focus {
          background: #005090; }
        .a-datepicker table caption a.next {
          right: 0; }
        .a-datepicker table caption a.prev {
          left: 0; }
    .a-datepicker table tr:nth-child(odd) {
      background: none; }
    .a-datepicker table td {
      padding: .5em 0;
      background: #FFF; }
      .a-datepicker table td a {
        min-width: 32.7px ;
        min-width: 2.04375rem ;
        border: 1px solid transparent;
        display: inline-block;
        padding: .1em .4em; }
      .a-datepicker table td:hover, .a-datepicker table td:focus {
        background: #E5E5E6; }
      .a-datepicker table td.has-event a,
      .a-datepicker table td.available a {
        color: #1bb87a;
        border: 1px solid #1bb87a; }
      .a-datepicker table td.today.available a {
        font-weight: 700; }
      .a-datepicker table td.selected a {
        border: 1px solid #475B53;
        background: #475B53;
        color: #FFF; }
        .a-datepicker table td.selected a:hover, .a-datepicker table td.selected a:focus {
          background: transparent;
          color: #475B53; }
      .a-datepicker table td.disabled {
        background: transparent; }
        .a-datepicker table td.disabled a {
          color: #90ABBC;
          cursor: default; }
          .a-datepicker table td.disabled a:focus {
            outline: none; }
    .a-datepicker table a {
      color: #282020;
      cursor: pointer; }
      .a-datepicker table a:hover, .a-datepicker table a:focus {
        text-decoration: none; }
  .a-datepicker.boxed {
    padding-bottom: 1.3em; }
    .a-datepicker.boxed table {
      border-left: 0;
      border-right: 0; }
    .a-datepicker.boxed .filter {
      margin-left: 1.5rem; }
  .a-datepicker .legend {
    padding: 0.5rem 0.75rem;
    background: #F4F8F6;
    border: 1px solid #BABABA; }
    .a-datepicker .legend span {
      color: #7C7070; }
      .a-datepicker .legend span:before {
        width: 12px ;
        width: 0.75rem ;
        height: 12px ;
        height: 0.75rem ;
        margin: -2px 5px 0px 0px ;
        margin: -0.125rem 0.3125rem 0rem 0rem ;
        content: "";
        display: inline-block; }
      .a-datepicker .legend span:first-child {
        margin-right: 0.75rem; }
      .a-datepicker .legend span.chosen-date:before {
        background-color: #475B53; }
      .a-datepicker .legend span.available-date:before {
        background: #1bb87a; }

	

	/**
 * CSS main file
 */

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

/*body main {*/
/*	display: flex;*/
/*	flex-flow: row nowrap;*/
/*	min-height: calc(100vh - 9rem);*/
/*}*/
body {
	color: #475B53;
}

body main > div {
	flex: 1;
}
body.kdv footer {
	background-color: #637F74;
	height: 5rem;
}
body.kdv footer .container {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	height: 100%;
	justify-content: flex-end;
	padding: 0 1.5rem;
}

body.kdv {
	padding-top: 4rem;
}
body.kdv main {
	display: flex;
	flex-flow: row nowrap;
	min-height: calc(100vh - 9rem);
	padding: 2.5rem 0 4rem 0;
}

.print_only {
	display: none !important;
}

@media print {
	body {
		padding: 0 !important;
	}
	.print_only {
		display: block !important;
	}
}

button:first-letter {
	text-transform: capitalize;
}

/**
 * FORM fields 
 */
.field {
	padding: .75rem 2rem 0.75rem 1.5rem;
}

/**
 * KAAI
 */
.kaai .kaai-outer-container .beta_logo {
	align-items: center;
	background-color: orange;
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 6rem;
}

/*.spacer {
	padding: 1.5rem;
}*/
.container.small {
	max-width: 60rem;
}

.flex_parent {
	display: flex;
	flex: 1;
}

dl dt {
	font-weight: 600;
	margin-bottom: 0.75rem;
}
dl dd {
	margin-left: 0;
	margin-bottom: 1.5rem;
}
dl.compact dt {
	margin-bottom: 0.375rem;
}
dl.compact dd {
	margin-bottom: 0.75rem;
}

/**
 * Sidebar Container
 */
.sidebar_container {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}
.sidebar_container .page_content {
	margin: 3rem 0;
}
.sidebar_container .sidebar {
	z-index: 1;
}
@media (min-width: 40em) {
	.sidebar_container {
		flex-flow: row nowrap;
	}
	.sidebar_container .sidebar {
		flex: 2;
	}
	.sidebar_container .page_content {
		flex: 5;
		margin: 0 3rem;
	}
	.sidebar_container.right .sidebar {
		order: 2;
	}
	/*.sidebar_container.right .page_content {
		order: 1;
	}*/
}

/**
 * Meta container
 */
.meta_container .meta_item {
	background-color: #F4F8F6;
	border-bottom: 1px solid #bababa;
	padding: 0.75rem;
}
.meta_container .meta_item .entry .title:first-letter {
	text-transform: uppercase;
}
.meta_container .meta_item .entry .title:not(:empty):after {
	content: ":";
}
.meta_container .meta_item .entry p {
	margin: 0;
	padding-bottom: 1rem;
}
.meta_container .meta_item .entry:last-child p {
	padding-bottom: 0;
}

/**
 * Partial bg container
 */
@media (min-width: 40em) {
	.partial_bg_container {
		background: linear-gradient(90deg, #fff 33.33333%, #F4F8F6 66.66667%);
		display: flex;
		flex: 1;
		overflow: hidden;
	}
}

/**
 * Page content container
 */
.container.page_content {
	margin: 0 auto;
	/*width: calc(100% - 3rem);*/
}

@media (max-width: 22.5rem) {
	.container .container {
		padding: 1rem 0;
	}
}

@media (min-width: 40em) {
	.container.page_content {
		margin-left: 3rem;
	}	
}

@media (min-width: 60em) {
	.aos-header-fancy .aos-header__wrapper .right {
		float: right;
		max-width: calc(100% - 10rem);
	}
	.aos-header-fancy .aos-header__wrapper .right h2 {
		max-height: 8rem;
		overflow: hidden;
	}
}

/**
 * Highlight box
 */
div[class*="box-highlight-"].leftpad {
	padding-left: 4rem;
}
div[class*="box-highlight-"].leftpad span {
	position: absolute;
	left: 1.5rem;
}
div[class*="box-highlight-"] .button {
	margin-top: 1.5rem;
}

/**
 * Button 
 */
.button-group {
 	display: flex;
 	flex-flow: row nowrap;
 	margin: 0 0.75rem 0.75rem 0;
}
.button-group .button {
	margin: 0;
}
	

	/* SimpTip v1.0.4
// A simple CSS tooltip made with Sass 
// source: https://github.com/arashmanteghi/simptip/
// ducoment: http://arashm.net/lab/simptip/
// by @ArashManteghi - http://arashm.net */
/********************************* Core ******************************/
[data-tooltip] {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
[data-tooltip]:before, [data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  display: none;
  opacity: 0;
  z-index: 999999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-tooltip]:before {
  content: '';
  border: 6px solid transparent;
}
[data-tooltip]:after {
  height: 22px;
  padding: 11px 11px 0 11px;
  font-size: 13px;
  line-height: 11px;
  content: attr(data-tooltip);
  white-space: nowrap;
}
[data-tooltip].simptip-position-top:before {
  border-top-color: #323232;
}
[data-tooltip].simptip-position-top:after {
  background-color: #323232;
  color: #ecf0f1;
}
[data-tooltip].simptip-position-bottom:before {
  border-bottom-color: #323232;
}
[data-tooltip].simptip-position-bottom:after {
  background-color: #323232;
  color: #ecf0f1;
}
[data-tooltip].simptip-position-left:before {
  border-left-color: #323232;
}
[data-tooltip].simptip-position-left:after {
  background-color: #323232;
  color: #ecf0f1;
}
[data-tooltip].simptip-position-right:before {
  border-right-color: #323232;
}
[data-tooltip].simptip-position-right:after {
  background-color: #323232;
  color: #ecf0f1;
}
[data-tooltip].simptip-position-top.half-arrow:before {
  border-right: 7px solid #323232;
}
[data-tooltip].simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #323232;
}
[data-tooltip]:hover {
  background-color: transparent;
}
[data-tooltip].simptip:hover:before, [data-tooltip].simptip:hover:after {
  opacity: 1;
  visibility: visible;
  display: block;
}

/******************************* Position ****************************/
.simptip-position-right:before, .simptip-position-left:before, .simptip-position-right:after, .simptip-position-left:after {
  bottom: 50%;
}
.simptip-position-right:before, .simptip-position-left:before {
  margin-bottom: -5px;
}
.simptip-position-right:after, .simptip-position-left:after {
  margin-bottom: -14.66667px;
}
.half-arrow.simptip-position-right:before, .half-arrow.simptip-position-left:before {
  bottom: 16px;
  border-style: none;
  border-top: 7px solid transparent;
}
.simptip-multiline.simptip-position-right:before, .simptip-multiline.simptip-position-left:before, .simptip-multiline.simptip-position-right:after, .simptip-multiline.simptip-position-left:after {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  margin-bottom: 0;
}
.simptip-multiline.simptip-position-right:before, .simptip-multiline.simptip-position-left:before {
  margin-bottom: 0;
}
.simptip-multiline.half-arrow.simptip-position-right:before, .simptip-multiline.half-arrow.simptip-position-left:before {
  margin-bottom: -2px;
}

.simptip-position-right:before, .simptip-position-right:after {
  left: 100%;
}
.simptip-position-right:before {
  margin-left: -2px;
}
.simptip-position-right:after {
  margin-left: 10px;
}
.simptip-position-right.simptip-movable:before {
  margin-left: -10px;
}
.simptip-position-right.simptip-movable:after {
  margin-left: 2px;
}
.simptip-position-right.simptip-movable:hover:before, .simptip-position-right.simptip-movable:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.simptip-position-right.simptip-movable.half-arrow:before {
  margin-left: -5px;
}
.simptip-position-right.simptip-movable.simptip-multiline:hover:before, .simptip-position-right.simptip-movable.simptip-multiline:hover:after {
  -webkit-transform: translate(10px, 50%);
  -moz-transform: translate(10px, 50%);
  -ms-transform: translate(10px, 50%);
  -o-transform: translate(10px, 50%);
  transform: translate(10px, 50%);
}
.simptip-position-right.half-arrow:before {
  margin-left: 3px;
  border-right: 7px solid #323232;
}

.simptip-position-left:before, .simptip-position-left:after {
  right: 100%;
}
.simptip-position-left:before {
  margin-right: -2px;
}
.simptip-position-left:after {
  margin-right: 10px;
}
.simptip-position-left.simptip-movable:before {
  margin-right: -10px;
}
.simptip-position-left.simptip-movable:after {
  margin-right: 2px;
}
.simptip-position-left.simptip-movable:hover:before, .simptip-position-left.simptip-movable:hover:after {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.simptip-position-left.simptip-movable.half-arrow:before {
  margin-right: -5px;
}
.simptip-position-left.simptip-movable.simptip-multiline:hover:before, .simptip-position-left.simptip-movable.simptip-multiline:hover:after {
  -webkit-transform: translate(-10px, 50%);
  -moz-transform: translate(-10px, 50%);
  -ms-transform: translate(-10px, 50%);
  -o-transform: translate(-10px, 50%);
  transform: translate(-10px, 50%);
}
.simptip-position-left.half-arrow:before {
  margin-right: 3px;
  border-left: 7px solid #323232;
}

.simptip-position-bottom:before, .simptip-position-top:before, .simptip-position-bottom:after, .simptip-position-top:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.simptip-position-bottom:after, .simptip-position-top:after {
  width: auto;
}
.half-arrow.simptip-position-bottom:before, .half-arrow.simptip-position-top:before {
  border-style: none;
  border-right: 7px solid #323232;
}

.simptip-position-bottom:before, .simptip-position-bottom:after {
  top: 100%;
}
.simptip-position-bottom:before {
  margin-top: -5px;
}
.simptip-position-bottom:after {
  margin-top: 7px;
}
.simptip-position-bottom:hover:before, .simptip-position-bottom:hover:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.simptip-position-bottom.simptip-movable:before {
  margin-top: -15px;
}
.simptip-position-bottom.simptip-movable:after {
  margin-top: -3px;
}
.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}
.simptip-position-bottom.simptip-movable.half-arrow:before {
  margin-top: -10px;
}
.simptip-position-bottom.half-arrow:before {
  margin-top: 0;
  border-top: 7px solid transparent;
}

.simptip-position-top:before, .simptip-position-top:after {
  bottom: 100%;
}
.simptip-position-top:before {
  margin-bottom: -5px;
}
.simptip-position-top:after {
  margin-bottom: 7px;
}
.simptip-position-top:hover:before, .simptip-position-top:hover:after {
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.simptip-position-top.simptip-movable:before {
  margin-bottom: -15px;
}
.simptip-position-top.simptip-movable:after {
  margin-bottom: -3px;
}
.simptip-position-top.simptip-movable:hover:before, .simptip-position-top.simptip-movable:hover:after {
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  -o-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
.simptip-position-top.simptip-movable.half-arrow:before {
  margin-bottom: -10px;
}
.simptip-position-top.half-arrow:before {
  margin-bottom: 0;
  border-bottom: 7px solid transparent;
}

/******************************* Features ****************************/
.simptip-movable:before, .simptip-movable:after {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.simptip-smooth:after {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.simptip-fade:before, .simptip-fade:after {
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.simptip-multiline:after {
  height: auto;
  width: 150px;
  padding: 11px;
  line-height: 19px;
  white-space: normal;
  text-align: left;
}

/**************************** Diverse Colors *************************/
.simptip-success.simptip-position-top:before {
  border-top-color: #62c462;
}
.simptip-success.simptip-position-top:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-bottom:before {
  border-bottom-color: #62c462;
}
.simptip-success.simptip-position-bottom:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-left:before {
  border-left-color: #62c462;
}
.simptip-success.simptip-position-left:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-right:before {
  border-right-color: #62c462;
}
.simptip-success.simptip-position-right:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-top.half-arrow:before {
  border-right: 7px solid #62c462;
}
.simptip-success.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #62c462;
}

.simptip-info.simptip-position-top:before {
  border-top-color: #5bc0de;
}
.simptip-info.simptip-position-top:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-bottom:before {
  border-bottom-color: #5bc0de;
}
.simptip-info.simptip-position-bottom:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-left:before {
  border-left-color: #5bc0de;
}
.simptip-info.simptip-position-left:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-right:before {
  border-right-color: #5bc0de;
}
.simptip-info.simptip-position-right:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-top.half-arrow:before {
  border-right: 7px solid #5bc0de;
}
.simptip-info.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #5bc0de;
}

.simptip-danger.simptip-position-top:before {
  border-top-color: #e74c3c;
}
.simptip-danger.simptip-position-top:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-bottom:before {
  border-bottom-color: #e74c3c;
}
.simptip-danger.simptip-position-bottom:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-left:before {
  border-left-color: #e74c3c;
}
.simptip-danger.simptip-position-left:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-right:before {
  border-right-color: #e74c3c;
}
.simptip-danger.simptip-position-right:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e74c3c;
}
.simptip-danger.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e74c3c;
}

.simptip-warning.simptip-position-top:before {
  border-top-color: #e67e22;
}
.simptip-warning.simptip-position-top:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-bottom:before {
  border-bottom-color: #e67e22;
}
.simptip-warning.simptip-position-bottom:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-left:before {
  border-left-color: #e67e22;
}
.simptip-warning.simptip-position-left:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-right:before {
  border-right-color: #e67e22;
}
.simptip-warning.simptip-position-right:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e67e22;
}
.simptip-warning.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e67e22;
}
	

	
h1.section-label,
h2.section-label,
h3.section-label,
h4.section-label,
h5.section-label,
h6.section-label {
    color: #CF0039;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
    color: #475B53;
}
p.strong {
    font-weight: 600;
}
#feed-container::after {
    clear: both;
    content: "";
    display: table
}
#feed-container .feed-transcluded {
    position: relative;
    z-index: 2000
}
.feed-item,
.feed-stamp {
    padding-left: 24px;
    width: 100%
}
@media (min-width: 40em) {
    .feed-item,
    .feed-stamp {
        width: 50%
    }
}
@media (min-width: 60em) {
    .feed-item,
    .feed-stamp {
        width: 33.33333%
    }
}
@media (min-width: 40em) {
    .feed-item.view-mode-teaser-feed-highlight,
    .feed-stamp.view-mode-teaser-feed-highlight {
        padding-left: 24px;
        width: 100%
    }
}
.feed-stamp {
    margin-bottom: .625rem
}
@media (min-width: 40em) {
    .feed-stamp {
        margin-bottom: 1.25rem
    }
}
@media (min-width: 40em) {
    .feed-two-cols .feed-item,
    .feed-two-cols .feed-stamp {
        width: 100%
    }
}
@media (min-width: 60em) {
    .feed-two-cols .feed-item,
    .feed-two-cols .feed-stamp {
        width: 50%
    }
}
/*.icon-list {*/
/*    clear: both;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    background: #F4F8F6*/
/*}*/
.icon-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #BABABA;
    padding: 1.15rem 1.15rem 1.15rem 3.8rem;
    position: relative
}
.icon-list li li {
    list-style: none
}
.icon-list li p {
    font-size: 1rem;
    line-height: 1.33em;
    margin-top: .01rem;
    margin-bottom: .01rem;
    padding-top: .1rem;
    padding-bottom: .1rem
}
.icon-list li p.event-date {
    font-weight: 700;
    color: #475B53
}
.icon-list li>.fa {
    font-size: 1.375rem;
    color: #7C7070;
    left: 0;
    position: absolute;
    text-align: center;
    width: 3rem
}
.icon-list li:before {
    background: #E5E5E6;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3rem
}
.icon-list li:last-child {
    border-bottom: 1px solid #BABABA
}
.aos-icon-nav {
    padding: 1.5rem
}
@media (min-width: 60em) {
    .aos-icon-nav {
        margin-top: -3.25rem;
        max-width: 80em;
        padding: 0 3rem;
        position: relative;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
    .aos-icon-nav li a:after {
        content: none
    }
    .aos-icon-nav b {
        width: 5.25rem;
        height: 5.25rem;
        background: #fff;
        display: block;
        margin: 0 auto;
        position: relative
    }
    .aos-icon-nav b:before,
    .aos-icon-nav b:after {
        bottom: 1.25rem
    }
    .aos-icon-nav b:after {
        left: -.375rem;
        width: 6rem;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        border-top: 15px solid rgba(0, 0, 0, 0.2);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        z-index: -1
    }
}
.aos-icon-nav ul {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media (min-width: 60em) {
    .aos-icon-nav ul {
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.aos-icon-nav li {
    width: 100%;
    position: relative;
    list-style: none
}
@media (min-width: 30em) {
    .aos-icon-nav li {
        width: 50%
    }
}
@media (min-width: 60em) {
    .aos-icon-nav li {
        max-width: 8.75rem;
        text-align: center;
        width: 100%
    }
}
@media (min-width: 30em) {
    .aos-icon-nav li:nth-child(odd) {
        margin-right: 1.5rem;
        width: calc(50% - 24px)
    }
}
@media (min-width: 60em) {
    .aos-icon-nav li:nth-child(odd) {
        margin-right: 0
    }
}
.aos-icon-nav a {
    padding-left: 4.0625rem;
    display: block;
    min-height: 3rem;
    border-bottom: 1px solid #BABABA
}
@media (min-width: 60em) {
    .aos-icon-nav a {
        padding: 0;
        border-bottom: 0
    }
    .aos-icon-nav a:hover,
    .aos-icon-nav a:focus {
        text-decoration: none
    }
    .aos-icon-nav a:hover h6,
    .aos-icon-nav a:focus h6 {
        color: #475B53
    }
    .aos-icon-nav a:hover b.color-blue,
    .aos-icon-nav a:focus b.color-blue {
        color: #003f72
    }
    .aos-icon-nav a:hover b.color-green,
    .aos-icon-nav a:focus b.color-green {
        color: #326f1e
    }
    .aos-icon-nav a:hover b.color-orange,
    .aos-icon-nav a:focus b.color-orange {
        color: #af6400
    }
    .aos-icon-nav a:hover b.color-pink,
    .aos-icon-nav a:focus b.color-pink {
        color: #b91969
    }
    .aos-icon-nav a:hover b.color-red,
    .aos-icon-nav a:focus b.color-red {
        color: #8d0027
    }
    .aos-icon-nav a:hover b.color-gray,
    .aos-icon-nav a:focus b.color-gray {
        color: #595151
    }
    .aos-icon-nav a:hover b.color-greenblue,
    .aos-icon-nav a:focus b.color-greenblue {
        color: #005548
    }
}
.aos-icon-nav a:hover,
.aos-icon-nav a:focus {
    color: inherit
}
.aos-icon-nav span {
    font-size: 3.4375rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: inherit
}
@media (min-width: 60em) {
    .aos-icon-nav span {
        font-size: 4.375rem;
        position: relative
    }
}
.aos-icon-nav h6 {
    font-size: .875rem;
    line-height: 3rem;
    display: inline;
    color: #282020;
    margin: 0 auto 1.25rem
}
@media (min-width: 60em) {
    .aos-icon-nav h6 {
        font-size: 1.0625rem;
        line-height: 2rem;
        display: block
    }
}
.nav-secondary {
    border-bottom: 1px solid #ebebeb;
    position: relative
}
.nav-secondary::after {
    clear: both;
    content: "";
    display: table
}
.nav-secondary a {
    top: .0625rem;
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
    padding: 1.5rem;
    color: #474747;
    background: #ebebeb;
    border-left: 1px solid #ccc
}
.nav-secondary a:first-child,
.nav-secondary a.active+a {
    border: 0
}
.nav-secondary a.active {
    color: #F18A00;
    background: #fff;
    border: 0
}
.nav-secondary span {
    display: none
}
@media (min-width: 40em) {
    .nav-secondary span {
        padding-left: .625rem;
        display: inline
    }
}
.notification-highlight,
.notification-highlight-info,
.notification-highlight-eID,
.notification-highlight-warning,
.notification-highlight-error,
.notification-highlight-success {
    margin: 0rem 0rem .9375rem 0rem;
    border-bottom: 1px solid;
    padding: 1.5rem;
    position: relative
}
@media (min-width: 40em) {
    .notification-highlight,
    .notification-highlight-info,
    .notification-highlight-eID,
    .notification-highlight-warning,
    .notification-highlight-error,
    .notification-highlight-success {
        padding: 2.675rem 1.5rem 2.675rem 6.75rem
    }
}
@media (min-width: 60em) {
    .notification-highlight,
    .notification-highlight-info,
    .notification-highlight-eID,
    .notification-highlight-warning,
    .notification-highlight-error,
    .notification-highlight-success {
        margin: 0rem 0rem .9375rem 0rem
    }
}
.notification-highlight .notification-highlight-content,
.notification-highlight-info .notification-highlight-content,
.notification-highlight-eID .notification-highlight-content,
.notification-highlight-warning .notification-highlight-content,
.notification-highlight-error .notification-highlight-content,
.notification-highlight-success .notification-highlight-content {
    padding-bottom: 0;
    display: inline-block
}
.notification-highlight .notification-highlight-actions,
.notification-highlight-info .notification-highlight-actions,
.notification-highlight-eID .notification-highlight-actions,
.notification-highlight-warning .notification-highlight-actions,
.notification-highlight-error .notification-highlight-actions,
.notification-highlight-success .notification-highlight-actions {
    display: inline-block
}
@media (min-width: 40em) {
    .notification-highlight .notification-highlight-actions,
    .notification-highlight-info .notification-highlight-actions,
    .notification-highlight-eID .notification-highlight-actions,
    .notification-highlight-warning .notification-highlight-actions,
    .notification-highlight-error .notification-highlight-actions,
    .notification-highlight-success .notification-highlight-actions {
        display: inline
    }
}
.notification-highlight .notification-highlight-action,
.notification-highlight-info .notification-highlight-action,
.notification-highlight-eID .notification-highlight-action,
.notification-highlight-warning .notification-highlight-action,
.notification-highlight-error .notification-highlight-action,
.notification-highlight-success .notification-highlight-action {
    padding-top: 0;
    display: inline
}
.notification-highlight .notification-highlight-action+.notification-highlight-action,
.notification-highlight-info .notification-highlight-action+.notification-highlight-action,
.notification-highlight-eID .notification-highlight-action+.notification-highlight-action,
.notification-highlight-warning .notification-highlight-action+.notification-highlight-action,
.notification-highlight-error .notification-highlight-action+.notification-highlight-action,
.notification-highlight-success .notification-highlight-action+.notification-highlight-action {
    margin-left: 1.875rem
}
.notification-highlight .notification-highlight-action a,
.notification-highlight-info .notification-highlight-action a,
.notification-highlight-eID .notification-highlight-action a,
.notification-highlight-warning .notification-highlight-action a,
.notification-highlight-error .notification-highlight-action a,
.notification-highlight-success .notification-highlight-action a {
    margin-bottom: 0
}
@media (min-width: 40em) {
    .notification-highlight .notification-highlight-icon,
    .notification-highlight-info .notification-highlight-icon,
    .notification-highlight-eID .notification-highlight-icon,
    .notification-highlight-warning .notification-highlight-icon,
    .notification-highlight-error .notification-highlight-icon,
    .notification-highlight-success .notification-highlight-icon {
        display: block;
        left: 1.5rem;
        top: 1.5rem;
        position: absolute
    }
}
@media screen and (max-width: 639px) {
    .notification-highlight .notification-highlight-icon .notification-highlight-icon,
    .notification-highlight-info .notification-highlight-icon .notification-highlight-icon,
    .notification-highlight-eID .notification-highlight-icon .notification-highlight-icon,
    .notification-highlight-warning .notification-highlight-icon .notification-highlight-icon,
    .notification-highlight-error .notification-highlight-icon .notification-highlight-icon,
    .notification-highlight-success .notification-highlight-icon .notification-highlight-icon {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}
.no-margin.notification-highlight,
.no-margin.notification-highlight-info,
.no-margin.notification-highlight-eID,
.no-margin.notification-highlight-warning,
.no-margin.notification-highlight-error,
.no-margin.notification-highlight-success {
    margin-bottom: 0
}
@media (min-width: 40em) {
    .notification-highlight-eID {
        padding-left: 8.625rem;
        padding-top: 3.6125rem
    }
}
.notification-highlight-info,
.notification-highlight-eID {
    background-color: #b4deff;
    border-bottom-color: #81c7ff
}
.notification-highlight-warning {
    background-color: #fcdf98;
    border-bottom-color: #fac74d
}
.notification-highlight-error {
    background-color: #fef8f7;
    border-bottom-color: #f8cdca
}
.notification-highlight-success {
    background-color: #9fdf89;
    border-bottom-color: #bfeab1
}
@media (min-width: 40em) {
    .main-section.compact:not(.bar-notification)>.close-button {
        top: 3rem
    }
}
.main-section.compact.partial-bg-container,
.main-section.compact.partial-bg-container .inner {
    padding-top: 0;
    padding-bottom: 0
}
@media (min-width: 40em) {
    .partial-bg-container {
        overflow: hidden
    }
}
.partial-bg-container .inner {
    margin-top: .5rem
}
.partial-bg--left .partial-bg:first-child:after,
.partial-bg--right .partial-bg:last-child:after {
    width: 624.9375rem;
    content: "";
    position: absolute;
    top: 0;
    background-color: #F4F8F6;
    height: 100%;
    z-index: -1
}
@media (min-width: 40em) {
    .partial-bg--left .partial-bg:first-child:after,
    .partial-bg--right .partial-bg:last-child:after {
        padding-bottom: 624.9375rem;
        margin-bottom: -624.9375rem
    }
}
.partial-bg {
    position: relative;
    padding: 3rem 0
}
@media (min-width: 40em) {
    .partial-bg--left .partial-bg:first-child {
        padding-right: 3rem
    }
}
.partial-bg--left .partial-bg:first-child:after {
    margin-left: -624.9375rem;
    right: -1.5rem
}
@media (min-width: 40em) {
    .partial-bg--left .partial-bg:first-child:after {
        right: 1.5rem
    }
}
@media (min-width: 40em) {
    .partial-bg--right .partial-bg:last-child {
        padding-left: 1.5rem
    }
}
.partial-bg--right .partial-bg:last-child:after {
    margin-right: -624.9375rem;
    left: -5.25rem
}
@media (min-width: 40em) {
    .partial-bg--right .partial-bg:last-child:after {
        left: 0
    }
}
@media (min-width: 40em) {
    .partial-bg {
        padding-right: 1.5rem
    }
}
.tag-list {
    position: relative
}
.tag-list::after {
    clear: both;
    content: "";
    display: table
}
.tag-list .tag {
    float: left
}
.tag,
.checkbox-tag {
    background: #F4F8F6;
    border-bottom: 1px solid #BABABA;
    display: inline-block;
    color: #282020;
    font-weight: 700;
    height: 3rem;
    line-height: 3rem;
    margin: 0 .75rem .75rem 0;
    padding-right: 1.5rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.tag .fa,
.checkbox-tag .fa {
    line-height: inherit;
    height: inherit;
    position: absolute;
    right: 0;
    width: 3rem;
    text-align: center;
    top: 0;
    cursor: pointer;
    transition: color 250ms ease-out, background-color 250ms ease-out
}
.tag .sort-handle,
.checkbox-tag .sort-handle {
    cursor: move;
    height: inherit;
    padding: 0;
    color: #fff
}
.tag .sort-handle .fa-arrows,
.checkbox-tag .sort-handle .fa-arrows {
    color: #fff
}
.tag .sort-handle .button,
.checkbox-tag .sort-handle .button {
    background-color: #BABABA
}
.tag .sort-handle .button:hover,
.checkbox-tag .sort-handle .button:hover {
    background-color: #475B53
}
.tag span:not(.fa):not(.sort-handle),
.checkbox-tag span:not(.fa):not(.sort-handle) {
    padding: 0 1.5rem
}
.tag:hover,
.tag:focus,
.checkbox-tag:hover,
.checkbox-tag:focus {
    text-decoration: none
}
.tag input[type="text"]:disabled,
.checkbox-tag input[type="text"]:disabled {
    color: #000
}
.tag.light,
.checkbox-tag.light {
    background: #fff
}
.tag.small,
.checkbox-tag.small {
    font-size: 1rem;
    height: 2.25rem;
    line-height: 2.25rem
}
.tag.small .fa,
.checkbox-tag.small .fa {
    line-height: inherit;
    height: inherit;
    width: 2.25rem;
    font-size: 1rem
}
.tag.small input[type="text"],
.checkbox-tag.small input[type="text"] {
    padding: 0 .75rem
}
.tag.new input[type="text"],
.checkbox-tag.new input[type="text"] {
    width: 11.25rem;
    min-width: 11.25rem
}
.tag.new:hover .fa-plus,
.tag.new:focus .fa-plus,
.checkbox-tag.new:hover .fa-plus,
.checkbox-tag.new:focus .fa-plus {
    color: #fff;
    background-color: #1bb87a
}
.tag.sortable .tag__value,
.checkbox-tag.sortable .tag__value {
    padding-left: 0
}
.tag .tag-select:hover,
.tag .tag-select:focus,
.checkbox-tag .tag-select:hover,
.checkbox-tag .tag-select:focus {
    color: #fff;
    background-color: #1bb87a
}
.checkbox-tag {
    top: 2px
}
.checkbox-tag .fa {
    background: #BABABA;
    color: #fff;
    display: inline-block;
    line-height: 3rem;
    margin-top: 0
}
.checkbox-tag.checked .fa {
    background: #1bb87a
}
.checkbox-tag:hover,
.checkbox-tag:focus {
    color: #475B53
}
.tag {
    min-width: 150px;
    max-width: 100%
}
.tag .tag__value {
    box-sizing: content-box;
    border: 0;
    outline: none;
    display: inline;
    background: transparent;
    color: inherit;
    font-style: normal;
    font-family: "sofia-pro", Helvetica, Arial, Georgia, Sans-serif;
    padding-left: .75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    margin: 0;
    min-height: auto;
    vertical-align: top;
    width: 150px;
    min-width: auto;
    height: inherit
}
.tag .fa {
    color: #BABABA;
    float: right
}
.tag .fa-times:hover,
.tag .fa-times:focus {
    color: #fff;
    background-color: #CF0039
}
@media (min-width: 40em) {
    .tag .tag__value {
        padding: .1875rem 1.5rem 0;
        white-space: normal;
        overflow: visible;
        text-overflow: clip
    }
}
.targets {
    margin: 0;
    padding: 0;
    list-style: none
}
.targets li {
    list-style: none
}
.targets::after {
    clear: both;
    content: "";
    display: table
}
.targets .target {
    border-radius: 6.25rem;
    font-size: .75rem;
    line-height: 1.3125rem;
    margin: 0rem 1rem .5rem 0rem;
    padding: 0rem .625rem .0625rem;
    transition: background-color 0 linear;
    background-color: #82B3B6;
    color: #fff;
    display: table;
    float: left;
    font-weight: 700;
    overflow: hidden
}
.targets .target:hover,
.targets .target:active {
    background-color: #5F999C;
    cursor: pointer
}
.targets .target a {
    line-height: 1.3125rem;
    color: #fff;
    display: table-cell;
    text-decoration: none
}
.targets .target .delete,
.targets .target .add {
    line-height: .8125rem;
    margin: .25rem -.375rem 0rem .375rem;
    padding: 0rem .125rem .0625rem .125rem;
    transition: background-color 0.16s linear;
    border-radius: 50%;
    color: #7C7070;
    display: table-cell;
    float: right;
    font-weight: 300;
    text-align: center
}
.targets .target .delete:hover,
.targets .target .delete:active,
.targets .target .add:hover,
.targets .target .add:active {
    background-color: #fff
}
.targets .target.edit {
    overflow: visible
}
.targets .target.edit input[type="text"] {
    line-height: 1.125rem;
    padding: 0rem .25rem 0rem;
    width: 6.25rem;
    border: 0 !important
}
.targets .target.edit:hover,
.targets .target.edit:active {
    background-color: #82B3B6;
    cursor: default
}
.targets .target.edit:hover:before,
.targets .target.edit:active:before {
    border-color: transparent #82B3B6 transparent transparent
}
.view-mode-teaser-feed .meta {
    min-height: 3rem;
    border-top: 1px solid #BABABA;
    border-bottom: 2px solid #e5e5e5
}
.view-mode-teaser-feed .meta::after {
    clear: both;
    content: "";
    display: table
}
.view-mode-teaser-feed .channel-origin {
    float: right;
    color: #282020;
    display: inline-block;
    line-height: 1.5rem
}
.view-mode-teaser-feed .channel-origin span {
    font-weight: 700;
    line-height: 3rem;
    text-decoration: none
}
.view-mode-teaser-feed .channel-origin .channel-thumb {
    width: 3rem;
    height: 3rem;
    float: right;
    display: block;
    margin-right: 0;
    margin-left: .75rem;
    overflow: hidden
}
.view-mode-teaser-feed .channel-origin img {
    transform-origin: center center;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out
}
.view-mode-teaser-feed .channel-origin img:hover,
.view-mode-teaser-feed .channel-origin img a:focus {
    transform: scale(1.3)
}
.view-mode-teaser-feed .channel-origin:hover,
.view-mode-teaser-feed .channel-origin:focus {
    color: #475B53;
    text-decoration: none
}
.view-mode-teaser-feed .content-type {
    padding: .1875rem .25rem .125rem .25rem;
    background-color: #90ABBC;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    float: right;
    text-transform: uppercase
}
.view-mode-teaser-feed .content-type.type-evenement {
    background-color: #C90017
}
.view-mode-teaser-feed .content-type.type-fotoreeks {
    background-color: #39BCC1
}
.view-mode-teaser-feed .actions li {
    width: 1.5rem;
    height: 1.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block;
    float: left;
    text-indent: -9999px
}
.view-mode-teaser-feed .actions li.like {
    background-image: image-url("gui/unlike.svg")
}
.view-mode-teaser-feed .actions li.like:hover {
    background-image: image-url("gui/like.svg")
}
a i.icon-ext-link {
    margin: 0rem 0rem -.125rem .25rem
}
a i.icon-ext-link-white {
    margin: 0rem 0rem -.125rem .25rem
}
a.plus,
.plus {
    font-size: 1rem;
    line-height: 1.4em;
    padding-left: .9375rem;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    text-transform: lowercase
}
a.plus span:before,
.plus span:before {
    transform-origin: center center;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    font-size: 1.25rem;
    height: .625rem;
    width: .625rem;
    top: .25rem;
    color: #282020;
    content: "+";
    display: inline-block;
    font-weight: 700;
    left: 0;
    line-height: 8px;
    position: absolute
}
a.plus:hover,
.plus:hover {
    text-decoration: none
}
a.plus:hover span:before,
.plus:hover span:before {
    transform: rotate(180deg)
}
a.extra-content-link {
    font-size: 1.1875rem;
    position: relative;
    display: inline-block;
    color: #282020;
    font-weight: 700;
    text-decoration: none;
}
a.extra-content-link .fa {
    font-size: 1.125rem;
    height: 2.25rem;
    width: 2.25rem;
    margin: 0 0 0 .75rem;
    text-align: center;
    line-height: 2.25rem;
    color: #475B53;
}
a.extra-content-link.back .fa {
    margin: 0 .75rem 0 0
}
a.extra-content-link.small {
    font-size: 1rem
}
a.extra-content-link:hover,
a.extra-content-link:focus {
    color: #475B53
}
a.extra-content-link:hover .fa,
a.extra-content-link:focus .fa {
    background: transparent
}
a.extra-content-link:after {
    display: none
}
.tabs-directive .tabs-menu.horizontal {
    background-color: transparent
}
.tabs-directive .tabs-menu.horizontal ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center
}
.tabs-directive .tabs-menu.horizontal li {
    padding-left: .625rem;
    padding-right: .625rem;
    border-bottom: 0;
    display: inline-block;
    list-style: none;
    margin: 0
}
.tabs-directive .tabs-menu.horizontal li:hover {
    background-color: #e8e8e9
}
.tabs-directive .tabs-menu.horizontal li .active {
    background-color: transparent
}
.tabs-directive .tabs-menu.horizontal .hactive {
    background-color: #006fc8
}
.tabs-directive .tabs-menu.horizontal .hactive a {
    color: #fff;
    font-weight: 600
}
.tabs-directive .tabs-menu.horizontal a {
    padding: .3125rem;
    text-decoration: none;
    background-color: transparent
}
.tabs-directive .tabs-menu.horizontal a:hover {
    background-color: #e8e8e9
}
.tabs-directive .tabs-menu ul li {
    border-bottom: 1px solid #dbdbdc;
    margin: 0
}
.tabs-directive .tabs-menu ul li a {
    padding: 1.5625rem;
    color: #282020;
    display: block;
    background-color: #efeff0
}
.tabs-directive .tabs-menu ul li a i {
    top: .1875rem;
    float: right
}
.tabs-directive .tabs-menu ul li a:hover {
    background-color: #fff
}
.tabs-directive .tabs-menu ul li .active {
    background-color: #fff
}
.tabs-directive .tabs-panel .box {
    margin-bottom: 0
}
.textarea-resize-animation {
    transition: height, 0.2s;
    vertical-align: top
}
.breadcrumbs ul {
    margin: 0
}
.breadcrumbs .breadcrumbs-wrapper {
    max-width: 80rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin: 0 auto
}
.breadcrumbs .breadcrumb-item {
    list-style: none;
    display: inline-block
}
.breadcrumbs .breadcrumb-link,
.breadcrumbs .breadcrumb-text {
    line-height: 1.875rem;
    padding-right: 1.875rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.breadcrumbs .breadcrumb-link {
    position: relative
}
.breadcrumbs .breadcrumb-link:after {
    width: 1.875rem;
    height: 1.875rem;
    content: "";
    background-image: url("/assets/aOS/gfx/gui/list-bullet.svg");
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 0
}
.calendar table {
    margin: 0 0 1.5rem;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
    border-right: 1px solid #BABABA
}
.calendar caption {
    position: relative;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    background-color: #475B53;
    border-radius: 0 0 0 0
}
.calendar caption .date {
    font-size: 1.2rem;
    line-height: 1.16667em;
    font-weight: 700
}
.calendar caption a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    display: block;
    position: absolute;
    top: 0;
    color: #fff
}
.calendar caption a .fa {
    font-size: 1.5rem
}
.calendar caption a:hover,
.calendar caption a:focus {
    background-color: #005090
}
.calendar caption a.next {
    right: 0
}
.calendar caption a.previous {
    left: 0
}
.calendar th,
.calendar td {
    text-align: center
}
.calendar td {
    padding: 1.5%
}
.calendar td:hover,
.calendar td:focus {
    background-color: #E5E5E6
}
.calendar td.dummy:hover,
.calendar td.dummy:focus {
    background: none
}
.calendar a {
    padding: .25rem .375rem;
    display: block;
    color: #282020;
    border: 1px solid transparent
}
.calendar a.event {
    color: #475B53;
    font-weight: 700
}
.calendar a.today {
    color: #CF0039;
    border: 1px solid transparent
}
.calendar a.today:hover {
    background-color: #CF0039;
    color: #fff
}
.calendar a.selected {
    border: 1px solid #1bb87a;
    background-color: #1bb87a;
    color: #fff
}
.calendar a.selected:hover {
    background-color: transparent;
    color: #1bb87a
}
.calendar a:hover,
.calendar a:focus {
    text-decoration: none
}
.content-block .container {
    padding: 0
}
.content-block .widget {
    margin: 0
}
.section-header {
    background: #475B53;
    min-height: 3rem
}
@media (min-width: 60em) {
    .section-header {
        background: none;
        border-bottom: 0;
        min-height: 6rem
    }
}
.section-header .extra-content-link {
    display: none
}
@media (min-width: 60em) {
    .section-header .extra-content-link {
        display: block;
        float: right;
        line-height: 6rem
    }
}
.section-header .side-banner {
    max-height: 3rem
}
@media (min-width: 60em) {
    .section-header .side-banner {
        background: #475B53;
        color: #fff;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        max-height: none;
        width: 6rem;
        text-transform: capitalize;
        animation: slideInFromLeft 1s 1, fadein 1s 1
    }
}
.section-header .section-header-icon {
    display: block;
    color: #fff;
    font-size: 2.5rem;
    height: 3rem;
    left: 1.5rem;
    line-height: 3rem;
    position: absolute;
    text-align: center;
    width: 3rem;
    z-index: 20
}
@media (min-width: 60em) {
    .section-header .section-header-icon {
        background: #fff;
        color: #475B53;
        float: left;
        font-size: 3em;
        height: 6rem;
        left: auto;
        line-height: 6rem;
        margin-right: 0;
        position: relative;
        right: auto;
        width: 6rem
    }
}
.section-header .side-banner-title {
    font-size: 1.44rem;
    line-height: .97222em;
    color: #fff;
    line-height: 3rem;
    margin: 0 0 0 5.25rem
}
@media (min-width: 60em) {
    .section-header .side-banner-title {
        transform-origin: bottom right;
        transform: rotate(-90deg);
        font-size: 2.0736rem;
        line-height: .67515em;
        line-height: normal;
        margin: 0;
        position: absolute;
        top: 4.5rem;
        left: initial;
        right: 1.5rem;
        width: 500%;
        text-align: right
    }
}
.section-header.vrijetijdskalender .side-banner {
    background: #F18A00
}
@media (min-width: 60em) {
    .section-header.vrijetijdskalender .section-header-icon {
        color: #F18A00
    }
    .section-header.vrijetijdskalender .extra-content-link .fa {
        background: #F18A00
    }
    .section-header.vrijetijdskalender .extra-content-link:hover .fa,
    .section-header.vrijetijdskalender .extra-content-link:focus .fa {
        background: #915300
    }
}
.section-header.vacatures .side-banner {
    background: #1bb87a
}
@media (min-width: 60em) {
    .section-header.vacatures .section-header-icon {
        color: #1bb87a
    }
    .section-header.vacatures .extra-content-link .fa {
        background: #1bb87a
    }
    .section-header.vacatures .extra-content-link:hover .fa,
    .section-header.vacatures .extra-content-link:focus .fa {
        background: #2c621a
    }
}
.section-header.stadsplan .side-banner {
    background: #E3318A
}
@media (min-width: 60em) {
    .section-header.stadsplan .section-header-icon {
        color: #E3318A
    }
    .section-header.stadsplan .extra-content-link .fa {
        background: #E3318A
    }
    .section-header.stadsplan .extra-content-link:hover .fa,
    .section-header.stadsplan .extra-content-link:focus .fa {
        background: #881d53
    }
}
.section-header.info .side-banner {
    background: #CF0039
}
@media (min-width: 60em) {
    .section-header.info .section-header-icon {
        color: #CF0039
    }
    .section-header.info .extra-content-link .fa {
        background: #CF0039
    }
    .section-header.info .extra-content-link:hover .fa,
    .section-header.info .extra-content-link:focus .fa {
        background: #7c0022
    }
}
@media (min-width: 60em) {
    .main-section.calltoaction .side-banner {
        height: calc(100% + 1px);
        top: -1px
    }
}
.main-section.compact .inner {
    padding-bottom: 3rem;
    padding-top: 3rem;
    position: relative
}
@media (min-width: 60em) {
    .main-section.compact .inner {
        padding-bottom: 0;
        padding-top: 0
    }
}
.main-section.compact .side-banner-title {
    margin-left: 1.5rem
}
@media (min-width: 60em) {
    .main-section.compact .side-banner-title {
        top: -1.5rem
    }
}
.main-section.compact:not(.bar-notification)>.close-button {
    margin: 0;
    top: 3rem;
    position: absolute;
    right: 0
}
.main-section.compact .section-header,
.main-section.compact .inner.content {
    min-height: 0
}
.main-section.compact.info .inner {
    padding-top: 0;
    padding-bottom: 1.5rem
}
.main-section .inner.content {
    margin-top: 1.5rem;
    min-height: 12rem;
    position: relative
}
@media (min-width: 60em) {
    .main-section .inner.content {
        margin-top: 0
    }
}
.main-section.no-padding {
    padding: 0
}
.main-section.no-padding .inner.content {
    max-width: none;
    padding-left: 0;
    margin: 0
}
@media (min-width: 60em) {
    .main-section.no-padding .inner.content {
        padding-left: 6rem
    }
}
.bottom-content-link {
    border-bottom: 1px solid #BABABA;
    min-height: 6rem
}
@media (min-width: 60em) {
    .bottom-content-link {
        display: none
    }
}
.bottom-content-link .extra-content-link {
    float: right;
    line-height: 6rem
}
.in-app-search .view-mode-aloket .aloket-search-item {
    border-top: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
    display: block;
    padding: .75rem;
    color: #282020
}
.in-app-search .view-mode-aloket .aloket-search-item:hover,
.in-app-search .view-mode-aloket .aloket-search-item:focus {
    background: #F4F8F6;
    text-decoration: none
}
.in-app-search .view-mode-aloket .aloket-search-item__content p {
    padding-right: .75rem;
    color: #7C7070;
    margin-bottom: 0
}
.in-app-search .view-mode-aloket .aloket-search-item__title {
    font-size: 1rem;
    line-height: 1.4em;
    margin: 0;
    color: #475B53;
    font-family: "sofia-pro", Helvetica, Arial, Georgia, Sans-serif;
    font-weight: 700
}
.in-app-search .view-mode-aloket .aloket-search-item__info {
    margin: 0 .75rem;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.5rem;
    line-height: 3rem;
    text-align: center;
    float: right
}
.in-app-search .view-mode-aloket .aloket-search-item__info .fa {
    font-size: 1em
}
.in-app-search .view-mode-aloket .aloket-search-item__relevancies {
    font-size: .83333rem;
    line-height: 1.68em;
    color: #7C7070;
    font-weight: 700;
    display: block;
    margin-top: .375rem
}
.type-channel.view-mode-teaser-feed .channel-teaser {
    padding: 0
}
.type-channel.view-mode-teaser-feed .channel-teaser.box {
    margin-bottom: 0
}
.type-channel.view-mode-teaser-feed .channel-teaser .channel-thumb {
    height: 3.125rem;
    position: relative;
    width: 100%
}
.type-channel.view-mode-teaser-feed .channel-teaser .channel-thumb img {
    width: 4.375rem;
    height: 4.375rem;
    border: 2px solid #fff
}
.type-channel.view-mode-teaser-feed .channel-teaser header {
    position: relative
}
.type-channel.view-mode-teaser-feed .channel-teaser header .channel-thumb img {
    bottom: .625rem;
    margin-left: -2.1875rem;
    position: absolute;
    left: 50%
}
.type-channel.view-mode-teaser-feed .channel-teaser header .channel-banner {
    height: 6.5625rem;
    overflow: hidden
}
.type-channel.view-mode-teaser-feed .channel-teaser header .channel-banner img {
    min-width: 100%;
    min-height: 100%
}
.type-channel.view-mode-teaser-feed .channel-teaser .channel-info {
    padding: 0rem 1.25rem
}
.type-channel.view-mode-teaser-feed .channel-teaser .channel-info h2,
.type-channel.view-mode-teaser-feed .channel-teaser .channel-info p {
    display: block;
    text-align: center
}
.type-channel.view-mode-teaser-feed .channel-teaser .channel-info p {
    color: #90ABBC
}
.type-channel.view-mode-teaser-feed .channel-teaser .channel-followers {
    padding: 1.25rem;
    border-top: 1px solid #BABABA;
    text-align: center
}
.type-channel.view-mode-teaser-feed .channel-teaser .channel-followers p,
.type-channel.view-mode-teaser-feed .channel-teaser .channel-followers div {
    display: inline-block
}
.type-channel.view-mode-teaser-feed .channel-teaser .channel-followers p {
    margin-right: .625rem;
    padding-bottom: 0
}
.type-channel.view-mode-theme-list .theme-list-item {
    margin: .625rem;
    padding: .3125rem;
    background: #fff;
    border: 1px solid #BABABA
}
.type-channel.view-mode-theme-list .theme-list-item a {
    padding: 0;
    text-decoration: none
}
.type-channel.view-mode-theme-list .theme-list-item .theme-list-header {
    background: #F4F8F6
}
.type-channel.view-mode-theme-list .theme-list-item .theme-list-title {
    padding: .3125rem
}
.type-channel.view-mode-theme-list .theme-list-item .theme-list-title h5 {
    margin-right: .3125rem;
    padding-bottom: 0;
    display: inline-block
}
.type-channel.view-mode-theme-list .theme-list-item .theme-list-channel:hover {
    background-color: #F4F8F6
}
.type-solr-facet.view-mode-overviewItems,
.type-solr-facet.view-mode-channel {
    background: #F4F8F6;
    border-bottom: 1px solid #BABABA;
    color: #282020;
    margin-bottom: 1.5rem;
    height: 4.5rem;
    display: block;
    position: relative;
    overflow: hidden
}
.type-solr-facet.view-mode-overviewItems h5,
.type-solr-facet.view-mode-channel h5 {
    font-size: 1.2rem;
    line-height: 1.16667em;
    margin: 0
}
.type-solr-facet.view-mode-overviewItems .fa,
.type-solr-facet.view-mode-channel .fa {
    font-size: 1rem
}
.in-app-search-container .view-mode-overviewItems {
    width: 100%;
    float: left
}
@media (min-width: 60em) {
    .in-app-search-container .view-mode-overviewItems {
        width: calc(50% - 24px)
    }
}
.in-app-search .results li.type-e-loket {
    border: 0
}
.in-app-search .results li.type-e-loket:hover,
.in-app-search .results li.type-e-loket:active {
    background: none;
    border: 0
}
.in-app-search .e-loketadmin-form-search-result:hover {
    background: none
}
.in-app-search .e-loketadmin-form-search-result .fbox {
    margin: .9375rem 0rem .9375rem 0rem;
    background-color: #fff;
    border: 1px solid #BABABA
}
.in-app-search .e-loketadmin-form-search-result .fbox a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0
}
.in-app-search .e-loketadmin-form-search-result .fbox a:hover {
    background: #f5f5f5
}
.in-app-search .e-loketadmin-form-search-result .fbox--report {
    background-color: #E5E5E6
}
.in-app-search .e-loketadmin-form-search-result .fbox__body {
    padding: .9375rem .625rem 1.25rem .9375rem
}
.in-app-search .e-loketadmin-form-search-result .fbox__body .result-type {
    padding: .9375rem .625rem 1.25rem .9375rem;
    display: inline
}
.in-app-search .e-loketadmin-form-search-result .fbox__footer {
    padding: .125rem .9375rem;
    background-color: #E5E5E6;
    color: #90ABBC
}
.in-app-search .e-loketadmin-form-search-result .fbox__footer .icon-clock {
    vertical-align: middle;
    position: relative;
    top: -1px;
    right: 5px
}
.in-app-search .e-loketadmin-form-search-result .state,
.in-app-search .e-loketadmin-form-search-result .state--online,
.in-app-search .e-loketadmin-form-search-result .state--offline,
.in-app-search .e-loketadmin-form-search-result .state--productionReady {
    padding: .125rem .5rem;
    margin-right: .375rem;
    font-size: .75rem;
    color: #fff
}
.in-app-search .e-loketadmin-form-search-result .state--online {
    background-color: #1bb87a
}
.in-app-search .e-loketadmin-form-search-result .state--offline {
    background-color: #DA291C
}
.in-app-search .e-loketadmin-form-search-result .state--productionReady {
    background-color: #475B53
}
.type-evenement.view-mode-teaser-feed article {
    border-bottom: 2px solid #DA291C
}
.type-evenement.view-mode-full .event-info {
    padding: .9375rem 0rem;
    border-style: solid none;
    border-width: 1px;
    border-color: #E5E5E6
}
.type-evenement.view-mode-full .event-info>p:last-child {
    padding-bottom: 0
}
.type-evenement .event-info .date:before,
.type-evenement .event-info .location:before,
.type-evenement .event-info .duration:before {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .3125rem;
    content: "";
    display: block;
    float: left;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat
}
.type-evenement .event-info .date:before {
    background-image: url("/assets/aOS/gfx/gui/icon_calendar.svg")
}
.type-evenement .event-info .location:before {
    background-image: url("/assets/aOS/gfx/gui/icon_location.svg")
}
.type-evenement .event-info .duration:before {
    background-image: url("/assets/aOS/gfx/gui/icon_hours.svg")
}
.in-app-search .results li.type-meldingen {
    border: 0
}
.in-app-search .results li.type-meldingen:hover,
.in-app-search .results li.type-meldingen:active {
    background: none;
    border: 0
}
.type-uit.view-mode-full article {
    padding: 0
}
.type-uit.view-mode-full article header.box {
    padding-bottom: 0
}
.type-uit.view-mode-full article .box {
    margin-bottom: 0
}
.type-uit.view-mode-full article header.box,
.type-uit.view-mode-full article footer.box {
    border-bottom: 0
}
.type-uit.view-mode-full .intro {
    padding-top: 0
}
.type-uit.view-mode-full .event-info {
    padding: 0;
    border-bottom: 0
}
.type-uit.view-mode-full .event-info .box {
    margin-bottom: 0
}
.type-uit.view-mode-full .event-info p {
    padding-bottom: 0
}
.type-uit.view-mode-full .event-info i {
    margin: 0rem .625rem -.375rem 0rem
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button,
.introjs-button {
    font-size: 1rem;
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .771rem;
    padding-bottom: .771rem;
    transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -webkit-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    -ms-transistion: background .25s ease-out;
    background: #475B53;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    color: #fff;
    display: block;
    font-weight: 700;
    min-height: 3rem;
    width: 100%;
    margin-bottom: .75rem;
    margin-top: 0;
    outline: none;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button:hover,
.introjs-button:hover,
.introjs-tooltip .introjs-tooltipbuttons .introjs-button:focus,
.introjs-button:focus,
.introjs-tooltip .introjs-tooltipbuttons .active.introjs-button,
.active.introjs-button {
    background: #003f72
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button:visited,
.introjs-button:visited {
    color: #fff
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button:hover,
.introjs-button:hover,
.introjs-tooltip .introjs-tooltipbuttons .introjs-button:focus,
.introjs-button:focus {
    color: #fff;
    cursor: pointer;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none
}
.introjs-tooltip .introjs-tooltipbuttons .secondary.introjs-button,
.secondary.introjs-button {
    background: #CF0039
}
.secondary.introjs-button:hover,
.secondary.introjs-button:focus,
.secondary.active.introjs-button {
    background: #8d0027
}
.secondary.introjs-button .animation-wrap {
    background: #a6002e
}
.introjs-tooltip .introjs-tooltipbuttons .success.introjs-button,
.success.introjs-button {
    background: #1bb87a
}
.success.introjs-button:hover,
.success.introjs-button:focus,
.success.active.introjs-button {
    background: #326f1e
}
.success.introjs-button .animation-wrap {
    background: #3b8223
}
.introjs-tooltip .introjs-tooltipbuttons .warning.introjs-button,
.warning.introjs-button {
    background: #F18A00
}
.warning.introjs-button:hover,
.warning.introjs-button:focus,
.warning.active.introjs-button {
    background: #af6400
}
.warning.introjs-button .animation-wrap {
    background: #c16e00
}
.introjs-tooltip .introjs-tooltipbuttons .danger.introjs-button,
.danger.introjs-button {
    background: #DA291C
}
.danger.introjs-button:hover,
.danger.introjs-button:focus,
.danger.active.introjs-button {
    background: #9f1e14
}
.danger.introjs-button .animation-wrap {
    background: #ae2116
}
.introjs-tooltip .introjs-tooltipbuttons .gray.introjs-button,
.gray.introjs-button {
    background: #90ABBC
}
.gray.introjs-button:hover,
.gray.introjs-button:focus,
.gray.active.introjs-button {
    background: #678ca3
}
.gray.introjs-button:visited {
    color: #1d2930
}
.gray.introjs-button .animation-wrap {
    background: #738996
}
.introjs-tooltip .introjs-tooltipbuttons .disabled.introjs-button,
.disabled.introjs-button,
.introjs-tooltip .introjs-tooltipbuttons .introjs-button:disabled,
.introjs-button:disabled {
    background-color: #90ABBC;
    border: 0;
    cursor: default;
    color: #B8D1E0
}
.disabled.introjs-button:hover,
.disabled.introjs-button:focus,
.introjs-button:disabled:hover,
.introjs-button:disabled:focus {
    background-color: #90ABBC;
    box-shadow: none;
    border: 0
}
.disabled.introjs-button .animation-wrap,
.introjs-button:disabled .animation-wrap {
    background-color: #90ABBC
}
.active.introjs-button .fa:first-child {
    transform: translateY(-100%)
}
.active.introjs-button .fa:nth-child(2) {
    transform: translateY(0)
}
.has-icon.highlight-icon.introjs-button {
    padding-left: 4rem
}
.has-icon.highlight-icon.introjs-button .fa {
    background: rgba(0, 0, 0, 0.2)
}
.has-icon.highlight-icon.small.introjs-button {
    padding-left: 2.5rem
}
.has-icon.highlight-icon.big.introjs-button {
    padding-left: 6rem
}
.introjs-tooltip .introjs-tooltipbuttons .small.introjs-button,
.small.introjs-button {
    font-size: .83333rem;
    line-height: 1.68em;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-top: .025rem;
    padding-bottom: .025rem;
    min-height: 1.5rem
}
.small.has-icon.introjs-button {
    padding-left: 1.95rem
}
.small.has-icon.introjs-button .fa,
.small.has-icon.introjs-button [class^="icon-"],
.small.has-icon.introjs-button [class*=" icon-"] {
    font-size: 1rem;
    line-height: 1.575rem;
    width: 1.95rem
}
.introjs-tooltip .introjs-tooltipbuttons .big.introjs-button,
.big.introjs-button {
    font-size: 1.44rem;
    line-height: .97222em;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem
}
.big.has-icon.introjs-button {
    padding-left: 3.75rem
}
.big.has-icon.introjs-button .fa,
.big.has-icon.introjs-button [class^="icon-"],
.big.has-icon.introjs-button [class*=" icon-"] {
    font-size: 1.5rem;
    line-height: 3.75rem;
    width: 3.75rem
}
.introjs-tooltip .introjs-tooltipbuttons .full.introjs-button,
.full.introjs-button {
    display: block;
    width: 100%
}
.introjs-tooltip .introjs-tooltipbuttons .center.introjs-button,
.center.introjs-button {
    display: block;
    margin: 1.5rem auto
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button .fa,
.introjs-button .fa {
    transition: all 250ms ease-in-out;
    margin: 0;
    font-size: 1.35rem;
    line-height: 3rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 3rem
}
.introjs-button .fa:first-child {
    transform: translateY(0)
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button .fa:nth-child(2),
.introjs-button .fa:nth-child(2) {
    transform: translateY(100%)
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button .animation-wrap,
.introjs-button .animation-wrap {
    background: #005090;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 0
}
.introjs-button .animation-wrap .fa {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transform-origin: center center;
    width: 1.0625rem;
    height: 1.0625rem;
    line-height: 1em;
    position: absolute;
    top: .9375rem;
    left: .9375rem
}
.introjs-button .animation-wrap .fa:before {
    width: 1.0625rem;
    height: 1.0625rem;
    display: block;
    position: absolute;
    top: -.0625rem;
    left: 0
}
.introjs-button:not(.no-hover-animation):hover .animation-wrap .fa,
.introjs-button:not(.no-hover-animation):focus .animation-wrap .fa {
    transform: rotate(180deg)
}
@media (min-width: 40em) {
    .introjs-tooltip .introjs-tooltipbuttons .introjs-button,
    .introjs-button {
        display: inline-block;
        margin-right: .75rem;
        width: auto
    }
}
.introjs-tooltip .introjs-tooltipbuttons .has-icon.introjs-button,
.has-icon.introjs-button {
    padding-left: 3rem
}
.first-use__icon {
    float: right;
    margin: 0;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    display: none
}
@media (min-width: 60em) {
    .first-use__icon {
        display: block
    }
}
.first-use__icon a,
.first-use__icon span {
    width: 100%;
    text-align: center
}
.introjs-tooltip {
    max-width: 450px;
    min-width: 300px;
    border-radius: 0;
    box-shadow: .75rem .75rem 0 rgba(0, 0, 0, 0.1);
    padding: 1.5rem
}
.introjs-tooltip .spinner-container {
    text-align: center
}
.introjs-tooltip .introjs-tooltipbuttons {
    margin-top: 1.5rem
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button {
    text-shadow: none;
    border-radius: 0;
    border: 0;
    margin: 0 0 0 .75rem
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button.introjs-disabled {
    display: none
}
.introjs-progress {
    border-radius: 0
}
.introjs-overlay {
    background-color: #000
}
.introjs-hints .introjs-hint {
    margin-left: .9375rem;
    margin-top: .625rem
}
.introjs-hints .introjs-fixedhint {
    z-index: 5000
}
.introjs-hint-dot {
    top: -.9375rem;
    left: -.9375rem;
    border: 10px solid #fff
}
.introjs-hint-pulse {
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(136, 136, 136, 0.5)
}
.introjs-button {
    font-size: .83333rem;
    line-height: 1.68em;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-top: .025rem;
    padding-bottom: .025rem;
    text-shadow: none;
    min-height: 1.5rem
}
@media (min-width: 40em) {
    .in-app-search .close {
        right: 0;
        position: absolute;
        cursor: pointer
    }
}
@media screen and (max-width: 639px) {
    .in-app-search .close {
        display: none
    }
}
.in-app-search .spinner {
    margin: 2.5rem auto
}
.in-app-search .list-navigation h6 {
    margin: 0;
    clear: both
}
.in-app-search .list-navigation .show-more {
    overflow: hidden
}
.in-app-search .list-navigation .leaf {
    padding: .75rem 0
}
.in-app-search .list-navigation .leaf.has-children {
    padding: 0
}
.in-app-search .list-navigation .leaf input[type="checkbox"]+label {
    top: 0
}
.in-app-search .checkbox-list ul {
    margin-top: 0
}
.in-app-search button:not(.button-load) {
    margin-top: 1.5rem
}
.in-app-search .multiple-field-container {
    margin-bottom: 0
}
.in-app-search .calendar a {
    padding: .25rem .375rem
}
.in-app-search .show-app-label {
    font-weight: 700;
    display: inline-block;
    word-break: break-all;
    padding: .75rem 0
}
.in-app-search .filters form {
    clear: both
}
@media (min-width: 40em) {
    .in-app-search .results {
        position: relative
    }
}
.in-app-search .results ul {
    padding: 0
}
.in-app-search .results .tag-container {
    margin: 1.5625rem 0rem .9375rem 0rem
}
.in-app-search .results .tag-container .tag {
    margin-bottom: .625rem
}
.in-app-search .results .field-container {
    margin-bottom: .75rem
}
.in-app-search .results .result {
    clear: both
}
.in-app-search .in-app-search-packery {
    overflow: hidden
}
.feed-item {
    display: block;
    margin: 0 0 1.5rem
}
.feed-item::after {
    clear: both;
    content: "";
    display: table
}
.feed-item .box-media {
    margin: 0
}
.feed-item .box-media>article h2 a,
.feed-item .box-media>article h3 a,
.feed-item .box-media>article h4 a,
.feed-item .box-media>article h5 a,
.feed-item .box-media>article h6 a {
    color: #282020
}
.feed-item .box-media>article h2 a:hover,
.feed-item .box-media>article h2 a:focus,
.feed-item .box-media>article h3 a:hover,
.feed-item .box-media>article h3 a:focus,
.feed-item .box-media>article h4 a:hover,
.feed-item .box-media>article h4 a:focus,
.feed-item .box-media>article h5 a:hover,
.feed-item .box-media>article h5 a:focus,
.feed-item .box-media>article h6 a:hover,
.feed-item .box-media>article h6 a:focus {
    color: #475B53
}
.feed-item .box-media>article .actions p {
    padding: 0
}
.feed-item.type-media .slider .slide {
    height: 15rem
}
.feed-item.type-media .slider .slide figure img {
    height: 15rem
}
.feed-item .hidden {
    animation: fadeout, 0.4s;
    transition: height, 0.4s;
    display: none
}
.feed-item.is-expanded .hidden {
    animation: fadein, 0.4s;
    display: block;
    opacity: 0
}
.feed-item.type-news .image {
    display: block;
    overflow: hidden
}
.feed-item.type-news .image img {
    height: auto;
    width: 100%;
    vertical-align: top
}
.feed-item.feed-item-type-calendar h2 {
    padding: .9375rem 1.5625rem .75rem 1.5625rem;
    color: #fff;
    background-color: #004881
}
.feed-item.feed-item-type-tweet .feed-item-container {
    background: #475B53
}
.feed-item.feed-item-type-tweet h2,
.feed-item.feed-item-type-tweet .feed-item-content {
    color: #fff
}
.feed-item.feed-item-type-tweet .feed-item-date {
    color: rgba(255, 255, 255, 0.7)
}
.feed-item.feed-item-type-instagram img {
    padding: .375rem .375rem 0rem .375rem
}
.feed-item.feed-item-type-instagram .feed-item-container {
    background: #57798f
}
.feed-item.feed-item-type-instagram .feed-item-content {
    color: rgba(255, 255, 255, 0.7)
}
.aos-footer__row {
    margin-bottom: 1.5rem
}
.aos-footer__contact p {
    font-weight: 700;
    margin: 0
}
.aos-footer__contact .button {
    margin-top: .75rem
}
.aos-footer__social a {
    display: inline-block;
    margin-right: .75rem
}
.aos-footer__subfooter {
    clear: both;
    color: #BABABA;
    height: 3rem;
    padding: .5rem 0;
    text-align: center;
    position: relative;
    background: #000
}
@media (min-width: 60em) {
    .aos-footer__subfooter {
        position: absolute;
        width: 100%;
        bottom: 0
    }
}
.aos-footer__subfooter span,
.aos-footer__subfooter a {
    font-size: .83333rem;
    line-height: .924em
}
.aos-footer__subfooter span {
    display: block
}
@media (min-width: 40em) {
    .aos-footer__subfooter span {
        display: inline
    }
}
.aos-footer__subfooter .button {
    color: #fff
}
.aos-footer__subfooter a {
    color: #BABABA;
    text-decoration: underline
}
.aos-footer__subfooter a:hover,
.aos-footer__subfooter a:focus {
    text-decoration: none
}
.aos-footer__info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .5rem
}
#loading-bar,
#loading-bar-spinner {
    transition: 0.5s, linear, all
}
#loading-bar .bar {
    transition: width, 500ms;
    height: .375rem;
    background: #CF0039;
    z-index: 9999999999
}
#loading-bar .peg {
    display: none
}
.medewerkerslogin {
    overflow: hidden;
    margin: 4.5rem 0
}
.forgot-password-button {
    margin-bottom: 1.5rem;
    display: block
}
.popout-panel-notifications {
    padding: 1.5625rem
}
.popout-panel-notifications .notifications-header {
    color: #b0c3cf
}
.popout-panel-notifications .notifications-list {
    max-height: 80%;
    overflow: auto
}
.popout-panel-notifications .notifications-list li {
    margin: 0;
    padding: 0;
    margin-left: 1.25rem
}
.popout-panel-notifications .notifications-list li:not(:last-child) {
    border-bottom: 1px solid #7093a9
}
.popout-panel-notifications .notifications-list a {
    padding: .4375rem 0rem;
    display: block;
    text-decoration: none
}
.popout-panel-notifications .notifications-list a:link,
.popout-panel-notifications .notifications-list a:visited {
    color: #fff
}
.popout-panel-notifications .notifications-list a:before {
    left: -1.125rem;
    width: .5rem;
    height: .5rem;
    top: .8125rem;
    content: "";
    border-radius: 50%;
    position: absolute
}
.popout-panel-notifications .notifications-list a.unread {
    position: relative
}
.popout-panel-notifications .notifications-list a.unread:before {
    background-color: #DA291C
}
.popout-panel-notifications .notifications-list time {
    margin-top: .125rem;
    color: #90ABBC;
    display: block
}
@media (min-width: 40em) {
    .popout-panel-notifications .notifications-list {
        max-height: 240px
    }
}
@media (min-width: 40em) {
    .popout-panel-notifications:before {
        right: 4.9375rem
    }
}
@media (min-width: 60em) {
    .popout-panel-notifications:before {
        right: 5.1875rem
    }
}
.oldbrowser {
    width: 100%;
    background-color: #E5E5E6;
    margin-top: -1.5rem;
    overflow: hidden
}
.oldbrowser .logo {
    width: 6rem;
    height: 6rem
}
.oldbrowser .oldbrowser__header {
    width: 50rem;
    background-color: #fff;
    text-align: center;
    padding: 1.5rem 1.5rem 0;
    margin: 3rem auto 0
}
.oldbrowser .oldbrowser__header h5 {
    margin-bottom: 0
}
.noscript {
    font-weight: 300
}
.popout-panel-overview {
    padding: 1.5625rem
}
.popout-panel-overview .overview-header {
    padding-bottom: .625rem;
    color: #b0c3cf
}
.popout-panel-overview .overview-list {
    margin: 0;
    padding: 0;
    clear: both;
    max-height: 90%;
    overflow: auto
}
.popout-panel-overview .overview-list li {
    transition: all 0.12s;
    width: calc(94% / 3);
    height: calc(94% / 3);
    margin: 0 3% 3% 0;
    display: block;
    float: left;
    text-align: center;
    overflow: hidden;
    background: #474747;
    box-shadow: 0 -1px 0 #292929 inset
}
.popout-panel-overview .overview-list li a {
    text-decoration: none;
    color: #E5E5E6;
    padding: 10% 5%;
    display: block
}
.popout-panel-overview .overview-list li a:hover {
    color: #475B53
}
.popout-panel-overview .overview-list li a .icon-ext-link {
    display: none
}
.popout-panel-overview .overview-list li:hover {
    background: #5c5c5c;
    box-shadow: 0 -1px 0 #1f1f1f inset
}
.popout-panel-overview .overview-list li .overview-thumb {
    margin-bottom: .625rem;
    position: relative;
    width: 100%
}
.popout-panel-overview .overview-list li .overview-thumb img {
    width: 3.125rem;
    height: 3.125rem
}
.popout-panel-overview .overview-list li .overview-title {
    height: 2.5rem;
    display: block;
    margin: 0 auto;
    overflow: hidden
}
.popout-panel-overview .overview-list li .overview-title span {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis
}
.popout-panel-overview .overview-list li:nth-child(3n) {
    margin-right: 0
}
@media (min-width: 40em) {
    .popout-panel-overview .overview-list {
        max-height: 415px
    }
}
.popout-panel-overview .overview-button {
    margin: .625rem 0rem 0rem;
    width: 100%;
    color: #fff;
    background-color: #475B53
}
.popout-panel-overview .overview-button:hover {
    background-color: #00569b
}
@media (min-width: 40em) {
    .popout-panel-overview:before {
        right: 8.375rem
    }
}
@media (min-width: 60em) {
    .popout-panel-overview:before {
        right: 8.6875rem
    }
}
html.overzicht {
    background: #475B53
}
html.overzicht .overzicht-menu {
    margin-bottom: 1.875rem
}
.popout-panel-profile .content {
    padding-bottom: 1.5rem
}
.popout-panel-profile .profile-name {
    font-size: 1.44rem;
    line-height: .97222em;
    font-weight: 700;
}
.aos-search .aos-search__header {
    height: 15rem;
    position: relative;
    background-color: #E5E5E6
}
.aos-search .aos-search-field {
    bottom: 3.125rem
}
.aos-search .aos-search-field__title {
    color: #282020
}
.aos-search .results li:hover {
    background: none
}
@-moz-document url-prefix() {
    .view-mode-channel-homepage .box-media .intro {
        height: 5.625rem
    }
}
@media screen\0 {
    .view-mode-channel-homepage .box-media .intro {
        height: 5.625rem
    }
    .widget-vrijetijdskalender .homepage-widget .feed-item .event-intro p {
        height: 6.125rem
    }
}
.ng-fade-down.ng-enter,
.ng-fade-down.ng-leave {
    transition-duration: 250ms;
    transition-property: transform, opacity
}
.ng-fade-down.ng-enter {
    opacity: 0;
    transform: translateY(-30px)
}
.ng-fade-down.ng-enter.ng-enter-active {
    opacity: 1;
    transform: translateY(0)
}
.ng-fade-down.ng-leave {
    opacity: 1;
    transform: translateY(0)
}
.ng-fade-down.ng-leave.ng-leave-active {
    opacity: 0;
    transform: translateY(-30px)
}
.ng-slide-toggle.ng-enter {
    animation: slideDown .5s ease 1 normal 0s;
    animation-fill-mode: forwards
}
.ng-slide-toggle.ng-leave {
    animation: slideUp .5s ease 1 normal 0s;
    animation-fill-mode: forwards
}
.ng-fade.ng-enter {
    animation: fadein .5s ease 1 normal 0s;
    animation-fill-mode: forwards
}
.ng-fade.ng-leave {
    animation: fadeout .5s ease 1 normal 0s;
    animation-fill-mode: forwards
}
.ng-slide-in-right.ng-enter {
    animation: slideInRight .5s ease 1 normal 0s;
    animation-fill-mode: forwards
}
.ng-slide-in-right.ng-leave {
    animation: slideOutRight .5s ease 1 normal 0s;
    animation-fill-mode: forwards
}
	

	/**
 * CSS file for the multi select widget
 */
.dropdown_toggle {
	position: relative;
}
.dropdown_toggle .badge {
	align-items: center;
	background-color: #C97B78;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-50%, -50%);
	width: 1rem;
}
.dropdown_toggle .selected {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.sort_toggle .selected {
	height: auto;
}
.dropdown_toggle .selected i {
	align-items: center;
	color: #333;
	display: flex;
	flex-flow: column nowrap;
	font-size: 0.7rem;
	justify-content: center;
	position: relative;
	left: 0.25rem;
}
.dropdown_toggle > .field {
	display: flex;
	flex-flow: row nowrap;
	/*width: 100%;*/
}
.dropdown_toggle > .field span {
	flex: 1;
	white-space: nowrap;
}
.dropdown_toggle .dropdown {
	border: 1px solid #ccc;
	background-color: #fff;
	height: auto;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: auto;
	z-index: 500;
}
.dropdown_toggle .dropdown .item {
	border-bottom: 1px solid #ccc;
	padding: 0.375rem 0.75rem;
}
.dropdown_toggle .dropdown .item:last-child {
	border-bottom: none;
}

/** button dropdown **/

.dropdown_toggle.button_toggle {
	display: inline-block;
}
.dropdown_toggle.button_toggle .selected {
	width: auto;
	padding-right: 3rem;
}
.dropdown_toggle.sort_toggle .selected {
	padding-right: 1.5rem;
}
.dropdown_toggle.button_toggle .selected i {
	color: inherit;
	font-size: 1rem;
	position: absolute;
	line-height: 2.8;
	right: 0;
    left: auto;
    top: 0;
    transform: translate(0, 0) !important;
}
	

	/**
 * CSS file for the multi select list widget
 */
.multi_select_list .multi_select_list_item {
	display: flex;
	flex-flow: row nowrap;
}
.multi_select_list .multi_select_list_item:not(:last-child) {
	border-bottom: 1px solid #AFCBC1;
}
.multi_select_list .multi_select_list_item .select_box {
	display: inline-block;
	height: 2rem;
	position: relative;
}
.multi_select_list .multi_select_list_item .select_box input[type="checkbox"] {
	cursor: pointer;
	width: 100%;
}
.multi_select_list .multi_select_list_item .select_box .label {
	min-height: 2rem;
	margin: 0.25rem;
    padding: .5rem 0.85rem;
    z-index: -1;
}
.multi_select_list .multi_select_list_item .select_box .label:before,
.multi_select_list .multi_select_list_item .select_box .label:after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.multi_select_list .multi_select_list_item .item_content {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	flex: 1;
}
	

	/**
 * CSS file for the search box widget
 */
.search_box {
	height: 3rem;
	margin-bottom: 1.5rem;
	width: 100%;
}

.search_box .input_field {
	float: left;
	height: 100%;
	width: calc(100% - 120px);
}

.search_box .button {
	display: inline-block;
	float: left;
	margin: 0;
	width: 120px;
}
	

	.route_container .page_content .template.loading, .sidebar_container .page_content .template.loading {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	min-height: 20rem;
}
.route_container .page_content .template.loading .loading_message, .sidebar_container .page_content .template.loading .loading_message {
	margin-left: 1rem;
}

.sidebar_container {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}

.sidebar_container .page_content {
	margin: 3rem 0;
	
	.controls {
		margin-bottom: 2rem;
	}
	
	.empty-state {
		display: flex;
		align-items: center;
		justify-content: center;
		font-style: italic;
	}
	
	.disabled {
		opacity: .5;
		pointer-events: none;
	}
}

@media (min-width: 60em) {
	.sidebar_container {
		flex-flow: row nowrap;
	}
	.sidebar_container sidebar {
		position: sticky;
		top: 2rem;
	}
	.sidebar_container .sidebar {
		flex: 2;
	}
	.sidebar_container .page_content {
		flex: 5;
		margin: 0 0 0 3rem;
		/*max-width: calc(70% - 1rem);*/
	}
}
	

	
.card_widget {
	border: 1px solid #ccc;
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 2.25rem;
}

.card_widget .transclude {
	position: absolute;
}

.card_widget .image_container {
	display: flex;
	flex-flow: column nowrap;
	flex: 4;
	min-height: 10rem;
	position: relative;
}
.card_widget .image_container .image {
	/*background-image: url("../../../resources/images/placeholder.svg");*/
	height: 100%;
	min-height: 16rem;
	flex: 1;
}

.card_widget .image_container .transclude.top_left {
	top: 0;
	left: 0;
}
.card_widget .image_container .transclude.top_right {
	top: 0;
	right: 0;
}
.card_widget .image_container .transclude.bottom_left {
	bottom: 0;
	left: 0;
}
.card_widget .image_container .transclude.bottom_right {
	bottom: 0;
	right: 0;
}

.card_widget .content_container {
	flex: 6;
	position: relative;
}
.card_widget .content_container > .title {
	padding: 1.5rem 1.5rem 0;
}
.card_widget .content_container > .subtitle {
	font-weight: 400;
	padding-left: 1.5rem;
}
.card_widget .content_container .info_container {
	padding: 1.5rem;
	width: 100%;
}
.card_widget .content_container .info_container .info_item {
	display: flex;
	margin-bottom: 1rem;
}
.card_widget .content_container .info_container .info_item .icon {
	display: inline-block;
	margin-right: 1rem;
	vertical-align: top;
}
.card_widget .content_container .info_container .info_item .icon span {
	font-size: 1rem;
}
.card_widget .content_container .info_container .info_item .content {
	display: inline-block;
}
.card_widget .content_container .info_container .info_item .content .title {
	color: #999;
}
.card_widget .content_container .info_container .info_item .content .text {
	/**/
}

.card_widget .content_container .content_bottom {
	border-top: 1px solid #ccc;
	padding: 0.75rem 1.5rem;
}
.card_widget .content_container .content_bottom:empty {
	display: none;
}

.card_widget .content_container .transclude.top_right {
	top: 0;
	right: 0;
}

/**
 * Media Queries
 */
@media (min-width: 40rem) {
	.card_widget {
		flex-flow: row nowrap;
	}
	.page_content .card_widget {
		flex-flow: column nowrap;
	}
}
@media (min-width: 60rem) {
	.page_content .card_widget {
		flex-flow: row nowrap;
	}
}
	

	/**
 * CSS file for the menu container widget
 */
.menu_container {
	display: flex;
	overflow: hidden;
	position: relative;
}

.menu_container > .content_container {
	flex: 1;
}
.menu_container > .content_container content-container {
	flex: 1;
}

.menu_container .menu {
	box-shadow: -2px 0 4px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	border: none;
	min-height: 100%;
	height: auto;
	width: auto;
	/*max-width: 220px;*/
}
.menu_container .slideout_menu {
	max-height: 100%;
	position: absolute;
	top: -1px;
	right: -1px;
	transform: translateX(100%);
	transition: transform 0.4s ease-out;
	z-index: 1000;
}
.menu_container .slideout_menu.opened {
	transform: translateX(0);
}
.menu_container .slideout_menu .toggle_button {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
}
.menu_container .slideout_menu .toggle_button span {
	border: none;
	border-width: 0 0 1px 1px;
	bottom: 0;
}
.menu_container .slideout_menu .menu_content {
	overflow-x: auto;
	overflow-y: auto;
}

@media (min-width: 32em) {
	.menu_container .menu {
		max-width: none;
	}
}
	

	/*
#8E84BC; // purple
#1B998B; // green
#5090ff; // blue
#EF476F; // pink
#F9C835; // yellow
#BABABA; // gray

*/

i.childcare {
	background-image: url("/resources/images/mascotte-mono.svg");
	background-position: center;
	-webkit-background-size: contain;
	background-size: 1rem;
	background-repeat: no-repeat;
	height: 2rem;
	width: 2rem;
}
i.childcare.has_capacity {
	background-image: url("/resources/images/map/childcare_checkmark.svg");
	background-size: 1.5rem;
}
.childcare_type_icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
	height: 2rem;
	margin: 0.25rem 0.5rem;
	width: 2rem;
}
.childcare_type_icon.group_variable {
	background-color: #8E84BC;
}
.childcare_type_icon.group_fixed {
	background-color: #1B998B;
}
.childcare_type_icon.group_mixed {
	background-color: #FF9F33;
}
.childcare_type_icon.family_variable {
	background-color: #5090ff;
}
.childcare_type_icon.family_fixed {
	background-color: #EF476F;
}
.childcare_type_icon.family_mixed {
	background-color: #FF88DC;
}
.childcare_type_icon.type_not_available {
	background-color: #BABABA;
}
.childcare_type_icon.subsidized {
	background-color: #F9C835;
}
.childcare_type_icon.group_fixed_with_grant {
	background-color: #F9C835;
}
	

	/**
 * CSS file for the tab container
 */
.tab_container {
	/**/
}

.tab_container .tabs {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 1.5rem;
}
.tab_container .tabs > .transcluded {
	display: flex;
	flex-flow: row nowrap;
	flex: 1;
	order: 1;
}
.tab_container .tabs .buttons {
	/**/
}
.tab_container .tabs .buttons.right {
	order: 2;
}
.tab_container .tabs .buttons.left {
	order: 0;
}
.tab_container .tabs .buttons .button {
	margin: 0;
}
.tab_container .tabs .buttons .button.selected {
	background-color: #637F74;
}
	

	
.ov-select-box__input {
  position: relative; }
  .ov-select-box__input input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer;
    width: 1.5rem;
    height: 100%;
    z-index: 10; }
    .ov-select-box__input input[type="checkbox"]:required + label:after {
      content: '*';
      display: block;
      color: #C35B5B; }
    .ov-select-box__input input[type="checkbox"].ng-valid-required + label:after {
      content: '*';
      display: block;
      color: #C35B5B; }
    .ov-select-box__input input[type="checkbox"]:checked + label:before {
      background: #475B53;
      border: none; }
    .ov-select-box__input input[type="checkbox"]:disabled + label {
      color: #D1D1D1;
      cursor: auto; }
    .ov-select-box__input input[type="checkbox"]:checked + label:after {
      content: '\f00c';
      font-size: .85rem;
      font-family: 'FontAwesome';
      position: absolute;
      color: #FFFFFF;
      line-height: 1.5;
      left: 0.2rem;
      top: 0.16rem;}
  .ov-select-box__input label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 1rem;
    font-weight: 400; }
    .ov-select-box__input label a {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
    .ov-select-box__input label::before {
      content: '';
      margin-top: .185rem;
      margin-right: 0.75rem;
      display: block;
      min-width: 1.25rem;
      width: 1.25rem;
      height: 1.25rem;
      background: white;
      border-radius: 4px;
      border: 1px solid #CECECE; }

.ov-select-dots {
  position: relative;
  padding: .75rem 3rem .75rem 1rem; }
  .ov-select-dots input {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0 !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .ov-select-dots input + label {
      position: relative;
      cursor: pointer;
      padding: 0;
      margin: 0;
      font-weight: 400; }
    .ov-select-dots input + label span:after {
      content: '';
      margin-left: 0.5rem;
      display: inline-block;
      vertical-align: text-center;
      width: .5rem;
      height: .5rem;
      background: transparent;
      border-radius: 290486px; }
    .ov-select-dots input:checked + label:before {
      background: #475B53;
      border: none; }
    .ov-select-dots input:disabled + label {
      color: #D1D1D1;
      cursor: auto; }
    .ov-select-dots input:checked + label:after {
      content: '\e900';
      font-size: 1rem;
      font-family: 'icomoon';
      position: absolute;
      color: #FFFFFF;
      line-height: 1.5;
      left: 0.125rem;
      top: 0.125rem; }
  .ov-select-dots:hover {
    background: #E7EFEB; }
  .ov-select-dots label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 1rem;
    font-weight: 400; }
    .ov-select-dots label::before {
      content: '';
      margin-top: .185rem;
      margin-right: 1rem;
      display: block;
      min-width: 1.25rem;
      width: 1.25rem;
      height: 1.25rem;
      background: white;
      border-radius: 4px;
      border: 1px solid #CECECE; }
  .ov-select-dots.group_variable input + label span:after {
    background: #19998E;
    border: none; }
  .ov-select-dots.group_fixed input + label span:after {
    background: #19998E;
    border: none; }
  .ov-select-dots.group_mixed input + label span:after {
    background: #19998E;
    border: none; }
  .ov-select-dots.family_variable input + label span:after {
    background: #19998E;
    border: none; }
  .ov-select-dots.family_fixed input + label span:after {
    background: #19998E;
    border: none; }
  .ov-select-dots.family_mixed input + label span:after {
    background: #19998E;
    border: none; }
	

	/**
 * CSS file for the sidebar meta
 */
.sidebar_meta {
	min-width: 240px;
}

	

	.aos-upload {
    text-align: center;
}
.aos-upload ul {
    margin: 0;
    padding: 0;
}
.aos-upload li {
    margin: 0;
    list-style: none;
}
.aos-upload .aos-upload__dropzone {
    border: 2px dashed #0064B4;
    padding: 1.5rem;
    border-radius: 0;
    position: relative;
}
.aos-upload .aos-upload__file-input {
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    opacity: .01;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%}
.aos-upload .aos-upload__progress-info {
    background: #0064B4;
    color: #fff;
    padding: .375rem 0;
}
.aos-upload .aos-upload__progress-info img {
    height: 3.125rem ;
    margin-bottom: .625rem ;
    width: auto;
}
.aos-upload .aos-upload__error-message {
    padding: .625rem 0rem 0rem ;
    color: #F18A00;
}
.aos-upload .aos-upload__uploads {
    text-align: left;
}
.aos-upload .aos-upload__progress-info, .aos-upload .aos-upload__error-message, .aos-upload .aos-upload__uploads {
    margin-top: .5rem;
}
.aos-upload li {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    position: relative;
    width: 100%;
    margin-bottom: .5rem;
    padding: .375rem 3rem .375rem .75rem;
    background: #E5E5E6;
}
.aos-upload li:last-child {
    margin-bottom: 0;
}
.aos-upload .fa {
    line-height: 2rem ;
    width: 2.0625rem ;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5rem;
    text-align: center;
}
.aos-upload .fa:hover, .aos-upload .fa:focus {
    cursor: pointer;
    color: #fff;
    background: #cf0039;
}
.aos-upload p {
    margin: 0;
    padding: 0;
}
.aos-upload:hover {
    background: #e6f0f8;
}

.comments-box::after {
    clear: both;
    content: "";
    display: table;
}
.comments-box::before, .comments-box .comments-form::before {
    content: "";
    clear: both;
    display: table;
}
.comments-box .comment-wrapper {
    background: #F4F8F6;
    border-bottom: 1px solid #BABABA;
    margin: .75rem 0 1.5rem;
    overflow: auto;
    position: relative;
}
.comments-box .comments-wrapper, .comments-box .comments-form {
    max-width: 720px;
}
.comments-box .comments-toggle {
    text-align: right;
    padding-top: .3rem;
}
.comments-box .comments-toggle+.comments-toggle {
    margin-right: 1.5rem;
    padding-top: 0;
}
.comments-box .comments-toggle+.comments-toggle p {
    margin-top: 0;
}
.comments-box .comments-list {
    position: relative;
}
.comments-box .comments-list .loader {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.comments-box .comment-author {
    margin-right: .75rem;
    float: left;
    width: 100%}
.comments-box .comment-author .avatar {
    float: left;
    margin-right: .75rem;
}
.comments-box .comment-author.has-date time {
    display: block;
}
.comments-box .comment-author span {
    margin-top: .625rem ;
    display: inline-block;
    float: left;
    line-height: .75rem;
}
.comments-box .comment-action {
    position: absolute;
    right: 0;
}
.comments-box .comment-action+.comment-action.small {
    top: 2.25rem;
}
.comments-box .comments-form {
    margin: 1.5rem 0;
}
.comments-box .comments-form .comment-author {
    width: auto;
}
.comments-box .comments-form textarea {
    display: inline-block;
    width: 79%}
.comments-box .comment-content {
    float: left;
    padding: 1.5rem;
    width: 100%}
.comments-box .comment-content p:first-of-type {
    margin-top: 0;
}
.comments-box .comment-content p:last-of-type {
    margin-bottom: 0;
}
.comments-box .comment-extra {
    margin-top: 1.5rem;
}
.comments-box .comment-extra p:last-of-type {
    margin-bottom: 0;
}
.comments-box .comment-delete, .comments-box .comment-edit {
    margin: 0;
}
@media (min-width: 40em) {
    .comments-box .comment-submit {
    margin-left: 4.5rem;
}
.comments-box .comment-respond {
    margin-bottom: 1.5rem;
}
.comments-box .comment-respond a {
    display: inline;
    margin: 0;
}
}@media (min-width: 60em) {
    .comments-box .comments-form textarea {
    width: 90%}
}

.overlay .overlayBox, .overlay .overlayBox-info {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    display: block;
    width: 100%;
    text-align: left;
}
.overlay .overlayBox .overlayBox-header, .overlay .overlayBox-info .overlayBox-header {
    background-color: #475B53;
    overflow: hidden;
    text-align: left;
    color: #fff;
    padding: .75rem 1.5rem;
    position: relative;
    line-height: 1.5rem;
}
.overlay .overlayBox .overlayBox-close, .overlay .overlayBox-info .overlayBox-close {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #005090;
    margin-right: 0;
}
.overlay .overlayBox .overlayBox-close:hover, .overlay .overlayBox-info .overlayBox-close:hover {
    background: #CF0039;
}
.overlay .overlayBox .overlayBox-content, .overlay .overlayBox-info .overlayBox-content {
    padding: 1.5rem;
    background-color: #fff;
}
.overlay .overlayBox .overlayBox-content .tags, .overlay .overlayBox-info .overlayBox-content .tags {
    margin-top: 1.5rem;
}
.overlay .overlayBox .overlayBox-footer, .overlay .overlayBox-info .overlayBox-footer {
    border-top: 1px solid #BABABA;
    background: #F4F8F6;
    padding: .75rem 1.5rem;
}
.overlay .overlayBox .overlayBox-footer::after, .overlay .overlayBox-info .overlayBox-footer::after {
    clear: both;
    content: "";
    display: table;
}
.overlay .container.overlayBox, .overlay .container.overlayBox-info {
    padding: 0;
}
.overlay .overlayBox p:not(.field-problem p), .overlay .overlayBox-info p:not(.field-problem p) {
    margin: 0rem 0rem 1.25rem ;
    padding-bottom: 0;
}
.overlay .overlayBox .confirmNewsletterBox ul, .overlay .overlayBox-info .confirmNewsletterBox ul {
    margin: 0rem 0rem 1.25rem }
.overlay .option.overlayBox .field-container, .overlay .option.overlayBox-info .field-container {
    margin: 0rem 0rem 4.0625rem }
.overlay .option.overlayBox .field-container .field-problem p, .overlay .option.overlayBox-info .field-container .field-problem p {
    height: 2.8125rem }
.overlay {
    animation: fadeIn .24s;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: all;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.overlay:before {
    content: "";
    height: 100%;
    vertical-align: middle;
}
.overlay .overlayBox-info .overlayBox-header {
    background-color: #475B53;
}
@media (min-width: 40em) {
    .overlay .overlayBox, .overlay .overlayBox-info {
    max-width: 50%;
    box-shadow: .75rem .75rem 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.overlay .overlayBox.overlayBox-big, .overlay .overlayBox-info.overlayBox-big {
    max-width: 90%;
    min-width: 50%}
.overlay .overlayBox .overlayBox-footer button, .overlay .overlayBox .overlayBox-footer [class^="button"], .overlay .overlayBox-info .overlayBox-footer button, .overlay .overlayBox-info .overlayBox-footer [class^="button"] {
    float: right;
    margin-bottom: 0;
}
.overlay .overlayBox .overlayBox-footer button:first-child, .overlay .overlayBox .overlayBox-footer [class^="button"]:first-child, .overlay .overlayBox-info .overlayBox-footer button:first-child, .overlay .overlayBox-info .overlayBox-footer [class^="button"]:first-child {
    margin-right: 0;
}
}html.no-csstransitions .overlay {
    opacity: 1;
}

.autocomplete .field-container {
    margin-bottom: 0;
}
.autocomplete .results {
    max-height: 12.5rem ;
    width: 100%;
    padding: 0;
    overflow-y: scroll;
    position: relative;
    background: #fff;
    border-right: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    z-index: 9999;
}
.autocomplete .results li {
    margin: 0;
    padding: .75rem 1.5rem;
    list-style: none;
    border-top: 1px solid #BABABA;
}
.autocomplete .results li p {
    padding: 0;
    margin: 0;
}
.autocomplete .results li a {
    display: block;
    text-decoration: none;
    color: #282020;
}
.autocomplete .results li:hover, .autocomplete .results li:focus {
    background: #F4F8F6;
    cursor: pointer;
}
.autocomplete .results li:hover a, .autocomplete .results li:focus a {
    color: #475B53;
}
.autocomplete .results li:first-child {
    border-top: 0;
}
.autocomplete-dynamic-search {
    position: relative;
}
.autocomplete-dynamic-search .results {
    left: 0;
    right: 0;
    position: absolute;
    overflow-y: scroll;
    box-shadow: -.75rem .75rem 0 rgba(0, 0, 0, 0.1);
}
.autocomplete-dynamic-search__selected {
    padding-right: 3rem;
    position: relative;
}
.autocomplete-dynamic-search__selected span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.password-strength {
    margin-top: .3125rem ;
    color: #90ABBC;
}
.password-strength input.ng-pristine+ul#strength {
    display: none;
}
.password-strength ul#strength {
    margin: 0rem 0rem 0rem .9375rem ;
    display: inline;
    list-style: none;
    padding: 0;
    vertical-align: top;
}
.password-strength .point {
    margin-right: .3125rem ;
    width: 1rem ;
    height: 1rem ;
    display: inline-block;
}
.password-strength .point:last {
    margin: 0;
}
.datepicker-calendar {
    margin-bottom: 1.25rem ;
    position: absolute;
    right: 0;
    z-index: 999;
    box-shadow: .75rem .75rem 0 rgba(0, 0, 0, 0.1);
    top: 3.75rem;
}
.datepicker-calendar i {
    font-size: 1rem;
}
.datepicker-calendar ul {
    margin: 0;
    padding: 0;
}
.datepicker-calendar li {
    margin: 0;
    list-style: none;
}
.datepicker-calendar table {
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
    border-right: 1px solid #BABABA;
    margin: 0;
    padding: 0;
}
.datepicker-calendar table caption {
    background: #475B53;
    border-radius: 0 0 0 0;
    color: #fff;
    height: 3rem;
    line-height: 3rem;
    position: relative;
}
.datepicker-calendar table caption .month {
    font-size: 1.2rem ;
    line-height: 1.16667em;
    font-weight: 700;
}
.datepicker-calendar table caption a {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    line-height: 3rem;
    height: 3rem;
    width: 3rem;
}
.datepicker-calendar table caption a:hover, .datepicker-calendar table caption a:focus {
	outline: none;
    background: #005090;
}
.datepicker-calendar table caption a.next {
    right: 0;
}
.datepicker-calendar table caption a.prev {
    left: 0;
}
.datepicker-calendar table tr:nth-child(odd) {
    background: none;
}
.datepicker-calendar table td {
    padding: .5em 0;
    background: #fff;
}
.datepicker-calendar table td a {
    min-width: 2.04375rem ;
    display: inline-block;
    padding: .3em .4em;
}
.datepicker-calendar table td:hover, .datepicker-calendar table td:focus {
    background: #E5E5E6;
}
.datepicker-calendar table td.has-event a, .datepicker-calendar table td.available a {
    color: #1bb87a;
    border: 1px solid #1bb87a;
}
.datepicker-calendar table td.today.available a {
    font-weight: 700;
}
.datepicker-calendar table td.selected a {
    border: 1px solid #475B53;
    background: #475B53;
    color: #fff;
}
.datepicker-calendar table td.selected a:hover, .datepicker-calendar table td.selected a:focus {
    background: transparent;
    color: #475B53;
}
.datepicker-calendar table a {
    color: #282020;
    cursor: pointer;
}
.datepicker-calendar table a:hover, .datepicker-calendar table a:focus {
    text-decoration: none;
}
.datepicker-calendar.boxed {
    padding-bottom: 1.3em;
}
.datepicker-calendar.boxed table {
    border-left: 0;
    border-right: 0;
}
.datepicker-calendar.boxed .filter {
    margin-left: 1.5rem;
}
.datepicker-calendar .legend {
    padding: .5rem .75rem;
    background: #F4F8F6;
    border: 1px solid #BABABA;
}
.datepicker-calendar .legend span {
    color: #7C7070;
}
.datepicker-calendar .legend span:before {
    width: .75rem ;
    height: .75rem ;
    margin: -.125rem .3125rem 0rem 0rem ;
    content: "";
    display: inline-block;
}
.datepicker-calendar .legend span:first-child {
    margin-right: .75rem;
}
.datepicker-calendar .legend span.chosen-date:before {
    background-color: #475B53;
}
.datepicker-calendar .legend span.available-date:before {
    background: #1bb87a;
}
.datetimepicker .datetimepicker-date {
    margin-bottom: 1.5rem;
}
.value-empty {
	color: #7C7070;
}
@media (min-width: 40em) {
    .datetimepicker .datetimepicker-date {
    margin-bottom: 0;
}
}.field-problem, .field-problem-custom {
    padding: .75rem;
    margin: .75rem 0 0 0;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    background-color: #DA291C;
    color: #fff;
}
.field-warning {
    padding: .75rem;
    margin-bottom: .5rem;
    background-color: #EFF3FE;
}
.field-container::after {
    clear: both;
    content: "";
    display: table;
}
.field-container input::-ms-clear {
    display: none;
}
.field-container .field-remaining {
    right: .75rem;
}
.field-container.no-validation .ng-error, .field-container.no-validation .field-invalid.ng-dirty {
    padding-right: .5rem ;
    background-image: none;
}
.field-container.no-validation .field-problem {
    display: none;
}
.field-container.no-validation .required:after {
    content: ""}
.field-container .datepicker-wrapper {
    display: block;
    position: relative;
}
.field-container .datepicker-field {
    z-index: 1;
}
.field-container .datepicker-field input {
    padding-right: 2.1875rem }
.field-container .field-image {
    padding: .625rem 0rem }
.field-container .icon-datepicker {
    top: .3125rem ;
    right: .125rem ;
    position: absolute;
}
.field-container .icon-datepicker:not(.disabled):hover {
    cursor: pointer;
}
.field-container .icon-datepicker:hover, .field-container .icon-datepicker.active span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4BB1F9;
}
.field-container .icon-datepicker span {
    width: 2.125rem ;
    top: .5625rem ;
    color: #D8D8D8;
    clip: auto;
    overflow: visible;
    height: auto;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}
.field-container.location-with-map .multi-input-wrapper {
    position: relative;
    float: none;
}
.field-container.location-with-map .input-wrapper {
    padding-bottom: .9375rem }
.field-container.location-with-map .snippet-stadsmap {
    height: 28.125rem ;
    position: relative;
}
.field-container .select2-container {
    width: 100%}
.field-container input[readonly="readonly"] {
    color: #BBB;
}
.field-container .checkbox-single span {
    margin: 0;
    padding: 0;
}
.field-container, .multiple-field-container {
    margin-bottom: 1.5rem;
    position: relative;
}
.field-container small, .multiple-field-container small {
    margin-top: .3125rem ;
    max-width: 90%}
.field-container .field-container, .multiple-field-container .field-container {
    margin-bottom: 0;
}
.multiple-field-container::after {
    clear: both;
    content: "";
    display: table;
}
.multiple-field-container .field-problem {
    left: -.625rem ;
    top: 100%;
    opacity: 1;
    display: block;
    margin-top: 0;
}
.multiple-field-container .field-problem::before {
    left: .75rem ;
    right: auto;
}
.multiple-field-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: left;
}
.multiple-field-container ul li {
    list-style: none;
}
.multiple-field-container ul::after {
    clear: both;
    content: "";
    display: table;
}
.multiple-field-container li {
    margin: 0rem 0rem .5rem 0rem }
.multiple-field-container li::after {
    clear: both;
    content: "";
    display: table;
}
.multiple-field-container li ul {
    margin-left: 1.25rem ;
    padding-top: .625rem }
.select-wrapper .field-problem, .selectizeWrapper .field-problem {
    opacity: 1;
    display: block;
}
.select-wrapper option[disabled="disabled"], .selectizeWrapper option[disabled="disabled"] {
    opacity: .5;
}
.select-wrapper {
    position: relative;
}
.select-wrapper .clearSelection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: .3125rem ;
    right: 1.875rem ;
    font-size: 1.5625rem ;
    position: absolute;
    font-weight: 900;
    color: #7C7070;
    z-index: 10;
}
.select-wrapper .clearSelection:hover {
    color: #90ABBC;
    cursor: pointer;
}
.country-select .clear-other-country {
    padding-left: 1.875rem;
}
.country-select li {
    margin: 0rem 0rem .5rem 0rem }
.field-container input.field-invalid:focus+.field-problem, .field-container textarea.field-invalid:focus+.field-problem {
    transition: opacity, 0.25s;
    opacity: 1;
    display: block;
}
.field-container input.ng-dirty+.field-problem, .field-container .input.ng-dirty+.field-problem {
    transition: opacity, 0.25s;
}
.field-layout-wrapper {
    position: relative;
}
.field-layout-wrapper span.prefix {
    line-height: 2.5rem ;
    padding-right: .625rem ;
    float: left;
    display: block;
}
.field-layout-wrapper .prefix-wrapper {
    width: auto;
    height: 100%}
.field-layout-wrapper .prefix-wrapper input[type="text"], .field-layout-wrapper .prefix-wrapper .autocomplete-dynamic-search__selected, .field-layout-wrapper .prefix-wrapper input[type="password"] {
    display: table-cell;
}
.field-problem-custom::before {
    left: .8125rem }
.type-checkbox .field-problem {
    left: -.625rem }
.type-checkbox .field-problem::before {
    left: .75rem ;
    right: auto;
}
.general-label {
    cursor: default;
}
.general-label.required:after {
    margin-left: .3125rem ;
    content: "*";
    color: #DA291C;
}
.radio-list ul, .checkbox-list ul {
    margin-top: .25rem }
.range-wrapper {
    position: relative;
    width: 95%}
.range-wrapper .range {
    height: .9375rem ;
    background: none;
    position: relative;
    z-index: 10;
}
.range-wrapper .range.sliding .ui-slider-handle:hover {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.range-wrapper .range:hover {
    cursor: pointer;
}
.range-wrapper .guide {
    top: .4375rem ;
    border-top: 1px solid #c2c2c2;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.range-wrapper .ui-slider-handle {
    top: 0rem ;
    border-radius: .625rem ;
    background: #CCC;
    border: 1px solid #525252;
}
.range-wrapper .ui-slider-handle:hover {
    background: #d6d6d6;
    border-color: #666;
    cursor: -webkit-grab;
    cursor: grab;
}
.range-wrapper .ui-slider-range {
    top: .375rem ;
    height: .125rem ;
    background: #525252;
    position: relative;
}
.range-wrapper .labels {
    margin-top: .35rem;
    position: relative;
}
.range-wrapper .label, .range-wrapper .general-label {
    position: absolute;
    text-align: center;
    top: 0;
}

.popout-panel {
    background: #fff;
    border-left: 1px solid #BABABA;
    width: 100%;
    position: absolute;
    right: 0;
    top: 3rem;
    text-align: center;
}
@media (min-width: 40em) {
    .popout-panel {
    min-width: 22.5rem ;
    width: auto;
}
}.popout-panel header, .popout-panel footer, .popout-panel .content {
    padding: .75rem;
}
.popout-panel footer {
    background: #282020;
    color: #fff;
}
.popout-panel footer [class*="button"] {
    margin-bottom: 0;
}
.popout-panel .popout-panel-inner {
    z-index: 60;
    position: relative;
}
.popout-panel .badge {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    float: right;
}
.popout-panel .content {
    text-align: left;
}
.popout-panel:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -12px;
    box-sizing: initial;
    z-index: 50;
    border-bottom: 12px solid rgba(0, 0, 0, 0.1);
    border-left: 12px solid rgba(0, 0, 0, 0.1);
}
.quick-menu {
    margin: 0;
    float: right;
    height: 100%;
    border-right: 0;
}
.quick-menu .button {
    margin: 0;
    padding-right: 0;
}
.quick-menu .quick-menu-item {
    margin-right: 0;
    display: block;
    float: right;
    background: #475B53;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.quick-menu .quick-menu-item:last-child {
    border-radius: 0;
}
.quick-menu .has-icon>span:not(.fa):not(.badge) {
    display: none;
}
.quick-menu .has-icon>span:not(.fa):not(.badge).logout-text {
    display: inline-block;
}
.quick-menu .badge {
    bottom: -.5625rem ;
    margin-left: .75rem;
    width: 1.5rem;
    position: absolute;
}
.quick-menu .badge:hover {
    color: #fff;
    text-decoration: none;
}
.quick-menu .popout-panel ul.lined li {
    padding: 0;
}
.quick-menu .popout-panel ul.lined a {
    display: block;
    padding: .75rem 0;
    position: relative;
}
.quick-menu .popout-panel ul.lined .badge {
    bottom: inherit;
    right: .75rem;
}
@media (min-width: 40em) {
    .quick-menu .button {
    padding-right: 1.5rem;
}
.quick-menu .has-icon>span:not(.fa):not(.badge) {
    padding-left: .625rem ;
    display: inline-block;
}
}
	

	.container {
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 95vw;
}
.container-small {
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 90rem;
}
.container.clear {
	padding-top: 0;
	padding-bottom: 0;
}
.container.small {
	max-width: 60rem;
}
.inner {
    margin: 0 1.5rem;
    max-width: 90rem
}
@media (min-width: 40em) {
    .inner {
        margin: 0 1.5rem 0 0;
        padding-left: 5.25rem
    }
}
@media (min-width: 60em) {
    .inner {
        margin: 0 1.5rem 0 0;
        padding-left: 7.5rem
    }
}
@media screen and (min-width: 92em) {
    .inner {
        margin: 0 auto;
        padding-left: 0
    }
    .container {
    	max-width: 90rem;
    }
}
.inner::after {
    clear: both;
    content: "";
    display: table
}
	

html[data-useragent*="Edge/"] .widget.form_table table thead tr {
	display: table-row !important;
}
	
html[data-useragent*="Edge/"] .widget.form_table table tbody tr {
	display: table-row !important;
}
	
@media (min-width: 60em) {
	html[data-useragent*="Edge/"]  .aos-header-fancy .aos-header__wrapper {
		height: 16rem;
	}
		
}
	

html[data-useragent*="rv:11"] body main {
	display: block;
}
	
html[data-useragent*="rv:11"] .input_box.widget.select_container {
	flex-basis: 5em;
}
	
html[data-useragent*="rv:11"] .form_container .fr-form .fr-form-step .fr-form-section .fr-form-section-body .field-container {
	display: block;
}
	
html[data-useragent*="rv:11"] .flex_parent {
	display: block;
	height: 100%;
}
	
html[data-useragent*="rv:11"] .childcare_summary {
	display: block;
}
	
html[data-useragent*="rv:11"] .childcare_summary .summary_card {
	display: block;
}
	
html[data-useragent*="rv:11"] .childcare_summary .summary_card .avatar {
	min-height: 15rem;
}
	
html[data-useragent*="rv:11"] .data_table .table_section {
	display: block;
}
	
html[data-useragent*="rv:11"] .form_renderer.weekday_select .weekdays {
	display: block;
}
	
html[data-useragent*="rv:11"] .switch .switch-checkbox+.switch-label .switch-button {
	top: 0.2rem;
	left: 0.2rem;
}
	
html[data-useragent*="rv:11"] .widget.nfe_form.nfe_line_wrapper .line_display {
	min-height: 3rem;
	height: auto;
}
	
html[data-useragent*="rv:11"] .widget.nfe_form.nfe_line_wrapper .line_display .actions {
	min-height: 3rem;
	height: auto;
}
	
html[data-useragent*="rv:11"] .request.container .controls .search_widget .combo_box {
	flex: none;
}
	
html[data-useragent*="rv:11"] .request.container .controls .sort_toggle.button_toggle .dropdown {
	left: -134px;
	width: 194px;
}
	
html[data-useragent*="rv:11"] .request.container .controls .filter_toggle.button_toggle .dropdown {
	left: -228px;
	width: 288px;
}
	
html[data-useragent*="rv:11"] .widget.form_table table thead tr {
	display: table-row !important;
}
	
html[data-useragent*="rv:11"] .widget.form_table table tbody tr {
	display: table-row !important;
}
	
@media (max-width: 639px) {
	html[data-useragent*="rv:11"]  .widget.nfe_form.nfe_line_wrapper .line_display {
		display: block;
	}
		
	html[data-useragent*="rv:11"]  .widget.nfe_form.nfe_line_wrapper .line_display .text {
		display: block;
	}
		
}
@media (min-width: 640px) {
	html[data-useragent*="rv:11"]  .widget.nfe_form.nfe_line_wrapper .line_display {
		display: flex;
	}
		
	html[data-useragent*="rv:11"]  .widget.nfe_form.nfe_line_wrapper .line_display .text {
		display: flex;
		flex: 2;
		flex-flow: row nowrap;
	}
		
}
@media (min-width: 60em) {
	html[data-useragent*="rv:11"]  .aos-header-fancy .aos-header__wrapper {
		height: 16rem;
	}
		
}
html[data-useragent*="rv:11"] .map_detail_menu {
	display: block;
	height: 100%;
}
	
html[data-useragent*="rv:11"] .map_detail_menu .card_widget .content_container {
	display: block;
	bottom: 3rem;
}
	
html[data-useragent*="rv:11"] .search_page_map .slideout_menu .search_page_map_filter {
	min-width: 360px;
}
	
html[data-useragent*="rv:11"] .auth_container .inner {
	overflow: auto;
	width: 100%;
}
	
html[data-useragent*="rv:11"] .childcare_detail .information .data_table .table_section.head {
	height: 2.5rem;
}
	
html[data-useragent*="rv:11"] .childcare_detail .information .data_table .table_section.body .entry {
	min-height: 4.5rem;
}
	
html[data-useragent*="rv:11"] .childcare_detail .information .opening_hours_wrapper .field-container .nfe_time_picker {
	min-width: 40%;
}
	
html[data-useragent*="rv:11"] .kaai .quick-menu .avatar {
	height: 3rem;
}
	
html[data-useragent*="rv:11"] .kaai .quick-menu .avatar img {
	height: 100%;
}
	
	

.form_renderer.koza_child_select .child_select_list select {
	margin: 1rem 0;
}
	
.form_renderer.koza_child_select .child_select_list .message {
	margin: 0 0 1rem;
}
	
.form_renderer.koza_child_select .new_child_container .spacing {
	margin: 0.75rem 0;
}
	
.form_renderer.koza_child_select .new_child_container .field-container {
	padding: 0.375rem 0;
}
	
.form_renderer.koza_child_select .new_child_container .field-container > div .span-full {
	padding-right: 0;
}
	
.form_renderer.koza_child_select .toggle_selection {
	margin: 0.75rem 0;
}
	
.form_renderer.koza_location_select .location_select_list select {
	margin: 1rem 0;
}
	
.form_renderer.koza_location_select .new_location_container .location_message {
	color: #fff;
	margin: 0.375rem 0.75rem;
	padding: 0.75rem;
}
	
.form_renderer.koza_location_select .new_location_container .location_message.success {
	background-color: #1bb87a;
}
	
.form_renderer.koza_location_select .new_location_container .location_message.error {
	background-color: #DA291C;
}
	
.form_renderer.koza_location_select .toggle_selection {
	margin: 0.75rem 0;
}
	
.case .case-list-entry:not(:last-child) {
	margin-bottom: 3rem;
}
	
.case .case-list-entry .data-field-list {
	border-top: 1px solid #bababa;
	display: flex;
	flex-flow: row wrap;
}
	
.case .case-list-entry .data-field-list .data-field {
	border-bottom: 1px solid #bababa;
	display: flex;
	flex-flow: row nowrap;
	padding: 0.75rem 0;
	width: 50%;
}
	
.case .case-list-entry .data-field-list .data-field.full {
	width: 100%;
}
	
.case .case-list-entry .data-field-list .data-field .data-field_key {
	color: #7C7070;
	flex: 1;
}
	
.case .case-list-entry .data-field-list .data-field .data-field_value {
	flex: 2;
	position: relative;
}
	
.case .case-list-entry .data-field-list .data-field .data-field_value.data-field_value_highlight {
	color: #DA291C;
	font-weight: 600;
}
	
.case .case-list-entry .data-field-list .data-field .data-field_value .small {
	color: #7C7070;
	font-size: 0.9rem;
}
	
.case .case-list-entry .data-field-list .data-field .data-field_value .icon {
	background-color: #F4F8F6;
	font-size: 0.7rem;
	padding: 0.25rem;
	position: absolute;
	right: 0;
	top: 0.5rem;
	transform: translateY(-50%);
}
	
.case .case-list-entry .data-field-list .data-field .data-field_value .icon:hover {
	background-color: #475B53;
	color: #fff;
}
	
.case .case-list-entry .data-field-list .data-field .data-field_value .data-field_value_content {
	margin-top: 1.5rem;
	width: 100%;
}
	
@media (max-width: 900px) {
	.case .data-field-list .data-field {
		width: 100%;
	}
		
}
.case .button-group .dropdown_toggle .dropdown {
	right: 0;
	left: unset;
}
	
.case .button-group .dropdown_toggle .dropdown .button_toggle_options {
	margin: 0;
	padding: 0;
	width: 12rem;
}
	
.case .button-group .dropdown_toggle .dropdown .button_toggle_options li {
	align-items: center;
	border-bottom: 1px solid #bababa;
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0.75rem 1rem;
}
	
.case .button-group .dropdown_toggle .dropdown .button_toggle_options li.title {
	font-weight: 600;
	font-size: 1.12rem;
	justify-content: space-between;
}
	
.case .button-group .dropdown_toggle .dropdown .button_toggle_options li.option {
	cursor: pointer;
}
	
.case .button-group .dropdown_toggle .dropdown .button_toggle_options li.option:hover {
	background-color: #F4F8F6;
}
	
.case .button-group .dropdown_toggle .dropdown .button_toggle_options li.option .icon {
	color: #475B53;
	font-size: 1rem;
	margin-right: 0.25rem;
}
	
.case .button-group .dropdown_toggle .dropdown .button_toggle_options li.option.disabled {
	opacity: 0.3;
	text-decoration: line-through;
}
	
@media screen and (max-width: 480px) {
	table.responsive_table .widget.select_box label {
		z-index: 1;
	}
		
	table.responsive_table .widget.select_box input[type="checkbox"]:checked+label:before {
		background-color: #fff;
	}
		
	table.responsive_table .widget.select_box input[type="checkbox"]:checked+label:after {
		color: #475B53;
	}
		
}
.tag_select_combo_box .combo_box_wrapper {
	min-height: calc(3rem + 6px);
	margin: 0;
	padding: 2px;
}
	
.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag {
	border: none;
	border-radius: 2px;
	font-size: 0.9rem;
	margin: 0 0.5rem 0 0;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	min-width: auto;
}
	
.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag .tag i {
	font-size: 0.9rem;
	width: 2rem;
}
	
.tag_select_combo_box .combo_box_wrapper .combo_box .input_holder input {
	border: none;
}
	
.tag_select_combo_box .combo_box_wrapper .combo_box .combo_box_list_item .address_information {
	color: #bababa;
	font-size: 0.9rem;
}
	
.search-provider-combo-box {
	border: 1px solid #bababa;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 0.75rem;
	width: 100%;
	max-width: 32rem;
}
	
.search-provider-combo-box .dropdown_toggle {
	background-color: #fff;
	border: none;
	max-height: 3rem;
}
	
.search-provider-combo-box .dropdown_toggle .selected {
	align-content: center;
	border-right: 1px solid #bababa;
	display: flex;
	line-height: 3rem;
	padding: 0 0.75rem;
	text-align: center;
	min-width: 170px;
}
	
.search-provider-combo-box .dropdown_toggle .selected span {
	margin: 0 auto;
}
	
.search-provider-combo-box .dropdown_toggle .dropdown {
	z-index: 1001;
}
	
.search-provider-combo-box .dropdown_toggle .dropdown .options {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: -1px;
}
	
.search-provider-combo-box .dropdown_toggle .dropdown .options .option {
	list-style-type: none;
	margin: 0;
	padding: 0.75rem 1.5rem;
}
	
.search-provider-combo-box .dropdown_toggle .dropdown .options .option:hover {
	background-color: #F4F8F6;
}
	
.search-provider-combo-box .dropdown_toggle .dropdown .options .option .radio {
	display: none;
}
	
.search-provider-combo-box .combo_box {
	flex: 1;
}
	
.search-provider-combo-box .combo_box .input_holder input {
	border: none;
}
	
.search-provider-combo-box .combo_box .dropdown .dropdown_item > span {
	display: flex;
	flex-flow: column nowrap;
}
	
.search-provider-combo-box .combo_box .dropdown .dropdown_item > span .organisation {
	color: #999;
	font-size: 0.8rem;
}
	
.mint .search-provider-combo-box {
	border: none;
	flex-direction: column;
	gap: 6px;
}
	
.mint .search-provider-combo-box .dropdown_toggle {
	width: fit-content;
	position: relative;
	border-radius: 8px;
}
	
.mint .search-provider-combo-box .dropdown_toggle:hover {
	background-color: rgba(61, 61, 61, 0.05);
	color: #4C917F !important;
}
	
.mint .search-provider-combo-box .dropdown_toggle:hover .fa {
	color: #4C917F;
}
	
.mint .search-provider-combo-box .dropdown_toggle:focus {
	background-color: rgba(61, 61, 61, 0.05);
	color: #4C917F;
}
	
.mint .search-provider-combo-box .dropdown_toggle:focus .fa {
	color: #4C917F;
}
	
.mint .search-provider-combo-box .dropdown_toggle .selected {
	border-right: none;
	line-height: 2em;
	border-radius: 8px;
	min-width: 0;
	font-weight: 500;
	color: #475B53;
	padding: 0 .5em;
}
	
.mint .search-provider-combo-box .dropdown_toggle .selected i {
	margin-left: .5rem !important;
}
	
.mint .search-provider-combo-box .dropdown_toggle .dropdown {
	position: absolute;
	left: 0;
	right: auto;
	top: calc(100% + .2em);
}
	
.mint .search-provider-combo-box .dropdown_toggle .dropdown .options {
	border: 1px solid #EDEFF3;
	box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}
	
.mint .search-provider-combo-box .widget.combo_box {
	border: 1px solid #DADCDE;
	border-radius: 8px;
}
	
.mint .search-provider-combo-box .widget.combo_box input {
	padding: 0.75em 1em 0.75em 2.3em;
}
	
.mint .search-provider-combo-box .widget.combo_box .fa {
	color: #5FB59F;
	transform: translateX(0) !important;
	left: 12px;
	top: calc(50% - .5em);
}
	
.request_workflow {
	padding: 1.5rem 0;
}
	
.request_workflow .title {
	font-size: 1.2rem;
	margin-bottom: 0.375rem;
}
	
.request_workflow .actions .action {
	line-height: 1.66666777rem;
	margin: 1rem 0;
}
	
.request_workflow .actions .action span a {
	text-transform: lowercase;
}
	
.koza_contact_persons .contact_persons .contact_person {
	display: flex;
	flex-flow: column nowrap;
}
	
.koza_contact_persons .contact_persons .contact_person:first-child {
	margin-bottom: 2rem;
}
	
.koza_contact_persons .contact_persons .contact_person .contact_person_section {
	display: flex;
	flex-flow: row nowrap;
}
	
.koza_contact_persons .contact_persons .contact_person .contact_person_section .contact_person_key {
	flex: 1;
}
	
.koza_contact_persons .contact_persons .contact_person .contact_person_section .contact_person_value {
	flex: 1;
}
	
.koza_contact_persons .contact_persons_empty {
	font-weight: 600;
}
	
.popout {
	position: relative;
}
	
.popout .alt-title {
	display: inline-block;
}
	
@media (min-width: 600px) {
	.popout .title {
		display: inline-block;
	}
		
	.popout .alt-title {
		display: none;
	}
		
}
.nfe_form.nfe_form_wrapper {
	padding: 0.5rem 0;
}
	
.nfe_form.nfe_form_wrapper .form fields.inline > *, .nfe_form.nfe_form_wrapper .form.inline > * {
	display: inline-block;
}
	
.nfe_form.nfe_form_wrapper .form fields.vertical, .nfe_form.nfe_form_wrapper .form.vertical {
	flex-direction: column;
}
	
.nfe_form.nfe_form_wrapper .form fields > *, .nfe_form.nfe_form_wrapper .form > * {
	margin: 1rem 0;
}
	
.nfe_form.nfe_form_wrapper .form fields .third, .nfe_form.nfe_form_wrapper .form .third {
	width: 100%;
}
	
.nfe_form.nfe_form_wrapper .form fields .half, .nfe_form.nfe_form_wrapper .form .half {
	width: 100%;
}
	
.nfe_form.nfe_form_wrapper .form fields .full, .nfe_form.nfe_form_wrapper .form .full {
	width: 100%;
}
	
.nfe_form.nfe_form_wrapper .form fields .form_section, .nfe_form.nfe_form_wrapper .form .form_section {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-flow: row wrap;
	padding: 0 0 1rem;
	width: 100%;
}
	
.nfe_form.nfe_form_wrapper .form fields .form_section .form_section_title, .nfe_form.nfe_form_wrapper .form .form_section .form_section_title {
	color: #aaa;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
}
	
.nfe_form.nfe_form_wrapper .form fields .form_section .form_section_title.has_icon, .nfe_form.nfe_form_wrapper .form .form_section .form_section_title.has_icon {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
}
	
.nfe_form.nfe_form_wrapper .form fields .form_section .form_section_title.has_icon .icon, .nfe_form.nfe_form_wrapper .form .form_section .form_section_title.has_icon .icon {
	align-items: center;
	background-color: #ccc;
	cursor: pointer;
	color: #333;
	display: flex;
	flex-flow: row nowrap;
	height: 2rem;
	justify-content: center;
	margin: 0 0.5rem;
	margin-left: auto;
	width: 2rem;
}
	
.nfe_form.nfe_form_wrapper .form fields .form_section > *, .nfe_form.nfe_form_wrapper .form .form_section > * {
	margin: 0;
}
	
.nfe_form.nfe_form_wrapper .form fields .address_line, .nfe_form.nfe_form_wrapper .form .address_line {
	align-items: stretch;
	display: flex;
	flex-flow: column nowrap;
}
	
.nfe_form.nfe_form_wrapper .form fields .address_line .address_line_group, .nfe_form.nfe_form_wrapper .form .address_line .address_line_group {
	display: flex;
	flex-flow: column nowrap;
}
	
.nfe_form.nfe_form_wrapper .form fields .address_line .address_line_group select, .nfe_form.nfe_form_wrapper .form .address_line .address_line_group select {
	margin-left: 0;
}
	
.nfe_form.nfe_form_wrapper .form fields .vertical_wrapper, .nfe_form.nfe_form_wrapper .form .vertical_wrapper {
	display: flex;
	flex-flow: column nowrap;
}
	
.nfe_form.nfe_form_wrapper .form fields .vertical_wrapper *:not(label), .nfe_form.nfe_form_wrapper .form .vertical_wrapper *:not(label) {
	margin-left: 0;
}
	
.nfe_form.nfe_form_wrapper .form fields .label, .nfe_form.nfe_form_wrapper .form .label {
	white-space: nowrap;
}
	
.vertical_wrapper {
	display: flex;
	flex-flow: column nowrap;
}
	
.vertical_wrapper *:not(label) {
	margin-left: 0;
}
	
@media (min-width: 40em) {
	.nfe_form.nfe_form_wrapper {
		padding: 0;
	}
		
	.nfe_form.nfe_form_wrapper .form fields > *, .nfe_form.nfe_form_wrapper .form > * {
		margin: 1rem;
	}
		
	.nfe_form.nfe_form_wrapper .form fields .third, .nfe_form.nfe_form_wrapper .form .third {
		width: calc(33% - 2rem + 2px);
	}
		
	.nfe_form.nfe_form_wrapper .form fields .half, .nfe_form.nfe_form_wrapper .form .half {
		width: calc(50% - 2rem - 2px);
	}
		
	.nfe_form.nfe_form_wrapper .form fields .form_section > *, .nfe_form.nfe_form_wrapper .form .form_section > * {
		margin: 1rem;
	}
		
	.nfe_form.nfe_form_wrapper .form fields .address_line, .nfe_form.nfe_form_wrapper .form .address_line {
		flex-flow: row nowrap;
	}
		
	.nfe_form.nfe_form_wrapper .form fields .address_line > *:not(:last-child), .nfe_form.nfe_form_wrapper .form .address_line > *:not(:last-child) {
		margin-right: 1rem;
	}
		
}
.case-action-list {
	width: 100%;
}
	
.case-action-list .action-list .action-list_item {
	display: flex;
	flex-flow: row wrap;
	padding: 1.5rem;
	padding-right: 3rem;
	position: relative;
}
	
.case-action-list .action-list .action-list_item .actor {
	flex: 1;
}
	
.case-action-list .action-list .action-list_item .description {
	margin-top: 1rem;
	width: 100%;
}
	
.case-action-list .action-list .action-list_item .action-description-toggle {
	font-size: 0.9rem;
	margin-left: auto;
	position: relative;
	top: 0.25rem;
}
	
.case-action-list .action-list .action-list_item .action_buttons {
	display: flex;
	flex-flow: column nowrap;
	position: absolute;
	top: 1.25rem;
	right: 0.75rem;
}
	
.case-action-list .action-list .action-list_item .action_buttons .button {
	margin: 0;
	margin-bottom: 0.5rem;
	opacity: 0.2;
	padding-left: 0;
	padding-right: 0;
	width: 1.5rem;
}
	
.case-action-list .action-list .action-list_item .action_buttons .button .fa {
	width: 1.5rem;
}
	
.case-action-list .action-list .action-list_item .action_buttons:hover .button {
	opacity: 1;
}
	
.notes_container .button.small {
	margin: 0;
	margin-top: 1rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
}
	
.notes_container .meta_item {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}
	
.notes_container .meta_item .meta_item-content {
	display: flex;
	flex: 1;
	flex-direction: column;
}
	
.notes_container .meta_item .meta_item-content .date {
	margin-bottom: .75rem;
}
	
.notes_container .meta_item .meta_item-actions .button {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	width: 1.5rem;
	color: #475B53;
	background: transparent;
	border: 1px solid #475B53;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}
	
.notes_container .meta_item .meta_item-actions .button:hover {
	box-shadow: none;
}
	
.notes_container .meta_item .meta_item-actions .button .fa {
	width: 1.4rem;
	height: 1.5rem;
	line-height: 1.5rem;
}
	
.request_notes .note_modal .modal_content {
	min-height: auto !important;
}
	
.widget.n_widget_file_upload {
	width: 100%;
}
	
.widget.n_widget_file_upload .dropzone {
	position: relative;
}
	
.widget.n_widget_file_upload .dropzone .loading_overlay {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
	
.widget.n_widget_file_upload .dropzone .loading_overlay .spinner {
	margin-right: 1rem;
}
	
.widget.n_widget_file_upload form .drop_box {
	align-items: center;
	border: 4px dashed #ccc;
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	min-height: 120px;
}
	
.widget.image_crop {
	position: relative;
}
	
.widget.image_crop:hover {
	background-color: none;
}
	
.widget.image_crop .dropzone {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
	
.widget.image_crop .dropzone_actions {
	position: relative;
	width: 100%;
}
	
.widget.image_crop .dropzone_actions .file_input {
	cursor: pointer;
	margin: -1.2rem;
	padding: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
	
.widget.image_crop .dropzone_actions .link {
	font-weight: bold;
	text-decoration: underline;
}
	
.widget.image_crop .dragover {
	border: 5px dashed blue;
}
	
.widget.image_crop .crop_area {
	overflow: hidden;
	margin-bottom: 1rem;
}
	
.n_widget_file_upload.mint {
	margin-top: 10px !important;
	border-radius: 8px;
	overflow: hidden;
}
	
.n_widget_file_upload.mint .aos-upload {
	border-radius: 8px;
}
	
.n_widget_file_upload.mint .aos-upload:hover {
	background-color: #F4F8F6;
}
	
.n_widget_file_upload.mint .dropzone {
	padding-bottom: 1.3em;
	padding-top: 1.3em;
	border: none;
	border-radius: 8px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%235FB59FFF' stroke-width='2' stroke-dasharray='3%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-bottom: 1px solid transparent;
}
	
.n_widget_file_upload.mint .dropzone .loading_overlay {
	border-radius: 8px;
	backdrop-filter: blur(2px);
}
	
.n_widget_file_upload.mint .dropzone label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #414141;
	gap: 6px;
	height: 100%;
}
	
.n_widget_file_upload.mint .dropzone label .fa-regular {
	color: #5FB59F;
	font-size: 1.4em;
	margin: 0 !important;
	margin-bottom: 4px !important;
}
	
.n_widget_file_upload.mint .dropzone label strong {
	font-weight: 600;
	font-size: 1.025rem;
}
	
.n_widget_file_upload.mint .dropzone label span {
	font-size: .925rem;
	font-weight: 400;
}
	
.n_widget_file_upload.mint .dropzone input {
	margin-top: 0;
}
	
.request_table {
	border: 1px solid #F6F6F6;
	border-left: none;
	border-right: none;
}
	
.request_table .request_title {
	padding: 0.75rem 0;
	position: relative;
}
	
.request_table .request_title .title {
	font-size: 1.2rem;
	line-height: 1.666667rem;
	margin: 0;
}
	
.request_table .request_title .title a {
	color: #475B53;
}
	
.request_table .request_title p.subtitle {
	margin-bottom: 0;
}
	
.request_table .request_title .collapse {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
}
	
.request_table .request_title .collapse .fa {
	background-color: #F4F8F6;
	font-size: 0.75rem;
	padding: .83em .94em;
	text-align: center;
	transition: transform 0.2s ease-out;
}
	
.request_table .request_title .collapse:hover .fa {
	background-color: #475B53;
	color: #fff;
	transform: scale(1.05);
}
	
.request_table .sections {
	max-height: 10000px;
	transition: max-height 0.3s linear;
}
	
.request_table .sections.collapsed {
	max-height: 0;
	overflow: hidden;
}
	
.request_table .sections section {
	page-break-before: auto;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
	
.request_table .sections section .section_field {
	border-bottom: 1px solid #F6F6F6;
	display: flex;
	flex-flow: row nowrap;
	padding: 0.75rem 0;
}
	
.request_table .sections section .section_field:first-of-type {
	border-top: 1px solid #F6F6F6;
}
	
.request_table .sections section .section_field .entry {
	flex: 1;
}
	
.request_table .sections section .section_field .entry.key {
	color: #5C666A;
}
	
.request_table .sections section .section_field .entry.key:after {
	content: ":";
}
	
.request_table .sections section .section_field .entry.value {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
	
.request_table .sections section .section_field .entry.value .icon {
	align-self: flex-start;
	background-color: #F4F8F6;
	font-size: 0.7rem;
	padding: 0.25rem;
}
	
.request_table .sections section .section_field .entry.value .icon:hover {
	background-color: #475B53;
	color: #fff;
}
	
.request_table .sections section .section_field .entry.value .entry_content {
	margin-top: 1.5rem;
	width: 100%;
}
	
.request_table .collapse_section section {
	height: auto;
	max-height: 10000px;
	overflow: hidden;
	transition: max-height 0.3s linear;
}
	
.request_table .collapse_section.collapsed section {
	max-height: 0;
	margin: 0;
	padding: 0;
}
	
.request_table .collapse_section .collapse_toggle {
	padding: 0 0 1.5rem;
}
	
.request_table .collapse_section .collapse_toggle .fa {
	font-size: 1rem;
	color: #333;
}
	
.switch {
	position: relative;
	display: flex;
	align-items: center;
}
	
.switch input {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}
	
.switch span {
	position: relative;
	top: -1rem;
}
	
.switch span:first-of-type {
	margin-right: .75rem;
}
	
.switch .switch-checkbox+.switch-label {
	margin-right: .75rem;
	padding: 0;
	display: inline-block;
}
	
.switch .switch-checkbox+.switch-label:before {
	height: 1.625rem;
	width: 3rem;
	background: #fff;
	border-radius: 0;
	display: block;
	box-shadow: none;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	box-sizing: initial;
}
	
.switch .switch-checkbox+.switch-label:after {
	display: none;
}
	
.switch .switch-checkbox+.switch-label .switch-button {
	transition: all 0.3s ease-in 0s;
	height: 1.25rem;
	width: 1.25rem;
	top: .25rem;
	left: .25rem;
	background: #d3e3db;
	margin: 0;
	min-height: inherit;
	padding: 0;
	position: absolute;
}
	
.switch .switch-checkbox+.switch-label .switch-button:hover, .switch .switch-checkbox+.switch-label .switch-button:focus {
	box-shadow: none;
}
	
.switch .switch-checkbox+.switch-label+span {
	position: relative;
	top: -1rem;
}
	
.switch .switch-checkbox:checked+.switch-label:before {
	background: #fff;
	border: 1px solid #BABABA;
	box-sizing: initial;
}
	
.switch .switch-checkbox:checked+.switch-label .switch-button {
	margin-left: 1.375rem;
	background: #1bb87a;
}
	
.n-paging .n-paging-container {
	display: flex;
	flex-flow: row nowrap;
	margin: 1rem 0;
	text-align: center;
}
	
.n-paging .n-paging-container .button_wrapper {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	margin: 0 auto;
}
	
.n-paging .n-paging-container .button_wrapper .button {
	margin: 0;
}
	
.n-paging .n-paging-container .button {
	margin-bottom: 0;
}
	
.n-paging .n-paging-container .button.transparent:disabled {
	color: #B8D1E0;
	text-decoration: none;
}
	
.n-paging .n-paging-container .n-paging-previous {
	margin-right: 0.5rem;
}
	
.n-paging .n-paging-container .n-paging-next {
	margin-left: 0.5rem;
}
	
.n-paging .modal .modal_content {
	display: flex;
	flex-flow: column nowrap;
	height: 210px;
	justify-content: space-between;
	padding: 2rem;
}
	
.n-paging .modal .modal_content .buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin-top: 2rem;
}
	
.widget.koza_kdv_header {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}
	
.widget.koza_kdv_header .left {
	margin-right: 2rem;
}
	
.widget.koza_kdv_header .avatar.xlarge .avatar {
	height: 7.5rem;
	width: 7.5rem;
}
	
.widget.select_box {
	position: relative;
}
	
.widget.select_box [type="checkbox"]:checked] {
	position: absolute;
	left: -9999px;
}
	
.widget.select_box [type="checkbox"]:checked + label] {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
	
.widget.select_box [type="checkbox"]:checked + label:before] {
	content: '';
	position: absolute;
	left:0;
	top: 2px;
	width: 1rem; height: 1rem;
	border: 1px solid #BABABA;
	background: #fff;
	border-radius: 0;
}
	
.widget.select_box [type="checkbox"]:checked + label:before] {
	border: none;
	width: calc(1rem + 2px);
	height: calc(1rem + 2px);
}
	
.widget.select_box [type="checkbox"]:checked + label:after] {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	top: 0.375rem;
	left: 4px;
	font-size: 0.8rem;
	line-height: 0.8;
	color: #fff;
	transition: all .2s;
}
	
.widget.select_box [type="checkbox"]:not(:checked) + label:after] {
	opacity: 0;
	transform: scale(0);
}
	
.widget.select_box [type="checkbox"]:checked + label:after] {
	opacity: 1;
	transform: scale(1);
}
	
.widget.select_box [type="checkbox"]:checked + label:before] {
	background-color: #475B53;
}
	
.widget.select_box [type="checkbox"]:disabled:checked + label:before] {
	border-color: #D1D1D1;
	background-color: #D1D1D1;
}
	
.widget.select_box [type="checkbox"]:disabled:checked + label:after] {
	color: #D1D1D1;
}
	
.widget.select_box [type="checkbox"]:disabled + label] {
	color: #D1D1D1;
}
	
.tag-list {
	position: relative;
}
	
.filter_tags_wrapper {
	margin-bottom: 1rem;
}
	
.tag-list::after {
	clear: both;
	content: "";
	display: table;
}
	
.tag-list .tag {
	float: left;
}
	
.tag, .checkbox-tag {
	background: #F4F8F6;
	border-bottom: none;
	display: inline-flex;
	align-items: center;
	color: #475B53;
	font-weight: 700;
	height: auto;
	line-height: 1.5;
	margin: 0 .25rem .25rem 0;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: .25rem;
}
	
.tag .fa, .checkbox-tag .fa {
	line-height: inherit;
	height: inherit;
	position: relative;
	width: auto;
	padding: 0 .25rem 0 .75rem;
	font-size: 1rem;
	text-align: center;
	top: 0;
	cursor: pointer;
	transition: color 250ms ease-out, background-color 250ms ease-out;
}
	
.tag .label {
	font-size: .875rem;
	margin: 0;
	padding: 0 !important;
}
	
.tag .sort-handle, .checkbox-tag .sort-handle {
	cursor: move;
	height: inherit;
	padding: 0;
	color: #fff;
}
	
.tag .sort-handle .fa-arrows, .checkbox-tag .sort-handle .fa-arrows {
	color: #fff;
}
	
.tag .sort-handle .button, .checkbox-tag .sort-handle .button {
	background-color: #BABABA;
}
	
.tag .sort-handle .button:hover, .checkbox-tag .sort-handle .button:hover {
	background-color: #475B53;
}
	
.tag span:not(.fa):not(.sort-handle), .checkbox-tag span:not(.fa):not(.sort-handle) {
	padding: 0 1.5rem;
}
	
.tag:hover, .tag:focus, .checkbox-tag:hover, .checkbox-tag:focus {
	text-decoration: none;
}
	
.tag input[type="text"]:disabled, .checkbox-tag input[type="text"]:disabled {
	color: #000;
}
	
.tag.light, .checkbox-tag.light {
	background: #fff;
}
	
.tag.small, .checkbox-tag.small {
	font-size: 1rem;
	height: 2.25rem;
	line-height: 2.25rem;
}
	
.tag.small .fa, .checkbox-tag.small .fa {
	line-height: inherit;
	height: inherit;
	width: 2.25rem;
	font-size: 1rem;
}
	
.tag.small input[type="text"], .checkbox-tag.small input[type="text"] {
	padding: 0 .75rem;
}
	
.tag.new input[type="text"], .checkbox-tag.new input[type="text"] {
	width: 11.25rem;
	min-width: 11.25rem;
}
	
.tag.new:hover .fa-plus, .tag.new:focus .fa-plus, .checkbox-tag.new:hover .fa-plus, .checkbox-tag.new:focus .fa-plus {
	color: #fff;
	background-color: #1bb87a;
}
	
.tag.sortable .tag__value, .checkbox-tag.sortable .tag__value {
	padding-left: 0;
}
	
.tag .tag-select:hover, .tag .tag-select:focus, .checkbox-tag .tag-select:hover, .checkbox-tag .tag-select:focus {
	color: #fff;
	background-color: #1bb87a;
}
	
.checkbox-tag {
	top: 2px;
}
	
.checkbox-tag .fa {
	background: #BABABA;
	color: #fff;
	display: inline-block;
	line-height: 3rem;
	margin-top: 0;
}
	
.checkbox-tag.checked .fa {
	background: #1bb87a;
}
	
.checkbox-tag:hover, .checkbox-tag:focus {
	color: #475B53;
}
	
.tag {
	min-width: 150px;
	max-width: 100%;
}
	
.tag .tag__value {
	box-sizing: content-box;
	border: 0;
	outline: none;
	display: inline;
	background: transparent;
	color: inherit;
	font-style: normal;
	font-family: "sofia-pro", Helvetica, Arial, Georgia, Sans-serif;
	padding-left: .75rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
	margin: 0;
	min-height: auto;
	vertical-align: top;
	width: 150px;
	min-width: auto;
	height: inherit;
}
	
.tag .fa {
	color: #BABABA;
	float: right;
}
	
.tag .fa-times:hover, .tag .fa-times:focus {
	color: #CF0039;
	background-color: transparent;
}
	
@media (min-width: 40em) {
	.tag .tag__value {
		padding: .1875rem 1.5rem 0;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}
		
}
.request_history {
	padding: 1rem 0;
	margin-top: 1rem;
}
	
.request_history .title h5 span {
	margin-right: 0.75rem;
}
	
.request_history .collapse-header {
	display: flex;
	align-items: center;
	position: relative;
}
	
.request_history .collapse-header h4 {
	display: flex;
	align-items: center;
	gap: 16px;
}
	
.request_history .collapse-header h4 .fa {
	font-size: 1.5rem;
}
	
.request_history .collapse-header .collapse-toggle {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
}
	
.request_history .collapse-header .collapse-toggle .link {
	padding-left: .5rem;
	color: #475B53;
	font-weight: 600;
}
	
.request_history .collapse-header .collapse-toggle .link:hover {
	color: #475B53;
}
	
.request_history .collapse-header .collapse-toggle .link:focus {
	color: #475B53;
}
	
.request_history .collapse-header .collapse-toggle .fa {
	background-color: #F4F8F6;
	font-size: 0.75rem;
	padding: 0.83em 0.94em;
	text-align: center;
	transition: transform 0.2s ease-out;
}
	
.request_history .history_container {
	margin-bottom: 1rem;
}
	
.request_history .history_container .meta_item {
	padding: 1.5rem;
	position: relative;
}
	
.request_history .history_container .meta_item.unread {
	background: #EFF3FE;
}
	
.request_history .history_container .meta_item .date {
	margin-bottom: 0.75rem;
	display: flex;
	justify-content: space-between;
}
	
.request_history .history_container .meta_item .date .read {
	font-size: .875rem;
}
	
.request_history .history_container .meta_item .date .read .fa {
	color: #1bb87a;
	font-size: .875rem;
}
	
.request_history .history_container .meta_item .content p {
	font-size: 1rem;
}
	
.request_history .history_container .meta_item .content .history-reply {
	position: absolute;
	top: 1.5rem;
	right: 1rem;
}
	
.request_history .history_container .meta_item .content .state_name {
	font-weight: 600;
}
	
.request_history .history_container .meta_item .description {
	margin-top: 1rem;
}
	
.request_history .history_container .meta_item .description .description_content {
	margin-bottom: 0.5rem;
}
	
.request_history .history_container .meta_item .description .description_content p {
	font-size: 1rem !important;
}
	
.request_history .history_container .meta_item .description .attachment_list {
	margin: 0;
	padding: 0;
}
	
.request_history .history_container .meta_item .description .attachment_list .tag {
	background-color: #fff;
	border: 1px solid #bababa;
	padding-right: 2rem;
}
	
.request_history .history_container .meta_item .description .attachment_list .tag .fa {
	background-color: #f0f0f0;
}
	
.request_history .history_container .meta_item .description .attachment_list .tag .label {
	margin: 0.5rem;
	padding: 0 1rem;
}
	
.request_history .history_container .meta_item .description .flex {
	display: flex;
}
	
.request_history .history_container .meta_item .description .flex.flex-column {
	flex-direction: column;
}
	
.request_history .history_container .meta_item .description .flex.justify-between {
	justify-content: space-between;
}
	
.request_history .history_container .meta_item .description .g-16 {
	gap: 16px;
}
	
.request_history .history_container .meta_item:last-child {
	border-bottom: none;
}
	
.request_history .history_container ov-button {
	width: fit-content;
}
	
.widget.nfe_form.nfe_box_wrapper .form {
	background-color: #f5f5f5;
	margin: 1rem 0;
	padding: 1rem;
}
	
.widget.nfe_form.nfe_box_wrapper .form fields {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
	
.widget.nfe_form.nfe_box_wrapper .form fields .form-title {
	width: 100%;
}
	
.checkbox_info_list.form_renderer {
	display: flex;
	flex-flow: column nowrap;
}
	
.checkbox_info_list.form_renderer .list_item {
	display: flex;
	flex-flow: column nowrap;
	flex: 1;
}
	
.checkbox_info_list.form_renderer .list_item .visible {
	border-top: 1px solid #ccc;
	display: flex;
	flex-flow: row nowrap;
	padding: 0.375rem;
}
	
.checkbox_info_list.form_renderer .list_item .visible .checkbox_container {
	display: flex;
	flex: 1;
	flex-flow: row nowrap;
}
	
.checkbox_info_list.form_renderer .list_item .visible .checkbox_container label {
	align-self: center;
}
	
.checkbox_info_list.form_renderer .list_item .visible .icon {
	align-self: center;
	background-color: #ccc;
	display: flex;
	height: 2rem;
	justify-content: center;
	margin: 0 0.5rem;
	width: 2rem;
}
	
.checkbox_info_list.form_renderer .list_item .visible .icon i {
	align-self: center;
}
	
.checkbox_info_list.form_renderer .list_item .collapsable {
	height: auto;
	max-height: 1000px;
	overflow: hidden;
	padding: 0.375rem;
}
	
.checkbox_info_list.form_renderer .list_item .collapsable.collapsed {
	max-height: 0;
	padding: 0;
}
	
.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 200ms ease-in-out;
}
	
.grayscale:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
}
	
.widget.koza_childcare_searchbox {
	border: 1px solid #ccc;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}
	
.widget.koza_childcare_searchbox .widget.combo_box {
	width: 100%;
}
	
.widget.koza_childcare_searchbox .widget.combo_box .address_information {
	color: #bababa;
	font-size: 0.9rem;
}
	
.widget.koza_childcare_searchbox .widget.combo_box .input_holder input {
	border: none;
}
	
.widget.koza_childcare_searchbox .widget.combo_box .input_holder .fa-search {
	display: none;
}
	
.widget.koza_childcare_searchbox .button {
	margin: 0;
	width: auto;
	border-radius: 0;
}
	
.widget.request.request-options .options-list {
	padding-left: 0;
}
	
.widget.request.request-options .options-list .list-option {
	border-bottom: 1px solid #bababa;
	padding: 0.5rem;
	list-style: none;
}
	
.widget.request.request-options .options-list .list-option:first-child {
	border-top: 1px solid #bababa;
}
	
.widget.request.request-options .options-list .list-option .option-comments .fa.field-icon {
	display: none;
}
	
.request-options-list-html .option-description {
	font-size: 0.9rem;
	margin: 0.25rem 0.5rem;
}
	
.dropdown-container {
	background-color: #fff;
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
	z-index: 100000;
}
	
.dropdown-container .dropdown {
	background-color: #fff;
	border: 1px solid #AFCBC1;
	border-radius: 1px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
	min-width: 16rem;
	max-width: calc(100vw - 2rem);
}
	
.dropdown-container .dropdown:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #FFF;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-10px, -14px);
	width: 0;
	z-index: 20;
}
	
.dropdown-container .dropdown:after {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 17px solid #AFCBC1;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-8px, -16px);
	width: 0;
	z-index: 10;
}
	
table.responsive_table thead {
	display: none;
}
	
table.responsive_table tbody td {
	clear: both;
	display: flex;
	flex-flow: row wrap;
	float: left;
	vertical-align: middle;
	width: 100%;
	max-width: 100vw;
}
	
table.responsive_table tbody td:before {
	content: attr(data-th);
	display: inline-block;
	font-weight: 600;
	width: 50%;
}
	
table.responsive_table tbody td.no_label:before {
	display: none;
}
	
table.responsive_table tbody td:not(:last-child) {
	border-bottom-color: transparent;
}
	
table.responsive_table tbody td:nth-child(odd) {
	background-color: #efefef;
}
	
table.responsive_table tbody td:first-child {
	background-color: #475B53;
	color: #fff;
}
	
table.responsive_table tfoot tr td {
	color: #999;
	font-weight: 400;
	text-align: center;
}
	
@media screen and (min-width: 480px) {
	table.responsive_table thead {
		background-color: #475B53;
		color: #fff;
		display: table-header-group;
	}
		
	table.responsive_table tbody td {
		display: table-cell;
		float: none;
		width: auto;
	}
		
	table.responsive_table tbody td:before {
		display: none;
	}
		
	table.responsive_table tbody td:not(:last-child) {
		border-bottom-color: inherit;
	}
		
	table.responsive_table tbody td:nth-child(odd) {
		background-color: inherit;
	}
		
	table.responsive_table tbody td:first-child {
		background-color: inherit;
		color: inherit;
	}
		
}
.widget.koza_location_parent .alternative-locations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
.widget.koza_location_parent .alternative-locations ul li {
	align-items: center;
	border-bottom: 1px solid #bababa;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
	
.widget.koza_location_parent .alternative-locations ul li:last-child {
	border-bottom: none;
}
	
.widget.koza_location_parent .widget.combo_box .input_holder div:not(.dropdown_container) {
	border-radius: 8px;
	height: 3.25rem;
}
	
.widget.page_navigation {
	gap: 2em;
	margin-top: 3em;
}
	
.widget.page_navigation ul {
	margin: 0;
	padding: 0;
	gap: 8px;
}
	
.widget.page_navigation ul li {
	list-style-type: none;
	margin: 0;
	padding: 16px;
}
	
.widget.page_navigation ul li.active {
	color: #5FB59F;
}
	
.widget.page_navigation ul li.gap {
	color: #A7A7A7;
}
	
.widget.page_navigation button {
	margin: 0 !important;
}
	
.widget.page_navigation button:disabled {
	pointer-events: none;
	opacity: 0.8;
}
	
.widget.page_navigation.mint {
	display: flex;
	justify-content: space-evenly;
}
	
.widget.form_table table thead tr th:first-of-type {
	width: 3rem;
}
	
.widget.form_table table thead tr th .fa {
	font-size: 1rem;
}
	
.widget.form_table table tbody tr.active {
	background-color: #e5e5e5;
}
	
.widget.form_table table tbody tr td table tr:first-of-type {
	border-bottom: none;
}
	
.widget.form_table table tbody tr td table tr td.select {
	width: 3rem;
	z-index: 10;
}
	
.widget.form_table table tbody tr td .widget.toggle_box .switch.disabled {
	opacity: 0.4;
}
	
.widget.form_table table tbody tr td .widget.toggle_box .switch .label_left {
	display: none;
}
	
.widget.form_table table tbody tr td .widget.toggle_box .switch .switch-label {
	margin: 0;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display {
	display: flex;
	flex-flow: column nowrap;
	padding-bottom: .6rem;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display .text {
	display: flex;
	flex: 1;
	flex-flow: column nowrap;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display .text .labels {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-flow: column nowrap;				;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display .text .labels .label, .widget.nfe_form.nfe_line_wrapper .line_display .text .labels .value {
	word-wrap: break-word;
	width: 100%;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display .text .labels .icon {
	font-size: 1rem;
	padding: 0.1rem 0;
	margin: 1rem 0.75rem 0.5rem 0;
	line-height: 1.4rem;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display .text .labels .label.with_icon {
	margin-right: -1.8rem;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display .text .labels .value {
	font-weight: 600;
	word-break: break-word;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display .flex {
	width: 100%;
	display: flex;
	flex-direction: column;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display .actions {
	align-items: center;
	display: flex;
	justify-content: center;
	flex: 1;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display .actions actions {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
	
.widget.nfe_form.nfe_line_wrapper .line_display .actions actions .button {
	margin: 0;
}
	
.widget.nfe_form.nfe_line_wrapper .form fields {
	display: block;
	width: 100%;
}
	
.widget.nfe_form.nfe_line_wrapper .form .message {
	margin-bottom: 1rem;
}
	
@media (min-width: 640px) {
	.widget.nfe_form.nfe_line_wrapper .line_display {
		flex-flow: row nowrap;
		padding-bottom: 0;
	}
		
	.widget.nfe_form.nfe_line_wrapper .line_display .text .labels {
		flex-flow: row nowrap;
	}
		
	.widget.nfe_form.nfe_line_wrapper .line_display .flex {
		flex: 2 !important;
		display: flex;
		flex-direction: row;
	}
		
	.widget.nfe_form.nfe_line_wrapper .line_display .actions {
		max-width: fit-content;
		padding-left: 3rem;
	}
		
	.widget.nfe_form.nfe_line_wrapper .line_display .actions actions {
		width: auto;
	}
		
	.widget.nfe_form.nfe_line_wrapper .form fields {
		display: block;
		width: 50%;
	}
		
	.widget.nfe_form.nfe_line_wrapper .form fields.full {
		width: 100%;
	}
		
}
@media (min-width: 960px) {
	.widget.nfe_form.nfe_line_wrapper .line_display .text {
		flex: 1;
		flex-flow: row nowrap;
	}
		
}
.widget.fav_button .icon {
	color: #fff;
}
	
.widget.fav_button .icon.favorite {
	color: #D11F38;
}
	
.widget.map_filter_list_options {
	padding: 1rem;
}
	
.widget.map_filter_list_options .option.has-available-capacity .box-highlight-danger {
	position: relative;
}
	
.widget.map_filter_list_options .option.has-available-capacity .box-highlight-danger .close {
	color: #333;
	position: absolute;
	right: 0.5rem;
	top: 0;
}
	
.widget.map_filter_list_options .option.has-available-capacity .box-highlight-danger .close:before {
	font-size: 1rem;
}
	
.widget.map_filter_list_options .option.has-available-capacity .widget.combo_box .input_holder .dropdown_container {
	margin-bottom: 1rem;
}
	
.widget.map_filter_list_options .option.has-available-capacity .widget.combo_box .input_holder .dropdown_container .dropdown {
	position: relative;
}
	
.nfe_form.nfe_field .label {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.4em;
	margin-top: 1rem;
	margin-bottom: .5rem;
	padding-top: .1rem;
	padding-bottom: .1rem;
}
	
.nfe_form.nfe_field .label.required {
	padding-left: .1875rem;
	content: "*";
	color: ${red};
}
	
.nfe_form.nfe_field .prefix_wrapper {
	position: relative;
}
	
.leaflet_map {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
	
.leaflet_map .leaflet-container {
	height: 100%;
}
	
.widget.nfe_form.nfe_form_field.nfe_input_field .field_wrapper {
	position: relative;
}
	
.widget.nfe_form.nfe_form_field.nfe_input_field .field_wrapper .prefix {
	line-height: 2.5rem ;
	padding-right: .625rem ;
	float: left;
	display: block;
}
	
.widget.nfe_form.nfe_form_field.nfe_input_field .field_wrapper .prefix_wrapper {
	height: 100%;
	width: auto;
}
	
ul.pagination {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
	
ul.pagination li {
	color: #475B53;
	list-style: none;
	font-size: 1.2rem;
	height: 3rem;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 3rem;
}
	
ul.pagination li:first-child {
	border-left-width: 1px;
}
	
ul.pagination li.active {
	background-color: #475B53;
}
	
ul.pagination li.active a {
	color: #fff;
}
	
ul.pagination li a {
	display: block;
	line-height: 3rem;
	height: 100%;
	width: 100%;
}
	
.widgets.features-report .features-slider {
	text-align: center;
}
	
.widgets.features-report .slider {
	width: 100%;
	padding-top: 1.5rem;
}
	
.widgets.features-report .slider .slide {
	display: flex;
	flex-direction: column;
}
	
.widgets.features-report .slide .slide_image {
	height: 30vh;
	width: 80%;
	margin: 0 auto;
}
	
.widgets.features-report .slide .slide_body {
	padding: 1rem 0;
}
	
@media email {
	.header {
		background-color: #637F74;
		border-bottom: 1px solid #ddd;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
		height: 3rem;
		padding: .5rem 2rem;
	}
		
	.header .ov-logo {
		padding: 0.5rem;
	}
		
	.header .logo_label {
		background-color: #475B53;
		display: inline-block;
		height: 1rem;
		padding: 1rem 1.5rem 1rem 1.5rem;
		position: relative;
		left: -4px;
		vertical-align: top;
	}
		
	.header .logo_label .label {
		color: #fff;
		vertical-align: middle;
	}
		
	.alt-header .ov-logo-text {
		margin: 2rem auto 0;
		width: 188px;
	}
		
	a.link {
		color: #2199e8 !important;
	}
		
	table.container {
		margin: 2rem 0 !important;
	}
		
	.title {
		margin: 20px 0 !important;
	}
		
	.strong {
		font-weight: 700;
	}
		
	table tr th {
		font-weight: normal;
	}
		
	table.data_display_table tr td:first-child {
		padding-right: 2rem !important;
	}
		
	table.pretty_table thead {
		background-color: #F4F8F6;
	}
		
	table.pretty_table thead tr th {
		border-bottom: 1px solid #BABABA;
		font-weight: bold !important;
		padding: 0.75rem 0.25rem !important;
	}
		
	table.button td {
		border: none !important;
	}
		
	table.button a {
		background-color: #4F8CFB;
		color: #fff !important;
		font-weight: 700 !important;
		padding:  0.75rem 1.5rem !important;
	}
		
	.footnote {
		font-style: italic;
	}
		
	.footnote:before {
		border-top: 1px solid #ccc;
		content: "";
		display: block;
		margin-bottom: 0.5rem;
		width: 20px;
	}
		
	.footnote p {
		font-size: 12px !important;
	}
		
	div.pre-line {
		white-space: pre-line;
	}
		
}
.request-label-selector .section-field {
	border-bottom: 1px solid #bababa;
	display: flex;
	flex-flow: row nowrap;
	padding: 0.75rem 0;
}
	
.request-label-selector .section-key {
	display: flex;
	align-items: center;
	flex: 1;
}
	
.request-label-selector .section-key .label-name {
	margin-left: 0.5rem;
}
	
.request-label-selector .section-actions {
	text-align: right;
}
	
.request-label-selector .section-actions .button {
	margin: 0;
}
	
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
	
.ng-leave {
	display: none;
}
	
input:focus {
	outline: none;
}
	
.form_container .fr-form .fr-form-title {
	display: none;
}
	
.form_container .fr-form .fr-form-body {
	display: none;
}
	
.form_container .fr-form .fr-form-step .fr-form-step-title {
	display: none;
}
	
.form_container .fr-form .fr-form-step .fr-form-section .leaf {
	border: none;
}
	
.form_container .fr-form .fr-form-step .fr-form-section .fr-form-section-body .field-container {
	display: flex;
	flex-flow: column nowrap;
}
	
.form_container .fr-form .fr-form-step .fr-form-section .fr-form-section-body .field-container > div {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
	
.form_container .fr-form .fr-form-step .fr-form-section .fr-form-section-body .field-container > div .span-full {
	width: 100% !important;
}
	
.form_container .fr-form .fr-form-step .fr-form-section .fr-form-section-body .field-container .field-problem p {
	margin: 0;
}
	
.form_container .fr-form .fr-form-step #section5 .fr-form-section-header {
	margin-bottom: 2rem;
}
	
.form_container .fr-form .fr-form-step #section5 .fr-form-section-body textarea#requestorComment {
	height: 8rem;
}
	
.form_container .fr-form .fr-form-step #section7 .fr-form-section .fr-form-section-header {
	display: none;
}
	
.form_renderer.koza_contact_persons .title {
	font-size: 1.2rem;
}
	
.form_renderer.weekday_select {
	padding: 1.5rem 0;
	max-width: 100vw;
}
	
.form_renderer.koza_date_range .end_date {
	margin-top: 2rem;
}
	
.form_renderer.koza_date_range .end_date .multiple-field-container {
	margin-bottom: 0;
}
	
.form_renderer.koza_date_range .end_date .multiple-field-container li {
	margin-bottom: 0;
}
	
.form_renderer.koza_date_range .end_date .input_field .field-container {
	padding-top: 0;
}
	
.form_renderer.koza_date_range .end_date.auto .input_field .field-container {
	opacity: 0.4;
}
	
.field-container.terms_and_conditions {
	margin-top: 2rem;
	padding: 1rem;
}
	
.field-container.terms_and_conditions .label {
	z-index: 1;
}
	
.field-container.terms_and_conditions .field-icon {
	display: none;
}
	
.field-container.privacy_clause .field-icon {
	display: none;
}
	
.field-container.privacy_clause .field-problem {
	margin: 0 0 1rem;
}
	
.field-container.privacy_clause .privacy_clause_link {
	padding-left: 3rem;
	transform: translateY(-0.5rem);
}
	
.widget.input_box {
	border: 1px solid #ccc;
	display: flex;
	flex: 1 1 50%;
	flex-flow: row nowrap;
	margin: 0;
}
	
.widget.input_box .select_container {
	display: flex;
	flex-flow: row nowrap;
	position: relative;
}
	
.widget.input_box .input_container {
	flex: 1;
}
	
.widget.input_box .input_container input {
	border: none;
	height: 100%;
	outline: none;
	width: 100%;
}
	
.button.round {
	background-color: #8db5a6;
	border: none;
	border-radius: 1.25rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "sofia-pro", Helvetica, Georgia, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 2.5rem;
	min-height: auto;
	line-height: 2.5rem;
	margin: 0 1rem 1rem 0;
	padding: 0 1rem;
	position: relative;
	text-align: center;
	text-transform: none;
	transition: all 0.3s linear;
	outline: none;
	min-width: auto;
}
	
.button.round.has-icon {
	padding-left: 2.5rem;
}
	
.button.round.has-icon .fa, .button.round.has-icon .icon {
	line-height: 2.5rem;
}
	
.button.round:disabled {
	background-color: #a4afc3;
}
	
.button.round:disabled:hover {
	background-color: #8493ae;
}
	
.button.round.secondary {
	background: #FEDC35;
	color: #475B53;
}
	
.button.round.outline {
	background-color: transparent;
	border: 1px solid #8db5a6;
	color: #8db5a6;
}
	
.button:disabled {
	opacity: .5;
	cursor: not-allowed;
}
	
.button {
	border-radius: 8px;
}
	
.header-wrapper header.menu {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
	height: 4rem;
	width: 100%;
	z-index: 10;
}
	
.header-wrapper header.menu.dark {
	background-color: #637F74;
}
	
.header-wrapper header.menu.dark .environment-tag {
	color: #FFF;
}
	
.header-wrapper header.menu .container {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}
	
.header-wrapper header.menu .container .logo-wrapper {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
}
	
.header-wrapper header.menu .container .logo-wrapper img {
	width: 10rem;
}
	
.header-wrapper header.menu .container .logo-wrapper .logo {
	background-image: url("../../resources/images/logo-opvang-vlaanderen.svg");
	background-repeat: no-repeat;
	background-size: 4.5rem;
	background-position: center;
	display: inline-block;
	height: 4rem;
	width: 4rem;
}
	
.header-wrapper header.menu .container .logo-wrapper .widget.opvang-vlaanderen {
	margin-top: 0.25rem;
	margin-left: 0;
}
	
.header-wrapper header.menu .container .environment-tag {
	font-size: 2rem;
	text-transform: uppercase;
}
	
.header-wrapper header.menu .container .menu-item-list {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	float: right;
	padding: 0.75rem 0;
}
	
.header-wrapper header.menu .container .menu-item-list .menu-item-list_help {
	color: #fff;
	margin-right: 1rem;
}
	
.header-wrapper header.menu .container .menu-item-list .button {
	margin: 0;
}
	
.header-wrapper .kdv-header {
	background-color: #F4F8F6;
}
	
.header-wrapper .kdv-header .back {
	color: #475B53;
	display: block;
	padding: 1rem 0;
}
	
.header-wrapper .kdv-header .back .fa {
	font-size: 1rem;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper {
	color: #475b53;
	position: relative;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper .title {
	font-weight: 600;
	margin-top: 1rem;
	transition: all 0.2s ease-out;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper .subtitle {
	margin-bottom: 0;
	transition: all 0.2s ease-out;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper .tabs {
	display: flex;
	flex-flow: row nowrap;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list {
	display: flex;
	column-gap: 32px;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li span {
	white-space: nowrap;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li a {
	border-bottom: 6px solid transparent;
	color: inherit;
	font-size: 1.25rem;
	margin: 0;
	margin-top: 0.125rem;
	padding: 1rem;
	display: flex;
	align-items: center;
	gap: .5rem;
	height: 100%;
	transition: all 0.2s ease-out;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li a.active {
	border-bottom-color: #F9C835;
	font-weight: bold;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li a:hover, .header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li a:focus {
	text-decoration: none;
}
	
.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li .count {
	align-content: center;
	background: #637F74;
	border-radius: 100px;
	color: #fff;
	display: flex;
	font-size: .9rem;
	justify-content: center;
	padding: 0 .5rem;
	position: relative;
	line-height: 1.6;
	margin-left: .25rem;
}
	
@media (max-width: 900px) {
	.header-wrapper header.menu .container .logo-wrapper img {
		width: 8.5rem;
	}
		
	.header-wrapper .kdv-header .kdv-header-wrapper .title {
		font-size: 1.8rem;
		margin-bottom: 0.5rem;
	}
		
	.header-wrapper .kdv-header .kdv-header-wrapper .subtitle {
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
		
	.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li a {
		font-size: 1.1rem;
	}
		
}
@media (max-width: 640px) {
	.header-wrapper .kdv-header .kdv-header-wrapper .title {
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
		
	.header-wrapper .kdv-header .kdv-header-wrapper .subtitle {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
		
	.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li a {
		font-size: 1rem;
		margin: 0 0.5rem;
	}
		
}
@media (max-width: 480px) {
	.header-wrapper .kdv-header .kdv-header-wrapper .title {
		font-size: 1.3rem;
		margin-bottom: 0.5rem;
	}
		
	.header-wrapper .kdv-header .kdv-header-wrapper .subtitle {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
		
	.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list {
		flex-direction: column;
		width: 100%;
	}
		
	.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li {
		padding-bottom: 1.5rem;
	}
		
	.header-wrapper .kdv-header .kdv-header-wrapper .tabs .tabs-list li a {
		font-size: 1.1rem;
	}
		
}
.warning-banner {
	background: #fee568;
	padding: 0.5rem;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
}
	
.warning-banner .warning-banner__inner {
	position: relative;
	padding: .5rem 2rem;
}
	
.warning-banner .warning-banner__title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-right: 2rem;
	display: inline-block;
}
	
.warning-banner .warning-banner__description {
	font-size: 1rem;
}
	
.warning-banner .warning-banner__close {
	position: absolute;
	top: .5rem;
	right: .5rem;
}
	
.warning-banner .warning-banner__close .fa {
	font-size: 1rem;
}
	
.warning-banner .link {
	text-decoration: underline;
	font-weight: 600;
}
	
.warning-banner .link:hover {
	color: inherit;
}
	
[data-tooltip].simptip-position-top:before] {
	border-top-color: #ecf0f1;
}
	
[data-tooltip].simptip-position-top:after] {
	background-color: #ecf0f1;
	color: #323232;
}
	
.request-labels {
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
	padding-top: 0.5rem;
	flex-wrap: wrap;
}
	
.request_label {
	display: flex;
	align-items: center;
	padding: .25rem 0;
	margin-right: 1.5rem;
}
	
.request_label .request_label_name {
	margin-left: .25rem;
	text-wrap: nowrap;
}
	
.label-icon.beetroot svg path {
	fill: #AD1457; ;
}
	
.label-icon.tangerine svg path {
	fill: #F4511E; ;
}
	
.label-icon.citron svg path {
	fill: #E4C441; ;
}
	
.label-icon.cherry-blossom svg path {
	fill: #D81B60; ;
}
	
.label-icon.avocado svg path {
	fill: #C0CA33; ;
}
	
.label-icon.eucalyptus svg path {
	fill: #009688; ;
}
	
.label-icon.mango svg path {
	fill: #F09300; ;
}
	
.label-icon.pistachio svg path {
	fill: #7CB342; ;
}
	
.label-icon.cobalt svg path {
	fill: #4285F4; ;
}
	
.label-icon.tomato svg path {
	fill: #D50000; ;
}
	
.label-icon.flamingo svg path {
	fill: #E67C73; ;
}
	
.label-icon.pumpkin svg path {
	fill: #EF6C00; ;
}
	
.label-icon.banana svg path {
	fill: #F6BF26; ;
}
	
.label-icon.sage svg path {
	fill: #33B679; ;
}
	
.label-icon.basil svg path {
	fill: #0B8043; ;
}
	
.label-icon.peacock svg path {
	fill: #039BE5; ;
}
	
.label-icon.blueberry svg path {
	fill: #3F51B5; ;
}
	
.label-icon.lavender svg path {
	fill: #7986CB; ;
}
	
.label-icon.grape svg path {
	fill: #8E24AA; ;
}
	
.label-icon.graphite svg path {
	fill: #616161; ;
}
	
.request-labels--filled {
	gap: 8px;
}
	
.request-labels--filled .request_label {
	border-radius: 59px;
	padding: 4px 8px 4px 4px;
	margin-right: 0;
	display: flex:;
	gap: 4px;
}
	
.request_label--beetroot {
	background-color: rgba(173, 20, 87, .08); ;
}
	
.request_label--tangerine {
	background-color: rgba(244, 81, 30, .08); ;
}
	
.request_label--citron {
	background-color: rgba(228, 296, 65, .08);
}
	
.request_label--cherry-blossom {
	background-color: rgba(216, 27, 96, .08);
}
	
.request_label--avocado {
	background-color: rgba(192, 202, 51, .08);
}
	
.request_label--eucalyptus {
	background-color: rgba(0, 150, 136, .08);
}
	
.request_label--mango {
	background-color: rgba(240, 247, 0, .08);
}
	
.request_label--pistachio {
	background-color: rgba(124, 179, 66, .08);
}
	
.request_label--cobalt {
	background-color: rgba(66, 133, 244, .08);
}
	
.request_label--tomato {
	background-color: rgba(213, 0, 0, .08);
}
	
.request_label--flamingo {
	background-color: rgba(230, 124, 115, .08);
}
	
.request_label--pumpkin {
	background-color: rgba(239, 108, 0, .08);
}
	
.request_label--banana {
	background-color: rgba(246, 191, 38, .08);
}
	
.request_label--sage {
	background-color: rgba(51, 182, 121, .08);
}
	
.request_label--basil {
	background-color: rgba(11, 128, 67, .08);
}
	
.request_label--peacock {
	background-color: rgba(3, 155, 229, .08);
}
	
.request_label--blueberry {
	background-color: rgba(63, 81, 181, .08);
}
	
.request_label--lavender {
	background-color: rgba(121, 134, 203, .08);
}
	
.request_label--grape {
	background-color: rgba(142, 36, 170, .08);
}
	
.request_label--graphite {
	background-color: rgba(97, 97, 97, .08);
}
	
.request-entry {
	border-bottom: 1px solid #DADCDE;
	margin-top: 0 !important;
	padding: 1.3em 1em 1.3em 1em;
	gap: 1.3em;
}
	
.request-entry:hover {
	background-color: #F4F8F6;	;
}
	
.request-entry:focus {
	background-color: #F4F8F6;		;
}
	
.request-entry:first-child {
	border-top: 1px solid #DADCDE;
}
	
.request-entry .request-checkbox .request_select {
	width: 1.1em;
	height: 1.1em;
}
	
.request-entry .request-checkbox .request_select label::before {
	transform: translateY(-100%);
}
	
.request-entry .request-checkbox:empty {
	display: none;
}
	
.request-entry .request-checkbox .checkbox:checked+label:after {
	top: 0;
	transform: translateY(-120%);
}
	
.request-entry .request-card {
	display: flex;
	flex-direction: column;
	gap: .85em;
	width: 100%;
}
	
.request-entry .request-card .request-entry__header .parents {
	gap: 1em;
	height: max-content;
}
	
.request-entry .request-card .request-entry__header .parents h3 {
	margin: auto;
	font-size: 1.2rem;
}
	
.request-entry .request-card .request-entry__header .parents .fa-solid {
	font-size: .85em;
}
	
.request-entry .request-card .request-entry__header .actions {
	gap: 1.5em;
}
	
.request-entry .request-card .request-entry__header .fa-chevron-right {
	font-size: 1.45rem;
}
	
.request-entry .request-card .request-entry__header .fa-arrow-up-right-from-square {
	color: #4C917F;
}
	
.request-entry .request-card .request-entry__header .fa-comment {
	color: white;
	background-color: #ED4C40;
	padding: 6px 12px 6px 12px;
	border-radius: 37px;
	font-size: .75rem;
}
	
.request-entry .request-card .request-entry__body {
	gap: .3em;
}
	
@media (max-width: 650px) {
	.request-entry .request-card .request-entry__body  {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
		
	.request-entry .request-card .request-entry__body > div {
		width: 100% !important;
	}
		
}
.request-entry .request-card .request-entry__body > div {
	padding: .8em 1.3em .8em 1.3em;
	display: flex;
	flex-direction: column;
	gap: .4em;
}
	
.request-entry .request-card .request-entry__body > div p {
	margin: 0;
	font-size: .95rem;
}
	
.request-entry .request-card .request-entry__body > div.care-plan {
	background-color: rgba(237, 239, 243, 0.4);
	border-radius: 8px;
	max-width: 410px;
	width: 50%;
}
	
.request-entry .request-card .request-entry__body > div.childcare-child > p {
	display: flex;
	column-gap: 1em;
	width: fit-content;
}
	
.request-entry .request-card .request-entry__body > div.childcare-child > p .child-name {
	margin-right: -2.48em;
}
	
.request-entry .request-card .request-entry__body > div.childcare-child > p .striped {
	text-decoration: line-through;
}
	
.request-entry .request-card .request-entry__body > div.childcare-child > p .dot {
	width: 2.99px;
	height: 2.99px;
	border-radius: 50%;
	margin: 11px 3px auto 2.1em;
	background-color: rgba(71, 91, 83, .6);
}
	
.request-entry .request-card .request-entry__body > div.childcare-child > p .lighter.flex {
	gap: 6px;
}
	
.request-entry .request-card .request-entry__footer .status-container {
	gap: 1em;
}
	
.request-entry .request-card .request-entry__footer .icons {
	align-items: center;
	gap: .75rem;
}
	
.request-entry .request-card .request-entry__footer .criteria-container {
	gap: .35em;
}
	
.request-entry .request-card .request-entry__footer .criteria-container .icon_status {
	margin: auto;
}
	
.request-entry .request-card .request-entry__footer .criteria-container .icon_status i {
	font-size: .875rem;
}
	
.request-entry .request-card .request-entry__footer .labels-container {
	gap: .4em;
}
	
.request-entry .request-card .request-entry__footer .request-date {
	color: #6A6A6A;
	margin: auto 0;
	line-height: 0.875rem;
	font-size: .95rem;
}
	
.request-entry .request-card .request-entry__footer .divider {
	height: 16px;
	width: 1px;
	background-color: #A7A7A7;
	margin: .25rem 0 0 0;
}
	
@media (max-width: 650px) {
	.request-entry .request-card .request-entry__footer  {
		flex-wrap: wrap;
		column-gap: 1.5em;
	}
		
}
.widget.notification_type > * {
	display: block;
}
	
.widget.notification_type label {
	margin-bottom: 0.5rem;
}
	
.widget.notification_type input[type="radio"] {
	cursor: pointer;
	width: auto;
	z-index: 1;
}
	
.widget.notification_type .notification_type_options label[for="empty_notification_toggle"] {
	margin-right: 0;
}
	
.widget.notification_type .notification_type_options .info-icon {
	background-color: #bababa;
	display: inline-block;
	height: 1.5rem;
	margin-right: 1rem;
	text-align: center;
	vertical-align: center;
	width: 1.5rem;
}
	
.widget.notification_type .notification_type_options .info-icon .fa {
	font-size: 1rem;
	line-height: 1.5rem;
}
	
.widget.notification_type .form.sms .label-email, .widget.notification_type .form.sms .input-email {
	display: none;
}
	
.widget.notification_type .form.email .input-sms, .widget.notification_type .form.email button.confirm {
	display: none;
}
	
.button_toggle .selected {
	margin: 0 0 0 0.75rem;
}
	
.button_toggle .dropdown {
	right: 0;
	left: initial;
}
	
.button_toggle .dropdown .button_toggle_options {
	margin: 0;
	padding: 0;
	width: 12rem;
}
	
.button_toggle .dropdown .button_toggle_options li {
	align-items: center;
	border-bottom: 1px solid #bababa;
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0.75rem 1rem;
}
	
.button_toggle .dropdown .button_toggle_options li.title {
	font-weight: 600;
	font-size: 1.12rem;
	justify-content: space-between;
}
	
.button_toggle .dropdown .button_toggle_options li.option {
	cursor: pointer;
}
	
.button_toggle .dropdown .button_toggle_options li.option:hover {
	background-color: #F4F8F6;
}
	
.button_toggle .dropdown .button_toggle_options li.option .icon {
	color: #475B53;
	font-size: 1rem;
	margin-right: 0.25rem;
}
	
.widget_sticky_header {
	position: fixed;
	top: 0;
	transition: position 0.3s linear, top 0.3s linear;
}
	
.widget.signpost-question {
	background-color: #FFF;
	border: 1px solid #F9C835;
	padding: 0.5rem 1.5rem;
	transition: border 0.3s ease-in;
}
	
.widget.signpost-question .heading {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
}
	
.widget.signpost-question .heading .question-number {
	align-items: center;
	border-radius: 50%;
	background-color: blue;
	color: #FFF;
	display: flex;
	flex-flow: row nowrap;
	font-size: 1.5rem;];
	font-weight: bold;
	height: 3rem;
	justify-content: center;
	padding: 1rem;
	width: 3rem;
}
	
.widget.signpost-question .heading .question-title {
	transition: color 0.3s linear;
	flex: 1;
}
	
.widget.signpost-question .question-subtitle {
	display: flex;
	align-items: center;
}
	
.widget.signpost-question .question-subtitle img {
	height: 3rem;
	margin-left: 3rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
	
.widget.signpost-question .question-content {
	display: block;
}
	
.widget.signpost-question:not(.closed) .heading .question-title, .widget.signpost-question:not(.closed) .heading .question-toggle {
	color: #F9C835;
}
	
.widget.signpost-question.closed {
	border: 1px solid #D1E1DB;
}
	
.widget.signpost-question.closed .question-subtitle {
	display: none;
}
	
.widget.signpost-question.closed .question-content {
	display: none;
}
	
@media (max-width: 480px) {
	.widget.signpost-question .question-subtitle img {
		height: 2.5rem;
	}
		
}
.widget.video_box, .widget.documentation_box {
	background-color: white;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
	display: inline-block;
	margin: 1rem;
	padding: 1rem;
	position: relative;
}
	
.widget.video_box .video_container iframe, .widget.documentation_box .video_container iframe {
	height: 14rem;
	width: 20rem;
}
	
.widget.video_box .documentation_container, .widget.documentation_box .documentation_container {
	align-items: center;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	height: 9rem;
}
	
.widget.video_box .documentation_container .icon, .widget.documentation_box .documentation_container .icon {
	color: #bababa;
	cursor: pointer;
	font-size: 5rem;
	padding: 1rem;
}
	
.widget.video_box article .button.toggle, .widget.documentation_box article .button.toggle {
	margin: 0;
}
	
.widget.video_box article .target, .widget.documentation_box article .target {
	background: #FEDC35;
	bottom: 1rem;
	color: #475B53;
	min-width: 5rem;
	padding: 0.5rem 0.75rem;
	position: absolute;
	right: 0;
}
	
.mint *:focus-visible {
	outline-color: #6A6A6A;
}
	
.mint .simptip-position-top::after {
	border-radius: 8px;
}
	
.mint h1:.not(.header-small) {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.31rem;
	margin-bottom: 2rem;
}
	
.mint h2 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.875rem;
}
	
.mint h3 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.563rem;
	color: #3D3D3D;
}
	
.mint h4 {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.225rem;
	color: #6A6A6A;
}
	
.mint h5 {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.406rem;
}
	
.mint p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4rem;
	color: #3D3D3D;
}
	
.mint .subheading {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 0.9rem;
	letter-spacing: 1px;
	color: #A7A7A7;
	text-transform: uppercase;
	margin-bottom: 1.3em;
	margin-top: 0;
}
	
.mint .fw-semibold {
	font-weight: 600;
}
	
.mint .fw-medium {
	font-weight: 500;
}
	
.mint .fw-regular {
	font-weight: 400;
}
	
.mint .fs-regular {
	font-size: 1rem;
	line-height: 1.4rem;
}
	
.mint .fs-small {
	font-size: 0.875rem;
	line-height: 1.225rem;
}
	
.mint .text-left {
	text-align: left;
}
	
.mint .clickable {
	cursor: pointer;
}
	
.mint .lighter {
	color: rgba(71, 91, 83, .6);
}
	
.mint .accent {
	color: #5FB59F;
}
	
.mint .accent.accent--red {
	color: #ED4C40;
}
	
.mint .fa, .mint .fa-regular, .mint .fa-solid {
	margin: auto 0 !important;
}
	
.mint .fa:not(.fa-spinner), .mint .fa&:not(.fa-spin), .mint .fa-regular:not(.fa-spinner), .mint .fa-regular&:not(.fa-spin), .mint .fa-solid:not(.fa-spinner), .mint .fa-solid&:not(.fa-spin) {
	transform: translateY(0) !important;
}
	
.mint .fa--red, .mint .fa-regular--red, .mint .fa-solid--red {
	color: #ED4C40 !important;
}
	
.mint .fa--yellow, .mint .fa-regular--yellow, .mint .fa-solid--yellow {
	color: #F5B94F !important;
}
	
.mint .fa--gray, .mint .fa-regular--gray, .mint .fa-solid--gray {
	color: #475B53 !important;
}
	
.mint .fa--green, .mint .fa-regular--green, .mint .fa-solid--green {
	color: #4C917F !important;
}
	
.mint .fa--blue, .mint .fa-regular--blue, .mint .fa-solid--blue {
	color: #4F8CFB !important;
}
	
.mint .tag.tag--xs {
	padding: 8px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 0.875rem;
	letter-spacing: 1px;
	width: fit-content;
	min-width: 0;
}
	
.mint .tag--red {
	border: none;
	background-color: rgba(202, 65, 55, 0.08);
	color: #CA4137;
}
	
.mint .tag--yellow {
	border: none;
	background-color: rgba(245, 185, 79, 0.08);
	color: #D29E43;
}
	
.mint .tag--gray {
	border: none;
	background-color: rgba(71, 91, 83, 0.08);
	color: #475B53;
}
	
.mint .tag--green {
	border: none;
	background-color: rgba(76, 145, 127, 0.08);
	color: #4C917F;
}
	
.mint .tag--blue {
	border: none;
	background-color: rgba(79, 140, 251, 0.08);
	color: #3B69BC;
}
	
.mint .mx-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
	
.mint .mt-auto {
	margin-top: auto;
}
	
.mint .mb-0 {
	margin-bottom: 0;
}
	
.mint .mt-0 {
	margin-top: 0;
}
	
.mint .mt-1 {
	margin-top: 1em;
}
	
.mint .mt-2 {
	margin-top: 2em;
}
	
.mint .mb-1 {
	margin-bottom: 1em;
}
	
.mint .mb-2 {
	margin-bottom: 2em;
}
	
.mint .ml-1 {
	margin-left: 1em;
}
	
.mint .h-fit {
	height: fit-content;
}
	
.mint .w-100 {
	width: 100%;
}
	
.mint .w-fit {
	width: fit-content !important;
}
	
.mint .minw-fit {
	min-width: fit-content !important;
}
	
.mint .flex {
	display: flex;
	flex-direction: row;
}
	
.mint .flex-wrap {
	flex-wrap: wrap;
}
	
.mint .justify-content-between {
	justify-content: space-between;
}
	
.mint .justify-content-center {
	justify-content: center;
}
	
.mint .justify-content-end {
	justify-content: flex-end !important;
}
	
.mint .justify-content-start {
	justify-content: flex-start !important;
}
	
.mint .g-1 {
	gap: 1em;ß;
}
	
.mint .link, .mint a {
	text-decoration: underline;
	cursor: pointer;
	font-weight: 400 !important;
}
	
.mint .link:hover, .mint a:hover {
	color: #5FB59F;
}
	
.mint .button--mint, .mint button {
	min-height: 0;
	width: 100%;
	padding: 1em 1.3em 1em 1.3em;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25rem;
}
	
.mint .button--mint.has-icon, .mint button.has-icon {
	display: flex;
	justify-content: center;
	padding-left: 1.5em;
	gap: .6rem;
}
	
.mint .button--mint.has-icon .fa, .mint button.has-icon .fa {
	position: relative;
	width: fit-content;
	height: fit-content;
	font-size: 1em;
	line-height: normal;
	margin-top: .16rem;
}
	
.mint .button--mint.reverse, .mint button.reverse {
	display: flex;
	flex-direction: row-reverse;
}
	
.mint .button--mint.disabled, .mint button.disabled {
	pointer-events: none; ;
	opacity: 0.6;
}
	
.mint .button--mint.button--primary, .mint button.button--primary {
	background-color: #5FB59F;
	color: white;
}
	
.mint .button--mint.button--primary:hover, .mint .button--mint.button--primary&:focus, .mint .button--mint.button--primary&:active, .mint button.button--primary:hover, .mint button.button--primary&:focus, .mint button.button--primary&:active {
	background-color: #4C917F;
}
	
.mint .button--mint.button--secondary, .mint button.button--secondary {
	background-color: #EDEFF3;
	color: #6A6A6A;
}
	
.mint .button--mint.button--secondary:hover, .mint .button--mint.button--secondary&:focus, .mint .button--mint.button--secondary&:active, .mint button.button--secondary:hover, .mint button.button--secondary&:focus, .mint button.button--secondary&:active {
	background-color: #DADCDE;
}
	
.mint .button--mint.button--tertiary, .mint button.button--tertiary {
	background-color: transparent;
	color: #475B53;
	border: 2px solid #DADCDE;
	width: fit-content;
	padding: 0.625em 0.75em 0.625em 0.75em;
	box-shadow: none !important;
}
	
.mint .button--mint.button--tertiary:hover, .mint .button--mint.button--tertiary&:focus, .mint .button--mint.button--tertiary&:active, .mint button.button--tertiary:hover, .mint button.button--tertiary&:focus, .mint button.button--tertiary&:active {
	background-color: rgba(0, 0, 0, 0.05);
}
	
.mint .button--mint.button--tertiary-accent, .mint button.button--tertiary-accent {
	background-color: #F4F8F6;
	color: #4C917F;
	border: 2px solid #C3E3DB;
	box-shadow: none !important;
}
	
.mint .button--mint.button--tertiary-accent .fa, .mint .button--mint.button--tertiary-accent .fa-solid, .mint .button--mint.button--tertiary-accent .fa-regular, .mint button.button--tertiary-accent .fa, .mint button.button--tertiary-accent .fa-solid, .mint button.button--tertiary-accent .fa-regular {
	color: rgba(95, 181, 159, .6);
}
	
.mint .button--mint.button--tertiary-accent:hover, .mint .button--mint.button--tertiary-accent&:focus, .mint .button--mint.button--tertiary-accent&:active, .mint button.button--tertiary-accent:hover, .mint button.button--tertiary-accent&:focus, .mint button.button--tertiary-accent&:active {
	background-color: rgba(95, 181, 159, .2);
}
	
.mint .button--mint.button--quaternary, .mint button.button--quaternary {
	background-color: transparent;
	color:#4C917F;
	width: fit-content;
	padding: 0.625em 0.75em 0.625em 0.75em;
	box-shadow: none !important;
}
	
.mint .button--mint.button--quaternary:hover, .mint .button--mint.button--quaternary&:focus, .mint .button--mint.button--quaternary&:active, .mint button.button--quaternary:hover, .mint button.button--quaternary&:focus, .mint button.button--quaternary&:active {
	background-color: rgba(0, 0, 0, 0.05);
}
	
.mint .button--mint.button--smaller, .mint button.button--smaller {
	padding: 0.825em 0.9em 0.825em 0.9em;
}
	
.mint .button--mint.button--danger, .mint button.button--danger {
	background-color: #ED4C40;
	color: white;
}
	
.mint .button--mint.button--danger:hover, .mint .button--mint.button--danger&:focus, .mint .button--mint.button--danger&:active, .mint button.button--danger:hover, .mint button.button--danger&:focus, .mint button.button--danger&:active {
	background-color: #BD3C33;
}
	
.mint .clickable {
	cursor: pointer;
}
	
.mint .widget.modal.open {
	background-color: rgba(65, 65, 65, 0.4);
}
	
.mint .widget.modal .modal_content {
	box-shadow: 0px 3px 6px 0px #30353326;
	border-radius: 8px;
	padding: 2em;
	color: #414141;
}
	
.mint .widget.modal .modal_content .modal_close {
	top: 0;
	right: 0;
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-right: 1.25em;
}
	
.mint .form-group {
	width: 100%;
	margin-top: 0 !important;
}
	
.mint .form-group .form-group__header {
	margin-bottom: .75em;
}
	
.mint .form-group label {
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 500;
	color: #344741;
	margin: 0;
	padding-top: 0;
}
	
.mint .form-group .lighter {
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 400;
	color: #A7A7A7;
}
	
.mint .form-group .fa-spin {
	margin-top: 10px;
}
	
.mint .form-group .form-field {
	position: relative;
}
	
.mint .form-group .form-field.form-field--select::after {
	content: "\f078";
	font-family: "Font Awesome 6 Pro";
	color: #3D3D3D;
	position: absolute;
	right: 10px;
	top: 22px;
	z-index: 1;
	width: 22px;
	height: 22px;
	pointer-events: none;
	font-weight: 900;
}
	
.mint .form-group .form-field select {
	appearance: none;
	padding-right: 32px;
}
	
.mint .form-group .form-field .field {
	border: 2px solid #DADCDE;
	border-radius: 8px;
	width: 100%;
	margin-top: 10px;
	padding: 12px;
	color: #3D3D3D;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4rem;
}
	
.mint .form-group .form-field .field:hover {
	border-color: #DADCDE;
	border-width: 2px;
}
	
.mint .form-group .form-field .field:focus {
	border-color: #6A6A6A;
	border-width: 2px;
}
	
.mint .form-group .form-field .field:active {
	border-color: #6A6A6A;
	border-width: 2px;
}
	
.mint .form-group .form-field .field::placeholder {
	color: #A7A7A7 !important;
}
	
.mint .form-group .form-field .valid {
	border-width: 2px;
	border-color: #DADCDE;
}
	
.mint .form-group .form-field .placeholder {
	color: #A7A7A7 !important;
}
	
.mint .form-group .form-field .fa {
	color: #A7A7A7;
	font-size: 1em;
}
	
.mint .field-problem {
	width: 100%;
	border-radius: 8px;
	margin-top: 1em;
	padding: 1em 1.5em;
	background-color: rgba(237, 76, 64, 0.08);
	border-left: 3px solid rgba(237, 76, 64, 0.5);
	color: rgba(40, 32, 32, 0.8);
	font-size: 1rem;
	line-height: 1.4rem;
	box-shadow: none;
}
	
.mint .field-problem p {
	font-weight: 400;
}
	
.mint .highlight {
	width: 100%;
	border-radius: 8px;
	margin-top: 1em;
	gap: 1em;
}
	
.mint .highlight p {
	font-weight: 400;
	margin: 0;
}
	
.mint .highlight b {
	font-weight: 700;
}
	
.mint .highlight .fa, .mint .highlight .fa-regular {
	margin: auto;
	font-size: 1.2em;
}
	
.mint .highlight--error {
	padding: 1em 1.5em;
	background-color: rgba(205, 71, 43, 0.08);
	border-left: 3px solid #ED4C40;
	color: #3D3D3D;
	font-size: 1rem;
	line-height: 1.4rem;
}
	
.mint .highlight--info {
	padding: 1em 1.5em;
	background-color: #F4F8F6;
	border-left: 3px solid #C3E3DB;
	color: #475B53;
	font-size: 1rem;
	line-height: 1.4rem;
}
	
.mint .highlight--warning {
	padding: .75em;
	background-color: rgba(245, 185, 79, 0.2);
	border: 1px solid #F5B94F;
	color: #3D3D3D;
	font-size: 0.875rem;
	line-height: 1.225rem;
}
	
.mint .highlight--warning .fa, .mint .highlight--warning .fa-regular {
	color: #d39f43;
}
	
.mint .dropdown_toggle {
	position: relative;
}
	
.mint .dropdown_toggle .dropdown {
	position: absolute;
	left: auto;
	right: 0;
	top: calc(100% + .35em);
	border: 1px solid #EDEFF3;
	box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}
	
.mint .dropdown_toggle .dropdown ul {
	width: max-content !important;
	padding: 0;
	margin: 0;
}
	
.mint .dropdown_toggle .dropdown ul li {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	border-radius: 8px;
	padding: 8px 12px !important;
	margin: 4px !important;
	gap: 4px;
	color: #6A6A6A;
	border: none !important;
}
	
.mint .dropdown_toggle .dropdown ul li i.fa {
	color: #A7A7A7;
	margin-right: 12px !important;
}
	
.mint .dropdown_toggle .dropdown ul li span {
	color: #6A6A6A;
}
	
.mint .dropdown_toggle .dropdown ul li .lighter * {
	color: #A7A7A7;
}
	
.mint .dropdown_toggle .dropdown ul li .radio {
	display: block !important;
	width: 1.125em;
	height: 1.125em;
	border-radius: 50%;
	margin: auto 0;
	margin-right: 8px;
	background-color: white;
	border: 2px solid rgba(71, 91, 83, 0.15);
	box-shadow: inset 0 0 0 2px #fff;
}
	
.mint .dropdown_toggle .dropdown ul li .radio.selected {
	border-color: #5FB59F;
	background-color: #5FB59F;
	padding-right: 0;
}
	
.mint .dropdown_toggle .dropdown ul li:hover {
	background-color: rgba(0, 0, 0, 0.05) !important;
}
	
.mint .dropdown_toggle.dropdown--left .dropdown {
	left: 0;
	right: auto;
}
	
.mint .input_holder .dropdown_container {
	border-radius: 8px;
	border: 1px solid #EDEFF3 !important;
	box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.5);
	margin-top: .3em;
}
	
.mint .input_holder .dropdown_container li {
	margin: 4px !important;
	padding: 8px 12px !important;
	border-radius: 8px;
}
	
.mint .input_holder .dropdown_container li:hover {
	background-color: rgba(0, 0, 0, 0.05) !important;
}
	
body.kdv footer.footer--mint {
	background-color: white !important;
	border-top: 1px solid #DADCDE;
	position: relative;
}
	
body.kdv footer.footer--mint .kdv-language-switcher a {
	color: #A7A7A7;
}
	
body.kdv footer.footer--mint .kdv-language-switcher a.selected {
	color: #475B53;
}
	
body.kdv footer.footer--mint .kdv-language-switcher a:hover {
	color: #475B53;
}
	
body.kdv footer.footer--mint .kdv-language-switcher span {
	color: #A7A7A7;
}
	
.widget.modal {
	background-color: rgba(0,0,0,0.35);
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 2000;
	margin: 0!important;
}
	
.widget.modal.open {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
	
.widget.modal .modal_close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}
	
.widget.modal .modal_content {
	background-color: #fff;
	box-shadow: 0.75rem 0.75rem 0 rgba(0,0,0,0.1);
	height: 100%;
	max-height: 95vh;
	width: 100%;
	max-width: 80vw;
	padding: 1rem;
	position: relative;
	display: block;
	overflow-y: auto;
}
	
@media (min-width: 40em) {
	.widget.modal .modal_content  {
		padding: 3rem;
		max-height: 90vh;
		height: fit-content;
	}
		
}
.widget.modal .modal_content h1 {
	margin-top: 0;
}
	
.widget.modal.small .modal_content {
	max-width: 50vw;
	min-width: auto;
}
	
.widget.nfe_form.nfe_text_area {
	width: 100%;
	margin-top: 0.5rem;
}
	
.widget.nfe_form.nfe_text_area .field {
	height: auto;
	min-height: 8rem;
}
	
.widget.nfe_form.nfe_text_area textarea.mint {
	border: 2px solid #DADCDE;
	border-radius: 8px;
	width: 100%;
	margin-top: 10px;
	padding: 12px;
	color: #3D3D3D;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4rem;
}
	
.widget.nfe_form.nfe_text_area textarea.mint.ng-invalid {
	border-color: #ef7065;
	position: relative;
	z-index: 1;
}
	
.widget.nfe_form.nfe_text_area textarea.mint:focus-visible {
	outline-color: #6A6A6A;
}
	
.widget.nfe_form.nfe_text_area .mint + .fa-warning {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 2em;
	line-height: 1.5em;
	position: absolute;
	top: .35em;
	padding: 0 8px;
	background-color: #eb5449;
}
	
.widget.tag_select_combo_box {
	display: flex;
	flex-flow: column nowrap;
	height: auto;
}
	
.widget.tag_select_combo_box .input_label {
	margin: 1rem 0 0.5rem;
}
	
.widget.tag_select_combo_box .input_label.mint {
	margin-top: 0;
	font-size: .925rem;
}
	
.widget.tag_select_combo_box .combo_box_wrapper {
	display: flex;
	flex-flow: column-reverse;
	border: none;
}
	
.widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper {
	display: flex;
	flex-flow: row wrap;
	width: auto;
	max-width: calc(100% - 180px);
}
	
.widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .tag {
	background-color: #e6efeb;
}
	
.widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .tag > span {
	padding: 0;
}
	
.widget.tag_select_combo_box .combo_box_wrapper .selected_tag_wrapper .selected_tag {
	overflow-x: hidden;
}
	
.widget.tag_select_combo_box .combo_box_wrapper .combo_box {
	flex: 1;
	width: auto;
	min-width: 180px;
	max-width: 100%;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint {
	flex-flow: wrap;
	padding: 5px 12px;
	border-radius: 8px;
	border: 2px solid #DADCDE;
	gap: 0.5em;
	margin-bottom: .3em;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint:active {
	border-color: #5FB59F;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint.no-tags-selected {
	padding-top: 0;
	padding-bottom: 0;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint.no-tags-selected .widget.combo_box {
	margin: auto;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint .tag {
	border-radius: 4px;
	background-color: #F4F8F6;
	border: 1px solid #C3E3DB;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.225rem;
	text-align: left;
	padding: 7px 12px 7px 12px;
	margin: auto 0;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint .tag span {
	padding: 0;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint .tag .fa {
	padding-right: 0;
	color: #5FB59F;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint .input_holder div:not(.dropdown_container) {
	border: none !important;
	padding: 0 !important;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint .input_holder div:not(.dropdown_container) input {
	margin-top: 0 !important;
	padding-right: 1.5em;
	font-size: 1rem;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint .input_holder div:not(.dropdown_container) input::placeholder {
	color: #A7A7A7 !important;
}
	
.widget.tag_select_combo_box .combo_box_wrapper.mint .input_holder div:not(.dropdown_container) .fa {
	right: 0;
	font-size: 1rem;
	top: calc(50% - .45em);
}
	
.widget.tag_select_combo_box .widget.combo_box .input_holder div:not(.dropdown_container) {
	border-radius: 4px;
	border: 1px solid #E9E9E9;
	background: #FFFFFF;
	padding: 4px 16px;
	height: 2.5rem;
}
	
.widget.tag_select_combo_box .widget.combo_box .input_holder div:not(.dropdown_container) input {
	padding: 0;
	height: 100%;
	width: 100%;
	min-height: auto;
}
	
@media (max-width: 768px ) {
	.ov-auth-page--register .ov-modal .ov-button-group , .ov-auth-page--login .ov-modal .ov-button-group  {
		flex-direction: column;
	}
		
}
.widget.childcare_request_summary .request_success .icon.result {
	color: #1bb87a;
}
	
.widget.childcare_request_summary .request_error .icon.result {
	color: #D11F38;
}
	
.widget.childcare_request_summary .childcare_request_summary_card {
	border: 1px solid #ccc;
	border-radius: 5px;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 1.5rem;
	padding: 0.75rem 1.5rem;
	max-width: 40rem;
}
	
.widget.childcare_request_summary .childcare_request_summary_card .content {
	display: flex;
	flex: 1;
	flex-flow: column nowrap;
}
	
.widget.childcare_request_summary .childcare_request_summary_card .content .location {
	display: flex;
	margin-bottom: 1rem;
}
	
.widget.childcare_request_summary .childcare_request_summary_card .content .location .icon {
	display: inline-block;
	margin-right: 1rem;
	vertical-align: top;
}
	
.widget.childcare_request_summary .childcare_request_summary_card .content .location .icon span {
	font-size: 1rem;
}
	
.widget.childcare_request_summary .childcare_request_summary_card .content .location .content {
	display: inline-block;
}
	
.widget.childcare_request_summary .childcare_request_summary_card .content .location .content .title {
	color: #999;
}
	
.widget.childcare_request_summary .childcare_request_summary_card .icon {
	align-self: center;
}
	
.widget.opvang-vlaanderen {
	display: inline-block;
	margin: 0 0.5rem;
}
	
.widget.opvang-vlaanderen .title-first {
	color: #475B53;
	font-family: "sofia-pro";
	font-size: 56px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 0.6;
	margin: 0;
}
	
.widget.opvang-vlaanderen .title-second {
	color: #637F74;
	font-family: "fairwater-script";
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	text-align: right;
}
	
.widget.opvang-vlaanderen.mono .title-first, .widget.opvang-vlaanderen.mono .title-second {
	color: #FFF;
}
	
.widget.opvang-vlaanderen.small .title-first {
	font-size: 25px;
	letter-spacing: 2px;
}
	
.widget.opvang-vlaanderen.small .title-second {
	font-size: 20px;
}
	
.childcare_contact_detail {
	align-items: flex-end;
	display: flex;
	flex-flow: row nowrap;
}
	
.childcare_contact_detail.horizontal {
	flex-flow: column nowrap;
}
	
.childcare_contact_detail .contact_container {
	flex: 1;
}
	
.childcare_contact_detail .contact_container .block {
	margin-bottom: 1.5rem;
}
	
.marker-cluster {
	background-clip: padding-box;
	border-radius: 50%;
	box-shadow: 0 0 6px 6px rgba(187, 187, 187, 0.6);
}
	
.marker-cluster div {
	border-radius: 50%;
	font-size: 0.75rem;
	height: 40px;
	text-align: center;
	width: 40px;
}
	
.marker-cluster div span {
	color: #fff;
	line-height: 40px;
}
	
.gent-application .marker-cluster {
	background-clip: padding-box;
	border-radius: 50%;
	box-shadow: 0 0 6px 6px rgba(187, 187, 187, 0.6);
}
	
.gent-application .marker-cluster div {
	background-color: #009DE0;
}
	
.ov-application .marker-cluster.mixed {
	box-shadow: 0 0 6px 6px rgba(187, 187, 187, 0.6);
}
	
.ov-application .marker-cluster.mixed div {
	background-color: #BBB;
}
	
.ov-application .marker-cluster.mixed div span {
	color: #333;
}
	
.ov-application .marker-cluster.group_variable {
	box-shadow: 0 0 6px 6px rgba(142, 132, 188, 0.6);
}
	
.ov-application .marker-cluster.group_variable div {
	background-color: #8E84BC;
}
	
.ov-application .marker-cluster.group_fixed {
	box-shadow: 0 0 6px 6px rgba(27, 153, 139, 0.6);
}
	
.ov-application .marker-cluster.group_fixed div {
	background-color: #1B998B;
}
	
.ov-application .marker-cluster.family_variable {
	box-shadow: 0 0 6px 6px rgba(80, 144, 255, 0.6);
}
	
.ov-application .marker-cluster.family_variable div {
	background-color: #5090ff;
}
	
.ov-application .marker-cluster.family_fixed {
	box-shadow: 0 0 6px 6px rgba(239, 71, 111, 0.6);
}
	
.ov-application .marker-cluster.family_fixed div {
	background-color: #EF476F;
}
	
.ov-application .marker-cluster.subsidized {
	box-shadow: 0 0 6px 6px rgba(249, 200, 53, 0.6);
}
	
.ov-application .marker-cluster.subsidized div {
	background-color: #F9C835;
}
	
.select_manager.widget {
	display: flex !important;
	flex-flow: row nowrap;
}
	
.select_manager.widget .select_manager_title {
	width: 100%;
}
	
.select_manager.widget .tag {
	border: 1px solid #bababa;
	padding: 0 1rem;
	background: #f8f8f8;
}
	
.select_manager.widget .selected_monitor.read_only {
	font-weight: bold;
	height: 3rem;
	line-height: 3rem;
}
	
@media (max-width: 450px) {
	.select_manager.widget {
		flex-flow: row wrap;
	}
		
}
.case_create.widget .case_form_title, .case_close.widget .case_form_title {
	margin: 0;
}
	
.case_create.widget .form, .case_close.widget .form {
	margin-bottom: 4rem;
}
	
.case_create.widget .form .vertical_wrapper, .case_close.widget .form .vertical_wrapper {
	display: inline-block;
}
	
.case_create.widget .form .vertical_wrapper > *, .case_close.widget .form .vertical_wrapper > * {
	display: block;
}
	
.enterprise_table {
	width: 100%;
}
	
.enterprise_table .controls {
	border-bottom: 1px solid #bababa;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin-bottom: 1rem;
	padding: 1rem 0;
}
	
.enterprise_table .controls .transclude {
	margin-right: auto;
}
	
.enterprise_table .controls .button_toggle .selected {
	margin: 0 0 0 0.75rem;
}
	
.enterprise_table .controls .button_toggle .dropdown {
	right: 0;
	left: initial;
}
	
.enterprise_table .controls .button_toggle .dropdown .button_toggle_options {
	margin: 0;
	padding: 0;
	width: 12rem;
}
	
.enterprise_table .controls .button_toggle .dropdown .button_toggle_options li {
	align-items: center;
	border-bottom: 1px solid #bababa;
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0.75rem 1rem;
}
	
.enterprise_table .controls .button_toggle .dropdown .button_toggle_options li.title {
	font-weight: 600;
	font-size: 1.12rem;
	justify-content: space-between;
}
	
.enterprise_table .controls .button_toggle .dropdown .button_toggle_options li.option {
	cursor: pointer;
}
	
.enterprise_table .controls .button_toggle .dropdown .button_toggle_options li.option:hover {
	background-color: #F4F8F6;
}
	
.enterprise_table .controls .button_toggle .dropdown .button_toggle_options li.option .icon {
	color: #475B53;
	font-size: 1rem;
	margin-right: 0.25rem;
}
	
.enterprise_table .controls .button_toggle .dropdown .button_toggle_options.filter_list_options {
	width: 18rem;
}
	
.enterprise_table .controls .filter_list_options.button_toggle_options {
	width: 18rem;
}
	
.enterprise_table .controls .filter_list_options .option {
	display: flex;
	flex-flow: row nowrap;
}
	
.enterprise_table .controls .filter_list_options .option .label {
	flex: 2;
	margin: 0;
}
	
.enterprise_table .controls .filter_list_options .option .input {
	display: flex;
	flex: 3;
	flex-flow: row nowrap;
}
	
.enterprise_table .controls .filter_list_options .option .input .input_field {
	flex: 1;
	padding: 0.25rem 0.5rem;
	width: 4rem;
}
	
.enterprise_table .responsive_table thead tr th span {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
}
	
.enterprise_table .responsive_table thead tr th span .sort {
	cursor: pointer;
	margin-left: auto;
}
	
.enterprise_table .responsive_table thead tr th span .sort .fa {
	font-size: 1rem;
}
	
.enterprise_table .responsive_table tbody tr:not(.click_through) {
	cursor: auto;
}
	
.enterprise_table .responsive_table tbody tr.click_through:hover {
	background-color: #e5e5e5;
	cursor: pointer;
}
	
.enterprise_table .responsive_table tfoot tr th .page_navigation .navigation {
	margin: 0;
}
	
.enterprise_table .responsive_table tfoot tr th .page_navigation .navigation .navigation_anchor {
	margin: 0;
}
	
.enterprise_table .responsive_table tfoot tr th .page_navigation .navigation .navigation_anchor.previous {
	order: 1;
}
	
.enterprise_table .responsive_table tfoot tr th .page_navigation .navigation .navigation_anchor.next {
	order: 2;
}
	
.widget.nfe_form.nfe_number_range_multi .elements {
	display: flex;
	flex-flow: row nowrap;
}
	
.widget.nfe_form.nfe_number_range_multi .elements > span {
	flex: 1;
	margin-right: 1rem;
	max-width: 8rem;
}
	
.widget.nfe_form.nfe_number_range_multi .elements > span .label {
	display: block;
}
	
.widget.nfe_form.nfe_number_range_multi .elements > span .field_wrapper {
	display: inline-block;
	position: relative;
}
	
.data_table.full {
	display: flex;
	flex: 1;
	flex-flow: column nowrap;
}
	
.data_table .table_section {
	display: flex;
	flex-flow: column nowrap;
}
	
.data_table .table_section .entry {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex: 1;
	flex-flow: row nowrap;
	padding: 0.75rem;
}
	
.data_table .table_section .entry .entry_field {
	flex: 1;
}
	
.data_table .table_section.head {
	background-color: #f2f2f2;
	font-weight: 600;
}
	
.data_table .table_section.head .entry {
	border-bottom: none;
}
	
.data_table .table_section.head .entry .entry_field {
	text-transform: lowercase;
}
	
.data_table .table_section.head .entry .entry_field:first-letter {
	text-transform: uppercase;
}
	
.ovt-card {
	background-color: #FFF;
	box-shadow:  0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
	border-radius: 3px;
	color: inherit;
	margin: 1rem;
	padding: 1rem 1.5rem 1.5rem;
	text-align: left;
	transition: box-shadow 135ms cubic-bezier(.4,0,.2,1);
}
	
.ovt-card .ov-card_image {
	max-height: 1rem;
}
	
.ovt-card .ov-card_description {
	color: inherit;
	margin: 1.5rem 0;
}
	
.ovt-card .ov-card_actions {
	margin: 0;
	padding: 0;
}
	
.ovt-card .ov-card_actions button, .ovt-card .ov-card_actions  .button {
	margin: 0;
}
	
.ovt-card:hover {
	box-shadow: 0 1px 3px 1px rgba(60,64,67,.2), 0 2px 8px 4px rgba(60,64,67,.1);
}
	
.widget.toggle_box label {
	line-height: 1.8rem;
}
	
.widget.toggle_box.read-only label {
	display: none;
}
	
.home_button {
	align-items: center;
	background-color: #475B53;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 3rem;
}
	
.home_button img {
	height: 3rem;
	width: 3rem;
}
	
.home_button .label {
	flex: 1;
	font-weight: 600;
	margin: 0;
	margin-left: -1.5rem;
	text-align: center;
	width: auto;
}
	
.widget.koza_location, .widget.koza_location {
	width: 100%;
}
	
@media (min-width: 40em) {
	.widget.koza_location, .widget.koza_location {
		width: 100%;
	}
		
	.widget.koza_location .address_line .half, .widget.koza_location .address_line .half {
		width: 50% !important;
	}
		
}
.list-navigation {
	margin: 0;
	padding: 0;
}
	
.list-navigation::after {
	clear: both;
	content: "";
	display: table;
}
	
.list-navigation ul {
	margin: 0;
	padding: 0;
}
	
.list-navigation li {
	margin: 0;
	list-style: none;
}
	
.list-navigation >.leaf input[type="checkbox"]&+label {
	top: .75rem;
}
	
.list-navigation >.leaf .switch input[type="checkbox"]&+label {
	top: 0;
}
	
.list-navigation .sub-nav {
	display: none;
	margin: 0;
}
	
.list-navigation .sub-nav .leaf >.leaf-link {
	padding-left: 2.25rem;
}
	
.list-navigation .sub-nav .leaf .leaf >.leaf-link {
	padding-left: 3.5rem;
}
	
.list-navigation .leaf {
	border-bottom: none;
	margin: 0;
	padding: 0;
	min-height: 3rem;
	color: #282020;
}
	
.list-navigation .leaf:first-child {
	border-top: none;
}
	
.list-navigation .leaf .leaf-link {
	color: inherit;
	display: block;
	padding: 1rem 2rem 1rem 1rem;
	position: relative;
	border-radius: 8px;
}
	
.list-navigation .leaf .leaf-link .fa {
	top: .75rem;
	transition: transform 200ms ease-out;
	font-size: .75rem;
	text-align: center;
	position: absolute;
	padding: .83em .94em;
	right: .5rem;
}
	
.list-navigation .leaf .leaf-link:hover {
	color: #475b53;
	background: #F4F8F6;
	text-decoration: none;
}
	
.list-navigation .leaf .leaf-link:hover .fa {
	color: #475b53;
}
	
.list-navigation .leaf .leaf-link:focus {
	text-decoration: none;
}
	
.list-navigation .leaf .leaf-link.has-icon {
	padding: 1rem 3rem 1rem 3.75rem;
}
	
.list-navigation .leaf .leaf-link.has-icon .fa:first-of-type {
	background: #475b53;
	color: #fff;
	font-size: 1.5rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0;
	right: auto;
	left: 0;
	top: 0;
	width: 3rem;
}
	
.list-navigation .leaf.active {
	font-weight: 700;
}
	
.list-navigation .leaf.active >.leaf-link {
	background-color: #8DB5A6;
	color: #FFF;
	font-weight: inherit;
}
	
.list-navigation >.leaf.active >.leaf-link {
	background-color: #8DB5A6;
	color: #FFF;
	font-weight: 700;
}
	
.list-navigation .leaf.has-children.open {
	border-bottom: 0;
}
	
.list-navigation .leaf.has-children.open >.sub-nav {
	display: block;
}
	
.list-navigation .leaf.has-children.open >.leaf-link {
	color: #475b53;
	font-weight: 700;
}
	
.list-navigation .leaf.radio {
	line-height: 3rem;
}
	
.list-navigation .leaf.checkbox {
	line-height: 3rem;
}
	
.list-navigation.facet-filter .leaf .facet-title .leaf-link:hover {
	color: #475b53;
}
	
.list-navigation.negative .leaf {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
}
	
.list-navigation.negative .leaf .leaf-link:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}
	
.list-navigation.negative .leaf .leaf-link:hover .fa {
	color: #fff;
}
	
.list-navigation.negative .leaf .leaf-link:focus {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}
	
.list-navigation.negative .leaf .leaf-link:focus .fa {
	color: #fff;
}
	
.list-navigation.negative .leaf.has-children .subnav-toggle >.fa {
	background: rgba(255, 255, 255, 0.1);
}
	
.list-navigation.negative .leaf.has-children .subnav-toggle:hover >.fa {
	background: rgba(255, 255, 255, 0.3);
}
	
.widget.label_editor .modal .modal_content {
	height: auto;
	min-height: 20rem;
	overflow: auto;
	padding: 2rem;
	position: relative;
	width: 60rem;
	max-width: 90vw;
}
	
.widget.label_editor .modal .modal_content .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}
	
.widget.label_editor .modal .modal_content .empty {
	font-style: italic;
	padding: 2rem 1rem;
	text-align: center;
}
	
.widget.label_editor .modal .modal_content .label_edit {
	border-bottom: 1px solid #ccc;
}
	
.widget.label_editor .modal .modal_content .label_edit .line_display .text .labels .label {
	font-weight: 600;
	text-transform: uppercase;
}
	
.widget.label_editor .modal .modal_content .label_edit .line_display .text .labels .label + .label {
	font-weight: 400;
	text-transform: inherit;
}
	
.widget.label_editor .modal .modal_content .label_edit .line_display .actions actions .button:not(.select) {
	margin-left: 0.5rem;
	padding-left: 0.5rem;
}
	
.widget.label_editor .modal .modal_content .label_edit .form {
	background-color: #f5f5f5;
}
	
.widget.label_editor .modal .modal_content .label_edit .form .field-container .nfe_text_area {
	width: auto;
}
	
.widget.label_editor .modal .modal_content .confirm-modal .modal_content {
	min-height: 17rem;
	width: 30rem;
	min-width: auto;
}
	
.widget.label_editor .modal .modal_content .confirm-modal .modal_content .buttons {
	border: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	margin-top: 3rem;
}
	
.widget.digipolis_datepicker {
	display: inline-block;
	width: 100%;
}
	
.mint .field-layout-wrapper .prefix-wrapper input.field:hover {
	border-color: #DADCDE;
}
	
.mint .field-layout-wrapper .prefix-wrapper input.field:focus {
	border-color: #6A6A6A;
}
	
.mint .field-layout-wrapper .prefix-wrapper input.field:active {
	border-color: #6A6A6A;
}
	
.mint .field-layout-wrapper .prefix-wrapper input.field:placeholder {
	color: #A7A7A7;
}
	
.mint .field-layout-wrapper .prefix-wrapper input.field.valid {
	border-width: 2px;
	border-color: #DADCDE;
}
	
.mint .field-layout-wrapper .prefix-wrapper input.field.invalid {
	border-width: 2px;
	border-color: #ef7065;
}
	
.mint .field-layout-wrapper .prefix-wrapper input.field.invalid .fa.field-icon.fa-warning {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #eb5449;
}
	
.mint .field-layout-wrapper .prefix-wrapper input.field + .fa {
	color: #A7A7A7;
	font-size: 1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
}
	
.left.widget.digipolis_datepicker .datepicker_container {
	left: 0;
	right: auto;
}
	
@media (min-width: 40em) {
	.widget.digipolis_datepicker {
		width: auto;
	}
		
}
.widget.kdv-preview {
	width: 20rem;
	max-width: calc(100vw - 2rem);
}
	
.widget.kdv-preview .kdv-preview_image {
	height: 0;
	overflow: hidden;
	padding-top: 48%;
	background: #F4F8F6;
	position: relative;
}
	
.widget.kdv-preview .kdv-preview_image .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.widget.kdv-preview .kdv-preview_image .kdv-preview_favorize {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}
	
.widget.kdv-preview .kdv-preview_image .kdv-preview_favorize .icon {
	color: #FFF;
	text-shadow: -1px 0 #8db5a6, 0 1px #8db5a6, 1px 0 #8db5a6, 0 -1px #8db5a6;
	transition: all 0.25s ease-in;
}
	
.widget.kdv-preview .kdv-preview_image .kdv-preview_favorize .icon.favorite {
	color: #FEDC35;
	text-shadow: -1px 0 #FEDC35, 0 1px #FEDC35, 1px 0 #FEDC35, 0 -1px #FEDC35;
}
	
.widget.kdv-preview .kdv-preview_image.default-avatar .image {
	background-position: center top !important;
	background-size: contain!important;
}
	
.widget.kdv-preview .kdv-preview_content {
	display: flex;
	flex-flow: column nowrap;
	height: calc(100% - 10rem);
}
	
.widget.kdv-preview .kdv-preview_content section {
	border-bottom: 1px solid #D1E1DB;
	margin: 0 1.5rem;
	padding: 1rem 0;
}
	
.widget.kdv-preview .kdv-preview_content section .section-title {
	color: #637F74;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
	
.widget.kdv-preview .kdv-preview_content section p {
	margin: 0.5rem 0;
}
	
.widget.kdv-preview .kdv-preview_content section .section-copy.unavailable {
	font-size: 0.9rem;
}
	
.widget.kdv-preview .kdv-preview_content section.info {
	display: flex;
	flex-flow: row wrap;
}
	
.widget.kdv-preview .kdv-preview_content section.info .childcare-name {
	font-weight: bold;
	width: 100%;
}
	
.widget.kdv-preview .kdv-preview_content section.info .widget.childcare-icon .childcare_type_icon {
	margin: 0 0.5rem 0 0;
}
	
.widget.kdv-preview .kdv-preview_content section.opening-hours .section-copy .opening-hours-list .opening-hours-list_item, .widget.kdv-preview .kdv-preview_content section.opening-hours .section-copy .opening-hours-today {
	display: flex;
	flex-flow: row nowrap;
}
	
.widget.kdv-preview .kdv-preview_content section.opening-hours .section-copy .opening-hours-list .opening-hours-list_item .weekday, .widget.kdv-preview .kdv-preview_content section.opening-hours .section-copy .opening-hours-today .weekday {
	flex: 1;
}
	
.widget.kdv-preview .kdv-preview_content section.opening-hours .section-copy .opening-hours-list .opening-hours-list_item .opening-hours, .widget.kdv-preview .kdv-preview_content section.opening-hours .section-copy .opening-hours-today .opening-hours {
	flex: 1;
}
	
.widget.kdv-preview .kdv-preview_content section.profile {
	border-bottom: none;
}
	
.widget.kdv-preview .kdv-preview_content section.actions {
	align-items: center;
	border-bottom: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 1rem;
	margin-top: auto;
}
	
.widget.kdv-preview .kdv-preview_content section.actions .button.round, .widget.kdv-preview .kdv-preview_content section.actions .button-wrapper {
	margin: 0;
	order: -1;
	width: auto;
}
	
.widget.kdv-preview .kdv-preview_content .transclude-actions {
	flex: 1;
}
	
.widget.kdv-preview .widget.modal .modal_content {
	min-height: auto;
}
	
.widget.kdv-preview .flex {
	display: flex;
}
	
.widget.kdv-preview .flex-col {
	display: flex;
	flex-direction: column;
}
	
.widget.dual_pane_container {
	display: flex;
	flex-flow: row nowrap;
	height: 100%;
	width: 100%;
}
	
.widget.dual_pane_container .pane {
	display: none;
	flex: 1;
	position: relative;
}
	
.widget.dual_pane_container .pane.active {
	display: block;
}
	
.widget.dual_pane_container .right_pane .navigation_bar {
	background-color: #0E64B4;
	color: #fff;
	margin-bottom: 1.5rem;
	padding: 0.75rem;
}
	
.widget.dual_pane_container .right_pane .navigation_bar i {
	font-size: 1rem;
	margin-right: 0.75rem;
}
	
.widget.dual_pane_container .right_pane .pane_content {
	height: 100%;
	overflow-y: scroll;
}
	
.widget.dual_pane_container.vertical {
	border: none;
	flex-flow: column nowrap;
	max-height: 100%;
}
	
.widget.dual_pane_container.vertical .pane {
	border: 1px solid #bababa;
}
	
.widget.dual_pane_container.vertical .left_pane .pane_content {
	max-height: 480px;
}
	
.widget.dual_pane_container.vertical .right_pane {
	margin-top: 1rem;
}
	
@media (min-width: 480px) {
	.widget.dual_pane_container .pane {
		display: block;
	}
		
	.widget.dual_pane_container .right_pane .navigation_bar {
		display: none;
	}
		
}
.nfe_form.weekday_select {
	overflow-x: scroll;
	width: 100%;
}
	
.nfe_form.weekday_select .weekdays {
	display: flex;
	flex-flow: column nowrap;
}
	
.nfe_form.weekday_select .weekdays .day {
	border-top: 1px solid #ccc;
	display: flex;
	flex: 1;
	flex-flow: row nowrap;
	padding: 0.375rem;
	min-width: 600px;
}
	
.nfe_form.weekday_select .weekdays .day:last-child {
	border-bottom: 0;
}
	
.nfe_form.weekday_select .weekdays .day .day_label {
	flex: 1;
	flex-basis: 1rem;
}
	
.nfe_form.weekday_select .weekdays .day .granularity {
	display: flex;
	flex: 3;
	flex-flow: row nowrap;
	justify-content: space-between;
}
	
.nfe_form.weekday_select .weekdays .day .granularity .granularity_item {
	flex: 1;
}
	
.nfe_form.weekday_select .weekdays .day .day_label input[disabled] + label, .nfe_form.weekday_select .weekdays .day .granularity input[disabled] + label {
	opacity: 0.4;
}
	
.data-field-list {
	border-top: 1px solid #bababa;
	display: flex;
	flex-flow: row wrap;
}
	
.data-field-list .data-field {
	border-bottom: 1px solid #bababa;
	display: flex;
	flex-flow: row nowrap;
	padding: 0.75rem 0;
	width: 50%;
}
	
.data-field-list .data-field.full {
	width: 100%;
}
	
.data-field-list .data-field .data-field_key {
	color: #7C7070;
	flex: 1;
}
	
.data-field-list .data-field .data-field_value {
	flex: 2;
	position: relative;
}
	
.data-field-list .data-field .data-field_value.data-field_value_highlight {
	color: #DA291C;
	font-weight: 600;
}
	
.data-field-list .data-field .data-field_value .small {
	color: #7C7070;
	font-size: 0.9rem;
}
	
.data-field-list .data-field .data-field_value .icon {
	background-color: #F4F8F6;
	font-size: 0.7rem;
	padding: 0.25rem;
	position: absolute;
	right: 0;
	top: 0.5rem;
	transform: translateY(-50%);
}
	
.data-field-list .data-field .data-field_value .icon:hover {
	background-color: #475B53;
	color: #fff;
}
	
.data-field-list .data-field .data-field_value .data-field_value_content {
	margin-top: 1.5rem;
	width: 100%;
}
	
@media (max-width: 900px) {
	.data-field-list .data-field {
		width: 100%;
	}
		
}
.search-filter .warning {
	background-color: #FFF4DC;
	padding: 8px;
	border-radius: 8px;
}
	
.search-filter .warning b {
	font-weight: 500;
	color: #826215;
}
	
.search-filter .month-picker-container {
	width: 600px;
	max-width: 90vw;
	position: relative;
}
	
.search-filter .month-picker-container .month-picker-toggle {
	border: 1px solid #CECECE;
	border-radius: 4px;
	cursor: pointer;
	padding: 4px 16px;
	height: 2.75rem;
	width: 220px;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	gap: 12px;
}
	
.search-filter .month-picker-container .month-picker-toggle span {
	font-size: 1rem;
}
	
.search-filter .month-picker-container .month-picker-toggle:hover, .search-filter .month-picker-container .month-picker-toggle&:focus, .search-filter .month-picker-container .month-picker-toggle&.open {
	border: 1px solid #5FB59F;
	background-color: #F7F7F7;
}
	
.search-filter .month-picker-container .month-picker-toggle:hover .fa-solid, .search-filter .month-picker-container .month-picker-toggle&:focus .fa-solid, .search-filter .month-picker-container .month-picker-toggle&.open .fa-solid {
	color: #5FB59F;
}
	
.search-filter .month-picker-container .month-picker {
	border: 1px solid rgba(95, 181, 159, 0.3);
	border-radius: 4px;
	padding: 20px;
	margin-top: 6px;
	box-shadow: 0px 2px 5px 0px #E2E2E2;
	position: absolute;
	z-index: 20;
	background-color: white;
}
	
.search-filter .month-picker-container .month-picker__header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 18px;
}
	
.search-filter .month-picker-container .month-picker__header span {
	font-size: 18px;
}
	
.search-filter .month-picker-container .month-picker__header span.disabled {
	opacity: 0.5;
}
	
.search-filter .month-picker-container .month-picker__header span:not(.fa) {
	font-weight: bold;
}
	
.search-filter .month-picker-container .month-picker__header .fa {
	padding: 5px 20px;
}
	
.search-filter .month-picker-container .month-picker__header .fa.disabled {
	pointer-events: none;
}
	
.search-filter .month-picker-container .grid.grid--months {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, auto);
	gap: 10px;
}
	
.search-filter .month-picker-container .grid.grid--months .grid-item {
	padding: 12px;
	text-align: center;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	cursor: pointer;
}
	
.search-filter .month-picker-container .grid.grid--months .grid-item:hover:not(.disabled) {
	border-color: #5FB59F;
	color: #5FB59F;
}
	
.search-filter .month-picker-container .grid.grid--months .grid-item.active {
	background-color: #5FB59F;
	border-color: #5FB59F;
	color: white !important;
}
	
.search-filter .month-picker-container .grid.grid--months .grid-item.disabled {
	cursor: default;
	background-color: #E9E9E9;
	color: #555555;
	opacity: 0.5;
	pointer-events: none;
}
	
.search-filter .month-picker-container .grid.grid--months .grid-item span::first-letter {
	text-transform: uppercase;
}
	
.search-filter--available-capacity.open {
	min-height: 360px;
}
	
.search-filter--available-capacity p, .warning {
	font-size: 0.875rem;
}
	
.request_filters .button-tertiary {
	display: none;
}
	
.request_filters .widget.select_box input {
	position: absolute !important;
	top: 0;
	left: 0;
	opacity: 0 !important;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 10;
}
	
.request_filters .widget.select_box label {
	z-index: 10;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0.75rem .75rem .75rem 2rem;
}
	
.request_filters .widget.select_box label:before {
	top: 50%;
	transform: translateY(-50%);
	height: 1.25rem;
	width: 1.25rem;
	border-radius: 2px;
}
	
.request_filters .widget.select_box label:after {
	top: 50%;
	transform: translateY(-50%);
}
	
.request_filters .leaf-link-label {
	padding-left: 2rem;
	display: flex;
}
	
.request_filters .leaf-link-label span {
	padding-left: 0 !important;
}
	
.request_filters .leaf-link-label .fa {
	position: relative!important;
	top: auto!important;
	right: auto!important;
	padding: 0!important;
}
	
.request_filters .leaf-link-label .label-help {
	display: block;
	padding-left: .5rem !important;
}
	
.request_filters .icon_image {
	display: flex;
	text-align: center;	;
	margin-right: 0.5rem;
}
	
.request_filters .icon_status {
	display: block;
	margin-right: 0.5rem;
	width: 1rem;
	text-align: center;
}
	
.request_filters .icon_status i {
	font-size: 1rem;
}
	
.request_filters .icon_status.sibling {
	color: #1bb87a;
}
	
.request_filters .icon_status.twenty_percent {
	color: #475B53;
}
	
.request_filters .icon_status.thirty_percent {
	color: #CF0039;
}
	
.request_filters .icon_status.forty_percent {
	color: #F9C835;
}
	
.request_filters .icon_status.urgent {
	color: #F97A35;
}
	
.request_filters .filter_container .danger {
	font-size: .875rem;
	padding: .5em .8em;
	display: block;
	line-height: 1.2;
	background: #F1C9C9;
	margin: 0.5rem 0;
	border-radius: 6px;
	color: #3D3D3D;
}
	
.request_filters .filter_container .list-navigation .leaf {
	position: relative;
}
	
.request_filters .filter_container .list-navigation .leaf .add-button {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}
	
.request_filters .filter_container .list-navigation .leaf .add-button .fa {
	font-size: 1rem;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	padding: 0.5rem;
}
	
.request_filters .filter-list-entries {
	display: flex;
	align-items: center;
}
	
.request_filters .filter-list-entries .filter_entry {
	flex: 1;
}
	
.request_filters .slider {
	width: 100%;
	height: 60px;
	padding: 1rem 0;
}
	
.request_filters .slider input[type="range"] {
	-webkit-appearance:none !important;
	width: 100%;
	height: 2px;
	background: #475B53;
	border: none;
	outline: none;
}
	
.request_filters .slider input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	width: .75rem;
	height: .75rem;
	background: #475B53;
	border: 2px solid #475B53;
	border-radius: 50%;
	cursor: pointer;
}
	
.request_filters .slider input[type="range"]::-webkit-slider-thumb:hover {
	background: black;
}
	
.request_filters .maxScore {
	padding-right: .75rem;
	padding-left: 0;
}
	
.request_filters .maxScore span {
	text-align: right;
	display: block;
}
	
.request_filters .minScore {
	padding-right: 0;
	padding-left: .75rem;
}
	
.mint .request_filters {
	display: flex;
	flex-direction: column;
	gap: 2.3em;
}
	
.mint .request_filters .add-button {
	display: none;
}
	
.mint .request_filters .filter_container {
	margin: 0 !important;
}
	
.mint .request_filters .menu_item {
	background-color: transparent !important;
	justify-content: space-between;
}
	
.mint .request_filters .menu_item:hover {
	background-color: transparent !important;
}
	
.mint .request_filters .menu_item .leaf-link {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 1em;
	padding: 0.9em .75em .9em .75em;
}
	
.mint .request_filters .menu_item .leaf-link .flex {
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: .6em;
}
	
.mint .request_filters .menu_item .leaf-link .leaf-link-label, .mint .request_filters .menu_item .leaf-link .icon {
	font-size: 1.125em;
	line-height: 1.406rem;
	font-weight: 600;
	color: #3D3D3D;
	padding: 0;
	margin: auto 0;
}
	
.mint .request_filters .menu_item .leaf-link .label-help {
	color: #3D3D3D;
}
	
.mint .request_filters .menu_item .leaf-link .icon {
	left: 0 !important;
}
	
.mint .request_filters .menu_item .leaf-link > .fa {
	order: 2;
	font-weight: 900;
}
	
.mint .request_filters .menu_item .leaf-link .fa {
	font-size: 1em;
	line-height: normal;
	width: 1em;
	height: 1em;
	position: relative;
	padding: 0;
	top: auto;
	bottom: auto;
}
	
.mint .request_filters .menu_item .leaf-link .button--tertiary {
	margin: 0;
	padding: 0.475em 0.5em 0.475em 0.5em;
}
	
.mint .request_filters .menu_item .leaf-link .button--tertiary span {
	padding-left: 0 !important;
	line-height: 1.25rem;
}
	
.mint .request_filters .filter_entry .request_filters-inner .widget {
	border-bottom: none !important;
}
	
.mint .request_filters .filter_entry .request_filters-inner .widget label {
	margin-right: 0;
	gap: .4em;
	justify-content: space-between;
	padding: 0.55rem .75rem .55rem 2rem;
}
	
.mint .request_filters .filter_entry .request_filters-inner .widget label::before {
	border-radius: 4px;
}
	
.mint .request_filters .filter_entry .request_filters-inner .widget label > div.flex {
	justify-content: space-between;
	max-width: calc(100% - 1em);
}
	
.mint .request_filters .filter_entry .request_filters-inner .widget label > div.flex span:nth-child(2) {
	color: #475B53;
	font-size: 1rem;
	font-weight: 400;
	max-width: calc(100% - 1.5em);
	line-height: 1.25rem;
}
	
.mint .request_filters .show-more {
	margin-top: .8em;
	cursor: pointer;
	display: block;
}
	
.mint .request_filters .show-more .fa-solid {
	font-size: 0.75rem;
	margin-left: 0.6em !important;
}
	
.color-picker .color-picker_colors {
	display: flex;
}
	
.color-picker .label {
	margin: 1rem 0;
}
	
.color-picker .color-picker_button {
	position: relative;
	cursor: pointer;
	outline: 0;
	border: none;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	padding: 0 1rem;
	border-radius: 4px;
	overflow: visible;
	transform: translate3d(0,0,0);
	transition: background .4s cubic-bezier(.25,.8,.25,1), box-shadow 280ms cubic-bezier(.4,0,.2,1);
	border-radius: 50%;
	padding: 0;
	flex-shrink: 0;
	height: 20px;
	width: 20px;
	margin-right: 11px;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.color-picker .color-picker_button:disabled {
	opacity: .3;
	pointer-events: none;
	cursor: not-allowed !important;
}
	
.color-picker .color-picker_button:disabled:hover {
	cursor: not-allowed !important;
}
	
.color-picker .color-picker_button.selected {
	opacity: 1;
}
	
.color-picker .color-picker_button.selected::after {
	content: '\f00c';
	font-size: .75rem;
	font-family: "FontAwesome";
	color: #fff;
	line-height: 1.5;
}
	
.color-picker .color-picker_button.beetroot {
	background-color: #AD1457; ;
}
	
.color-picker .color-picker_button.tangerine {
	background-color: #F4511E; ;
}
	
.color-picker .color-picker_button.citron {
	background-color: #E4C441; ;
}
	
.color-picker .color-picker_button.cherry-blossom {
	background-color: #D81B60; ;
}
	
.color-picker .color-picker_button.avocado {
	background-color: #C0CA33; ;
}
	
.color-picker .color-picker_button.eucalyptus {
	background-color: #009688; ;
}
	
.color-picker .color-picker_button.mango {
	background-color: #F09300; ;
}
	
.color-picker .color-picker_button.pistachio {
	background-color: #7CB342; ;
}
	
.color-picker .color-picker_button.cobalt {
	background-color: #4285F4; ;
}
	
.color-picker .color-picker_button.tomato {
	background-color: #D50000; ;
}
	
.color-picker .color-picker_button.flamingo {
	background-color: #E67C73; ;
}
	
.color-picker .color-picker_button.pumpkin {
	background-color: #EF6C00; ;
}
	
.color-picker .color-picker_button.banana {
	background-color: #F6BF26; ;
}
	
.color-picker .color-picker_button.sage {
	background-color: #33B679; ;
}
	
.color-picker .color-picker_button.basil {
	background-color: #0B8043; ;
}
	
.color-picker .color-picker_button.peacock {
	background-color: #039BE5; ;
}
	
.color-picker .color-picker_button.blueberry {
	background-color: #3F51B5;
}
	
.color-picker .color-picker_button.lavender {
	background-color: #7986CB;
}
	
.color-picker .color-picker_button.grape {
	background-color: #8E24AA; ;
}
	
.color-picker .color-picker_button.graphite {
	background-color: #616161; ;
}
	
.widget.districts {
	display: flex;
	flex-flow: row wrap;
	margin: 0.375rem 0;
}
	
.widget.districts .district {
	flex: 1;
	flex-basis: calc(50% - 0.75rem);
	margin: 0.375rem;
}
	
@media (min-width: 640px) {
	.widget.districts .district {
		flex-basis: calc(33% - 0.75rem);
	}
		
}
.widget.contact_person_editor .buttons {
	align-items: center;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 0;
	display: flex;
	flex-flow: row nowrap;
	margin: 0.75rem 0;
	padding: 0.75rem 0;
}
	
.widget.contact_person_editor .buttons .button {
	margin: 0;
}
	
.widget.contact_person_editor .view_mode .section {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-flow: row nowrap;
	margin: 0.5rem 0;
	padding-bottom: 0.5rem;
}
	
.widget.contact_person_editor .view_mode .section .entry {
	flex: 1;
}
	
.widget.contact_person_editor .label+.field {
	margin-left: 0!important;
}
	
.widget.contact_person_editor .contact_person {
	margin: 2.5rem 0 1.5rem;
}
	
.widget.contact_person_editor .contact_person.collapsed.collapsible .form .transcluded {
	height: 3rem;
	overflow: hidden;
}
	
.widget.contact_person_editor .contact_person.collapsed.collapsible .form .form_actions {
	display: none;
}
	
.widget.contact_person_editor .contact_person .title {
	display: flex;
	justify-content: space-between;
}
	
.widget.contact_person_editor .contact_person .widget.select_box label {
	z-index: 1;
}
	
.widget.contact_person_editor .contact_person .field.select {
	align-self: flex-start;
}
	
.widget.contact_person_editor .contact_person .secondary_fields {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	margin: 1rem;
}
	
.widget.contact_person_editor .contact_person .secondary_fields .half:first-child {
	margin-right: .25rem;
}
	
.widget.koza_priority_questions .questions_list {
	margin: 0.5rem 0;
	padding: 0;
}
	
.widget.koza_priority_questions .questions_list .questions_list_item {
	border-bottom: 1px solid #bababa;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.widget.koza_priority_questions .questions_list .questions_list_item .question_content {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0.5rem 0;
}
	
.widget.koza_priority_questions .questions_list .questions_list_item .question_content label p {
	font-size: 1rem !important;
}
	
.widget.koza_priority_questions .questions_list .questions_list_item .question_content .icon {
	align-self: flex-end;
	align-items: center;
	background-color: #ccc;
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	height: 2rem;
	justify-content: center;
	margin: 0 0.5rem;
	width: 2rem;
}
	
.widget.koza_priority_questions .questions_list .questions_list_item .question_description {
	color: #60766d;
}
	
.widget.koza_priority_questions .questions_list .questions_list_item .question_answers_list {
	background-color: #f5f5f5;
	padding: 0 1.5rem;
}
	
.widget.koza_priority_questions .questions_list .questions_list_item .question_answers_list .question_answer_item {
	list-style-type: none;
}
	
.widget.koza_priority_questions .questions_list .questions_list_item .question_answers_list .question_answer_item .vertical_wrapper {
	display: flex;
	flex-flow: column nowrap;
}
	
.widget.koza_priority_questions .questions_list .questions_list_item .question_answers_list .question_answer_item .vertical_wrapper .field {
	margin: 0 0 1.5rem 0;
}
	
.widget.koza_priority_questions .questions_list .questions_list_item .question_answers_list .question_answer_item .widget.select_box label {
	z-index: 1;
}
	
.widget.cookie-banner {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	height: auto;
	padding: 2rem;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: 10000;
}
	
.widget.cookie-banner .button {
	margin: 0.5rem 0 0.5rem 0!important;
}
	
.widget.cookie-banner .link {
	color: #fff;
	text-decoration: underline;
}
	
@media (min-width: 40em) {
	.widget.cookie-banner .button {
		margin: 0!important;
	}
		
}
.widget.external_link {
	display: flex;
	flex-flow: row nowrap;
	margin: 0.375rem 0;
}
	
.widget.external_link i {
	font-size: 1rem;
	margin-right: 0.5rem;
	width: 1rem;
}
	
.widget.combo_box {
	display: flex;
	flex-flow: column nowrap;
}
	
.widget.combo_box .input_holder {
	position: relative;
}
	
.widget.combo_box .input_holder input {
	margin: 0;
}
	
.widget.combo_box .input_holder .fa {
	position: absolute;
	right: 1rem;
	font-size: .9rem;
	color: #BABABA;
	top: 50%;
	transform: translateY(-50%);
}
	
.widget.combo_box .input_holder .dropdown_container {
	border: 1px solid #ccc;
	height: auto;
	max-height: 16rem;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	z-index: 10000;
}
	
.widget.combo_box .input_holder .dropdown_container .dropdown {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
	
.widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	list-style: none;
	margin: 0;
	padding: 0.75rem 1rem;
}
	
.widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item:last-child {
	border-bottom: none;
}
	
.widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item.active {
	background-color: #e5e5e5;
}
	
.widget.combo_box .input_holder .dropdown_container .dropdown .dropdown_item:hover:not(.active) {
	background-color: #F4F8F6;
}
	
.application_contact_detail .contact_item {
	border-bottom: 1px solid #BABABA;
	padding: 1.5rem 0;
}
	
.application_contact_detail .contact_item:first-child {
	border-top: 1px solid #BABABA;
}
	
.application_contact_detail .contact_item .contact_field {
	display: flex;
	flex-flow: row nowrap;
}
	
.application_contact_detail .contact_item .contact_field .entry.key {
	color: #7C7070;
	flex: 1;
	text-transform: lowercase;
}
	
.application_contact_detail .contact_item .contact_field .entry.key:first-letter {
	text-transform: uppercase;
}
	
.application_contact_detail .contact_item .contact_field .entry.key:after {
	content: ":";
}
	
.application_contact_detail .contact_item .contact_field .entry.value {
	flex: 4;
}
	
.widget.menu_items .list-navigation .sub-nav {
	display: none;
}
	
.case-action-create .form .digipolis_datepicker {
	width: 100%;
}
	
.widget.nfe_form.nfe_number_range .label {
	display: block;
}
	
.widget.nfe_form.nfe_number_range .field_wrapper {
	display: inline-block;
	position: relative;
	width: calc(50% - 0.65rem);
}
	
.widget.nfe_form.nfe_number_range .field_wrapper.start {
	margin-right: 1rem;
}
	
.map_detail_menu {
	display: flex;
	flex-flow: column nowrap;
	width: 220px;
}
	
.map_detail_menu .heading {
	border-bottom: 1px solid #333;
	display: flex;
	flex-flow: row nowrap;
	padding: 0.5rem;
}
	
.map_detail_menu .heading .close {
	font-size: 1.3rem;
}
	
.map_detail_menu .card_widget {
	border: none;
	flex-flow: column nowrap;
	margin: 0;
	height: calc(100% - 3rem);
	position: relative;
}
	
.map_detail_menu .card_widget .image_container {
	max-height: 14rem;
}
	
.map_detail_menu .card_widget .content_container {
	display: flex;
	flex-flow: column nowrap;
	flex: 8;
	position: absolute;
	bottom: 0;
	width: 100%;
}
	
.map_detail_menu .card_widget .content_container> .title {
	display: none;
}
	
.map_detail_menu .card_widget .content_container> .subtitle {
	display: none;
}
	
.map_detail_menu .card_widget .content_container .info_container {
	background-color: #fff;
	flex: 0.9;
	padding: 0.75rem;
}
	
.map_detail_menu .card_widget .content_container .info_container .childcare_type {
	display: flex;
	flex-flow: row nowrap;
}
	
.map_detail_menu .card_widget .content_container .info_container .childcare_type .content {
	display: flex;
	flex: 1;
	flex-flow: column nowrap;
	margin-left: 0.75rem;
}
	
.map_detail_menu .card_widget .content_container .info_container .childcare_type .content .type {
	font-size: 1.1rem;
}
	
.map_detail_menu .card_widget .content_container .info_container .childcare_type .content .type:first-letter {
	text-transform: uppercase;
}
	
.map_detail_menu .card_widget .content_container .info_container .childcare_type .content .capacity {
	color: #999;
}
	
.map_detail_menu .card_widget .content_container .info_container .childcare_name {
	margin: 1rem 0;
}
	
@media (min-width: 30em) {
	.map_detail_menu {
		width: 320px;
	}
		
}
.widget.authentication_type .form {
	display: flex;
	flex-flow: row nowrap;
}
	
.widget.authentication_type .form .input_group .button {
	margin-top: 1rem;
}
	
.availability_table {
	overflow-x: auto;
}
	
.availability_table table thead {
	background-color: #fff;
}
	
.availability_table table thead tr {
	border-bottom: 1px solid #BABABA;
}
	
.availability_table table thead tr th:not(:last-of-type) {
	border-right: 1px solid #BABABA;
}
	
.availability_table table thead tr th .weekday_wrapper {
	text-align: center;
}
	
.availability_table table thead tr th .weekday_wrapper .weekday_sublabel {
	color: #BABABA;
	display: flex;
	flex-flow: row nowrap;
}
	
.availability_table table thead tr th .weekday_wrapper .weekday_sublabel span {
	flex: 1;
}
	
.availability_table table thead tr th.legend {
	font-size: 1.4rem;
	width: 21.5rem;
}
	
.availability_table table tbody tr {
	border-bottom: 1px solid #BABABA;
	height: 100%;
}
	
.availability_table table tbody tr td {
	height: 63px;
	padding: 0;
}
	
.availability_table table tbody tr td .day_wrapper {
	display: flex;
	flex-flow: row nowrap;
	height: 100%;
}
	
.availability_table table tbody tr td .day_wrapper .am, .availability_table table tbody tr td .day_wrapper .pm {
	background-color: #a5a5a5;
	flex: 1;
}
	
.availability_table table tbody tr td .day_wrapper .am.available, .availability_table table tbody tr td .day_wrapper .pm.available {
	background-color: #DCEFD6;
}
	
.availability_table table tbody tr td .day_wrapper .am {
	border-right: 1px solid #ccc;
}
	
.availability_table table tbody tr td.legend {
	padding: 0.75rem;
	width: 20rem;
}
	
.availability_table table tbody tr td:not(:last-of-type) {
	border-right: 1px solid #BABABA;
}
	
.availability_table table tbody tr.last {
	border-bottom: none;
}
	
.availability_table:not(:first-of-type) {
	border-top: 1px solid #BABABA;
}
	
.widget.n_widget_gallery {
	height: 24rem;
	max-height: 50vw;
	width: 100%;
}
	
.widget.n_widget_gallery .item_container {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
	
.widget.n_widget_gallery .item_container .navigate {
	color: #fff;
	height: 100%;
	position: absolute;
	top: 0;
	width: 4rem;
	z-index: 12;
}
	
.widget.n_widget_gallery .item_container .navigate.left {
	left: 0;
}
	
.widget.n_widget_gallery .item_container .navigate.right {
	right: 0;
}
	
.widget.n_widget_gallery .item_container .navigate:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
	
.widget.n_widget_gallery .item_container .navigate span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
	
.widget.n_widget_gallery .item_container .navigate span .fa {
	text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}
	
.gallery_animation > * {
	opacity: 1;
	position: absolute;
	bottom: 0;
	top: 0;
	transform: scale(1);
	width: 100%;
}
	
.gallery_animation > .ng-hide {
	position: absolute;
	transform: translateX(0) scale(1);
}
	
.gallery_animation > .ng-hide.ng-hide-remove {
	transform: translateX(0) scale(0.8);
	transition: all 0.3s ease-out;
	z-index: 8;
}
	
.gallery_animation > .ng-hide.ng-hide-add {
	transform: translateX(-100%) scale(1);
	transition: all 0.3s ease-in;
	z-index: 10;
}
	
.widget.kdv-header-v2 {
	display: flex;
	flex-direction: column;
	border-bottom: 2px solid #EDEFF3;
	background-color: #F4F8F6;
	margin-top: -4rem;
	padding-top: 1.5em;
	position: sticky;
	top: 0;
	z-index: 99;
}
	
.widget.kdv-header-v2.modal-active {
	max-height: 9vh;
	border-bottom: none;
	overflow: hidden;
	top: 0;
}
	
.widget.kdv-header-v2 .container--logo {
	height: fit-content;
	margin-bottom: 1rem;
	position: relative;
	background-color: #F4F8F6;
	box-shadow: 0px -1.5em 0.5em 2.2em #F4F8F6;
	z-index: 1;
}
	
.widget.kdv-header-v2 .container--logo img {
	height: 46px;
}
	
.widget.kdv-header-v2 .container--logo .environment-tag {
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 600;
}
	
.widget.kdv-header-v2 .container--transcluded .widget.koza_kdv_header {
	overflow: hidden;
	background-color: white;
	padding-right: 2em;
	border-radius: 8px;
	margin-bottom: .5em;
}
	
.widget.kdv-header-v2 .container--transcluded .color-red {
	color: #F5B94F;
}
	
.widget.kdv-header-v2 .container--transcluded .header-small {
	font-weight: 500;
}
	
.widget.kdv-header-v2 nav .account-list .popout .button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	height: auto;
	line-height: 1.25;
}
	
.widget.kdv-header-v2 nav .account-list .popout .button .fa {
	display: inline-block;
	position: relative;
	width: 1em;
	font-weight: 900;
	font-size: 0.875rem;
	line-height: 1.05rem;
}
	
.widget.kdv-header-v2 nav .account-list .popout .button:hover {
	box-shadow: none;
}
	
.widget.kdv-header-v2 nav .account-list .popout .dropdown-container {
	border-radius: 8px;
	background-color: transparent;
}
	
.widget.kdv-header-v2 nav .account-list .popout .dropdown-container .dropdown {
	overflow: hidden;
	border: 1px solid #EDEFF3;
	box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}
	
.widget.kdv-header-v2 nav .account-list .popout .dropdown-container .dropdown::before {
	border: none;
	width: 1em;
	height: 1em;
	background-color: white;
	border-radius: 4px;
	transform: rotate(45deg);
	margin-right: 1em;
	margin-top: -.15em;
}
	
.widget.kdv-header-v2 nav .account-list .popout .dropdown-container .dropdown::after {
	border: none;
	width: 1em;
	height: 1em;
	background-color: #ccc;
	border-radius: 4px;
	transform: rotate(45deg);
	margin-right: 1em;
	margin-top: -.15em;
	box-shadow: 0px 1px 8px -2px rgba(0, 0, 0, 0.5);
	z-index: -1;
}
	
.widget.kdv-header-v2 nav .account-list .popout .dropdown-container .dropdown .user_menu .options-list {
	display: flex;
	flex-direction: column;
}
	
.widget.kdv-header-v2 nav .account-list .popout .dropdown-container .dropdown ul li {
	border-radius: 8px;
	padding: 8px 12px !important;
	margin: 4px !important;
	gap: 4px;
	color: #6A6A6A;	;
	text-align: left;
	font-weight: 400;
}
	
.widget.kdv-header-v2 nav .account-list .popout .dropdown-container .dropdown ul li.no-click {
	color: #A7A7A7;
}
	
.widget.kdv-header-v2 nav .account-list .popout .dropdown-container .dropdown ul li:hover:not(.no-click) {
	background-color: #5FB59F;
	color: white;
}
	
.widget.kdv-header-v2 nav .tabs-list {
	min-height: 100%;
}
	
.widget.kdv-header-v2 nav .tabs-list, .widget.kdv-header-v2 nav .account-list {
	display: flex;
	gap: 1.75rem;
	margin: 0;
	padding: 0;
	align-items: flex-end;
}
	
.widget.kdv-header-v2 nav .tabs-list li, .widget.kdv-header-v2 nav .account-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 0.5rem;
}
	
.widget.kdv-header-v2 nav .tabs-list li a, .widget.kdv-header-v2 nav .account-list li a {
	text-decoration: none;
	position: relative;
}
	
.widget.kdv-header-v2 nav .tabs-list li a:active, .widget.kdv-header-v2 nav .account-list li a:active {
	color: inherit;
}
	
.widget.kdv-header-v2 nav .tabs-list li a:hover, .widget.kdv-header-v2 nav .account-list li a:hover {
	color: inherit;
}
	
.widget.kdv-header-v2 nav .tabs-list li a:hover::after, .widget.kdv-header-v2 nav .account-list li a:hover::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #F5B94F;
	position: absolute;
	left: 0;
	top: auto;
	bottom: -9px;
}
	
.widget.kdv-header-v2 nav .tabs-list li a:focus, .widget.kdv-header-v2 nav .account-list li a:focus {
	color: inherit;
}
	
.widget.kdv-header-v2 nav .tabs-list li .fa, .widget.kdv-header-v2 nav .tabs-list li .fa-regular, .widget.kdv-header-v2 nav .tabs-list li .fa-solid, .widget.kdv-header-v2 nav .account-list li .fa, .widget.kdv-header-v2 nav .account-list li .fa-regular, .widget.kdv-header-v2 nav .account-list li .fa-solid {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.05rem;
	color: #5FB59F;
	margin-right: 8px;
}
	
.widget.kdv-header-v2 nav .tabs-list li .menu-item, .widget.kdv-header-v2 nav .account-list li .menu-item {
	display: block;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #475B53;
	text-decoration: none;
	padding: 0;
	height: 100%;
	text-align: center;
}
	
.widget.kdv-header-v2 nav .tabs-list li .menu-item:hover, .widget.kdv-header-v2 nav .account-list li .menu-item:hover {
	color: inherit;
	position: relative;
}
	
.widget.kdv-header-v2 nav .tabs-list li .menu-item:hover::after, .widget.kdv-header-v2 nav .account-list li .menu-item:hover::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #F5B94F;
	position: absolute;
	left: 0;
	top: auto;
	bottom: -9px;
}
	
.widget.kdv-header-v2 nav .tabs-list li .active, .widget.kdv-header-v2 nav .account-list li .active {
	font-weight: 700 !important;
	position: relative;
}
	
.widget.kdv-header-v2 nav .tabs-list li .active .fa, .widget.kdv-header-v2 nav .tabs-list li .active .fa-regular, .widget.kdv-header-v2 nav .tabs-list li .active .fa-solid, .widget.kdv-header-v2 nav .account-list li .active .fa, .widget.kdv-header-v2 nav .account-list li .active .fa-regular, .widget.kdv-header-v2 nav .account-list li .active .fa-solid {
	font-weight: 900;
	color: #F5B94F;
}
	
.widget.kdv-header-v2 nav .tabs-list li .active::after, .widget.kdv-header-v2 nav .account-list li .active::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #F5B94F;
	position: absolute;
	left: 0;
	top: auto;
	bottom: -9px;
}
	
.widget.kdv-header-v2 nav .tabs-list li .active .button, .widget.kdv-header-v2 nav .account-list li .active .button {
	font-weight: 700 !important;	;
}
	
@media (max-width: 40em) {
	.widget.kdv-header-v2  .container > .flex {
		flex-wrap: wrap;
	}
		
	.widget.kdv-header-v2  .container > .flex .tabs-list, .widget.kdv-header-v2  .container > .flex .account-list {
		flex-wrap: wrap;
	}
		
}
.audience_questions_gent {
	margin: 0;
}
	
.case.case-list .case-list-entry .case-entry-action {
	text-align: right;
}
	
.case.case-list .case-list-entry .case-entry-action .button {
	margin: 0 0 0.5rem 0;
}
	
.case.case-list .case-list-entry .data-field.request-details .data-field_value {
	display: flex;
	flex-flow: row nowrap;
}
	
.case.case-list .case-list-entry .data-field.request-details .data-field_value a {
	font-size: 0.9rem;
	margin-left: auto;
}
	
.case.case-list .case-list-entry .detail-toggle {
	align-items: center;
	border: none;
	justify-content: flex-start;
}
	
.case.case-list .case-list-entry .action-buttons {
	align-items: center;
	border-bottom: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
	
.case.case-list .case-list-entry .action-buttons .button-group {
	margin: 0;
}
	
.case.case-list .case-list-entry .case-list-entry_details {
	border-top: none;
	width: 100%;
}
	
.case.case-list .case-list-entry .case-list-entry_details .case-reminder {
	margin-bottom: 2rem;
}
	
.case.case-list .chat_message_modal .modal_content .modal-action-buttons {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	margin-top: 3rem;
}
	
.case.case-list .chat_message_modal .modal_content .modal-action-buttons .button {
	margin: 0;
}
	
.case.case-list .case-edit-modal .modal_content {
	overflow-y: auto;
	width: 40rem !important;
}
	
.case.case-list .case-edit-modal .modal_content hr {
	margin: 0;
}
	
.case.case-list .case-edit-modal .modal_content .nfe_line_wrapper {
	margin: 0;
}
	
.case.case-list .reminder-error-modal .modal_content {
	min-height: auto !important;
	max-width: 40rem !important;
}
	
.case.case-list .reminder-error-modal .modal_content .button {
	float: right;
}
	
.filter-button .button_toggle.filter_toggle .filter_list_options.button_toggle_options {
	width: 18rem;
}
	
.filter-button .button_toggle.filter_toggle .filter_list_options .option {
	display: flex;
	flex-flow: row nowrap;
}
	
.filter-button .button_toggle.filter_toggle .filter_list_options .option .label {
	flex: 2;
	margin: 0;
}
	
.filter-button .button_toggle.filter_toggle .filter_list_options .option .input {
	display: flex;
	flex: 3;
	flex-flow: row nowrap;
}
	
.filter-button .button_toggle.filter_toggle .filter_list_options .option .input .input_field {
	flex: 1;
	padding: 0.25rem 0.5rem;
	width: 4rem;
}
	
.filter-button .button_toggle.filter_toggle .filter_list_options .option .input .input_field:first-child {
	margin-right: 0.25rem;
}
	
.filter-button .button_toggle.filter_toggle .filter_list_options .option .input .input_field input {
	width: 100%;
}
	
.filter-button .button_toggle.filter_toggle .filter_list_options .option .input .input_field .select_box {
	min-height: 2rem;
	padding: 0.25rem 0.5rem;
}
	
.filter-button .button_toggle.filter_toggle .filter_list_options .option .input .input_field .digipolis_datepicker .field {
	font-size: 0.7rem;
	padding: 0.25rem;
	width: 72px;
}
	
.filter-button .button_toggle.filter_toggle .filter_list_options .option .input .input_field .digipolis_datepicker .field-icon {
	display: none;
}
	
.widget.label_editor .header {
	margin-bottom: 2rem;
}
	
.widget.label_editor h3, h6 {
	font-weight: 600;
}
	
.widget.label_editor .buttons {
	display: flex;
	justify-content: space-between;
}
	
.widget.label_editor .inline-button {
	color: #637F74;
	font-family: "sofia-pro", Helvetica, Arial, Georgia, sans-serif;
	font-weight: 600;
}
	
.widget.label_editor .inline-button .fa {
	font-size: 1rem;
	margin-right: .5rem;
}
	
.widget.label_editor .nfe_form.nfe_form_wrapper .form fields > * {
	margin: 0 !important;
}
	
.widget.label_editor .widget.nfe_form.nfe_box_wrapper .form fields {
	flex-direction: column;
}
	
.widget.label_editor .widget.nfe_form.nfe_box_wrapper .form fields h6 {
	margin-bottom: 1rem !important;
}
	
.widget.label_editor .flex {
	display: flex;
}
	
.widget.label_editor .flex .color-picker {
	margin-left: 3rem;
}
	
.widget.label_editor .button.confirm {
	background-color: #1BB87A;
}
	
.widget.label_editor .modal .modal_content .label_edit .form {
	padding: 1rem;
	margin: 1rem 0;
}
	
.widget.label_editor .request-label {
	display: flex;
	align-items: center;
	padding: 0.75rem 0;
}
	
.widget.label_editor .icon_image {
	display: block;
	margin: 0.25rem 0;
	text-align: center;	;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
	
.childcare_summary {
	border: 1px solid #bababa;
	display: flex;
	flex-flow: column nowrap;
	min-width: 15rem;
}
	
.childcare_summary .summary_card {
	border-bottom: 1px solid #bababa;
	display: flex;
	flex: 1;
	flex-flow: column nowrap;
	width: 15rem;
}
	
.childcare_summary .summary_card:last-child {
	border-bottom: none;
}
	
.childcare_summary .summary_card .avatar {
	background-color: #fafafa;
	background-image: url("../../../resources/images/placeholder.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	flex: 1;
	flex-basis: 15rem;
	height: 100%;
	width: 100%;
}
	
.childcare_summary .summary_card .content {
	flex: 1;
	padding: 2.25rem 1.5rem 1.5rem;
	position: relative;
}
	
.childcare_summary .summary_card .content .entry .entry_title {
	color: #7C7070;
}
	
.childcare_summary .summary_card .distance {
	background-color: #CF0039;
	color: #fff;
	font-weight: 600;
	padding: 0.5rem;
	position: absolute;
	top: 0;
	right: 0;
}
	
.childcare_summary .summary_card .distance .fa {
	font-size: 1rem;
	margin-right: 0.375rem;
}
	
.childcare_summary .summary_card.multi .avatar {
	display: none;
}
	
.childcare_summary .summary_card.multi .content> .title {
	display: block;
}
	
.childcare_summary .summary_card.multi .content .entry {
	display: inline-block;
}
	
.childcare_summary .summary_card.multi .content .entry:not(:last-child):after {
	content: " - ";
}
	
.childcare_summary .summary_card.multi .content .entry .entry_title {
	display: none;
}
	
.childcare_summary .summary_card.multi .content .entry p {
	display: inline-block;
	margin: 0.5rem 0;
}
	
@media (min-width: 40em) {
	.childcare_summary .summary_card {
		width: auto;
	}
		
}
.widget.background_image {
	height: 60px;
	width: 60px;
}
	
.widget.background_image.full {
	height: 100%;
	width: 100%;
}
	
.widget.background_image .content_slot {
	height: 100%;
	position: relative;
	width: 100%;
}
	
.user_header .avatar {
	width: 3rem;
	height: 3rem;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
	
.user_header .avatar.xlarge {
	width: 7.5rem;
	height: 7.5rem;
}
	
.user_header .avatar img {
	transform-origin: center center;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	display: block;
}
	
.user_header .header-small {
	color: #7C7070;
	text-transform: uppercase;
	margin: 0;
}
	
.user_header h2 {
	max-width: 24rem;
	overflow: hidden;
}
	
.accordion_item .count {
	background-color: #da291c;
	border-radius: 2px;
	color: #fff;
	float: right;
	padding: 0.25rem;
	position: relative;
	top: -3px;
}
	
.weekday_select.form_renderer .weekdays {
	display: flex;
	flex-flow: column nowrap;
}
	
.weekday_select.form_renderer .weekdays .day {
	border-top: 1px solid #ccc;
	display: flex;
	flex: 1;
	flex-flow: row nowrap;
	padding: 0.375rem;
}
	
.weekday_select.form_renderer .weekdays .day:last-child {
	border-bottom: 1px solid #ccc;
}
	
.weekday_select.form_renderer .weekdays .day .day_label {
	flex: 1;
	position: relative;
}
	
.weekday_select.form_renderer .weekdays .day .granularity {
	display: flex;
	flex: 3;
	flex-flow: row nowrap;
	justify-content: space-between;
}
	
.weekday_select.form_renderer .weekdays .day .granularity .granularity_item {
	flex: 1;
	position: relative;
}
	
.mint .full_week_container {
	margin-top: 10px;
}
	
.mint .full_week_container label {
	color: #475B53 !important;
}
	
.mint .form_renderer {
	padding-top: 14px;
	padding-bottom: 0;
}
	
.mint .form_renderer .weekdays .day {
	padding: 7px 0 6px 0;
	border-color: #DADCDE !important;
}
	
.mint .form_renderer .weekdays .day label {
	color: #475B53 !important;
}
	
.mint .form_renderer .weekdays .day .granularity label {
	color: #6A6A6A !important;
	font-weight: 400 !important;
}
	
.mint .checkbox+label:before {
	border: 2px solid #DADCDE;
}
	
.mint input[type="radio"]+label:before {
	background-color: white;
	border: 2px solid #DADCDE;
	box-shadow: inset 0 0 0 2px #fff;
}
	
.mint .checkbox:checked+label:before {
	border-color: #5FB59F;
	background-color: #5FB59F;
}
	
.mint input[type="checkbox"].field:checked+label:after, .checkbox:checked+label:after {
	left: 3px;
}
	
.mint input[type="radio"]:checked+label:before {
	border-color: #5FB59F;
	background-color: #5FB59F;
}
	
.request_detail h3 .striped {
	font-size: 1rem;
	text-decoration: line-through;
}
	
.request_detail .history_container .meta_item:not(:first-child) .content.transcluded {
	display: none;
}
	
.request_detail .history_container .meta_item .content.transcluded .history-reply {
	position: inherit !important;
}
	
.request_detail .history_container .meta_item .action {
	margin-right: 0.5rem;
}