.segment-header{display:flex;justify-content:center;background-color:#181818;height:40px;position:fixed;width:100%;z-index:3}
.segment-header ul{list-style:none}
.segment-header li{float:left;margin-right:10px;color:#fff;line-height:40px}
.segment-header ul li a{color:#fff;line-height:40px;font:normal 14px/18px attAleckSans-Regular,Arial,sans-serif}
.segment-header ul li a:hover{color:#009fdb;text-decoration:none}
.segment-header li.segment-link.active a{color:#009fdb;font-family:attAleckSans-Bold,Arial,sans-serif;text-decoration:none;border-bottom:3px solid #009fdb}
.segment-header li.segment-link.active{margin-right:0}
.segment-header ~ .header-wrapper.sticky{top:40px}
.segment-header-text{max-width:1156px}
@media screen and (min-width:768px){.segment-header{justify-content:left;display:block;padding-left:30px}
}
@media screen and (min-width:1200px){.segment-header,.segment-header-text{padding-left:0;margin-left:auto;margin-right:auto;left:0;right:0}
}