#instructions {
  font-weight:700;
}
.hs-form {
  width:100%;
}

.hs-dependent-field {
  padding:0;
}
input[type=submit] {
  display:none;
}
.hs-form-field {
  padding:20px;
  padding-bottom:0;
}

.form-container {
  background-color:rgb(227,244,251);
  padding-top:10px;
  padding-bottom:40px;
  border-left:4px solid rgb(239,124,0);
}

.form-container > .row {
  padding-left:20px;
  padding-right:20px;
}

.legal-consent-container {
  padding-left:20px;
  padding-right:20px;
}
.cart-form-container > .row > .col-12 {
  background-color:rgb(227,244,251);
  max-width: calc(100% - 15px);
  margin: auto;
  border-left: 4px solid rgb(239,124,0);
  padding-bottom:4rem;
  padding-top:1rem;
}
.hs-button {
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
align-items: flex-start;
background-color: rgb(0, 135, 204);
border-bottom-color: rgb(0, 135, 204);
border-bottom-left-radius: 32px;
border-bottom-right-radius: 32px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(0, 135, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(0, 135, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(0, 135, 204);
border-top-left-radius: 32px;
border-top-right-radius: 32px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: block;
font-family: Lato, sans-serif;
font-size: 16px;
font-style: normal;
font-variant-caps: normal;
font-weight: normal;
height: 45.1875px;
letter-spacing: normal;
line-height: 24px;
margin: 0 auto;
outline-color: rgb(255, 255, 255);
outline-style: none;
outline-width: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 9.600000381469727px;
padding-left: 56px;
padding-right: 56px;
padding-top: 9.600000381469727px;
text-align: center;
text-indent: 0px;
text-shadow: none;
text-transform: none;
transition-delay: 0s, 0s, 0s, 0s, 0s;
transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
vertical-align: middle;
white-space: nowrap;
word-spacing: 0px;
writing-mode: horizontal-tb;
float:right;   
}

.contactform-block, .hs-input{
background-clip: padding-box;
background-color: rgb(255, 255, 255);
border-bottom-color: rgb(0, 135, 204);
border-bottom-left-radius: 4.796875px;
border-bottom-right-radius: 4.796875px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(0, 135, 204);
border-left-style: solid;
border-left-width: 2px;
border-right-color: rgb(0, 135, 204);
border-right-style: solid;
border-right-width: 2px;
border-top-color: rgb(0, 135, 204);
border-top-left-radius: 4.796875px;
border-top-right-radius: 4.796875px;
border-top-style: solid;
border-top-width: 2px;
box-sizing: border-box;
color: rgb(0, 135, 204);
cursor: auto;
display: inline-block;
font-family: Lato, sans-serif;
font-size: 16px;
font-style: normal;
font-variant-caps: normal;
font-weight: normal;
height: 45.1875px;
letter-spacing: normal;
line-height: 16px;
margin-bottom: 16px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-left: 6px;
padding-right: 16px;
padding-top: 12px;
text-align: start;
text-indent: 0px;
text-shadow: none;
text-transform: none;
transition-delay: 0s, 0s, 0s;
transition-duration: 0.15s, 0.15s, 0.15s;
transition-property: border-color, box-shadow, -webkit-box-shadow;
transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
width: 100%;
word-spacing: 0px;
writing-mode: horizontal-tb;
}

label {
  /*display:none !important;*/
}

.hs-error-msg {
  display:block;
}

.hs-submit {
  width:100%;
  position:relative;
  padding-right:20px;
  padding-left:20px;
  padding-top:30px;
}

textarea {
  min-height:100px;
}

.form-header {
  margin-top:40px;
  padding-left:20px;
  margin-bottom:-10px;
}

select {
  padding:6px !important;
}

.cart-buttons > div > div > div {
  float:right;
  margin-left:30px;
  margin-top:40px;
}



@media only screen and (max-width: 768px) {
.form-container > .row {
  padding-left:10px;
  padding-right:10px;
}
  .cart-form-container {
  padding-left:0;
  padding-right:0;  
  }  
  
  .hs-button {
    float: left;
    position: relative;
    width:100%;
  }
  .hs-submit {
    float: left;
    position: relative;
    width:100%;
  }
}  