.home-featured.jumbotron {
	padding: 0 !important;
}
/* stylesheet customization */
/* app.css override */
body .site-container {
	margin-top: 0;
	top: 0;
	overflow: hidden;
}

.container {
	padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* color: #0B406C; */
}

#hero h2.h1 {
	font-family: 'Roboto Condensed';
	letter-spacing: -.04em;
	text-shadow: 0 2px 5px rgba(0,0,0,.4);
}

@media screen and (min-width: 1200px) {
	#hero h2.h1 {
		font-size: 2.5rem;
	}
}

#hero h2.h1,
#hero h2.h1 strong {
	font-weight: 400 !important;
}

p { /*
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
	*/
	font-family: 'Open Sans';
	letter-spacing: -.025em;
}

input[type="text"],
textarea {
	font-family: 'Lato', sans-serif !important;
	font-size: 16px !important;
}

.bk-button {
	padding: 6px 18px !important;
}

.bgcolor_even {
	background-color: #F5F5F5 !important;
}

/* Top header & navbar */
.menu-item-11.menu-item-home {
	position: relative;
}

.menu-item-11.menu-item-home:before {
	content: "\f015";
}

.menu-item-11.menu-item-home:before {
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}

.footer-widgets .menu-item-11.menu-item-home:before {
	left: 6px;
}

.menu-item-11.menu-item-home .nav-link span,
.footer-widgets .widget_nav_menu ul li.menu-item-11.menu-item-home a {
	opacity: 0 !important;
}

@media screen and (min-width: 992px) {
	.site-header .current_page_item:after {
		content: '';
		vertical-align: .255em;
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-left: .3em solid transparent;
		color: #0B406C;
		position: absolute;
		left: 50%;
		top: 0;
		font-size: 33px;
		margin-left: 0 !important;
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
	.site-header #menu-item-11.current_page_item:after {
		color: #FFFFFF;
	}
}

#upper_nav,
#search_container {
	display: inline-block;
	float: right;
	width: auto;
}
#search_container {
	padding-top: 0 !important;
	padding-right: 0;
}
@media screen and (max-width: 767px) {
	.footer-widgets #search_container {
		display: block;
	}
}
@media screen and (max-width: 799px) {
	#search_container {
		display: none;
	}
}

li#menu-item-45.nav-item span {
	top: 0 !important;
	background-position-y: -7px;
	background-position-x: center;
	background-position: center -7px;
}

#nav-primary {
    top: 0px !important;
}

#nav-primary .dropdown-menu {
	background-color: #f5f5f5;
	padding: 0;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	border-top: 1px solid #FFFFFF !important;
}

#masthead {
-webkit-box-shadow: 0 -13px 10px 14px rgba(0,0,0,.34);
		box-shadow: 0 -13px 10px 14px rgba(0,0,0,.34);
}

@media screen and (max-width: 991px) {
	#nav-primary {
		background-color: #e0e0e0;
	}
	#masthead .nav-item {
		background-color: transparent !important;
	}
	#masthead .nav-item.active a span {
		color: #0B406C !important;
		font-weight: 700;
	}
	#masthead .menu-item-11.menu-item-home {
		display: none;
	}
}

.site-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.site-inner > .wrap {
	width: 100%;
	max-width: 100% !important;
    overflow: hidden;
    padding: 0;
    -webkit-box-shadow: 0px 10px 16px rgba(0,0,0,.22);
    	box-shadow:     0px 10px 16px rgba(0,0,0,.22);
}

.site-header.navbar {
	font-family: 'Lato', sans-serif;
	width: 100%;
	padding: 0;
	letter-spacing: 0.0125em;
	z-index: 9;
}

@media screen and (min-width: 1280px) {
	.site-header.navbar {
		min-height: 63px;
	}
}

.navbar-toggler-icon {
	outline: none !important;
}

@media screen and (min-width: 992px) {
	.site-header .nav-link .sub-arrow {
		color: #FFFFFF;
		position: absolute;
		left: 50%;
		top: 0;
		font-size: 33px;
		margin-left: 0 !important;
		-webkit-transform: translate(-50%, 0%);
		-moz-transform:    translate(-50%, 0%);
		-ms-transform:     translate(-50%, 0%);
		-o-transform:      translate(-50%, 0%);
		transform:         translate(-50%, 0%);
	}
}

@media screen and (max-width: 767px) {
	.site-inner {
		padding-bottom: 0px !important;
	}
}

#masthead > .wrap,
.site-header > .wrap {
	padding: 0;
}

#masthead .container,
#masthead .container .container {
	max-width: 100% !important;
}

.navbar-brand {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.site-header .navbar-brand .custom-logo {
	max-width: 200px;
	max-height: 58px;
}

@media screen and (max-width: 991px) {
	.navbar-brand {
		padding-top: 18px !important;
		padding-bottom: 16px !important;
	}
}

@media screen and (min-width: 768px) {
	.navbar-brand {
		padding-left: 15px;
	}
}

#searchform .icon i {
	color: #888;
}

#search_container #searchform {
	float: right;
	position: relative;
	min-width: 31px;
    min-height: 33px;
	width: 31px;
	overflow: hidden;
}

#searchform.focus {
	width: auto !important;
	overflow: hidden !important;
}

#searchform.focus .search-form {
	display: block !important;
}

#searchform a.icon {
	background: #FFFFFF;
	color: #008CD6 !important;
}

@media screen and (max-width: 1236px) {
	#searchform a.icon {
		background: transparent;
		color: #FFFFFF !important;
	}
	#searchform .icon i {
		color: #FFFFFF;
	}
	.footer-widgets #searchform a.icon {
		background: transparent;
		color: #000 !important;
	}
	.footer-widgets #searchform .icon i {
		color: #000;
	}
}

#searchform a:hover.icon,
#searchform.focus a.icon {
	outline: none !important;
}

#searchform.focus a.icon {
	background-color: transparent;
}

#searchform a.icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
	height: 31px;
	line-height: 33px;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	z-index: 99;
}

#searchform .search-form {
	width: 0px;
	overflow: hidden;
	max-height: 33px;
}

.footer-widgets #searchform.focus .search-form,
.footer-widgets #searchform.focus input[type="text"] {
	width: 217px;
}

#searchform.focus .search-form {
	width: 204px;
	display: none;
	visibility: visible;
	outline: none !important;
}

#searchform input[type="text"] {
	padding: 6px 0 4px 0px;
	color: rgba(255,255,255, 0);
	margin: 0;
	border-bottom: 0 !important;
}

#searchform input[type="text"] {
	/* -webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s; */
}

#searchform.focus input[type="text"] {
	background-color: #bdccf3;
	width: 204px;
	float: left;
	padding: 6px 0px 6px 10px;
	color: #0B406C;
	line-height: 19px;
	font-weight: 300;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	border: 1px solid #AAA !important;
	border-radius: 18.5px;
	outline: none !important;
}

#searchform input[type="text"]::placeholder {
    font-weight: 300 !important;
	color: #0B406C !important;
}

#searchform input[type="text"]::-moz-placeholder {
    font-weight: 300 !important;
	color: #0B406C !important;
}

#searchform input[type="text"]::-webkit-input-placeholder {
    font-weight: 300 !important;
	color: #0B406C !important;
}

#searchform input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 300 !important;
	color: #0B406C !important;
}

