@font-face {
	font-family: 'ZurichBT';
	src: url(../fonts/zurich-bt-roman-webfont.ttf) format("truetype"), url(../fonts/zurich-bt-roman-webfont.woff) format("embedded-opentype"), url(../fonts/zurich-bt-roman-webfont.woff) format("woff"), url(../fonts/zurich-bt-roman-webfont.woff2) format("woff2");
	font-weight: 400;
}
/* @font-face {
  font-family: ZurichBT;
  src: url(/assets/fonts/zurich-cn-bold-webfont.ttf);
  font-weight: 600;
} */

body {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #171717 /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #fff /*{body-background-colour}*/;
	overflow-x: hidden;
	min-width: 100vw;
	max-width: 100vw;
}

html {
	scroll-behavior: smooth !important;
}

a, .btn-link {
	color: #00a99d /*{link-text-colour}*/;
	transition: 0.3s;
}
a:hover, a:active, a:focus, .btn-link:hover {
	color: #004848 /*{link-text-hover-colour}*/;
	text-decoration: none;
	transition: 0.3s;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{headers-font-family}*/;
	color: #171717 /*{headers-colour}*/;
	font-weight: 700;
}
.carousel-caption h3, .carousel-caption h2, .carousel-caption .h3, .carousel-caption p {
	color: #fff /*{carousel-text-colour}*/;
}
h1, .h1 {
	font-size: 26.249px /*{header-1-font-size}*/;
}
h2, .h2 {
	font-size: 21px /*{header-2-font-size}*/;
}
h3, .h3 {
	font-size: 18.375px /*{header-3-font-size}*/;
}
h4, .h4 {
	font-size: 15.75px; /*{header-4-font-size}*/
	;
	font-weight: 700;
}
h5, .h5 {
	font-size: 13.124px /*{header-5-font-size}*/;
}
section {
	background-color: #FFF;
}
.page-wrap {
	min-width: 100vw;
	padding: 32px;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333 /*{buttons | btn-default-text-colour}*/;
	background-color: #fff /*{buttons | btn-default-background-colour}*/;
	border-color: #ccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #fff /*{buttons | btn-primary-text-colour}*/;
	background-color: #00a99d /*{buttons | btn-primary-background-colour}*/;
	border-color: #00a99d /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #004848 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #004848 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #004848 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #004848  /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #004848 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #004848  /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-tertiary {
	color: #FFF;
	background-color: #004848;
	border-color: #004848;
}
/* Warning button */
.btn-warning {
	color: #fff /*{buttons | btn-warning-text-colour}*/;
	background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #fff /*{buttons | btn-danger-text-colour}*/;
	background-color: #dc3545 /*{buttons | btn-danger-background-colour}*/;
	border-color: #dc3545 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #fff /*{buttons | btn-success-text-colour}*/;
	background-color: #28a745 /*{buttons | btn-success-background-colour}*/;
	border-color: #28a745 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
	color: #fff /*{buttons | btn-info-text-colour}*/;
	background-color: #17a2b8 /*{buttons | btn-info-background-colour}*/;
	border-color: #17a2b8 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-secondary {
	color: #004848;
	background-color: #a6ce39;
	border-color: #a6ce39;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
	color: #004848;
	background-color: #84a92d;
	border-color: #84a92d;
}
.breadcrumb {
	background-color: #FFF /*{breadcrumb-background-colour}*/;
	padding: 8px 0px;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #6c757d /*{breadcrumb-text-colour}*/;
}
.breadcrumb-item+.breadcrumb-item::before {
	opacity: 1;
	display: inline-block;
	padding-right: .5rem;
	color: #00a99d;
	font: var(--fa-font-solid);
	content: "\f054";
	font-size: 9px;
	font-weight: 900;
	top: 5px;
	position: relative;
}
.breadcrumb-item svg {
	position: relative;
	top: 3px;
	color: #838383;
	margin: 0px 8px;
}
.breadcrumb > .active, .breadcrumb a {
	color: #838383 /*{breadcrumb-text-colour}*/;
}
.breadcrumb-item:first-child {
	font-weight: 700;
}
.pagination .page-link {
	color: #252423 /*{pagination-text-colour}*/;
	background-color: #fff /*{pagination-bg-colour}*/;
	border-color: transparent/*{pagination-border-colour}*/;
}
.pagination .page-link:hover, .pagination .page-link:focus {
	color: #FFF /*{pagination-text-colour-hover}*/;
	background-color: #004848 /*{pagination-bg-colour-hover}*/;
	border-color: #004848 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link, .pagination .active .page-link:hover, .pagination .active .page-link:focus {
	color: #fff /*{pagination-text-colour-active}*/;
	background-color: #252423 /*{pagination-bg-colour-active}*/;
	border-color: #252423 /*{pagination-border-colour-active}*/;
}
.badge-secondary {
	background-color: #a6ce39;
	color: #004848; /*{label-default-bg}*/
	;
}
.badge-primary {
	background-color: #00a99d /*{label-primary-bg}*/;
}
.badge-success {
	background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
	background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
	background-color: #212529 /*{label-warning-text-colour}*/;
	background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: #dc3545 /*{label-danger-bg}*/;
}
.card {
	border-color: #ddd /*{panel-border-colour}*/;
}
.card-header {
	background-color: #FFF /*{panel-header-bg-colour}*/;
	border-color: #FFF /*{panel-header-border-colour}*/;
}
.productsave {
	color: #D9534F /*{sale-colour}*/;
}
.wrapper-header .navbar-toggler {
	color: #696969 /*{navbar-default-link-colour}*/;
}
.wrapper-header .navbar {
	background-color: #f8f9fa /*{navbar-default-bg-colour}*/ !important;
}
.wrapper-header .navbar .navbar-nav .nav-link {
	color: #696969 /*{navbar-default-link-colour}*/;
}
.wrapper-header .navbar-nav .nav-link:hover, .wrapper-header .navbar-nav .nav-link:focus {
	color: #333 /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .navbar-nav .show > .nav-link, .wrapper-header .navbar-nav .active > .nav-link, .wrapper-header .navbar-nav .nav-link.show, .wrapper-header .navbar-nav .nav-link.active {
	color: #555 /*{navbar-default-link-colour-active}*/;
}
.dropdown-menu {
	background-color: #fff /*{dropdown-menu-bg}*/;
	border-color: #ccc /*{dropdown-menu-border-colour}*/;
}
.dropdown-item {
	color: #212529 /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}
.logo {
	padding: 0;
	z-index: 2;
	margin: 0 auto;
	max-height: 30px;
	position: relative;
	top: -1px;
}
.wrapper-header {
	min-width: 100vw;
	max-width: 100vw;
	margin: auto;
	padding: 0;
}
.top-search {
	border-radius: 3px;
	background-color: #eee;
	border: none;
}
 .top-search::placeholder {
 color: #999;
}
.top-search-btn {
	background-color: #eee;
	color: #999;
	border: none;
}
.header-cart {
	border: none;
	margin: 0px;
	height: 60px;
	padding: 0px;
	min-width: 100%;
}
.lead {
	font-size: 14px;
	font-weight: 400;
}
.wrapper-footer {
	color: #f8f8f8;
	padding: 64px 0px;
	background-color: #004848;
}
.no-mt-64 {
	margin-top: 0 !important;
}
.wrapper-footer a, .wrapper-footer p {
	color: #f8f8f8;
	font-family: 'ZurichBT';
}
.address {
	padding-right: 15px;
}
.cart-btn {
	background-color: transparent;
	border: 1px solid transparent;
	color: #333;
	min-width: 100%;
}
.wsmenu>.wsmenu-list>li.wscarticon {
	padding: 0px;
}
.wsmenu>.wsmenu-list>li.wscarticon:hover {
	background-color: #80c133;
	color: #fff;
}
.cart-indicator {
	position: absolute;
	background-color: #80c133;
	width: 12px;
	height: 12px;
	font-size: 8px;
	border-radius: 12px;
	top: 0px;
	right: 0px;
}
.wsmenu>.wsmenu-list>li.wscarticon:hover .cart-indicator {
	background-color: #333;
	color: #fff;
}
.footer-logo {
	max-height: 35px;
	margin-bottom: 16px;
}
.footer-logo-ne {
	max-height: 35px;
	margin-left: 16px;
	padding: 0;
	margin-bottom: 16px;
}
.wrapper-footer h4 {
	color: #F8F8F8;
	font-weight: 800;
	margin-top: 26px;
}
.copyright {
	opacity: 0.6;
}
.home-carousel h2 {
	color: #FFF;
	font-weight: 800;
	font-size: 56px;
}
.home-carousel p {
	font-size: 30px;
}
.btn-carousel {
	min-width: 200px;
	background-color: #00a99d;
	border-color: #00a99d;
	color: #FFF;
}
.home-headline {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 24px;
	line-height: 1;
}
.home-headline span {
	font-weight: 800;
}

.home-cta-text {
	font-weight: 800;
    font-size: 16px;
}

h3.home-headline {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 24px;
	line-height: 1;
}
h3.home-headline span {
	font-weight: 800;
}

.home-subheadline {
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 24px;
}
.sp-64 {
	padding: 64px 0px;
}
.mini-feature {
	font-size: 18px;
	font-weight: 800;
}
.mini-feature-2 {
	font-size: 15px;
	line-height: 1.35;
	font-family: 'ZurichBT';
	margin-bottom: 8px;
}
.mini-feature-link {
	font-weight: 600;
}
.viewport-header {
	position: absolute;
	height: 50vh;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	top: 0px;
	left: 0;
	width: 100vw;
	color: #FFF;
}
.viewport-header h1 {
	color: #FFF;
	font-weight: 800;
	font-size: 56px;
	width: 100vw
}
.viewport-header p {
	color: #FFF;
	font-size: 24px;
	width: 100vw
}
.viewport-header a {
	color: #fff;
	border-bottom: 2px solid #fff;
	font-weight: 700;
}
.viewport-header a:hover {
	text-decoration: none;
	color: #fff;
}
.viewport-header a i {
	font-size: 18px;
}
.usp-section {
	background-color: #004848;
	padding: 32px 0px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}
.usp-section span {
	color: #00a99d;
	font-weight: 600;
}
.usp-section p {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	margin: 8px 0px;
	font-family: ZurichBT;
	line-height: 1.35;
}

.usp-section-white {
	background-color: #fff;
	padding: 32px 0px;
	color: #004848;
	font-size: 18px;
	font-weight: 800;
}
.usp-section-white span {
	color: #00a99d;
	font-weight: 600;
}
.usp-section-white p {
	color: #004848;
	font-weight: 400;
	font-size: 14px;
	margin: 8px 0px;
	font-family: ZurichBT;
	line-height: 1.35;
}

.name-feature {
	color: #00a99d;
	font-weight: 600;
}
.card-header {
	padding-bottom: 0rem;
	border-bottom: none;
	padding-top: 1rem;
}
video {
	margin: auto;
	min-width: 100%;
}
.addtocart, .notifyme {
	margin-top: 28px;
}
.table thead th {
	border-bottom: none;
}
.product-title {
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	margin-bottom: 16px;
}
sup {
	top: -0.45em;
	font-size: 61.8%;
}
.thumbnail.card-body {
	padding: 0rem;
}
.product-wrapper button, .product-wrapper .btn-outline-secondary {
	margin-top: 8px;
	font-size: 13px;
}
.product-wrapper .price {
	font-weight: 600;
	font-size: 13px;
}
.card-title {
	margin-bottom: 8px;
}
.desktop-vid-hero {
	display: block;
}
.mobile-vid-hero {
	display: none;
}
.video-wrap {
	position: relative;
	min-width: 100%;
	max-height: 50vh;
/*background: rgb(0,169,157);
background: linear-gradient(157deg, rgba(0,169,157,1) 0%, rgba(127,197,80,1) 26%, rgba(166,206,57,1) 43%, rgba(128,194,61,1) 69%, rgba(40,167,69,1) 100%);*/
	background-image:url('/assets/images/dstech-bg.jpg');
	min-height: 50vh;
	background-size: cover;
	background-position: center center;
	margin-top: -40px;
}
.warehouse-stock {
	font-size: 12px;
}
.filter-group-item {
	padding: 4px 8px;
	font-size: 12px;
}
.filter-title {
	padding: 8px 0px 4px 0px;
}
.filter-header {
	font-size: 24px;
	margin-top: 52px;
}
.filter-sidebar {
	border-right: 1px solid #eee;
}
hr {
	border-top: 1px solid #eee;
}
.filter-sidebar i.fas.fa-check-circle {
	color: #00a99d;
}
.filter-sidebar i.far.fa-circle {
	color: #999;
}
.list-sdesc {
	color: #999;
}
.list-view-body {
	border-bottom: 1px solid #eee;
}
.list-sdesc {
	color: #b5b5b5;
	font-size: 12px;
	font-family: 'ZurichBT';
}
.list-detail {
	font-size: 12px;
	font-family: 'ZurichBT';
}
.list-title {
	font-weight: 700;
}
.list-qty {
	width: 100%;
	border: 1px solid #ced4da;
	padding: 9px 6px;
	font-size: 12px;
	border-radius: 3px;
	text-align: center;
	line-height: 1;
}
.list-label {
	font-size: 12px;
	color: #838383;
	text-transform: uppercase;
}
.list-detail-border {
	border-top: 1px solid #eee;
    padding-top: 3px;
}
.bul-sep {
	color: #00a99d;
}
.warehouse-sml {
	font-size: 12px;
}
.list-view-sm .list-detail, .list-view-sm .list-label, .list-view-sm .list-promo {
	font-size: 11px;
}
.header.modal-header {
	min-height: 24px;
}
.search-item {
	font-size: 12px;
}
.nsearchinput-pl.well li a {
	padding: 10px 12px;
}
.nsearchinput-pl.well li img {
	margin-right: 8px;
}
.search-sku {
	color: #222;
}
*:focus {
	outline: none !important;
}
.wsmenu>.wsmenu-list>li.wscarticon:hover i {
	color: #FFF;
}
#neto-dropdown {
	width: 300px;
}
.h-cart-sub {
	margin: 12px 0px 0px 0px;
	font-size: 13px;
}
.h-cart-disc {
	margin: 0px 0px 12px 0px;
	font-size: 13px;
}
.h-cart-item {
	border-top: 1px solid #efefef;
	padding: 8px 0 0 0;
	font-size: 12px;
	margin: 8px -15px;
}
.h-cart-price {
	float: right;
}
.h-cart-remove {
	font-size: 10px;
}
a.h-cart-remove i {
	border: none !important;
	float: right;
	color: #999 !important;
	font-size: 10px !important;
}
a.h-cart-remove:hover i {
	color: #00a99d;
}
.h-cart-title {
	height: 16px;
	max-height: 16px;
	overflow: hidden;
	margin-bottom: 4px;
	text-align: left;
}
.h-cart-sku {
	color: #222;
	font-family: 'ZurichBT', sans-serif;
	font-size: 11px;
}
.h-cart-sum {
	margin-bottom: 24px;
}
.thumb_cart a {
	border: none !important
}
.cart-dropdown.dropdown-menu {
	border-radius: 0 0 .25rem .25rem;
}
.cart-dropdown {
	top: 46px !important;
	right: 0;
	left: -202px !important;
	transform: none !important;
}
#neto-dropdown #cartcontents {
	padding: 0px 15px 8px 15px;
}
#neto-dropdown a.btn-primary {
	padding: 6px;
	font-size: 13px;
}
.npopup {
	position: fixed !important;
	top: 90px !important;
	width: 100vw !important;
	z-index: 4;
	box-shadow: 1px 1px 9px rgba(0,0,0,.25);
	border-radius: 0;
}
.npopup-body {
	height: auto;
	overflow: auto;
	width: auto;
	padding: 8px calc(5vw + 16px);
	text-align: right;
}
.npopup-btn-close {
	display: none !important;
}
#main-content {
	min-height: 65vh;
	overflow-x: hidden;
	padding-top: 0px;
}
.npopup {
	background: #00a99d;
	color: #FFF;
	font-size: 12px;
}
.search-item {
	font-size: 11px;
}
.nsearchinput-pl.well li a {
	padding: 10px 12px;
}
.nsearchinput-pl.well li img {
	margin-right: 8px;
}
.remove-item, .return-link {
	font-size: 12px;
	color: #6f6f6f;
}
.update-item {
	font-size: 12px;
	cursor: pointer;
}
.pl-2r {
	padding-left: 2rem;
}
.pr-2r {
	padding-right: 2rem;
}
.sml-label {
	font-size: 12px;
	margin-bottom: 4px;
	font-weight: 700;
}
.sml-form-group {
	margin-bottom: 8px;
}
.sml-form-control {
	font-size: 13px;
	line-height: 20px;
	padding: 4px 8px;
	height: auto;
	display: block;
	min-width: 100%;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.n-wrapper-sml-form-control select {
	font-size: 13px;
	line-height: 20px;
	padding: 4px 8px;
	height: auto;
	display: block;
	min-width: 100%;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.sml-form-btn {
	line-height: 20px;
	font-size: 13px;
	padding: 4px 8px;
	font-weight: 700;
}
.ship-method {
	font-family: 'ZurichBT';
	font-size: 12px;
	font-weight: 600;
}
.ship-desc {
	font-family: 'ZurichBT';
	font-size: 10px;
	color: #999;
}
.cart-total-row {
	font-size: 20px;
	border-top: 2px solid #484848;
	border-bottom: 2px solid #484848;
	margin: 8px 0px;
	padding-top: 8px;
}
.fw-700 {
	font-weight: 700;
}
.list-view-item .addtocart {
	margin-top: 0;
}
#n_category hr {
	margin-top: 16px;
	margin-bottom: 8px;
}
.btn-group .btn-outline-secondary, .btn-default, .btn-outline-secondary:not(:disabled):not(.disabled).active {
	color: #666;
	font-size: 12px;
}
#sortby {
	font-size: 12px;
}
.col-form-label {
	font-size: 12px;
	text-align: right;
	padding-right: 16px;
}
.page-header {
	margin-bottom: 16px;
}
.order-summary {
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.sml-stack .btn-secondary {
	font-size: 12px;
}
.product-wishlist {
	text-align: left;
	margin-bottom: 16px;
}
.product-wishlist a, .brochure-download a {
	color: #333;
	transition: 0.3s;
	display: block;
	padding: 2px 0px;
}
.product-wishlist a:hover, .brochure-download a:hover {
	color: #28a745;
	transition: 0.3s;
	cursor: pointer;
}
.brochure-download {
	text-align: left;
}
.rc-blog-sum {
	font-size: 12px;
	height: 54px;
	overflow: hidden;
}
.nav-link {
	display: block;
	padding: .25rem 0.5rem;
}
.product-desc p, .brochure-download p, .product-desc ul {
	font-family: 'ZurichBT';
	font-size: 16px;
	margin-bottom: 32px;
}
.product-desc ul li {
	border-bottom: 1px solid #eee;
	padding-bottom: 4px;
	padding-top: 8px;
}
.spec-line {
	border-top: 1px solid #eee;
	font-family: 'ZurichBT';
	font-size: 16px;
}
.wrapper-product-title .breadcrumb {
	margin-bottom: 0;
	height: 31px;
	max-height: 31px;
	overflow: hidden;
}
.wh-qty {
	flex: 0 0 20%;
	max-width: 20%;
	border-right: 1px solid #eee;
}
a.std-link {
	display: inline-block;
	color: #00a99d;
	font-family: 'Montserrat';
}
a.std-link:hover, a.std-link:active, a.std-link:focus {
	color: #004848;
	text-decoration: none;
}
.list-promo {
	font-size: 12px;
	font-family: 'zurichBT';
	text-transform: uppercase;
}
.list-product-image {
	max-height: 55px;
}
.p-promo {
	font-size: 16px;
	font-family: 'zurichBT';
}
.p-label {
	color: #00a99d;
}
.top-deets, .top-deets span {
	font-size: 14px;
	font-family: 'zurichBT';
}
.page-item:first-child .page-link, .page-link, .page-item:last-child .page-link {
	border-radius: 16px;
	border-color: transparent;
}
.testi-icon {
	max-width: 100%;
	max-height: 36px;
}
.fa-ul {
	list-style-type: none;
	margin-left: 1.5em;
	padding-left: 0;
}
ul {
	padding-inline-start: 16px;
}
.valign-center {
	align-items: center;
	justify-content: center;
	display: flex;
}
.dgroup-logo {
	max-height: 52px;
	margin-top: -16px;
}
.promotions-bar {
	display: block;
	color: #004848;
	background-color: #a6ce39;
	padding: 8px 16px;
	font-weight: 600;
	min-height: 37px;
}
.promotions-bar a, .promotions-bar p {
	color: #004848;
}
.promotions-bar:hover {
	color: #000;
	background-color: #98c03b;
}
.promotions-bar p {
	float: left;
	margin-bottom: 0;
}
.promotions-bar a {
	float: right;
}
.warehouse-cart {
	font-size: 11px;
	font-family: 'ZurichBT';
}
.cart-product-title {
	font-weight: 700;
}
.cart-row {
	border-top: 1px solid #eee;
}
.cart-sidebar {
	font-size: 12px;
}
.cart-sidebar .form-group {
	margin-bottom: 12px;
}
.btn-tertiary:hover {
	color: #00a99d;
}
.grid-deets {
	font-family: 'ZurichBT';
	font-size: 10px;
	color: #999;
	min-height: 12px;
	max-height: 12px;
	overflow: hidden;
}
.grid-brand {
	font-family: 'ZurichBT';
	font-size: 11px;
}
.grid-title {
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
}
.thumbnail.card-body .card-title {
	min-height: 32px;
	max-height: 32px;
	overflow: hidden;
}
.itf-icon {
	max-height: 12px;
	max-width: 21px;
}
.itf-link {
	min-width: 169px;
}
.wh-qty:nth-child(5) {
	border: none;
}
.list-view-body .col-8.col-md-4.pl-1.pr-1 {
	flex: 36%;
	max-width: 36%;
}
.list-view-body .col-12.col-md-4.text-right {
	flex: 0 0 30.66%;
	max-width: 30.66%;
}
.list-view-body .col-md-2 {
	flex: 14%;
	max-width: 14%;
}
.btn-view {
	min-width: 100px;
}
.home-bg-1 {
	background-image: url(/assets/images/dynamic-warehouse-1.jpg);
	background-size: cover;
	height: 100%;
	width: 100%;
}
.home-bg-2 {
	background-image: url(/assets/images/dynamic-warehouse-2.jpg);
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: center center;
}
.dgroup-link, .dgroup-link span {
	font-weight: 700;
	font-size: 16px;
}
.text-warning {
	color: #e5700c!important;
}
.resource-wrap {
	border: 1px solid #eee;
	padding: 16px;
	border-radius: 4px
}
.resource-header {
	font-size: 16px;
}
.resource-header a {
	color: #333;
}
.resource-sum {
	font-family: 'ZurichBT';
	font-size: 14px;
	border-bottom: 1px solid #ced4da;
	padding: 8px 0 4px 0;
	line-height: 18px;
}
.btn-resource {
	font-size: 12px;
}
.w-35 {
	width: 35%;
}
.w-65 {
	width: 65%!important;
}
.copy-group-btn {
	border-radius: 0px 4px 4px 0px !important;
}
.copy-group-input {
	border-radius: 4px 0px 0px 4px !important;
	font-size: 12px;
	height: 35px;
}
.pass-label {
	display: block;
	margin-top: 8px;
	font-weight: 700;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 140%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.tooltip .tooltiptextlge {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 140%;
  left: 50%;
  margin-left: -125px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptextlge::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptextlge {
  visibility: visible;
  opacity: 1;
}
.row-mm-col {
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 29rem;
	align-content: flex-start;
}
.brands-row {
	padding: 0 15px;
}
.major-brand-item {
	width: 10%;
	max-width: 10%;
	padding: 0 4px 12px!important;
}
.accordion {
	background-color: #FFF;
	color: #212529;
	font-weight: 600;
	cursor: pointer;
	padding: 8px 0px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	margin-bottom: 8px;
}
.accordion:after {
	font-family: "font awesome 5 free";
	content: '\f067';
	font-size: 14px;
	color: #212529;
	float: left;
	margin-right: 12px;
	transition: 0.4s;
}
.accordion.active:after {
	font-family: "Font Awesome 5 Free";
	content: "\f068";
}
.accordion:focus {
	outline: none;
}
.active, .accordion:hover, .accordion:hover:after {
	color: #00a99d;
}
.panel {
	padding: 0 24px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.sale-pricing {
	font-size: 18px;
}
.sale-pricing .badge-secondary {
	background-color: #a6ce39;
	color: #004848;
	border: 1px solid #a6ce39;
	border-radius: 4px 0 0 4px;
}
.sale-pricing .badge-tertiary {
	border: 1px solid #0c4d48;
	border-radius: 0 4px 4px 0;
	color: #a6ce39;
	background-color: #004848;
}
.cat-filter-title {
	font-family: 'zurichbt';
	font-size: 14px;
	color: #333;
	display: block;
}
.subcat-filter {
	font-family: 'zurichbt';
	font-size: 12px;
	padding-left: 16px;
	color: #333;
	display: block;
}

/* ----------- iPad Std ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.brand-item, .major-brand-item {
	padding: 0 4px;
	flex: 0 0 25%;
	max-width: 25%;
}
}

/* Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /* STYLES GO HERE */
}

/* Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.viewport-header {
	height: 235px;
	overflow: hidden;
	top: 0;
	margin: 20vh 0;
	width: 100%;
}
.viewport-header h1 {
	color: #FFF;
	font-weight: 800;
	font-size: 36px;
	line-height: 1;
	width: 85vw;
}
.viewport-header p {
	color: #FFF;
	font-size: 18px;
	width: 80vw;
	line-height: 1.15;
	margin-bottom: 8px;
}
.mobile-header-cart {
	display: block;
	padding: 18px;
	float: right;
	margin-right: 16px;
}
.mobile-header-user {
	display: block;
	padding: 18px 10px;
	float: right;
	margin-right: 20px;
}
.mobile-header-user a {
	color: #FFF;
}
.mobile-header-cart i, .mobile-header-user i {
	padding-right: 4px;
	color: #00a99d;
}
.cart-btn {
	line-height: 1;
}
.cart-indicator {
	position: absolute;
	width: 12px;
	height: 12px;
	font-size: 8px;
	border-radius: 12px;
	top: 0px;
	line-height: 0px;
}
.headertopright {
	width: 100%;
}
.wsanimated-arrow small.menu-text {
	color: #FFF;
	top: 6px;
	position: relative;
	font-size: 7.5px;
	text-transform: uppercase;
	transition: 0.5s;
	font-weight: 700;
}
.wsactive .wsanimated-arrow small.menu-text {
	color: transparent;
}
.wsanimated-arrow small.close-text {
	color: #00a99d;
}
.wsactive .wsanimated-arrow small.close-text {
	z-index: 999999;
	left: -8px;
	position: absolute;
	font-size: 7px;
	text-transform: uppercase;
	top: 32px;
	color: #FFF;
	transition: .5s;
	font-weight: 700;
}
.ajax_search {
	max-width: 91% !important;
}
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media (max-width: 992px) {
#main-content {
	padding-top: 0px;
}
.brands-row {
	display: none;
}
.cat-cont {
	padding: 0px 32px;
}
.filter-header {
	font-size: 24px;
	margin-top: 32px;
}
.type-switch {
	padding-bottom: 16px;
}
.list-view-body .col-md-4 {
	flex: 66.66667%;
	max-width: 66.66667%;
}
.list-view-body .col-md-2 {
	flex: 100%;
	max-width: 100%;
	padding: 8px 0px;
}
.logged-in-u {
	padding-top: 0px !important;
}
.row-mm-col {
	flex-direction: row;
	flex-wrap: wrap;
	max-height: 385px;
	align-content: flex-start;
	overflow-x: scroll;
}
.headertopright {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 1;
}
.wsactive .headertopright {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}
.warehouse-cart {
	padding-bottom: 8px;
}
.mobile-header-user {
	color: #FFF;
}
.cart-btn {
	line-height: 1;
	min-width: 20px;
	max-height: 20px;
	max-width: 32px;
}
.cart-indicator {
	position: absolute;
	width: 12px;
	height: 12px;
	font-size: 8px;
	border-radius: 12px;
	top: 0px;
	right: 0px;
	line-height: 12px;
}
.mobile-acct {
	padding-right: 8px;
	color: #FFF;
}
}

@media (max-width: 490px) {
.itf-header {
	display: none;
}
#main-content {
	padding-top: 0px;
}
.brands-row {
	display: none;
}
.viewport-header {
	height: 235px;
	overflow: hidden;
	top: 0px;
	margin: 12vh 0;
	width: 100%;
}
.viewport-header h1 {
	color: #FFF;
	font-weight: 800;
	font-size: 36px;
	line-height: 1;
	width: 85vw;
}
.viewport-header p {
	color: #FFF;
	font-size: 18px;
	width: 80vw;
	line-height: 1.15;
	margin-bottom: 8px;
}
.usp-section {
	padding: 16px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}
.sp-64 {
	padding: 32px 24px;
}
.home-headline {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 24px;
	line-height: 1;
}
.mobile-header-user {
	color: #004848;
}
.wsanimated-arrow small.menu-text {
	color: #00a99d;
	top: 6px;
	position: relative;
	font-size: 7.5px;
	text-transform: uppercase;
	transition: 0.5s;
	font-weight: 700;
}
.wsactive .wsanimated-arrow small.menu-text {
	color: transparent;
}
.wsanimated-arrow small.close-text {
	color: transparent;
}
.wsactive .wsanimated-arrow small.close-text {
	z-index: 999999;
	left: -8px;
	position: absolute;
	font-size: 7px;
	text-transform: uppercase;
	top: 32px;
	color: #FFF;
	transition: .5s;
	font-weight: 700;
}
.wsshopmyaccount a {
	font-weight: 700;
}
.wsshopmyaccount li a {
	font-weight: 500;
}
.wrapper-footer .nav {
	margin-bottom: 16px;
}
.mobile-header-cart {
	display: block;
	padding: 20px 0px;
	float: right;
	margin-right: 16px;
	font-size: 13px;
	max-height: 60px;
	overflow: hidden;
}
.mobile-header-user {
	display: block;
	padding: 18px 10px;
	float: right;
	margin-right: 20px;
}
.cart-btn {
	color: #004848
}
.mobile-header-user a {
	color: #FFF;
}
.mobile-header-cart i, .mobile-header-user i {
	padding-right: 4px;
	color: #00a99d;
}
.cart-btn {
	line-height: 1;
}
.cart-indicator {
	position: absolute;
	width: 12px;
	height: 12px;
	font-size: 8px;
	border-radius: 12px;
	top: 0px;
	right: 0px;
	line-height: 12px;
}
.desktop-vid-hero {
	display: none;
}
.mobile-vid-hero {
	display: block;
}
.left-img {
	padding-bottom: 32px;
}
.wsmenu li.divider {
	display: none !important;
}
.warehouse-stock {
	padding-bottom: 24px;
}
.qty-col {
	padding-left: 15px !important;
}
.home-bg-1, .home-bg-2 {
	min-height: 400px;
}
.dgroup-logo {
	margin: 16px 0px;
}
}
#cartcontents {
	max-height: 60vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* width */
#cartcontents::-webkit-scrollbar {
 width: 6px;
}

/* Track */
#cartcontents::-webkit-scrollbar-track {
 background: #f1f1f1;
}

/* Handle */
#cartcontents::-webkit-scrollbar-thumb {
 background: #cfcfcf;
}

