/* Aqua Round Sign Up Form ~ Now Responsive! */
body {
	margin: 0;
	padding: 0;
}
a {
	cursor: pointer;
}
::placeholder {
    text-transform: none;
}
#formContainer {
	border: 2px solid #93aab3;
	background: #b5c4c7;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0feff), to(#b5c4c7));
	background: -webkit-linear-gradient(top, #f0feff, #b5c4c7);
	background: -moz-linear-gradient(top, #f0feff, #b5c4c7);
	background: -ms-linear-gradient(top, #f0feff, #b5c4c7);
	background: -o-linear-gradient(top, #f0feff, #b5c4c7);
	background-image: -ms-linear-gradient(top, #f0feff 0%, #b5c4c7 100%);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-decoration: none;
	vertical-align: middle;
	min-width: 340px;
	padding: 20px;
	max-width: 340px;
	font-size: 16px;
	margin-right:	auto;
	margin-left:	auto;
}
#formContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#fieldTable {
	width: 100%;
}

.formRow {
	padding: 5px;
	display: block;
	text-align: left !important;
	width: 100%;
	clear: both;
}
.fieldName, #collectFunds td {
	display: block;
	margin-bottom: 2px;
	color: #285770;
	text-shadow: #f5ffff 0 1px 0;
	vertical-align: middle;
	margin-right: 15px;
	float: none !important;
}
#collectFunds {
	margin-left: -20px;
}
#collectFunds td {
	text-align: left !important;
}
.inputTextField, .object_Contact, #captchaInput, .rightElement {
	border: 2px solid #93aab3 !important;
	background: #ffffff !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	color: #828282 !important;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px !important;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px !important;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px !important;
	padding:8px;
	margin-bottom:20px !important;
	display: block;
	width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#captchaInput {
	padding: 0px;
}
.inputTextField:focus, .object_Contact:focus, #captchaInput:focus, .rightElement:focus {
	background: #dcf5f9 !important;
	color: #286870 !important;
}

#formSubmit {
	border: 2px solid #447314;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
	color: #31540c;
	font-family: helvetica, serif;
	padding: 8.5px 18px;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	display: block;
	cursor: pointer;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}
#reqInfo {
	margin-bottom: 20px;
}
.formText {
	color: #285770;
	text-shadow: #f5ffff 0 1px 0;
	margin-bottom:20px !important;
	max-width: 300px !important;
	display: block;
}
.formRow select {
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background: #E8E8E8;
	font-size: 14px;
	padding: 5px;
	vertical-align: middle !important;
	margin-left: 0 !important;
}
#confirmText {
	font-size: 14px;
}
.introText {
	font-size: 15px;
	width: 75%;
    margin: 0px auto !important;
	margin-bottom: 15px !important;
}
.introText ul, .introText li {
    list-style: inherit !important;
    text-align: left;
}
.userCheckboxes {
	clear: both;
}
#teamSelection {
	display: inline-block;
	width: 100%;
}
li#field_BirthdayMM.formRow {
	margin-bottom: 20px;
}
li#field_Gender.formRow {
	margin-bottom: 20px;
}
textarea#signup_Bio.inputTextField {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
}

.intl-tel-input {
	display: block !important;
}


/* custom object styles */
.objectImage a {
	color: blue;
}
input[type=checkbox].object_Contact, select.object_Contact {
	display: inline-block;
	width: auto !important;
}
.objectImage, .objectFile {
	padding: 5px;
}
.objectSet {
	margin: 8px 0px;
}
.objectSet .mask-variable {
	display: inline-block;
	margin-top: -4px;
	margin-left: 3px;
	vertical-align: middle;
}
.objectDatetime select {
	vertical-align: inherit !important;
}
.objectEnum select, .objectTextarea textarea, .objectText input, .objectInteger input, .objectDecimal input {
	width: 100% !important;
}



/*******************

Responsive Styles

*******************/
@media screen and (max-width : 1024px){
form {
	width: 100%;
  	background-size: 100%;
}
body {
	width:	100%;
}
#formContainer img {
	max-width:	100%;
}
#container {
	margin:	10px !important;
	  margin-left: auto !important;
  margin-right: auto !important;
}
}
@media screen and (max-width : 480px){
#formContainer {
	margin:	10px;
	min-width:	0px !important;
}
}


/* new style of checkboxes */
.newCheckboxWrapper {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
}
.newCheckboxWrapper input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.newCheckboxIndicator, .newCheckboxIndicatorRed, .newCheckboxIndicatorGreen {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 16px;
  width: 16px;
  background: #e6e6e6;
  outline: 1px solid #ccc;
}
.newCheckboxWrapper:hover input ~ .newCheckboxIndicator, .newCheckboxWrapper input:focus ~ .newCheckboxIndicator {
  background: #ccc;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicator {
  background: #428BCA;
}
.newCheckboxWrapper:hover input:not([disabled]):checked ~ .newCheckboxIndicator, .newCheckboxWrapper input:checked:focus ~ .newCheckboxIndicator {
  background: #5BC0DE;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicatorRed {
  background: #B64700;
}
.newCheckboxWrapper:hover input:not([disabled]):checked ~ .newCheckboxIndicatorRed, .newCheckboxWrapper input:checked:focus ~ .newCheckboxIndicatorRed {
  background: #FF946D;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicatorGreen {
  background: #5CB85C;
}
.newCheckboxWrapper:hover input:not([disabled]):checked ~ .newCheckboxIndicatorGreen, .newCheckboxWrapper input:checked:focus ~ .newCheckboxIndicatorGreen {
  background: #76DF5B;
}
.newCheckboxWrapper input:disabled ~ .newCheckboxIndicator, .newCheckboxWrapper input:disabled ~ .newCheckboxIndicatorRed, .newCheckboxWrapper input:disabled ~ .newCheckboxIndicatorGreen {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.newCheckboxIndicator:after, .newCheckboxIndicatorRed:after, .newCheckboxIndicatorGreen:after {
  content: '';
  position: absolute;
  display: none;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicator:after, .newCheckboxWrapper input:checked ~ .newCheckboxIndicatorRed:after, .newCheckboxWrapper input:checked ~ .newCheckboxIndicatorGreen:after {
  display: block;
}
.newCheckboxWrapper .newCheckboxIndicator:after, .newCheckboxWrapper .newCheckboxIndicatorRed:after, .newCheckboxWrapper .newCheckboxIndicatorGreen:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newCheckboxWrapper input:disabled ~ .newCheckboxIndicator:after, .newCheckboxWrapper input:disabled ~ .newCheckboxIndicatorRed:after, .newCheckboxWrapper input:disabled ~ .newCheckboxIndicatorGreen:after {
  border-color: #7b7b7b;
}

