/* @override
	https://loeb.local/wp-content/themes/wp-bootstrap-starter/style.css?* */

/*!
Theme Name: Loeb Equipment Theme 2021
Theme URI: http://jessematlock.com
Author: Jesse Matlock @ Revive Marketing
Author URI: http://jessematlock.com/
Description:  The Loeb Equipment WordPress theme is based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap 4 (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, this theme is built around a custom ACF admin interface that leverages the Flexible Content field types.
Version: 4.1.0
License: Proprietary License
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.7.1
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

.imagepreview {
	display: block;
	margin: auto;
}

svg:not(:root) {
	overflow: hidden;
}

.btn-light {
	border-color: #aaa;
}

button, select {
	text-transform: none;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

optgroup {
	font-weight: bold;
}

td, th {
	padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h2.section-title {
	font-size: 1.35em;
	font-weight: 500;
	border-bottom: 2px solid #e5e5e5;
	color: #374252;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
	font-weight: normal;
}

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

blockquote p {
	font-size: 18px;
	color: #0054a4;
	margin-bottom: 10px;
}

blockquote:before {
	position: absolute;
	font-family: "Font Awesome\ 5 Free";
	top: 0px;
	left: 10px;
	content: "\f10d";
	font-size: 5rem;
	color: #0054a4;
	opacity: 0.08;
	z-index: 0;
	font-weight: 900;
}

blockquote strong {
	font-weight: 700;
	font-size: 16px;
	display: block;
}

.blockquote-footer .stars {
	color: #F8CD46;
}

@media all and (min-width: 768px) {
	blockquote {
		padding: 0px 0px 0px 80px;
	}

	blockquote:before {
		opacity: 0.15;
		font-size: 50px;
	}
}

.top-caption p {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0;
	color: #374046;
}

.top-caption .highlight, .top-caption strong {
	display: inline-block;
	padding: 0 10px;
	background: #FEF3BF;
	border-radius: 3px;
}

h1.entry-title {
	font-size: 1.31em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.table-responsive {
	margin: 20px 0;
}

table .thead-dark th {
	background: #2D323E !important;
	position: relative;
	border-top: 1px solid #19233d !important;
	border-bottom: 1px solid #19233d !important;
}


/* Table column sizing
================================== */

.rtable-2cols > .rtable-cell {
	width: 50%;
}

.rtable-3cols > .rtable-cell {
	width: 33.33%;
}

.rtable-4cols > .rtable-cell {
	width: 25%;
}

.rtable-5cols > .rtable-cell {
	width: 20%;
}

.rtable-6cols > .rtable-cell {
	width: 16.6%;
}

/* Apply styles
================================== */

.rtable {
	position: relative;
	top: 3px;
	left: 3px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 3em 0;
	padding: 0;
}

.rtable-cell {
	box-sizing: border-box;
	flex-grow: 1;
	width: 100%;
	padding: 0.5em;
	overflow: hidden;
	list-style: none;
	border: solid 3px #e2e6e9;
	background: white;
	margin: -3px 0 0 -3px;
}

.rtable-cell p {
	font-size: 0.9rem;
	margin: 0;
	padding: 0;
}

.rtable-cell .comparison-img {
	display: block;
	margin: auto;
	max-height: 100px;
	width: auto;
	max-width: 100%;
}

.rtable-cell .comparison-img ~ p {
	text-align: center;
}

.rtable.rtable-collapse .rtable-cell.blank-cell {
	border-top: none;
	border-left: none;
}
/* Cell styles
================================== */

.rtable-cell-dark {
	background-color: slategrey;
	border-color: #5a6673;
	color: white;
}

.rtable-cell-dark p {
	color: white;
}

.rtable-cell-dark > h1, .rtable-cell-dark > h2, .rtable-cell-dark > h3, .rtable-cell-dark > h4, .rtable-cell-dark > h5, .rtable-cell-dark > h6 {
	color: white;
}

.rtable-cell-medium {
	background-color: #b8c0c8;
	border-color: #a9b3bc;
}

.rtable-cell-highlight {
	background-color: lightgreen;
	border-color: #64e764;
}

.rtable-cell-alert {
	background-color: darkorange;
	border-color: #cc7000;
	color: white;
}

.rtable-cell-alert > h1, .rtable-cell-alert > h2, .rtable-cell-alert > h3, .rtable-cell-alert > h4, .rtable-cell-alert > h5, .rtable-cell-alert > h6 {
	color: white;
}

.rtable-cell-head {
	background-color: slategrey;
	border-color: #5a6673;
	color: white;
}

.rtable-cell-bold p, .rtable-cell .d-md-none {
	font-weight: bold;
}

.rtable-cell-head > h1, .rtable-cell-head > h2, .rtable-cell-head > h3, .rtable-cell-head > h4, .rtable-cell-head > h5, .rtable-cell-head > h6 {
	color: white;
}

.rtable-cell-foot {
	background-color: #b8c0c8;
	border-color: #a9b3bc;
}
/* Responsive
==================================== */

@media all and (max-width: 768px) {
	.rtable-collapse > .rtable-cell {
		width: 100% !important;
		text-align: center;
	}

	.rtable-collapse > .rtable-cell p {
		font-size: 1.2rem;
	}

	.rtable-cell:nth-of-type(4n+1) {
		order: 0;
		display: none;
	}

	.rtable-cell:nth-of-type(4n+2) {
		order: 1;
	}

	.rtable-cell:nth-of-type(4n+3) {
		order: 2;
	}

	.rtable-cell:nth-of-type(4n+4) {
		order: 3;
	}

	.rtable-collapse > .rtable-cell-last, .rtable-collapse > .rtable-cell-foot {
		margin-bottom: 1em;
	}
}

.no-flexbox .rtable {
	display: block;
}

.no-flexbox .rtable > .rtable-cell {
	width: 100%;
}

.no-flexbox .rtable > .rtable-cell-.ast, .no-flexbox .rtable > .rtable-cell-foot {
	margin-bottom: 1em;
}


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

#wpcs_tab_70.wpcs_tab {
	height: 50px !important;
	width: 50px !important;
	right: 0px !important;
	background: #E51A37;
	color: #E51A37;
	border-color: #E51A37;
	line-height: 50px;
	/*	-webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;*/
	border-radius: 5px 0 0 5px !important;
}

#wpcs_tab_70.wpcs_tab .fas {
	font-size: 30px;
	color: #fff;
}

body .wpcs_close_slider_icon {
	background: #E51A37 !important;
}

body .wpcs_content_main {
	background: #f0f0f1 !important;
}

body .wpcs_content_inner {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .2) !important;
	margin: 35px !important;
	background: #fff !important;
	border-radius: 0px !important;
	padding: 30px !important;
	border-color: #ddd !important;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#no-english {
	display: none;
}
#page {}

@media (min-width: 992px) {
	#page {
		padding-top: 85px
	}
	#no-english.show {
		display: block;
	}
}

#masthead {
	margin-bottom: 0;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	transition: position 0.4s ease;
}
#topbar-wrapper {
	transition: position 0.4s ease;
	min-height: 80px
}

.topbar .nav>li>a:focus, .topbar .nav>li>a:hover {
	background-color: #eee;
	text-decoration: none;
}

#header .phone {
	display: inline-block;
	margin-right: 10px;
	line-height: 45px;
}

#header .phone a {
	padding: 10px 0 0;
}

#header .phone a:hover {
	color: #777;
	text-decoration: none;
}

#header .top-btn {
	border-radius: 0;
	background: transparent;
	border-color: transparent;
	padding: 0 10px;
	position: relative;
	font-size: 1rem;
}

#header .dropdown-toggle:after {
	border-top: .3em solid rgba(255, 255, 255, .5);
	border-top-color: #777;
}

#header .top-btn i {
	font-size: 1.75rem;
	color: #777;
}

#header .top-btn .badge {
	position: absolute;
	top: 0;
	left: 0px;
	background: #E51A37;
	color: #fff;
}

#header .top-btn span {
	display: inline-block;
}

#header .nav>li>a {
	color: #777;
}

#header .nav>li>a:focus, #header .nav>li>a:hover {
	color: #333;
	text-decoration: none;
}

.badge-notify {
	background: red;
	position: relative;
	top: -20px;
	right: 10px;
}

.my-cart-icon-affix {
	position: fixed;
	z-index: 999;
}


/*--------------------------------------------------------------
# PAGE SUBHEADERS
--------------------------------------------------------------*/

#page-header {
	position: relative;
	padding: 30px 0 20px;
	margin:0;
	text-align: center;
	font-size: 1.25rem;
	background: #fafafa;
	border: 0;
	clear: both;
	float: none;
	color: #374252;
}
.post-type-archive-inventory #page-header,
.category-packaging-equipment #page-header,
.category-processing-equipment #page-header {
	background:#6c757d !important ;
}
.post-type-archive-inventory #page-header h1,
.post-type-archive-inventory #page-header p,
.category-packaging-equipment #page-header h1,
.category-packaging-equipment #page-header p,
.category-processing-equipment #page-header h1,
.category-processing-equipment #page-header p {
	color: #fff;
}
.home #page-header {
	padding: 0 0 100px;
	min-height: 200px;
	text-align: center;
	height: auto;
	background-position: top center;
	background-size: cover;
}

#page-header .page-header-content {
	padding: 50px 0 20px;
}

#page-header .page-header-content #header-search {
	width: 600px;
	max-width: 100%;
	margin: 0;
	text-align: left;
}

#page-header .page-header-content #header-search .is-search-input {
	background: #374252;
	border: 1px solid rgb(20, 32, 52) !important;
	height: 50px;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 20px;
	color: #eee;
	border-radius: 3px 0 0 3px;
}

#page-header .page-header-content #header-search ::-webkit-input-placeholder, #page-header .page-header-content #header-search :-moz-placeholder, #page-header .page-header-content #header-search ::-moz-placeholder, #page-header .page-header-content #header-search :-ms-input-placeholder, #page-header .page-header-content #header-search ::placeholder {
	color: #eee;
}

#page-header .page-header-content #header-search  .is-search-icon {
	background: no-repeat;
	border: none;
}

#page-header .page-header-content #header-search  .is-search-icon path {
	fill: #fff;
}

#page-header .page-header-content #header-search  .is-search-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	font-size: 22px;
	right: 0;
	padding: 0 !important;
	margin: 0;
	outline: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: #374252;
	border: 1px solid rgb(20, 32, 52) !important;
	border-radius: 0 3px 3px 0;
}

#page-header h1 {
	text-align: center;
	font-size: 2.25rem;
	line-height: 1.3;
	margin: 0 auto .5rem;
	border: 0;
	padding: 0;
	position: relative;
	text-shadow: none;
	color: #374252;
	width: 95%;
	max-width: 1200px;
	overflow: hidden;
}


#page-header .scroller {
	font-size: 3rem;
	line-height: 1.25;
}

