/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
.KSU_label {
  color:black;
//  font-size: 1rem;
}

@media screen and (max-width: 1020px) {
.KSU_date {
    text-transform: uppercase;
  font-weight:500;
   font-size:1.15rem;
    color: #385a87;
    text-decoration: underline;
    display:inline-block;
}
}


@media screen and (min-width: 1021px) {
.KSU_date {
    text-transform: uppercase;
  font-weight:500;
    color: #385a87;
    text-decoration: underline;
    display:inline-block;
}
}

@media screen and (min-width: 1376px) {
.KSU_date {
    text-transform: uppercase;
  font-weight:500;
    color: #385a87;
    font-size:0.86rem;
    text-decoration: underline;
    display:inline-block;
}
}
@media screen and (min-width: 1854px) {
.KSU_date {
    text-transform: uppercase;
  font-weight:500;
    color: #385a87;
    text-decoration: underline;
    display:inline-block;
}
}

span[data-shipup-eta-carrier]:before {
    content: ' ';
    background-color: black;
    width: 15px;
    height: 2px;
    left: 15px;
    display: table;
    margin-top:5px;
    margin-bottom:5px;
}


span[data-shipup-eta-carrier="206"]:before {
  content:'';
}

