/* @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    */
/*****************************************/
form[data-form-id="e9f140e8-c4e2-4255-a76f-eef34f48ae32"]{
  background-color:#328CCB !important;
  padding: 1vw 20vw !important;
}

form[data-form-id="e9f140e8-c4e2-4255-a76f-eef34f48ae32"] input[type="submit"]{
  padding-top:1rem !important;
  padding-bottom:1rem !important;
  width:9rem !important;
  text-transform:uppercase:
}

form[data-form-id="e9f140e8-c4e2-4255-a76f-eef34f48ae32"] .hs-richtext span{
  font-family: "Raleway", sans-serif !important;
  line-height: normal;
  letter-spacing: 1px;
  font-size: 33px;
  font-weight: 600 !important;
}

input.hs-button.primary.large {
  border: none !important;
  background-color: #f48024 !important;
  transition: 0.3s !important;
}

input.hs-button.primary.large:hover {
  background-color: #a2d1ea !important;
}

.submitted-message {
  background-color: #328CCB !important;
  color: white !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  font-family: 'Proxima_Nova_v2' !important;
}