/* If you guys are using scss or sass then some of this css would have to be reworked */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');

/* fonts are manually imported onto the calculator */
@font-face {
  font-family: Neue Medium-italic;
  src: url(../font/static/NeueHaasUnica-MediumItalic.ttf);
  font-weight: medium;
  font-style: italic;
}

@font-face {

  font-family: Neue Haas Unica;
  src: url(../font/static/NeueHaasUnica-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Neue Haas Unica-italic;
  src: url(../font/static/NeueHaasUnica-Italic.ttf);
  font-weight: normal;
  font-style: italic; 
}

[type=button], [type=reset], [type=submit], button{
    
  -webkit-appearance: unset !important;
}

.scenario-wrap{

  text-align: -webkit-center;
  padding-top: 1%;
}

.scenario-text{

  margin:0;
  
  font-size: 24px;
  font-family: 'Neue Haas Unica';
  color: #ffffff50;
  font-weight:400;
  font-style: italic;

}
.scenario-sub-text{

  font-size: 24px;
    font-family:'Space Grotesk';
    color: #ffffff;
    font-weight: 500;
}
.scenario-different-text{

  font-size: 32px;
  color: #14B9F0;
}
.scenario-line{
    color: #ffffff;
    width: 50%;
}
.result-heading-text-wrap{
  margin-bottom: 3%  !important;
}
h5,h4{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.order-price-label{
text-align: start;
text-align: start;
font-size: 24px;
font-family: 'Space Grotesk';
font-weight: 500;
}
#calculate-btn{
  color: #fff;
}
.footer-section{
  background-color:#2c2e3a;
  padding:5% 0;
}
.markup-to-brand{
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  font-weight: lighter;
  color: #939393;
  font-weight: 500;
}
.second-heding{
  color:#fff;
  text-align: center;
  font-size: 2.71vw;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  font-weight: 500;
}

.footer-section-percent{
  font-size: 104px;  
  color: #14b9f0;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  margin-top:-15px;
  font-weight: 500;
}
.sub-percent{

  color:#fff;
  font-size:40px;
  font-weight: 500;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
}
.brand-save-wrap{
  color:#fff;
  font-weight: 500;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
}
.brand-percent{
  color:#14b9f0;
  font-size:48px;
  font-weight: 500;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  text-align: left;
}
.text-left{
  text-align: left;
}
.brand-save-text-wrap{
  color:#fff;
  text-align: left;
  font-family: 'Neue Haas Unica';
  font-weight: normal;
  font-style: italic;
}
.consumer-wrap{
  color:#fff;
  text-align: left;
}
.percent-wrap{

  text-align: center;
}
#order-price-field{
  width: 60%;
}
#sales-tax-field{
  width: 60%;
}

.order-price-field-wrap{
padding: 3% 0;
}