/* Handle on hover */
#cartcontents::-webkit-scrollbar-thumb:hover {
 background: #555;
}
.filter-title .h4 {
	font-size: 14px;
	font-weight: 400;
}
.filter-title[aria-expanded=true] .fa-chevron-down {
	display: none;
}
.filter-title[aria-expanded=false] .fa-chevron-up {
	display: none;
}
.filter-title i {
	font-size: 11px;
	color: #999;
	line-height: 16px
}
.acc-view-all {
	font-size: 18px;
	line-height: 28px;
}
.itf-list, #itf-display, #rsc-display {
	font-family: 'ZurichBT';
	font-size: 15px;
}
.itf-header {
	font-weight: 700;
}
.dataTables_wrapper .dataTables_filter {
	float: left !important;
	text-align: left !important;
}
.dataTables_wrapper .dataTables_length {
	display: none !important;
}
table.dataTable thead th, table.dataTable thead td {
	padding: 8px 10px !important;
}
#itfSearch, #itfBrands, #rscSearch, #rscBrands {
	margin: 16px 0 32px 0;
	min-width: 270px;
	padding: 10px;
	line-height: 1;
	font-size: 16px;
}
mark {
	background: #ed1c2452;
	color: black;
}
.ship-clasif {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	margin: 4px 0px;
	font-family: 'ZurichBT';
}
.brands-text-list a {
	color: #6e6e6e;
	font-size: 11px;
}
.brands-text-header p {
	padding: 10px 0 6px;
	font-size: 12px;
	font-weight: 700;
	color: #333;
	border-bottom: solid 1px #d9d9d9;
	margin-bottom: 8px;
}
.line-disc-text {
	font-size: 12px;
}
.offer-text {
	line-height: 1.15;
}
.offer-text a {
	color: #bebebe !important;
}
.offer-text {
	line-height: 1.15
}
.offer-text a {
	color: #bebebe!important
}
.special-headline {
	font-weight: 700;
	font-size: 14px;
	margin: 16px 0 8px
}
.special-desc {
	font-family: zurichbt;
	font-size: 11px;
	height: 100px;
	overflow: hidden;
	max-height: 100px
}
iframe {
	max-width: 100% !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 0px;
	height: 0px;
	background: no-repeat 50%/100% 100%;
}
.carousel-indicators li {
	width: 16px;
	height: 4px;
	opacity: .25;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.carousel-indicators .active {
	opacity: 0.75;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 0px;
	height: 0px;
	background: no-repeat 50%/100% 100%;
}
.order-sum-head {
	font-weight: 600;
	padding-top: 16px;
}
.order-summary p {
	font-family: 'ZurichBT';
	font-size: 13px;
}
.order-sum-head > div {
	border-bottom: 1px solid #eee;
}
.carousel-control-next, .carousel-control-prev {
	width: calc(24px + 4%);
}
.wsshopmyaccount svg {
	margin-right: 4px;
	color: #00a99d;
}
.header-cart svg {
	margin-right: 4px;
	color: #00a99d;
}
.wsmenu>.wsmenu-list>li.wsshopmyaccount>a, .cart-btn {
	color: #FFF;
}
.dst-reseller-hero {
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
	min-height: 61.8vh;
	background-image: url(/assets/images/dstech-reseller-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% 55%;
}
.dst-hero__wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-width: 100%;
	padding: 0 32px;
}
.dst-hero__wrapper h1 {
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: -0.05rem;
}
.dst-hero__wrapper p {
	color: #FFF;
	font-size: 1.25rem;
	margin: 0 0 32px 0;
}
.btn-cta {
	min-width: 200px;
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	font-weight: 600;
}

.btn-rounded {
	border-radius: 32px !important;
}

.content__wrap {
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
}
.dst-reseller__lead {
	font-size: 1.25rem;
	margin: 64px 5% !important;
}
.dst-reseller__h3 {
	font-size: 1.5rem;
	color: #00978E;
	text-align: center;
	margin: 32px 0px;
	padding-bottom: 32px;
}
.dst-reseller__benefit {
	font-weight: 700;
	font-size: 1.25rem;
}
.benefit__text {
	font-size: 0.8rem;
	line-height: 1.35rem;
}
.benefit__icon {
	max-height: 112px;
	margin-bottom: 24px;
}
.reseller__brands {
	margin: 64px 0px;
}
.reseller__form-block {
	background-color: #fafafa;
	padding: 64px 32px;
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
	min-height: 61.8vh;
}
.reseller__form-heading {
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: -0.05rem;
	margin: 0;
}
.reseller__form-lead {
	font-size: 1.25rem;
	margin: 32px 0px;
}
.dst-green__block {
	background-color: #004848;
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
	min-height: 61.8vh;
	padding: 64px 0px 80px 0px;
}
.dst-hero__wrapper h1.green-hero {
	color: #a6ce39;
	font-size: 3.5rem;
	font-weight: 800;
	letter-spacing: -0.05rem;
}
.dst-reseller__h3-alt {
	font-size: 2rem;
	color: #00978E;
	text-align: center;
	margin: 32px 0px;
	padding-top: 32px;
	font-weight: 800;
}
.mb-64 {
	margin-bottom: 64px;
}
.br-8 {
	border-radius: 8px;
}
.dst-reseller__h3-og {
	color: #a6ce39;
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: -0.05rem;
	padding-bottom: 32px;
}
.dst-offer-block {
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
	padding: 32px 16px;
}
.dst-offer-block__disc {
	color: #FFF;
	font-size: 0.7rem;
}
.dst_block__tnc {
	color: #FFF;
	font-size: 0.5rem;
	padding-top: 32px;
	opacity: 0.6;
}
.d-v-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.qty-warn {
	padding: 5px 4px !important;
	line-height: 1.25;
	margin-top: 6px;
	color: #d7412e;
	border: 1px solid #d7412e;
	font-size: 10px;
	background-color: #d7412e0f;
	border-radius: 0.3rem;
}
.sml-alert {
	position: relative;
	padding: 6px 8px;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.ctg__banner {
	width: 1410px;
}

@media (max-width: 850px) and (max-height: 420px) and (orientation: landscape) {
.mobile-itf-alert {
	display: block;
	font-size: 80%;
	margin: 0;
	color: #db5241;
}
.itf-cont {
	min-width: 100%;
}
.itf-cont .container {
	max-width: 100%;
}
#itf-display {
	max-width: 100%;
	overflow-x: scroll;
}
.breadcrumb {
	display: none;
}
.ajax_search {
	max-width: 91%!important;
}
.cart-btn {
	min-width: 15%!important;
}
.headerwp {
	padding: 0 16px;
}
.headertopright a, .headertopright p {
	text-align: right!important;
	padding: 0!important;
}
/* Mobile Toggle Menu icon (X ICON) */
.wsanimated-arrow {
	position: absolute;
	left: 100px;
	top: -4px;
	z-index: 102;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.wsanimated-arrow {
	cursor: pointer;
	padding: 16px 35px 16px 0px;
	margin: 12px 0 0 15px;
}
.wsanimated-arrow span,  .wsanimated-arrow span:before,  .wsanimated-arrow span:after {
	cursor: pointer;
	height: 3px;
	width: 24px;
	background: #FFF;
	position: absolute;
	display: block;
	content: '';
}
.wsanimated-arrow span:before {
	top: -7px;
	width: 24px;
}
.wsanimated-arrow span:after {
	bottom: -7px;
	width: 24px;
}
.wsanimated-arrow span,  .wsanimated-arrow span:before,  .wsanimated-arrow span:after {
	transition: all 500ms ease-in-out;
}
.wsactive .wsanimated-arrow span:after {
	width: 24px;
}
.wsactive .wsanimated-arrow span {
	background-color: transparent;
}
.wsactive .wsanimated-arrow span:before,  .wsactive .wsanimated-arrow.active span:after {
	top: 7px;
}
.wsactive .wsanimated-arrow span:before {
	left: -8px;
	top: 0px;
	background-color: #d7412e;
}
.wsactive .wsanimated-arrow span:after {
	bottom: 0px;
	left: -8px;
	background-color: #d7412e;
}
.wsactive .wsanimated-arrow span:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: 0px;
}
.wsactive .wsanimated-arrow span:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.wsanimated-arrow small.menu-text {
	color: #00a99d;
	top: 6px;
	position: relative;
	font-size: 7.5px;
	text-transform: uppercase;
	transition: 0.5s;
	font-weight: 700;
}
.wsactive .wsanimated-arrow small.menu-text {
	color: transparent;
}
.wsanimated-arrow small.close-text {
	color: transparent;
}
.wsactive .wsanimated-arrow small.close-text {
	z-index: 999999;
	left: -8px;
	position: absolute;
	font-size: 7px;
	text-transform: uppercase;
	top: 28px;
	color: #FFF;
	transition: .5s;
	font-weight: 700;
}
.mobile-header-cart {
	display: block;
	padding: 16px;
	float: right;
	margin-right: 16px;
	text-align: right;
	min-width: 65%;
}
.cart-btn {
	min-width: 20%;
}
.viewport-header h1 {
	font-size: 42px;
}
.viewport-header p {
	font-size: 18px;
}
.itf-desktop {
	display: none;
}
.itf-cont {
	padding: 32px 16px;
}
}
.alert-light {
    color: #252423;
    background-color: #ffff00;
    border-color: #252423;
    border: 0px solid #252423;
    padding: 1.5rem 1.25rem;
    border-radius: 0;
}

.alert.alert-light::before {
    background: repeating-linear-gradient( -45deg, #252423, #252423 8px, transparent 7px, transparent 16px );
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 12px;
    content: '';
    position: absolute;
    width: 100%;
    margin-left: -1.25rem;
	top: 0;
}


.alert.alert-light::after {
    background: repeating-linear-gradient( -45deg, #252423, #252423 8px, transparent 7px, transparent 16px );
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 12px;
    content: '';
    position: absolute;
    width: 100%;
    margin-left: -1.25rem;
	bottom: 0;
}

.alert-header {
	font-size: 16px;
}

.alert-body {
	    font-size: 14px;
    font-family: 'zurichbt';
}

.btn-dark {
	color: #FFF;
	background-color: #252423;
	border-color: #252423;
}
.breadcrumb-item > .fa-chevron-right:before {
	content: "\f054";
	position: relative;
	left: 4px;
	top: 3px;
	font-size: 11px;
	padding: 2px;
	color: #d7412e;
}
.cat-filter-title {
	display: block;
	color: #333;
	font-family: 'zurichbt';
	line-height: 2;
}
.subcat-filter {
	display: block;
	color: #838383;
	font-family: 'zurichbt';
	padding-left: 16px;
	line-height: 2;
}
.mktg-filter, .cat-filter {
	margin-right: 8px;
}
.mktg-filter-label, .cat-filter-label {
	font-family: 'ZurichBT';
	position: absolute;
}
.resource-content {
	height: 12rem;
	overflow: hidden;
	margin-bottom: 32px;
}
.resource-icons {
	color: #a4abb1;
	padding-right: 4px;
}
.product_wt {
	color: #bbbbbb;
	font-weight: 400;
	padding-left: 4px;
}
.ctg__banner {
	width: 1410px;
}
.header__search-sep {
	display: block;
	position: relative;
	padding: 10px 16px;
	color: #222;
	font-weight: 700;
	background-color: #f8f8f8;
	line-height: 1.618;
}
.search-item.search-content a {
	padding: 10px 16px !important;
}
.green-card {
	background-color: #00A99D;
	border: none;
	padding: 32px;
}
.green-card .lead {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 16px;
}

.disabled-input {
	pointer-events:none;
	background-color: #eee;
}


/* Apple iPad Air (2020) Portrait Media Queries */

@media only screen and (min-width: 820px) and (min-height: 1180px) and (orientation: portrait) {
	#login-form.col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#login-form.offset-md-3 {
		margin-left: 0%;
	}
	
	.wsanimated-arrow small.close-text {
	color: transparent;
	}
}


.cart-qty::-webkit-inner-spin-button, 
.cart-qty::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#_jstl__ajax_cart_r .cart-qty {
	display: inline-block;
    max-width: 42px;
    appearance: textfield;
    padding: 4px;
    font-size: 12px;
}

#_jstl__ajax_cart_r .table td, #_jstl__ajax_cart_r .table th {
    padding: 2px 0;
    vertical-align: top;
    border-top: 0 !important;

}