#searchform input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 300 !important;
	color: #0B406C !important;
}


#searchform input[type="submit"] {
	padding: 7px 11px 8px;
	vertical-align: top;
	float: left;
	margin-left: -39px;
	border-top: 1px solid #008CD6 !important;
	border-right: 1px solid #008CD6 !important;
	border-bottom: 1px solid #008CD6 !important;
	border-left: 0 !important;
	background-color: #FFF;

	display: none;
}

.footer-widgets #searchform input[type="submit"] {
	margin-left: -37px;
	padding: 9px 11px 8px;
}

.search-toggle,
.search-toggle:hover, .search-toggle.active,
.search-box {
	background-color: #008CD6;
}

.site-header .search-toggle,
.site-header .search-toggle:hover, .search-toggle.active,
.site-header .search-box {
	display: none;
}

.nav-item {
	position: relative;
	list-style: none;
}

.dropdown-item {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.nav-item a {
	color: #FFFFFF;
	padding: 0 .5rem !important;
}

.nav-item:last-of-type a {
	padding-right: 0 !important;
}

#header_top.container {
	background-color: #0B406C;
	color: #FFFFFF;
	max-width: 100% !important;
	float: left;
	display: block;
	padding: 4px 5%;
	clear: both;
	z-index: 10;
}

#header_top {
	position: relative;
	z-index: 999;
}

@media screen and (max-width: 767px) {
	#header_top {
		display: none !important;
	}
}

#header_top #menu-top {
	padding: 5px 0;
}

#header_top .widget {
	float: right;
	list-style: none;
	margin-left: 8px;
}

#upper_nav .nav-item a {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -.01em;
}

#upper_nav .nav-item a:hover,
#upper_nav .nav-item a:focus {
	color: #53bdf5;
}

#upper_nav #menu-item-90 a {
	font-size: 14px;
}

.site-header .nav-item a:hover,
.site-header .nav-item a:focus {
	background-color: #E0E0E0;
	color: #0B406C !important;
}

.site-header .nav-item a {
	min-height: 42px;
}

@media screen and (min-width: 992px) {
	#menu-main-menu {
		margin-right: -1rem !important;
		margin-left: auto !important;
	}
	#header_top.container {
		padding: 4px 10%;
	}
	body .site-header .nav-item.current-menu-item > a,
	body .site-header .nav-item.current-menu-ancestor > a,
	body .site-header .nav-item.current-page-ancestor > a,
	body .site-header .nav-item.current-page-ancestor > a span {
		background-color: #de1e37;
		color: #FFFFFF !important;
	}
	.site-header .nav-item.current-menu-ancestor > a {
	}
	.site-header .nav-item.current-menu-item a,
	.site-header .nav-item.current-menu-ancestor .current-menu-item a {
		background-color: #de1e37;
		color: #FFFFFF !important;
	}
	.site-header .nav-item.menu-item-11.menu-item-home a {
		background-color: #FFFFFF !important;
		border-bottom-color: #FFFFFF !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.site-header .nav-item a {
		padding: 10px 1rem !important;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		line-height: 40px;
	}
	 
	.site-header .navbar-nav > .nav-item > a:hover,
	.site-header .navbar-nav > .nav-item > a:focus {
		border-bottom: 3px solid #de1e37 !important;
	}
	.site-header .navbar-nav > .nav-item.current-menu-item > a,
	.site-header .navbar-nav > .nav-item > a {
		border-bottom: 3px solid transparent !important;
	}
	.site-header .nav-item .dropdown-menu a {
		padding: 0px 2rem 0px 1rem !important;
	}
	#nav-primary .dropdown-menu .dropdown-menu {
		margin-top: -40px !important;
	}
	.site-header .nav-item:last-of-type {
		/* margin-right: -1rem; */
	}
	.site-header ul.dropdown-menu {
		-webkit-box-shadow: inset 0px 9px 12px -10px rgba(0,0,0,.25), 0px 1px 2px rgba(0,0,0,.11);
		box-shadow: inset 0px 9px 12px -10px rgba(0,0,0,.25), 0px 1px 2px rgba(0,0,0,.11);
	}
}


@media screen and (min-width: 1200px) {
	.site-header .nav-item a {
		padding: 10px 2rem !important;
	}
	#menu-main-menu {
		margin-right: -2rem !important;
	}
}

#menu-item-89,
#menu-item-90 {
	margin-left: 6px;
}

#menu-item-89 a,
#menu-item-90 a {
	padding-left: 4px !important;
}

#menu-item-89 a,
#menu-item-90 a,
#menu-item-89:before,
#menu-item-90:before {
	color: #038cd6;
}

#menu-item-89:before,
#menu-item-90:before {

}

#menu-item-wpml-ls-28-en {
	margin-left: .5rem;
}

/* Headings */
.archive-title,
.entry-title {
	color: #0B406C;
	/* text-transform: uppercase; */
	font-size: 30px;
}
@media screen and (max-width: 768px) {
	.archive-title,
	.entry-title {
		font-size: 23px;
	}
}
@media screen and (max-width: 575px) {
	.archive-title,
	.entry-title {
		font-size: 20px;
	}
}

.archive-title:after,
.entry-title:after {
	background-color: #bdccf2;
	content: '';
	height: 1px;
	width: 110px;
	margin: 15px auto 0 0;
	display: block;
}

.segment {
	font-family: 'Lato', sans-serif;
	width: 100%;
	display: block;
	margin-bottom: 36px;
	clear: both;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: -.01em;
}

h2.segment:after {
	content: '';
	height: 1px;
	width: 110px;
	margin: 15px auto 0;
	display: block;
}

h2.segment:after {
	background-color: #58c1df;
}

.featured_industries .segment:after {
	background-color: #58c1df;
	margin: 15px auto 0 0;
}

.content .segment {
	color: #0B406C;
}

.content .segment:after {
	background-color: #0B406C;
	margin-left: 0;
}

/* Buttons (except newsletter sign up) */
.button_cta {
	background-color: #EDEDED;
	margin-right: 15px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	border-radius: 19px;
	outline: none !important;
}

.button_full {
	width: 100%;
}

.button_cta:hover,
.button_cta:focus {
	background-color: #CCC;
}

@media screen and (max-width: 991px) {
	.button_cta {
		padding: 6px 24px 7px;
	}
}

.button_cta.bg-light:hover,
.button_cta.bg-light:focus {
	background-color: #de1e37 !important;
	color: #FFFFFF !important;
}

/* Hero */
#hero {
	font-family: 'Lato', sans-serif;
	color: #FFF;
	background-color: #0B406C;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	-webkit-box-shadow: inset 0px 12px 10px -10px rgba(0,0,0,.22);
	box-shadow: 		inset 0px 12px 10px -10px rgba(0,0,0,.22);
}

@media screen and (max-width: 575px) {
	#hero {
		height: auto !important;
		display: block;
		float: left;
	}
}

body:not(.home) #hero {
	margin-bottom: 20px;
}

#hero .container-fluid {
	background-image: url('assets/images/hero_bg.svg');
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 1134px 842px;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 2;
}

#hero h2.h1 strong {
	color: #de1e37;
}

@media screen and (min-width: 768px) {
	#hero .col-md-7 {
		padding-right: 10%;
	}
}

@media screen and (min-width: 1700px) {
	#hero .col-md-7 {
		padding-right: 14%;
	}
}

