/**

Colors:
lt grey: #EFEFEF
dk grey: #c8c7c7
blue: #1d428a
orange: #dc582d

font-family: "industry",sans-serif;

 font-family: 'fontello';

**/

body, html {
    margin:0;
    padding:0;
    height:100%;
}

body {
	background-image:url('img/bg-checkered3.png');
}

.no-pad-left {
	padding-left:0px;
}

.no-pad-top {
	padding-top:0px;
}

.no-pad-right {
	padding-right:0px;
}

.no-pad-bottom {
	padding-bottom:0px;
}


body div, body fieldset {
	margin-bottom:10px;
}

body, body p, body ul, body ol, body dl, body menu, body dir, table, address {
	font-size:14px;
	color:#414141;
	font-family: "industry",sans-serif;
}

body {
}

body p {
	margin-top:0px;
	margin-bottom:12px;
}

body a, body p a {
	color:#dc582d;
}

body a:visited, body p a:visited {
	color:#dc582d;
}

body a:hover, body p a:visited:hover  {
	color:#1d428a;
}

body a:after {
}


body blockquote {
}

body p blockquote, body blockquote p {
}

body ul, body menu, body dir {
	
}

body ul li:before, body dir li:before, body menu li:before {
}

body ul, body ol, body menu, body dir {
	margin:0;
	padding:0;
	font-size:14px;
	padding-left:15px;
	list-style:none;
	font-family: "industry",sans-serif;
	margin-bottom:12px;
}

body ul li:before  {
	content: "";
    display: block;
    position: absolute;
    margin-left: -15px;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0px 4px 5px;
    border-color: transparent transparent transparent #929292;
}


button, .button {
}

button:hover, .button:hover {
}

button:after, .button:after {
}

button:hover:after, .button:hover:after {
}

input, textarea, select  {
}

select option {
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: "industry",sans-serif;
} 

body h1, body h1 a {
    font-family: "industry",sans-serif;
    font-size: 42px;
	line-height:40px;
    color: #1d428a;
}

/*body h1:after, body h1 a:after {
	content:"";
	position:relative;
	display:block;
	margin-top:8px;
	background-image:url('img/tick.png');
	background-repeat:repeat-x;
	background-size:6px 7px;
	width:100%;
	height:10px;
}
*/
body h2, body h2 a {
    text-decoration: none;
    font-family: "industry",sans-serif;
    color: #dc582d;
    font-size: 28px;
	line-height:28px;
	margin-bottom:12px;
	margin-top:20px;
}

body h2:after {
}

body h3 {
	color:#1d428a;
	font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

body h4 {
	color:#dc582d;
	font-size:22px;
	line-height:21px;
	font-weight:600;
}

body h5 {
	color:#1d428a;
	font-size:22px;
	line-height:21px;
	font-weight:600;
}

body h6 {
	color:#1d428a;
	font-size:22px;
	line-height:21px;
	font-style:italic;
	font-weight:600;
}

table {
}

table tr th {
}

table caption {
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	border-radius:1px;
	width:100%;
	font-family: "industry",sans-serif;
	font-size:14px;
	padding:5px;
	box-sizing:border-box;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform:uppercase;
	font-size:16px;
}
::-moz-placeholder { /* Firefox 19+ */
  	text-transform:uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
  	text-transform:uppercase;
}
:-moz-placeholder { /* Firefox 18- */
 	text-transform:uppercase;
}


body ul.menu li:before {
	display:none;
}

span.edit-link {
	position:relative;
	display:block;
	margin-top:50px;
}


#page {
	min-height:100%;
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:0px;
}

.bracketed:before {
	content:"\e800";
	font-family: 'fontello';
	position:absolute;
	display:block;
}

.site-title {
	position:relative;
	text-indent:-9999px;
	background-image:url('img/logo-type.svg');
    background-size: 262px 40px;
    background-position: 0px -3px;
    background-repeat: no-repeat;
    width: 274px;
    height: 33px;
    z-index: 999;
    margin: 0px;
	margin-top:-4px;
}

/*.site-title:hover {
	background-position: 0px -42px;
}
*/
.site-header {
	background-size:100%;
}

.site-spacer {
	width:100%;
	max-width:930px;
	margin:auto;
	position:relative;
	padding-left:15px;
	padding-right:15px;
	box-sizing: border-box;
}

.jumbotron {
	padding:0px;
}

header#masthead {
	position:absolute;
	z-index:10;
	width:100%;
	top:0px;
}

.header-holder {
	position:relative;
	display:block;
	height:40px;
	background-color:#EFEFEF;	
}

.header-holder:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 100%;
    box-shadow: 0px 10px 210px rgba(0,0,0,.8);
    z-index: -1;
    top: 0px;
}

.header-holder .site-spacer {
	max-width:780px;
	top:20px;
	background-color:#EFEFEF;
	padding-bottom:10px;
}

.header-holder .site-spacer:before {
	content:"";
	position:absolute;
	height:40px;
	background-color:#EFEFEF;
    width: 50px;
    left: -22px;
	top:10px;
	transform: skew(45deg, 0deg) ;
	-webkit-transform: skew(45deg, 0deg) ;
	-moz-transform: skew(45deg, 0deg) ;
	-o-transform: skew(45deg, 0deg) ;
	-ms-transform: skew(45deg, 0deg) ;
	z-index:2;
}

.header-holder .site-spacer:after {
	content:"";
	position:absolute;
	height:40px;
	background-color:#EFEFEF;
    width: 50px;
    right: -22px;
	top:10px;
	transform: skew(-45deg, 0deg) ;
	-webkit-transform: skew(-45deg, 0deg) ;
	-moz-transform: skew(-45deg, 0deg) ;
	-o-transform: skew(-45deg, 0deg) ;
	-ms-transform: skew(-45deg, 0deg) ;
	z-index:2;
}

.header-holder:after {
	
}



body.home .header-holder:after {
	opacity:.05;
}

#content {
	padding-top:100px;
	padding-bottom:350px;
}

body.home #content {
	padding-top:0px;
}

.jumbotron .container {
	width:100% !important;
	padding:0px !important;
}

.slick-slider {
	margin-bottom:0px;
	-webkit-user-select: inherit;
	-moz-user-select: inherit;
	-ms-user-select: inherit;
	user-select: inherit;
}


.slick-dots {
	bottom:-10px;
	list-style:none;
	position:absolute;
	text-align:center;
	width:100%;
	padding:5px;
    max-width: 160px;
    margin: auto;
    left: 0;
    right: 0;
	background-color:#EFEFEF;
	z-index:20;
}

.slick-dots:after {
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #EFEFEF;
    top: 0px;
    right: -40px;
}

.slick-dots:before {
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #EFEFEF transparent;
    top: 0px;
    left: -40px;
}

.slick-dots li {
	display:inline-block;
	width: 6px;
	height: 12px;
	padding: 0px 13px;
}

.slick-dots li:before {
	display:none;
}

.slick-dots li button {
	content:"";
	opacity:1;
	padding:0px;
	background:#234388;
    text-indent: -9999px;
    border: none;
	width:6px;
	height:100%;
	position:relative;
	display:block;
	margin-left: -5px;
	text-shadow:none;
	color:transparent;
	box-shadow:none;
	border-radius:0px;
}

.slick-dots li:hover button {
	background-color: #e36933;
}

.slick-dots li.slick-active button {
	opacity:1;
	background-color: #e36933;
}

.video-holder {
	background-image:url('img/dark-checkered.png');
}

.video-slider {
   max-height:490px;
   overflow:hidden;
   position:relative;
   border-bottom:1px solid #c8c7c7;
}

.video-slider:after {
	content:"||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||";
    position: absolute;
    display: block;
    color: #000;
    opacity: 0.2;
    font-size: 20px;
    letter-spacing: 11px;
    bottom: -9px;
    z-index: 10;
}
	   
