form div {
margin-bottom:15px;
}

input {
	clear: both;
	width:200px;
	max-width:100%;
}

input[type=text], input[type=password], input[type=email] {
border:1px solid #9d9d9d;
padding:5px;
color: #333333;
font-size: 1.5em;
}

input:hover, select:hover, textarea:hover {
background:#d7dbdd; 
}

textarea {
border:1px solid #9d9d9d;
padding:5px;
line-height:25px;
color: #333333;
clear:both;
width:98%;
max-width:98%;
font-family: "Muli", Arial;
font-size: 1.6em;
}


select {
clear: both;
border:1px solid #9d9d9d;
padding:5px;
line-height:25px;
color: #333333;
font-size: 1.6em;
font-family: Muli, Arial, sans-serif;

}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 5px;
}

.sf-field-submit input[type=submit] {
background-color: #009aa6;
}

p button {
 font-size: 85% !important;
}

input[type=submit], p button {

	display:block;
	/*float:left;*/
	background-color: #009aa6;
	margin-top:5px;
	text-align:center;
	text-transform: uppercase;
	font-family: "Titillium Web", Arial, sans-serif;
	font-size:1.8em;
	padding-left:20px;
	padding-right:20px;
	line-height:250%;
	font-weight:400;
	color:#ffffff;
	border:none;
	margin-bottom:20px;
	min-width:auto !important;
	width:auto;
}
input[type=submit]:hover {
background-color: #262626;
cursor: pointer;
}



.webinarAccess input[type=submit] {
float:left;
/*margin-top:50px;*/
margin-bottom:0;
width:94%;
margin-left:3%;
margin-right:3%;
font-size:1.7em;
}

p input[type=submit], li input[type=submit]{
font-size: 1.6em;
}

label {
	display: block;
	font-size: 1.3em;
	margin-bottom:6px !important;
	font-weight:600;
	color: #333333;
	text-transform: uppercase;
	font-family: "Titillium Web", Arial, sans-serif;
}

label input, label select {
text-transform:none;
font-family: "Muli", Arial, sans-serif;
}

p label {
font-size: 100%;
}

form br {
display:none;
}

span.instructions {
font-size: 1.1em;
font-weight:normal;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
	font-size: 1.5em;
}

label input[type=checkbox] {
float:none;
}
form div.checkbox label {
	font-weight:400;

}

div.checkbox .wpcf7-list-item-label {
font-size: 1.5em;
}

div.checkbox label .wpcf7-list-item-label {
font-size: 1.2em;
font-family: "Muli", Arial, sans-serif;
font-weight:300;
line-height:1.4em;
}

div.checkbox span.wpcf7-list-item {
margin: 15px 0 !important;
}

form div.recaptcha {
float:left;
clear:both;
margin-bottom:0 !important;
}

form div.checkbox input[type=checkbox] {
padding:0;
}

span.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
	float:left !important;
	width:100% !important;
	}
	
span.wpcf7-list-item label {
text-transform:none !important;

}

.required span.wpcf7-list-item label {
font-size: inherit !important;
font-family: "Muli", "Open Sans", Arial;
}

input[type=radio] {
	float:left;
	clear:left;
	width:auto;
	margin: 0 6px 7px 2px;
	padding:0;
}
div.radio label {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 20px;
	font-weight:400;
}

.error-message {color: #e32;}

button.filter {

width:250px;
	background-color: #009aa6;
	text-align:center;
	font-family: "Titillium Web", Arial, sans-serif;
	font-size:1.5em;
	line-height:250%;
	font-weight:400;
	border:none;
	color:#ffffff;
	text-transform: uppercase;
	cursor:pointer;
	outline-color: transparent;
  outline-style: none;
}

button.filter:after {
content: "\f0d7";
  padding-left:10px;
  border: none;
  font-family: 'FontAwesome';
}

#filters button {
display:block;
float:left;
background-color: #009aa6;
text-align:center;
text-transform: uppercase;
font-family: "Titillium Web", Arial, sans-serif;
font-size:1.3em;
padding-left:10px;
padding-right:10px;
line-height:220%;
font-weight:400;
color:#ffffff;
border:none;
min-width:auto !important;
width:auto;
margin: 0 25px 25px 0;
}

.toggle {
float:right;
width:auto;
margin-top:30px;
}

.toggle p {
    float: left;
    font-size: 1.1em;
    margin-top: 0;
    margin-left: 10px;
    line-height: 23px;
	font-weight:600;
	
	}
	
	    .onoffswitch {
        position: relative; width: 50px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
		float:left;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        height: 20px; padding: 0; line-height: 20px;
        border: 2px solid #009aa6; border-radius: 20px;
        background-color: #009aa6;
        transition: background-color 0.3s ease-in;
		margin-bottom: 0 !important;
    }
    .onoffswitch-label:before {
        content: "";
        display: block; width: 20px; margin: 0px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 28px;
        border: 2px solid #009aa6; border-radius: 20px;
        transition: all 0.3s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label {
        background-color: #009aa6;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
       border-color: #009aa6;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        right: 0px; 
    }
	
	.facetwp-pager {
    margin-top: 15px;
	margin-bottom: 15px;
	float:left;
	width:100%;
	font-size: 1.3em;
}

.facetwp-pager-label {
    display: inline-block;
    margin-right: 12px;
}

.facetwp-page.active {
    font-weight: bold;
    cursor: default;
}
.facetwp-page.active {
    background-color: #f5f5f5;
    color: #333;
}
.facetwp-page {
    display: inline-block;
    padding: 0px 4px;
    margin-right: 6px;
    cursor: pointer;
}
.facetwp-page {
    border: 1px solid #ddd;
    padding: 6px 6px !important;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
}

.facetwp-facet {
float:left;
margin-right:25px;
margin-bottom:25px !important;
}

.facetwp-date-min {
margin-right:10px;
}

.facetwp-btn::before {
background-size: 15px 15px !important;
}

#filterWrapper {
float:left;
background-color:#ccebed;
width:96%;
margin-bottom:25px;
padding-left:2%;
padding-right:2%;
}

#filters {
margin-top:15px;
float:left;
background-color:#ccebed;
width:100%;
}

#filters h2 {
}

#filters button {
float:left;
}

.listOnly {
display:none;
}

p.form-submit {
font-size: inherit;
}