/*
	Theme Name: YWB-DJJ-Engineering
	Theme URI: http://ywbsandbox.co.uk/
	Description: This is a custom built child theme, based on the Genesis Framework, built by Your Web Business for DJJ Engineering.
	Author: Your Web Business
	Author URI: http://www.yourwebbusiness.co.uk
	
	Version: 1.0.0
	
	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
	
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/***********  Theme Colors *************/
/*
Hex: #324563 / rgb(50,69,99)
Hex: #172642 / rgb(23,38,66)
Hex: #455672 / rgb(69,86,114)
Hex: #7588A6 / rgb(117,136,166)
Hex: #A8BBD7 / rgb(168,187,215)
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
  font-family: 'ford-antenna-light';
  src: url('fonts/Antenna-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/Antenna-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Antenna-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Antenna-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Antenna-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #444;
	font-family: 'ford-antenna-light',arial,sans-serif;
	font-weight: 300;
	line-height: 1.625;
	letter-spacing: 0.05rem;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #31b2ed;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ececec;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'ford-antenna-light',arial,sans-serif;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 10px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
	border-radius: 6px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #aaa;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
input[type="radio"] {
	margin: 0 0.2rem 0.4rem;
}
::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #31b2ed;
	border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #333;
	color: #fff;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 12px;
}

.entry-content .button:hover,
.footer-widgets .button {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.search-container p{
	font-size: 8px;
	font-size:0.8rem;
	margin:0;
}
.search-container p span{
	font-style: italic;
}
.search-results .entry-content .hide_sc {
	display:none;
}
.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_1, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_2, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_12, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_13, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_14, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_15, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_16, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_17,
.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_13,
.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_12,
.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_20,
.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_21 {
    width: 50%;
}
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_1, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_2, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_12, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_13, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_14, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_15, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_16, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_17,
.ginput_container_name span,
.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_13,
.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_12,
.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_20,
.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_21 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}
.gform_wrapper #gform_1 .ginput_container_name span#input_1_10_3_container,
.gform_wrapper #gform_1 .ginput_container span#input_1_11_3_container,
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_1, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_12, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_15, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_16 {
    padding-left: 0;
    padding-right: 0.935rem;
}
.gform_wrapper #gform_1 .ginput_container_name span#input_1_10_6_container,
.gform_wrapper #gform_1 .ginput_container span#input_1_11_5_container,
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_2, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_13, 
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_14,
.gform_wrapper #gform_1 ul.gform_fields li.gfield#field_1_17 {
    padding-left: 0.935rem;
    padding-right: 0;
}
.gform_wrapper #gform_1 .ginput_container_name span,
.gform_wrapper #gform_1 ul.gform_fields li.gfield {
}
.gform_wrapper #gform_1 ul.gform_fields li.gfield {
}
.gform_wrapper #gform_1 textarea.large {
    height: 200px;
    width: 100%;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
.gform_wrapper.gf_browser_chrome select {
    padding: 10px 0 10px 5px;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], 
[type=email], [type=month], [type=number], [type=password], 
[type=search], [type=tel], [type=text], [type=time], 
[type=url], [type=week], textarea {
    height: auto;
    margin: 0;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, 
.gform_wrapper.gf_browser_chrome .ginput_complex select {
    margin-bottom: 0!important;
}
#extensions_message_2_14.active{
	padding-top: 3px;
	font-size: .813em;
    line-height: inherit;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 3px;
}
#extensions_message_2_14 {
    font-size: .813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    margin-bottom: 0px!important;
}
.gform_wrapper ul.gform_fields .gfield_radio li {
    display: inline;
	margin-right: 20px;
}
.gform_wrapper textarea.large {
    height: 260px!important;
}
.entry.form-container{
	background: #ADC0D9;
	background-color: #ADC0D9;
}
.position-interest p {
    line-height: 1.4;
    font-weight: 700;
    font-size: 1.2rem;
	margin-top: 10px;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    color: #FFF!important;
    background: rgba(0,0,0,.2)!important;
}
.site-inner .contact-details {
    margin-left: 0px;
}
.site-inner .contact-details li {
   list-style: none;
}
.site-inner .contact-details i {
   width:30px;
   float:left;
   line-height: 1.6;
   color:#FAA634;
}

.site-inner .contact-details a {
	color:#455672;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

div .lead, div.lead, .lead, p.lead {
    font-size: 155%;
    line-height: 1.6;
}
.mt0{margin-top:0!important;}
.mt1{margin-top:1rem!important;}
.mt2{margin-top:2rem!important;}
.mt3{margin-top:3rem!important;}
.mt4{margin-top:4rem!important;}
.mb0{margin-bottom:0!important;}
.mb1{margin-bottom:1rem!important;}
.mb2{margin-bottom:2rem!important;}
.mb3{margin-bottom:3rem!important;}
.mb4{margin-bottom:4rem!important;}

.site-container{
	background-color:#e4e9ec;
}

.wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding-right: .9375rem;
    padding-left: .9375rem;
}
.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	background-color: transparent;
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 40px;
}


#header-search {
	display: none;
	height: 0;
  	opacity: 0;
	overflow: hidden;
	transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

#header-search.is-visible {
	display: block;
	height: auto;
  	opacity: 1;
}

#header-search .search-container {
	padding:40px 20px;
	width:100%;
}
#header-search .search-container input[type=search] {
	width: 71%;
    margin-right: 12px;
    display: inline-block;
}
#header-search .search-container input[type=submit] {
	width: 110px;
    display: inline-block;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'ford-antenna-light',arial,sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 8px;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 28px;
}

h1.entry-title {
	font-size: 36px;
	margin: 0;
	border-bottom: 1px dashed #FAA634;
    padding-bottom: 10px;
    margin-bottom: 20px;
	color: #002D62;
}
h2.entry-title {
	font-size: 32px;
	margin: 0;
	border-bottom: 1px dashed #FAA634;
    padding-bottom: 8px;
    margin-bottom: 10px;
	color: #002D62;
}
.entry-title a,
.sidebar .widget-title a {
	color: #002D62;
}

.entry-title a:hover {
	color: #D1D5D8;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
	border-bottom: 1px solid #A8BBD7;
	font-size: 1.2rem;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.home-bottom .widget-title,
.sidebar .widget-title,
.sidebar .sidebar-module h4 {
	margin: 0;
	padding: 30px 40px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
	background: #002D62;
    color: #FFF;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
    font-weight: 400;
    text-align: center;
	padding-top:6px;
    font-size: 0.9rem;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}
.entry-content ul.links {
	margin-left:20px;
}
.entry-content .links li {
	list-style: none;
	list-style-type: none;
}
.entry-content .links i {
	margin-right:6px;
	color:#002d62;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget li {
	border-bottom: 1px dotted #FAA634;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry-title {
	font-size: 20px;
	margin: 0;
}

.featured-content .entry-content {
	padding: 40px;
}

.featured-content .alignnone {
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}
	
.featured-content img {
	margin-bottom: -7px;
}

.featured-content .more-link {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets  .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}


/*
---------------------------------------------------------------------------------------------------- */