.sales-tax-field-wrap{
  padding: 3% 0;
}
#section-header{
background: url('../img/sectionHeader.png'),#00000000;
  background-blend-mode: multiply;
  background-size:contain;
  background-repeat: no-repeat;
 
  
}
.hero-image {
background: url('../img/sectionHeader.png'), #1C1D2270;;
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.olo-range{
  width: 100%;
  -webkit-appearance: none;
  height: 12px;
  border-radius: 84px;
  background: linear-gradient(to right, #14B9F0 0%, #14B9F0 50%, #2C2E3A 50%, #2C2E3A 100%);
  outline: none;

}

.olo-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #14B9F0;
  border: none;
  cursor: pointer;
}

.hero-text{
    text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-wrap-section{
  padding: 0px 10px;
}
.banner-heading{
    color: white;
    font-size: 4.7vw;  
    font-family: Space Grotesk,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
}
.banner-sub-heading{
  color:#fff;
  font-family: 'Neue Haas Unica';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0px;
  text-align: center;
}

.second-heading-wrap{

  padding: 7% 0;
}
.calculation-box{

  padding-top: 5%;
}
.middle-calculation-container{
  padding-bottom: 5%;
}
.olo-calculator-page{
  padding: 20px 10px;
  background-color:#2c2e3a;
}
.olo-calculator-section {
  background-color: #181a27;
  padding:5% 0%;
  margin:0%;
}
.olo-container .text-wrap{
  margin-bottom:10%;
}
.olo-container .text-wrap .heading {
  text-align: center;
  color: #fff;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size:3.3vw;
}
.cost-analysis-row{
  padding:3% 0;
}
.olo-label{
  color:#fff;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  font-weight: 500;
}

.olo-range-datalist{
  display:flex;
  justify-content:space-between;
  padding-top: 1%;
  
}

.olo-range-datalist span{
  color:#fff;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  font-size:16px;
  font-weight: 500;
  
}
.olo-input{
  
  width:70%;
  color:#fff;
  text-align:Center;
  font-size:24px;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  background-color:transparent;
  outline:none !important;
  border-color:#fff;
  border-left:0px;
  border-right:0px;
  border-bottom:1px solid #fff;
  border-radius:0px !important;
  border-top:0px;
  font-weight: 500;
}
.range-row {
  margin-bottom:50px;
} 
.olo-nav-tabs{
  color:#fff;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  font-size:20px;
  display:flex;
  justify-content:center;
  padding:25px 0px;
  text-decoration:none;
  transition: all.2s ease;
  font-weight: 500;
}
.olo-nav-tabs:hover{
  background-color:#2c2e3a;
  color:#fff; 
}
.olo-nav-tabs.active{
  background-color:#2c2e3a;
  }
.olo-tab-conainer{
  width:50%;
}
.sub-row{
  display:flex;
  
}

.error{
  color:red;
}
.dispatch-tab,.Marketplace-tab{
  background-color:#2c2e3a;
  padding:10px 0px;
  text-align:center;
  font-size:14px;
  color:#fff;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  font-weight: 500;
  }
  .calculator-container{
    border:1px solid #2c2e3a;
  }
  .calculator-container .olo-dispatch-text{
    color:#fff;
    font-size:18px;
    font-family: Space Grotesk,Helvetica,Arial,sans-serif;
    display:flex;
    justify-content: center;
    align-items:flex-end;
    font-weight: 500;
  }
  .calculator-container .olo-mp-field{
    color:#fff;
    font-size:18px;
    font-family:'Neue Haas Unica';
    font-style: italic;
    display:flex;
    justify-content: center;
    align-items:center;
  
  }
  .calculator-container .olo-dispatch-field{
    color:#fff;
    font-size:24px;
    font-weight: 500;
    font-family: Space Grotesk,Helvetica,Arial,sans-serif;
    display:flex;
    justify-content: center;
    align-items:flex-end;
  }
  .olo-consumer-text{
    color:#fff;
    font-size:18px;
    font-family: Space Grotesk,Helvetica,Arial,sans-serif;
    font-weight: 500;
  }
  .tcod-heading,.nrpo-heading{
    color:#fff;
    font-family: Space Grotesk;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.4399999976158142px;
    text-align: center;
  }
  .total-dispatch{
    text-align: end;
    color:#fff;
    font-weight: 500;
    font-size:24px;
    font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  }
  .total-marketplace{
    text-align: end;
    color:#fff;
    font-weight: 500;
    font-size:24px;
    font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  }

  .right-total-mk{
    text-align:start;
    

  }
  .calculator-tabs{
    text-align: center;
  }

.banner-orderPrice{
  background: #2C2E3A;
}
.op-text{
  color:#fff;
font-family: Space Grotesk;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 41px;
letter-spacing: -0.9900000095367432px;
text-align: center;
}
.display-center{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.bgcolor2{
  background-color:#1C1D22;
}

.shape {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #2C2E3A;
  clip-path: polygon(0 0, 150px 150px, 0 150px);
  shape-outside: polygon(0 0, 150px 150px, 0 150px);
  shape-margin: 20px;
  transform: rotate(-45deg);
  position: relative;
  top: -55%;
}
.wrapper-div-of-footer-blue-section{
  position: relative;

}
.tooltips-icon{
  vertical-align: unset;
      font-size: 1.25rem;

}

.blueOverHangSection{
display: flex;
background-color: #14B9F0;
position: absolute;
z-index: 2;
padding: 100px 0;

}
.blueOverHangSection-text, a{
  text-align: center;
  color: white;
  text-decoration: solid;
  
}
a:hover{
  color:#fff;
}
.bOHS-h1{
font-family: Space Grotesk;
font-size: 2.7vw;
font-style: normal;
font-weight: 500;
letter-spacing: 0px;
text-align: center;
margin-bottom:30px;
}

.dollar{
  display:inline-block;
  position: relative;
  }
.dollar:before {
  position: absolute;
    content:"$";
    left:0px;
  top:5%;
  font-size: 24px;
  color: #ffffff;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  font-weight: 500;
  }
 .blueOverHangSection-text a{
    text-decoration: none !important;
    color:#ffffff;
 }
  .percentage-markup{
    display:inline-block;
    position: relative;
  }
    .percentage-markup:before {
    position: absolute;
    content:"%";
    right:0px;
    top:0px;
    font-size: 24px;
    color: #ffffff;
    font-family: Space Grotesk,Helvetica,Arial,sans-serif;
    font-weight: 500;
    }
    .commision-perc{
      display:inline-block;
      position: relative;
      }
    .commision-perc:before {
      position: absolute;
        content:"%";
        right:0px;
      top:0px;
      font-size: 24px;
      color: #ffffff;
      font-family: Space Grotesk,Helvetica,Arial,sans-serif;
      font-weight: 500;
      }
      .bOHS-p{
      font-family: 'Space Mono', monospace;
      padding-bottom: 5%;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 36px;
      letter-spacing: 2px;
      text-align: center;
      text-decoration: solid;
      }
 
      .disclaimer-text{
        font-family: Neue Haas Unica;
      font-size: 1.5vw;
      font-style: italic;
      font-weight: normal;
      line-height: 27px;
      letter-spacing: 0px;
      text-align: center;
      color: #ffffff50;
      }
.disclaimer-section{
  margin-bottom:8%
}
.icon-store {
  width: 25px;
  margin-right: 10px;
  
}
.icon-consumer {
  width: 25px;
  margin-right: 10px;
  
}
.icon-spacer{
      width: 40px;
}
.row{
  padding-left:0%;
  padding-right:0%;
  margin-left:0%;
  margin-right:0%;
}
#dispatchservicefee1{
  border-bottom: none;
}
.brand-save-div-wrap{
  padding-right:20px;
}
.consumer-save-div-wrap{
  padding-left:20px;
} 

  @media only screen and (max-width: 1024px) {
    .olo-input{
      font-size: 18px;
    }
    .dollar:before{
      font-size: 18px;
    }

    .percentage-markup:before{
      font-size: 18px;
    }

    .banner-heading{
      font-size:43px;
    }
    .banner-sub-heading{
      font-size: 25px;
    }
    .olo-container .text-wrap .heading{
      font-size: 35px;
    }
    .second-heding{
      font-size: 43px;
    }
    .sub-percent{
      font-size:35px;
    }

    .footer-section-percent{
      font-size:65px;
    }
    .brand-percent{
      font-size:40px;
    }
  .disclaimer-section{
    margin-bottom:10%
  }
  }
  @media only screen and (max-width:1360px){
    .blueOverHangSection{
      padding:80px 0px;
    }
  }
  @media only screen and (max-width:991px){
    .bOHS-p{
      font-size:18px;
    }
    .bOHS-h1{
      margin-bottom:15px;
    }
    
  }
  @media only screen and (max-width: 807px) and (min-width:769px){
    #profile-tab{
      padding: 26px;
    }
  }
  @media only screen and (max-width: 768px) {   
    .scenario-sub-text{
      font-size: 18px;
    }
      
.scenario-different-text{
  font-size: 24px;
}
.fixed-value-div-wrap{ 
  padding-right:4px;
}

#profile-tab{
padding: 26px;
}
    .olo-nav-tabs{

      padding: 26px 0px;
    }
    .banner-heading{
      font-size:33px;
    }

    .second-heding{
      font-size: 25px;
    }

    
    .banner-sub-heading{
      font-size: 20px;
    }

    .sub-percent{
      font-size:25px;
    }

    .footer-section-percent{
      font-size:45px;
    }
    .brand-percent{
      font-size:30px;
    }
.disclaimer-section{
  margin-bottom:15%
}
.icon-spacer{
      width: 50px;
}
  }
  @media only screen and (max-width:767px){
    .blueOverHangSection{
      padding:40px 0px;
    }
    .bOHS-h1{
      font-size:18px;
    }
    .bOHS-p{
      font-size:14px;
    }
  }
  @media only screen and (max-width: 575px) {
    .ca-brand-save,.ca-con-save{
      flex:0 0 100%;

    }
    .brand-save-div-wrap{
      display:block !important;
      
      padding-right:0;
    }
    .consumer-save-div-wrap{
      display:block !important;
      padding-left:0;
    }
    .text-left{
      text-align:center !important;
    }
    .brand-percent{
    text-align: center !important;  
    }
    .brand-save-text-wrap{
      text-align: center;
    }
    .consumer-wrap{
      text-align:center;
    }
    .blueOverHangSection{

      padding: 35px 0;
    }

   

      
      .tcod-heading, .nrpo-heading{
            line-height:24px;
          
      }
      
      .icon-store,.icon-consumer{
          margin-right:0px;
      }
      
      .calculator-container .olo-dispatch-field{
 
      padding:0px;
      align-items:center;
    }
       .total-dispatch,
    .total-marketplace{
    padding:0px;
      align-items:center;
    }
      
    
    .olo-label{
      font-size: 18px;
    }

    .olo-range::-webkit-slider-thumb {
      width:20px;
      height:20px;

    }
    .olo-range{
      height: 8px;
    }

    .olo-range-datalist span{
      font-size: 12px;
    }

    .percent-wrap{
      padding-bottom: 10%;
    }
    .brand-save-div-wrap{
      padding-bottom: 10%;
    }


    .calculator-tabs h4{
      font-size: 17px;
    }

  .disclaimer-section{
  margin-bottom:28%;
}   
  }
  @media only screen and (max-width: 480px) {
    
  
      .calculator-tabs h4{
      font-size: 18px;
    }

    .sub-percent{
      font-size:30px;
    }

    .second-heding{
      font-size: 25px;
    }

    .banner-sub-heading{
      font-size: 18px;
    }
    
    #section-header{
      padding: 10% 5%;
    }

    .banner-heading{
      font-size:25px;
    }

    .olo-consumer-text{
      font-size: 14px;

    }

    .calculator-container .olo-dispatch-text{
      font-size: 14px;
    }
    .olo-nav-tabs{
      font-size: 14px;
    }

    .tcod-heading, .nrpo-heading{
      font-size: 14px;
    }

    .calculator-container .olo-dispatch-field{
      font-size: 18px;
 
    }

    .total-dispatch,
    .total-marketplace{
      font-size: 18px;
    }
    .olo-container .text-wrap .heading{
      font-size: 20px;
      text-align: center;
    }
    .disclaimer-section{
  margin-bottom:28%;
}
h5{
  font-size:small;
}
  }
    @media only screen and (max-width: 480px) {
      .disclaimer-section{
        margin-bottom:10%;
      }
      .disclaimer-text{
        font-size:9px;
      }
      .icon-store{
        width:25px;
      }   

      .bOHS-p{
        margin: 0;
        font-size: 9px;
      }
      
          }
    @media only screen and (max-width: 360px) {
      .disclaimer-section{
        margin-bottom:50%;
      }   
      .icon-store{
        width:41px;
      }
    }
    @media only screen and (max-width: 320px) {
    .disclaimer-section{
      margin-bottom:15px;
    }   
        }
    @media only screen and (max-width: 280px) {
    .disclaimer-section{
      margin-bottom:72%;
    }   
        }

    
