html, body{
    font-size: 16px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: bold;
}
#formBody *{
    box-sizing: border-box;
}
.form-header .header-bar{
    position: absolute;
    top: 4rem;
    background: #fff;
    width: calc(100% - 8rem);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    z-index: 1;
    box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.0705882353);
}
.form-header .header-bar .logo{
    width: 180px;
}
.form-header .header-bar .logo img{
    width: 100%;
}
.section-hero{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 42vh;
    min-height: 450px;
    margin-top: 2rem;
    margin-bottom: 6rem;
    border-radius: 30px;
    overflow: hidden;
    background: url(https://dev-landingpage-dp.pantheonsite.io/sites/default/files/2024-03/banner-hero.png) no-repeat #001D3D;
    background-size: cover;
}
.section-hero .content-hero{
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding: 0 2rem;
    color: #fff;
   transform: translateY(35px);
}
.section-hero .content-hero h2{
    font-size: 4rem;
    margin: 0;
    line-height: 100%;
    font-family: "Space Grotesk", sans-serif;
    font-weight: bold;
}
.section-hero .content-hero h2 span{
    display: inline-block;
    max-width: 160px;
    margin-right: 1rem;
    height: 36px;
    width: 100%;
    background: url(https://dev-landingpage-dp.pantheonsite.io/themes/landingpage_dpl/images/icons/arrown-right-yellow.png) no-repeat center;
    background-size: 150px;
    transform: translateY(2px);
}
.thank-you-text{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    padding: 0 2rem;
    width: 100%;
    margin-bottom: 4rem;
}
.thank-you-text p{
    color: #001d3d;
    font-size: 1.375rem;
    line-height: 115%;
    font-family: "Space Grotesk", sans-serif;
    font-weight: bold;
}
#formBody{
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
   padding: 0 2rem;
    padding-bottom: 8rem;
}
#formBody .control-group{
    width: 48%;
    margin-bottom: 1.8rem;
}
#formBody .control-group .control-label{
   text-align: left;
}
#formBody .control-group .control-label label{
    font-size: 1.125rem;
    font-family: "Space Grotesk", sans-serif;
    font-weight: bold;
    color: #001d3d;
}
#formBody .control-group .requiredfield:after{
    content: '*';
    color: #FFC300;

}

#formBody .k-multiselect-wrap, 
#formBody .k-textbox > input, 
#formBody input.k-textbox, 
#formBody input.k-textbox:hover, 
#formBody textarea.k-textbox, 
#formBody textarea.k-textbox:hover{
    background-color: #F4F4F4;
    color: #001d3d;
    border: 1px solid #001d3d;
    box-shadow: none;
    max-height: 60px;
    border-radius: 15px;
    height: 60px;
    width: 100%;
   font-weight: 400;
   font-size: 1.125rem;
}
#formBody .k-textbox:focus {
  border-color: #FFC300!important;
}
#formBody .k-widget.k-tooltip-validation{
    background-color: transparent;
    color: #FFC300;
    padding: 0;
    box-shadow: none;
    border: none;
    font-weight: 400;
    margin-top: .8rem;
}
#formBody .control-div-dropdown{
    background-color: #F4F4F4;
    color: #001d3d;
    border: 1px solid #001d3d;
    box-shadow: none;
    max-height: 60px;
    border-radius: 15px;
    height: 60px;
    width: 100%;
    overflow: hidden;
}
#formBody .control-div-dropdown:has(.k-state-focused){
  border-color: #FFC300!important;
}
#formBody .control-div-dropdown .k-dropdown{
    width: 100%;
    height: 100%;
}
#formBody .control-div-dropdown .k-dropdown-wrap{
    background: transparent;
    border: none;
    height: 100%;
}
#formBody .control-div-dropdown .k-dropdown-wrap .k-input{
    height: 100%;
}
#formBody .control-div-dropdown .k-dropdown-wrap .k-icon{
    background: url(https://dev-landingpage-dp.pantheonsite.io/themes/landingpage_dpl/images/icons/arrow-down.png) no-repeat center;
    background-size: 18px;
    transform: translateY(55%);
}
#formBody .control-div-dropdown .k-dropdown-wrap .k-icon::before{
    color: #FFC300;
}
#upload-files-section{
    width: 100%;
    margin-bottom: 1.85rem;
}
#upload-files-section .k-upload {
    background: transparent;
    border: none;
    margin-bottom: 1.8rem;
}
#upload-files-section .k-upload .k-dropzone{
    padding-left: 0;
}
#upload-files-section .k-upload .k-button {
    font-size: 1.125rem;
    border-radius: 50px;
    border-color: #FFC300;
    color: #001D3D;
    padding: 1rem 1.5rem;
    padding-right: 4.5rem;
    font-weight: 700;
    background-color: transparent;
    cursor: pointer;
    background: url(https://dev-landingpage-dp.pantheonsite.io/themes/landingpage_dpl/images/icons/icon-attach.png) no-repeat 90% center;
    background-size: 9.5px;
    transition: all .3s ease;
}
#upload-files-section .k-upload .k-button:hover {
    background-color: #FFC300;
}
#formBody .file-upload-footer #attachmentInfo,
#formBody .file-upload-footer #attachmentInfo + span{
    font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #001D3D;
  font-family: "Inter";
  font-weight: 400;
}
#formBody .consent-formatting{
    margin-bottom: 3.5rem;
}
#formBody .consent-formatting span{
 font-size: 1.125rem;
  font-family: "Inter";
  font-weight: 400;
 color: #001D3D!important;
}
#formBody .consent-formatting span a{
  font-size: 1.125rem;
  font-family: "Inter";
  font-weight: 400;
 color: #FFC300!important;
}
#formBody .consent-formatting .k-checkbox-label::before{
    border: 1px solid #001D3D;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    top: -2px;
}
#formBody .k-checkbox:checked + .k-checkbox-label::before{
    color: #FFC300!important;
    border-color: #001D3D!important;
}
#formButtos{
    width: 100%;
    display: flex;
    justify-content: center;
}
#formButtos button{
    position: relative;
    display: inline-flex;
    height: 50px;
    align-items: center;
    padding: 1rem 3.5rem 1rem 1.5rem;
    border: 1px solid #FFC300;
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 60px;
    color: #001D3D;
    background-color: #FFC300;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}