/* Preloader
--------------------------------------------- */
	#preloader {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #002D62;
		height: 100%;
		z-index: 9999;
		overflow: hidden;
	}
	#status {
		background-image: url(https://www.djjengineering.com/wp-content/uploads/2018/06/DJJ-logo-bg-sm-v2.png);
    	background-size: 520px 140px;
		width: 520px;
		height: 140px;
		position: absolute;
		left: 50%;
		top: 50%;
		background-repeat: no-repeat;
		background-position: center;
		margin: -70px 0 0 -260px;
		z-index: 9999;
	}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
	margin: 0;
}

.site-container #genesis-responsive-slider {
	border-width: 0;
	padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
	float: none;
	text-align: center;
}

.site-container #genesis-responsive-slider li {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Accordion styles */
#accordion {
	margin-bottom:2rem;
}
#accordion p{
	margin-bottom: 0;
}
#accordion br {
	display:none;
}
#accordion [type=radio]+label {
    margin-left: 0;
    margin-right: 0;
}
#accordion .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #555;
  overflow: hidden;
}
#accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#accordion label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #16a085;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
#accordion .blue label {
  background: #002D62;
}
#accordion .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #FFF;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
#accordion .blue .tab-content {
  background: #FFF;
}
#accordion .tab-content p {
  margin: 1em;
}
/* :checked */
#accordion input:checked ~ .tab-content {
  max-height: 30em;
}
/* Icon */
#accordion label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
#accordion input[type=checkbox],
#accordion input[type=radio] {
  margin:0;
}
#accordion input[type=checkbox] + label::after {
  content: "+";
}
#accordion input[type=radio] + label::after {
  content: "\25BC";
}
#accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
#accordion input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
#accordion label {
    color: #FFF;
}
#accordion .tab-content ul {
    margin-top: 20px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #002D62;
	min-height: 140px;
}
.site-header .wrap {
	padding: 44px .9375rem;
}
.header-contact ul {
    list-style: none;
    margin: 0 0 5px 0;
}
.header-contact .social li {
    display: inline-block;
    margin: 0 6px;
    border: none;
}
.header-contact .social li:first-child {
    margin: 0 20px 0 0;
}
.enterprise-pro-orange .header-contact .social a {
    font-size: 1.25rem;
    color: #FAA634/*#ADC0D9*/;
    width: 36px;
    height: 36px;
    line-height: 34px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    border: 2px solid #FAA634/*#ADC0D9*/;
    text-decoration: none;
}
.enterprise-pro-orange .header-contact .social a:hover {
    color: #ADC0D9/*#FAA634*/;
    border: 2px solid #ADC0D9/*#FAA634*/;
}
.header-contact .fas, .entry-meta .fas, .entry-meta .far {
    margin-right: 9px;
}
.entry-time {
	margin-right: 25px;
}
.entry-meta .fas, .entry-meta .far {
    color: #FAA634;
}
.header-contact li.phone {
    margin-bottom: 2px;
}
.enterprise-pro-orange .header-contact a,
.header-contact .fas {
 	font-size: 1.25rem;
    color: #ADC0D9;
}
.enterprise-pro-orange .header-contact a:hover,
.header-contact .fas:hover {
    color: #FAA634;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 450px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'ford-antenna-light',arial,sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #31b2ed;
}

.header-image .site-title > a {
	background-size: contain!important;
    background-position: left center !important;
	float: left;
	min-height: 100px;
	width: 100%;
    height: auto;
}

.site-description {
	color: #aaa;
	font-family: 'ford-antenna-light',arial,sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 460px;
}

