@charset "utf-8";
/* Custom CSS Styles */

html,body{
	margin:0;
	padding:0;
	background-color: #fff;
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	color: #050505;
}

a {
    color: #6f8b37;
    text-decoration: none;
}
a:hover {
    color: #6f8b37;
    text-decoration: underline;
}
img {
    max-width: 100%; /*prevent images from widening the viewport*/ 
}


#internal-page-main-content h1, h1 {
    color: #6f8b37;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    font-size: 30px;
    padding: 14px 0px;
    margin: 0px;
}

#internal-page-main-content h2, h2 {
    color: #6f8b37;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    font-size: 24px;
    padding: 10px 0px;
    margin: 0px;
}

#internal-page-main-content h3, h3 {
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    font-size: 24px;
    padding: 10px 0px;
    margin: 0px;
}
#internal-page-main-content h4, h4 {
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    padding: 10px 0px;
    margin: 0px;
}


/* bootstrap extra wide style */
@media (min-width: 1420px){
	.container, .container-xl {
		max-width: 1400px;
	}
}

/* header and top nav styles */
#header {
	padding-top:54px;
	z-index: 1050;
    position: relative;
	background-image: linear-gradient(white 70%, white, #f4f2f2);
}

.topNavPurpleRow {
    background-image: url('/templates/images/top_color_back_split.png');
    background-size: 100%;
	height: 121px;
}
#header .top_row {
    background-image: url('/templates/images/top_nav_back.png');
    background-position: top right;
    background-repeat: no-repeat;
	height: 121px;
	color: #fff;
}

#header .bottom_row{
	height:100px;
	
}

#logo {
  margin-top:10px;
  width:100%;
  position: relative;
  top: 50px;
}

#logo.home {
  margin-top:20px;
  width:120%;
  position: absolute;
  top: 5px;
}
/*background-image: linear-gradient(white 70%, white, #f4f2f2);*/

#logo img{
	width:100%;
}
.internal #logo {
    margin-top: 0px;
    top: 30px;
}
.internal .logo_tag {
    position: relative;
    top: 40px;
}
.logo_tag h3 {
    color: #6f8b37;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
.logo_tag h4 {
    color: #2c2045;
    font-size: 16px;
    text-align: center;
}


.top_links_holder{
	padding: 30px 0px 0px;
}

#topContactBar{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #fff;
    position: fixed;
    top: 0;
    height: 54px;
    margin: 0px;
    padding: 6px;
    background-color: #000;
    width: 100%;
    z-index: 200;
}
.topContact{
	text-align:right;	
}
.topContact a{
	color:#fff;
	text-decoration:none;
}
.topContact .pn:first-of-type {
    border-right: 1px solid #fff;
}
.topContact .pn {
    padding: 0px 10px;
}

#top_links .nav{
	align-items: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
    font-weight: bold;
}
#top_links .nav a{
	font-size: 14px;
	color: #fff;
}
#top_links .nav .material-icons {
    font-size: 20px;
    top: 4px;
    position: relative;
}
#top_links .nav .search_button {
    font-size: 26px;
    top: 0px;
}
#top_links .nav .cart_item_count {
    position: relative;
    top: -10px;
}
#top_links .nav li.nav-item {
    margin: 0px 15px;
}
#top_links .nav li.nav-item:last-child {
    margin-right: 0px;
}

#top_links .dropdown-menu {
    background-color: #fff;
    border-radius: 10px;
    margin-top: -1px;
    border: 1px solid #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#top_links .dropdown-menu a {
    color: #6f8b37;
    text-transform: none;
    white-space: nowrap;
    line-height: 20px;
    font-size: 20px;
    display: block;
    padding: 6px 15px;
}

.control_header_bar {
    background-color: #e2dfdf; 
	margin:0px;
	padding:0px;
}
.control_header_bar img {
    width: 100%;
}

