/*{font-family:"Tahoma"}*/

.buttonizer-button.buttonizer-button-0-0-3 
{
width: 0px !important; 
}


.fas.fa-address-book.buttonizer-icon-0-0-4
{
font-size: 0px !important; 
}

.buttonizer-label.buttonizer-label-0-0-6
{
font-weight: bold;
left: 0px !important;
text-align: center !important;
Padding: 0px 50px !important; 
border-radius: 10px !important;
}

/* New WP FORMS Submit button styles */
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
	padding:15px; /* Increase distance between text and border */
	font-weight:bold; /* Make the button text bold */
	font-size: 18px; /* Increase text size */
    background-color: #1e3d7c; /* Blue background */
	width: 30%; /* Increase the button width */
    color: #fff; /* White text */
	border: 4px solid #1e3d7c; /* Blue, solid border */
	border-radius: 6px;
}

@media only screen and (max-width: 600px) {
	div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
		width: 100%; /* Make the button full-width */
	}
}


/* New WP FORMS submit button hover styles */
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
  color: #1e3d7c; /* White text */
	background-color: #fff; /* white background */
    border: 4px solid #1e3d7c; /* Blue, solid border */
}

/** WPFORMS WPFORMSLABEL **/
.wpforms-form label{
 color:#1D3D7C!important; 
}

/** WPFORMS BOTTOM MARGIN **/
#wpforms-5579 {
    margin-bottom: 0px !important;
}

/** CONTACT US BUTTON **/
.w-100 a {
	width: 100% !important;
}

/** BC Form **/

#wpforms-6189 .wpforms-form {
	background-color: #F0F4F9 !important;
    padding: 20px 30px !important;
    border: 5px solid #1D3D7C !important;
    border-radius: 20px !important;
}

/** RoB Experiment **/

/* New button styles */
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	padding:15px; /* Increase distance between text and border */
	font-weight:bold; /* Make the button text bold */
	font-size: 18px; /* Increase text size */
	background-color: #1e3d7c; /* Blue background */
	width: 30%; /* Increase the button width */
	color: #fff; /* White text */
	border: 4px solid #1e3d7c; /* Blue, solid border */
	border-radius: 6px;
}

/* New button hover styles */
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
	color: #1e3d7c; /* White text */
	background-color: #fff; /* white background */
    	border: 4px solid #1e3d7c; /* Blue, solid border */
}