/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 19:36:51 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#resumeForm .col-6,
#resumeForm .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  /* margin-right: 1%;
  margin-left: 1%; */
  margin-top: 10px;
  margin-bottom: 10px;
}

#resumeForm .row {
  display: flex;
  max-width: 100%;
  position: relative;
  /*flex-wrap: wrap;*/
  gap: 21px;
  row-gap: 0px;
}

/*#resumeForm .col-md-12 {*/
/*  -webkit-box-flex: 0;*/
/*  -ms-flex: 0 0 48.5%;*/
/*  flex: 0 0 48.5%;*/
/*  max-width: 48.5%;*/
/*}*/
#resumeForm input{
    font-family: roboto;
}
#resumeForm input:not([type="file"]),
#resumeForm select {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #797979;
  height: 69px;
  padding: 30px 12px 6px 12px;
  font-size: 24px;
  line-height: 31px;
  margin: 0;
}

#resumeForm  .elementor-field-type-upload {
  padding: 10px 20px;
/*   background: #5C72F2; */
  color: white;
  border: none;
  height: 60px;
  margin: 0 !important;
  margin-left: 5px !important;
  padding: 0;
  margin-top: 10px !important;
}
#resumeForm  .elementor-field-type-upload:hover {
  background-color: #4044AC;
  border:none;
}
#resumeForm .elementor-field-type-upload input {
  background: transparent;
  margin-top: 10px;
}
#resumeForm .elementor-field-type-upload input::file-selector-button {
  display: none;

}
#resumeForm .elementor-field-type-upload label {
  width: 100%;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color:#fff !important;
  text-align: center;
  position: relative;
  left: unset;
  top: unset;
  margin: 0;
  background: #5C72F2;
  height: 60px;
  line-height: 60px;
}
  #resumeForm select{
  background: url(/wp-content/uploads/2024/07/stat_minus_1.svg) no-repeat 95% 50% #fff !important;
    appearance: none;
  padding-left: 10px !important;
  font-family: "futura-pt", sans-serif;
  font-size: 16px ;
  font-weight: 400 ;
}
 #resumeForm .elementor-field-type-select  label{
 z-index:50;
}
#resumeForm .select-caret-down-wrapper{
display:none;
}
#resumeForm .elementor-field-type-html{
  color:#fff;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 150%;
  margin-left:20px;
}
 #resumeForm .elementor-mark-required .elementor-field-label::after {
  content: none;
  color: #797979;
  padding-inline-start: 0;
}
#resumeForm button[type="submit"] {
  margin-top: 60px;
  height: auto;
  padding: 10px 20px;
  background: #94cb00;
  color: white;
  border: 2px solid #94cb00;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 25px */
  letter-spacing: 0.8px;
  text-transform: uppercase; 
  height: 60px;
}
.w-100{
  width:100%;
}
#resumeForm button[type="submit"]:hover {
  background: #76A200;
  border-color: #76A200;
}

#resumeForm .justify-content-center {
  justify-content: center;
}

#resumeForm .hide {
  display: none;
}
#resumeForm .elementor-field-group {
  margin-top: 10px;
}
#resumeForm label {
  position: absolute;
  left: 17px;
  color: #797979;
  font-family: "futura-pt", sans-serif;
  font-size: 16px ;
  font-weight: 400 ;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
  margin: 4px 0 0;
  padding: 0;
  top: 10px;
}
#resumeForm textarea{
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #797979;
  padding: 30px 12px 6px 12px;
  font-size: 24px;
  line-height: 31px;
resize: none;
}
#resumeForm .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-type-text:nth-child(1),
#resumeForm .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group.elementor-field-type-email {
  padding-right: 16px;
}
#resumeForm label.required::after {
  content: "*";
  color: #797979;
  font-weight: 400;
  position: relative;
  left: 4px;
}

#resumeForm .checkbox-wrapper{
display: flex;
align-items: flex-start;
justify-content: center;
  margin-top: 10px;
  
}

#resumeForm .checkbox-wrapper label{
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  position: unset ;
  font-family: Helvetica;
  color:#fff;
  text-transform: none;
}
#resumeForm .checkbox-wrapper label{
  margin-top:0; 
}

#resumeForm .checkbox-wrapper label a{
  color:#fff;
  text-decoration: underline;
}

#resumeForm .checkbox-wrapper label a:hover{
  color:#fff;
}
#resumeForm .checkbox-wrapper label::after {
  color: #fff;
}
#resumeForm input#agree-marketing-comm {
 width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-top: 3px;
  accent-color: #94CB00;
  appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  border: 2px solid white;
  border-radius: 1px;
 background: rgba(40,40,40,0.2);
}
    #agree-marketing-comm::before {
  content: "";
  width: 20px;
  height: 17px;
  clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
  transform: scale(0);
  background-color: #94cb00;
}
#resumeForm input[type="checkbox"]:checked::before {
  transform: scale(1);
}
#thank-you-message {
margin-top: 115px;
}
#thank-you-message .thankyou-header {
     color: #fff;
    font-size: 45px;
    font-weight: 500;
    font-family: "Oswald", Sans-serif;
    line-height: 125%;
    color:#fbfbfb;
    margin-bottom: 20px;
    text-align: center;
  } 
  #thank-you-message .thankyou-p {
     font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
     color:#fbfbfb;
    text-align: center;
  } 
  #resumeForm .gap-0{
      gap:0;
  }
   
@media(max-width:1024px) {
    #thank-you-message {
     margin-top: 0px;
}
  #resumeForm .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
 #resumeForm .row {
  flex-wrap: wrap;
  }
#resumeForm .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-type-text:nth-child(1),
#resumeForm .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group.elementor-field-type-email {
  padding-right: calc( 10px/2 );
}
#resumeForm textarea{
  padding: 56px 12px 6px 12px;
}
#resumeForm .elementor-field-type-html{
  margin-left:20px;
}
}

#resumeForm .elementor-mark-required.elementor-field-type-upload .elementor-field-label::after {
  content: none;

}
@media(max-width:768px) {
#resumeForm .elementor-field-type-upload .elementor-message{
margin-top: 40px
}
}
@media(min-width:0px) {
#resumeForm .elementor-field-type-html{
  display:flex;
  margin-top:10px !important;
}
#resumeForm .elementor-field-type-html p {
  margin-top: 23px;
  margin-left: -20px;
}
}
@media(min-width:768px) {
#resumeForm .elementor-field-type-html p {
  margin-top:0px;
  margin-left: 0px;
}
}
@media(min-width:1133px) {
#resumeForm .elementor-field-type-html{
  margin-top:20px !important;
}
}