/* main nav should only be styled on full size devices */
@media (min-width: 767px) {
	/* hide special items on full size screens */
	.nav-item.only-sm {
		display: none !important;
	}
	#main_nav {
		padding: 0px;
		margin: 0px 0px 0px 1px;
		font-family: 'Arimo', sans-serif;
	}
	#main_nav ul.nav {
		margin: 0px 0px 0px 20px;
	}
	#main_nav li.nav-item > a {
		display: block;
		max-width: 140px;
		padding: 50px 10px;
		color: #000;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0px;
		white-space: nowrap;
	}
	#main_nav li.nav-item > a:hover {
		color: #ccc;
		background-color: #6f8b37;
	}
	#main_nav .nav-item a {
		color: #000;
		text-decoration: none;
	}
	#main_nav .nav-item a:hover {
		color: #7b738a;
	}
	#main_nav a.dropdown-toggle.opened {
		background-color: #6f8b37;
		color: #fff;
	}
	#main_nav a.dropdown-toggle.opened:hover {
		color: #ccc;
	}
	#main_nav a.dropdown-toggle.opened {
		color: #fff;
	}
	#main_nav .dropdown-toggle {
		white-space: normal;
	}
	#main_nav .dropdown-toggle::after {
		/*content: none !important;*/
	}
	#main_nav .dropdown-menu {
		background-color: #6f8b37;
		border-radius: 0px;
		margin-top: -1px;
		border: 0px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#main_nav a.dropdown-item {
		color: #fff;
		text-transform: none;
		white-space: normal;
		line-height: 20px;
		
	}
	
	
	#main_nav a.dropdown-item:hover {
		color: #ccc;
		background-color:unset;
	}
	
	#main_nav a.dropdown-item-sub {
		display: block;
		width: 100%;
		padding: 0.25rem 1.9rem;
		clear: both;
		font-weight: 400;
		color: #fff;
		text-align: inherit;
		white-space: normal;
		background-color: transparent;
		border: 0;
		text-transform: none;
		font-size: 15px;
	}
	#main_nav a.dropdown-item-sub:hover {
		color: #ccc;
		background-color:unset;
	}
	.dropdown-menu.col3.show {
		display: flex;
		flex-flow: row wrap;
		width: 780px;
		flex-wrap: wrap;
	}
	.dropdown-menu.col2.show{
		display: flex;
		flex-flow: row wrap;
		width: 520px;
		flex-wrap: wrap;
	}
	.dropdown-menu.col1.show {
		display: flex;
		flex-flow: row wrap;
		width: 260px;
		flex-wrap: wrap;
	}
	.drop-menu-group {
		border-top: 1px solid #869a5d;
		width: 240px;
		margin: 0px 10px 5px 10px;
	}
}



/* NEW header and top nav styles */
#header-new {
	z-index: 1800;
    position: relative;
	background-color: #f8f5f6;
}
#header-new .top_row {
	height: 121px;
	color: #fff;
}

#header-new #logo {
  margin-top:10px;
  width:100%;
  position: relative;
  top: 0px;
}

#header-new #logo img{
	width:100%;
}

#header-new .logo_tag h3 {
    color: #6f8b37;
    font-size: 14px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
	font-style:italic;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
#header-new .mid_text {
    color: #2c2045;
    font-size: 16px;
    text-align: right;
}


#header-new #top_links .nav{
	align-items: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
    font-weight: bold;
}
#header-new #top_links .nav a{
	font-size: 14px;
	color: #fff;
}
#header-new #top_links .nav .material-icons {
    font-size: 16px;
    top: 4px;
    position: relative;
    padding-left: 5px;
}

#header-new #top_links .nav .search_top_text {
    max-width:200px;
}
.btn-search-top{
	border-color: #ced4da;
}

#header-new #top_links .nav .search_button {
    font-size: 22px;
    top: 0px;
}
#header-new #top_links .nav .cart_item_count {
    position: relative;
    top: -16px;
    right: -3px;
    margin-right: -14px !important;
}
#header-new #top_links .nav li.nav-item {
    margin: 0px 6px;
}
#header-new #top_links .nav li.nav-item:last-child {
    margin-right: 0px;
}

#header-new #top_links .dropdown-menu {
    background-color: #fff;
    border-radius: 10px;
    margin-top: -1px;
    border: 1px solid #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 2400;
}

#header-new #top_links .dropdown-menu a {
    color: #6f8b37;
    text-transform: none;
    white-space: nowrap;
    line-height: 20px;
    font-size: 20px;
    display: block;
    padding: 6px 15px;
}
#header-new .mid_text_holder {
    margin: auto;
}
#header-new .mid_text {
    color: #2c2045;
    font-size: 18px;
    text-align: left;
    display: block;
    font-weight: bold;
    padding-top: 5px;
}
#header-new .pn {
    color: #6f8b37;
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
}
#header-new .phone_block {
    text-align: right;
    padding: 10px 0px;
}

