/*
 Theme Name: CWU
 */
.gfield .select2-container {
    border: 1px solid #d4d4d4;
    padding: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 3px;
}

.radioz[type="checkbox"] {
	float: left;
    width: auto !important;
    margin-right: 7px;
    margin-top: 3px;
}

@media(max-width: 767px){
    .radioz[type="checkbox"] {
        -webkit-appearance: checkbox !important;
    }
} 

.alignright {
	float: right;
	padding-left: 20px;
}

.alignleft {
	float: left;
	padding-right: 20px;
}

label[for="cb_p5_dd_agreement"] {
	font-size: 14px;
    margin-left: 10px;
}

#cb_p5_dd_agreement {
	width: auto !important;
    float: left;
}

.young-workers .latest-news-blogs {
	margin-top: 40px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body header ul li ul {
/* 		left: -99999px;
		opacity: 1; */
	}
	
	body header ul li:hover ul {
/* 		left: auto; */
		pointer-events: auto !important;
	}
}

@media(max-width: 767px){
	body.young-workers .homepage-hero {
		display: none;
	}
	
	body.young-workers header .burger {
		background: url(assets/img/burger-white.svg) center center no-repeat;
	}
	
	body.young-workers header .top .search:after {
		background: url(assets/img/search-icon.svg) no-repeat
	}
	
	body.young-workers header.mobile-menu-open .top {
		background: #8B84D7;
	}
	
	body.young-workers header.mobile-menu-open .burger {
		background: url(assets/img/burger-close-white.svg) center center no-repeat;
	}
}