.site-header .widget-area .widget:last-of-type,
.site-header .widget-area .widget:last-of-type .search-form {
	margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'ford-antenna-light',arial,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu a {
	color: #333;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 14px 22px /*20px 22px*/;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #31b2ed;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #ececec;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 16px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	/*padding--left: 0*/;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	color: #333;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #FAA634;
}

.nav-primary,
.nav-primary a {
	color: #fff;
}

.nav-primary .sub-menu {
	border-color: #002D62;
}

.nav-primary .sub-menu a {
	background-color: #002D62;
	border-color: #002D62;
	color: #fff;
}
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover, 
.enterprise-pro-orange .genesis-nav-menu a:hover {
	background-color: #002D62/*#D1D5D8*/;
	border-color: #002D62;
    color: #FFF;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #31b2ed;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 26px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
	border-top: 1px solid #FAA634;
	position: relative;
    float: left;
    width: 100%;
}

.home-top .widget:first-child h4 {
	padding-top: 20px;
}

.home-top .entry {
	background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
	margin-bottom: 0;
}

.home-top a.alignleft, 
.home-top a.alignright {
	width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top .featured-content .entry-header {
	border: none;
	padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-top .featured-content .entry-content {
	padding: 0 40px;
}

.home-top .more-link {
	display: table;
	text-align: center;
}

/*.home-bottom .widget {
	background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	float: left;
	margin-left: 2.564102564102564%;
	padding: 40px;
	width: 31.623931623931625%;
}

.home-bottom .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}*/

.home-intro,.home-about,.home-quality {
	position:relative;
    float: left;
    width: 100%;
    padding: 60px 20px 30px;
    background-color: #455672;
    color: #fff;
	margin-bottom:0;
	z-index: 2000;
}
.home-intro h1,.home-intro h2,.home-about h2,.home-about h3,
.home-quality h1,.home-quality h2,.home-quality h3 {
    color: #fff;
}
.home-intro h1 {
    margin-bottom:22px;
}
.home-intro h2,.home-about h2,.home-about h3 {
    margin-bottom:22px;
}
.home-quality img {
	max-width:340px;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px 25px;
	margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
	border-radius: 6px;
}
.entry-content {
    padding: 40px 0 10px;
}
.entry-header {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}
.entry-content p.lead,
.entry-content .lead {
	text-align: center;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}
.entry-content .content-2 ul,
.entry-content .content-3 ul {
	margin-left: 0px;
	padding-left:40px;
}
.entry-content .content-2 ul.wdth,
.entry-content .content-3 ul.wdth {
	max-width: 45%;
	display:inline-block;
}
.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.content-holder {
    background: #FFF;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 60px 20px 30px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.page-gallery {
	width: 55%;
}
.page-gallery.video {
	width: 520px;
}
.page-gallery.full {
	width: 100%;
}
.page-gallery p {
	display:none;
}
.page-gallery.left {
	float: left;
	padding: 0px 20px 20px 0;
}
.page-gallery.right {
	float: right; 
	padding: 0px 0 20px 20px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	margin-top: 22px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ececec;
	margin: 0 -40px;
	padding: 40px 40px 0;
}

.entry-tags {
	float: right;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #31b2ed;
	color: #fff;
}

.entry-pagination.pagination {
	margin: 0 0 10px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 40px 40px 0;
}

.comment-list li li {
	padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-family: 'ford-antenna-light',arial,sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #31b2ed;
}

.ping-list li {
	padding: 40px 40px 16px;
}

.entry-pings .reply {
	display: none;
}

.comment-reply-link {
	font-family: 'ford-antenna-light',arial,sans-serif;
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


.cta {
	background:#002D62;
	padding:40px 20px 20px;
	margin: 20px 0;
	text-align:center;
	border-radius: 6px;
	color:#FFF;
}
.cta p {
	font-size: 1.4rem;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 0;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -ms-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.sidebar .widget .widget-wrap > ul,
.sidebar .widget .widget-wrap ul.postsbycategory {
    padding: 30px;
}
.sidebar .menu-primary-navigation-container ul,
.sidebar .sidebar-module ul{
	margin-left:0;
}
.sidebar .menu-primary-navigation-container > ul > li{
	display:none;
}
.sidebar .menu-primary-navigation-container .sub-menu li,
.sidebar .sidebar-module .case-study li{
	list-style: none;
	border-bottom: 1px dashed #002D62;
	padding:7px;
}
.sidebar .sidebar-module .case-study li {
	margin:2rem 0 1rem;
}
.sidebar .menu-primary-navigation-container > ul > li.menu-item-has-children {
 	display:block;
}
.sidebar .post-date {
    display: block;
	font-size:14px;
}
.sidebar .post-date:before {
	color: #FAA634; 
	display: inline-block;
	-webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-family: dashicons;
	vertical-align: top;
	margin-right: 5px;
	margin-right: 0.5rem;
}
.sidebar .post-date:before {
	font-family: "Font Awesome\ 5 Pro"; 
	content: "\f073"; /* FontAwesome  calendar */
    font-weight: 500;
}
.sidebar .menu .menu-item-has-children > a {
	font-size: 1.3rem;
	margin: 1.5rem 0 1rem;
    float: left;
    width: 100%;
}
/*.sidebar .menu a::before {
	font-family: "Font Awesome\ 5 Pro"; 
	font-weight: 500; 
	content: "\f054";
	margin-right: 0.5rem;
}*/
.sidebar .menu .sub-menu a::before {
	font-family: "Font Awesome\ 5 Pro"; 
	font-weight: 500; 
	content: "\f101";
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.sidebar .menu .menu-item-has-children > a {
    font-size: 1.3rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	color:#D1D5D8;
	background-color: #002D62;
	border-top: 5px solid #FAA634;
	clear: both;
	padding-top: 40px;
}
.footer-widgets h4 {
	font-weight: 600;
    color: #D1D5D8;
}
.footer-widgets input {
	border: 1px solid #333;
}
.footer-widgets ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
}
.footer-widgets ul ul {
    display: none;
}
.footer-widgets li {
    border-bottom: 1px dashed #D1D5D8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.footer-widgets-1,
 {
	width: 100%;
}

.footer-widgets .contact-details i.fas {
    font-size: 1.1rem;
    margin-right: 9px;
}
.footer-widgets .social a {
    font-size: 1.3rem;
    color: #FAA634;
    width: 36px;
    height: 36px;
    line-height: 34px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    border: 2px solid #FAA634;
    text-decoration: none;
}
.footer-widgets .social a:hover {
    color: #D1D5D8;
    border: 2px solid #D1D5D8;
}
.footer-widgets .social li {
    display: inline-block;
    margin: 0 6px;
    border: none;
}
.footer-widgets .social li:first-child {
    margin: 0 6px 0 0;
}
.footer-widgets .social li.Search {
    display:none;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
background-color: #455672;
    border-top: 3px solid #FAA634;
    color: #D1D5D8;
	/*	background-color: #7588A6;
	border-top: 3px solid #FAA634;
	color: #aaa;*/
	font-size: 12px;
	letter-spacing: 1px;
	padding: 40px 0;
	text-align: center;
	text-transform: none;
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #31b2ed;
}

.site-footer p {
	margin-bottom: 0;
    line-height: 2.2;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange .genesis-nav-menu.menu-secondary .menu-item > a,
.enterprise-pro-orange a {
	color: #FAA634;
}
.enterprise-pro-orange .genesis-nav-menu.menu-secondary .current-menu-item > a {
	color: #D1D5D8;
}
.enterprise-pro-orange .entry-title a{
	color:#002D62;
}

.enterprise-pro-orange .footer-widgets a,
.enterprise-pro-orange .site-footer a {
	color: #FAA634;
}
.enterprise-pro-orange .footer-widgets a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .genesis-nav-menu.menu-secondary .menu-item > a:hover {
    color: #D1D5D8;
}
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a{
	background: transparent /*#D1D5D8*/;
	color:#002D62;
}
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a{
	background: #D1D5D8;
	color:#002D62;
}
.enterprise-pro-orange .genesis-nav-menu.menu-secondary .menu-item > a:hover {
    background-color: transparent;
    border-color: transparent;
}
.enterprise-pro-orange .comment-meta a {
	color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
	color: #333;
}
.enterprise-pro-orange .cta a:hover {
	color:#D1D5D8;
}
.enterprise-pro-orange .nav-primary a {
	color: #fff;
}
.enterprise-pro-orange .nav-primary a:hover {
	color: #FFF/*#455672*/;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
	background-color: #FAA634;
	color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Homepage Slider */
.homepage-banner-area{
	position: relative;
}
.homepage-banner-1 {
    height: 490px;
	background-color:#FFFFFF;
}
.homepage-banner-1 #layerslider_1 img {
	background-color:#FFFFFF;
}
.homepage-banner-1 #layerslider_1 img {
    max-width:100%!important;
}
.homepage-banner-1 .slide_caption{
    position: absolute!important;
    top: 10%!important;
    left: 12%!important;
    width: 520px!important/*mb 460px!important*/;
	white-space: normal!important;
}
.homepage-banner-1 img{
    position: absolute!important;
    top: 0%!important;
    right: 0%!important;
	left:53%!important;
    width: 520px!important/*mb 460px!important*/;
	height:auto!important;
	white-space: normal!important;
}
.homepage-banner-1 img.prototypes{
	left:46%!important;
    width: 620px!important/*mb 460px!important*/;
}
.homepage-banner-1 .light .slide_caption_inner {
    background: none/*background: rgba(199, 211, 229, 0.75)*/;
}
.homepage-banner-1 .dark .slide_caption_inner {
	background:rgba(0, 45, 98, 0.64);
}
.homepage-banner-1 .slide_caption .caption_text {
	padding: 30px 0 0 75px;
}
.homepage-banner-1 .dark .slide_caption_inner p {
	color:#FFF;
}
.homepage-banner-1 .caption_text.sm h2 {
	font-size:3.4rem/*mb font-size:2rem*/;
}
.homepage-banner-1 .caption_text.md h2 {
	font-size:3.8rem/*mb font-size:2rem*/;
}
.homepage-banner-1 .caption_text.lg h2 {
	font-size:4rem/*mb font-size:2rem*/;
}
.homepage-banner-1 .caption_text p {
	font-size:1.5rem;
	display:none;/*mb*/
}
.homepage-banner-1 .light .slide_caption_inner h2 {
	color:#002D62;/*mb*/
}
.homepage-banner-1 .dark .slide_caption_inner h2 {
	color:#FFF;
}
.homepage-banner-1 .light .slide_caption_inner p {
	color:#002D62;
}
.homepage-banner-1 .dark .slide_caption_inner p {
	color:#FFF;
}
.homepage-banner-1 .slide_caption .caption_button a.button.primary{
	width:100%;
	margin:0;
	padding: 25px 0px;
    background-color: rgba(250, 166, 52, 0.8);
	display:none;/*mb*/
}
/*** Header Banner Images ***/
.header-banner {
	position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border-bottom: 4px solid #FAA634;
}
.overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 45, 98, 0.5);
}
.bannercontent {
    padding: 100px 0;
	position:relative;
}
.head-content {
    width: auto;
    padding: 30px;
    background: transparent;
}
.head-content h1 {
    color: #FFF;
	margin:0;
} 
.partners {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}
.partners .slick-slider {
	width: 100%;
    margin: 0 auto;
}
.partners .slick-slider img {
    max-width: 200px;
}
.partners-scroller {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 2rem 0;
}
.partners-scroller {
    margin: 0 auto;
}
.partners-scroller .partner img {
    max-width: 200px;
}
.partner{
	display:inline-block;
	margin:0 4%;
}
.partner img {
	padding:0 10%;
}
.lswss-logo-showcase.lswss-center .slick-slide {
    opacity: 1;
    transform: scale(1);
}
.lswss-logo-showcase {
    padding: 0px 100px;
}
/*---------------*/
/***** Hover Over *****/
/*---------------*/

/* Common style */
.grid {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.home-top .grid {
	padding: 4em 0 0;
}
.home-bottom .grid {
	padding: 2em 0;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0;
	max-height: 285px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.home-top .grid figure {
	max-height: 285px;
}
.home-bottom .grid figure {
	max-height: 600px;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
	width: 100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.services.grid figure figcaption {
	padding: 1.8em;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	color:#FFF;
	font-size: 2.4em /*1.5rem*/;
	word-spacing: 0.1rem;
	font-weight: 300;
}
.services.grid figure h2 {
    font-size: 2.1rem;
}
.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	padding:0 15px;
}

/******************************/
/***** DJJ Hover Effect 1 *****/
/******************************/
figure.effect-djj {
	background: #002D62;
}

figure.effect-djj img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-djj:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-djj figcaption {
	text-align: left;
}

figure.effect-djj h2 {
	position: relative;
	overflow: hidden;
	padding: 0 0 0.5em 0;
}

figure.effect-djj h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-djj:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-djj p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-djj:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/******************************/
/***** DJJ Hover Effect 2 *****/
/******************************/

figure.effect-djj2 {
	background: -webkit-linear-gradient(45deg, #002d62 0%,#455672 40%,#7588A6 100%);
	background: linear-gradient(45deg, #002d62 0%,#455672 40%,#7588A6 100%);
}

figure.effect-djj2 img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-djj2 figcaption {
	padding: 2rem 1em;
	background-color: rgba(0, 45, 98, 0.4);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-djj2 figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-djj2 h2 {
	margin: 17% 0 10px 0;
	font-size:2.2rem;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-djj2 figcaption::before,
figure.effect-djj2 p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-djj2:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-djj2:hover figcaption::before,
figure.effect-djj2:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-djj2:hover figcaption {
	background-color: rgba(0, 45, 98, 0.6);
}

figure.effect-djj2:hover img {
	opacity: 0.7;
}



/***********  Theme Colors *************/
/*
Hex: #002d62 / rgb(0, 45, 98) - DJJ Blue
Hex: #324563 / rgb(50,69,99)
Hex: #172642 / rgb(23,38,66)
Hex: #455672 / rgb(69,86,114)
Hex: #7588A6 / rgb(117,136,166)
Hex: #A8BBD7 / rgb(168,187,215)
#D1D5D8
*/
.homepage-banner-area #flags {
	display:block;
	-moz-transition:    opacity 1s ease-in-out;
	-ms-transition:     opacity 1s ease-in-out;
	-o-transition:      opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	transition:         opacity 1s ease-in-out;
	opacity:1;
}
.homepage-banner-area .flags-container {
	display:none;
}
.flags-container {
    width: 206px;
    position: relative;
    float: right;
}
.flags-container #flags {
	width:206px;
	right: 0;
    z-index: -1;
    background: #FFF;
	max-height: 560px;
}
.homepage-banner-area #flags {
	width:140px;
	max-height: 560px;
    z-index: 3;
    background: #FFF;
	right: 0;
}
#flags ul{
	padding: 8px 4px 2px;
}
.flags-container #flags ul {
    padding: 10px 4px 4px;
}
.flags-container #flags.size24 a {
    margin: 3px 5px;
}
.flags-button {
	width:100%;
	text-align: center;
    margin-top: -46px;
}
.flags-button button {
	padding: 10px 14px;
    background: #002D62;
    border: 2px solid #002D62;
    float: right;
    margin-right: 0.935rem;
}
.flags-button button:hover {
	background: transparent;
}
#flagsopenbutton{
	display:block;
	opacity:1;
}
#flagsclosebutton{
	display:none;
	opacity:0;
}
.genesis-nav-menu a {
    padding: 14px 20px;
}
.automech h2 {
	padding: 50px 0 30px;
	line-height: 2;
}
.grid figure img.homepage-services-sm {
	display:none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}
@media only screen and (max-width: 1699px) {
	.homepage-banner-1 .slide_caption{
		position: absolute!important;
		top: 10%!important;
		left: 2%!important;
		width: 550px!important/*mb 460px!important*/;
	}
	.homepage-banner-1 img{
		top: 3%!important;
		right: 0%!important;
		left:57%!important;
		width: 470px!important/*mb 460px!important*/;
		height:auto!important;
	}
}
@media only screen and (max-width: 1499px) {
	.homepage-banner-1 .slide_caption{
		top: 10%!important;
		left: 2%!important;
		width: 550px!important/*mb 460px!important*/;
	}
	.homepage-banner-1 img{
		top: 4%!important;
		right: 6%!important;
		left:55%!important;
		width: 460px!important/*mb 460px!important*/;
	}
	.homepage-banner-1 img.prototypes{
		left:44%!important;
		width: 620px!important/*mb 460px!important*/;
	}
	.homepage-banner-1 .caption_text.lg h2{
		font-size: 3.6rem;
}
@media only screen and (max-width: 1360px) {
	.homepage-banner-1 {
    	height: 452px;
	}
	.homepage-banner-1 .slide_caption{
		top: 10%!important;
		left: -2%!important;
		width: 440px!important/*mb 460px!important*/;
	}
	.homepage-banner-1 .layerslider_16,.homepage-banner-1 .ls-wp-fullwidth-container {
		height:460px!important;
	}
	.homepage-banner-1 .caption_text.lg h2{
		font-size: 3.4rem;
	}
	.homepage-banner-1 img{
		top: 4%!important;
		right: 12%!important;
		left:50%!important;
		width: 420px!important/*mb 460px!important*/;
		height:auto!important;
	}
	.homepage-banner-1 img.prototypes{
		left:37%!important;
		width: 580px!important/*mb 460px!important*/;
	}
	#flags.size24 a {
		margin: 3px 5px;
	}
	.partners .slick-slider img {
		max-width: 200px;
	}
	.lswss-logo-showcase {
		padding: 0px 70px;
	}
}
@media only screen and (max-width: 1200px) {
	.homepage-banner-1 img.prototypes{
		left:34%!important;
		width: 580px!important/*mb 460px!important*/;
	}
}


@media only screen and (max-width: 1139px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 32px;
	}	
	div .lead, div.lead, .lead, p.lead {
		font-size: 147%;
		line-height: 1.53;
	}
	#status {
    	background-size: 422px 119px;
		width: 442px;
		height: 119px;
		margin: -60px 0 0 -221px;
	}	
	.wrap {
		max-width: 1024px;
	}
	.genesis-nav-menu a {
		padding: 14px 16px;
	}
	.flags-container #flags ul {
    	padding: 8px 4px 1px;
	}
	.flags-button button {
		font-size: 14px;
    	padding: 10px 10px;
	}
	#flags.size24 a {
		margin: 1px 3px;
	}
	.homepage-banner-1, .homepage-banner-1 .layerslider_16,
	.homepage-banner-1 .ls-wp-fullwidth-container {
		height:420px!important;
	}
	.homepage-banner-1 .slide_caption{
		top: 8%!important;
		left: -4%!important;
	}
	.homepage-banner-1 img{
		top: 10%!important;
		right: 8%!important;
		left:48%!important;
		width: 380px!important/*mb 460px!important*/;
		height:auto!important;
	}
	.homepage-banner-1 .caption_text.lg h2{
		font-size: 2.8rem;
	}
	.homepage-banner-1 img.prototypes{
		left:30%!important;
		width: 560px!important/*mb 460px!important*/;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.content {
		width: 620px;
	}
	.site-header .widget-area {
		width: 460px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 31.5%;
	}
	.grid figure h2 {
    	font-size: 2rem /*1.5rem*/;
	}
	.services.grid figure h2 {
		font-size: 1.8rem;
	}
	.automech h2 {
		padding: 20px 0 20px;
		line-height: 1.6;
	}
	.partners .slick-slider img {
		max-width: 180px;
	}
	.lswss-logo-showcase {
		padding: 0px 40px;
	}
}

