.image-accent {
  content: '';
  border-bottom: 3px solid #f6b222;
  position: absolute;
  right: -2.21875rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 1px;
  width: 4.375rem;
}
.contact-strip {
  background: #161729;
  color: white;
  margin-bottom: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .contact-strip {
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
}
.contact-strip > a {
  color: white;
  text-decoration-color: none;
  background: #161729;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 992px) {
  .contact-strip > a {
    display: flex;
    align-items: center;
  }
}
.contact-strip > a:hover {
  background: #0f101c;
  text-decoration: none;
}
.contact-strip .img {
  position: relative;
  width: 100%;
}
.contact-strip .img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .contact-strip .img {
    width: 235px;
  }
  .contact-strip .img:after {
    content: '';
    border-bottom: 3px solid #f6b222;
    position: absolute;
    right: -2.21875rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 1px;
    width: 4.375rem;
  }
}
.contact-strip .item {
  padding: 0 1rem 1.4rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .contact-strip .item {
    text-align: left;
    width: 240px;
    padding: 0 2rem 0 0;
  }
}
.contact-strip .large {
  font-family: GalaxiePolaris;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1.625rem;
  text-transform: uppercase;
  letter-spacing: 0.3125rem;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 992px) {
  .contact-strip .large {
    padding: 0 1rem 0 4rem;
    align-self: center;
    flex-grow: 1;
  }
}
.contact-strip label {
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.contact-strip .large.arrow span {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
}
.contact-strip .large.arrow span:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/themes/custom/u_pacific/images/orange-arrow-min.png) center center no-repeat;
  background-size: auto;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  content: '';
}
.contact-strip a {
  color: white;
}
