/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/fixed.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";

/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

@font-face {
    font-family: 'rockwell_lightregular';
    src: url('../type/rockwell-light-webfont.eot');
    src: url('../type/rockwell-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/rockwell-light-webfont.woff') format('woff'),
         url('../type/rockwell-light-webfont.ttf') format('truetype'),
         url('../type/rockwell-light-webfont.svg#rockwell_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rockwell_regular';
    src: url('../type/rock-webfont.eot');
    src: url('../type/rock-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/rock-webfont.woff') format('woff'),
         url('../type/rock-webfont.ttf') format('truetype'),
         url('../type/rock-webfont.svg#rockwell_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	display: table;
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg) no-repeat fixed;
	background-size: cover;
	color: #636f3b;
	font: 400 18px/24px Raleway, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px;
}

a:link, a:visited {
	color: #a9b259;
	text-decoration: none;
}

a:hover, a:active {
	color: #c7d267;
}

h1, h2, h3, h4, h5, h6 {
	font-family: rockwell_lightregular;
	font-weight: normal;
	text-transform: uppercase;
}

input.form-submit {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background: #a9b259;
  font-size: 12px;
  border-bottom: 2px solid #91994d;
  padding: 0 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  height: 30px;
  line-height: 32px;
  border-top: none;
  border-left: none;
  border-right: none;
  box-sizing: initial;
}

input.form-submit:hover {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #91994d;
  margin-top: 1px;
}

input.form-submit:active {
  border-bottom: none;
  border-top: 2px solid #fff;
}

input, textarea {
  font-size: 14px;
  padding: 6px 8px;
  background: #F3F6EE;
  border-top: 1px solid #BDC7AA;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0 0;
  color: #394222;
}

header.header {
	height: 105px;
	background: url(../images/nav.png) repeat left top;
}

.header-inner {
	width: 1200px;
	height: 105px;
	margin: 0 auto;
}

#name-and-slogan {
	padding: 24px 0 0;
}

#name-and-slogan a {
	display: block;
	width: 144px;
	height: 65px;
	background: url(../logo.png) no-repeat left top;
	text-indent: -20000px;
	overflow: hidden;
}

#page {
	margin-top: 30px;
}

#main {
}

#main #content {
	padding: 30px;
}

body.page-news #main #content, 
body.page-tutorials #main #content {
  padding: 30px 15px;
}

body.page-news #main h1#page-title, 
body.page-tutorials #main h1#page-title {
  margin: 0 15px 20px;
}

.clearfix {
	width: 100%;
	clear: both;
	display: block;
}

/*Page Styles*/

h1#page-title {
	font-size: 44px;
	line-height: 44px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 2px solid #c7d267;
}

article h2.node-title {
	font-size: 30px;
	line-height: 30px;
}

p.terms {
  background: #f0f4e8;
  margin: 0;
  padding: 15px 20px;
}

#disqus_thread {
  margin: 25px 0 0;
}

.submitted {
	margin: 10px 0 20px;
	font-style: italic;
}

.tabs-primary {
	margin: 0 0 20px;
}

.region-sidebar-first .block {
  margin: 30px 0 0 30px;
  padding: 20px;
  background: #e4e8d5;
}

.sidebar h2.block-title {
  color: #484f30;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.sidebar ul.menu {
  margin: 10px 0 0;
  padding: 0;
}

.sidebar ul.menu li {
  padding: 0 0 0 10px;
  margin: 0 0 5px;
  font-size: 18px;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: inside;
}

.sidebar ul.menu li a {
  color: #6F7953;
  font-size: 18px;
}

.sidebar ul.menu li a:hover {
  color: #a9b259;
}

/*Main Menu & Drop Downs*/

#block-nice-menus-1 {
	float: right;
	z-index: 60;
	position: relative;
}

.nice-menu-main-menu {
	height: 105px;
}

.nice-menu-main-menu ul.nice-menu-down {
	height: 105px;
	float: right!important;
}

ul.nice-menu-down {
	float: right!important;
}

ul.nice-menu-down li {
	border: none!important;
	display: block;
	background: none;
}

