

.dash {
  position: relative;
  padding-bottom: 39px !important;
  margin-bottom: 0 !important
}

.dash:after {
  content: '';
  bottom: 18px;
  position: absolute;
  height: 3px;
  width: 60px;
  background-color: #ce4b27;
  left: 0
}

.dash.align--center:after {
  left: 50% !important;
  margin-left: -30px !important
}

.sectionheader {
  font-family: "Enterprise-Sans", Arial;
  font-size: 36px;
  letter-spacing: .04rem;
}

.epsilon {
  font-family: "Enterprise-Sans", Arial;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.smepsilon {
  font-family: "Enterprise-Sans", Arial;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.box a {
  clear: both;
  padding: 5px;
  background-color: #c25608;
  font-family: "Enterprise-Sans", Arial;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .2rem;
  display: block;
}

.box2 a {
  clear: both;
  padding: 5px;
  background-color: #959595;
  font-family: "Enterprise-Sans", Arial;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .2rem;
  display: block;
  border-radius: 25px;
}

.smbox {
  clear: both;
  padding: 5px;
  background-color: #c25608;
  font-family: "Enterprise-Sans", Arial;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .2rem;
  display: block;
  border-radius: 0px;
}

/* Container holding the image and the text */
.mainheader {
  position: relative;
}

/* Main Header text */
.mainheadertext {
  background-color: rgba(255, 255, 255, 0.65);
  color: black;
  margin-left: 0px;
  padding: 25px;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 50%;
}

@media only screen and (max-width : 767px) {
  .mainheadertext {
    display: block;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 10px;
    width: 80%;
  }
}

@media only screen and (min-width : 767px) {
  .smmainheadertext {
    display: block;
    padding-top: 20px;
  }
}

@media only screen and (min-width : 767px) {
  .smmainheadertext {
    display: none;
  }
}

@media only screen and (max-width : 767px) {
  .mainheadertext {
    display: none;
  }
}