@media only screen and (max-width: 1023px) {

	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}	
	div .lead, div.lead, .lead, p.lead {
		font-size: 137%;
		line-height: 1.5;
	}
	#status {
    	background-size: 390px 105px;
		width: 390px;
		height: 105px;
		margin: -52px 0 0 -195px;
	}	
	.wrap {
		max-width: 960px;
	}
	
	.home-top .wrap {
		max-width: 960px;
	}

	.site-header .wrap {
		padding: 20px .9375rem;
	}
	.header-image .site-title > a {
		background-size: contain!important;
		background-position: left center !important;
		float: left;
		min-height: 100px;
		width: 400px;
		height: auto;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.genesis-nav-menu a {
		display: block;
		padding: 14px 13px;
	}
	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	.flags-container #flags ul {
    	padding: 2px 4px 0px;
	}
	.flags-button button {
		padding: 7px 9px;
		margin-top: 6px;
	}
	.featured-content .alignnone {
		display: block;
		text-align: center;
	}
	.homepage-banner-1,.homepage-banner-1 .layerslider_16,
	.homepage-banner-1 .ls-wp-fullwidth-container {
		height:420px!important;
	}
	.homepage-banner-1 .slide_caption{
		top: 6%!important;
		left: -4%!important;
		width: 480px;
	}
	.homepage-banner-1 img{
		top: 8%!important;
		right: 8%!important;
		left:45%!important;
		width: 380px!important/*mb 460px!important*/;
		height:auto!important;
	}
	.homepage-banner-1 img.prototypes{
		left:30%!important;
		width: 500px!important/*mb 460px!important*/;
	}
	.homepage-banner-1 .caption_text.lg h2{
		font-size: 2.6rem;
	}
	
	.home-top a.alignleft, 
	.home-top a.alignright {
		width: 100%;
	}
	
	.home-top .featured-content .entry-header {
		clear: both;
		padding: 40px 40px 0;
	}
	
	.home-top .featured-content .entry-content {
		padding: 0 40px 40px;
	}
	.home-top .grid figure figcaption {
    	padding: 1em;
	}
	.grid figure h2 {
		margin: 16% 0 10px 0;
    	font-size: 1.8rem /*1.5rem*/;
	}
	.home-top .grid figure h2 {
		margin: 8% 0 5px 0;
	}
	.services.grid figure h2 {
		font-size: 1.6rem;
	}	
	.automech h2 {
		padding: 30px 0 20px;
		line-height: 1.7;
	}
	.partners {
		padding: 2..4rem 0;
	}
	.partners .slick-slider img {
		max-width: 160px;
	}
	.lswss-logo-showcase {
		padding: 0px 30px;
	}

}

