/**
 * main.scss
 *
 * This file sets up the project's scss dependency structure, auto-loading
 * everything from each directory in a planned order to ensure project specific
 * styles override universal styles..
 */

/**
 * Don't Edit this file at the project level if it can be avoided
 */

/**
 * 1. Import Core Resources
 */

/**
 * Mixins to Create Floating Labels
 *
 * @link https://github.com/tonystar/float-label-css
 * @link https://github.com/tonystar/float-label-css/blob/master/scss/float-label.scss
 */

/**
 * Note: The float-label defaults to the active state
 */

/**
 * The Float Label with Styles
 *
 * Apply this directly to the floatlabel container and ensure correct structure. Everything else should work smoothly
 */

/**
 * 2. Import Core Variables
 */

/**
 * Colours
 */

/**
 * Main Brand Colours
 */

/**
 * Light and dark brand colours, e.g. muted and dark. These shouldn't be mistaken for shades of white and black.
 */

/**
 * These colours are used when a brand uses a specific shade of black and white.
 */

/**
 * System Colours
 */

/**
 * Quick Global Style Variables
 *
 * These are series of variables that quickly influence the global style system.
 * Override these global styles to redefine the overall design.
 */

/**
 * 3. Import Project Variables
 */

/**
* Main Brand Colours
*/

/* line 22, resources/assets/styles/variables.scss */

.uk-background-dark-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#030303), color-stop(70%, rgba(3, 3, 3, 0.2)), to(rgba(3, 3, 3, 0)));
  background: -webkit-linear-gradient(top, #030303 0%, rgba(3, 3, 3, 0.2) 70%, rgba(3, 3, 3, 0) 100%);
  background: -o-linear-gradient(top, #030303 0%, rgba(3, 3, 3, 0.2) 70%, rgba(3, 3, 3, 0) 100%);
  background: linear-gradient(180deg, #030303 0%, rgba(3, 3, 3, 0.2) 70%, rgba(3, 3, 3, 0) 100%);
}

/* line 26, resources/assets/styles/variables.scss */

.uk-background-primary-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd900), to(rgba(255, 217, 0, 0)));
  background: -webkit-linear-gradient(top, #ffd900 0%, rgba(255, 217, 0, 0) 100%);
  background: -o-linear-gradient(top, #ffd900 0%, rgba(255, 217, 0, 0) 100%);
  background: linear-gradient(180deg, #ffd900 0%, rgba(255, 217, 0, 0) 100%);
}

/* line 30, resources/assets/styles/variables.scss */

.uk-background-tug-primary-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#42c4bc), to(rgba(66, 196, 188, 0)));
  background: -webkit-linear-gradient(top, #42c4bc 0%, rgba(66, 196, 188, 0) 100%);
  background: -o-linear-gradient(top, #42c4bc 0%, rgba(66, 196, 188, 0) 100%);
  background: linear-gradient(180deg, #42c4bc 0%, rgba(66, 196, 188, 0) 100%);
}

/**
* Fonts
*/

@font-face {
  font-family: "Enriq";
  font-style: normal;
  font-weight: normal;
  src: url(/wp-content/themes/foundations/dist/fonts/enriq/enriq-bold-webfont.woff2) format("woff2"), url(/wp-content/themes/foundations/dist/fonts/enriq/enriq-bold-webfont.woff) format("woff");
}

@font-face {
  font-family: "Enriq";
  font-style: normal;
  font-weight: bold;
  src: url(/wp-content/themes/foundations/dist/fonts/enriq/enriq-black-webfont.woff2) format("woff2"), url(/wp-content/themes/foundations/dist/fonts/enriq/enriq-black-webfont.woff) format("woff");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: normal;
  src: url(/wp-content/themes/foundations/dist/fonts/nunitosans/nunitosans-regular-webfont.woff2) format("woff2"), url(/wp-content/themes/foundations/dist/fonts/nunitosans/nunitosans-regular-webfont.woff) format("woff");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: normal;
  src: url(/wp-content/themes/foundations/dist/fonts/nunitosans/nunitosans-italic-webfont.woff2) format("woff2"), url(/wp-content/themes/foundations/dist/fonts/nunitosans/nunitosans-italic-webfont.woff) format("woff");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: bold;
  src: url(/wp-content/themes/foundations/dist/fonts/nunitosans/nunitosans-bold-webfont.woff2) format("woff2"), url(/wp-content/themes/foundations/dist/fonts/nunitosans/nunitosans-bold-webfont.woff) format("woff");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: bold;
  src: url(/wp-content/themes/foundations/dist/fonts/nunitosans/nunitosans-bolditalic-webfont.woff2) format("woff2"), url(/wp-content/themes/foundations/dist/fonts/nunitosans/nunitosans-bolditalic-webfont.woff) format("woff");
}

/* line 137, resources/assets/styles/variables.scss */

._inline-form {
  max-width: 100% !important;
  padding: 0 !important;
}

/* line 142, resources/assets/styles/variables.scss */

.rank-math-breadcrumb > p {
  text-align: center;
}

/* line 147, resources/assets/styles/variables.scss */

.learndash-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 151, resources/assets/styles/variables.scss */

.learndash-wrapper .challenge-tool {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 155, resources/assets/styles/variables.scss */

.learndash-wrapper .ld-content-actions {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* line 161, resources/assets/styles/variables.scss */

[data-name="mark_complete"] {
  display: none;
}

/* line 167, resources/assets/styles/variables.scss */

.course-unlocker ~ .course-unlocker {
  display: none !important;
}

/* line 173, resources/assets/styles/variables.scss */

.course-unlocker:not(.next-level-open) ~ * {
  opacity: 0.4;
}

/* line 178, resources/assets/styles/variables.scss */

.course-unlocker:not(.next-level-open) ~ .ld-item-list-item .ld-item-details {
  display: none !important;
}

/* line 185, resources/assets/styles/variables.scss */

.ld-status-waiting {
  display: none !important;
}

/* line 190, resources/assets/styles/variables.scss */

body:not(.wp-admin):not(.login) input[type="submit"].learndash_mark_complete_button {
  display: none !important;
}

/* line 195, resources/assets/styles/variables.scss */

.ld-expand-button {
  display: none !important;
}

/* line 204, resources/assets/styles/variables.scss */

.ld-primary-color.ld-course-step-back {
  background: #030303;
  color: #fff !important;
  margin: 0 !important;
}

/* line 211, resources/assets/styles/variables.scss */

.sfwd_option_input {
  float: none !important;
}

/* line 216, resources/assets/styles/variables.scss */

#gform_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 220, resources/assets/styles/variables.scss */

#gform_2 .gform_body {
  width: 420px;
  max-width: 60vw;
  margin: 0;
}

/* line 225, resources/assets/styles/variables.scss */

#gform_2 .gform_body .gfield_label {
  display: none;
}

/* line 230, resources/assets/styles/variables.scss */

#gform_2 .gform_footer {
  margin: 0;
}

/* line 237, resources/assets/styles/variables.scss */

#site-footer #menu-secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 240, resources/assets/styles/variables.scss */

#site-footer #menu-secondary-menu > .menu-item {
  margin: 0.5rem 1rem;
}

/* line 249, resources/assets/styles/variables.scss */

.learndash_post_sfwd-lessons .ld-content-actions > .ld-content-action:first-child,
.learndash_post_sfwd-lessons .ld-content-actions > .ld-content-action:last-child {
  display: none !important;
}

/* line 257, resources/assets/styles/variables.scss */

.ld-status.ld-status-unlocked {
  display: none !important;
}

/* line 262, resources/assets/styles/variables.scss */

.ld-lesson-list .ld-section-heading {
  display: none !important;
}

/* line 267, resources/assets/styles/variables.scss */

.ld-profile-edit-link {
  display: none !important;
}

/* line 271, resources/assets/styles/variables.scss */

.ld-progress .ld-progress-inline,
.ld-course-status.ld-course-status-not-enrolled,
.single-sfwd-courses.ld-course-status,
.single-sfwd-lessons.ld-course-status {
  display: none !important;
}

/* line 279, resources/assets/styles/variables.scss */

.learndash-not-available .ld-item-list-item-preview {
  pointer-events: all !important;
}

/* line 282, resources/assets/styles/variables.scss */

.learndash-not-available .ld-item-list-item-preview > .ld-item-name {
  pointer-events: none !important;
  cursor: default !important;
}

/* line 295, resources/assets/styles/variables.scss */

.wc-pao-addon-participant-names::after {
  content: "Enter the number of people purchasing this challenge";
  display: block;
  margin-top: 30px;
  margin-bottom: 14px;
}

/* line 308, resources/assets/styles/variables.scss */

.cfw-select-input::after {
  display: none !important;
}

/* line 312, resources/assets/styles/variables.scss */

.cfw-cvv-tooltip {
  width: 6px !important;
}

/* line 316, resources/assets/styles/variables.scss */

.core-site-header #site-header-brand > a {
  max-height: 92px !important;
}

/* line 320, resources/assets/styles/variables.scss */

.ld-course-status.ld-course-status-enrolled {
  display: none !important;
}

/* line 326, resources/assets/styles/variables.scss */

.uk-component > ul {
  padding-bottom: 1rem;
}

/* line 332, resources/assets/styles/variables.scss */

.register-panel {
  display: none !important;
}

/* line 336, resources/assets/styles/variables.scss */

input[type="submit"] {
  cursor: pointer !important;
}

/* line 342, resources/assets/styles/variables.scss */

.gm-style .gm-style-iw-t::after,
.gm-style .gm-style-iw-c {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 348, resources/assets/styles/variables.scss */

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
}

/* line 356, resources/assets/styles/variables.scss */

.gm-style .gm-style-iw-d {
  overflow: auto !important;
  padding-right: 6px;
}

/* line 361, resources/assets/styles/variables.scss */

.gm-style .gm-style-iw-chr > button {
  background: #ffd900 !important;
  border-radius: 999px !important;
  display: block !important;
  opacity: 1 !important;
  top: -3px !important;
  right: 5px !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: 4px !important;
}

/* line 372, resources/assets/styles/variables.scss */

.gm-style .gm-style-iw-chr > button > span {
  margin: 3px !important;
}

/* line 379, resources/assets/styles/variables.scss */

[for="acf-_post_title"] {
  font-size: 0;
}

/* line 382, resources/assets/styles/variables.scss */

[for="acf-_post_title"]::after {
  content: "Location Name: Tell us where you visited.";
  font-size: 16px;
}

/* line 388, resources/assets/styles/variables.scss */

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: none !important;
}

/* line 394, resources/assets/styles/variables.scss */

.gm-style-mtc,
.gm-style-cc,
.gm-svpc {
  display: none !important;
}

/* line 400, resources/assets/styles/variables.scss */

.gmnoprint > div {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 404, resources/assets/styles/variables.scss */

.gmnoprint > div [style*="height: 1px"] {
  display: none !important;
}

/* line 409, resources/assets/styles/variables.scss */

.gm-style-moc {
  display: none !important;
}

/* line 414, resources/assets/styles/variables.scss */

.uk-icon[hidden] {
  height: 0 !important;
  line-height: 0 !important;
  opacity: 0 !important;
}

/* line 420, resources/assets/styles/variables.scss */

.travel-video > iframe {
  height: 100%;
}

/* line 426, resources/assets/styles/variables.scss */

.acf-ui-datepicker .ui-datepicker-header {
  height: 44px;
}

/* line 429, resources/assets/styles/variables.scss */

.acf-ui-datepicker .ui-datepicker-header .ui-corner-all {
  width: 15px;
}

/* line 433, resources/assets/styles/variables.scss */

.acf-ui-datepicker .ui-datepicker-header .ui-datepicker-month,
.acf-ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  width: 45%;
}

/* line 442, resources/assets/styles/variables.scss */

.acf-ui-datepicker .ui-datepicker-calendar tbody tr td {
  width: 30px;
  padding: 0;
}

/* line 446, resources/assets/styles/variables.scss */

.acf-ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

/* line 450, resources/assets/styles/variables.scss */

.acf-ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active {
  background: yellow;
}

/* line 462, resources/assets/styles/variables.scss */

body:not(.wp-admin) .media-toolbar,
body:not(.wp-admin) .media-sidebar,
body:not(.wp-admin) .acf-expand-details,
body:not(.wp-admin) .max-upload-size {
  display: none !important;
}

/* line 469, resources/assets/styles/variables.scss */

body:not(.wp-admin) .uploader-inline-content.no-upload-message {
  padding: 50px;
}

/* line 473, resources/assets/styles/variables.scss */

body:not(.wp-admin) .upload-ui {
  text-align: center;
}

/* line 476, resources/assets/styles/variables.scss */

body:not(.wp-admin) .upload-ui > * {
  text-align: center;
}

/* line 481, resources/assets/styles/variables.scss */

body:not(.wp-admin) .acf-button.acf-gallery-add {
  background: #ffd900;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

/* line 493, resources/assets/styles/variables.scss */

.tribe-events-c-search__input {
  padding-left: 42px !important;
}

/* line 497, resources/assets/styles/variables.scss */

.tribe-events-c-search__button {
  border: 2px black solid !important;
  border-radius: 8px;
}

/* line 502, resources/assets/styles/variables.scss */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border: none;
}

/* line 506, resources/assets/styles/variables.scss */

.tribe-events-calendar-list__event-row {
  border: 2px black solid !important;
  border-radius: 8px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* line 513, resources/assets/styles/variables.scss */

.choose-file.tribe-button {
  display: none !important;
}

/* line 517, resources/assets/styles/variables.scss */

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area input#EventImage {
  opacity: 1 !important;
}

/**
 * Add new events page
 */

/* line 525, resources/assets/styles/variables.scss */

#tribe-row-delete-dialog,
.recurrence-row.tribe-datetime-block,
.my-events-header .tribe-button {
  display: none !important;
}

/* line 532, resources/assets/styles/variables.scss */

.event-terms-description {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}

/* line 542, resources/assets/styles/variables.scss */

.tribe-section-content.tribe-datetime-block tr.tribe-section-content-row:nth-child(2) td.tribe-section-content-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 546, resources/assets/styles/variables.scss */

.tribe-section-content.tribe-datetime-block tr.tribe-section-content-row:nth-child(2) td label[for*="EventStartDate"] {
  font-weight: bold;
}

/* line 553, resources/assets/styles/variables.scss */

textarea#post_content {
  min-height: 300px;
}

/**
 * Extend button styles
 */

/* line 566, resources/assets/styles/variables.scss */

.tribe-common img {
  max-width: none !important;
}

/* line 570, resources/assets/styles/variables.scss */

#site-entry > .uk-background-media {
  position: fixed !important;
  -webkit-filter: blur(1.5rem);
          filter: blur(1.5rem);
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 576, resources/assets/styles/variables.scss */

.tribe-events-c-events-bar__views {
  display: none !important;
}

/* line 580, resources/assets/styles/variables.scss */

[id*="single-tribe_events-"] {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* line 586, resources/assets/styles/variables.scss */

#events-menu > li.uk-active > a > .uk-nav-item-label {
  color: #ffd900 !important;
}

/* line 591, resources/assets/styles/variables.scss */

.challenge-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1;
}

/* line 607, resources/assets/styles/variables.scss */

.challenge-icon-success {
  background: #60cf17;
  border-color: #60cf17;
  color: white;
}

/* line 613, resources/assets/styles/variables.scss */

.challenge-icon-danger {
  background: #ff0e0e;
  border-color: #ff0e0e;
  color: black;
}

/* line 619, resources/assets/styles/variables.scss */

.challenge-icon-dark {
  background: #030303;
  border-color: #030303;
  color: white;
}

/* line 625, resources/assets/styles/variables.scss */

.challenge-icon-light {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: black;
}

/**
 * Music
 */

/* line 645, resources/assets/styles/variables.scss */

.tribe-common .tribe-common-l-container {
  padding: 0 !important;
}

/* line 649, resources/assets/styles/variables.scss */

.tribe-events-calendar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

/* line 655, resources/assets/styles/variables.scss */

.tribe-events-calendar-list > .tribe-events-calendar-list__month-separator {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 20px;
}

/* line 660, resources/assets/styles/variables.scss */

.tribe-events-calendar-list > .tribe-events-calendar-list__month-separator > * {
  font-family: Enriq, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.3;
  font-weight: normal;
}

/* line 667, resources/assets/styles/variables.scss */

.tribe-events-calendar-list > [id*="single-tribe_"] {
  padding-bottom: 16px;
  width: 100% !important;
}

/* line 671, resources/assets/styles/variables.scss */

.tribe-events-calendar-list > [id*="single-tribe_"] > .uk-card {
  height: 100%;
  overflow: hidden;
}

/* line 675, resources/assets/styles/variables.scss */

.tribe-events-calendar-list > [id*="single-tribe_"] > .uk-card > .uk-flex {
  max-width: 100%;
}

@media only screen and (min-width: 600px) {
  /* line 667, resources/assets/styles/variables.scss */

  .tribe-events-calendar-list > [id*="single-tribe_"] {
    width: 50% !important;
    padding-right: 12px;
  }
}

@media only screen and (min-width: 900px) {
  /* line 667, resources/assets/styles/variables.scss */

  .tribe-events-calendar-list > [id*="single-tribe_"] {
    width: 33.33% !important;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 667, resources/assets/styles/variables.scss */

  .tribe-events-calendar-list > [id*="single-tribe_"] {
    width: 25% !important;
  }
}

/* line 695, resources/assets/styles/variables.scss */

[id*="gform_submit_button"] {
  background-color: #ffd900 !important;
}

/* line 700, resources/assets/styles/variables.scss */

.events-community-post-title {
  margin-bottom: 16px;
}

/* line 703, resources/assets/styles/variables.scss */

.events-community-post-title > label[for*="post_title"]::after {
  content: "Enter the event name, or the artists name and the venue.";
  font-weight: normal;
  display: block;
  text-transform: none !important;
}

/* line 711, resources/assets/styles/variables.scss */

.events-community-post-content > label[for*="post_content"]::after {
  content: "Enter a brief description describing the event.";
  font-weight: normal;
  display: block;
  text-transform: none !important;
}

/* line 718, resources/assets/styles/variables.scss */

[href*="subscription_to=cancelled"] {
  display: none !important;
}

/* line 722, resources/assets/styles/variables.scss */

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area input#event_image {
  opacity: 1 !important;
}

/* line 726, resources/assets/styles/variables.scss */