video {
   width: 100%;
   position: relative;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-arrow {
	position:absolute;
	z-index:15;
	bottom:42px;
	border:none;
	box-shadow:none;
    color: transparent;
    text-shadow: none;
	width:55px;
	height:55px;
	background-color:transparent;
	text-align:center;
	outline:none;
	opacity:.5;
	bottom:-35px;
}

.featured-slider.multiple-slides {
	margin-bottom:50px;
}

.slick-prev {
	left:0px;
}

.slick-next {
	right:0px;
}

.slick-arrow:before {
	font-family: 'fontello';
	position:absolute;
	display:block;
	color:#1d428a;
	font-size:40px;
    top: 10px;
    left: 18px;
}

.slick-arrow:focus {
	outline:none;
	border:none;
	box-shadow:none;
}

.slick-arrow:hover {
	box-shadow:none;
	text-shadow:none;
	border:none;
	opacity:1;
}

body.home .slick-arrow {
	top:50%;
	bottom:auto;	
}

.slick-prev:before {	
	content:"\e803";
}

.slick-prev:hover:before {
	color:#e36933;
}

.slick-next:before {
	content:"\e802";
}

.slick-next:hover:before {
	color:#e36933;
}

body.page-id-8 .slick-prev {
	left:50px;
}

body.page-id-8 .slick-next {
	right:50px;
}
 

footer.site-footer {
	background-color:#EFEFEF;
	position:absolute;
	width:100%;
	bottom:0px;
	height:275px;
	box-shadow: 0px -50px 230px rgba(0,0,0,.25);
}

footer#colophon:after {
	/*content:"";
	background-image:url('img/white-gradient.png');
	background-size:100%;
	height:64px;
	top:-64px;
	width:75%;
	position:absolute;*/
}


.footer-holder:before {
	content:"";
	position:absolute;
	height:45px;
	background-color:#EFEFEF;
    width: 100%;
	transform: skew(-45deg, 0deg) ;
	-webkit-transform: skew(-45deg, 0deg) ;
	-moz-transform: skew(-45deg, 0deg) ;
	-o-transform: skew(-45deg, 0deg) ;
	-ms-transform: skew(-45deg, 0deg) ;
    margin-top: -40px;
    left: 80%;
	top:0px;
	box-shadow: 0px -70px 92px rgba(202,202,202,.4);
}

.footer-holder:after {
	content:"";
	position:absolute;
	height:45px;
	background-color:#EFEFEF;
    width: 100%;
	transform: skew(45deg, 0deg) ;
	-webkit-transform: skew(45deg, 0deg) ;
	-moz-transform: skew(45deg, 0deg) ;
	-o-transform: skew(45deg, 0deg) ;
	-ms-transform: skew(45deg, 0deg) ;
    margin-top: -40px;
    right: 80%;
	top:0px;
	box-shadow: 0px -70px 92px rgba(202,202,202,.4);
}

.footer-holder:after {
	/*content:"||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||";
	position:absolute;
	display:block;
	color:#EFEFEF;
	opacity:.5;
    font-size: 60px;
	top:-75px;
    right: -18px;
	transform: skew(-45deg, 0deg) ;
	-webkit-transform: skew(-45deg, 0deg) ;
	-moz-transform: skew(-45deg, 0deg) ;
	-o-transform: skew(-45deg, 0deg) ;
	-ms-transform: skew(-45deg, 0deg) ;
	z-index:-1;
	letter-spacing:11px;*/
}

.social {
	list-style:none;
	text-align:center;
	width:100%;
	margin:0;
	padding:0;
}

.social li {
	padding:0;
	margin:0;
	position:relative;
	display:inline-block;
}

.social li:before {
	display:none;
}

.social li div {
	width:30px;
	height:30px;
	background-size:100px 60px;
	background-repeat:no-repeat;
	background-image:url('img/social.png');
	margin-bottom:0px;
}

.social .facebook {
	background-position:0px 0px;
}

.social .linkedin {
	background-position:-36px 0px;
	margin-left:5px;
	margin-right:5px;
}

.social .youtube {
	background-position:-71px 0px;
}

.social .facebook:hover {
	background-position:0px -32px;
}

.social .linkedin:hover {
	background-position:-36px -32px;
}

.social .youtube:hover {
	background-position:-71px -32px;
}


.site-branding {
	width:220px;
	display:inline-block;
	vertical-align:top;
	margin:0px;
	/*float:left;*/
	position:relative;
	/*margin-top:22px;*/
}

.menu-toggle {
	background-image:url('img/menu.svg');
    background-size: 91px;
    background-position: center 0px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 20;
    display: block;
    top: 18px;
    right: 15px;
    width: 35px;
    height: 27px;
    cursor: pointer;
	display:none;
}

.menu-toggle:hover {
	background-position:center -42px;
}

nav.main-navigation {
	display:inline-block;
	vertical-align:top;
	/*float:right;*/
	width:auto;
	margin-top:0px;
	position:relative;
	top:0px;
	max-height:40px;
}

nav.main-navigation ul li a {
	padding: 12px 10px;
	padding-bottom:22px;
	font-family: "industry",sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color:#1d428a;
}

nav.main-navigation ul.sub-menu li a {
	color:#fff;
	padding: 6px 5px;
	padding-top:5px;
}

nav.main-navigation ul li a:hover {
	
}

nav.main-navigation ul li ul li a {
}

nav.main-navigation ul li a:after {
	content:"";
	display:block;
	position:absolute;
}

nav.main-navigation ul li:last-child a {
	
}

.menu-primary-menu-container {
	margin:0;
}

.menu-primary-menu-container #primary-menu {
	list-style:none;
	margin:0;
	padding:0;
	padding-left:120px;
}

.menu-primary-menu-container #primary-menu li {
	display:inline-block;
}

.menu-primary-menu-container #primary-menu li a {
	text-decoration:none;
    position: relative;
    display: block;
}

.menu-primary-menu-container #primary-menu li a:before {
    content: "\e800";
    font-family: 'fontello';
    position: absolute;
    display: block;
    font-size: 21px;
    margin-top: -9px;
    margin-left: -17px;
	opacity:0;
	color: #234388;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.menu-primary-menu-container #primary-menu li a:hover, .menu-primary-menu-container #primary-menu li:hover a {
	color:#e36933;
}

.menu-primary-menu-container #primary-menu li.current-menu-item a, .menu-primary-menu-container #primary-menu li.current-menu-item a, .menu-primary-menu-container #primary-menu li.current_page_ancestor a {
	color:#e36933;
}

.menu-primary-menu-container #primary-menu li:hover .sub-menu a {
	color:#fff;
}

.menu-primary-menu-container #primary-menu li.current-menu-item .sub-menu a, .menu-primary-menu-container #primary-menu li.current_page_ancestor .sub-menu a {
	color:#fff;
}


.menu-primary-menu-container #primary-menu li a:hover:before, .menu-primary-menu-container #primary-menu li:hover a:before {
	margin-left: -11px;
	opacity:1;
}

.menu-primary-menu-container #primary-menu li.current-menu-item a:before, .menu-primary-menu-container #primary-menu li.current_page_ancestor a:before {
	margin-left: -11px;
	opacity:1;
}



.menu-primary-menu-container #primary-menu li ul li a:before {
	content:"";
}

.menu-primary-menu-container #primary-menu li ul {
	display: block;
    position: absolute;
    background-color: #e36933;
    width: 100%;
    min-width: 650px;
    margin: 0px;
    padding: 0px;
	right:40px;
	margin-top:-51px;
    text-align: center;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	z-index:-1;
}

.menu-primary-menu-container #primary-menu li ul:before {
	content: "";
	position: absolute;
	height: 40px;
	background-color: #e36933;
	width: 50px;
	left: -22px;
	top: -13px;
	transform: skew(45deg, 0deg);
	-webkit-transform: skew(45deg, 0deg);
	-moz-transform: skew(45deg, 0deg);
	-o-transform: skew(45deg, 0deg);
	-ms-transform: skew(45deg, 0deg);
	z-index: 0;
}

.menu-primary-menu-container #primary-menu li ul:after {
	content: "";
	position: absolute;
	height: 40px;
	background-color: #e36933;
	width: 50px;
	right: -22px;
	top: -13px;
	transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	-moz-transform: skew(-45deg, 0deg);
	-o-transform: skew(-45deg, 0deg);
	-ms-transform: skew(-45deg, 0deg);
	z-index: 0;
}

.menu-primary-menu-container #primary-menu li:hover ul.sub-menu, .menu-primary-menu-container #primary-menu li:hover a, .menu-primary-menu-container #primary-menu li:hover a:before {
	transition-delay:0.15s;
}

.menu-primary-menu-container #primary-menu li ul.sub-menu, .menu-primary-menu-container #primary-menu li a, .menu-primary-menu-container #primary-menu li a:before {
	transition-delay:0.5s;
}

.menu-primary-menu-container #primary-menu li.menu-item-has-children:hover ul.sub-menu {
    margin-top:-1px;
}

/*.menu-primary-menu-container #primary-menu li.current-menu-item ul.sub-menu, .menu-primary-menu-container #primary-menu li.current_page_ancestor ul.sub-menu {
    right: 0;
	margin-top:0px;
}*/

