@font-face { font-family: "button-icons"; font-style: normal; font-weight: normal; src: url("../fonts/buttons/button-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/buttons/button-icons.woff") format("woff"), url("../fonts/buttons/button-icons.ttf") format("truetype"), url("../fonts/buttons/button-icons.svg#button-icons") format("svg"); }


/*  For header area of state and license pages */

	.headstate { padding-top:45px; margin-top:40px; }
	.headtitle { padding-top:65px; text-align:center;  font-size:5rem;}
	.headimg { padding-left:15px; }
        .imgstate {padding-top:30px;}
        .headernav-text {height:55px;}
       .headrow { margin: 0 0 20px 0;}


/* end header area */

/* cards */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.steps {
height: auto;
max-width: 200px;
border: 3px;
border-style: solid;
border-radius: 5px;
text-align: center;
margin: 20px;
}
.stepNumber {
background-color: #ff6600;
max-width: 200px;
font-weight: bold;
font-size: 24px;
}

/* End cards */
#vol-push-cart { position: fixed; top: 0; right: 0; z-index: 20; max-width: 320px; height: 100%; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: 0.5s all ease; transition: 0.5s all ease; visibility: visible; background-color: white; color: #000; }

#vol-push-cart:after { background: rgba(0, 0, 0, 0.15); }

#vol-push-cart .vol-invisible { visibility: hidden; }

#vol-push-cart .push-cart__inner { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: inherit; height: 100%; }

#vol-push-cart .push-cart__header, #vol-push-cart .push-cart__body, #vol-push-cart .push-cart__footer { position: relative; width: 100%; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -moz-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }

#vol-push-cart .push-cart__header, #vol-push-cart .push-cart__footer { padding: 10px 15px; }

#vol-push-cart .push-cart__header { background-color: inherit; border-bottom: 1px solid #bbbbbb; cursor: pointer; }

#vol-push-cart .push-cart__header .push-cart__title { margin: 0; }

#vol-push-cart .push-cart__body { -webkit-box-flex: 1; -webkit-flex: 1 0 0vh; -moz-box-flex: 1; -ms-flex: 1 0 0vh; flex: 1 0 0vh; overflow-y: auto; }

#vol-push-cart .push-cart__footer { background-color: inherit; -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; font-size: 14px; border-top: 1px solid #bbbbbb; }

#vol-push-cart .push-cart__footer.push-cart__footer--focus-mobile { position: fixed; bottom: 0; z-index: 21; display: block; background-color: #fff; -webkit-align-self: normal; -ms-flex-item-align: normal; -ms-grid-row-align: normal; align-self: normal; }

#vol-push-cart .push-cart__footer--coupon-wrap { background-color: #e9e9e9; margin-bottom: 10px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12vh, #e9e9e9), to(#c9c9c9)); background-image: -webkit-linear-gradient(#e9e9e9 12vh, #c9c9c9 100%); background-image: linear-gradient(#e9e9e9 12vh, #c9c9c9 100%); max-height: 15vh; -webkit-transition: 0.5s background color ease; transition: 0.5s background color ease; overflow-y: auto; }

#vol-push-cart .push-cart__footer--trigger { text-align: center; font-weight: 600; cursor: pointer; display: block; color: #3b3b3b; }

#vol-push-cart .push-cart__footer--coupon-list { margin-bottom: 0; }

#vol-push-cart .push-cart__footer .alert { margin-bottom: 5px; }

#vol-push-cart .push-cart__footer__control { padding-top: 10px; }

#vol-push-cart .push-cart__coupon-info, #vol-push-cart .push-cart__coupon-text, #vol-push-cart .push-cart__coupon-amt, #vol-push-cart .push-cart__coupon-remove { display: inline-block; vertical-align: top; margin-right: -4px; }

#vol-push-cart .push-cart__coupon-item { padding: 5px 8px; }

#vol-push-cart .push-cart__coupon-item:nth-child(even) { background-color: rgba(255, 255, 255, 0.4); }

#vol-push-cart .push-cart__coupon-info { width: 90%; }

#vol-push-cart .push-cart__coupon-text { width: 70%; }

#vol-push-cart .push-cart__coupon-amt { width: 30%; text-align: center; }

#vol-push-cart .push-cart__coupon-remove { width: 10%; text-align: center; }

#vol-push-cart .push-cart__coupon-remove .icon { width: 14px; height: 14px; -webkit-transform: rotate(angle); -ms-transform: rotate(angle); transform: rotate(angle); }

#vol-push-cart .push-cart__coupon .apply-coupon { padding: 9px 16px; font-weight: 400; border-radius: 0; cursor: pointer; -webkit-transition: 0.5s background-color ease; transition: 0.5s background-color ease; }

#vol-push-cart .push-cart__checkout { font-weight: 700; font-size: 14px; padding-top: 10px; padding-bottom: 10px; width: 49%; }

#vol-push-cart .push-cart__item { position: relative; padding: 15px; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; }

#vol-push-cart .push-cart__item:not(:first-child) { border-top: 1px solid #eeeeee; }

#vol-push-cart .push-cart__item:last-child { border-bottom: 1px solid #eeeeee; }

#vol-push-cart .push-cart__item[data-product-code='SETUP'] { border-top: none; }

