@import url("https://fonts.googleapis.com/css?family=Lato|Kaushan+Script");

* {
  box-sizing: border-box;
}

:root {
  --nos-cyan: #d7ecff;
  --nos-yellow: #fff5be;
  --nos-magenta: #e6d3fc;
  --nos-black: #111;
  --nos-grey-dark: #272727;
  --nos-grey-medium: #363636;
  --nos-grey: #716f6f;
  --nos-white: #f0f3f5;
  --nos-red: #f4c7c7;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-size: 16px;
  background: var(--nos-white);
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
}

body.scrolllock {
  overflow: hidden;
}

body.scrolllock #nav {
  position: fixed !important;
  z-index: 1001 !important;
  top: 0px !important;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.15rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  text-transform: uppercase;
  font-weight: 300;
}
h1,
h2,
h3 {
  color: var(--nos-yellow);
}
.content h3:not(:first-child) {
  margin-top: 0;
}

p {
  margin-bottom: 0.75rem;
}
a {
  color: var(--nos-black);
}
.content p a,
strong,
.title strong {
  font-weight: 600;
  color: inherit;
}
.content a:not(.button) {
  text-decoration: underline;
}
a.navbar-item.is-active,
.navbar-link.is-active {
  color: var(--nos-yellow);
}
a:focus,
.navbar-link:focus,
.navbar-link:focus-within,
a.navbar-item:focus,
a.navbar-item:focus-within {
  color: var(--nos-magenta);
}
a:hover,
.navbar-link:hover,
a.navbar-item:hover {
  color: var(--nos-cyan);
}
.is-vertical-center {
  display: flex;
  align-items: center;
}

.modal {
  z-index: 1010;
  color: var(--nos-black);
}
.modal-content h1.title {
  margin-bottom: 1rem;
}
.modal-content h4 {
  margin-bottom: 0.625rem;
}

.modal .section-title {
  color: var(--nos-white);
}

.heading {
  font-size: 0.9rem;
}

.modal-card,
.modal-content {
  margin: 0 auto;
}

.modal-close,
.is-large.delete,
.is-large.modal-close {
  z-index: 1002;
  max-height: 40px;
  max-width: 40px;
  min-height: auto;
  min-width: auto;
  height: auto;
  width: auto;
  font-size: 1.6rem;
  top: 16px;
}

.delete::after,
.delete::before,
.modal-close::after,
.modal-close::before {
  content: none;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
  background-image: url(../_img/fog-4597348_1920px.jpg) no-repeat;
  background: linear-gradient(
      rgba(255, 255, 255, 0.65),
      rgba(255, 255, 255, 0.45)
    ),
    rgba(255, 255, 255, 0.15) url(../_img/fog-4597348_1920px.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.header-wrapper {
  padding-bottom: 0px;
}

hr {
  background-color: var(--nos-grey-dark);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.docs hr {
  margin: 3rem 0;
}

.box,
.panel,
#upload-reciever.uppy-Dashboard-inner {
  background-color: var(--nos-white);
}

.button {
  padding-right: calc(0.75em - 1px);
}

.nom {
  margin: 0 !important;
}

.nop {
  padding: 0 !important;
}
.bg-cyan {
  background: var(--nos-cyan) !important;
}
.bg-yellow {
  background: var(--nos-yellow) !important;
}
.bg-magenta {
  background: var(--nos-magenta) !important;
}
.bg-black {
  background: var(--nos-black) !important;
}
.bg-grey-dark {
  background: var(--nos-grey-dark) !important;
}
.bg-grey-medium {
  background: var(--nos-grey-medium) !important;
}
.bg-grey {
  background: var(--nos-grey) !important;
}
.bg-white {
  background: var(--nos-white) !important;
}
.bg-red {
  background: var(--nos-red) !important;
}
.bg-light {
  background: var(--nos-yellow) !important;
}
.text-cyan {
  color: var(--nos-cyan) !important;
}
.text-yellow {
  color: var(--nos-yellow) !important;
}
.text-magenta {
  color: var(--nos-magenta) !important;
}
.text-black {
  color: var(--nos-black) !important;
}
.text-grey-dark {
  color: var(--nos-grey-dark) !important;
}
.text-grey {
  color: var(--nos-grey) !important;
}
.text-white {
  color: var(--nos-white) !important;
}
.text-red {
  color: var(--nos-red) !important;
}
.text-light {
  color: var(--nos-yellow) !important;
}
.border-light {
  color: var(--nos-yellow) !important;
}
.text-contrast {
  color: var(--nos-red) !important;
}
.border-contrast {
  color: var(--nos-red) !important;
}
.lh-sm {
  line-height: 1.1;
}
.lh-1 {
  line-height: 1;
}
/* Header/Hero */

#home {
  position: relative;
  z-index: 3;
}

body:not(.page-gdt) .header-wrapper .hero {
  flex-direction: row;
  align-items: center;
  color: var(--nos-white);
  background: #272727 url("../_img/fog-4597348_1920px.jpg") no-repeat;
  background-size: cover;
}

.hero.hero-image {
  background-position: center;
}
body.page-gdt .hero.is-large,
#hero_gallery #map,
#hero_gallery-ow {
  height: calc(100vh - 278px);
  width: 100%;
}
#hero_gallery > .tns-item {
  width: calc(100%);
  height: 100%;
  transition-duration: 1.8s;
  animation-duration: 1.8s;
}
.hero-image {
  background-size: cover;
  height: 100%;
}

