/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/
:root {
	--blue-500: #5464D7;
	--blue-600: #394CA0;
	--grey-100: #E5E5E5;
	--grey-400: #b5afaa;
}

/* poppins-regular - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
	url('../../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../../fonts/poppins-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local(''),
	url('../../fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../../fonts/poppins-v20-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-700 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
	url('../../fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../../fonts/poppins-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
	background: #FFF;
    color: #080101;
	margin: 0;
    position: relative;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Poppins', sans-serif;
}
#page_homepage #mainContent {
    line-height: 1.8;
}
a {
    color: #61B92B;
    text-decoration: none;
}
.contentContainer a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.pageResults {
	color: #0000FF;
}
a.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    font-weight: 600;
}
h1 {
    color: #525253;
    font-size: 2em;
}
h2 {
    color: #3855c6;
    font-size: 1.75em;
}
h3 {
    color: #525253;
    font-size: 1.75em;
}
h4 {
    color: #3855c6;
    font-size: 1.125em;
}
h5 {
    font-size: 18px;
    color:#3855c6;
}
h6 {
	font-size: 16px;
}
img {
	border: 0;
}

img.footer-social-icons {
    padding: 0 12px;
}

label {
	font-weight: 400;
}
hr {
	border-top: 1px solid #666666;
}
#page_homepage h1 {
	text-align: center;
}
.smallText {
	font-size: 10px;
}
.clear,
.clearFloats {
	clear: both;
}
.listing-ul,
.listing-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a.btn {
	text-decoration: none;
}
#bodyWrapper,
#mainContentWrapper {
	position: relative;
}
#page_category_listing #mainContentWrapper,
#page_product_list #mainContentWrapper,
#page_category #mainContentWrapper {
	background: url(../../images/site/home-logobck.webp);
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
}
.breadcrumbs {
	padding: 12px 0 10px 35px;
	color: var(--grey-400);
	/*background-color: #7185D3;*/
	/*background: #5464D7;*/
	display: none;
	position: relative;
	top: 0;
	z-index: 2;
	width: 100%;
}
.breadcrumbs a {
	color: var(--grey-400);
}
.menuContainerJSListBox {
	overflow: auto;
}
.required-indicator {
	color: #F00;
	font-size: 12px;
}

.fa.required-field-indicator {
	color: #F00;
	font-size: 8px;
	vertical-align: top;
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 35%;
	right: 20px;
}
#printNav {
	float: right;
}
.contentContainer {
	padding-bottom: 0;
}
.contentContainer a {
	font-weight: bold;
}
.contentText, .contentText table {
	/*padding: 5px 0 5px 0;*/
	/*font-size: 16px;*/
	/*line-height: 1.5;*/
}
.contentText a {
	text-decoration: underline;
}
.sub_header {
	position: relative;
	z-index: 9;
}
#home-subhead-image-container {
	width: 740px;
	right: 130px;
	top: 18px;
}
#home-subhead-image {
	width: 100%;
	float: right;
}
/*#page_homepage .sub_header {*/
/*	display: flex;*/
/*	flex-flow: row;*/
/*	align-items: center;*/
/*	justify-content: space-evenly;*/
/*}*/
#home-page-headings {
	max-width: 700px;
}
/* infobox styles */
.infoBoxContainer {
	margin-bottom: 5px;
}
.infoBox {
	background: #EFEFEF;
	font-size: 11px;
}
.infoBoxHeading {
	padding: 2px;
	font-size: 13px;
	font-weight: 700;
	background: #B6B6B6;
	color: #ffffff;
}
.infoBoxContents {
	padding: 0;
	line-height: 1.5;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 10px;
}
.extraBox-heading {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
/* End infobox styles */

/* Filters */
.filters-lbl {
	padding-right: 4px;
}
/* End Filters */

/* Listing Rows */
.listing-row.odd, .productListing tr.odd,
TR.accountHistory-odd, TR.addressBook-odd,
TR.alsoPurchased-odd, TR.payment-odd,
TR.productListing-odd, TR.productReviews-odd,
TR.upcomingProducts-odd, TR.shippingOptions-odd,
.productListTable.odd {
	background-color: #E3E3E3;
}
.listing-row.even, .productListing tr.even,
TR.accountHistory-even, TR.addressBook-even,
TR.alsoPurchased-even, TR.payment-even,
TR.productListing-even, TR.productReviews-even,
TR.upcomingProducts-even, TR.shippingOptions-even,
.productListTable.even {
	background: #FFFFFF;
}
/* End Listing Rows */

/* Forms */
form {
	display: inline;
}
.formArea {
	background: #F1F1F1;
	border: 1px solid #B6B6B6;
}
.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
.inputRequirement {
	font-size: 12px;
	color: #ff0000;
}
.fieldKey {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	width: 150px;
}
.fieldValue {
	font-size: 11px;
	line-height: 1.5;
}
textarea {
	width: 100%;
}
textarea.rfq-comments {
	width: 98%;
	height: 120px;
}
#filter_orders_type {
	float: right;
}
.form-control.date-fld {
	display: inline-block;
}
select.form-control.date-fld.month {
	width: 120px;
	padding-right: initial;
}
select.form-control.date-fld.year {
	width: 80px;
	padding-right: initial;
}
/* End Forms */