@media screen and (max-width: 575px) {
	#hero .container-fluid {
		position: relative;
		height: auto !important;
		padding: 20px 0 12px;
	}
	#hero h1 {
		font-size: 24px;
		margin-bottom: 0 !important;
	}
	#hero p {
		font-size: 14px;
		line-height: 19px;
	}
}

@media screen and (max-width: 399px) {
	#hero h1 {
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	#hero h1 {
		font-size: 25px;
	}
}

@media screen and (min-width: 576px) {
	#hero .container-fluid {
		background-position: -780px 0;
	}
	#hero h1 {
		font-size: 19px;
	}
	#hero p {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	#hero .container-fluid {
		background-position: -600px 0;
	}
	#hero h1 {
		font-size: 27px;
	}
	#hero p {
		font-size: 12px;
	}
}

@media screen and (min-width: 850px) {
	#hero .container-fluid {
		background-position: -550px 0;
	}
	#hero h1 {
		font-size: 32px;
	}
	#hero p {
		font-size: 14px;
	}
}

@media screen and (min-width: 992px) {
	#hero .container-fluid {
		background-position: -500px 0;
	}
	#hero p {
		font-size: 18px;
	}
}

@media screen and (min-width: 1200px) {
	#hero .container-fluid {
		background-position: -350px 0;
	}
}

@media screen and (min-width: 1400px) {
	#hero .container-fluid {
		background-position: -250px 0;
	}
}

@media screen and (min-width: 1600px) {
	#hero .container-fluid {
		background-position: -200px 0;
	}
	#hero h1 {
		font-size: 50px;
	}
}

@media screen and (min-width: 1800px) {
	#hero .container-fluid {
		background-position: -0px 0;
	}
}

#hero h1 {
	color: #FFFFFF;
	margin-bottom: 22px;
	font-weight: 300;
	letter-spacing: -.03em;
}

#hero h1:after {
	content: '';
	background-color: #0B406C;
	height: 1px;
	width: 110px;
	margin-left: 0;
	display: block;
	margin-top: 18px;
}

#hero p {
	margin-bottom: 30px;
	font-weight: 300;
	letter-spacing: .015em;
}

@media screen and (min-width: 992px) {
	#hero p {
		font-size: 16px;
		line-height: 21px;
	}
}

@media screen and (min-width: 1498px) {
	#hero p {
		font-size: 27px;
		line-height: 32px;
	}
}

#hero p:last-of-type {
	margin-bottom: 0 !important;
}

.hero_content {
	position: relative;
	z-index: 10002;
}

#hero a {
	color: #FFFFFF;
	text-decoration: underline;
}

.hide {
	visibility: hidden;
}

.scale_util {
	max-width: 100%;
	height: auto;
	z-index: 10001;
}

#hero .scale_util {
	float: right;
	z-index: 1;
}

@media screen and (min-width: 576px) {
	#hero {
		overflow: hidden;
		background-size: 60%;
		background-position: 100% 50%;
	}
	#hero .scale_util {
		opacity: 0;
	}
	img.alignright {
		margin: 5px 0 5px 20px;
		width: 50%;
	}
}

@media screen and (max-width: 575px) {
	#hero .scale_util {
		opacity: 1;
		float: left;
	}
	.page-id-20 #hero .scale_util {
		margin-bottom: 0;
	}
}


.navbar-brand,
#header_top,
.site-header,
.scale_util,
.button_cta,
#newsletter_signup,
.footer-widgets,
.bk-button-circle {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* Home - Featured Technology */
#technology {
	color: #0B406C;
}

@media screen and (max-width: 767px) {
	#technology .col-md-4:first-of-type {
		order: 2;
	}
	#technology .col-md-4:nth-child(3) {
		order: 1;
	}
	#technology .col-md-4:nth-child(4) {
		order: 3;
	}
	#technology .col-md-4:nth-child(5) {
		order: 4;
	}
	#technology .col-md-4:nth-child(6) {
		order: 6;
	}
	#technology .col-md-4:nth-child(7) {
		order: 7;
	}
	#technology .col-md-4:nth-child(8) {
		order: 8;
	}
	#technology .col-md-4:nth-child(9) {
		order: 5;
	}
	#technology .col-md-4:nth-child(10) {
		order: 9;
	}
}

#technology .segment {
	text-align: center;
}

#technology .segment:after {
}

#technology h2 a,
#featured_products h2 a {
	color: inherit;
	text-decoration: none !important;
	font-weight: 500;
}


#technology h4 {
	font-size: 20px;
}

#technology h4:before {
	content: '';
	background-color: #E0E0E0;
	width: 4px;
	height: 32px;
	position: absolute;
	top: -4px;
	left: -4px;
}

#technology img {
	max-width: 250px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#technology img {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
	#technology h4 {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	#technology h4:before {
		left: 0;
	}
	#technology p {
		padding-right: 30px;
	}
}

#technology h4 {
	margin-bottom: 18px;
}

#technology p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-bottom: 36px;
	color: initial;
}

@media screen and (max-width: 1499px) {
	#technology p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1199px) {
	#technology p {
		font-size: 15px;
	}
}

@media screen and (max-width: 991px) {
	#technology p {
		font-size: 14px;
	}
}

#navtab_selector {
}

#navtab_selector.nav-tabs {
	border-bottom: 0;
}

#navtab_selector .nav-item a {
	background-color: #0B406C;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	color: #FFFFFF;
	border-radius: 0;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	text-align: center;
}

#navtab_selector .nav-item a:hover,
#navtab_selector .nav-item a:focus,
#navtab_selector .nav-item a.active {
	background-color: #E0E0E0;
	color: initial;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#navtab_selector {
		margin-left: -10% !important;
		margin-right: -10% !important;
	}
	#navtab_selector .nav-item a {
		font-size: 12px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
	#navtab_selector {
		margin-left: -7.5% !important;
		margin-right: -7.5% !important;
	}
	#navtab_selector .nav-item a {
		font-size: 13px;
	}
}

@media screen and (min-width: 1500px) {
	#navtab_selector {
		max-width: 1320px;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

/* Buttons, CTA */
button.cta_button {
	background-color: transparent;
	color: #008CD6;
	padding: 7px 30px;
	border: 2px solid #008CD6;
	outline: none !important;
	border-radius: 21px;
}

button.cta_button:hover,
button.cta_button:focus {
	color: #0B406C;
	border-color: #0B406C;
}

/* Entry content */
.content {
	font-family: 'Lato', sans-serif;
}

.entry-content {
	font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 991px) {
	.entry-content img.alignleft {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.entry-content img.alignleft {
		margin-right: 40px;
	}
}

#genesis-content {
	padding-top: 1.7%;
	padding-bottom: 1.7%;
	max-width: 100%;
	flex: 0 0 100%;
}

@media screen and (max-width: 991px) {
	#genesis-content {
		padding-top: 20px;
	}
}

.home #genesis-content {
	display: none;
}

.post-edit-link {
	position: absolute;
	top: 0px;
	right: 40px;
	color: #888;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none !important;
}

.post-edit-link:before {
	font-family: "Font Awesome\ 5 Pro";
	content: '\f040';
	margin-right: 3px;
}

/* Right sidebar */
.sidebar-secondary {
}

