/*
	Theme Name: Jorgensen
	Theme URI: http://doubleberry.com
	Description: Jorgensen Conveyors
	Version: 1.0.0
	Author: Doubleberry Interactive, LLC
    Author URI: http://www.doubleberry.com
	Tags: HTML5, CSS3
*/

/** Global
 ---------------------------------------------------------*/

@font-face {
	font-family: avenirBook;
	src: url(fonts/avenirBook.ttf);
}

@font-face {
	font-family: avenirRoman;
	src: url(fonts/avenirRoman.ttf);
}

@font-face {
	font-family: avenirHeavy;
	src: url(fonts/avenirHeavy.ttf);
}

body.home .mainContent {
	background-image: url(assets/background.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

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

.searchBox {
	position: absolute;
	right: -160px;
	top: 23px;
	transition: all 0.1s ease;
}

.mobileSearchBox {
	display: none;
	position: absolute;
	top: 50px;
	left: -200px;
	transition: all 0.1s ease;
	width: 30%;
}

#discoverSolutionSubheading {
	font-family: avenirRoman;
	font-size: 12pt;
	color: white;
	margin: 0 0 20px 0;
}

.showSearchBox {
	right: 2px;
}

.showMobileSearchBox {
	left: 20px;
}

.carousel-indicators {
	bottom: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	padding: 0 0 10px 20px;
	margin: 0;
	text-align: left;
	list-style: none;
	display: block;
}

.carousel-indicators li {
	border: none;
	background-color: #888b8d;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	border-radius: 50%;
}

.carousel-indicators .active {
	background-color: #0f206c;
	border: none;
}

.starter-template {
	padding: 40px 15px;
	text-align: center;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: ' ';
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.logo {
	display: inline-block;
	/*height: 128px;*/
	width: 75%;
	padding: 0;
	margin: 10px 0 0 0;
}

.navRight {
	width: 50%;
	float: right;
	margin-top: -123px;
	position: relative;
	overflow: hidden;
}

.navbar {
	margin-bottom: 0;
	border-left: none;
	border-bottom: none;
	border-right: none;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.navbar-default .rightLinks li a {
	padding-top: 0;
	padding-bottom: 0;
	color: #35478c;
	font-family: avenirHeavy;
}

.navbar-default .rightLinks li a:hover {
	color: #3475e3;
}

.navRight .navbar-nav {
	display: block;
}

.rightLinks li {
	border-right: 1px solid #35478c;
}

.rightLinks li.noLine {
	border-right: 0;
}

.rightSocial li a {
	padding: 0;
	margin: 30px 0 0 20px;
}

.rightSocial .fa-facebook-square {
	color: #35478c;
}

.rightSocial .fa-facebook-square:hover {
	color: #283569;
}

.rightSocial .fa-youtube-square {
	color: #e64c3c;
}

.rightSocial .fa-youtube-square:hover {
	color: #ad392d;
}

.rightSocial .fa-linkedin-square {
	color: #027bb5;
}

.rightSocial .fa-linkedin-square:hover {
	color: #025c88;
}

.navbar-default {
	background: #ffffff;
	border-bottom: 1px solid #333333;
}

.navbar-nav-main {
	width: 100%;
	text-align: center;
}

.navbar-nav-main > li {
	float: none;
	display: inline-block;
	position: relative;
}

.navbar-default .navbar-nav-main > li a {
	padding: 10px 20px;
	font-family: avenirHeavy;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

.navbar-default .navbar-nav-main > li > a:hover {
	background: #f2f2f2;
	color: #3475e3;
}

/* Dropdown menu styles */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li {
	display: block;
}

.dropdown-menu > li > a {
	display: block;
	/* padding: 3px 20px; */
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

/* Hide mobile-only elements on desktop */
.mobile-only {
	display: none;
}

/* Desktop hover behavior - no toggle button needed */
@media (min-width: 768px) {
	.navbar-nav-main > li:hover .dropdown-menu {
		display: block;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}

	.dropdown:hover .dropdown-menu .dropdown .dropdown-menu {
		display: none;
	}

	.dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
		display: block;
		padding: 2vw 25vw;
		margin-top: 0;
	}

	/* Add caret for desktop items with children - all levels */
	.menu-item-has-children .nav-link::after {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 5px;
		vertical-align: middle;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}
}

/* Mobile click behavior - toggle button visible and functional */
@media (max-width: 767px) {
	.mobile-only {
		display: inline-block; /* Show mobile-only elements */
	}

	/* Reset all positioning for mobile - keep nav container in normal flow */
	.navbar-nav {
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
	}

	/* All li elements need relative positioning to be positioning context for dropdowns */
	.navbar-nav li {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
	}

	/* Parent menu items with children */
	.menu-item-has-children {
		min-height: auto !important;
	}

	/* Container for link and button on mobile - all levels with children */
	.menu-item-has-children .menu-item-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
	}

	/* Dropdown menus should be absolutely positioned relative to their parent li */
	.navbar-nav li .dropdown-menu {
		position: relative !important;
		top: 100% !important;
		left: 0 !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
		width: 100vw;
		margin: 0 !important;
		margin-left: calc(-50vw + 50%);
		padding: 0 !important;
		background-color: #f2f2f2;
		/* border: 1px solid #ddd; */
		/* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
		box-shadow: none;
		display: none;
		z-index: 1000;
		overflow: hidden; /* Ensure smooth slide animation */
	}

	/* Dropdown menu items should be static within the absolute dropdown */
	.navbar-nav li .dropdown-menu li {
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
	}

	.navbar-nav li .dropdown-menu li:first-child {
		border-top: 1px solid #ccc;
	}

	/* Hide caret on mobile since we have the toggle button - all levels */
	.menu-item-has-children .nav-link::after {
		display: none;
	}

	/* Hide dropdown-toggle::after on mobile */
	.dropdown-toggle::after {
		display: none;
	}

	/* Dropdown toggle button styles - all levels */
	.menu-item-has-children .dropdown-toggle {
		background: none;
		border: none;
		padding: 10px 5px;
		color: #000000;
		cursor: pointer;
		font-size: 12px;
		flex-shrink: 0; /* Prevent button from shrinking */
	}

	/* Mobile-only dropdown toggle specific styles */
	.dropdown-toggle.mobile-only {
		padding: 10px 15px;
		margin-right: 15px;
	}

	.menu-item-has-children .dropdown-toggle:hover {
		color: #fd7e14;
	}

	.menu-item-has-children .dropdown-toggle:focus {
		outline: none;
	}

	.menu-item-has-children .dropdown-toggle .caret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}

	.dropdown-toggle.mobile-only[aria-expanded='false'] .caret {
		transform: rotate(0deg);
		color: #000000;
	}

	.dropdown-toggle.mobile-only[aria-expanded='true'] .caret {
		transform: rotate(180deg);
		color: #fd7e14;
	}

	/* Second level dropdown menus - add top and bottom padding */
	.dropdown-menu .dropdown-menu {
		padding: 10px 0 !important;
	}

	.dropdown .dropdown-menu .dropdown .dropdown-menu {
		position: relative !important;
		/* padding-left: 15px !important; */
		padding: 10px 15px !important;
	}

	/* All dropdown menu list items - full width and reset height for mobile */
	.navbar-nav li .dropdown-menu li {
		width: 100%;
		line-height: 1.2 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	/* Reset height for first level dropdown links on mobile */
	.navbar-nav li .dropdown-menu li a {
		padding: 8px 20px !important;
		line-height: 1.2 !important;
		margin: 0 !important;
		display: block; /* Ensure links take full width */
	}

	.navbar-nav > li .dropdown-menu li a {
		padding: 10px 20px !important;
	}

	/* Second level dropdown menu list items - add left padding and remove border */
	.dropdown-menu .dropdown-menu li {
		padding-left: 15px !important;
		border: none !important;
	}

	/* Specific selector for nested dropdown first-half items on mobile */
	.dropdown .dropdown-menu .dropdown .dropdown-menu li.first-half {
		width: 100% !important;
		float: none !important;
	}

	.navbar-nav li .dropdown-menu.show {
		display: block;
	}
}

.dropdown-menu > li {
	display: inline-flex;
}

.full-width.dropdown {
	position: static;
}
.full-width.dropdown > .dropdown-menu {
	right: 0;
}
.full-width.dropdown > .dropdown-menu > li > a {
	white-space: normal;
}

.topLevelLi:hover .topLevelUl {
	display: block;
	margin-top: 0;
}

.topLevelUl {
	text-align: center;
	background: #f2f2f2;
	border-radius: 0;
}

.navbar-default .navbar-nav-main .topLevelUl li a {
	text-transform: capitalize;
}

.topLevelUl li a:hover {
	color: #3475e3;
}

.nav .topLevelUl .open > a {
	color: #3475e3;
	background: transparent;
}

.topLevelUl ul {
	margin: 0;
	background: #f2f2f2;
	padding-bottom: 35px;
	padding-top: 30px;
	border-radius: 0;
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.topLevelUl ul li {
	display: block;
	padding: 5px 0;
}

.topLevelUl ul li a:hover {
	text-decoration: none;
}

.navbar-default .navbar-nav-main .topLevelUl li ul li a {
	text-transform: capitalize;
	font-family: AvenirBook;
	padding: 0;
}

.columnContainer {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.navbar-nav-main > .onlyMobile {
	display: none;
}

.onlyMobile.search {
	position: absolute;
	top: 25px;
	display: none;
	list-style-type: none;
	margin-left: 20px;
}

.onlyMobile.search a {
	color: #3475e3;
	text-decoration: none;
	font-family: avenirHeavy;
	padding: 15px;
}

.onlyMobile.search a:hover {
	background: initial;
	color: white;
}

.mainContent,
.tabs {
	background: rgba(242, 242, 242, 0.8);
}

.mobileSocial {
	display: none;
}

.menu-item-1425,
.menu-item-1424,
.menu-item-2176,
.menu-item-3002 {
	display: none;
}

/** General
 ---------------------------------------------------------*/
a {
	color: #0f206c;
}

a:hover {
	color: #ff8200;
}

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

.bannerImage {
	text-align: center;
	padding: 0;
}

.bannerImage img {
	width: 100%;
}

.replacements {
	text-align: right;
	color: #ffffff;
	font-family: avenirRoman;
	padding: 0;
}

.replacements h4 {
	text-transform: uppercase;
}

.replacements img {
	width: 100%;
}

.replacementsText {
	position: absolute;
	top: 5px;
	right: 30px;
	color: #ffffff;
}

.triangleBlue {
	display: block;
	opacity: 0;
	transition: all 0.3s ease;
}

.replacements:hover .triangleBlue {
	opacity: 1;
}

.triangleBlueContainer {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.headline {
	padding: 20px 0 0 0;
}

.headline h1,
.discover h2,
.otherTools h2 {
	font-family: avenirHeavy;
	font-size: 20pt;
}

.headline p,
.otherTools ul li {
	font-family: avenirBook;
	font-size: 12pt;
	line-height: 1.5;
}

.discover,
.otherTools {
	background: rgba(51, 51, 51, 0.9);
	padding-bottom: 40px;
}

.discover {
	background-image: url(assets/discover-sq-tile-bg.png);
	background-repeat: repeat;
	background-position: left top;
	/*background-size: 55%;*/
}

.otherTools h2 {
	color: #ffffff;
	margin-top: 40px;
	margin-bottom: 20px;
}

.discover h2 {
	color: #ffffff;
	margin-top: 40px;
	margin-bottom: 10px;
}

.filter-button-group {
	margin-right: -15px;
	margin-left: -15px;
}

.filter-button-group button {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	width: 32%;
	cursor: pointer;
}

.filter-button-group img {
	vertical-align: initial;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	transition: opacity 0.1s ease;
}

.filter-button-group div {
	margin: 10px;
	padding-bottom: 10px;
	background: #333;
	color: white;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	transition: background 0.1s ease;
	font-family: avenirHeavy;
	font-size: 12pt;
}

.filter-button-group button:focus {
	outline: none;
}

.filter-button-group div:hover,
.filter-button-group div:focus {
	background: #0f206c;
}

.filter-button-group div:hover img,
.filter-button-group div:focus img {
	opacity: 0.2;
}

.filter-button-group button.showAll {
	margin-left: 0;
	position: absolute;
	top: 40px;
	right: 15px;
}

.filter-button-group button.showAll div {
	padding-top: 10px;
}

.discover {
	min-height: 870px;
}

.discoverContainer {
	position: relative;
}

.grid {
	margin: 30px -10px 0 -10px;
}

.grid-item {
	width: 33%;
}

.grid-item div {
	margin: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	border-radius: 0 0 5px 5px;
	background: #0f206c;
}

.grid-item img {
	transition: opacity 0.1s ease;
	-webkit-backface-visibility: hidden;
}

.grid-item p {
	transition: color 0.1s ease;
}

.grid-item a:hover {
	text-decoration: none;
}

.grid-item a:hover p {
	color: #fff;
}

.grid-item a:hover img {
	opacity: 0.2;
}

.element-item img {
	width: 100%;
}

.element-item p {
	display: block;
	width: 100%;
	text-align: center;
	font-family: avenirHeavy;
	font-size: 12pt;
	color: #ffffff;
	background: #333333;
	padding: 10px 0;
	margin: 0;
	border-radius: 0 0 5px 5px;
	margin-top: -1px;
}

.element-item div:hover p {
	background: #0f206c;
}

.partners {
	background: rgba(242, 242, 242, 1);
	padding: 25px 0;
	text-align: center;
}

.partners img {
	margin: 0 20px;
	max-height: 70px;
	max-width: 170px;
}

main.img-bg {
	background: rgba(255, 255, 255, 0.8);
	background-image: url(assets/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.dropdown-item {
	white-space: normal;
}

/** Applications Page
 ---------------------------------------------------------*/

.applications {
	background: #ffffff;
	padding-bottom: 40px;
}

.applications h2 {
	font-family: avenirHeavy;
	margin: 40px 0 20px 0;
}

.applications h4 {
	font-family: avenirHeavy;
}

.applications p {
	font-family: avenirBook;
	font-size: 12pt;
	line-height: 1.5;
}

.recommendedSolution {
	background: #cccccc;
	padding: 10px 10px 0 10px;
	transition: box-shadow 0.1s ease;
	min-height: 200px;
}

.recommendedSolution img {
	width: 100%;
}

.recommendedSolution p {
	font-family: avenirRoman;
	padding: 10px 0;
	text-align: center;
	display: block;
	margin: 0;
	color: #000000;
	transition: color 0.1s ease;
}

.recommendedSolutionLink:hover .recommendedSolution {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.recommendedSolutionLink:hover .recommendedSolution p {
	color: #337ab7;
}

.extraPadding {
	padding: 10px;
}

.recommendedSolutionsContainer {
	margin: 0 -10px;
}

.applicationsLink,
.applicationsLink:focus {
	background: #35478c;
	color: #ffffff;
	padding: 15px 40px;
	margin: 0 10px;
	font-family: avenirHeavy;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.1s ease;
}

.applicationsLink:hover {
	background: #3475e3;
	color: #ffffff;
	text-decoration: none;
}

.extraLinks {
	text-align: center;
	margin: 40px 0 60px 0;
}

/** Product Page
 ---------------------------------------------------------*/

.blueButtonLink {
	display: block;
	width: 70%;
	text-align: center;
	margin: 20px 0;
	padding: 15px;
}

.regularLink {
	display: block;
	font-size: 12pt;
	padding-top: 10px;
	margin-top: 5px;
}

.productSection {
	background: #ffffff;
	padding-bottom: 20px;
}

.productsSection h2 {
	font-family: avenirHeavy;
}

.productSection img {
	padding: 10px;
	background: #e6e6e6;
	width: 100%;
}

.productSection p {
	background: #e6e6e6;
	padding: 10px 10px 20px 10px;
	font-family: avenirRoman;
}

#exTab1 .tab-content {
	color: #212121;
	background-color: #ffffff;
	padding: 20px 0;
	font-family: avenirBook;
	font-size: 11pt;
}

#exTab1 .tab-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#exTab1 .tab-content li {
	padding-left: 3em;
	text-indent: -0.7em;
}

#exTab1 .tab-content li:before {
	content: '• ';
	color: #4e7ac7;
}

#exTab1 img {
	width: 100%;
	padding: 20px;
}

.nav-pills li a {
	color: #888b8d;
	font-family: avenirHeavy;
	font-size: 12pt;
	border-radius: initial;
	padding: 20px 40px;
	border-right: 1px solid #ffffff;
}

.nav-pills > li + li {
	margin: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	color: #0f206c;
	background: #ffffff;
	border-radius: initial;
}

.twoColumn {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.otherTools {
	color: #ffffff;
}

.otherTools ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.otherTools li {
	padding: 5px 0;
}

.tabs {
	box-shadow: 0 0 15px #b7b7b7;
}

.productSection .container .row .col-md-12 h2 {
	font-family: avenirHeavy;
	font-size: 20pt;
}

.tab-pane table {
	width: 95%;
	margin-bottom: 10px;
}

.tab-pane table,
th,
td {
	border: 1px solid #000000;
}

.tab-pane th {
	padding: 5px;
	text-align: center;
	font-family: avenirHeavy;
	background: #f2f2f2;
}

.tab-pane td {
	padding: 5px;
	text-align: center;
}

.tab-pane td.tableFirst {
	font-family: avenirHeavy;
	text-align: left;
}

.green {
	color: #06d458;
}

.yellow {
	color: #dace00;
}

.red {
	color: #e52e00;
}

/** Forms
 ---------------------------------------------------------*/
.col-md-6.generalInfo {
	padding-left: 0;
}

.generalInfo.equalPadding {
	padding-left: 15px;
}

.normalContent.form form {
	height: 100%;
}

.generalInfo.radioButtons {
	width: initial;
	margin-bottom: 30px;
}

.generalInfo.radioButtons.topSpace {
	margin-top: 40px;
}

.generalInfo.radioButtons input {
	width: initial;
	margin-bottom: 0;
	margin: 0 auto;
}

.radioButtons div {
	display: inline-block;
	text-align: center;
	margin: 0 7px;
}

.radioButtons label {
	display: block;
	font-family: avenirBook;
}

.normalContent.form h2 {
	margin-bottom: 10px;
}

.normalContent.form h3 {
	font-size: 20px;
	margin-bottom: 20px;
	font-family: avenirHeavy;
}

.normalContent.form h4 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 25px;
	font-family: avenirHeavy;
}

.formDetails {
	margin-bottom: 20px;
}

.clr {
	clear: both;
}

.form hr {
	border-top: 1px solid #35478c;
	margin: 5px 0;
}

.form select {
	padding: 10px;
	width: 100%;
	border: none;
	border-radius: 0;
	-webkit-appearance: button;
	font-family: avenirBook;
	color: #aaaaaa;
	background-image: url('http://i62.tinypic.com/15xvbd5.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
	margin-bottom: 20px;
}

#field_3_12 ul {
	display: inline-block;
	width: 50%;
	text-align: left !important;
	margin: 0 !important;
}

.gform_wrapper#gform_wrapper_3 form #field_3_12 ul li input {
	margin: 5px !important;
}

#input_3_15 {
	text-align: left !important;
}

#input_3_15 li {
	width: 100px !important;
}

.gform_wrapper#gform_wrapper_3 form #input_3_15 input {
	margin-right: 10px !important;
	width: initial !important;
}

#input_3_15 label {
	display: inline !important;
	margin: 0 !important;
}

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