/* Message box */
.messageBox {
	font-size: 11px;
}
.messageStackError,
.messageStackWarning {
	font-size: 11px;
	background-color: #ffb3b5;
}
.messageStackWarning {
	background-color: #fbf7a2;
}
.messageStackSuccess {
	font-size: 10px;
	background-color: #99ff00;
}
/* End message box */
/* Sitemap layout */
div.sitemap ul {
	list-style-type: circle;
}
div.sitemap ul a {
	text-decoration: none;
}
div.sitemap ul a:hover {
	color: blue;
}
/* End sitemap layout */


.boxText {
	font-size: 11px;
}
.errorBox {
	background-color: #ffb3b5;
	font-size: 11px;
	font-weight: bold;
}
.section-heading {
	margin: 0;
	padding: 0;
	color: #740000;
	font-size: 12px;
	font-weight: bold;
}
tr.header {
	background: #FFFFFF;
}
.headerError {
	font-size: 12px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.headerInfo {
	font-size: 12px;
	background-color: #00FF00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
.tableHeading {
	font-size: 12px;
	font-weight: bold;
}
TD.subBar {
	background: #f4f7fd;
	font-size: 11px;
	color: #000000;
}
.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}
.newItemInCart {
	font-size: 11px;
	color: #ff0000;
}
.stockWarning {
	font-size: 11px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-size: 11px;
	color: #777777;
	text-decoration: underline;
}
SPAN.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.error-msg {
	color: #F00;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7D7D7;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9E9E9;
}


div.customTabs {
	clear: both;
}

#admin_editbar {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x;
	width: 100%;
	left: 0;
	position: fixed;
	bottom: 0;
	z-index: 1002;
	padding: 6px;
	font: 12px/1em Verdana, Arial;
	color: white;
	opacity: .9;
	border-top: 1px solid white;
}
#admin_editbar a {
	color: white;
}
.dimmed-block {
	opacity: 0.4;
}
#receipt_products_listing .shipping-vendor {
	margin-bottom: 7px;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px;
}
#receipt_products_listing .listing-ul.receipt-product-row {
	display: table-row;
}
#receipt_products_listing .listing-ul.listing-cols li {
	display: table-cell;
	padding-right: 8px;
}
#receipt_products_listing li.name-col {
	width: 350px;
}
#receipt_products_listing li.model-col {
	width: 200px;
}
#receipt_products_listing li.product-price-col,
#receipt_products_listing li.product-total-col {
	width: 100px;
}
#cart_buttonSet .col-sm-4 {
	padding-left: 0;
	padding-right: 0;
}
.buttons-row {
	padding: 4px 0;
}
.buttons-row-item {
	display: inline-block;
	margin-bottom: 5px;
}
.buttons-right {
	float: right;
}
.ui-dialog {
	z-index: 11000 !important;
}
.textAlignCenter {
	text-align: center;
}
i.help {
	font-size: 10px;
}
i.help:hover {
	cursor: pointer;
}
div.site-credits > a {
	display: inline-block !important;
	vertical-align: initial !important;
}
.imgright {
	float: right;
	clear: right;
}
.imgleft {
	float: left;
	clear: left;
}
#product_table_moved {
	display: none;
	margin-bottom: 40px;
}
#product_table {
	margin-bottom: 15px;
}
span.button_box {
	margin-top: 10px;
	display: inline-block;
}
#xsell_products {
	margin: 16px auto;
	text-align: left;
}
.cross-sell-set li {
	display: inline-block;
	margin: 10px 30px;
	text-align: center;
}
#rightImages {
	max-width: 100%;
	text-align: center;
	display: none;
}
#rightImages img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
#page_information #rightImages > * {
	margin-bottom: 10px;
}
.text-right {
	text-align: right;
}
/* Express Shopping Cart */
#esc_dialog {
	display: none;
	font-size: 16px;
}
#express_shopping_cart {
	margin: 0 auto;
}
#express_shopping_cart .inner {
	display: table;
	margin: 0 auto;
}
#express_shopping_cart .form-item-headings {
	font-size: 14px;
	font-weight: 600;
}
#express_shopping_cart .form-item-set {
	margin: 12px 0;
}
.form-item-headings li,
.form-item-set li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#express_shopping_cart .col-center {
	width: 48px;
}
.form-item-headings .item-cell,
.form-item-set .item-cell {
	width: 65%;
}
.form-item-headings .field-sep-cell,
.form-item-set .field-sep-cell {
	width: 10%;
}
.form-item-set .field-sep-cell {
	font-size: 18px;
}
.form-item-headings .qty-cell,
.form-item-set .qty-cell {
	width: 22%;
}
.lb-nav {
	padding: 0 20px;
}
/* Custom jQuery UI */
.ui-helper-clearfix {
	display: block;
	min-height: 0; /* support: IE7 */
	overflow: hidden;
	zoom: 1;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker {
	display: none;
}
.datepicker {
	max-width: 125px !important;
}
.ui-widget {
	font-family: Arial, helvetica, Verdana, sans-serif;
	font-size: 11px;
}
/* End Custom jQuery UI */
.search_features {
	float: left;
}
span.red-error {
	color: #ff0000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size: 13px;
}
#fldSet_cc_js_row {
	display: none !important;
}
/*Homepage Featured Products*/
#featuredHomepage {
	display: flex;
	flex-direction: column;
}
#featuredHomepageTitle {
	text-align: center;
}
#featuredHomepageBoxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#featuredHomepageBox {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin: 5px 10px;
}
.featuredImageContainer {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
#fldSet_ {
	display: none !important;
}
#box_cta {
	margin: 20px auto;
	text-align: center;
}
#box_cta a {
	display: inline-block;
}
#checked-out-branch {
	background-color: #7e981f;
	color: #ffffff;
	text-align: center;
	/*position: fixed;*/
	width: 100%;
	z-index: 5000;
}
#checked-out-branch-output {
	font-weight: bold;
}
.rep_photo {
	float: right;
}
div.representative .sep {
	clear: both;
}
@media print {
	body {
		background: #FFF;
		background-image: none;
	}

	#header,
	.headerNavigation,
	#columnLeft,
	#columnRight,
	.footer,
	#footer2,
	#printNav,
	.noprint,
	#admin_editbar,
	#pagelinks,
	.call_to_action,
	.nicescroll-rails,
	.top_nav_container,
	.bottom_nav_container,
	#bottom_social_bookmarks {
		display: none;
	}

	#bodyContent, #printlogo {
		display: block;
	}

	form {
		margin: 0px;
	}
}
span.checkout-summary-each {
	color: #ff0000;
	font-style: italic;
}
#productsPrice_each {
	display: none;
}
.site-btn {
	font-weight: 700;
	transition: all 0.4s;
}
.cert-images {
    display: flex;
    margin-top: 20px;
}
.cert-images div img {
	margin-right: auto;
	margin-left: auto;
}
.red-btn {
	background: #61B92B;
	color: #ffffff;
}
.red-btn:hover {
	background: #ffffff;
	border: 2px solid #61B92B;
	color: #61B92B;
}

