@charset "utf-8";

/* Print Style Sheet */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0.25in;
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ba5a29;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: 400;
}
h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 400;
}
h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 400;
}
h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 400;
}
a {
    color: #333;
}
b,
strong {
    font-weight: 600;
}
img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 20px;
    padding-left: 0;
    margin-left: 0;
}
li  {
     margin-left: 1em;
}
ul.list-unstyled {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
ul.list-unstyled li {
    margin-left: 0;
    padding-left: 0;
}
label {
	display: inline-block;
    max-width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 20px 10px 10px;
    line-height: 1.4em;
    background-color: rgba(186, 90, 41, 0.09);
    background-image: none;
    border-bottom: 2px solid #ba5a29;
    border-top: 1px solid rgba(186, 90, 41, 0.09);
    border-left: 1px solid rgba(186, 90, 41, 0.09);
    border-right: 1px solid rgba(186, 90, 41, 0.09);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0;
    -webkit-appearance: none;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.rows-spaced-20 {
    padding-bottom: 20px;
}
.col {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.col-4 {
    width: 33.33333333%;
}
.col-6 {
	width: 50%;
}
nav,
.menuIcon,
.header-columns,
.button {
    display: none;
}
.header-hero {
    width: auto;
    color: #333333;
}
.header-hero-content {
    color: #333333;
}
.header-hero-h1,
.header-h1,
.header-work-h1 {
    text-transform: uppercase;
    font-size: 2.5em;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 10px 0;
    margin: 10px 0;
}
.logo-icon {
    display: none;
}
.solutions-col {
    margin-bottom: 20px;
    height: 350px;
}
.screen-design-icon {
    display: none;
}
.white-heading a {
    text-decoration: none;
}
.featured-row {
}
.featured-column {
    height: 280px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.work-h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin: 0px;
    text-decoration: none;
}
.work-h2 a {
    text-decoration: none;
}
.work-h3 {
    font-size: 1.1em;
    padding: 0px;
    margin: 0px;
}
.work-hr {
    display: none;
}
.footer-bottom {
    border-top: 1px dotted #333;
}
.footer h1,
.footer-container {
    display: none;
}
.navscroll-solutions,
.page-nav-row {
    display: none;
}
.section-sand, .orange-section {
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.solutions-column {
    text-align: center;
}
.solutions-image {
    width: 80%;
    height: auto;
}
.solutions-list {
	margin: 50px 10px;
    padding: 5px 0;
	border-top: 1px dotted #ba5a29;
	border-bottom: 1px dotted #ba5a29;
	list-style-type: none;
	font-weight: 400;
    text-align: center;
}
.solutions-list.one-item {
    margin: 75px 10px;
}
.solutions-list.two-items {
	 margin: 65px 10px;
}
.solutions-list li {
    margin-left: 0;
}
.photo {
    width: 150px;
    height: auto;
}
.contact-left-column {
    border-right: none;
    border-bottom: 1px dotted #ba5a29;
    margin-bottom: 50px;
    padding: 0 0 20px 0;
}
.contact-right-column {
    padding-left: 0px;
    margin-bottom: 0px;
    border-left: none;
}
.work-image {
    margin-top: 10px;
    margin-bottom: 10px;
}
.work-top-h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.4em;
	text-transform: uppercase;
    text-align: center;
}
.screen-left-column,
.screen-left-column-long {
    border-right: none;
    margin-bottom: 00px;
    padding: 0;
}
.screen-right-column,
.screen-right-column-long {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
    border-left: none;
}
.work-nav {
    display: none;
}