@charset "UTF-8";
.crumb-row {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 25px;
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
  padding-top: 0px; }

.bread-left {
  float: left;
  text-align: left;
  padding-left: 7%; }

.bread-left a:link {
  color: #777; }

.bread-left a:visited {
  color: #777; }

.bread-left.active a:link {
  color: #eab231; }

.blueH5 {
  color: #1f4e79;
  font-weight: bold; }

.armorBS {
  margin-top: 20px; }

.frameLeft {
  float: left;
  margin-right: 100%; }

.frameRight {
  float: right;
  margin-left: 100%; }

.frameLeftWrap {
  float: left; }

.frameRightWrap {
  float: right; }

.img-market {
  float: left;
  max-width: 35% !important;
  margin-right: 30px !important; }


/* Post specific classes */

.post.pid406 #header_image { display: none; }

/* Alignment styles for images, videos and iframes in editable regions */
/* Center (default) */
[data-editable] iframe,
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

/* Left align */
[data-editable] .align-left {
  clear: initial;
  float: left;
  margin-right: 0.5em; }

/* Right align */
[data-editable].align-right {
  clear: initial;
  float: right;
  margin-left: 0.5em; }

/* Alignment styles for text in editable regions */
[data-editable] .text-center {
  text-align: center; }

[data-editable] .text-left {
  text-align: left; }

[data-editable] .text-right {
  text-align: right; }

​
.ms-layer.title2 {
  color: #eab231;
  font-size: 600%;
  text-shadow: 4px 3px #000000; }

.ms-layer.sub-title2 {
  font-size: 300%;
  text-shadow: 2px 3px #000000; }

.ms-layer.btn1 {
  background-color: #eab231; }

.ergon.btn.btn-skin.btn-xl {
  background-color: #eab231; }

.ergon-mrkt.btn.btn-skin.btn-xl {
  background-color: white;
  border: 2px solid #eab231;
  color: #5f5f5f;
  width: 200px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: space-around; }

.ergon-mrkt.btn.btn-skin.btn-xl:hover {
  background-color: #eab231;
  color: #5f5f5f;
  border: 2px solid #eab231;
  width: 200px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: space-around; }

.c_info_bar {
  background: #39673e; }

.sidebar-widget.ertech a {
  color: #000; }

.sidebar-widget.blackhawk li.active a {
  background-color: #283a92; }

.sidebar-widget.blackhawk li a:hover {
  background-color: #283a92; }

.sidebar-widget.blackhawk a {
  color: #000; }

.border-width.blackhawk {
  background-color: #283a92; }

a.blackhawk {
  color: #283a92; }

.sidebar-widget.novocoat li.active a {
  background-color: #00a950; }

.sidebar-widget.novocoat li a:hover {
  background-color: #00a950; }

.sidebar-widget.novocoat a {
  color: #000; }

.side-nav.market-sub li.active a {
  background-color: #000;
  color: #eab231; }

.side-nav.market-sub li a:hover {
  background-color: #fff;
  color: #eab231; }

.side-nav.market-sub a {
  color: white;
  background-color: #eab231; }

.border-width.novocoat {
  background-color: #00a950; }

a.novocoat {
  color: #00a950; }

.sidebar-widget.ercorr li.active a {
  background-color: #d12227; }

.sidebar-widget.ercorr li a:hover {
  background-color: #d12227; }

.sidebar-widget.ercorr a {
  color: #000; }

.border-width.ercorr {
  background-color: #d12227; }

a.ercorr {
  color: #d12227; }

.wsmain {
  padding: 10px 0px 10px 0px;
  position: relative; }

.wsmenu {
  border-left: 0px;
  padding: 0px 0px 0px 310px; }

.navtext.active {
  color: #eab231; }

.c_info_bar h4 {
  color: white; }

.wstabitem02 > li:hover a.product-line {
  color: #00a950; }

.wstabitem02 > li:hover a.blackhawk {
  color: #283a92; }

.wstabitem02 > li:hover a.ercorr {
  color: #d12227; }

.wstabitem02 > li:hover a.err {
  color: #eab231; }

.wstabitem02 > .wsshoplink-active > a.blackhawk:after {
  background-color: #283a92; }

.wstabitem02 > .wsshoplink-active > a.novo:after {
  background-color: #00a950; }

.wstabitem02 > .wsshoplink-active > a.ercorr:after {
  background-color: #d12227; }

.wstabitem02 > .wsshoplink-active > a.err:after {
  background-color: #eab231; }

.wstabitem02 > li:hover a.err:after {
  position: absolute;
  content: '';
  top: 44.5px;
  right: 54%;
  width: 15px;
  height: 15px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  z-index: 100;
  background-color: #eab231; }

.wstabitem02 > li:hover a.blackhawk:after {
  position: absolute;
  content: '';
  top: 44.5px;
  right: 58.3%;
  width: 15px;
  height: 15px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  z-index: 100;
  background-color: #283a92; }

.wstabitem02 > li:hover a.ercorr:after {
  position: absolute;
  content: '';
  top: 44.5px;
  right: 68.5%;
  width: 15px;
  height: 15px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  z-index: 100;
  background-color: #d12227; }

.wstabitem02 > li:hover a.novocoat:after {
  position: absolute;
  content: '';
  top: 44.5px;
  right: 56.5%;
  width: 15px;
  height: 15px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  z-index: 100;
  background-color: #00a950; }

.dzsparallaxer .center-it {
  left: 25%; }

.novocoat-bar {
  position: absolute;
  height: 10px;
  width: 100%;
  background-color: #00a950;
  top: 0px;
  left: -1px;
  z-index: 101; }

.err-bar {
  position: absolute;
  height: 10px;
  width: 100%;
  background-color: #eab231;
  top: 0px;
  left: -1px;
  z-index: 101; }

.blackhawk-bar {
  position: absolute;
  height: 10px;
  width: 100%;
  background-color: #283a92;
  top: 0px;
  left: -1px;
  z-index: 101; }

.ercorr-bar {
  position: absolute;
  height: 10px;
  width: 100%;
  background-color: #d12227;
  top: 0px;
  left: -1px;
  z-index: 101; }

market-btn:hover {
  background-color: white;
  color: #eab231; }

.sds_link {
  color: black; }

.sds_link:hover {
  color: #eab231; }

.btn_left {
  border: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 100%; }

.card-header {
  background-color: rgba(0, 0, 0, 0); }

.card-body {
  padding: 0.05rem; }

.alignleft {
  display: inline !important;
  float: left;
  margin-right: 1.625em !important; }

img.size-full {
  max-width: 97.5%;
  width: auto; }

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

.c-newsletter {
  margin-top: 10px;
  position: relative; }
  .c-newsletter .form-control {
    height: 45px;
    border-color: transparent;
    background-color: #fff; }
    .c-newsletter .form-control.success {
      border-color: #2b542c; }
    .c-newsletter .form-control.error {
      border-color: #FC3116; }
  .c-newsletter button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 45px;
    background: transparent;
    border: 0px;
    color: #eab231;
    font-size: 30px; }

@media only screen and (max-width: 991px) {
  .wsmenu {
    border-left: 0px;
    padding: 0px 0px 0px 0px; }
  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
    font-size: 14px !important;
    line-height: 1.5em !important;
    min-height: 2.5em !important; } }

@media only screen and (max-width: 480px) {
  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
    font-size: 14px !important;
    line-height: 1.5em !important;
    min-height: 2.5em !important; } }
