.header {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 40px 20px 40px;
    width: 100%;
    z-index: 9;
}

.branding {
    float: left;
    width: 150px;
    height: 60px;
}

.lg-org {
    fill: #e84f1c;
}

.lg-wht {
    fill: #ffffff;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.header.black .lg-wht {
    fill: #585b5c;
}

.branding svg {
    width: 100%;
    height: 80px;
    position: relative;
    top: -11px;
}

.top-navbar {
    float: right;
    margin: 0 -183px 0 0;
}

.top-navbar li {
    float: left;
}

.top-navbar li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    border-right: 2px solid #fff;
    line-height: 1.5;
}

.header.black .top-navbar li a {
    color: #585b5c;
    border-color: #585b5c;
}

.top-navbar li a:hover,
.header.black .top-navbar li a:hover {
    color: #e84f1c;
}

.top-navbar li:last-child a {
    border-right: 0;
    padding-right: 0;
}

.phone-number {
    float: right;
    clear: right;
    font-size: 16px;
    margin: 32px 0 0 0;
}

.phone-number .ph-num .head {
    display: inline-block;
    width: 80px;
    text-align: right;
    padding: 0 10px 0 0;
    color: #e84f1c;
}

.phone-number .ph-num a {
    color: #fff;
    position: relative;
}

.header.black .phone-number .ph-num a {
    color: #585b5c;
}

.phone-number .ph-num a:hover,
.header.black .phone-number .ph-num a:hover {
    color: #e84f1c;
}

.phone-number .ph-num a:after {
    background: #e84f1c;
    position: absolute;
    width: 100%;
    display: block;
    height: 1px;
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 100%;
    content: '';
    -webkit-transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: 0;
    z-index: 1;
}

.phone-number .ph-num a:hover:after {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 0;
}

.navigation-bar {
    float: left;
    width: 100%;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    margin: 15px 0 0;
}

.header.black .navigation-bar {
    border-color: #585b5c;
}

.navigation-bar ul li {
    float: left;
}

.navigation-bar ul li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    position: relative;
}

.header.black .navigation-bar ul li a {
    color: #585b5c;
}

.header.black .navigation-bar ul li a:hover {
    color: #fff;
}

.navigation-bar ul li a:after {
    background: #e84f1c;
    position: absolute;
    width: 100%;
    display: block;
    height: calc(100% + 4px);
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 100%;
    content: '';
    -webkit-transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: -2px;
    z-index: 1;
}

.navigation-bar ul li:hover a:after {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 0;
}

.navigation-bar ul li a .text {
    position: relative;
    z-index: 2;
}

.mob-navi-close {
    position: absolute;
    right: 0;
    top: 9px;
    width: 30px;
    height: 30px;
    z-index: 99;
    cursor: pointer;
}

.mob-navi-close svg {
    width: 25px;
    height: 25px;
}

.mobile-toggle {
    width: 70px;
    height: 60px;
    float: right;
    background: transparent;
    border: 0;
    margin: -10px 0 0 10px;
    cursor: pointer;
    display: none;
}

.mobile-toggle .bar1,
.mobile-toggle .bar2,
.mobile-toggle .bar3 {
    width: 100%;
    height: 4px;
    background-color: #fdfdfd;
    margin: 12px 0;
    display: block;
    transition: 0.4s;
    border-radius: 3px;
}

.mobile-navi {
    display: none;
}