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


.items_c32ed1b475a148bb93a4026ca7d7b579 .formFooter.f6.branding21 {
    display: none;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_fe89d73a774f47339491da704b8414d8  { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fe89d73a774f47339491da704b8414d8  > .item {
	display: flex;
	flex-direction: column;
}



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

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

}