/* Garrett's bug fixes for IE and other stuff */

.ie .not_to_say_wrap .wrap .right div.text .wrapper ul.right li {
	white-space: nowrap;
}
.ie .not_to_say_wrap .wrap .right div.text .wrapper ul.left li {
	white-space: nowrap;
}
.ie .not_to_say_wrap .wrap .right div.text .wrapper ul.right li span {
	margin-left: -20px;
}
.ie .not_to_say_wrap .wrap .right div.text .wrapper ul.left li span {
	margin-left: -20px;
}


/* Homepage bug fix */
@media screen and (max-width: 767px) {
	.content .hero {
	    height: 480px !important;
	}
	.content .hero::before {
		height: 132%;
	}
}

@media (min-width: 768px) {
	footer .right .stamps img:nth-child(2){
		display: block;
	}
	footer .right .stamps img:nth-child(3){
		margin-bottom: 0;
		width: 40px;
	}
}
@media (min-width: 1200px) {
	footer .right .stamps img:nth-child(2),footer .right .stamps img{
		display: inline-block;
	}
	footer .right .stamps img:nth-child(3){
		width: auto;
	}
}