@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(../fonts/open-sans-v18-latin-ext_latin-regular.eot);src:local(''),url(../fonts/open-sans-v18-latin-ext_latin-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/open-sans-v18-latin-ext_latin-regular.woff2) format('woff2'),url(../fonts/open-sans-v18-latin-ext_latin-regular.woff) format('woff'),url(../fonts/open-sans-v18-latin-ext_latin-regular.ttf) format('truetype'),url(../fonts/open-sans-v18-latin-ext_latin-regular.svg#OpenSans) format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:url(../fonts/open-sans-v18-latin-ext_latin-700.eot);src:local(''),url(../fonts/open-sans-v18-latin-ext_latin-700.eot?#iefix) format('embedded-opentype'),url(../fonts/open-sans-v18-latin-ext_latin-700.woff2) format('woff2'),url(../fonts/open-sans-v18-latin-ext_latin-700.woff) format('woff'),url(../fonts/open-sans-v18-latin-ext_latin-700.ttf) format('truetype'),url(../fonts/open-sans-v18-latin-ext_latin-700.svg#OpenSans) format('svg')}#nav{box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.uk-button-primary{background-color:#ed1c24;color:#fff;border:1px solid transparent}.uk-button-primary:focus,.uk-button-primary:hover{background-color:#7a0d11;color:#fff}.uk-button-primary.uk-active,.uk-button-primary:active{background-color:#7a0d11;color:#fff}.hero{background-image:url(../images/circle.png);background-repeat:no-repeat;background-position:bottom;border-bottom:1px solid #facb3d}.uk-divider-small::after{content:"";display:inline-block;width:100px;max-width:100%;border-top:4px solid #ed1c24;vertical-align:top}.uk-background-primary{background:#facb3d}

.allsides-5 {
  background:
    linear-gradient(#ed1c24 0 0) var(--d, 0) 0,
    linear-gradient(#ed1c24 0 0) 0 var(--d, 0),
    linear-gradient(#ed1c24 0 0) var(--p, 100%) 100%,
    linear-gradient(#ed1c24 0 0) 100% var(--p, 100%);
  background-size: var(--d, 0) 1px, 1px var(--d, 0);
  background-repeat: no-repeat;
  transition: 0.5s, background-position 0s 0.5s;
}
.allsides-5:hover {
  --d: 100%;
  --p: 0%
}

.blog-featured {
    height:400px;
    width:100%;
    border-radius:16px;
    object-fit:cover;
}

video {
    height: 500px;
}

.uk-section-yellow {
    background:#f8ba17;
}