ul.nice-menu-down li.menuparent {
	background: none;
}

ul.nice-menu-down li.menuparent:hover, 
ul.nice-menu-down li.menuparent.over:hover {
	background: url(../images/nav.png) repeat left top;
}

ul.nice-menu-down li.menuparent a {
	background: url(../images/arrow-down.png) no-repeat right center;
	padding-right: 30px;
}

ul.nice-menu-down li.menuparent li {
	background: url(../images/nav-dropdown.png) repeat left top;
}

ul.nice-menu-down li.menuparent li.last {
	padding-bottom: 10px;
}

ul.nice-menu-down li.menuparent a:hover, 
ul.nice-menu-down li.menuparent.over a {
	background-color: transparent!important;
	background: url(../images/arrow-down.png) no-repeat right center;
}

ul.nice-menu-down li a {
	height: 105px;
	padding: 0 20px;
	color: #e4e8d5;
	font: 22px/105px rockwell_lightregular;
	text-decoration: none;
	border: none;
}

ul.nice-menu-down li a:hover, 
ul.nice-menu-down li.over a {
	color: #fff;
	background: url(../images/nav.png) repeat left top;
}

ul.nice-menu-down li.over li a {
	padding: 10px 10px 10px 20px;
	height: inherit;
	line-height: 100%;
	font-size: 18px;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #e4e8d5;
	background: none!important;
}

ul.nice-menu-down li li a:hover {
	background: none;
	color: #fff;
	border-left: 5px solid #c7d267;
	padding: 10px 10px 10px 15px;
}

ul.nice-menu-down li li:hover {
	background: url(../imags/nav-dropdown.png) repeat left top;
}

ul.nice-menu-down li li, 
ul.nice-menu-down li.over li {
	background: url(../images/nav-dropdown.png) repeat left top;
	border: none;
}

ul.nice-menu-down ul {
	top: 105px;
	border-top: none;
}

ul.nice-menu-down li li a:hover {
	background: none;
}

.region-navigation {

}

/*Social Media Links in Nav*/

#block-block-1 {
	float: right;
	padding: 35px 0 35px 14px;
}

ul.navigation-social {
	padding: 0;
	margin: 0;
	float: right;
}

ul.navigation-social li {
	padding: 0 0 0 6px;
	float: left;
	width: 35px;
	height: 35px;
	display: block;
}

ul.navigation-social li a {
	width: 35px;
	height: 35px;
	display: block;
	text-indent: -20000px;
	background-image: url(../images/nav-social.png);
	background-repeat: no-repeat;
}

ul.navigation-social li a.facebook {background-position: left top;}
ul.navigation-social li a.facebook:hover {background-position: -35px top;}
ul.navigation-social li a.twitter {background-position: left -35px;}
ul.navigation-social li a.twitter:hover {background-position: -35px -35px;}
ul.navigation-social li a.google {background-position: left -70px;}
ul.navigation-social li a.google:hover {background-position: -35px -70px;}
ul.navigation-social li a.rss {background-position: left -105px;}
ul.navigation-social li a.rss:hover {background-position: -35px -105px;}

/*Print Cutoff Styles*/

.region-highlighted .block {
	margin-bottom: 0;
	width: 100%;
	/*float: left;*/
	clear: both;
}

.cutoff {
	height: 70px;
	overflow: hidden;
	position: relative;
}

.cutoff h3 {
	font-size: 24px;
	margin: 15px 20px 0;
	padding: 0;
	text-transform: inherit;
	line-height: 24px;
}

.cutoff p {
	margin: 0;
	padding: 0 20px;
	font-size: 18px;
	line-height: 18px;
}

.cutoff.warn {
	background: #e0a72e;
	color: #50442a;
}

.cutoff.safe {
	background: #c7d267;
	color: #47502a;
}

.cutoff.late {
	background: #c7d267;
	color: #47502a;
}

ul.start-printing {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	list-style-type: none;
}

ul.start-printing li {
	padding: 0;
	margin: 0;
}

