body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.neos-nodetypes-image img {
  max-width: 100%;
  height: auto;
}

.logo {
  max-width: 200px;
}

h1, h2, h3 {
  margin-top: 30px;
  font-weight: 900;
  font-size: 48px;
}
@media (min-width: 778px) {
  h1, h2, h3 {
    margin-top: 150px;
  }
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

.text-with-image {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 778px) {
  .text-with-image h1, .text-with-image h2, .text-with-image h3 {
    margin-bottom: 100px;
  }
}
@media (min-width: 778px) {
  .text-with-image a {
    margin-bottom: 100px;
  }
}

.btn-custom {
  background: #6D1D41;
  color: white;
}

.btn {
  padding: 15px 50px;
}

.square-img {
  vertical-align: top;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.square-img-space {
  background-size: 75% auto;
}
.square-img-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
.square-img:hover .square-img-label {
  opacity: 1;
  background: rgba(109, 29, 65, 0.5);
}
.square-img img {
  opacity: 0;
}

.slick-slide {
  min-height: 100px !important;
}

.slide__inner {
  position: static !important;
}

.dot-slider .slick-dots {
  left: 30px;
  top: auto;
  bottom: 30px;
  text-align: left;
}
.dot-slider .slick-dots li button:before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}
.dot-slider .slick-dots li.slick-active button:before {
  color: #6D1D41;
}

.neos-alignment-center {
  text-align: center;
}
.neos-alignment-left {
  text-align: left;
}
.neos-alignment-right {
  text-align: right;
}
.neos-alignment- img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .mobile-showcase {
    display: none;
  }
}
.mobile-showcase h1, .mobile-showcase h2, .mobile-showcase h3 {
  margin-top: 20px;
}
.mobile-showcase img {
  margin-top: 50px;
}

.slick-arrow {
  display: none !important;
}

figure {
  margin: 0;
}

.more-space .jonnitto-multicolumn-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-group.error .form-control {
  border: 2px solid red;
}
.form-group.error .help-inline {
  color: red;
}

/*# sourceMappingURL=main.css.map */
