* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-appearance: none;
}

html {
	height: 100vh;
	min-height: 100%;
	font-size: 62.5%;
	position: relative;
}

body {
	height: 100%;
	min-width: 320px;
	color: #FFF;
	font-family: Verdana, Arial;,
	font-size: 1.6rem;
	font-weight: 400;
	position: relative;

	-webkit-overflow-scrolling: touch; /* fixes laggy iOS scrolling */
}

p {
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.25;
	margin-bottom: 1.6rem;
}

q {
	color: #ffff99;
	float: right;
	margin: 0 0 50px 50px;
	width: 160px;
	font-size: 2rem;
	font-weight: 600;
}

a {
	color: #cccc99;
	font-size: 1.6rem;
	line-height: 1.25;
}

strong,
.strong {
	font-weight: 700;
}

ul {
	margin-bottom: 1.6rem;
}

ul li {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 1.6rem;
	line-height: 1.25;
}

ul.inline-list {
	margin-bottom: 20px;
}

ul.inline-list li {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
}

.title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 2rem;
	text-align: center;
}

.block-img {
	display: block;
	margin: 10px auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	display: block;
	margin: 0 auto;
}

.overflow {
	overflow: hidden;
}

.underline {
	text-decoration: underline;
}

.alert {
	color: #F00;
	font-size: 1.4rem;
}

.image-grid {
	margin-bottom: 20px;
}

.image-grid > div {
	display: inline-block;
	margin: 10px;
	width: 30%;
	vertical-align: top;
	text-align: center;
}

.image-grid > div a {
	display: block;
	width: 100%;
}

.image-grid > div a img {
	width: auto;
	max-width: 100%;
}

.company-table .row {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.company-table .col-1 {
	display: block;
	float: left;
	margin-right: 2%;
	width: 20%;
}

.company-table .col-1 a {
	display: block;
	width: 100%;
}

.company-table .col-1 a img {
	width: auto;
	max-width: 100%;
}

.company-table .col-2 {
	display: block;
	float: left;
	width: 75%;
}

.company-table.inverse .col-1 {
	margin-right: 0;
	margin-left: 2%;
}

ul.form li {
	list-style-type: none;
	margin-bottom: 20px;
	vertical-align: top;
}

ul.form label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}


.container {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	height: 100%;
}

/*
	Common
 */
.clear {
	clear: both;
}

/*
	Header
 */
.top-shelf {
	color: #333;
	font-size: 1.6rem;
	text-align: right;
}

.top-shelf a {
	color: #CA1511;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	padding: 10px;
}

.header {
	padding: 0 0 10px 0;
	overflow: hidden;
}

.header .logo {
	display: block;
	float: left;
	max-width: 472px;
	width: 33%;
}

.header .logo img {
	height: auto;
	width: 100%;
}

.header .banner {
	display: block;
	float: right;
	max-width: 812px;
	width: 64%;
}

.header .callout {
	background-color: #000;
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	text-align: right;
}

/*
	Nav
 */
.nav {
	background-color: #CA1511;
	/*overflow: hidden;*/
}

.nav ul {
	font-size: 0;
	position: relative;
	text-align: center;
}

/* Level 1 */
.nav > ul > li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
}

.nav > ul > li > a {
	background-color: #8F0E0B;
	border-left: 1px solid #FFF;
	color: #FFF;
	display: block;
	font-size: 1.6rem;
	padding: 5px 15px;
	text-decoration: none;
}

.nav > ul > li > a:hover {
	background-color: #CA1511;
}

.nav > ul > li:last-of-type > a {
	border-right: 1px solid #FFF;
}

/* Level 2 */
.nav > ul > li > ul {
	display: none;
}

.nav > ul > li > ul > li {
	list-style-type: none;
	margin-left: 0px;
}

.nav > ul > li:hover > ul {
	display: block;
	position: absolute;
	top: 27px;
	width: 260px;
}

.nav > ul > li > ul > li > a {
	background-color: #CCC;
	border: 1px solid #333;
	color: #333;
	display: block;
	font-size: 1.2rem;
	padding: 5px 15px;
	text-align: left;
	text-decoration: none;
}

.nav > ul > li > ul > li > a:hover {
	background-color: #EEE;
}

/* Level 3 */
.nav > ul > li > ul > li > ul {
	display: none;
}

.nav > ul > li > ul > li > ul > li {
	list-style-type: none;
	margin-left: 0px;
}

.nav > ul > li > ul > li:hover > ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 260px;
	width: 260px;
}

.nav > ul > li > ul > li > ul > li > a {
	background-color: #CCC;
	border: 1px solid #333;
	color: #333;
	display: block;
	font-size: 1.2rem;
	padding: 5px 15px;
	text-align: left;
	text-decoration: none;
}

.nav > ul > li > ul > li:hover > ul > li > a:hover {
	background-color: #EEE;
}

/*
	Footer
 */
.footer {
	padding: 20px;
	text-align: center;
}

.footer p {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 0;
}

.footer a {
	display: block;
	margin: 0 auto;
}

/*
	Pages
 */
.page {
	background-image: url( '/mobile/images/drock031.jpg' );
	background-position: top left;
	background-repeat: repeat;
	padding: 20px;
}

/* Home */
.page.home {
	text-align: center;
}

.page.home .badge {
	height: auto;
	width: 70px;
	vertical-align: top;
}

/* Products */
.page.products ul > li {

}

.page.products ul > li > ul > li{
	margin-left: 25px;
}

.page.products ul > li > ul > li > ul > li {
	margin-left: 50px;
}

/* Contact Us */
.page.contact-us .columns {
	overflow: hidden;
}

.page.contact-us .columns .column-left,
.page.contact-us .columns .column-right {
	float: left;
	text-align: center;
	width: 49%;
}

.page.contact-us .career-ad {
	overflow: hidden;
	margin-bottom: 20px;
}
