.header {
  display: flex;
  justify-content: space-around;
  width: auto;
  height: 100px;
  padding: 5px 20px;

  background-color: #ffffff;
  flex-direction: row;
  align-items: center;
  z-index: 999;
  border-bottom: 10px solid #f6c747;
  position: fixed; 
  top: 0;
  left: 0;
  right: 0;
}

.header .content {
  width: 1024px;
  display: flex;
  overflow: visible;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}

.header .children {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}

img[class*='safeco-logo'] {
  justify-content: flex-start;
  width: auto;
  height: 41px;
  padding-right: 30px;
}