.content-module.form.lead {
	position: relative;
	font-size: 20px;
	text-align: left;
	width: 100%;
	padding: 30px;
	border-color: #0054a4;
	background: #0054a4;
	border-color: #374252;
	background: #374252;
	overflow: hidden;
	height: auto;
	/*	max-height: 430px; */
	transition: max-height 1s;
}
.content-module.form.lead .gform_confirmation_message {
  color: #fff;
}
/*
#page-header .content-module.form.lead:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100px;
	background: -webkit-linear-gradient(rgba(0, 83, 164, 0) 50%, #333 100%);
	background: linear-gradient(rgba(0, 83, 164, 0) 50%, #333 100%);
}
*/

#page-header .content-module.form.lead.open {
	max-height: 1000px;
}

#page-header .content-module.form.lead.open:before {
	display: none;
}

.content-module .widget-title,
.content-module p {
	padding: 0;
	margin-top: 0;
	position: relative;
}

.content-module.form.lead .widget-title {
	line-height: 1.1;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #fff;
}

.bullet-list {
	list-style: none !important;
	padding: 0;
	margin:0;
}
.bullet-list li{
	color: #fff;
	margin: 2px 0 10px;
	padding: 0 0 0 25px;
	position: relative;
}
.bullet-list li:before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-size: 0.8em;
	left: 0;
	position: absolute;
	top: 0.25em;
	color: #f9fa39;
	font-weight: 900;
}

.content-module.form.lead .point {
	line-height: 1.3;
	font-size: 1rem;
	color: #fff;
	margin: 2px 0 0px;
	padding: 0 0 0 20px;
}
.content-module.form.lead .point:before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 1px;
	color: #f9fa39;
	font-weight: 900;
}

#page-header h1 .strings-cont {
	display: block;
	margin: auto;
}

.is-mobile #page-header .scroller {
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
}

.is-mobile #page-header h1 .strings-cont {
	display: block;
	margin: auto;
}

#page-header p {
	font-weight: 400;
	font-size: 1.3rem;
	margin: 10px auto 0;
	line-height: 1.4;
	color: #374252;
	max-width: 992px;
	width: 100%;
}

.is-mobile .gform_body {
	font-size: 1rem;
}
.content-module.form.lead legend,
.content-module.form.lead .gfield_checkbox label,
.content-module.form.lead .gform_wrapper label {
	color: #fff !important;
	margin-bottom: 0;
	font-weight: normal;
}

.content-module.form.lead .gform_footer {
	padding: 0;
}

@media screen and (min-width: 768px) {
	#page-header .scroller {
		font-size: 3rem;
		line-height: 1.3;
	}

	#page-header .page-header-content p, #page-header .scroller {
		text-align: left;
		margin: 0 0 20px;
	}

	#page-header h1 .strings-cont {
		display: block;
		margin: 0;
	}

	.content-module.form.lead .widget-title {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 992px) {
	#page-header .scroller {
		font-size: 3.25rem;
		line-height: 1.2;
	}
}


/*--------------------------------------------------------------
# HOMEPAGE HEADER V2
--------------------------------------------------------------*/

#page-header .statistics {
	margin-top: 40px;
}

.statistics .indicator {
	margin-bottom: 16px;
	min-height: 96px;
	background: rgba(45, 49, 62, 0.7);
	border-radius: 4px;
	padding: 20px;
	position: relative;
	padding-left: 90px;
}

.statistics .indicator .icon {
	width: 64px;
	height: 64px;
	line-height: 64px;
	margin: -32px auto 20px;
	background: #272e37;
	border-radius: 4px;
	font-size: 2.5rem;
	position: absolute;
	top: 50%;
	left: 20px;
}

.statistics .indicator .icon i {
	color: #fff;
}

.statistics .indicator h5 {
	text-transform: uppercase;
	color: #CED4DA;
	margin: auto;
	font-style: normal;
	font-weight: bold;
	font-size: .9rem;
	line-height: 1.2;
}

.statistics .indicator .counter {
	color: #fff;
	margin: 0px;
	font-size: 1.5rem;
}

@media (max-width: 992px) {
	.statistics {
		margin-top: 20px;
	}

	.statistics .indicator:last-child h5 {
		max-width: 100%;
		margin: 0 auto;
	}

	.statistics .indicator h5 {
		font-size: 1.2rem;
	}
}

@media (max-width: 411px) {
	.statistics {
		display: none;
	}
}

/*--------------------------------------------------------------
# TEXT SCOLLER / ROTATOR
--------------------------------------------------------------*/

h1.scroller {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 300;
	width: 100% !important;
	text-align: center;
}

h1.scroller .strings-cont {
	position: relative;
	display: inline-block;
	transition: width 0.5s ease;
	justify-content: center;
}

h1.scroller .string {
	font-weight: 700;
	transition: opacity 0.3s ease, top 0.3s ease;
	position: absolute;
	opacity: 0;
	/*	left: 50%;
		top: 100%;
		transform: translateX(-10%);*/
	white-space: nowrap;
	color: #fff;
}

h1.scroller .string.active {
	transition: opacity 0.25s ease;
	opacity: 1;
	position: static;
	/*	transform: translateX(0);
		left: 0;
		top: 0;*/
}

h1.scroller .string:before {
	content: "";
	position: absolute;
	top: calc(100% + 3px);
	left: 0;
	height: 4px;
	width: 0;
	background-color: #3368fa;
	border-radius: 2px;
}

h1.scroller .string.active:before {
	width: 100%;
	transition: all 3s ease;
	transition-delay: 0.3s;
}

/* CLEAN */

#page-header.clean {
	background: none !important;
	padding: 30px 0px 20px;
	margin-bottom: 0;
}

#page-header.clean h1, #page-header.clean h1 span {
	color: #262626;
}

#page-header.clean p {
	color: #555;
}

#page-header.clean:before, #page-header.clean:after {
	display: none !important;
}

a.page-scroller {
	color: #fff;
	font-size: 2.6rem;
	display: block;
	margin: auto;
	width: 100px;
	text-align: center;
}

#page-header.clean a.page-scroller {
	color: #555;
}

@media screen and (min-width: 768px) {
	body:not(.theme-preset-active) #page-sub-header h1 {
		font-size: 1.75rem;
	}

	body:not(.theme-preset-active) #page-sub-header {
		font-size: 1rem;
	}
}

@media screen and (min-width: 992px) {
	#page-sub-header p {
		max-width: 43rem;
		margin: 0 auto;
	}
}




/*--------------------------------------------------------------
# HOMEPAGE BG IMAGE
--------------------------------------------------------------*/

.home #page-header.bg {
	padding: 40px 0 0 0;
	margin: 0 0 -80px;
	height: 350px;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-attachment: fixed;
	z-index: 0;
}

.home #page-header.bg .page-header-content {
	background: rgba(0, 0, 0, 0.25);
	padding: 20px;
	max-width: 1024px;
	z-index: 9999;
	margin: 0 auto;
}

.home #page-header.bg h1 {
	position: relative;
	padding: 0 20px 10px;
	margin: 0 auto;
}

.home #content {
	position: relative;
}

.home #page-header.bg + article {
	position: relative;
	z-index: 10;
}

@media (max-width: 768px) {
	.home #page-header.bg h1 {
		font-size: 26px;
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs-wrapper {
	list-style: none;
	padding: 0 15px;
	margin: 0;
}

.breadcrumbs-wrapper li {
	display: inline-block;
	background: #eee;
	min-height: 32px;
	line-height: 30px;
	padding: 0px;
	margin: 0 21px 5px 0px;
	position: relative;
	z-index: 10;
}

.breadcrumbs-wrapper li:after {
	position: absolute;
	z-index: -1;
	content: "";
	right: -10px;
	top: 0;
	height: 100%;
	width: 25px;
	background-color: inherit;
	transform: skewX(-20deg);
}

.breadcrumbs-wrapper li:before {
	z-index: -1;
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	height: 100%;
	width: 25px;
	background-color: inherit;
	transform: skewX(-20deg);
}

.breadcrumbs-wrapper li:first-child:before {
	transform: skewX(0deg);
}

.breadcrumbs-wrapper li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: .9rem;
}

.breadcrumbs-wrapper li:last-child a, .breadcrumbs-wrapper li a:hover, .breadcrumbs-wrapper li a:active {
	color: #374252;
}


/*--------------------------------------------------------------
# Design Tabs
--------------------------------------------------------------*/

.tabs-down:before, .tabs-down:after, .tabs-up:before, .tabs-up:after {
	content: "";
	display: block;
	position: absolute;
	background: #0054A4;
	background: #2D323E;
	background: #374252;
	height: 25px;
	width: 150px;
	bottom: -24px;
	pointer-events: none;
	overflow: hidden;
}

.tabs-up:before {
	left: -20px;
	border-top-right-radius: 2px;
	transform-origin: right bottom;
	transform: skewX(-30deg);
}

.tabs-up:after {
	right: -20px;
	border-top-left-radius: 2px;
	transform-origin: left bottom;
	transform: skewX(30deg);
}

.tabs-down:before {
	width: 200px;
	left: calc(50% - 180px);
	border-top-right-radius: 2px;
	transform-origin: right bottom;
	transform: skewX(30deg);
}

.tabs-down:after {
	width: 200px;
	right: calc(50% - 180px);
	border-top-left-radius: 2px;
	transform-origin: left bottom;
	transform: skewX(-30deg);
}

#footer-cta.footer-tabs:before, #footer-cta.footer-tabs:after {
	content: "";
	display: block;
	position: absolute;
	background: #333;
	background: #374252;
	height: 25px;
	width: 500px;
	width: 50%;
	bottom: -2px;
	pointer-events: none;
}

#footer-cta.footer-tabs:before {
	left: calc(50% - 180px);
	border-top-right-radius: 2px;
	transform-origin: right bottom;
	transform: skewX(30deg);
}

#footer-cta.footer-tabs:after {
	right: calc(50% - 180px);
	border-top-left-radius: 2px;
	transform-origin: left bottom;
	transform: skewX(-30deg);
}

@media (max-width: 768px) {
	#footer-cta.footer-tabs:before, #footer-cta.footer-tabs:after {
		display: none;
	}
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

#page .widget-area .nav {
	margin-left: 20px;
}

#page .widget-area .widget {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

#content .widget-title, .modal-body .widget-title {
	font-weight: 500;
	padding: 5px 5px 5px 0px;
	margin: 0 0 10px;
	color: #374252;
}

#page .widget-area li {
	position: relative;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

#header {
	background: #fff;
	color: #555;
	padding: 0px;
	border-bottom: 1px solid #eee;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.offcanvas-header {
	display: none;
}

@media (max-width: 991px) {
	.is-search-sections .is-title a {
		font-size: 1rem !important;
		line-height: 1.3;
	}

	.is-search-sections .meta * {
		font-size: .75rem !important;
		line-height: 1.3;
	}

	.offcanvas-header {
		display: block;
	}

	body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
		/*		color: #fff;*/
		font-size: 1.5rem;
	}

	.navbar-collapse .dropdown-menu li a {
		color: #374252;
		font-size: 1.25rem;
	}

	.navbar-collapse.show {
		width: 100%;
		max-width: 100%;
		z-index: 99999999;
		overflow-y: scroll !important;
		max-height: calc(100vh - 180px);
	}
}

