/* - - - - - - - - - - - - - - - - - - - - -

 Title : Wufoo Forms
 Author : CSL Team
 URL : http://
#saveForm
 Last Updated : 

- - - - - - - - - - - - - - - - - - - - - */
.embed #container{
    background: whitesmoke !important;
}
#container, html.embed{
    background: whitesmoke !important;
}
.wufoo input[type="text"],.wufoo input[type="email"],.main-text{
    background: 0 !important;
    border: #eb3223 solid 2px!important;
    color: #353535!important;
    /* font-family: "Dosis",sans-serif !important; */
    margin: 0;
    padding: 0 35px;
    font-family: "Roboto",sans-serif !important;
    font-weight: 300;
    font-size: 24px !important;
    text-align: left;
    width: 100%;
    font-style: italic;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 60px;
    display: block;
    box-sizing: border-box;
}
#form2.wufoo{
    max-width: 475px;
    width: 100%;
    position: relative;
    background: whitesmoke;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 0;
}
#fo2li1{
    border-radius: 100px;
}
#form2.wufoo li{
    padding:0 0;
}
form li.error{
    margin-bottom: 0px!important;
}
#errorLi, .error-container{
    margin: 15px auto 25px auto!important;
}
form li.error p.error{
    position: absolute;
    top: -25px;
    width: 100%;
    text-align: center;
}
#header{
    font-weight: 300;
    padding-right: 4.2%;
    cursor: text;
    top: 50%;
    text-align: center;
    font-size: 24px;
    font-family: "Roboto",sans-serif;
    display: none;
}
#header h2{
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    color: #353535;
    font-size: 24px;
    display: none;
    padding-right: 4.2%;
    cursor: text;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
label.desc{
    display: none;
}
form.wufoo .hide{
    display: none !important;
}
form.wufoo ul{
    padding: 0;
    list-style: none;
    position: relative;
}
.buttons{
    padding: 0px !important;
    position: absolute !important;
    right: 0;
    bottom: 0;
}
#saveForm {
    background: #eb3223;
    width: 69px;
    height: 60px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    padding: 0;
    margin: 0;
    /* position: absolute;
    right: 0;
    bottom: 0; */
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    transition: background-color 300ms ease-out;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    -webkit-appearance: none;
}

label{
    font-family: "Roboto",sans-serif;
    color: #353535;
    font-size: 24px;
    font-weight: 300;
    padding-right: 4.2%;
    cursor: text;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