.normalContent {
	background: #ffffff;
}

.normalContent h2 {
	font-family: avenirHeavy;
	font-size: 20pt;
	margin-bottom: 30px;
}

.normalContent h4 {
	font-family: avenirHeavy;
	margin-bottom: 15px;
}

.normalContent p {
	font-family: avenirBook;
}

.normalContent h5 {
	font-family: avenirHeavy;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.normalContent blockquote {
	width: 60%;
	margin: 30px auto;
	font-family: avenirBook;
	font-size: 16px;
	border: none;
	position: relative;
}

.normalContent blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 8em;
	font-family: initial;
	position: absolute;
	top: -20%;
	left: -10%;
}

.normalContent .row {
	padding-top: 20px;
	padding-bottom: 70px;
	border-bottom: 1px solid #cccccc;
}

.normalContent form {
	background: #e6e6e6;
	height: 420px;
	padding: 35px 30px;
	margin-bottom: 50px;
}

.form hr.inContent {
	margin: 15px 0 30px 0;
}

.fullSizeImg {
	width: 100%;
}

.generalInfo input {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	padding: 10px;
	font-family: avenirBook;
}

textarea {
	width: 100%;
	padding: 10px;
	border: none;
	resize: none;
	font-family: avenirBook;
}

input[type='checkbox'] {
	margin-right: 20px;
	margin: 0 20px 20px 0;
}