/*--------------------------------------------------------------
## MENU AREA SEARCH BAR
--------------------------------------------------------------*/

#search-wrapper {
	position: relative;
	min-width: 40px;
	height: 40px;
	max-width: 600px;
	margin: 0;
}

#search-wrapper .is-search-form,
#search-wrapper form {
	position: absolute;
	min-width: 40px;
	width: 0%;
	max-width: 80vw;
	height: 40px;
	right: 0;
	overflow: hidden;
	transition: width 0.3s;
	background: #fff;
}

#search-wrapper label {
	padding: 0px 0px 0px 0px;
	background: #fff;
}

#search-wrapper label .is-search-input,
#search-wrapper form input {
	top: 0;
	right: 0;
	border: 0;
	outline: none;
	background: #fff;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #333;
	border-radius: 3px 0 0 3px;
}

#search-wrapper .is-search-input::-webkit-input-placeholder,
#search-wrapper .is-search-input:-moz-placeholder,
#search-wrapper .is-search-input::-moz-placeholder,
#search-wrapper .is-search-input:-ms-input-placeholder,
#search-wrapper input::-webkit-input-placeholder,
#search-wrapper input:-moz-placeholder,
#search-wrapper input::-moz-placeholder,
#search-wrapper input:-ms-input-placeholder {
	color: #555
}

#search-wrapper .is-search-icon,
#search-wrapper .is-search-submit,
#search-wrapper form .btn {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	font-size: 20px;
	right: 0;
	padding: 0 !important;
	margin: 0;
	border: 0;
	outline: none;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	color: #777;
	background: #eee;
	border-color: rgba(0,0,0,.1);
	border-radius: 5px;
}

#search-wrapper .is-search-form.searchbar-open,
#search-wrapper form.searchbar-open {
	width: 300px !important;
	padding-right: 40px;
}

#search-wrapper form.searchbar-open input {
	background: #eee;
	border: 1px solid #ebebeb !important;
	border-radius: 3px 0 0 3px;

}

#search-wrapper .is-search-form.searchbar-open label,
#search-wrapper .searchbar-open label {
	z-index: 9999;
	width: 100%;
	border-radius: 3px 0 0 3px;
}
#search-wrapper .is-search-form.searchbar-open .is-search-icon,
#search-wrapper .is-search-form.searchbar-open .is-search-submit,
#search-wrapper form.searchbar-open .btn {
	border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 992px) {
	#search-wrapper {
		height: 2.95rem;
		width: 2.95rem;
		position: absolute;
		right: 0;
	}

	#search-wrapper .is-search-form,
	#search-wrapper form {
		min-width: 2.95rem;
		height: 2.95rem;
		border-radius: 5px;
	}

	#search-wrapper .is-search-form.searchbar-open,
	#search-wrapper form.searchbar-open {
		width: 400px;
	}

	#search-wrapper label .is-search-input,
	#search-wrapper label input {
		height: 2.95rem;
		font-size: 1rem !important;
	}

	#search-wrapper .is-search-icon,
	#search-wrapper .btn {
		width: 2.95rem;
		height: 2.95rem;
		line-height: 2.75rem;
		margin-bottom: 5px;
	}

	#search-wrapper .is-search-icon svg {
		width: 1.5rem;
	}
}

/*--------------------------------------------------------------
## NAV BAR
--------------------------------------------------------------*/

#nav-wrapper {
	padding: 0;
	background: #fff;
	border: none;
	border-top: 1px solid #ebebeb;
}

#nav-wrapper.color {
	background: #0054a4;
}

#masthead nav {
	padding: 0px 0 0px 0;
	position: relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav.btn {
	padding: 0;
	margin: 0px;
	border-radius: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
	padding: .5rem 0px .5rem 0;
	font-weight: 600;
	outline: none;
}

@media screen and (min-width: 768px) {
	body:not(.theme-preset-active) #masthead .navbar-nav {
		padding-right: 30px;
	}

	.is-mobile #masthead .navbar-nav .dropdown-item {
		font-size: 1rem;
	}

	body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
		padding-right: 15px;
	}

	.not-mobile .navbar-nav #menu-item-dropdown-47 {
		color: rgba(0,0,0,.5) !important;
	}

	.is-mobile .navbar-nav  #menu-item-dropdown-47 {
		color: #777;
	}
}
@media screen and (min-width: 992px) {
	body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
		padding-right: 20px;
	}

	.not-mobile .navbar-nav #menu-item-dropdown-47 {
		color: rgba(0,0,0,.5) !important;
	}
}
@media screen and (min-width: 1200px) {
	body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
		padding-right: 30px;
	}
}
@media screen and (min-width: 1400px) {

}

.navbar-light .navbar-nav:not(.btn) .active .active a, .navbar-light .navbar-nav:not(.btn) .active >.nav-link, .navbar-light .navbar-nav:not(.btn) .nav-link.active, .navbar-light .navbar-nav:not(.btn) .nav-link.show, .navbar-light .navbar-nav:not(.btn) .show>.nav-link {
	color: #007dc6;
	color: #0054a4;
}

body:not(.theme-preset-active) #nav-wrapper.color .navbar-nav:not(.btn-danger)>li>a {
	color: #eee;
}

body:not(.theme-preset-active) .navbar-nav.btn>li>a {
	color: #fff;
	padding: 1.33rem 1rem;
	font-weight: 700;
}

body:not(.theme-preset-active) .navbar-nav.btn>.active>a, body:not(.theme-preset-active) .navbar-nav.btn>li>a:hover, body:not(.theme-preset-active) .navbar-nav.btn>li>a:focus, body:not(.theme-preset-active) .navbar-nav.btn>li>a:visited {
	color: #fff;
}

body:not(.theme-preset-active) #masthead .navbar-nav.btn>li>a:after {
	display: none;
}

/*body:not(.theme-preset-active) #masthead .not(.btn)>li>a:hover,
body:not(.theme-preset-active) #masthead .not(.btn)>li.current_page_item>a {
	color: #555;
	background-color: #f2f2f2;
}
*/

#logo {
	display: inline-block;
	text-align: center;
}

#logo img {
	display: block;
	margin: auto;
}


/* SEARCH BAR */

.is-ajax-search-items .is-search-sections .thumbnail img {
	border-radius: 4px;
	border: 1px solid #eee;
}

.navbar.center #main-menu {
	display: inline-block;
	margin: 0 auto !important;
}


/*--------------------------------------------------------------
## WP search Field
--------------------------------------------------------------*/

.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: 0.3rem solid transparent;
	border-left: 0.3rem solid;
	border-top: 0.3rem solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
	position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
	display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>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.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
	border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
	float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 0;
}


/* Small menu. */

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

.dropdown-menu.show {
	z-index: 9999;
}

.dropdown-item {
	line-height: 1.2;
	padding-bottom: 0.313rem;
	padding-top: 0.313rem;
}

.is-mobile .navbar-collapse .dropdown-menu .dropdown-item {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

header .dropdown-menu {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1) !important;
}
@media screen and (min-width: 992px) {
	header .dropdown-menu {
		min-width: 19rem;
	}
}

.dropdown .open .dropdown-menu {
	display: block;
	left: 12.250em;
	top: 0;
}

.dropdown-menu .dropdown-item {
	font-size: 1rem;
	white-space: normal;
	background: transparent;
	line-height: 1.4;
	color: #555;
	padding: 8px 20px;
}

.dropdown-menu .dropdown-item:hover {
	background: #f2f2f2;
}

.navbar-toggler {
	margin: 0 0 0 auto;
	color: #333 !important;
	display: none;
	padding: .5rem .75rem;
	outline: none;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li>.dropdown-menu {
		right: -9.875rem;
		top: 1.375rem;
	}
}

@media screen and (max-width: 1024px) {
	.navbar-nav .dropdown-menu {
		border: none;
		padding: 0;
	}

	.dropdown-menu li a {
		padding: 0;
	}

	#masthead .navbar-nav>li>a {
		padding-bottom: 0.625rem;
		padding-top: 0.313rem;
	}
}
@media screen and (max-width: 991px) {
	#masthead .navbar-nav>li>a {
		display: block;
		width: 100%;
		padding-bottom: 0.938rem;
		padding-top: 0.938rem;
	}

	.navbar-nav .dropdown-menu {
		box-shadow: none !important;
	}

	#masthead .navbar-toggler {
		display: block !important;
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

#primary .comment-navigation, #primary .posts-navigation, #primary .post-navigation {
	overflow: hidden;
}

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

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

.comment-content.card-block {
	padding: 20px;
}

.navigation.post-navigation {
	padding: 5px;
	position: relative;
	margin: 0;
}

.navigation.post-navigation .nav-links {
	position: relative;
	clear: both;
	float: none;
	min-height: 35px;
	height: auto;
}

.navigation.post-navigation .nav-links:after {
	content: " ";
	display: table;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
	position: relative;
	display: inline-block;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
	position: relative;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0.313rem 0.875rem;
	text-decoration: none;
	line-height: 1.5;
}

.post-navigation .nav-next a::after {
	content: " \2192";
}

.post-navigation .nav-previous a::before {
	content: "\2190 ";
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	background: #eee none repeat scroll 0 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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

a img.alignright {
	float: right;
	margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
	float: left;
	margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignnone {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
	margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

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

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


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

#page .widget {
	margin: 0 0 1.5em;
	font-size: 0.875rem;
	/* Make sure select elements fit in widgets. */
}

#page .widget select {
	max-width: 100%;
}

#page .widget_search .search-form input[type="submit"] {
	display: none;
}

.half-rule {
	width: 6rem;
	margin: 2.5rem 0;
}

#page .widget_categories .nav-link {
	display: inline-block;
}

/*--------------------------------------------------------------
# MAP
--------------------------------------------------------------*/

.acf-map {
	width: calc(100% + 80px);
	height: 400px;
	border-bottom: #AAD6FF solid 1px;
	margin: 0px -40px 20px -40px !important;
	z-index: 1;
}

.acf-map img {
	max-width: inherit !important;
}

.acf-map .gm-style-iw {
	text-align: center;
	padding: 20px;
}

.acf-map .gm-style-iw .gm-ui-hover-effect {
	top: 0px !important;
	right: 0px !important;
}

.acf-map .gm-style h3 {
	padding: 0;
	margin-top: 0;
}

.acf-map .gm-style p {
	font-size: 1rem;
}

/*--------------------------------------------------------------
# CONTACT SIDEBAR
--------------------------------------------------------------*/

.contact-sidebar {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	position: relative;
	padding: 0px 10px 20px 65px;
}

.contact-sidebar:first-of-type {
	padding-top: 40px;
}

.contact-sidebar h3 {
	padding: 0;
}

