<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Run Free Store Homepage Styles */

input[type="text"],
input[type="search"] {
  background: var(--input);
  border: none;
  width: 100%;
  height: 70px;
  padding-left: 30px;
  font-weight: 600;
  margin-bottom: 24px;
  font-size: 15px;
}

input[type="text"]:focus,
input[type="search"]:focus {
  outline: unset;
  box-shadow: 0 0 0 3px var(--primary) !important;
  appearance: none;
  background-color: var(--input);
}

input {
  font-size: 25px !important;
}

::-webkit-input-placeholder {
  text-transform: unset;
  color: #cdd2db;
  font-size: 25px;
}

:-moz-placeholder {
  text-transform: unset;
  color: #cdd2db;
  font-size: 25px;
}

:-ms-input-placeholder {
  text-transform: unset;
  color: #cdd2db;
  font-size: 25px;
}

input.search {
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: right 27px top 13px;
  background-image: url("/assets/images/run/search.svg");
}

@media all and (max-width: 768px) {

  input[type="text"],
  input[type="search"] {
    height: 60px;
  }

  input {
    font-size: 16px !important;
  }

  ::-webkit-input-placeholder {
    text-transform: unset;
    color: #cdd2db;
    font-size: 16px;
  }

  :-moz-placeholder {
    text-transform: unset;
    color: #cdd2db;
    font-size: 16px;
  }

  :-ms-input-placeholder {
    text-transform: unset;
    color: #cdd2db;
    font-size: 16px;
  }

  input.search {
    background-size: 0px;
    background-position: right 22px top 14px;
    margin-top: 15px;
  }
}

a.slidermore {
  background-color: rgba(250, 250, 250, 0.3);
  color: #ffffff;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 5000;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}

@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
  a.slidermore {
    color: #ffffff;
    background: rgba(250, 250, 250, 0.2);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
}

a.slidermore:hover {
  transition: opacity .3s cubic-bezier(.38, .41, .27, 1);
  transform: scale(1.1) !important;
  transition: all 0.3s ease;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

a.slidermore:active {
  transition: opacity .3s cubic-bezier(.38, .41, .27, 1);
  transform: scale(.95) !important;
  color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.tile {
  max-height: 300px;
}

.categorytitle {
  color: var(--almostblack);
}

.categorysubtitle {
  color: var(--menu);
  font-size: 24px;
}

.categorygradient {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7));
}

.featureditem {
  border: solid 2px var(--border);
  transition: 0.2s;
  min-height: 322px;
}

.featureditem:hover {
  border: solid 2px var(--primary);
  box-shadow: rgba(9, 30, 66, 0.309804) 0px 0px 1px, rgba(9, 30, 66, 0.247059) 0px 20px 32px -8px;
  transform: scale3d(1.05, 1.05, 1);
  transition: 0.2s;
  z-index: 12;
}

.featureditem:active {
  border: solid 2px var(--primary);
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.05);
  transform: scale3d(1, 1, 1);
  transition: 0.2s;
}

.centerloader {
  text-align: center;
}

.image-slider .slides li {
  height: 443px;
  border-radius: 0px;
}

.fillslide {
  max-height: 466px;
}

.homeslider {
  z-index: 500;
}

@media (max-width: 1200px) {
  .featureditem {
    min-height: 302px;
  }

  .image-slider .slides li {
    max-height: 365px;
    border-radius: 0px;
  }

  .fillslide {
    max-height: 385px;
  }

  .project .image-tile {
    height: 210px;
  }
}

@media (max-width:1080px) {
  .image-slider .slides li {
    max-height: 365px;
    border-radius: 0px;
  }

  .fillslide {
    max-height: 385px;
  }
}

@media (max-width:990px) {
  .featureditem {
    min-height: 302px;
  }

  .image-slider .slides li {
    max-height: 295px;
    border-radius: 0px;
  }

  .fillslide {
    max-height: 295px;
  }

  .project .image-tile {
    height: 200px;
  }
}

@media (max-width:768px) {
  .image-slider .slides li {
    max-height: 280px;
    border-radius: 0px;
  }

  .featureditem {
    min-height: 244px;
  }

  .fillslide {
    max-height: 295px;
  }

  .tile {
    max-height: 250px;
  }

  .project .image-tile {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .image-slider .slides li {
    max-height: 150px;
    border-radius: 0px;
  }

  .fillslide {
    max-height: 181px;
  }

  .project .image-tile {
    height: 150px;
  }
}

@media (max-width: 375px) {
  .image-slider .slides li {
    max-height: 134px;
    border-radius: 0px;
  }

  .fillslide {
    max-height: 163px;
  }

  a.slidermore {
    font-size: 13px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    bottom: 5px;
    right: 5px;

  }

  .project .image-tile {
    height: 124px;
  }
}

@media (max-width: 320px) {
  .image-slider .slides li {
    max-height: 113px;
    border-radius: 0px;
  }

  .fillslide {
    max-height: 141px;
  }
}

.image-slider .slides {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, .3);
}

.flex-control-nav li {
  border: unset;
  border-width: unset;
  border-style: unset;
  margin: 5px;
  padding: 0px;
}