@media only screen and (max-width: 959px) {
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	site-title {
		width: 320px;
		margin: 0 auto;
	}	
	.header-image .site-title > a {
		background-position: center !important;
		min-height: 70px;
		width: 100%;
		margin-bottom: 15px;
	}
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	.homepage-banner-1,#layerslider_16 {
    	height: 390px!important;
	}
	.homepage-banner-1 .slide_caption {
		top: 3%!important;
		left: -5%!important;
		width: 460px;
	}	
	.homepage-banner-1 img {
		top: 12%!important;
		right: 8%!important;
		left: 42%!important;
		width: 340px!important/*mb 460px!important*/;
	}	
	.homepage-banner-1 img.prototypes{
		left:18%!important;
		width: 460px!important/*mb 460px!important*/;
	}
	.homepage-banner-1 .caption_text.lg h2 {
    	font-size: 2.3rem;
	}
	#flags ul {
    	padding: 3px 4px 0px;
	}
	#flags.size24 a {
    	margin: 0px 3px;
	}
	.home-quality .leftside,.home-quality .rightside{
		text-align: center;
		margin:0 auto;
	}
	.services.grid .medium-4 {
		width: 50%;
	}	
	.services.grid figure h2 {
		font-size: 2rem;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}
	.grid figure figcaption {
    	padding: 1rem;
    	color: #fff;
	}
	.home-top .grid figure h2 {
		margin: 0% 0 5px 0;
	}
	.grid figure h2 {
    	font-size: 1.3em /*1.5rem*/;
	}
	figure.effect-djj h2 {
    	padding: 0 0 0.2em 0;
	}
	figure.effect-djj2 figcaption::before {
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}
	.entry-content .content-2 ul, .entry-content .content-3 ul {
		margin-left: 0px;
		padding-left: 25px;
	}
	.entry-content .content-2 ul.wdth, 
	.entry-content .content-3 ul.wdth {
    	max-width: 100%;
	}
	.automech h2 {
		padding: 20px 0 20px;
		line-height: 1.5;
	}
	.djjeng-page img,.page-gallery.video {
    	width: 100%;
	}
	.page-gallery {
    	width: 100%;
    	padding: 0;
	}
	.page-gallery.left,.page-gallery.right {
		padding: 0px 0 20px;
	}
	.entry {
    	padding: 30px 15px;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	.logo-holder {
		max-width:260px;
	}
	.logo-holder img {
		width:100%;
	}
	.sidebar .widget-title, .sidebar .sidebar-module h4 {
		font-size: 18px;
    	margin: 0;
    	padding: 25px 25px;
	}
	.sidebar .menu .menu-item-has-children > a {
    	font-size: 1.1rem;
	}
	.sidebar .sub-menu .menu-item a {
    	font-size: 0.9rem;
	}
	.sidebar .menu .sub-menu a::before {
    	margin-left: 0rem;
    	margin-right: 0.2rem;
	}
	.partners {
		padding: 2rem 0;
	}
	.partners .slick-slider img {
		max-width: 140px;
	}
	.lswss-logo-showcase {
		padding: 0px 20px;
	}
}