.request_button, .shop_button{
	padding: 4px 18px;
    height: auto;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 2px 3px 6px #000;
    display: flex;
    flex-direction: row;
    /* align-content: center; */
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.shop_button {
		margin-left: 10px;
	}
.request_button .material-icons, .shop_button .material-icons {
    font-size: 24px !important;
}
.topNavPurple {
    background-color: #302347;
    height: 42px;
}



/* New Footer */
#footer-new .footer-nav {
    background-color: #302347;
}
#footer-new .footer-nav a {
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: block;
    width: 100%;
    border-right: 1px solid #fff;
	font-weight: bold;
}
#footer-new .footer-nav .col-md-4, #footer-new .footer-nav .col-sm-12 {
    padding: 0px;
}
#footer-new .footer-nav .green_foot_button {
	color: #fff;
    background-color: #6f8b37 !important;
    border-color: #6f8b37 !important;
}
#footer-new .footer-certs {
    text-align: center;
}
#footer-new .footer-certs span {
    width: 110px;
    margin: 40px 10px;
    display: inline-block;
}
#footer-new .footer-certs img {
    width: 100%;
}
#footer-new .footer-contact {
    text-align: center;
    line-height: 30px;
}
#footer-new .footer-social {
    max-width: 300px;
    text-align: center;
    margin: 0px auto;
}
#footer-new #copyright {
    text-align: center;
    padding: 0px 0px 40px 0px;
}

/* main nav should only be styled on full size devices */
@media (min-width: 767px) {
	/* hide special items on full size screens */
	#main_nav ul.nav {
		margin: 0px 0px 0px 20px;
	}
	#main_nav li.nav-item > a {
		display: block;
		max-width: 200px;
		padding: 10px;
		color: #fff;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0px;
		white-space: nowrap;
	}
	
	#main_nav li.nav-item.dropdown {
		margin: 0px 20px;
	}
	
}


.dropdown-menu.show {
    z-index: 3000;
}

/* breadcrumbs */
.breadcrumb {
    padding: 3px 20px;
    background-color: #f5f3f3;
    font-size: 14px;
}


/* Homepage styles */
#front-page-main-content{
	position: relative;
}

}
#front-page-building-divider h2 {
    font-size: 36px;
    font-style: italic;
    color: #fff;
    padding: 40px 0px;
    text-align: center;
	font-family: 'Arimo', sans-serif;
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}


#front-page-partner-box {
    display: block;
    width: 60%;
    margin-left: auto;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 12px;
    padding: 40px;
    margin-right: auto;
    margin-top: 30px;
	background-color: #fff;
}
#front-page-partner-box h2 {
    width: 200px;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    margin-bottom: 20px;
    font-family: 'Arimo', sans-serif;
    font-size: 20px !important;
}
#front-page-partner-box img {
    width: 100%;
}

#front-page-bottom-callout-box-full {
    background-color: #7851a2;
    margin-top: -230px;
}
#front-page-bottom-callout-box-inside {
    height: 500px;
    background-image: url('/templates/images/Front_Page_Purple_Bottom.jpg');
    background-repeat: no-repeat;
    background-color: #7851a2;
    background-position: top center;
    padding-top: 300px;
    text-align: center;
}
#front-page-bottom-callout-box-inside h2 {
    font-size: 19px;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    color: #fff;
}
#front-page-bottom-callout-box-inside h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    color: #fff;
}

#front-page-featured {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 20px auto;
}
.featured-image-front{
    width: 100%;
	padding:10px;
	text-align:center;
}

.featured-image-front img {
    width: 100%;
    max-height: 350px;
    max-width: 700px;
}
.featured-image-front-title {
    background-color: #69813b;
    color: #fff;
    border: 1px solid #000;
    /*border-bottom: 0px;*/
}
.featured-image-front-title h2 {
    font-size: 18px;
    padding: 5px;
    overflow: hidden;
	color: #fff !important;
}

/* New Front Page */
#front-page-markets .col {
    padding: 30px;
}
#front-page-markets {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 60px;
}
#front-page-markets img {
    padding-bottom: 15px;
    max-width: 135px;
}