.collection-list-gradient {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7));
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.newslist {
  height: 700px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px;
  background: var(--checkoutgrey);
  overflow-x: scroll;
  overflow-y: visible;
}

.newsitem {
  border-radius: 0px;
  background-size: cover;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 200px;
  background-position: center center;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url(../images/news.png);
  box-shadow: 0px 10px 18px 0px rgb(48 48 56 / 15%);
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}

.newsitem:hover {
  filter: brightness(95%);
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
}

.newsitem:active {
  box-shadow: var(--lightshadowactive);
  filter: brightness(90%);
  box-shadow: 0px 5px 9px 0px rgb(48 48 56 / 15%);
  transform: scale(.97) !important;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
}

.newsitem .fader {
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
}

.newsitem .title {
  position: absolute;
  color: #FFF;
  font-weight: 600;
  font-size: 21px;
  left: 15px;
  bottom: 15px;
  padding-right: 15px;
  text-transform: unset;
}

.newsline {
  border-image-source: linear-gradient(to right, #23da9e, #fedf60);
  border-image-slice: 1;
}

.eventsline {
  border-image-source: linear-gradient(to right, #1a0e9f, #fc008e);
  border-image-slice: 1;
}

.eventslist {
  height: 700px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px;
  background: var(--checkoutgrey);
  overflow-x: scroll;
  overflow-y: visible;
}


#EventList {
  position: relative;
  width: 100%;
  height: 100%;
}

#EventList .event {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 150px;
  margin-top: 5px;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;

}

#EventList .event:hover {
  filter: brightness(97%);
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
}


#EventList .event:active {
  filter: brightness(95%);
  transition: opacity .3s cubic-bezier(.38, .41, .27, 1);
  transform: scale(.97) !important;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
}


#EventList .event .image {
  height: 170px;
  width: 170px;
  border-radius: 0px;
  background-image: url(../images/events.png);
  background-size: cover;
  background-position: center center;
  background-color: var(--input);
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 0px;
  box-shadow: 0px 10px 18px 0px rgb(48 48 56 / 25%);
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
}

#EventList .event .border {
  position: relative;
  width: calc(100% - 10px);
  box-shadow: 0px 10px 18px 0px rgb(48 48 56 / 5%);
  padding: 15px;
  background-color: var(--white);
  border-radius: 0px;
  bottom: 0px;
  top: 0px;
  left: 20px;
  right: 0px;
  overflow: hidden;
  text-align: left;
  padding-left: 160px;
  height: 200px;
  margin-bottom: 5px;
}

#EventList .event .border:active {
  box-shadow: 0px 5px 9px 0px rgb(48 48 56 / 5%);
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
}

#EventList .event .border:active {
  box-shadow: 0px 5px 9px 0px rgb(48 48 56 / 5%);
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
}


#EventList .event .border .date {
  color: #0093FF;
  font-size: 16px;
  font-weight: 800;
  margin-top: 10px;
}

#EventList .event .border .date .gray {
  color: #434c5e;
}

#EventList .event .border .points,
.popper .points {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 0px;
  height: 23px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  background-color: #ffb400;
  width: auto;
  font-weight: 800;
  line-height: 24px;
}

#EventList .event .border .title {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 2px;
  color: var(--almostblack) !important;
}

#EventList .event .border .content {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-top: 4px;
  max-height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #434c5e !important;
}


@media (max-width: 500px) {
  #EventList .event .image {
    height: 170px;
    width: 100px;
  }

  #EventList .event .border {
    padding-left: 85px;
  }

  #EventList .event .border .date {
    font-size: 14px;
    margin-top: 20px;
  }

  #EventList .event .border .title {
    font-size: 12px;
    line-height: 15px;
  }
}



.date {
  color: #0093FF !important;
  font-weight: 600;
}

.btn-directions {
  background-color: #0093FF;
  border-color: #0093FF;
  box-shadow: 0px 3px 12px 0px rgba(0, 147, 255, 0.45);
  font-size: 14px;
}

.btn-directions:hover {
  background-color: #0093FF;
  border-color: #0093FF;
}

.btn-reg {
  background-color: #01cb27;
  border-color: #01cb27;
  box-shadow: 0px 3px 12px 0px rgba(1, 203, 39, 0.45);
  margin-left: 5px;
  padding: 0 30px;
  font-size: 14px;
}

.btn-reg:hover {
  background-color: #01cb27;
  border-color: #01cb27;
}

@media (min-width: 768px) {
  .btn-reg {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.address {
  color: #606c86;
  font-weight: 600;
  font-size: 16px;
}

.locationpoints {
  float: right;
  border-radius: 0px;
  height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  background-color: #ffb400;
  width: auto;
  font-weight: 800;
  line-height: 29px;
  margin-top: 4px;
}

.newsphoto {
  box-shadow: 0 2rem 5rem 0 rgb(0 0 0 / 30%);
}

.newsphotosection {
  overflow: visible;
}

.ml0 {
  margin-left: 0px!important;
}
.mr0 {
  margin-right: 0px!important;
}

.leftcenter {
  text-align: left;
}

.rightcenter {
  text-align: right;
}

@media (max-width: 768px) {
  .leftcenter {
    text-align: center;
  }
  
  .rightcenter {
    text-align: center;
  }
}

.v-align-children-news {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}</pre></body></html>