
.text-center {
	text-align: center;
}

.sectorTwoSection,
.recommended-sector-one_single {
    width: 130px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
	margin-bottom: 20px;
}

@media all and (max-width:767px){
	.sectorTwoSection,
	.recommended-sector-one_single {
		width: 100%;
			max-width: 300px;
		margin: 0 auto 40px;
			display: block;
	}
	.sectorTwoSection:last-of-type {
		margin-bottom: 0px;
	}
}

.sectorTwoSection {
	opacity: 1;
	transition: .15s;
}

.sectorTwoSection img {
	margin-bottom: 10px;	
	transition: .15s;
	border-radius: 50%;
	border: 4px solid #d31145;
}

.sectorTwoSection.unclicked img {
	border: 2px solid grey;
}

.sectorTwoSection.inactive {
	opacity: .4;
	transition: .15s;
}

.sectorTwoSection.unticked a {
	opacity: .4;
	transition: .15s;	
}

.sectorTwoSection.inactive img {
	border: 2px solid grey;
}

.recommended-sector-one_single img {
	margin-bottom: 10px;
}

.recommended-sector-one_single h4,
.recommended-sector-one_single p { 
	margin: 0 auto;
}

.recommended-sector-one_single .subtitle {
	margin-top: 10px;
}

.categorytwobox,
.recommended-sector-one_single .subtitle,
.recommended-sector-one_single .title {
    background: #fff;
    padding: 0;
    font-size: 16px;
    color: #d31145;
	-webkit-box-shadow: 3px 4px 0px 0px #d4d4d4;
	-moz-box-shadow: 3px 4px 0px 0px #d4d4d4;
    box-shadow: 3px 4px 0px 0px #d4d4d4;
    border-radius: 10px;
	transition: all .5s;
	font-family: KSansMedium, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
}

.recommended-sector-one_single .title a {
	display: block;
	padding: 15px 5px;
}

.categorytwobox {
	width: 100%;
	color: #fff;
	background: #ffffff;
	-webkit-box-shadow: 3px 4px 0px 0px #d4d4d4;
	-moz-box-shadow: 3px 4px 0px 0px #d4d4d4;
    box-shadow: 3px 4px 0px 0px #d4d4d4;
}
	
.categorytwobox a {
	color: #d31145;
	display: block;
	padding: 15px 5px;
}

.categorytwobox a:hover {
	cursor: pointer;
}

.categorytwobox.inactive {
	cursor: default;
	background: #fff;
	color: #d31145;
	-webkit-box-shadow: 3px 4px 0px 0px #d4d4d4;
	-moz-box-shadow: 3px 4px 0px 0px #d4d4d4;
    box-shadow: 3px 4px 0px 0px #d4d4d4;
}

.categorytwobox.inactive a {
	color: #d31145;
	cursor: default;
}

.sectorTwoSection.unclicked .categorytwobox {
	background: #ffffff;
} 
			
.sectorTwoSection.unclicked .categorytwobox a {
	color: #d31145;
} 			
			
.sectorTwoSection .categorytwobox {
	background: #d31145;
}
					
.sectorTwoSection .categorytwobox a {
	color: #ffffff;
}

.recommended-sector-one_single .title.noclick h4 {
	color: #575757;
	padding: 5px;
}
recommended-sector-one_single highlight
.recommended-sector-one_single .subtitle {
	padding: 10px;
    margin: 10px 0px 10px;
}

.recommended-sector-one_single .subtitle.highlight,
.recommended-sector-one_single .title.highlight,
.recommended-sector-one_single .selectable:hover,
.recommended-sector-one_single .title:hover {
	background: #d31145;
	color: #fff;
}		

.recommended-sector-one_single .title.noclick:hover {
	background: none;
}
		
.recommended-sector-one_single .subtitle p a,
.recommended-sector-one_single .title h4 a {
	transition: all .5s;
	color: #d31145;
	padding: 15px 5px;
	display: block;
}		
	
.recommended-sector-one_single .subtitle.highlight p a,
.recommended-sector-one_single .title.highlight h4 a,
.recommended-sector-one_single .subtitle:hover p a,
.recommended-sector-one_single .title:hover h4 a {
	color: #fff;
}	

.recommended-sector-one_single img {
	border: 2px solid grey;
	transition: .15s;
	border-radius: 50%;
}

.recommended-sector-one_single.highlight img {
	border: 4px solid #d31145;
	transition: .15s;
}

#big-footer {
	margin-top: 0px;
}

a.btn.finishedUrl {
    padding: 6px 39px;
    background: #d7d7d7;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-family: KSansMedium, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
    display: block;
    float: none;
    margin: 30px auto;
	transition: all .5s;
	cursor: default;
	width: 287px;
}

a.btn.finishedUrl:hover {
	background: #d7d7d7;
    color: #fff;
}

a.btn.finishedUrl.active {
	background: #d31145;
	cursor: pointer;
}

a.btn.finishedUrl.active:hover {
	background: #d31145;
	cursor: pointer;
}

.grey-arrow-down:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #575757 transparent transparent transparent;
    content: '';
    display: block;
    margin: 10px auto 0 auto;
}

.title.noclick {
    background: none;
    box-shadow: none;
    padding: 0;
}

.title.noclick h4 {
	text-decoration: underline;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