#cartModal .modal-header {
	border-bottom: 0 !important;
}

#_jstl__ajax_cart_r table {
    margin-bottom: 8px;
}

#modalCartRows {
    max-height: 61.8vh;
    overflow-y: scroll;
    overflow-x: hidden;
	margin-top: 8px;
}

.modal-body {
	padding: 8px 0px;
}

/* width */
#modalCartRows::-webkit-scrollbar {
  width: 6px;
}

/* Track */
#modalCartRows::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#modalCartRows::-webkit-scrollbar-thumb {
  background: #cfcfcf;
}

/* Handle on hover */
#modalCartRows::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modalCartItem {
	padding: 8px 8px 8px 8px;
}

.incdec {
	padding: 4px 8px;
}

.modal-dialog {
    max-width: 400px;
	position: fixed;
    width: auto;
    pointer-events: none;
    right: 21px;
    top: 92px;
    margin: 0 !important;
	max-height: 85vh;
    overflow: hidden;
}

.modal-content {
	border-radius: 0;
}

.modal.modal-fullscreen-xl.fade.modal-right-pane.show {
    overflow-x: hidden;
   /* overflow-y: scroll; */
}

.cart-dropdown.dropdown-menu {
    height: 0px !important;
    display: none !important;
}

.modalCart-overlay {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000; }
  
  .modalCart-overlay div.spinner-border,
  .modalCart-overlay i.fa-gift,
  .modalCart-overlay i.fa-spinner,
  .modalCart-overlay i.fa-circle-notch {
    position: absolute;
    left: 25%;
    font-size: 200px;
    top: 25%;
    color: #adb5bd; }
  
  .incdec:focus,
  .cart-qty:focus {
    box-shadow: none; }
  
  .bordermorpher {
    animation: bordermorph 1s infinite; }
  
  @keyframes bordermorph {
    from {
      border-color: #ebebeb; }
    to {
      border-color: #006FF5; } }

.disc-warn {
    padding: 14px 4px!important;
    line-height: 1;
    margin-top: 6px;
    color: #FFF;
    border: 0px solid #222222;
    font-size: 16px;
    background-color: #222222;
    border-radius: 0.3rem;
}

#priceChecked {
    opacity: .4;
    font-size: 10px;
    position: relative;
    vertical-align: super;
}

#priceChecked2 {
    opacity: .4;
    font-size: 8px;
    position: relative;
	min-width: 10px;
    display: inline-block;
}

.cart-price-checked {
    font-size: 10px;
    background-color: #ebebeb;
    color: #999;
    padding: 2px 4px;
    border-radius: 4px;
}

.cart-price-checked-error {
    font-size: 10px;
    background-color: #d7412e0f;
    color: #d7412e;
    padding: 2px 4px;
    border-radius: 4px;
}

.cart-price-retry {
	font-size: 10px;
	color: #d7412e;
}

.mini-label-green {
	background-color: #80c133;
    padding: 4px 8px;
    border-radius: 12px;
	color: #004848;
}

.cart-promo-container { 
	position: fixed;
    z-index: 5;
    bottom: 0;
    right: 0;
    background-color: #FFF;
	padding: 0 32px;
	    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

#dismissBtn {
	position: fixed;
    right: 16px;
    margin-top: 16px;
	font-size: 12px;
    color: #6f6f6f;
	-webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
	z-index: 10;
}

.col-20 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 20%;
    max-width: 20%;
}

.cart-promo-img {
	max-height: 80px;
    width: auto;
}

#cartUpsell .list-title {
    font-weight: 700;
    max-height: 42px;
    overflow: hidden;
}