.tribe-events-calendar-latest-past__event-featured-image {
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

/* line 734, resources/assets/styles/variables.scss */

body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug {
  background: white !important;
  color: black !important;
}

/* line 738, resources/assets/styles/variables.scss */

body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug p,
body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug h2,
body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug h3,
body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug h4,
body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug h5,
body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug li,
body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug pre,
body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug figcaption,
body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug dd,
body.single-sfwd-topic .ld-tab-content > .foundations-block-card > .uk-card-primarytug dt {
  color: black !important;
}

/**
 * 4. Import Inherit Core Variables
 */

/**
 * Text Colors
 */

/**
 * Transparent overlay styles
 */

/**
 * Background Colors
 */

/**
 * Dynamic Style Map
 */

/**
 * Quick Global Style Variables
 */

/**
 * Styleset psuedo targeting
 */

/**
 * Component Size Class Variations List
 * Defines a list of css size classes for use in components
 */

/**
 * 5. Import Core UIkit components
 */

/* ========================================================================
   Component: Base
 ========================================================================== */

/*
 * 1. Set base styles
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* line 184, ../foundations-core/resources/assets/styles/components/base.scss */

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

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

html {
  font-size: 0.875rem;
  background: #fff;
}

@media (min-width: 300px) {
  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  html {
    font-size: 0.9375rem;
  }
}

@media (min-width: 600px) {
  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  html {
    font-size: 1rem;
  }
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

html .uk-light {
  color: rgba(255, 255, 255, 0.85);
}

/*
 * Remove the margin in all browsers.
 */

/* line 199, ../foundations-core/resources/assets/styles/components/base.scss */

body {
  margin: 0;
  /**
     * Remove mobile touch select styles
     * Ensure these elements have clear touch effects:
     * Buttons, anchor links, clickable cards, menu buttons, radios, checkboxes etc.
     */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  overflow-x: hidden;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

body {
  font-size: 1rem;
  background: #fff;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  line-height: 1.85;
  color: #000;
}

/*
 * Set a default left alignment site wide.
 */

/* line 217, ../foundations-core/resources/assets/styles/components/base.scss */

* {
  text-align: left;
}

/* Links
 ========================================================================== */

/*
 * Remove the outline on focused links when they are also active or hovered
 */

/* line 229, ../foundations-core/resources/assets/styles/components/base.scss */

a:active,
a:hover {
  outline: none;
}

/*
 * Style
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

a:not(.uk-button):not(.ld-button):not(
.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
.tribe-button):not(.woocommerce-button):hover,
a:not(.uk-button):not(.ld-button):not(
.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
.tribe-button):not(.woocommerce-button):focus,
.uk-link:hover,
.uk-link:focus {
  text-decoration: none;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

a:not(.uk-button):not(.ld-button):not(
.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
.tribe-button):not(.woocommerce-button),
.uk-link {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: inherit;
}

/* Text-level semantics
 ========================================================================== */

/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */

/* line 250, ../foundations-core/resources/assets/styles/components/base.scss */

abbr[title] {
  /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted;
}

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

b,
strong {
  font-weight: bold;
}

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  white-space: nowrap;
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*
 * Emphasize
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

em {
  color: inherit;
}

/*
 * Insert
 */

/* line 290, ../foundations-core/resources/assets/styles/components/base.scss */

ins {
  background: #ffd;
  color: #000;
  text-decoration: none;
}

/*
 * Mark
 */

/* line 300, ../foundations-core/resources/assets/styles/components/base.scss */

mark {
  background: #ffd;
  color: #000;
}

/*
 * Quote
 */

/* line 309, ../foundations-core/resources/assets/styles/components/base.scss */

q {
  font-style: italic;
}

/*
 * Add the correct font size in all browsers.
 */

/* line 315, ../foundations-core/resources/assets/styles/components/base.scss */

small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

/* line 321, ../foundations-core/resources/assets/styles/components/base.scss */

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

/* line 329, ../foundations-core/resources/assets/styles/components/base.scss */

sup {
  top: -0.5em;
}

/* line 330, ../foundations-core/resources/assets/styles/components/base.scss */

sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */

/*
 * Remove the gap between embedded content and the bottom of their containers.
 */

/* line 340, ../foundations-core/resources/assets/styles/components/base.scss */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */

/* line 354, ../foundations-core/resources/assets/styles/components/base.scss */

canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 365, ../foundations-core/resources/assets/styles/components/base.scss */

video {
  width: 100%;
}

/* 4 */

@supports (display: block) {
  /* line 372, ../foundations-core/resources/assets/styles/components/base.scss */

  svg {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*
 * Hide the overflow in IE.
 */

/* line 384, ../foundations-core/resources/assets/styles/components/base.scss */

svg:not(:root) {
  overflow: hidden;
}

/*
 * 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 * 2. Hide `alt` text for lazy loading images.
 * Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */

/* line 392, ../foundations-core/resources/assets/styles/components/base.scss */

img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  visibility: hidden;
}

/*
 * Iframe
 * Remove border in all browsers
 */

/* line 404, ../foundations-core/resources/assets/styles/components/base.scss */

iframe {
  border: 0;
}

/* Block elements
 ========================================================================== */

/* line 411, ../foundations-core/resources/assets/styles/components/base.scss */

p,
li,
dt,
dd,
pre,
address,
fieldset,
figcaption,
nav {
  /**
    * Remove any empty paragraph tags
    * (This is also done in js, for extra thoroughness)
    */
  /**
     * Remove white space from the last paragraphs in containers.
     * This helps to ensure text spacing doesn't impact container spacing.
     */
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-light p,
.uk-light .uk-dark .uk-light p,
.uk-light
  li,
.uk-light .uk-dark .uk-light
  li,
.uk-light
  dt,
.uk-light .uk-dark .uk-light
  dt,
.uk-light
  dd,
.uk-light .uk-dark .uk-light
  dd,
.uk-light
  pre,
.uk-light .uk-dark .uk-light
  pre,
.uk-light
  address,
.uk-light .uk-dark .uk-light
  address,
.uk-light
  fieldset,
.uk-light .uk-dark .uk-light
  fieldset,
.uk-light
  figcaption,
.uk-light .uk-dark .uk-light
  figcaption,
.uk-light
  nav,
.uk-light .uk-dark .uk-light
  nav {
  color: rgba(255, 255, 255, 0.85);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

p,
.uk-light .uk-dark p,
li,
.uk-light .uk-dark
  li,
dt,
.uk-light .uk-dark
  dt,
dd,
.uk-light .uk-dark
  dd,
pre,
.uk-light .uk-dark
  pre,
address,
.uk-light .uk-dark
  address,
fieldset,
.uk-light .uk-dark
  fieldset,
figcaption,
.uk-light .uk-dark
  figcaption,
nav,
.uk-light .uk-dark
  nav {
  color: #000;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

p,
li,
dt,
dd,
pre,
address,
fieldset,
figcaption,
nav {
  margin: 0 0 1.03125rem 0;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.85;
}

/* line 426, ../foundations-core/resources/assets/styles/components/base.scss */

p:empty,
li:empty,
dt:empty,
dd:empty,
pre:empty,
address:empty,
fieldset:empty,
figcaption:empty,
nav:empty {
  display: none;
}

/* line 434, ../foundations-core/resources/assets/styles/components/base.scss */

p:last-child,
li:last-child,
dt:last-child,
dd:last-child,
pre:last-child,
address:last-child,
fieldset:last-child,
figcaption:last-child,
nav:last-child {
  margin-bottom: 0;
}

/* Add margin if adjacent element */

/* Headings
 ========================================================================== */

/* line 457, ../foundations-core/resources/assets/styles/components/base.scss */

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  /**
    * Remove any empty paragraph tags
    * (This is also done in js, for extra thoroughness)
    */
  /**
     * Remove white space from the last paragraphs in containers.
     * This helps to ensure text spacing doesn't impact container spacing.
     */
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-light h1,
.uk-light .uk-dark .uk-light h1,
.uk-light .uk-h1,
.uk-light .uk-dark .uk-light .uk-h1,
.uk-light
  h2,
.uk-light .uk-dark .uk-light
  h2,
.uk-light .uk-h2,
.uk-light .uk-dark .uk-light .uk-h2,
.uk-light
  h3,
.uk-light .uk-dark .uk-light
  h3,
.uk-light .uk-h3,
.uk-light .uk-dark .uk-light .uk-h3,
.uk-light
  h4,
.uk-light .uk-dark .uk-light
  h4,
.uk-light .uk-h4,
.uk-light .uk-dark .uk-light .uk-h4,
.uk-light
  h5,
.uk-light .uk-dark .uk-light
  h5,
.uk-light .uk-h5,
.uk-light .uk-dark .uk-light .uk-h5,
.uk-light
  h6,
.uk-light .uk-dark .uk-light
  h6,
.uk-light .uk-h6,
.uk-light .uk-dark .uk-light .uk-h6 {
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

h1,
.uk-light .uk-dark h1,
.uk-h1,
.uk-light .uk-dark .uk-h1,
h2,
.uk-light .uk-dark
  h2,
.uk-h2,
.uk-light .uk-dark .uk-h2,
h3,
.uk-light .uk-dark
  h3,
.uk-h3,
.uk-light .uk-dark .uk-h3,
h4,
.uk-light .uk-dark
  h4,
.uk-h4,
.uk-light .uk-dark .uk-h4,
h5,
.uk-light .uk-dark
  h5,
.uk-h5,
.uk-light .uk-dark .uk-h5,
h6,
.uk-light .uk-dark
  h6,
.uk-h6,
.uk-light .uk-dark .uk-h6 {
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  margin: 0 0 1.03125rem 0;
  font-family: Enriq, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  line-height: 1.3;
}

/* line 469, ../foundations-core/resources/assets/styles/components/base.scss */

h1:empty,
.uk-h1:empty,
h2:empty,
.uk-h2:empty,
h3:empty,
.uk-h3:empty,
h4:empty,
.uk-h4:empty,
h5:empty,
.uk-h5:empty,
h6:empty,
.uk-h6:empty {
  display: none;
}

/* line 477, ../foundations-core/resources/assets/styles/components/base.scss */

h1:last-child,
.uk-h1:last-child,
h2:last-child,
.uk-h2:last-child,
h3:last-child,
.uk-h3:last-child,
h4:last-child,
.uk-h4:last-child,
h5:last-child,
.uk-h5:last-child,
h6:last-child,
.uk-h6:last-child {
  margin-bottom: 0;
}

/*
 * Sizes
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

h1,
.uk-h1 {
  font-size: 2em;
}

@media (min-width: 600px) {
  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  h1,
  .uk-h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 900px) {
  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  h1,
  .uk-h1 {
    font-size: 2.5em;
  }
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

h2,
.uk-h2 {
  font-size: Min(2.25rem, Max(1.5rem, calc( 1.5rem + (12 * (100vw - 300px) / 900))));
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

h3,
.uk-h3 {
  font-size: Min(1.5rem, Max(1.25rem, calc( 1.25rem + (4 * (100vw - 300px) / 900))));
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

h4,
.uk-h4 {
  font-size: Min(1.25rem, Max(1.125rem, calc( 1.125rem + (2 * (100vw - 300px) / 900))));
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

h5,
.uk-h5 {
  font-size: Min(1.125rem, Max(1rem, calc( 1rem + (2 * (100vw - 300px) / 900))));
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

h6,
.uk-h6 {
  font-size: Min(1rem, Max(0.875rem, calc( 0.875rem + (2 * (100vw - 300px) / 900))));
}

/* Lists

We remove all base list styles here. For stylised lists these rely on our .uk-article class.

 ========================================================================== */

/* line 517, ../foundations-core/resources/assets/styles/components/base.scss */

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

/*
 * Reset margin for nested lists
 */

/* line 529, ../foundations-core/resources/assets/styles/components/base.scss */

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */

/* line 538, ../foundations-core/resources/assets/styles/components/base.scss */

dt {
  font-weight: bold;
}

/* line 539, ../foundations-core/resources/assets/styles/components/base.scss */

dd {
  margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */

/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-light hr,
.uk-light .uk-dark .uk-light hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

hr,
.uk-light .uk-dark hr {
  border-color: #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

hr {
  overflow: visible;
  text-align: inherit;
  margin: 1.03125rem 0;
  border: 0;
  border-top: #030303;
}

/* Address
 ========================================================================== */

/* line 559, ../foundations-core/resources/assets/styles/components/base.scss */

address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

blockquote,
blockquote > p {
  font-size: 1.125rem;
}

/*
 * Content
 */

/* line 577, ../foundations-core/resources/assets/styles/components/base.scss */

blockquote p:last-of-type {
  margin-bottom: 0;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

blockquote footer {
  font-size: 0.9375rem;
}

/* Preformatted text
 ========================================================================== */

/*
 * 1. Contain overflow in all browsers.
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

pre {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 1.625;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  overflow: auto;
}

/* Selection pseudo-element
 ========================================================================== */

/* line 599, ../foundations-core/resources/assets/styles/components/base.scss */

::-moz-selection {
  background: #ffd900;
  color: white;
  text-shadow: none;
}

::selection {
  background: #ffd900;
  color: white;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */

/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */

/* line 614, ../foundations-core/resources/assets/styles/components/base.scss */

details,
main {
  /* 2 */
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* line 623, ../foundations-core/resources/assets/styles/components/base.scss */

summary {
  display: list-item;
}

/*
 * Add the correct display in IE.
 */

/* line 629, ../foundations-core/resources/assets/styles/components/base.scss */

template {
  display: none;
}

/**
 * Extend cite styles from blockquote footer
 */

/* Pass media breakpoints to JS
 ========================================================================== */

/*
 * Breakpoints
 */

/* line 645, ../foundations-core/resources/assets/styles/components/base.scss */

.uk-breakpoint-s::before {
  content: "300px";
}

/* line 646, ../foundations-core/resources/assets/styles/components/base.scss */

.uk-breakpoint-m::before {
  content: "600px";
}

/* line 647, ../foundations-core/resources/assets/styles/components/base.scss */

.uk-breakpoint-l::before {
  content: "900px";
}

/* line 648, ../foundations-core/resources/assets/styles/components/base.scss */

.uk-breakpoint-xl::before {
  content: "1200px";
}

/* line 650, ../foundations-core/resources/assets/styles/components/base.scss */

:root {
  --uk-breakpoint-s: 300px;
  --uk-breakpoint-m: 600px;
  --uk-breakpoint-l: 900px;
  --uk-breakpoint-xl: 1200px;
}

/* ========================================================================
   Component: Heading
 ========================================================================== */

/* Divider
 ========================================================================== */

/* line 46, ../foundations-core/resources/assets/styles/components/heading.scss */

.uk-heading-divider {
  padding-bottom: 0.625em;
  border-bottom: 2px solid #030303;
}

/* Bullet
 ========================================================================== */

/* line 56, ../foundations-core/resources/assets/styles/components/heading.scss */

.uk-heading-bullet {
  position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */

/* line 64, ../foundations-core/resources/assets/styles/components/heading.scss */

.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #030303;
}

/* Line
 ========================================================================== */

/*
 * Clip the child element
 */

/* line 87, ../foundations-core/resources/assets/styles/components/heading.scss */

.uk-heading-line {
  overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */

/* line 93, ../foundations-core/resources/assets/styles/components/heading.scss */

.uk-heading-line > * {
  display: inline-block;
  position: relative;
}

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */

/* line 104, ../foundations-core/resources/assets/styles/components/heading.scss */

.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (1.15 / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: 2px solid #030303;
}

/* line 117, ../foundations-core/resources/assets/styles/components/heading.scss */

.uk-heading-line > ::before {
  right: 100%;
  margin-right: 0.6em;
}

/* line 121, ../foundations-core/resources/assets/styles/components/heading.scss */

.uk-heading-line > ::after {
  left: 100%;
  margin-left: 0.6em;
}

/* ========================================================================
   Component: Divider
 ========================================================================== */

/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */

/* line 79, ../foundations-core/resources/assets/styles/components/divider.scss */

[class*='uk-divider'] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 2rem;
}

/* Add margin if adjacent element */

/* line 87, ../foundations-core/resources/assets/styles/components/divider.scss */

* + [class*='uk-divider'] {
  margin-top: 2rem;
}

/* Icon
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-divider-icon,
.wp-block-separator:not(.is-style-wide) {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffd900%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-origin: content-box;
  width: 170px;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-divider-icon::after,
.wp-block-separator:not(.is-style-wide)::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  width: 60px;
  border-bottom: 2px solid #030303;
  left: calc(50% + (50px / 2));
  margin-top: -2px;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-divider-icon::before,
.wp-block-separator:not(.is-style-wide)::before {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  width: 60px;
  border-bottom: 2px solid #030303;
  margin-left: auto;
  right: calc(50% + (50px / 2));
}

/* Vertical
 ========================================================================== */

/* line 100, ../foundations-core/resources/assets/styles/components/divider.scss */

.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #030303;
}

/* line 112, ../foundations-core/resources/assets/styles/components/divider.scss */

.uk-divider::before,
hr:not(.wp-block-separator)::before,
.wp-block-separator.is-style-wide::before,
.uk-divider::after,
hr:not(.wp-block-separator)::after,
.wp-block-separator.is-style-wide::after,
.uk-divider-small::before,
.uk-divider-small::after,
.uk-divider-icon::before,
.wp-block-separator:not(.is-style-wide)::before,
.uk-divider-icon::after,
.wp-block-separator:not(.is-style-wide)::after {
  display: block;
  position: relative;
}

/* line 123, ../foundations-core/resources/assets/styles/components/divider.scss */

.uk-light .uk-divider::before,
.uk-light hr:not(.wp-block-separator)::before,
.uk-light .wp-block-separator.is-style-wide::before,
.uk-light .uk-divider::after,
.uk-light hr:not(.wp-block-separator)::after,
.uk-light .wp-block-separator.is-style-wide::after,
.uk-light .uk-divider-small::before,
.uk-light .uk-divider-small::after,
.uk-light .uk-divider-icon::before,
.uk-light .wp-block-separator:not(.is-style-wide)::before,
.uk-light .uk-divider-icon::after,
.uk-light .wp-block-separator:not(.is-style-wide)::after {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 131, ../foundations-core/resources/assets/styles/components/divider.scss */

.uk-divider,
hr:not(.wp-block-separator),
.wp-block-separator.is-style-wide {
  left: 0 !important;
  right: 0 !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 139, ../foundations-core/resources/assets/styles/components/divider.scss */

.uk-divider::after,
hr:not(.wp-block-separator)::after,
.wp-block-separator.is-style-wide::after {
  content: "";
  width: 100%;
  border-top: 2px #030303 solid;
}

/**
 * Extend WordPress Styles
 */

/* line 149, ../foundations-core/resources/assets/styles/components/divider.scss */

.wp-block-separator {
  border: none;
}

/* line 160, ../foundations-core/resources/assets/styles/components/divider.scss */

[class*="align-center"] + .wp-block-separator:not(.is-style-wide),
[style*="text-align:center"] + .wp-block-separator:not(.is-style-wide) {
  margin-left: auto;
  margin-right: auto;
}

/* line 166, ../foundations-core/resources/assets/styles/components/divider.scss */

[class*="align-right"] + .wp-block-separator:not(.is-style-wide),
[style*="text-align:right"] + .wp-block-separator:not(.is-style-wide) {
  margin-left: auto;
}

/* line 171, ../foundations-core/resources/assets/styles/components/divider.scss */

[class*="alignwide"] + .wp-block-separator:not(.is-style-wide),
[class*="alignfull"] + .wp-block-separator:not(.is-style-wide),
.wp-block-separator:not(.is-style-wide).alignwide,
.wp-block-separator:not(.is-style-wide).alignfull {
  width: 100%;
}

/* line 177, ../foundations-core/resources/assets/styles/components/divider.scss */

[class*="alignwide"] + .wp-block-separator:not(.is-style-wide)::before,
[class*="alignwide"] + .wp-block-separator:not(.is-style-wide)::after,
[class*="alignfull"] + .wp-block-separator:not(.is-style-wide)::before,
[class*="alignfull"] + .wp-block-separator:not(.is-style-wide)::after,
.wp-block-separator:not(.is-style-wide).alignwide::before,
.wp-block-separator:not(.is-style-wide).alignwide::after,
.wp-block-separator:not(.is-style-wide).alignfull::before,
.wp-block-separator:not(.is-style-wide).alignfull::after {
  width: 100%;
}

/* line 184, ../foundations-core/resources/assets/styles/components/divider.scss */

.wp-block-separator.is-style-wide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ========================================================================
   Component: List
 ========================================================================== */

/* line 66, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list,
.uk-article-content ul:not([class]),
.uk-article-content ol:not([class]) {
  list-style: none;
}

/* line 70, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list > li::after,
.uk-article-content ul:not([class]) > li::after,
.uk-article-content ol:not([class]) > li::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */

/* line 76, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list > li > :last-child,
.uk-article-content ul:not([class]) > li > :last-child,
.uk-article-content ol:not([class]) > li > :last-child {
  margin-bottom: 0;
}

/*
 * Nested lists
 */

/* line 82, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list ul,
.uk-article-content ul:not([class]) ul,
.uk-article-content ol:not([class]) ul,
.uk-list ol,
.uk-article-content ul:not([class]) ol,
.uk-article-content ol:not([class]) ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/*
 * Style
 */

/* line 93, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list > li:nth-child(n+2),
.uk-article-content ul:not([class]) > li:nth-child(n+2),
.uk-article-content ol:not([class]) > li:nth-child(n+2),
.uk-list > li > ul,
.uk-article-content ul:not([class]) > li > ul,
.uk-article-content ol:not([class]) > li > ul,
.uk-list > li > ol,
.uk-article-content ul:not([class]) > li > ol,
.uk-article-content ol:not([class]) > li > ol {
  margin-top: 0.67031rem;
}

/* Style modifiers
 ========================================================================== */

/*
 * Number
 */

/* line 107, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal,
.uk-article-content > ol:not([class]),
.uk-article-content > ol:not([class]) ol,
.uk-article-content > ul:not([class]) ol {
  counter-reset: lis;
}

/* line 110, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal > li,
.uk-article-content > ol:not([class]) > li,
.uk-article-content > ol:not([class]) ol > li,
.uk-article-content > ul:not([class]) ol > li {
  position: relative;
  padding-left: calc(1.85em + 0.2rem);
  counter-increment: lis;
}

/* line 115, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal > li::before,
.uk-article-content > ol:not([class]) > li::before,
.uk-article-content > ol:not([class]) ol > li::before,
.uk-article-content > ul:not([class]) ol > li::before {
  content: counter(lis) ". ";
  position: absolute;
  top: 0;
  left: -0.1rem;
  width: 1.85em;
  height: 1.85em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* 1 */
  display: block;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="1"],
.uk-article-content > ol[start="1"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="1"],
.uk-article-content > ul:not([class]) ol[start="1"] {
  counter-reset: lis 0;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="2"],
.uk-article-content > ol[start="2"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="2"],
.uk-article-content > ul:not([class]) ol[start="2"] {
  counter-reset: lis 1;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="3"],
.uk-article-content > ol[start="3"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="3"],
.uk-article-content > ul:not([class]) ol[start="3"] {
  counter-reset: lis 2;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="4"],
.uk-article-content > ol[start="4"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="4"],
.uk-article-content > ul:not([class]) ol[start="4"] {
  counter-reset: lis 3;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="5"],
.uk-article-content > ol[start="5"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="5"],
.uk-article-content > ul:not([class]) ol[start="5"] {
  counter-reset: lis 4;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="6"],
.uk-article-content > ol[start="6"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="6"],
.uk-article-content > ul:not([class]) ol[start="6"] {
  counter-reset: lis 5;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="7"],
.uk-article-content > ol[start="7"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="7"],
.uk-article-content > ul:not([class]) ol[start="7"] {
  counter-reset: lis 6;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="8"],
.uk-article-content > ol[start="8"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="8"],
.uk-article-content > ul:not([class]) ol[start="8"] {
  counter-reset: lis 7;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="9"],
.uk-article-content > ol[start="9"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="9"],
.uk-article-content > ul:not([class]) ol[start="9"] {
  counter-reset: lis 8;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="10"],
.uk-article-content > ol[start="10"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="10"],
.uk-article-content > ul:not([class]) ol[start="10"] {
  counter-reset: lis 9;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="11"],
.uk-article-content > ol[start="11"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="11"],
.uk-article-content > ul:not([class]) ol[start="11"] {
  counter-reset: lis 10;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="12"],
.uk-article-content > ol[start="12"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="12"],
.uk-article-content > ul:not([class]) ol[start="12"] {
  counter-reset: lis 11;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="13"],
.uk-article-content > ol[start="13"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="13"],
.uk-article-content > ul:not([class]) ol[start="13"] {
  counter-reset: lis 12;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="14"],
.uk-article-content > ol[start="14"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="14"],
.uk-article-content > ul:not([class]) ol[start="14"] {
  counter-reset: lis 13;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="15"],
.uk-article-content > ol[start="15"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="15"],
.uk-article-content > ul:not([class]) ol[start="15"] {
  counter-reset: lis 14;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="16"],
.uk-article-content > ol[start="16"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="16"],
.uk-article-content > ul:not([class]) ol[start="16"] {
  counter-reset: lis 15;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="17"],
.uk-article-content > ol[start="17"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="17"],
.uk-article-content > ul:not([class]) ol[start="17"] {
  counter-reset: lis 16;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="18"],
.uk-article-content > ol[start="18"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="18"],
.uk-article-content > ul:not([class]) ol[start="18"] {
  counter-reset: lis 17;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="19"],
.uk-article-content > ol[start="19"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="19"],
.uk-article-content > ul:not([class]) ol[start="19"] {
  counter-reset: lis 18;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="20"],
.uk-article-content > ol[start="20"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="20"],
.uk-article-content > ul:not([class]) ol[start="20"] {
  counter-reset: lis 19;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="21"],
.uk-article-content > ol[start="21"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="21"],
.uk-article-content > ul:not([class]) ol[start="21"] {
  counter-reset: lis 20;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="22"],
.uk-article-content > ol[start="22"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="22"],
.uk-article-content > ul:not([class]) ol[start="22"] {
  counter-reset: lis 21;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="23"],
.uk-article-content > ol[start="23"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="23"],
.uk-article-content > ul:not([class]) ol[start="23"] {
  counter-reset: lis 22;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="24"],
.uk-article-content > ol[start="24"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="24"],
.uk-article-content > ul:not([class]) ol[start="24"] {
  counter-reset: lis 23;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="25"],
.uk-article-content > ol[start="25"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="25"],
.uk-article-content > ul:not([class]) ol[start="25"] {
  counter-reset: lis 24;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="26"],
.uk-article-content > ol[start="26"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="26"],
.uk-article-content > ul:not([class]) ol[start="26"] {
  counter-reset: lis 25;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="27"],
.uk-article-content > ol[start="27"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="27"],
.uk-article-content > ul:not([class]) ol[start="27"] {
  counter-reset: lis 26;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="28"],
.uk-article-content > ol[start="28"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="28"],
.uk-article-content > ul:not([class]) ol[start="28"] {
  counter-reset: lis 27;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="29"],
.uk-article-content > ol[start="29"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="29"],
.uk-article-content > ul:not([class]) ol[start="29"] {
  counter-reset: lis 28;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="30"],
.uk-article-content > ol[start="30"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="30"],
.uk-article-content > ul:not([class]) ol[start="30"] {
  counter-reset: lis 29;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="31"],
.uk-article-content > ol[start="31"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="31"],
.uk-article-content > ul:not([class]) ol[start="31"] {
  counter-reset: lis 30;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="32"],
.uk-article-content > ol[start="32"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="32"],
.uk-article-content > ul:not([class]) ol[start="32"] {
  counter-reset: lis 31;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="33"],
.uk-article-content > ol[start="33"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="33"],
.uk-article-content > ul:not([class]) ol[start="33"] {
  counter-reset: lis 32;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="34"],
.uk-article-content > ol[start="34"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="34"],
.uk-article-content > ul:not([class]) ol[start="34"] {
  counter-reset: lis 33;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="35"],
.uk-article-content > ol[start="35"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="35"],
.uk-article-content > ul:not([class]) ol[start="35"] {
  counter-reset: lis 34;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="36"],
.uk-article-content > ol[start="36"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="36"],
.uk-article-content > ul:not([class]) ol[start="36"] {
  counter-reset: lis 35;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="37"],
.uk-article-content > ol[start="37"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="37"],
.uk-article-content > ul:not([class]) ol[start="37"] {
  counter-reset: lis 36;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="38"],
.uk-article-content > ol[start="38"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="38"],
.uk-article-content > ul:not([class]) ol[start="38"] {
  counter-reset: lis 37;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="39"],
.uk-article-content > ol[start="39"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="39"],
.uk-article-content > ul:not([class]) ol[start="39"] {
  counter-reset: lis 38;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="40"],
.uk-article-content > ol[start="40"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="40"],
.uk-article-content > ul:not([class]) ol[start="40"] {
  counter-reset: lis 39;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="41"],
.uk-article-content > ol[start="41"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="41"],
.uk-article-content > ul:not([class]) ol[start="41"] {
  counter-reset: lis 40;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="42"],
.uk-article-content > ol[start="42"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="42"],
.uk-article-content > ul:not([class]) ol[start="42"] {
  counter-reset: lis 41;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="43"],
.uk-article-content > ol[start="43"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="43"],
.uk-article-content > ul:not([class]) ol[start="43"] {
  counter-reset: lis 42;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="44"],
.uk-article-content > ol[start="44"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="44"],
.uk-article-content > ul:not([class]) ol[start="44"] {
  counter-reset: lis 43;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="45"],
.uk-article-content > ol[start="45"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="45"],
.uk-article-content > ul:not([class]) ol[start="45"] {
  counter-reset: lis 44;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="46"],
.uk-article-content > ol[start="46"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="46"],
.uk-article-content > ul:not([class]) ol[start="46"] {
  counter-reset: lis 45;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="47"],
.uk-article-content > ol[start="47"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="47"],
.uk-article-content > ul:not([class]) ol[start="47"] {
  counter-reset: lis 46;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="48"],
.uk-article-content > ol[start="48"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="48"],
.uk-article-content > ul:not([class]) ol[start="48"] {
  counter-reset: lis 47;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="49"],
.uk-article-content > ol[start="49"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="49"],
.uk-article-content > ul:not([class]) ol[start="49"] {
  counter-reset: lis 48;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="50"],
.uk-article-content > ol[start="50"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="50"],
.uk-article-content > ul:not([class]) ol[start="50"] {
  counter-reset: lis 49;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="51"],
.uk-article-content > ol[start="51"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="51"],
.uk-article-content > ul:not([class]) ol[start="51"] {
  counter-reset: lis 50;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="52"],
.uk-article-content > ol[start="52"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="52"],
.uk-article-content > ul:not([class]) ol[start="52"] {
  counter-reset: lis 51;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="53"],
.uk-article-content > ol[start="53"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="53"],
.uk-article-content > ul:not([class]) ol[start="53"] {
  counter-reset: lis 52;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="54"],
.uk-article-content > ol[start="54"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="54"],
.uk-article-content > ul:not([class]) ol[start="54"] {
  counter-reset: lis 53;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="55"],
.uk-article-content > ol[start="55"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="55"],
.uk-article-content > ul:not([class]) ol[start="55"] {
  counter-reset: lis 54;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="56"],
.uk-article-content > ol[start="56"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="56"],
.uk-article-content > ul:not([class]) ol[start="56"] {
  counter-reset: lis 55;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="57"],
.uk-article-content > ol[start="57"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="57"],
.uk-article-content > ul:not([class]) ol[start="57"] {
  counter-reset: lis 56;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="58"],
.uk-article-content > ol[start="58"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="58"],
.uk-article-content > ul:not([class]) ol[start="58"] {
  counter-reset: lis 57;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="59"],
.uk-article-content > ol[start="59"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="59"],
.uk-article-content > ul:not([class]) ol[start="59"] {
  counter-reset: lis 58;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="60"],
.uk-article-content > ol[start="60"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="60"],
.uk-article-content > ul:not([class]) ol[start="60"] {
  counter-reset: lis 59;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="61"],
.uk-article-content > ol[start="61"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="61"],
.uk-article-content > ul:not([class]) ol[start="61"] {
  counter-reset: lis 60;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="62"],
.uk-article-content > ol[start="62"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="62"],
.uk-article-content > ul:not([class]) ol[start="62"] {
  counter-reset: lis 61;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="63"],
.uk-article-content > ol[start="63"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="63"],
.uk-article-content > ul:not([class]) ol[start="63"] {
  counter-reset: lis 62;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="64"],
.uk-article-content > ol[start="64"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="64"],
.uk-article-content > ul:not([class]) ol[start="64"] {
  counter-reset: lis 63;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="65"],
.uk-article-content > ol[start="65"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="65"],
.uk-article-content > ul:not([class]) ol[start="65"] {
  counter-reset: lis 64;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="66"],
.uk-article-content > ol[start="66"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="66"],
.uk-article-content > ul:not([class]) ol[start="66"] {
  counter-reset: lis 65;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="67"],
.uk-article-content > ol[start="67"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="67"],
.uk-article-content > ul:not([class]) ol[start="67"] {
  counter-reset: lis 66;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="68"],
.uk-article-content > ol[start="68"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="68"],
.uk-article-content > ul:not([class]) ol[start="68"] {
  counter-reset: lis 67;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="69"],
.uk-article-content > ol[start="69"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="69"],
.uk-article-content > ul:not([class]) ol[start="69"] {
  counter-reset: lis 68;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="70"],
.uk-article-content > ol[start="70"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="70"],
.uk-article-content > ul:not([class]) ol[start="70"] {
  counter-reset: lis 69;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="71"],
.uk-article-content > ol[start="71"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="71"],
.uk-article-content > ul:not([class]) ol[start="71"] {
  counter-reset: lis 70;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="72"],
.uk-article-content > ol[start="72"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="72"],
.uk-article-content > ul:not([class]) ol[start="72"] {
  counter-reset: lis 71;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="73"],
.uk-article-content > ol[start="73"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="73"],
.uk-article-content > ul:not([class]) ol[start="73"] {
  counter-reset: lis 72;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="74"],
.uk-article-content > ol[start="74"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="74"],
.uk-article-content > ul:not([class]) ol[start="74"] {
  counter-reset: lis 73;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="75"],
.uk-article-content > ol[start="75"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="75"],
.uk-article-content > ul:not([class]) ol[start="75"] {
  counter-reset: lis 74;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="76"],
.uk-article-content > ol[start="76"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="76"],
.uk-article-content > ul:not([class]) ol[start="76"] {
  counter-reset: lis 75;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="77"],
.uk-article-content > ol[start="77"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="77"],
.uk-article-content > ul:not([class]) ol[start="77"] {
  counter-reset: lis 76;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="78"],
.uk-article-content > ol[start="78"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="78"],
.uk-article-content > ul:not([class]) ol[start="78"] {
  counter-reset: lis 77;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="79"],
.uk-article-content > ol[start="79"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="79"],
.uk-article-content > ul:not([class]) ol[start="79"] {
  counter-reset: lis 78;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="80"],
.uk-article-content > ol[start="80"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="80"],
.uk-article-content > ul:not([class]) ol[start="80"] {
  counter-reset: lis 79;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="81"],
.uk-article-content > ol[start="81"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="81"],
.uk-article-content > ul:not([class]) ol[start="81"] {
  counter-reset: lis 80;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="82"],
.uk-article-content > ol[start="82"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="82"],
.uk-article-content > ul:not([class]) ol[start="82"] {
  counter-reset: lis 81;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="83"],
.uk-article-content > ol[start="83"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="83"],
.uk-article-content > ul:not([class]) ol[start="83"] {
  counter-reset: lis 82;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="84"],
.uk-article-content > ol[start="84"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="84"],
.uk-article-content > ul:not([class]) ol[start="84"] {
  counter-reset: lis 83;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="85"],
.uk-article-content > ol[start="85"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="85"],
.uk-article-content > ul:not([class]) ol[start="85"] {
  counter-reset: lis 84;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="86"],
.uk-article-content > ol[start="86"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="86"],
.uk-article-content > ul:not([class]) ol[start="86"] {
  counter-reset: lis 85;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="87"],
.uk-article-content > ol[start="87"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="87"],
.uk-article-content > ul:not([class]) ol[start="87"] {
  counter-reset: lis 86;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="88"],
.uk-article-content > ol[start="88"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="88"],
.uk-article-content > ul:not([class]) ol[start="88"] {
  counter-reset: lis 87;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="89"],
.uk-article-content > ol[start="89"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="89"],
.uk-article-content > ul:not([class]) ol[start="89"] {
  counter-reset: lis 88;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="90"],
.uk-article-content > ol[start="90"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="90"],
.uk-article-content > ul:not([class]) ol[start="90"] {
  counter-reset: lis 89;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="91"],
.uk-article-content > ol[start="91"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="91"],
.uk-article-content > ul:not([class]) ol[start="91"] {
  counter-reset: lis 90;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="92"],
.uk-article-content > ol[start="92"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="92"],
.uk-article-content > ul:not([class]) ol[start="92"] {
  counter-reset: lis 91;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="93"],
.uk-article-content > ol[start="93"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="93"],
.uk-article-content > ul:not([class]) ol[start="93"] {
  counter-reset: lis 92;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="94"],
.uk-article-content > ol[start="94"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="94"],
.uk-article-content > ul:not([class]) ol[start="94"] {
  counter-reset: lis 93;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="95"],
.uk-article-content > ol[start="95"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="95"],
.uk-article-content > ul:not([class]) ol[start="95"] {
  counter-reset: lis 94;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="96"],
.uk-article-content > ol[start="96"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="96"],
.uk-article-content > ul:not([class]) ol[start="96"] {
  counter-reset: lis 95;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="97"],
.uk-article-content > ol[start="97"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="97"],
.uk-article-content > ul:not([class]) ol[start="97"] {
  counter-reset: lis 96;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="98"],
.uk-article-content > ol[start="98"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="98"],
.uk-article-content > ul:not([class]) ol[start="98"] {
  counter-reset: lis 97;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="99"],
.uk-article-content > ol[start="99"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="99"],
.uk-article-content > ul:not([class]) ol[start="99"] {
  counter-reset: lis 98;
}

/* line 130, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-decimal[start="100"],
.uk-article-content > ol[start="100"]:not([class]),
.uk-article-content > ol:not([class]) ol[start="100"],
.uk-article-content > ul:not([class]) ol[start="100"] {
  counter-reset: lis 99;
}

/*
 * Divider
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-light .uk-list-divider > li:nth-child(n+2),
.uk-light .uk-dark .uk-light .uk-list-divider > li:nth-child(n+2) {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-list-divider > li:nth-child(n+2),
.uk-light .uk-dark .uk-list-divider > li:nth-child(n+2) {
  border-color: #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-list-divider > li:nth-child(n+2) {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top-width: 2px;
  border-top-style: solid;
}

/*
 * Striped
 */

/* line 148, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-striped > li {
  padding: 0.75rem 1.5rem;
}

/* line 153, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-striped > li:nth-of-type(odd) {
  background: #f2f2f2;
}

/* line 155, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */

/* line 162, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-bullet > li,
.uk-article-content > ul:not([class]) > li,
.uk-article-content > ul:not([class]) ul > li,
.uk-article-content > ol:not([class]) ul > li {
  position: relative;
  padding-left: calc(1.85em + 0.2rem);
}

/* line 166, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-bullet > li::before,
.uk-article-content > ul:not([class]) > li::before,
.uk-article-content > ul:not([class]) ul > li::before,
.uk-article-content > ol:not([class]) ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1rem;
  width: 1.85em;
  height: 1.85em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* 1 */
  display: block;
}

/* Size modifier
 ========================================================================== */

/* line 186, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-large > li:nth-child(n+2),
.uk-list-large > li > ul {
  margin-top: 2rem;
}

/*
 * Divider
 */

/* line 193, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-large.uk-list-divider > li:nth-child(n+2) {
  margin-top: 2rem;
  padding-top: 2rem;
}

/*
 * Striped
 */

/* line 202, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-large.uk-list-striped > li {
  padding: 2rem 1.5rem;
}

/* line 207, ../foundations-core/resources/assets/styles/components/list.scss */

.uk-list-large.uk-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */

/* line 35, ../foundations-core/resources/assets/styles/components/description-list.scss */

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-light dl > dt,
.uk-light .uk-dark .uk-light dl > dt {
  color: rgba(255, 255, 255, 0.85);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

dl > dt,
.uk-light .uk-dark dl > dt {
  color: #000;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

dl > dt {
  font-weight: bold;
  width: 140px;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

dl > dd {
  width: Max(200px, calc(100% - 140px));
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 50, ../foundations-core/resources/assets/styles/components/description-list.scss */

dl > dd:not(:last-child) {
  margin-bottom: 0.375rem;
}

/* ========================================================================
   Component: Table
 ========================================================================== */

/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */

/* line 63, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table,
.uk-article-content > table,
.shop_table {
  /* 1 */
  border-collapse: separate;
  border-spacing: 2px;
  border: 0;
  /* 2 */
  width: 100%;
}

/* Header cell
 ========================================================================== */

/*
 * 1. Style
 */

/* line 80, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table th,
.uk-article-content > table th,
.shop_table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.9375rem;
  font-weight: bold;
}

/* Cell
 ========================================================================== */

/* line 94, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table td,
.uk-article-content > table td,
.shop_table td {
  padding: 16px 12px;
  vertical-align: top;
  border: 0;
}

/*
 * Remove margin from the last-child
 */

/* line 105, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table td > :last-child,
.uk-article-content > table td > :last-child,
.shop_table td > :last-child {
  margin-bottom: 0;
}

/* Footer
 ========================================================================== */

/* line 111, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table tfoot,
.uk-article-content > table tfoot,
.shop_table tfoot {
  font-size: 0.82031rem;
}

/* line 114, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table tfoot > tr:not(:last-child) > td,
.uk-article-content > table tfoot > tr:not(:last-child) > td,
.shop_table tfoot > tr:not(:last-child) > td {
  border: none;
}

/* Caption
 ========================================================================== */

/* line 124, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table caption,
.uk-article-content > table caption,
.shop_table caption {
  font-size: 0.82031rem;
  text-align: left;
}

/* Alignment modifier
 ========================================================================== */

/* line 134, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-middle,
.uk-article-content > table,
.shop_table,
.uk-table-middle td,
.uk-article-content > table td,
.shop_table td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */

/*
 * Divider
 */

/* line 148, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-divider > tr:not(:first-child) > td,
.uk-article-content > table > tr:not(:first-child) > td,
.shop_table > tr:not(:first-child) > td,
.uk-table-divider > :not(:first-child) > tr > td,
.uk-article-content > table > :not(:first-child) > tr > td,
.shop_table > :not(:first-child) > tr > td,
.uk-table-divider > :first-child > tr:not(:first-child) > td,
.uk-article-content > table > :first-child > tr:not(:first-child) > td,
.shop_table > :first-child > tr:not(:first-child) > td {
  border-top: 2px solid #030303;
}

/*
 * Striped
 */

/* line 158, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f2f2f2;
}

/*
 * Hover
 */

/* line 168, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.6);
}

/* Active state
 ========================================================================== */

/* line 178, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table > tr.uk-active,
.uk-article-content > table > tr.uk-active,
.shop_table > tr.uk-active,
.uk-table tbody tr.uk-active,
.uk-article-content > table tbody tr.uk-active,
.shop_table tbody tr.uk-active {
  background: rgba(255, 255, 255, 0.6);
}

/* Size modifier
 ========================================================================== */

/* line 187, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}

/* line 193, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */

/* line 203, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-justify th:first-child,
.uk-article-content > table th:first-child,
.shop_table th:first-child,
.uk-table-justify td:first-child,
.uk-article-content > table td:first-child,
.shop_table td:first-child {
  padding-left: 0;
}

/* line 206, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-justify th:last-child,
.uk-article-content > table th:last-child,
.shop_table th:last-child,
.uk-table-justify td:last-child,
.uk-article-content > table td:last-child,
.shop_table td:last-child {
  padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */

/* line 213, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-shrink {
  width: 1px;
}

/* line 214, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-expand {
  min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */

/*
 * Does not work with `uk-table-justify` at the moment
 */

/* line 224, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-link {
  padding: 0 !important;
}

/* line 226, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}

/* line 231, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */

/* Phone landscape and smaller */

@media (max-width: 599px) {
  /* line 241, ../foundations-core/resources/assets/styles/components/table.scss */

  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
  }

  /* line 247, ../foundations-core/resources/assets/styles/components/table.scss */

  .uk-table-responsive thead {
    display: none;
  }

  /* line 249, ../foundations-core/resources/assets/styles/components/table.scss */

  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  /* line 258, ../foundations-core/resources/assets/styles/components/table.scss */

  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }

  /* line 262, ../foundations-core/resources/assets/styles/components/table.scss */

  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }

  /* line 266, ../foundations-core/resources/assets/styles/components/table.scss */

  .uk-table-justify.uk-table-responsive th,
  .uk-article-content > table.uk-table-responsive th,
  .uk-table-responsive.shop_table th,
  .uk-table-justify.uk-table-responsive td,
  .uk-article-content > table.uk-table-responsive td,
  .uk-table-responsive.shop_table td {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 275, ../foundations-core/resources/assets/styles/components/table.scss */

.uk-table tr > [scope="row"],
.uk-article-content > table tr > [scope="row"],
.shop_table tr > [scope="row"] {
  text-align: right;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */

/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */

/* line 80, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon:not(.uk-preserve) {
  height: 1.5em;
  width: 1.5em;
  stroke-width: 1.5;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-icon:not(.uk-preserve) {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
  max-width: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: -0.38em;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 87, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon:not(.uk-preserve).uk-icon-small {
  width: 1em;
  height: 1em;
}

/* line 93, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon:not(.uk-preserve).uk-icon-large {
  width: 2em;
  height: 2em;
}

/* line 99, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon:not(.uk-preserve).uk-icon-xlarge {
  width: 3em;
  height: 3em;
}

/* line 105, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon:not(.uk-preserve).uk-icon-xxlarge {
  width: 5em;
  height: 5em;
}

/* Required for `button`. */

/* line 113, ../foundations-core/resources/assets/styles/components/icon.scss */

button.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */

/* line 119, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */

/* line 128, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}

/* line 129, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */

/* Inline Spacing
 ========================================================================== */

/* line 141, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon:not(.uk-preserve) + span,
span ~ .uk-icon:not(.uk-preserve) {
  margin-left: 0.5em;
}

/* Image modifier
 ========================================================================== */

/*
 * Display images in icon dimensions
 */

/* line 154, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon-image {
  width: 1.625em;
  height: 1.625em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/**
 * Force No Fill Icons
 */

/* line 166, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon[fill="none"] {
  fill: none;
}

/**
 * Force No Stroke Icons
 */

/* line 173, ../foundations-core/resources/assets/styles/components/icon.scss */

.uk-icon[stroke="none"] {
  stroke: none;
}

/**
 * Interactive Icons
 */

/* line 184, ../foundations-core/resources/assets/styles/components/icon.scss */

a[aria-expanded*="true"] > .uk-toggle-icon.icon-chevron-down,
a[aria-expanded*="true"] > * > .uk-toggle-icon.icon-chevron-down,
a[aria-expanded*="true"] > * > * > .uk-toggle-icon.icon-chevron-down {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 189, ../foundations-core/resources/assets/styles/components/icon.scss */

a[aria-expanded*="true"] > .uk-toggle-icon.icon-plus > line:first-child,
a[aria-expanded*="true"] > * > .uk-toggle-icon.icon-plus > line:first-child,
a[aria-expanded*="true"] > * > * > .uk-toggle-icon.icon-plus > line:first-child {
  opacity: 0;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */

/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */

/* line 34, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range,
body:not(.wp-admin):not(.login) input[type='range'] {
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0;
}

/* Focus */

/* line 53, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range:focus,
body:not(.wp-admin):not(.login) input:focus[type='range'] {
  outline: none;
}

/* line 54, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range::-moz-focus-outer,
body:not(.wp-admin):not(.login) input[type='range']::-moz-focus-outer {
  border: none;
}

/* IE11 Reset */

/* line 57, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range::-ms-track,
body:not(.wp-admin):not(.login) input[type='range']::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/*
 * Improves consistency of cursor style for clickable elements
 */

/* line 68, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range:not(:disabled)::-webkit-slider-thumb,
body:not(.wp-admin):not(.login) input[type='range']:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

/* line 69, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range:not(:disabled)::-moz-range-thumb,
body:not(.wp-admin):not(.login) input[type='range']:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

/* line 70, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range:not(:disabled)::-ms-thumb,
body:not(.wp-admin):not(.login) input[type='range']:not(:disabled)::-ms-thumb {
  cursor: pointer;
}

/* Thumb
 ========================================================================== */

/*
 * 1. Reset
 * 2. Style
 */

/* Webkit */

/* line 82, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range::-webkit-slider-thumb,
body:not(.wp-admin):not(.login) input[type='range']::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #000;
}

/* Firefox */

/* line 95, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range::-moz-range-thumb,
body:not(.wp-admin):not(.login) input[type='range']::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #000;
}

/* Edge */

/* line 107, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range::-ms-thumb,
body:not(.wp-admin):not(.login) input[type='range']::-ms-thumb {
  /* 1 */
  margin-top: 0;
}

/* IE11 */

/* line 113, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range::-ms-thumb,
body:not(.wp-admin):not(.login) input[type='range']::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #000;
}

/* Edge + IE11 */

/* line 125, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range::-ms-tooltip,
body:not(.wp-admin):not(.login) input[type='range']::-ms-tooltip {
  display: none;
}

/* Track
 ========================================================================== */

/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */

/* Webkit */

/* line 136, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range::-webkit-slider-runnable-track,
body:not(.wp-admin):not(.login) input[type='range']::-webkit-slider-runnable-track {
  height: 3px;
  background: #e5e5e5;
}

/* line 142, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range:focus::-webkit-slider-runnable-track,
body:not(.wp-admin):not(.login) input[type='range']:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track,
body:not(.wp-admin):not(.login) input[type='range']:active::-webkit-slider-runnable-track {
  background: #cccccc;
}

/* Firefox */

/* line 150, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range::-moz-range-track,
body:not(.wp-admin):not(.login) input[type='range']::-moz-range-track {
  height: 3px;
  background: #e5e5e5;
}

/* line 156, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range:focus::-moz-range-track,
body:not(.wp-admin):not(.login) input[type='range']:focus::-moz-range-track {
  background: #cccccc;
}

/* Edge */

/* line 162, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range::-ms-fill-lower,
body:not(.wp-admin):not(.login) input[type='range']::-ms-fill-lower,
.uk-range::-ms-fill-upper,
body:not(.wp-admin):not(.login) input[type='range']::-ms-fill-upper {
  height: 3px;
  background: #e5e5e5;
}

/* line 169, ../foundations-core/resources/assets/styles/components/form-range.scss */

.uk-range:focus::-ms-fill-lower,
body:not(.wp-admin):not(.login) input[type='range']:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper,
body:not(.wp-admin):not(.login) input[type='range']:focus::-ms-fill-upper {
  background: #cccccc;
}

/**
 * Widths
 */

/**
 * Select
 */

/**
 * Form State Styles
 */

/* ========================================================================
   Component: Form
 ========================================================================== */

/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */

/* line 204, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input,
body:not(.wp-admin):not(.login) input:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single,
.uk-select,
body:not(.wp-admin):not(.login) select,
.uk-textarea,
body:not(.wp-admin):not(.login) textarea,
.uk-radio,
body:not(.wp-admin):not(.login) input[type='radio'],
.uk-checkbox,
body:not(.wp-admin):not(.login) input[type='checkbox'] {
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */

/* line 223, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input,
body:not(.wp-admin):not(.login) input:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */

/* line 229, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select,
body:not(.wp-admin):not(.login) select {
  text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */

/* line 237, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select optgroup,
body:not(.wp-admin):not(.login) select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */

/* line 248, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-textarea,
body:not(.wp-admin):not(.login) textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */

/* line 254, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input[type="search"]::-webkit-search-cancel-button,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])[type="search"]::-webkit-search-cancel-button,
.select2-selection--single[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])[type="search"]::-webkit-search-decoration,
.select2-selection--single[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/* line 262, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input[type="number"]::-webkit-inner-spin-button,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])[type="number"]::-webkit-inner-spin-button,
.select2-selection--single[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])[type="number"]::-webkit-outer-spin-button,
.select2-selection--single[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Removes placeholder transparency in Firefox.
 */

/* line 269, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input::-moz-placeholder,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])::-moz-placeholder,
.select2-selection--single::-moz-placeholder,
.uk-textarea::-moz-placeholder,
body:not(.wp-admin):not(.login) textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */

/* line 276, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-radio:not(:disabled),
body:not(.wp-admin):not(.login) input:not(:disabled)[type='radio'],
.uk-checkbox:not(:disabled),
body:not(.wp-admin):not(.login) input:not(:disabled)[type='checkbox'] {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */

/* line 283, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */

/*
 * Remove default style in iOS.
 */

/* line 300, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input,
body:not(.wp-admin):not(.login) input:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single,
.uk-textarea,
body:not(.wp-admin):not(.login) textarea {
  -webkit-appearance: none;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-input:hover,
body:not(.wp-admin):not(.login) input:hover:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single:hover,
.uk-input:focus,
body:not(.wp-admin):not(.login) input:focus:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single:focus,
.uk-select:hover,
body:not(.wp-admin):not(.login) select:hover,
.uk-select:focus,
body:not(.wp-admin):not(.login) select:focus,
.uk-textarea:hover,
body:not(.wp-admin):not(.login) textarea:hover,
.uk-textarea:focus,
body:not(.wp-admin):not(.login) textarea:focus {
  border-color: #ffd900;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 217, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(255, 217, 0, 0.25);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-input:disabled,
body:not(.wp-admin):not(.login) input:disabled:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single:disabled,
.uk-select:disabled,
body:not(.wp-admin):not(.login) select:disabled,
.uk-textarea:disabled,
body:not(.wp-admin):not(.login) textarea:disabled {
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-input,
body:not(.wp-admin):not(.login) input:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single,
.uk-select,
body:not(.wp-admin):not(.login) select,
.uk-textarea,
body:not(.wp-admin):not(.login) textarea {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  min-height: 2.75rem;
  height: auto !important;
  padding: 0.375rem 0.75rem;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  border: rgba(3, 3, 3, 0.1) solid 2px;
  border-radius: 0.375em;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 *    Also needed to center the text vertically
 */

/* line 315, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input,
body:not(.wp-admin):not(.login) input:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single,
.uk-select:not([multiple]):not([size]),
body:not(.wp-admin):not(.login) select:not([multiple]):not([size]) {
  height: 2.75rem;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
  background-size: 24px;
  background-position: calc(100% - 8px) 50% !important;
}

/*
 * Multi-line
 */

/* line 330, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select[multiple],
body:not(.wp-admin):not(.login) select[multiple],
.uk-select[size],
body:not(.wp-admin):not(.login) select[size],
.uk-textarea,
body:not(.wp-admin):not(.login) textarea {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  vertical-align: top;
}

/* Focus */

/* line 339, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input:focus,
body:not(.wp-admin):not(.login) input:focus:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single:focus,
.uk-select:focus,
body:not(.wp-admin):not(.login) select:focus,
.uk-textarea:focus,
body:not(.wp-admin):not(.login) textarea:focus {
  outline: none;
  background-color: white;
  color: #000;
}

/* Disabled */

/* line 348, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input:disabled,
body:not(.wp-admin):not(.login) input:disabled:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single:disabled,
.uk-select:disabled,
body:not(.wp-admin):not(.login) select:disabled,
.uk-textarea:disabled,
body:not(.wp-admin):not(.login) textarea:disabled {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

/*
 * Placeholder
 */

/* line 360, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input::-ms-input-placeholder,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])::-ms-input-placeholder,
.select2-selection--single::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 361, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input::-webkit-input-placeholder,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])::-webkit-input-placeholder,
.select2-selection--single::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.uk-input::-moz-placeholder,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])::-moz-placeholder,
.select2-selection--single::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.uk-input::-ms-input-placeholder,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])::-ms-input-placeholder,
.select2-selection--single::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.uk-input::placeholder,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])::placeholder,
.select2-selection--single::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* line 363, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-textarea::-ms-input-placeholder,
body:not(.wp-admin):not(.login) textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 364, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-textarea::-webkit-input-placeholder,
body:not(.wp-admin):not(.login) textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.uk-textarea::-moz-placeholder,
body:not(.wp-admin):not(.login) textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.uk-textarea::-ms-input-placeholder,
body:not(.wp-admin):not(.login) textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.uk-textarea::placeholder,
body:not(.wp-admin):not(.login) textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */

/**
 * Error
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-inputs-danger:hover,
body:not(.wp-admin):not(.login) input:hover:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit'])[aria-invalid="true"],
.uk-inputs-danger:focus,
body:not(.wp-admin):not(.login) input:focus:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit'])[aria-invalid="true"] {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 14, 14, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(255, 14, 14, 0.25);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-inputs-danger,
body:not(.wp-admin):not(.login) input:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit'])[aria-invalid="true"] {
  color: #ff0e0e;
  border-color: #ff0e0e;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 14, 14, 0);
          box-shadow: 0 0 0 0.25rem rgba(255, 14, 14, 0);
}

/**
 * Success
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-inputs-success:hover,
.uk-inputs-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(96, 207, 23, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(96, 207, 23, 0.25);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-inputs-success {
  color: #60cf17;
  border-color: #60cf17;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(96, 207, 23, 0);
          box-shadow: 0 0 0 0.25rem rgba(96, 207, 23, 0);
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */

/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */

/* line 393, ../foundations-core/resources/assets/styles/components/form.scss */

input.uk-form-width-xsmall {
  width: 50px;
}

/* line 395, ../foundations-core/resources/assets/styles/components/form.scss */

select.uk-form-width-xsmall {
  width: 75px;
}

/* line 397, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-width-small {
  width: 130px;
}

/* line 399, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-width-medium {
  width: 200px;
}

/* line 401, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-width-large {
  width: 500px;
}

/* Select
 ========================================================================== */

/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */

/* line 414, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select:not([multiple]):not([size]),
body:not(.wp-admin):not(.login) select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* 3 */

/* line 426, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select:not([multiple]):not([size])::-ms-expand,
body:not(.wp-admin):not(.login) select:not([multiple]):not([size])::-ms-expand {
  display: none;
}

/* 4 */

/* line 429, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select:not([multiple]):not([size]) option,
body:not(.wp-admin):not(.login) select:not([multiple]):not([size]) option {
  color: #444;
}

/*
 * Disabled
 */

/* line 435, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select:not([multiple]):not([size]):disabled,
body:not(.wp-admin):not(.login) select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");
}

/* Datalist
 ========================================================================== */

/*
 * 1. Remove default style in Chrome
 */

/* line 445, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input[list],
body:not(.wp-admin):not(.login) input[list]:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* line 451, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input[list]:hover,
body:not(.wp-admin):not(.login) input[list]:hover:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single[list]:hover,
.uk-input[list]:focus,
body:not(.wp-admin):not(.login) input[list]:focus:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.select2-selection--single[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 1 */

/* line 455, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-input[list]::-webkit-calendar-picker-indicator,
body:not(.wp-admin):not(.login) input:not([type='submit']):not([type='button']):not([type='range']):not([type='checkbox']):not([type='radio'])[list]::-webkit-calendar-picker-indicator,
.select2-selection--single[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */

/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */

/* line 471, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-radio,
body:not(.wp-admin):not(.login) input[type='radio'],
.uk-checkbox,
body:not(.wp-admin):not(.login) input[type='checkbox'] {
  /* 1 */
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: #e5e5e5;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 2px solid #ffd900;
}

/* line 498, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-radio,
body:not(.wp-admin):not(.login) input[type='radio'] {
  border-radius: 50%;
}

/* Focus */

/* line 501, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-radio:focus,
body:not(.wp-admin):not(.login) input:focus[type='radio'],
.uk-checkbox:focus,
body:not(.wp-admin):not(.login) input:focus[type='checkbox'] {
  outline: none;
}

/*
 * Checked
 */

/* line 511, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-radio:checked,
body:not(.wp-admin):not(.login) input:checked[type='radio'],
.uk-checkbox:checked,
body:not(.wp-admin):not(.login) input:checked[type='checkbox'],
.uk-checkbox:indeterminate,
body:not(.wp-admin):not(.login) input:indeterminate[type='checkbox'] {
  background-color: #ffd900;
  border-color: #ffd900;
  background-size: contain;
}

/* Focus */

/* line 521, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-radio:checked:focus,
body:not(.wp-admin):not(.login) input:checked:focus[type='radio'],
.uk-checkbox:checked:focus,
body:not(.wp-admin):not(.login) input:checked:focus[type='checkbox'],
.uk-checkbox:indeterminate:focus,
body:not(.wp-admin):not(.login) input:indeterminate:focus[type='checkbox'] {
  background-color: #ccae00;
  border-color: #ccae00;
}

/*
 * Icons
 */

/* line 533, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-radio:checked,
body:not(.wp-admin):not(.login) input:checked[type='radio'] {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* line 534, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-checkbox:checked,
body:not(.wp-admin):not(.login) input:checked[type='checkbox'] {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* line 535, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-checkbox:indeterminate,
body:not(.wp-admin):not(.login) input:indeterminate[type='checkbox'] {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */

/* line 541, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-radio:disabled,
body:not(.wp-admin):not(.login) input:disabled[type='radio'],
.uk-checkbox:disabled,
body:not(.wp-admin):not(.login) input:disabled[type='checkbox'] {
  background-color: #f2f2f2;
}

/* line 547, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-radio:disabled:checked,
body:not(.wp-admin):not(.login) input:disabled:checked[type='radio'] {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(0, 0, 0, 0.7)%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* line 548, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-checkbox:disabled:checked,
body:not(.wp-admin):not(.login) input:disabled:checked[type='checkbox'] {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(0, 0, 0, 0.7)%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* line 549, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-checkbox:disabled:indeterminate,
body:not(.wp-admin):not(.login) input:disabled:indeterminate[type='checkbox'] {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(0, 0, 0, 0.7)%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Legend
 ========================================================================== */

/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */

/* line 563, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.17188rem;
  line-height: 1.4;
}

/* Custom controls
 ========================================================================== */

/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */

/* line 587, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */

/* line 607, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-custom select,
.uk-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}

/* line 624, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}

/* Layout
 ========================================================================== */

/*
 * Stacked
 */

/* line 638, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-stacked .uk-form-label,
.uk-form-stacked body:not(.wp-admin):not(.login) label,
body:not(.wp-admin):not(.login) .uk-form-stacked label {
  display: block;
  margin-bottom: 1.5rem;
}

/*
 * Horizontal
 */

/* Tablet portrait and smaller */

@media (max-width: 599px) {
  /* Behave like `uk-form-stacked` */

  /* line 652, ../foundations-core/resources/assets/styles/components/form.scss */

  .uk-form-horizontal .uk-form-label,
  .uk-form-horizontal body:not(.wp-admin):not(.login) label,
  body:not(.wp-admin):not(.login) .uk-form-horizontal label {
    display: block;
    margin-bottom: 1.5rem;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 663, ../foundations-core/resources/assets/styles/components/form.scss */

  .uk-form-horizontal .uk-form-label,
  .uk-form-horizontal body:not(.wp-admin):not(.login) label,
  body:not(.wp-admin):not(.login) .uk-form-horizontal label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }

  /* line 670, ../foundations-core/resources/assets/styles/components/form.scss */

  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }

  /* Better vertical alignment if controls are checkboxes and radio buttons with text */

  /* line 673, ../foundations-core/resources/assets/styles/components/form.scss */

  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}

/* Icons
 ========================================================================== */

/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */

/* line 688, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 2.75rem;
  /* 3 */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 4 */
  color: rgba(0, 0, 0, 0.7);
}

/*
 * Required for `a`.
 */

/* line 708, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-icon:hover {
  color: #000;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */

/* line 714, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Input padding
 */

/* line 720, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input,
body:not(.wp-admin):not(.login) .uk-form-icon:not(.uk-form-icon-flip) ~ input:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.uk-form-icon:not(.uk-form-icon-flip) ~ .select2-selection--single {
  padding-left: 2.75rem !important;
}

/*
 * Position modifier
 */

/* line 726, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-icon-flip {
  right: 0;
  left: auto;
}

/* line 731, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-form-icon-flip ~ .uk-input,
body:not(.wp-admin):not(.login) .uk-form-icon-flip ~ input:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='button']):not([type='submit']),
.uk-form-icon-flip ~ .select2-selection--single {
  padding-right: 2.75rem !important;
}

/*
 * General Form Styles Extended From UIkit, only for frontend
 */

/* line 774, ../foundations-core/resources/assets/styles/components/form.scss */

body:not(.wp-admin):not(.login) select {
  cursor: pointer;
}

/* line 780, ../foundations-core/resources/assets/styles/components/form.scss */

body:not(.wp-admin):not(.login) textarea {
  max-width: 100%;
}

/* line 789, ../foundations-core/resources/assets/styles/components/form.scss */

body:not(.wp-admin):not(.login) input[type='checkbox'] {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border-radius: 2px !important;
}

/* line 795, ../foundations-core/resources/assets/styles/components/form.scss */

body:not(.wp-admin):not(.login) input[type='checkbox'] ~ label {
  cursor: pointer;
}

/* line 804, ../foundations-core/resources/assets/styles/components/form.scss */

body:not(.wp-admin):not(.login) [type='submit']:not(.uk-button):not(.ld-button):not(.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(.tribe-button):not(.woocommerce-button) {
  height: inherit !important;
}

/**
 * Custom Number Picker
 */

/* line 823, ../foundations-core/resources/assets/styles/components/form.scss */

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 7.5rem;
}

/* line 828, ../foundations-core/resources/assets/styles/components/form.scss */

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 834, ../foundations-core/resources/assets/styles/components/form.scss */

.quantity input[type=number] {
  -moz-appearance: textfield;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  text-align: center;
}

/* line 840, ../foundations-core/resources/assets/styles/components/form.scss */

.quantity input[type=number]:focus {
  outline: 0;
}

/* line 846, ../foundations-core/resources/assets/styles/components/form.scss */

.quantity-button {
  position: absolute;
  height: 100%;
  cursor: pointer;
  width: 2rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  color: #000 !important;
}

/* line 861, ../foundations-core/resources/assets/styles/components/form.scss */

.quantity-button.quantity-up {
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 866, ../foundations-core/resources/assets/styles/components/form.scss */

.quantity-button.quantity-down {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/**
 * Custom Selector
 */

/* line 874, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select-container {
  position: relative;
}

/* line 877, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select-container > .uk-select,
body:not(.wp-admin):not(.login) .uk-select-container > select {
  cursor: pointer;
}

/* line 881, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select-container > .uk-select-dropdown {
  width: 100%;
}

/* line 887, ../foundations-core/resources/assets/styles/components/form.scss */

.uk-select-container > .uk-select-dropdown .uk-dropdown-nav > li {
  cursor: pointer;
}

/* ========================================================================
   Component: Button
 ========================================================================== */

/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Style
 * 7. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 8. Align text if button has a width
 * 9. Required for `a`.
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

body:not(.wp-admin):not(.login) :hover[type='submit']:not(.uk-button):not(.ld-button):not(
.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
.tribe-button):not(.woocommerce-button):not(.ld-button):not(.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(.tribe-button):not(.woocommerce-button),
body:not(.wp-admin):not(.login) :focus[type='submit']:not(.uk-button):not(.ld-button):not(
.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
.tribe-button):not(.woocommerce-button):not(.ld-button):not(.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(.tribe-button):not(.woocommerce-button) {
  text-decoration: none;
  outline: none;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

body:not(.wp-admin):not(.login) :hover[type='submit']:not(.uk-button):not(.ld-button):not(
.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
.tribe-button):not(.woocommerce-button):not(.ld-button):not(.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(.tribe-button):not(.woocommerce-button),
body:not(.wp-admin):not(.login) :focus[type='submit']:not(.uk-button):not(.ld-button):not(
.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
.tribe-button):not(.woocommerce-button):not(.ld-button):not(.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(.tribe-button):not(.woocommerce-button) {
  -webkit-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

body:not(.wp-admin):not(.login) [type='submit']:not(.uk-button):not(.ld-button):not(
.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
.tribe-button):not(.woocommerce-button):not(.ld-button):not(.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(.tribe-button):not(.woocommerce-button) {
  -webkit-transition: -webkit-transform ease-out 0.1s;
  transition: -webkit-transform ease-out 0.1s;
  -o-transition: -o-transform ease-out 0.1s;
  transition: transform ease-out 0.1s;
  transition: transform ease-out 0.1s, -webkit-transform ease-out 0.1s, -o-transform ease-out 0.1s;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

body:not(.wp-admin):not(.login) [type='submit']:not(.uk-button):not(.ld-button):not(
.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
.tribe-button):not(.woocommerce-button):not(.ld-button):not(.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(.tribe-button):not(.woocommerce-button) {
  position: relative;
  -webkit-appearance: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  overflow: visible;
  margin: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  min-height: 2.75rem;
  font-size: 0.875rem;
  line-height: 1.35;
  padding: 0.375rem 1.5rem;
  background: transparent;
  border-radius: 0.375em !important;
  font-family: Enriq, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  color: black;
  border: none;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button:hover,
.ld-button:hover,
.ld-primary-color.ld-course-step-back:hover,
.add_to_cart_button:hover,
.tribe-button:hover,
.woocommerce-button:hover,
.uk-button:focus,
.ld-button:focus,
.ld-primary-color.ld-course-step-back:focus,
.add_to_cart_button:focus,
.tribe-button:focus,
.woocommerce-button:focus {
  text-decoration: none;
  outline: none;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button:hover,
.ld-button:hover,
.ld-primary-color.ld-course-step-back:hover,
.add_to_cart_button:hover,
.tribe-button:hover,
.woocommerce-button:hover,
.uk-button:focus,
.ld-button:focus,
.ld-primary-color.ld-course-step-back:focus,
.add_to_cart_button:focus,
.tribe-button:focus,
.woocommerce-button:focus {
  -webkit-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button,
.ld-button,
.ld-primary-color.ld-course-step-back,
.add_to_cart_button,
.tribe-button,
.woocommerce-button {
  -webkit-transition: -webkit-transform ease-out 0.1s;
  transition: -webkit-transform ease-out 0.1s;
  -o-transition: -o-transform ease-out 0.1s;
  transition: transform ease-out 0.1s;
  transition: transform ease-out 0.1s, -webkit-transform ease-out 0.1s, -o-transform ease-out 0.1s;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button,
.ld-button,
.ld-primary-color.ld-course-step-back,
.add_to_cart_button,
.tribe-button,
.woocommerce-button {
  position: relative;
  -webkit-appearance: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  overflow: visible;
  margin: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  min-height: 2.75rem;
  font-size: 0.875rem;
  line-height: 1.35;
  padding: 0.375rem 1.5rem;
  background: transparent;
  border-radius: 0.375em !important;
  font-family: Enriq, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  color: black;
  border: none;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-music:hover,
.uk-button-music:focus {
  background: #5609af;
  background: #5609af;
  border-color: #5609af;
  border-color: #5609af;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-music {
  background: #882af4;
  border-color: #882af4;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-secondarytug:hover,
.uk-button-secondarytug:focus {
  background: #001b1b;
  background: #001b1b;
  border-color: #001b1b;
  border-color: #001b1b;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-secondarytug {
  background: #008081;
  border-color: #008081;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-primarytug:hover,
.uk-button-primarytug:focus {
  background: #267a75;
  background: #267a75;
  border-color: #267a75;
  border-color: #267a75;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-primarytug {
  background: #42c4bc;
  border-color: #42c4bc;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-secondarynewstars:hover,
.uk-button-secondarynewstars:focus {
  background: #141414;
  background: #141414;
  border-color: #141414;
  border-color: #141414;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-secondarynewstars {
  background: #474747;
  border-color: #474747;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-primarynewstars:hover,
.uk-button-primarynewstars:focus {
  background: #998200;
  background: #998200;
  border-color: #998200;
  border-color: #998200;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-primarynewstars {
  background: #ffd900;
  border-color: #ffd900;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-transparent:hover,
.uk-button-transparent:focus {
  background: rgba(204, 204, 204, 0);
  background: rgba(204, 204, 204, 0);
  border-color: rgba(204, 204, 204, 0);
  border-color: rgba(204, 204, 204, 0);
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-transparent {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-danger:hover,
.uk-button-danger:focus {
  background: #a70000;
  background: #a70000;
  border-color: #a70000;
  border-color: #a70000;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-danger {
  background: #ff0e0e;
  border-color: #ff0e0e;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-warning:hover,
.uk-button-warning:focus {
  background: #a75900;
  background: #a75900;
  border-color: #a75900;
  border-color: #a75900;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-warning {
  background: #ff8f0e;
  border-color: #ff8f0e;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-success:hover,
.uk-button-success:focus {
  background: #35730d;
  background: #35730d;
  border-color: #35730d;
  border-color: #35730d;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-success {
  background: #60cf17;
  border-color: #60cf17;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-darken:hover,
.uk-button-darken:focus {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-darken {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-lighten:hover,
.uk-button-lighten:focus {
  background: rgba(204, 204, 204, 0.6);
  background: rgba(204, 204, 204, 0.6);
  border-color: rgba(204, 204, 204, 0.6);
  border-color: rgba(204, 204, 204, 0.6);
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-lighten {
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-dark:hover,
.uk-button-dark:focus {
  background: black;
  background: black;
  border-color: black;
  border-color: black;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-dark {
  background: #030303;
  border-color: #030303;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-light:hover,
.uk-button-light:focus {
  background: #bfbfbf;
  background: #bfbfbf;
  border-color: #bfbfbf;
  border-color: #bfbfbf;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-light {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background: #141414;
  background: #141414;
  border-color: #141414;
  border-color: #141414;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-secondary {
  background: #474747;
  border-color: #474747;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-primary:hover,
.add_to_cart_button:hover,
.tribe-button:hover,
.uk-button-primary:focus,
.add_to_cart_button:focus,
.tribe-button:focus {
  background: #998200;
  background: #998200;
  border-color: #998200;
  border-color: #998200;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-primary,
.add_to_cart_button,
.tribe-button {
  background: #ffd900;
  border-color: #ffd900;
  color: #000;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-default:hover,
body:not(.wp-admin):not(.login) :hover[type='submit']:not(.uk-button):not(.ld-button):not(
  .ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
  .tribe-button):not(.woocommerce-button):not(.ld-button):not(.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(.tribe-button):not(.woocommerce-button),
.uk-button-default:focus,
body:not(.wp-admin):not(.login) :focus[type='submit']:not(.uk-button):not(.ld-button):not(
  .ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
  .tribe-button):not(.woocommerce-button):not(.ld-button):not(.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(.tribe-button):not(.woocommerce-button) {
  background: #cccccc;
  background: #cccccc;
  border-color: #cccccc;
  border-color: #cccccc;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-default,
body:not(.wp-admin):not(.login) [type='submit']:not(.uk-button):not(.ld-button):not(
  .ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(
  .tribe-button):not(.woocommerce-button):not(.ld-button):not(.ld-primary-color.ld-course-step-back):not(.add_to_cart_button):not(.tribe-button):not(.woocommerce-button) {
  background: #fff;
  border-color: #fff;
  color: black;
  color: black;
}

/* line 148, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-button:not(:disabled),
.ld-button:not(:disabled),
.ld-primary-color.ld-course-step-back:not(:disabled),
.add_to_cart_button:not(:disabled),
.tribe-button:not(:disabled),
.woocommerce-button:not(:disabled) {
  cursor: pointer;
}

/* line 151, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-button::-moz-focus-inner,
.ld-button::-moz-focus-inner,
.ld-primary-color.ld-course-step-back::-moz-focus-inner,
.add_to_cart_button::-moz-focus-inner,
.tribe-button::-moz-focus-inner,
.woocommerce-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Style modifiers
 ========================================================================== */

/*
 * Disabled
 * The same for all style modifiers
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

[class*="uk-button-"]:not(.uk-button-text):disabled:hover,
[class*="uk-button-"]:not(.uk-button-text):disabled:focus {
  background: #f2f2f2;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

[class*="uk-button-"]:not(.uk-button-text):disabled {
  background: #f2f2f2;
  color: black;
}

/* Icon modifiers
 ========================================================================== */

/* line 174, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-button.uk-icon-button,
.uk-icon-button.ld-button,
.uk-icon-button.ld-primary-color.ld-course-step-back,
.uk-icon-button.add_to_cart_button,
.uk-icon-button.tribe-button,
.uk-icon-button.woocommerce-button {
  min-width: 2.75rem;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button.uk-icon-button,
.uk-icon-button.ld-button,
.uk-icon-button.ld-primary-color.ld-course-step-back,
.uk-icon-button.add_to_cart_button,
.uk-icon-button.tribe-button,
.uk-icon-button.woocommerce-button {
  padding: 0;
}

/* Size modifiers
 ========================================================================== */

/* line 183, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-button-small,
.woocommerce-button {
  min-height: 1.875rem;
  font-size: 0.75rem;
  padding: 0.45rem 0.75rem;
}

/* line 189, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-button-small.uk-button-offset-left,
.uk-button-offset-left.woocommerce-button {
  margin-left: -0.75rem;
}

/* line 193, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-button-small.uk-button-offset-right,
.uk-button-offset-right.woocommerce-button {
  margin-right: -0.9rem;
}

/* line 197, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-button-small.uk-icon-button,
.uk-icon-button.woocommerce-button {
  min-width: 1.875rem;
}

/* line 202, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-button-large {
  min-height: 3.5rem;
  font-size: 1.125rem;
}

/* line 206, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-button-large.uk-icon-button {
  min-width: 3.5rem;
}

/* Text modifiers
 ========================================================================== */

/*
 * Text
 * 1. Reset
 * 2. Style
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-light .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-light .uk-dark .uk-light .uk-button-text:hover,
.uk-light .uk-dark .uk-light .uk-button-text:focus {
  color: white;
  background: rgba(255, 255, 255, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-light .uk-button-text,
.uk-light .uk-dark .uk-light .uk-button-text {
  color: rgba(255, 255, 255, 0.85);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-text:hover,
.uk-button-text:focus,
.uk-light .uk-dark .uk-button-text:hover,
.uk-light .uk-dark .uk-button-text:focus {
  color: black;
  background: rgba(0, 0, 0, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-button-text,
.uk-light .uk-dark .uk-button-text {
  color: #000;
}

/* Group
 ========================================================================== */

/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */

/* line 234, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-input-group:not(.uk-input-group-vertical),
.uk-button-group:not(.uk-button-group-vertical) {
  /* 1 */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
  /**
     * Correct border radius on button groups
     *
     * Use these modifier classes when dealing with mis matched button types
     * .uk-button-first, .uk-button-middle, .uk-button-last,
     */
}

/* line 251, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-input-group:not(.uk-input-group-vertical) > :not(:last-child),
.uk-input-group:not(.uk-input-group-vertical) > :not(:last-child) .uk-button,
.uk-input-group:not(.uk-input-group-vertical) > :not(:last-child) .ld-button,
.uk-input-group:not(.uk-input-group-vertical) > :not(:last-child) .ld-primary-color.ld-course-step-back,
.uk-input-group:not(.uk-input-group-vertical) > :not(:last-child) .add_to_cart_button,
.uk-input-group:not(.uk-input-group-vertical) > :not(:last-child) .tribe-button,
.uk-input-group:not(.uk-input-group-vertical) > :not(:last-child) .woocommerce-button,
.uk-button-group:not(.uk-button-group-vertical) > :not(:last-child),
.uk-button-group:not(.uk-button-group-vertical) > :not(:last-child) .uk-button,
.uk-button-group:not(.uk-button-group-vertical) > :not(:last-child) .ld-button,
.uk-button-group:not(.uk-button-group-vertical) > :not(:last-child) .ld-primary-color.ld-course-step-back,
.uk-button-group:not(.uk-button-group-vertical) > :not(:last-child) .add_to_cart_button,
.uk-button-group:not(.uk-button-group-vertical) > :not(:last-child) .tribe-button,
.uk-button-group:not(.uk-button-group-vertical) > :not(:last-child) .woocommerce-button {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 258, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-input-group:not(.uk-input-group-vertical) > :not(:first-child),
.uk-input-group:not(.uk-input-group-vertical) > :not(:first-child) .uk-button,
.uk-input-group:not(.uk-input-group-vertical) > :not(:first-child) .ld-button,
.uk-input-group:not(.uk-input-group-vertical) > :not(:first-child) .ld-primary-color.ld-course-step-back,
.uk-input-group:not(.uk-input-group-vertical) > :not(:first-child) .add_to_cart_button,
.uk-input-group:not(.uk-input-group-vertical) > :not(:first-child) .tribe-button,
.uk-input-group:not(.uk-input-group-vertical) > :not(:first-child) .woocommerce-button,
.uk-button-group:not(.uk-button-group-vertical) > :not(:first-child),
.uk-button-group:not(.uk-button-group-vertical) > :not(:first-child) .uk-button,
.uk-button-group:not(.uk-button-group-vertical) > :not(:first-child) .ld-button,
.uk-button-group:not(.uk-button-group-vertical) > :not(:first-child) .ld-primary-color.ld-course-step-back,
.uk-button-group:not(.uk-button-group-vertical) > :not(:first-child) .add_to_cart_button,
.uk-button-group:not(.uk-button-group-vertical) > :not(:first-child) .tribe-button,
.uk-button-group:not(.uk-button-group-vertical) > :not(:first-child) .woocommerce-button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 267, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-input-group-vertical,
.uk-button-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /**
     * Correct border radius on button groups
     *
     * Use these modifier classes when dealing with mis matched button types
     * .uk-button-first, .uk-button-middle, .uk-button-last,
     */
}

/* line 276, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-input-group-vertical > *,
.uk-input-group-vertical .uk-button,
.uk-input-group-vertical .ld-button,
.uk-input-group-vertical .ld-primary-color.ld-course-step-back,
.uk-input-group-vertical .add_to_cart_button,
.uk-input-group-vertical .tribe-button,
.uk-input-group-vertical .woocommerce-button,
.uk-button-group-vertical > *,
.uk-button-group-vertical .uk-button,
.uk-button-group-vertical .ld-button,
.uk-button-group-vertical .ld-primary-color.ld-course-step-back,
.uk-button-group-vertical .add_to_cart_button,
.uk-button-group-vertical .tribe-button,
.uk-button-group-vertical .woocommerce-button {
  width: 100%;
}

/* line 290, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-input-group-vertical > :not(:last-child),
.uk-input-group-vertical > :not(:last-child) .uk-button,
.uk-input-group-vertical > :not(:last-child) .ld-button,
.uk-input-group-vertical > :not(:last-child) .ld-primary-color.ld-course-step-back,
.uk-input-group-vertical > :not(:last-child) .add_to_cart_button,
.uk-input-group-vertical > :not(:last-child) .tribe-button,
.uk-input-group-vertical > :not(:last-child) .woocommerce-button,
.uk-button-group-vertical > :not(:last-child),
.uk-button-group-vertical > :not(:last-child) .uk-button,
.uk-button-group-vertical > :not(:last-child) .ld-button,
.uk-button-group-vertical > :not(:last-child) .ld-primary-color.ld-course-step-back,
.uk-button-group-vertical > :not(:last-child) .add_to_cart_button,
.uk-button-group-vertical > :not(:last-child) .tribe-button,
.uk-button-group-vertical > :not(:last-child) .woocommerce-button {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 297, ../foundations-core/resources/assets/styles/components/button.scss */

.uk-input-group-vertical > :not(:first-child),
.uk-input-group-vertical > :not(:first-child) .uk-button,
.uk-input-group-vertical > :not(:first-child) .ld-button,
.uk-input-group-vertical > :not(:first-child) .ld-primary-color.ld-course-step-back,
.uk-input-group-vertical > :not(:first-child) .add_to_cart_button,
.uk-input-group-vertical > :not(:first-child) .tribe-button,
.uk-input-group-vertical > :not(:first-child) .woocommerce-button,
.uk-button-group-vertical > :not(:first-child),
.uk-button-group-vertical > :not(:first-child) .uk-button,
.uk-button-group-vertical > :not(:first-child) .ld-button,
.uk-button-group-vertical > :not(:first-child) .ld-primary-color.ld-course-step-back,
.uk-button-group-vertical > :not(:first-child) .add_to_cart_button,
.uk-button-group-vertical > :not(:first-child) .tribe-button,
.uk-button-group-vertical > :not(:first-child) .woocommerce-button {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 22, ../foundations-core/resources/assets/styles/components/avatar.scss */

*[class*="uk-avatar"] {
  overflow: hidden;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 29, ../foundations-core/resources/assets/styles/components/avatar.scss */

.uk-avatar {
  width: 4em;
  height: 4em;
  border-radius: 999px;
}

@media (min-width: 600px) {
  /* line 29, ../foundations-core/resources/assets/styles/components/avatar.scss */

  .uk-avatar {
    width: 6em;
    height: 6em;
    border-radius: 999px;
  }
}

/* line 40, ../foundations-core/resources/assets/styles/components/avatar.scss */

.uk-avatar-small {
  width: 3em;
  height: 3em;
  border-radius: 999px;
}

@media (min-width: 600px) {
  /* line 40, ../foundations-core/resources/assets/styles/components/avatar.scss */

  .uk-avatar-small {
    width: 3.75em;
    height: 3.75em;
    border-radius: 999px;
  }
}

/* line 52, ../foundations-core/resources/assets/styles/components/avatar.scss */

.uk-avatar-large {
  width: 6em;
  height: 6em;
  border-radius: 999px;
}

@media (min-width: 600px) {
  /* line 52, ../foundations-core/resources/assets/styles/components/avatar.scss */

  .uk-avatar-large {
    width: 10em;
    height: 10em;
    border-radius: 999px;
  }
}

/* ========================================================================
   Component: Section
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: Min(5.4rem, Max(3rem, calc( 3rem + (38.4 * (100vw - 300px) / 900))));
  padding-bottom: Min(5.4rem, Max(3rem, calc( 3rem + (38.4 * (100vw - 300px) / 900))));
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-collapsed {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-xsmall {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-large {
  padding-top: Min(6.75rem, Max(4.5rem, calc( 4.5rem + (36 * (100vw - 300px) / 900))));
  padding-bottom: Min(6.75rem, Max(4.5rem, calc( 4.5rem + (36 * (100vw - 300px) / 900))));
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-xlarge {
  padding-top: Min(11.25rem, Max(7.875rem, calc( 7.875rem + (54 * (100vw - 300px) / 900))));
  padding-bottom: Min(11.25rem, Max(7.875rem, calc( 7.875rem + (54 * (100vw - 300px) / 900))));
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-music {
  background: #882af4;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-secondarytug {
  background: #008081;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-primarytug {
  background: #42c4bc;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-secondarynewstars {
  background: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-primarynewstars {
  background: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-transparent {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-danger {
  background: #ff0e0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-warning {
  background: #ff8f0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-success {
  background: #60cf17;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-darken {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-lighten {
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-dark {
  background: #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-light {
  background: #f2f2f2;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-secondary {
  background: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-primary {
  background: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-section-default {
  background: #fff;
}

/* line 62, ../foundations-core/resources/assets/styles/components/section.scss */

.uk-section > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Container
 ========================================================================== */

/**
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */

/* line 35, ../foundations-core/resources/assets/styles/components/container.scss */

.uk-container,
.uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
.uk-site-container > .alignwide {
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-left: Min(3rem, Max(0.75rem, calc( 0.75rem + (36 * (100vw - 300px) / 900))));
  padding-right: 1.5rem;
  padding-right: Min(3rem, Max(0.75rem, calc( 0.75rem + (36 * (100vw - 300px) / 900))));
  max-width: 94rem;
  max-width: calc(91rem + (Min(3rem, Max(0.75rem, calc( 0.75rem + (36 * (100vw - 300px) / 900)))) * 2));
}

/**
 * Remove margin from the last-child
 */

/* line 55, ../foundations-core/resources/assets/styles/components/container.scss */

.uk-container > :last-child,
.uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) > :last-child,
.uk-site-container > .alignwide > :last-child {
  margin-bottom: 0;
}

/* line 59, ../foundations-core/resources/assets/styles/components/container.scss */

.uk-container-small,
.uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  max-width: 66rem;
  max-width: calc(63rem + (Min(3rem, Max(0.75rem, calc( 0.75rem + (36 * (100vw - 300px) / 900)))) * 2));
}

/* line 64, ../foundations-core/resources/assets/styles/components/container.scss */

.uk-container-expand,
.uk-site-container > .alignfull {
  max-width: 100% !important;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */

/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */

/* line 75, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid,
[class*="wp-container-"] > .uk-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */

/* line 92, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid > *,
[class*="wp-container-"] > .uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */

/* line 99, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid > * > :last-child,
[class*="wp-container-"] > .uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */

/*
 * Default
 */

/* Horizontal */

/* line 111, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid,
[class*="wp-container-"] > .uk-grid {
  margin-left: -2rem;
}

/* line 113, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid > *,
[class*="wp-container-"] > .uk-grid > * {
  padding-left: 2rem;
}

/* Vertical */

/* line 117, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 2rem;
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* Horizontal */

  /* line 125, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid,
  [class*="wp-container-"] > .uk-grid {
    margin-left: -2rem;
  }

  /* line 127, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid > *,
  [class*="wp-container-"] > .uk-grid > * {
    padding-left: 2rem;
  }

  /* Vertical */

  /* line 131, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 2rem;
  }
}

/*
 * XSmall
 */

/* Horizontal */

/* line 142, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-xsmall {
  margin-left: -0.75rem;
}

/* line 143, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-xsmall > * {
  padding-left: 0.75rem;
}

/* Vertical */

/* line 146, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid + .uk-grid-xsmall,
.uk-grid-xsmall > .uk-grid-margin,
* + .uk-grid-margin-xsmall {
  margin-top: 0.75rem;
}

/*
 * Small
 */

/* Horizontal */

/* line 155, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-small {
  margin-left: -1.5rem;
}

/* line 156, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-small > * {
  padding-left: 1.5rem;
}

/* Vertical */

/* line 159, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 1.5rem;
}

/*
 * Medium
 */

/* Horizontal */

/* line 168, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-medium {
  margin-left: -2rem;
}

/* line 169, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-medium > * {
  padding-left: 2rem;
}

/* Vertical */

/* line 172, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 2rem;
}

/*
 * Large
 */

/* Horizontal */

/* line 181, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-large {
  margin-left: -2rem;
}

/* line 182, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-large > * {
  padding-left: 2rem;
}

/* Vertical */

/* line 185, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid + .uk-grid-large,
.uk-grid-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 2rem;
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* Horizontal */

  /* line 193, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-large {
    margin-left: -3rem;
  }

  /* line 194, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-large > * {
    padding-left: 3rem;
  }

  /* Vertical */

  /* line 197, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid + .uk-grid-large,
  .uk-grid-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 3rem;
  }
}

/*
 * XLarge
 */

/* Horizontal */

/* line 208, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-xlarge {
  margin-left: -3rem;
}

/* line 209, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-xlarge > * {
  padding-left: 3rem;
}

/* Vertical */

/* line 212, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid + .uk-grid-xlarge,
.uk-grid-xlarge > .uk-grid-margin,
* + .uk-grid-margin-xlarge {
  margin-top: 3rem;
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* Horizontal */

  /* line 220, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-xlarge {
    margin-left: -3.6rem;
  }

  /* line 221, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-xlarge > * {
    padding-left: 3.6rem;
  }

  /* Vertical */

  /* line 224, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid + .uk-grid-xlarge,
  .uk-grid-xlarge > .uk-grid-margin,
  * + .uk-grid-margin-xlarge {
    margin-top: 3.6rem;
  }
}

/*
 * Collapse
 */

/* Horizontal */

/* line 235, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-collapse {
  margin-left: 0;
}

/* line 236, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-collapse > * {
  padding-left: 0;
}

/* Vertical */

/* line 239, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */

/* line 246, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider > * {
  position: relative;
}

/* line 248, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left-width: 2px;
  border-left-style: solid;
}

/* Vertical */

/* line 258, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top-width: 2px;
  border-top-style: solid;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-light .uk-grid-divider > *::before,
.uk-light .uk-dark .uk-light .uk-grid-divider > *::before {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-grid-divider > *::before,
.uk-light .uk-dark .uk-grid-divider > *::before {
  border-color: #030303;
}

/*
 * Default
 */

/* Horizontal */

/* line 274, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider {
  margin-left: -4rem;
}

/* line 275, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider > * {
  padding-left: 4rem;
}

/* line 277, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 2rem;
}

/* Vertical */

/* line 280, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 4rem;
}

/* line 282, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -2rem;
  left: 4rem;
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* Horizontal */

  /* line 291, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider {
    margin-left: -4rem;
  }

  /* line 292, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider > * {
    padding-left: 4rem;
  }

  /* line 294, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 2rem;
  }

  /* Vertical */

  /* line 297, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 4rem;
  }

  /* line 299, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -2rem;
    left: 4rem;
  }
}

/*
 * XSmall
 */

/* Horizontal */

/* line 311, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-xsmall {
  margin-left: -1.5rem;
}

/* line 312, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-xsmall > * {
  padding-left: 1.5rem;
}

/* line 314, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-xsmall > :not(.uk-first-column)::before {
  left: 0.75rem;
}

/* Vertical */

/* line 317, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-xsmall.uk-grid-stack > .uk-grid-margin {
  margin-top: 1.5rem;
}

/* line 319, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-xsmall.uk-grid-stack > .uk-grid-margin::before {
  top: -0.75rem;
  left: 1.5rem;
}

/*
 * Small
 */

/* Horizontal */

/* line 329, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-small {
  margin-left: -3rem;
}

/* line 330, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-small > * {
  padding-left: 3rem;
}

/* line 332, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
  left: 1.5rem;
}

/* Vertical */

/* line 335, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 3rem;
}

/* line 337, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -1.5rem;
  left: 3rem;
}

/*
 * Medium
 */

/* Horizontal */

/* line 347, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-medium {
  margin-left: -4rem;
}

/* line 348, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-medium > * {
  padding-left: 4rem;
}

/* line 350, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
  left: 2rem;
}

/* Vertical */

/* line 353, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 4rem;
}

/* line 355, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -2rem;
  left: 4rem;
}

/*
 * Large
 */

/* Horizontal */

/* line 365, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-large {
  margin-left: -4rem;
}

/* line 366, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-large > * {
  padding-left: 4rem;
}

/* line 368, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
  left: 2rem;
}

/* Vertical */

/* line 371, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 4rem;
}

/* line 373, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -2rem;
  left: 4rem;
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* Horizontal */

  /* line 381, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-large {
    margin-left: -6rem;
  }

  /* line 382, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-large > * {
    padding-left: 6rem;
  }

  /* line 384, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
    left: 3rem;
  }

  /* Vertical */

  /* line 387, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 6rem;
  }

  /* line 389, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -3rem;
    left: 6rem;
  }
}

/*
 * XLarge
 */

/* Horizontal */

/* line 400, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-xlarge {
  margin-left: -6rem;
}

/* line 401, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-xlarge > * {
  padding-left: 6rem;
}

/* line 403, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-xlarge > :not(.uk-first-column)::before {
  left: 3rem;
}

/* Vertical */

/* line 406, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-xlarge.uk-grid-stack > .uk-grid-margin {
  margin-top: 6rem;
}

/* line 408, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-xlarge.uk-grid-stack > .uk-grid-margin::before {
  top: -3rem;
  left: 6rem;
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* Horizontal */

  /* line 416, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-xlarge {
    margin-left: -7.2rem;
  }

  /* line 417, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-xlarge > * {
    padding-left: 7.2rem;
  }

  /* line 419, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-xlarge > :not(.uk-first-column)::before {
    left: 3.6rem;
  }

  /* Vertical */

  /* line 422, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-xlarge.uk-grid-stack > .uk-grid-margin {
    margin-top: 7.2rem;
  }

  /* line 424, ../foundations-core/resources/assets/styles/components/grid.scss */

  .uk-grid-divider.uk-grid-xlarge.uk-grid-stack > .uk-grid-margin::before {
    top: -3.6rem;
    left: 7.2rem;
  }
}

/* line 432, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-collapse {
  margin-left: 0;
  /* Vertical */
}

/* line 435, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-collapse > * {
  padding-left: 0;
}

/* line 439, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-collapse > :not(.uk-first-column)::before {
  left: 0;
}

/* line 444, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-collapse.uk-grid-stack > .uk-grid-margin {
  margin-top: 0;
}

/* line 448, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-divider.uk-grid-collapse.uk-grid-stack > .uk-grid-margin::before {
  top: 0;
  left: 0;
}

/* Match child of a grid cell
 ========================================================================== */

/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */

/* line 465, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-match > *,
.uk-grid-item-match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 472, ../foundations-core/resources/assets/styles/components/grid.scss */

.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* 3 */
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */

/* line 28, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-masonry {
  display: grid;
}

/* line 29, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-inline {
  display: inline-grid;
}

/* Columns Width
 ========================================================================== */

/* line 35, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-column-xsmall {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

/* line 36, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-column-small {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/* line 37, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-column-medium {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/* line 38, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-column-large {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

/* line 39, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-column-xlarge {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}

/* line 40, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-column-xxlarge {
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
}

/* Gap
 ========================================================================== */

/* line 46, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-gap-none {
  grid-gap: 0;
}

/* line 47, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-gap-small {
  grid-gap: 1.5rem;
}

/* line 48, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-gap-medium {
  grid-gap: 2rem;
}

/* line 49, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-gap-large {
  grid-gap: 3rem;
}

/* Auto Placement
 ========================================================================== */

/* line 56, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-auto-flow-row {
  grid-auto-flow: row;
}

/* line 57, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-auto-flow-column {
  grid-auto-flow: column;
}

/* line 58, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-auto-flow-dense {
  grid-auto-flow: dense;
}

/* Item Span
 ========================================================================== */

/* line 65, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-item-span-2 {
  grid-column-start: span 2;
}

/* line 66, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-item-span-3 {
  grid-column-start: span 3;
}

/* line 67, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-item-span-4 {
  grid-column-start: span 4;
}

/* line 68, ../foundations-core/resources/assets/styles/components/grid-masonry.scss */

.uk-grid-item-span-5 {
  grid-column-start: span 5;
}

/**
 * Expose our variables to css
 */

/* line 20, ../foundations-core/resources/assets/styles/components/site-content.scss */

:root {
  --zero: 0px;
  --site-container-width: calc(91rem + (Min(3rem, Max(0.75rem, calc( 0.75rem + (36 * (100vw - 300px) / 900)))) * 2));
  --content-container-width: calc(63rem + (Min(3rem, Max(0.75rem, calc( 0.75rem + (36 * (100vw - 300px) / 900)))) * 2));
  --site-container-margin: Max(var(--zero), calc(((100vw - var(--site-container-width)) / 2)));
  --content-container-margin: Max(var(--zero), calc(((100vw - var(--content-container-width)) / 2)));
  --right-content-container-margin: Max(var(--zero), calc((var(--content-container-margin) - var(--site-container-margin)) + var(--content-container-margin)));
  --site-entry-left-width-active: 0px;
  --site-entry-right-width-active: 0px;
}

/* line 33, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container-wrapper {
  margin: 0 !important;
}

/**
 * Defaults
 */

/* line 40, ../foundations-core/resources/assets/styles/components/site-content.scss */

[class*="uk-site-container"] {
  width: 100%;
  position: relative;
  display: block;
}

/* line 46, ../foundations-core/resources/assets/styles/components/site-content.scss */

[class*="uk-site-container"][hidden] {
  display: block !important;
}

/**
 * Smooth container movements
 */

/* line 53, ../foundations-core/resources/assets/styles/components/site-content.scss */

[class*="uk-site-container"],
[class*="uk-site-container"] > * {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition-property: margin, width, left, right;
  -o-transition-property: margin, width, left, right;
  transition-property: margin, width, left, right;
}

/**
 * Correct the order of our layout.
 * Our columns are added with the center container lest, allowing the
 * center container to be provided css alignment/width styles based
 * on the sidebars.
 */

/* line 66, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 70, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container-center {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1px;
}

/* line 76, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container-right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/**
  * Vertical Spacing
  * Added spacing at the top and the bottom of the site-content container
  * (can be overridden with .uk-margin-remove-vertical)
  */

/* line 87, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container:not([class*="uk-padding"]) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 900px) {
  /* line 87, ../foundations-core/resources/assets/styles/components/site-content.scss */

  .uk-site-container:not([class*="uk-padding"]) {
    padding-top: 3.6rem;
  }
}

/* line 95, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
.uk-site-container:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
.uk-site-container:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical,
.uk-site-container:not([class*="uk-padding"]) > *:first-child.alignfull,
.uk-site-container:not([class*="uk-padding"]) > *:first-child[class*="uk-container"],
.uk-site-container:not([class*="uk-padding"]) > *:first-child.uk-section {
  margin-top: -3rem !important;
}

@media (min-width: 900px) {
  /* line 95, ../foundations-core/resources/assets/styles/components/site-content.scss */

  .uk-site-container:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
  .uk-site-container:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
  .uk-site-container:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical,
  .uk-site-container:not([class*="uk-padding"]) > *:first-child.alignfull,
  .uk-site-container:not([class*="uk-padding"]) > *:first-child[class*="uk-container"],
  .uk-site-container:not([class*="uk-padding"]) > *:first-child.uk-section {
    margin-top: -3.6rem !important;
  }
}

@media (min-width: 900px) {
  /* line 87, ../foundations-core/resources/assets/styles/components/site-content.scss */

  .uk-site-container:not([class*="uk-padding"]) {
    padding-bottom: 3.6rem;
  }
}

/* line 116, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
.uk-site-container:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
.uk-site-container:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical,
.uk-site-container:not([class*="uk-padding"]) > *:last-child.alignfull,
.uk-site-container:not([class*="uk-padding"]) > *:last-child[class*="uk-container"],
.uk-site-container:not([class*="uk-padding"]) > *:last-child.uk-section {
  margin-bottom: -3rem !important;
}

@media (min-width: 900px) {
  /* line 116, ../foundations-core/resources/assets/styles/components/site-content.scss */

  .uk-site-container:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
  .uk-site-container:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
  .uk-site-container:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical,
  .uk-site-container:not([class*="uk-padding"]) > *:last-child.alignfull,
  .uk-site-container:not([class*="uk-padding"]) > *:last-child[class*="uk-container"],
  .uk-site-container:not([class*="uk-padding"]) > *:last-child.uk-section {
    margin-bottom: -3.6rem !important;
  }
}

/* line 131, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container > *:not([class*="uk-container"]) + [class*="uk-container"],
.uk-site-container > [class*="uk-container"] + *:not([class*="uk-container"]) {
  margin-top: 3rem;
}

@media (min-width: 900px) {
  /* line 131, ../foundations-core/resources/assets/styles/components/site-content.scss */

  .uk-site-container > *:not([class*="uk-container"]) + [class*="uk-container"],
  .uk-site-container > [class*="uk-container"] + *:not([class*="uk-container"]) {
    margin-top: 3.6rem;
  }
}

/**
 * Layout Width Controls
 */

/* line 146, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container > * {
  word-wrap: break-word;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 150, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container > *::after {
  clear: none !important;
}

/* line 172, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
.uk-site-container > .aligncenter:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  margin-right: Max(var(--zero), var(--content-container-margin));
  margin-left: auto;
}

/* line 180, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container-align-right > *:not(.uk-width-1-1):not(.alignfull),
.uk-site-container > .alignright:not(.uk-width-1-1):not(.alignfull),
.uk-site-container > .alignwide {
  margin-right: Max(var(--zero), var(--site-container-margin));
}

/* line 187, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container-align-left > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
.uk-site-container > .alignleft:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  margin-right: Max(var(--zero), var(--right-content-container-margin));
}

/**
 * Entry Sidebar Controls
 */

/* line 196, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-right {
  width: Max(var(--entry-content-right-content-width), var(--entry-content-right-width));
  margin-right: calc(var(--entry-content-right-width-active) - var(--entry-content-right-width));
  right: 0;
  z-index: 7;
}

/* line 202, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-right.uk-open + [class*="uk-overlay"] {
  z-index: 6;
}

/* line 206, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-right.uk-site-container-collapse-slide.uk-open {
  right: calc(-1 * (var(--entry-content-right-width-active) - var(--entry-content-right-width)));
}

/* line 211, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-right[hidden] {
  margin-right: Min(calc(-1 * var(--entry-content-right-content-width)), calc(-1 * var(--entry-content-right-width)));
}

/* line 215, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-right > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
#entry-content-right .uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  width: var(--entry-content-right-content-width);
}

/* line 222, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
#entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container > .aligncenter:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  margin-right: Max(var(--zero), calc(var(--content-container-margin) - var(--entry-content-right-width-active)));
}

/* line 228, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container-align-right > *:not(.uk-width-1-1):not(.alignfull),
#entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container > .alignright:not(.uk-width-1-1):not(.alignfull),
#entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container > .alignwide {
  margin-right: Max(var(--zero), calc(var(--site-container-margin) - var(--entry-content-right-width-active)));
}

/* line 235, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container-align-left > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
#entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container > .alignleft:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  margin-right: Max(var(--zero), calc(var(--right-content-container-margin) - var(--entry-content-right-width-active)));
}

/**
 * Center Content Controls
 */

@media (max-width: 91rem) {
  /* line 245, ../foundations-core/resources/assets/styles/components/site-content.scss */

  [id*="-content-center"] {
    min-width: 40vw;
  }
}

/**
 * Site Sidebar Controls
 */

/* line 255, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right {
  width: var(--site-entry-right-width);
  margin-right: calc(var(--site-entry-right-width-active) - var(--site-entry-right-width));
  right: 0;
  z-index: 11;
}

/* line 261, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right.uk-open + [class*="uk-overlay"] {
  z-index: 10;
}

/* line 265, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right.uk-site-container-collapse-slide.uk-open {
  right: calc(-1 * (var(--site-entry-right-width-active) - var(--site-entry-right-width)));
}

/* line 270, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right[hidden] {
  margin-right: Min(calc(-1 * var(--site-entry-right-content-width)), calc(-1 * var(--site-entry-right-width)));
}

/* line 274, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
#site-entry-right .uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  width: var(--site-entry-right-content-width);
}

/* line 281, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right:not([hidden]) ~ #site-entry-center .uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
#site-entry-right:not([hidden]) ~ #site-entry-center .uk-site-container > .aligncenter:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  margin-right: Max(var(--zero), calc(var(--content-container-margin) - var(--site-entry-right-width-active)));
}

/* line 287, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right:not([hidden]) ~ #site-entry-center .uk-site-container-align-right > *:not(.uk-width-1-1):not(.alignfull),
#site-entry-right:not([hidden]) ~ #site-entry-center .uk-site-container > .alignright:not(.uk-width-1-1):not(.alignfull),
#site-entry-right:not([hidden]) ~ #site-entry-center .uk-site-container > .alignwide {
  margin-right: Max(var(--zero), calc(var(--site-container-margin) - var(--site-entry-right-width-active)));
}

/* line 294, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right:not([hidden]) ~ #site-entry-center .uk-site-container-align-left > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
#site-entry-right:not([hidden]) ~ #site-entry-center .uk-site-container > .alignleft:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  margin-right: Max(var(--zero), calc(var(--right-content-container-margin) - var(--site-right-width-active)));
}

/**
 * Site & Entry Sidebar Controls
 */

/* line 304, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right:not([hidden]) ~ #site-entry-center #entry-content-right {
  width: Max(var(--entry-content-right-content-width), calc(var(--entry-content-right-width) - var(--site-entry-right-width)));
}

/* line 308, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right:not([hidden]) ~ #site-entry-center #entry-content-right[hidden] {
  margin-right: Min(calc(-1 * var(--entry-content-right-content-width)), calc(-1 * (var(--entry-content-right-width) - var(--site-entry-right-width))));
}

/* line 314, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right:not([hidden]) ~ #site-entry-center #entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
#site-entry-right:not([hidden]) ~ #site-entry-center #entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container > .aligncenter:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  margin-right: Max(var(--zero), calc(var(--content-container-margin) - (var(--site-entry-right-width-active) + var(--entry-content-right-width-active))));
}

/* line 320, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right:not([hidden]) ~ #site-entry-center #entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container-align-right > *:not(.uk-width-1-1):not(.alignfull),
#site-entry-right:not([hidden]) ~ #site-entry-center #entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container > .alignright:not(.uk-width-1-1):not(.alignfull),
#site-entry-right:not([hidden]) ~ #site-entry-center #entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container > .alignwide {
  margin-right: Max(var(--zero), calc(var(--site-container-margin) - (var(--site-entry-right-width-active) + var(--entry-content-right-width-active))));
}

/* line 327, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-right:not([hidden]) ~ #site-entry-center #entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container-align-left > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide),
#site-entry-right:not([hidden]) ~ #site-entry-center #entry-content-right:not([hidden]) ~ #entry-content-center .uk-site-container > .alignleft:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  margin-right: Max(var(--zero), calc(var(--right-content-container-margin) - (var(--site-entry-right-width-active) + var(--entry-content-right-width-active))));
}

/**
 * Define left sidebar widths
 */

/* line 337, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-left {
  width: var(--site-entry-left-width);
  margin-left: calc(var(--site-entry-left-width-active) - var(--site-entry-left-width));
  left: 0;
  z-index: 9;
}

/* line 343, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-left.uk-open + [class*="uk-overlay"] {
  z-index: 8;
}

/* line 348, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-left.uk-site-container-collapse-slide.uk-open {
  left: calc(-1 * (var(--site-entry-left-width-active) - var(--site-entry-left-width)));
}

/* line 353, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-left[hidden] {
  margin-left: Min(calc(-1 * var(--site-entry-left-content-width)), calc(-1 * var(--site-entry-left-width)));
}

/* line 357, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-left .uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  margin-right: 0;
  width: var(--site-entry-left-content-width);
}

/* line 363, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-left {
  width: Max(var(--entry-content-left-content-width), var(--entry-content-left-width));
  margin-left: calc(var(--entry-content-left-width-active) - var(--entry-content-left-width));
  left: 0;
  z-index: 5;
}

/* line 369, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-left.uk-open + [class*="uk-overlay"] {
  z-index: 4;
}

/* line 373, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-left.uk-site-container-collapse-slide.uk-open {
  left: calc(-1 * (var(--entry-content-left-width-active) - var(--entry-content-left-width)));
}

/* line 378, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-left[hidden] {
  margin-left: Min(calc(-1 * var(--entry-content-left-content-width)), calc(-1 * var(--entry-content-left-width)));
}

/* line 382, ../foundations-core/resources/assets/styles/components/site-content.scss */

#entry-content-left .uk-site-container > *:not(.uk-width-1-1):not(.alignfull):not(.uk-container):not(.alignwide) {
  margin-right: 0 !important;
  width: var(--entry-content-left-content-width);
}

/* line 388, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-left:not([hidden]) ~ #site-entry-center #entry-content-left {
  width: Max(var(--entry-content-left-content-width), calc(var(--entry-content-left-width) - var(--site-entry-left-width)));
}

/* line 392, ../foundations-core/resources/assets/styles/components/site-content.scss */

#site-entry-left:not([hidden]) ~ #site-entry-center #entry-content-left[hidden] {
  margin-left: Min(calc(-1 * var(--entry-content-left-content-width)), calc(-1 * (var(--entry-content-left-width) - var(--site-entry-left-width-active))));
}

/* line 399, ../foundations-core/resources/assets/styles/components/site-content.scss */

.uk-site-container-collapse-slide:not(.uk-open) + [class*="uk-overlay"] {
  opacity: 0;
}

/* ========================================================================
   Component: Tile
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile {
  position: flow-root;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-radius: 0.375em;
  background: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-music {
  background: #882af4;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-secondarytug {
  background: #008081;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-primarytug {
  background: #42c4bc;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-secondarynewstars {
  background: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-primarynewstars {
  background: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-transparent {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-danger {
  background: #ff0e0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-warning {
  background: #ff8f0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-success {
  background: #60cf17;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-darken {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-lighten {
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-dark {
  background: #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-light {
  background: #f2f2f2;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-secondary {
  background: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-primary {
  background: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tile-default {
  background: #fff;
}

/* ========================================================================
   Component: Card
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-hover:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-6px);
       -o-transform: translateY(-6px);
          transform: translateY(-6px);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  border-radius: 0.375em;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: background 200ms ease-out, -webkit-transform 100ms ease-out, -webkit-box-shadow 100ms ease-out;
  transition: background 200ms ease-out, -webkit-transform 100ms ease-out, -webkit-box-shadow 100ms ease-out;
  -o-transition: background 200ms ease-out, box-shadow 100ms ease-out, -o-transform 100ms ease-out;
  transition: transform 100ms ease-out, background 200ms ease-out, box-shadow 100ms ease-out;
  transition: transform 100ms ease-out, background 200ms ease-out, box-shadow 100ms ease-out, -webkit-transform 100ms ease-out, -o-transform 100ms ease-out, -webkit-box-shadow 100ms ease-out;
  border: 2px solid #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-music {
  background: #882af4;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-secondarytug {
  background: #008081;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-primarytug {
  background: #42c4bc;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-secondarynewstars {
  background: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-primarynewstars {
  background: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-transparent {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-danger {
  background: #ff0e0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-warning {
  background: #ff8f0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-success {
  background: #60cf17;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-darken {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-lighten {
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-dark {
  background: #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-light {
  background: #f2f2f2;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-secondary {
  background: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-primary {
  background: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-default {
  background: #fff;
}

/* Media
 ========================================================================== */

/**
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */

/* line 80, ../foundations-core/resources/assets/styles/components/card.scss */

[class*='uk-card-media'] {
  overflow: hidden;
}

/* line 85, ../foundations-core/resources/assets/styles/components/card.scss */

.uk-card-media-cover {
  padding-top: 60%;
}

/* line 89, ../foundations-core/resources/assets/styles/components/card.scss */

.uk-card-media-right,
.uk-card-media-bottom {
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
}

/* line 95, ../foundations-core/resources/assets/styles/components/card.scss */

.uk-card-media-left {
  border-top-left-radius: 0.375em;
  border-bottom-left-radius: 0.375em;
}

/* line 100, ../foundations-core/resources/assets/styles/components/card.scss */

.uk-card-media-right {
  border-top-right-radius: 0.375em;
  border-bottom-right-radius: 0.375em;
}

/* line 105, ../foundations-core/resources/assets/styles/components/card.scss */

.uk-card-media-top,
.uk-grid-stack > .uk-card-media-left {
  border-radius: 0;
  border-top-left-radius: 0.375em;
  border-top-right-radius: 0.375em;
}

/* line 112, ../foundations-core/resources/assets/styles/components/card.scss */

.uk-card-media-bottom,
.uk-grid-stack > .uk-card-media-right {
  border-radius: 0;
  border-bottom-left-radius: 0.375em;
  border-bottom-right-radius: 0.375em;
}

/* Title
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-title {
  font-size: 1.17188rem;
}

/* Badge
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-card-badge {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 2rem;
}

/**
 * Remove margin from adjacent element
 */

/* line 138, ../foundations-core/resources/assets/styles/components/card.scss */

.uk-card-badge:first-child + * {
  margin-top: 0;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-image-hover:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-image {
  border-radius: 0.375em;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */

/* line 21, ../foundations-core/resources/assets/styles/components/spinner.scss */

.uk-spinner {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  position: relative;
  text-indent: -9999em;
  border-top: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-right: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-left: 0.25rem solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.4s infinite linear;
  -o-animation: load8 1.4s infinite linear;
     animation: load8 1.4s infinite linear;
}

/* line 37, ../foundations-core/resources/assets/styles/components/spinner.scss */

.uk-spinner,
.uk-spinner:after {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@-o-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

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

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

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

/* ========================================================================
   Component: Totop
 ========================================================================== */

/*
 * Addopts `uk-icon`
 */

/* line 28, ../foundations-core/resources/assets/styles/components/totop.scss */

.uk-totop {
  padding: 5px;
  color: rgba(0, 0, 0, 0.7);
}

/* Hover + Focus */

/* line 35, ../foundations-core/resources/assets/styles/components/totop.scss */

.uk-totop:hover,
.uk-totop:focus {
  color: #000;
  outline: none;
}

/* OnClick */

/* line 43, ../foundations-core/resources/assets/styles/components/totop.scss */

.uk-totop:active {
  color: black;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */

/*
 * Addopts `uk-icon`
 */

/* line 27, ../foundations-core/resources/assets/styles/components/marker.scss */

.uk-marker {
  padding: 5px;
  background: #474747;
  color: #fff;
}

/* Hover + Focus */

/* line 35, ../foundations-core/resources/assets/styles/components/marker.scss */

.uk-marker:hover,
.uk-marker:focus {
  color: #fff;
  outline: none;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert a.uk-alert:hover,
a > .uk-alert:hover {
  -webkit-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert {
  -webkit-transition: -webkit-transform ease-out 0.1s;
  transition: -webkit-transform ease-out 0.1s;
  -o-transition: -o-transform ease-out 0.1s;
  transition: transform ease-out 0.1s;
  transition: transform ease-out 0.1s, -webkit-transform ease-out 0.1s, -o-transform ease-out 0.1s;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert {
  position: relative;
  display: block;
  margin: 1.5rem 0;
  border: #030303 2px solid;
  border-radius: 0.375em;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background: #fff;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-music {
  background: #882af4;
  border-color: rgba(86, 9, 175, 0.9);
  border-color: rgba(86, 9, 175, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-secondarytug {
  background: #008081;
  border-color: rgba(0, 27, 27, 0.9);
  border-color: rgba(0, 27, 27, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-primarytug {
  background: #42c4bc;
  border-color: rgba(38, 122, 117, 0.9);
  border-color: rgba(38, 122, 117, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-secondarynewstars {
  background: #474747;
  border-color: rgba(20, 20, 20, 0.9);
  border-color: rgba(20, 20, 20, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-primarynewstars {
  background: #ffd900;
  border-color: rgba(153, 130, 0, 0.9);
  border-color: rgba(153, 130, 0, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-transparent {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  border-color: rgba(204, 204, 204, 0.9);
  border-color: rgba(204, 204, 204, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-danger {
  background: #ff0e0e;
  border-color: rgba(167, 0, 0, 0.9);
  border-color: rgba(167, 0, 0, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-warning {
  background: #ff8f0e;
  border-color: rgba(167, 89, 0, 0.9);
  border-color: rgba(167, 89, 0, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-success {
  background: #60cf17;
  border-color: rgba(53, 115, 13, 0.9);
  border-color: rgba(53, 115, 13, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-darken {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-lighten {
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(204, 204, 204, 0.9);
  border-color: rgba(204, 204, 204, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-dark {
  background: #030303;
  border-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-light {
  background: #f2f2f2;
  border-color: rgba(191, 191, 191, 0.9);
  border-color: rgba(191, 191, 191, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-secondary {
  background: #474747;
  border-color: rgba(20, 20, 20, 0.9);
  border-color: rgba(20, 20, 20, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-primary {
  background: #ffd900;
  border-color: rgba(153, 130, 0, 0.9);
  border-color: rgba(153, 130, 0, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-alert-default {
  background: #fff;
  border-color: rgba(204, 204, 204, 0.9);
  border-color: rgba(204, 204, 204, 0.9);
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */

/* line 52, ../foundations-core/resources/assets/styles/components/alert.scss */

.uk-alert-close {
  position: absolute;
  top: 1.8125rem;
  right: 1.5rem;
}

/*
 * Remove margin from adjacent element
 */

/* line 62, ../foundations-core/resources/assets/styles/components/alert.scss */

.uk-alert-close:first-child + * {
  margin-top: 0;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */

/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 999px;
  vertical-align: middle;
  font-size: 0.625em;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-music {
  background: #882af4;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-secondarytug {
  background: #008081;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-primarytug {
  background: #42c4bc;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-secondarynewstars {
  background: #474747;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-primarynewstars {
  background: #ffd900;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-transparent {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-danger {
  background: #ff0e0e;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-warning {
  background: #ff8f0e;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-success {
  background: #60cf17;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-darken {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-lighten {
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-dark {
  background: #030303;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-light {
  background: #f2f2f2;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-secondary {
  background: #474747;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-primary {
  background: #ffd900;
  color: #000;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-badge-default {
  background: #fff;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

a.uk-badge:hover:hover,
a.uk-badge:hover:focus,
a.uk-badge:focus:hover,
a.uk-badge:focus:focus,
.uk-badge.uk-badge-hover:hover:hover,
.uk-badge.uk-badge-hover:hover:focus,
.uk-badge.uk-badge-hover:focus:hover,
.uk-badge.uk-badge-hover:focus:focus {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-6px);
       -o-transform: translateY(-6px);
          transform: translateY(-6px);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

a.uk-badge:hover,
a.uk-badge:focus,
.uk-badge.uk-badge-hover:hover,
.uk-badge.uk-badge-hover:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: background 200ms ease-out, -webkit-transform 100ms ease-out, -webkit-box-shadow 100ms ease-out;
  transition: background 200ms ease-out, -webkit-transform 100ms ease-out, -webkit-box-shadow 100ms ease-out;
  -o-transition: background 200ms ease-out, box-shadow 100ms ease-out, -o-transform 100ms ease-out;
  transition: transform 100ms ease-out, background 200ms ease-out, box-shadow 100ms ease-out;
  transition: transform 100ms ease-out, background 200ms ease-out, box-shadow 100ms ease-out, -webkit-transform 100ms ease-out, -o-transform 100ms ease-out, -webkit-box-shadow 100ms ease-out;
}

/* ========================================================================
   Component: Label
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.375em 0.625em;
  background: #fff;
  line-height: 1.2;
  font-size: 0.75rem;
  border-radius: 0.1875em;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-music {
  background: #882af4;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-secondarytug {
  background: #008081;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-primarytug {
  background: #42c4bc;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-secondarynewstars {
  background: #474747;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-primarynewstars {
  background: #ffd900;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-transparent {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-danger {
  background: #ff0e0e;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-warning {
  background: #ff8f0e;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-success {
  background: #60cf17;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-darken {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-lighten {
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-dark {
  background: #030303;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-light {
  background: #f2f2f2;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-secondary {
  background: #474747;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-primary {
  background: #ffd900;
  color: white;
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label-default {
  background: #fff;
  color: black;
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label.uk-label-hover:hover:hover,
.uk-label.uk-label-hover:hover:focus {
  -webkit-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-label.uk-label-hover:hover {
  -webkit-transition: -webkit-transform ease-out 0.1s;
  transition: -webkit-transform ease-out 0.1s;
  -o-transition: -o-transform ease-out 0.1s;
  transition: transform ease-out 0.1s;
  transition: transform ease-out 0.1s, -webkit-transform ease-out 0.1s, -o-transform ease-out 0.1s;
}

/* line 8, ../foundations-core/resources/assets/styles/components/lazy-loader.scss */

.uk-lazy-loader {
  position: relative;
  overflow: hidden;
}

/* line 12, ../foundations-core/resources/assets/styles/components/lazy-loader.scss */

.uk-lazy-loader > .uk-lazy-loader-content {
  -webkit-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}

/* line 9, ../foundations-core/resources/assets/styles/components/loader.scss */

.uk-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  /**
  * Activation Classes
  */
}

/* line 21, ../foundations-core/resources/assets/styles/components/loader.scss */

.acf-form:not(.is-valid) .uk-loader {
  opacity: 0;
  pointer-events: none;
}

/* line 27, ../foundations-core/resources/assets/styles/components/loader.scss */

.acf-form.is-valid .uk-loader {
  opacity: 1;
  pointer-events: inherit;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay {
  padding: 2rem;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-music {
  background: rgba(136, 42, 244, 0.7);
  background: rgba(136, 42, 244, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-secondarytug {
  background: rgba(0, 128, 129, 0.7);
  background: rgba(0, 128, 129, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-primarytug {
  background: rgba(66, 196, 188, 0.7);
  background: rgba(66, 196, 188, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-secondarynewstars {
  background: rgba(71, 71, 71, 0.7);
  background: rgba(71, 71, 71, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-primarynewstars {
  background: rgba(255, 217, 0, 0.7);
  background: rgba(255, 217, 0, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-transparent {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-danger {
  background: rgba(255, 14, 14, 0.7);
  background: rgba(255, 14, 14, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-warning {
  background: rgba(255, 143, 14, 0.7);
  background: rgba(255, 143, 14, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-success {
  background: rgba(96, 207, 23, 0.7);
  background: rgba(96, 207, 23, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-darken {
  background: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-lighten {
  background: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-dark {
  background: rgba(3, 3, 3, 0.7);
  background: rgba(3, 3, 3, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-light {
  background: rgba(242, 242, 242, 0.7);
  background: rgba(242, 242, 242, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-secondary {
  background: rgba(71, 71, 71, 0.7);
  background: rgba(71, 71, 71, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-primary {
  background: rgba(255, 217, 0, 0.7);
  background: rgba(255, 217, 0, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-overlay-default {
  background: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.7);
}

/* line 34, ../foundations-core/resources/assets/styles/components/overlay.scss */

.uk-overlay.uk-position-cover {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

/* ========================================================================
   Component: Article
 ========================================================================== */

/* line 81, ../foundations-core/resources/assets/styles/components/article.scss */

.uk-article-content {
  /**
     * Body Copy text styles
     * These differ from the default base styles in that they are more stylised
     * specifically for body copy and text readability.
     */
  /* Headings
    ========================================================================== */
  /**
     * Fix the styles of gravity forms within the content
     * Here we assume that if a class is not defined then
     * this is a standard list.
     */
  /**
     * Remove white space from the first and last paragraphs in containers.
     * This helps to ensure text spacing doesn't impact container spacing.
     * @note This done after our styles above to help with cascading styles.
     */
}

/* line 83, ../foundations-core/resources/assets/styles/components/article.scss */

.uk-article-content > * {
  margin-bottom: 1.73438rem;
  /**
         * Remove any empty content elements
         * (This is also done in js, for extra thoroughness)
         */
}

/* line 90, ../foundations-core/resources/assets/styles/components/article.scss */

.uk-article-content > *:not(hr):not(iframe):not(.wp-block-spacer):not(.uk-empty):empty {
  display: none;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-article.uk-light .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-light.ld-tab-content .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-article.uk-light .uk-dark .uk-light .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-light.ld-tab-content .uk-dark .uk-light .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-article .uk-light .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.ld-tab-content .uk-light .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-article .uk-light .uk-dark .uk-light .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.ld-tab-content .uk-light .uk-dark .uk-light .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-article.uk-light .uk-article-content > ol:not([class]),
.uk-light.ld-tab-content .uk-article-content > ol:not([class]),
.uk-article.uk-light .uk-dark .uk-light .uk-article-content > ol:not([class]),
.uk-light.ld-tab-content .uk-dark .uk-light .uk-article-content > ol:not([class]),
.uk-article .uk-light .uk-article-content > ol:not([class]),
.ld-tab-content .uk-light .uk-article-content > ol:not([class]),
.uk-article .uk-light .uk-dark .uk-light .uk-article-content > ol:not([class]),
.ld-tab-content .uk-light .uk-dark .uk-light .uk-article-content > ol:not([class]),
.uk-article.uk-light .uk-article-content > ul:not([class]),
.uk-light.ld-tab-content .uk-article-content > ul:not([class]),
.uk-article.uk-light .uk-dark .uk-light .uk-article-content > ul:not([class]),
.uk-light.ld-tab-content .uk-dark .uk-light .uk-article-content > ul:not([class]),
.uk-article .uk-light .uk-article-content > ul:not([class]),
.ld-tab-content .uk-light .uk-article-content > ul:not([class]),
.uk-article .uk-light .uk-dark .uk-light .uk-article-content > ul:not([class]),
.ld-tab-content .uk-light .uk-dark .uk-light .uk-article-content > ul:not([class]) {
  color: rgba(255, 255, 255, 0.85);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-article.uk-dark .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-dark.ld-tab-content .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-article.uk-dark .uk-light .uk-dark .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-dark.ld-tab-content .uk-light .uk-dark .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-article .uk-dark .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.ld-tab-content .uk-dark .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-article .uk-dark .uk-light .uk-dark .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.ld-tab-content .uk-dark .uk-light .uk-dark .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-article.uk-dark .uk-article-content > ol:not([class]),
.uk-dark.ld-tab-content .uk-article-content > ol:not([class]),
.uk-article.uk-dark .uk-light .uk-dark .uk-article-content > ol:not([class]),
.uk-dark.ld-tab-content .uk-light .uk-dark .uk-article-content > ol:not([class]),
.uk-article .uk-dark .uk-article-content > ol:not([class]),
.ld-tab-content .uk-dark .uk-article-content > ol:not([class]),
.uk-article .uk-dark .uk-light .uk-dark .uk-article-content > ol:not([class]),
.ld-tab-content .uk-dark .uk-light .uk-dark .uk-article-content > ol:not([class]),
.uk-article.uk-dark .uk-article-content > ul:not([class]),
.uk-dark.ld-tab-content .uk-article-content > ul:not([class]),
.uk-article.uk-dark .uk-light .uk-dark .uk-article-content > ul:not([class]),
.uk-dark.ld-tab-content .uk-light .uk-dark .uk-article-content > ul:not([class]),
.uk-article .uk-dark .uk-article-content > ul:not([class]),
.ld-tab-content .uk-dark .uk-article-content > ul:not([class]),
.uk-article .uk-dark .uk-light .uk-dark .uk-article-content > ul:not([class]),
.ld-tab-content .uk-dark .uk-light .uk-dark .uk-article-content > ul:not([class]) {
  color: #000;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-article .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.ld-tab-content .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]),
.uk-article .uk-article-content > ol:not([class]),
.ld-tab-content .uk-article-content > ol:not([class]),
.uk-article .uk-article-content > ul:not([class]),
.ld-tab-content .uk-article-content > ul:not([class]) {
  font-size: 1.0625em;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-article .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]):hover,
.ld-tab-content .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]):hover,
.uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]):focus,
.uk-article .uk-article-content > ol:not([class]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]):hover,
.ld-tab-content .uk-article-content > ol:not([class]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]):hover,
.uk-article-content > ol:not([class]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]):focus,
.uk-article .uk-article-content > ul:not([class]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]):hover,
.ld-tab-content .uk-article-content > ul:not([class]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]):hover,
.uk-article-content > ul:not([class]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]):focus {
  -webkit-box-shadow: 0 0.05em 0 0 rgba(255, 217, 0, 0.9), inset 0 -0.5em 0 0 rgba(255, 217, 0, 0.9);
          box-shadow: 0 0.05em 0 0 rgba(255, 217, 0, 0.9), inset 0 -0.5em 0 0 rgba(255, 217, 0, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-article .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]),
.ld-tab-content .uk-article-content > p:not([class*="uk-text"]):not([class*="is-style-text"]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]),
.uk-article .uk-article-content > ol:not([class]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]),
.ld-tab-content .uk-article-content > ol:not([class]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]),
.uk-article .uk-article-content > ul:not([class]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]),
.ld-tab-content .uk-article-content > ul:not([class]) a:not([class*="button"]):not([class*="position"]):not([class*="uk-text-label"]) {
  position: relative;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 217, 0, 0.7), inset 0 -2px 0 0 rgba(255, 217, 0, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 217, 0, 0.7), inset 0 -2px 0 0 rgba(255, 217, 0, 0.7);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-article .uk-article-content > h1,
.ld-tab-content .uk-article-content > h1,
.uk-article .uk-article-content > .h1,
.ld-tab-content .uk-article-content > .h1,
.uk-article .uk-article-content > h2,
.ld-tab-content .uk-article-content > h2,
.uk-article .uk-article-content > .h2,
.ld-tab-content .uk-article-content > .h2,
.uk-article .uk-article-content > h3,
.ld-tab-content .uk-article-content > h3,
.uk-article .uk-article-content > .h3,
.ld-tab-content .uk-article-content > .h3,
.uk-article .uk-article-content > h4,
.ld-tab-content .uk-article-content > h4,
.uk-article .uk-article-content > .h4,
.ld-tab-content .uk-article-content > .h4,
.uk-article .uk-article-content > h5,
.ld-tab-content .uk-article-content > h5,
.uk-article .uk-article-content > .h5,
.ld-tab-content .uk-article-content > .h5,
.uk-article .uk-article-content > h6,
.ld-tab-content .uk-article-content > h6,
.uk-article .uk-article-content > .h6,
.ld-tab-content .uk-article-content > .h6 {
  margin-top: 2rem;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-article .uk-article-content > h1,
.ld-tab-content .uk-article-content > h1 {
  margin-top: 1em;
}

/* line 184, ../foundations-core/resources/assets/styles/components/article.scss */

.uk-article .uk-article-content > *:first-child,
.ld-tab-content .uk-article-content > *:first-child,
.uk-article-content > *:first-child {
  margin-top: 0;
}

/* line 188, ../foundations-core/resources/assets/styles/components/article.scss */

.uk-article .uk-article-content > *:last-child,
.ld-tab-content .uk-article-content > *:last-child,
.uk-article-content > *:last-child {
  margin-bottom: 0;
}

/* Meta
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-article-meta {
  font-size: -1.0625rem;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */

/* Sections
 ========================================================================== */

/* line 47, ../foundations-core/resources/assets/styles/components/comment.scss */

.uk-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 53, ../foundations-core/resources/assets/styles/components/comment.scss */

.uk-comment-header {
  margin-bottom: 2rem;
}

/*
 * Remove margin from the last-child
 */

/* line 62, ../foundations-core/resources/assets/styles/components/comment.scss */

.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */

/* line 69, ../foundations-core/resources/assets/styles/components/comment.scss */

.uk-comment-title {
  font-size: 0.9375rem;
  line-height: 1.4;
}

/* Meta
 ========================================================================== */

/* line 79, ../foundations-core/resources/assets/styles/components/comment.scss */

.uk-comment-meta {
  font-size: 0.82031rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.7);
}

/* Avatar
 ========================================================================== */

/* List
 ========================================================================== */

/* line 98, ../foundations-core/resources/assets/styles/components/comment.scss */

.uk-comment-list {
  padding: 0;
  list-style: none;
}

/* Adjacent siblings */

/* line 104, ../foundations-core/resources/assets/styles/components/comment.scss */

.uk-comment-list > :nth-child(n+2) {
  margin-top: 3rem;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */

/* line 114, ../foundations-core/resources/assets/styles/components/comment.scss */

.uk-comment-list .uk-comment ~ ul {
  margin: 3rem 0 0 0;
  padding-left: 30px;
  list-style: none;
}

/* Tablet and bigger */

@media (min-width: 600px) {
  /* line 124, ../foundations-core/resources/assets/styles/components/comment.scss */

  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}

/* Adjacent siblings */

/* line 129, ../foundations-core/resources/assets/styles/components/comment.scss */

.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 3rem;
}

/* Style modifier
 ========================================================================== */

/* line 29, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  /**
   * Added spacing at the top and the bottom of the site-content container
   * (can be overridden with .uk-margin-remove-vertical)
   */
  /**
   * Added spacing at the top and the bottom of the site-content container
   * (can be overridden with .uk-margin-remove-vertical)
   */
  /**
   * Added spacing at the top and the bottom of the site-content container
   * (can be overridden with .uk-margin-remove-vertical)
   */
  /**
   * Added spacing at the top and the bottom of the site-content container
   * (can be overridden with .uk-margin-remove-vertical)
   */
  /**
   * Added spacing at the top and the bottom of the site-content container
   * (can be overridden with .uk-margin-remove-vertical)
   */
  /**
   * Prevent Collapsing Margins from breaking from #component
   */
}

/* line 39, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
  word-wrap: break-word;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 900px) {
  /* line 39, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

/* line 53, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"])::after {
  clear: none !important;
}

/* line 57, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]):last-child {
  margin-bottom: 0 !important;
}

/* line 62, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-xsmall > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
  margin-bottom: 0.375rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

@media (min-width: 900px) {
  /* line 62, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-xsmall > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* line 73, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-small > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
  margin-bottom: 0.75rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

@media (min-width: 900px) {
  /* line 73, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-small > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* line 84, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-large > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
  margin-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 900px) {
  /* line 84, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-large > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}

/* line 95, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-xlarge > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
  margin-bottom: 3rem;
  padding-left: 3.9rem;
  padding-right: 3.9rem;
}

@media (min-width: 1200px) {
  /* line 95, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-xlarge > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
    padding-left: 4.68rem;
    padding-right: 4.68rem;
  }
}

/* line 106, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-collapse > *:not([class*="uk-component-collapse"]):not([class*="uk-padding-remove"]):not([class*="uk-margin-remove"]) {
  padding-left: 0;
  padding-right: 0;
}

/* line 116, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component:not([class*="uk-padding"]) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 900px) {
  /* line 116, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component:not([class*="uk-padding"]) {
    padding-top: 2.4rem;
  }
}

/* line 124, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
.uk-component:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
.uk-component:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical {
  margin-top: -2rem !important;
}

@media (min-width: 900px) {
  /* line 124, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
  .uk-component:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
  .uk-component:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical {
    margin-top: -2.4rem !important;
  }
}

@media (min-width: 900px) {
  /* line 116, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component:not([class*="uk-padding"]) {
    padding-bottom: 2.4rem;
  }
}

/* line 142, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
.uk-component:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
.uk-component:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical {
  margin-bottom: -2rem !important;
}

@media (min-width: 900px) {
  /* line 142, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
  .uk-component:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
  .uk-component:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical {
    margin-bottom: -2.4rem !important;
  }
}

/* line 159, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-xsmall:not([class*="uk-padding"]) {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

@media (min-width: 900px) {
  /* line 159, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-xsmall:not([class*="uk-padding"]) {
    padding-top: 0.75rem;
  }
}

/* line 167, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
.uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
.uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical {
  margin-top: -0.6rem !important;
}

@media (min-width: 900px) {
  /* line 167, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
  .uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
  .uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical {
    margin-top: -0.75rem !important;
  }
}

@media (min-width: 900px) {
  /* line 159, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-xsmall:not([class*="uk-padding"]) {
    padding-bottom: 0.75rem;
  }
}

/* line 185, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
.uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
.uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical {
  margin-bottom: -0.6rem !important;
}

@media (min-width: 900px) {
  /* line 185, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
  .uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
  .uk-component.uk-component-xsmall:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical {
    margin-bottom: -0.75rem !important;
  }
}

/* line 203, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-small:not([class*="uk-padding"]) {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

@media (min-width: 900px) {
  /* line 203, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-small:not([class*="uk-padding"]) {
    padding-top: 1.5rem;
  }
}

/* line 211, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-small:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
.uk-component.uk-component-small:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
.uk-component.uk-component-small:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical {
  margin-top: -1.2rem !important;
}

@media (min-width: 900px) {
  /* line 211, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-small:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
  .uk-component.uk-component-small:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
  .uk-component.uk-component-small:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical {
    margin-top: -1.5rem !important;
  }
}

@media (min-width: 900px) {
  /* line 203, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-small:not([class*="uk-padding"]) {
    padding-bottom: 1.5rem;
  }
}

/* line 229, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-small:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
.uk-component.uk-component-small:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
.uk-component.uk-component-small:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical {
  margin-bottom: -1.2rem !important;
}

@media (min-width: 900px) {
  /* line 229, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-small:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
  .uk-component.uk-component-small:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
  .uk-component.uk-component-small:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical {
    margin-bottom: -1.5rem !important;
  }
}

/* line 247, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-large:not([class*="uk-padding"]) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 900px) {
  /* line 247, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-large:not([class*="uk-padding"]) {
    padding-top: 3.6rem;
  }
}

/* line 255, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-large:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
.uk-component.uk-component-large:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
.uk-component.uk-component-large:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical {
  margin-top: -3rem !important;
}

@media (min-width: 900px) {
  /* line 255, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-large:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
  .uk-component.uk-component-large:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
  .uk-component.uk-component-large:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical {
    margin-top: -3.6rem !important;
  }
}

@media (min-width: 900px) {
  /* line 247, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-large:not([class*="uk-padding"]) {
    padding-bottom: 3.6rem;
  }
}

/* line 273, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-large:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
.uk-component.uk-component-large:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
.uk-component.uk-component-large:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical {
  margin-bottom: -3rem !important;
}

@media (min-width: 900px) {
  /* line 273, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-large:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
  .uk-component.uk-component-large:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
  .uk-component.uk-component-large:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical {
    margin-bottom: -3.6rem !important;
  }
}

/* line 291, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-xlarge:not([class*="uk-padding"]) {
  padding-top: 3.9rem;
  padding-bottom: 3.9rem;
}

@media (min-width: 900px) {
  /* line 291, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-xlarge:not([class*="uk-padding"]) {
    padding-top: 4.68rem;
  }
}

/* line 299, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
.uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
.uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical {
  margin-top: -3.9rem !important;
}

@media (min-width: 900px) {
  /* line 299, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:first-child.uk-margin-remove,
  .uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-top,
  .uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:first-child.uk-margin-remove-vertical {
    margin-top: -4.68rem !important;
  }
}

@media (min-width: 900px) {
  /* line 291, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-xlarge:not([class*="uk-padding"]) {
    padding-bottom: 4.68rem;
  }
}

/* line 317, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
.uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
.uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical {
  margin-bottom: -3.9rem !important;
}

@media (min-width: 900px) {
  /* line 317, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:last-child.uk-margin-remove,
  .uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-bottom,
  .uk-component.uk-component-xlarge:not([class*="uk-padding"]) > *:last-child.uk-margin-remove-vertical {
    margin-bottom: -4.68rem !important;
  }
}

/* line 333, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component::before,
.uk-component::after {
  content: ' ';
  display: table;
}

/**
 * Component Media Alignment
 */

/* line 344, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component-media img:not(.uk-cover) {
  width: auto;
  max-height: 100%;
}

/**
 * Component Media Ordering
 */

/* line 353, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component-media-bottom {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 357, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-component-media-right {
  /* Phone landscape and bigger */
  /* Tablet landscape and bigger */
  /* Desktop and bigger */
  /* Large screen and bigger */
}

@media (min-width: 300px) {
  /* line 360, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component-media-right[class*="@s"],
  .uk-component-media-right[class*="^s"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 600px) {
  /* line 367, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component-media-right[class*="@m"],
  .uk-component-media-right[class*="^m"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 900px) {
  /* line 374, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component-media-right[class*="@l"],
  .uk-component-media-right[class*="^l"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1200px) {
  /* line 381, ../foundations-core/resources/assets/styles/components/component.scss */

  .uk-component-media-right[class*="@xl"],
  .uk-component-media-right[class*="^xl"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 390, ../foundations-core/resources/assets/styles/components/component.scss */

.uk-grid:not([class*="uk-grid-stack"]) > .uk-component-media + div > .uk-component-collapse {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ========================================================================
   Component: Search
 ========================================================================== */

/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */

/* line 63, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

/* Input
 ========================================================================== */

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */

/* line 82, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */

/* line 89, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-input::-moz-placeholder {
  opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */

/* line 103, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-input {
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #000;
}

/* line 126, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-input:focus {
  outline: none;
}

/* Placeholder */

/* line 129, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 130, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.uk-search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.uk-search-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.uk-search-input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */

/*
 * Remove default focus style
 */

/* line 140, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-icon:focus {
  outline: none;
}

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */

/* line 149, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 3 */
  color: rgba(0, 0, 0, 0.7);
}

/*
 * Required for `a`.
 */

/* line 167, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search .uk-search-icon:hover {
  color: rgba(0, 0, 0, 0.7);
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */

/* line 173, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */

/* line 179, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */

/* line 188, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-default {
  width: 180px;
}

/*
 * Input
 */

/* line 194, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-default .uk-search-input {
  height: 2.75rem;
  padding-left: 6px;
  padding-right: 6px;
  background: #f2f2f2;
}

/* Focus */

/* line 203, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-default .uk-search-input:focus {
  background-color: #f2f2f2;
}

/*
 * Icon
 */

/* line 212, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-default .uk-search-icon {
  width: 2.75rem;
}

/* line 214, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 2.75rem;
}

/* line 215, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 2.75rem;
}

/* Navbar modifier
 ========================================================================== */

/* line 221, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-navbar {
  width: 400px;
}

/*
 * Input
 */

/* line 227, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.17188rem;
}

/*
 * Icon
 */

/* line 238, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-navbar .uk-search-icon {
  width: 40px;
}

/* line 240, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

/* line 241, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */

/* line 247, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-large {
  width: 500px;
}

/*
 * Input
 */

/* line 253, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 1.875rem;
}

/*
 * Icon
 */

/* line 264, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-large .uk-search-icon {
  width: 80px;
}

/* line 266, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}

/* line 267, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */

/* line 273, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-toggle {
  color: rgba(0, 0, 0, 0.7);
}

/* Hover + Focus */

/* line 279, ../foundations-core/resources/assets/styles/components/search.scss */

.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #000;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */

/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */

/* 1 */

/* line 130, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav,
.uk-nav ul {
  list-style: none;
}

/* line 134, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav:not(.uk-nav),
.uk-nav ul:not(.uk-nav) {
  margin: 0;
  padding: 0;
}

/* line 139, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav .uk-nav-item {
  position: relative;
}

/* 2 */

/* line 144, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav .uk-nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: middle;
      align-content: middle;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
}

/* 3 */

/* line 152, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav .uk-nav-item > a:focus {
  outline: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */

/* line 161, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav > .uk-nav-item > a {
  padding: 0.5em 0;
}

/* Divider
 ========================================================================== */

/* line 169, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav-divider {
  margin: 0.5em 0;
}

/* Default modifier
 ========================================================================== */

/* line 177, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav {
  /**
    * Items
    */
  /**
  * Divider
  */
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav > .uk-nav-item.uk-active > a .uk-nav-item-label {
  font-weight: bold;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-light .uk-nav > .uk-nav-item > a .uk-nav-item-label,
.uk-light .uk-dark .uk-light .uk-nav > .uk-nav-item > a .uk-nav-item-label {
  color: white;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav > .uk-nav-item > a .uk-nav-item-label,
.uk-light .uk-dark .uk-nav > .uk-nav-item > a .uk-nav-item-label {
  color: black;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav > .uk-nav-item > a .uk-nav-item-label {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav > .uk-nav-item:hover > .uk-nav-item-description,
.uk-nav > .uk-nav-item:hover > .uk-nav-sub > .uk-nav-item-description {
  opacity: 9;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav > .uk-nav-item.uk-active > .uk-nav-item-description,
.uk-nav > .uk-nav-item.uk-active > .uk-nav-sub > .uk-nav-item-description {
  opacity: 9;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav > .uk-nav-item > .uk-nav-item-description,
.uk-nav > .uk-nav-item > .uk-nav-sub > .uk-nav-item-description {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.8125rem;
  opacity: 0.7;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav .uk-nav-divider {
  border: #030303 2px solid;
}

/**
 * Normal modifier
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav:not(.uk-nav-primary):not(.uk-nav-secondary) > .uk-nav-item > a .uk-nav-item-label {
  font-size: 0.8125rem;
}

/**
 * Primary modifier
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav-primary > .uk-nav-item > a .uk-nav-item-label {
  font-size: 1.0625rem;
  font-family: Enriq, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav-primary.uk-navbar-nav > .uk-nav-item > a .uk-nav-item-label {
  font-size: 0.9375rem;
}

/**
 * Secondary modifier
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav-secondary > .uk-nav-item > a:hover .uk-nav-item-label {
  opacity: 1;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav-secondary > .uk-nav-item.uk-active > a .uk-nav-item-label {
  opacity: 1;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-nav-secondary > .uk-nav-item > a .uk-nav-item-label {
  font-size: 0.8125rem;
  opacity: 0.7;
  font-family: Enriq, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Alignment modifier
 ========================================================================== */

/* line 318, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav-center {
  text-align: center;
}

/* line 323, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav > .uk-nav-item > a .uk-icon {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 327, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav > .uk-nav-item > a .uk-direct-link-icon {
  position: relative;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 332, ../foundations-core/resources/assets/styles/components/nav.scss */

.uk-nav > .uk-nav-item > a:hover .uk-direct-link-icon {
  -webkit-transform: translateX(8px);
       -o-transform: translateX(8px);
          transform: translateX(8px);
  opacity: 1;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */

/*
 * 1. Create position context to center navbar group
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 42px;
}

/* line 82, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar .uk-navbar-left {
  padding-left: 0;
}

/* line 86, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar .uk-navbar-right {
  padding-right: 0;
}

/* Groups
 ========================================================================== */

/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */

/* line 99, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-right > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */

/* line 119, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-right {
  margin-left: auto;
}

/* line 121, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}

/* line 128, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 2 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */
  z-index: 990;
}

/* 4 */

/* line 141, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0;
}

/* line 147, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-center-left {
  right: 100%;
}

/* line 148, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-center-right {
  left: 100%;
}

/* line 150, ../foundations-core/resources/assets/styles/components/navbar.scss */

[class*='uk-navbar-center-'] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Nav
 ========================================================================== */

/*
 * 1. Reset list
 */

/* line 163, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1500px) {
  /* line 175, ../foundations-core/resources/assets/styles/components/navbar.scss */

  .uk-navbar-nav.uk-nav-dynamic {
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }
}

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */

/* line 189, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-navbar-nav > .uk-nav-item > a,
.uk-navbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  height: 100%;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-navbar-nav > .uk-nav-item > a > .uk-nav-item-label,
.uk-navbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

/**
 * Navbar Left and Right Offsets
 */

/* line 215, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-left > .uk-navbar-nav:first-child > li:first-child > a,
.uk-navbar-left > .uk-navbar-item:first-child,
.uk-navbar-left > :first-child .uk-navbar-item:first-child {
  margin-left: -null;
}

/* line 223, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar-right > .uk-navbar-nav:last-child > li:last-child > a,
.uk-navbar-right > .uk-navbar-item:last-child,
.uk-navbar-right > :last-child .uk-navbar-item:last-child {
  margin-right: -null;
}

/**
 * Animate our site-header spacer. This helps to smooth out any load jumping.
 */

/* line 233, ../foundations-core/resources/assets/styles/components/navbar.scss */

.site-header-spacer {
  -webkit-transition: height ease-in-out 300ms;
  -o-transition: height ease-in-out 300ms;
  transition: height ease-in-out 300ms;
}

/**
 * Force navbar buttons to not wrap
 */

/* line 240, ../foundations-core/resources/assets/styles/components/navbar.scss */

.uk-navbar .wp-block-buttons {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 3, ../foundations-core/resources/assets/styles/components/navbar-logo.scss */

.uk-logo > a {
  padding: 8px 0;
}

/**
 * Auto scale the site-logo within the sticky navbar
 */

/* line 11, ../foundations-core/resources/assets/styles/components/navbar-logo.scss */

.uk-navbar .uk-logo {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 100%;
}

/* line 16, ../foundations-core/resources/assets/styles/components/navbar-logo.scss */

.uk-navbar .uk-logo > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-transition: height ease 0.5s;
  -o-transition: height ease 0.5s;
  transition: height ease 0.5s;
}

/* line 25, ../foundations-core/resources/assets/styles/components/navbar-logo.scss */

.uk-navbar .uk-logo > a > svg {
  width: auto;
  height: 100%;
}

/* line 34, ../foundations-core/resources/assets/styles/components/navbar-logo.scss */

.uk-navbar.uk-active .uk-logo > a {
  height: 100% !important;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */

/* line 58, ../foundations-core/resources/assets/styles/components/breadcrumb.scss */

.uk-breadcrumb > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* Items
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-breadcrumb > :last-child > * {
  display: none;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-breadcrumb > * > * {
  display: inline-block;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 0.375rem;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */

/* line 45, ../foundations-core/resources/assets/styles/components/pagination.scss */

.uk-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 2 */
  margin-left: 0;
  /* 3 */
  padding: 0;
  list-style: none;
  padding: 0;
}

@media (min-width: 600px) {
  /* line 45, ../foundations-core/resources/assets/styles/components/pagination.scss */

  .uk-pagination {
    padding: 0;
  }
}

@media (min-width: 900px) {
  /* line 45, ../foundations-core/resources/assets/styles/components/pagination.scss */

  .uk-pagination {
    padding: 0;
  }
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */

/* line 72, ../foundations-core/resources/assets/styles/components/pagination.scss */

.uk-pagination > * {
  /* 1 */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /* 2 */
  padding-left: 0;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */

/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */

/* line 90, ../foundations-core/resources/assets/styles/components/pagination.scss */

.uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  color: rgba(0, 0, 0, 0.7);
  padding: 1.2rem;
}

@media (min-width: 600px) {
  /* line 90, ../foundations-core/resources/assets/styles/components/pagination.scss */

  .uk-pagination > * > * {
    padding: 1.5rem;
  }
}

@media (min-width: 900px) {
  /* line 90, ../foundations-core/resources/assets/styles/components/pagination.scss */

  .uk-pagination > * > * {
    padding: 1.8rem;
  }
}

/* Hover + Focus */

/* line 108, ../foundations-core/resources/assets/styles/components/pagination.scss */

.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  color: #000;
  text-decoration: none;
}

/* Active */

/* line 116, ../foundations-core/resources/assets/styles/components/pagination.scss */

.uk-pagination > .uk-active > * {
  color: #000;
}

/* Disabled */

/* line 122, ../foundations-core/resources/assets/styles/components/pagination.scss */

.uk-pagination > .uk-disabled > * {
  color: rgba(0, 0, 0, 0.7);
}

/* ========================================================================
   Component: Tab
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */

/* line 71, ../foundations-core/resources/assets/styles/components/tab.scss */

.uk-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* 1 */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}

/* line 84, ../foundations-core/resources/assets/styles/components/tab.scss */

.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-light .uk-tab::before,
.uk-light .uk-dark .uk-light .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tab::before,
.uk-light .uk-dark .uk-tab::before {
  border-color: #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tab::before {
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */

/* line 101, ../foundations-core/resources/assets/styles/components/tab.scss */

.uk-tab > * {
  /* 1 */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */

/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tab > *:hover > a {
  border-color: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tab > .uk-active > a {
  border-color: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tab > .uk-disabled > a {
  opacity: 0.5;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-tab > * > a {
  display: block;
  text-align: center;
  padding: 0.5rem 1.25rem;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: rgba(255, 217, 0, 0);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* Position modifier
 ========================================================================== */

/*
 * Left + Right
 * 1. Reset Gutter
 */

/* line 139, ../foundations-core/resources/assets/styles/components/tab.scss */

.uk-tab-left,
.uk-tab-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 1 */
  margin-left: 0;
}

/* 1 */

/* line 147, ../foundations-core/resources/assets/styles/components/tab.scss */

.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0;
}

/* line 150, ../foundations-core/resources/assets/styles/components/tab.scss */

.uk-tab-left > * > a {
  text-align: left;
}

/* line 154, ../foundations-core/resources/assets/styles/components/tab.scss */

.uk-tab-right > * > a {
  text-align: left;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-slidenav:hover,
.uk-slidenav:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.8);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-slidenav:active {
  background: rgba(0, 0, 0, 0.3);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-slidenav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  text-align: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
}

/* Container
 ========================================================================== */

/* line 49, ../foundations-core/resources/assets/styles/components/slidenav.scss */

.uk-slidenav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */

/* line 39, ../foundations-core/resources/assets/styles/components/dotnav.scss */

.uk-dotnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */

/* line 57, ../foundations-core/resources/assets/styles/components/dotnav.scss */

.uk-dotnav > * {
  /* 1 */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */

/*
 * Items
 * 1. Hide text if present
 */

/* line 73, ../foundations-core/resources/assets/styles/components/dotnav.scss */

.uk-dotnav > * > * {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Hover + Focus */

/* line 88, ../foundations-core/resources/assets/styles/components/dotnav.scss */

.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(0, 0, 0, 0.6);
  outline: none;
}

/* OnClick */

/* line 96, ../foundations-core/resources/assets/styles/components/dotnav.scss */

.uk-dotnav > * > :active {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Active */

/* line 102, ../foundations-core/resources/assets/styles/components/dotnav.scss */

.uk-dotnav > .uk-active > * {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */

/*
 * 1. Change direction
 * 2. Gutter
 */

/* line 116, ../foundations-core/resources/assets/styles/components/dotnav.scss */

.uk-dotnav-vertical {
  /* 1 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */

/* line 125, ../foundations-core/resources/assets/styles/components/dotnav.scss */

.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */

/* line 30, ../foundations-core/resources/assets/styles/components/thumbnav.scss */

.uk-thumbnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */

/* line 48, ../foundations-core/resources/assets/styles/components/thumbnav.scss */

.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}

/* Items
 ========================================================================== */

/*
 * Items
 */

/* line 61, ../foundations-core/resources/assets/styles/components/thumbnav.scss */

.uk-thumbnav > * > * {
  display: inline-block;
}

/* Hover + Focus */

/* line 67, ../foundations-core/resources/assets/styles/components/thumbnav.scss */

.uk-thumbnav > * > :hover,
.uk-thumbnav > * > :focus {
  outline: none;
}

/* Active */

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */

/*
 * 1. Change direction
 * 2. Gutter
 */

/* line 87, ../foundations-core/resources/assets/styles/components/thumbnav.scss */

.uk-thumbnav-vertical {
  /* 1 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}

/* 2 */

/* line 96, ../foundations-core/resources/assets/styles/components/thumbnav.scss */

.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */

/* line 36, ../foundations-core/resources/assets/styles/components/accordion.scss */

.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */

/* line 45, ../foundations-core/resources/assets/styles/components/accordion.scss */

.uk-accordion > :nth-child(n+2) {
  margin-top: 1.5rem;
}

/* Title
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-accordion-title {
  display: block;
  margin-bottom: 0 !important;
}

/* Icon
 ========================================================================== */

/* line 60, ../foundations-core/resources/assets/styles/components/accordion.scss */

.uk-accordion-title .uk-icon {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
}

/* line 63, ../foundations-core/resources/assets/styles/components/accordion.scss */

.uk-open .uk-accordion-title .uk-icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Content
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-accordion-content {
  margin: 1.5rem 0;
  margin-bottom: 0 !important;
}

/*
 * Remove margin from the last-child
 */

/* line 79, ../foundations-core/resources/assets/styles/components/accordion.scss */

.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

@media (min-width: 300px) {
  /* line 84, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@s > * > .uk-accordion-title {
    cursor: default;
  }

  /* line 88, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@s > * > [hidden],
  .uk-force-open\@s > * > .uk-hidden {
    display: block !important;
  }
}

@media (min-width: 600px) {
  /* line 99, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@m * > .uk-accordion-title {
    cursor: default;
  }

  /* line 102, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@m * > .uk-accordion-title .uk-toggle-icon {
    display: none;
  }

  /* line 107, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@m * > [hidden],
  .uk-force-open\@m * > .uk-hidden {
    display: block !important;
  }
}

@media (min-width: 900px) {
  /* line 118, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@l > * > .uk-accordion-title {
    cursor: default;
  }

  /* line 121, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@l > * > .uk-accordion-title .uk-toggle-icon {
    display: none;
  }

  /* line 126, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@l > * > [hidden],
  .uk-force-open\@l > * > .uk-hidden {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 137, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@xl > * > .uk-accordion-title {
    cursor: default;
  }

  /* line 140, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@xl > * > .uk-accordion-title .uk-toggle-icon {
    display: none;
  }

  /* line 145, ../foundations-core/resources/assets/styles/components/accordion.scss */

  .uk-force-open\@xl > * > [hidden],
  .uk-force-open\@xl > * > .uk-hidden {
    display: block !important;
  }
}

/* ========================================================================
   Component: Drop
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */

/* line 38, ../foundations-core/resources/assets/styles/components/drop.scss */

.uk-drop,
[uk-drop] {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
}

/* Show */

/* line 51, ../foundations-core/resources/assets/styles/components/drop.scss */

.uk-drop.uk-open {
  display: block !important;
}

/* Direction / Alignment modifiers
 ========================================================================== */

/* Direction */

/* line 58, ../foundations-core/resources/assets/styles/components/drop.scss */

[class*='uk-drop-top'] {
  margin-top: -2rem;
}

/* line 59, ../foundations-core/resources/assets/styles/components/drop.scss */

[class*='uk-drop-bottom'] {
  margin-top: 2rem;
}

/* line 60, ../foundations-core/resources/assets/styles/components/drop.scss */

[class*='uk-drop-left'] {
  margin-left: -2rem;
}

/* line 61, ../foundations-core/resources/assets/styles/components/drop.scss */

[class*='uk-drop-right'] {
  margin-left: 2rem;
}

/* Grid modifiers
 ========================================================================== */

/* line 67, ../foundations-core/resources/assets/styles/components/drop.scss */

.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */

/* line 64, ../foundations-core/resources/assets/styles/components/dropdown.scss */

.uk-dropdown {
  /* Show */
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
  color: #000;
  background: #fff;
  border-radius: 0.375em;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-music {
  background: #882af4;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-secondarytug {
  background: #008081;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-primarytug {
  background: #42c4bc;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-secondarynewstars {
  background: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-primarynewstars {
  background: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-transparent {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-danger {
  background: #ff0e0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-warning {
  background: #ff8f0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-success {
  background: #60cf17;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-darken {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-lighten {
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-dark {
  background: #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-light {
  background: #f2f2f2;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-secondary {
  background: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-primary {
  background: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-dropdown-default {
  background: #fff;
}

/* line 68, ../foundations-core/resources/assets/styles/components/dropdown.scss */

.uk-dropdown.uk-open {
  display: block !important;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */

/* Direction / Alignment modifiers
 ========================================================================== */

/* line 88, ../foundations-core/resources/assets/styles/components/dropdown.scss */

[uk-drop] + .uk-dropdown-overlay,
[uk-dropdown] + .uk-dropdown-overlay {
  display: block;
  position: absolute;
  left: -12px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  z-index: 1;
  -webkit-transition: -webkit-box-shadow ease-out 300ms;
  transition: -webkit-box-shadow ease-out 300ms;
  -o-transition: box-shadow ease-out 300ms;
  transition: box-shadow ease-out 300ms;
  transition: box-shadow ease-out 300ms, -webkit-box-shadow ease-out 300ms;
  pointer-events: none;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 0 20000px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 20000px rgba(0, 0, 0, 0);
}

/* line 102, ../foundations-core/resources/assets/styles/components/dropdown.scss */

[uk-drop].uk-open + .uk-dropdown-overlay,
[uk-dropdown].uk-open + .uk-dropdown-overlay {
  -webkit-box-shadow: 0 0 0 20000px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 20000px rgba(0, 0, 0, 0.8);
}

/* Direction */

/* Grid modifiers
 ========================================================================== */

/* line 197, ../foundations-core/resources/assets/styles/components/dropdown.scss */

.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */

/* line 69, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  overflow-x: hidden;
}

/* line 90, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal > :not(.uk-container-full) .uk-modal-dialog {
  border-radius: 0.375em;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

/* line 95, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal .uk-container-full .uk-modal-dialog {
  height: 100% !important;
}

/* line 100, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal.uk-open .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*
 * Open
 */

/* line 114, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */

/*
 * Prevent scrollbars
 */

/* line 124, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */

/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */

/* line 139, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 5 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
       -o-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -o-transform;
}

/* line 154, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-dialog:not([class*="uk-background"]) {
  /* 4 */
  background: #fff;
}

/*
 * Open
 */

/* line 166, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* Size modifier
 ========================================================================== */

/*
 * Container size
 * Take the same size as the Container component
 */

/* line 180, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */

/* 1 */

/* line 189, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */

/* line 195, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* Sections
 ========================================================================== */

/* line 211, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-header {
  background: rgba(255, 255, 255, 0);
}

/* line 216, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-footer {
  background: rgba(255, 255, 255, 0);
}

/* line 221, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */

/* line 229, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */

/* line 237, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-title {
  font-size: 2.625rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */

/* line 249, ../foundations-core/resources/assets/styles/components/modal.scss */

[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 1.5rem;
  right: 1.5rem;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */

/* line 262, ../foundations-core/resources/assets/styles/components/modal.scss */

[class*='uk-modal-close-']:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */

/*
 * Default
 */

/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */

/* line 289, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  -webkit-transform: translate(0, -100%);
       -o-transform: translate(0, -100%);
          transform: translate(0, -100%);
  color: white;
}

/* line 298, ../foundations-core/resources/assets/styles/components/modal.scss */

.uk-modal-close-outside:hover {
  color: #fff;
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* 1 */

  /* line 307, ../foundations-core/resources/assets/styles/components/modal.scss */

  .uk-modal-close-outside {
    right: 0;
    -webkit-transform: translate(100%, -100%);
         -o-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
}

/*
 * Full
 */

/* ========================================================================
   Component: Lightbox
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */

/* line 59, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */

/* line 83, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/* Page
 ========================================================================== */

/*
 * Prevent scrollbars
 */

/* line 97, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */

/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */

/* line 114, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}

/* 5 */

/* line 133, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

/* 6 */

/* line 139, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-items > :focus {
  outline: none;
}

/* line 141, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

/* line 146, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-items > .uk-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Toolbar
 ========================================================================== */

/* line 151, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

/* line 158, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */

/* line 164, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */

/* line 174, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */

/*
 * 1. Center icon vertically and horizontally
 */

/* line 188, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
 * Hover
 */

/* line 205, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-button:hover {
  color: #fff;
}

/* Caption
 ========================================================================== */

/* Iframe
 ========================================================================== */

/* line 220, ../foundations-core/resources/assets/styles/components/lightbox.scss */

.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */

/*
 * 1. Prevent tab highlighting on iOS.
 */

/* line 21, ../foundations-core/resources/assets/styles/components/slideshow.scss */

.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */

/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */

/* line 38, ../foundations-core/resources/assets/styles/components/slideshow.scss */

.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}

/* Item
 ========================================================================== */

/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */

/* line 65, ../foundations-core/resources/assets/styles/components/slideshow.scss */

.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

/* 6 */

/* line 82, ../foundations-core/resources/assets/styles/components/slideshow.scss */

.uk-slideshow-items > :focus {
  outline: none;
}

/*
 * Hide not active items
 */

/* line 88, ../foundations-core/resources/assets/styles/components/slideshow.scss */

.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */

/*
 * 1. Prevent tab highlighting on iOS.
 */

/* line 23, ../foundations-core/resources/assets/styles/components/slider.scss */

.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */

/*
 * 1. Clip child elements
 */

/* line 37, ../foundations-core/resources/assets/styles/components/slider.scss */

.uk-slider-container {
  /* 1 */
  overflow: hidden;
}

/* Items
 ========================================================================== */

/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */

/* line 50, ../foundations-core/resources/assets/styles/components/slider.scss */

.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */

/* line 63, ../foundations-core/resources/assets/styles/components/slider.scss */

.uk-slider-items:not(.uk-grid) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

/* line 73, ../foundations-core/resources/assets/styles/components/slider.scss */

.uk-slider-items.uk-grid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* Item
 ========================================================================== */

/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 * 4. Suppress outline on focus
 */

/* line 86, ../foundations-core/resources/assets/styles/components/slider.scss */

.uk-slider-items > * {
  /* 1 */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

/* 4 */

/* line 96, ../foundations-core/resources/assets/styles/components/slider.scss */

.uk-slider-items > :focus {
  outline: none;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */

/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */

/* line 30, ../foundations-core/resources/assets/styles/components/sticky.scss */

.uk-sticky-fixed {
  z-index: 980;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/**
 * Stick the sticky to the bottom of the screen. This requires sticky to have offset set to 100vh, and works best with a top set amount.
 */

/* line 43, ../foundations-core/resources/assets/styles/components/sticky.scss */

.uk-sticky-bottom > * {
  position: relative;
  -webkit-transition: ease-out 0.3s transform;
  -o-transition: ease-out 0.3s transform;
  transition: ease-out 0.3s transform;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 49, ../foundations-core/resources/assets/styles/components/sticky.scss */

.uk-sticky-bottom.uk-active > * {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*
 * Faster animations
 */

/* line 58, ../foundations-core/resources/assets/styles/components/sticky.scss */

.uk-sticky[class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
       -o-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

/* line 60, ../foundations-core/resources/assets/styles/components/sticky.scss */

.uk-sticky.uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
       -o-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 */

/* line 52, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */

/* line 67, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-right .uk-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */

/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */

/* line 82, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  bottom: 0;
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  left: -340px;
  width: 340px;
  /* Flip modifier */
  /* Tablet landscape and bigger */
  /* Open */
}

/* line 101, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-right .uk-offcanvas-bar {
  left: auto !important;
  right: -340px;
}

@media (min-width: 600px) {
  /* line 82, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

  .uk-offcanvas-bar {
    left: -400px;
    width: 400px;
  }

  /* line 111, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

  .uk-offcanvas-right .uk-offcanvas-bar {
    right: -400px;
  }
}

/* line 117, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-open > .uk-offcanvas-bar {
  left: 0;
}

/* line 118, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-right.uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/* line 134, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-bar > .uk-offcanvas-content {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 139, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-bar > .uk-offcanvas-footer {
  margin-top: auto;
}

/*
 * Slide Animation (Used in slide and push mode)
 */

/* line 148, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-bar-animation {
  -webkit-transition: left 0.3s ease-out, width 0.3s ease-out;
  -o-transition: left 0.3s ease-out, width 0.3s ease-out;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}

/* line 149, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-right .uk-offcanvas-bar-animation {
  -webkit-transition: right 0.3s ease-out, width 0.3s ease-out;
  -o-transition: right 0.3s ease-out, width 0.3s ease-out;
  transition: right 0.3s ease-out, width 0.3s ease-out;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */

/* line 160, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  -webkit-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

/* line 173, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

/* line 178, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-right .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

/* line 184, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-open > .uk-offcanvas-reveal {
  width: 340px;
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 189, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

  .uk-open > .uk-offcanvas-reveal {
    width: 400px;
  }
}

/*
 * Flip modifier
 */

/* line 197, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-right .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */

/* line 207, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

/* Overlay
 ========================================================================== */

/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */

/* line 226, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  -ms-touch-action: none;
      touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */

/* line 238, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  /* 2 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 253, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */

/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */

/* line 264, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
}

/* Container
 ========================================================================== */

/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */

/* line 278, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-container {
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/*
 * Activate slide-out animation
 */

/* line 291, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

:not(.uk-offcanvas-right).uk-offcanvas-container-animation {
  left: 340px;
}

/* line 293, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

.uk-offcanvas-right.uk-offcanvas-container-animation {
  left: -340px;
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 298, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

  :not(.uk-offcanvas-right).uk-offcanvas-container-animation {
    left: 400px;
  }

  /* line 300, ../foundations-core/resources/assets/styles/components/offcanvas.scss */

  .uk-offcanvas-right.uk-offcanvas-container-animation {
    left: -400px;
  }
}

/* ========================================================================
   Component: Switcher
 ========================================================================== */

/*
 * Reset list
 */

/* line 19, ../foundations-core/resources/assets/styles/components/switcher.scss */

.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items
 ========================================================================== */

/*
 * Hide not active items
 */

/* line 33, ../foundations-core/resources/assets/styles/components/switcher.scss */

.uk-switcher > :not(.uk-active) {
  display: none;
}

/*
 * Remove margin from the last-child
 */

/* line 39, ../foundations-core/resources/assets/styles/components/switcher.scss */

.uk-switcher > * > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */

/* line 20, ../foundations-core/resources/assets/styles/components/leader.scss */

.uk-leader {
  overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */

/* line 29, ../foundations-core/resources/assets/styles/components/leader.scss */

.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 1.5rem;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}

/*
 * Hide if media does not match
 */

/* line 46, ../foundations-core/resources/assets/styles/components/leader.scss */

.uk-leader-fill.uk-leader-hide::after {
  display: none;
}

/*
 * Pass fill character to JS
 */

/* line 52, ../foundations-core/resources/assets/styles/components/leader.scss */

.uk-leader-fill-content::before {
  content: ".";
}

/* line 53, ../foundations-core/resources/assets/styles/components/leader.scss */

:root {
  --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */

/* line 36, ../foundations-core/resources/assets/styles/components/iconnav.scss */

.uk-iconnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -1.5rem;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */

/* line 54, ../foundations-core/resources/assets/styles/components/iconnav.scss */

.uk-iconnav > * {
  /* 1 */
  padding-left: 1.5rem;
}

/* Items
 ========================================================================== */

/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */

/* line 69, ../foundations-core/resources/assets/styles/components/iconnav.scss */

.uk-iconnav > * > a {
  /* 1 */
  display: block;
  /* 2 */
  color: rgba(0, 0, 0, 0.7);
}

/* Hover + Focus */

/* line 78, ../foundations-core/resources/assets/styles/components/iconnav.scss */

.uk-iconnav > * > a:hover,
.uk-iconnav > * > a:focus {
  color: #000;
  outline: none;
}

/* Active */

/* line 86, ../foundations-core/resources/assets/styles/components/iconnav.scss */

.uk-iconnav > .uk-active > a {
  color: #000;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */

/*
 * 1. Change direction
 * 2. Gutter
 */

/* line 100, ../foundations-core/resources/assets/styles/components/iconnav.scss */

.uk-iconnav-vertical {
  /* 1 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -1.5rem;
}

/* 2 */

/* line 109, ../foundations-core/resources/assets/styles/components/iconnav.scss */

.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 1.5rem;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */

/*
 * 1. Set position
 * 2. Dimensions
 */

/* line 65, ../foundations-core/resources/assets/styles/components/notification.scss */

.uk-notification {
  /* 1 */
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1040;
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 63rem;
}

/* Position modifiers
========================================================================== */

/* line 80, ../foundations-core/resources/assets/styles/components/notification.scss */

.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 1rem;
}

/* line 86, ../foundations-core/resources/assets/styles/components/notification.scss */

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -31.5rem;
}

/* line 92, ../foundations-core/resources/assets/styles/components/notification.scss */

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 1rem;
}

/* Responsiveness
========================================================================== */

/* Phones portrait and smaller */

@media (max-width: 299px) {
  /* line 106, ../foundations-core/resources/assets/styles/components/notification.scss */

  .uk-notification {
    left: 1rem;
    right: 1rem;
    width: auto;
    margin: 0;
  }
}

/* Message
========================================================================== */

/* line 119, ../foundations-core/resources/assets/styles/components/notification.scss */

.uk-notification-message {
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100vw - (2 * 1rem));
  margin: 0 auto;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message {
  padding: 1.5rem;
  background: white;
  border: 2px #030303 solid;
  border-radius: 0.375em;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-music {
  color: #882af4;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-secondarytug {
  color: #008081;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-primarytug {
  color: #42c4bc;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-secondarynewstars {
  color: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-primarynewstars {
  color: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-transparent {
  color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-danger {
  color: #ff0e0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-warning {
  color: #ff8f0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-success {
  color: #60cf17;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-darken {
  color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-lighten {
  color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-dark {
  color: #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-light {
  color: #f2f2f2;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-secondary {
  color: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-primary {
  color: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-notification-message-default {
  color: #fff;
}

/* line 129, ../foundations-core/resources/assets/styles/components/notification.scss */

* + .uk-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */

/* line 136, ../foundations-core/resources/assets/styles/components/notification.scss */

.uk-notification-close {
  display: none;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

/* line 144, ../foundations-core/resources/assets/styles/components/notification.scss */

.uk-notification-message:hover .uk-notification-close {
  display: block;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */

/* line 48, ../foundations-core/resources/assets/styles/components/tooltip.scss */

.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 200px;
  padding: 0.375rem 0.5625rem;
  /* 4 */
  background: #030303;
  border-radius: 0.1875em;
  color: #fff;
  font-size: 0.8em;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Show */

/* line 69, ../foundations-core/resources/assets/styles/components/tooltip.scss */

.uk-tooltip.uk-active {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */

/* Direction */

/* line 76, ../foundations-core/resources/assets/styles/components/tooltip.scss */

[class*='uk-tooltip-top'] {
  margin-top: 0;
}

/* line 77, ../foundations-core/resources/assets/styles/components/tooltip.scss */

[class*='uk-tooltip-bottom'] {
  margin-top: 0;
}

/* line 78, ../foundations-core/resources/assets/styles/components/tooltip.scss */

[class*='uk-tooltip-left'] {
  margin-left: 0;
}

/* line 79, ../foundations-core/resources/assets/styles/components/tooltip.scss */

[class*='uk-tooltip-right'] {
  margin-left: 0;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */

/* line 24, ../foundations-core/resources/assets/styles/components/placeholder.scss */

.uk-placeholder {
  margin-bottom: 2rem;
  padding: 2rem 2rem;
  background: none;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}

/* line 30, ../foundations-core/resources/assets/styles/components/placeholder.scss */

.uk-placeholder.uk-light,
.uk-light .uk-placeholder {
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

/* Add margin if adjacent element */

/* line 37, ../foundations-core/resources/assets/styles/components/placeholder.scss */

* + .uk-placeholder {
  margin-top: 2rem;
}

/*
 * Remove margin from the last-child
 */

/* line 43, ../foundations-core/resources/assets/styles/components/placeholder.scss */

.uk-placeholder > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Progress
 ========================================================================== */

/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */

/* line 32, ../foundations-core/resources/assets/styles/components/progress.scss */

.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 3 */
  display: block;
  width: 100%;
  /* 4 */
  border: 0;
  /* 5 */
  background-color: #f2f2f2;
  /* 6 */
  margin-bottom: 2rem;
  height: 15px;
}

/* Add margin if adjacent element */

/* line 52, ../foundations-core/resources/assets/styles/components/progress.scss */

* + .uk-progress {
  margin-top: 2rem;
}

/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */

/* line 58, ../foundations-core/resources/assets/styles/components/progress.scss */

.uk-progress:indeterminate {
  color: transparent;
}

/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */

/* line 65, ../foundations-core/resources/assets/styles/components/progress.scss */

.uk-progress::-webkit-progress-bar {
  background-color: #f2f2f2;
}

/* 2 */

/* line 71, ../foundations-core/resources/assets/styles/components/progress.scss */

.uk-progress:indeterminate::-moz-progress-bar {
  width: 0;
}

/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */

/* line 78, ../foundations-core/resources/assets/styles/components/progress.scss */

.uk-progress::-webkit-progress-value {
  background-color: #ffd900;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 84, ../foundations-core/resources/assets/styles/components/progress.scss */

.uk-progress::-moz-progress-bar {
  background-color: #ffd900;
}

/* line 89, ../foundations-core/resources/assets/styles/components/progress.scss */

.uk-progress::-ms-fill {
  background-color: #ffd900;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */

/* line 31, ../foundations-core/resources/assets/styles/components/sortable.scss */

.uk-sortable {
  position: relative;
}

/*
 * Deactivate pointer-events on SVGs in Safari
 */

/* line 40, ../foundations-core/resources/assets/styles/components/sortable.scss */

.uk-sortable svg {
  pointer-events: none;
}

/*
 * Remove margin from the last-child
 */

/* line 46, ../foundations-core/resources/assets/styles/components/sortable.scss */

.uk-sortable > :last-child {
  margin-bottom: 0;
}

/* Drag
 ========================================================================== */

/* line 52, ../foundations-core/resources/assets/styles/components/sortable.scss */

.uk-sortable-drag {
  position: absolute !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */

/* line 63, ../foundations-core/resources/assets/styles/components/sortable.scss */

.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */

/* line 73, ../foundations-core/resources/assets/styles/components/sortable.scss */

.uk-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */

/* Hover */

/* line 83, ../foundations-core/resources/assets/styles/components/sortable.scss */

.uk-sortable-handle:hover {
  cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */

/* line 44, ../foundations-core/resources/assets/styles/components/countdown.scss */

.uk-countdown {
  font-size: 1.125rem;
}

/* line 49, ../foundations-core/resources/assets/styles/components/countdown.scss */

.uk-countdown-xsmall {
  font-size: 0.625rem;
}

/* line 52, ../foundations-core/resources/assets/styles/components/countdown.scss */

.uk-countdown-small {
  font-size: 0.875rem;
}

/* line 55, ../foundations-core/resources/assets/styles/components/countdown.scss */

.uk-countdown-large {
  font-size: 1.625rem;
}

/* line 58, ../foundations-core/resources/assets/styles/components/countdown.scss */

.uk-countdown-xlarge {
  font-size: 1.875rem;
}

@media (min-width: 600px) {
  /* line 44, ../foundations-core/resources/assets/styles/components/countdown.scss */

  .uk-countdown {
    font-size: 1.25rem;
  }

  /* line 64, ../foundations-core/resources/assets/styles/components/countdown.scss */

  .uk-countdown-xsmall {
    font-size: 0.75rem;
  }

  /* line 67, ../foundations-core/resources/assets/styles/components/countdown.scss */

  .uk-countdown-small {
    font-size: 1rem;
  }

  /* line 70, ../foundations-core/resources/assets/styles/components/countdown.scss */

  .uk-countdown-large {
    font-size: 1.875rem;
  }

  /* line 73, ../foundations-core/resources/assets/styles/components/countdown.scss */

  .uk-countdown-xlarge {
    font-size: 2.5rem;
  }
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-countdown .uk-countdown-number {
  font-size: 1.5625em;
  line-height: 1.2;
  text-align: center;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-countdown .uk-countdown-separator {
  font-size: 1.25em;
  line-height: 1.25;
  width: 0.75em;
  text-align: center;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-countdown .uk-countdown-label {
  font-size: 0.75em;
  text-align: center;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */

/* line 46, ../foundations-core/resources/assets/styles/components/animation.scss */

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

/* Animations
 ========================================================================== */

/*
 * Fade
 */

/* line 62, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-fade {
  -webkit-animation-name: uk-fade;
       -o-animation-name: uk-fade;
          animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
       -o-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

/*
 * Scale
 */

/* line 74, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
       -o-animation-name: uk-fade-scale-02;
          animation-name: uk-fade-scale-02;
}

/* line 75, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
       -o-animation-name: uk-fade-scale-18;
          animation-name: uk-fade-scale-18;
}

/*
 * Slide
 */

/* line 81, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
       -o-animation-name: uk-fade-top;
          animation-name: uk-fade-top;
}

/* line 82, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
       -o-animation-name: uk-fade-bottom;
          animation-name: uk-fade-bottom;
}

/* line 83, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
       -o-animation-name: uk-fade-left;
          animation-name: uk-fade-left;
}

/* line 84, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
       -o-animation-name: uk-fade-right;
          animation-name: uk-fade-right;
}

/*
 * Slide Small
 */

/* line 90, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade-top-small;
       -o-animation-name: uk-fade-top-small;
          animation-name: uk-fade-top-small;
}

/* line 91, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade-bottom-small;
       -o-animation-name: uk-fade-bottom-small;
          animation-name: uk-fade-bottom-small;
}

/* line 92, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade-left-small;
       -o-animation-name: uk-fade-left-small;
          animation-name: uk-fade-left-small;
}

/* line 93, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade-right-small;
       -o-animation-name: uk-fade-right-small;
          animation-name: uk-fade-right-small;
}

/*
 * Slide Medium
 */

/* line 99, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade-top-medium;
       -o-animation-name: uk-fade-top-medium;
          animation-name: uk-fade-top-medium;
}

/* line 100, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade-bottom-medium;
       -o-animation-name: uk-fade-bottom-medium;
          animation-name: uk-fade-bottom-medium;
}

/* line 101, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade-left-medium;
       -o-animation-name: uk-fade-left-medium;
          animation-name: uk-fade-left-medium;
}

/* line 102, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade-right-medium;
       -o-animation-name: uk-fade-right-medium;
          animation-name: uk-fade-right-medium;
}

/*
 * Zoom
 */

/* line 107, ../foundations-core/resources/assets/styles/components/animation.scss */

[class*="uk-animation-zoom"] {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

/* line 111, ../foundations-core/resources/assets/styles/components/animation.scss */

[class*="uk-animation-zoom"].uk-animation-active {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/*
 * Kenburns
 */

/* line 119, ../foundations-core/resources/assets/styles/components/animation.scss */

[class*="uk-animation-kenburns"] {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 12s -webkit-transform linear;
  transition: 12s -webkit-transform linear;
  -o-transition: 12s -o-transform linear;
  transition: 12s transform linear;
  transition: 12s transform linear, 12s -webkit-transform linear, 12s -o-transform linear;
}

/* line 123, ../foundations-core/resources/assets/styles/components/animation.scss */

[class*="uk-animation-kenburns"].uk-animation-active {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 127, ../foundations-core/resources/assets/styles/components/animation.scss */

[class*="uk-animation-kenburns"][class*="-fast"] {
  -webkit-transition-duration: 4s;
       -o-transition-duration: 4s;
          transition-duration: 4s;
}

/*
 * Shake
 */

/* line 136, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-shake {
  -webkit-animation-name: uk-shake;
       -o-animation-name: uk-shake;
          animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */

/* line 146, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-stroke {
  -webkit-animation-name: uk-stroke;
       -o-animation-name: uk-stroke;
          animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

/* Direction modifier
 ========================================================================== */

/* line 156, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
       -o-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */

/* line 165, ../foundations-core/resources/assets/styles/components/animation.scss */

[class*="-fast"]:not([class*="-fast-on"]):not([class*="-kenburns"]) {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
       -o-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

/* line 170, ../foundations-core/resources/assets/styles/components/animation.scss */

[class*="-fast-on"].uk-animation-active {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
       -o-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

/* line 175, ../foundations-core/resources/assets/styles/components/animation.scss */

[class*="-fast-off"]:not(.uk-animation-active) {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
       -o-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

/* Toggle (Hover + Focus)
========================================================================== */

/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */

/* line 188, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  -webkit-animation-name: none;
       -o-animation-name: none;
          animation-name: none;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */

/* line 194, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */

/* line 203, ../foundations-core/resources/assets/styles/components/animation.scss */

.uk-animation-toggle:focus {
  outline: none;
}

/* Keyframes used by animation classes
 ========================================================================== */

/*
 * Fade
 */

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
 * Slide Top
 */

@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Bottom
 */

@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -o-transform: translateY(100%);
       transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Left
 */

@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-o-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Slide Right
 */

@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-o-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Slide Top Small
 */

@-webkit-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -o-transform: translateY(-10px);
       transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Bottom Small
 */

@-webkit-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -o-transform: translateY(10px);
       transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Left Small
 */

@-webkit-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-o-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -o-transform: translateX(-10px);
       transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Slide Right Small
 */

@-webkit-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-o-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -o-transform: translateX(10px);
       transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
         -o-transform: translateX(10px);
            transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Slide Top Medium
 */

@-webkit-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -o-transform: translateY(-50px);
       transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
         -o-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Bottom Medium
 */

@-webkit-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -o-transform: translateY(50px);
       transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
         -o-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
 * Slide Left Medium
 */

@-webkit-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-o-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -o-transform: translateX(-50px);
       transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
         -o-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Slide Right Medium
 */

@-webkit-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-o-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -o-transform: translateX(50px);
       transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
         -o-transform: translateX(50px);
            transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/*
 * Scale Up
 */

@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-o-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -o-transform: scale(0.2);
       transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
         -o-transform: scale(0.2);
            transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

/*
 * Scale Down
 */

@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-o-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
       transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
         -o-transform: scale(1.8);
            transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

/*
 * Shake
 */

@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }

  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }

  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }

  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }

  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }

  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

@-o-keyframes uk-shake {
  0%, 100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }

  10% {
    -o-transform: translateX(-9px);
       transform: translateX(-9px);
  }

  20% {
    -o-transform: translateX(8px);
       transform: translateX(8px);
  }

  30% {
    -o-transform: translateX(-7px);
       transform: translateX(-7px);
  }

  40% {
    -o-transform: translateX(6px);
       transform: translateX(6px);
  }

  50% {
    -o-transform: translateX(-5px);
       transform: translateX(-5px);
  }

  60% {
    -o-transform: translateX(4px);
       transform: translateX(4px);
  }

  70% {
    -o-transform: translateX(-3px);
       transform: translateX(-3px);
  }

  80% {
    -o-transform: translateX(2px);
       transform: translateX(2px);
  }

  90% {
    -o-transform: translateX(-1px);
       transform: translateX(-1px);
  }
}

@keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-9px);
         -o-transform: translateX(-9px);
            transform: translateX(-9px);
  }

  20% {
    -webkit-transform: translateX(8px);
         -o-transform: translateX(8px);
            transform: translateX(8px);
  }

  30% {
    -webkit-transform: translateX(-7px);
         -o-transform: translateX(-7px);
            transform: translateX(-7px);
  }

  40% {
    -webkit-transform: translateX(6px);
         -o-transform: translateX(6px);
            transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(4px);
         -o-transform: translateX(4px);
            transform: translateX(4px);
  }

  70% {
    -webkit-transform: translateX(-3px);
         -o-transform: translateX(-3px);
            transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
         -o-transform: translateX(2px);
            transform: translateX(2px);
  }

  90% {
    -webkit-transform: translateX(-1px);
         -o-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

/*
 * Stroke
 */

@-webkit-keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* line 1, ../foundations-core/resources/assets/styles/components/blur.scss */

.uk-blur {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

/* line 4, ../foundations-core/resources/assets/styles/components/blur.scss */

.uk-blur-hover:hover {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

/* line 9, ../foundations-core/resources/assets/styles/components/blur.scss */

.uk-blur-heavily {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

/* line 12, ../foundations-core/resources/assets/styles/components/blur.scss */

.uk-blur-heavily-hover:hover {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border {
  border-width: 2px;
  border-color: inherit;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-music {
  border-color: #882af4 !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-secondarytug {
  border-color: #008081 !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-primarytug {
  border-color: #42c4bc !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-secondarynewstars {
  border-color: #474747 !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-primarynewstars {
  border-color: #ffd900 !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-transparent {
  border-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-danger {
  border-color: #ff0e0e !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-warning {
  border-color: #ff8f0e !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-success {
  border-color: #60cf17 !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-darken {
  border-color: rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-lighten {
  border-color: rgba(255, 255, 255, 0.6) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-dark {
  border-color: #030303 !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-light {
  border-color: #f2f2f2 !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-secondary {
  border-color: #474747 !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-primary {
  border-color: #ffd900 !important;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-border-default {
  border-color: #fff !important;
}

/* line 34, ../foundations-core/resources/assets/styles/components/border.scss */

.uk-border:not([class*="border-top"]):not([class*="border-right"]):not([class*="border-bottom"]):not([class*="border-left"]) {
  border-style: solid;
}

/* line 38, ../foundations-core/resources/assets/styles/components/border.scss */

.uk-border-top {
  border-top-style: solid;
}

/* line 41, ../foundations-core/resources/assets/styles/components/border.scss */

.uk-border-remove-top {
  border-top: none;
}

/* line 43, ../foundations-core/resources/assets/styles/components/border.scss */

.uk-border-right {
  border-right-style: solid;
}

/* line 46, ../foundations-core/resources/assets/styles/components/border.scss */

.uk-border-remove-right {
  border-right: none;
}

/* line 48, ../foundations-core/resources/assets/styles/components/border.scss */

.uk-border-bottom {
  border-bottom-style: solid;
}

/* line 51, ../foundations-core/resources/assets/styles/components/border.scss */

.uk-border-remove-bottom {
  border-bottom: none;
}

/* line 53, ../foundations-core/resources/assets/styles/components/border.scss */

.uk-border-left {
  border-left-style: solid;
}

/* line 56, ../foundations-core/resources/assets/styles/components/border.scss */

.uk-border-remove-left {
  border-left: none;
}

@media (min-width: 300px) {
  /* line 59, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-top\@s {
    border-top-style: solid;
  }

  /* line 62, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-top\@s {
    border-top: none;
  }

  /* line 64, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-right\@s {
    border-right-style: solid;
  }

  /* line 67, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-right\@s {
    border-right: none;
  }

  /* line 69, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-bottom\@s {
    border-bottom-style: solid;
  }

  /* line 72, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-bottom\@s {
    border-bottom: none;
  }

  /* line 74, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-left\@s {
    border-left-style: solid;
  }

  /* line 77, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-left\@s {
    border-left: none;
  }
}

@media (min-width: 600px) {
  /* line 81, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-top\@m {
    border-top-style: solid;
  }

  /* line 84, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-top\@m {
    border-top: none;
  }

  /* line 86, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-right\@m {
    border-right-style: solid;
  }

  /* line 89, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-right\@m {
    border-right: none;
  }

  /* line 91, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-bottom\@m {
    border-bottom-style: solid;
  }

  /* line 94, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-bottom\@m {
    border-bottom: none;
  }

  /* line 96, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-left\@m {
    border-left-style: solid;
  }

  /* line 99, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-left\@m {
    border-left: none;
  }
}

@media (min-width: 900px) {
  /* line 103, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-top\@l {
    border-top-style: solid;
  }

  /* line 106, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-top\@l {
    border-top: none;
  }

  /* line 108, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-right\@l {
    border-right-style: solid;
  }

  /* line 111, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-right\@l {
    border-right: none;
  }

  /* line 113, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-bottom\@l {
    border-bottom-style: solid;
  }

  /* line 116, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-bottom\@l {
    border-bottom: none;
  }

  /* line 118, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-left\@l {
    border-left-style: solid;
  }

  /* line 121, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-left\@l {
    border-left: none;
  }
}

@media (min-width: 1200px) {
  /* line 125, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-top\@xl {
    border-top-style: solid;
  }

  /* line 128, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-top\@xl {
    border-top: none;
  }

  /* line 130, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-right\@xl {
    border-right-style: solid;
  }

  /* line 133, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-right\@xl {
    border-right: none;
  }

  /* line 135, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-bottom\@xl {
    border-bottom-style: solid;
  }

  /* line 138, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-bottom\@xl {
    border-bottom: none;
  }

  /* line 140, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-left\@xl {
    border-left-style: solid;
  }

  /* line 143, ../foundations-core/resources/assets/styles/components/border.scss */

  .uk-border-remove-left\@xl {
    border-left: none;
  }
}

/* line 12, ../foundations-core/resources/assets/styles/components/border-radius.scss */

.uk-border-radius {
  border-radius: 0.375em;
}

/* line 15, ../foundations-core/resources/assets/styles/components/border-radius.scss */

.uk-border-radius-small {
  border-radius: 0.1875em;
}

/* line 19, ../foundations-core/resources/assets/styles/components/border-radius.scss */

.uk-border-radius-large {
  border-radius: 0.75em;
}

/* ========================================================================
   Component: Width
 ========================================================================== */

/* Fixed Widths
 ========================================================================== */

/*
 * 1. `max-width` is needed for the pixel-based classes
 */

/* line 24, ../foundations-core/resources/assets/styles/components/width.scss */

[class*='uk-width'] {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 31, ../foundations-core/resources/assets/styles/components/width.scss */

*:not([class*='uk-dynamic-width']) > .uk-width-xsmall {
  width: 16.8rem;
}

/* line 32, ../foundations-core/resources/assets/styles/components/width.scss */

*:not([class*='uk-dynamic-width']) > .uk-width-small {
  width: 21rem;
}

/* line 33, ../foundations-core/resources/assets/styles/components/width.scss */

*:not([class*='uk-dynamic-width']) > .uk-width-medium {
  width: 42rem;
}

/* line 34, ../foundations-core/resources/assets/styles/components/width.scss */

*:not([class*='uk-dynamic-width']) > .uk-width-large {
  width: 63rem;
}

/* line 35, ../foundations-core/resources/assets/styles/components/width.scss */

*:not([class*='uk-dynamic-width']) > .uk-width-xlarge {
  width: 84rem;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 41, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-xsmall\@s {
    width: 16.8rem;
  }

  /* line 42, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-small\@s {
    width: 21rem;
  }

  /* line 43, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-medium\@s {
    width: 42rem;
  }

  /* line 44, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-large\@s {
    width: 63rem;
  }

  /* line 45, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-xlarge\@s {
    width: 84rem;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 50, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-xsmall\@m {
    width: 16.8rem;
  }

  /* line 51, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-small\@m {
    width: 21rem;
  }

  /* line 52, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-medium\@m {
    width: 42rem;
  }

  /* line 53, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-large\@m {
    width: 63rem;
  }

  /* line 54, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-xlarge\@m {
    width: 84rem;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 59, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-xsmall\@l {
    width: 16.8rem;
  }

  /* line 60, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-small\@l {
    width: 21rem;
  }

  /* line 61, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-medium\@l {
    width: 42rem;
  }

  /* line 62, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-large\@l {
    width: 63rem;
  }

  /* line 63, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-xlarge\@l {
    width: 84rem;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 68, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-xsmall\@xl {
    width: 16.8rem;
  }

  /* line 69, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-small\@xl {
    width: 21rem;
  }

  /* line 70, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-medium\@xl {
    width: 42rem;
  }

  /* line 71, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-large\@xl {
    width: 63rem;
  }

  /* line 72, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-xlarge\@xl {
    width: 84rem;
  }
}

/* Dynamic Widths
 ========================================================================== */

/**
 * Default all dynamic width items to 100%
 */

@media (min-width: 300px) {
  /* line 93, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-small > .uk-width-xsmall,
  .uk-dynamic-width-medium > .uk-width-xsmall,
  .uk-dynamic-width-large > .uk-width-xsmall,
  .uk-dynamic-width-xlarge > .uk-width-xsmall {
    width: 50%;
  }
}

@media (min-width: 600px) {
  /* line 110, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-medium > .uk-width-xsmall,
  .uk-dynamic-width-large > .uk-width-xsmall,
  .uk-dynamic-width-xlarge > .uk-width-xsmall {
    width: calc(100% * 1 / 3.001);
  }

  /* line 114, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-medium > .uk-width-small,
  .uk-dynamic-width-large > .uk-width-small,
  .uk-dynamic-width-xlarge > .uk-width-small {
    width: 50%;
  }
}

@media (min-width: 900px) {
  /* line 125, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-large > .uk-width-xsmall,
  .uk-dynamic-width-xlarge > .uk-width-xsmall {
    width: 25%;
  }

  /* line 129, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-large > .uk-width-small,
  .uk-dynamic-width-xlarge > .uk-width-small {
    width: calc(100% * 1 / 3.001);
  }

  /* line 133, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-large > .uk-width-medium,
  .uk-dynamic-width-xlarge > .uk-width-medium {
    width: 50%;
  }

  /* line 137, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-large > .uk-width-large,
  .uk-dynamic-width-xlarge > .uk-width-large {
    width: calc(100% * 2 / 3.001);
  }
}

@media (min-width: 1200px) {
  /* line 147, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-xlarge > .uk-width-xsmall {
    width: 20%;
  }

  /* line 151, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-xlarge > .uk-width-small {
    width: 25%;
  }

  /* line 155, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-xlarge > .uk-width-medium {
    width: 37.5%;
  }

  /* line 159, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-dynamic-width-xlarge > .uk-width-large {
    width: 50%;
  }
}

/* Child controlling widths
 ========================================================================== */

/* line 170, ../foundations-core/resources/assets/styles/components/width.scss */

[class*='uk-child-width'] > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/* line 175, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-child-width-1-2 > * {
  width: 50%;
}

/* line 176, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

/* line 177, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-child-width-1-4 > * {
  width: 25%;
}

/* line 178, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-child-width-1-5 > * {
  width: 20%;
}

/* line 179, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

/* line 181, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-child-width-auto > * {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */

/* line 190, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-child-width-expand > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 199, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-1\@s > * {
    width: 100%;
  }

  /* line 200, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-2\@s > * {
    width: 50%;
  }

  /* line 201, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }

  /* line 202, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-4\@s > * {
    width: 25%;
  }

  /* line 203, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-5\@s > * {
    width: 20%;
  }

  /* line 204, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }

  /* line 206, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-auto\@s > * {
    width: auto;
  }

  /* line 207, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-expand\@s > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 217, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-1\@m > * {
    width: 100%;
  }

  /* line 218, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-2\@m > * {
    width: 50%;
  }

  /* line 219, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }

  /* line 220, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-4\@m > * {
    width: 25%;
  }

  /* line 221, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-5\@m > * {
    width: 20%;
  }

  /* line 222, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }

  /* line 224, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-auto\@m > * {
    width: auto;
  }

  /* line 225, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-expand\@m > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 235, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-1\@l > * {
    width: 100%;
  }

  /* line 236, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-2\@l > * {
    width: 50%;
  }

  /* line 237, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }

  /* line 238, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-4\@l > * {
    width: 25%;
  }

  /* line 239, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-5\@l > * {
    width: 20%;
  }

  /* line 240, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }

  /* line 242, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-auto\@l > * {
    width: auto;
  }

  /* line 243, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-expand\@l > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 253, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }

  /* line 254, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }

  /* line 255, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }

  /* line 256, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }

  /* line 257, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }

  /* line 258, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }

  /* line 260, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-auto\@xl > * {
    width: auto;
  }

  /* line 261, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-child-width-expand\@xl > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 1px;
  }
}

/* Whole */

/* line 269, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-1-1 {
  width: 100%;
}

/* Halves */

/* line 272, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-1-2 {
  width: 50%;
}

/* Thirds */

/* line 275, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

/* line 276, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */

/* line 279, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-1-4 {
  width: 25%;
}

/* line 280, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */

/* line 283, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-1-5 {
  width: 20%;
}

/* line 284, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-2-5 {
  width: 40%;
}

/* line 285, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-3-5 {
  width: 60%;
}

/* line 286, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */

/* line 289, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

/* line 290, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Auto */

/* line 293, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-auto {
  width: auto;
}

/* Expand */

/* line 296, ../foundations-core/resources/assets/styles/components/width.scss */

.uk-width-expand {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* Whole */

  /* line 305, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-1\@s {
    width: 100%;
  }

  /* Halves */

  /* line 308, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-2\@s {
    width: 50%;
  }

  /* Thirds */

  /* line 311, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }

  /* line 312, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  /* line 315, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-4\@s {
    width: 25%;
  }

  /* line 316, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-3-4\@s {
    width: 75%;
  }

  /* Fifths */

  /* line 319, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-5\@s {
    width: 20%;
  }

  /* line 320, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-2-5\@s {
    width: 40%;
  }

  /* line 321, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-3-5\@s {
    width: 60%;
  }

  /* line 322, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-4-5\@s {
    width: 80%;
  }

  /* Sixths */

  /* line 325, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }

  /* line 326, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }

  /* Auto */

  /* line 329, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-auto\@s {
    width: auto;
  }

  /* Expand */

  /* line 332, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-expand\@s {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 1px;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* Whole */

  /* line 343, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-1\@m {
    width: 100%;
  }

  /* Halves */

  /* line 346, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-2\@m {
    width: 50%;
  }

  /* Thirds */

  /* line 349, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }

  /* line 350, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  /* line 353, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-4\@m {
    width: 25%;
  }

  /* line 354, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-3-4\@m {
    width: 75%;
  }

  /* Fifths */

  /* line 357, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-5\@m {
    width: 20%;
  }

  /* line 358, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-2-5\@m {
    width: 40%;
  }

  /* line 359, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-3-5\@m {
    width: 60%;
  }

  /* line 360, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-4-5\@m {
    width: 80%;
  }

  /* Sixths */

  /* line 363, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }

  /* line 364, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }

  /* Auto */

  /* line 367, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-auto\@m {
    width: auto;
  }

  /* Expand */

  /* line 370, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-expand\@m {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 1px;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* Whole */

  /* line 381, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-1\@l {
    width: 100%;
  }

  /* Halves */

  /* line 384, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-2\@l {
    width: 50%;
  }

  /* Thirds */

  /* line 387, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }

  /* line 388, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  /* line 391, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-4\@l {
    width: 25%;
  }

  /* line 392, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-3-4\@l {
    width: 75%;
  }

  /* Fifths */

  /* line 395, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-5\@l {
    width: 20%;
  }

  /* line 396, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-2-5\@l {
    width: 40%;
  }

  /* line 397, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-3-5\@l {
    width: 60%;
  }

  /* line 398, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-4-5\@l {
    width: 80%;
  }

  /* Sixths */

  /* line 401, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }

  /* line 402, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }

  /* Auto */

  /* line 405, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-auto\@l {
    width: auto;
  }

  /* Expand */

  /* line 408, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-expand\@l {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 1px;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* Whole */

  /* line 419, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-1\@xl {
    width: 100%;
  }

  /* Halves */

  /* line 422, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-2\@xl {
    width: 50%;
  }

  /* Thirds */

  /* line 425, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }

  /* line 426, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */

  /* line 429, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-4\@xl {
    width: 25%;
  }

  /* line 430, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-3-4\@xl {
    width: 75%;
  }

  /* Fifths */

  /* line 433, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-5\@xl {
    width: 20%;
  }

  /* line 434, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-2-5\@xl {
    width: 40%;
  }

  /* line 435, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-3-5\@xl {
    width: 60%;
  }

  /* line 436, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-4-5\@xl {
    width: 80%;
  }

  /* Sixths */

  /* line 439, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }

  /* line 440, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }

  /* Auto */

  /* line 443, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-auto\@xl {
    width: auto;
  }

  /* Expand */

  /* line 446, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-expand\@xl {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 1px;
  }
}

/**
 * Reverse 100% width classes, for use with style based width controls
 */

/* Phone landscape and bigger */

@media (max-width: 300px) {
  /* line 459, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-1\^s {
    width: 100% !important;
  }
}

/* Tablet landscape and bigger */

@media (max-width: 600px) {
  /* line 464, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-1\^m {
    width: 100% !important;
  }
}

/* Desktop and bigger */

@media (max-width: 900px) {
  /* line 469, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-1\^l {
    width: 100% !important;
  }
}

/* Large screen and bigger */

@media (max-width: 1200px) {
  /* line 474, ../foundations-core/resources/assets/styles/components/width.scss */

  .uk-width-1-1\^xl {
    width: 100% !important;
  }
}

/* ========================================================================
   Component: Height
 ========================================================================== */

/* line 21, ../foundations-core/resources/assets/styles/components/height.scss */

[class*='uk-height'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */

/* line 27, ../foundations-core/resources/assets/styles/components/height.scss */

.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */

/* line 33, ../foundations-core/resources/assets/styles/components/height.scss */

.uk-height-viewport {
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */

/* line 43, ../foundations-core/resources/assets/styles/components/height.scss */

.uk-height-small {
  height: 16rem;
}

/* line 44, ../foundations-core/resources/assets/styles/components/height.scss */

.uk-height-medium {
  height: 24rem;
}

/* line 45, ../foundations-core/resources/assets/styles/components/height.scss */

.uk-height-large {
  height: 48rem;
}

/* line 47, ../foundations-core/resources/assets/styles/components/height.scss */

.uk-height-max-small {
  max-height: 16rem;
}

/* line 48, ../foundations-core/resources/assets/styles/components/height.scss */

.uk-height-max-medium {
  max-height: 24rem;
}

/* line 49, ../foundations-core/resources/assets/styles/components/height.scss */

.uk-height-max-large {
  max-height: 48rem;
}

/* ========================================================================
   Component: Text
 ========================================================================== */

/* Style modifiers
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-lead,
.is-style-text-lead,
.uk-text-lead > p,
.is-style-text-lead > p,
.uk-article-content > .uk-text-lead,
.uk-article-content > .is-style-text-lead {
  font-size: 1.3125em;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-meta,
.is-style-text-meta {
  font-size: 0.82031rem;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-label,
.wc-pao-addon-participant-names > label,
.wc-pao-addon-participant-names::after,
.uk-article-content > .uk-text-label,
.is-style-text-label {
  font-size: 0.8125rem;
  font-family: Enriq, "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0.1em;
}

/**
 * Custom label text class
 */

/* line 89, ../foundations-core/resources/assets/styles/components/text.scss */

.wc-pao-addon-participant-names.uk-article-content > label,
.uk-article-content > .wc-pao-addon-participant-names::after,
.uk-article-content > .uk-text-label,
.uk-article-content > .is-style-text-label {
  display: block;
  margin-bottom: 1.03125rem;
  /* Add margin if adjacent element */
}

/* line 96, ../foundations-core/resources/assets/styles/components/text.scss */

.wc-pao-addon-participant-names.uk-article-content > label + h1,
.uk-article-content > .wc-pao-addon-participant-names::after + h1,
.uk-article-content > .uk-text-label + h1,
.uk-article-content > .is-style-text-label + h1,
.wc-pao-addon-participant-names.uk-article-content > label + .uk-h1,
.uk-article-content > .wc-pao-addon-participant-names::after + .uk-h1,
.uk-article-content > .uk-text-label + .uk-h1,
.uk-article-content > .is-style-text-label + .uk-h1,
.wc-pao-addon-participant-names.uk-article-content > label + h2,
.uk-article-content > .wc-pao-addon-participant-names::after + h2,
.uk-article-content > .uk-text-label + h2,
.uk-article-content > .is-style-text-label + h2,
.wc-pao-addon-participant-names.uk-article-content > label + .uk-h2,
.uk-article-content > .wc-pao-addon-participant-names::after + .uk-h2,
.uk-article-content > .uk-text-label + .uk-h2,
.uk-article-content > .is-style-text-label + .uk-h2,
.wc-pao-addon-participant-names.uk-article-content > label + h3,
.uk-article-content > .wc-pao-addon-participant-names::after + h3,
.uk-article-content > .uk-text-label + h3,
.uk-article-content > .is-style-text-label + h3,
.wc-pao-addon-participant-names.uk-article-content > label + .uk-h3,
.uk-article-content > .wc-pao-addon-participant-names::after + .uk-h3,
.uk-article-content > .uk-text-label + .uk-h3,
.uk-article-content > .is-style-text-label + .uk-h3,
.wc-pao-addon-participant-names.uk-article-content > label + h4,
.uk-article-content > .wc-pao-addon-participant-names::after + h4,
.uk-article-content > .uk-text-label + h4,
.uk-article-content > .is-style-text-label + h4,
.wc-pao-addon-participant-names.uk-article-content > label + .uk-h4,
.uk-article-content > .wc-pao-addon-participant-names::after + .uk-h4,
.uk-article-content > .uk-text-label + .uk-h4,
.uk-article-content > .is-style-text-label + .uk-h4,
.wc-pao-addon-participant-names.uk-article-content > label + h5,
.uk-article-content > .wc-pao-addon-participant-names::after + h5,
.uk-article-content > .uk-text-label + h5,
.uk-article-content > .is-style-text-label + h5,
.wc-pao-addon-participant-names.uk-article-content > label + .uk-h5,
.uk-article-content > .wc-pao-addon-participant-names::after + .uk-h5,
.uk-article-content > .uk-text-label + .uk-h5,
.uk-article-content > .is-style-text-label + .uk-h5,
.wc-pao-addon-participant-names.uk-article-content > label + h6,
.uk-article-content > .wc-pao-addon-participant-names::after + h6,
.uk-article-content > .uk-text-label + h6,
.uk-article-content > .is-style-text-label + h6,
.wc-pao-addon-participant-names.uk-article-content > label + .uk-h6,
.uk-article-content > .wc-pao-addon-participant-names::after + .uk-h6,
.uk-article-content > .uk-text-label + .uk-h6,
.uk-article-content > .is-style-text-label + .uk-h6 {
  margin-top: 0.51562rem;
}

/* Size modifiers
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-small,
.has-small-font-size {
  font-size: 0.82031rem;
}

/* line 120, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-margin-small > * {
  margin-bottom: 0.90234rem;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-large,
.has-large-font-size {
  font-size: 1.17188rem;
}

/* line 129, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-margin-large > * {
  margin-bottom: 1.28906rem;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-small\@s {
    font-size: 0.82031rem;
  }

  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-normal\@s {
    font-size: 0.9375rem;
  }

  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-large\@s {
    font-size: 1.17188rem;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-small\@m {
    font-size: 0.82031rem;
  }

  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-normal\@m {
    font-size: 0.9375rem;
  }

  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-large\@m {
    font-size: 1.17188rem;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-small\@l {
    font-size: 0.82031rem;
  }

  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-normal\@l {
    font-size: 0.9375rem;
  }

  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-large\@l {
    font-size: 1.17188rem;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-small\@xl {
    font-size: 0.82031rem;
  }

  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-normal\@xl {
    font-size: 0.9375rem;
  }

  /* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

  .uk-text-large\@xl {
    font-size: 1.17188rem;
  }
}

/* Weight modifier
 ========================================================================== */

/* line 196, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-bold {
  font-weight: bold;
}

/* Transform modifier
 ========================================================================== */

/* line 202, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-uppercase {
  text-transform: uppercase !important;
}

/* line 203, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-capitalize {
  text-transform: capitalize !important;
}

/* line 204, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Color modifiers
 ========================================================================== */

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-music,
.has-text-color.has-music-color {
  color: #882af4;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-secondarytug,
.has-text-color.has-secondarytug-color {
  color: #008081;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-primarytug,
.has-text-color.has-primarytug-color {
  color: #42c4bc;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-secondarynewstars,
.has-text-color.has-secondarynewstars-color {
  color: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-primarynewstars,
.has-text-color.has-primarynewstars-color {
  color: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-transparent,
.has-text-color.has-transparent-color {
  color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-danger,
.has-text-color.has-danger-color {
  color: #ff0e0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-warning,
.has-text-color.has-warning-color {
  color: #ff8f0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-success,
.has-text-color.has-success-color {
  color: #60cf17;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-darken,
.has-text-color.has-darken-color {
  color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-lighten,
.has-text-color.has-lighten-color {
  color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-dark,
.has-text-color.has-dark-color {
  color: #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-light,
.has-text-color.has-light-color {
  color: #f2f2f2;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-secondary,
.has-text-color.has-secondary-color {
  color: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-primary,
.has-text-color.has-primary-color {
  color: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-text-default,
.has-text-color.has-default-color {
  color: #fff;
}

/* Background modifier
 ========================================================================== */

/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */

/* line 224, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #ffd900 !important;
}

@supports (-webkit-background-clip: text) {
  /* line 236, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-background {
    background-color: #ffd900;
  }
}

/* Child Text Alignment modifiers + This is in addition to the basic direct text alignment modifier
 ========================================================================== */

/* line 247, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-align-left > * {
  text-align: left;
}

/* line 248, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-align-right > * {
  text-align: right;
}

/* line 249, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-align-center > * {
  text-align: center;
}

/* line 250, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-align-justify > * {
  text-align: justify;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 255, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-left\@s > * {
    text-align: left;
  }

  /* line 256, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-right\@s > * {
    text-align: right;
  }

  /* line 257, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-center\@s > * {
    text-align: center;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 264, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-left\@m > * {
    text-align: left;
  }

  /* line 265, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-right\@m > * {
    text-align: right;
  }

  /* line 266, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-center\@m > * {
    text-align: center;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 273, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-left\@l > * {
    text-align: left;
  }

  /* line 274, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-right\@l > * {
    text-align: right;
  }

  /* line 275, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-center\@l > * {
    text-align: center;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 282, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-left\@xl > * {
    text-align: left;
  }

  /* line 283, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-right\@xl > * {
    text-align: right;
  }

  /* line 284, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-align-center\@xl > * {
    text-align: center;
  }
}

/* Alignment modifiers
 ========================================================================== */

/* line 292, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-left {
  text-align: left !important;
}

/* line 293, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-right {
  text-align: right !important;
}

/* line 294, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-center {
  text-align: center !important;
}

/* line 295, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 300, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-left\@s {
    text-align: left !important;
  }

  /* line 301, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-right\@s {
    text-align: right !important;
  }

  /* line 302, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-center\@s {
    text-align: center !important;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 309, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-left\@m {
    text-align: left !important;
  }

  /* line 310, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-right\@m {
    text-align: right !important;
  }

  /* line 311, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-center\@m {
    text-align: center !important;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 318, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-left\@l {
    text-align: left !important;
  }

  /* line 319, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-right\@l {
    text-align: right !important;
  }

  /* line 320, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-center\@l {
    text-align: center !important;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 327, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-left\@xl {
    text-align: left !important;
  }

  /* line 328, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-right\@xl {
    text-align: right !important;
  }

  /* line 329, ../foundations-core/resources/assets/styles/components/text.scss */

  .uk-text-center\@xl {
    text-align: center !important;
  }
}

/*
 * Vertical
 */

/* line 337, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-top {
  vertical-align: top !important;
}

/* line 338, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-middle {
  vertical-align: middle !important;
}

/* line 339, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-bottom {
  vertical-align: bottom !important;
}

/* line 340, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */

/*
 * Prevent text from wrapping onto multiple lines
 */

/* line 350, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */

/* line 358, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */

/* line 368, ../foundations-core/resources/assets/styles/components/text.scss */

th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
}

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */

/* line 380, ../foundations-core/resources/assets/styles/components/text.scss */

.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}

/* 3 */

/* line 388, ../foundations-core/resources/assets/styles/components/text.scss */

th.uk-text-break,
td.uk-text-break {
  word-break: break-all;
}

/* ========================================================================
   Component: Column
 ========================================================================== */

/* line 27, ../foundations-core/resources/assets/styles/components/column.scss */

[class*='uk-column-'] {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 32, ../foundations-core/resources/assets/styles/components/column.scss */

  [class*='uk-column-'] {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */

/* line 40, ../foundations-core/resources/assets/styles/components/column.scss */

[class*='uk-column-'] img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */

/*
 * 1. Double the column gap
 */

/* line 50, ../foundations-core/resources/assets/styles/components/column.scss */

.uk-column-divider {
  -webkit-column-rule: 1px solid #030303;
     -moz-column-rule: 1px solid #030303;
          column-rule: 1px solid #030303;
  /* 1 */
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 59, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-divider {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

/* Width modifiers
 ========================================================================== */

/* line 69, ../foundations-core/resources/assets/styles/components/column.scss */

.uk-column-1-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

/* line 70, ../foundations-core/resources/assets/styles/components/column.scss */

.uk-column-1-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

/* line 71, ../foundations-core/resources/assets/styles/components/column.scss */

.uk-column-1-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

/* line 72, ../foundations-core/resources/assets/styles/components/column.scss */

.uk-column-1-5 {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
}

/* line 73, ../foundations-core/resources/assets/styles/components/column.scss */

.uk-column-1-6 {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 78, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-2\@s {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  /* line 79, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-3\@s {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  /* line 80, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-4\@s {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  /* line 81, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-5\@s {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }

  /* line 82, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-6\@s {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 89, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-2\@m {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  /* line 90, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-3\@m {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  /* line 91, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-4\@m {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  /* line 92, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-5\@m {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }

  /* line 93, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-6\@m {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 100, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-2\@l {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  /* line 101, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-3\@l {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  /* line 102, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-4\@l {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  /* line 103, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-5\@l {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }

  /* line 104, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-6\@l {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 111, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-2\@xl {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  /* line 112, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-3\@xl {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  /* line 113, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-4\@xl {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  /* line 114, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-5\@xl {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }

  /* line 115, ../foundations-core/resources/assets/styles/components/column.scss */

  .uk-column-1-6\@xl {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */

/* line 123, ../foundations-core/resources/assets/styles/components/column.scss */

.uk-column-span {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */

/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */

/* line 23, ../foundations-core/resources/assets/styles/components/cover.scss */

.uk-cover {
  /* 1 */
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 34, ../foundations-core/resources/assets/styles/components/cover.scss */

.uk-cover.uk-cover-top {
  top: 0;
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* line 40, ../foundations-core/resources/assets/styles/components/cover.scss */

iframe.uk-cover {
  pointer-events: none;
}

/* Container
 ========================================================================== */

/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */

/* line 51, ../foundations-core/resources/assets/styles/components/cover.scss */

.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-music,
.has-background.has-music-background-color {
  background: #882af4;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-secondarytug,
.has-background.has-secondarytug-background-color {
  background: #008081;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-primarytug,
.has-background.has-primarytug-background-color {
  background: #42c4bc;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-secondarynewstars,
.has-background.has-secondarynewstars-background-color {
  background: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-primarynewstars,
.has-background.has-primarynewstars-background-color {
  background: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-transparent,
.has-background.has-transparent-background-color {
  background: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-danger,
.has-background.has-danger-background-color {
  background: #ff0e0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-warning,
.has-background.has-warning-background-color {
  background: #ff8f0e;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-success,
.has-background.has-success-background-color {
  background: #60cf17;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-darken,
.has-background.has-darken-background-color {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-lighten,
.has-background.has-lighten-background-color {
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-dark,
.has-background.has-dark-background-color {
  background: #030303;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-light,
.has-background.has-light-background-color {
  background: #f2f2f2;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-secondary,
.has-background.has-secondary-background-color {
  background: #474747;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-primary,
.has-background.has-primary-background-color {
  background: #ffd900;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.uk-background-default,
.has-background.has-default-background-color {
  background: #fff;
}

/* Size
 ========================================================================== */

/* line 24, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-cover,
.uk-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 30, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-cover {
  background-size: cover;
}

/* line 31, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-contain {
  background-size: contain;
}

/* Position
 ========================================================================== */

/* line 37, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-top-left {
  background-position: 0 0;
}

/* line 38, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-top-center {
  background-position: 50% 0;
}

/* line 39, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-top-right {
  background-position: 100% 0;
}

/* line 40, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-center-left {
  background-position: 0 50%;
}

/* line 41, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-center-center {
  background-position: 50% 50%;
}

/* line 42, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-center-right {
  background-position: 100% 50%;
}

/* line 43, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-bottom-left {
  background-position: 0 100%;
}

/* line 44, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-bottom-center {
  background-position: 50% 100%;
}

/* line 45, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-bottom-right {
  background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */

/* line 51, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-norepeat {
  background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */

/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */

/* line 61, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */

@media (pointer: coarse) {
  /* line 72, ../foundations-core/resources/assets/styles/components/background.scss */

  .uk-background-fixed {
    background-attachment: scroll;
  }
}

/* Image
 ========================================================================== */

/* Phone portrait and smaller */

@media (max-width: 299px) {
  /* line 82, ../foundations-core/resources/assets/styles/components/background.scss */

  .uk-background-image\@s {
    background-image: none !important;
  }
}

/* Phone landscape and smaller */

@media (max-width: 599px) {
  /* line 89, ../foundations-core/resources/assets/styles/components/background.scss */

  .uk-background-image\@m {
    background-image: none !important;
  }
}

/* Tablet landscape and smaller */

@media (max-width: 899px) {
  /* line 96, ../foundations-core/resources/assets/styles/components/background.scss */

  .uk-background-image\@l {
    background-image: none !important;
  }
}

/* Desktop and smaller */

@media (max-width: 1199px) {
  /* line 103, ../foundations-core/resources/assets/styles/components/background.scss */

  .uk-background-image\@xl {
    background-image: none !important;
  }
}

/* Blend modes
 ========================================================================== */

/* line 111, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

/* line 112, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-screen {
  background-blend-mode: screen;
}

/* line 113, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

/* line 114, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-darken {
  background-blend-mode: darken;
}

/* line 115, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

/* line 116, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

/* line 117, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

/* line 118, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

/* line 119, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

/* line 120, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-difference {
  background-blend-mode: difference;
}

/* line 121, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

/* line 122, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-hue {
  background-blend-mode: hue;
}

/* line 123, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

/* line 124, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-color {
  background-blend-mode: color;
}

/* line 125, ../foundations-core/resources/assets/styles/components/background.scss */

.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */

/*
 * Default
 */

/* line 28, ../foundations-core/resources/assets/styles/components/align.scss */

[class*='uk-align'] {
  display: block;
  margin-bottom: 2rem;
}

/* line 33, ../foundations-core/resources/assets/styles/components/align.scss */

* + [class*='uk-align'] {
  margin-top: 2rem;
}

/*
 * Center
 */

/* line 39, ../foundations-core/resources/assets/styles/components/align.scss */

.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */

/* line 48, ../foundations-core/resources/assets/styles/components/align.scss */

.uk-align-left {
  margin-top: 0;
  margin-right: 2rem;
  float: left;
}

/* line 54, ../foundations-core/resources/assets/styles/components/align.scss */

.uk-align-right {
  margin-top: 0;
  margin-left: 2rem;
  float: right;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 63, ../foundations-core/resources/assets/styles/components/align.scss */

  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 2rem;
    float: left;
  }

  /* line 69, ../foundations-core/resources/assets/styles/components/align.scss */

  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 2rem;
    float: right;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 80, ../foundations-core/resources/assets/styles/components/align.scss */

  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 2rem;
    float: left;
  }

  /* line 86, ../foundations-core/resources/assets/styles/components/align.scss */

  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 2rem;
    float: right;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 97, ../foundations-core/resources/assets/styles/components/align.scss */

  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }

  /* line 102, ../foundations-core/resources/assets/styles/components/align.scss */

  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }

  /* line 107, ../foundations-core/resources/assets/styles/components/align.scss */

  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 2rem;
  }

  /* line 112, ../foundations-core/resources/assets/styles/components/align.scss */

  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 2rem;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 122, ../foundations-core/resources/assets/styles/components/align.scss */

  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 2rem;
    float: left;
  }

  /* line 128, ../foundations-core/resources/assets/styles/components/align.scss */

  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 2rem;
    float: right;
  }
}

/* ========================================================================
   Component: SVG
 ========================================================================== */

/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */

/* 1 */

/* line 19, ../foundations-core/resources/assets/styles/components/svg.scss */

.uk-svg:not(.uk-preserve):not(.uk-icon),
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}

/* line 22, ../foundations-core/resources/assets/styles/components/svg.scss */

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */

/* line 28, ../foundations-core/resources/assets/styles/components/svg.scss */

.uk-svg {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */

/* Panel
 ========================================================================== */

/* line 66, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-panel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * Micro clearfix
 */

/* line 75, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table;
}

/* line 81, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-panel::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */

/* line 87, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */

/* line 94, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 2px solid #030303;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/* Clearfix
 ========================================================================== */

/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */

/* 1 */

/* line 115, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */

/* line 121, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */

/*
 * 1. Prevent content overflow
 */

/* line 135, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-float-left {
  float: left;
}

/* line 136, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-float-right {
  float: right;
}

/* 1 */

/* line 139, ../foundations-core/resources/assets/styles/components/utility.scss */

[class*='uk-float-'] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */

/* line 145, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-overflow-hidden {
  overflow: hidden;
}

/* line 147, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-overflow-visible {
  overflow: visible;
}

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */

/* line 154, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 159, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Resize
 ========================================================================== */

/* line 165, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-resize {
  resize: both;
}

/* line 166, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */

/* line 172, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-display-block {
  display: block !important;
}

/* line 173, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-display-inline {
  display: inline !important;
}

/* line 174, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-display-inline-block {
  display: inline-block !important;
}

/* Inline
 ========================================================================== */

/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */

/* line 190, ../foundations-core/resources/assets/styles/components/utility.scss */

[class*='uk-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

/* line 203, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */

/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */

/* line 217, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */

/* line 228, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-responsive-width,
.uk-responsive-height {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */

/* line 236, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */

/* line 249, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/* Border
 ========================================================================== */

/* line 262, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-border-circle {
  border-radius: 50%;
}

/* line 263, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-border-pill {
  border-radius: 500px;
}

/* line 264, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */

/* line 270, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */

/* line 276, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-small {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* line 277, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-medium {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 278, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-large {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

/* line 279, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-xlarge {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */

/* line 285, ../foundations-core/resources/assets/styles/components/utility.scss */

[class*='uk-hover'] {
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

/* line 287, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-hover-small:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* line 288, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-hover-medium:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 289, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-hover-large:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

/* line 290, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-hover-xlarge:hover {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */

/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */

/* line 303, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-bottom {
  -webkit-box-shadow: 0 32px 48px -48px rgba(0, 0, 0, 0.3);
          box-shadow: 0 32px 48px -48px rgba(0, 0, 0, 0.3);
}

/* Drop cap
 ========================================================================== */

/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */

/* line 349, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 5.55em;
  line-height: 1;
}

/* 2 */

@-moz-document url-prefix()  {
  /* line 362, ../foundations-core/resources/assets/styles/components/utility.scss */

  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}

/* 3 */

@supports (-ms-ime-align: auto) {
  /* line 370, ../foundations-core/resources/assets/styles/components/utility.scss */

  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}

/* Disabled State
 ========================================================================== */

/* line 378, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */

/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */

/* line 389, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-drag,
.uk-drag * {
  cursor: move;
}

/* 2 */

/* line 394, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */

/*
 * Create a box-shadow when dragging a file over the upload area
 */

/* line 404, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-dragover {
  -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
          box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */

/* line 410, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-multiply {
  mix-blend-mode: multiply;
}

/* line 411, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-screen {
  mix-blend-mode: screen;
}

/* line 412, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

/* line 413, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-darken {
  mix-blend-mode: darken;
}

/* line 414, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

/* line 415, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

/* line 416, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

/* line 417, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

/* line 418, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

/* line 419, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-difference {
  mix-blend-mode: difference;
}

/* line 420, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

/* line 421, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-hue {
  mix-blend-mode: hue;
}

/* line 422, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

/* line 423, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-color {
  mix-blend-mode: color;
}

/* line 424, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */

/* line 430, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-transform-center {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */

/* line 436, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-transform-origin-top-left {
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}

/* line 437, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-transform-origin-top-center {
  -webkit-transform-origin: 50% 0;
       -o-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

/* line 438, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-transform-origin-top-right {
  -webkit-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

/* line 439, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-transform-origin-center-left {
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

/* line 440, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-transform-origin-center-right {
  -webkit-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

/* line 441, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-transform-origin-bottom-left {
  -webkit-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

/* line 442, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-transform-origin-bottom-center {
  -webkit-transform-origin: 50% 100%;
       -o-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

/* line 443, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-transform-origin-bottom-right {
  -webkit-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

/* Cursor
========================================================================== */

/* line 448, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-cursor-pointer {
  cursor: pointer !important;
}

/* line 452, ../foundations-core/resources/assets/styles/components/utility.scss */

.uk-cursor-default {
  cursor: default !important;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */

/* line 13, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 14, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* Alignment
 ========================================================================== */

/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */

/* line 25, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 26, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 27, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 28, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 29, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 35, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-left\@s {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 36, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-center\@s {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 37, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-right\@s {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  /* line 38, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-between\@s {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 39, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-around\@s {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 46, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-left\@m {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 47, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-center\@m {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 48, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-right\@m {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  /* line 49, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-between\@m {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 50, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-around\@m {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 57, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-left\@l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 58, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-center\@l {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 59, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-right\@l {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  /* line 60, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-between\@l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 61, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-around\@l {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 68, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-left\@xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 69, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-center\@xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 70, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-right\@xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  /* line 71, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-between\@xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 72, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-around\@xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */

/* line 82, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 83, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 84, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 85, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* Direction
 ========================================================================== */

/* line 92, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 93, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 94, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 95, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */

/* line 102, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 103, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 104, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */

/* line 112, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-wrap-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/* line 113, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

/* line 114, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
      align-content: center;
}

/* line 115, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

/* line 116, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-wrap-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

/* line 117, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-wrap-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

/* Item ordering
 ========================================================================== */

/*
 * Default is 0
 */

/* line 127, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* line 128, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-last {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 134, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-first\@s {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 135, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-last\@s {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 142, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-first\@m {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 143, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-last\@m {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 150, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-first\@l {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 151, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-last\@l {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 158, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-first\@xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 159, ../foundations-core/resources/assets/styles/components/flex.scss */

  .uk-flex-last\@xl {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}

/* Item dimensions
 ========================================================================== */

/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */

/*
 * No Flex: 0 0 auto
 * Content dimensions
 */

/* line 177, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */

/* line 184, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */

/* line 191, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*
 * Flex Grow
 */

/* line 196, ../foundations-core/resources/assets/styles/components/flex.scss */

.uk-flex-expand {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */

/*
 * Default
 */

/* line 43, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin {
  margin-bottom: 2rem;
}

/* line 44, ../foundations-core/resources/assets/styles/components/margin.scss */

* + .uk-margin {
  margin-top: 2rem !important;
}

/* line 46, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-top {
  margin-top: 2rem !important;
}

/* line 47, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-bottom {
  margin-bottom: 2rem !important;
}

/* line 48, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-left {
  margin-left: 2rem !important;
}

/* line 49, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-right {
  margin-right: 2rem !important;
}

/* XSmall
 ========================================================================== */

/* line 54, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-xsmall {
  margin-bottom: 0.75rem;
}

/* line 55, ../foundations-core/resources/assets/styles/components/margin.scss */

* + .uk-margin-xsmall {
  margin-top: 0.75rem !important;
}

/* line 57, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-xsmall-top {
  margin-top: 0.75rem !important;
}

/* line 58, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-xsmall-bottom {
  margin-bottom: 0.75rem !important;
}

/* line 59, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-xsmall-left {
  margin-left: 0.75rem !important;
}

/* line 60, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-xsmall-right {
  margin-right: 0.75rem !important;
}

/* Small
 ========================================================================== */

/* line 66, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-small {
  margin-bottom: 1.5rem;
}

/* line 67, ../foundations-core/resources/assets/styles/components/margin.scss */

* + .uk-margin-small {
  margin-top: 1.5rem !important;
}

/* line 69, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-small-top {
  margin-top: 1.5rem !important;
}

/* line 70, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-small-bottom {
  margin-bottom: 1.5rem !important;
}

/* line 71, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-small-left {
  margin-left: 1.5rem !important;
}

/* line 72, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-small-right {
  margin-right: 1.5rem !important;
}

/* Medium
 ========================================================================== */

/* line 78, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-medium {
  margin-bottom: 2rem;
}

/* line 79, ../foundations-core/resources/assets/styles/components/margin.scss */

* + .uk-margin-medium {
  margin-top: 2rem !important;
}

/* line 81, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-medium-top {
  margin-top: 2rem !important;
}

/* line 82, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-medium-bottom {
  margin-bottom: 2rem !important;
}

/* line 83, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-medium-left {
  margin-left: 2rem !important;
}

/* line 84, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-medium-right {
  margin-right: 2rem !important;
}

/* Large
 ========================================================================== */

/* line 90, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-large {
  margin-bottom: 2rem;
}

/* line 91, ../foundations-core/resources/assets/styles/components/margin.scss */

* + .uk-margin-large {
  margin-top: 2rem !important;
}

/* line 93, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-large-top {
  margin-top: 2rem !important;
}

/* line 94, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-large-bottom {
  margin-bottom: 2rem !important;
}

/* line 95, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-large-left {
  margin-left: 2rem !important;
}

/* line 96, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-large-right {
  margin-right: 2rem !important;
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 101, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-large {
    margin-bottom: 3rem;
  }

  /* line 102, ../foundations-core/resources/assets/styles/components/margin.scss */

  * + .uk-margin-large {
    margin-top: 3rem !important;
  }

  /* line 104, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-large-top {
    margin-top: 3rem !important;
  }

  /* line 105, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-large-bottom {
    margin-bottom: 3rem !important;
  }

  /* line 106, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-large-left {
    margin-left: 3rem !important;
  }

  /* line 107, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-large-right {
    margin-right: 3rem !important;
  }
}

/* XLarge
 ========================================================================== */

/* line 115, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-xlarge {
  margin-bottom: 3rem;
}

/* line 116, ../foundations-core/resources/assets/styles/components/margin.scss */

* + .uk-margin-xlarge {
  margin-top: 3rem !important;
}

/* line 118, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-xlarge-top {
  margin-top: 3rem !important;
}

/* line 119, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-xlarge-bottom {
  margin-bottom: 3rem !important;
}

/* line 120, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-xlarge-left {
  margin-left: 3rem !important;
}

/* line 121, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-xlarge-right {
  margin-right: 3rem !important;
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 126, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-xlarge {
    margin-bottom: 4.5rem;
  }

  /* line 127, ../foundations-core/resources/assets/styles/components/margin.scss */

  * + .uk-margin-xlarge {
    margin-top: 4.5rem !important;
  }

  /* line 129, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-xlarge-top {
    margin-top: 4.5rem !important;
  }

  /* line 130, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-xlarge-bottom {
    margin-bottom: 4.5rem !important;
  }

  /* line 131, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-xlarge-left {
    margin-left: 4.5rem !important;
  }

  /* line 132, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-xlarge-right {
    margin-right: 4.5rem !important;
  }
}

/* Auto
 ========================================================================== */

/* line 140, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 145, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-auto-top {
  margin-top: auto !important;
}

/* line 146, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}

/* line 147, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-auto-left {
  margin-left: auto !important;
}

/* line 148, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-auto-right {
  margin-right: auto !important;
}

/* line 150, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 158, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 163, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }

  /* line 164, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 171, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 176, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }

  /* line 177, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 184, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 189, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }

  /* line 190, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 197, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 202, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }

  /* line 203, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}

/* Remove
 ========================================================================== */

/* line 211, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-remove {
  margin: 0 !important;
}

/* line 212, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-remove-top {
  margin-top: 0 !important;
}

/* line 213, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

/* line 214, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-remove-left {
  margin-left: 0 !important;
}

/* line 215, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-remove-right {
  margin-right: 0 !important;
}

/* line 217, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 222, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

/* line 224, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 229, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }

  /* line 230, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 237, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }

  /* line 238, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 245, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }

  /* line 246, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 253, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }

  /* line 254, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}

/**
 * Negative Margin Utility
 */

/* line 261, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-negative-top,
.uk-margin-negative-medium-top {
  margin-top: -2rem !important;
}

/* line 264, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-negative-bottom,
.uk-margin-negative-medium-bottom {
  margin-bottom: -2rem !important;
}

/* line 267, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-negative-xsmall-top {
  margin-top: -0.75rem !important;
}

/* line 268, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-negative-xsmall-bottom {
  margin-bottom: -0.75rem !important;
}

/* line 270, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-negative-small-top {
  margin-top: -1.5rem !important;
}

/* line 271, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-negative-small-bottom {
  margin-bottom: -1.5rem !important;
}

/* line 273, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-negative-large-top {
  margin-top: -2rem !important;
}

/* line 274, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-negative-large-bottom {
  margin-bottom: -2rem !important;
}

/* line 276, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-negative-xlarge-top {
  margin-top: -3rem !important;
}

/* line 277, ../foundations-core/resources/assets/styles/components/margin.scss */

.uk-margin-negative-xlarge-bottom {
  margin-bottom: -3rem !important;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 283, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-top\@s,
  .uk-margin-negative-medium-top\@s {
    margin-top: -2rem !important;
  }

  /* line 286, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-bottom\@s,
  .uk-margin-negative-medium-bottom\@s {
    margin-bottom: -2rem !important;
  }

  /* line 289, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xsmall-top\@s {
    margin-top: -0.75rem !important;
  }

  /* line 290, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xsmall-bottom\@s {
    margin-bottom: -0.75rem !important;
  }

  /* line 292, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-small-top\@s {
    margin-top: -1.5rem !important;
  }

  /* line 293, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-small-bottom\@s {
    margin-bottom: -1.5rem !important;
  }

  /* line 295, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-large-top\@s {
    margin-top: -2rem !important;
  }

  /* line 296, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-large-bottom\@s {
    margin-bottom: -2rem !important;
  }

  /* line 298, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xlarge-top\@s {
    margin-top: -3rem !important;
  }

  /* line 299, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xlarge-bottom\@s {
    margin-bottom: -3rem !important;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 306, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-top\@m,
  .uk-margin-negative-medium-top\@m {
    margin-top: -2rem !important;
  }

  /* line 309, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-bottom\@m,
  .uk-margin-negative-medium-bottom\@m {
    margin-bottom: -2rem !important;
  }

  /* line 312, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xsmall-top\@m {
    margin-top: -0.75rem !important;
  }

  /* line 313, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xsmall-bottom\@m {
    margin-bottom: -0.75rem !important;
  }

  /* line 315, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-small-top\@m {
    margin-top: -1.5rem !important;
  }

  /* line 316, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-small-bottom\@m {
    margin-bottom: -1.5rem !important;
  }

  /* line 318, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-large-top\@m {
    margin-top: -2rem !important;
  }

  /* line 319, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-large-bottom\@m {
    margin-bottom: -2rem !important;
  }

  /* line 321, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xlarge-top\@m {
    margin-top: -3rem !important;
  }

  /* line 322, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xlarge-bottom\@m {
    margin-bottom: -3rem !important;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 329, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-top\@l,
  .uk-margin-negative-medium-top\@l {
    margin-top: -2rem !important;
  }

  /* line 332, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-bottom\@l,
  .uk-margin-negative-medium-bottom\@l {
    margin-bottom: -2rem !important;
  }

  /* line 335, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xsmall-top\@l {
    margin-top: -0.75rem !important;
  }

  /* line 336, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xsmall-bottom\@l {
    margin-bottom: -0.75rem !important;
  }

  /* line 338, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-small-top\@l {
    margin-top: -1.5rem !important;
  }

  /* line 339, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-small-bottom\@l {
    margin-bottom: -1.5rem !important;
  }

  /* line 341, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-large-top\@l {
    margin-top: -2rem !important;
  }

  /* line 342, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-large-bottom\@l {
    margin-bottom: -2rem !important;
  }

  /* line 344, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xlarge-top\@l {
    margin-top: -3rem !important;
  }

  /* line 345, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xlarge-bottom\@l {
    margin-bottom: -3rem !important;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 352, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-top\@xl,
  .uk-margin-negative-medium-top\@xl {
    margin-top: -2rem !important;
  }

  /* line 355, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-bottom\@xl,
  .uk-margin-negative-medium-bottom\@xl {
    margin-bottom: -2rem !important;
  }

  /* line 358, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xsmall-top\@xl {
    margin-top: -0.75rem !important;
  }

  /* line 359, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xsmall-bottom\@xl {
    margin-bottom: -0.75rem !important;
  }

  /* line 361, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-small-top\@xl {
    margin-top: -1.5rem !important;
  }

  /* line 362, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-small-bottom\@xl {
    margin-bottom: -1.5rem !important;
  }

  /* line 364, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-large-top\@xl {
    margin-top: -2rem !important;
  }

  /* line 365, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-large-bottom\@xl {
    margin-bottom: -2rem !important;
  }

  /* line 367, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xlarge-top\@xl {
    margin-top: -3rem !important;
  }

  /* line 368, ../foundations-core/resources/assets/styles/components/margin.scss */

  .uk-margin-negative-xlarge-bottom\@xl {
    margin-bottom: -3rem !important;
  }
}

/**
 * Opacity Gradient Mask
 */

/* line 4, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

[class*="uk-opacity-gradient"] {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 8, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

[class*="uk-opacity-gradient-top"],
[class*="uk-opacity-gradient-bottom"] {
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
}

/* line 13, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

[class*="uk-opacity-gradient-left"],
[class*="uk-opacity-gradient-right"] {
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
}

/* line 18, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

[class*="uk-opacity-gradient-bottom"] {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-linear-gradient(top, black, black, rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, black, black, rgba(0, 0, 0, 0));
}

/* line 21, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

.uk-opacity-gradient-bottom-when-active {
  -webkit-mask-position: top;
          mask-position: top;
}

/* line 24, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

.uk-opacity-gradient-bottom,
.uk-active .uk-opacity-gradient-bottom-when-active {
  -webkit-mask-position: bottom;
          mask-position: bottom;
}

/* line 29, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

[class*="uk-opacity-gradient-top"] {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-linear-gradient(bottom, black, black, rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(black), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to top, black, black, rgba(0, 0, 0, 0));
}

/* line 32, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

.uk-opacity-gradient-top-when-active {
  -webkit-mask-position: bottom;
          mask-position: bottom;
}

/* line 35, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

.uk-opacity-gradient-top,
.uk-active .uk-opacity-gradient-top-when-active {
  -webkit-mask-position: top;
          mask-position: top;
}

/* line 40, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

[class*="uk-opacity-gradient-left"] {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(black), color-stop(black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-linear-gradient(right, black, black, rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, right top, left top, from(black), color-stop(black), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to left, black, black, rgba(0, 0, 0, 0));
}

/* line 43, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

.uk-opacity-gradient-left-when-active {
  -webkit-mask-position: right;
          mask-position: right;
}

/* line 46, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

.uk-opacity-gradient-left,
.uk-active .uk-opacity-gradient-left-when-active {
  -webkit-mask-position: left;
          mask-position: left;
}

/* line 51, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

[class*="uk-opacity-gradient-right"] {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-linear-gradient(left, black, black, rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(black), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to right, black, black, rgba(0, 0, 0, 0));
}

/* line 54, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

.uk-opacity-gradient-right-when-active {
  -webkit-mask-position: left;
          mask-position: left;
}

/* line 57, ../foundations-core/resources/assets/styles/components/opacity-gradient.scss */

.uk-opacity-gradient-right,
.uk-active .uk-opacity-gradient-right-when-active {
  -webkit-mask-position: right;
          mask-position: right;
}

/* ========================================================================
   Component: Padding
 ========================================================================== */

/* line 32, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding {
  padding: 1.5rem;
}

@media (min-width: 300px) {
  /* line 32, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding {
    padding: 2rem;
  }
}

@media (min-width: 600px) {
  /* line 32, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding {
    padding: 2rem;
  }
}

@media (min-width: 900px) {
  /* line 32, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding {
    padding: 3rem;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 51, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding {
    padding: 3rem;
  }
}

/* XSmall
 ========================================================================== */

/* line 59, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding-xsmall {
  padding: 0.75rem;
}

/* Small
 ========================================================================== */

/* line 65, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding-small {
  padding: 1.5rem;
}

/* Large
 ========================================================================== */

/* line 71, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding-large {
  padding: 2rem;
}

@media (min-width: 300px) {
  /* line 71, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-large {
    padding: 2rem;
  }
}

@media (min-width: 600px) {
  /* line 71, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-large {
    padding: 3rem;
  }
}

@media (min-width: 900px) {
  /* line 71, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-large {
    padding: 4.5rem;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 90, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-large {
    padding: 4.5rem;
  }
}

/* Remove
 ========================================================================== */

/* line 98, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding-remove {
  padding: 0 !important;
}

/* line 99, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding-remove-top {
  padding-top: 0 !important;
}

/* line 100, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

/* line 101, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding-remove-left {
  padding-left: 0 !important;
}

/* line 102, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding-remove-right {
  padding-right: 0 !important;
}

/* line 104, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 109, ../foundations-core/resources/assets/styles/components/padding.scss */

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Mobile */

@media (min-width: 300px) {
  /* line 116, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove\@s {
    padding: 0 !important;
  }

  /* line 117, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-top\@s {
    padding-top: 0 !important;
  }

  /* line 118, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-bottom\@s {
    padding-bottom: 0 !important;
  }

  /* line 119, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-left\@s {
    padding-left: 0 !important;
  }

  /* line 120, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-right\@s {
    padding-right: 0 !important;
  }

  /* line 122, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-vertical\@s {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 127, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-horizontal\@s {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Tablet */

@media (min-width: 600px) {
  /* line 135, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove\@m {
    padding: 0 !important;
  }

  /* line 136, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-top\@m {
    padding-top: 0 !important;
  }

  /* line 137, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-bottom\@m {
    padding-bottom: 0 !important;
  }

  /* line 138, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-left\@m {
    padding-left: 0 !important;
  }

  /* line 139, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-right\@m {
    padding-right: 0 !important;
  }

  /* line 141, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-vertical\@m {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 146, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-horizontal\@m {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Laptop */

@media (min-width: 900px) {
  /* line 154, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove\@l {
    padding: 0 !important;
  }

  /* line 155, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-top\@l {
    padding-top: 0 !important;
  }

  /* line 156, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-bottom\@l {
    padding-bottom: 0 !important;
  }

  /* line 157, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-left\@l {
    padding-left: 0 !important;
  }

  /* line 158, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-right\@l {
    padding-right: 0 !important;
  }

  /* line 160, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-vertical\@l {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 165, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-horizontal\@l {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Desktop */

@media (min-width: 1200px) {
  /* line 173, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove\@xl {
    padding: 0 !important;
  }

  /* line 174, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-top\@xl {
    padding-top: 0 !important;
  }

  /* line 175, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-bottom\@xl {
    padding-bottom: 0 !important;
  }

  /* line 176, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-left\@xl {
    padding-left: 0 !important;
  }

  /* line 177, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-right\@xl {
    padding-right: 0 !important;
  }

  /* line 179, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-vertical\@xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 184, ../foundations-core/resources/assets/styles/components/padding.scss */

  .uk-padding-remove-horizontal\@xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ========================================================================
   Component: Position
 ========================================================================== */

/* Directions
 ========================================================================== */

/* line 46, ../foundations-core/resources/assets/styles/components/position.scss */

[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
}

/* Edges
 ========================================================================== */

/* Don't use `width: 100%` because it is wrong if the parent has padding. */

/* line 57, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

/* line 63, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 69, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 75, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/* Corners
 ========================================================================== */

/* line 85, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-top-left {
  top: 0;
  left: 0;
}

/* line 90, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-top-right {
  top: 0;
  right: 0;
}

/* line 95, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 100, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */

/* line 110, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Vertical */

/* line 121, ../foundations-core/resources/assets/styles/components/position.scss */

[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 127, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-center-left {
  left: 0;
}

/* line 128, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-center-right {
  right: 0;
}

/* line 130, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-center-left-out {
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 135, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-center-right-out {
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Horizontal */

/* line 141, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 151, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-top-center {
  top: 0;
}

/* line 152, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-bottom-center {
  bottom: 0;
}

/* Cover
 ========================================================================== */

/* line 158, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-cover {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

/* line 165, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-cover-precise {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 172, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-cover ~ * {
  z-index: 1;
}

/* Utility
 ========================================================================== */

/* line 181, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-relative {
  position: relative !important;
}

/* line 183, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-absolute {
  position: absolute !important;
}

/* line 185, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-fixed {
  position: fixed !important;
}

/* line 187, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-z-index {
  z-index: 1;
}

/* Margin modifier
 ========================================================================== */

/*
 * Small
 */

/* line 197, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-small {
  max-width: calc(100% - (1.5rem * 2));
  margin: 1.5rem;
}

/* line 202, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-small.uk-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-1.5rem, -1.5rem);
       -o-transform: translate(-50%, -50%) translate(-1.5rem, -1.5rem);
          transform: translate(-50%, -50%) translate(-1.5rem, -1.5rem);
}

/* line 204, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  -webkit-transform: translateY(-50%) translateY(-1.5rem);
       -o-transform: translateY(-50%) translateY(-1.5rem);
          transform: translateY(-50%) translateY(-1.5rem);
}

/* line 207, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  -webkit-transform: translateX(-50%) translateX(-1.5rem);
       -o-transform: translateX(-50%) translateX(-1.5rem);
          transform: translateX(-50%) translateX(-1.5rem);
}

/*
 * Medium
 */

/* line 214, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-medium {
  max-width: calc(100% - (2rem * 2));
  margin: 2rem;
}

/* line 219, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-medium.uk-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-2rem, -2rem);
       -o-transform: translate(-50%, -50%) translate(-2rem, -2rem);
          transform: translate(-50%, -50%) translate(-2rem, -2rem);
}

/* line 221, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  -webkit-transform: translateY(-50%) translateY(-2rem);
       -o-transform: translateY(-50%) translateY(-2rem);
          transform: translateY(-50%) translateY(-2rem);
}

/* line 224, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  -webkit-transform: translateX(-50%) translateX(-2rem);
       -o-transform: translateX(-50%) translateX(-2rem);
          transform: translateX(-50%) translateX(-2rem);
}

/*
 * Large
 */

/* line 231, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-large {
  max-width: calc(100% - (2rem * 2));
  margin: 2rem;
}

/* line 236, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-large.uk-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-2rem, -2rem);
       -o-transform: translate(-50%, -50%) translate(-2rem, -2rem);
          transform: translate(-50%, -50%) translate(-2rem, -2rem);
}

/* line 238, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  -webkit-transform: translateY(-50%) translateY(-2rem);
       -o-transform: translateY(-50%) translateY(-2rem);
          transform: translateY(-50%) translateY(-2rem);
}

/* line 241, ../foundations-core/resources/assets/styles/components/position.scss */

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  -webkit-transform: translateX(-50%) translateX(-2rem);
       -o-transform: translateX(-50%) translateX(-2rem);
          transform: translateX(-50%) translateX(-2rem);
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 247, ../foundations-core/resources/assets/styles/components/position.scss */

  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }

  /* line 252, ../foundations-core/resources/assets/styles/components/position.scss */

  .uk-position-large.uk-position-center {
    -webkit-transform: translate(-50%, -50%) translate(-50px, -50px);
         -o-transform: translate(-50%, -50%) translate(-50px, -50px);
            transform: translate(-50%, -50%) translate(-50px, -50px);
  }

  /* line 254, ../foundations-core/resources/assets/styles/components/position.scss */

  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    -webkit-transform: translateY(-50%) translateY(-50px);
         -o-transform: translateY(-50%) translateY(-50px);
            transform: translateY(-50%) translateY(-50px);
  }

  /* line 257, ../foundations-core/resources/assets/styles/components/position.scss */

  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    -webkit-transform: translateX(-50%) translateX(-50px);
         -o-transform: translateX(-50%) translateX(-50px);
            transform: translateX(-50%) translateX(-50px);
  }
}

/** ========================================================================
   Component: Transition
 ========================================================================== */

/** Toggle (Hover + Focus)
 ========================================================================== */

/**
 * 1. Prevent tab highlighting on iOS.
 */

/* line 52, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle {
  /** 1 */
  -webkit-tap-highlight-color: transparent;
}

/**
 * Remove outline for `tabindex`
 */

/* line 61, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle:focus {
  outline: none;
}

/** Transitions
 ========================================================================== */

/**
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */

/* line 77, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition-fade'],
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  -o-transition-property: opacity, filter, -o-transform;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -o-transform, -webkit-filter;
}

/* line 84, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='-in'] {
  opacity: 0;
}

/* line 88, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='-out'] {
  opacity: 1;
}

/**
 * In And Out Modifiers
 */

/* line 95, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle:hover,
.uk-transition-toggle:focus,
.uk-transition-active.uk-active {
  /**
    * In
    */
  /**
    * Out
    */
}

/* line 101, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle:hover [class*='uk-transition'][class*='-in'],
.uk-transition-toggle:focus [class*='uk-transition'][class*='-in'],
.uk-transition-active.uk-active [class*='uk-transition'][class*='-in'] {
  opacity: 1;
}

/* line 108, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle:hover [class*='uk-transition'][class*='-out'],
.uk-transition-toggle:focus [class*='uk-transition'][class*='-out'],
.uk-transition-active.uk-active [class*='uk-transition'][class*='-out'] {
  opacity: 0;
}

/**
 * Scale
 */

/* line 116, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='-scale'][class*='-out'] {
  -webkit-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* line 120, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='-scale-up'][class*='-in'] {
  -webkit-transform: scale(0.9, 0.9);
       -o-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

/* line 121, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='-scale-down'][class*='-in'] {
  -webkit-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

/* line 126, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle:hover [class*='uk-transition'][class*='-scale'][class*='-in'],
.uk-transition-toggle:focus [class*='uk-transition'][class*='-scale'][class*='-in'],
.uk-transition-active.uk-active [class*='uk-transition'][class*='-scale'][class*='-in'] {
  -webkit-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* line 130, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle:hover [class*='uk-transition'][class*='-scale-up'][class*='-out'],
.uk-transition-toggle:focus [class*='uk-transition'][class*='-scale-up'][class*='-out'],
.uk-transition-active.uk-active [class*='uk-transition'][class*='-scale-up'][class*='-out'] {
  -webkit-transform: scale(0.9, 0.9);
       -o-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

/* line 131, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle:hover [class*='uk-transition'][class*='-scale-down'][class*='-out'],
.uk-transition-toggle:focus [class*='uk-transition'][class*='-scale-down'][class*='-out'],
.uk-transition-active.uk-active [class*='uk-transition'][class*='-scale-down'][class*='-out'] {
  -webkit-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

/**
 * Slide
 */

/* line 138, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-top'] {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* line 139, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-bottom'] {
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 140, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-left'] {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 141, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-right'] {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 143, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-top-small'] {
  -webkit-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* line 144, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-bottom-small'] {
  -webkit-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
}

/* line 145, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-left-small'] {
  -webkit-transform: translateX(-10px);
       -o-transform: translateX(-10px);
          transform: translateX(-10px);
}

/* line 146, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-right-small'] {
  -webkit-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
}

/* line 148, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-top-medium'] {
  -webkit-transform: translateY(-50px);
       -o-transform: translateY(-50px);
          transform: translateY(-50px);
}

/* line 149, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-bottom-medium'] {
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
}

/* line 150, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-left-medium'] {
  -webkit-transform: translateX(-50px);
       -o-transform: translateX(-50px);
          transform: translateX(-50px);
}

/* line 151, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slide-right-medium'] {
  -webkit-transform: translateX(50px);
       -o-transform: translateX(50px);
          transform: translateX(50px);
}

/** Show */

/* line 158, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/** Duration modifiers
 ========================================================================== */

/* line 166, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='slow'] {
  -webkit-transition-duration: 0.9s;
       -o-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

/* line 171, ../foundations-core/resources/assets/styles/components/transition.scss */

:not([class*='fast-entry']):not([class*='fast-exit'])[class*='uk-transition'][class*='fast'] {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* line 177, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle:hover [class*='uk-transition'][class*='fast-entry'],
.uk-transition-toggle:focus [class*='uk-transition'][class*='fast-entry'],
.uk-transition-active.uk-active [class*='uk-transition'][class*='fast-entry'] {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* line 184, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='fast-exit'] {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* line 187, ../foundations-core/resources/assets/styles/components/transition.scss */

.uk-transition-toggle:hover [class*='uk-transition'][class*='fast-exit'],
.uk-transition-toggle:focus [class*='uk-transition'][class*='fast-exit'],
.uk-transition-active.uk-active [class*='uk-transition'][class*='fast-exit'] {
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

/** Delay modifiers
 ========================================================================== */

/* line 197, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='delay-1'] {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 201, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='delay-2'] {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* line 205, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='delay-3'] {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/* line 209, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='delay-4'] {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/* line 213, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='delay-5'] {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

/* line 217, ../foundations-core/resources/assets/styles/components/transition.scss */

[class*='uk-transition'][class*='delay-6'] {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */

/**
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */

/* line 25, ../foundations-core/resources/assets/styles/components/visibility.scss */

[hidden],
.uk-hidden {
  display: none !important;
}

/**
* Custom active state classes
*/

/* line 31, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-active .uk-hide-when-active {
  display: none !important;
  opacity: 1 !important;
}

/* line 36, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-display-when-active {
  display: none !important;
  opacity: 0 !important;
}

/* line 40, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-active .uk-display-when-active {
  display: block !important;
  opacity: 1 !important;
}

/* line 46, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-active .uk-invisible-when-active {
  opacity: 1 !important;
}

/* line 50, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-visible-when-active {
  opacity: 0 !important;
}

/* line 53, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-active .uk-visible-when-active {
  opacity: 1 !important;
}

/**
 * Expand & Shrink Transitions
 * Remember when adding expand and shrink transitions we need to set a default
 * max-height that closely reflects the expected height of the content area, for
 * a consistent animation.
*/

/* line 64, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-shrink-when-active,
.uk-transition-shrink,
.uk-expand-when-active,
.uk-transition-expand {
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  -webkit-transition-property: max-height, opacity, -webkit-transform, -webkit-filter;
  transition-property: max-height, opacity, -webkit-transform, -webkit-filter;
  -o-transition-property: max-height, opacity, filter, -o-transform;
  transition-property: max-height, opacity, transform, filter;
  transition-property: max-height, opacity, transform, filter, -webkit-transform, -o-transform, -webkit-filter;
  overflow: hidden;
  max-height: 100%;
}

/* line 74, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-active .uk-shrink-when-active,
.uk-transition-toggle:hover .uk-transition-shrink {
  max-height: 0 !important;
}

/* line 79, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-sticky:not(.uk-active) .uk-expand-when-active,
.uk-transition-toggle:not(:hover) .uk-transition-expand {
  max-height: 0 !important;
}

/* Phone landscape and bigger */

@media (min-width: 300px) {
  /* line 87, ../foundations-core/resources/assets/styles/components/visibility.scss */

  .uk-hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */

@media (min-width: 600px) {
  /* line 94, ../foundations-core/resources/assets/styles/components/visibility.scss */

  .uk-hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */

@media (min-width: 900px) {
  /* line 101, ../foundations-core/resources/assets/styles/components/visibility.scss */

  .uk-hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */

@media (min-width: 1200px) {
  /* line 108, ../foundations-core/resources/assets/styles/components/visibility.scss */

  .uk-hidden\@xl {
    display: none !important;
  }
}

/*
* Visible
*/

/* Phone portrait and smaller */

@media (max-width: 299px) {
  /* line 119, ../foundations-core/resources/assets/styles/components/visibility.scss */

  .uk-visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */

@media (max-width: 599px) {
  /* line 126, ../foundations-core/resources/assets/styles/components/visibility.scss */

  .uk-visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */

@media (max-width: 899px) {
  /* line 133, ../foundations-core/resources/assets/styles/components/visibility.scss */

  .uk-visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */

@media (max-width: 1199px) {
  /* line 140, ../foundations-core/resources/assets/styles/components/visibility.scss */

  .uk-visible\@xl {
    display: none !important;
  }
}

/* Visibility
========================================================================== */

/* line 148, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-invisible {
  visibility: hidden !important;
}

/* Toggle (Hover + Focus)
========================================================================== */

/*
* Hidden
* 1. The toggle is triggered on touch devices using `:focus` and tabindex
* 2. The target stays visible if any element within receives focus through keyboard
*    Doesn't work in Edge, yet.
* 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
*
*/

/* 1 + 2 */

/* line 164, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/*
* Invisible
*/

/* 1 + 2 */

/* line 179, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-visible-toggle:not(:hover):not(:focus) .uk-visible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important;
}

/* line 184, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-visible-toggle .uk-invisible-hover {
  /* 3 */
  opacity: 0 !important;
}

/* line 189, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 1 !important;
}

/*
* 1. Prevent tab highlighting on iOS.
*/

/* line 198, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
* Remove outline for `tabindex`
*/

/* line 207, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-visible-toggle:focus {
  outline: none;
}

/* Touch
========================================================================== */

/*
* Hide if primary pointing device has limited accuracy, e.g. a touch screen.
* Works on mobile browsers: Safari, Chrome and Android browser
*/

@media (pointer: coarse) {
  /* line 219, ../foundations-core/resources/assets/styles/components/visibility.scss */

  .uk-hidden-touch {
    display: none !important;
  }
}

/*
* Hide if primary pointing device is accurate, e.g. mouse.
* 1. Fallback for IE11 and Firefox, because `pointer` is not supported
* 2. Reset if supported
*/

/* 1 */

/* line 229, ../foundations-core/resources/assets/styles/components/visibility.scss */

.uk-hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  /* line 232, ../foundations-core/resources/assets/styles/components/visibility.scss */

  .uk-hidden-notouch {
    display: block !important;
  }
}

/* Opacity State Transition
========================================================================== */

/* line 237, ../foundations-core/resources/assets/styles/components/visibility.scss */

*[class*="uk-hidden"],
*[class*="uk-visible"],
*[class*="uk-invisible"] {
  -webkit-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}

/* line 20, ../foundations-core/resources/assets/styles/components/hover-transform.scss */

.uk-hover {
  position: relative;
  -webkit-transition: background 200ms ease-out, -webkit-transform 100ms ease-out;
  transition: background 200ms ease-out, -webkit-transform 100ms ease-out;
  -o-transition: background 200ms ease-out, -o-transform 100ms ease-out;
  transition: transform 100ms ease-out, background 200ms ease-out;
  transition: transform 100ms ease-out, background 200ms ease-out, -webkit-transform 100ms ease-out, -o-transform 100ms ease-out;
}

/* line 24, ../foundations-core/resources/assets/styles/components/hover-transform.scss */

.uk-hover:hover {
  -webkit-transform: translateY(-6px);
       -o-transform: translateY(-6px);
          transform: translateY(-6px);
}

/* line 29, ../foundations-core/resources/assets/styles/components/hover-transform.scss */

.uk-hover-dramatic {
  position: relative;
  -webkit-transition: background 200ms ease-out, -webkit-transform 100ms ease-out;
  transition: background 200ms ease-out, -webkit-transform 100ms ease-out;
  -o-transition: background 200ms ease-out, -o-transform 100ms ease-out;
  transition: transform 100ms ease-out, background 200ms ease-out;
  transition: transform 100ms ease-out, background 200ms ease-out, -webkit-transform 100ms ease-out, -o-transform 100ms ease-out;
}

/* line 33, ../foundations-core/resources/assets/styles/components/hover-transform.scss */

.uk-hover-dramatic:hover {
  -webkit-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}

/* line 23, ../foundations-core/resources/assets/styles/components/scroll-bar.scss */

*::-webkit-scrollbar {
  width: 0.75em;
  height: 0.75em;
}

/* line 28, ../foundations-core/resources/assets/styles/components/scroll-bar.scss */

*::-webkit-scrollbar-thumb {
  border-radius: 0.0625em;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0.0625em solid #eee;
}

/* line 34, ../foundations-core/resources/assets/styles/components/scroll-bar.scss */

*::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #eee;
  border: solid 10px transparent;
}

/* line 41, ../foundations-core/resources/assets/styles/components/scroll-bar.scss */

body ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

/* line 46, ../foundations-core/resources/assets/styles/components/scroll-bar.scss */

body ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(3, 3, 3, 0.2);
  border: none;
}

/* line 52, ../foundations-core/resources/assets/styles/components/scroll-bar.scss */

body ::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  padding: 30px;
}

/* line 3, ../foundations-core/resources/assets/styles/components/screen-reader-text.scss */

.uk-screen-reader-text,
.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* ========================================================================
   Component: Print
 ========================================================================== */

@media print {
  /* line 17, ../foundations-core/resources/assets/styles/components/print.scss */

  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 26, ../foundations-core/resources/assets/styles/components/print.scss */

  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 29, ../foundations-core/resources/assets/styles/components/print.scss */

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 35, ../foundations-core/resources/assets/styles/components/print.scss */

  thead {
    display: table-header-group;
  }

  /* line 37, ../foundations-core/resources/assets/styles/components/print.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 40, ../foundations-core/resources/assets/styles/components/print.scss */

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  /* line 44, ../foundations-core/resources/assets/styles/components/print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 51, ../foundations-core/resources/assets/styles/components/print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/**
 * WordPress Styles
 */

/**
 * Override Gutenbergs Columns Systems with min widths and UIkits grid system
 */

/* line 6, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.wp-block-column {
  margin-left: 0 !important;
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

/* line 11, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 16, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.wp-block-buttons.uk-button-group {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

/* line 20, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.uk-article-content > .wp-block-buttons:not(:last-child) {
  margin-bottom: 1.73438rem;
}

/* line 25, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.wp-block-buttons.alignleft,
.uk-text-left > .wp-block-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 30, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.wp-block-buttons.aligncenter,
.uk-text-center > .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 35, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.wp-block-buttons.alignright,
.uk-text-right > .wp-block-buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 41, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.has-text-align-center,
.has-text-align-center > * {
  text-align: center;
}

/* line 46, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.has-text-align-right,
.has-text-align-right > * {
  text-align: right;
}

/* line 51, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.has-text-align-justify,
.has-text-align-justify > * {
  text-align: justify;
}

/* line 56, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.wp-block-image > figure {
  position: relative;
}

/* line 61, ../foundations-core/resources/assets/styles/wordpress/gutenberg.scss */

.foundations-block-card + .foundations-block-card {
  margin-top: 32px;
}

/**
 * Extend block editor background colors with style system
 */

/**
 * Extend block editor background colors with style system
 */

/* line 1, ../foundations-core/resources/assets/styles/wordpress/comments.scss */

.nocomments {
  display: none !important;
}

/* line 1, ../foundations-core/resources/assets/styles/wordpress/embed.scss */

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  overflow: hidden;
  border-radius: 0.75em;
}

/*!
 * justifiedGallery - v4.0.0-alpha
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2019 Miro Mannino
 * Licensed under the MIT license.
 */

/* line 8, ../foundations-core/resources/assets/styles/wordpress/masonary-gallery.scss */

.justified-gallery {
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 !important;
}

/* line 16, ../foundations-core/resources/assets/styles/wordpress/masonary-gallery.scss */

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure,
.justified-gallery > li {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  margin: 0;
  padding: 0;
}

/* line 32, ../foundations-core/resources/assets/styles/wordpress/masonary-gallery.scss */

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > figure > div > a > img,
.justified-gallery > li > figure > img,
.justified-gallery > li > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 1, ../foundations-core/resources/assets/styles/wordpress/search.scss */

form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, ../foundations-core/resources/assets/styles/wordpress/search.scss */

form.search-form > label {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 1em;
}

/* line 8, ../foundations-core/resources/assets/styles/wordpress/search.scss */

form.search-form > label > input[type='search'] {
  min-width: 100%;
}

/* line 3, ../foundations-core/resources/assets/styles/wordpress/user-registration.scss */

#registerform > :first-child {
  display: none;
}

/**
 * WordPress Blocks
 */

/* line 2, ../foundations-core/resources/assets/styles/wordpress/blocks/columns.scss */

.wp-block-columns.is-style-column-row > .wp-block-column {
  width: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 7, ../foundations-core/resources/assets/styles/wordpress/blocks/columns.scss */

.wp-block-columns.is-style-column-row > .wp-block-column:not(:last-child) {
  margin-right: 1.5rem;
}

/* line 12, ../foundations-core/resources/assets/styles/wordpress/blocks/columns.scss */

.wp-block-columns.is-style-column-row.aligncenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 16, ../foundations-core/resources/assets/styles/wordpress/blocks/columns.scss */

.wp-block-columns.is-style-column-row.alignright {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.375em;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.wp-block-file > a:first-child {
  font-weight: bold;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.wp-block-file > a:first-child::before {
  content: "Download: ";
  display: block;
  opacity: 0.6;
  margin-right: 0.75rem;
}

/* line 131, ../foundations-core/resources/assets/styles/resources/style-set.scss */

.wp-block-file-wrapper {
  margin-bottom: 2rem;
}

/**
 * Plugin Styles
 */

/* line 1, ../foundations-core/resources/assets/styles/plugins/acf.scss */

.acf-input-wrap {
  height: auto;
}

/* line 3, ../foundations-core/resources/assets/styles/plugins/advanced-bulk-editor.scss */

.wp-toolbar .product_page_advanced_bulk_edit .ui-widget-content input.editor-text {
  min-height: 0;
  line-height: 1;
  padding: 0 !important;
}

/* line 2, ../foundations-core/resources/assets/styles/plugins/gravityforms.scss */

.gform_wrapper {
  position: relative;
}

/* line 6, ../foundations-core/resources/assets/styles/plugins/gravityforms.scss */

.gform_wrapper .gform_footer .gform_ajax_spinner {
  display: none !important;
}

/* line 10, ../foundations-core/resources/assets/styles/plugins/gravityforms.scss */

.gform_wrapper .gform_footer input.disabled {
  opacity: 0.35;
}

/* line 15, ../foundations-core/resources/assets/styles/plugins/gravityforms.scss */

.gform_wrapper .gform_custom_loader {
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  bottom: -0.75rem;
  right: -0.75rem;
  border-radius: 0.375em;
  width: calc(100% + rem(24));
  height: calc(100% + rem(24));
  background: rgba(3, 3, 3, 0.7);
}

/* line 2, ../foundations-core/resources/assets/styles/plugins/rankmath.scss */

.rank-math-breadcrumb .last,
.rank-math-breadcrumb .separator:nth-last-of-type(2) {
  display: none;
}

/**
 * Set Product Rows Layouts
 */

/* line 11, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.5rem 0;
}

/* line 16, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.form-row > * {
  width: 100%;
}

/* line 20, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.form-row > .wc-pao-addon-image-swatch {
  max-width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  padding: 0;
  margin: 0 0.25em 0.25em 0;
  outline: 0;
  border: #030303 solid 2px;
  border-radius: 0.375em;
  cursor: pointer;
}

/* line 30, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.form-row > .wc-pao-addon-image-swatch:hover {
  border-color: #ffd900;
}

/* line 34, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.form-row > .wc-pao-addon-image-swatch.selected {
  border-color: #030303;
}

/* line 38, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.form-row > .wc-pao-addon-image-swatch > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* line 46, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.form-row .wc-pao-addon-image-swatch-select {
  display: none !important;
}

/* line 50, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.form-row .wc-pao-addon-image-swatch-price {
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
}

/**
 * Order Review
 */

/* line 62, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce-checkout-review-order-table tfoot th {
  vertical-align: top;
  text-align: right;
}

/**
 * Extend input styles to the custom woocommerce select dropdown
 */

/* line 75, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

/**
* WooCommerce Variation, When the quantity should be hidden hire the JS quantity counter
*/

/* line 85, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce .quantity.hidden {
  display: none;
}

/* line 91, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce-variation-price .price {
  display: block;
  font-weight: bold;
  font-size: 2em;
}

/**
* Fix stupid woocommerce get_head issue
*/

/* line 102, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

#page > #header,
#page > hr {
  display: none !important;
}

/**
 * Manaully make the terms and conditions link style more prominent
 */

/* line 112, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce-terms-and-conditions-checkbox-text a {
  font-weight: bold;
  text-decoration: underline;
}

/**
 * Force display the Strip card update details box.
 * For some reason this isn't showing when updating or adding cards in my-account.
 */

/* line 122, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce-PaymentBox {
  display: block !important;
}

/* line 128, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.sw-variations > #wl-wrapper {
  display: none !important;
}

/**
 * Hide WooCommerce Messages from view. These will be converted into Notifications via JS
 */

/**
 * Hide the current page on WooCommerce breadcrumbs
 */

/* line 147, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce-breadcrumb > :last-child {
  display: none;
}

/* line 171, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

button[name*="save_address"],
button[name*="save_account_details"] {
  background: #ffd900 !important;
  color: white !important;
}

/* line 178, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 182, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce-product-gallery__wrapper > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  border-radius: 0.375em;
  margin: 0 6px 6px 0;
}

/* line 188, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce-product-gallery__wrapper > * img {
  width: 100% !important;
}

/* line 193, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce-product-gallery__wrapper > :first-child {
  width: 100%;
  padding: 16px;
}

/* line 198, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.woocommerce-product-gallery__wrapper > :not(:first-child) {
  width: calc(33.33% - 6px);
  padding: 8px;
}

@media (min-width: 900px) {
  /* line 198, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

  .woocommerce-product-gallery__wrapper > :not(:first-child) {
    width: calc(25% - 6px);
  }
}

/* line 209, ../foundations-core/resources/assets/styles/plugins/woocommerce.scss */

.single_add_to_cart_button {
  background: #ffd900 !important;
  color: white !important;
}

/* line 2, ../foundations-core/resources/assets/styles/plugins/checkout-for-woocommerce.scss */

.cfw-primary-btn {
  background: #ffd900 !important;
  color: white !important;
}

/* line 8, ../foundations-core/resources/assets/styles/plugins/checkout-for-woocommerce.scss */

.cfw-promo-row .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 12, ../foundations-core/resources/assets/styles/plugins/checkout-for-woocommerce.scss */

.cfw-promo-row .col-lg-4 .cfw-button-input {
  width: 100%;
}

/* line 15, ../foundations-core/resources/assets/styles/plugins/checkout-for-woocommerce.scss */

.cfw-promo-row .col-lg-4 .cfw-button-input .cfw-secondary-btn {
  border-radius: 0 !important;
  height: 44px !important;
}

/* line 22, ../foundations-core/resources/assets/styles/plugins/checkout-for-woocommerce.scss */

.cfw-select-input::after {
  display: none !important;
}

/* line 26, ../foundations-core/resources/assets/styles/plugins/checkout-for-woocommerce.scss */

#cfw-coupons > .col-lg-4 {
  margin-top: auto;
}

/* line 31, ../foundations-core/resources/assets/styles/plugins/checkout-for-woocommerce.scss */

.cfw-cvv-tooltip {
  width: 16px !important;
}

/* line 36, ../foundations-core/resources/assets/styles/plugins/checkout-for-woocommerce.scss */

.cfw-input-wrap.cfw-floating-label > input {
  position: relative;
  padding-top: 16px !important;
  padding-bottom: 4px !important;
}

/**
 * Login
 */

/* line 2, ../foundations-core/resources/assets/styles/admin/login.scss */

.no-js .hide-if-no-js {
  display: inline-block !important;
}

/**
 * 6. Import Project Specific Style Overrides
 */

/* line 2, resources/assets/styles/views/views.scss */

.ld-tabs + .ld-lesson-list {
  display: none !important;
}

/* line 6, resources/assets/styles/views/views.scss */

.ld-topic-status {
  display: none !important;
}


/*# sourceMappingURL=main.css.map*/