/*Second level navigation menu */
#tabs {
	width: 100%;
    background: #fff;
    position: fixed;
	font-size: 17px;
	margin: auto;
	z-index: 200;
	margin-top: 66px;
}


#tabs ul {
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#tabs li a {
	font-size: 17px;
	display: inline-block;
	height: 100%;
	width: 100%;
}
#tabs li {
	display: inline-block;
	margin: 0;
	flex-basis: auto;
    flex-grow: 1;
	color: #3F4850;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
}
#tabs li:hover {
	transition: 0.3s ease;
	background: #F0F6F8;
}
#tabs a span.othertab2{
	float: left;
	height: 100%;
	margin: 0;
	font-weight: 400;
	text-align: center;
	width: 100%;


	text-decoration: none;
}

#tabs span.currenttab {
	float: left;
	height: 100%;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 15px 0;
	background: #007E9B;
	color: #000;
	font-weight: 400;
}

#tabs span.currenttab2 {
	float: left;
	width: 100%;
	height: 100%;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

#tabs a span.othertab {
	float: left;
	display: block;
	height: 100%;
	padding: 15px 0;
        font-weight: 400;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	color: #444;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span.othertab {
	color: #416b73;
	background-position: 100% -84px;
}

#tabs a:hover {
	background-position: 0% -84px;
}

#tabs a:hover span.othertab {
	background-position: 100% -84px;
}

/*Benchmark Sites*/
.footerNav {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px
}
.wrap-tub {
	display: none;
}

@media (max-width: 992px)  and (min-width: 768px) {
	#tabs {
		margin-top: 59px;
	}
}
@media (max-width: 992px)  and (min-width: 873px) {
	#tabs {
		margin-top: 54px;
	}
}
@media (max-width: 992px) {
	.mob-dropd {
	    display: flex !important;
	padding: 10px;
	padding-left: 0;
	cursor: pointer;
	margin-left: 10px;
    align-items: center;
	}
	body #tabs .container {
		display: none;
	}
	body #tabs {
		margin-top: 48px;
	}
	.wrap-tub {
		display: flex;
		align-items: center;
		padding-left: 25px;
	}
	.mob-dropd  h2 {
		margin: 0;
		position: relative;
    font-size: 20px;
    margin-left: 8px;
    margin-top: 7px;
	}
	body #tabs .container {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
        width: 100%;
        padding: 0;
		max-width: 100%;
	}
	.mob-dropd h2:after {
		content: '';
		border: 11px solid transparent;
		border-top: 11px solid rgb(46, 64, 82);
		position: absolute;

		right: -51px;
    top: 6px;
		bottom: -24px;
		width: 0;
    }
    body #tabs li {
        width: 100%;
        padding: 0px 0;
    }

    #tabs a span.othertab, #tabs span.currenttab {
        justify-content: flex-start;
    padding: 10px 0;
    padding-left: 20px;
    }

}