.hero.is-large .hero-body {
  padding: 0;
}

.hero .title {
  line-height: 0.825;
  pointer-events: none;
  text-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}

.hero .title,
.title.deco,
#nav .title,
#scroll-down {
  font-family: "Kaushan Script", sans-serif;
  font-weight: 800;
  color: var(--nos-white);
  font-size: 7rem;
  text-transform: initial;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body:not(.page-login) .header-wrapper .hero .title {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  z-index: 11;
  text-align: center;
}
#scroll-down {
  position: absolute;
  bottom: 80px;
  left: 49%;
  font-size: 1.75rem;
  color: var(--nos-white);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  border: 3px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scroll-down i.fa {
  margin-bottom: -3px;
}
#nav {
  background-color: var(--nos-grey-dark);
}
#nav .title {
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--nos-white);
  padding-top: 5px;
  letter-spacing: -0.01rem;
}
.navbar,
.navbar > .container {
  min-height: 2.75rem;
}
.navbar-dropdown:not(.is-open) {
  display: none;
}

.hero .title a {
  color: var(--nos-white);
}
.hero .title a:hover {
  opacity: 0.25;
}
.hero .title small {
  font-size: 3.875rem;
}

.hero .subtitle {
  padding: 5px;
  color: var(--nos-white);
}

.hero .profession {
  padding-top: 20px;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.hero .hero-foot {
  height: 50px;
  background: var(--nos-white);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}

.hero.is-large {
  height: 100vh;
  transition: height 1s ease-in-out;
}

body.page-gr11 .hero.is-large,
body.page-home .hero.is-large {
  height: calc(100vh - 358px);
}

#map-container {
  width: 33.33%;
  position: fixed;
  bottom: 0px;
  outline: none;
}

/*mapbox styles */

#currentposition {
  font-size: 4em;
  color: var(--nos-red);
}

.mapboxgl-ctrl-top-right {
  margin-top: 10px;
}

#race-timeline {
  padding: 2rem 3rem 6rem;
}

.main-content ol li {
  padding-left: 10px;
}

.main-content.vertical #map,
.main-content.vertical #map-container {
  height: 36vh;
}

.main-content.vertical #map {
  width: 100%;
  min-height: 240px;
}

.blocks .media-item {
  position: relative;
  margin: 2rem 0;
}

.item-meta {
  margin: 10px 0;
}

.scrolllock {
  overflow: hidden;
}

body.solid #contentcol {
  position: absolute;
  right: 0;
  padding-top: 52px !important;
  background: var(--nos-white);
}

#form-login {
  margin: 60px 0 15px;
}

#form-login a {
  color: var(--nos-white);
}

#form-login a i {
  color: var(--nos-black);
}
.content p,
.content p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.content p.control {
  margin: 0;
}

img.leaflet-marker-icon {
  opacity: 0.75;
}

.hero .hero-foot {
  padding: 0.75rem 0 0.25rem;
}