.submit {
	color: #ffffff;
	background: #35478c;
	padding: 10px 50px;
	text-align: center;
	border: none;
	font-family: avenirHeavy;
	text-transform: uppercase;
	display: block;
	width: 30%;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: all 0.1s ease;
}

.submit:hover {
	background: #3475e3;
}

.submit.reset {
	background: #bbbbbb;
}

.submit.reset:hover {
	background: #999999;
}

.checkboxText {
	font-family: avenirBook;
}

.contactInfo {
	font-size: 12pt;
}

.normalContent .row.noBorder {
	border: none;
}

.formDetails > textarea {
	border: 2px solid #e6e6e6;
}

footer {
	color: #e3e3e3;
	border-top: 1px solid #e3e3e3;
	background: #ffffff;
}

.footerLeft {
	font-family: avenirHeavy;
	font-size: 13pt;
}

.footerLeft p {
	margin: 25px;
}

.footerRight {
	text-align: right;
}

.footerRight img {
	display: inline-block;
	padding: 5px;
	max-width: 85px;
}

.footerRight p {
	display: inline-block;
	font-family: avenirHeavy;
	font-size: 14px;
	margin-bottom: 0;
	margin: 25px;
}

.topSpace {
	margin-top: 30px;
}

/** New styles
 ---------------------------------------------------------*/

