*{
  font-family: 'Prompt', sans-serif;
  font-size:14pt
}
/* Desktop/Laptop Only */
@media all and (min-width:992px){
h1, h1 span, h1 p { 
  font-size: 72pt!important;
  font-weight:300!important;
}
h2, h2 span, h2 p { 
  font-size: 55pt!important;
  font-weight:300!important;
}
h3, h3 span, h3 p { 
  font-size: 36pt!important;
  font-weight:300!important;
  line-height: 1!important;
}
h4, h4 span, h4 p { 
  font-size: 24pt!important;
  font-weight:300!important;
  line-height: 2!important;
}
h5, h5 span, h5 p { 
  font-size: 12pt!important;
  font-weight:300!important;
}
  .nav-item:hover{
    opacity:0.5;
  }
}
/* Mobile only */
@media all and (max-width:992px){
h1, h1 span, h1 p { 
  font-size: 42pt!important;
  font-weight:300!important;
}
h2, h2 span, h2 p { 
  font-size: 36pt!important;
  font-weight:300!important;
}
h3, h3 span, h3 p { 
  font-size: 28pt!important;
  font-weight:300!important;
  line-height: 1.5!important;
}
h4, h4 span, h4 p { 
  font-size: 20pt!important;
  font-weight:300!important;
}
h5, h5 span, h5 p { 
  font-size: 11pt!important;
  font-weight:300!important;
}
  
}
.container-fluid{
  padding:0!important;
  overflow:hidden;
}
section{

}
.orange{
  color:#ff7f41!important;
}
.black{
  color:#000000!important;
}
.grey{
  color:#585755!important;
}
.orange-button{
  padding:18px 40px;
  border:1.5pt solid #ff7f41;
  font-size:15px;
  background:transparent;
  color:#ff7f41;
  text-decoration:none;
}
.orange-button:hover{
  padding:18px 40px;
  border:1.5pt solid #ff7f41;
  font-size:15px;
  background:#ff7f41;
  color:#ffffff;
  text-decoration:none;
}
.orangesolid-button {
  padding: 18px 40px;
  border: 1.5pt solid #FF7F41;
  background-color: #FF7F41;
  font-size: 15px;
  color: white;
  text-decoration: none;
}
.orangesolid-button:hover {
  padding: 18px 40px;
  border: 1.5pt solid #FF7F41;
  background-color: #FF7F41;
  font-size: 15px;
  color: white;
  text-decoration: none;
}
.white-button{
  padding:18px 40px;
  border:1.5pt solid #ffffff;
  font-size:15px;
  background:transparent;
  color:#ffffff;
  text-decoration:none;
}
.white-button:hover{
  padding:18px 40px;
  border:1.5pt solid #ffffff;
  font-size:15px;
  background:#ffffff;
  color:#ff7f41;
  text-decoration:none;
}
@media all and (max-width:768px){
  .btn-over-image{
    top:75%;
    left:50%;
  }
  .orange-button{
  padding:8px 20px;
  border:1.5pt solid #ff7f41;
  font-size:15px;
  background:transparent;
  color:#ff7f41;
  text-decoration:none;
}
.orange-button:hover{
  padding:8px 20px;
  border:1.5pt solid #ff7f41;
  font-size:15px;
  background:#ff7f41;
  color:#ffffff;
  text-decoration:none;
}
  .orangesolid-button {
  padding: 8px 20px;
  border: 1.5pt solid #FF7F41;
  background-color: #FF7F41;
  font-size: 15px;
  color: white;
  text-decoration: none;
}
.white-button{
 padding:8px 20px;
  border:1.5pt solid #ffffff;
  font-size:15px;
  background:transparent;
  color:#ffffff;
  text-decoration:none;
}
.white-button:hover{
  padding:8px 20px;
  border:1.5pt solid #ffffff;
  font-size:15px;
  background:#ffffff;
  color:#ff7f41;
  text-decoration:none;
}
}

/* #########################  FORM STYLE  ########################## */

.hs-form {
    margin-bottom: 18px;
    margin-left: 0px
      
}

.hs-form fieldset {
    margin-bottom: 18px;
    padding-top: 18px
}