.hero .hero-foot .hero-foot--wrapper {
  margin: 0.25rem auto 0.75rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
  line-height: 38px;
  font-weight: 400;
  font-size: 1rem;
  padding: 0 0.75rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
  border-bottom: 2px solid var(--nos-grey-dark);
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
  color: var(--nos-grey-dark);
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
  color: var(--nos-grey-dark);
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid var(--nos-grey-dark);
}

.tns-item {
  filter: grayscale(0.1) contrast(1.1);
}

.icon.is-small {
  height: 1rem;
  width: auto;
  padding: 0 5px 0 2px;
}

.panel-icon {
  line-height: 1.5;
  font-size: inherit;
}

#nav {
  z-index: 1003;
}

.navbar a,
.footer .container {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#nav .navbar-brand .title {
  transform: rotate(-0deg);
}

#navbar > .navbar-end {
  justify-content: center;
}

.navbar-brand {
  padding: 0.75rem 1.5rem 0.5rem 1.5rem;
}

.navbar-brand img {
  height: 32px;
  fill: currentColor;
}

.navbar .navbar-item,
.navbar .navbar-link,
.navbar-link:not(.is-arrowless)::after {
  font-weight: 400;
  color: var(--nos-white);
}

.navbar-link:not(.is-arrowless)::after {
  right: 1.625rem;
  border-color: var(--nos-white);
}

.navbar-dropdown {
  padding: 0.5rem;
  background-color: var(--nos-grey-dark);
}

.navbar.is-dark .navbar-burger {
  margin-right: -20px;
  margin-top: -5px;
}

#nav .navbar-menu {
  background-color: transparent;
}

#nav .navbar-item i {
  color: var(--nos-white);
}

form .navbar-item {
  height: 100%;
}

.navbar .navbar-item.value,
.navbar .navbar-link.value {
  font-weight: 300;
}

.navbar .navbar-item.value i {
  margin-right: 5px;
}

.navbar-item,
.navbar-link {
  line-height: 1.45;
}

.navbar strong {
  font-weight: 400;
}

.navbar-link.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
  background-color: var(--nos-grey-dark);
}

.docs h1,
.docs h2,
.docs h3,
.docs h4,
.docs p {
  margin: 2rem 0 1rem;
}

.pace.pace-inactive {
  display: none;
}

.entry-type-switch {
  float: right;
  margin: 0 0 1rem 0;
}

#writer .title {
  margin-bottom: 0.5rem;
}

.columns.entry_meta {
  clear: both;
}

/* main content */

.main-content {
  padding-top: 0;
  background-color: var(--nos-grey);
}

#map {
  width: 100%;
  height: 100%;
  min-height: 420px;
  position: relative;
}
.main-content .section-light {
  color: var(--nos-white);
}
.main-content .section-light,
.main-content .section-dark {
  padding: 30px;
}

.main-content .section-dark {
  background-color: var(--nos-grey-dark);
  color: var(--nos-white);
}

.main-content .section-dark.resume {
  height: 400px;
  padding-top: 100px;
}

.main-content .section-light.map {
  padding: 0;
}

.main-content.vertical .timeline .timeline-item {
  padding: 10px 0;
}

.main-content.vertical .timeline {
  position: relative;
}

.timeline-item.type-short .section-title:not(.has-text-right) {
  font-style: italic;
}

.main-content.vertical #timeline {
  padding: 15px 0;
}

body.single .main-content.vertical #timeline {
  padding: 0;
}

.main-content.vertical .tns {
  position: absolute;
  height: calc(100% - 62px);
  width: 20px;
  display: flex;
  align-items: center;
}

.tns.tns-prev {
  left: 15px;
}

.tns.tns-next {
  right: 15px;
}

/* admin */

body.page-admin {
  background: var(--nos-grey);
  min-height: 100vh;
}

body.page-admin .footer {
  position: initial;
}
body.page-admin .main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 112px);
}

.main-content .admin .section-title {
  margin-top: 0;
  padding-top: 5px;
}

.main-content .admin .panel-block {
  display: block;
}

.panel-block .item-text {
  margin: 1rem 0;
}

.main-content .admin .panel-buttons label.checkbox {
  padding-bottom: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.75em;
}

.main-content .admin #list {
  margin: 1rem 0.5rem;
}

