/*
Theme Name: PDM
Theme URI: 
Description:
Version: 1.1
Author: Takt Studio
Author URI: taktstudio.com
Tags:
*/
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:600;line-height: 1.3;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}strong{font-weight: 600;}

/* Grid */
.container {
padding: 0 10px;
}

.row {
width: 100%;
max-width: 1020px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
padding: 0;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
float: left;
min-height: 1px;
position: relative;
}

.onecol {
width:8.33333333333%;
}

.twocol {
width:16.6666666667%;
}

.threecol {
width:25%;
}

.fourcol {
width:33.3333333333%;
}

.fivecol {
width:41.6666666667%;
}

.sixcol {
width:50%;
}

.sevencol {
width:58.3333333333%;
}

.eightcol {
width:66.6666666667%;
}

.ninecol {
width:75%;
}

.tencol {
width:83.3333333333%;
}

.elevencol {
width:91.6666666667%;
}

.twelvecol {
width: 100%;
float: left;
}

.padded {
position: relative;
margin: 0 15px;
}

img, object, embed {
max-width: 100%;
}

img {
height: auto;
}


/* Mobile Grid */
@media handheld, only screen and (max-width: 48em) {

	.row, body {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
	}

	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: 100%;
	}

}

/* Layout for desktop */
*,*:after,*:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