.offer-price {
	line-height: 1.25;
}

@media (max-width: 768px) {
	#cartUpsell {
		display: none;
	}
	
	.col-20 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 20%;
    max-width: 20%;
	}
	
	.row-to-scroll {
		max-height: 200px;
		max-width: 100%;
		position: relative;
		overflow-x: scroll;
		overflow-y: hidden;
    white-space: nowrap;
	height: 1px;
}
	}

.col-20 span.cart-price-checked:nth-of-type(2) {
    display: none;
}

.cart-row span.cart-price-checked:nth-of-type(2) {
    display: none;
}

#discountCheckNotif2 {
	position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e0d0dc4;
    z-index: 1;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}

.dcNotif {
	align-self: center;
	text-align: center;
    display: flex;
    margin-bottom: 0;
    padding: 8px 16px;
    color: #FFF;
    font-size: 24px;
	flex-direction: column;
	margin-top: -15vh;
}

.errorRow {
	border: 1px solid #d7412e;
    background-color: #d7412e0f;
    padding: 0px 12px;
    border-radius: 0.3rem;
}

#sendFailForm {
	font-weight: 600;
	font-size: 16px;
}

.errorPrice {
	color: #d7412e;
    font-weight: bold;
}

.modal-small-text {
	font-size: 14px;
}