.panel-buttons,
.text-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.panel-description {
  font-size: 1.125rem;
}

.view-nav {
  margin-left: 15px;
}

.view-nav a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.uploaders .column .image-preview {
  height: 320px;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}

.uploaders .column .image-preview img {
  max-height: 300px;
  width: auto;
}

.uploaders .column .fileinfo {
  margin-top: auto;
}

.bylines {
  margin-bottom: 1rem;
}

.bylines .field.has-addons {
  margin-bottom: 0;
}

.wishlist .field {
  margin-bottom: 0;
}

.wishlist .field input,
.bylines .field.has-addons input,
.bylines .field.has-addons .button {
  border-bottom: none;
}

.wishlist .field:last-child input,
.bylines .field.has-addons:last-child input,
.bylines .field.has-addons:last-child .button {
  border-bottom: 1px solid #dbdbdb;
}

form .field .image-preview {
  padding: 10px;
  text-align: center;
}

.bottom-stats .table.stats {
  margin-top: 0;
}

.image img {
  display: block;
  height: auto;
  width: auto;
}
.weather {
  max-width: 124px;
  line-height: 1;
}
.weather figure {
  filter: saturate(0);
}
.weather_location {
  line-height: 1;
  display: block;
  margin-top: -3px;
}
.weather_icon {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.weather .weather_temp {
  font-weight: 900;
  font-size: 30px;
  height: 30px;
}
#weather-float {
  position: absolute;
  right: 30px;
  bottom: 60px;
  z-index: 20;
}
.portrait-col {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#collection {
  -moz-column-width: 16em !important;
  -moz-column-gap: 0.25em !important;
  -webkit-column-width: 16em !important;
  -webkit-column-gap: 0.25em !important;
  column-width: 16em !important;
  column-gap: 0.25em !important;
  display: block;
}

#collection .section-title {
  padding-top: 0rem;
  font-size: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#collection .portrait-col.beer .section-title {
  padding-bottom: 0;
}

span.star-rating {
  display: inline-block;
  padding-bottom: 0.75rem;
}

/* sections */

#timeline-map {
  margin: 0;
}

#about .is-larger,
.about .is-larger {
  font-size: 1.2rem;
}
#icm {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding: 20px 40px;
}
.section-dark.donate .panel-buttons {
  justify-content: flex-end;
}

@media (max-width: 599px) {
  #about .about-links,
  .about .about-links {
    text-align: center;
  }
}

@media (max-width: 599px) {
  #about .right-image img,
  .about .right-image img {
    margin: auto;
  }
}

.main-content .section-light.list-blocks {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.list-blocks {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.list-blocks h1 {
  padding: 10px;
}

.main-content .section-light.contact {
  padding: 200px;
}

.main-content .section-light.contact button {
  width: 100%;
  background-color: var(--nos-black);
  color: var(--nos-white);
  height: 50px;
  font-size: 1.15rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 60px 20px;
  }
}

#about {
  position: relative;
  z-index: 101;
}

#about,
.main-content .section-image {
  background-image: url("../_img/fog-4597348_1920px.jpg") no-repeat;
  background: linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.65)
    ),
    rgba(255, 255, 255, 0.35) url("../_img/fog-4597348_1920px.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0 100px;
}

.about-links i {
  font-size: 1.5rem;
  padding: 0.25rem;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  line-height: 1.125;
}

.distance-traveled {
  display: block;
  text-align: right;
  padding: 0 0px 0 20px;
  font-size: 0.75em;
  line-height: 1.1;
}

.main-content.vertical .section-title {
  padding: 10px 0;
}

h4.section-title {
  text-transform: uppercase;
  letter-spacing: 0.035rem;
  padding: 15px 0;
}

.footer {
  background: var(--nos-grey-dark);
  color: var(--nos-white);
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 0.9rem;
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 1001;
}

.footer a,
.navbar i {
  color: var(--nos-white);
}

.footer p {
  margin: 0;
}

.footer a i {
  font-size: 1.5rem;
  padding: 0px 10px;
}

.fa-download {
  color: var(--nos-grey-dark);
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 2px;
  right: 20px;
  z-index: 1001;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.65);
  color: var(--nos-white);
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

#toTop a {
  color: var(--nos-white);
}

