
header {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  background-color: #101f30;
}

.header-row {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10%;
}

header .container {
  margin: 0 auto;
  min-height: 65px;
  width: 96%;
  height: 65px;
  display: flex;
}

header .container .flex-start-column {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100px;
  display: flex;
  flex-direction: column;
  width: 33%;
}

header .container .flex-center-column {
  justify-content: center;
  align-items: center;
  height: 65px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

header .container .flex-center-column .profile-name-desktop {
  text-align: center;
  line-height: 1.75em;
  display: block;
}

header .container .flex-center-column .profile-name-desktop h3 {
  line-height: 1.5em;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
}

header .container .flex-center-column .profile-name-desktop p {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
}

header .container .flex-center-column .profile-name-mobile {
  display: none;
}

.lt-logo-white-leaf-green::before {
  display: block;
}

header .container .flex-end-column {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 10%;
  margin: 0 5px 5px 0;
}

header .container .flex-end-column h3 {
  line-height: 1.5em;
  margin-bottom: 0px;
  margin-top: 14px;
  color: #fff;
}

header .container .flex-end-column .telephone-desktop .call-us {
  font-size: 16px;
}

header .container .flex-end-column .telephone-desktop .num-large {
  font-size: 22px;
}

header .container .flex-end-column .disclosure-desktop .disclosure {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  visibility: hidden;
}

header .container .profile-pic {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 3px;
}

header .container .profile-pic .profile-img {
  margin-left: auto;
  margin-right: auto;
  height: 78px;
  width: 78px;
}

header .container .telephone-mobile {
  display: none;
}

header .container .disclosure-mobile {
  display: none;
}

header [class^="lt-logo"] {
  margin: 5px 0px;
}