.clients-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.clients-text {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 400px;
	height: 738px;
}

.gray-img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.clients-text h3 {
    font-size: 36px;
}

.clients-textbox h4 {
    color: #444444;
    margin-top: 0;
    padding-top: 0;
}
.clients-textbox {
	text-align: center;
	min-height: 210px;
}
#home-green-section h2 {
    text-align: center;
    color: #555555;
}

#home-green-section {
    background: #f2fbf3;
	padding-top: 3%;
	padding-bottom: 3%;
}

#home-green-section > div {
    padding-right: 15px;
	padding-left: 15px;
}
.clients-text-container,
#home-green-section > div .row {
	padding-right: 15px;
	padding-left: 15px;
}
#home-green-section .col-xs-6 {
    padding: 5px;
}

#home-green-section .col-xs-6 img {
    margin: 0 auto;
}
#faceted-search-down-icon {
	padding-left: 15px;
}
.subDesc {
	margin-top: 50px;
}

#home-case-block,
#home-ecw-rocks {
    padding: 50px 200px;
}
#header_mobile {
	padding-top: 4px;
	padding-bottom: 4px;
}
#header_mobile i {
    font-size: 45px;
    color: #3855C6;
}
#meet-the-team-carousel {
    /*background: url("../../images/site/meet-the-team-carousel-bg.png") center top;*/
	background: #dde4fb;
    padding-top: 42px;
    padding-bottom: 70px;

}
#meet-the-team-carousel .container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#meet-the-team-carousel .team-role {
	width: 468px;
	margin-left: -50%;
	margin-top: 10px;
	z-index: 9999;
	display: none;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#meet-the-team-carousel .center .team-role {
	display: block;
}
#meet-the-team-carousel .owl-carousel {
	position: relative;
}
#meet-the-team-carousel h2 {
    margin-bottom: 40px;

}
#meet-the-team-carousel img {
    width: 85%;
    filter: grayscale(100%);
    margin: 20px auto 0;
}