/* Home Featured Products */
#featured_products {
	background-color: #f4f5f5;
	color: #08306b;
	padding: 57px 0 32px;
	-webkit-box-shadow: inset 0px 12px 10px -10px rgba(0,0,0,.17);
	box-shadow: 		inset 0px 12px 10px -10px rgba(0,0,0,.17);
}

#featured_products .segment {
	margin-bottom: 60px;
	text-align: center;
}

@media screen and (max-width: 991px) {
	#featured_products {
		padding-bottom: 1px;
	}
}

.featured_products_inner {
	position: relative;
}

.featured_products_inner .col {
	position: relative;
	-webkit-box-shadow: inset 0px 12px 10px -10px rgba(0,0,0,.33);
	box-shadow: 		inset 0px 12px 10px -10px rgba(0,0,0,.33);
}

.featured_product {
	max-width: 456px !important;
	max-height: 447px;
	margin: 0 auto;
	margin-bottom: 43px;
}

@media screen and (min-width: 992px) and (max-width: 1398px) {
	.featured_product {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1368px) {
	.featured_products_inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.featured_product {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 490px) {
	.featured_product {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 575px) {
	#featured_products .segment {
		margin-top: 26px;
		float: left;
	}
	.featured_product {
		margin-bottom: 15px;
	}
}

.featured_product_inner {
	color: #FFFFFF;
	padding: 12% 15px;
	text-align: center;
	z-index: 999;
	position: relative;
}

.featured_product_inner > a {
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 10004;
}

.featured_product h3 {
	font-size: 36px;
	margin-bottom: 20px;
}


.featured_product p {
	font-weight: 300;
	padding: 0 36px;
	font-size: 14px;
}

@media screen and (min-width: 576px) {
	.featured_product h3 {
		font-size: 44px;
	}
	.featured_product p {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	.featured_product h3 {
		font-size: 28px;
	}
	.featured_product p {
		font-size: 14px;
	}
}

@media screen and (min-width: 992px) {
	.featured_product h3 {
		font-size: 24px;
	}
	.featured_product p {
		font-size: 12px;
	}
}

@media screen and (min-width: 1200px) {
	.featured_product h3 {
		font-size: 34px;
	}
	.featured_product p {
		font-size: 16px;
	}
}

@media screen and (min-width: 1398px) {
	.featured_product h3 {
		font-size: 44px;
	}
	.featured_product p {
		font-size: 16px;
	}
}

.link_cover,
.product_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.product_img {
	opacity: .33;
}

.featured_products_inner .scale_util {
	opacity: 0;
}

/* Featured Industries */
.featured_industries {
	background-color: #0B406C;
	position: relative;
	display: block;
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.featured_industries {
		max-height: 858px;
	}
}

.home .featured_industries {
	color: #FFFFFF;
}

.featured_industries > .container {
	max-width: 100% !important;
}

.home .featured_industries .container-fluid {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-size: 1158px 858px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 7%;
	z-index: 10002;
	-webkit-box-shadow: inset 0px -12px 10px -10px rgba(0,0,0,.99);
	box-shadow: 		inset 0px -12px 10px -10px rgba(0,0,0,.99);	
}

.industry_list .industry_item {
}

@media screen and (min-width: 768px) {
	.home .featured_industries .container-fluid {
		padding-right: 30px !important;
	}

	.home .featured_industries .container-fluid {
		padding-left: 261px;
	}
}

@media screen and (max-width: 991px) {
	.home .featured_industries .industry_list {
		float: left;
	}
}

@media screen and (min-width: 992px) {
	.home .featured_industries .segment {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	.home .featured_industries .container-fluid {
		padding-right: 5% !important;
	}
}

.featured_industries i {
	color: #008cd6;
	font-size: 44px;
	margin-bottom: 0;
	padding-bottom: 7px;
}

.featured_industries span {
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none !important;
	display: block;
}

.content .featured_industries span {
	color: #008cd6;
}

.featured_industries h4.segment {
	font-size: 1.5rem !important;
}

.featured_industries p {
	margin-bottom: 0;
}

.featured_industries h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: .025em;
	font-size: 18px;
	margin-bottom: 0;
}

.featured_industries span h4 {
	margin-bottom: 20px;
}

.home .featured_industries span h4 {
	color: #FFFFFF;
}

@media screen and (max-width: 991px) {
	.featured_industries span h4 {
		padding: 0 10%;
		font-size: 17px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.featured_industries i {
		font-size: 30px;
	}
	.featured_industries span h4 {
		margin-bottom: 30px;
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	.featured_industries i {
		font-size: 32px;
	}
	.featured_industries i {
	}
	.featured_industries span h4 {
		margin-bottom: 30px;
		font-size: 18px;
	}
}

@media screen and (min-width: 992px) {
	.featured_industries i {
		font-size: 32px;
	}
	.featured_industries span h4 {
		font-size: 11px;
	}
}

@media screen and (min-width: 1200px) {
	.featured_industries i {
		font-size: 36px;
	}
	.featured_industries span h4 {
		font-size: 16px;
	}
}

@media screen and (min-width: 1398px) {
	.featured_industries span h4 {
		font-size: 17px;
		padding: 0 9%;
	}
}

@media screen and (min-width: 1520px) {
	.featured_industries span h4 {
		font-size: 14px;
	}
	.home .featured_industries i {
		font-size: 40px;
	}
	.home .featured_industries span h4 {
		font-size: 21px;
	}
}

@media screen and (min-width: 1700px) {
	.featured_industries span h4 {
		padding: 0 12%;
	}
	.home .featured_industries span h4 {
		padding: 0 16%;
	}
}

.featured_industries span:hover,
.featured_industries span:focus {
	color: #008cd6;
}

.featured_industries .scale_util {
	margin-left: -85px;
	position: absolute;
	top: 0;
	/*
	-webkit-transform: translate(-50%, 0%);
	-moz-transform:    translate(-50%, 0%);
	-ms-transform:     translate(-50%, 0%);
	-o-transform:      translate(-50%, 0%);
	transform:         translate(-50%, 0%);
	*/
}

@media screen and (min-width: 992px) and (max-width: 1799px) {
	.featured_industries .col-lg-2 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media screen and (min-width: 992px) {
	.featured_industries .scale_util {
		right: -webkit-calc(66.66667% - 237px);
		right:    -moz-calc(66.66667% - 237px);
		right:      -o-calc(66.66667% - 237px);
		right:         calc(66.66667% - 237px);
	}
	.industry_list {
	}
}

@media screen and (min-width: 992px) {
	.featured_industries .scale_util {
		right: -webkit-calc(58.33333% - 237px);
		right:    -moz-calc(58.33333% - 237px);
		right:      -o-calc(58.33333% - 237px);
		right:         calc(58.33333% - 237px);
	}
	.industry_list {
	}
}

@media screen and (min-width: 1200px) {
	.industry_list {
	}
}

@media screen and (max-width: 991px) {
	.featured_industries {
		height: auto !important;
	}
	.home .featured_industries .container-fluid,
	.featured_industries .scale_util {
		position: relative;
	}
	.featured_industries .scale_util {
		margin-left: 0;
	}
	.home .featured_industries .container-fluid {
		background-color: #0B406C;
		margin-right: 0;
		margin-left: 0;
		padding: 20px 30px 40px;
		display: block;
		float: left;
	}
	.featured_industries h4,
	.featured_industries p {
		margin-bottom: 30px;
	}

}

@media screen and (min-width: 992px) {
	.home .featured_industries .container-fluid {
		background-image: url('assets/images/industries_bg.svg');
	}
}

/* Industries Landing Page Archive */
.post-type-archive-industries .featured_industries {
	/* background-color: #008cd6; */
	margin-bottom: 20px;
}

.featured_industries i,
.featured_industries span {
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.home .featured_industries i:hover,
.home .featured_industries i:focus,
.home .featured_industries span:hover,
.home .featured_industries span:focus,
.home .featured_industries span:hover i,
.home .featured_industries span:focus i {
	color: #FFFFFF;
}

.post-type-archive-industries .featured_industries i,
.post-type-archive-industries .featured_industries span {
	color: #008cd6;
}

.post-type-archive-industries .featured_industries i:hover,
.post-type-archive-industries .featured_industries i:focus,
.post-type-archive-industries .featured_industries span:hover,
.post-type-archive-industries .featured_industries span:focus,
.post-type-archive-industries .featured_industries span:hover i,
.post-type-archive-industries .featured_industries span:focus i {
	color: #0B406C;
}

/* Industry Pages */
.single-industries .has-1-column {
	width: 100%;
	float: left;
	display: block;
	clear: both;
}
.single-industries .industry_references a:before,
.woocommerce-Tabs-panel ul.pdf_links li a:before {
	font-family: "Font Awesome\ 5 Pro";
	content: '\f1c1';
	margin-right: 5px;
	font-size: 17px;
	text-decoration: none !important;
}

.single-industries .industry_references a,
.woocommerce-Tabs-panel ul.pdf_links li a {
	width: 100%;
	display: block;
}

.single-industries .industry_links a:before {
	font-family: "Font Awesome\ 5 Pro";
	content: '\f245';
	margin-right: 6px;
	font-size: 18px;
	text-decoration: none !important;
}
.woocommerce-Tabs-panel ul {
	width: 100%;
	display: block;
	clear: both;
	line-height: 29px;
}
.woocommerce img,
.woocommerce-page img {
	margin-bottom: 20px !important;
}

/* Industry & Product references & links */
#p0 {
	margin-bottom: 0;
}
#p0 .bk-button {
	outline: none !important;
}
.single-industries .entry-content .bk-paragraph a {
	width: 100%;
	display: block;
	clear: both;
}
.single-industries .entry-content .bk-paragraph a:nth-of-type(odd) {
	background-color: #f5f5f5;
	padding: 5px 10px 6px;
	border-bottom: 1px solid #DEDEDE;
}

.single-industries .entry-content .bk-paragraph a:nth-of-type(even) {
	padding: 5px 10px 6px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #DEDEDE;
}

.single-industries .entry-content .bk-paragraph a:last-of-type {
	border-bottom: 0 !important;
}

.single-product .bk_product_paragragh_center ul li:nth-of-type(odd) {
	background-color: #f5f5f5;
	padding: 5px 10px 6px;
	border-bottom: 1px solid #DEDEDE;
}

.single-product .bk_product_paragragh_center ul li:nth-of-type(even) {
	padding: 5px 10px 6px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #DEDEDE;
}

.single-product .bk_product_paragragh_center ul li:last-of-type {
	border-bottom: 0 !important;
}
/* Page Header */
.page_header {
	background-color: #008cd6;
	padding: 20px 0;
	margin-bottom: 20px;
	-webkit-box-shadow: inset 0px 12px 10px -10px rgba(0,0,0,.22);
	box-shadow: 		inset 0px 12px 10px -10px rgba(0,0,0,.22);
}

.page_header .archive-title,
.page_header .entry-title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	letter-spacing: .035em;
	font-weight: 300;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,18,116,.65);
}

.post-type-archive-industries .page_header {
}

/* Newsletter Sign Up */
.subscribe_style {
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.subscribe_style_alt {
	color: #021274;
	text-transform: lowercase;
	font-weight: 400;
}

#newsletter_signup {
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	background-color: #008cd6;
	color: #FFF;
	margin-bottom: -34px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 10002;
	position: relative;
	border-radius: 9px;
	-webkit-box-shadow: inset 0px 12px 10px -10px rgba(0,0,0,.22);
	box-shadow: 		inset 0px 12px 10px -10px rgba(0,0,0,.22);
}

#newsletter_signup .gform_wrapper {
	margin-top: 13px;
}


#newsletter_signup .gform_wrapper .gform_body {
	width: auto !important;
	float: left;
	display: inline-block;
}

@media screen and (max-width: 575px) {
	#newsletter_signup {
		max-width: -webkit-calc(100% - 60px) !important;
		max-width: -moz-calc(100% - 60px) !important;
		max-width: -ms-calc(100% - 60px) !important;
		max-width: -o-calc(100% - 60px) !important;
		max-width: calc(100% - 60px) !important;
	}
	#newsletter_signup .gform_wrapper .gform_body {
		width: 191px !important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.subscribe_style,
	.subscribe_style_alt {
		font-size: 13px;
	}
	.footer-widgets > .container {
		padding: 0 !important;
	}
	.footer-widgets .footer-widgets-1 {
		padding-left: 0;
		font-size: 10px;
	}
	.footer-widgets .footer-widgets-3 {
		/* padding-right: 0; */
	}
}