ul.start-printing li a {
	display: block;
	height: 70px;
	line-height: 72px;
	padding: 0 60px 0 30px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/order-now.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.warn ul.start-printing li a {
	background-color: #c08f27;
}

.warn ul.start-printing li a:hover {
	background-color: #a87d23;
}

.safe ul.start-printing li a {
	background-color: #a9b259;
}

.safe ul.start-printing li a:hover {
	background-color: #91994d;
}

.late ul.start-printing li a {
	background-color: #a9b259;
}

.late ul.start-printing li a:hover {
	background-color: #91994d;
}

/*Bottom Region Styles*/

.region-bottom {
  background: url(../images/nav.png) repeat left top;
}

.region-bottom .block {
	text-align: center;
	color: #e4e8d5;
	padding: 30px 0;
	font-size: 16px;
	line-height: 16px;
	text-shadow: #636f3b 0 1px 2px;
}

.region-bottom .block a {
	color: #fff;
}

.region-bottom .block a:hover {
	border-bottom: 1px solid #c7d267;
	color: #fff;
}

.creel-logo {
	display: inline-block;
	background: url(../images/creellogo.png) no-repeat left top;
	width: 54px;
	height: 12px;
	text-indent: -20000px;
	overflow: hidden;
}

/*Footer Styles*/

footer {
	color: #484f30;
	background: #e4e8d5;
	padding: 30px 0 20px;
	width: 100%;
	float: left;
	clear: both;
}

footer .block {
	margin: 0 30px;
	float: left;
}

footer .block h2 {
	margin: 0;
	padding: 0;
	font: 20px/20px rockwell_regular;
}

footer .block  p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 20px;
}

#block-block-4 {
	width: 380px;
}

#block-block-5 {
	width: 170px;
}

#block-block-5 h2 {
	padding: 0 0 0 22px;
	background: url(../images/idaho.png) no-repeat left 2px;
}

#block-block-5 p, 
#block-block-6 p {
	padding: 0 0 0 22px;
}

#block-block-6 {
	width: 180px;
}

#block-block-6 h2 {
	padding: 0 0 0 22px;
	background: url(../images/nevada.png) no-repeat left 2px;
}

#block-block-7 {
	width: 220px;
}

ul.phones-list {
	margin: 24px 0 10px;
	padding: 0 0 0 22px;
	list-style-type: none;
}

ul.phones-list li {
	padding: 0 0 0 24px;
}

ul.phones-list li.phone {
	background: url(../images/phone.png) no-repeat left 3px;
}

ul.phones-list li.fax {
	background: url(../images/fax.png) no-repeat left 3px;
}

ul.footer-social {
	padding: 20px 0 0;
	margin: 0;
	float: left;
	width: 100%;
}

ul.footer-social li {
	padding: 0 10px 0 0;
	float: left;
	width: 40px;
	height: 40px;
	display: block;
}

ul.footer-social li a {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -20000px;
	background-image: url(../images/footer-social.png);
	background-repeat: no-repeat;
}

ul.footer-social li a.facebook {background-position: left top;}
ul.footer-social li a.facebook:hover {background-position: -40px top;}
ul.footer-social li a.twitter {background-position: left -40px;}
ul.footer-social li a.twitter:hover {background-position: -40px -40px;}
ul.footer-social li a.google {background-position: left -80px;}
ul.footer-social li a.google:hover {background-position: -40px -80px;}
ul.footer-social li a.rss {background-position: left -120px;}
ul.footer-social li a.rss:hover {background-position: -40px -120px;}

/*Executive Bio Styles*/

.view-our-executive-staff {
	padding: 10px 0 0;
}

.executive-bio {
	width: 100%;
	clear: both;
}

.executive-photo {
	float: left;
	margin: 0 30px 10px 0;
}

.view .executive-photo {
	float: left;
	margin: 0 30px 50px 0;
}

.executive-title {
	color: #a9b259;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
}

.view .executive-title {
	display: inline-block;
}

.executive-name {
	font-size: 36px;
	line-height: 36px;
	display: inline-block;
	margin: 0 20px 0 0;
}

