.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alignerBottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.alignerRight {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alignerAllRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.alignerLeft {
  display: flex;
  align-items: left;
  justify-content: left;
}

.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.AlignerLeft {
  display: flex;
  align-items: left;
  justify-content: left;
}

.AlignerTop {
  display: flex;
  align-items: top;
  justify-content: center;
}

.AlignerRight {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.Align {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Align-center {
  max-width: 50%;
}

.equipmentCategory {
  display: flex;
  align-items: center;
  justify-content: left;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.equipmentCategory:hover {
  background-color: rgba(255, 255, 255, 0.2);
}


.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.carousel .slide { background: transparent !important; }

.anchorContrast a {
    color:#ffac00;
}


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