#newsletter_signup .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
}

body #newsletter_signup .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

@media screen and (min-width: 992px) {
	#newsletter_signup .gform_wrapper .top_label div.ginput_container {
		width: 270px;
	}
}

#newsletter_signup .gform_wrapper .top_label input {
	width: 100% !important;
	margin-right: 0 !important;
	padding: 6px 20px;
	border: 0;
	border-radius: 19px;
	outline: none !important;
}

#newsletter_signup .gfield_label {
	display: none;
}

#newsletter_signup .gform_footer {
	width: auto;
	float: left;
	display: inline-block;
	clear: none;
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
}

#newsletter_signup .gform_button {
	background-color: #0B406C;
	padding: 6px 70px 7px 30px !important;
	min-height: 36px;
	border-radius: 19px;
	color: #FFFFFF;
	margin-left: -38px;
	border: 0;
}

@media screen and (max-width: 575px) {
	#newsletter_signup .gform_button {
		padding: 7px 50px 7px 12px !important;
	}
}

.gform_wrapper .gfield_checkbox li label {
	font-family: 'Lato', sans-serif;
	font-size: .775rem !important;
	margin-top: 6px !important;
	padding-left: 4px;
}

/* Contact Page Form */
.contact_sales_form_wrapper.gform_wrapper {
	max-width: 400px !important;
}

.gform_wrapper .gform_footer {
	padding-top: 0 !important;
	margin-top: 14px !important;
}

.contact_sales_form_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	width: 100%;
	padding-right: 0;
	padding-bottom: 0;
}

.contact_sales_form_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date),
.contact_sales_form_wrapper.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date),
.contact_sales_form_wrapper.gform_wrapper .right_label li.hidden_label input,
.contact_sales_form_wrapper.gform_wrapper textarea {
	width: 100% !important;
	margin-left: 0 !important;
}

.contact_sales_form_wrapper.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
	padding-right: 0;
}