.menu-primary-menu-container #primary-menu li ul.sub-menu li {
	
}


.menu-primary-menu-container #primary-menu li ul.sub-menu li a {
	text-decoration:none;
    position: relative;
    display: block;
	z-index:1;
	top:-25px; 
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	transition-delay:0.6s;
}

.menu-primary-menu-container #primary-menu li:hover ul.sub-menu li a {
	top:0px;
	transition-delay:0.20s;
	font-size: 10px;
    line-height: 16px;
}

.menu-primary-menu-container #primary-menu li ul.sub-menu li a:after {
	content:"";
	position:absolute;
	width:0px;
    height: 5px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	background-color:#af5026;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	z-index:3;
}

.menu-primary-menu-container #primary-menu li ul.sub-menu li a:hover:after {
	width:100%;
}

/*.menu-primary-menu-container #primary-menu li ul.sub-menu:after {
	display:none;
	content:"";
	width:100%;
	height:27px;
	background-color:#e36933;
	position:absolute;
	transform: skew(-45deg, 0deg) ;
	-webkit-transform: skew(-45deg, 0deg) ;
	-moz-transform: skew(-45deg, 0deg) ;
	-o-transform: skew(-45deg, 0deg) ;
	-ms-transform: skew(-45deg, 0deg) ;
	margin-left:-30px;
	left:100%;
	z-index:0;
}*/



.slick-slide {
	position:relative;
	overflow:hidden;
}

.slider-text-1 {
	background-image:url('img/slider-text-bg.png');
	background-size:100%;
	background-repeat:repeat-y;
    position: relative;
    max-width: 850px;
	margin:auto;
    display: block;
    color: #fff;
	padding:15px;
	top:95px;
	opacity:0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	transition-delay:.5s;
}



.slick-active .slider-text-1, .slick-active .slider-text-custom {
	opacity:1;
}


.slider-text-1 p, .slider-text-custom p {
	font-family: "industry",sans-serif;
	font-size:16px;
	font-weight:400;
	margin-top:0px;
	opacity:.7;
	color:#fff;
}

.slider-text-custom p, .slider-text-3 p, .slider-text-4 p  {
	margin-bottom:0px;
}

.slider-header-1 {
    position: relative;
    z-index: 15;
    width: 810px;
	top:85px;
    margin: auto;
	left:0px;
	right:0;
}


.dlhbowles-tagline {
	display:inline-block;
	vertical-align:middle;
	top:550px;
	opacity:0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	transition-delay:.5s;
    margin-bottom: 15px;
    margin-top: 11px;
}


.slick-active .dlhbowles-tagline {
	opacity:1;
	top:85px;
}