@media only screen and (min-width:1921px){
      .dollar:before {
        left: 45px;
      }
      .percentage-markup:before{
        right: 35px;
      }
    }
@media only screen and (min-width:1200px) and (max-width:1700px){
  .disclaimer-text{
    padding-bottom: 5%;
  }
}
@media only screen and (min-width: 1400px) {
  .bOHS-h1{
    font-size:52px
  }
  .bOHS-p{
    font-size: 24px;
  }
  
}
@media only screen and (min-width: 1200px) {

  .calculator-container .col-xl-2{
    padding: 0;
  }

.banner-heading{
  font-size: 73px;
}

.olo-container .text-wrap .heading{
  font-size: 52px;
}

.olo-tab-conainer h4{
  font-size: 24px;
}

.dispatch-tab h5{
  font-size: 18px;
}
.Marketplace-tab h5{
  font-size: 18px;
}

.olo-consumer-text{
  
  font-size: 18px;
}

.consumer-economics-calc h5{
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.olo-result h4{
  font-size: 24px;
}

.second-heding{
  font-size: 52px;
}
.consumer-wrap,.brand-save-wrap{
  font-size:26.39px;
}
.brand-save-text-wrap{
  font-size: 20px;
}
.disclaimer-text{
  font-size: 18px;
}
.total-marketplace{
  font-size: 31px;
}
.total-dispatch{
  font-size: 31px;
}
.brand-economics-calc h5{
  font-size: 18px;
  position: relative;
  z-index: 1;
}
}

.text-link-learn-more .bOHS-p {
font-family: Space Mono,Helvetica,Arial,sans-serif;
color: #fff !important;
position: relative !important;
padding-bottom: 5px;
}

.testing a{
text-decoration: none !important;
}

.text-link-learn-more .bOHS-p:before{
background-color: #fff !important;
}


.text-link-learn-more .bOHS-p:before{
content: "";
position: absolute;
height: 1px;
height: 1.1px;
width: 100%;
background-color: #25b3e2;
bottom: 0;
left: 0;
transition: height .2s cubic-bezier(.165,.84,.19,.95) 0ms;
}

.text-link-learn-more .bOHS-p:hover:before{
-webkit-animation: border-bottom-slide .8s;
animation: border-bottom-slide .8s;
}

@keyframes border-bottom-slide {
0% {
  margin-left: 0;
  width: 100%
}
50% {
  margin-left: 100%;
  width: 1%
}
51% {
  margin-left: 0;
  width: 1%
}
to {
  margin-left: 0;
  width: 100%
}
}


footer {
  background: #181a27;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.footer-top {
  height: 18vw;
}

footer .menu-section {
  padding-left: 8.16667vw;
  padding-right: 8.16667vw;
}

footer .baseline {
  padding: 0 8.16667vw 10px 0;
}

footer .menu-section .menu>ul {
  display: -webkit- flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 75px;
}

footer ul {
  margin: 0;
}

footer ul, ul li {
  padding: 0;
}

footer .menu-section .menu>ul>li {
  display: block;
  text-align: start;
}

 footer ul li {
  list-style: none;
  margin: 0 0 8px;
}

footer .menu-section .menu>ul>li>a {
  pointer-events: none;
  cursor: default;
  color: grey;
  text-transform: uppercase;
  color: #cacaca;
  font-family: Space Mono,Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 4px;
}

footer .menu-section .menu>ul ul {
  margin-top: 20px;
}

footer .menu-section .menu>ul ul li {
  margin-bottom: 15px;
  display: block;
  float: none;
}

footer .menu-section .menu>ul ul li a {
  text-align: start;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: -webkit- flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: Space Grotesk,Helvetica,Arial,sans-serif;
  font-size: 21px;
  line-height: 1.65;
  margin-top: 0;

}

footer .menu-section .menu>ul ul li a svg {
  width: 15px;
  margin-right: 8px;
}

footer .baseline p{
  font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
  text-align: right;
    font-size: 14px;
    color: #ababab;
    font-weight: 500;
}

footer .baseline a {
  text-decoration: none;
  color: #ababab;
}

footer .menu-section .menu > ul ul li a:hover {
  color: rgb(37, 179, 226);
}


@media screen and (max-width: 766px){
footer .footer-top {
    width: 83.66667vw;
    padding: 0;
}

footer .menu-section {
  padding-left: 4.16667vw;
  padding-right: 4.16667vw;
}
footer .baseline {
  padding-right: 0;
  width: 90%;
  margin: 5%;
}

footer .menu-section .menu>ul {
  display: -webkit- flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
  flex-wrap: wrap;
}

footer .menu-section .menu>ul li:nth-child(odd) {
  width: 47vw;
}
footer .menu-section .menu>ul li:nth-child(2n) {
  width: 30.66667vw;
  align-content: flex-end;
}

footer .menu-section .menu>ul>li {
  margin-bottom: 50px;
}

}