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

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

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999!important;
  opacity: 1!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999!important;
  opacity: 1!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999!important;
  opacity: 1!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999999!important;
  opacity: 1!important;
}

input,
select,
textarea {
  color: #999999;
}

.hs-submit .hs-button {
  border-radius: 50px!important;
  background-color: #99bc08!important;
  border-color: #99bc08!important;
  color: #fff!important;
  display: inline-block!important;
  font-family: : "Open Sans", sans-serif!important;
  font-size: 16px!important;
  font-weight: 700!important;
  letter-spacing: 0.5px!important;
  padding: 12.5px 30px!important;
  text-align: center!important;
  transition: all .2s ease-in-out!important;
}

.hs-submit .hs-button:hover {
  border-color: transparent!important;
	opacity: 0.8!important;
}