.dlhbowles-tagline span {
	font-family: "industry",sans-serif;
	font-size:37px;
	text-transform:uppercase;
	display:block;
	position:relative;
	color:#fff;
	line-height:40px;
	opacity:0;
	top:100px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.slick-active .slider-header-1 .dlhbowles-tagline span:nth-child(1)  {
	opacity:1;
	top:0px;
	transition-delay:.70s !important;
}
.slick-active .slider-header-1 .dlhbowles-tagline span:nth-child(2) {
	opacity:1;
	top:0px;
	transition-delay:.75s !important;
}
.slick-active .slider-header-1 .dlhbowles-tagline span:nth-child(3)  {
	opacity:1;
	top:0px;
	transition-delay:.8s !important;
}


.slider-header-1 span:after {
    content: "+";
    position: absolute;
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
    font-family: "industry",sans-serif;
    color: #e36933;
    font-size: 80px;
}

.slider-header-1 span:last-child:after {
	content:"";
}

.slider-header-1:before {
    /*content: "\e800";
    font-family: 'fontello';
    position: absolute;
    display: block;
    font-size: 340px;
    color: #fff;
    margin-left: -60px;
    top: -150px;
	opacity:.2;*/
}

.slider-inner {
    width: 930px;
    margin: auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
	z-index:15;
}

.slide-custom {
	text-align:center;
	top:85px;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	transition-delay:.5s;
}

.mobile-video-bg {
	display:none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    top: 0px;
    height: 510px;
}

.slick-active .slide-2, .slick-active .slide-3, .slick-active .slide-4 {
	
}

.slider-text-custom {
	background-image:url('img/slider-text-bg.png');
	background-size:100%;
	background-repeat:repeat-y;
    position: relative;
    max-width: 600px;
	margin:auto;
	left:0;
	right:0;
    display: block;
    color: #fff;
	padding:15px;
	opacity:1;
	margin-top:10px;
	margin-bottom:20px;
	transition-delay:.6s !important;
}

.slider-inner h2 {
    font-family: "din-condensed-web",sans-serif;
    color: #fff;
    font-size: 46px;
	line-height:75px;
    margin: 0px;
    text-transform: uppercase;
	position:relative;
	display:inline-block;
	transition-delay:.5s !important;
}

.slider-inner h2:before {
	content:"\e800";
	font-family: 'fontello';
	position:absolute;
	display:inline-block;
	font-size:85px;
    margin-left: -20px;
    opacity: .2;
    top: -42px;
	top:0px;
	font-weight:100;
}

.slider-inner h2:after {
	content:"\e801";
	font-family: 'fontello';
	position:absolute;
	display:inline-block;
	font-size:85px;
    margin-right: -20px;
    opacity: .2;
    top: -42px;
	top:0px;
	font-weight:100;
}


.slider-button {
	position:relative;
	transition-delay:.7s !important;
}

.slider-button a, .bucket-button a, .page-button a {
	padding:4px; 
	text-transform:uppercase;
	font-family: "industry",sans-serif;
	color:#234388;
	font-size:12px;
	text-decoration:none;
}


.slider-button .bracketed {
	padding-left:10px;
	padding-right:10px;
	margin-left:7px;
	color:#fff;
	opacity:.7;
    background-image: url('img/orange-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -175px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.slider-button .bracketed:before {
	font-size:30px;
	margin-top:-12px;
	margin-left:-2px;
	color: #c8c7c7;
	opacity:.5;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.slider-button .bracketed:hover {
	opacity:1;
}

.slider-button .bracketed:hover:before {
	opacity:1;
}

.slider-button .bracketed:after {
	content:"\e801";
	font-family: 'fontello';
	position:absolute;
	color: #c8c7c7;
	font-size:5px;
	opacity:0;
	margin-left:-50px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	
}

.slider-button .bracketed:hover:after {
	font-size:30px;
	opacity:1;	
	margin-left:10px;
	margin-top:-12px;
}

.slider-button .bracketed:hover {
	background-position-x:0px;
}

.slider-button a:hover, .bucket-button a:hover, .page-button a:hover {
	
}

.slide-custom .slider-button {
	display:inline-block;
}

.slide-custom h2, .slide-custom .slider-text-custom, .slide-custom .slider-button {
	top:500px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.slick-active .slide-custom h2, .slick-active .slide-custom .slider-text-custom, .slick-active .slide-custom .slider-button {
	top:0px;
}

.home-callout {
	position:relative;
	margin-bottom:30px;
	margin-top:10px;
}

.home-callout h3 {
	font-family: "industry",sans-serif;
	color:#1d428a;
	text-transform:uppercase;
	margin:0;
	font-size:22px;
	line-height:20px;
}

.slider-header-1 .dlhbowles-stacked {
	background-image:url('img/dlhbowles-stacked.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
    width: 360px;
    height: 205px;
	display:inline-block;
	vertical-align:middle;
}

.slide-custom .dlhbowles-stacked {
	background-image:url('img/dlhbowles-stacked.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
    width: 180px;
    height: 105px;
	display:inline-block;
	vertical-align:middle;
    display: block;
    margin: auto;
	margin-bottom:10px;
}


/*.bucket {
	width:100%;
	flex-basis:25%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0px;
	overflow:hidden;
}
*/

.bucket {
	width: 100%;
    flex-basis: 33%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0px;
    overflow: hidden;
    min-width: 270px;
    margin-bottom: 25px;
    max-width: 205px;
}

/*.bucket:first-child {
	padding-left:0px;
}

.bucket:last-child {
	padding-right:0px;
}*/

.bucket .image-overlay-title {
	position:absolute;
	top:43px;
	text-align:center;
	font-family: "industry",sans-serif;
	color:#fff;
	width: 100%;
	font-size:24px;
	text-transform:uppercase;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
	z-index:25;
	transform:scale(0,0);
}

.bucket .image-overlay-title span {
	opacity:0;
	transform:scale(.5,.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bucket a.bucket-image-link:hover .image-overlay-title {
	width:100%;
	transform:scale(1,1);
}

.bucket a.bucket-image-link:hover .image-overlay-title span {
	opacity:1;
	transition-delay:.25s;
	transform:scale(1,1);
}

.bucket a.bucket-image-link:hover .image-overlay-title:before, .bucket a.bucket-image-link:hover .image-overlay-title:after {
	opacity:1;
	transition-delay:.25s;
}

.bucket a.bucket-image-link:hover .image-overlay-title:before {
	margin-left:-15px;
}

.bucket a.bucket-image-link:hover .image-overlay-title:after {
	margin-left:5px;
}

.bucket .image-overlay-title:before {
    content: "\e800";
    font-family: 'fontello';
    position: absolute;
    display: inline-block;
    font-size: 31px;
    opacity: 1;
    top: -4px;
	opacity:0;
	margin-left:35px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bucket .image-overlay-title:after {
    content: "\e801";
    font-family: 'fontello';
    position: absolute;
    display: inline-block;
    font-size: 31px;
    opacity: 1;
    top: -4px;
	opacity:0;
	margin-left:-35px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bucket .bucket-image-link {
	position:relative;
	display:block;
}

.bucket .bucket-image-link .bucket-color {
	content:"";
	position:absolute;
	display:block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 45px 45px 0 0;
	border-color: #234388 transparent transparent transparent;
	z-index:1;
	opacity:.5;
	-webkit-transition: width 0.35s ease .25s, height 0.15s ease .35s, all 0.35s ease;
	-moz-transition: width 0.35s ease .25s, height 0.15s ease .35s, all 0.35s ease;
	-o-transition: width 0.35s ease .25s, height 0.15s ease .35s, all 0.35s ease;
	transition: width 0.35s ease .25s, height 0.15s ease .35s, all 0.35s ease;
}

.bucket .bucket-image-link .bucket-fill {
	position:absolute;
	width:0px;
	max-height:0px;
	height:100%;
	opacity:0;
	background-color:#234388;
	-webkit-transition: width 0.35s ease .25s, height 0.15s ease .35s, all 0.35s ease;
	-moz-transition: width 0.35s ease .25s, height 0.15s ease .35s, all 0.35s ease;
	-o-transition: width 0.35s ease .25s, height 0.15s ease .35s, all 0.35s ease;
	transition: width 0.35s ease .25s, height 0.15s ease .35s, all 0.35s ease;
	z-index:1;
}

.bucket .bucket-image-link:after {
    position:absolute; 
	left:-2px; 
	top:-2px; 
	content:'';
    border-top: 70px solid #fff;
    border-right: 70px solid transparent;
}


.bucket-text {
	padding-top:20px;
	padding-bottom:00px;
	width:100%;
	position:relative;
	display:block;
}

.bucket img {
	display:block;
	position:relative;
}

.bucket a.bucket-image-link:hover .bucket-color {
	width:0px;
	border-width:0px;
	height:0px;
	opacity:0;	
}

.bucket a.bucket-image-link:hover .bucket-fill {
	width:100%;
	max-height:160px;
	opacity:.5;
}



.bucket-button .bracketed {
	padding-left:10px;
	padding-right:10px;
	margin-left:7px;
    background-image: url('img/grey-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -160px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.bucket-button .bracketed:before {
	font-size:30px;
	margin-top:-11px;
	margin-left:-2px;
	color: #c8c7c7;
}

.bucket-button .bracketed:after {
	content:"\e801";
	font-family: 'fontello';
	position:absolute;
	color: #c8c7c7;
	font-size:5px;
	opacity:0;
	margin-left:-50px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	
}

.bucket-button .bracketed:hover:after {
	font-size:30px;
	opacity:1;	
	margin-left:10px;
	margin-top:-11px;
}

.bucket-button .bracketed:hover {
	background-position-x:0px;
}

.bucket-text h3 {
	font-family: "industry",sans-serif;
	color:#1d428a;
	text-transform:uppercase;
	margin:0;
	font-size:18px;
	line-height:15px;
	margin-bottom:10px;
}

.buckets-holder {
	position:relative;
	display:block;
	margin-bottom:20px;
	display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-holder .site-spacer {
	max-width:760px;
}


footer .site-info {
	padding-top:20px;
	padding-bottom:35px;
}

.footer-left {
	width:100%;
	margin:auto;
	position:relative;  
	display:inline-block;
	vertical-align:top;
	padding-left:0px;
	box-sizing: border-box;
}

/*.footer-center {
	width:360px;
	position:relative;
	display:inline-block;
	padding-left:0px;
	vertical-align:top;
	box-sizing: border-box;
	border-left:2px solid #cacaca;
	border-right:2px solid #cacaca;
	padding-left:25px;
}

.footer-right {
	width:181px;
	position:relative;
	display:inline-block;
	padding-left:0px;
	vertical-align:top;
	box-sizing: border-box;
	padding-left:25px;

}*/

.footer-left .menu-holder {
	width:100%;
	position:relative;
	display:inline-block;
	vertical-align:top;
}

.footer-left .menu-holder ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.footer-left .menu-holder ul li {
	list-style:none;
	display:inline-block;
	margin:0;
	padding:0;
	line-height:14px;
}

.footer-left .menu-holder ul li a {
	font-family: "industry",sans-serif;
	color:#1d428a;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	padding:0px 20px;
}

.footer-left .menu-holder ul li a:hover {
	color:#e36933
}

.footer-left .menu-holder ul li:after {
	content:"|";
	position:relative;
	right:0px;
	font-size:15px;
}

.footer-left .menu-holder ul li:last-child:after {
	content:"";
}

.footer-left .menu-holder ul li .sub-menu li a {
	color: #234388;
	line-height:15px;
}

.footer-left .menu-holder ul li .sub-menu li {
	line-height:15px;
}

.footer-left .menu-holder ul li .sub-menu li a:before {
   
}

footer .copyright {
	font-family: "industry",sans-serif;
	color:#234388;
	font-size:9px;
	position:relative;
	display:block;
	margin-top:0px;
	text-align:center;
}

footer span.contact-title {
	font-family: "industry",sans-serif;
	color:#e36933;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	position:relative;
	display:block;
}

footer .contact-holder {
	width:155px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
}

footer .footer-right .contact-holder  {
	width:100%;
}


footer .contact-holder .contact {
	font-family: "industry",sans-serif;
	color:#234388;
	font-size:13px;
	font-weight:300;
	width:100%;
	position:relative;
	display:inline-block;
}

footer .contact-holder .contact span {
	display:block;
	line-height:14px;
}

footer .contact-holder .contact span:first-child:before {
}

footer .contact-holder .area {
	width:48.5%;
	position:relative;
	display:inline-block;
	text-align:center;
}

footer span.phone-fax {
	margin-top:5px;
}

#breadcrumbs {
	font-family: "industry",sans-serif;
	color:#1d428a;	
	border-bottom:1px solid #cbd2e3;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
	margin-bottom:15px;
}

#breadcrumbs span {
	margin-left:20px
}

#breadcrumbs span:first-child {
	margin:0;
}

#breadcrumbs span a {
	text-decoration:none;
}

#breadcrumbs span a, #breadcrumbs span a:visited {
	color:#1d428a;
}

#breadcrumbs span a:hover {
	color:#dc582d;
}

#breadcrumbs span a:after {
	content: "";
    display: inline-block;
    position: absolute;
    margin-left: 8px;
    margin-top: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0px 4px 5px;
	border-color: transparent transparent transparent #9e9b9b;
}

span.breadcrumb_last {
	color:#dc582d;
}

header.entry-header h1 {
}

header.entry-header h1:after, header h1:after {
	content:"";
	position:relative;
	display:block;
	margin-top:8px;
	margin-bottom:25px;
	background-image:url('img/tick.png');
	background-repeat:repeat-x;
	background-size:6px 7px;
	width:100%;
	height:10px;
}

.entry-content .attachment-post-thumbnail {
	margin-bottom:20px;
	border:1px solid #c8c7c7;
}


.home .entry-content {
	margin-top:60px;
}

.page-template-page-one-column-php .entry-content {
	margin-top:0px;
}

.page-template-page-one-column-php #content {
	padding-top:50px;
}

.entry-content .left-content {
	width:74.5%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	color:#1f1e1e;
	padding-right:15px;
}

.entry-content .right-content {
	width:24.5%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding-left:15px;
}

.entry-content .left-content .features {
	width:39.5%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding-right:15px;
}

.entry-content .left-content .body-copy {
	width:59.5%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding-left:15px;
}

.entry-content .left-content .body-copy.no-featured-images {
	width:100%;
	padding-left:0px;
}

.entry-content .left-content .features.no-featured-images {
	margin-top:15px;
}


.entry-content .left-content.two-column  {
	width:100%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding-left:15px;
}

.entry-content .left-content .features .featured-caption-holder {
	background-color:#f1f2f3;
	font-family: "industry",sans-serif;
	font-size:12px;
	padding:10px;
}

.entry-content .left-content .features .feature-list h3 {
	color:#dc582d;
	font-family: "industry",sans-serif;
	font-size:17px;
	margin:12px 0px;
}

.entry-content .left-content .features .feature-list ul {
	margin:0;
	padding:0;
	font-size:12px;
	padding-left:15px;
	list-style:none;
	font-family: "industry",sans-serif;
}

.entry-content .left-content .features .feature-list ul li {
	margin-bottom:7px;
}

.entry-content .left-content .features .feature-list ul li:before {
	content: "";
    display: block;
    position: absolute;
    margin-left: -15px;
    margin-top: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0px 4px 5px;
    border-color: transparent transparent transparent #929292;
}

.entry-content .left-content .body-copy .product-callout-holder, .entry-content .full-content .body-copy .page-callout-holder {
	color:#dc582d;
	font-family: "industry",sans-serif;
	font-size:17px;
}

.entry-content .full-content .body-copy .page-callout-holder  {
	padding:55px 40px;
	text-align:left;
	position:relative;
	display:block;
}

.page-callout-holder h2 {
	margin-top:0px;
	margin-bottom:0px;
}

.entry-content .full-content .hero-image:after {

}

.entry-content .full-content .body-copy .page-callout-holder:before {
    content: "\e800";
    font-family: 'fontello';
    position: absolute;
    display: block;
    font-size: 135px;
    opacity: .2;
	left:0px;
	top:0px;
    margin-top: 0px;
    margin-left: -20px;
    color: #888;
}

.entry-content .full-content .body-copy .page-callout-holder:after {
    content: "\e801";
    font-family: 'fontello';
    position: absolute;
    display: block;
    font-size: 135px;
    opacity: .2;
	right:0px;
	top:0px;
    margin-top: 0px;
    margin-right: -20px;
    color: #888;
}

.entry-content .left-content .body-copy .product-callout-holder p, .entry-content .full-content .body-copy .page-callout-holder p  {
	margin:0px;
	line-height:19px;
	color:#e36933;
	font-size:18px;
}

.entry-content .left-content .body-copy, .entry-content .full-content .body-copy {
	color:#1f1e1e;
	font-family: "industry",sans-serif;
	font-size:14px;	
}

.entry-content .body-copy-holder {
	position:relative;
	margin-bottom:25px;
}

.entry-content .body-copy-left, .entry-content .body-copy-right {
	width:49.5%;
	box-sizing:border-box;
	position:relative;
	display:inline-block;
	vertical-align:top;
}

.entry-content .body-copy-middle {
	box-sizing:border-box;
	position:relative;
	display:inline-block;
	vertical-align:top;
}

.entry-content .three-column .body-copy-left, .entry-content .three-column  .body-copy-middle, .entry-content .three-column  .body-copy-right {
	width:32.5%;
}

.entry-content .body-copy-left {
	padding-right:20px;
}

.entry-content .body-copy-right {
	padding-left:20px;
}

.entry-content .three-column .body-copy-left {
	padding-right:13px;
} 

.entry-content .three-column .body-copy-middle {
	/*padding-left:13px;
	padding-right:13px;*/
} 

.entry-content .three-column .body-copy-right {
	padding-left:13px;
} 

.entry-content .full-content .body-copy {
	padding:0px 40px;
}

.entry-content .left-content .body-copy ul, .entry-content .full-content .body-copy ul {
	
}

.entry-content .left-content .body-copy ul li:before, .entry-content .full-content .body-copy ul li:before {
	
}

.entry-content .right-content ul {
	font-family: "industry",sans-serif;
	margin:0px;
	font-size:12px;
	color:#1d428a;
	padding:0;
	list-style:none;
	background-color:#fbfbfb;
	line-height:12px;
}


.entry-content .right-content ul li {
	margin-bottom:5px;
	padding: 3px 0px;
}

.entry-content .right-content ul a {
	text-decoration:none;
	color:#1d428a;
}



.entry-content .right-content ul.child-pages li > a {
	color:#1d428a;
	font-size:16px;
	line-height:15px;
	font-weight:600;
}

.entry-content .right-content ul.child-pages ul.children li > a {
	font-size:12px;
	font-weight:400;
}

.entry-content .right-content ul.child-pages li > a:hover {
	color:#dc582d;
}

.entry-content .right-content ul a:visited {
	color:#1d428a;
}

.entry-content .right-content ul a:hover {
	color:#dc582d;
}

.entry-content .right-content ul li:before {
	display:none;
}

.entry-content .alignleft {
	margin-right:10px;
}


.entry-content .right-content ul.child-pages li a:before {
	content: "";
    display: block;
    position: absolute;
    margin-left: -12px;
    margin-top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #dc582d transparent transparent transparent;
}

.entry-content .right-content ul li.page_item_has_children ul.children li a:before {
	content: "";
    display: block;
    position: absolute;
    margin-left: -10px;
    margin-top: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0px 4px 5px;
    border-color: transparent transparent transparent #c8c7c7;
}

.entry-content .right-content ul li.page_item_has_children ul.children li a:hover:before {
	border-color: transparent transparent transparent #dc582d;
}

.entry-content .toggle-sub-nav {
	display:none;
}

.entry-content .right-content ul.child-pages {
	padding:10px 0px 10px 15px;
}

.entry-content .right-content ul ul.children {
    padding-left: 30px;
    margin-left: -15px;
	background-color:#f2f2f2;
    padding-top: 5px;
	padding-bottom:5px;
    margin-top: 5px;
	margin-bottom:5px;
}

.entry-content .right-content ul li.current_page_item a {
	color:#dc582d;
}

.entry-content .right-content ul li.current_page_item ul.children li a {
	color:#1d428a;
}

.entry-content .right-content ul ul ul.children {
    padding-left: 45px;
    margin-left: -30px;
	background-color:#e4e4e4;
}

.entry-content .right-content ul li a {
	padding:10px 0px;
}

.entry-content .right-content ul.children .page_item_has_children ul.children {
	display:none;
}

.entry-content .right-content ul.children .page_item_has_children.current_page_item ul.children,
.entry-content .right-content ul.children .page_item_has_children.current_page_ancestor ul.children {
	display:block;
}

.entry-content .featured-image-holder {
	position:relative;
	overflow:hidden;
	text-align:center;
}

.entry-content .featured-image-holder img {
	margin:auto;
}


.entry-content .featured-image-holder:before {
	display:none;
	content:"";
	position: absolute;
	left: -2px;
	top: -2px;
	content: '';
	border-top: 70px solid #fff;
	border-right: 70px solid transparent;
}

.entry-content .featured-image-holder .section-color, .entry-content .featured-slider .section-color {
	//display:none;
	content:"";
	position: absolute;
    left: -83px;
    top: -15px;
    content: '';
	background-color:#1d428a;
    height: 95px;
    width: 105px;
	transform: skew(-45deg, 0deg) ;
	-webkit-transform: skew(-45deg, 0deg) ;
	-moz-transform: skew(-45deg, 0deg) ;
	-o-transform: skew(-45deg, 0deg) ;
	-ms-transform: skew(-45deg, 0deg) ;
	z-index:1;
}

.entry-content .left-child-page {
	width:34.5%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding-right:15px;
}

.entry-content .left-child-page img {
	width:100%;
}

.entry-content .right-child-page {
	width:64.5%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding-left:15px;
}

.entry-content .right-child-page h2 a {
	text-decoration:none;
	font-family: "industry",sans-serif;
	color:#dc582d;
	/*text-transform:uppercase;*/
	font-size:40px;
}

.entry-content .right-child-page h2 a:hover {
	color: #1d428a;	
}


.entry-content .right-child-page h2 {
	margin:0px;
	margin-bottom:20px;
	line-height:39px;
}

.entry-content .right-child-page .product-callout-holder {
	font-family: "industry",sans-serif;
	font-size:13px;
	color:#1f1e1e;
}

.entry-content .child-page {
	position:relative;
	margin-bottom:50px;
}

.header-video-holder { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

.header-video-holder iframe,
.header-video-holder object,
.header-video-holder embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.home-page-blog {
    padding: 55px 40px;
    text-align: left;
    position: relative;
    display: block;
    max-width: 730px;
    margin: auto;
}

.home-page-blog h3 {
	margin-top:0px;
	margin-bottom:0px;
	color:#1d428a;
	text-transform:uppercase;
}

.home-page-blog a.title-link {
	color: #dc582d;
	text-decoration:none;
	font-size:26px;
    line-height: 24px;
    position: relative;
    display: block;
    margin: 7px 0px;
}

.home-page-blog a.title-link:hover {
	text-decoration:underline;
}

.home-page-blog .bucket-button {
	margin-top:10px;
}

.home-page-blog:before {
    content: "\e800";
    font-family: 'fontello';
    position: absolute;
    display: block;
    font-size: 265px;
    line-height: 310px;
    opacity: .2;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-left: -70px;
    color: #888;
}

.home-page-blog:after {
    content: "\e801";
    font-family: 'fontello';
    position: absolute;
    display: block;
    font-size: 265px;
    line-height: 310px;
    opacity: .2;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    margin-right: -70px;
    color: #888;
}


/* BLOG */

.blog #primary, .single #primary, .search #primary, .archive #primary {
	width:69.5%;
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding-right:15px;
	box-sizing: border-box;
}

.blog #secondary, .single #secondary, .search #secondary, .archive #secondary {
	width:29.5%;
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding-left:15px;
	box-sizing: border-box;
}

.search #secondary {
	padding-top:85px;
}

#secondary h2.widget-title {
	color:#1d428a;
	font-size:22px;
	line-height:21px;
	font-weight:600;
	padding-left:15px;
}

#secondary h2.widget-title:before {
	content: "";
	display: block;
	position: absolute;
	margin-left: -12px;
	margin-top: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #dc582d transparent transparent transparent;
}

