@charset "utf-8";
/* CSS Document */

.heading-5, .heading-6 {
    font-family: BentonSans Black,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 600;
}

#sxm-smallshop-tabs .tabs .tab-menu .tab-link[aria-selected=true]:after {
    background-color: #3abba9;
}

#sxm-smallshop-tabs .tabs .tab-menu .tab-link[aria-selected=true] {
    background: #000;
    color: #fff;
}

#sxm-smallshop-tabs .tabs .tab-menu .tab-link[aria-selected=true]:focus, #sxm-smallshop-tabs.tabs .tab-menu .tab-link[aria-selected=true]:hover {
    background-color: #333333;
}

#sxm-smallshop-tabs .tabs .tab-content {
    background-color: transparent;
}

#sxm-smallshop-tabs .border {
    border: none;
}

#sxm-smallshop-tabs .tabs .tab-menu .tab-link:focus, #sxm-smallshop-tabs .tabs .tab-menu .tab-link:hover {
    background-color: #333333;
}

#sxm-smallshop-tabs .tabs .tab-menu .tab-link {
    background-color: #000000;
    color: #ffffff;
    border-right: none;
    margin-right: 3px;
    font-family: 'BentonSans';
    font-weight: 600;
}

#sxm-smallshop-learnmore-btn .container {
	padding-left: 0px;
}


#getinonaction {
	display:block;
}

#getinonaction-mob {
	display:none;
}

.sxm-orange {
	background-color: #FF6D6A;
}

#sxm-smallshop-tabs .tab-link span {
    font-weight: 600;
    font-size: .9375rem;
}
@media screen and  (max-width: 1024px) {
#sxm-smallshop-tabs .tab-link span {
    font-size: .7575rem;
}
}
@media screen and  (max-width: 767px) {
.tabs .tab-menu {
    flex-wrap: wrap;
}
button {
    min-width: 100%;
}
#sxm-smallshop-tabs .tab-link span {
    font-size: .9375rem;
}
}
@media screen and (max-width:640px) {
    
#getinonaction {
	display:none;
}

#getinonaction-mob {
	display:block;
}
	
#sxm-smallshop-tabs .tab-link span {
    font-size: .758rem;
}

#header-logos .container .row .col-md-2 {
	max-width: 45%;	
}
}