#toTop:hover {
  background-color: var(--nos-black);
}

#toTop .svg-inline--fa {
  vertical-align: unset;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--nos-grey-dark);
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: var(--nos-grey-dark);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

.weather-icon img {
  position: absolute;
  width: 40px;
  max-width: 40px;
  height: auto;
  left: -40px;
}
.card-header {
  display: flex;
  align-items: center;
  margin-left: -1rem;
}
.timeline-title {
  padding-left: 0;
  padding-right: 0;
}

.timeline-item,
.weather-icon {
  position: relative;
}

.layout-1 .timeline-item::after {
  right: 100%;
  top: 46%;
  content: " ";
  width: 0;
  height: 0;
  margin-top: -12px;
  margin-right: -2px;
  border-style: solid;
  border-width: 12px 12px 12px 0px;
  border-color: transparent var(--nos-grey-dark);
  position: absolute;
  pointer-events: none;
  z-index: 400;
}

.timeline-item .card-content {
  padding: 1rem 0;
  min-height: 120px;
}

.timeline-item .card-content img,
.timeline-item .card-content video {
  border: 0.5em solid var(--nos-white);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}

table.stats {
  margin-top: 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.035rem;
}

.card,
.card-header {
  background: none;
  box-shadow: none;
  color: var(--nos-black);
}

.card-header {
  margin: 0.5em 0;
}
.section-title a {
  text-decoration: none;
}

body.single .card-header-item.distance {
  display: none;
}

.card-header-item.distance {
  margin: 0 0.5rem -0.25rem -0.75rem;
}

.card-header-item.distance i.position {
  margin-right: 6px;
}

.distance .fa-stack {
  margin-top: -2px;
  height: 2em;
  width: 2em;
  line-height: 2em;
}

.distance .fa-stack .fa-stack-2x {
  height: 2rem;
  font-size: 2em;
}

.card-header,
.card-footer {
  justify-content: space-between;
  border: none;
}

.card-footer {
  display: block;
}

.card-footer-item {
  flex-grow: 0;
  flex-basis: initial;
  padding-left: 0;
  margin: 0;
}

.card-footer-item:not(:last-child) {
  border: none;
}

.distance-arrow {
  margin-left: 8px;
  margin-right: 12px;
  top: 5px;
  position: absolute;
}

.timeline-item .card {
  width: 100%;
}

.card table.stats {
  margin-top: 0;
}

.card table.stats h5 {
  margin: 0.25rem 0 0.5rem;
}

.bottom-stats.columns:last-child {
  position: relative;
  margin-top: -30px;
  margin-bottom: 15px;
}

table.stats td {
  padding: 0 0.25rem;
  text-align: right;
}

.timeline-item.markdown {
  position: relative;
}

.layout-1 .vertical .item-text {
  padding: 15px 30px;
  top: 56px;
  position: absolute;
}

.full-content {
  display: none;
}

.timeline-item .item-stats {
  padding: 0.75rem 0 0.75rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: -0.025rem;
  display: block;
}
.blocks .timeline-item {
  padding-left: 0;
}

.timeline-item .item-stats p {
  margin: 0;
}

.timeline-item .item-stats small {
  font-size: 0.75rem;
  opacity: 0.9;
}

.timeline-item .item-stats span.value {
  text-transform: initial;
}

.layout-1 .timeline-item .item-text {
  line-height: 1.1rem;
}

.layout-1 .column.markdown .image.is-16by9 {
  background: rgb(158, 157, 157);
}

#items-container {
  padding-top: 30px;
}

#timeline-race {
  min-height: 100vh;
}

#race-stats {
  line-height: 1.25;
  font-size: 0.875rem;
  z-index: 9;
  position: relative;
  padding: 1.5rem 2rem 0.75rem 2rem;
}
#race-stats > .container > .columns {
  height: 160px;
}
#race-stats .title.deco {
  font-size: 3rem;
  margin-top: 0;
  line-height: 2rem;
  transform: rotate(-5deg);
}
#race-stats table {
  width: 100%;
}

p.finishing-time {
  float: left;
}

.progress {
  background: var(--nos-black);
  margin: -10px 0 6px 0 !important;
}

.progress::-webkit-progress-bar {
  background-color: #222;
}

