
.post-type-archive-employee .custom-blocks > div,
.employee-template-default .custom-blocks > div {
	padding-top:0!important;
	padding-bottom:0!important;
}

.post-type-archive-employee .custom-blocks > div > .container > .row > .col-md-8,
.employee-template-default .custom-blocks > div > .container > .row > .col-md-8 {
	width:100%!important;
}

.post-type-archive-employee .with-sidebar > .row > .col-md-3,
.employee-template-default .with-sidebar > .row > .col-md-3 {
	padding-top:6rem;
	padding-bottom:3rem;
	background-color:#F3F3F3;
	position: relative;
	padding-left:20px;
	padding-right:20px;
}

.post-type-archive-employee .with-sidebar > .row > .col-md-3:before,
.employee-template-default .with-sidebar > .row > .col-md-3:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	background: #F3F3F3;
	z-index: -1;
	left: -2000px;
	width: 2000px;
}

.post-type-archive-employee .with-sidebar > .row > .col-md-3 ul li,
.employee-template-default .with-sidebar > .row > .col-md-3 ul li {
	margin-bottom: 20px;
}

.post-type-archive-employee .with-sidebar > .row >  .col-md-9,
.employee-template-default .with-sidebar > .row >  .col-md-9 {
	padding-top:7rem;
	padding-bottom:6rem;
	padding-left:20px;
	padding-right:20px;
}

.post-type-archive-employee .custom-blocks ul,
.employee-template-default .custom-blocks ul {
	list-style: disc;
	padding-left: 20px;
}

.post-type-archive-employee .custom-blocks ul li,
.employee-template-default .custom-blocks ul li {
	line-height: 22px;
	margin-bottom:16px;
}

.post-type-archive-employee .custom-blocks ul a,
.employee-template-default .custom-blocks ul a {
    color: #1CB3B2;
}


ul.acf-checkbox-list.form-control {
	border:none;
	border-radius: 0;
	background: none;
}

.with-sidebar .col-md-3 a.active {
	color: #ef7723;
}

.acf-radio-list {
	border:none!important;
	background: none!important;
}

.acf-radio-list li {
	display: inline-block;
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 10px;
}

.acf-radio-list li input {
    margin-right: 10px;
}

.acf-field-radio p.description {
	font-size:16px;
	color: #212529;
	font-weight:700;
}