/*CONTACT FORM*/
.formWrap li {
 list-style-type: none;   
}

/**••••••••••••••••••••••••••••••••••••  NAV CODE STARTS HERE ••••••••••••••••••*/

/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #000000;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
    display: table;
    box-sizing: border-box;
}
/*content width*/ 
.ctaNav .blockContent {
    margin: 0 auto;
    max-width: 1400px; /*edit based on layout width, 100% if Stretch header & navigation to window edges is selected*/
    text-align: right;
}
.ctaNav .blockInnerContent {
    padding-right: 4%;
    padding-left: 4%;
}
/*link font color*/
.ctaNav a {
    color: #333333;
}
@media only screen and (max-width: 768px) {
    .ctaNav li {
        text-align: center;
        list-style-type: none;
    }
}
@media only screen and (min-width: 768px) {
    .ctaNav li {
        display: inline-block;
        margin-left: 2.5em;
    }
    
    .blockWrap_d995452c9e4546a8a11844563a47b0cf,
.formWrap .blockInnerContent{
 float: left;
 Width: 48%;
}

}