.contact-sidebar p {
	margin-bottom: 10px;
}

.contact-sidebar i {
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	font-size: 40px;
	color: #b3c3d3;
}

#secondary .social-footer {
	text-align: center;
}

#secondary .social-footer a {
	display: inline-block;
	margin: auto;
	padding: 0 10px;
}

#secondary .social-footer a i {
	font-size: 40px;
}

#secondary .social-footer a:hover i {
	opacity: .8;
}

#secondary .social-footer .fa-facebook {
	color: #4267b2;
}

#secondary .social-footer .fa-twitter {
	color: #1b95e0;
}

#secondary .social-footer .fa-youtube {
	color: #e52e2e;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.page .container-xl, .container-xl > .row > #primary {
	padding: 0 0px;
}

#error {
	position: relative;
	background: #fff url("img/error.jpg") no-repeat 50% 0%;
	height: 600px;
	padding-top: 400px;
}

#error #error-code {
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	font: normal 50px/1.35em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #eee;
	text-align: center;
}

#error #error-title {
	display: block;
	font: lighter 60px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #304054;
}

#error #error-sub-title {
	display: block;
	font: lighter 20px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #888;
}

.error-404 .error-heading {
	font-size: 80px;
	font-weight: 700;
	color: #ebebeb;
	padding: 0px 0 4px;
	margin-top: 0;
}

.list-items {
	display: flex;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	justify-content: center;
	border-bottom: 1px solid #ebebeb;
	margin: 0 -40px 0px;
}

.list-items .panel {
	width: 50%;
	padding: 50px 20px;
	display: inline-block;
}

.list-items .panel p {
	margin: 0;
}

.list-items .panel h3, .list-items .panel h4 {
	margin: 0 0 5px;
	padding-top: 0;
	font-weight: bold;
	font-size: 1.25rem;
}

.list-items .panel:first-child {
	margin-left: 0;
}

.list-items .panel:last-child {
	margin-right: 0;
}

.list-items + .list-items .panel {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.list-items {
		display: block;
	}

	.list-items .panel {
		width: 100%;
		display: block;
		text-align: center !important;
	}
}
.gform_wrapper .gfield_label {
	font-weight: normal;
	margin-bottom: 0;
}

.ginput_container_checkbox ul {
	list-style: none;
}

.filter-wrapper {
	padding: 20px;
	position: relative;
}

.filter-wrapper form * {
	font-size: 18px;
}

#content form .gfield_error .validation_message {
	color: #ff9797;
	padding: 0;
}

#content .validation_error {
	padding: 20px !important;
	background: #fff;
	color: #790000 !important;
	border-radius: 3px;
	margin-top: 10px;
	border: none !important;
}

#content .gform_confirmation_message {
	padding: 20px !important;
	background: #d4edda;
	color: #155724;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 40px;
	border: 1px solid #c3e6cb;
}

#page .input-group-sm {
	font-size: 0.75rem;
}

.content-area .content-module > .gform_wrapper, .content-area.content-module > .gform_wrapper .gform_fields .gfield:first-child, .content-area.content-module > .list-items:first-child {
	margin-top: 0 !important;
}

.list-items .col {
	font-size: 1.2rem;
	color: #333;
}

.list-items .item-body {
	font-size: 1rem;
	position: relative;
}

.content-module .content-item h1 i, .content-module .content-item h2 i, .content-module .content-item h3 i, .list-items .item-body i {
	padding-right: 5px;
}

.list-items .list-item-img {
	display: inline-block;
	max-width: 100%;
	max-height: 100px;
	height: auto;
}

.list-items .list-item-img.img-above {
	margin-bottom: 5px;
}

.list-items .list-item-img.img-below {
	margin-top: 10px;
}

.list-items .list-item-img.round {
	border-radius: 50%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	border: 2px solid #fff;
}

.list-items .list-item-img.square {
	border-radius: 3px;
}

@media (max-width: 992px) {
	.list-items .col.text-right, .list-items .col.text-left {
		text-align: center !important;
	}
}
.icon-boxes {
	margin-bottom: 40px;
}

.icon-box {
	position: relative;
	background: #ebebeb;
	padding: 20px 1%;
	width: 98%;
	margin-top: 2%;
	min-height: 100px;
}

.icon-box.with-icon {
	padding-left: 110px;
}

.icon-box.with-icon i {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	font-size: 4rem;
}

.icon-box h2, .icon-box h3, .icon-box h4 {
	margin: 0 0 5px;
	padding: 0;
}

.icon-box p {
	margin-bottom: 0;
}


/*
*	Media List
*/

.media-list {
	padding-top: 30px;
}

.media-list .media {
	padding: 20px 0;
}

.media-list .media:first-child {
	padding-top: 0;
}

.media-list .media:last-child {
	padding-bottom: 0;
}

.media-list img {
	display: block;
	width: 175px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.media-list .media-body p {
	margin: 0;
}

@media (max-width: 768px) {
	.media {
		display: block;
	}

	.media img {
		display: block;
		width: 100%;
		margin: 0 auto 20px !important;
	}
}

/*--------------------------------------------------------------
# EQUIPMENT WANTED LIST
--------------------------------------------------------------*/

.content-module .wanted-item {
	display: flex;
	border: 1px solid #b8c9d9;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	background: #fcfcfc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.card-posts .card:hover, .content-module .wanted-item:hover {
	border-color: #AAD6FF !important;
}

.content-module .wanted-content {
	flex: 1;
}

.content-module .wanted-content h3 {
	padding: 0;
	margin: 0 0 10px !important;
	color: #555;
}

.content-module .wanted-links {
	padding: 0 0 0 10px;
	width: 250px;
	flex: 0 0 250px;
}

@media (max-width: 992px) {
	.content-module .wanted-item {
		display: block;
	}

	.content-module .wanted-content {
		width: 100%;
	}

	.content-module .wanted-links {
		width: 100%;
	}
}
/*--------------------------------------------------------------
# ARCHIVED ITEMS PAGE
--------------------------------------------------------------*/

#item-archives .card-header {
	font-size: 1.2rem;
	color: #fff;
	background: #2D323E !important;
}

#item-archives .card-header small {
	color: #ddd;
}

@media (min-width: 992px) {
	#item-archives .card .img-fluid {
		border-radius: 0 0 0 3px !important;
		max-height: 500px;
	}
}
/*--------------------------------------------------------------
# RIBBON WRAP
--------------------------------------------------------------*/

.ribbon-wrap {
	position: absolute;
	bottom: -20px;
	left: -6px;
	min-width: 10px;
	height: 40px;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.1px;
	z-index: 999;
}

.card .ribbon-wrap {
	bottom: auto;
	top: 180px;
}

.date-ribbon {
	min-width: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: #E51A37;
	color: #fff;
}

.date-ribbon:before, .date-ribbon:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
}

.date-ribbon:before {
	top: -6px;
	left: 0px;
	border-bottom: 6px solid #a71228;
	border-left: 6px solid transparent;
}

.date-ribbon:after {
	right: -14.5px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 15px solid #E51A37;
}

.item-header .location {
	font-size: 0.85rem;
	text-align: center;
	color: #777;
	margin-bottom: 10px;
}

.item-header .location .fas {
	color: #0054a4;
}

/*--------------------------------------------------------------
# SIDEBAR CONTENT MODULES
--------------------------------------------------------------*/

#secondary .content-module {
	border: 1px solid #E6E6E6;
	border-top: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	position: relative;
	padding-bottom: 40px;
}

#page-header .content-module ul, #secondary .content-module ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page-header .content-module ul:not(.gform_fields) li, #secondary .content-module ul:not(.gform_fields) li {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-size: 1rem;
	line-height: 1.3;
	position: relative;
}

.is-mobile .content-module ul:not(.gform_fields) li {
	font-size: 1.2rem !important;
}

#page-header .content-module ul li a, #secondary .content-module ul li a {
	display: block;
	color: #555;
}

#page-header .content-module ul li a:hover, #secondary .content-module ul li a:hover {
	color: #007bff;
	text-decoration: none;
}

#page-header .content-module .bullet li:before {
	position: absolute;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background: #b8c9d9;
	left: 0;
	top: .75rem;
}
/*--------------------------------------------------------------
# SIDEBAR DARK CONTENT MODULES
--------------------------------------------------------------*/

.content-module.dark, #content .content-module.form {
	background: #374252;
	border-color: #374252;
	color: #9e9e9e;
	padding: 30px;
}

#secondary .content-module.newsletter, .modal-body .content-module.newsletter {
	background: #374252 url(img/mail-icon-trans.png) no-repeat 105% 0px;
}

#secondary .content-module.lead {
	border-color: #0054a4;
	background: #0054a4;
	text-align: left;
}

#secondary .content-module.lead .alert {
	font-size: 1rem;
}

#secondary .content-module p {
	padding: 0;
	margin-top: 0;
	position: relative;
}
#secondary .content-module.form .point:last-of-type {
	margin-bottom: 20px;
}
#content .content-module .widget-title, .modal-body .content-module .widget-title {
	text-transform: uppercase;
}

#secondary .content-module p {
	line-height: 1.4;
	font-size: 1rem;
}

#content .content-module.dark .widget-title, .modal-body .content-module.dark .widget-title {
	color: #8b95a4;
	border-bottom: none;
	padding: 0;
	position: relative;
	font-weight: 500;
	margin: 0 0 10px;
	font-size: 1.2rem;
}

#content .content-module.dark p {
	color: #8b95a4;
}

#content .content-module.lead .widget-title {
	color: #fff;
	border: none;
	text-align: left;
}

#content .content-module.lead form {
	margin-top: 20px;
}

#content .content-module.form .point {
	color: #fff;
	margin: 2px 0 0;
	padding: 0px;
	text-align: left;
}
#content .content-module.form .point i {
	color: #f9fa39;
}

#content .content-module.dark .widget-title:before, .modal-body .content-module.dark .widget-title:before {
	content: '';
	display: block;
	background: #007bff;
	position: absolute;
	bottom: -8px;
	width: 75px;
	height: 2px;
}

.content-module.dark .gform_wrapper .ginput_container input[type="email"], .content-module.dark .gform_wrapper .ginput_container {
	display: block !important;
	width: 100% !important;
}

.content-module.dark .gform_wrapper .ginput_container input[type="email"] {
	background: #404c5d;
	color: #808c9c;
	border-color: #333;
}

.content-module.lead .gform_wrapper .ginput_container input[type="email"] {
	background: #fff;
	color: #808c9c;
	border-color: #404c5d;
}

#page-header .content-module.lead .gform_wrapper .gform_button, #content .content-module.lead .gform_wrapper .gform_button, .content-module.dark .gform_wrapper .gform_button {
	display: block;
	width: 100% !important;
}

.content-module.dark .gform_wrapper .validation_error {
	color: #ffffff;
	padding: 5px 0;
	border-color: #ea4a30;
	font-weight: normal;
}

