/* Place other CSS here */
.disc-list >li {
  list-style: disc;
}
.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}

.m-0 {
  margin: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mt-3 {
  margin-top: 3rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-1 {
  padding: .25rem!important;
}

.border-0 {
  border: 0;
}

.w-100 {
  width: 100%;
}
.text-white {
  color: white;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

#jury .row {
  justify-content: center;
}
#jury .row-eq-height > [class*='col-'] {
  flex-direction: unset;
}
#jury .thumbnail {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
}
#jury .thumbnail a > img {
  width: 100%;
}

body {
  padding-top: 0;
}

.rack-com-menu__logo {
  top: -23px!important;
}

.rack-com-menu__container--mobile {
  z-index: 50;
}
.rack-com-menu__logo {
  max-width: 20rem;
}

.menu-item-border {
  border: black 2px solid;
  padding: 5px;
  margin: 0 15px;
}

.menu-item-urgent {
  font-size: 1.6rem;
  color: #C42438;
  margin: auto;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  width: 100%;
}

.menu-item-urgent:hover {
  color: #1daac3;
  text-decoration: none;
}

.cd-mod-hero__title {
  padding-top: 0;
  color: white;
}
.cd-mod-hero__paragraph {
  color: white;
}
.modal-background-img {
  position: relative;
  max-width: 100%;
  padding-top: 66.66%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cd-mod-bar__image {
  max-width: 100%;
}

.rack-com-menu__button--menu {
  z-index: 100;
}

.cd-mod-form__label--checkboxConsent::before {
    top: .5rem;
}

.cd-mod-map__map {
  background-size: 50%;
}

.cd-mod-form__label--radio {
  width: 100%
}

.cd-mod-map__image {
    max-height: 45px;
    height: auto;
}

.cd-mod-arrow__title {
  height: 190px;
}
.cd-mod-arrow__title:after {
  top: 190px;
}

.cd-mod-arrow__container ul {
  padding: 0;
}

.cd-mod-form label {
	margin-bottom:1.5rem;
	overflow:visible;
	cursor:pointer
}
.cd-mod-form input {
	outline:0;
	position:absolute;
	opacity:0
}
.cd-mod-form input:focus+.cd-mod-form__label--checkboxConsent {
	outline:1px dotted #000
}
.cd-mod-form input:checked+span::before {
  background-color: #F58C30;
}

.cd-mod-form__default {
  margin-bottom:1.5rem;
}

.cd-lay-popup__logo {
    padding: .5rem 0;
}

.instagram-image {
  max-width: 94%;
}

.cd-lay-popup__close {
  z-index: 10;
}

.js-open-tabs h3 {
  margin-bottom: 1.5rem;
}

.partner-bottom-line {
  min-height: unset;
}

.custom-popup {
  max-width: 1200px;
}
.bg-white {
  background-color: white;
}
.text-black {
  color: black;
}
@media (min-width: 426px) {
  .no-padding:nth-child(2) .cd-mod-arrow__desc {
    margin-top: unset;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem!important;
  }

  .cd-mod-form__label--radio {
    width: 40%
  }

  .cd-mod-arrow__container {
    padding-top: 25px;
  }

  .cd-mod-arrow__title {
    height: 150px;
  }
  .cd-mod-arrow__title:after {
    top: 150px;
  }

  .cd-mod-arrow__container ul {
    padding: unset;
  }
  /* .cd-mod-arrow__container ul li:before {
    content:"\2714\0020";
    color: #F58C30;
  } */
}
.bullet_list {
  width: fit-content;
}

.bullet_list > li::before {
  content: "•"; color: black;
  display: inline-block; width: 1em;
  margin-left: -1em;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14pt;
}

.color-inherit {
  color: inherit!important;
}
@media (min-width: 992px) {
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .cd-mod-about__title {
    margin-top: 7rem;
  }

  .cd-mod-bar__image {
    height: auto;
  }

  .cd-mod-map__map {
    height: 50%;
  }

  .cd-mod-map__map-bottom {
    top: unset;
    bottom: 0;
  }

  #about {
    padding-top: 6rem;
  }
  
  .bullet_list {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .rack-com-menu__logo {
    max-width: 25rem;
  }
}

@media (min-width: 1200px) {
  .cd-mod-map__map {
    background-size: 58%;
  }
  #homeheader {
    padding-top:0!important;
  }
}

.social_icon:hover {
  
    text-decoration: none;
}