/* @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 textarea{
    height: auto;
}

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

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

.column-half.page-center {
    height: 645px;
}

@media (max-width: 1024px) and (min-width: 768px){
    .column-half.page-center {
    min-height: 740px
    }
}











