﻿header {
    line-height: 15px;
    border-style: none none none none;
    border-width: 0px 0px 0px 0px;
    border-color: #FF9933;
    padding: 0;
    background-image: none;
    background-color: #fff;
}

.headerspan {
    color: #c90107;
}

.linkSeperator {
    background: #c90107;
}

.headerLink, #loginLinkSection a {
    color: #c90107;
    text-decoration: underline;
}

/*** synetiq rebranding *********************************************** ***/
footer {
    background: #242651;
    font-size: 1.2rem;
}

    footer h5 {
        color: #fff;
        font-size: 1.0em;
        font-weight: bold;
        margin: 0 0 12px 0;
        padding: 0;
    }

    footer ul li {
        color: #fff;
        padding-bottom: 7px;
        font-size: 0.9rem;
        list-style: none;
        line-height: 1.5;
    }

        footer ul li a, footer ul li a:visited {
            color: #fff;
            text-decoration: none;
        }

            footer ul li a:hover {
                color: #f1a71a;
                text-decoration: none;
            }

.graphic-tick {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
}

.SocicalMediaIcon {
    fill: #34b68a;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
}

footer #copyright {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}

    footer #copyright span {
        white-space: nowrap;
    }

    footer #copyright a {
        color: #fff;
        text-decoration: none;
    }

        footer #copyright a:hover {
            text-decoration: underline;
        }


#headerContainer {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 8px 0 0px 0;
    position: relative;
    min-height: 100px;
}

.headerSubContainer {
    float: left;
    width: 219px;
    height: 72px;
    padding-top: 15px;
}

.menuIconContainer {
    float: left;
    width: 150px;
    height: 50px;
    margin: 15px 0 5px 44px;
    display: block;
    cursor: pointer;
    background-color: #00B588;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#headerMenu ul li {
    padding: 5px !important;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.k-menu .k-item, .k-menu .k-item .k-link {
    color: #fff;
    background-color: #00B588;
}