#formButtos button:before{
    content: " ";
    position: absolute;
    right: 1.1rem;
    height: 18px;
    width: 18px;
    transform: translate(-100%, 100%);
    background: url(https://dev-landingpage-dp.pantheonsite.io/themes/landingpage_dpl/images/icons/arrown_up_blue.png) no-repeat center;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
#formButtos button:after{
    content: " ";
    position: absolute;
    right: 1.1rem;
    height: 18px;
    width: 18px;
    transform: translate(0);
    background: url(https://dev-landingpage-dp.pantheonsite.io/themes/landingpage_dpl/images/icons/arrown_up_blue.png) no-repeat center;
    background-size: contain;
    transition: all 0.3s ease;
}
#formButtos button:hover{
    color: #001D3D;
    background-color: transparent;
}
#formButtos button:hover:before{
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}
#formButtos button:hover:after{
    transform: translate(100%, -100%);
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 767px) {
 .section-hero{
     margin-top: 1.5rem;
  }
  .form-header .header-bar {
      top: 2.5rem;
      height: 60px;
      width: calc(100% - 5rem);
   }
   .form-header .header-bar .logo {
      width: 120px;
   }
  #formBody .control-group{
    width: 100%;
    margin-bottom: 1rem;
  }
.section-hero .content-hero {
      transform: translateY(30px);
  }
.section-hero .content-hero h2 {
      font-size: 3rem;
  }
  .section-hero .content-hero h2 span{
      max-width: 90px;
      background-size: 90px;
  }
  #formBody .k-multiselect-wrap, 
  #formBody .k-textbox > input, 
  #formBody input.k-textbox, 
  #formBody input.k-textbox:hover, 
  #formBody textarea.k-textbox, 
  #formBody textarea.k-textbox:hover,
  #formBody .control-div-dropdown{
    max-height: 50px;
    height: 50px;
  }
  #formBody .control-div-dropdown .k-dropdown-wrap .k-icon {
    transform: translateY(40%);
  }
}
@media screen and (max-width: 490px) {
  #formBody{
      padding: 0 1rem 4rem;
  }
  .section-hero {
       height: 40vh;
       min-height: 350px;
       margin-bottom: 3rem;
  }
  .section-hero .content-hero {
      padding-left: 2rem;
      padding-right: 1rem;
     transform: translateY(20px);
  }
  .section-hero .content-hero h2 {
      font-size: 2rem;
     line-height: 110%;
  }
.section-hero .content-hero h2 span {
     max-width: 70px;
    background-size: 70px;
    margin-right: 0.5rem;
  }
  .thank-you-text{
       margin-bottom: 3rem;
  }
.thank-you-text p{
      font-size: 1.1rem
  }
#upload-files-section .k-upload .k-button{
   width: 100%;
   max-width: 350px;
}
#formBody .consent-formatting span{
 font-size: 1rem;
}
#formBody .consent-formatting span a{
  font-size: 1rem;
}
#formBody .k-multiselect-wrap, 
#formBody .k-textbox > input, 
#formBody input.k-textbox, 
#formBody input.k-textbox:hover, 
#formBody textarea.k-textbox, 
#formBody textarea.k-textbox:hover{
   font-size: 1rem;
}
}

