.elementor-kit-6{--e-global-color-primary:#0B316F;--e-global-color-secondary:#BA2632;--e-global-color-text:#515151;--e-global-color-accent:#9C2438;--e-global-color-bda3272:#E8EBF6;--e-global-color-cfd2a53:#CFD9EC;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-family:"Roboto Slab", Sans-serif;font-weight:700;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Noto Sans", Sans-serif;font-size:1.25rem;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:2rem;}.elementor-kit-6 h2{font-size:1.75rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:1.75rem;}.elementor-kit-6 h2{font-size:1.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-nav-menu .sub-arrow {
    padding: 2px !important;
}

.noMargin p:last-of-type {
    margin-bottom: 0;
}

.highlight a,
.highlight a:focus,
.highlight a:hover {
    color: white;
}

.info-page h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
}

@media (max-width: 767px) {
    .info-page h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

td p {
    margin-bottom: 0;
}

p + h2,
ul + h2,
ol + h2,
.elementor-menu-anchor + h2 {
    margin-top: 25px;
}

p + h3,
ul + h3,
ol + h3,
h2 + h3,
.elementor-menu-anchor + h3 {
    margin-top: 20px;
}

p + h4,
ul + h4,
ol + h4,
h3 + h4,
.elementor-menu-anchor + h4 {
    margin-top: 15px;
}

ul + p,
ol + p,
p + p,
p + ul,
p + ol{
    margin-top: 15px;
}

li + li,
ol ul {
    margin-top: 10px;
}

#menu li + li,
#mobile-menu li + li {
    margin-top: 0;
}


/* Fix excerpt length */
.elementor-post__excerpt { 
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.elementor-post__excerpt:after {
    content: "…";
}/* End custom CSS */