input[type="text"]::placeholder,
textarea::placeholder {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.gform_button {
	border-radius: 19px;
	padding: 6px 35px 7px;
	background-color: #008CD6;
	outline: none !important;
	border: 0;
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: .023em;
}

.gform_fields .gfield_label {
	padding-left: 6px !important;
}

.gform_fields .validation_message {
	width: 100% !important;
	margin-left: 0 !important;
	padding-left: 9px !important;
	padding-top: 6px !important;
}

.gform_wrapper li.gfield.gfield_error {
	max-width: 100% !important;
}

body .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
	margin-left: 0 !important;
}

/* Sidebar widgets */
.sidebar .widget {
	border: none !important;
	overflow: hidden;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget_title {
	color: #0B406C;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .05em;
}

.sidebar .widget ul.menu  {
	padding-left: 0;
	margin-bottom: 0;
}

.sidebar .widget .menu li {
	list-style: none;
	border-bottom: 1px solid #ededed;
}

.sidebar .widget ul > li:last-of-type {
	border-bottom: 0;
}

.sidebar .widget ul.menu ul {
	padding-left: 15px;
}

.sidebar .widget_nav_menu ul li a {
	padding: 4px 0;
	display: block;
}

.sidebar .textwidget p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #343434;
	font-size: 13px;
	padding: 0 5px;
}

.sidebar .widget_banner p {
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 0;
	color: #6C757D !important;
	width: 100%;
	padding: 0 22px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 300;
	text-align: left;
	line-height: 59px;
	text-shadow: 1px 1px 1px rgba(0,18,116,.17);
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,.0) 0%, rgba(255,255,255,.87) 56%);
	background-image: -moz-linear-gradient(left, rgba(255,255,255,.0) 0%, rgba(255,255,255,.87) 56%);
	background-image: -o-linear-gradient(left, rgba(255,255,255,.0) 0%, rgba(255,255,255,.87) 56%);
	background-image: linear-gradient(to left, rgba(255,255,255,.0) 0%, rgba(255,255,255,.87) 56%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF00', endColorstr='#FFFFFFFF', GradientType=0);
}

/* Mobile secondary nav */
#secondary_nav > .dropdown > .dropdown-toggle:after {
    margin-top: 10px;
    margin-right: 2px;
    float: right;
}

@media screen and (min-width: 768px) {
	#secondary_nav .dropdown-toggle:after {
		right: 13px;
		position: absolute;
		top: 16px;
	}
}

#sub-drop-nav .nav-item a {
	width: 100%;
	display: block;
	padding: 3px .5rem !important;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

#sub-drop-nav .nav-item.current-menu-item > a,
#sub-drop-nav .dropdown-item.active,
.single-post .sidebar .current_page_parent a {
    color: #0B406C !important;
    font-weight: 700 !important;
    border-radius: 5px 5px 0 0;
    background: transparent !important;
}

#sub-drop-nav .dropdown-item:hover,
#sub-drop-nav .dropdown-item:focus {
	color: #0B406C;
}

#sub-drop-nav .nav-item:hover,
#sub-drop-nav .nav-item:focus {
	text-decoration: none;
	background-color: #f8f9fa;
}

#secondary_nav > .dropdown > .dropdown-menu {
	margin-bottom: 15px;
}

#secondary_nav .dropdown-menu {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	#sub-drop-nav {
		/* display: none; */
	}
	#sub-drop-nav .navbar-nav {
		margin-left: -.75rem;
	}
}

.sidebar .widget,
#secondary_nav .navbar-nav .dropdown-menu {
	float: left;
	width: 100%;
	display: block;
	border: 0;
}

#secondary_nav .dropdown-menu .nav-item a {
	text-decoration: none !important;
}

@media screen and (max-width: 767px) {
	#secondary_nav .dropdown-menu {
		margin-top: 2px;
	}
	.sidebar .widget_nav_menu {
		display: none !important;
	}
	#secondary_nav > .dropdown > .dropdown-toggle {
		width: 100%;
		text-align: left;
		background-color: transparent;
		color: #0B406C;
		border-radius: 0;
		border: 3px solid #0B406C;
		margin-bottom: 15px;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border-radius: 0;
	}
	#secondary_nav .dropdown-menu {
		width: 100%;
		top: 40px !important;
		top: 37px !important;
		border-radius: 0;
		border: 3px solid;
		transform: none !important;
	}
	#sub-drop-nav .nav-item.current-menu-item > a,
	#sub-drop-nav .dropdown-item.active {
		color: #FFFFFF !important;
		background-color: #de1e37 !important;
	}
	#secondary_nav .dropdown-menu .nav-item a {
		padding: 10px .75rem !important;
		border-radius: 0 !important;
	}
	#secondary_nav .dropdown-menu a.dropdown-item {
		padding: 10px 1.25rem !important;
	}
	#sub-drop-nav .nav-menu > .nav-item:first-of-type a {
		padding-top: 12px;
	}
	#sub-drop-nav .nav-menu > .nav-item:last-of-type a {
		padding-bottom: 12px;
	}
}

@media screen and (min-width: 768px) {
	#secondary_nav > .dropdown > .dropdown-toggle {
		display: none;
	}
	#secondary_nav .dropdown-menu {		
		display: block;
		float: left;
		width: 100%;
		clear: both;
		border: 0;
	}
	#secondary_nav .dropdown-menu .nav-item a,
	#secondary_nav .dropdown-menu a.dropdown-item {
		border-bottom: 1px solid #EFEFEF;
	}
	#secondary_nav .dropdown-menu .nav-item:last-of-type a {
		border-bottom: 0 !important;
	}

	#secondary_nav .dropdown-menu .nav-item a {
		padding: 6px .75rem !important;
	}

	#secondary_nav .dropdown-menu a.dropdown-item {
		/*padding: 6px 1.25rem 3px 1.25rem !important;*/
        padding: 6px 0.20rem 3px 1.20rem !important;
        font-size:14px;
	}
}

/* Sidebar Form */
.sidebar .gform_wrapper .left_label li.hidden_label input,
.sidebar .gform_wrapper .right_label li.hidden_label input,
.sidebar .gform_wrapper textarea,
.sidebar .ginput_container {
	width:  100% !important;
	margin-left: 0 !important;
}

.sidebar .gform_wrapper .right_label .gfield_label {
	width: 100% !important;
	text-align: left;
}

.sidebar .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
	padding-right: 0 !important;
}

.sidebar .gform_body {
	max-width: 400px;
}
body .gform_wrapper ul li.gfield {
	padding-right: 0 !important;
}
.sidebar .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
	margin-bottom: 0 !important;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}
.gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}
.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox {
	width: 100% !important;
}
.sidebar #field_1_7 > label {
	display: none;
}
/* Regular Sidebar*/
.widget_recent_entries li a {
	font-size: 12px;
}
.sidebar .widget_archive ul li, .sidebar .widget_categories ul li, .sidebar .widget_meta ul li, .sidebar .widget_recent_comments ul li, .sidebar .widget_recent_entries ul li {
	padding: .5rem 0rem !important;
}
.sidebar .widgettitle {
	padding: .5rem 0rem !important;
	background-color: transparent !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
	font-size: 19px;
}
/* Footer */
.footer-widgets {
	font-family: 'Lato', sans-serif;
	background-size: 2235px 351px;
	background-position: 0 75px;
	background-repeat: repeat no-repeat;
	position: relative;
	z-index: 10001;
	font-size: 14px;
	border-bottom: 0 !important;
	padding-top: 10rem !important;
	padding-bottom: 30px !important;
}