.hs-form fieldset legend {
    display: block;
    margin-left: 150px;
    font-size: 19.5px;
    line-height: 1;
    color: #414141
}

.hs-form .clearfix,
.hs-form .field,
.hs-form .hs-form-field {
    margin-bottom: 18px
}

.hs-form .clearfix:after,
.hs-form .field:after,
.hs-form .hs-form-field:after {
    content: "";
    display: table;
    clear: both;
}

.hs-form label {
    padding-top: 5px;
    line-height: 18px;
    font-weight: bold;
    float: left;
    width: 130px;
    text-align: right; 
}

.hs-form .input {
    margin-left: 150px
}

.hs-form div.field.error {
    background: #fae5e3;
    padding: 6px 0;
    margin-bottom: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.hs-form div.field.error>label,
.hs-form div.field.error span.help-inline,
.hs-form div.field.error span.help-block {
    color: #9d261d
}

.hs-form div.field.error .input-prepend span.add-on,
.hs-form div.field.error .input-append span.add-on {
    background: #f4c8c5;
    border-color: #c87872;
    color: #b9554d
}

.hs-form .hsErrMsgContainer ul {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 7px;
    list-style: none
}

.hs-form .hsErrMsgContainer ul li {
    font-size: 12px;
    color: #a44e47
}

.hs-form .hsErrMsgContainer .hs-block-message {
    min-width: 200px;
    width: 200px
}

.hs-form .hsErrMsgContainer .hs-block-message ul {
    margin-top: 0px
}

.hs-form .actions {
    background: #f5f5f5;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
    float: right
}

.hs-form .actions .secondary-action a {
    line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}

.hs-form .inputs-list {
    margin: 0 0 5px;
    width: 100%
}

.hs-form .inputs-list>li {
    display: block;
    padding: 0;
    width: 100%
}

.hs-form .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal
}

.hs-form .inputs-list label strong {
    color: #818181
}

.hs-form .inputs-list label small {
    font-size: 11px;
    font-weight: normal
}

.hs-form .inputs-list .inputs-list {
    margin-left: 25px;
    margin-bottom: 10px;
    padding-top: 0
}

.hs-form .inputs-list:first-child {
    padding-top: 6px
}

.hs-form .inputs-list>li+li {
    padding-top: 2px
}

.hs-form .inputs-list input[type=radio],
.hs-form .inputs-list input[type=checkbox] {
    margin-bottom: 0;
    width:auto;
}

.hs-form.stacked {
    padding-left: 20px
}

.hs-form.stacked fieldset {
    padding-top: 9px
}

.hs-form.stacked legend {
    margin-left: 0
}

.hs-form.stacked label {
    display: block;
    float: none;
    width: 85%;
    font-weight: bold;
    
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px
}

.hs-form.stacked .field {
    margin-bottom: 18px
}

.hs-form.stacked .field div.input {
    margin-left: 0
}

.hs-form.stacked .field div.input>input+a,
.hs-form.stacked .field div.input select+a,
.hs-form.stacked .field div.input textarea+a {
    margin-top: 4px;
    display: block
}

.hs-form.stacked .inputs-list {
    margin-bottom: 0
}

.hs-form.stacked .inputs-list>li {
    padding-top: 0
}

.hs-form.stacked .inputs-list>li label {
    font-weight: normal;
    padding-top: 0
}

.hs-form.stacked div.error {
    padding: 3px 10px 6px;
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: 9px
}

.hs-form.stacked .actions {
    margin-left: -20px;
    padding-left: 20px
}

.hs-form {
    padding-left: 0px
}

.hs-form.stacked {
    padding-left: 0px
}

.hs-form.stacked fieldset {
    padding: 0; 
    max-width: 100%;
}

.hs-form .hs-button {

    padding:12px 40px;
    border:1.5pt solid #ff7f41;
    font-size:15px;
    background:transparent;
    color:#ff7f41;
    text-decoration:none;
    border-radius: 0rem;
  -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
  

.hs-form .hs-button:visited,
.hs-form .hs-button:hover {
    padding:12px 40px;
    border:1.5pt solid #ff7f41;
    font-size:15px;
    background:#ff7f41;
    color:#ffffff;
    text-decoration:none;
    border-radius: 0rem;
}
  

}

