/*
 * sog-rebranded-header.css
 * Figma Design: https://www.figma.com/design/iTvcX8OxRz6xpMhqEQrCzZ/Web-headers?node-id=197-546&m=dev
 */

.sog-header {
  width: 1440px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.sog-header-bar {
  align-self: stretch;
  height: 100px;
  padding-left: 135px;
  padding-right: 135px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #4B9CD3;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.sog-header-title-wrap {
  flex: 1 1 0;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: flex;
}

.sog-header-title-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.sog-header-title {
  color: white;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 30px;
  word-wrap: break-word;
}

.sog-header-sub-bar {
  align-self: stretch;
  padding-bottom: 14px;
  padding-left: 135px;
  padding-right: 135px;
  background: #4B9CD3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.sog-header-divider {
  align-self: stretch;
  height: 0px;
  outline: 1px white solid;
  outline-offset: -0.5px;
}

.sog-header-subtitle-wrap {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.sog-header-subtitle {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.96px;
  word-wrap: break-word;
}

.sog-header-menu-bar {
  align-self: stretch;
  padding-left: 135px;
  padding-right: 135px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #4B9CD3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.sog-header-menu-wrap {
  align-self: stretch;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.sog-header-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sog-header-menu-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.sog-header-menu-label {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: black;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}

.sog-header-search-bar {
  height: 25px;
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
  display: flex;
}

.sog-header-search-input {
  width: 183px;
  align-self: stretch;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  background: white;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: flex;
}

.sog-header-search-placeholder {
  width: 56px;
  height: 12px;
  color: #999999;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 13px;
  word-wrap: break-word;
}

.sog-header-search-btn {
  width: 27px;
  align-self: stretch;
  padding: 5px;
  background: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.sog-header-search-icon {
  width: 10px;
  height: 10px;
  background: #999999;
}
