@media screen and (max-width: 999px) {
	.see-our-moral-ratings {
		background-color: #5b5b5b;
		bottom: 15px;
		opacity: 0.85;
	}
	
	.see-our-moral-ratings:after {
		border-top: 10px solid #5b5b5b;
	}
	
	.box-moral {
		padding: 10px 6px;
	}
	
	.calculation-text {
		line-height: 1.1em;
		font-size: 15px !important;
	}
	
	.paginate {
		margin-top: 0px;
	}
}

@media screen and (max-width: 480px) {
	.box.box-blue {
		height: initial !important;
	}
	
	.company-card {
		margin-bottom: 24px;
	}
	
	.company-card .name {
		font-size: 22px;
		margin-top: 0px;
	}
	
	.underlined-text {
		margin-bottom: 6px;
	}
	
	.company-card-section {
		background-color: #d2d2d2 !important;	
	}
	
	#traffic-light-group-container {
		display: inline-block !important;
	}
	
	#traffic-lights {
		float: left;
		margin-right: 10px;
	}
	
	.hfe-nav-menu__layout-horizontal.menu-is-active {
		height: 1000px !important;
		display: block !important;
	}
	
	
	.company-card .moral-rating-label {
		font-size: 16px;
	}
	
	.see-our-moral-ratings {
		background-color: #5b5b5b;
		bottom: 15px;
		opacity: 0.85;
	}

	.see-our-moral-ratings:after {
		border-top: 10px solid #5b5b5b;
	}
	
	#search {
		max-width: 100%;
	}
	
	.paginate {
		margin-top: 0px;
		margin-bottom: 60px;
	}
}