.carousel-indicators li:after,
.carousel-indicators li:before {
	content: none;
}

.navbar-nav {
	margin: 0 auto;
}

.navbar {
	padding: 0;
	display: block;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 20px;
	transition: all 0.3s ease;
}

.navbar-light .navbar-nav li.active .nav-link {
	color: #0f206c;
}

.dropdown .dropdown-menu {
	background: #f2f2f2;
	width: 100%;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	text-align: center;
	padding: 0;
}

.dropdown .dropdown-menu .dropdown .dropdown-menu {
	border-top: 1px solid #ccc;
	padding: 2vw 10vw;
}

.dropdown .dropdown-menu .dropdown .dropdown-menu li {
	width: 47%;
	display: inline-block;
	text-align: left;
	margin: 1px;
}

.dropdown .dropdown-menu .dropdown .dropdown-menu li.first-half {
	float: left;
	width: 50%;
}

.dropdown .dropdown-menu .dropdown .dropdown-menu li:last-child:nth-child(odd) {
	margin-right: 50%;
	margin-left: -20px;
}

.dropdown,
.dropup {
	position: initial;
}

.dropdown-item {
	padding: 10px 20px;
	transition: all 0.2s ease;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #0f206c !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #0f206c !important;
	background: #f2f2f2;
}

.navbar-brand {
	width: 50%;
	text-align: left;
	margin: 0;
}

.secondary-nav {
	text-align: right;
	margin-top: 5px;
}

#searchsubmit {
	display: none;
}

.secondary-nav .page-links {
	margin-bottom: 5px;
	color: #ff8200;
}

.secondary-nav .page-links a {
	color: #0f206c;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px;
	transition: all 0.2s ease;
}

.secondary-nav .page-links a:last-child {
	padding-right: 0;
}

.secondary-nav .social-links,
.social-links-mobile {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.secondary-nav .social-links svg,
.social-links-mobile svg {
	height: 30px;
	width: auto !important;
	margin: 0 5px;
	transition: all 0.2s ease;
}

.secondary-nav .social-links .facebook svg,
.social-links-mobile .facebook svg {
	color: #35478c;
}
.secondary-nav .social-links .linkedin svg,
.social-links-mobile .linkedin svg {
	color: #027bb5;
}
.secondary-nav .social-links .youtube svg,
.social-links-mobile .youtube svg {
	color: #e64c3c;
}

.secondary-nav .social-links .facebook:hover svg,
.social-links-mobile .facebook:hover svg {
	color: #1d264c;
}
.secondary-nav .social-links .linkedin:hover svg,
.social-links-mobile .linkedin:hover svg {
	color: #014363;
}
.secondary-nav .social-links .youtube:hover svg,
.social-links-mobile .youtube:hover svg {
	color: #ab372b;
}

.secondary-nav .social-links .phone-number {
	color: #000;
	margin: 0 0 5px 5px;
	font-size: 15px;
	transition: all 0.2s ease;
}

.secondary-nav .page-links a:hover,
.secondary-nav .social-links .phone-number:hover {
	color: #ff8200;
	text-decoration: none;
}

.search input {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 15px;
	background: #f2f2f2;
	margin-top: 5px;
	width: 190px;
	font-size: 15px;
	transition: all 0.2s ease;
}

.search input::placeholder {
	color: #ccc;
}

.search input:focus {
	outline: none;
	border: 1px solid #007bff;
	box-shadow: 0 0 15px rgba(0, 123, 255, 0.2);
}

footer,
footer a {
	color: #8d8d8d;
	transition: all 0.3s ease;
}

footer a:hover {
	color: #3475e3;
	text-decoration: none;
}

footer .footerRight,
footer .footerLeft {
	font-size: 14px;
}

.headline a {
	transition: all 0.3s ease;
}

.headline a:hover {
	text-decoration: none;
}

main {
	background-color: #fff;
	padding: 3vw 0;
}

.single-products main {
	padding-bottom: 0;
	padding-top: 0;
}

h1 {
	font-weight: bold;
	font-size: 28px;
	color: #0f206c;
}

.sidebar .search-input,
.sidebar .search-submit {
	display: none;
}

.sidebar #s {
	margin-bottom: 20px;
	margin-left: -5px;
}

.news-posts article {
	padding: 1vw;
	margin-bottom: 0px;
}

.news-posts a {
	transition: all 0.2s ease;
}

.news-posts a,
.single-post > .col-md-8 a {
	color: #35478c;
	transition: all 0.3s ease;
}

.news-posts h2 {
	line-height: 1em;
	font-size: 1.5em;
	color: #0f206c;
}

.news-posts h2 a {
	font-size: 24px;
	line-height: 0.9em;
	text-decoration: underline;
	color: #0f206c;
}

.news-posts a:hover,
.single-post > .col-md-8 a:hover {
	color: #ff8200;
}

.pagination h2 {
	display: none;
}

.news-posts h2 a:hover {
	text-decoration: none;
}

.pagination .page-numbers {
	padding: 5px 10px;
}

.single-post h1 {
	margin: 15px 0;
}

.single-post .date {
	font-style: italic;
	display: block;
	margin: 10px 0 5px 0;
	font-size: 0.8em;
}

.blank-content img {
	padding: 5px;
	max-width: 100%;
	height: auto;
}

.blank-content .marketsTable img {
	max-width: unset;
	height: initial;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	width: 100%;
	padding: 10px 40%;
}

.internationalTable {
	width: 100%;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 20px;
	display: block;
	float: left;
}

.internationalTable td {
	vertical-align: initial;
	border: 1px solid #cccccc;
	padding: 20px;
}

.blue-button {
	padding: 15px 25px;
	border-radius: 0px;
	color: #fff !important;
	background-color: #35478c;
	transition: all 0.3s ease;
	margin: 3px 0;
	display: inline-block;
}

.blue-button:hover {
	color: #fff !important;
	background-color: #ff8200;
	text-decoration: none;
}

.product-buttons .blue-button:hover {
	color: #fff;
	background-color: #ff8200;
	text-decoration: none;
}

.product-buttons .blue-button {
	background-color: #0f206c;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

.product-buttons .blue-button:nth-child(3) {
	margin-bottom: 20px;
}

.product-buttons a {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	transition: all 0.3s ease;
}

.gform_wrapper form {
	background: #f2f2f2 !important;
	padding: 2vw !important;
}

.gform_wrapper form ul {
	list-style-type: none !important;
	text-align: center !important;
	padding: 0 !important;
}

.gform_wrapper form input,
.gform_wrapper form textarea {
	padding: 10px 15px !important;
	width: 75% !important;
	margin: 10px 0 !important;
	border: 1px solid #ccc !important;
}

.gform_wrapper#gform_wrapper_3 form input,
.gform_wrapper#gform_wrapper_3 form textarea {
	width: 50% !important;
	padding: 0;
	margin: 2px 0 !important;
}

.gform_wrapper#gform_wrapper_3 ul.gform_fields li.gfield {
	text-align: left;
}

.gform_wrapper#gform_wrapper_3.gf_browser_chrome
	ul.gform_fields
	li.gfield
	select {
	width: 50% !important;
	margin: 10px 0 !important;
}

.gform_wrapper#gform_wrapper_3 #field_3_8 {
	width: 50% !important;
}