.content-module.dark form ul, .content-module.dark form li {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100% !important;
}

.content-module.dark form .gfield_error {
	background: transparent;
	border-color: #ea4a30;
}

.content-module.dark form .gfield_error, .content-module.dark form .gfield_error .validation_message, .content-module.dark form .gfield_error label, .content-module.dark form .gfield_error label span {
	color: #ea4a30;
}

.content-module.dark form .gfield_label {
	font-weight: normal;
}

.content-module.dark form label, #content .content-module.form.lead .gform_wrapper label {
	color: #fff;
	margin-bottom: 0;
}

.content-module.dark .gfield_checkbox label {
	color: #8b95a4;
}

#content .content-module.form.lead .gfield_checkbox label {
	color: #ebebeb;
}

#content .content-module form .gform_footer {
	padding: 0;
}

#page-header .content-module.form.lead ul, #content .content-module.form.lead ul {
	list-style: none;
}

#page-header .content-module.lead li, #secondary .content-module.lead li {
	list-style: none;
	font-size: 1rem;
	line-height: 18px;
	margin: 0 0 10px;
}

#secondary .content-module.lead #field_1_6 {

}

#secondary .content-module.lead #field_1_6, #page-header .content-module.form #field_15_7 {
	display: flex;
}

#secondary .content-module.lead #field_1_6 .gfield_label, #page-header .content-module.form #field_15_7 .gfield_label {
	flex: 75%;
}

#secondary .content-module.lead #field_1_6 .ginput_container_number, #page-header .content-module.form #field_15_7 .ginput_container_number {
	flex: 25%;
}

#secondary .content-module.lead #field_1_6 .ginput_container_number input, #page-header .content-module.form #field_15_7 .ginput_container_number input {
	width: 100%;
}

#page-header .lead li .form-control {
	margin: 0;
}

article.category-auctions {
	margin-bottom: 20px;
}

article .entry-title {
	font-size: 1.25rem;
	margin: 0 0 10px;
}

article .entry-content {
	margin: 0;
}

.media > img {
	display: block;
}

h2 .anchor {
	font-size: .75rem;
	display: inline-block;
	float: right;
}

.category-auctions .item-title {
	margin: 0;
	font-size: 2.25rem;
	line-height: 1.2;
	color: #555;
	text-transform: uppercase;
}

.item-desc {
	margin: 0 0 10px;
	color: #606060;
	font-size: 1rem;
	line-height: 1.3;
}

.item-info .fas {
	color: #0054a4;
	display: block;
	margin-bottom: 5px;
}

.item-actions ul li {
	font-size: 0.90rem;
	margin-bottom: 10px;
	color: #555;
}

.item-img-link, .item-img-wrapper {
	display: block;
	position: relative;
}

.item-img-link {
	position: relative;
}

.card .item-img-link img {
	height: 200px;
	display: block;
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-bottom: 1px solid #ebebeb;
}

.card-header {
	font-weight: bold;
	color: #0054a4;
}
/*--------------------------------------------------------------
# TEAM LIST - Our People Page
--------------------------------------------------------------*/

.team-list {
	position: relative;
}

.team-list h2 {
	margin-top: 0;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}

.team-list .card {
	position: relative;
	overflow: hidden;
}

.team-list .card-body {
	position: relative;
	text-align: center;
	background: #fafafa;
	z-index: 9;
}

.team-list .team-img {
	border-radius: 50%;
	position: absolute;
	top: 70px;
	left: 50%;
	width: 150px;
	height: 150px;
	opacity: 1;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.25);
	border: 2px solid #fff;
	transform: translate(-50%, 0%);
	z-index: 99;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top center;
	   object-position: top center;
}

.team-list .card-body::before {
	content: "";
	background: #fafafa;
	width: 120%;
	height: 100%;
	left: 11px;
	bottom: 51px;
	position: absolute;
	z-index: -1;
	transform: rotate(-13deg);
}

.team-list .card-img-top {
	min-height: 200px;
	max-height: 250px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top center;
	   object-position: top center;
}

.team-list .team-name {
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: bold;
}

.modal .modal-body .team-name {
	font-size: 1.2em !important;
	margin: 0 0 10px 0;
	color: #fff;
}

.team-list .team-title {
	font-style: italic;
	display: block;
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 10px;
}

.team-list .team-phone, .team-list .team-email {
	display: block;
	margin-bottom: 5px;
}

.bioModal .modal-title {
	padding: 0;
	margin: 0;
}

.biomodal .modal-body {
	color: #fff;
	background: #374252;
}

.team-list .team-bio a {
	color: #fff;
}

@media (max-width: 768px) {
	.team-list .team-member {
		display: block;
	}

	.team-list .card .card-img-top {
		max-height: 400px;
		-o-object-position: top center;
		   object-position: top center
	}
}


/*--------------------------------------------------------------
# ITEMS
--------------------------------------------------------------*/

.item-card-flex .item-details {
	padding: 20px 40px 20px;
}

.item-card-right .table-responsive {
	font-size: .8rem;
	margin: 0 0 5px;
}

.item-card-right th {
	background: #f5f5f5;
	color: #555;
}

.item-card-right th, .item-card-right td {
	border-color: #ebebeb;
	padding: .25rem .5rem
}
/*--------------------------------------------------------------
# AUCTION CARDS - archive page
--------------------------------------------------------------*/

#content .card-group .card.h-100 .card-img-top {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 250px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.content-module {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-bottom: 1px solid #E6E6E6;
	background: #fff;
	border-radius: 0px;
	padding: 40px 40px;
}

body:not(.home) #page-header + #content .content-module:first-child {
	padding-top: 40px;
}

.content-module > h1:not(.screen-reader-text), .content-module > h2:not(.screen-reader-text) {
	padding-bottom: 10px;
	margin-top: 40px;
	border-bottom: 2px solid #ebebeb;
}

.content-module > h1:not(.screen-reader-text) {
	font-weight: 700;
}

.content-module .content-item {
	padding: 0 40px 10px 40px;
	position: relative;
	overflow: hidden;
}

.content-module h1:first-of-type, .content-module h2:first-of-type , .content-module h3:first-of-type, .content-module h4:first-of-type {
	margin-top: 0;
}

.content-module a[href$=".pdf"]:not(.tab-file) {
	display: inline-block;
	position: relative;
	padding: 0 0 10px 22px;
	margin-bottom: 20px;
	background: transparent url('img/pdf.svg') no-repeat 0px 2px;
	background-size: 20px auto;
}

.content-item:last-of-type {
	padding-bottom: 40px;
}

.content-area ul.bullet, .modal ul.bullet, #page ul:not([class]) {
	margin: 0 0 0 20px;
	list-style: none;
	padding: 0;
}

#page ul:not([class]) ul, #page ul.bullet ul {
	padding: 0 0 0 0px;
}

#page ul:not([class]) li, .modal ul.bullet li, #page ul.bullet li {
	position: relative;
	padding: 0 0 0 12px;
	margin-bottom: 10px;
	list-style: none;
}

#page ul.bullet li:before, .modal ul.bullet li:before, #page ul:not([class]) li:before {
	position: absolute;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background: #b8c9d9;
	left: 0;
	top: .75rem;
}

.is-mobile #page ul.bullet li:before, .is-mobile .modal ul.bullet li:before, .is-mobile #page ul:not([class]) li:before {
	width: 8px;
	height: 8px;
	top: 20px;
}

.content-module .columns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: calc(100% + 80px);
	padding: 0;
	margin: 0 -40px;
}

.content-module .columns:first-child {
	margin-top: -40px;
}

.content-module .columns.reverse {
	flex-direction: row-reverse;
}

.content-module .columns .column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	/*	border: 1px solid #ebebeb; */
	border-left: 0;
	border-right: 0;
	overflow: hidden;
}

.content-module .columns .column .col-pad {
	padding: 40px;
}

.content-module .columns .column h2 {
	margin: 0;
}

.content-module .column .img-thumbnail {
	background: none;
	border: none;
	display: block;
	padding: 0;
	border-radius: 0px;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: top;
	   object-position: top;
}

.content-module .columns .column.dark {
	background: #374252;
	border-color: #374252;
	color: #eee;
}

.content-module .columns .column.gray {
	background: #ebebeb;
	border-color: #ccc;
	color: #252525;
}

.content-module .columns .column.dark h1, .content-module .columns .column.dark h2, .content-module .columns .column.dark h3, .content-module .columns .column.dark h4 {
	color: #fff;
	margin-top: 0;
}

@media (max-width: 992px) {
	.content-module .columns {
		display: block;
	}
}
.content-item.wide {
	padding: 0px;
	margin: 0 -40px 0px -40px !important;
}

.content-module .content-item > h1 {
	padding: 0;
}

.content-item.three-cols {
	padding-bottom: 40px;
}

/* bredcrumbs and category select */

.content-module .content-header {
	margin: 0px;
	position: relative;
	border: none;
	border-bottom: 1px solid #eee;
}

.card .item-title, .entry-header .item-title {
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0px 0 10px;
}

.card .card-img, .content-header .item-card-img {
	display: block;
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.card .card-img {
	height: 300px;
}

.card.expanded .card-img {
	height: 75vh;
}

.content-header .cover-img {
	display: block;
	width: 100%;
	max-height: 300px;
	min-height: 200px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.content-header .wp-post-image {
	display: block;
	border: none;
	box-shadow: none;
	width: 100%;
	margin: 0 !important;
}

.content-item .row-cols-lg-2 .img-thumbnail, .content-item .col-6 .img-thumbnail {
	margin-top: 20px;
	display: block;
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


/* CATEGORY - ARTICLES */

#cat-articles > .content-module {
	margin-bottom: 0;
	padding: 40px;
}

#cat-articles .content-header {
	margin: 0px 0px 0px 0px;
}

#cat-articles .content-header img {
	max-height: 200px;
}

.single-auction .item-card {
	margin-bottom: 0;
}

.modal-body .item-card {
	box-shadow: none;
	margin: 0;
}

.item-cards {
	position: relative;
}

.item-card-flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.item-card-flex .item-card-left {
	flex-shrink: 0;
	position: relative;
	align-self: stretch;
	max-width: 100%;
}

.item-card-flex .item-card-right {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	padding: 20px 30px 20px 30px;
	position: relative;
}

.card .card-body {
	display: flex;
	flex-flow: column nowrap;
}

.item-card-flex .item-card-right .btn-details, .content-item .btn-details, .card-body .btn-details {
	margin-top: auto;
}

.item-card-flex .item-card-left:not(.expanded) .carousel, .item-card-flex .item-card-left:not(.expanded) .carousel .carousel-inner, .item-card-flex .item-card-left:not(.expanded) .carousel .carousel-item {
	width: 100%;
	height: 100%;
}

.item-card-flex .item-card-left img, .item-card-flex .item-card-img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.item-cards .card .sold-wrapper, .item-card-flex .sold-wrapper {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 40px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.1px;
	z-index: 10;
	text-align: center;
}