.executive-text {
	margin: 20px 0 0;
}

.executive-link {
	margin: 0 0 50px;
}

.executive-link a {
	display: inline-block;
	height: 30px;
	padding: 0 40px 0 0;
	background: url(../images/learn-more.png) no-repeat right center;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 30px;
	color: #6a7545;
}

.executive-link a:hover {
	color: #a9b259;
}

div.group-sociallinks {
	float: right;
}

.executive-social {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../images/exec-social.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 10px;
	text-indent: -20000px;
	overflow: hidden;
}

.executive-social.facebook {background-position: left top;}
.executive-social.facebook:hover {background-position: -30px top;}
.executive-social.twitter {background-position: left -30px;}
.executive-social.twitter:hover {background-position: -30px -30px;}
.executive-social.linkedin {background-position: left -60px;}
.executive-social.linkedin:hover {background-position: -30px -60px;}
.executive-social.email {background-position: left -90px;}
.executive-social.email:hover {background-position: -30px -90px;}

div.group-titleandsocial {
	height: 30px;
}

div.group-titleandsocial .executive-title {
	float: left;
}

.view .executive-social {
	float: right;
}

/*JavaScript Tabs Overide*/

.js #javascript-tabs {
	position: absolute;
	right: 20px;
	top: 20px;
}

.js #javascript-tabs #javascript-tabs-rollover {
  background: url('../images/javascript-tabs-rollover.png') center top no-repeat;
}

.js #javascript-tabs #javascript-tabs-rollover:hover {
  background: url('../images/javascript-tabs-rollover.png') no-repeat center -32px;
}

.js #javascript-tabs ul#javascript-tabs-primary li a {
	font-size: 14px;
	padding: 3px 8px;
}

.js #javascript-tabs ul#javascript-tabs-primary {
	padding: 8px;
}

/*Front Page Styles*/

h2.dl-slogan {
  margin: 0 0 30px;
  text-align: center;
  font-size: 44px;
  line-height: 44px;
  white-space: nowrap;
}

.region-content-top {
  
}

.region-content-top .block {
  width: 360px;
  padding: 0 12px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}

.region-content-top .block p {
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0 30px;
}

.region-content-top .block h2.block-title {
  padding: 0 0 15px;
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 30px;
  text-transform: none;
  border-bottom: 2px solid #c7d267;
}

/*.region-content-top .block.first {
  padding-left: 0;
}

.region-content-top .block.last {
  padding-right: 0;
}*/

.region-content-top .block:nth-child(4), 
.region-content-top .block.first {
  padding-left: 0;
}

.region-content-top .block:nth-child(3) {
  padding-right: 0;
}

ul.contact-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.contact-list li {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  font-family: rockwell_lightregular;
  text-shadow: 0 0 0 #6a7545;
  padding: 0 0 0 40px;
  background: url(../images/contact.png);
  background-repeat: no-repeat;
  background-position: -10px -5px;
}

ul.contact-list li.toll-free {
  background-position: -10px -5px;
}

ul.contact-list li.idaho-phone {
  background-position: -10px -125px;
}

ul.contact-list li.vegas-phone {
  background-position: -10px -165px;
}

ul.contact-list li.email {
  background-position: -10px -45px;
}

ul.contact-list li.chat {
  background-position: -10px -85px;
}

ul.contact-list li a {
  color: #6a7545;
}

ul.contact-list li a:hover {
  color: #a9b259;
}

.latest-news-list {
  padding: 5px 0 0;
  margin: 0;
  list-style-type: none;
}

.latest-news-list li {
  min-height: 80px;
  margin: 0 0 15px;
}

.latest-news-list img {
  max-width: 80px;
  max-height: 80px;
  float: left;
  margin: 0 20px 0 0;
}

.latest-news-list h3.article-title {
  font: 20px/20px Raleway;
  padding: 10px 0 0;
  margin: 0;
  text-transform: none;
}

.latest-news-list h3.article-title a {
  color: #6a7545;
}

.latest-news-list h3.article-title a:hover {
  color: #a9b259;
}