#front-page-partner-box-new {
    display: block;
    width: 90%;
    margin-left: auto;
    padding: 40px;
    margin-right: auto;
    margin-top: 30px;
}
#front-page-partner-box-new h2 {
    width: 200px;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    margin-bottom: 20px;
    font-family: 'Arimo', sans-serif;
    font-size: 20px !important;
}
#front-page-partner-box-new img {
    width: 100%;
}
.front-page-img-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px auto;
}
.front-page-img-group.pad-top {
    margin: 10px auto 0px auto;
}

.front-advantage {
    background-color: #302347;
    color: #fff;
    padding: 40px;
	line-height: 34px;
    font-size: 20px;
}
.front-advantage h4 {
    font-size: 26px;
    margin-bottom: 20px;
}
.front-video {
    background-color: #000;
    align-content: center;
}


#front-page-download-catalog {
    background-color: #eee;
    padding: 25px;
}
.dowload-catalog-image {
    text-align: right;
    padding-right: 30px;
}
.dowload-catalog-image img {
    max-width: 220px;
    padding-top: 30px;
}
.dowload-catalog-text {
    padding-right: 20%;
    line-height: 36px;
    font-size: 22px;
}
.dowload-header {
    font-size: 40px;
    font-weight: bold;
    display: block;
    padding: 30px 0px;
}
.front-download-btn {
    margin: 35px 0px;
    padding: 10px 50px;
}

#footer-home {
    padding: 45px 0px 0px 0px;
}




/* internal page styles */
#internal-page-main-content {
    margin: 40px auto;
}
.contentRight{
}
.contentFull{
}
.sidebarLeft {
}
.sidebarRight {
}
/* for cms inserted images */
.contentRight img, .contentFull img, .mcePadding img {
    padding: 15px;
}


.sidebarItem {
    padding: 0px;
    margin: 10px 0px;
}

/* internal footer styles */
#footer-default {
    background-image: url('/templates/images/Internal_Page_Purple_Bottom.jpg');
    background-repeat: no-repeat;
	background-size:cover;
    background-color: #fff;
    background-position: top center;
    min-height:420px;
}
#footer-default-inside {
    
}
.callout-box {
    min-height: 200px;
    padding: 50px 0px;
	text-align:center;
}
#footer-default .callout-box h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    color: #fff;
}
#footer-default .callout-box h1 {
    font-size: 60px;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    color: #fff;
}

/* general footer styles */
#footer-home address, #footer-default address {
    font-size: 16px;
    color: #000;
    font-family: "Arimo", sans-serif;
    border-left: 1px solid #000;
    padding-left: 10px;
}

#footer-default a:hover, #footer-home a:hover {
    color: #333;
    text-decoration: underline;
}
#footer-default a, #footer-home a {
    color: #000;
    text-decoration: none;
}

ul.social_links {
    list-style: none;
    display: flex;
    margin-top: 20px;
    justify-content: space-evenly;
    padding-left: 0px;
}
.live_chat_outside {
    color: #686869;
    font-family: arial, sans-serif;
    font-size: 20px;
    text-align: right;
}
.live_chat_outside span.line1 {
    display: block;
    padding-right: 40px;
}
.live_chat_outside img.chatbutton {
    margin-bottom: -50px;
}
#copyright {
    font-size: 14px;
}


/* General Styles */
a.white-tel{
	color: #fff !important;
	text-decoration: none;
	cursor:pointer;
}
a.white-tel:hover{
	color: #ccc !important;
	text-decoration: none;
	cursor:pointer;
}

a.bold_link{
	font-weight:bold;
	font-size:22px;	
}


/* form styles */
.user-form-small {
    max-width: 450px;
    margin: 0px auto;
}




/* temp styles */
.content_placeholder {
    text-align: center;
    display: flex;
    height: 700px;
    align-items: center;
    justify-content: center;
}
.content_placeholder p {
    font-size: 100px;
    color: #ccc;
}

/* debug styles */
#showHideDebug{
	position: fixed;
	bottom: 50px;
	left: 30px;
	font-size: 35px;
	z-index:2000;
	cursor:pointer;
}
#debugAccordian {
    left: 10px;
    position: fixed;
    top: 75px;
    width: 500px;
	z-index:2050;
}
#debugAccordian .card-header {
    padding: 0px;
    margin: 0px;
}
#debugAccordian .card-header h2 {
    padding: 0px;
}

