@import url('//fonts.googleapis.com/css?family=Roboto:400,700|Montserrat:400,700|Anton:400');
/*
	font-family: 'Roboto', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Anton', serif;
*/

body {
	background: #f5f5f5;
	color: #2a2a2a;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.4px;
	line-height: 150%;
	margin: 0;
	padding: 100px 0 0 0;
}

.ss-section-wrap {
	letter-spacing: 0;
}

.ss-section-wrap p,
.ss-section-wrap ul,
.ss-section-wrap ol,
.ss-section-wrap table,
.ss-section-wrap td,
.ss-section-wrap .ss-content-block {
	font-size: 16px;
	letter-spacing: 0.4px;
}

body.page-id-530396 {
	padding-top: 0;
}

input, textarea, option {
	color: #2a2a2a;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	line-height: 125%;
	margin: 0 0 12px 0;
	padding: 0;
}

h1 {
	font-size: 70px;
	line-height: 115%;
	text-transform: uppercase;
}

h2 {
	font-size: 50px;
	line-height: 100%;
	text-transform: uppercase;
}

h2.title {
	font-size: 32px;
}

h3 {
	font-size: 30px;
	line-height: 107%;
	text-transform: uppercase;
}

h3.date {
	font-size: 16px;
	margin-bottom: 20px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 120%;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 113%;
}

h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	letter-spacing: 0.2px;
	margin-bottom: 18px;
}

h6 strong {
	font-weight: 700;
}

h6 a {
	color: #767676;
}

a {
	color: #DF3421;
	outline: none;
	text-decoration: none;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

a:hover { 
	color: #DF2D23;
	text-decoration: none;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

a img { border: 0; }


p {
	line-height: 150%;
	margin: 0 0 12px 0;
	padding: 0;
}

.hr {
    border-bottom: 1px solid #cdcdcd;
    clear: both;
    margin: 15px 0 18px;
}

.hr hr {
	display: none;
}

.wrapper,
.ss-section-wrap-inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 10px;
}

.page-banner {
	display: none;
}

.page-banner img {
	width: 100%;
}

cite {
	background-color: transparent;
	border-left: 1px solid #DF3421;
	display: inline-block;
	font-style: normal;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px;
}

.inside-page table {
	margin: 0 0 15px 0;
}

.image-left {
	float: left;
	margin: 0 40px 20px 0;
}

.image-right {
	float: right;
	margin: 0 0 20px 40px;
}

.mobile-only { display: none; }

strong {
	font-weight: 700;
}


/* preloader */
.site-preloader {
	animation: sitePreload 5s forwards ease-in-out;
	-webkit-animation: sitePreload 5s forwards ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	width: 0%;
	height: 3px;
	background: #DF3421;
	z-index: 999999;
}

@keyframes sitePreload {
  to { width: 100%; }
}
@-webkit-keyframes sitePreload {
  to { width: 100%; }
}

.body-wrap {
	opacity: 0;
	transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
}

body.loaded .site-preloader {
	display: none;
}

body.loaded .body-wrap {
	opacity: 1;
}

iframe {
	max-width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
	background-color: #2a2a2a;
	box-shadow: 0 3px 13px rgba(0,0,0,0.45);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2000;
	transition: all .20s linear;
	-webkit-transition: all .20s linear;
}

.secondary-nav-fixed .header {
	box-shadow: none;
}

.page-id-530396 .header {
	background-color: transparent;
	box-shadow: none;
}

.page-id-530396 .header.solid {
	background-color: #2a2a2a;
	box-shadow: 0 3px 13px rgba(0,0,0,0.45);
}

.header .inner {
	position: relative;
}

.header .wrapper {
	position: relative;
	max-width: 1220px;
}

.header .logo {
	float: left;
	margin: 11px 0;
	position: relative;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	width: 225px;
	z-index: 1;
}

.header .logo img {
	display: block;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	max-width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Nav Toggle ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.nav-toggle {
	animation: 0;
	-webkit-animation: 0;
	cursor: pointer;
	display: none;
	height: 17px;
	right: 20px;
	position: fixed;
	top: 21px;
	width: 42px;
	z-index: 10;
}

#nav-icon-wrap {
}

#nav-icon {
	cursor: pointer;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	width: 42px;
}

