.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-form-control.wpcf7-submit {
  	 font-size: 20px;
		font-weight: 500;
    margin-left: 0;
}

span.wpcf7-list-item { display: table-row; }

.wpcf7-form {	
    border:5px solid #fff; /* Changed from #f6efdf */	
    border-radius:7px; 	
    width:90%;	
    padding: 10px 0; 	
    margin-bottom:10px; 
}

@media only screen and (min-width: 1360px){
input[type="text"],
input[type="email"],
input[type="tel"]{
font-size: 16px;		
width: 70%;				
		}		
		
.wpcf7-select, 
.wpcf7-date, 
.wpcf7-number{
   font-size: 16px;		
   width: 30%;
}			
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    border-color: lightgray;
}

.before-footer-cta {
    padding-bottom: 2px;
    padding-top: 20px;
    text-align: center;
}

/* links */
a {
    color: #06c;
    text-decoration: underline;
}

li {
    list-style-type: disc;
}

body:not(.page-id-485)
 .grecaptcha-badge {
	display: none;
}

.newsletter-list{
    font-size: 22px;
    line-height: 2;
}