#secondary #recent-posts-2 ul {
	padding: 7px 15px;
	padding-left:30px;
	margin:0px;
	list-style:none;
	background-color:#EFEFEF;
}


#secondary #recent-posts-2 ul li:before {
	display:none;
}

#secondary #recent-posts-2 ul li a {
	color:#dc582d;
}

#secondary #recent-posts-2 ul li a:hover {
	color:#1d428a;
}

#secondary #recent-posts-2 ul li a:hover:before {
	border-color: transparent transparent transparent #1d428a;
}

#secondary #recent-posts-2 ul li a:before {
	content: "";
	display: block;
	position: absolute;
	margin-left: -12px;
	margin-top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0px 4px 5px;
	border-color: transparent transparent transparent #c8c7c7;
}

#secondary #search-2 .screen-reader-text {
	display:none;
}

/* CONTACT */

.gform_wrapper {
	background:#fefefe;
	padding: 30px 40px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	margin:20px 0px;
}

.entry-content .full-content .gform_body ul {
	padding-left:0;
	margin:0;
}

	.entry-content .full-content .gform_body ul li:before {
		display:none;
	}
	
	
.ginput_container_name input {
	width:49%;
}

.name_first label, .name_last label {
	display:none;
}

.ginput_container input {
	width:49%;
	background-color:#EFEFEF;
	font-size:14px;
	padding:7px;
}

	.ginput_container .name_last  {
		margin-left:5px;
	}

