.elementor-kit-12{--e-global-color-primary:#000000;--e-global-color-secondary:#D9372A;--e-global-color-text:#1D1D1D;--e-global-color-accent:#B52931;--e-global-color-34345d2:#FFFFFF;--e-global-color-7782548:#02010100;--e-global-color-02a8722:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:400;color:var( --e-global-color-text );}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-text );font-weight:400;color:var( --e-global-color-34345d2 );border-radius:0px 0px 0px 0px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-34345d2 );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 p{margin-block-end:16px;}.elementor-kit-12 a{color:var( --e-global-color-accent );}.elementor-kit-12 h1{font-size:3.052rem;font-weight:400;}.elementor-kit-12 h2{font-size:2.441rem;font-weight:400;}.elementor-kit-12 h3{font-size:1.953rem;font-weight:400;}.elementor-kit-12 h4{font-size:1.563rem;font-weight:400;}.elementor-kit-12 h5{font-size:1.25rem;font-weight:400;}.elementor-kit-12 h6{font-size:1rem;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:4px;}.elementor-element{--widgets-spacing:4px 4px;--widgets-spacing-row:4px;--widgets-spacing-column:4px;}{}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-12 h1{font-size:2.488rem;}.elementor-kit-12 h2{font-size:2.074rem;}.elementor-kit-12 h3{font-size:1.728rem;}.elementor-kit-12 h4{font-size:1.44rem;}.elementor-kit-12 h5{font-size:1.2rem;}.elementor-kit-12 h6{font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12 h1{font-size:1.802rem;}.elementor-kit-12 h2{font-size:1.602rem;}.elementor-kit-12 h3{font-size:1.424rem;}.elementor-kit-12 h4{font-size:1.266rem;}.elementor-kit-12 h5{font-size:1.125rem;}.elementor-kit-12 h6{font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Home */
.category-cta .elementor-cta__content {
    justify-content: flex-end;
}

.category-cta .elementor-cta__title {
    background-color: white;
    display: inline;
    width: auto;
    padding: 8px;
}
 /* make ctas square on mobile */
 body[data-elementor-device-mode=mobile] .category-cta .elementor-cta__content
 {
    aspect-ratio: 1/1;
  	object-fit: cover;
 }
/* General */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


a {
	outline: none !important;
}

a:focus {
	outline-color: transparent !important;
	outline-width: 0px !important;
}

.elementor-nav-menu a:focus {
	background: transparent !important;
}

/* Mobile Menu */
.sub-menu {
	font-size: 0.7rem;
	background: #f2f2f2;
}

/* Image Settings */
.div-img-73 img {
	aspect-ratio: 7/3;
  	object-fit: cover;
}

.div-img-43 img {
	aspect-ratio: 4/3;
  	object-fit: cover;
}

.div-img-34 img {
	aspect-ratio: 3/4;
  	object-fit: cover;
}

.div-img-43-s img,
.cta-c-43-s .elementor-cta__content,
.cta-bg-43-s .elementor-cta__bg,
.cta-bg-43-s .elementor-cta__bg-wrapper,
.div-img-43-s .swiper-image-stretch .swiper-slide .swiper-slide-image {
	aspect-ratio: 4/3;
  	object-fit: cover;
	height: auto !important;
}

@media(max-width: 768px) {
	.div-img-43-s img,
	.cta-c-43-s .elementor-cta__content,
	.cta-bg-43-s .elementor-cta__bg,
	.cta-bg-43-s .elementor-cta__bg-wrapper,
	.div-img-43-s .swiper-image-stretch .swiper-slide .swiper-slide-image
	{
		aspect-ratio: 1/1;
	}
}

.div-img-32 img,
.cta-c-32 .elementor-cta__content,
.cta-bg-32 .elementor-cta__bg,
.cta-bg-32 .elementor-cta__bg-wrapper
{
	aspect-ratio: 3/2;
  	object-fit: cover;
}

.div-img-square img, 
.cta-c-square .elementor-cta__content
{
	aspect-ratio: 1/1;
  	object-fit: cover;
	/*width: 100%;*/
}

/* Elementor Slideshow Title */
.elementor-slideshow__title {
	display:none;	
}

/* Elementor Carousel Line Height - Bottom Gap */
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: 0px !important;
}

/* Elementor Recaptcha */
.elementor-g-recaptcha {
	display:none;
}

/* stop the horrendous scale entrance animation of galleries */
body .elementor-gallery-item__overlay {
transform: unset !important;
}
body .e-gallery-image {
transform: none !important;
}

/* no background for tabindex */
.elementor-nav-menu.menu-item.elementor-item:focus {
    background: white!important;
}/* End custom CSS */