<style>

	.hbspt-form input {
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
    border-bottom: 0px;
		border-width: 0px;
		width: 100%;
		font-size: 1.25rem;
		padding: 1rem 1.75rem;
		color: #333;
		font-family: 'Proxima nova', sans-serif;
    margin-top: 1rem;
    background-color: #ffffff;
    border-radius: 0.5rem;    
	}

  form.hs-form,
  .hs_cos_wrapper .form-title {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  
  	.hbspt-form select {
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
    border-bottom: 0px;
		border-width: 0px;
		width: 100%;
		font-size: 1.25rem;
		padding: 1rem 1.75rem;
		color: #333;
		font-family: 'Proxima nova', sans-serif;
    margin-top: 1rem;
    background-color: #ffffff;
    border-radius: 0.5rem;    
	}
  

  .hs_email ul li label {
  	display: inline-block!important;
    font-size: .875rem;
		line-height: 1.5rem;
    font-style: italic;
		color: #fff;
    margin-left: 15px;
  }
  
  .hs-button.primary.large {
    margin-top: 1rem;
    padding: 1rem 1.75rem;
    border-color: #D5ED2C;
    border-radius: 0.5rem;
    background-color: #D5ED2C;
    color: #031f46;
    font-size: 1.125rem;
    font-weight: 600;
    width: auto!important;
  }

.hs-button.primary.large:hover {
    background-color: #edf7a3;
    border-color: #edf7a3;
    transform: scale(1.05);
    cursor: pointer;
  }
  
	.hs-button {
		font-family: 'Proxima nova', sans-serif;
		margin-top: 1rem;
		padding: 1rem 1.75rem;
		border-style: solid;
		border-width: 1px;
		border-color: #154a94;
		border-radius: 6px;
		background-color: #154a94;
		font-size: 1.125rem;
    line-height: 1.5em;
    color: #031f46;
    font-weight: 600;
	}

	.button, input, optgroup, select, textarea {
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
		border-width: 1px;
		border-color: #ddd;
		font-size: 1.25rem;
		padding: 8px 12px;
		color: #333;
		font-family: 'Proxima nova', sans-serif;
   }
   
  .input, optgroup, select, textarea {
    width: 100%;
   }

  .hs-input {
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
    border-bottom: 0px;
		border-width: 0px;
		width: 100%;
		font-size: 1.25rem;
		padding: 1rem 1.75rem;
		color: #333;
		font-family: 'Proxima nova', sans-serif;
    margin-top: 1rem;
    background-color: #ffffff;
    border-radius: 0.5rem;    
}
   
   .hs-error-msg {
    font-size: .875rem;
		line-height: 1.5rem;
    font-style: italic;
		color:#fff;
    display: inline-block;
    margin-left: 15px;
    display: inline-block!important;
	}
  
  .hs-main-font-element {
		font-size: .875rem;
		line-height: 1.5rem;
		color:#e20067;
    display: inline-block;
    margin-left: 15px;
    display: inline-block!important;
	}
  
  .actions {
  	text-align: center;
    }
    
 	form label {
  	display: none;
   }
   
  .hs-fieldtype-checkbox.field.hs-form-field label {
    font-family: 'Proxima nova', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    color: #555;
    margin-top: 40px;
    margin-bottom: 15px;
    margin-left: 8px;
    display: block;
  }

  .hs-form-checkbox-display {
    display: block;
    font-weight: 300;
    font-size: 1.25rem;
    color: #555;
    margin-top: 5px!important;
    margin-bottom:0px!important;
  }

  .inputs-list.multi-container {
    list-style-type: none;
    padding-left: 0px;
  }


  .hs-form-checkbox input {
    width: auto;
    margin-top: 0px;
    margin-right: 8px;
  }
  
  .inputs-list label {
  	display: block;
    font-weight: 300;
    color: #555;
  }
  
  .hs-form-booleancheckbox input {
  	width: auto;
    margin-top: 0px;
    margin-right: 8px;
   }
   
   li.hs-form-booleancheckbox::before {
   	display: none;
   }
   
   .inputs-list {
   padding-bottom: 0px;
   padding-left: 16px;
   list-style: none;
   }
   
   .hs-richtext.hs-main-font-element h1 {  
    font-size: 1.25rem;
    text-transform: none;
    letter-spacing: 0px;
    color: #555;
    margin-top: 40px;
    margin-bottom: 20px;
   }
   
   .no-list.hs-error-msgs.inputs-list {
   		padding-left: 0px;
      margin-top: .25rem;
      margin-bottom: .25rem;
      color: #fff;
    }
    
   hs-error-msg {
    color: #fff!important;
	}
    
    label a {
    color: #fff;
    }
</style>