#media_image-3 {
	text-align: center;
}
#media_image-3 img {
	max-width: 50% !important;
	margin:0 auto 8px;
}

.footer-widgets.bg-light {
	background-color: #DDDDDD!important;
	-webkit-box-shadow: inset 0px 12px 10px -10px rgba(0,0,0,.17);
	box-shadow: 		inset 0px 12px 10px -10px rgba(0,0,0,.17);
}

.footer-widgets .widget-area:nth-of-type(3) .widget {
	width: 217px;
	margin: 0 auto;
	display: block;
	clear: both;
	float: right;
}

@media screen and (min-width: 576px) {
	.footer-widgets .widget-area:last-of-type {
		/* justify-content: flex-end!important;
		align-items: flex-end!important;
		display: flex!important; */
	}
}

@media screen and (max-width: 575px) {
	.footer-widgets {
		background-position: bottom left;
		background-size: cover;
	}
	.footer-widgets .widget-area {
		margin-bottom: 30px;
		float: left;
	}
	.footer-widgets .widget-area:last-of-type {
		margin-bottom: 0;
	}
	.footer-widgets .widget-area:nth-of-type(3) .widget {
		float: left;
	}
}

@media screen and (max-width: 767px) {
	.footer-widgets #custom_html-11 .custom-html-widget {
		float: left;
		width: auto;
	}
	.footer-widgets .widget-area #custom_html-11 {
		width: auto !important;
	}
	.footer-widgets #search_container {
		padding-left: 0;
	}
}

body .site-footer {
	color: #FFFFFF !important;
	background-color: #0c406c !important;
	font-weight: 500;
	letter-spacing: -.01em;
}

.site-footer a {
	color: #008cd7 !important;
}

.site-footer {
	font-family: 'Lato', sans-serif;
	/* margin-top: -56px; */
	position: relative;
	z-index: 100;
	font-size: 16px;
	padding: 1rem 0 1.25rem !important;
	font-weight: 300;
	letter-spacing: .02em;
}

@media screen and (max-width: 991px) {
	.site-footer {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.footer-widgets {
		font-size: 12px;
	}
	.site-footer {
		font-size: 12px;
	}
}

@media screen and (max-width: 576px) {
	.footer-widgets {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.footer-widgets {
		padding: 4rem 15px !important;
	}
}

.site-footer > .wrap {
	padding-top: 0 !important;
}

.footer-widgets i {
	color: #007bff;
}

#menu-main-menu-2 {
	margin-top: -27px;
}

.footer-widgets ol li,
.footer-widgets ul li {
	margin-bottom: 0 !important;
	width: 100%;
	display: block;
	float: left;
	text-align: left;
}

.footer-widgets ol > li > a,
.footer-widgets ul > li > a:not(.js-wpml-ls-item-toggle),
.footer-widgets ul > li > a:not(.wpml-ls-link) {
	/* padding: 4px 0; */
}

.footer-widgets .widget_nav_menu ul li a {
	padding: 2px 0;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .05em;
	color: #008CD6;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0,18,116,.17);
}

.footer-widgets .widget_nav_menu ul li a:hover,
.footer-widgets .widget_nav_menu ul li a:focus {
	color: #0B406C;
	text-decoration: none;
}

@media screen and (min-width: 576px) {
	.footer-widgets .widget_nav_menu ul li a {
	}
}

body li.menu-item-1516 {
	text-indent: -99999px;
	height: 42px;
	display: block;
	margin-bottom: 4px !important;
}
li.menu-item-1516 a {
	display: block;
	height: 42px;
}

li.menu-item-1516 a:before {
	content: '';
	background-color: #FFF;
    background-image: url("../../../wp-content/uploads/2019/03/Home_Icon.png");
	position: relative;
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	border-radius: 50%;
	background-position-y: -1px !important;
	background-position-x: -10px !important;
}

li.menu-item-1516 a:before {
    top: 0 !important;
    background-position-y: -10px;
}

.footer-widgets li.menu-item-1516 a:before {
	background-position-x: 0px !important;
	margin-left: -10px;
}

/* Company Pages */
.right-side-dist {
	font-size: 12px;
}

/* Technology Pages */
.tblue.b {
	color: #008CD5;
	font-weight: bold;
}

/* Product Page */
.page-id-17 .woocommerce {
	display: none !important;
}

/* Product Pages */
.single-product .entry-summary,
.single-product .wc-tabs,
.woocommerce-product-gallery,
.woocommerce-Tabs-panel > h2 {
	display: none;
}

.woocommerce-Tabs-panel ul {
	padding-left: 0;
}
.woocommerce-Tabs-panel ul li {
	list-style: none;
}

.single-product .related.products {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 30px;
}

/* Downloads page */
.esg-grid .mainul {
	min-width: 100%;
	width: 100%;
	display: block;
	clear: both;
	position: relative;
	float: left;
}

#downloads-nav ul {
	display: block !important;
}

#downloads-nav .nav-item {
}

#downloads-nav .nav-item a {
    width: 100%;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 6px 34px 7px !important;
    background-color: #f5f5f5;
    color: #000;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 19px;
    text-align: center;
    margin-bottom: 15px;
}

#downloads-nav .nav-item a:hover,
#downloads-nav .nav-item a:focus {
	background-color: #CCC;
}

@media screen and (min-width: 720px) {
	#downloads-nav .nav-item {
		width: 50%;
		display: inline-block;
		float: left;
		clear: none;
	}
	#downloads-nav .nav-item:nth-of-type(odd) {
		padding-right: 15px;
	}
	#downloads-nav .nav-item:nth-of-type(even) {
		padding-left: 15px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1499px) {
	#downloads-nav {
		margin-right: -40%;
	}
}

@media screen and (max-width: 991px) {
	.page-id-20 #hero  {
		height: auto !important;
	}
	.page-id-20 #hero .container-fluid {
		position: relative;
		background-color: #008CD6;
	}
	.page-id-20 #hero .col-md-7 {
		padding: 20px 15px 25px 0;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
}

/* Download pages */
.bk-button-circle {
	outline: none !important;
}

.bk-button-circle-blue {
	background-color: #008CD6 !important;
}

a.link-download {
	color: #008CD6;
}

.page-id-240 #download_links {
	max-width: 780px !important;
}

#video_list h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
@media screen and (max-width: 1299px) {
	#video_list .col-lg-6 {
		min-width: 100%;
		flex: 0 0 100%;
	}
}
@media screen and (min-width: 1300px) {
	#video_list .col-lg-6:nth-of-type(odd) {
		padding-right: 15px !important;
	}
	#video_list .col-lg-6:nth-of-type(even) {
		padding-left: 15px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#video_list {
		padding: 0 -webkit-calc(5% - 15px);
		padding: 0 -moz-calc(5% - 15px);
		padding: 0 -ms-calc(5% - 15px);
		padding: 0 -o-calc(5% - 15px);
		padding: 0 calc(5% - 15px);
	}
}
/* Layout Utitlities */
@media screen and (max-width: 767px) {
	#video_list h4 {
		font-size: 14px;
	}
	#tablet_spy {
		display: block;
		visibility: visible;
	}
}

@media (min-width: 768px) {
	#tablet_spy {
		display: none;
		visibility: hidden;
	}
}


/* Bootstrap Grid Customization */
.content-sidebar .content-sidebar-wrap {
	display: block !important;
}

