.elementor-kit-16{--e-global-color-primary:#066836;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-22403f5:#086836;--e-global-color-eb47f53:#D8692D;--e-global-color-cfe2d80:#EE4425;--e-global-color-d493e3e:#0187C9;--e-global-color-2715787:#000000;--e-global-color-fc09a01:#AEEFCE;--e-global-color-701b6fd:#D9F9E9;--e-global-color-3920ab5:#08321C;--e-global-color-8639909:#1C1E1D;--e-global-color-4ba6914:#F5F5F5;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-16 e-page-transition{background-color:var( --e-global-color-primary );}@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 *//** 
 * The default focus style is likely provided by Bootstrap or the browser
 * but here we override everything else with a visually appealing cross-
 * browser solution that works well on all focusable page elements
 * including buttons, links, inputs, textareas, and selects.
 */
*:focus { 
  outline: 0 !important;
  box-shadow:
    0 0 0 .2rem #fff, /* use site bg color to create whitespace for faux focus ring */
    0 0 0 .35rem #069 !important; /* faux focus ring color */
}

/**
 * Undo the above focused button styles when the element received focus
 * via mouse click or touch, but not keyboard navigation.
 */
*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}

.wpforms-form button[type=submit]:hover {
    border: 0px solid #ccc !important;
}

#content-container {
    /*max-width: 75ch;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

#footer-container a:hover span,
#footer-container a:hover{
    color: #EE4425 !important;
}/* End custom CSS */