﻿form .agreement,
form .page-row.stacked.agreement {
	display:none!important;
}

.social-icons {
    height: 36px;
    width: 36px;
    fill: grey;
}

#wixieForm {
	margin-top: 10px;
	margin-bottom: 30px;
}

.formSection {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

label.fieldName {
	font-size:.85em;
	display:block;
}

.anyFormField { 
	font-size: 1.0em; 
	color: #666; 
	border: 1px solid #ccc; 
	border-radius: 3px;
	height: 32px;
	width: 98%;
	line-height: 18px;
	padding: 6px 15px;
  background-color: #f5f8fa;
  box-sizing: border-box;
}

.checkbox { 
	height: 30px;
	vertical-align: middle;
	transform: scale(1.2);
}
	
	
textarea.anyFormField { 
	font-family: verdana, helvetica, arial, sans-serif;
	min-height: 72px;
}
	
select.anyFormField {
    height: 32px;
    line-height: 18px;
    padding: 6px;
}
	
p.fieldName {
font-size: .8em;
font-weight: bold;
color: #404040;
text-align: left;
line-height: 1.5em;
margin-bottom: 4px;
}

.fieldLabel {
font-size: .8em;
color: #404040;
text-align: left;
line-height: 1.5em;
margin-bottom: 4px;
margin-right: 10px;
}

span.fieldNameRequired {
color: red;
font-size: .8em;
}

span.fieldNote {
font-size: .7em;
font-weight: normal;
color: #404040;
text-align: left;
line-height: 1.5em;
padding-top: 0;
margin-top: 0;
margin-bottom: 4px;
margin-left: 3%;
}

p.formIntro {
line-height: 1.5em;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
max-width: 800px;
text-align: center;
}

input.submitButton {
	background: #ef5f00;
  color: #ffffff;
  font-size: .9em;
  font-family: 'Roboto','Lucida Grande', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
  margin:10px 0 0 10px;
  height:34px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border:none;
  border-radius:4px;
  cursor: pointer;
}

.button {
color: #fff;
text-shadow: 0 -1px 0 #3574e3;
background-color: #3574e3;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#7ec8f4),color-stop(100%,#3574e3));
background-image: -webkit-linear-gradient(top,#7ec8f4,#3574e3);
background-image: -moz-linear-gradient(top,#7ec8f4,#3574e3);
background-image: -o-linear-gradient(top,#7ec8f4,#3574e3);
background-image: linear-gradient(top,#7ec8f4,#3574e3);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
border-top: 1px solid #64baf0;
border-bottom: 1px solid #1c4ed5;
border-right: 1px solid #468ee6;
border-left: 1px solid #468ee6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-transition: opacity .15s linear;
-moz-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
cursor: pointer;
display: inline-block;
font-size: 12px;
font-weight: 700;
line-height: 12px;
padding: 7px 18px;
position: relative;
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}

.page-row.fields {
	margin-bottom:10px;
}

.page-row.stacked {
	display:block;
	text-align: left;
	margin-bottom:10px;
}

.page-row.stacked .anyFormField {
	width:90%;
}

.page-row.stacked label {
	display:block;
	font-size:.85em;
}

.page-row.stacked .submitButton {
	display:block;
	margin-left:20px;
}


@media (min-width: 901px)
.columnMain {
    margin: 5px 30px 5px 5px;
}