.sticker-virtual-item {
    background-color: #252423;
    padding: 4px 8px;
    border-radius: 4px;
    color: #FFF;
	text-align: center;
}

.cat-virtual-item {
	font-size: 12px;
	width: 25%;
    text-align: center;
}

.article-links {
	font-family: 'ZurichBT';
    max-height: 21px;
    overflow: hidden;
}

h2.acct-home {
	font-size: 18px;
}

.specials-bubble {
	background-color: #004848;
    padding: 0px 6px 0px 7px;
    border-radius: 16px;
    margin-right: 3px;
    color: white;
    font-size: 14px;
}

.brand-type {
	color: #b0cc52;
    font-weight: 800;
    text-transform: uppercase;
}

.brand-seperator {
	font-size: 20px;
    font-weight: 800;
    text-align: left;
    border-bottom: 2px solid #264747;
    padding-bottom: 8px;
    margin-bottom: 16px;
    color: #264747;
}

.internal-warning {
	background-color: #ffc107;
	padding: 8px 16px;
    font-family: 'ZurichBT';
    margin-bottom: 16px;
}

.wrapper-footer a i {
	color: #a6ce39;
}

.tf-v1-widget iframe {
	border-radius: 0 !important;
}

div.wsmenucontainer > header > div.headerfull > div > nav > ul > li > div > div > div > div > h4.brand-seperator {
	font-size: 16px;
    font-weight: 800;
    padding-bottom: 8px;
    border-bottom: 1px solid #004848;
    margin-bottom: 12px;
}

 .no-render {
    white-space: pre-wrap; /* Preserve spacing and line breaks */
    font-family: "Courier Prime", monospace; /* Display as code text */
}