.page-news article, 
.page-tutorials article {
  margin: 0 13px 30px;
}

.page-news article h2, 
.page-tutorials article h2 {
  margin: 15px 0 10px;
  padding: 0 0 10px;
  font-size: 24px;
  line-height: 24px;
  border-bottom: 2px solid #c7d267;
}

.page-news article h2 a, 
.page-tutorials article h2 a {
  color: #636f3b;
}

.page-news article h2 a:hover, 
.page-tutorials article h2 a:hover {
  color: #a9b259;
}

.view-frontpage .view-content {
  /*column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-width: 360px;
  -moz-column-width: 360px;
  -webkit-column-width: 360px;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;*/
}

article.teaser {
  width: 360px;
  display: inline-block;
  vertical-align: top;
  }

article.teaser .more-link {
  margin: 46px 0 0;
  }

.article-author-image {
  float: left;
  margin: 0 10px 0 0;
}

.article-author-info {
  padding: 28px 0;
  float: left;
  width: 170px;
}

.more-link {
  margin: 10px 0 0;
}

.more-link a {
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 10px;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  color: #6a7545;
  background: url(../images/contact.png) no-repeat right -210px;
}

.more-link a:hover {
  color: #a9b259;
}

/*Divisions Slider for Front Page*/

.view-division-slider {
	float: left;
	clear: both;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.view-division-slider .view-content {
	overflow: hidden;
	display: block;
	position: relative;
}

.unleash_container {
	width: 1200px;
	height: 450px;
	position: relative;
}

.division-slide, 
.unleash_container .box {
	position: absolute;
	cursor: pointer;
	float: left;
	display: inline-block;
	zoom: 1;
	overflow: hidden;
	display: block;
	width: 720px!important;
	height: 450px!important;
}

.division-photo {
	width: 720px;
	height: 450px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.active .division-icon-sliver {
	display: none;
}

.division-icon-sliver {
	width: 45px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	left: 17px;
	bottom: 17px;
	display: block;
}

.division-slide .content-box, 
.box .content-box {
	position: absolute;
	left: 30px;
	z-index: 10;
	width: 600px;
	height: 200px;
	background: #fff;
	margin: 0 0 30px;
}

.content-box-inner {
	padding: 30px;
}

.division-icon-title {
	float: left;
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
}

h2.division-title {
	float: left;
	margin: 0;
	padding: 0 0 20px;
	height: 28px;
	line-height: 35px;
	font-size: 35px;
	text-transform: none;
}

h2.division-title a, 
h2.division-title a:hover {
	color: #636f3b;
}

p.division-snippet {
	clear: both;
	margin: 0;
	padding: 20px 0 0;
	font-size: 15px;
	line-height: 20px;
	border-top: 2px solid #c7d267;
}

.division-link a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 30px;
	padding: 0 40px 0 10px;
	background: url(../images/learn-more.png) no-repeat right center;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 30px;
	color: #6a7545;
}

.division-link a:hover {
	color: #a9b259;
}

.unleash_loader_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
}

.unleash_loader {
	display: block;
	left: -100%;
	position: absolute;
	position: relative;
	z-index: 50;
	height: 4px;
	background: #c7d267;
}

/*Division Styles*/

.node-type-division h1#page-title {
	z-index: 10;
	position: absolute;
	margin: 0;
	height: 100px;
	line-height: 100px;
	left: 30px;
	top: 70px;
	padding: 0 30px;
	background-color:rgba(255,255,255,0.8);
	border-bottom: none!important;
}

.node-type-division #main #content {
	padding: 230px 30px 30px;
}

