/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2024 | 13:44:20 */
/* Leons CSS FAQ update + Logos for mobile + Hero Banner Mobile */ 

.k-block--faqs--background-white {
	border: 1px solid #DBDBDB;
}

.k-block--faqs .k-faqs__faq {
    border-bottom: 1px solid #DBDBDB;
}

.k-block--faqs .k-faqs__faq:last-child {
    border-bottom: 0 none;
}

.k-faqs__faq__title {
	font-size: 1rem;
    font-weight: 400;
}

.k-block--faqs--hover-1 .k-faqs__faq__title>[data-toggle][aria-expanded=true] {
    background-color: #e4211c!important;
	color:white!important;
}

@media (max-width: 576px) { 
	.k-block--logo-images__item {
		width:20%!important;
	}
	
	/* Smaller Hero Banner Mobile */ 
	
	.k-banner-advanced {
		padding: 60px 30px;
		min-height: 260px!important;
	}
	.k-banner-advanced h1 {
		font-size: 1.5rem;
	}
	
	/* Reduce padding on mobile */ 
	
	.k-layout__outer {
		padding-left: 15px;
    	padding-right: 15px;
	}
	.k-layout__main{
		padding-bottom: 15px;
    	padding-top: 15px;
	}
	
	/* Reduce padding + margin content on mobile */ 
	
	.k-block--container {
		margin-bottom: 0!important;
	}
	.k-block--image-content {
		margin-top: 0!important;
	}
}

/* Adds border to 10th-anniversary page blocks */ 

.brd-tp {
	padding-top: 40px;
    border-top: 1px solid #e4211c;
}

.brd-bm {
	padding-bottom: 40px;
	border-bottom: 1px solid #e4211c;
}

/* Form styling */ 

.gform_wrapper {
	padding: 30px;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.gform_wrapper form {
	margin:0;
}

.gform-theme--foundation .gform_fields {
	grid-row-gap: 20px;
}