/* breakpoints */
.title-row-box {
  border-width: 1px;
  border-style: solid;
  border-color: #B2B2B2;
  box-sizing: border-box;
  width: 100%;
  height: 87px;
  margin: 0;
  padding: 0;
  background: #F7F7F7;
}

.title-row-box > .component-content {
  max-width: 960px;
  margin: 0 auto !important;
}

.title-row-box > .component-content .title {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 23px 0 0 0;
  padding: 0;
}

.title-row-box > .component-content .title h1 {
  font-size: 22px;
  font-size: 2.2rem;
  border: none;
}

@media only screen and (max-width: 61.9375em) {
  .title-row-box > .component-content .title {
    margin: 23px 0 0 20px;
  }
}

.title-row-box > .component-content .rich-text {
  margin: 0;
}

.title-row-box > .component-content .rich-text h1, .title-row-box > .component-content .rich-text h2, .title-row-box > .component-content .rich-text h3, .title-row-box > .component-content .rich-text h4 {
  margin: 0;
  padding: 0;
}

.title-row-box > .component-content .breadcrumb {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 23px 0 0 0;
  padding: 0;
  float: right;
  clear: both;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .title-row-box > .component-content .breadcrumb {
    margin: 23px 20px 0 0;
  }
}

@media only screen and (max-width: 23.75em) {
  .title-row-box > .component-content .breadcrumb {
    display: none;
  }
}

@media only screen and (max-width: 61.9375em) {
  .title-row-box .alpha {
    vertical-align: middle;
    box-sizing: border-box;
    width: auto !important;
    float: left;
  }
  .title-row-box .omega {
    vertical-align: middle;
    box-sizing: border-box;
    width: auto !important;
    float: right;
  }
}

/* breakpoints */
@media only screen and (max-width: 48em) {
  .location-header .row {
    margin: 0;
  }
}

.location-header .directions,
.location-header .address,
.location-header .phone {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 48em) {
  .location-header .directions,
  .location-header .address,
  .location-header .phone {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 61.9375em) {
  .location-header .directions,
  .location-header .address,
  .location-header .phone {
    font-size: 1.25rem;
  }
}

.location-header .directions i,
.location-header .address i,
.location-header .phone i {
  margin-right: 1rem;
}

.location-header .directions a,
.location-header .address a,
.location-header .phone a {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
  border-bottom-width: 0;
}

@media only screen and (max-width: 61.9375em) {
  .location-header .directions a,
  .location-header .address a,
  .location-header .phone a {
    font-size: 1.25rem;
  }
}

.location-header .directions {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
}

@media only screen and (max-width: 48em) {
  .location-header .directions {
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
  }
}

@media only screen and (max-width: 48em) {
  .location-header .directions {
    padding-top: 0;
  }
}

.location-header .address {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .location-header .address {
    -webkit-box-flex: 1.5;
    -ms-flex-positive: 1.5;
    flex-grow: 1.5;
  }
}

@media only screen and (max-width: 48em) {
  .location-header .address {
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
  }
}

.location-header .address > div > span {
  display: block;
}

.location-header .address > div > span:empty {
  display: none;
}

@media only screen and (max-width: 48em) {
  .location-header .phone {
    padding-bottom: 0;
  }
}