code {
	white-space: pre-wrap; /* Preserve spacing and line breaks */
    font-family: "Courier Prime", monospace;
    padding: 4px 6px 2px 6px;
    color: #212529;
    background-color: #e3e6e8;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
}

.code-block {
    font-family: "Courier Prime", monospace;
    padding: 4px 6px 2px 6px;
    color: #212529;
    background-color: #e3e6e8;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
	min-width: 100%;
}


.documentation {
	font-family: 'ZurichBT';
}

.documentation-table {
	font-family: 'ZurichBT';
	table-layout: fixed;
}

.documentation-table thead tr {
	background-color: #FFF;
}

.table.documentation-table th, .table.documentation-table tr, .table.documentation-table td {
	border-top: none !important;
	border-bottom: 1px solid #dee2e6;
}

ul.table-of-contents li {
	list-style-type: none;
}
.min-width-100 {
  min-width: 100px;
}
.width-100 {
	width: 100px;
}
.min-width-150 {
  min-width: 150px;
}
.width-75 {
	width: 75px;
}
.width-150 {
	width: 150px;
}
.width-250 { 
	width: 250px
}
.min-width-400 {
  min-width: 400px;
}
.link-muted {
  color: #6c757d;
  border-bottom: 1px dotted #6c757d7a;
}
.documentation .btn {
  font-family: 'Montserrat', 'Zurich BT', sans-serif;
}