/* Image Caption Handling */
figure{
	margin:5px;
}
figure.image {
	display: inline-block;
	border: 1px solid gray;
	margin: 0 2px 0 1px;
	background: #f5f2f0;
}

figure.align-left {
	float: left;
}

figure.align-right {
	float: right;
}

figure.image img {
	margin: 8px 8px 0 8px;
}

figure.image figcaption {
	margin: 6px 8px 6px 8px;
	text-align: center;
}
.mcePadding {
    padding: 25px;
    margin: 0px auto !important;
}


.card-header .material-icons {
  transition: .3s transform ease-in-out;
}
.card-header .collapsed .material-icons {
  transform: rotate(90deg);
}


/* site admin styles */
.adminBar {
	color:#fff;
	font-size:12px;
    text-align: center;
    width: 200px;
    border: 1px solid #ffffff;
    position: fixed;
    right: 5px;
    top: 25px;
    background-color: #000000;
    color: #fff;
    z-index: 10000;
}
/* on smaller screens move the admin bar to the left */
@media (max-width: 1420px) {
	.adminBar {
		position: fixed;
		left: 5px !important;
		right: auto !important;
	}
}

.adminBar .btn {
    margin: 5px 0px;
    padding: 2px 10px;
	width: 90%;
}
.btn-sm .material-icons {
    font-size: 14px;
}


/* Product Page Styles */
.featured-product {
    width: 25%;
    display: inline-flex;
    padding: 30px;
    margin: 0px;
    font-size: 35px;
    text-align: center;
    min-height: 250px;
    font-weight: bold;
    color: #ccc;
}

#sidebarProductNav .list-group-item {
    font-size: 14px;
    /* padding-left: 24px; */
    padding: 5px 10px 5px 15px;
}
#sidebarProductNav .parentCategory {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 5px 5px 10px !important;
}
.moreInfoHolder .btn {
	margin: 10px 0px 20px 0px;
}

#productListBox, #pageListBox {
    margin: 20px 0px;
	font-size: 15px;
}
#productListBox .list-group .list-group-item:nth-child(odd),#pageListBox .list-group .list-group-item:nth-child(odd) {
    background-color: #eee;
}
#productListBox .headrow, #pageListBox .headrow {
    font-size: 16px;
    font-weight: bold;
}

.topProductArea th, .topProductArea td, .mcePadding td, .mcePadding th {
    padding: 5px 10px;
    border: 1px solid #333;
    width: auto !important;
}
.topProductArea table, .mcePadding table {
    border: 1px solid #333;
    border-spacing: 20px;
	width: auto !important;
}
.prodExpandedDetails {
    font-size: 14px;
}
.prodBuyQtyBox{
	width: 60px !important;
    margin: 0px auto;
}
.priceOrig {
    text-decoration: line-through;
    color: #ff0000;
    display: block;
}
.priceDiscounted {
    font-weight: bold;
    display: block;
}
.productTotalsRow {
    font-size: 18px;
}

em.row-head{
	display: block;
	padding: 4px 10px;
	font-size:14px;
	font-weight: bold;
}
.prodBuy .btn{
	margin: 0px auto;
}
.prodPN {
    text-align: right;
}
.in-stock {
    font-weight: bold;
    font-size: 14px;
}
.out-stock{
	font-weight: bold;
    font-size: 14px;
	color:#ff0000;
}

/* Andover custom button colors */
.btn-andover-green {
    color: #fff;
	background-color: #6f8b37 !important;
    border-color: #6f8b37 !important;
	font-weight: bold;
}
.btn-andover-purple {
	color: #fff;
    background-color: #2c2045;
    border-color: #2c2045;
	font-weight: bold;
}
.btn-andover-red {
    color: #fff;
	background-color: #ed903a !important;
    border-color: #ed903a !important;
	font-weight: bold;
}

.btn-andover-green:hover, .btn-andover-purple:hover, .btn-andover-red:hover  {
    color: #ccc !important;
    text-decoration: none;
}

.btn-andover-purple-outlined {
    border-color: #2c2045;
	background-color: #fff;
    color: #2c2045 !important;
    font-weight: bold;
}




/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    left: 30px;
    bottom: 10px;
    max-width: 375px;
    background-color: #2e2246;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 2500;
}
#gdpr-cookie-message h4 {
    color: #6f8b37;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
