.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 { float: none; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul { display: flex; }
body { font-family:var(--futura) }
.calC .row-fluid .heroForm form .hs-button {  position: static; }
.calC .hs_submit.hs-submit {     text-align: center; }
.calC .row-fluid .heroForm form { padding-right: 0;  }
.calC .row-fluid .heroForm input[type=text], .row-fluid .heroForm input[type=tel], .row-fluid .heroForm input[type=email], .row-fluid .heroForm input[type=number] {
  color: #fff; background-color: transparent; border: 1px solid #fff; }

.calC .row-fluid .heroForm form .hs-button {
  background-color: var(--orange);
  border: 2px solid var(--orange);
  color: var(--white)
  cursor: pointer;
  padding: 15px 25px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .5px;
  font-weight: 600;
  transition: .2s all ease;
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -ms-transition: .2s all ease;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  transition: all ease .2s;
}

.calC .row-fluid .heroForm form .hs-button:hover {
  background-color: transparent;
}

.calC .hs_submit.hs-submit {
  padding-top: 20px;
}

.container-fluid.body-container {
  display: block;
}

.container-fluid.body-container:before,.container-fluid.body-container:after {
  content: '';
  display: table;
  width: 100%;
}

.calC .row-fluid .calcInner h2,.calC .row-fluid .calcInner h3 {  color: var(--orange); }
.calC .row-fluid form select {height: auto }
.calC .row-fluid .ttbSection p,.ttbLeft  { font-size: 20px;
    font-family: 'Futura Bk BT';
    float: left;
    width: 100%;
    margin: 10px 0;
    line-height: 24px;
    color: #999;}
.calC .row-fluid .btnstyle1 a {
  background-color: var(--orange);
    border: 2px solid var(--orange);
    color: var(--white);
    cursor: pointer;
    padding: 15px 25px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  text-transform: none;
}

.calC .row-fluid .btnstyle1 a:hover { border-color: var(--orange); color: var(--orange); background-color: #fff; }
.calC .row-fluid .btnstyle1 a:after{content: url(https://5136250.fs1.hubspotusercontent-na1.net/hubfs/5136250/SaltedStone/icons/right-white.svg);margin-left: 10px;}
.calC .row-fluid .btnstyle1 a:hover:after{content: url(https://5136250.fs1.hubspotusercontent-na1.net/hubfs/5136250/SaltedStone/icons/right-orange-2.svg);}

.calcMain.fullwidth.background.-white {  background-color: #fff; }

.calC .row-fluid .calcInner .ctRow {
    display: block;
}

.calC .row-fluid .calcInner .ctRow:before,.calC .row-fluid .calcInner .ctRow:after {
    content: '';
    display: table;
    width: 10%;
}

/* .calC .row-fluid .fullwidth {
    display: block;
} */

.calC .row-fluid .fullwidth:after,.calC .row-fluid .fullwidth:before {
    content: '';
    display: table;
    width: 100%;
}



@media(min-width:768px){
  span.fullwidth.sfull {  display: flex !important;  align-items: center;flex-wrap: wrap; }
  span.fullwidth.sfull .ttbLeft {  width: 66%; }
  span.fullwidth.sfull .ttbRight {  width: 34%; }
  
.ttbSections span.fullwidth {  display: flex  !important;  align-items: center;  flex-wrap: wrap;}
.ttbSections span.fullwidth .ttbLeft {  width: 60%; }
.ttbSections span.fullwidth .ttbRight {  width: 40%; }
.calC .row-fluid .ttbSections  .btnstyle1 a {  margin-top: 0; }
  
}


@media(min-width: 992px){
  .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {  opacity: 0;   visibility: hidden; }
  .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {  opacity: 1;   visibility: visible; }
}

@media(max-width: 767px){
  .mega-link-repeater {  display: flex; }
  .megamenu {   display: none; }
  .mega-link-icon {
    width: 22px;
  }

  .mega-link-right {
    width: calc(100% - 22px);
  }
  span.fullwidth.sfull .ttbRight {  padding-top: 40px }

}