#race-stats .container .columns {
  margin-bottom: 0;
}

.bg-type-video,
.marker-video,
.marker-video .line {
  background-color: var(--nos-magenta);
}
.border-type-video {
  border-color: var(--nos-magenta);
}
.color-type-video {
  color: var(--nos-magenta);
}

.bg-type-image,
.marker-image,
.marker-image .line {
  background-color: var(--nos-yellow);
}
.border-type-image {
  border-color: var(--nos-yellow);
}
.color-type-image {
  color: var(--nos-yellow);
}

.bg-type-markdown,
.marker-markdown,
.marker-markdown .line {
  background-color: var(--nos-cyan);
}
.border-type-markdown {
  border-color: var(--nos-cyan);
}
.color-type-markdown {
  color: var(--nos-cyan);
}
.bg-type-url,
.marker-url,
.marker-url .line {
  background-color: var(--nos-red);
}
.border-type-url {
  border-color: var(--nos-red);
}
.color-type-url {
  color: var(--nos-red);
}

.bg-type-html,
.marker-html,
.marker-html .line {
  background-color: var(--nos-cyan);
}
.border-type-html {
  border-color: var(--nos-cyan);
}
.color-type-html {
  color: var(--nos-cyan);
}
.marker {
  border: 14px solid var(--nos-yellow);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.marker .line {
  display: none;
  width: 40px;
  height: 4px;
  position: absolute;
  left: -24px;
  top: 24px;
  border-radius: 2px;
  transform: rotate(-20deg);
}
.marker.current {
  border-color: var(--nos-red);
}
.marker:not(.rio-position):hover {
  z-index: 10;
}
.marker:hover .fa-stack {
  animation: pulse 2s infinite;
}
.marker.rio-position .rio-image {
  animation: pulselow 8s infinite;
}
.marker-html:not(.active) .fa-stack {
  animation: pulselow 2s infinite;
}
.marker-html:hover .fa-stack {
  animation: none;
}
.marker-html,
.marker-image,
.marker-markdown,
.marker-video,
.marker-audio,
.marker-url {
  border: none;
  color: var(--nos-black);
  position: absolute;
  z-index: 9;
  cursor: pointer;
  background: transparent;
}

.marker-html.active {
  display: flex;
  align-items: center;
  overflow: initial;
}
.marker-html .msg {
  position: absolute;
  left: 40px;
  opacity: 0;
  width: 0;
}
.marker .msg .html-close {
  float: right;
}
.marker-html.active .msg {
  border-radius: 12px;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  background: var(--nos-cyan);
  min-width: 270px;
  width: auto;
  animation: slideOutH 0.8s forwards;
}
.marker-html .msg p {
  margin: 0;
}
.marker i.fa-lg {
  vertical-align: -0.2em;
}

.rio-position {
  position: relative;
  display: flex;
  z-index: 8;
  width: 80px;
  height: 80px;
  border: 4px solid var(--nos-white) !important;
  border-radius: 50%;
}
.rio-image {
  width: 80px;
  height: 80px;
  background-size: 100%;
}
table tr td.stats {
  text-align: right;
  font-weight: 500;
}

.stats-title {
  line-height: 2.25;
}

.solid #nav {
  position: fixed;
  z-index: 1001;
  top: 0px;
}

.single-nave-item {
  display: block;
}

.timeline-item .item-text a {
  text-decoration: underline;
}

.column.media-item {
  float: left;
}

.column.media-item img {
  margin-bottom: 1rem;
  width: 100%;
}

blockquote {
  padding-left: 2rem;
  border-left: 2px solid #ccc;
}

blockquote p {
  font-size: 1.5rem;
}

.item-text h1,
.item-text h2,
.item-text h3,
.item-text h4,
.item-text h5 {
  margin-bottom: 0.5rem;
}

#timeline {
  padding-bottom: 90px;
}

#timeline .tns-controls .tns-next,
#timeline .tns-controls .tns-prev {
  font-size: 2rem;
  display: inline-block;
  padding: 0 0.5rem;
  line-height: 1;
}

.navbar-item.is-active {
  color: var(--nos-yellow) !important;
}

.map-marker.current {
  fill: #a66;
  color: #a66;
  z-index: 999;
}