.documentation p a:not(.btn) {
	border-bottom: 1px dotted #00a99d;
}

.documentation a.anchor {
	display: block; 
	position: relative; 
	top: -120px; 
	visibility: hidden;
}

.gradient-bg {
	background-image:url('/assets/images/dstech-bg.jpg');
	background-size: cover;
	background-position: center center;
}

.no-footer-padding {
	margin-bottom: -64px;
}

.cg-bold {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}
.cg-std {
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.pt-std {
	font-family: pt-sans, sans-serif;
	font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.pt-bold {
	font-family: pt-sans, sans-serif;
	font-weight: 700;
  font-style: normal;
  line-height: normal;
}

.r1 {
	font-size: 1rem;
}

.r125 {
	font-size: 1.25rem;
	letter-spacing: -0.01rem;
}

.r1618 {
  font-size: 1.618rem !important;
  letter-spacing: -0.035rem;
}

.r2 {
	font-size: 2rem !important;
  letter-spacing: -0.04rem;
}

.r25 {
	font-size: 2.65rem !important;
  letter-spacing: -0.045rem;
	line-height: 1.1;
}

.r3 {
  font-size: 3rem !important;
  letter-spacing: -0.1rem;
}
.r4 {
  font-size: 4rem !important;
  letter-spacing: -0.1rem;
}

.p-65 {
	padding: 6.5%;
}

.p-13 {
	padding: 13%;
}

.mt-265 {
	margin-top: 2.65rem !important;
}

.btn-cta.btn-secondary, .btn-cta.btn-tertiary, .btn-cta.btn-retail-dk, .btn-cta.btn-retail-lt {
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, fill .2s ease, transform .2s ease-in-out;
    will-change: transform;
}

.btn-cta.btn-secondary:hover, .btn-cta.btn-tertiary:hover, .btn-cta.btn-retail-dk:hover, .btn-cta.btn-retail-lt:hover {
	color: #a6ce39;
    background-color: #004848;
    border-color: #004848;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, fill .2s ease, transform .2s ease-in-out;
    transform: scale(1.11);
    will-change: transform;
}

.btn-cta.btn-lg {
    padding: 0.75rem 1rem;
}

.bg-offwhite {
	background-color: #f1f3ee;
}

.bg-green {
	background-color: #a6ce39;
}

.bg-green p {
	color: #002b2b;
}

.bg-purple {
	background-color: #A594F9;
}

.bg-purple p, .bg-purple h1 {
	color: #2a222b;
}

.bg-orange {
	background-color: #F59E42;
}

.bg-orange p, .bg-orange h1 {
	color: #2B1C12;
}

.btn-retail-dk {
	background-color: #2a222b;
	color: #A594F9;
}

.btn-retail-lt {
	background-color: #A594F9;
	color: #2a222b;
}

.btn-orange-dk {
    background-color: #271d13;
    color: #F59E42;
}

.btn-orange-lt {
    background-color: #F59E42;
    color: #271d13;
}

/* SLICK SLIDER */ 

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-photo-gallery-item {
	padding: 0px 42px;
}

/* SLICK SLIDER */

.sticker-purple {
	position: absolute;
    top: 0;
    left: 0;
    border: 0px solid #A594F9;
    padding: 31px;
    border-radius: 80px;
    background-color: #A594F9;
	width: 100px;
    height: 100px;
	line-height: 1;
	will-change: transform;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.07); 
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.07);
}