#meet-the-team-carousel .center img {
    width: 100%;
    filter: none;
    margin-top: 0;
}

#meet-the-team-carousel .ui-slider .ui-slider-handle {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    outline: 0;
}

#meet-the-team-carousel .ui-slider-horizontal .ui-slider-handle {
    top: -0.9em;
}

#meet-the-team-carousel .ui-state-default, .ui-widget-content .ui-state-default {
    background: #fff;
    border: 2px solid #77AD44;
}

#meet-the-team-button-container {
    text-align: center;
    padding-top: 40px;
}

#meet-the-team-slider {
    border: 0;
    height: 2px;
    background-color: #77AD44;
}
#header_mobile .cta-contact {
    padding: 5px;
    width: 110px;
    font-weight: normal;
    font-size: 16px;
}
#headerSearchMobile {
    background-color: white;
    z-index: 100;
    width: 100%;
	text-align: center;
}
#quicksearchMobile {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#quicksearch_keywordsMobile {
    width: calc(100% - 70px);
	font-size: 22px;
}
.quicksearch-mobile-button i {
    font-size: 24px;
    color: #005e8a;
}
.page-parse-time {
	z-index: 5000;
	margin-bottom: 30px;
}
#responsiveFactedSearchButton {
	display: none;
}
/*  OVERRIDES FOR EMPLOYEE CAROUSEL on HOMEPAGE  */
.owl-item img {
    border-radius: 100%;
	max-width: 248px;
}

.active:first-child,
.active:last-child {
    width: 75%;
}
#home-case-block {
    padding: 30px 15px;
    background: #F2F2F2;
}
#home-green-section .container {
	max-width: 1400px;
}
#home-case-block .container-fluid {
    max-width: 1600px;
}
#home-case-studies {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 40px;
}
.large-num,
.small-txt {
    width: 300px;
    text-align: center;
}
.small-txt {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    font-size: 18px;
}
.lg-num,
.lg-txt {
    font-weight: bold;
    color:#666666;
}
.lg-num {
    font-size: 68px;
}
.lg-txt {
    font-size: 16px;
}
#home-industry-box #home-industry-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 40px 15px;
}
.home-industry-logos,
.home-industry-txt {
    width: 48%;
}
.home-industry-txt {
    font-size: 20px;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
#home-industry-box #industry-logos {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}
#home-industry-box #industry-logos .home-logo-box img {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
#home-industry-box #industry-logos .home-logo-box:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
	cursor: pointer;
}



.home-logo-box {
    width: 130px;
    margin-bottom: 40px;
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.home-logo-box img {
    max-width: 130px;
}
.home-industry-logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
/**
Case study product page
 */
#home-blogs {
	background: #ffffff;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 50px;
	line-height: 1.4;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
#home-blogs {
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
.blog-listing-box {
	margin-bottom: 65px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 0 0 20px;
}
#home-blogs .blog-listing-box {
	margin-right: auto;
	margin-left: auto;
}

#home-blogs .blog-listing-image {
	position: relative;
	height: 225px;
	margin-bottom: 15px;
	overflow: hidden;
}
.blog-listing-image img {
	margin: 0 auto;
	max-height: 260px;
	width: 100%;
	border-radius: 10px 10px 0 0;
}
#home-blogs .blog-listing-image img {
	height: 225px;
}
#home-blogs .blog-listing-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}
#home-blogs .blog-listing-box:hover .blog-listing-image:after {
	background: transparent;
}

#home-blogs .blog-listing-title h3 a {
	font-size: 20px;
}
#home-blogs .blog-listing-title {
	min-height: 112px;
}
#home-blogs .blog-listing-synopsis {
	display: block;
}
#home-blogs .blog-listing-title h3 a {
	font-size: 20px;
	font-weight: 600;
	color: #3C54A5;
}
#home-blogs .blog-listing-synopsis {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 15px;
	height: 150px;
	overflow: hidden;
}
#home-blogs .blog-listing-author-date {
	text-align: left;
}

