  /*!
Theme Name: 国产精品深夜福利
Theme URI: http://underscores.me/
Author: Mike Dickerman
Author URI: https://godigitalalchemy.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blythe-construction
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

国产精品深夜福利 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

.single blockquote {
	margin: 40px 70px ;
	padding-left: 20px;
	color: #697B90;
	font-size: 18px;
	line-height: 28px;
	border-left: 3px solid #697B90;
	font-family: capitolium-news-2, serif;
	font-weight: 600;
	letter-spacing: 1px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a{ color: #2699FB;}
a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
@media screen and (min-width: 767px) {
	.newsletter input[type=email] { min-height: inherit;}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



/*Custom Styling
--------------------------
-----------------------------*/
*{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
a{  
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
img{display: block;}
p{ margin:0 0 20px; }
p:last-child{ margin:0;}
:focus { outline: 0px !important;}

h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}

h1{
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	margin: 0px;
	font-weight: 900;
}
h2{
	color: #474747;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 20px;
	font-weight: 700;
}
h3{
	color: #006f48;
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 20px;
	
	font-weight: 400;
}
h4{
	color: #9C9A9A;
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 15px;
	font-weight: 300;
}
h5{
	color: #474747;
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 15px;
	font-weight: 300;
	font-family: capitolium-news-2, serif;
}
h6{
	color: #002B5C;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 10px;
	font-weight: 600;
}



.btn{
	background: #2870BF;
	padding: 0 25px;
	line-height: 40px;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	display: inline-block;
	border-radius: 30px;
}
.btn-icon:hover{
	color: #006f48;
}
.btn.blue{
	background: #2870BF;
	padding: 0 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	border-radius: 30px;
	text-transform: uppercase;
}


body{
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	color: #262626;
	line-height: 28px;
	background:#ffffff;
	font-weight: 400;
	padding:0;
	margin:0;
}
.wrapper{
	max-width:1216px;
	margin:0 auto;
	padding: 0 20px;
	position:relative;
}

/*Header
---------------------*/
.header{
	padding: 38px 0;
	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.logo{
	float: left;
}
.logo img {
    max-height: 48px;
}
.header-btn{
	background: #db2326;
	padding: 0 25px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	border-radius: 30px;
	margin: 5px 0px 0 28px;
}
.burger-menu{
	float: right;
}
.header-btn{
	float: right;
}

/*Mobile Menu*/
.burger-menu { cursor: pointer; display: block; float: right; height: 30px; position: relative; width: 36px; top: 12px; z-index: 999;}
.burger-menu span { background: #fff; display: block; height: 4px; left: 0; position: absolute; top: 0; transition: all 0.3s ease 0s; width: 100%;}
.burger-menu span:nth-child(2) { background: #fff; display: block; height: 4px;left: 0; position: absolute; top: 11px; transition: all 0.3s ease 0s; width: 100%;}
.burger-menu span:nth-child(3) { background: #fff; display: block; height: 4px;left: 0; position: absolute; top: 22px; transition: all 0.3s ease 0s; width: 100%;}
.burger-menu.selected span:nth-child(1) {top: 7px;transform: rotate(45deg);-webkit-transform: rotate(45deg);margin: 0px;}
.burger-menu.selected span:nth-child(2) {display: none;}
.burger-menu.selected span:nth-child(3) {top: 7px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);margin: 0px;}

.mobile-burger-menu { display:none; cursor: pointer; float: right; height: 30px; position: relative; width: 36px; top: 12px; z-index: 999;}
.mobile-burger-menu span { background: #fff; display: block; height: 4px; left: 0; position: absolute; top: 0; transition: all 0.3s ease 0s; width: 100%;}
.mobile-burger-menu span:nth-child(2) { background: #fff; display: block; height: 4px;left: 0; position: absolute; top: 11px; transition: all 0.3s ease 0s; width: 100%;}
.mobile-burger-menu span:nth-child(3) { background: #fff; display: block; height: 4px;left: 0; position: absolute; top: 22px; transition: all 0.3s ease 0s; width: 100%;}
.mobile-burger-menu.selected span:nth-child(1) {top: 7px;transform: rotate(45deg);-webkit-transform: rotate(45deg);margin: 0px;}
.mobile-burger-menu.selected span:nth-child(2) {display: none;}
.mobile-burger-menu.selected span:nth-child(3) {top: 7px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);margin: 0px;}

.main-menu{ 
	display: none; 
	width: 100%; 
	position: fixed; 
	z-index: 99999; 
	left: 0; 
	top: 0px; 
	border: 0;
	background: #fff url(images/J25-99-25-3@2x.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 55px 60px;
	height: 100vh;
}
.main-menu:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 16px;
	z-index: 2;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003876+0,e71618+100 */
	background: rgb(0,56,118); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,56,118,1) 0%, rgba(231,22,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,56,118,1) 0%,rgba(231,22,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,56,118,1) 0%,rgba(231,22,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003876', endColorstr='#e71618',GradientType=1 ); /* IE6-9 */

}
.menu-image{
	position: absolute;
	left: -30px;
	bottom: -2px;
	z-index: 1;
	height: 400px;
}
.menu-image img{
	height: 100%;
}

.main-menu ul li{ display: block; float:none; margin: 0 0 35px; padding: 0;}
.main-menu ul li a{ color: #000000; font-size: 17px;}
.main-menu ul li:hover a, .main-menu ul li.current_page_item a{ color: #2870BF;}

.main-nav{
	display: flex;
	width: 100%;
	padding-top: 63px;
	text-align: left;
	overflow: hidden;
}
.menu-box {
    width: 20%;
}
.menu-box ul{
    padding: 0;
	margin: 0;
}
.menu-box ul li{
	display: block;
	float: none;
	margin: 0 0 7px;
	padding: 0;
}
.menu-box ul li a{
	color: #003876;
	font-size: 18px;
}

.menu-box ul li:first-child a {
    text-transform: uppercase;
    border-bottom: 3px solid #5294C2;
    font-size: 21px;
    font-weight: 700;
	padding-right:20px;
	line-height:32px;
	margin-bottom:15px;
	display:inline-block;
}

.menu-box h4{
	color: #003876;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 3px solid #5294C2;
	display: inline-block;
	padding-right: 20px;
	font-size: 21px;
	display:none;
}
.menu-header {
    z-index: 2;
    position: relative;
}

.header-menu-rt{
	float: right;
	text-align: right;
}
.header-menu-rt a{
	float: right;
	font-size: 34px;
	color: #FF0000;
	margin-left: 26px;
}
.header-menu-rt a i{
	font-size: 30px;
	padding-top: 5px;
}
.header-menu-rt img{ max-width: 40px;}
.leaders ul li.spacer{
	width: 100%;
	background: transparent;
	padding: 0;
	margin: 0;
}



.about-nav-area .jspDrag{ background:none;}





/*Hero section
----------------------------*/
.hero-section{
	position: relative;
	z-index: 1;
}
.hero-section ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.hero-section ul li img{
	height: 70vh;
	width: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
}
.hero-content{
	z-index: 99;
	position: absolute;
	left: 50%;
	bottom: 180px;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.hero-content h1{
	text-transform:uppercase;
	font-size: 43px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: 1px;
}

.hero-content span{
	display: block;
	font-size: 35px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 20px;
	font-family: capitolium-news-2, serif;
}

.hero-overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 441px;
	z-index: 1;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,601b33+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(96,27,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(96,27,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(96,27,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#601b33',GradientType=0 ); /* IE6-9 */
}
.hero-top-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 190px;
	z-index: 1;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01050a+0,7db9e8+100&0.7+1,1+100,0+100 */
	background: -moz-linear-gradient(top,  rgba(1,5,10,0.7) 0%, rgba(2,7,12,0.7) 1%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(1,5,10,0.7) 0%,rgba(2,7,12,0.7) 1%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(1,5,10,0.7) 0%,rgba(2,7,12,0.7) 1%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b301050a', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.hero-section .owl-dots{
	position: absolute;
    bottom: 100px;
    left: 50%;
	text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 100;
}
.hero-section .owl-dots .owl-dot{
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 50%;
	margin: 0 12px;
	display: inline-block;
	opacity: 0.66;
}
.hero-section .owl-dots .owl-dot.active{
	opacity: 1;
}
.hero-section .owl-prev{
	position: absolute;
	left: 120px;
	top: 50%;
	color: #fff !important;
	font-size: 0px !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hero-section .owl-prev:before{
	content: "\f104";
	font-size: 70px !important;
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Pro';
}
.hero-section .owl-next{
	position: absolute;
	right: 120px;
	top: 50%;
	color: #fff !important;
	font-size: 0px !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hero-section .owl-next:before{
	content: "\f105";
	font-size: 70px !important;
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'Font Awesome 5 Pro';
}


/*Newsletter
----------------------*/
.newsletter{
	background: url(/wp-content/themes/blythe-construction/images/J25-99-25-2@2x.png) no-repeat 0 0;
	background-size: cover;
	padding: 55px 0;
	position: relative;
	line-height: 32px;
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #fff;
}
.newsletter .wrapper{
	display: flex;
}
.newsletter h4{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 700;
}
.newsletter-lt{
	width: 71%;
	padding-right: 25px;
}
.newsletter-rt{
	width: 29%;
	text-align: right;
	padding: 6px 0;
	position: relative;
}
.newsletter form{
	display: flex;
}
.newsletter input[type="email"]{
	background: #E0EFFF;
	border-radius: 4px 0 0 4px;
	line-height: 48px;
	padding: 0 20px;
	font-size: 17px;
	color: #474747;
	font-weight: 400;
	border: 0;
	width:calc(100% - 120px);
}
.newsletter button[type="submit"]{
	width:120px;
	background: #ffffff;
	border-radius: 0 4px 4px 0;
	line-height: 48px;
	padding: 0 10px;
	color: #2699FB;
	font-size: 15px;
	font-weight: 700;
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.newsletter button[type="submit"]:hover{
	color: #fff;
	background: #2699FB;
}

.newsletter .mc4wp-response {
	position: absolute;
    top: 64px;
    left: 0;
    text-align: left;
    font-size:16px;
    line-height: 20px; 
}
.newsletter .mc4wp-response .mc4wp-error {
	color: #ff0000;
}

.newsletter-overlay{
	background: rgba(40, 112, 191, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*Footer
--------------------------*/
.footer-widgets{
	padding: 55px 0;
	background: #003876;
}
.footer-widgets .wrapper{
	display: flex;
	flex-wrap: wrap;
}
.widget{
	width: 27%;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.widget:last-child{
	width: 19%;
}
.widget h4{
	color: #fff;
	font-weight: 700;
	margin: 0 0 10px;
}

.footer-widgets .widget h4{
	display:none;
}

.widget ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget ul li{
	display: block;
	margin-bottom: 3px;
}
.widget ul li a{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	display: inline-block;
	
}
.widget ul li:hover a{
	
}

.footer-widgets .widget ul li:first-child a{
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 10px;
	}

.widget address{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-style: normal; 
}
.widget strong{
	font-weight: 700;
	display: block;
}
.widget a{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.widget span{
	display: block;
	margin-bottom: 22px;
}


/*Copyright
--------------------------*/
.footer-main{
	background: #002B5C;
	padding: 30px 0 20px;
}
.copyright{
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	float: left;
	width: 70%;
	padding: 6px 0;
}
.copyright a{
	color: #2870BF;
	padding: 0 5px;
}
.crafted-by{
	float: left;
	width: 30%;
	text-align: right;
}
.crafted-by a{
	display: inline-block;
}



.inner-hero img{
	width: 100%;
	max-height: 534px;
	object-fit: cover;
	-webkit-object-fit: cover;
}

/*Testimonial
--------------------------*/
.testimonial{
	position: relative;
}
.testi-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.54);
	z-index: 1;
}
.testi-content{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.testi-content blockquote{
	color: #FFFFFF;
	font-size: 26px;
	line-height: 38px;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	font-family: capitolium-news-2, serif;
}

/*Intro-section
---------------------------*/
.intro-section{
	padding: 76px 0 0;
	position: relative;
	margin-bottom: 65px;
}
.intro-section h4{
	margin-bottom: 26px;
}
.intro-text-box{
	display: inline-block;
	width: 50%;
	padding: 0 40px 0 0;
	margin: 0 -2px;
	vertical-align: top;
	text-align: left;
}


.intro-video{
	position: relative;
}
.intro-video .wrapper{
	max-width: 1056px;
}
.intro-video:after{
	content: "";
	height: 346px;
	width: 100%;
	background: #DFE7F0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.intro-video iframe{
	width: 100%;
	height: 580px;
	vertical-align: top;
}
.intro-video h4{
	margin: 0 0 5px;
}


/*two-column-with-image
-------------------------------*/
.two-column-section{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.two-column-row{
	display: flex;
	align-items: center;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.two-column-content{
	width: 50%;
	padding: 0 4%;
}
.two-column-content .btn{
	padding: 0 20px;
	line-height: 35px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	border-radius: 30px;
	margin: 7px 28px 0 0;
}

.two-column-image{
	width: 50%;
}

.two-column-image img{
	width:100%;
}

.two-column-content h3{
	color: #184888;	
	font-size: 27px;
    line-height: 32px;
    font-weight: 600;
}

.two-column-content h3 a{
	color:inherit;
	}

.two-column-content h5{
	font-size: 21px;
	line-height: 22px;
	color: #2870BF;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.two-column-row.reverse{
	flex-direction: row;
	background: #697B90;
}
	

.two-column-row.reverse .two-column-image{
	border-right: 4px solid #fff;
}
.two-column-row.reverse .two-column-content{
	color: #fff;
}
.two-column-row.reverse .two-column-content h3,
.two-column-row.reverse .two-column-content h5
{
	color: #fff;
}
.two-column-row.reverse .two-column-content .btn{
	color: #2870BF;
	background: #fff;
}

.two-column-content-box{
	
}

.two-column-content-box .jspContainer{
	
}
.two-column-content-box .jspPane{
	
}



.two-column-content ul{
	list-style: disc;
	padding: 0 0 0 25px;
	margin: 0;
}
.two-column-content ul li{
	
}
.two-column-content-box h5{
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
}
.two-column-content .pad{ padding: 0 30px;}


/*Abbout Page Start
------------------------------*/
.basic-full-content{
	text-align: center;
	position: relative;
}

.vision-mission{
	position: relative;
}
.vision-mission img{
	object-fit: cover;
	-webkit-object-fit: cover;
	height: 520px;
	width: 100%;
}
.vission-mission-content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	color: #fff;
	font-size: 21px;
	max-width: 980px;
	width: 100%;
}
.vission-mission-content p{
	line-height: 30px;
	font-weight: 300;
}
.vission-mission-content h4{
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}
.vision-mission .overlay{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: rgba(40, 112, 191, 0.85);
	z-index: 1;
}

/*About Navigation*/
.about-nav-area{
	margin-top: -35px;
	margin-bottom: -35px;
	margin-left: 60px;
	z-index: 3;
	position: relative;
}
.about-nav-trigger{
	background: #2870BF;
	height: 65px;
	width: 65px;
	line-height: 65px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	float: left;
}
.about-nav{
	background: #fff;
	float: left;
	width: 0;
	visibility: hidden;
	overflow: hidden;
	line-height: 64px;
    height: 65px;
	
	box-shadow: 0 0 30px rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.16);
	
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}

.about-nav .jspHorizontalBar .jspArrow{ width:16px;}
.about-nav .jspHorizontalBar{ height:0; bottom:65px; background:none;}
.about-nav .jspTrack{ height:1px !important;}
.about-nav .jspHorizontalBar .jspArrow{ width:65px; height:65px; position:relative; text-indent:0!important; color:#fff; font-size:22px; text-align:center; line-height:65px; background-color:#2870BF;}
.about-nav .jspHorizontalBar .jspArrow.jspDisabled{ visibility:hidden;}
.about-nav .jspHorizontalBar .jspArrow.jspArrowLeft:after{ position:absolute; left:0; top:0; width:100%; height:100%; content:'\f323'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; }
.about-nav .jspHorizontalBar .jspArrow.jspArrowRight:after{ position:absolute; left:0; top:0; width:100%; height:100%; content:'\f324'; font-family: 'Font Awesome 5 Pro'; font-weight: 300;}

.about-nav.open{
	width: calc(100% - 125px);
	visibility: visible;
	overflow:auto;
}


.about-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	white-space:nowrap;
	width:calc(100vw - 205px);
}
.about-nav ul li{
	display: inline-block;
	margin: 0;
	border-left: 2px solid #EDEDED;
}
.about-nav ul li a{
	font-size: 19px;
	display: block;
	color: #2870BF;
	padding: 0 56px;
}
.about-nav ul li:hover a,
.about-nav ul li.current_page_item a{
	background: #2870BF;
	color: #ffff;
}



/*Leaders
----------------------*/
.leaders{
	background: #F8F8F8;
	padding: 64px 0 45px;
}
.leaders ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.leaders ul li{
	display: inline-block;
	margin: 0 10px 22px;
	background: #fff;
	padding: 15px 15px 27px;
	width: calc(25% - 24px);
	vertical-align: top;
}
.leaders ul li:nth-child(2n){
	clear: right;
}
.leaders ul li img{
	width: 100%;
	height: 262px;
	object-fit: cover;
	-webkit-object-fit: cover;
	margin-bottom: 30px;
}
.leaders ul li .name{
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}
.leaders ul li .name a{
	color: #2870BF;
}
.leaders ul li .designation{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #5294C2;
	margin-top: 20px;
	height: 42px;
}
.social-links a{
	color: #5294C2;
	font-size: 16px;
	display: inline-block;
	margin: 0 15px;
}


.leader-profile{
	text-align: left;
	width: 1360px;
	display: none;
}
.leader-profile {
    max-width: 955px !important;
    padding: 75px !important;
}
.leader-profile img {
    float: left;
    max-width: 340px;
    margin-right: 50px;
    margin-bottom: 42px;
}
.leader-profile-info{
	float: left;
	width: calc(100% - 556px);
}
.leader-profile h2{
	margin: 0;
	color: #000;
}
.leader-profile h4{
	color: #697B90;
}
.leader-profile .social-links a{
	margin: 0 24px 0 0;
	font-size: 20px;
}
.fancybox-slide--html .fancybox-close-small{
	
}
.fancybox-slide--html .fancybox-close-small:after{
	content: "\f057";
	font-size: 40px;
	position: absolute;
	right: 34px;
	top: 26px;
	font-family: 'Font Awesome 5 Pro';
	color: #2870BF;
}
.content-with-background{
	padding: 70px 60px 55px;
}
.scroll-pane{
	height: 447px;
	overflow: auto;
	margin:10px 0;
}


/*News Start
---------------------*/
.featured-article{
	margin-bottom: 25px;
	background: #fff;
}
.news-section{
	padding: 64px 0 34px;
}
.news-container{
	width: calc(100% - 408px);
	float: left;
}
.featured-content{
	padding: 0px 75px 52px;
}
.featured-image{
	position: relative;
	margin-bottom: 40px;
}
.featured-image img{
	width: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
}
.featured-tag{
	background: #2870BF;
	width: 233px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 10px;
	text-align: center;
	position: absolute;
	top: 47px;
	left: 0;
	font-weight: 700;
	font-size: 15px;
}
.featured-content h3 {
    color: #002B5C;
	font-weight: 700;
	line-height: 28px;
}
.date{
	color: #2699FB;
	font-size: 12px;
	font-weight: 700;
}
.featured-content p{
	column-count: 2;
}



.news{
}
.news-row{
	list-style: none;
	padding: 0;
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}
.news-col{
	color: #173160;
	width: 33.33%;
	padding: 0 12px;
	margin-bottom: 20px;
}
.news-col a{
	color: #173160;
	position: relative;
}
.news-col img{
	width: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	height: 150px;
}
.news-col .news-content{
	padding: 20px 20px;
	background: #fff;
	border: 1px solid #EDEDED;
	font-size: 16px;
	line-height: 24px;
	min-height: 175px;
}
.news_col .date{
	margin-bottom: 0px;
}





/*Sidebar
----------------------*/
.news-sidebar{
	width: 375px;
	float: right;
	background: #fff;
	padding: 60px 30px 30px;
	border: 1px solid #EDEDED;
	position: relative;
}
.tag-icon{
	position: absolute;
	top: 0;
	right: 20px;
}
.news-sidebar h3{
	color: #002B5C;
	font-weight: 700;
}
.news-sidebar ul{
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
}
.news-sidebar ul li{
	display: block;
}
.recent-news ul li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EDEDED;
}
.news-sidebar ul li a{
	font-size: 16px;
	line-height: 26px;
	color: #2870BF;
	padding-left: 20px;
	position: relative;
	
}
.news-sidebar ul li a:before{
	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
	color: #2870BF;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: -3px;
	font-weight: 700;
}

.recent-news{
	
}
.recent-news a:before{
	display: none;
}
.recent-news ul li{
	position: relative;
	padding-top: 28px;
}
.recent-news ul li a{
	color: #002B5C;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 10px;
	font-weight: 600;
	padding: 0;
	display: block;
}
.recent-news .rpwe-time{
	position: absolute;
	top: 0;
	left: 0;
	color: #2699FB;
	font-size: 12px;
	font-weight: 700;
}
.recent-news .rpwe-summary{
    line-height: 18px;
}
.recent-news .rpwe-block h3 {
    margin-bottom: 10px;
}

.news-sidebar .recent-news .rpwe-time{
	position: relative;
	top: inherit;
	left: inherit;
	color: #2699FB;
	font-size: 12px;
	font-weight: 700;
}
.rpwe-block h3{
	max-height: 40px;
    overflow: hidden;
}


.recent-news img{
	float: left;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-right: 15px;
	object-fit: cover;
	-webkit-object-fit: cover;
	margin-top: 7px;
}
.recent-news-content{
	float: left;
	width: calc(100% - 70px);
	font-size: 14px;
	line-height: normal;
}
.recent-news-content .date{ margin: 0;}

.news-single{
	padding: 10px 0 30px;
}
.breadcrumb{
	padding: 0px 0 20px;	
	color: #2870BF;
	font-size: 14px;
	line-height: 24px;
}

.breadcrumb a{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #474747;
}
.single .header{
	background: #002B5C;
}
.archive .header{
	background: #002B5C;
}
.news-single{
	padding-top: 145px;
}
.category .header{
	background: #002B5C;
}
.error404 .header{
	background: #002B5C;
}

.tax-project_cat .header {
	background: none;
}

.archive-section{
	padding-top: 160px;
	padding-bottom: 30px;
}
.archive-section h1{
	color: #474747;
	margin-bottom: 20px;
	font-size: 54px;
	font-weight: 700;
}
.archive-section h2 a{
	color: #474747;
}
.archive-section .featured-image img{
	height: 300px;
}
.archive-section .featured-image{
	margin-bottom: 20px;
}
.archive-section h2{
	font-size: 30px;
}
.archive-section article{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.archive-section article:last-child{
	border-bottom: 0;
}


/*Asphalt and Pricing map
----------------------------------*/
.pricing-chart-section{
	background: #021C39;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 50px 0;
}
.pricing-chart-section img{
	height: 735px;
    width: 100%;
    object-fit: cover;
}
.pricing-chart-section h3{
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.pricing-chart-content{
	position: relative;
	max-width: 1124px;
	width: 100%;
	margin: auto;
	z-index: 2;
}
.pricing-chart{
	background: #fff;
	padding: 0 0px;
	margin-bottom: 60px;
}
.pricing-chart table{
	text-align: center;
	margin: 0;
	padding:0;
	border:0;
	border-spacing: 0;
}
.pricing-chart table tr{
	
}.pricing-chart table tr:first-child{
	border: 0px;
	
}
.pricing-chart table tr:nth-child(1) td{
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: #2870BF;
	width: 20%;
	padding:0 7px;
	white-space:nowrap;
}
.pricing-chart table tr:nth-child(1) td:first-child{
	color: #021C39;
	background: #fff;
}
.pricing-chart table tr:nth-child(1) td:nth-child(3){
	color: #fff;
	background: rgba(0, 56, 118, 1);
}

.pricing-chart table tr:nth-child(1) td:nth-child(4){
	color: #fff;
	background:#5d97d6;
}

.pricing-chart table tr:nth-child(1) td:nth-child(5){
	color: #fff;
	background:#0771e6;
}



.pricing-chart table tr td{
	font-size: 16px;
	color: #2870BF;
	text-transform: uppercase;
	font-weight: 600;
	width: 20%;
	border-right: 1px solid rgba(105, 123, 144, 0.23);
	border-top: 1px solid rgba(105, 123, 144, 0.23);
	padding:20px 10px;
}
.pricing-chart table tr td:first-child{
	font-weight: 700;
	color: #021C39;
}
.pricing-chart table tr td:last-child{
	border-right: 0px solid rgba(105, 123, 144, 0.23);
}

.pricing-chart-section span{
	color: #F8F8F8;
	text-align: center;
	margin-bottom: 50px;
	display: block;
}

.pricing-chart-row{
	display: flex;
	padding: 0 55px;
}
.pricing-chart-col{
	width: 50%;
	padding: 0 45px;
	color: #f8f8f8;
}
.pricing-chart-col strong{
	display: block;
}
.pricing-chart-col span{
	color: #72B5FF;
	text-align: left;
	margin: 0;
}
.pricing-table-overlay{
	background: rgba(50, 70, 90, 0.78);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.half-col{
	width:50%;
	float:left;
	padding:0 30px;
	}
.third-col{
	width:25%;
	float:left;
	padding:0 20px;
	}
.sales-contact{
	background: #2262A7;
	padding: 52px;
	text-align: center;
	border-top: 2px solid #fff;
}
.sales-contact h5{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: proxima-nova, sans-serif;
}
.sales-contact strong{
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	display: block;
}

.plants-section{
	padding: 90px 0 80px;
	background: #f8f8f8;
}
.plants-header{
	padding: 0 90px;
}
.plants-header a{
	color: #fff;
	background: #5294C2;
	border-radius: 0;
	display: inline-block;
	margin: 0 -2px;
	line-height: 46px;
	padding: 0 30px;
	margin-right: 26px;
	margin-left: 0;
	font-weight: 700;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.plants-header a.active, .plants-header a.is-checked{
	background: #2870BF;
}
.view-options{
	float: right;
}
.view-options a{
	width: 52px;
	padding: 0;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0 -3px;
}
.plants-header{
	margin-bottom: 28px;
}
.map-view iframe{
	width: 100%;
	height: 975px;
}

.acf-map {
	height: 975px;
	width: 100%;
}

/*list-view*/
.list-view ul{
	list-style: none;
	padding: 0;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.list-view ul li{
	width: calc(25% - 20px);
	margin: 10px;
	background: #fff;
}
.list-view ul li p{
	line-height: 22px;
	margin: 0;
}
.list-view-content{
	padding: 22px 20px 15px;
	min-height: 170px;
	border: 1px solid #EDEDED;
}
.list-view-content a{
	color: #2870BF;
}
.list-view-content strong{
	color: #002B5C;
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
}
.fancybox-slide--html .fancybox-close-small svg {
    display: none;
}

.pricing-chart-col br{ display: none;}
.list-view ul li img {
    height: 200px;
    object-fit: cover;
	-webkit-object-fit: cover;
}

.map-view{ display: none;}

.menu-social-links{
	position: absolute;
	right: 10px;
	bottom: -30px;
	width: 20%;
}
.menu-social-links a{
	display: inline-block;
	color: #003876;
	font-size: 18px;
	margin-right: 10px;
}

/*Contact Us
-----------------------*/
.contact-us{
	background: #F8F8F8;
	padding: 80px 0;
}
.contact-us h4{
	color: #003876;
	font-weight: 700;
	line-height: 24px;
}
.contact-lt{
	float: left;
	width: 40%;
	line-height: normal;
}
.contact-lt p{
	margin-bottom: 15px;
}
.contact-lt .social-links{ margin-top: 40px;}
.contact-lt .social-links a{
	color: #003876;
	font-size: 16px;
	display: inline-block;
	margin: 0 15px 0 0;
}


.contact-rt{
	float: right;
	width: 55%
}
.contact-rt input{
	border: 1px solid #EDEDED;
	background: #fff;
	margin-bottom: 20px;
	color: #262626;
	line-height: 36px;
	padding: 0 15px !important;
	border-radius: 0;
}
.contact-rt textarea{
	height: 160px !important;
	resize: none;
	
	border: 1px solid #EDEDED;
	background: #fff;
	margin-bottom: 20px;
	font-size: 18px;
	color: #262626;
	line-height: 26px;
	padding: 0 15px;
	border-radius: 0;
}
.contact-rt .gform_wrapper .top_label .gfield_label{ display: none;}
.contact-rt .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
.contact-rt .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label{ display: none;}
.contact-rt .gform_wrapper ul li.gfield{ margin-top: 0;}
.contact-rt .gform_wrapper .top_label div.ginput_container { margin-top: 0;}
.contact-rt .gform_wrapper .gform_footer{ padding: 0; margin: 20px 0 35px;}

.contact-rt .gform_wrapper .gform_footer input[type="submit"]{
	background: #2870BF;
	border-radius: 23px;
	line-height: 38px;
	padding: 0 37px !important;
	border: 0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
}
.form-note{
	font-size: 18px;
	color: rgba(71,71,71,0.41);
	line-height: 24px;
}

.contact-map iframe{ display: block;}

.gm-style .gm-style-iw-c{
	border-radius: 0;
	width: 242px;
}
.location-info{}
.location-info img{ width: 100%; height: 160px; object-fit: cover;}
.location-info figure { margin: 0;}

.location-info p{ margin-bottom: 0px;}
.location-info h6{ margin-bottom: 5px;}
.location-detail{ font-size: 14px; padding: 15px 15px 10px; line-height: 20px;}

.newsletter input[type=email] { display: block; float: left; min-height:48px; }
.newsletter button[type=submit] { display: block; float: left;  }
.newsletter .mc4wp-form-fields:after {
	clip: both;
	content: "";
	display: table;
}

/*Company Popup
--------------------*/
.companies{
	text-align: center;
	display: none;
	width: 100%;
	position: relative;
}
.companies:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16px;
    z-index: 2;
    background: rgb(0,56,118);
    background: -moz-linear-gradient(left, rgba(0,56,118,1) 0%, rgba(231,22,24,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,56,118,1) 0%,rgba(231,22,24,1) 100%);
    background: linear-gradient(to right, rgba(0,56,118,1) 0%,rgba(231,22,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003876', endColorstr='#e71618',GradientType=1 );
}
.companies img{
	display: inline-block;
	max-height: 130px;
}
.companies .lgroup-1 .sublogo-3 img{
	width: 70%;
}
.companies .lgroup-2 .sublogo-6 img{
	width: 75%;
}
.companies .lgroup-3 .sublogo-1 img{
	width: 75%;
}
.companies .lgroup-3 .sublogo-3 img{
	width: 45%;
}
.companies .lgroup-3 .sublogo-4 img{
	width: 85%;
}
.companies .lgroup-3 .sublogo-5 img{
	width: 36%;
}


.company-head{
	text-align: center;
	max-width: 770px;
	margin: 0 auto 100px;
}
.company-intro{
	text-align: center;
	color: #262626;
	max-width: 770px;
	margin: 0 auto;
}
.company-intro h2{
	color: #2870BF;
	font-size: 40px;
}
.divider{
	position: relative;
	border-top: 3px solid #E6E6E6;
	padding: 80px 0 0;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 80px;
}
.divider:after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	background: #E6E6E6;
	height: 80px;
}

.top-logo{
	text-align: center;
	max-width: 800px;
	margin: 0 auto 40px;
}
.top-logo img{
	width: 50%;
}
.top-logo.tlogo-1 {
	max-width: 616px;
}
.top-logo.tlogo-2 {
	max-width: 616px;
}


/*Image Gallery*/
.logo_gallery{
	text-align: center;
	max-width: 800px;
	margin: 0 auto 40px;
}
.logo_gallery ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.logo_gallery ul li{
	display: inline-flex;
	margin: 0 -3px;
	width: 33.33%;
	text-align: center;
	padding: 30px;
	align-items: center;
	vertical-align: middle;
}
.logo_gallery ul li img{
	width: 100%;
}
.companies .fancybox-close-small::after{
	content: "\f057";
	font-size: 30px;
	position: absolute;
	right: 14px;
	top: 6px;
	font-family: 'Font Awesome 5 Pro';
	color: #F00;
	font-weight: 700;
}



.map-cta{
	background-color:#2870BF;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	padding:6px 15px 4px;
	display:inline-block;
	margin-top:10px;
	border-radius:15px;
	}
	
.single-project .header{ background-color:transparent;}	

.cta-return{
	display:inline-block;
	clear:both;
	overflow:auto;
	font-size:13px;
	font-weight:bold;
	}
	
.cta-return i{
	background-color: #2870BF;
    width: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-right: 16px;
	}		

.image-box img{
	float:left;
	width:50%;
	height:580px;
	display:block;
	object-fit:cover;
	}
	
.pad-content{
	padding:12px 40px;
	}
	
.single-header-sidebar{
	max-width:287px;
	float:left;
	padding:15px 0 0;
	}
	
.single-header-sidebar h4{
	color:#5294c2;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	font-size:18px;
	}
	
.single-sidebar-list{
	padding:25px 40px;
	}

.single-sidebar-list ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
.single-sidebar-list ul li{
	margin:0 0 7px;
	}
	
.single-sidebar-list ul li:last-child{
	margin-bottom:0;
	}	
	
.single-sidebar-list ul li .type-cat{
	color:#3578c3;
	}
	
.single-sidebar-list ul li .type-cat:after{
	content:',';
	padding:0 2px 0 0;
	}
	
.single-sidebar-list ul li a:last-of-type .type-cat:after{
	content:'';
	}		
	
.single-header-main{
	overflow:hidden;
	padding:35px 40px;
	border-left:1px solid #f2f2f2;
	}
	
.single-header-main h1{
	margin:0 0 25px;
	font-size:42px;
	color:#474747;
	font-weight:600;
	line-height:52px;
	}
	
.single-header-main h1 + p{
	
	}
	
	
.middle-gallery{
	border-top:16px solid #697b90;
	border-bottom:16px solid #697b90;
	}
	
.project-single-bottom{
	padding:40px 0;
	}
	
.project-single-bottom h4{
	font-size:20px;
	font-family: capitolium-news-2, serif;
	font-weight: 600;
	color:#697B90;
	}	
	
.project-single-bottom .project-single-bottom-content{
	margin-left:287px;
	padding:0 40px;
	}
	
.project-single-breadcrumb{
	padding:0;
	margin-top:-24px;
	position:relative;
	top:-30px;
	}	
	
.project-single-breadcrumb .project-single-breadcrumb-content{
	float:right;
	}
	
	
.recent-projects{
	background-color:#F8F8F8;
	padding:90px 0;
	}

.recent-projects .recent-projects-header{
	text-align:center;
	margin:0 0 70px
	}
	
.recent-projects-mian{
	display: flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin:0 -10px 20px;
	}

.recent-projects-mian .rp-col{
	width:25%;
	padding:0 10px;
	margin-bottom:20px;
	}
	
.recent-projects-mian .rp-col img{
	width:100%;
	height:200px;
	object-fit: cover;
    object-position: center center;
	}
	
.recent-projects-mian .rp-col .rp-col-content{
	padding:20px;
	background-color:#fff;
	color:#262626;
	}
	
.recent-projects-mian .rp-col .rp-col-content h3{
	font-size:19px;
	color:#002B5C;
	margin:0 0 10px;
	}
	
.recent-projects-mian .rp-col .rp-col-content h3 a{ color:inherit;}	

.recent-projects-mian .rp-col .rp-col-content p{
	line-height:normal;
	}
	
.recent-projects-mian .rp-col .rp-col-content p:last-of-type{
	margin:0;
	}
	
	
.header.fixed{
	background-color:#fff;
	box-shadow:0 0 7px rgba(0, 0, 0, 0.2);
	padding:20px 0;
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
	
.header.fixed.show{
	position:fixed;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	}	
	
.fixed-logo{ display:none;}
.header.fixed .non-fixed-logo{ display:none;} 	
.header.fixed .fixed-logo{ display:block;} 	
	
.header.fixed .burger-menu span:nth-child(1),
.header.fixed .burger-menu span:nth-child(2),
.header.fixed .burger-menu span:nth-child(3),
.header.fixed .mobile-burger-menu span:nth-child(1),
.header.fixed .mobile-burger-menu span:nth-child(2),
.header.fixed .mobile-burger-menu span:nth-child(3){
	background-color:#474747;
	}
	
.list-post{
	padding:70px 0;
	}

.list-post h2{
	text-align:center;
	margin:0 0 60px;
	}
	
.list-post-main{
	}
	
.list-post .categorySection{
	margin:0 0 35px;
	}	
	
.list-post .activeJobHeading {
	margin:0 0 10px;
	color: #474747;
    font-size: 18px;
    line-height:normal;
    font-weight: 700;
	line-height:36px;
	display:block;
	}
	
.list-post .activeJobHeading + br{ display:none;}	
	
.list-post td td{
	padding:7px 0;
	border-bottom:1px solid #f1f1f1;
	color:#697b90;
	}
	
.list-post td table tr:last-child{ display:none; }	
	
.list-post td a{
	font-weight:700;
	}
	
.single-careers-cont{
	padding:60px 0;
	}
	
.single-careers-top .single-careers-breadcrumb{
	margin:0 0 20px;
	}
	
.single-careers-top .single-careers-top-main{
	font-size:18px;
	color:#707070;
	}
	
.single-careers-top .single-careers-top-main h2{
	margin:0 0 10px;
	}		
	
.single-careers-top .single-careers-top-main,
.single-careers-bottom .single-careers-bottom-main{
	max-width:600px;
	float:left;
	}
	
.single-careers-bottom .single-careers-bottom-right{
	width:298px;
	float:right;
	}
	
.single-careers-bottom .single-careers-bottom-main h4{
	color: #474747;
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 20px;
    font-weight: 700;
	}
	
.single-careers-bottom .single-careers-bottom-main ul, .single-careers-bottom .single-careers-bottom-main ol {
    margin: 0 0 1.5em 17px;
	padding-left:0;
}

.single-careers-social{
	padding:10px 0;
	border-bottom:1px solid #ececec;
	margin:0 0 35px;
	}
	
	
.mobile-menu{
	background-color:#fff;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
	}
	
.mobile-menu .controls{
	padding:15px 15px;
	}
	
.mobile-menu .nav-close{
	float: right;
    font-size: 26px;
    color: #db2326;
    padding: 5px 0;	
	}

.mobile-menu .nav-logo{
	width:170px;
	float:left;
	}
	
.mobile-menu  .nav-main-cont{
	border-top: 1px solid #ccc;
	}
	
.mobile-menu  .nav-main-cont ul li a{
	padding:7px 15px;
	position:relative;
	border-bottom: 1px solid #ccc;
	color:#262626;
	}	


.mobile-menu  .nav-main-cont ul li.menu-item-has-children > a{
	padding-right:30px;
	}	
.mobile-menu  .nav-main-cont ul li.menu-item-has-children > a:after{
	content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 9px;
    line-height: 24px;
    font-size: 24px;
	}
	
.mobile-menu  .nav-main-cont ul ul li a[data-action="back"]{
	padding-left:30px;
	}
	
.mobile-menu  .nav-main-cont ul ul li a[data-action="back"]:after{
	content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 7px;
    top: 9px;
    line-height: 24px;
    font-size: 24px;
	}
	
.intro-section-col .intro-section-col-top{
	position:relative;
	clear:both;
	overflow:hidden;
	}
	
.intro-section-col .wrapper{
	position:relative;
	}	
	
.intro-section-col .intro-section-col-top:after,
.intro-section-col .wrapper:after{
	content:'';
	background-color:#fff;
	width:2px;
	height:100%;
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	}
	
.intro-section-col .wrapper:after{
	background-color:#f2f2f2;
	}		

.intro-section-col .mobile-image{display:none;}	

.intro-section-col .intro-text-box{ padding:70px;}
.intro-section-col .wrapper .intro-text-box:first-child{ padding-left:0;}
.intro-section-col .wrapper .intro-text-box:last-child{ padding-right:0;}	

.v-scroll .jspPane{ margin:0 !important;}																																								

.page-id-1744 .logo {
	display: none;
}
.page-id-1744 #gform_fields_6 {
	text-align: left;
}

/*Simple CSS 25-7-2019
=============================
=======================================*/
/* COOL TIMELINE EDITS */

.cool-timeline-horizontal.white-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title, .cool-timeline-horizontal.dark-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title, .cool-timeline-horizontal.light-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title, .cool-timeline-horizontal.ht-design-3 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title-simple, .cool-timeline-horizontal.ht-design-4 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title-simple, .cool-timeline-horizontal.white-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title a, .cool-timeline-horizontal.dark-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title a, .cool-timeline-horizontal.light-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title a, .cool-timeline-horizontal.ht-design-3 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title-simple a, .cool-timeline-horizontal.ht-design-4 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title-simple a {
    font-size: 17px!important;
}

/* GENERAL EDITS */
.intro-section {
    border-bottom: 1px solid #ededed;
    padding: 76px 20px 60px 20px;
    margin-bottom: 0;
}
.page-id-5 .intro-section {
    border-bottom: 0px solid #ededed;
    padding: 76px 20px 60px 20px;
    margin-bottom: 0;
}
/* TYPOGRAPHY */
h3 {
    color: #2870bf;
}


/* HOME HERO */

.hero-content {
    left: 50%;
    bottom: 30%;
    width: 70%;
}


.hero-content span {
    font-size: 28px;
    line-height: 38px;
}

/* Slide Out Navigation */
.about-nav ul li a {
    padding: 0 25px;
}

/* POST FILTERS */

.plants-header a {
    line-height: 36px;
    padding: 0 10px;
    margin-right: 3px;
    font-weight: 600;
    font-size: 16px;
}
.plants-header {
    padding: 0 10px;
}
.single-sidebar-list ul li a {
    display: inline-block;
}

/*=================================[2019-08-02]============================*/
.scrolling_table {
	width: 1124px;
	overflow-x: scroll;
} 
.pricing-chart .scrolling_table table tr:nth-child(1) td{
	padding: 10px 20px;
	white-space:normal;
	line-height: normal;
	width: 100px;
	border-right: #a7a4a4 1px solid;
}
.pricing-chart .scrolling_table table tr td{
	padding: 20px 10px;
}
.pricing-chart .scrolling_table tr:nth-child(1) td{
	background-color: #2870bf;
}
.pricing-chart .scrolling_table table tr:nth-child(1) td:nth-child(3),
.pricing-chart .scrolling_table table tr:nth-child(1) td:nth-child(4),  
.pricing-chart .scrolling_table table tr:nth-child(1) td:nth-child(5) {
	background-color: #2870bf;
}
.pricing-chart .scrolling_table table tr:nth-child(1) td:nth-child(1) { background-color: #2870bf; color: #fff; }

.gform-body.gform_body {
    text-align: left;
}


/*
font-family: 'Lato', sans-serif;
font-family: capitolium-news-2, serif;
font-family: 'Font Awesome 5 Pro';
*/

.wp-post-image{
	object-fit: cover;
	font-family: 'object-fit: cover;';
	}


.about-nav{background:none; box-shadow: none;
    -webkit-box-shadow:none;}

.about-nav ul li{
    background:#fff;
    box-shadow: 10px 0 21px rgba(0,0,0,.16);
    -webkit-box-shadow: 10px 0 21px rgba(0,0,0,.16);
    margin:0 0 25px 0;
}

.about-nav{
    min-height:90px;
}

.about-nav .jspHorizontalBar{
    bottom:89px;
}


@media screen and (max-width: 767px) {
	.newsletter input[type=email] { min-height: inherit;}
}

