html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #fff;
	font-family: "Helvetica","Arial", sans-serif;
	font-size: 16px;
	color: #231f20;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
a {
	color: #d2232a;
	font-weight: bold;
}
a:hover {
	color: #b61a20;
}
p {
	line-height: 1.4;
	margin-bottom: 18px;
	font-weight: normal;
}
ul {
	list-style-type: disc;
	margin: 10px 0 25px 40px;
}
li {
	margin-bottom: 10px;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#wrapper {
	max-width: 1250px;
}
#mobile-logo {
	display: none;
}
#col-1, #col-2{
	float: left;
}
#col-1 {
	width: 34%;
}
#col-2 {
	width: 40%;
	margin: 100px 0 0 4%;
}
#col-3 {
	float: right;
	width: 10%;
	text-align: right;
}
#col-1 img, #col-3 img {
	max-height: 100%;
	width: auto;
}

/* tablet styles */
@media all and (max-width: 699px) {
  #mobile-logo {
  	width: 40%;
  	margin: 20px auto 30px auto;
  	display: block;
  }
  #col-1 {
  	display: none;
  }
  #col-2 {
  	width: 80%;
  	margin: 15px auto;
  	float: none;
  	clear: both;
  }
  #col-3 {
  	display: none;
  }
}
/* tablet styles */
@media all and (max-width: 400px) {
	#mobile-logo {
		width: 80%;
	}
	#col-2 {
		width: 95%;
		margin-bottom: 30px;
	}
}