.gform_wrapper#gform_wrapper_3 #field_3_8 ul {
	text-align: left !important;
}

.gform_wrapper#gform_wrapper_3 #field_3_8 ul label {
	margin-left: 2px !important;
}

.gform_wrapper#gform_wrapper_3 #field_3_7 {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px 0 !important;
	width: 48%;
}

.gform_wrapper#gform_wrapper_3 #field_3_7 div {
	margin: 0 !important;
}

.gform_wrapper#gform_wrapper_3 #field_3_7 textarea {
	width: 100% !important;
	height: 500px;
	margin: 0 !important;
}

.gfield_html_formatted .g-recaptcha > div {
	margin: 0 auto !important;
}

.gform_wrapper#gform_wrapper_3 #gform_fields_3 {
	position: relative;
}

.gform_wrapper form select {
	margin: 10px !important;
}

.gform_wrapper form label {
	display: none !important;
}

.gform_wrapper form li.showlabel label {
	display: block !important;
}

.gform_wrapper form li.show label {
	display: block !important;
}

.gform_wrapper form .gform_footer {
	text-align: center !important;
}

.gform_wrapper form .gform_footer input {
	width: 50% !important;
	background-color: #0f206c !important;
	color: #fff !important;
	transition: all 0.3s ease !important;
	padding: 15px 0 !important;
	border-radius: 5px !important;
}

.gform_wrapper form .gform_footer input:hover {
	background-color: #ff8200 !important;
	color: #fff !important;
	cursor: pointer !important;
}

.gform_wrapper form .ginput_container_radio label {
	display: block !important;
	margin: 5px 5px 35px 5px !important;
	color: #000 !important;
}

.gform_wrapper form .ginput_container_checkbox label {
	display: block !important;
	margin: 5px 15px 45px 15px !important;
	color: #000 !important;
}

.gform_wrapper form .gfield_radio input,
.gform_wrapper form .gfield_checkbox input {
	width: initial !important;
	margin: 5px !important;
}

.gform_wrapper form .gfield_radio li,
.gform_wrapper form .gfield_checkbox li {
	display: inline-block !important;
}

div.ginput_complex.ginput_container span {
	width: 100% !important;
}

.gform_wrapper ul.gform_fields li.gfield select {
	width: 75% !important;
}

.product-photo {
	padding: 20px;
	background-color: #f2f2f2;
}

.product-photo p {
	margin-top: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #fff;
	color: #0f206c;
	border-radius: 0;
}

.tab-content {
	background: #fff;
	padding: 4vw 5vw;
}

.nav-pills .nav-link.active:focus {
	border: none;
	outline: none;
}

.nav-pills .nav-link {
	border-radius: 0;
}

.nav-pills .nav-link:hover {
	color: #ff8200;
}

iframe {
	max-width: 100%;
}

.news-posts article.product-article {
	padding: 15px;
	transition: all 0.3s ease;
}

.product-hover .product-article {
	background-color: #ccc;
	margin-bottom: 20px;
}

.product-article h2 {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-top: 15px;
	transition: all 0.3s ease;
}

.product-article img {
	padding: 15px;
	background: #ffffff;
	height: 240px;
	min-width: 100%;
	width: auto;
	object-fit: cover;
}

.product-photo img {
	width: 100%;
}

.product-hover:hover .product-article {
	box-shadow: 0 0 10px #0056b3;
}

.product-hover:hover .product-article h2 {
	color: #0056b3;
}

.product-hover:hover {
	text-decoration: none;
}

.news-posts article div img {
	width: 100%;
}

/** Mobile
 ---------------------------------------------------------*/

@media (min-width: 1200px) {
	.replacements,
	.replacements h4 {
		font-size: 25px;
	}
	.replacements h4 {
		margin-top: 10px;
	}
}

@media (max-width: 1200px) {
	.gform_wrapper#gform_wrapper_3 #field_3_7 div {
		text-align: right;
	}
	.gform_wrapper#gform_wrapper_3 #field_3_7 textarea {
		width: 70% !important;
	}
}

