/* head */


#nb_hero label {
    text-align: center;
    display: block;
}

#nb_hero label span {
    font-weight: normal;
}


#nb_hero input[type="checkbox"] {
}

#nb_hero .wpcf7-submit {
    margin: 0 auto;
    display: block;
    text-shadow: 0px 0.5px 3px rgba(0,0,0,0.4);
}

#nb_hero p,
#nb_hero h1, 
#nb_hero h3 {
    text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.9);
}

#nb_hero input[type="submit"] {
    font-size: 130%;

}


#nb_hero input[type="submit"]:hover {
    color: #fa6900;
    text-shadow: 0.5px 0.5px 0px rgba(0,0,0,0.2);

}

#nb_press {
    background: #be560d;
}

#nb_press ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#nb_press li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 22%;
    text-align: center;
    flex-grow: 1;
}

#nb_press li img {
    width: 100%;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control, .select2-container .select2-choice {
	border: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 3px;
	display: block;
	outline: 0;
	padding: 0.8125rem 0.9375rem;
	vertical-align: middle;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mc4wp-form-fields input[type="email"] {
    width: 475px;
    max-width: 100%;
    margin: auto;
}

#footer-sidebar h3 {
    
    color: #ffffff;
    margin-bottom: 40px;
}

.nb_pressLogos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.nb_pressLogos a {
    margin: 0px 20px 30px;
}

.widget--footer [id*="social"] li.menu-item {
	border: 0px;
	margin: 0 10px;
}
.mc4wp-response {
    color: #fff;
     font-size: 150%;
}
.mc4wp-response .mc4wp-notice {
    font-size: 120%;
}

ul.footer-menu {
    display: block;
    padding: 20px 0;
    margin: 0;
    display: flex;
justify-content: center;
    align-content: center;
    
}
.footer-menu li {
    list-style: none;
    padding: 0 20px;
}
.footer-menu li a {
    font-size: 12px;
}

.footer-menu li::after {
    content: none;
}
.site-info > *::before {
    content: none;
}