/* General Style */
@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	font-family: arial;
	text-decoration: none;
	font-size: 11px;
	padding: 0;
	/* text-align: center; */
	margin: 0 auto;
}
p {
	font-family: arial;
	text-decoration: none;
	color: #616060;
	font-size: 12px;
	padding: 0;
	line-height: 15px;
	/* text-align: center; */
	margin: 0px auto;
}
a {
	font-family: arial;
	color: #616060;
	text-decoration: none;
}
a:hover {
	color: #616060;
}
strong {
	font-weight: bold;
	color: #616060;
	line-height: 17px;
	text-transform: uppercase;
}
:focus {
	outline: 0;
}
li {
	list-style: none;
	color: #616060;
	font-size: 12px;
}
ul {
	margin: 6px 0 6px -20px;
}
h1 {
	color: #d64758;
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
}
h2 {
	color: #d64758;
	font-size: 17px;
	font-weight: 400;
}
h3 {
	color: #686868;
	font-size: 14px;
	/* font-weight: normal; */
	text-transform: uppercase;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* Mobile Layout: 480px and below. */

@media only screen and (max-width: 480px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 845px) {
}

