/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/*j***//**//***/
/****//*\//*V*/
/***//*\//***/

/* These includes are optional, but helpful. */

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


input[type="text"], input[type="email"], input[type="tel"], input[type="file"], textarea, select, option{
	border: solid 1px #fff;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    background: transparent;
}

.hs-custom-form .actions{
	text-align: left !important;
}

.hs-custom-form option:disabled{
	background: white;
}

.hs-custom-form option{
	background: #5A7E92;
}

.widget-type-form.side-by-side .hs-form input[type="submit"]{
    float: left;
}
textarea {
    height: 238px;
}


@media (max-width: 768px){
    textarea {
        height: auto;
    }
}








