
html {
        font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        background: #f8f8f8;
        color: #666;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }
uk-container {

   font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #666;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0;
}
aside {
    list-style: none;
    margin: 0;
    padding-left: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
    max-width: 100%;
    width: 25%;
    min-width: 270px;
    position: static;
    display: block;
}

.uk-link, a {
    color: #BE0003;
    text-decoration: none;
    cursor: pointer;
}

.uk-card-priary {
    background-color: #ffffff;
    color: #000000;!important;
    border: 1px solid #bf0003;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}


.uk-card-wilco {
    background:#ffffff;
    border: #d6d6d6 1px solid;
    color: #666666;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.uk-card-wilco .uk-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #BE0003;
}
.uk-button-primary {
    background-olor: #BE0003;
    color: #fff;
    border: 1px solid transparent;
}

.uk-card-secondary {
    background-color: #BE0003;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.featured-card .uk-card-media-top {
    overflow: hidden;
}

.featured-card .uk-card-media-top img,
.featured-card .uk-card-media-top picture,
.featured-card .uk-card-media-top .addsearch-result-image {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.featured-card .featured-description {
    margin-top: 10px;
    color: #666;
}

.uk-card-body {
  display: flow-root;
  padding: 15px 0px 0px 15px;
  position: relative;
}

.uk-card-body .uk-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
}

.uk-card-title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-right: 100px;
}

 .course-card .uk-card-title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-right: 10px;
}

/* Make left card image full height */
/* 1) Make both columns same height */
.highlight {
  align-items: stretch;
}

/* 2) Make the media column stretch */
.highlight .uk-card-media-left {
  display: flex;
  height: auto;           /* let it follow the card height */
}

/* 3) Keep the span, but make it a full-height wrapper */
.highlight .main-image {
  display: block;
  width: 100%;
  height: 100%;
}

/* 4) Make the IMG fill the wrapper and crop nicely */
.highlight .main-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 5) Don’t show the background image */
.highlight .main-image {
  background-image: none !important;
}


.uk-margin-medium-top {
    margin-top: 5px !important;