.embera-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.embera-embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.datetimepicker-wrapper.modal.is-active .modal-background {
  background: rgba(255, 255, 255, 0.3);
}

.datetimepicker-dummy
  .datetimepicker-dummy-wrapper
  .datetimepicker-dummy-input {
  max-width: 85%;
}

.CodeMirror-scroll {
  overflow: scroll;
}

.lity {
  background: rgba(71, 71, 71, 0.92);
}

.lity-content:after {
  box-shadow: none;
}

.lity-content .card {
  background: var(--nos-white);
  padding: 15px 30px;
}

.lity-content .card-header {
  color: var(--nos-black);
  background: var(--nos-white);
  padding: 15px;
}

.lity-content .card-footer {
  color: var(--nos-black);
  background: var(--nos-white);
  padding: 0 15px;
}

.lity-content .card-footer-item {
  margin: 0;
}

.lity-content .card-header h5 {
  font-size: 2rem;
}

.lity-content .card-content {
  color: var(--nos-black);
  background: var(--nos-white);
}

.lity-content .card-content a {
  color: var(--nos-grey-dark);
}

.lity-content .image.is-16by9 {
  padding-top: 0;
}

.lity-content .full-content {
  display: block;
}

.lity-content .excerpt-content {
  display: none;
}

a.chevron i {
  font-size: 0.75rem;
}

/* .slideout {
animation: slideOut 0.8s ease-in-out 1s forwards;
} */
.slideout-h {
  animation: slideOutH 0.8s ease-in-out 1s;
}
.fadein {
  animation: fadein 1.5s ease-in-out 1s forwards;
}
.pulse {
  animation: pulse 5s ease-in-out 1s infinite;
}
.pulseslow {
  animation: pulselow 10s ease-in-out 1s infinite;
}
@keyframes slideOut {
  0% {
    display: none;
    opacity: 0;
    max-height: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    max-height: auto;
  }
}
@keyframes slideOutH {
  0% {
    display: none;
    opacity: 0;
    max-width: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    max-width: auto;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulselow {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(1, 1);
  }
}
.footer .footer-links p {
  text-align: right;
}

@media screen and (min-width: 769px), print {
  #mapcol #map-container {
    height: 100vh;
  }
  .modal-card,
  .modal-content {
    width: 80%;
  }
  .timeline-item .card-content {
    padding: 1em 0;
    min-height: 120px;
  }
}

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.15rem;
  }
  h5 {
    font-size: 1.075rem;
  }
  .navbar h4 {
    margin-top: -5px;
  }
  .mapboxgl-ctrl-top-right {
    margin-top: 10px;
  }

  .navbar-dropdown.is-open {
    position: fixed;
    right: 0;
    top: 52px;
    z-index: 1010;
  }
  .hero .title small {
    font-size: 3rem;
  }
  #map-container {
    height: 36vh;
  }
  .card-header-item.distance {
    font-size: 0.9rem;
  }
  .timeline-item {
    padding: 0px 0 15px 0px;
  }
  table.stats,
  div.stats {
    font-size: 0.8rem;
    line-height: 1.05;
  }
  .stats h3,
  .stats h4 {
    margin: 0;
    padding: 0;
  }
  #form-login {
    padding: 0 45px;
  }

  #admin-nav .control .button .icon,
  #admin-nav .button .icon:first-child:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
  }
  #race-stats > .container > .columns {
    height: 160px;
  }
  .navbar-brand,
  .navbar-tabs {
    display: block !important;
  }
}

.header-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

/* global responsive */