.content-sidebar-wrap,
.full-width-content .content,
.site-main > .row {
	margin: 0 auto !important;
}
@media screen and (max-width: 767px) {
	body:not(.home) .content-sidebar-wrap {
		padding: 0 15px;
	}
}
@media screen and (min-width: 576px) {
	.container {
		max-width: 100% !important;
	}
}
@media screen and (max-width: 575px) {
	#masthead > .wrap {
		max-width: 100% !important;
		padding: 0 !important;
	}
	#masthead .navbar-brand {
		margin-left: 30px;
	}
	#masthead .navbar-toggler {
		margin-right: 30px;
	}
	#masthead .navbar-nav {
		padding: 0 30px !important;
	}
	#masthead > .wrap,
	.featured_products_inner,
	.post-type-archive .content-sidebar-wrap,
	.blog .content-sidebar-wrap,
	.single .content-sidebar-wrap,
	.content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.full-width-content .content
	.site-main > .row {
		max-width: 100% !important;
		padding: 0 30px;
	}
	.container {
		max-width: 100% !important;
	}
	#hero .container-fluid {
		padding-left: 30px
	}
}
@media screen and (min-width: 576px) and (max-width: 991px) {
	#masthead > .wrap {
		max-width: 100% !important;
		padding: 0 !important;
	}
	#masthead .navbar-brand {
		margin-left: 5%;
	}
	#masthead .navbar-toggler {
		margin-right: 5%;
	}
	#masthead .navbar-nav {
		padding: 0 5% !important;
	}
	#masthead .nav-item a {
		padding: 9px 0 !important;
	}
	.featured_products_inner,
	.post-type-archive .content-sidebar-wrap,
	.blog .content-sidebar-wrap,
	.single .content-sidebar-wrap,
	.content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.full-width-content .content
	.site-main > .row {
		max-width: 100% !important;
		padding: 0 5%;
	}
	.container {
		max-width: 90% !important;
	}
	#hero .container-fluid {
		padding-left: 5%;
	}
}
@media screen and (max-width: 991px) {
	#masthead .nav-item a {
		padding: 9px 0 !important;
	}
	#masthead .navbar-nav > .nav-item:nth-of-type(2) a {
		padding-top: 18px !important;
	}
	#masthead .navbar-nav > .nav-item:last-of-type a {
		padding-bottom: 18px !important;
	}
	#masthead .navbar-nav .page-item-40 {
		display: none;
	}
}
@media (min-width: 992px) {
	#masthead > .wrap,
	.featured_products_inner,
	.post-type-archive .content-sidebar-wrap,
	.blog .content-sidebar-wrap,
	.single .content-sidebar-wrap,
	.content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.full-width-content .content,
	.site-main > .row {
		max-width: 80% !important;
	}
	.full-width-content .content {
		padding: 0 !important;
	}
	#hero .container-fluid {
		padding-left: 10%;
	}
	.container {
		max-width: 80% !important;
	}
}
@media (min-width: 1200px) {
	#masthead > .wrap,
	.featured_products_inner {
		max-width: 80% !important;
	}
	#hero .container-fluid {
		padding-left: 10%;
	}
	#header_top,
	.container {
		max-width: 80% !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1398px) {
	.featured_products_inner.container {
		max-width: 100% !important;
	}
}

@media screen and (min-width: 1520px) {
	.featured_products_inner {
		max-width: 1520px !important;
	}
}
@media (min-width: 1600px) {
	#header_top,
	#masthead > .wrap,
	.featured_products_inner {
		max-width: 80% !important;
	}
	#hero .container-fluid {
		padding-left: 10%;
	}
}

/* Bootstrap Grid Custimization Sidebar-Content-Sidebar layout */
@media screen and (max-width: 1199px) {
	.sidebar-content-sidebar .sidebar-secondary {
		width: 370px;
		max-width: 100%;
		margin-left: 0 !important;
		padding-top: 20px !important;
		flex: none !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.sidebar-content-sidebar .sidebar-primary {
		max-width: 200px;
		flex: 0 0 200px;
	}
	.sidebar-content-sidebar .content {
		max-width: -webkit-calc(100% - 200px);
		max-width:    -moz-calc(100% - 200px);
		max-width:     -ms-calc(100% - 200px);
		max-width:      -o-calc(100% - 200px);
		max-width:         calc(100% - 200px);
		flex: 0 0 calc(100% - 200px);
	}
}
@media screen and (min-width: 1200px) {
	.sidebar-content-sidebar .sidebar-primary {
		max-width: 200px;
		flex: 0 0 200px;
	}
	.sidebar-content-sidebar .sidebar-secondary {
		max-width: 240px;
		flex: 0 0 240px;
	}
	.sidebar-content-sidebar .content {
		max-width: -webkit-calc(100% - 440px);
		max-width:    -moz-calc(100% - 440px);
		max-width:     -ms-calc(100% - 440px);
		max-width:      -o-calc(100% - 440px);
		max-width:         calc(100% - 440px);
		flex: 0 0 calc(100% - 440px);
		padding-right: 2.5rem!important;
	}
}
@media screen and (min-width: 1600px) {
	.sidebar-content-sidebar .sidebar-primary {
		max-width: 260px;
		flex: 0 0 260px;
	}
	.sidebar-content-sidebar .sidebar-secondary {
		max-width: 303px;
		flex: 0 0 303px;
	}
	.sidebar-content-sidebar .content {
		max-width: -webkit-calc(100% - 563px);
		max-width:    -moz-calc(100% - 563px);
		max-width:     -ms-calc(100% - 563px);
		max-width:      -o-calc(100% - 563px);
		max-width:         calc(100% - 563px);
		flex: 0 0 calc(100% - 563px);
		padding-right: 3rem!important;
	}
}
#secondary_nav > .dropdown > .dropdown-menu ul li{width:100%;
}
#secondary_nav > .dropdown > .dropdown-menu ul#menu-products-menu li,
#secondary_nav > .dropdown > .dropdown-menu ul#menu-products-menu-russian li,
#secondary_nav > .dropdown > .dropdown-menu ul#menu-products-menu-spanish li,
#secondary_nav > .dropdown > .dropdown-menu ul#menu-products-menu-italian li,
#secondary_nav > .dropdown > .dropdown-menu ul#menu-products-menu-french li,
#secondary_nav > .dropdown > .dropdown-menu ul#menu-products-menu-german li,
#secondary_nav > .dropdown > .dropdown-menu ul#menu-products-menu-japanese li,
#secondary_nav > .dropdown > .dropdown-menu ul#menu-products-menu-portuguese-brazil li{
margin-bottom:30px;
}
#secondary_nav .dropdown-menu .nav-item a{white-space: normal;}

/* Parallax */
.parallax-window {
	background-size: cover;
	background-position: 50%;
}

.parallax-window {
	min-height: 400px;
	position: relative;
}

.parallax-window.imagebg {
	z-index: 2;
}

.parallax-window > .container-fluid {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 400px;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}

.parallax-window {
	background-size: cover;
	background-position: 50%;
}

@media screen and (min-width: 768px) {
	.parallax-window,
	.parallax-window > .container-fluid {
		min-height: 530px;
	}
	.home .parallax-window,
	.home .parallax-window > .container-fluid {
		min-height: auto;
	}
}

@media screen and (max-width: 575px) {
	.parallax-window,
	.parallax-window > .container-fluid {
		min-height: 230px;
	}
}