.module-header-a-right {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-self: flex-end;
}
.header-cta p {
    margin-bottom: 0px;
    font-weight: 600;
}
.module-header-a-right-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.module-header-a-right-top h3 {
    font-size: 0.9em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    background: #0e3756;
    padding: 20px 14px;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Source Sans Pro', sans-serif;
    /* margin-left: -10px; */
}

.module-header-a-right-top span {
  font-weight: 600;
}

.module-header-a-phone {
    font-weight: 600;
    /* background: #5d8aa8; */
    color: #BF4E30;
    font-size: 1.2rem;
    margin-left: 0px;
    display: inline-block;
    padding: 7px;
}
.module-header-a-phone:hover {
    color: #103756;

}

.module-header-a-phone i {
  font-size: 100%;
}

.module-header-a-right-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
  .module-header-a-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 8px;
    width: 70%;
  }

  .module-header-a-logo {
    flex: 1;
  }

  .module-header-a-inner {
    padding: 0 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
  }

  .module-header-a-logo img {
    padding: 0;
  }
}