@charset "utf-8";
/* CSS Document */

/************************************************************************/
/* DO NOT TOUCH THESE STYLES!!! 								 	 	*/
/* YOU CAN OVERRIDE THE STYLES ON YOUR OWN CUSTOM STYLESHEET 	 	 	*/
/*																 	 	*/
/* CLASS "YesNo" USED WITH THE "selectYN" FUNCTION & "radioYN" FUNCTION	*/
/* FUNCTIONS LOCATED IN "PHP/global_functions" 					 	 	*/
/* BUILDS A "Yes/No Dropdown" or RADIO BUTTONS FOR USE IN ANY FORM 	 	*/
/*																 	 	*/
/* GOOGLE RECAPTCHA IS ALSO ON HERE 				 	 	 	 		*/
/*																 	 	*/
/* last update: cbunnell | 4/18/2018							 	 	*/
/************************************************************************/
form.form .span_1_of_2 {
    width: 45%;
    margin: 10px 0;
}
form.form .span_1_of_2R {
    width: 45%;
    margin: 10px 0 10px 10%;
}
form.form .span_1_of_3 {
    width: 31%;
    margin: 10px 1%;
}
@media screen and (max-width: 425px) {
  form.form .span_1_of_2, form.form .span_1_of_2R, form.form .span_1_of_3 {
    width: 100%;
    margin: 10px 0;
  }
}

form.form input[type="checkbox"], form.form input[type="radio"] {
    height: 15px;
    width: 15px;
    /*border: 1px solid #ccc;*/
}
form.form input[type="checkbox"]{
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
}
form.form input[type="radio"]{
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
}
form.form label.YesNo {
	width: auto;
	vertical-align: middle;
	display: inline-block;
}
form.form select {
  padding: 2px 0 0 3px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
form.form input[type="radio"].YesNo, form.form select.YesNo {
	margin-left: 20px;
	margin-top: 0;
}

form.form select.YesNo {
	width: 80px;
}

form.form legend {
    color: #006f71;
    font-weight: bold;
	padding: 0 5px;
}
form.form fieldset {
	border: 1px solid #006f71;
  	border-radius: 5px;
    margin-bottom: 10px;
    padding: 3% 10%;
  background-color: #e9f2f5;
}
form.form div {
    display: block;
    margin: 10px 0;
}
form.form div.forselect {
  margin: 0;
}
form.form label {
    width: 35%;
    float: left;
    margin-bottom: 5px;
}
/* if label need to be full width */
form.form label.full {
  width: 100%;
}
/* end if label need to be full width */
@media screen and (max-width: 770px) {
  form.form label {
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 325px) {
  form.form label {
    font-size:90%;
  }
}
form.form input, form.form select {
	width: 60%;
    margin-bottom: 5px;
}
form.form select, form.form textarea {
    -moz-appearance: auto !important;
}
form.form textarea {
    width: 60%;
}
/* if any need to be full width */
form.form input.full, form.form select.full, form.form textarea.full {
  width: 100%;
}
/* end if any need to be full width */
@media screen and (max-width: 770px) {
  form.form input, form.form select, form.form textarea {
    width: 100%;
  }
}
form.form div.submitme {
    text-align: center;
}
form.form input[type="button"], form.form input[type="reset"], form.form input[type="submit"] {
  border: none;
  border-radius: 4px;
  padding: 4px 0;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
}
form.form .error {
	color: #6a0000;
	margin-top: 0;
}
body div.main-content div.section div.col main form.form select {
    -moz-appearance: menulist !important;
}

form.form span.req {
  float: right;
  color: #6C0D0F;
  padding: 5px 5px 0 0;
}
@media screen and (max-width: 770px) {
  form.form span.req {
    float: none;
  }

}

.message_error {
  background-color: #6C0D0F;
  padding:15px; 
  border-radius: 5px;
  color:#fff;
}
.message_success {
  background-color: #006F71;
  padding:15px; 
  border-radius: 5px;
  color:#fff;
}
.message_message {
  background-color: #A27752;
  padding:15px; 
  border-radius: 5px;
  color:#fff;
}
.message_error li, .message_success li, .message_message li {
  font-size: 16px;
}
.message_error a, .message_success a, .message_message a {
  color: #fff;
}

/* override.css sets all ULs margin left 1.5em - override that for messages */
[role="main"] ul.message_error, 
[role="main"] ul.message_success, 
[role="main"] ul.message_message {
  margin-left: 0;
}
/* now set the LIs to margin left instead so they're off the edge */
[role="main"] ul.message_error li, 
[role="main"] ul.message_success li, 
[role="main"] ul.message_message li {
  margin-left: 15px;
}

.message_center {
  text-align: center;
}


/* Placeholder color in form fields */
::placeholder {
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #ccc;
}
/* END Placeholder color in form fields */


/*  Google re-Captcha  */
form.form #ccurecaptcha {
	width: 164px;
	margin: 0 auto;
}
		
@media (min-width: 420px) {
	form.form #ccurecaptcha {
		width: 304px;
	}
}

/***** CHECKBOX STARTS *****/
/* Customize the label (the custom_ck) */
form.form label.custom_ck {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-left:15px;
	cursor: pointer;
	font-size: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* clear:both; /* use clear both if you want the ckboxes to be in one column */
	width:200px; /* adjust the width as needed */
}

/* Hide the browser's default checkbox */
form.form .custom_ck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
form.form .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
form.form .custom_ck:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
form.form .custom_ck input:checked ~ .checkmark {
	background-color: #007073;
}

/* Create the checkmark/indicator (hidden when not checked) */
form.form  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
form.form .custom_ck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
form.form .custom_ck .checkmark:after {
	left: 5px;
	top: 1px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/***** CHECKBOX ENDS *****/


/***** RADIO BUTTON STARTS *****/

/* Customize the label (the custom_rad) */
	form.form label.custom_rad {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-left: 15px;
	cursor: pointer;
	font-size: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100px; /* adjust the width as needed */
}

/* Hide the browser's default radio button */
form.form .custom_rad input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */
form.form .radck {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #FFFFFF;
	border: 2px solid #ccc;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
form.form .custom_rad:hover input ~ .radck {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
form.form .custom_rad input:checked ~ .radck {
	background-color: #007073;
}

/* Create the radio button/indicator (hidden when not checked) */
form.form  .radck:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the radio button when checked */
form.form .custom_rad input:checked ~ .radck:after {
	display: block;
}

/* Style the radio button/indicator */
form.form .custom_rad .radck:after {
	left: 4px;
    top: 4px;
    width: 6px;
    height: 6px;
	border-radius: 50%;
	background: white;
}
/***** RADIO BUTTON ENDS *****/

form.form .form_field_error {
	background-color: #FDEFCB;
}