#vol-push-cart .push-cart__item[data-product-code='SETUP']:hover { background-color: #fff; }

#vol-push-cart .push-cart__item[data-product-code='SETUP'] .push-cart__item__title { pointer-events: none; }

#vol-push-cart .push-cart__item__price { display: none; }

#vol-push-cart .push-cart__item--top, #vol-push-cart .push-cart__item--bottom { position: relative; padding: 5px 15px 5px 0; }

#vol-push-cart .push-cart__item__img { max-height: 100px; }

#vol-push-cart .push-cart__item__img-wrapper { width: 25%; }

#vol-push-cart .push-cart__item__img-anchor { display: inline-block; max-width: 100%; }

#vol-push-cart .push-cart__item__details { width: 75%; padding-right: 10px; padding-left: 10px; overflow-y: auto; max-height: 100px; }

#vol-push-cart .push-cart__item__title { display: block; color: #000; font-weight: 700; margin: 0; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; }

#vol-push-cart .push-cart__item__options-wrapper { padding-top: 5px; padding-bottom: 5px; }

#vol-push-cart .push-cart__item__total { display: inline-block; float: right; width: 55%; text-align: right; }

#vol-push-cart .push-cart__remove { position: absolute; top: 0; right: 0; }

#vol-push-cart .push-cart__close-menu { position: absolute; top: 50%; left: 15px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

#vol-push-cart .push-cart__empty { text-align: center; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; }

#vol-push-cart .push-cart__btn { width: 48%; }

#vol-push-cart .push-cart__result { padding-top: 10px; padding-left: 10px; padding-bottom: 10px; }

#vol-push-cart .push-cart__result .icon { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); font-size: 16px; width: 15px; height: 15px; }

#vol-push-cart .push-cart__result--text { margin: 0; }

#vol-push-cart .push-cart__coupon { padding-bottom: 10px; }

#vol-push-cart .push-cart__coupon .form-control { height: 40px; padding-top: 0; padding-bottom: 0; border: 1px solid #3b3b3b; }

#vol-push-cart .push-cart--vol-loader { width: 125px; height: 125px; position: absolute; z-index: 12; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.5s opacity ease; transition: 0.5s opacity ease; }

#vol-push-cart .push-cart--vol-loader.hide-vol-loader { opacity: 0; }

#vol-push-cart .push-cart--vol-loader__contents { position: fixed; text-indent: -9999em; border-top: 20px solid rgba(255, 255, 255, 0.4); border-right: 20px solid rgba(255, 255, 255, 0.4); border-bottom: 20px solid rgba(255, 255, 255, 0.4); border-left: 20px solid #fff; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; }

#vol-push-cart .push-cart__body .push-cart--vol-loader { position: absolute; }

#vol-push-cart .push-cart--vol-loader__contents, #vol-push-cart .push-cart--vol-loader__contents:after { position: relative; border-radius: 50%; width: 100%; height: 100%; }

#vol-push-cart .vol-qty-toggle--decrement, #vol-push-cart .vol-qty-input, #vol-push-cart .vol-qty-toggle-increment { height: 30px; }

#vol-push-cart .vol-qty-input { line-height: 10px; text-align: center; }

#vol-push-cart .vol-qty-toggle { float: left; text-align: center; width: 45%; }

#vol-push-cart .vol-qty-toggle-input { text-align: center; }

#vol-push-cart .vol-qty-toggle .icon { width: 14px; height: 14px; }

#vol-push-cart .vol-qty-toggle .input-group-addon { padding: 5px 8px; cursor: pointer; }

#vol-push-cart .vol-qty-toggle .input-group-addon:hover { background-color: #c8c8c8; }

.push-cart-open .menu-mask { position: absolute; top: 0; left: 0; z-index: 15; width: 100%; height: 100%; background: transparent; }

.vol-fade { -webkit-animation: vol-fade 0.5s forwards; animation: vol-fade 0.5s forwards; }

.vol-fade-add { -webkit-animation: vol-fade-add 1.25s forwards; animation: vol-fade-add 1.25s forwards; }

.vol-fade-remove { -webkit-animation: vol-fade-remove 0.65s forwards; animation: vol-fade-remove 0.65s forwards; }

.vol-loading#vol-push-cart:after, .vol-loading .page-wrap:after, .push-cart-open .page-wrap:after { opacity: 1; visibility: visible; z-index: 11; }

.page-wrap:after, #vol-push-cart:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.35); content: ''; opacity: 0; visibility: hidden; -webkit-transition: 0.5s all ease, 0s z-index; transition: 0.5s all ease, 0s z-index; z-index: 1; }

body.push-cart-open { position: fixed; overflow: hidden; height: 100%; }

body[class*='push-cart-open'] #vol-push-cart { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

@-webkit-keyframes vol-fade-remove { 0% { opacity: 1;
    overflow: hidden; }
  10% { max-height: 150px;
    opacity: 0.9; }
  20% { max-height: 130px;
    opacity: 0.8; }
  30% { max-height: 110px;
    opacity: 0.7; }
  40% { max-height: 90px;
    opacity: 0.6; }
  50% { max-height: 70px;
    opacity: 0.5; }
  60% { max-height: 50px;
    opacity: 0.4; }
  70% { max-height: 30px;
    opacity: 0.3; }
  80% { max-height: 20px;
    opacity: 0.2; }
  90% { max-height: 10px;
    opacity: 0.1; }
  100% { opacity: 0;
    max-height: 0px;
    overflow: hidden; } }