@media only screen and (max-width: 859px) {
	.homepage-banner-1,#layerslider_16 {
    	height: 400px!important;
	}
	.homepage-banner-1 .slide_caption {
		top: 0%!important;
		left: -5%!important;
		width:80%!important;
	}	
	.homepage-banner-1 img {
		top: 20%!important;
		right: 0!important;
		left: 22%!important;
		width: 320px!important/*mb 460px!important*/;
	}	
	.homepage-banner-1 .caption_text.lg h2 {
    	font-size: 2.3rem;
	}
	#flags ul {
    	padding: 3px 4px 0px;
	}
	#flags.size24 a {
    	margin: 0px 3px;
	}
}
@media only screen and (max-width: 768px) {

	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}	
	div .lead, div.lead, .lead, p.lead {
		font-size: 126%;
		line-height: 1.45;
	}
	#status {
    	background-size: 260px 70px;
		width: 260px;
		height: 70px;
		margin: -35px 0 0 -130px;
	}	
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.flags-container #flags ul {
    	padding: 8px 4px 1px;
	}
	.flags-container #flags.size24 a {
		margin: 2px 5px;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	site-title {
		width: 320px;
		margin: 0 auto;
	}	
	.header-image .site-title > a {
		background-position: center !important;
		min-height: 70px;
		width: 100%;
		margin-bottom: 15px;
	}
	.homepage-banner-1,#layerslider_16 {
    	height: 390px!important;
	}
	.homepage-banner-1 .slide_caption {
		top: -1%!important;
		left: 0%!important;
		width:90%!important;
	}	
	.homepage-banner-1 .slide_caption .caption_text {
    	padding: 30px 0 0 30px;
	}
	.homepage-banner-1 img {
		top: 20%!important;
		right: 0!important;
		left: 0%!important;
		width: 50%!important/*mb 460px!important*/;
		margin: 0px auto!important;
	}	
	.homepage-banner-1 img.prototypes{
		left:-5%!important;
		width: 60%!important/*mb 460px!important*/;
	}
	.homepage-banner-1 .caption_text.lg h2 {
    	font-size: 2rem;
	}
	.home-top .grid .medium-4,
	.home-bottom .grid .medium-4 {
    	width: 100%;
	}
	.home-top .grid figure {
    	max-height: 240px;
	}
	.grid figure img.homepage-services-lg {
		display:none;
	}
	.grid figure img.homepage-services-sm {
		display:block;
	}	
	.home-top .grid figure h2 {
		margin: 8% 0 10px 0;
	}
	figure.effect-djj h2 {
		padding: 0px 0 0.7em 0;
	}	
	.home-top .more-link {
		display: block;
	}
	.home-bottom .grid figure {
    	max-height: 240px;
	}
	.home-bottom .grid figure.effect-djj2 h2 {
    	margin: 16% 0 10px 0;
    	font-size: 1.8rem;
	}
	.home-bottom .widget {
		margin: 0 0 40px;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	.services.grid figure h2 {
		font-size: 1.5rem;
	}
	.enterprise-pro-orange .header-contact .social a {
		font-size: 1.15rem;
		width: 34px;
		height: 34px;
		line-height: 32px;
	}
	.enterprise-pro-orange .header-contact a,
	.header-contact .fas {
		font-size: 1.15rem;
	}
	.grid figure figcaption {
    	padding: 0.8em;
    	color: #fff;
	}
	.grid figure h2 {
    	font-size: 1.1em /*1.5rem*/;
	}
	.grid figure p {
    	font-size: 55%;
	}
	.entry-content .content-2 ul, .entry-content .content-3 ul {
		margin-left: 0px;
		padding-left: 25px;
	}
	.entry-content .content-2 ul.wdth, 
	.entry-content .content-3 ul.wdth {
    	max-width: 100%;
	}
	.page-gallery {
    	width: 100%;
    	padding: 0;
	}
	.contact-details .medium-6 {
		width:100%;
	}
	.automech h2 {
		padding: 10px 0 10px;
		line-height: 1.4;
	}
	.gform_wrapper ul.gfield_radio li label {
		width: auto!important;
	}	
}