.ginput_container textarea {
	max-height:115px;
	background-color:#EFEFEF;
	font-size:14px;
	padding:7px;
	resize:none;
}

.gform_footer .gform_button {
	background-color:#1d428a;
	border:none;
	padding: 10px 30px;
	text-transform:uppercase;
	margin-left: 7px;
	box-shadow:none;
	text-shadow:none;
	color:#fff;
}

.gform_footer .gform_button:hover, .gform_footer .gform_button:focus {
	border:0px;
	box-shadow:none;
	outline:none;
	background-color:#163675;
}


/* POY */

p.larger-paragraph {
	font-size:17px;
}

.poy-button {
	position:relative;
	display:block;
	padding:12px 15px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	background-image:url('img/poy-button-bg2.png');
    background-size: 300px 100px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 300px;
    height: 50px;
    margin: 45px auto;
    line-height: 26px;
	font-size:17px;
}

a.poy-button:visited,
a.poy-button:focus {
	color:#fff;
}

a.poy-button:hover,
a.poy-button:visited:hover  {
	 background-position: 0px -50px;
	 color:#fff;
}

.poy-button:before {
	content: "\e800";
	font-family: 'fontello';
	position: absolute;
	display: block;
	font-size: 60px;
	line-height: 50px;
	opacity: 0;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: -50px;
	color: #888;
	transition:all .35s ease;
	-moz-transition:all .35s ease;
	-webkit-transition:all .35s ease;
}

.poy-button:after {
    content: "\e801";
    font-family: 'fontello';
    position: absolute;
    display: block;
    font-size: 60px;
    line-height:50px;
    opacity: 0;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    margin-right: -50px;
    color: #888;
	transition:all .35s ease;
	-moz-transition:all .35s ease;
	-webkit-transition:all .35s ease;
}


.poy-button:hover:before {
	opacity:.4;
	margin-left:-20px;
}

.poy-button:hover:after {
	opacity:.4;
	margin-right:-20px;
}

.poy2016 hr {
	margin:50px 0px;
}

.icon-container {
	display:flex;
	flex-wrap: wrap;
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
}

.icon-graphic {
	flex-basis:25%;
    height: 140px;
    width: 100%;
    background-size: 180px 100px;
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:center;
}

.icon-graphic.powertrain {
	background-image:url('/wp-content/uploads/2016/11/powertrain.png');
	background-image:url('/wp-content/uploads/2015/10/Home-Page-Bucket2-1.jpg');
}

.icon-graphic.powertrain h3 {
	color:#49b2a6;
}

.icon-graphic.washer {
	background-image:url('/wp-content/uploads/2016/11/washer.png');
	background-image:url('/wp-content/uploads/2015/10/Home-Page-Bucket1.jpg');
}

.icon-graphic.washer h3 {
	color:#007dc3;
}

.icon-graphic.sunroof {
	background-image:url('/wp-content/uploads/2016/11/sunroof.png');
	background-image:url('/wp-content/uploads/2015/10/Home-Page-Bucket4.jpg');
}

.icon-graphic.sunroof h3 {
	color:#f6c610;
}

.icon-graphic.specialty {
	background-image:url('/wp-content/uploads/2016/11/specialty.png');
	background-image:url('/wp-content/uploads/2015/10/Home-Page-Bucket3-2.jpg');
}

.icon-graphic.specialty h3 {
	color:#f05826;
}

.text-container {
	position:relative;
	text-align:center;
	max-width:600px;
	width:100%;
	margin:25px auto;
}

.text-container ul {
	padding:0px;
}

.text-container ul li:before {
	display:none;
}

.map-container h2 {
	text-align:center;
}

.map-container ul strong {
	color:#1d428a;
}

.map-container ul {
	margin:25px 0px;
	column-count:2;
	-webkit-column-count:2;
	-moz-column-count:2;
}

.map-container ul li {
	padding-right:5px;
}

.map-container .map {
    height:600px;
    width: 100%;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('/wp-content/uploads/2016/11/DLH-map-locations-update.png');
}

.approach-container {
	display:flex;
	flex-wrap: wrap;
}

.approach-graphic {
	position:relative;
	flex-basis:50%;
	width:100%;
	padding:15px;
	padding-left:45px;
	text-align:left;
}

.approach-graphic p {
	margin-top:0px;
}

.approach-graphic p:before {
	content:"";
	position: relative;
	display: block;
	margin-top: -5px;
	margin-bottom: 8px;
	background-image: url('img/tick.png');
	background-repeat: repeat-x;
	background-size: 6px 7px;
	width: 100%;
	height: 10px;
	opacity:.5;	
}