.sticker-purple svg text, .sticker-green svg text {
	font-family: 'century-gothic';
    text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	cursor: default;
}

.sticker-purple svg, .sticker-green svg {
	position: absolute;
    top: 0;
    left: 0;
	margin: 5px;
	fill: #002b2b;
}

.sticker-purple i, .sticker-green i {
	font-size: 38px;
    line-height: 1;
    color: #002b2b;
    transform: rotate(333deg);
    margin-left: -4px;
    margin-top: -1px;
}

.sticker-green {
	position: absolute;
    top: 0;
    left: 0;
    border: 0px solid #A6CE39;
    padding: 31px;
    border-radius: 80px;
    background-color: #A6CE39;
	width: 100px;
    height: 100px;
	line-height: 1;
    will-change: transform;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.07); 
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.07);
}

.sticker-purple:hover, .sticker-green:hover {
	transform: scale(1.10);
    will-change: transform;
}


.p-65 div[class*="sticker-"] {
	top: 6.5%;
    left: 6.5%;
}



@media (prefers-reduced-motion: no-preference) {
  .sticker-purple svg, .sticker-green svg {
    animation: spin 10s infinite linear;
  }
  @keyframes spin {
    to {
      rotate: 360deg;
    }
  }
}

.bg-green .btn-tertiary {
    color: #a6ce39;
}

#map {
  height: 400px;
  width: 100%;
  background-color: grey;
}

.brand-bubble {
    background-color: #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
    margin: 0px 0px 16px 0px;
	padding: 4px;
}

.brand-bubble img {
	max-width: 75% !important;
}

a.muted-underline {
	color: #171717;
    font-weight: 800;
    border-bottom: 2px dotted #a0aeab;
}

a.muted-underline:hover {
	color: #a0aeab;
}

.staff-photo {
	background-color: #a6ce39;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    text-align: center;
    line-height: 300px;
    margin-bottom: 32px;
}


.btn-connect-link {
	width: 50px;
    height: 50px;
    line-height: 34px;
	will-change: transform;
}

.btn-connect-link:hover {
	transform: scale(1.10);
    will-change: transform;
	    color: #a6ce39;
    background-color: #004848;
    border-color: #004848;
}

.bg-green .btn-cta.btn-tertiary {
	background-color: #002b2b;
    border-color: #002b2b;
}

.availability_description {
	background-color: #a6ce39;
    padding: 12px 24px;
    color: #004848;
    text-align: center;
}

.press-sub {
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}

.press-article-content p {
	font-family: pt-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
	font-size: 16px;
}

.btn-xl {
	font-size: 1.618rem;
    padding: 1rem 3rem;
    border-radius: 4rem !important;
}

#datafeeds101 [id^="part"] {
	scroll-margin-top: 70px;
}

sub {
    bottom: 0;
}

.micro-feature {
	font-size: 10px; 
	text-transform:uppercase;
}