.sscf-form .sscf-input {

    background: none;
    border: 1px solid lightgrey;
    outline: none;
    border-radius: 0px;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    height: 46px;
    line-height: 22px;
    padding: 20px 0 5px 14px;
    -webkit-appearance: none;
    box-shadow: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {

    display: inline-block;
    padding: 0 15px;
    line-height: 90px;
    font-size: 0.8vw;
    text-transform: uppercase;
    letter-spacing: 1px;
   
    margin: 0;
font-weight: 300;
}

#sp-menu .sp-megamenu-parent > li > a:hover {

    font-weight: 300 !important;

}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    color: #fff;
	font-weight: 400 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #fff;
	font-weight: 400 !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {

    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    padding: 20px;
    margin-top: -5px;

}