body {font-family: "proxima-nova", sans-serif; font-weight: 400; text-rendering: optimizelegibility; font-size: 100%; -webkit-text-size-adjust: none; background-color: #213c4c; line-height: 1; position: relative; }

html, body, select, input, textarea {color: #FFF;}

::-moz-selection{background: rgba(0,0,0,0.1); text-shadow: none;}
::selection {background: rgba(0,0,0,0.1); text-shadow: none;} 

a:link {-webkit-tap-highlight-color: rgba(0,0,0,0.1);} 

a, a img {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

a:hover {
	color: #213c4c;
	text-decoration: underline;
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder {
   color: #999;
}

::-moz-placeholder {
   color: #999;
}

:-ms-input-placeholder {
   color: #999;
}

input, button {
	background-color: #f6f6f6;
	padding: 6px 8px;
	margin: 5px 0;
	border: 0;
}

p, ul li {
	font-size: 1em;
	line-height: 1.5;
}

p {
	padding: 0 0 1.25em;
}

.content-block .lrg {
	font-size: 1.125em;
}

.h1 {
	margin: 1.6em 0;
	padding-right: 27%;
	font-weight: 600;
}

h2 {
	font-size: 3em;
	font-weight: 400;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.5625em;
	margin-bottom: 1.5em;
}

h4 {
	font-size: 1.125em;
	margin-bottom: 2em;
}

.lgt {
	font-weight: 400;
}

.bt {
	color: #58c8dc;
}

ul li, ol li {
	padding-left: 0;
	margin-bottom: 1em;
	padding-left: 1.35em;
	list-style: disc;
}

ol li {
	list-style: decimal;
}

hr {
	border-color: #E8E8E8;
	border-style: solid;
	margin: 1em 0;
}

.btn {
	display: inline-block;
	padding: 0.65em 2em;
	background-color: #58c8dc;
	border-radius: 0.25em;
	color: #203b4b;
	text-align: center;
	border: 2px solid transparent;
	margin-bottom: 0.15em;
}

.lght .btn {
	background-color: #FFF;
}

.btn:hover {
	background-color: transparent;
	color: #FFF;
	border-color: #58C8DC;
	text-decoration: none;
}

.lght .btn:hover {
	border-color: #FFF;
}

.btn.multi {
	margin-right: 1em;
}

.btn.multi:last-child {
	margin-right: 0;
}

.icon-lg-arrow {
	background-color: #FFF;
	width: 3.5em;
	height: 3.5em;
	border-radius: 3.5em;
	display: inline-block;
	margin: 0 auto 0.2em auto;
	background-position: center center;
	box-shadow: 1px 1px 4px #999;
	-webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
}

.icon-lg-arrow:before {
  content: '';
  position: absolute;
  border: #FFF solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3.5em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.icon-lg-arrow:hover:before, .icon-lg-arrow:focus:before, .icon-lg-arrow:active:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-width: 2px;
}

.p-block {
	padding: 5em 0;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
} 
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}

.no-scroll {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
}

.m-nav-overlay {
	background: #000;
	background-color: rgba(0,0,0,0.75);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 3;
	-webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.m-nav-overlay.active {
	opacity: 1;
}

@media handheld, only screen and (max-width: 62.375em) {

	.h1 {
		padding-right: 20%;
	}

}

@media handheld, only screen and (max-width: 48em) {

	.h1 {
		padding-right: 0;
	}
	
	h2 {
		font-size: 2em;
	}
	
	h3 {
		font-size: 1.25em;
	}
	
	h4 {
		font-size: 1em;
	}
	
	.p-block {
		padding: 3em 0;
	}
	
	.btn.multi {
		margin: 0 0 0.75em 0;
		display: block;
	}
	
	.btn.multi:last-child {
		margin: 0;
	}

}

header {
	background-color: #58c8dc;
	background-image: url('library/images/header_pattern.png');
	background-repeat: repeat;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

header .row {
	overflow: visible;
}

header .padded {
	display: table;
	height: 80px;
}

header h1 {
	font-size: 1.125em;
	width: 5em;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}

header h1:before {
	content: '';
	display: inline-block;
	width: 0.875em;
	height: 1em;
	position: relative;
	top: 0.2em;
	
	display: none; /* 2024 update */
}

header a:hover, header a.active, .has-submenu:hover > a {
	text-decoration: none;
	color: #213c4c;
}

header .r {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

header nav {
	float: right;
}

header nav > ul > li {
	list-style: none;
	padding: 0;
	float: left;
	margin: 0;
	position: relative;
	margin-left: 1.25em;
}

header nav a {
	font-size: 0.9375em;
}

header nav span {
	display: none;
}

.sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background-color: #FFF;
	top: 120%;
	left: -0.5em;
	padding: 0.25em 0;
	z-index: 5;
	width: 180px;
	border-radius: 0.25em;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.has-submenu:after {
	height: 20px;
	content: '';
	left: 0;
	right: 0;
	position: absolute;
	bottom: -20px;
	z-index: 4;
	display: none;
}

.has-submenu:hover:after {
	display: block;
}

.has-submenu:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.sub-menu li {
	margin: 0;
	padding: 0.25em;
	list-style: none;
	line-height: 1.2;
	padding: 0.25em 0.5em;
}

.sub-menu a {
	color: #213c4c;
	font-size: 0.75em;
	border-bottom: 2px solid transparent;
}

.sub-menu a:hover {
	border-bottom-color: #213c4c;
}

header .m-menu {
	width: 4em;
	display: none;
	margin: 0.88em auto;
	cursor: pointer;
	padding: 1em;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	position: relative;
}

header .m-menu.active {
	z-index: 99;
	top: 0;
	right: 0;
	position: fixed;
	margin-top: 0;
}


header .m-menu div {
	height: 3px;
	width: 100%;
	background-color: #FFF;
	margin-bottom: 0.3em;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

header .m-menu div:last-child {
	margin-bottom: 0;
}

header .m-menu.active div {
	margin-bottom: 0.25em;
}

header .m-menu.active div:nth-child(1) {
	-webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
	-moz-transform: rotate(45deg) translate3d(5px, 5px, 0);
	-ms-transform: rotate(45deg) translate3d(5px, 5px, 0);
	-o-transform: rotate(45deg) translate3d(5px, 5px, 0);
	transform: rotate(45deg) translate3d(5px, 5px, 0);
}

header .m-menu.active div:nth-child(2) {
	opacity: 0;
}

header .m-menu.active div:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
	-moz-transform: rotate(-45deg) translate3d(5px, -5px, 0);
	-ms-transform: rotate(-45deg) translate3d(5px, -5px, 0);
	-o-transform: rotate(-45deg) translate3d(5px, -5px, 0);
	transform: rotate(-45deg) translate3d(5px, -5px, 0);
}

@media handheld, only screen and (max-width: 62.375em) {

	header nav a {
		font-size: 0.875em;
		margin-left: 0.775em;
	}

}

@media handheld, only screen and (max-width: 56.875em) {

	header {
		background-image: none;
		position: fixed;
		z-index: 4;
		left: 0;
		right: 0;
		top: 0;
	}
	
	header + section {
		margin-top: 75px;
	}
	
	header .padded, header h1 {
		display: block;
		height: auto;
		margin-top: 6px;
	}
	
	header h1 {
		float: left;
		padding: 0.6em 0;
	}
	
	header .r {
		display: block;
		float: right;
		position: relative;
		right: -10px;
		width: 5.5em;
	}
	
	header nav {
		visibility: hidden;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: #339BB3;
		z-index: 44;
		opacity: 0;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
		padding-top: 3em;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	header nav.active {
		opacity: 1;
	}
	
	header nav > ul li {
		width: 100%;
		margin-left: 0;
	}
	
	.sub-menu li {
		padding-left: 0;
		padding-right:0;
	}
	
	header nav a {
		width: 100%;
		display: block;
		color: #FFF;
		text-align: center;
		margin: 0;
		font-size: 1.5em;
		padding: 0.5em 0;
	}
	
	header nav a:hover, .has-submenu.touched > a, .has-submenu:hover > a {
		background-color: #FFF;
		color: #339BB3;
	}
	
	header nav a.active {
		background-color: #213C4C;
		color: #FFF;
	}
	
	header nav .sub-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		position: static;
		width: 100%;
		border-radius: 0;
		padding: 0;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		padding-bottom: 0.5em;
	}
	
	.has-submenu:hover:after, .has-submenu:hover ul {
		display: none;
	}
	
	.sub-menu a {
		font-size: 1.25em;
		color: #339BB3;
		border-bottom: none;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	
	.sub-menu a:hover {
		opacity: 0.5;
	}
	
	header nav span {
		display: block;
		width: 2em;
		height: 2em;
		background-position: center center;
		cursor: pointer;
		position: absolute;
		top: 1em;
		right: 1em;
	}
	
	header .m-menu {
		display: block;
	}

}

.banner {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.banner.hb {
/*	background-image: url('library/images/banner-home.jpg');*/
	background-image: url('https://piledrivingmonitor.com/wp-content/uploads/2024/05/PDMbanner_v2-copy.jpg');
	background-attachment: scroll;
	background-position: right center;
	position: relative;
}

.banner.hb::before {
	content: '';
	background-color: #104b88;
	position: absolute;
	top: 0; left: 0; 
	width: 100%; height: 100%;
	pointer-events: none;
	opacity: .6;
	z-index: 1;
}

.banner.hb > div {
	position: relative;
	min-height: 570px;
	padding: 2em 0;
/*	background-image: url('library/images/pdm-product.png');*/
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 2;
}

@media handheld, only screen and (max-width: 48em) {
	
	.banner.hb {
/*		background-image: url('library/images/banner-home-mob.jpg');*/
/*		background-image: url('https://piledrivingmonitor.com/wp-content/uploads/2024/05/IMG_8313_cropped-1600x838px-2.jpg');*/
		background-attachment: scroll;
		background-size: cover;
		background-position: right center;
	}
	
	.banner.hb > div {
		min-height: 0;
		padding: 1em 0;
		background-image: none;
	}
	
	.banner.hb h2 {
		font-size: 1.8em;
		line-height: 1.1;
	}

}

.drk-block {
	background-image: url('library/images/drk-pattern.png');
	background-repeat: repeat;
}

.drk-block a:hover {
	color: #FFF;
}

.drk-block h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 2.625em;
	font-weight: 300;
}

.drk-block h3 {
	text-align: center;
	text-transform: uppercase;
	color: #d0d0d0;
	margin: 2.25em 0 3.5em 0;
	font-size: 1.125em;
	font-weight: 400;
}

.drk-block h4 {
	font-size: 2em;
	color: #56c3d6;
	margin-bottom: 1em;
	font-weight: 400;
}

.drk-block li {
	list-style: none;
	background-position: left 0.25em;
	margin-bottom: 0.6em;
}

.drk-block .btn {
	margin-top: 0.875em;
}

@media handheld, only screen and (max-width: 48em) {
	
	.drk-block h2 {
		font-size: 2.2em;
	}
	
	.drk-block .fourcol:not(:last-child) {
		margin-bottom: 3em;
	}

}

.ncmm {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 838px;
	text-align: center;
}

.ncmm a.text {
	font-size: 2em;
	position: relative;
	display: inline-block;
	margin: 0.5em 0 1em 0;
	border-bottom: 2px solid transparent;
}

.ncmm a.text:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-color: #FFF;
}

.btm-block {
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.btm-block h2 {
	margin-bottom: 0.65em;
	line-height: 1;
}

.content-block {
	background-color: #FFF;
	color: #213c4c;
	padding: 3em 0;
}

.content-block a {
	color: #213c4c;
}

.content-block.drk {
	background-color: #203b4a;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding-top: 0;
	padding-bottom: 4.75em;
}

.content-block.drk a {
	color: #FFF;
}

.content-block .padded {
	padding-right: 15%;
}

.content-block p, .content-block li {
	font-size: 0.8125em;
	line-height: 1.6;
}

.content-block p:last-child {
	padding-bottom: 0;
}

.content-block .product {
	margin-top: 4em;
}

.content-block .product li {
	font-size: 1em;
	list-style: none;
	overflow: hidden;
	display: table;
	padding-left: 0;
	margin: 4em 0 0;
}

.content-block .product li > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.content-block .product .txt {
	padding-left: 1em;
}

.content-block .product h4 {
	font-size: 1.75em;
	margin-bottom: 0.4em;
}

.content-block .product img {
	display: block;
	margin: 0 auto;
}

.content-block .prod-dets-below {
	margin-top: 4em;
}

.content-block .btn {
	font-size: 0.875rem;
	color: #FFF;
}

.content-block .btn:hover {
	color: #58C8DC;
}

@media handheld, only screen and (max-width: 48em) {

	.content-block .padded {
		padding-right: 0;
	}
	
	.content-block .product {
		margin-top: 3em;
	}
	
	.content-block .product li, .content-block .product li > div {
		display: block;
	}
	
	.content-block .product li {
		margin-top: 2em;
	}
	
	.content-block .product .txt {
		padding-left: 0;
	}
	
	.content-block .product img {
		margin-bottom: 1.5em;
		width: 6.25em;
	}
	
	.content-block p, .content-block li {
		font-size: 0.95em;
	}

	.content-block .prod-dets-below {
		margin-top: 2em;
	}

}

.case-studies a {
	border: 2px solid #58C8DC;
	border-radius: 0.45em;
	padding: 1em 2em;
	margin-bottom: 1.5em;
	display: block;
	position: relative;
}

.case-studies a:hover {
	background-color: #58C8DC;
	text-decoration: none;	
}

.case-studies a:after, .case-studies a:before {
	content: '';
	position: absolute;
	right: 2.5em;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 1.5em;
	width: 3px;
	background-color: #58C8DC;
}

.case-studies a:before {
	height: 3px;
	width: 1.5em;
	right: 1.85em;
}

.case-studies a:hover:after, .case-studies a:hover:before {
	background-color: #FFF;
}

.case-studies a:hover p {
	color: #213C4C;
}

.case-studies a:not(:last-child) {
	margin-bottom: 1.5em;
}

.case-studies h4 {
	margin-bottom: 0.1em;
	font-size: 1.5em;
}

.case-studies p {
	padding-bottom: 0;
}

@media handheld, only screen and (max-width: 48em) {

	.case-studies a:after, .case-studies a:before {
		display: none;
	}

}

.hitwi {
	position: relative;
	margin: 4.8em 15px;
}

.hitwi div {
	position: absolute;
	cursor: pointer;
	background-color: #FFF;
	width: 1.5em;
	height: 1.5em;
	border-radius: 1.875em;
	overflow: hidden;
	color: #213C4C;
}

.hitwi .tss, .no-js .hitwi div {
	-webkit-transition: all .25s ease 0.25s;
	-moz-transition: all .25s ease 0.25s;
	-ms-transition: all .25s ease 0.25s;
	-o-transition: all .25s ease 0.25s;
	transition: all .25s ease 0.25s;
}

.hitwi div span {
	opacity: 0;
	display: block;
	text-align: center;
	-webkit-transition: all .25s ease 0s;
	-moz-transition: all .25s ease 0s;
	-ms-transition: all .25s ease 0s;
	-o-transition: all .25s ease 0s;
	transition: all .25s ease 0s;
}

.hitwi h5 {
	margin-bottom: 0.25em;
}

.hitwi p {
	padding-bottom: 0;
}

.hitwi div:before, .hitwi div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #213C4C;
	height: 2px;
	width: 0.95em;
	margin: auto;
	-webkit-transition: all .25s ease .25s;
	-moz-transition: all .25s ease .25s;
	-ms-transition: all .25s ease .25s;
	-o-transition: all .25s ease .25s;
	transition: all .25s ease .25s;
}

.hitwi div:after {
	height: 1.125em;
	width: 2px;
}

.hitwi div:hover {
	width: 15em;
	height: 8.85em;
	border-radius: 0.35em;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	padding: 1em;
	box-shadow: 2px 2px 0 #586e7b;
	z-index: 4;
}

.hitwi div:hover:before, .hitwi div:hover:after {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.hitwi div:hover span {
	opacity: 1;
	-webkit-transition-delay: 0.35s;
	-moz-transition-delay: 0.35s;
	-ms-transition-delay: 0.35s;
	-o-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.hitwi .ld {
	top: 36.5%;
	left: 12%;
}

.hitwi div.ld:hover {
	height: 6em;
}

.hitwi .pdm {
	top: 51%;
	left: 24%;
}

.hitwi div.pdm:hover {
	height: 7.5em;
}

.hitwi .gv {
	top: 74%;
	left: 30%;
}

.hitwi div.gv:hover {
	height: 7.5em;
}

.hitwi .pv {
	bottom: 2%;
	right: 11.5%;
}

.hitwi .ref {
	top: 40%;
	right: 11.5%;
}

.hitwi div.ref:hover {
	height: 7.5em;
}

.hitwi .ham {
	top: 4%;
	right: 11.5%;
}

.hitwi div.ham:hover {
	height: 7.5em;
}

@media handheld, only screen and (max-width: 48em) {

	.hitwi {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	
	.hitwi img {
		margin-bottom: 1em;
	}

	.hitwi div {
		position: static;
		width: 100%;
		height: auto;
		border-radius: 0;
		margin-top: 0.5em;
		padding: 1em;
		cursor: auto;
	}
	
	.hitwi div:before, .hitwi div:after {
		display: none;
	}
	
	.hitwi div span {
		opacity: 1;
	}
	
	.hitwi div:hover {
		height: auto !important;
		width: 100%;
		border-radius: 0;
		padding: 1em;
	}

}

footer.logo {
	background-color: #d7d7d7;
	border-top: 2px solid #ff7e15;
	padding: 2em 0;
	text-align: center;
}

footer.copy {
	font-size: 0.875em;
	color: #d7d7d7;
	padding: 1.5em 0;
}

.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}