@media only screen and (max-width: 640px) {
	h2.entry-title {
    	font-size: 26px;
	}
	.logo-holder {
		max-width:200px;
	}
	.services.grid .medium-4 {
    	width: 100%;
	}
	.services.grid figure figcaption {
    	padding: 1.6em;
	}
	.homepage-banner-area .flags-container {
		display:block;
	}
	.homepage-banner-area #flags {
		right:0px;
		z-index: -1;
	}
	.flags-container #flags {
		right:0px;
	}
	.homepage-banner-1 img {
		top: 14%!important;
		right: 0!important;
		left: 0%!important;
		width: 60%!important/*mb 460px!important*/;
		margin: 10px auto!important;
	}	
	.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_13,
	.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_12,
	.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_20,
	.gform_wrapper #gform_2 ul.gform_fields li.gfield#field_2_21 {
		width: 100%;
	}
	.partners .slick-slider img {
		max-width: 140px;
	}
	.homepage-banner-1 img.prototypes{
		left:-5%!important;
		width: 70%!important/*mb 460px!important*/;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 18px;
	}	
	div .lead, div.lead, .lead, p.lead {
		font-size: 116%;
		line-height: 1.45;
	}
	.services.grid figure figcaption {
    	padding: 1.4em;
	}
	.services.grid figure h2 {
    	font-size: 1.4rem;
	}	
	.responsive-menu-icon::before {
		text-align: left;
	}
	.cta p {
    	font-size: 1.1rem;
	}
	.homepage-banner-1 img {
		top: 16%!important;
		width: 70%!important/*mb 460px!important*/;
		margin: 10px auto!important;
	}
	.home-bottom .grid figure.effect-djj2 h2 {
    	margin: 18% 0 10px 0;
    	font-size: 1.5rem;
	}
