.paragraph-webform .field-form .item form label, 
.paragraph-webform .field-form .item form #edit-galleries-and-collections--wrapper legend > span{
	font-size: 24px;
    line-height: 31px;
    font-weight: 100;
    color: #4A4A4A;
}
.paragraph-webform .field-form .item form .form-item .help-block .description {
	font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    color: #4A4A4A;
}
.paragraph-webform .checkboxes--wrapper .form-checkboxes .js-form-type-checkbox label {
	padding-left: 0px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
    color: #4A4A4A;
}

@media screen and (min-width: 767px) {
	.paragraph-webform .field-form .item form label, 
	.paragraph-webform .field-form .item form #edit-galleries-and-collections--wrapper legend > span {
		font-size: 24px;
    	line-height: 31px;
	}
	.paragraph-webform .field-form .item form .form-item .help-block .description {
		font-size: 18px;
    	line-height: 24px;
	}
	.paragraph-webform .checkboxes--wrapper .form-checkboxes .js-form-type-checkbox label { 
		font-size: 20px;
    	line-height: 26px;
	}
}
@media screen and (min-width: 991px) {
	.paragraph-webform .field-form .item form label, 
	.paragraph-webform .field-form .item form #edit-galleries-and-collections--wrapper legend > span {
		font-size: 24px;
    	line-height: 31px;
	}
	.paragraph-webform .field-form .item form .form-item .help-block .description {
		font-size: 18px;
    	line-height: 23px;
	}
	.paragraph-webform .checkboxes--wrapper .form-checkboxes .js-form-type-checkbox label { 
		font-size: 20px;
    	line-height: 26px;
	}
}

.paragraph-webform .field-form .item form>.form-item {
	width: 100%;
	margin-bottom: 60px;
}

.paragraph-webform .form-date {
	font-size: 16px;
    padding: 5px 10px;
    font-weight: 100;
    font-family: akzidenz-grotesk,Helvetica,Arial,sans-serif;
}

.paragraph-webform .field-form .item form #edit-actions input.form-submit {
	padding: 20px;
    border: 0px;
    border-radius: 0;
    font-size: 24px;
    line-height: 28px;
    background-color: #e94b24!important;
    transition: background-color .25s ease-in-out;
    margin-bottom: 3em;
}
.paragraph-webform .field-form .item form #edit-actions input.form-submit:hover {
	background-color: #FF5F05!important;
	color:  #fff;
}

.paragraph--type--footer-icons {
    display: flex;
}

@media screen and (max-width: 767px) { 
	.mega-active #mega-menu {
		display: block !important;
	}
}

.sponsors-container a img {
    max-width: 125px;
}