@media (max-width: 991px) {
	footer {
		padding: 10px 0;
	}
	.footerLeft p,
	.footerRight p {
		font-size: 8pt;
		padding: 0;
		margin: 0;
	}
	.footerRight img {
		height: 30px;
		margin: 0;
	}

	.navRight {
		display: none;
	}
	.logo,
	.menuButton {
		width: 268px;
		display: inline-block;
	}
	.logo img {
		width: 100%;
		padding: 15px 10px;
		height: 80px;
	}
	.logo a {
		margin: 0;
		height: 80px;
	}
	.menuButton {
		margin-bottom: 6px;
	}
	.menuButton button {
		border-radius: 0;
		color: #ffffff;
		background: #35478c;
		border: 0;
		padding: 5px 30%;
		margin-right: 0;
	}
	.navbar-nav-main {
		padding: 0;
		margin: 0;
	}
	.navbar-default .navbar-nav-main > li a {
		color: #ffffff;
		border-top: 1px solid #3475e3;
		padding: 20px 15px;
	}
	.mainMenu {
		width: 100%;
		min-height: 100%;
		height: 100%;
		padding: 0;
	}
	.navbar-fixed-top .navbar-collapse {
		max-height: none;
	}
	.topLevelUl {
		padding: 0;
	}
	.navbar-default .navbar-nav > .open > a:hover {
		background-color: #ffffff;
		color: #3475e3;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		padding: 20px 30px;
		color: #ffffff;
		background-color: #3475e3;
		border-top: 1px solid #85acee;
	}
	.navbar-default .navbar-toggle:hover {
		background-color: #35478c;
		color: #ffffff;
	}
	.columnContainer {
		column-count: 1;
	}
	.blueBackground {
		background-color: #0153dc;
		height: 100%;
		border-top: none;
	}
	.blueBackgroundButton {
		background-color: #ffffff !important;
		color: #0153dc !important;
	}
	.noDisplay {
		display: none !important;
	}
	.full-width.dropdown > .dropdown-menu.mobileDropdown {
		display: block;
		padding: 15px 0;
		padding-left: 30px;
	}
	.mainMenu > .navbar-collapse {
		height: 80%;
		overflow: scroll;
	}
	.navbar-default .navbar-nav-main .topLevelUl li ul li a {
		padding: 15px 0;
		border-top: none;
	}
	.topLevelUl ul li {
		padding: 10px 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #ffffff;
		background-color: #3475e3;
	}
	.navbar-nav-main > .onlyMobile {
		display: block;
	}
	.navbar-default .navbar-nav-main > .onlyMobile a {
		border-top: none;
		padding: 15px 15px;
		text-transform: capitalize;
	}
	.requestQuote {
		border-top: 1px solid #ffffff;
	}
	.mobileSocial {
		display: block;
		background: #ffffff;
		height: 50px;
		padding-right: 10px;
	}
	.mobileSocial a {
		padding: 10px;
		float: right;
	}
	.navbar {
		border-bottom: 1px solid #ffffff;
	}

	.topLevelLi:hover .topLevelUl {
		display: block;
		border: none;
		position: initial;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
	.navbar-nav-main li {
		display: block;
		text-align: left;
		padding: 0;
		position: initial;
	}
	.navbar-default .navbar-nav-main > li > a:hover {
		background: #3475e3;
		color: white;
	}
	.navbar-default .navbar-nav-main .topLevelUl li a {
		background: #3475e3;
		color: white;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
	.topLevelUl li:hover ul {
		display: block;
		position: initial;
		width: 100%;
	}
	.dropdown-menu {
		float: none;
	}
	.topLevelUl ul {
		background: #5d91e9;
	}
	.topLevelUl ul li {
		padding: 20px 15px;
		background: #5d91e9;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
	.columnContainer {
		padding: 0;
	}
	.navbar-default .navbar-nav-main .topLevelUl li ul li a {
		padding: 0;
		background: #5d91e9;
	}
	.full-width.dropdown > .dropdown-menu {
		padding: 0;
	}
	.normalContent form {
		height: 700px;
	}
}

@media (max-width: 800px) {
	.headline h1,
	.discover h2,
	.otherTools h2 {
		font-size: 16pt;
	}
	.headline p {
		font-size: 10pt;
	}
}

@media (min-width: 768px) {
	.social-links-mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	.gform_wrapper#gform_wrapper_3 form input,
	.gform_wrapper#gform_wrapper_3 form textarea,
	.gform_wrapper#gform_wrapper_3 #field_3_7 textarea,
	.gform_wrapper#gform_wrapper_3 #field_3_7 {
		width: 100% !important;
	}
	.menu-item-1425,
	.menu-item-1424,
	.menu-item-2176,
	.menu-item-3002 {
		display: initial;
	}
	.gform_wrapper#gform_wrapper_3 #field_3_7 div {
		text-align: left;
	}
	.gform_wrapper#gform_wrapper_3 #field_3_7 {
		position: relative;
	}
	.gform_wrapper form input,
	.gform_wrapper form textarea {
		width: 95% !important;
	}
	.blank-content img {
		max-width: 100%;
		height: auto;
	}
	.single-post > div {
		padding: 7vw;
	}
	.single-post h1 {
		font-size: 26px;
	}
	.news-posts h2 {
		font-size: 20px;
	}
	.navbar-brand {
		width: 50%;
	}
	.news-posts article div img {
		width: 100%;
	}
	.news-posts article .col-md-8 {
		padding: 30px;
	}
	.partners img {
		max-height: 30px;
		margin: 10px;
	}
	.discover {
		min-height: initial;
	}
	.filter-button-group div {
		font-size: 10px;
	}
	#discoverSolutionSubheading {
		font-size: 12px;
	}
	.discoverContainer > div > div > div > h2 {
		font-size: 16px;
	}
	.headline {
		padding-left: 20px;
	}
	.carousel-indicators {
		display: none;
	}
	.navbar {
		border-bottom: 1px solid #ccc;
	}
	.dropdown .dropdown-menu .dropdown .dropdown-menu li:last-child {
		border: none;
	}
	.dropdown .dropdown-menu .dropdown .dropdown-menu li {
		display: block;
		width: 100%;
		text-align: left;
	}
	.navbar-nav li ul li {
		display: block;
		text-align: left;
	}
	.navbar-nav li ul li:last-child {
		border: none;
	}
	.navbar-nav li {
		border-bottom: 1px solid #ccc;
	}
	.navbar-nav {
		background: #f7f7f7;
		margin: 0;
	}
	.navbar-light .navbar-toggler {
		border: none;
		margin-right: 20px;
	}
	.logo {
		height: 60px;
		margin: 0 0 0 30px;
	}
	.secondary-nav {
		display: none;
	}
	.normalContent h2 {
		font-size: 16pt;
	}
	.normalContent blockquote {
		width: 80%;
	}
	.normalContent blockquote:before {
		top: -5%;
		left: -10%;
		font-size: 5em;
	}
	.normalContent form {
		height: 670px;
	}
	textarea {
		margin-bottom: 20px;
	}
	.submit {
		width: initial;
	}
	.applicationsLink {
		display: block;
		margin: 10px auto;
		width: 60%;
	}
	.blueButtonLink {
		width: 100%;
	}
	.otherTools ul li {
		font-size: 8pt;
	}
	.tabs .container,
	#exTab1 {
		padding: 0;
	}
	.nav-pills li a {
		font-size: 8pt;
		padding: 10px 5px;
	}
	#exTab1 .tab-content li {
		font-size: 10pt;
	}
	.twoColumn {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	.tab-pane .row {
		margin: 0;
	}
	.productSection .container .row .col-md-12 h2 {
		font-size: 12pt;
	}
	.social-links-mobile {
		margin-top: 30px;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 600px) {
	.replacements,
	.replacements h4 {
		font-size: 12px;
	}
	.headline h1,
	.discover h2,
	.otherTools h2 {
		font-size: 8pt;
	}
	.headline p {
		font-size: 6pt;
	}
}
@media (max-width: 500px) {
	.replacements,
	.replacements h4 {
		font-size: 8px;
	}
}

/** Industries Served
 ---------------------------------------------------------*/
 .industries-served main,
 .single-industry main {
	 padding-top: 0;
 }
 
 .industries-hero {
	 background-repeat: no-repeat;
	 background-position: center bottom;
	 background-size: cover;
	 padding: 80px 0 60px;
	 margin-bottom: 40px;
	 min-height: 400px;
	 position: relative;
	 display: flex;
 }
 
 .industries-hero::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: rgba(0, 0, 0, 0.5);
	 z-index: 1;
 }
 
 .industries-hero .container {
	 position: relative;
	 z-index: 2;
 }
 
 .industries-hero .hero-content {
	 padding: 0 15px;
 }
 
 .industries-hero .hero-content h1 {
	 font-size: 3rem;
	 font-weight: bold;
	 color: #fff;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
 }
 
 .industries-hero .hero-subtitle {
	 font-size: 1.5rem;
	 color: #f8f9fa;
	 margin-bottom: 15px;
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
 }
 
 .industries-hero .hero-description {
	 font-size: 1.1rem;
	 color: #e9ecef;
	 line-height: 1.6;
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	 max-width: 800px;
 }
 
 .industries-navigation {
	 background: #f2f2f2;
	 padding: 35px 20px;
	 margin-bottom: 30px;
	 border-radius: 5px;
 }
 
 .industries-navigation h3 {
	 font-family: avenirHeavy;
	 font-size: 18pt;
	 color: #0f206c;
	 margin-bottom: 20px;
 }
 
 .industries-nav-list {
	 list-style: none;
	 margin: 0;
	 padding: 0;
 }
 
 .industries-nav-list li {
	 margin-bottom: 8px;
	 border-bottom: 1px solid #ddd;
	 padding-bottom: 8px;
 }
 
 .industries-nav-list li:last-child {
	 border-bottom: none;
	 margin-bottom: 0;
 }
 
 .industries-nav-list li a {
	 color: #0f206c;
	 text-decoration: none;
	 font-family: avenirRoman;
	 font-size: 14pt;
	 transition: all 0.3s ease;
	 display: block;
	 padding: 5px 0;
 }
 
 .industries-nav-list li a:hover {
	 text-decoration: none;
	 padding-left: 10px;
 }
 
 .industries-nav-list li.current-industry a {
	 color: #ff8200;
 }
 
 .industries-content {
	 padding: 0;
 }
 
 .industry-content h1 {
	 font-family: avenirHeavy;
	 font-size: 2rem;
	 color: #0f206c;
	 margin: 0 0 0.5rem 0;
 }
 
 .industry-content h2 {
	 font-family: avenirHeavy;
	 font-size: 1.667rem;
	 color: #0f206c;
	 margin: 1.5rem 0 0.5rem 0;
 }
 
 .industry-content h3 {
	 font-family: avenirHeavy;
	 font-size: 1.333rem;
	 color: #0f206c;
	 margin: 1.5rem 0 0.5rem 0;
 }
 
 .industry-content h4 {
	 font-family: avenirHeavy;
	 font-size: 1.167rem;
	 color: #0f206c;
	 margin: 1.5rem 0 0.5rem 0;
 }
 
 .industry-content h5 {
	 font-family: avenirHeavy;
	 font-size: 1rem;
	 color: #0f206c;
	 margin: 1.5rem 0 0.5rem 0;
	 text-transform: uppercase;
 }
 
 .industry-content h6 {
	 font-family: avenirHeavy;
	 font-size: 0.917rem;
	 color: #0f206c;
	 margin: 1.5rem 0 0.5rem 0;
	 text-transform: uppercase;
 }
 
 .industry-content p {
	 font-family: avenirBook;
	 font-size: 1rem;
	 line-height: 1.6;
	 margin-bottom: 15px;
 }
 
 .industry-content ul {
	 margin: 15px 0;
	 padding-left: 20px;
 }
 
 .industry-content ul li {
	 font-family: avenirBook;
	 font-size: 1rem;
	 line-height: 1.5;
	 margin-bottom: 8px;
 }
 
 .industry-content {
	 background: #ffffff;
	 padding: 30px;
	 border-radius: 5px;
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
 }
 
 .industry-cta {
	 background: #f2f2f2;
	 padding: 25px;
	 border-radius: 5px;
	 margin-top: 30px;
	 border-left: 4px solid #0f206c;
 }
 
 .industry-cta p {
	 margin-bottom: 10px;
 }
 
 .industry-cta p:last-child {
	 margin-bottom: 0;
 }
 
 /* Case Studies Section Styling */
 .industry-content .case-studies-section {
	 background: #f2f2f2;
	 padding: 25px;
	 border-radius: 5px;
	 margin-top: 30px;
	 border-left: 4px solid #0f206c;
 }
 
 .industry-content .case-studies-section h2 {
	 color: #0f206c;
	 margin-top: 0;
	 margin-bottom: 20px;
	 font-size: 1.5rem;
	 font-weight: 600;
 }
 
 .industry-content .case-studies-list {
	 list-style: none;
	 padding: 0;
	 margin: 0;
 }
 
 .industry-content .case-study-item {
	 margin-bottom: 15px;
	 padding: 0;
 }
 
 .industry-content .case-study-link {
	 color: #0f206c;
	 text-decoration: none;
	 font-weight: 500;
	 display: block;
	 padding: 10px 15px;
	 background: #fff;
	 border-radius: 3px;
	 border: 1px solid #ddd;
	 transition: all 0.3s ease;
 }
 
 .industry-content .case-study-link:hover {
	 background: #0f206c;
	 color: #fff;
	 text-decoration: none;
	 transform: translateX(5px);
 }
 
 /* Downloads Section Styling */
 .downloads-section {
	 background: #f2f2f2;
	 padding: 25px;
	 border-radius: 5px;
	 margin-top: 30px;
	 border-left: 4px solid #0f206c;
 }
 
 .downloads-section h2 {
	 color: #0f206c;
	 margin-top: 0;
	 margin-bottom: 20px;
	 font-size: 1.5rem;
	 font-weight: 600;
 }
 
 .downloads-list {
	 list-style: none;
	 padding: 0 !important;
	 margin: 0;
 }
 
 .download-item {
	 margin-bottom: 15px;
	 padding: 0;
 }
 
 .download-link {
	 color: #0f206c;
	 text-decoration: none;
	 font-weight: 500;
	 display: flex;
	 align-items: center;
	 padding: 10px 15px;
	 background: #fff;
	 border-radius: 3px;
	 border: 1px solid #ddd;
	 transition: all 0.3s ease;
 }
 
 .download-link svg {
	 margin-right: 10px;
	 color: #0f206c;
 }
 
 .download-link .file-size {
	 font-size: 0.9rem;
	 color: #666;
	 margin-left: auto;
	 font-weight: normal;
 }
 
 .download-link:hover {
	 background: #0f206c;
	 color: #fff;
	 text-decoration: none;
	 transform: translateX(5px);
 }
 
 .download-link:hover svg {
	 color: #fff;
 }
 
 .download-link:hover .file-size {
	 color: #ccc;
 }
 
 /* Back to Industries Link */
 .back-to-industries {
	 margin-bottom: 20px;
	 padding-bottom: 15px;
	 border-bottom: 1px solid #e0e0e0;
 }
 
 .back-link {
	 color: #0f206c;
	 text-decoration: none;
	 font-family: avenirHeavy;
	 font-size: 14px;
	 display: inline-flex;
	 align-items: center;
	 transition: all 0.3s ease;
 }
 
 .back-link:hover {
	 color: #ff8200;
	 text-decoration: none;
 }
 
 .back-link svg {
	 margin-right: 8px;
	 font-size: 12px;
 }
 
 /* Products Carousel */
 .products-carousel-container {
	 position: relative;
	 overflow: hidden;
	 padding: 20px 0;
	 width: 100%;
 }
 
 .products-carousel {
	 display: flex;
	 gap: 0;
	 transition: transform 0.3s ease;
	 padding: 0;
	 width: 100%;
 }
 
 .product-carousel-item {
	 flex: 0 0 33.333%;
	 min-width: 0;
	 flex-shrink: 0;
	 padding: 0 10px;
 }
 
 .product-card {
	 background: #fff;
	 border-radius: 8px;
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	 overflow: hidden;
	 transition: transform 0.3s ease, box-shadow 0.3s ease;
	 height: 100%;
	 display: flex;
	 flex-direction: column;
	 margin: 10px 0;
 }
 
 .product-card:hover {
	 transform: translateY(-5px);
	 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
 }
 
 .product-image {
	 overflow: hidden;
	 height: 200px;
 }
 
 .product-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
	 transition: transform 0.3s ease;
 }
 
 .product-content {
	 padding: 20px;
	 flex-grow: 1;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
 }
 
 .product-content h3 {
	 margin: 0 0 10px 0;
	 font-size: 1.1rem;
	 font-weight: 600;
	 color: #0f206c;
	 text-align: center;
 }
 
 .product-content h3 a {
	 color: inherit;
	 text-decoration: none;
	 transition: color 0.3s ease;
 }
 
 .product-content h3 a:hover {
	 color: #ff8200;
 }
 
 .product-content p {
	 color: #666;
	 font-size: 0.9rem;
	 line-height: 1.4;
	 margin-bottom: 15px;
	 flex-grow: 1;
	 text-align: center;
 }
 
 .product-link {
	 display: inline-block;
	 background: #0f206c;
	 color: #fff;
	 padding: 8px 16px;
	 text-decoration: none;
	 border-radius: 4px;
	 font-size: 0.9rem;
	 font-weight: 500;
	 transition: background 0.3s ease;
	 align-self: center;
	 margin-top: auto;
 }
 
 .product-link:hover {
	 background: #ff8200;
	 color: #fff;
	 text-decoration: none;
 }
 
 .carousel-controls {
	 position: static;
	 width: 100%;
	 display: flex;
	 justify-content: center;
	 gap: 20px;
	 margin-top: 40px;
	 pointer-events: auto;
 }
 
 .carousel-prev,
 .carousel-next {
	 background: #0f206c;
	 color: #fff;
	 border: none;
	 width: 40px;
	 height: 40px;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 pointer-events: auto;
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
 }
 
 .carousel-prev:hover,
 .carousel-next:hover {
	 background: #ff8200;
	 transform: scale(1.1);
 }
 
 .products-carousel-section {
	 margin-top: 40px;
	 margin-bottom: 40px;
	 padding: 30px 0;
 }
 
 .products-carousel-section h2 {
	 color: #0f206c;
	 margin-bottom: 0;
	 font-size: 1.5rem;
	 font-weight: 600;
	 text-align: center;
 }
 
 .product-card-link {
	 text-decoration: none;
	 color: inherit;
	 display: block;
	 height: 100%;
 }
 
 .product-card-link:hover {
	 text-decoration: none;
	 color: inherit;
 }
 
 .product-content h3 {
	 margin: 0 0 10px 0;
	 font-size: 1.1rem;
	 font-weight: 600;
	 color: #0f206c;
	 text-align: center;
 }
 
 .product-card:hover .product-content h3 {
	 color: #ff8200;
 }
 
 .product-link {
	 display: inline-block;
	 background: #0f206c;
	 color: #fff;
	 padding: 8px 16px;
	 text-decoration: none;
	 border-radius: 4px;
	 font-size: 0.9rem;
	 font-weight: 500;
	 transition: background 0.3s ease;
	 align-self: center;
	 margin-top: auto;
 }
 
 @media (min-width: 2000px) {
	 .industries-hero {
		 min-height: 700px;
	 }
 }
 
 /* Make industries navigation sticky on desktop */
 @media (min-width: 1025px) {
	 .industries-navigation {
		 position: sticky;
		 top: 20px;
		 z-index: 10;
	 }
 }
 
 @media (max-width: 1024px) {
	 .industries-navigation {
		 margin-bottom: 20px;
		 padding: 20px 15px;
	 }
 
	 .industries-navigation h3 {
		 font-size: 16pt;
		 margin-bottom: 0;
		 cursor: pointer;
		 position: relative;
		 user-select: none;
	 }
 
	 .industries-nav-list {
		 margin-top: 15px;
	 }
 
	 .industries-navigation h3::after {
		 content: '▼';
		 position: absolute;
		 right: 0;
		 top: 50%;
		 transform: translateY(-50%);
		 font-size: 12px;
		 color: #0f206c;
		 transition: transform 0.3s ease;
	 }
 
	 .industries-navigation h3.expanded::after {
		 transform: translateY(-50%) rotate(180deg);
	 }
 
	 .industries-nav-list {
		 display: none; /* Hidden by default on mobile */
	 }
 
	 .industries-nav-list.show {
		 display: block;
	 }
 
	 .industries-nav-list li a {
		 font-size: 12pt;
	 }
 }
 
 @media (max-width: 768px) {
	 .product-carousel-item {
		 flex: 0 0 50%; /* 2 items on tablet */
	 }
	 
	 .industry-content {
		 box-shadow: none;
	 }
 
	 .downloads-section {
		 padding: 20px;
		 margin-top: 20px;
	 }
	 
	 .downloads-section h2 {
		 font-size: 1.3rem;
	 }
 
	 .case-studies-section {
		 padding: 20px;
		 margin-top: 20px;
	 }
	 
	 .case-studies-section h2 {
		 font-size: 1.3rem;
	 }
 }
 
 @media (max-width: 480px) {
	 .product-carousel-item {
		 flex: 0 0 100%; /* 1 item on mobile */
	 }
 
	 .industry-content {
		 padding: 15px;
	 }
 
	 .industry-content p,
	 .industry-content ul li {
		 font-size: 0.9rem;
	 }
 }

 /** Product Category V2
 ---------------------------------------------------------*/