/*	.homepage-banner-area #flags {
		right:-140px;
	}
	.flags-container #flags {
		right:-210px;
	}*/
}
@media only screen and (max-width: 380px) {
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 17px;
	}	
	div .lead, div.lead, .lead, p.lead {
		font-size: 114%;
		line-height: 1.42;
	}
	.header-contact .social li,
	.footer-widgets .social li {
    	margin: 0 3px;
	}
	.homepage-banner-1 img {
		top: 16%!important;
		width: 90%!important/*mb 460px!important*/;
		margin: 10px auto!important;
	}
	.enterprise-pro-orange .header-contact .social a,
	.footer-widgets .social a {
    	font-size: 1.06rem;
    	width: 32px;
    	height: 32px;
    	line-height: 30px;
	}
	.enterprise-pro-orange .header-contact a, .header-contact .fas {
    	font-size: 1rem;
	}
	.services.grid figure figcaption {
    	padding: 1em;
	}
	.services.grid figure h2 {
    	font-size: 1.2rem;
	}	
	.cta p {
    	font-size: 0.9rem;
	}
}
@media only screen and (max-width: 320px) {
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 17px;
	}	
	div .lead, div.lead, .lead, p.lead {
		font-size: 112%;
		line-height: 1.4;
	}
	.services.grid figure figcaption {
    	padding: 1em;
	}
	.services.grid figure h2 {
    	font-size: 1.1rem;
	}	
	.cta p {
    	font-size: 0.8rem;
	}
}