.blog-listing-author-date {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
	padding: 0 40px;
}
.blog-listing-author-date {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.blog-listing-author a {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.blog-listing-date {
	float: right;
}
.blog-listing-title {
	text-align: left;
	min-height: 80px;
}
.blog-listing-box > div {
	padding: 0 40px;
}
.blog-listing-box > div:first-child {
	padding: 0 !important;
}
#home-blogs .blog-listing-title h3 {
	font-size: 18px;
	line-height: 1.0;
}
#home-blogs .blog-listing-tags {
	display: none;
}
.green-btn {
	background: #61B92B;
	border: 2px solid #61B92B;
	color: #ffffff;
}
#cookies_warning {
	background: rgb(41, 61, 167, .89);
	color: #FFF;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	padding: 26px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}
#cookies_warning button {

}
#cookies_warning a {
	color: #FFF;
	text-decoration: underline;
}
#cookies_warning a:hover {
	text-decoration: none;
}
#cookies_warning p {
	text-align: center;
	margin: 0 0 10px;
	font-size: 16px;
}
.page-section .green-btn {
	padding: 4px 8px;
}
.site-btn {
	padding: 7px 40px !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #61B92B;

}
#foot-cta .green-btn:hover,
.green-btn:hover {
	background: #fff;
	color: #61B92B;
}
.gray-btn {
	background: #7F7F7F;
	border: 2px solid #7F7F7F;
	color: #ffffff;
}
#foot-cta .gray-btn:hover {
	background: #ffffff;
	border: 2px solid #7F7F7F;
	color: #7F7F7F;
}
 #columnLeft {
 	/*display: none;*/
 }
.orange-btn {
	background: #E3703E;
	border: 2px solid #E3703E;
	color: #ffffff;
}
.orange-btn:hover {
	background: #AB4212;
	color: #ffffff;
}
.green-outline {
	padding: 8px 12px !important;
	text-align: center;
	background: #61B92B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #61B92B;
	color:#ffffff;
	border-radius: 5px;
	font-weight: bold;
	min-width: 228px;
	display: inline-block;
	line-height: 1;
}
.green-outline:hover {
	border: 2px solid #61B92B;
	background: #fff;
	color:#61B92B;
}
#page_category_listing .contentContainer {
	padding-top: 15px;
}
#page_category_listing  .filter-dropdown-block {
	text-align: left;
}
#page_product_list #subheader-banner #subheader-img-box {
	float: right;
}
#page_product_list #subheader-banner #header-container {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
#header-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 15px;
	padding-left: 15px;
}
#header-container {
	padding-top: 30px;
	padding-bottom: 30px;
}
#page_product_list #subheader-banner #form-box {
	max-width: 270px;
	display: inline-block;
}
#subheader-banner #subheader-form-box #form-box {
	max-width: 470px;
	color:#ffffff;
}
#subheader-banner #subheader-form-box #form-box #rfi_subscribe_message {
	color:#ffffff;
	font-style: italic;
}
#page_product_list .blue-banner-background {
	background-image: url("../../images/subheaders/subheader.png");
	background-size: cover;
	background-repeat: no-repeat;
}
#header-container h3 {
	color:#ffffff;
}
.rounder {
	background: #293DA6;
	border-radius: 50%;
	height: 38px;
	width: 38px;
	font-size: 24px;
	display: inline-block;
	color:#ffffff;
	margin-right: 6px;
	text-align: center;
}
.case-study-cta {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
	clear: both;
}
.home-first-container {
	margin: 4% auto;
}
#back-to-top-container {
	position: fixed;
	right: 8px;
	bottom: 78px;
	width: 34px;
	height: 34px;
	border-radius: 50px;
	background-color: #ffffff;
	z-index: 999;
}
#back-to-top-container .fa {
	font-size: 34px;
	color: #808080;
}
#body-social {
	margin-top: 18px;
}
#body-social .fab {
    font-size: 32px;
	margin-left: 6px;
	margin-right: 6px;
}
#category_bottom_block {
	width: 100%;
	padding: 15px 30px;
}
#page_category #home-blogs,
#page_product_list #home-blogs {
	padding: 0 15px 15px 15px;
}
#page_product_list .portfolio-box-description-container {
	display: none;
}
#page_category #home-blogs h2,
#page_product_list #home-blogs h2 {
	text-align: left;
}
#blog-collection-container {
	margin-top: 20px;
}
a.productsListing-link {
	text-decoration: none;
}