.item-cards .card .sold-banner, .item-card-flex .sold-banner {
	width: auto;
	height: 40px;
	line-height: 42px;
	padding: 0 20px;
	background: #E51A37;
	color: #fff;
	font-size: 1.5rem;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
}

.modal .item-card-flex .item-card-left img {
	-o-object-fit: cover;
	   object-fit: cover;
}

.item-card-right h1 {
	margin: 0 0 10px;
	font-size: 1.2rem;
}
/*
* Share button text
*/

.addtoany_shortcode .addtoany_share {
	font-size: 1rem !important;
}

.item-card-flex .btn-sell, .item-card-flex .btn-rfq {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.item-card-flex .item-logo, .type-auction .item-logo, .type-page .item-logo {
	display: block;
	max-height: 125px;
	margin: 0 auto 10px;
}

@media (min-width: 576px) {
	.item-card-flex .item-card-left {
		width: 100%;
	}

	.item-card-flex .item-card-img {
		width: 100%;
	}

	.item-card-flex .item-card-right {
		width: 100%;
	}

	.item-card-flex {
		flex-direction: column;
	}

	.item-card-flex .item-card-right h1 {
		font-size: 1.35rem;
	}

	.item-card-flex .item-card-right p {
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	.item-card-flex .item-card-left {
		width: 100%;
	}

	.item-card-flex .item-card-right {
		width: 100%;
	}

	.item-card-flex {
		flex-direction: column;
	}

	.item-card-flex .item-card-right h1 {
		font-size: 1.25rem;
	}

	.item-card-flex .item-card-right p {
		font-size: 1rem;
	}

	.item-card-flex .item-card-right .btn-sell, .item-card-flex .item-card-right .btn-rfq {
		/*		width: calc(50% - 0.75rem);*/
		margin: 0;
	}
}
@media (min-width: 992px) {
	.item-card-flex .item-card-left {
		width: 100%;
	}

	.item-card-flex .item-card-right {
		width: 100%;
	}

	.item-card-flex {
		flex-direction: row;
	}

	.item-card-flex .item-card-right h1 {
		font-size: 1.1rem;
	}

	.item-card-flex .item-card-right p {
		font-size: .95rem;
	}

	.item-card-flex .item-card-right .btn-sell, .item-card-flex .item-card-right .btn-rfq {
		width: 100%;
		margin: 10px 0 0;
	}
}

@media (min-width: 1200px) {
	.item-card-flex .item-card-left {
		width: 350px;
	}

	.item-card-flex .item-card-right {
		width: calc(100% - 350px);
	}
}

#cboxLoadedContent {
	background: #000 !important;
}
/*--------------------------------------------------------------
# CLIENT LOGO CAROUSEL
--------------------------------------------------------------*/

.logo-carousel {
	padding: 30px 0;
}

.logo-carousel .single-logo img {
	border-radius: 3px;
	opacity: 0.5 !important;
}

.logo-carousel .single-logo:hover img {
	opacity: 1 !important;
}

/*--------------------------------------------------------------
# CASE STUDIES
--------------------------------------------------------------*/

.case-studies .card .card-img-top {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	height: 250px;
	min-height: 250px;
}


/*--------------------------------------------------------------
# AUCTION CAROUSEL
--------------------------------------------------------------*/

#main-carousel .item {
	background: #333;
	padding: 0px;
	margin: 0;
	color: #fff;
	text-align: center;
}

.single #main-carousel .item img {
	border-radius: 0;
}

.carousel-thumbs .owl-stage {
	width: 100% !important;
}

.carousel-wrapper .thumbs a, #carousel-thumbs .item, .carousel-thumbs .item {
	background: #c9c9c9;
	height: auto;
	padding: 0px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: auto;
	display: block;
	width: 25%;
	height: 100px;
	float: left;
}

.carousel-wrapper .thumbs a img {
	width: 100%;
	height: 100%;
}

.carousel-wrapper .thumbs .active, #carousel-thumbs .current .item, .carousel-thumbs .current .item {
	opacity: 1;
}

.owl-theme .owl-nav [class*="owl-"] {
	transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
}

#main-carousel.owl-theme {
	position: relative;
}

#main-carousel.owl-theme .owl-next, #main-carousel.owl-theme .owl-prev {
	background: #fff;
	color: #333;
	width: 22px;
	line-height: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
}

#main-carousel.owl-theme .owl-prev {
	left: 10px;
}

#main-carousel.owl-theme .owl-next {
	right: 10px;
}

#carousel-thumbs.owl-theme .owl-next, #carousel-thumbs.owl-theme .owl-prev {
	background: #333;
}

#main-carousel .owl-nav {

}

.expandable .main-carousel-wrapper, .expandable .carousel-wrapper {
	position: relative;
	background: #fff;
}

.expandable .carousel-expand {
	display: block;
	position: absolute;
	z-index: 99;
	bottom: 0px;
	right: 0px;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	display: none;
}

.expandable.expanded .carousel-expand {
	bottom: 0px;
	right: 0px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 30px;
}

.expandable.expanded .carousel-expand i:before {
	content: '\f066';
}

.expandable.expanded .carousel-wrapper {
	position: fixed;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	z-index: 9999999;
	overflow: hidden;
	width: 100vw;
	max-width: 100vw !important;
	height: 100vh;
	background: #fff;
	padding: 20px 20px 0;
}

.expandable.expanded .carousel-wrapper #main-carousel, .expandable.expanded .carousel-wrapper #carousel-thumbs {
	max-width: 90vh;
	margin: auto;
}

@media (min-width: 1200px) {
	.expandable .carousel-expand {
		display: block;
	}

	.expandable.expanded .carousel-expand {
		display: block;
		height: 60px;
		width: 60px;
		line-height: 58px;
		font-size: 40px;
	}
}
#carousel-thumbs .owl-item, .carousel-thumbs .owl-item {
	margin: 0 1px !important;
	width: calc(25% - 4px) !important;
}

.item-card .carousel-indicators {
	margin-bottom: 0;
	max-width: calc(100% - 40px);
}

.item-card .carousel-indicators li {
	margin: 0 3px;
	background-color: rgba(255, 255, 255, 0.75);
	opacity: .75;
	transition: all .3s;
	height: 10px;
	/*	transform: skewX(-45deg)*/
}

.item-card .carousel-indicators .active {
	background-color: #E51A37;
	opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
	height: 60px;
	width: 60px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: #E51A37;
	opacity: 1;
}

.expanded .carousel-control-next {
	right: 15px;
}

@media (min-width: 992px) {
	.carousel-control-next, .carousel-control-prev {
		height: 40px;
		width: 40px;
	}
}

/*--------------------------------------------------------------
# AUCTION TABS
--------------------------------------------------------------*/

article[id*="post-"] > .tab-wrapper {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.content-module .content-item .tab-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

.auction .content-module .content-item:first-child {
	margin-top: 0 !important;
}

.content-module .content-item .tab-wrapper .tab-pane {
	background: #fff;
}

.content-module.p-0 .content-item {
	margin: 0;
}

.content-module .content-item.wide .tab-wrapper .tab-pane {
	padding: 30px 40px;
}

.tab-wrapper {
	background: #fff;
	margin: 0 0 30px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	border: 1px solid #E6E6E6;
}

.tab-wrapper .nav-link {
	color: #555;
	position: relative;
	bottom: -1px;
	font-weight: 600;
	padding: 15px;
	border-radius: 0;
}

.tab-wrapper .nav-link.active {
	background: #fff;
	border-bottom: 2px solid #E51A37;
	color: #202020;
}

.tab-wrapper .tab-content {
	border-top: 1px solid #b3c3d3;
	color: #555;
}

.tab-pane .tab-file {
	display: inline-block;
	width: 48%;
	padding: 10px 10px 10px 70px;
	margin: 0 2% 20px 0px;
	font-size: .9rem;
	line-height: 20px;
	position: relative;
	border: 2px solid #ddd;
	border-radius: 3px;
	color: #555;
}

.tab-pane .tab-file:hover {
	text-decoration: none;
	color: #0054a4;
	border-color: #AAD6FF;
}

.tab-pane .tab-file .file-icon {
	position: absolute;
	left: 10px;
	font-size: 4rem;
}

.tab-pane .tab-file .file-icon.zip i:before {
	content: '\f1c6' !important;
}

.tab-pane .tab-file .file-icon.doc i:before {
	content: '\f15c' !important;
}

.tab-pane .tab-file .file-title, .tab-pane .tab-file .file-name, .tab-pane .tab-file .file-size {
	padding: 0;
}

/* VIDEOS
change layout in tabs, for those that have videos, so that video is only 50% width and next paragraph will sit to its right
*/

.tab-wrapper .tab-pane .item-details {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}

.tab-pane .embed-wrap {
	width: calc(50% - 10px);
	margin-right: 10px;
}

.tab-pane .embed-wrap + p {
	width: calc(50% - 10px);
	margin-left: 10px;
}

.tab-wrapper .tab-pane .table-responsive th, .tab-wrapper .tab-pane .table-responsive td {
	border-color: #eee;
}
@media (max-width: 768px) {
	.tab-wrapper .nav-link {
		flex: 1 1 auto !important;
		width: 100%;
	}

	.tab-wrapper {
		margin: 30px 0;
	}

	.tab-wrapper .tab-pane .item-details {
		flex-direction: column;
	}

	.tab-pane .embed-wrap {
		width: 100%;
		margin-right: 0px;
	}

	.tab-pane .embed-wrap + p {
		width: 100%;
		margin-left: 0px;
	}
}

/*--------------------------------------------------------------
# ACCORDION
--------------------------------------------------------------*/

.accordion .card {
	border-radius: 6px !important;
	border: 1px solid #eceded !important;
	margin-bottom: 5px;
}

.accordion .card .card-header {
	/*	background: #374252;*/
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	font-family: "Open Sans", sans-serif;
	border-radius: 6px 6px 0 0;
	border-bottom: none;
}

.accordion .card-header:hover {
	/*	background: #2D323E;*/
}

.accordion .card-header h2 {
	margin: 0;
	padding: 0;
}

.accordion .card-header h2 span {
	float: left;
	margin-top: 10px;
}

.accordion .card-header .btn {
	color: #374252;
	font-size: 1.2rem;
	line-height: 1.2;
	width: 100%;
	text-align: left;
	position: relative;
	top: -2px;
	font-weight: 500;
	padding: 0;
}

.accordion .card-header .btn:hover {
	text-decoration: none;
	color: #2D323E;
}

.accordion .card-header i {
	float: right;
	position: relative;
	top: 2px;
}

.accordion .card-body {
	color: #324353;
	background: #f3f5f9;
	text-align: justify;
	border-top: 1px solid #eceded;
}

.accordion [aria-expanded="true"] .fas:before {
	content: "\f068";
}

.accordion [aria-expanded="false"] .fas:before {
	content: "\f067";
}

/*--------------------------------------------------------------
# TIMELINE
--------------------------------------------------------------*/

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
	margin: 0px auto 20px;
	border-top: 1px solid #b3c3d3;
	border-bottom: 1px solid #b3c3d3;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #b3c3d3;
	left: 50%;
	margin-left: -1.5px;
}

