#search-block-form input {
  border: 1px solid #d8d6d5;
  border-radius: 2px;
  height: 22px;
  box-shadow: 0px 0px 1px #d8d6d5;
  padding-left: 6px;
  padding-right: 24px;
  width: 158px;
}

#search-block-form {
  width: 190px;
  position: relative;
}

#search-block-form #edit-submit {
  background: url(/themes/minim/images/magnifying-glass.svg) no-repeat;
  text-indent: -999em;
  border: none;
  width: 30px;
  cursor: pointer;
  padding: 0px;
  box-shadow: none;
  position: absolute;
  top: 3px;
  width: 20px;
  right: 6px;
  background-position: 50%;
}

#search-block-form #edit-submit:focus {
  outline: none;
}

#block-sitebranding {
  width: 275px;
  float: left;
  padding-bottom: 8px;
}

#block-searchform {
  float: right;
}

#block-socialmedia {
  float: right;
}

#block-socialmedia ul {
  margin: 0;
}

#block-socialmedia ul li {
  float: left;
  list-style: none;
}

#block-supportblock {
  float: right;
  clear: right;
  margin-top: 24px;
}

.content-header .star-region-content {
  width: 88%;
  margin: auto;
  padding-top: 17px;
}

.star-social-media li {
  margin-right: 10px;
}

.star-social-media li:last-child {
  margin-right: 22px;
}

.star-social-media-member {
  font-weight: 600;
  color: #5f5e5e;
  padding-left: 5px;
  font-size: 14px;
}

.star-support-block-blog {
  margin-right: 17px;
  float: left;
}

.star-support-block-blog a {
  color: #5f5e5e;
  font-weight: 600;
  line-height: 40px;
  font-size: 15px;
}

.star-support-block-support a {
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
}

.star-support-block-support {
  background: #f6931d;
  border-radius: 10px 10px 0px 0px;
  float: left;
  display: block;
  padding: 5px 17px;
}

#block-featuredcircleblock {
  position: relative;
  height: 25px;
  background: #f8f6f1;
}

.star-featured-circle {
  position: absolute;
  top: -500%;
  right: 6.9%;
  z-index: 900;
}

.star-featured-circle-purple {
  width: 150px;
  height: 150px;
  background: #692c90;
  border-radius: 75px;
  float: left;
  margin-right: 15px;
  position: relative;
}

.star-featured-circle-orange {
  width: 150px;
  height: 150px;
  background: #f6931d;
  border-radius: 75px;
  float: left;
  margin-right: 15px;
  position: relative;
}

.star-featured-circle-green {
  width: 150px;
  height: 150px;
  background: #00a0af;
  border-radius: 75px;
  float: left;
  position: relative;
}

.star-featured-circle-purple-text-one {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.star-featured-circle-purple-text {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.star-featured-circle-purple-text-2 {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

#linkedin-header-icon {
  filter: brightness(0.8) sepia(0.08) hue-rotate(1deg) saturate(1);
}