#gdpr-cookie-message h5 {
	color: #6f8b37;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	color: white;
	font-size: 15px;
	line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: #6f8b37;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: var(--red);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
	border: none;
	background: #6f8b37;
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: var(--red);
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	display:none;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}


/* pagination styles */
.pager-box{
	margin: 10px auto;
	text-align: center;
}
.pager-box nav {
    margin: 0px auto;
    width: auto;
    display: inline-block;
}
.pager-box .page-item .page-link{
	color: #2c2045;
	border: 1px solid #2c2045;
}
.pager-box .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2c2045;
    border-color: #2c2045;
}

.bigIcon {
    font-size: 120px !important;
    float: left;
    padding: 0px 10px;
    display: block;
}
span.orderID {
    font-size: 25px;
    font-weight: bold;
    color: #ff0000;
}
.biggerText {
    font-size: 20px;
}
.no-border {
    border: 0px !important;
}

.adminBar .btn-andover-purple {
		/* float: right; */
		width: 20px !important;
		display: inline-block;
	}
.adminBar .header-click {
    font-size: 14px;
    color: #fff;
}

/* Smaller screen styles and nav settings */

/* Small, strange sized screens */
@media (max-width: 1419px) {
	.top_links_holder {
		padding: 10px 0px 0px !important;
		line-height: 35px;
		position:relative;
	}
	nav#top_links {
		max-width: 600px;
		right: 0px;
    	position: absolute;
	}
	#header .top_row{
	    background-size: 90% 100%;
	}
	.phone_block {
		margin-top: 60px;
		font-size: 14px !important;
	}
	.phone_block .pn {
		font-size: 14px !important;
	}
	.request_button, .shop_button {
		font-size: 12px;
		height: 42px;
		border: 0px;
		margin: 0px;
		text-transform: uppercase;
		line-height: 16px;
		border-radius: unset;
		font-weight: bold;
	}
	
	
}
/*  New Designs for Tablets, menu break points */
@media (max-width: 768px) {
	/* hide things we don't need on small screens */
	#front-page-partner-box-new, #front-page-slider, #top_links, #showHideDebug, .sidebarLeft, .sidebarRight, .control_header_bar, .breadcrumb, .carousel-indicators, .hide-small-screen{
		display:none;
	}
	.adminBar{
		/*display:none;*/
		top: 65px;
	}
	/* resize everything else, especially the header and footer */
	#header {
		padding-top:0px !important;
		margin:0px !important;
	}
	#logo.home {
		margin-top: 10px;
		width: 100%;
		position: relative !important;
		top: 0px;
	}
	#main_nav{
		background-color: #f8f9fa!important;
	}
	.bottom_row .col-sm-12, .bottom_row {
		padding: 0px;
		margin: 0px;
		text-align: left;
		height: auto !important;
	}
	#main_nav .nav-item{
		display: block;
		padding: .5rem 1rem;
		border-bottom: 1px solid #ccc;
	}
	#main_nav .dropdown-menu {
		background: transparent !important;
		border: none !important;
	}
	#main_nav .dropdown-item {
		color: #6f8b37;
		font-size: 14px;
	}
	
	#main_nav a.dropdown-item-sub {
		display: block;
		width: 100%;
		padding: 0.25rem 1.9rem;
		clear: both;
		font-weight: 400;
		color: #6f8b37;
		text-align: inherit;
		white-space: normal;
		background-color: transparent;
		border: 0;
		text-transform: none;
		font-size: 14px;
	}
	#main_nav a.dropdown-item-sub:hover {
		color: #6f8b37;
		background-color:unset;
	}
	
	
	#header .top_row, .topNavPurpleRow {
		background-image: none;
		height: auto;
		color: #000;
	}
	#topContactBar {
		height:auto !important;
		position: relative !important;
	}
	.topContact .pn {
		border: 0px !important;
		display:block;
		text-align:center;
	}
	
	#front-page-main-content {
		position: relative;
		margin-top: 20px;
	}
	
	/* front page markets 2 col */
	#front-page-markets {
		margin:20px 10px;
	}
	#front-page-markets .col {
		max-width: 50%;
		padding: 2px;
		margin: 10px;
		width: 50%;
	}
	
	
	/* make the footer text a bit smaller*/
	.callout-box {
		min-height: auto;
	}
	#footer-default .callout-box h2 {
		font-size: 30px;
	}
	#footer-default .callout-box h1 {
		font-size: 40px;

	}
	
	
	/* new styles */
	#header-new {
		padding-top:0px !important;
		margin:0px !important;
	}
	#header-new #logo{
		margin-top: 10px;
		width: 100%;
		position: relative !important;
		top: 0px;
	}
	.topNavPurple {
		background-color: #f8f9fa!important;
		height: auto;
		color: #000;
	}
	.request_button, .shop_button {
		padding: 4px 26px;
		width: 100%;
		margin: 10px;
		/* font-size: 16px !important; */
		padding: 4px 34px;
		height: auto;
		font-size: 0.875rem;
		line-height: 1.5;
		border-radius: 0.2 rem !important;
	}
	
	.cart_item_count {
		position: relative;
		top: -20px !important;
		right: 0px;
		margin-right: -20px;
	}
	.main-nav-container{
		padding:0px;
	}
	.phone-link .material-icons {
		font-size: 50px;
	}
	.nav-item a {
		text-transform: uppercase;
		font-weight: bold;
	}
	.navbar-nav .dropdown-toggle::after {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.search_top {
		margin-top: 14px;
	}
	
	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 12px;
		height: 12px;
	}
	.carousel-control-next, .carousel-control-prev {
		width: 8% !important;
	}
	
	
	/* force images to resize proportionatly */
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	
	/* Force Tables to display as flex-boxes on small screens, so they will stack instead of breaking */
	table {
		display: flex;
		overflow: hidden;
		width: 100% !important;
		height: auto !important;
	}
	tbody {
		width: 100% !important;
	}
	.table-sm td {
		max-width: 50% !important;
	}
	tr {
		display: flex;
		flex-wrap: wrap;
		height: auto !important;
	}
	td {
		width: 100% !important;
		height: 100% !important;
	}
	
	table.small_3col td {
		width: 33% !important;
		height: 150px !important;
		align-items: center;
	}
	
	/* shopping cart and product layouts for small screens */
	#productListBox .headrow, #pastOrdersItems .headrow {
		display: none;
	}
	#productListBox .headrow_small {
		display: block;
		background-color: #6f8b37 !important;
		color: #eee !important;
	}
	.prodPN {
		width: 100%;
		font-weight: bold;
		text-align: left !important;
	}
	.prodDesc {
		width: 100%;
		text-align: left !important;
		margin-bottom: 12px;
	}
	.prodPrice1 {
		width: 30% !important;
	}
	.prodPrice1::before {
		content: "Each";
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		display: block;
	}
	
	.prodPrice2, .prodPrice3 {
		width: 30% !important;
		text-align: right !important;
	}
	.prodPrice2::before, .prodPrice3::before {
		content: "Total";
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		display: block;
	}
	.prodQty {
		width: 30%;
		text-align: right !important;
	}
	.in-stock::before {
		content: "Stock";
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		display: block;
	}
	.small_screen_qty {
		display: block;
		font-weight: bold;
		margin: 20px auto;
	}
	.productShowMore {
		margin-left: 0px;
		margin-right: 20px;
		display: inline-block;
		margin-bottom: 10px;
		vertical-align: top;
	}
	.prodBuyQtyBox {
		width: 100px !important;
		margin: 0px auto;
	}
	
	.btn-block {
		margin-bottom: 10px;
	}
	
	#gdpr-cookie-message {
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		max-width: 100%;
    	border-radius: unset;
    	box-shadow: unset;
    	margin-left: 0px;
	}
	#gdpr-cookie-message p:last-child {
		text-align: left !important;
	}
	
}
@media (min-width: 767px) {
	/* shopping cart and product layouts for large screens */
	 
	#productListBox .headrow, #pageListBox .headrow, #pastOrdersItems .headrow {
		display: block;
		background-color: #6f8b37 !important;
		color: #eee !important;
	}
	#productListBox .headrow_small {
		display: none;
	}
	.small_screen_qty{
		display: none;
	}
	.productShowMore {
		left: 10px;
		margin-right: 20px;
		display: inline-block;
		position: absolute;
	}
}
@media (max-width: 1419px){
	/* set containers to full width on smaller / weird screen sizes */
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100% !important;
	}
}

.no-gutters img.fullSide {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-cloud {
    padding: 0px 30px;
    display: block;
}