.page-header {
    padding-bottom: 100px !important;
}

section.page-header-with-hero .header-text-content a,
section.page-header-with-hero .header-text-content a:hover {
	text-decoration: none;
}

.nav-tabs__background {
    background: rgba(216, 216, 216, 0.2);
    padding: 20px;
}

.nav-subtabs__background {
    background: rgba(216, 216, 216, 0.2);
    padding: 10px;
}

.nav-tabs__nav-block a {
    font-size: 18px;
    line-height: 27px;
    color: #212529 !important;
}

.nav-tabs__listing a.active, 
.nav-subtabs__listing a.active  {
    color: #212529;
    text-decoration: none;
    border-bottom: 2px solid #212529;
}

.nav-tabs__listing a:hover,
.nav-subtabs__listing a:hover  {
    color: #212529 !important;
	text-decoration: none;
    text-decoration: none;
}

.nav-tabs__listing {
    flex-wrap: nowrap;
    width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	height: 100%
	
}

.nav-tabs {
	border-bottom: none !important;
}

ul.nav-tabs__listing::-webkit-scrollbar {
  display: none !important;
}


.nav-subtabs__background {
    display: none;
}

.nav-subtabs__background .nav-subtabs li {
   margin: auto;
}

.nav-tabs__background .nav-tabs li {
	margin: auto;
}

@media (min-width: 701px) and (max-width: 767px) {
	.nav-tabs__background .nav-tabs li {
		padding: 0px 100px;
	}
}

@media (min-width: 525px) and (max-width: 700px) {
	.nav-tabs__background .nav-tabs li {
		padding: 0px 75px;
	}
}

@media (max-width: 524px) {
    .nav-tabs__background .nav-tabs li {
        padding: 0px 50px;
    }
}

section.page-header .color-segment__item {
    cursor: pointer;
}

@media (max-width: 529px) {
	.color-segment__item {
		display: flex;
   		justify-content: center;
	}
	
	.color-segment__color {
	    height: 162px;
	    width: 162px;
	}
}