.search-form .search-field{
	border: 1px solid #ccc;
}

.search section.no-results.not-found {
    margin-bottom: 6rem;
}

#post-404 div#hero-container {
    height: 50vh;
}


fieldset.form-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
	    grid-gap: 12px;
}

fieldset.form-columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	    grid-gap: 12px;
}

.hbspt-form {
	width: 75%;
    margin: 0 auto;
    margin-top: 85px;
}

.hbspt-form fieldset {
    max-width: 100% !important;
	margin-top: 12px !important;
}

.hbspt-form fieldset.form-columns-2 .hs-form-field, .hbspt-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
	
}

.hbspt-form fieldset.form-columns-2 .hs-form-field input, 
.hbspt-form fieldset.form-columns-3 .hs-form-field input,
.hbspt-form fieldset.form-columns-2 .hs-form-field select, 
.hbspt-form fieldset.form-columns-3 .hs-form-field select  {
    width: 100% !important;
	padding: 12px;
}

.hs-fieldtype-file input {
    padding-left: 0 !important;
}

ul.hs-error-msgs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8rem;
    color: #c02b0a;
}



.hs-submit .actions::after {
    content: "" !important;
    width: 55px !important;
    border-left: 1px solid var(--primary);
    height: 80% !important;
    margin-left: 5px;
    background: url('/wp-content/uploads/2023/08/link_arrow.svg');
    background-repeat: no-repeat;
    background-position: center , right;
    background-size: 30px;
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}

.hs-submit input {
    background: transparent !important;
    color: var(--primary) !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding: 0 !important;
    display: inline-block;
    height: 100%;
    vertical-align: super;
    margin: 0 5px 0 0;
}

.hs-submit .actions {
    display: block;
    height: 2rem;
}

.hs_submit.hs-submit:hover input {
    color: var(--accent-dark) !important;
}

.hs_submit.hs-submit {
    margin-top: 12px;
}

.hbspt-form textarea {
    min-block-size: 12rem;
	width:100% !important; 
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 12px;
}

.hbspt-form p {
    font-size: 1rem !important;
}

.hbspt-form ::placeholder {
    color: var(--primary);
    font-family: 'myriad-pro';
    opacity: .6;
}

.hbspt-form select.is-placeholder {
    color: var(--primary);
	color: rgb(19 29 47 / 40%);
}

.hbspt-form select option {
    color: var(--primary);
}

.hbspt-form fieldset.form-columns-2 .hs-form-field select, .hbspt-form fieldset.form-columns-3 .hs-form-field select {
    padding: 14px;
	border: 1px solid #ccc;
} 




.hbspt-form select option:disabled,
.hbspt-form select.is-placeholder option:disabled {
    color: rgb(19 29 47 / 60%);
}

@media screen and (max-width: 768px){
	.hbspt-form fieldset{
		display: block;
	}
}

@media screen and (max-width: 1100px) {
    .hbspt-form {
        width: 100%;
    }
}