html {
    scroll-padding-top: 120px;
}
.entry-title{display:none !important;}
@media (max-width: 767px) {
	.elementor-102 .elementor-element.elementor-element-bd12fa9 .elementor-heading-title, .elementor-102 .elementor-element.elementor-element-832b5ef .elementor-heading-title, .elementor-102 .elementor-element.elementor-element-1bf58ce .elementor-heading-title{font-size:2em !important;line-height:1.2em !important;}}
@media (max-width: 767px) {
	.top-list-spacing li, .elementor-102 .elementor-element.elementor-element-f59dc68 .elementor-icon-list-item > .elementor-icon-list-text{padding-bottom:16px !important;font-size:1em !important;}}
@media (max-width: 767px) {.elementor-102 .elementor-element.elementor-element-f59dc68 .elementor-icon-list-icon{padding-bottom:10px !important;}}
@media (max-width: 767px) {.elementor-102 .elementor-element.elementor-element-a166baf .elementor-icon-box-title, .elementor-102 .elementor-element.elementor-element-7e3e43b .elementor-icon-box-title, .elementor-102 .elementor-element.elementor-element-4972845 .elementor-icon-box-title, .elementor-102 .elementor-element.elementor-element-2347ca0 .elementor-icon-box-title, .elementor-102 .elementor-element.elementor-element-5a8df91 .elementor-icon-box-title, .elementor-102 .elementor-element.elementor-element-f3c8fef .elementor-icon-box-title{font-size:7vw !important;line-height:1em !important;}}

@media (max-width: 767px) {.elementor-102 .elementor-element.elementor-element-643163d .elementor-heading-title{font-size:1em !important;line-height:1em !important;}}

/* ==================================================
   CONTACT FORM 7 - PROPER ASSOCIATION MANAGEMENT
   Matches page branding shown in screenshot
   Add to Additional CSS
================================================== */

/* Main Form Wrapper */
.wpcf7 {
    max-width: 920px;
    margin: 0 auto;
    font-family: "Inter", Arial, sans-serif;
}

/* Form Card */
.wpcf7 form {
    background: #ffffff;
    padding: 42px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    border: 1px solid rgba(8,84,119,.08);
}

/* Labels */
.wpcf7 label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #0a5678;
    margin-bottom: 8px;
    letter-spacing: .2px;
	  line-height:26px;
}

/* Paragraph spacing */
.wpcf7 p {
    margin: 0 0 22px;
}

/* Inputs / Select / Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 15px 18px;
    font-size: 16px;
    color: #1f2937;
    background: #f8fbfc;
    border: 1px solid #d8e6eb;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all .25s ease;
    font-family: inherit;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #0a5678;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(10,86,120,.10);
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #7d8d96;
}

/* Textarea */
.wpcf7 textarea {
    max-height: 182px;
    resize: vertical;
}

/* Two Column Layout */
.cf7-row {
    display: flex;
    gap: 22px;
}

.cf7-col {
    flex: 1;
}

/* Submit Button */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
    background: #0a5678;
    color: #fff;
    border: none;
    padding: 16px 34px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    border-radius: 6px;
    cursor: pointer;
    min-width: 240px;
    text-transform: none;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
    background: #449277;
}

/* Validation */
.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 6px;
    color: #c0392b;
}

.wpcf7 form .wpcf7-response-output {
    margin: 22px 0 0;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 14px;
}

/* Success */
.wpcf7 form.sent .wpcf7-response-output {
    background: #edf8f3;
    border: 1px solid #9ed3b4;
    color: #256244;
}

/* Error */
.wpcf7 form.invalid .wpcf7-response-output {
    background: #fff2f2;
    border: 1px solid #e3a8a8;
    color: #9c2f2f;
}

/* Checkbox / Radios */
.wpcf7-list-item {
    margin: 0 18px 12px 0;
}

/* Spinner */
.wpcf7-spinner {
    margin-left: 12px;
}

/* Mobile */
@media (max-width: 767px){

    .wpcf7 form {
        padding: 24px;
    }

    .cf7-row {
        flex-direction: column;
        gap: 0;
    }

    .wpcf7 input[type="submit"],
    .wpcf7 .wpcf7-submit {
        width: 100%;
        min-width: auto;
    }
}