/*
* tabs
 */

.eyebrow {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #565656;
    margin: 40px 0 7px 0;
}

.h2{
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    min-width: 170px; 
    padding-left: 0px; 
    padding-right: 15px;
}
/**
* SECOND OPTION WITHOUT BORDER IN HEADER 
 */

/* .no-style-accordion .ui-accordion-header.no-border{
	border-bottom:0;
}
 */
/* .navigator-bar{ */
/*     border-top: 1px solid #e6e6e6; */
/* 	padding-top: 14px; */
/* 	margin-top: 5px; */
/* }    */
/* .no-style-accordion .ui-accordion-header.toggle-button:first-child{ */
/* 	border-top: 0; */
/* 	border-bottom: 0; */
/* } */

/* .no-style-accordion .ui-accordion-header.toggle-button{ */
/* 	border-top: 1px solid #e6e6e6; */
/* 	border-bottom: 0; */
/* } */
/* .ui-tabs-nav>.ui-tabs-active, */
/* .ui-tabs-nav>.ui-tabs-active>a{  */
/* 	background-color: black; */
/* 	color: white; */
/* }  */

.tab-wrapper ul.ui-tabs-nav > li.ui-tabs-active {
	padding-bottom: 0px;
}

.tab-wrapper ul.ui-tabs-nav{
	background-color: rgb(240,240,240);
/* 	border-bottom: 1px solid black; */
}

.tab-wrapper  ul .tab{
    display: block;
/*     position: absolute; */
    top: 0;
    margin: 0;
/*     padding-bottom: 9px; */
    padding-left: 0!important;
    background: 0;
}

.tab-wrapper .tab.ui-tabs-active a {
    color: #fff;
    background: #000;
}

.tab-wrapper .tab:first-child a {
    border-left: 0 solid #fff;
}

.tab-wrapper .tab a {
    font-weight: normal;
    font-style: normal;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #565656;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
/*     padding: 18px 20px; */
    padding: .5em 1em;
    background: #f0f0f0;
/*     border-left: 2px solid #fff; */
}

/* Hide overline when focus */
.tab-wrapper .tab a:focus{
	outline: 0px solid transparent;
}

.tab-wrapper .tab-content {
    border-top: 1px solid #000;
    padding-top: 10px!important;
    outline: 0;
}

/* .tab-wrapper.ui-tabs .ui-tabs-panel{ */
/* 	padding-left:0px; */
/* 	padding-right:0px; */
/* } */

/* 
* Trangule
 */
.tab-wrapper .tab.ui-tabs-active {
	position: relative;
}
.tab-wrapper .tab.ui-tabs-active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 8px;
	margin-left: -8px;
}