@media (max-width: 768px) {
  .hero.is-large {
    height: calc(100vh - 96px);
    transition: height 1s ease-in-out;
  }

  body.page-gr11 .hero.is-large,
  body.page-home .hero.is-large {
    height: calc(100vh - 96px);
  }
  #hero_gallery #map,
  #hero_gallery-ow {
    height: calc(100vh - 96px);
    width: 100%;
  }
  .navbar a,
  .navbar-item.value,
  .footer p {
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    font-size: 0.9rem;
  }
  .hero .title {
    font-size: 6rem;
  }
  .navbar-item.value {
    max-width: 270px;
    overflow: hidden;
    white-space: nowrap;
  }
  .navbar-dropdown.is-open .navbar-item {
    min-width: 130px;
  }
  .navbar-dropdown.is-open {
    top: 2.75rem;
  }
  body .horizontal #mapcol {
    position: relative;
    width: 100% !important;
    height: 36vh;
  }
  body.page-gr11 .hero.is-large,
  body.page-home .hero.is-large {
    height: 100vh;
  }
  body.solid .horizontal #mapcol {
    width: 100% !important;
  }
  body.solid #contentcol {
    width: 100%;
  }
  #mapcol #map-container {
    height: 36vh;
    position: absolute;
    bottom: 0px;
    outline: none;
    width: 100%;
  }
  body #contentcol,
  body #mapcol {
    margin-top: 0;
  }
  #timeline {
    padding-right: 15px;
  }
  .card-header-item.distance small {
    font-size: 0.7rem;
  }
  .distance .fa-stack {
    margin-top: -2px;
    height: 2em;
    width: 2em;
    line-height: 2em;
  }
  .modal.about .modal-content {
    padding-top: 3rem;
  }
  .modal.about .modal-content p {
    line-height: 1.2;
  }
  .entry-type-switch {
    float: none;
  }
  #race-timeline,
  #race-stats {
    padding: 3rem 2rem 3rem 2.5rem;
    line-height: 1.25;
  }
  #race-stats {
    padding: 3rem 2rem 3rem 2.5rem !important;
  }
  #race-stats h1.title {
    margin-bottom: 40px;
  }
  #race-timeline .title.deco {
    transform: rotate(-5deg);
  }
  #race-stats > .container > .columns {
    height: auto;
  }
  p.finishing-time {
    float: none;
    margin-bottom: 0.125rem !important;
  }
  .admin.navbar .navbar-brand {
    display: none;
  }
  body:not(.page-login) .header-wrapper .hero .title {
    top: 38vh;
    min-width: 84%;
  }
}

@media (max-width: 599px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1.075rem;
  }
  h5 {
    font-size: 1rem;
  }
  #admin-nav .control .button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar h4 {
    margin-top: -2px;
  }
  .hero h2.title {
    font-size: 5rem;
  }
  .hero .title small {
    font-size: 2rem;
  }
  .post-day {
    line-height: 1;
    min-width: 75px;
    max-width: 90px;
  }
  /* .timeline-item .card-header{
	flex-direction: row;
	} */
  .view-nav {
    display: block;
    clear: both;
    float: none;
    margin-left: 0px;
  }
  .admin.navbar #navbar {
    width: 100%;
  }
  .admin.navbar .navbar-end {
    align-content: center;
    align-items: center;
    text-align: center;
  }
  .panel-block .button .icon:first-child:not(:last-child) {
    margin-right: 0;
  }
  .content p,
  .content p:not(:last-child) {
    margin-bottom: 1rem;
  }

  #nav > .container {
    flex-direction: column;
    display: flex;
    width: 100%;
  }
  #nav .navbar-end,
  #nav .navbar-brand {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    text-align: center;
  }
  #nav .navbar-brand {
    display: none !important;
  }
  #scroll-down {
    left: 47%;
    font-size: 1.25rem;
    height: 34px;
    width: 34px;
  }
}

@media screen and (min-width: 1024px) {
  body.solid .horizontal #mapcol {
    position: fixed;
    width: 33.33333% !important;
    overflow: hidden;
    z-index: 2;
  }
  .main-content.horizontal #map,
  .main-content.horizontal #map-container {
    height: 100vh;
  }
  #map-container {
    height: 100vh;
  }
  .timeline-item .card-content img,
  .timeline-item .card-content video {
    border: 0.5em solid var(--nos-white);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    max-width: 690px;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1600px) {
  .container,
  .modal-card,
  .modal-content {
    max-width: 1380px;
  }
  .hero .title {
    font-size: 9.5rem;
  }
}

/* navbar collapse :disabled */

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .navbar > .container {
    align-items: stretch;
    display: flex;
    width: 100%;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-menu {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    justify-content: flex-end;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar,
  .navbar-end,
  .navbar-menu,
  .navbar-start {
    display: flex;
    align-items: stretch;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-item {
    display: flex;
    align-items: center;
  }
}
