/* - - - - - - - - - - - - - - - - - - - - -

 Title : DIPG.org
 Author : The Cure Starts Now
 URL : https://dipg.org

 Last Updated : 04-24-2018

- - - - - - - - - - - - - - - - - - - - - */

/* - - - Default - - - */

@import url('https://fonts.googleapis.com/css?family=Chivo:400,400i,700,700i');

/* Logo */

/* Backgrounds */
html, #logo, #container{background:#FFFFFF}
.wufoo input.text, .wufoo textarea.textarea{
	box-sizing: border-box;
	width: 100%;
    height: 36px;
    padding: 3px 9px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.wufoo textarea.textarea{
	height: 220px;
}
.wufoo .focused{
	background: none;
}

.wufoo .focused textarea.textarea, .wufoo .focused input.text, textarea.textarea:focus, input.text:focus {
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.wufoo .instruct{background-color:#F5F5F5}

.wufoo input.submit {
	font-family: 'Chivo', sans-serif;
	color: white;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	font-size: 16px;
	background-color: #f9a533;
	border: none;
	padding: 6px 12px;
	border-radius: 4px;
	margin:auto;
	display: block;
}

.wufoo input.submit:hover,
.wufoo input.submit:active,
.wufoo input.submit:focus {
	background-color: #0084ac;
	border: none;
	color: white;
	cursor: pointer;
}

/* Borders */
#container{border:0 solid #cccccc}
.wufoo .info{border-bottom:none;}
.wufoo .instruct{border:1px solid #e6e6e6}

/* Typography */
.wufoo h2 {
	font-family: 'Chivo', sans-serif;
	color: #0074bc;
	font-size: 2.488em;
	margin-top: 0px;
}
.wufoo .info h2{display:none;}
.wufoo .info div{font-size:16px !important;font-family: 'Chivo', sans-serif; color:#575757}
/*
.wufoo .section h3{font-size:110%;font-family:inherit;background:#FFFFFF;color:#000000}
.wufoo .section div{font-size:85%;font-family:inherit;color:#444444}
*/
.wufoo label.desc, .wufoo legend.desc{font-family: 'Chivo', sans-serif; font-size: 16px; font-weight: 700; color:#0074bc}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family: 'Chivo', sans-serif;color:#575757}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-family: 'Chivo', sans-serif; font-size: 16px; color:#333333}
.wufoo label.choice{color:#575757}
.wufoo .instruct{font-family: 'Chivo', sans-serif; font-size: 16px; color:#575757}

.wufoo select {height: 35px;}
.wufoo li.short {max-width: 95%;}