.approach-graphic:before {
	content:"";
	background-color:#1d428a;
    color: #fff;
    position: absolute;
    left: 0px;
    font-size: 16px;
    margin-top: -6px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.approach-graphic.financial:before {
	content:"1";
}
.approach-graphic.quality:before {
	content:"2";
}
.approach-graphic.customer:before {
	content:"3";
}
.approach-graphic.employee:before {
	content:"4";
}
.approach-graphic.environmental:before {
	content:"5";
}
.approach-graphic.industry:before {
	content:"6";
}
.approach-graphic.technological:before {
	content:"7";
}

/* HOLIDAY GREETINGS */

body.page-template-page-holiday {
	background-image:url('img/holiday-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.page-template-page-holiday #holiday-holder {
    display: block;
    position: relative;
    max-width: 1000px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

#holiday-holder .video-wrapper-holiday {
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: 625px;
	border:2px solid #97d1d4;
}
#holiday-holder .video-wrapper-holiday iframe,
#holiday-holder .video-wrapper-holiday object,
#holiday-holder .video-wrapper-holiday embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#holiday-holder .holiday-video {
	margin:auto;
	border-style: solid;
	border-width: 100px 90px 100px 90px;
	-moz-border-image: url('img/holiday-border.png') 152 152 181 141 stretch;
	-webkit-border-image: url('img/holiday-border.png') 152 152 181 141 stretch;
	-o-border-image: url('img/holiday-border.png') 152 152 181 141 stretch;
	border-image: url('img/holiday-border.png') 152 152 181 141 stretch;
}



@media screen and (max-width:1075px) {
	
	.slider-inner {
		width:100%;
	}
	
	.slider-header-1 {
		width:100%;
		max-width:800px;
	}
	
	.slider-header-1 .dlhbowles-stacked {
		width:310px;
	}
	
	.slider-header-1 span {
		
	}
	
	.slider-header-1 span:after {
		
	}
	
	.slider-header-1:before {
	
	}
	
	body.page-id-8 .slick-next {
		right:0px;
	}

	body.page-id-8 .slick-prev {
		left:0px;
	}
	
	.slider-text-1 p, .slider-text-custom p {
		
	}
		
	.slider-text-1 {
	    
	}
	
	#holiday-holder .video-wrapper-holiday {
		height:405px;
	}
	.page-template-page-holiday #holiday-holder{
		max-width:720px;
	}
}

@media screen and (max-width: 930px) {
	
	.buckets-holder {
		width:100%;
		max-width:700px;
		margin:auto;
	}
	
	
	.bucket .image-overlay-title {
		top:35%;
		font-size:17px;
	}
	
	.bucket .image-overlay-title:before, .bucket .image-overlay-title:after {
		top:-11px;
	}
	
	.home-page-blog {
		padding: 55px 30px;
	}
	
		.home-page-blog:before {
			margin-left:-40px;
		}
		
		.home-page-blog:after {
			margin-right:-40px;
		}
		
		
	.home .slick-list {
    	min-height: 500px;
	}	
	
	.slick-slide video {
	    width: auto;
	    height: 100%;
	    position: relative;
	}
		
	.icon-graphic {
		flex-basis:50%;
		height:120px;
		background-size: 160px 90px;
		margin-bottom:25px;
	}	
	
	.icon-graphic h3 {
		font-size:16px;
	}

	.menu-primary-menu-container #primary-menu {
		padding-left:100px;
	}
	
}


@media screen and (max-width: 768px) {
	
	.buckets-holder {
		max-width:100%;
	}
	
	.bucket-text {
		max-width:125px;
	}
	
	.home-page-blog {
		padding:40px 0px;
	}

	.home-page-blog:before, .home-page-blog:after {
		display:none;
	}
	
	.bucket .bucket-image-link .bucket-fill{
		max-height:400px;
		width:100%;
		opacity:0.5;
	}
	
	.bucket a.bucket-image-link:hover .bucket-fill {
		max-height:400px;
	}
	
	.bucket a.bucket-image-link:hover .bucket-color {
		border-width: 45px 45px 0 0;
		opacity:1;
	}
	
	.bucket a.bucket-image-link .image-overlay-title {
	    width: 100%;
	    transform: scale(1,1)
	}
	
	.bucket a.bucket-image-link .image-overlay-title:before {
	    margin-left: -15px;
		opacity:1;
		font-size: 35px;
	}
	
	.bucket a.bucket-image-link .image-overlay-title:after {
	    margin-left: 5px;
		opacity:1;
		font-size: 35px;
	}
	
	.bucket a.bucket-image-link .image-overlay-title span {
	    opacity: 1;
	    transition-delay: .25s;
	    transform: scale(1,1);
	}
	
	/* NAVIGATION */
	
	header#masthead {
		z-index:100;
	}
	
	.menu-toggle {
		display:block;
	}
	
	.menu-primary-menu-container #primary-menu li ul.sub-menu, .menu-primary-menu-container #primary-menu li a, .menu-primary-menu-container #primary-menu li a:before, .menu-primary-menu-container #primary-menu li ul.sub-menu li a {
		transition-delay:0s;
	}
	
	#site-navigation {
		display:block;
		position:absolute;
		max-height:none;
	    width: 100%;
	    left: 0px;
		top:55px;
		background-color:#DADADA;
	    max-height: 0px;
	    overflow: hidden;
		-webkit-transition: all 0.35s ease;
		-moz-transition: all 0.35s ease;
		-o-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}
	
		#site-navigation.active {
			max-height:500px;
		}
	
	.header-holder .site-spacer:after,
	.header-holder .site-spacer:before {
		display:none;
	}
	
	.header-holder .site-spacer {
		top:0px;
	}
	
	.site-title {
		margin:auto;
		margin-left:0px;
		display:inline-block;
	}
	
	
	.site-branding {
		width:100%;
		clear:both;
		float:none;
		padding: 8px 0px 4px 0px
	}
	
		.menu-primary-menu-container #primary-menu {
			padding-left:0px;
			width:100%;
			text-align:center;
			padding: 10px 0px;
		}
		
		.menu-primary-menu-container #primary-menu li {
		    display: block;
			width:100%;
		}
		
		
		.menu-primary-menu-container #primary-menu li a:before,
		.menu-primary-menu-container #primary-menu li a:after,
		.menu-primary-menu-container #primary-menu li ul:before,
		.menu-primary-menu-container #primary-menu li ul:after {
			display:none;
		}
		
		.menu-primary-menu-container #primary-menu li a {
			z-index:1000;
			margin-right:70px;
			padding-right:0px;
			padding-left:70px;
		}
		
		.menu-primary-menu-container #primary-menu li a:after:hover {
			background-color:red;
		}
		
		.menu-primary-menu-container #primary-menu li > ul {
			background-color:transparent;
			position:relative;
			display:block;
			left:0px;
			right:0px;
			top:0px;
			margin-top:0px;
			z-index:1;
			min-width:0px;
			overflow:hidden;
			max-height:40px;
			margin-top:-40px;
			padding-top:40px;
			-webkit-transition: all 0.35s ease;
			-moz-transition: all 0.35s ease;
			-o-transition: all 0.35s ease;
			transition: all 0.35s ease;
		}
		
			.menu-primary-menu-container #primary-menu li > ul.active {
				max-height:400px;
			}
		
			.menu-primary-menu-container #primary-menu li > ul li {
				background-color:#B1B1B1;
			}
			
			nav.main-navigation ul.sub-menu li a {
				padding:10px 20px;
			}
		
		.menu-primary-menu-container #primary-menu li ul:before {
			content:"\e803";
			display:block;
			background-color:transparent;
			font-family: 'fontello';
			color:#1d428a;
			width:40px;
			height:40px;
			position:absolute;
			right:10px;
			left:auto;
			top:0px;
			z-index:1000;
			transform:none;
			cursor:pointer;
			font-size:25px;
			-moz-transform:rotate(-90deg);
			-webkit-transform:rotate(-90deg);
			transform:rotate(-90deg);
		}
		
		.menu-primary-menu-container #primary-menu li ul.active:before{
			-moz-transform:rotate(90deg);
			-webkit-transform:rotate(90deg);
			transform:rotate(90deg);
			right:13px;
		}
		
		.menu-primary-menu-container #primary-menu li ul.sub-menu li a {
			top:0px;
		}
			
			.menu-primary-menu-container #primary-menu li ul.sub-menu li:hover {
				background-color:#dc582d;
			}
		
		.menu-primary-menu-container #primary-menu li.menu-item-has-children:hover ul.sub-menu {
			margin-top:-40px;
		}
		
		
		/* END NAVIGATION */
		
		
		.entry-content .right-content .toggle-sub-nav {
			color:#fff;
			height:30px;
			width:100%;
			max-width:240px;
			margin:0px;
			background-color:#999999;
			display:block;
			position:relative;
			cursor:pointer;
		}
		
		.entry-content .right-content .toggle-sub-nav:before {
			content:"Quicklink Navigation";
		    width: 100%;
		    text-align: center;
		    position: relative;
		    display: inline-block;
		    margin-top: 6px;
		}
		
		.entry-content .right-content ul li a {
			display:block;
			width:100%;
			padding:5px 0px;
		}
		
		.entry-content .right-content ul li {
			margin:0px;
			padding-bottom:0px;
		}
		
		.entry-content .right-content ul.child-pages {
		    padding: 0px;
		    padding-left: 30px;
		}
	
		.entry-content .right-content {
		    position: fixed;
		    bottom: 0px;
		    z-index: 100;
		    right: 0px;
		    width: 240px;
		    max-height: 30px;
			margin:0px;
		    padding: 0px;
			-webkit-transition: all 0.35s ease;
			-moz-transition: all 0.35s ease;
			-o-transition: all 0.35s ease;
			transition: all 0.35s ease;
			overflow:hidden;
		}
		
		.entry-content .right-content.active {
			max-height:100%;
			overflow:scroll;
		}
		
		.entry-content .left-content {
			width:100%;
		}
		
		.blog #primary, .single #primary, .search #primary, .archive #primary {
			width:100%;
			padding:0px;
		}
		
		.blog #secondary, .single #secondary, .search #secondary, .archive #secondary {
			width:100%;
			padding:0px;
		}
		
		.slick-slide video {
			width:auto;
		    height: 100%;
		    position: relative;
		    left: -50%;
		    right: -50%;
		}
	
		.video-slider {
			min-height:500px;
		}
	
		.home .slick-list {
			min-height:500px;
		}
	
		.slider-inner {
			width:100%;
		}
	
		.slider-inner h2 {
			font-size:45px;
			line-height:40px;
		}
	
		.slider-inner h2:before, .slider-inner h2:after {
			font-size:43px;
		}
	
		.slider-inner h2:before {
			margin-left:-20px;
		}
	
		.slider-inner h2:after {
			margin-right:-20px;
		}
	
		
		/*.header-holder .site-spacer:after {
			height: 50px;
			width: 200px;
			right: 30px;
		}

		.header-holder .site-spacer:before {
			height: 50px;
			width: 200px;
			left: 30px;
		}*/
	
	
		.slider-text-custom {
			max-width:300px;
			margin-top: 20px
		}
	
	
		.slider-text-1 p, .slider-text-custom p {
			font-size:12px;
		}
	
		.slider-header-1 span {
			font-size:40px;
			line-height:40px;
		}
	
		.slider-header-1 span:after {
			font-size:30px;
			margin-top:0px;
		}
	
		.slider-header-1 {
		    width: 100%;
		    max-width: 100%;
		    left: 0;
		    right: 0;
		    margin: auto;
		}
	
		.slider-header-1:before {
		    font-size: 150px;
		    margin-left: -40px;
		    top: -56px;
		}
	
		.slider-text-1 {
			max-width:75%;
		    right: 0px;
		    left: 0px;
		    top: 80px;
		    margin: auto;
		}
	
		.slide-custom {
			top:95px;
		}
		
		.slide-custom .dlhbowles-stacked {
			width:150px;
		}
	
		.mobile-video-bg {
			display:block;
		}
		
		video#video {
			display:none !important;
		}
		
		video::-webkit-media-controls {
		    display:none !important;
		}
		
		.map-container .map {
			height:470px;
		}
		
		#holiday-holder .holiday-video {
			border-width: 80px 90px;
		}
	
	
		#holiday-holder .video-wrapper-holiday {
			height:405px;
		}
		.page-template-page-holiday #holiday-holder{
			max-width:720px;
		}
}

