.container {
  padding: 0 39px;
}

.header-wrapper .overlay {
  top: 106px;
}

.header-wrapper .logo-container {
  padding: 34px 0;
  height: inherit;
  box-sizing: border-box;
}

.header-wrapper #header-region {
  height: 106px;
}

.desktop-with-header-scroll .header-wrapper {
  position: fixed;
}

.header-wrapper {
  padding: 0;
  height: 106px;
}

.content-header,
.content-header .container {
  box-sizing: border-box;
  height: inherit;
}

.header-wrapper #header-region .header-links div {
  -webkit-box-shadow: -1px 0 0 0 rgba(0,0,0,0.1);
  box-shadow: -1px 0 0 0 rgba(0,0,0,0.1);
  position: relative;
  height: 106px;
  width: 100px;
  text-align: center;
}

.header-wrapper #header-region .header-links div a, 
.header-wrapper #header-region .header-links div h3 {
  padding: 23px 20px 15px;
}

.header-wrapper #header-region .header-links div h3 {
  margin: 0;
  text-align: center;
  cursor: pointer;
  padding: 23px 20px 15px;
}

h3, .heading-three {
  font-size: 24px;
  line-height: 1.33;
}

.header-wrapper #header-region .header-links div.user-links {
  background-color: #f2f2f2;
}

.header-wrapper #header-region .header-links div .text {
  font-size: 12px;
  font-weight: 500;
  display: block;
  line-height: 14px;
  margin-top: 40px;
  word-break: break-word;
  word-wrap: break-word;
}

.header-wrapper .mobile-menu {
  position: relative;
  top: -23px;
}

.header-wrapper .mobile-menu .fa-bars {
  font-size: 34px;
  top: 3px; 
}

.header-wrapper .logo-container {
  padding: 34px 0; 
}

.header-wrapper .logo-container img {
  height: 40px;
  width: auto; 
}