#nav-icon span {
	background: #fff;
	display: block;
	height: 1px;
	left: 0;
	opacity: 1;
	position: absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	width: 100%;
}

body.nav-active #nav-icon span {
	background: #fff;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	top: 7px;
}

#nav-icon span:nth-child(4) {
	top: 14px;
}

.nav-active .nav-toggle #nav-icon span:nth-child(1) {
	left: 50%;
	top: 18px;
	width: 0%;
}

.nav-active .nav-toggle #nav-icon span:nth-child(2) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.nav-active .nav-toggle #nav-icon span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.nav-active .nav-toggle #nav-icon span:nth-child(4) {
	left: 50%;
	opacity: 0;
	top: 18px;
	width: 0%;
}



/* ---------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
	position: relative;
	transition: all .20s ease;
	-webkit-transition: all .20s ease;
}

.header.solid .primary-navigation-wrap {
}

.primary-navigation-wrap a,
.primary-navigation-wrap a:hover {
	display: block;
	text-decoration: none;
}

.primary-navigation-wrap ul {
	float: right;
	list-style: none;
	margin: 33px 0;
	padding: 0;
}

.primary-navigation-wrap ul li {
	float: left;
	margin: 0 19px;
	padding: 0;
	position: relative;
}

.primary-navigation-wrap ul li a {
	color: #ffffff;
	display: block;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 34px;
	letter-spacing: 0.8px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	z-index: 21;
}

.primary-navigation-wrap ul > li:hover > a,
.primary-navigation-wrap ul > li.selected > a {
	color: #F6921E;
}


/* drop level 1 */
.primary-navigation-wrap ul li ul {
	background: transparent none;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: none;
	list-style: none;
	margin: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 29px;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	width: 238px;
	z-index: 20;
}

.primary-navigation-wrap ul li:last-child ul,
.primary-navigation-wrap ul li.last ul {
	right: 0;
}

.primary-navigation-wrap ul li:hover ul {
	background: #ffffff;
	box-shadow: 0 10px 14px rgba(0,0,0,0.20);
	max-height: 500px;
	opacity: 1;
	padding: 10px 0;
	top: 34px;
	visibility: visible;
}

.primary-navigation-wrap ul li ul li,
.primary-navigation-wrap ul li:hover ul li,
.primary-navigation-wrap ul li.selected ul li {
	float: none;
	margin: 0;
	padding: 0;
	position: static;
}

.primary-navigation-wrap ul li ul li.selected,
.primary-navigation-wrap ul li ul li:hover,
.primary-navigation-wrap ul li ul li.selected:hover {
}

.primary-navigation-wrap ul li ul li a,
.primary-navigation-wrap ul li:hover ul li a,
.primary-navigation-wrap ul li.selected ul li a {
	background: transparent none;
	border: 0;
	color: #2a2a2a;
	display: block;
	float: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0.2px;
	line-height: 14px;
	margin: 0;
	padding: 8px 15px;
	position: static;
	text-decoration: none;
	text-transform: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
}

.primary-navigation-wrap ul li ul li a:hover,
.primary-navigation-wrap ul li ul li.selected a {
	background-color: #DF2D23;
	color: #ffffff;
}


/* drop level 2+ */
.primary-navigation-wrap ul li ul ul {
	display: none;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Inside Page ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.heading-wrap {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: 100% auto;
	overflow: hidden;
	position: relative;
}

.heading-wrap .background {
	background-color: rgba(0,0,0,0.70);
	line-height: 245px;
}

.heading-wrap .wrapper {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	line-height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	max-width: none;
	width: 100%;
}

.heading-wrap h1 {
	color: #ffffff;
	margin: 0;
}

.heading-wrap img {
	display: none;
	width: 100%;
}

.middle-content {
	background-color: #ffffff;
	padding: 57px 0;
	position: relative;
	z-index: 2;
}

#breadcrumbs {
	display: none;
	visibility: hidden;
}

.main-content img {
	max-width: 100%;
}