@keyframes vol-fade-remove { 0% { opacity: 1;
    overflow: hidden; }
  10% { max-height: 150px;
    opacity: 0.9; }
  20% { max-height: 130px;
    opacity: 0.8; }
  30% { max-height: 110px;
    opacity: 0.7; }
  40% { max-height: 90px;
    opacity: 0.6; }
  50% { max-height: 70px;
    opacity: 0.5; }
  60% { max-height: 50px;
    opacity: 0.4; }
  70% { max-height: 30px;
    opacity: 0.3; }
  80% { max-height: 20px;
    opacity: 0.2; }
  90% { max-height: 10px;
    opacity: 0.1; }
  100% { opacity: 0;
    max-height: 0px;
    overflow: hidden; } }

@-webkit-keyframes vol-fade-add { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes vol-fade-add { from { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes vol-fade { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes vol-fade { from { opacity: 1; }
  to { opacity: 0; } }

@-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.btn-icon { font-family: 'button-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin-right: 5px; }

.btn-icon:hover { text-decoration: none; }

.btn-icon-apply:before { content: "\e600"; }

.btn-icon-close:before { content: "\e601"; }

.btn-icon-email:before { content: "\e602"; }

.btn-icon-photos:before { content: "\e603"; }

.btn-icon-plus:before { content: "\e604"; }

.btn-icon-question:before { content: "\e605"; }

.btn-icon-zoom:before { content: "\e608"; }

.btn-icon-recalculate:before { content: "\e606"; }

.btn-icon-warning:before { content: "\e610"; }

.icon-star:before { font-family: 'button-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin: 0 !important; }

.icon-star-empty:before { content: "\e611"; }

.icon-star-half:before { content: "\e612"; }

.icon-star-full:before { content: "\e613"; }

.icon-free-shipping:before { content: "\e614"; font-family: 'button-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin: 0 !important; width: auto !important; }

.cartDiv, .cartDiv2 { display: inline; }

.soft_add_content_shadow { width: auto; max-height: 500px; padding: 35px 0 0; overflow-y: auto; background: #fff; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); border-radius: 5px; }

.soft_add_header { width: auto; padding: 0; border: 0; background: white; }

.soft_add_header_shadow { position: absolute; top: 0; left: 0; padding: 0; width: 100%; }

.soft_add_header .soft_add_span { font-size: 0; }

.soft_add_header .soft_add_span:before { content: "Items in Cart"; display: inline-block; margin-left: -25px; padding-top: 10px; left: 0; font-size: 16px; }

.soft_add_content_area { padding: 15px; width: auto; max-height: 250px; overflow: auto; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; background: none; }

.soft_add_content_wrapper { padding: 0; width: auto; border: none; background: none; }

.soft_add_wrapper { position: fixed; min-width: 265px; max-width: -webkit-calc(100% - 30px); max-width: calc(100% - 30px); max-height: 400px !important; z-index: 1100; top: 50% !important; left: 0 !important; right: 0 !important; bottom: auto !important; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: auto !important; padding: 0; line-height: initial; font-family: inherit; font-weight: normal; color: #000; }

@media only screen and (min-width: 768px) { .soft_add_wrapper { max-width: 400px; } }

@media only screen and (min-width: 992px) { .soft_add_wrapper { min-width: 400px; top: 15% !important; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

.ie8 .soft_add_wrapper { border: 1px solid #eeeeee; }

.soft_add_wrapper .cart_table .icon { width: auto; height: auto; }

.soft_add_wrapper ul.anchored-cart { display: table; width: 100%; padding: 0; margin: 0; list-style: none; border-collapse: collapse; }

.soft_add_wrapper li { display: table-row; width: auto; margin: 0; overflow: hidden; vertical-align: middle; text-align: left; }

.soft_add_wrapper li.product-row:not(:last-child) { border-bottom: 1px solid #eeeeee; }

.soft_add_wrapper li img { max-width: 55px !important; }

@-webkit-keyframes recently-added-fadeout { 0% { background-color: rgba(0, 0, 0, 0.1); }
  80% { background-color: rgba(0, 0, 0, 0.1); }
  100% { background-color: transparent; } }

@keyframes recently-added-fadeout { 0% { background-color: rgba(0, 0, 0, 0.1); }
  80% { background-color: rgba(0, 0, 0, 0.1); }
  100% { background-color: transparent; } }

.soft_add_wrapper li.recently-added { -webkit-animation-name: recently-added-fadeout; animation-name: recently-added-fadeout; -webkit-animation-duration: 2s; animation-duration: 2s; background-color: rgba(210, 166, 70, 0); }

.soft_add_wrapper li div { font-size: 12px; width: 100%; }

.soft_add_wrapper .product-row * { font-size: 14px; line-height: 1.428571429; }

.soft_add_wrapper .product-image { display: table-cell; width: 55px; padding: 10px 4px 10px 10px; }

.soft_add_wrapper .product-detail { display: table-cell; padding: 10px 5px; vertical-align: top; }

.soft_add_wrapper .product-name { display: block; }

.soft_add_wrapper .product-name a { color: #000; font-size: 12px; font-weight: bold; word-break: break-word; }

@media only screen and (min-width: 992px) { .soft_add_wrapper .product-name a { font-size: 14px; } }

.soft_add_wrapper .product-options a { color: #000; font-size: 12px; font-weight: normal; word-break: break-all; pointer-events: none; }

.soft_add_wrapper .product-qty, .soft_add_wrapper .product-qty .quantity_text { display: block; color: #000; }

.soft_add_wrapper .product-qty .quantity_text { display: inline; }

.soft_add_wrapper .product-price { display: table-cell; padding: 8px 8px 10px 0; vertical-align: middle; text-align: right; color: #000; font-size: 14px; }

.soft_add_wrapper .product-remove { display: table-cell; vertical-align: middle; padding-right: 5px; }

.soft_add_wrapper .product-remove .aremove { background: none; margin-left: 15px; font-size: 0; text-indent: unset; color: #D2A646; }

.soft_add_wrapper .product-remove .aremove:before { display: table-cell; content: "\e601"; font-family: button-icons; speak: none; font-style: normal; font-weight: normal; font-size: 16px; text-transform: none; line-height: 1; font-variant: normal normal; }

.soft_add_wrapper .soft_add_sub_total { padding: 4px 20px 0; height: 24px; background: none; }

.soft_add_wrapper .sub_total { color: #000; font-size: 12px; }

.soft_add_wrapper span.sub_total_amount { color: #000; font-size: 18px; }

.soft_add_wrapper .soft_add_action_area { clear: both; height: auto; overflow: hidden; padding: 15px; position: relative; border-top: none; background: none; }

.soft_add_wrapper .check_out, .soft_add_wrapper .continue_shopping { overflow: hidden; position: static; display: inline-block; width: 48%; float: right; height: 45px; margin: 0 auto; padding: 1px 20px 0; border: 1px solid #cd9c32; border-radius: 0px; line-height: 43px; font-family: "Montserrat", sans-serif; font-size: 18px; font-weight: normal; background: #D2A646; color: #fff; text-align: center; text-indent: 0; text-decoration: none; }

.soft_add_wrapper .check_out:hover, .soft_add_wrapper .continue_shopping:hover { background-color: #b88c2d; border-color: #9b7726; color: #fff; text-decoration: none; }

.soft_add_wrapper .continue_shopping { float: left; padding: 0 10px; background: #666; border-color: #666; text-transform: capitalize; }

.soft_add_wrapper .continue_shopping:hover { background-color: #4d4d4d; border-color: #474747; }

.soft_add_wrapper .close_btn, .soft_add_wrapper .close_btn:link, .soft_add_wrapper .close_btn:visited, .soft_add_wrapper .close_btn:focus, .soft_add_wrapper .close_btn:hover, .soft_add_wrapper .close_btn:active { background: none; z-index: 200; text-indent: initial; font-size: 0; top: 8px; right: 12px; }

.soft_add_wrapper .close_btn { color: #D2A646; }

.soft_add_wrapper .close_btn:hover { color: #8f6d23; }

.soft_add_wrapper .close_btn:before { content: "\e609"; display: inline-block; font-size: 16px; font-family: 'button-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; }

/* MOBILE STYLINGS */
/* the soft add to cart hides after a couple seconds unless your cursor hovers over it;
mobile devices do not have a cursor, carts with several items could become frustrating to view
shows: only the name, picture, and text "added to cart" of item which was added; hides: details, price, and remove link*/
@media only screen and (max-width: 991px) { .touch-device .soft_add { /* cart title */ }
  .touch-device .soft_add_span:before { content: "Cart" !important; }
  .touch-device .soft_add_content_area { min-height: auto; /* hide all products without .recently-added class */ }
  .touch-device .soft_add_content_area li:not(.recently-added) { display: none; border: none; }
  .touch-device .soft_add_content_area li.recently-added { display: block; background: white; }
  .touch-device .soft_add_content_area li .product-detail, .touch-device .soft_add_content_area li .product-price, .touch-device .soft_add_content_area li .product-remove { display: none; }
  .touch-device .soft_add_content_area li .product-image { display: block; width: 100%; padding: 0; }
  .touch-device .soft_add_content_area li .product-image:after { content: "Added to Cart"; font-size: 14px; font-weight: bold; margin-left: 20px; }
  .touch-device .soft_add_wrapper .check_out, .touch-device .soft_add_wrapper .continue_shopping { font-size: 14px; } }

.vol-logo  { }

.vol-logo meta[itemprop="name"] + a { display: block; }

.vol-logo meta[itemprop="name"] + a { word-break: break-word; letter-spacing: 0.05em; }

@media only screen and (max-width: 991px) { .vol-logo meta[itemprop="name"] + a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 60px; line-height: 60px; } }

.vol-logo meta[itemprop="name"] + a:hover { text-decoration: none; }

@media only screen and (min-width: 992px) { .vol-logo meta[itemprop="name"] + a { font-size: 23.76px; } }

.vol-logo meta[itemprop="name"] + a:not(#homepage_title) { background-image: url("http://mycontractorslicense.com/v/images/mycontractorslicense.png"); font-size: 0; background-size: 0; background-repeat: no-repeat; }

.vol-logo meta[itemprop="name"] + a:not(#homepage_title) img { margin: 0 auto; max-height: 100%; display: inline-block; vertical-align: middle; }

@media only screen and (max-width: 991px) { .vol-logo meta[itemprop="name"] + a:not(#homepage_title) img { max-height: 60px; } }

/* Asssume no left nav until JS verifies */
html:not(.has-sidebar) .sidebar-wrapper, html:not(.category) .sidebar-wrapper { display: none; }

html:not(.has-sidebar) .content_area-wrapper, html:not(.category) .content_area-wrapper { width: 100%; }

.microblock-group > .microblock { display: inline-block; }

.mb--base { margin-bottom: 30px; }

.mb--large { margin-bottom: 45px; }

.pt--base { padding-top: 30px; }

.push-menu { width: 320px; }

.push-menu .utility { margin-top: 20px; }

.push-menu .push-menu__close-btn { padding-top: 20px; }

.push-menu .logo { padding-top: 17px; }

.push-menu .cart { padding-top: 15px; }

.push-menu .cart__text { display: none; }

.push-menu .search { height: 46px; }

.push-menu .search-wrapper { padding: 10px 15px; }

.push-menu .search__form { height: 46px; }

.push-menu .search__input { height: 46px; border: none; -webkit-box-shadow: none; box-shadow: none; padding-right: 58px; }

.push-menu .search__submit { height: 46px; width: 46px; border: none; }

.push-menu .menu-title, .push-menu .menu_title { margin-top: 0; margin-bottom: 15px; }

.push-menu #push-nav__menu { margin-bottom: 30px; }

.push-menu .vnav .vnav__item { border: none; }

.push-menu .vnav .vnav__item:first-child { border: none; }

.push-menu .vnav--level1 > .vnav__item > .vnav__link--active { border-bottom: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .push-menu .push-menu .cart__text { display: none; } }

.push-menu .push-menu .mb--base > div { float: none; display: inline-block; margin-left: -4px; vertical-align: middle; margin-bottom: 0; }

.push-menu .push-menu #display_homepage_title { margin-bottom: 0; }

.sidebar .vnav .vnav__item { border: none; }

.sidebar .vnav .vnav__item:first-child { border: none; }

.sidebar .vnav--level1 > .vnav__item > .vnav__link--active { border-bottom: none; }

.sidebar .menu { margin-bottom: 15px; }

.menu-title, .menu_title { margin-top: 0; margin-bottom: 0; }

@media only screen and (max-width: 991px) { .page-wrap:after { top: 90px; }
  .push-menu { top: 90px; height: -webkit-calc($push-nav-height - $header__top-mobile-height); height: calc($push-nav-height - $header__top-mobile-height); } }

@media only screen and (max-width: 991px) and (max-width: 991px) { .menu-mask, .mask { top: 90px; } }

body.slide-menu-l-open .header .menu-toggle__link .menu-toggle__icon { display: none; }

body.slide-menu-l-open .header .menu-toggle__link .push-menu-close { display: block; }

.category .v-product-grid .v-product, .productdetails .v-product-grid .v-product { text-align: left; }

.main-menu .vnav--level1 > .vnav__item > .vnav__link { border-bottom-width: 3px; }

.main-menu .vnav__subnav .vnav__link { line-height: normal; }

@media only screen and (max-width: 991px){
.header {
    height: 125px;
}
}

/* Adjusting image size on article pages | Damon F. | 9-18-18     State License Image Size Category */
.articleImg {
   max-width: 520px !important;
   width: 100%;
   max-height: autopx;
padding-top: 50px;
}



/* end */
#content_area img[src*='images/HomePage/FeaturedProducts.gif']+br+table:before { content: none;}
div[id*="div_articleid"] h1 > img { line-height:0!important; padding:0!important;margin:-1em 0!important} /* Dan R @ Volusion | 9/18/18 remove padding on h1 images */

.is-btn-ghost1 {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 12px 24px;
border: 1px solid #002d65!important;
border-radius: 8px;
background: #007dff!important;
background: -webkit-gradient(linear, left top, left bottom, from(#007dff), to(#002d65))!important;
background: -moz-linear-gradient(top, #007dff, #002d65)!important;
background: linear-gradient(to bottom, #007dff, #002d65)!important;
text-shadow: #001938 1px 1px 1px;
font: normal normal bold 20px arial;
color: #ffffff!important;
text-decoration: none;
}
.is-btn-ghost1:hover,
.is-btn-ghost1:focus {
border: 1px solid #003270!important;
background: #0096ff!important;
background: -webkit-gradient(linear, left top, left bottom, from(#0096ff), to(#003679))!important;
background: -moz-linear-gradient(top, #0096ff, #003679)!important;
background: linear-gradient(to bottom, #0096ff, #003679)!important;
color: #ffffff;
text-decoration: none;
}
.is-btn-ghost1:active {
background: #002d65;
background: -webkit-gradient(linear, left top, left bottom, from(#002d65), to(#002d65))!important;
background: -moz-linear-gradient(top, #002d65, #002d65)!important;
background: linear-gradient(to bottom, #002d65, #002d65)!important;
}
.is-btn-ghost1:before{
content: "\0000a0";
display: inline-block;
height: 24px;
width: 24px;
line-height: 24px;
margin: 0 4px -6px -4px;
position: relative;
top: 0px;
left: 0px;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAEx0lEQVRIia2VfWhVdRjHP/ecc7frvXvVtbeYzusLy5fJjHxBSVkGUkynJf4ziJQCq1mJEYJJEtEfEQUGEUqiQVR/aC++FtV0c7pw0ticOt3ddvd2d7fde3ffz73nnF9/nDO9hEmDHng48OP5fV+e5+H8ZGYY9QspXlfG6ifymSNpxMdUkjPFeGQ0vVVyXIw2C6P3rAg2faR2fr61+fud2bvKHDj+F4JfGsu+E7EhISKDQkSGhIj7hBi5JHqPbbv1aS3r/1kvzZhBCFBDVgYh5gd7Ie5tH1a9cuj9306+6NyVWa7M3IMBqTDoBiBMQpMZ16JNWS806l+GIh/49l7kHIA8U/iGFWKHOz+y1KZOQnYe6BroCdCToMWxF8yVKnKiz7Zdu/PVYIyEXF1EztPlLOwOMGlKenRsmZ/e4fJ3Lo12XcbmuUD27DngKAQtDloS0jFyy+a5SoJX9G9uqL/LR7ay9+CBhh92b3hs90s1tlWbK6by1ZiI3Q4SfBjhunlsyHOwTFGwJ5MqmudPXGXlYHeCljDdCLCl/BXHzg9+Yft6O4cb3nz9EK55Jl4qSHrCYwx6vf1To4Otnr6Ri8fbROvZXjwWx2ygsqqIqlef5OXnFlFb4S6VnOv3gK5bkgTqWBeb955ersRT6AQ8ILnuC7YXzpPcs+e7qTHcNVqooW7HoDE0MnwvMuFrudkz/uvRZlqavNzYd5Fz3jDvvZvn2+dUvWBzmkPXIdthZ0ERc5WbfnpEaABbbgUI40FXJGEusSTIKiqT3MWPL0YyFq+ondq1fafPaG/vurD+cPj5z65yePNyNpYagZWgmgSGDSbbkGQU5coQt6OBcXKLgyaBTZi7lbF+5keAAUjgsAWkrMlwFeaah6W8WbeR1JXoqgke6AZ1AGRQun0M+QPhUK4aKADjAbicAc60GwMxchf/tTEiMTTAOPgMS1atLdmCMQV6GsL3QA2ABFoaQ0kYhCZDqndBsLuAnCJANl1IwsS/70RH7+3H1x5nRCV8ooOPjzZQW19XeDy/ODsHtRcS45gDgLgfhsNMKIAWiOMhOVqN4QOnCxxOsNlBsmUsqI4oBmeNgjEmAgfXyO+459sXy0oaUnfN9trNFpKCgT5CV4fwKABjUbpRqEcRQBT0KGiAJJkp28AGSh4UFsLqpVQi0iBSpstsU/h0Jm5Ch5/LkaTpgA4fHQKwKdbYFEw1imGldSZbabMSzMEbFrgBWieMDKOd7OAIYCgAl/roSajgzLMA7KZNBJCTcSZbRJn/YGERqJBuBb8HzvRz8vwtLmOV0zXKkD9CqLKUAuwgpiDQbra1sBLk5UBJBomU4UAF0QfRFggmodlP076fOWBJNAlSOqHxMN5KOwViFMa7YVgQlUGJ9uNweSCnHLKrQCoFHCA00Ccg3gNTXkgJjDP9nNr/E28bBv5pg9PvgTY1yT29i2r/OPRp+PZfYE8gRvyNdTSuLWdjSYAcpQ2UWSBbm4wG0TTGjQDdx65z5Ewn3wLhjAY+eHCGE3SNhdj+V5yu106ze2CS64DReIqWHAdL6paxafVcnipyUZyloERUQnfG6fmxkz/u+GgFJqxpPDzqqlnzST0nnFm4/7UIHNbY8wAnM3wRJSBrJhf+S/wNbS430494JFMAAAAASUVORK5CYII=") no-repeat left center transparent;
background-size: 100% 100%;
}

.is-btn-ghost21 {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 12px 24px;
border: 1px solid #002d65!important;
border-radius: 8px;
background: #007dff!important;
background: -webkit-gradient(linear, left top, left bottom, from(#007dff), to(#002d65))!important;
background: -moz-linear-gradient(top, #007dff, #002d65)!important;
background: linear-gradient(to bottom, #007dff, #002d65)!important;
text-shadow: #001938 1px 1px 1px;
font: normal normal bold 20px arial;
color: #ffffff!important;
text-decoration: none;
}
.is-btn-ghost2:hover,
.is-btn-ghost2:focus {
border: 1px solid #003270!important;
background: #0096ff!important;
background: -webkit-gradient(linear, left top, left bottom, from(#0096ff), to(#003679))!important;
background: -moz-linear-gradient(top, #0096ff, #003679)!important;
background: linear-gradient(to bottom, #0096ff, #003679)!important;
color: #ffffff;
text-decoration: none;
}
.is-btn-ghost2:active {
background: #002d65;
background: -webkit-gradient(linear, left top, left bottom, from(#002d65), to(#002d65))!important;
background: -moz-linear-gradient(top, #002d65, #002d65)!important;
background: linear-gradient(to bottom, #002d65, #002d65)!important;
}
.is-btn-ghost2:before{
content: "\0000a0";
display: inline-block;
height: 24px;
width: 24px;
line-height: 24px;
margin: 0 4px -6px -4px;
position: relative;
top: 0px;
left: 0px;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAEx0lEQVRIia2VfWhVdRjHP/ecc7frvXvVtbeYzusLy5fJjHxBSVkGUkynJf4ziJQCq1mJEYJJEtEfEQUGEUqiQVR/aC++FtV0c7pw0ticOt3ddvd2d7fde3ffz73nnF9/nDO9hEmDHng48OP5fV+e5+H8ZGYY9QspXlfG6ifymSNpxMdUkjPFeGQ0vVVyXIw2C6P3rAg2faR2fr61+fud2bvKHDj+F4JfGsu+E7EhISKDQkSGhIj7hBi5JHqPbbv1aS3r/1kvzZhBCFBDVgYh5gd7Ie5tH1a9cuj9306+6NyVWa7M3IMBqTDoBiBMQpMZ16JNWS806l+GIh/49l7kHIA8U/iGFWKHOz+y1KZOQnYe6BroCdCToMWxF8yVKnKiz7Zdu/PVYIyEXF1EztPlLOwOMGlKenRsmZ/e4fJ3Lo12XcbmuUD27DngKAQtDloS0jFyy+a5SoJX9G9uqL/LR7ay9+CBhh92b3hs90s1tlWbK6by1ZiI3Q4SfBjhunlsyHOwTFGwJ5MqmudPXGXlYHeCljDdCLCl/BXHzg9+Yft6O4cb3nz9EK55Jl4qSHrCYwx6vf1To4Otnr6Ri8fbROvZXjwWx2ygsqqIqlef5OXnFlFb4S6VnOv3gK5bkgTqWBeb955ersRT6AQ8ILnuC7YXzpPcs+e7qTHcNVqooW7HoDE0MnwvMuFrudkz/uvRZlqavNzYd5Fz3jDvvZvn2+dUvWBzmkPXIdthZ0ERc5WbfnpEaABbbgUI40FXJGEusSTIKiqT3MWPL0YyFq+ondq1fafPaG/vurD+cPj5z65yePNyNpYagZWgmgSGDSbbkGQU5coQt6OBcXKLgyaBTZi7lbF+5keAAUjgsAWkrMlwFeaah6W8WbeR1JXoqgke6AZ1AGRQun0M+QPhUK4aKADjAbicAc60GwMxchf/tTEiMTTAOPgMS1atLdmCMQV6GsL3QA2ABFoaQ0kYhCZDqndBsLuAnCJANl1IwsS/70RH7+3H1x5nRCV8ooOPjzZQW19XeDy/ODsHtRcS45gDgLgfhsNMKIAWiOMhOVqN4QOnCxxOsNlBsmUsqI4oBmeNgjEmAgfXyO+459sXy0oaUnfN9trNFpKCgT5CV4fwKABjUbpRqEcRQBT0KGiAJJkp28AGSh4UFsLqpVQi0iBSpstsU/h0Jm5Ch5/LkaTpgA4fHQKwKdbYFEw1imGldSZbabMSzMEbFrgBWieMDKOd7OAIYCgAl/roSajgzLMA7KZNBJCTcSZbRJn/YGERqJBuBb8HzvRz8vwtLmOV0zXKkD9CqLKUAuwgpiDQbra1sBLk5UBJBomU4UAF0QfRFggmodlP076fOWBJNAlSOqHxMN5KOwViFMa7YVgQlUGJ9uNweSCnHLKrQCoFHCA00Ccg3gNTXkgJjDP9nNr/E28bBv5pg9PvgTY1yT29i2r/OPRp+PZfYE8gRvyNdTSuLWdjSYAcpQ2UWSBbm4wG0TTGjQDdx65z5Ewn3wLhjAY+eHCGE3SNhdj+V5yu106ze2CS64DReIqWHAdL6paxafVcnipyUZyloERUQnfG6fmxkz/u+GgFJqxpPDzqqlnzST0nnFm4/7UIHNbY8wAnM3wRJSBrJhf+S/wNbS430494JFMAAAAASUVORK5CYII=") no-repeat left center transparent;
background-size: 100% 100%;
}

i.icon:hover {  color: #0080e0; }

.btn-green {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif,"websafe";
    font-weight: normal;
    background-color: #00a734;
    color: #fff!important;
    border-color: #008228;
    transition: .2s;
    border-radius: 0
}

.btn-green:hover {
    background-color: #008228;
    color: #fff!important;
    border-color: #008228;
}
.productdetails .colors_pricebox div[itemprop='offers']>a[href='javascript:void(0);']:before {
content:url(/v/vspfiles/assets/images/free-shipping-stamp-3.png);
}
.productdetails .colors_pricebox div[itemprop='offers']>a[href='javascript:void(0);']:after {
content: none;    
}

#v65-cart-coupon-entry-details-container { visibility:hidden; }

.is-btn-ghost3 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #cc511b!important;
    border-radius: 8px;
    background: #ff832c!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff832c), to(#cc511b))!important;
    background: -moz-linear-gradient(top, #ff832c, #cc511b)!important;
    background: linear-gradient(to bottom, #ff832c, #cc511b)!important;
    text-shadow: #803311 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff!important;
    text-decoration: none;
}
.is-btn-ghost3:hover,
.is-btn-ghost3:focus {
    border: 1px solid ##ff6522!important;
    background: #ff9d35!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9d35), to(#f56120))!important;
    background: -moz-linear-gradient(top, #ff9d35, #f56120)!important;
    background: linear-gradient(to bottom, #ff9d35, #f56120)!important;
    color: #ffffff;
    text-decoration: none;
}
.is-btn-ghost3:active {
    background: #cc511b!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#cc511b), to(#cc511b))!important;
    background: -moz-linear-gradient(top, #cc511b, #cc511b)!important;
    background: linear-gradient(to bottom, #cc511b, #cc511b)!important;
}

.is-btn-ghost4 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 3px 15px;
    border: 1px solid #FF9C26;
    border-radius: 2px!important;
    background: linear-gradient(to bottom, #FF9C26, #CC7B23)!important;
    color: #000;
    font: normal 20px arial;
    text-decoration: none;
   }
.is-btn-ghost4:hover,
.is-btn-ghost4:focus {
    border: 1px solid #FF9C26!important;
color: #000;
      text-decoration: none;
 background: linear-gradient(to bottom, #CC7B23, #FF9C26)!important;
  }
.is-btn-ghost4:active {
color:#000;
     background: linear-gradient(to bottom, #FF9C26, #CC7B23)!important;

    
}

.footer {
    background: rgb(45,84,173);
background: linear-gradient(90deg, rgba(45,84,173,1) 0%, rgba(47,109,212,1) 50%, rgba(39,122,225,1) 100%);


}

.buttonBuy {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 3px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.buttonBuy:hover,
.buttonBuy:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.buttonBuy:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}

.is-card {
    box-shadow: 5px 5px 5px grey;
transition: 0.3s;
}
.is-card:hover {
    box-shadow: 8px 8px 16px 8px #cc511b;
}

.licenseName {
    text-shadow: 1px 1px 5px black;
font-family: Impact!important;
color: rgb(255, 156, 38)!important;
}
.tg {
    box-shadow: 5px 5px 5px grey;
}
.psiBullets {
height: auto;
width: 300px;
align: center;
}
.licenseCard {
box-shadow: 5px 5px 5px grey;
background: white;
border-style: solid;
border-width: 1px
}
.padMe {
padding: 25px!important;
}
.licenseCard2 {
background: white;
border-style: solid;
border-width: 1px;
}
.testInfo {
	float: left;
margin: 20px 50px 100px;
	}

.row clearfix {
flex-wrap: wrap!important;
}
    .oneOFF {
    font-weight: normal;
    background-color: #00a734;
    color: white!important;
    border-color: #008228;
    transition: .2s;
    border-radius: 0	
		
	}

.oneOFF:hover {
    background-color: #008228;

    border-color: #008228;
}
.map_holder {
     display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.FAQHead {
				
}
.panel {
border-radius: 5px!important;
border-style: solid;
 border-width: 2px;
border-color: blackl;		
}
.panel-heading {
background: linear-gradient(90deg, rgba(45,84,173,1) 0%, rgba(47,109,212,1) 50%, rgba(39,122,225,1) 100%);
border-radius: 5px!important;
}
.panel-default {

}

.panel-title {color: white!important;
 text-align: center;
font-size: 25px;
		
}

.shippingTime {
color: blue;
font-size: 16px;
}
.shipStatus {
color: blue;
font-size: 16px;
}

.paypalCredit {
  animation: blinker 1.5s linear infinite;
font-size: 16px;
color: green;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.sameCash {
color:green;
font-size: 16px;
   }

.productnamecolorLARGE {
color: black !important;
font-weight: bold !important;
}
.save150 {
background-color: #008228;
border-color: #008228;
color: #fff!important;
border-radius: 10px;
}
.save150:hover {
  background-color: #e65c00;
border-color: #e65c00;
}

.footer__section {
background-color: #00326f!important;
}

@media only screen and (max-width: 767px) { 
  .text-xs-left { text-align: left; }
  .text-xs-right { text-align: right; }
  .text-xs-center { text-align: center; } 
.headstate { display: none;}
.headimg {display: none;}
.headtitle { padding-top: 0px; margin:0 0 20px 0; }
   .headrow { margin: 20px 0 20px 0;}
.flex-container { flex-wrap: wrap;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .headstate { padding-top:20px; }
.headimg { padding-top:40px; }
 .headtitle { padding: 20px 0 0 0; margin: 0;  font-size: 1.5rem; }
   .headrow { margin: 20px 0 20px 0;}
.headtext{font-size: 3rem;}
.gaheadtext{font-size: 3rem; padding-top:30px;}
.clahead  {font-size: 3rem; margin-top:55px;}
.flex-container { flex-wrap: nowrap;}
 }

@media only screen and (min-width: 992px) and (max-width: 1199px) { .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
.headtitle { padding-top: 30px; margin: 0; }
.headstate {padding:0;  margin:20px 0 0 0;}
.headtext{font-size: 3.5rem;}
.flex-container { flex-wrap: nowrap;}
}

@media only screen and (min-width: 1200px) { .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
.headstate { padding:10px 0 0 40px; }
 }