.node-type-division .field-name-field-page-header {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.node-type-division .field-name-field-division-icon {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 30px;
	top: 70px;
}

/*Article Styles*/

.user-picture {
	float: right;
	margin: 0 0 20px 20px;
}

/*Our Story*/

.about-right {
  float: right;
  margin: 0 0 0 30px;
}

.about-right img {
  margin: 0 0 30px;
  display: block;
}

/*Location Styles*/

.group-info-block {
	width: 100%;
	float: left;
	clear: both;
	background: #edf2de;
}

.node-location .group-info-block {
	width: 100%;
	float: left;
	clear: both;
	background: #edf2de;
	/*margin: 0 0 30px;*/
}

.group-info {
	float: left;
	margin: 30px;
}

.field-name-field-map {
	float: right;
	margin: 30px;
}

.page-locations .field-name-field-photo {
	width: 555px;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
}

.page-locations .field-name-field-photo .field-item {
	
}

.page-locations .field-name-field-photo img {
	width: 1140px!important;
	max-width: 1140px!important;
	height: 250px;
	position: absolute;
	left: -55%;
	/*top: -25%!important;*/
}

.node-location .field-name-field-photo {
	height: 250px;
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}

.node-location .field-name-field-photo img {
	position: absolute;
}

.view-content .node-location {
  position: relative;
}

.field-type-google-map-field .field-item {
	margin-top: 0;
	margin-bottom: 0;
}

.google_map_field_display {
	width: 800px;
	height: 200px;
}

.page-locations .views-row .google_map_field_display {
	width: 230px;
	height: 150px;
}

.node-type-location h1.title {
	z-index: 10;
	position: absolute;
	margin: 0!important;
	height: 100px;
	line-height: 100px!important;
	left: 60px;
	top: 150px;
	padding: 0 30px!important;
	background-color:rgba(255,255,255,0.8);
	border-bottom: none!important;
}

.page-locations article h2.node-title {
	z-index: 10;
	position: absolute;
	margin: 0!important;
	height: 100px;
	line-height: 100px!important;
	left: 30px;
	top: 120px;
	padding: 0 30px;
	background-color:rgba(255,255,255,0.8);
	font-size: 44px;
	color: #6a7545;
}

.page-locations article h2.node-title a {
	color: #6a7545;
}

.page-locations article h2.node-title a:hover {
	color: #a9b259;
}

.page-locations .views-row {
	/*clear: both;*/
	/*margin: 0 0 30px;*/
	float: left;
	width: 555px;
}

.page-locations .views-row.views-row-odd {
	padding: 0 15px 0 0;
}

.page-locations .views-row.views-row-even {
	padding: 0 0 0 15px;
}

.page-locations .views-row.views-row-last {
	margin: 0;
}

ul.group-phones {
	margin: 24px 0 10px;
	padding: 0 0 0 22px;
	list-style-type: none;
}

ul.group-phones li {
	padding: 0 0 0 24px;
}

ul.group-phones li.location-phone {
	background: url(../images/phone.png) no-repeat left 3px;
}

ul.group-phones li.location-fax {
	background: url(../images/fax.png) no-repeat left 3px;
}

/* Equipment Page */ 

.press-group {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

.press-group-inner {
  padding: 0 30px 0 0;
}

.press-group img {
  max-width: 345px;
  position: absolute;
  bottom: 0;
}

.press-group .press {
  height: 200px;
  position: relative;
}

.press-group h3 {
  font-size: 22px;
  line-height: 22px;
  color: #91994d;
  margin: 20px 0;
}

.press-group ul {
  margin: 20px 0;
}

.press-group ul li {
  font-size: 16px;
  line-height: 22px;
}

.finishing-equipment {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  width: 100%;
}

.finishing-group {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.finishing-equipment h3 {
  font-size: 22px;
  line-height: 22px;
  color: #91994d;
  margin: 0 0 20px;
}

.finishing-equipment ul {
  margin: 20px 0;
}

.finishing-equipment li {
  font-size: 14px;
  line-height: 20px;
}

h2.equipment-title {
  width: 100%;
  clear: both;
  font-size: 30px;
  line-height: 30px;
  margin: 40px 0 30px;
  padding: 0 0 10px;
  border-bottom: 2px solid #c7d267;
}

/*PrePress Styles*/

h2.heading {
  font-size: 22px;
  line-height: 22px;
  color: #91994d;
  margin: 20px 0 10px;
}

.section .block table {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.section .block table td {
  padding: 2px 6px;
}

.section .block.left table {
  width: 90%;
}

.section .block.left, 
.section .block.right {
  float: left;
  width: 50%;
}

.mailblock-guides p {
  margin: 0;
}

.mailblock-guides p span {
  float: right;
  font-weight: 700;
}

/*Site Setup Form*/

#webform-client-form-29 .webform-component-textfield, 
#webform-client-form-29 .webform-component-radios, 
#webform-client-form-29 .webform-component-checkboxes {
  float: left;
  width: 46%;
  padding: 0 4% 0 0;
  margin: 0 0 20px;
  font-size: 17px;
}

#webform-client-form-29 .webform-component-textarea {
  width: 96%;
  font-size: 17px;
  margin: 0 0 20px;
  clear: both;
}

/*Product Setup Form*/

#webform-client-form-32 .webform-component-textfield, 
#webform-client-form-32 .webform-component-radios, 
#webform-client-form-32 .webform-component-checkboxes {
  float: left;
  width: 46%;
  padding: 0 2%;
  margin: 0 0 20px;
  font-size: 17px;
}

#webform-client-form-32 .webform-component-textarea {
  width: 96%;
  font-size: 17px;
  margin: 0 0 20px;
  clear: both;
}