.timeline>li {
	margin-bottom: 20px;
	position: relative;
	min-height: 100px;
}

.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li>.timeline-panel {
	width: 46%;
	float: left;
	padding: 20px 40px 20px 20px;
	position: relative;
	text-align: right;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 20px 20px 20px 40px;
	text-align: left;
}

.timeline>li>.timeline-badge {
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 82px;
	font-size: 2em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -40px;
	background-color: #b3c3d3;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline>li>.timeline-date {
	position: absolute;
	left: 60%;
	top: 25px;
	/*	transform: translateX(0px);*/
	font-size: 2.5rem;
	color: #2D323E;
}

.timeline>li.timeline-inverted>.timeline-date {
	left: 20%;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 55px;
	}

	ul.timeline>li>.timeline-panel {
		width: 100%;
		display: block;
		float: none;
		left: auto;
		right: auto;
		top: auto;
		text-align: left;
		padding: 0px 0 0 120px !important;
	}

	ul.timeline>li>.timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline>li>.timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}

	ul.timeline>li>.timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px;
	}

	.timeline>li.timeline-inverted>.timeline-date, .timeline>li>.timeline-date {
		position: relative;
		display: block;
		float: none;
		clear: both;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
		padding: 0 0 0 120px;
	}
}
/*--------------------------------------------------------------
# HIGHLIGHTED LOTS CARDS
--------------------------------------------------------------*/

.card-posts {
	margin: 30px 0 0;
}

.card-posts .card {
	position: relative;
	background: #fff;
	border-radius: 0;
	border: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	border: 1px solid #E6E6E6;
}

.card-posts .card .card-title {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
}

.entry-header .card-title {
	margin-top: 20px;
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 0;
}

.card-posts .card .card-img-top {
	display: block;
	height: 200px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}

.card-posts .card .card-img-top img {
	display: block;
	width: 100%;
}

#employment .card-header {
	position: relative;
	font-size: 1em;
}

#employment .card-text {
	margin-bottom: 20px;
}

#employment .card-body .btn {
	font-size: 1em;
}

#employment .card small, .card-posts .card small.ribbon {
	display: block;
	position: absolute;
	font-size: .9rem;
	line-height: 1.2;
	top: 185px;
	padding: 5px 10px;
	border-radius: 2px;
	z-index: 1;
	color: #fff;
	right: 0px;
}

#homepage-featured .card .ribbon, #homepage-featured .card .ribbon-wrap {
	top: 235px;
}

.card-posts .card small.ribbon a {
	color: #fff;
}

.card-posts .card small.ribbon a:hover {
	text-decoration: underline;
}

#employment .card small {
	bottom: auto;
	top: 2rem;
}

.content-module .content-header .post-date {
	display: block;
	position: absolute;
	border-radius: 2px;
	z-index: 1;
	color: #fff;
	right: 0px;
	bottom: -15px;
	text-align: right;
	height: 2rem;
	line-height: 1.2;
	font-size: 1.3rem;
	padding: 2px 20px;
}

.content-module .content-header .post-date a {
	color: #fff;
}

.content-module .content-header .post-date:before, #employment .card small:before, .card-posts .card small.ribbon:before {
	content: "";
	z-index: -1;
	position: absolute;
	left: -4px;
	right: -4px;
	top: 0;
	bottom: 0;
	border-radius: 2.5px;
	transform-origin: center;
	background-color: #e31937;
	transform: skewX(-20deg)
}

.card-posts .card-body {
	background: #fff;
	padding: 40px;
}

.card-posts .card-text p {
	font-size: 14px;
	margin-bottom: 0;
}

.card-posts .card-footer {
	padding: 0 2rem 1.75rem;
	background: none;
	border-top: none;
}

.card-posts .modal {
	max-width: none;
}

.card-posts .show .modal-dialog {
	display: block;
	margin-top: 40px;
}

.modal-footer {
	background: #fafafa;
}

#rfq-item .rfq-item-detail {
	display: inline-block;
	margin: 0;
	padding: 10px 20px;
	line-height: 1.5;
}
/* image modals */

@media (min-width:992px) {
	.modal-xl {
		max-width: 95%
	}
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.content-cta {
	border-radius: 0px;
	padding: 30px;
	overflow: hidden;
}

.content-cta h2 {
	font-weight: 500;
	margin: 0 0 10px;
	font-size: 2rem;
}

.content-module > .content-item.wide:first-of-type, .content-module > .content-item.wide:first-of-type .content-cta {
	margin-top: 0;
}

.content-module > .content-item.wide:only-child {
	margin-top: -40px !important;
	margin-bottom: -40px !important;
}

.content-module > .content-item.wide:last-of-type, .content-module > .content-item.wide:last-of-type .content-cta {
	margin-bottom: 0 !important;
}

.content-cta.cta-light {
	background: #fff;
}

.content-cta.cta-light h2, .content-cta.cta-light p {
	color: #333;
}

.content-cta.cta-dark {
	background: #374252;
}

.content-cta.cta-dark h2 {
	color: #fff !important;
	font-size: 2rem;
	margin-bottom: 0;
}

.content-cta.cta-dark p {
	color: #b8c9d9;
}

.content-cta.cta-blue {
	background: #0054a4;
}

.content-cta.cta-blue h2 {
	color: #fff;
}

.content-cta.cta-blue p {
	color: #eee;
}

.content-cta.cta-blue .btn-primary {
	border-color: #fff;
}

.content-cta.cta-red {
	background: #E51A37;
}

.content-cta.cta-red h2, .content-cta.cta-red p {
	color: #eee;
}

.content-cta.cta-red .btn-danger {
	border-color: #fff;
}

/*--------------------------------------------------------------
# NEWSLETTER SIGNUP
--------------------------------------------------------------*/

.content-area .content-module .form, .content-area .content-module .newsletter {
	padding: 40px 50px;
	background: #374252;
	text-align: center;
}

.content-module .form h2, .content-module .newsletter h2, .modal-body .newsletter h2 {
	font-weight: 500;
}

.content-module .form .icon i, .content-module .newsletter .icon i, .modal-body .newsletter icon i {
	font-size: 5rem;
}

.content-module .form .icon i, .content-module .form h2:not(.gform_submission_error), .content-module .form p, .content-module .newsletter .icon i, .content-module .newsletter h2, .content-module .newsletter p, .modal-body .newsletter h2, .modal-body .newsletter p, .modal-body .newsletter icon i {
	color: #fff;
	margin-bottom: 10px;
}

.content-module .form form {
	margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
	.content-module .form .input-group, .content-module .form .input-group input, .content-module .form .input-group .input-group-button {
		float: none;
		display: block;
		clear: both;
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------
# TESTIMONIAL SLIDER
--------------------------------------------------------------*/

.testimonials-wrapper {
	padding: 20px 0px 0;
	max-width: 100%;
	overflow: hidden;
}

.owl-theme .owl-controls .owl-page span {
	background: #b3c3d3
}

#testimonial-slider {
	max-width: 100%;
	margin: 40px auto 0;
}

#testimonial-slider .testimonial {
	margin: 0 20px 0px;
	position: relative;
}

#testimonial-slider .testimonial .testimonial-content {
	padding: 35px 25px 35px 50px;
	margin-bottom: 35px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

#testimonial-slider .testimonial .testimonial-content:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 22px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #ddd;
}

#testimonial-slider .testimonial-content .testimonial-icon {
	width: 50px;
	height: 45px;
	background: #E51A37;
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 42px;
	position: absolute;
	top: 37px;
	left: -19px;
}

#testimonial-slider .testimonial-content .testimonial-icon:before {
	content: "";
	border-bottom: 16px solid #b50e24;
	border-left: 18px solid transparent;
	position: absolute;
	top: -16px;
	left: 1px;
}

#testimonial-slider .testimonial .description {
	font-size: 15px;
	font-style: italic;
	color: #555;
	line-height: 23px;
	margin: 0;
}

#testimonial-slider .testimonial .title {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #374046;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

#testimonial-slider .testimonial .post {
	display: block;
	font-size: 1rem;
	color: #ff4242;
	font-weight: 300;
}

#testimonial-slider .owl-theme .owl-controls {
	margin-top: 20px;
}

#testimonial-slider .owl-theme .owl-controls .owl-page span {
	background: #ccc;
	opacity: 1;
	transition: all 0.4s ease 0s;
}

#testimonial-slider .owl-theme .owl-controls .owl-page.active span, #testimonial-slider .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #ff4242;
}

.owl-theme .owl-dots .owl-dot span {
	background: #D6D6D6;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ff4242;
}

#carousel-thumbs .owl-dots .owl-dot.active span, #carousel-thumbs .owl-dots .owl-dot:hover span {
	background: #0054a4;
}

/*--------------------------------------------------------------
# BREADCRUMBS
--------------------------------------------------------------*/

#breadcrumbs {
	font-size: 75%;
	color: #8e908f;
	margin: 1em 0 2em 0;
}

#breadcrumbs a {
	display: inline;
	border: none;
	padding: 0;
	text-transform: none;
}


/*--------------------------------------------------------------
# PAGINATION
--------------------------------------------------------------*/

.pagination .nav-links {
	margin: auto;
}

.pagination .nav-links a, .pagination li a, .pagination li a:hover, .pagination li.active a, .pagination li.disabled {
	color: #fff;
	text-decoration: none;
}

.pagination ul {
	margin: 0 auto;
	padding: 0px;
}

.pagination li {
	display: inline-block;
}

.pagination .nav-links  a, .pagination li a, .pagination li.active a, .pagination li.disabled {
	background-color: #2584df;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.25rem 0.75rem;
}

.pagination .nav-links a:hover, .pagination li a:hover, .pagination li.active a {
	background-color: #00407d;
}

.pagination .nav-links .current {
	display: inline-block;
	background-color: #0054a4;
	border-radius: 3px;
	cursor: pointer;
	/*padding: 12px;*/
	padding: 0.25rem 0.75rem;
	color: #eee;
}

/*--------------------------------------------------------------
# Responsive oEmbed (video, etc)
--------------------------------------------------------------*/

.embed-responsive {
	width: 100%;
	position: relative;
	padding-bottom: 56.25% !important;
	overflow: hidden;
	height: auto;
}

.embed-wrap .embed-responsive {
	width: 100%
}

.embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer-logos {
	background: #f0f0f1;
}

.footer-logos .flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.footer-logos .flex-item {
	margin: auto 0;
}

.footer-logos .flex-item img {
	display: block;
	padding: 0 5px;
	max-height: 100px;
}


/* HOMEPAGE LOGOS */

.homepage-client-logos {
	background: #EFEFEF;
	background: #fff;
}

.homepage-client-logos .flex-container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	padding: 5px 0;
	min-height: 50px;
}

