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

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

/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #e0e0e0;
    color: #333333;
    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%;
}

}


/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


/* pulsem reviews widget */
.block_a8f03bd227e54bd1814b03845409c790 {
    text-align: center;
}