#webform-client-form-32 fieldset {
  border: none;
  margin: 0;
  padding: 20px 0 0;
}

#webform-client-form-32 fieldset legend {
  color: #636f3b;
  font-size: 28px;
  line-height: 28px;
  height: 28px;
  width: 100%;
  padding: 0 0 5px;
  margin: 0;
  border-bottom: 2px solid #c7d267;
  font-family: rockwell_lightregular;
}

/*Client Info Form*/

#webform-client-form-33 .webform-component-textfield, 
#webform-client-form-33 .webform-component-radios, 
#webform-client-form-33 .webform-component-checkboxes, 
#webform-client-form-33 .webform-component-select, 
#edit-submitted-tax-information-form-upload-ajax-wrapper, 
#edit-submitted-tax-information-form-upload-2-ajax-wrapper {
  float: left;
  width: 46%;
  padding: 0 2%;
  margin: 0 0 20px;
  font-size: 17px;
}

#webform-client-form-33 .webform-component-textarea, 
#webform-component-sales-rep {
  width: 96%;
  font-size: 17px;
  margin: 0 0 20px;
  clear: both;
}

#webform-component-shipping-address, 
#webform-component-billing-address {
  float: left;
  width: 46%!important;
  padding: 0 2%!important;
  clear: right!important;
}

#webform-component-shipping-address legend, 
#webform-component-billing-address legend {
  margin: 0 0 20px!important;
}

#webform-client-form-33 fieldset {
  border: none;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  clear: both;
}

#webform-client-form-33 fieldset legend {
  color: #636f3b;
  font-size: 28px;
  line-height: 28px;
  height: 28px;
  width: 100%;
  padding: 0 0 5px;
  margin: 0 0 20px;
  border-bottom: 2px solid #c7d267;
  font-family: rockwell_lightregular;
}

.form-item {
  margin: 0 0 20px;
}

.form-item-submitted-billing-address-billing-address-country .form-item, 
.form-item-submitted-shipping-address-shipping-address-country .form-item, 
.street-block .form-item, 
.addressfield-container-inline .form-item {
  margin: 0 10px 10px 0;
}

/*Refer a Friend Form*/

.node-45 .field-name-body {
  width: 670px;
  float: left;
}

#webform-client-form-45 {
  width: 442px;
  float: right;
}

/*Live Chat*/

/*#livechat-compact-container {
  box-shadow: 0 0 10px #000;
  height: 37px!important;
  background: #eee!important;
}

#livechat-full {
  box-shadow: 0 0 10px #000;
}

#livechat-compact-container iframe {
  top: 0px!important;
}*/

/*Tutorial Content*/

h3.tutorial-step {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 2px solid #e4e8d5;
  font-size: 24px;
}

.tutorial-images ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tutorial-images ul li {
  padding: 0;
  margin: 10px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}

.tutorial-step {
  margin: 0 0 30px;
}