@media screen and (max-width: 703px) {
	.slider-header-1 .dlhbowles-stacked {
	    width: 180px;
		height: 125px;
		display:block;
		margin:auto;
		margin-bottom:10px;
	}
	
	.slider-header-1 {
		max-width:400px;
		top:65px;
		text-align:center;
	}
	
	.slider-header-1 span {
	    font-size: 30px;
	    line-height: 30px;
	}
	
}

@media screen and (max-width: 550px) {
	
	#breadcrumbs {
		font-size:10px;
	}
	
	#breadcrumbs span a:after {
		margin-top: 3px;
		border-width: 3px 0px 3px 4px;
	}
	
	.buckets-holder {
		display:block;
	}
	
	.bucket {
	    max-width: 300px;
	    width: 100%;
	    margin-left: 0px;
	    margin: auto;
		margin-bottom:25px;
	    flex-basis: 100%;
	    position: relative;
	    display: block;
	}
	
	.bucket .image-overlay-title {
		top:35%;
		font-size:35px;
	}
	
	.bucket .image-overlay-title:before, .bucket .image-overlay-title:after {
		top:-1px;
	}
	
	.bucket:first-child {
		margin-left:auto;
	}
	
	.bucket:last-child {
		margin-right:auto;
	}
	
	.bucket-text  {
		max-width:100%;
	}
	
	.slick-slide video {
		width:auto;
	    height: 100%;
	    position: relative;
	    left: -50%;
	    right: -50%;
	}
	
	.video-slider {
		min-height:500px;
	}
	
	.home .slick-list {
		min-height:500px;
	}
	
	.slider-inner {
		width:100%;
	}
	
	.slider-inner h2 {
		font-size:30px;
		line-height:35px;
	}
	
	.slider-inner h2:before, .slider-inner h2:after {
		font-size:43px;
	}
	
	.slider-inner h2:before {
		margin-left:-20px;
	}
	
	.slider-inner h2:after {
		margin-right:-20px;
	}
	
	#holiday-holder .holiday-video {
	    border-width: 40px 40px;
	}
	
	#holiday-holder .video-wrapper-holiday {
		height:245px;
	}
	
		
	/*.header-holder .site-spacer:after {
		height: 50px;
		width: 200px;
		right: 30px;
	}

	.header-holder .site-spacer:before {
		height: 50px;
		width: 200px;
		left: 30px;
	}*/
	
	
	.slider-text-custom {
		max-width:300px;
		margin-top: 20px
	}
	
	
	.slider-text-1 p, .slider-text-custom p {
		font-size:12px;
	}
	
	.slider-header-1 span {
		font-size:25px;
		line-height:25px;
	}
	
	.slider-header-1 span:after {
		font-size:30px;
		margin-top:0px;
	}
	
	.slider-header-1 {
	    width: 100%;
	    max-width: 75%;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	
	.slider-header-1:before {
	    font-size: 130px;
	    margin-left: -30px;
	    top: -52px;
	}
	
	.slider-text-1 {
		max-width:85%;
	    right: 0px;
	    left: 0px;
	    top: 60px;
	    margin: auto;
	}
	
	/*.slick-active .slider-header-1 {
		top:55px;
	}*/
	
	.slide-custom {
		top:95px;
	}
	
	body.page-id-8 .slick-next {
		right:0px;
	}
	
	body.page-id-8 .slick-prev {
		left:0px;
	}
	
	.entry-content .left-content {
		width:100%;
		padding:0px;
	}
	
	
	.entry-content .left-child-page {
		width:100%;
		padding:0px;
	}
	
	.entry-content .right-child-page {
		width:100%;
		padding:0px;
	}
	
	.entry-content .featured-image-holder {
		max-width:300px;
		margin:auto;
	}
	
	.entry-content .left-content .body-copy,
	.entry-content .full-content .body-copy,
	.entry-content .left-content .features  {
		width:100%;
		padding:0px;
	}
	
	.entry-content .featured-image-holder {
		max-width:none;
	}
	
	.entry-content .featured-image-holder img {
		width:100%;
		max-width:none;
	}
	
	.entry-content .full-content .body-copy .page-callout-holder:before,
	.entry-content .full-content .body-copy .page-callout-holder:after {
		display:none;
	}
	
		
	.entry-content .full-content .body-copy .page-callout-holder {
		width:100%;
		padding:15px 15px;
	}
	
	.entry-content .body-copy-left, .entry-content .body-copy-right {
		width:100%;
		padding:0px;
	}
	
	.entry-content .three-column .body-copy-left, .entry-content .three-column .body-copy-middle, .entry-content .three-column .body-copy-right {
		width:100%;
		padding:0px;
	}
	
	.entry-content .body-copy-holder {
		margin-bottom:0px;
	}
	
	.approach-graphic {
		flex-basis:100%;
	}
	
	.map-container ul {
	    column-count: 1;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	}
	
	.map-container .map {
		height:350px;
	} 
	
	
}