.hs-form .hs-button:hover:not(.inactive),
.hs-form .hs-button:focus:not(.inactive),
.hs-form .hs-button.hovered:not(.inactive) {

}

.hs-form .hs-button:active:not(.inactive):not(.link),
.hs-form .hs-button.depressed:not(.inactive):not(.link),
.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    background-color: #FF7F41;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e83030), color-stop(100%, #e83030));
    background-image: -webkit-linear-gradient(top, #e83030, #e83030);
    background-image: -moz-linear-gradient(top, #e83030, #e83030);
    background-image: linear-gradient(top, #e83030, #e83030);

}

.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}

.hs-form .hs-button.disabled.disabled.disabled.disabled,
.hs-form .hs-button[disabled][disabled][disabled] {
    background-color: #6387c5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88b1ce), color-stop(100%, #6387c5));
    background-image: -webkit-linear-gradient(top, #88b1ce, #6387c5);
    background-image: -moz-linear-gradient(top, #88b1ce, #6387c5);
    background-image: linear-gradient(top, #88b1ce, #6387c5);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0);
    cursor: default;
    color: #ededed;
    text-shadow: none;
    opacity: 0.6
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.next:before,
.hs-form .hs-button[disabled][disabled][disabled].next:before {
    opacity: 0.5
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.previous:before,
.hs-form .hs-button[disabled][disabled][disabled].previous:before {
    opacity: 0.5
}

.hs-form .hs-button.next:before,
.hs-form .hs-button.previous:before {
    background: url(/style_guide/static-8.319/img/hs-button-arrows.png) center 0 no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    content: " ";
    z-index: 99
}

.hs-form .hs-button.next {
    padding-right: 32px
}

.hs-form .hs-button.next:before {
    right: 9px
}

.hs-form .hs-button.previous {
    padding-left: 32px
}

.hs-form .hs-button.previous:before {
    background-position: center -16px;
    left: 9px
}

.hs-form .hs-button.inactive {
    cursor: default
}

.hs-form ul {
    list-style: none
}

.hs-form label {
    display: block;
    font-family: "sofia-pro"
}

.hs-form label.hidden {
    display: none
}

.hs-form .hs-field-desc {
    color: #aaa;
    margin: 0px 0px 5px 150px;
    font-size: 11px;
    font-family: "sofia-pro"
}

.hs-form .hs-form-required {
    color: red
}

.hs-form .field {
    margin-bottom: 9px
}

.hs-form .hs-richtext {
    margin-bottom: 3px;
    font-family: "sofia-pro";
    line-height: 18px;
    font-size: 14px;
} 

.hs-form .hs-richtext hr {
    text-align: left;
    margin-left: 0;
    width: 91%
}

.hs-form .email-correction,
.hs-form .email-validation {
    padding-top: 3px;
    font-size: 12px;
    font-family: "sofia-pro";
}

.hs-form .email-correction a,
.hs-form .email-validation a {
    cursor: pointer
}

.hs-form .inputs-list {
    padding-left: 5px;
    list-style: none
}

.hs-form .inputs-list li input {
    margin: 3px 5px 3px 0px
}

.hs-form input[type=checkbox],
.hs-form input[type=radio] {
    margin-right: 5px
}

.hs-form input:not([type="image"]),
.hs-form textarea {
    box-sizing: content-box
}

.hs-form.stacked .hs-field-desc {
    margin: 0px 0px 2px 0px
}

.hs-form .hs-input,
.hs-form textarea.hs-input {
    box-sizing: border-box;
    width: 85%; 
    padding:5px;
    border: 1px solid #818181;
    outline:0; 
    border-radius:5px;
}
.hs-form .hs-input:focus-visible,
.hs-form textarea.hs-input:focus-visible{
    outline:0;
}
.hs-form .hs-input:not[type=checkbox],
.hs-form .hs-input:not[type=radio],
.hs-form textarea.hs-input:not[type=checkbox],
.hs-form textarea.hs-input:not[type=radio] {
    min-height: 18px;
    min-width: 100px
}
.hs-form .actions {
    background: transparent;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}
.hs-form .actions .secondary-action {
    float: right
}

.hs-form .actions .secondary-action a {
    line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}
.legal-consent-container{
  width:85%;
  text-align:left;
}