@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=PT+Sans');

.bodydiv {
    width:720px;
    font-family: 'PT Sans', sans-serif;
	color: #333;
    font-size:16px;
    line-height: 26px;
    border-radius: 30px;
    padding: 70px;
    background-color: #fff;
}

.bgimg {
    
    background-size:cover; 
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

a {
    text-decoration: none;
    color: #f15b23;
}

a:hover {
    text-decoration: none;
    color: #a6bb2e;
}

h1 {
	font-family: 'PT Sans', sans-serif;
	color: #333;
    line-height: 35px;
    text-align: center;
}

h2 {
	font-family: 'PT Sans', sans-serif;
	color: #333;
    text-align: left;
}

h3 {
	font-family: 'PT Sans', sans-serif;
	color: #333;
    text-align: left;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

/*Wufoo Styling*/
.wufoo label.desc, legend.desc {
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 20px;
    display: block;
    white-space: normal;
    width: 100%;
	color: #ed1c24;
}

.wufoo label.desc, .wufoo legend.desc {
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 20px;
    display: block;
    white-space: normal;
    width: 100%;
	color: #ed1c24;
}

input.text, input.search, textarea.textarea {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #fff;
    background: #6b6c6e url(/images/fieldbg.gif) repeat-x top;
}

.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select {
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    font-size: 100%;
}

.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label {
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 16px;
    display: block;
    white-space: normal;
    width: 100%;
	color: #fff;
}

input.btTxt {
    padding: 10px 15px;
    width: auto;
    overflow: visible;
    color: #fff;
    background-color: #ed1c24;
    font-family: 'Open Sans';
    text-transform: uppercase;
    border-radius: 12px;
    border: none;
}



.wufoo input.btTxt {
	font-size: 85%;
}


.safari input.btTxt {
    font-size: 85%;
}

.wufoo li.focused {
    background-color: #8c8c8c;
}