body {
  font-size: 1.18rem;
  line-height: 1.85714286em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  color: #666666;
  font-weight: 400;
}
.btn--primary,
.btn--primary:visited {
  background: #275d67;
  border-color: #275d00;
}

.btn--primary:active {
  background: #275d67;
}

.flickity-prev-next-button {
    background: hsla(120, 100%, 25%, 0.7);
}

.flickity-prev-next-button .arrow {
  fill: #000000;
}
.type--fine-print {
  font-size: 1.2em;
}
.type--fine-print-f {
  font-size: .9em;
}
div[class*='col-'] > div[class*='col-']:first-child {
  padding-left: 1;
}
/**! 10. Menus **/
.menu-horizontal > li:not(:hover) > a,
.menu-horizontal > li:not(:hover) > span,
.menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
  opacity: .5;
}
.dropdown .dropdown__trigger {
  cursor: pointer;
  user-select: none;
  font-weight: 700;
}
.menu-vertical li:not(:last-child) {
  margin-bottom: 0.05rem;
}