.page-template-template-product-category-v2 main {
	padding-bottom: 0;
}

.page-template-template-product-category-v2 .product-category-hero {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 80px 0 60px;
	min-height: 400px;
	position: relative;
	display: flex;
}

.page-template-template-product-category-v2 .product-category-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.page-template-template-product-category-v2 .product-category-hero .container {
	position: relative;
	z-index: 2;
}

.page-template-template-product-category-v2
	.product-category-hero
	.hero-content {
	padding: 0 15px;
}

.page-template-template-product-category-v2
	.product-category-hero
	.hero-content
	h1 {
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-template-template-product-category-v2
	.product-category-hero
	.hero-subtitle {
	font-size: 1.5rem;
	color: #f8f9fa;
	margin-bottom: 15px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.page-template-template-product-category-v2
	.product-category-hero
	.hero-description {
	font-size: 1.1rem;
	color: #e9ecef;
	line-height: 1.6;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	max-width: 800px;
}

.page-template-template-product-category-v2 .content {
	padding: 40px 0;
	background: url(/wp-content/themes/jorgensen/assets/background.jpg)
		no-repeat center center;
	background-size: cover;
}

.page-template-template-product-category-v2 .product-category {
	padding: 30px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-template-template-product-category-v2 .product-category .intro {
	padding: 30px 30px 0 30px;
}

.page-template-template-product-category-v2 .cta-buttons {
	background: #ffffff;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
}

.page-template-template-product-category-v2 .cta-buttons .btn {
	display: block;
	margin-bottom: 10px;
	padding: 12px 24px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: normal;
}

.page-template-template-product-category-v2 .cta-buttons .btn:last-child {
	margin-bottom: 0;
}

.page-template-template-product-category-v2 .cta-buttons .btn-primary {
	background-color: #0f206c;
	color: white;
}

.page-template-template-product-category-v2 .cta-buttons .btn-primary:hover {
	background-color: #ff8200;
	color: white;
}

.page-template-template-product-category-v2 .cta-buttons .btn-primary:hover,
.page-template-template-product-category-v2 .cta-buttons .btn-primary:focus,
.page-template-template-product-category-v2 .cta-buttons .btn-primary:active {
	border: none !important;
	outline: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.page-template-template-product-category-v2 .product-category .links-section {
	background: #f2f2f2;
	padding: 25px;
	border-radius: 5px;
	margin-top: 30px;
	border-left: 4px solid #0f206c;
}

.page-template-template-product-category-v2
	.product-category
	.links-section
	h2 {
	color: #0f206c;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 600;
}

.page-template-template-product-category-v2
	.product-category
	.links-section
	.list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-template-template-product-category-v2
	.product-category
	.links-section
	.item {
	margin-bottom: 15px;
	padding: 0;
}

.page-template-template-product-category-v2
	.product-category
	.links-section
	.link {
	color: #0f206c;
	text-decoration: none;
	font-weight: 500;
	display: block;
	padding: 10px 15px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
}

.page-template-template-product-category-v2
	.product-category
	.links-section
	.link:hover {
	background: #0f206c;
	color: #fff;
	text-decoration: none;
	transform: translateX(5px);
}

@media (min-width: 1025px) {
	.page-template-template-product-category-v2 .cta-buttons {
		position: sticky;
		top: 20px;
		z-index: 10;
	}
}

@media (max-width: 1024px) {
	.page-template-template-product-category-v2 .product-category {
		padding: 20px;
		box-shadow: none;
	}

	.page-template-template-product-category-v2 .product-category .resources {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.page-template-template-product-category-v2
		.product-category
		.links-section {
		padding: 20px;
		margin-top: 20px;
	}

	.page-template-template-product-category-v2
		.product-category
		.links-section
		h2 {
		font-size: 1.3rem;
	}
}