.homepage-client-logos .flex-item {
	margin: auto 0;
	height: 100px;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

}

.homepage-client-logos .flex-item img {
	display: block !important;
	padding: 0 5px;
	max-height: 70px;
	width: auto;
}




/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
	content: '\f08d';
	font-family: "Font Awesome 5 Free";
	font-size: 1.563rem;
	left: -2.5rem;
	position: absolute;
	top: 0.375rem;
	font-weight: 900;
}

.sticky .entry-title {
	position: relative;
}

.single .byline, .group-blog .byline {
	display: inline;
}

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

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

.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
	margin-top: 0;
}

.posted-on, .byline, .comments-link {
	color: #9a9a9a;
}

.post .attachment-post-thumbnail {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.blog-post {
	position: relative;
	padding: 0;
	margin-bottom: 40px;
}

.blog-post.featured .post-details {
	padding: 0 10px;
}

.is-mobile .blog-post.featured .post-details {
	padding: 0 20px;
}

@media only screen and (max-width: 992px) {
	.blog-post.featured .post-details {
		padding: 0 20px;
	}
}


.latest .blog-post {
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}

.latest .blog-post .order-lg-1 .post-details {
	padding: 20px 20px 40px 0;
}

.latest .blog-post .post-details {
	padding: 20px 0px 40px 20px;
}

.blog-post > div > a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100% !important;
	max-width: 100%;
	height: auto;
	max-height: 400px;
	height: 100%;
}

.blog-post .blog-img {
	display: block;
	width: 100% !important;
	max-width: 100%;
	height: 100%;
	max-height: 400px;
	transform: scale(1);
	transition: .3s ease-in-out;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.blog-post .img-sized {
	height: 300px;
	max-height: 300px;
}

.blog-post:hover .blog-img {
	transform: scale(1.05);
}

.blog-post .post-details .meta {
	font-size: .8rem;
	margin-top: 10px;
	color: #777;
}

.blog-post .post-details .meta a {
	margin: 0 10px;
}

.blog-post .post-details .blog-post-heading a {
	display: block;
}

.blog-post.overlay .blog-post-heading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 100%;
	background: #e31937;
}

.blog-post.overlay {
	overflow: hidden;
}

.blog-post.overlay .post-thumbnail a img {
	max-height: none;
	height: auto;
}

.blog-post.overlay .post-details {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px 20px 20px 30px;
	width: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, .35);
}

.blog-post.overlay .post-details h3 a, .blog-post.overlay .post-details a, .blog-post.overlay .post-details .meta, .blog-post.overlay .post-details .meta a {
	color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

embed, iframe, object {
	max-width: 100%;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

#footer {
	position: relative;
	background-color: #333;
	color: #9e9e9e;
}

#footer-logo {
	display: block;
	margin: 0 auto 15px;
}

#footer-logo img {
	display: block;
	max-height: 100px;
}

#footer-cta h2 {
	color: #333;
	font-size: 2rem;
}

#footer a, #footer a:visited {
	color: #eee;
}

@media only screen and (max-width: 768px) {
	#footer .btn-set {
		display: block;
	}
}
#footer a:hover, #footer a:focus {
	color: #fff;
}

#footer-cta {
	background: #2D323E;
	color: #fff;
	padding: 30px 0 60px;
	position: relative;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .1);
}

#footer-cta.footer-light {
	background: #fafafa;
	padding-top: 20px;
	box-shadow: none !important;
}

#footer-cta.footer-light h2, #footer-cta.footer-light p {
	color: #374046;
}

#footer-cta.footer-blue {
	background: #0054a4;
	padding-top: 20px;
}

#footer-cta.footer-blue h2, #footer-cta.footer-blue p {
	color: #ebebeb;
}

#footer-cta.footer-blue .btn-primary {
	border-color: #fff;
}

#footer-main {
	color: #9e9e9e;
	padding: 40px 0;
	background: #374252 url('img/map-bg.png') no-repeat 100% 20px;
	background: #374252;
}

#footer-main h4 {
	font-size: 1.25rem;
	line-height: 1.2;
	padding-bottom: 15px;
	border-bottom: 2px solid #2D323E;
	margin-bottom: 5px;
}

#footer-main h4, #footer-main h5 {
	color: #fff;
	font-weight: 500;
}

#footer-main h5 a {
	display: block;
}

#footer-copyright {
	background: #2D323E;
	padding: 10px 0;
	font-size: .8rem;
	text-align: center;
	color: #999;
}

#footer .nav-link {
	padding: 2px 10px;
	margin-top: 10px;
	left: 0;
	transition: all 0.25s;
	border-radius: 3px;
}

#footer .nav-link:hover {
	color: #fff;
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
	html {
		font-size: 18px;
	}

	html.is-mobile, html.ua-devicetype-mobile {
		font-size: 18px;
	}
}

@media screen and (max-width: 1199px) {
	.navbar-dark .dropdown-item {
		color: #fff;
	}

	.navbar-nav .dropdown-menu {
		box-shadow: none;
		border: none;
	}
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
	html {
		font-size: 18px;
	}

	html.is-mobile, html.ua-devicetype-mobile {
		font-size: 18px;
	}

	#header .nav>li>a, #header .phone {
		font-size: 1.15rem;
		padding-bottom: 0;
	}

	.dropdown-menu .dropdown-item {
		font-size: 1.15rem;
	}

	.nav {
		justify-content: center !important;
	}
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
	html {
		font-size: 16px;
	}

	html.is-mobile, html.ua-devicetype-mobile {
		font-size: 16px;
	}
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
	html {
		font-size: 18px;
	}

	html.is-mobile, html.ua-devicetype-mobile {
		font-size: 18px;
	}
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	html {
		font-size: 18px;
	}

	html.is-mobile, html.ua-devicetype-mobile {
		font-size: 18px;
	}
}

.list-unstyled, .gform_wrapper ul {
	padding-left: 0;
	list-style: none;
}


/** Gravity Forms */

.gform_wrapper form {
	margin-bottom: 0;
}

.gform_wrapper .gfield_required {
	padding-left: 0;
	color: #ff0000 !important;
}

.form.lead > .gform_wrapper .gfield_required {
	color: #f9fa39 !important;
}

.validation_message {
	display: none;
}

.astm-search-menu-wrapper {
	display: none !important;
}

.floating-buttons {
	bottom: 100px;
	position: fixed;
	right: 0;
	transition: all .1s ease-out;
	z-index: 99
}


.mobile .desktop-show,
.desktop .mobile-show,
.moible .mobile-hide {display: none !important;}

.mobile .mobile-show,
.desktop .desktop-show {display: block !important;}

#cboxLoadedContent .cboxPhoto{height: 90vh !important; max-height:100vh; width: auto !important; max-width: 100vw; margin: auto; border: 0; display: block;}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/*
/ Styling for SEO category pages
*/
  #page-header.optimized {
      background: #0054a4;
      margin-bottom: 0px !important;
      padding-bottom: 100px;
  }
    @media (min-width: 768px) {
      #page-header.optimized {
          margin-bottom: -40px !important;
      }
    }

  #page-header.optimized .page-header-content a {
    color: #fff;
    text-decoration: underline;
  }
    #page-header.optimized .page-header-content a:hover,
    #page-header.optimized .page-header-content a:focus,
    #page-header.optimized .page-header-content a:active {
      text-decoration: underline;
    }

  .category-links h2 {
    padding: 0;
    margin: 0;
  }
  .category-links ul {
    list-style: none;
    margin:0;
    padding:0;
  }
    .category-links ul li {
      padding: 0;
      margin-left: 15px;
    }
    .category-links ul li a {
      padding: 7px 10px;
      display: block;
    }
    .category-links ul li a:hover,
    .category-links ul li a:focus,
    .category-links ul li a:active {

    }

  .columns-4 {
    -moz-columns: 1;
    columns: 1;
  }
    @media (min-width: 768px) {
      .columns-4 {
        -moz-columns: 2;
        columns: 2;
      }
    }

  @media (min-width: 992px) {
    .columns-4 {
      -moz-columns: 4;
      columns: 4;
    }
  }
  .columns-4 .card,
	.columns-4 .card-header,
  .columns-4 .card-body,
	.columns-4 .card-body ul,
	.columns-4 .card-body li,
	.columns-4 .card-body a {
		display: block;
  page-break-inside: avoid !important;
  -moz-column-break-inside: avoid !important;
  break-inside: avoid;
  }
.columns-4 .card {
	-moz-column-break-after: auto;
	     break-after: auto;
			 -moz-column-break-before: auto;
			      break-before: auto;
}
.columns-4 .card-header {
	border-bottom: none;
	background-color: rgba(0, 0, 0, 0.1);

}
.columns-4 .card-body {
	background-color: rgba(0, 0, 0, 0.1);
	padding-top: 0
}

    #cat-tabs .nav-link {
      color: #555;
    }
    #cat-tabs .nav-link:hover {
      background: #e5e5e5 !important;
      color: #121416 !important;
    }
    #cat-tabs .nav-link.active {
      color: #0054a4 !important;
    }
    #cat-tabs .nav-link.active:hover {
      background: #fff !important;
    }
@media (max-width: 767px) {
  #cat-tabs .nav-item {
    width: 100%;
    display: block;
		margin-top: 5px;
  }
  #cat-tabs .nav-link {
    color: #121416;
		border: 1px solid #dae0e5;
		background: #dae0e5;
		border-radius: 5px;
  }
  #cat-tabs .nav-link.active {
    color: #0054a4 !important;
  }
  #cat-tabs .nav-link:hover {
    background: #fff !important;
    color: #121416 !important;
  }
  #cat-tabs .nav-link.active:hover {
    background: #f8f9fa !important;
    color: #0054a4 !important;
  }
}

.ui-autocomplete { position: absolute; cursor: default;z-index: 9999 !important;}
#oem-tab {
  background-color: #343a40 !important;
	border-color: #343a40 !important;
	color: #fff;
}
#breadcrumb-wrapper + .filter-wrapper {
	padding-top:0 !important;
}

.gform_wrapper .grecaptcha-badge {
	z-index: 999 !important
}

body .searchwp-live-search-results {
  min-height: 50px !important
}
body .searchwp-live-search-no-min-chars::after {
  color: var(--bs-primary);
  font-size: 16px;
}
body   .searchwp-live-search-no-results {
  padding: 1em 2em;
  text-align: center;
  color: #664d03;
  background: #fff3cd;
  margin: 0;
}

.card.zoom {
  transition: transform 0.2s ease;
}
.card.zoom:hover {
	transform: scale(1.025);
}

  @media (min-width: 1200px){
.fs-1 {
  font-size: 2.5rem !important;
}
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
  @media (min-width: 1200px){
.fs-2 {
  font-size: 2rem !important;
}
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
  @media (min-width: 1200px){
.fs-3 {
  font-size: 1.75rem !important;
}
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
  @media (min-width: 1200px){
.fs-4 {
  font-size: 1.5rem !important;
}
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
