@charset "utf-8";
/* CSS Document */

/*responsive form */



/* Style the container */
.container {
  border-radius: 20px;
  background-color: #f2f2f2;
  margin: 30px;
  padding: 20px;
  width: 600px;
}
.window {
  border-radius: 20px;
  background-color: #f2f2f2;
  margin: 10px;
  padding: 10px;
  width: 450px;
}

input[type=text], select {
  width: 80%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 14px;
  box-sizing: border-box;
  resize: vertical;
  font-family: "Roboto Condensed", sans-serif;
  font-size:16px;
  color:#930;
}
input[type=tel]

{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 14px;
  box-sizing: border-box;
  resize: vertical;
  font-family: "Roboto Condensed", sans-serif;
  font-size:16px;
  color:#36F;
  text-align:center;
}

input[type=email]

{
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 14px;
  box-sizing: border-box;
  resize: vertical;
  font-family: "Roboto Condensed", sans-serif;
  font-size:16px;
  color:#390;
  text-align:center;
}

textarea

{
   width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 14px;
  
  resize: vertical;
  font-family: "Roboto Condensed", sans-serif;
  font-size:13px;
  color:#06F;
  text-align:justify;
 
  background-color: #FC9;
  
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 30px;
  display: inline-block;
  font-family: "Great Vibes", sans-serif;
  color:#09F;
  font-size:15px;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  float: right;
}

textarea {
    display: block;
	background-color: #edf7f9;
    width: 70%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* makes the container take in all the input windows [Clear floats after the columns] */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.xl6322146
	{
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:#F00;
	font-size:50.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:.5pt solid windowtext;
	border-color: #999;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}

.xl6422146
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:#CCC;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:.5pt solid windowtext;
	border-color: #999;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
.xl6522146
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:#CCC;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;
	border-color: #999;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
	
input[type='radio'] {
  -webkit-appearance:none;
  width:20px;
  height:20px;
  border:1px solid darkgray;
  border-radius:50%;
  outline:none;
  box-shadow:0 0 5px 0px gray inset;
}

input[type='radio']:hover {
  box-shadow:0 0 5px 0px orange inset;
}

input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;    
}
input[type='radio']:checked:before {
  background:green;
}

.button {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	border:1px solid #eeb44f;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	width:50%;
	font-weight:bold;
	text-align: center;
	text-shadow:1px 1px 0px #cc9f52;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#049115;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}