.page-header {
  position: relative;
  z-index: 50;
  color: #fff;
}
.page-header .page-center {
  position: relative;
  z-index: 2;
}
.page-header .bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.careers-header .page-header{
  color: #f0f0f0;
}
.page-header:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}
.page-header .btn-box {
  margin: 0 0 81px;
}
.funding-inner-header .page-header .btn-box{
  margin: 0 0 71px;
}
.page-header .btn-box a {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  color: #fff;
}
.careers-header .page-header .btn-box a{
  font-weight: 500;
  color: #f0f0f0;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.careers-header .page-header .btn-box a:hover{
  color: #ee5124;
}
.page-header .btn-box a i {
  font-size: 21px;
  line-height: 1;
  color: #EE5124;
  margin: 0 10px 0 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.page-header .text-box {
  position: relative;
  max-width: 100%;
  display: flex;
  column-gap: 50px;
}

@media (max-width: 992px) {
  .page-header .text-box {
    flex-wrap: wrap;
  }
}

.c-study-head .page-header .text-box{
  max-width: 76%;
}
.funding-inner-header .page-header .text-box h1 {
  margin-bottom: 31px;
  font-size: 66px;
  line-height: 1.18;
}
.page-header h2:last-child, .page-header h3:last-child {
  margin-bottom: 0;
}
.careers-header .page-header h2{
  font-weight: 600;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}
.c-study-head .page-header h2{
  line-height: 61px;
}
.careers-header .page-header .text-frame p{
  font-weight: 500;
}
.funding-inner-header .page-header .text-frame p{
  line-height: 1.656;
}
.page-header .title {
  display: block;
  color: #FF5828;
  margin: 0 0 21px;
}
.curved-corner-topright {
  width: 292px;
  height: 280px;
  overflow: hidden;
  position: absolute;
  bottom: -280px;
  right: 0;
  z-index: 1;
}
.curved-corner-topright:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
}
.curved-corner-topright:before {
  top: 0;
  right: 0;
  box-shadow: 124px -50px 0 0 #2d2d2d;
}

@media (max-width: 1023px) {
  .page-header .title {
    margin: 0 0 20px;
  }
  .page-header .text-box {
    max-width: 100%;

  }
  .page-header .btn-box, .funding-inner-header .page-header .btn-box {
    margin: 0 0 25px;
  }
}

.page-header.header-twocols .text-box{
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.page-header.header-twocols .text-box h2, .page-header.header-twocols .text-box h1, .page-header.header-twocols .text-box h3 {
  flex-shrink: 0;
  width: 400px;
  margin-right: 40px ;
}
.page-header.header-twocols .text-box .text-frame {
  flex-grow: 1;
  padding-top: 5px;
}
@media (max-width: 1023px) {
  .page-header.header-twocols .text-box{
    display: block;
  }
  .page-header.header-twocols .text-box h2, .page-header.header-twocols .text-box h1, .page-header.header-twocols .text-box h3 {
    margin-right: 0;
    width: 100%;
  }
}


.text-box__content {
  width: 70%;
}

.text-box__form {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .text-box__content,
  .text-box__form {
    width: 100%;
  }
  
  .text-box__form {
    max-width: 500px;
    margin: 0 auto;
  }
}

.hs-form-frame {
  width: 100%;
}


.text-box__form input[type=text],
.text-box__form input[type=email] 
  height: 30px;
  padding: 8px 25px;
}

.text-box__form label {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}

.text-box__form .legal-consent-container {
  font-size: 11px;
}


.text-box__form .hs-button.primary {
  cursor: pointer;
  margin: 15px 0 0;
  background: #d9330a;
  color: #fff;
  border: 2px solid #d9330a;
  padding: 6px 20px;
  text-decoration: none;
  border-radius: 25px;
  font: 700 18px / 1.556 'AvenirNextLTPro-Demi', Roboto, Arial, Sans-Serif;
  display: inline-block;
}


.text-box__form .hs-button.primary:hover {
  background: #ee5124;
  border-color: #ee5124;
  color: #fff;
}

.text-box__form .hs-richtext.hs-main-font-element p {
  font-size: 14px;
  margin-bottom: 10px;
}

.text-box__form .hs-custom-form .hs-form-field {
  padding-bottom: 10px;
}
