.elementor-kit-8{--e-global-color-primary:#F2B771;--e-global-color-secondary:#3A5579;--e-global-color-text:#303030;--e-global-color-accent:#F1F0F0;--e-global-color-6546977:#FAA21B;--e-global-color-09d73c8:#F9F3EF;--e-global-color-e6d7e44:#9BBED640;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;}.elementor-kit-8 h1{font-size:56px;font-weight:700;text-transform:uppercase;line-height:1.2em;letter-spacing:0.05em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:5px;}.elementor-element{--widgets-spacing:5px 5px;--widgets-spacing-row:5px;--widgets-spacing-column:5px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a{
    color: #000;
}

a:hover{
    color: #000;
    text-decoration: underline;
}

a.elementor-button:hover{
    text-decoration: none;
}

.elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
}

.egray{
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

/** Maropost Form**/
.ghp-mpf{

}

.ghp-mpf .ghp-input-field{
    border-radius: 6px;
    /*padding: 12px 0px 10px 10px;*/
    padding: 7px 14px;
    font-size: 22px;
    margin-bottom: 10px;
    border-color: #ced4da;
    transition: none;
}

.ghp-mpf .ghp-input-field:focus{
    outline: 0;
}

.ghp-mpf .ghp-input-field.error{
    margin-bottom: 0;
    border-color: #ed3535;
    background-position: right calc(.3125em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.625em + .375rem) calc(.625em + .375rem);
    border-color: #ed3535;
    padding-right: calc(1.25em + .75rem);
    background-image: url("https://info.nathancrane.com/wp-content/uploads/2025/10/icon-error-red.svg");
}

.ghp-mpf .ghp-input-field.error:focus{
    box-shadow: 0 0 0 .25rem rgba(237, 53, 53, .25);
    
}

.ghp-mpf .ghp-input-field.error:focus-visible {
  
}

.ghp-mpf label.error{
    font-style: italic;
    color: #ed3535;
    margin-bottom: 10px;
    margin-top: 5px;
}

.ghp-mpf .ghp-mpf-submit{
    text-align: center;
    margin: 0 auto;
}

.ghp-mpf input[type="submit"]{
    background-color: #3a5579;
    border-color: #3a5579;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
}
/****/

/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
    .ghp-mpf .ghp-input-field{
        font-size:18px;    
    }
    
    .ghp-mpf input[type="submit"]{
        font-size:20px;
    }
}

/* Medium devices (tablets/desktops, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {
}/* End custom CSS */