body {
	margin: 0;
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {

	font-size: 24px;
	color: #333;
	margin: 0 0 10px;
	font-weight: normal;
}
p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
}
.ish-content {
	width: 960px;
	margin: auto;
	margin:0 auto;
}
.col {
	box-sizing: border-box;
	width: 50%;
	float: left;
}
.col.left {
	padding-right: 10px;
}
.col.right {
	padding-left: 10px;
}
.error-img {
	max-width: 100%;
	height: auto;
}
.ish-contact-us {
	background: #f4f4f4;
	border-radius: 3px;
	overflow: hidden;
	padding: 20px;
	margin-top: 30px;
}
.ish-contact-us h3 {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: bold; 
}
p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 20px;
	color: #454545;
	font-weight: 200;
}
a {
	color: #6C207F;

}
.contact-us-call-center {
	box-sizing: border-box;
	width: 60%;
	padding: 0 20px 0 0 ;
	float: left;
}
 .contact-us-store {
 	box-sizing: border-box;
	width: 40%;
	padding: 0 0 0 20px;
	float: left;
	border-left: 1px solid #e5e5e5;

}
ul.bulleted li {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 20px;
}
header.error-header {
	height: 140px;
	background: #F8F8F8;
	margin-bottom: 20px;
}
header.error-header img {
	margin-top: 60px;
}
.f .bulleted, .f .bulleted li {
	margin: .5em 1em;

}
ul.bulleted {
	padding: 0;
}
ul.bulleted li {
	color: #454545;
		font-size: 14px;
	line-height: 20px;
	color: #454545;
}
@media only screen and (min-width : 768px) and (max-width : 979px) {
	.ish-content {
		width:100% ;
		padding-left:10px;
		padding-right:10px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	.ish-content {
		width: 100% !important;
	}
	.col {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.error-img {
		max-width: 100%;
		width: auto;
		height: auto;
		float: right;
	}
	ul.bulleted {
		padding-left: 0;
	}
	.hidden-phone {
		display: none;
	}
	header.error-header {
		height: 80px;
		background: #F8F8F8;
		margin-bottom: 30px;
	}
	header.error-header img {
		margin-top: 10px;
	}
}