.main-content table {
	margin-bottom: 15px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Sub Navigation (secondary nav) ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.secondary-nav {
	background-color: #f4f4f4;
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
	position: relative;
	z-index: 1999;
}

.secondary-nav-fixed .secondary-nav {
	position: fixed;
	left: 0;
	right: 0;
	top: 100px;
	width: 100%;
}

.secondary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.secondary-nav ul li {
	display: inline-block;
	margin: 13px 0;
	padding: 0;
}

.secondary-nav ul li a {
	border-left: 1px solid #2a2a2a;
	color: #2a2a2a;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 16px;
	padding: 0 27px;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
}

.secondary-nav ul li.first a,
.secondary-nav ul li:first-child a {
	border: 0;
}

.secondary-nav ul li a:hover,
.secondary-nav ul li.selected > a {
	color: #DF3421;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
}

/* second+ level */
.secondary-nav ul ul {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Main Content Side Bar ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.main-content.has-side-boxes {
	width: 64%;
}

.side-boxes {
	float: right;
	margin: 0;
	width: 27%;
}

.side-boxes .side-box {
	background: #f5f5f5;
	border: 0;
	margin: 0 0 40px 0;
	padding: 0 30px;
	text-align: left;
}

.side-boxes .side-box img {
	width: 100% !important;
	height: auto !important;
	margin: -30px;
}

.side-boxes .side-box h3.side-box-heading {
	display: none;
}

.side-boxes .side-box strong {
	font-weight: 700;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer-upper .wrapper,
.footer .wrapper {
	max-width: 1220px;
}

/****** footer-upper ****************************/
.footer-upper {
	background-color: #f5f5f5;
	border-bottom: 1px solid #b4b4b4;
	padding: 60px 0;
}

.footer-upper,
.footer-upper p {
	font-size: 18px;
	line-height: 133%; 
}

.footer-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	min-height: 178px;
	padding-top: 18px;
	vertical-align: top;
}

.footer-box.first {
	border-right: 1px solid #b4b4b4;
	padding: 18px 40px 0 0;
	margin: 0 40px 0 0;
}

.footer-logo {
	width: 191px;
}

.footer-logo img {
	height: auto !important;
	max-width: 100%;
}

.footer-box big {
	color: #2a2a2a;
	font-size: 22px;
	font-weight: 700;
}

.telephone-link {
	color: #2a2a2a;
}

.footer-links {
	float: right;
	text-align: right;
}

.footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li {
	margin: 0;
	padding: 0;
}

.footer-links ul li a {
	color: #2a2a2a;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 14px;
	margin: 0 0 16px;
	padding: 0;
	text-transform: uppercase;
}

.footer-links ul li a:hover {
	color: #DF3421;
}

.footer-links ul ul {
	display: none;
}


/****** footer-lower ****************************/
.footer {
	background-color: #f5f5f5;
	padding: 30px 0 30px 0;
}

.footer,
.footer p {
	color: #2a2a2a;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}

.footer p {
	margin: 0;
}

.footer .copyright {
	float: left;
}

.footer .sosimple {
	float: right;
}

.footer .sosimple img {
	vertical-align: middle;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.button,
.small-action-button {
	background: #F6921E;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1.4px;
	height: auto;
	line-height: 16px;	
	max-width: 100%;
	//min-width: 170px;
	padding: 14px 30px;
	text-transform: uppercase;
	text-align: center;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	width: auto;
}

.button:hover,
.small-action-button:hover {
	background: #DF2D23;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.small-action-button {
	padding: 8px 20px;
	white-space: nowrap;
}

.list-items li .read-more-wrap {
	text-align: right;
}

form.category-and-window .text-search-wrap,
.search-page-form-wrap .text-search-wrap {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.search-page-form-wrap .text-search-wrap .text-search {
	height: 30px;
	line-height: 30px;
}

.search-page-form-wrap .text-search-wrap .submit {
	background: #DF3421;
	color: #ffffff;
	line-height: normal;
}

.search-page-form-wrap .text-search-wrap .submit:hover {
	background: #DF2D23;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

form.category-and-window .text-search-wrap .submit {
	background: #DF3421;
	font-size: 13px !important;
	font-weight: 400;
}

form.category-and-window .text-search-wrap .submit:hover {
	background: #DF2D23;
}

.form tr td .button {
	padding: 17px 20px;
}

.search-page-form-wrap .text-search-wrap .submit {
	background: #DF3421;
	border: 0;
	color: #ffffff;
	font-size: 13px !important;
	font-weight: 400;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Pager ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.page-count {
	color: #494949;
}

.pager, .pager-prev, .pager-next {
	background-color: #DF3421;
	color: #ffffff;
}

.pager, .pager-prev, .pager-next {
}

.pager:hover, .pager-prev:hover, .pager-next:hover, .pager.on {
	background-color: #DF2D23;
	color: #ffffff;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Homepage -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.page-id-530396 .middle-content {
	padding: 0;
}

.page-id-530396 .middle-content > .wrapper,
.page-id-530396 .ss-section-wrap-inner {
	max-width: none;
	padding: 0;
}

.page-id-530396 .heading-wrap {
	display: none;
}

.hp-banner-box p {
	font-size: 22px;
	line-height: 163%;
	margin-bottom: 30px;
}

.hp-banner-box,
.hp-banner-box p,
.hp-banner-box h1,
.hp-banner-box h2,
.hp-banner-box h3,
.hp-banner-box h4,
.hp-banner-box h5,
.hp-banner-box h6 {
	color: #ffffff;
}

.hp-banner-box p,
.hp-banner-box h1,
.hp-banner-box h2,
.hp-banner-box h3,
.hp-banner-box h4,
.hp-banner-box h5,
.hp-banner-box h6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 970px;
}

.hp-banner-text {
	background-image: url(/images/template/header-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0;
	padding-bottom: 140px;
	padding-top: 290px;
	text-align: center;
}

.page-id-530396 .button {
	padding-bottom: 19px;
	padding-top: 19px;
}

.page-id-530396 .hp-banner-text .button {
	min-width: 240px;
}

.page-id-530396 .pipe-watermark,
.page-id-530396 .bulldozer-watermark {
	display: table-cell;
	margin: 0;
	width: calc(100% / 3);
}

.black-box.float-from-right-box {
	margin: 20px;
	padding: 160px 60px;
	width: 44%;
}

.topography-box {
	padding: 90px 0 80px;
}

.topography-box > .ss-section-wrap-inner {
	max-width: 850px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* News ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-items li .content {
	max-width: 100%;
}

.rss-link-wrap {
	display: none;
	visibility: hidden;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Blog ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.blog-left-column {
	width: 69%;
}

.blog-right-column {
	width: 22%;
}

.blog-right-column h3 {
	color: #2a2a2a;
	font-size: 30px;
}

.blog-right-column ul.recent-articles li a {
	font-size: 16px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Contact Form ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.driving-directions-input-fields input[type=text] {
	width: 100%;
}

.locations-table td {
	padding: 34px 0 40px;
}

.locations-table p {
	margin-bottom: 16px;
}

.locations-table h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}

input, select, textarea {
	border: 1px solid #cecece;
	box-shadow: none;
	-webkit-box-shadow: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
}

/* remove default ios styling */
input {
    -webkit-appearance: none;
    border-radius: 0;
}

form .field-wrap input,
form .field-wrap select,
form .field-wrap textarea {
	background: #ffffff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cecece;
	max-width: 100%;
	padding: 5px;
}


@media screen and (min-width: 600px) {
	form .field-wrap input.small,
	form .field-wrap select.small,
	form .field-wrap textarea.small {
		min-width: 140px;
	}

	form .field-wrap input.normal,
	form .field-wrap select.normal,
	form .field-wrap textarea.normal {
		min-width: 360px;
	}

	form .field-wrap input.large,
	form .field-wrap select.large,
	form .field-wrap textarea.large {
		min-width: 780px;
	}
}

.good-alert.fixed, .bad-alert.fixed {
	z-index: 3000;
}

form .field-wrap {
	margin-bottom: 20px;
}

#dd-print-button { display: none; }

form .field-wrap span.checkbox-wrap,
form .field-wrap span.radio-wrap {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
}

form .field-wrap span.radio-wrap input {
	border: 0;
	height: 18px;
	margin: 0 3px 0 0;
	-webkit-appearance: radio;
	width: 18px;
}

form .field-wrap .radio-wrap label span {
	vertical-align: top;
}

/**** google maps **************/
.gm-style img {
	max-width: none !important;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Toggle More ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.toggle-more-link {
	margin-top: 20px;
}

.toggle-more-link h2 {
	display: inline;
}

.toggle-more-link a {
	background: url(/images/icons/toggle-plus.png) 0% 45% no-repeat;
	font-size: 16px;
	font-weight: 500;
	padding-left: 14px;
	text-decoration: none;
	text-transform: uppercase;
}


.toggle-more-link a:hover {
	color: #DF2D23;
	text-decoration: none;
}

.toggle-more-link.selected a {
	background-image: url(/images/icons/toggle-minus.png);
}

.toggle-more-content {
	display: none;
	line-height: 22px;
	margin-bottom: 10px;
	padding: 10px 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Image Link Grid Styles ------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.page-type-25 .secondary-nav,
.page-type-25 .grid-filters-wrap {
	display: none;
}

.page-type-25 .wrapper {
	max-width: 1310px;
	padding: 0 5px;
}

.page-type-25 .secondary-nav {
	text-align: center;
}

.page-type-25 .secondary-nav ul,
.page-type-25 .secondary-nav h6 {
	display: inline-block;
}

.page-type-25 .middle-content {
	padding: 0;	
}

.image-grid-link-items {
	height: auto !important;
	margin: 10px 0;
}

.image-grid-link-items div.element-item {
	height: 300px;
	left: auto !important;
	overflow: hidden;
	position: relative !important;
	top: auto !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.image-grid-link-items li, .image-grid-link-items .element-item, .image-grid-link-items .grid-sizer {
	margin: 0 0.5% 13px;
	width: 32.333333333333333%;
}

.image-grid-link-items div.element-item a {
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 300px;
	line-height: 300px;
	position: relative;
	width: 100%;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap {
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.image-grid-link-items .list-item.image-link-grid-item .title-link-wrap {
	display: none !important;
}

.image-grid-link-items a.list-item.image-link-grid-item .link.button {
	background: #DF3421 none;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: auto;
	letter-spacing: 1.4px;
	line-height: 14px;
	margin: 29px auto 0;
	padding: 10px 19px;
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	width: auto;
	max-width: 160px;
	text-transform: uppercase;
	text-align: left;
	transition: all .20s linear;
	-webkit-transition: all .20s linear;
	-o-transition: all .20s linear;
}

.image-grid-link-items a.list-item.image-link-grid-item:hover .link.button {
	background-color: #DF3421;
}

.image-grid-link-items .list-item.image-link-grid-item .content-wrap {
	display: inline-block;
	line-height: 100%;
	opacity: 0;
	width: 100%;
	vertical-align: middle;
}

.image-grid-link-items .list-item.image-link-grid-item .content-wrap h4 {
	color: #ffffff;
	font-size: 24px;
	letter-spacing: 0.2px;
	line-height: 100%;
	margin: 0 0 6px;
}

.image-grid-link-items .list-item.image-link-grid-item .content-wrap,
.image-grid-link-items .list-item.image-link-grid-item .content-wrap p {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.2px;
}

.image-grid-link-items .list-item.image-link-grid-item .content-wrap p {
	line-height: 100%;
	margin: 0 0 12px;
}

.image-grid-link-items .list-item.image-link-grid-item:before {
	background: rgba(0,0,0,0.70) none;
	content: '';
	display: block;
	opacity: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transform: translateY(50px);
	animation: slide-down2 .75s cubic-bezier(0.23,1,0.32,1) 0s forwards;
	-webkit-animation: slide-down2 .75s cubic-bezier(0.23,1,0.32,1) 0s forwards;
}

.image-grid-link-items .list-item.image-link-grid-item:hover .content-wrap,
.image-grid-link-items .list-item.image-link-grid-item:hover:before {
	animation: slide-up2 .75s cubic-bezier(0.23,1,0.32,1) 0s forwards;
	-webkit-animation: slide-up2 .75s cubic-bezier(0.23,1,0.32,1) 0s forwards;
}

@keyframes slide-down2 {
  0% { transform: translateY(0px); opacity: 1;}
  100% { transform: translateY(20px); opacity: 0.25;}
  100% { transform: translateY(50px); opacity: 0;}
}
@-webkit-keyframes slide-down2 {
  0% { transform: translateY(0px); opacity: 1;}
  100% { transform: translateY(20px); opacity: 0.25;}
  100% { transform: translateY(50px); opacity: 0;}
}

@keyframes slide-up2 {
  0% { transform: translateY(50px); opacity: 0;}
  100% { transform: translateY(20px); opacity: 0.75;}
  100% { transform: translateY(0px); opacity: 1;}
}
@-webkit-keyframes slide-up2 {
  0% { transform: translateY(50px); opacity: 0;}
  100% { transform: translateY(20px); opacity: 0.75;}
  100% { transform: translateY(0px); opacity: 1;}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Photo Albums ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.page-type-4 .secondary-nav {
	display: none;
}

.page-type-4 .button-wrap {
	background-color: #f4f4f4;
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
	float: none;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1998;
}

.page-type-4 .button-wrap .button {
	background: transparent none;
	border: 0;
	border-radius: 0;
	color: #DF3421;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.2px;
	height: auto;
	line-height: 16px;
	max-width: 100%;
	padding: 14px 0 14px 21px;
	text-transform: uppercase;
	text-align: center;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	width: auto;
}

.page-type-4 .middle-content {
	padding-top: 30px;
}

.embedded-gallery {
	overflow: hidden;
}

.internal-page-inline-slideshow-wrap {
	overflow: hidden;
	position: relative;
}

.internal-page-inline-slideshow-wrap .slide {
	width: 100%;
}

.internal-page-inline-slideshow-wrap .image-wrap {
	text-align: center;
}

.internal-page-inline-slideshow-wrap .prev-arrow,
.internal-page-inline-slideshow-wrap .next-arrow,
.embedded-gallery .prev-arrow,
.embedded-gallery .next-arrow {
	background: #000000 url(/images/icons/left-arrow.svg) 50% 50% no-repeat;
	background-size: 14px 26px;
	height: 60px;
	left: 1px;
	margin: -30px 0 0;
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70);
	top: 50%;
	width: 44px;
	z-index: 50;
}

.internal-page-inline-slideshow-wrap .prev-arrow span,
.internal-page-inline-slideshow-wrap .next-arrow span {
	display: none;
}

.internal-page-inline-slideshow-wrap .next-arrow,
.embedded-gallery .next-arrow {
	background: #000000 url(/images/icons/right-arrow.svg) 50% 50% no-repeat;
	background-size: 14px 26px;
	left: auto;
	right: 0;
}

.internal-page-inline-slideshow-wrap .prev-arrow:hover,
.internal-page-inline-slideshow-wrap .next-arrow:hover,
.embedded-gallery .prev-arrow:hover,
.embedded-gallery .next-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.embedded-gallery .stage {
	border: 0;
}

.internal-page-inline-slideshow-wrap .slide,
.embedded-gallery .slide {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	height: 100%;
}

.internal-page-inline-slideshow-wrap .slide img,
.embedded-gallery .slide .image img {
	display: block;
	visibility: hidden;
	max-height: none !important;
	width: 100%;
}

.embedded-gallery-wrap {
	margin-bottom: 35px;
}

.internal-page-inline-slideshow-wrap .slide .caption {
	background: rgba(255,255,255,.8);
	bottom: -500px;
	display: block !important;
	left: 0;
	padding: 30px;
	position: absolute;
	right: 0;
	-webkit-transition: bottom .4s ease;
	transition: bottom .4s ease;
}

.internal-page-inline-slideshow-wrap .slide:hover .caption {
	bottom: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Resources ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-items.resource-items {
	margin-bottom: 50px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Styles --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.gray-box {
	background-color: #bfbfbf;
	padding: 50px 70px;
}

.black-box {
	background-color: #2a2a2a;
	padding: 50px 70px;
}

.black-box,
.black-box p,
.black-box h1,
.black-box h2,
.black-box h3,
.black-box h4,
.black-box h5,
.black-box h6 {
	color: #bfbfbf;
}

.pipe-watermark {
	background-image: url(/images/template/pipeline-watermark.svg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: cover;
}

.bulldozer-watermark {
	background-image: url(/images/template/bulldozer-watermark.svg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: cover;
}

.side-box.col-4 {
	background-color: #f5f5f5;
	padding: 30px 0;
}

.side-box.col-4 {
	margin-left: 4%;
	margin-right: 0;
	width: 28%;
}

.side-box p,
.side-box h1,
.side-box h2,
.side-box h3,
.side-box h4,
.side-box h5,
.side-box h6 {
	padding-left: 30px;
	padding-right: 30px;
}

.side-box p:first-of-type {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px;
}

.side-box .button {
	max-width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}