/* targetting first of type in body */
body .body-container > div > div> div> span > div:first-of-type {
  margin-top: 6.9em;
}

@media(max-width:897px){
  body .body-container > div > div> div> span > div:first-of-type {
    margin-top: 3.9em;
  }
}
/* targetting first of type in body ends */



{# curtesy bar#}
.curtesy-bar .item{
  width:100%;
}

.curtesy-bar .item-1{
  max-width:130px;
}

/* item-1 */
.curtesy-bar .notranslate{
  border: solid 1px #fff;
  border-radius: 0.3em !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  width: 100% !important;
  cursor:pointer;
  position: relative;
  background-image: url(https://www.thefulfillmentlab.com/hubfs/Icons/arrow-up-down_white.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  background-position-x: calc(100% - 0.5em);
  background-color: transparent;
  color: #fff;
}

.curtesy-bar .notranslate::-ms-expand {
  display: none;
}

html[data-useragent*='MSIE 10.0'] .curtesy-bar .notranslate, 
html[data-useragent*='rv:11.0'] .curtesy-bar .notranslate {
  background-size: 60px;
  background-position-x: 130%;
}

.curtesy-bar .notranslate option,
.curtesy-bar .notranslate option:hover {
  color: #333;
}

.curtesy-bar .notranslate:hover{
  color:#dd2525;
}

/* item-2 */
.curtesy-bar .item-2{
  max-width:380px;
  font-size:0.8em;
  text-align:right;
}

.curtesy-bar .flex-item {
  -webkit-box-flex: auto !important;
  -ms-flex: auto !important;
  flex: auto !important;  
}

.curtesy-bar .item-2 ul{
  list-style:none;
  margin:0;
  padding: 0;
}

.curtesy-bar .item-2 li{
  margin:0.5em;
  display:inline-block;
}

.curtesy-bar .item-2 li a{
  text-decoration: none !important;
  color: inherit !important;
}

.curtesy-bar .item-2 li a,
.curtesy-bar .item-2 li button{
  font-size: 1em;
  width: 100%;
  display: block;
  padding: .2em 1em 0.5em;
  border: 0;
  position: relative;
  line-height: 2;
  border-radius: 0.3em;
  color:#fff;
  background-color:transparent;
  cursor:pointer;
}

.curtesy-bar .item-2 li button{
  padding:.2em 0em 0.5em;
}

.curtesy-bar .item-2 li svg{
  position: relative;
  top: 4px;
  font-size:1.4em;
  fill:#fff;
}

.curtesy-bar .item-2 li:last-of-type a{
  background-color:#dd2424;
}

.curtesy-bar .item-2 li button:hover svg,
.curtesy-bar .item-2 li button:hover{
  color:#dd2424;
  fill:#dd2424;
}









{# header nav#}
.header-container-wrapper{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.bz-header-nav {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  background-color:#fff;
  transition: background-color 0.4s ease;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
}

.nav-active-state section.bz-header-nav,
body.is-scroll section.bz-header-nav{
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

.bz-header-nav .col-1 {
  max-width: 12em;
  width:100%;
}

.bz-header-nav .col-2{
  text-align: right;
}

.bz-menu{
  line-height: 0;
  float: right;
}

.bz-menu .hs-menu-depth-1{
  line-height:1.3;
  margin-left: 0.5em;
}

.bz-menu .hs-menu-depth-1 > a{
  font-weight: 500;
}


.bz-header-nav .col-2 {
  max-width: calc(100% - 200PX);
  min-width: calc(100% - 200PX);
  margin-left: 0;
}

.bz-header-nav .col-2-content{
  float: right;
  width: 100%;
}

/* menu */
.bz-header-nav button,
.bz-header-nav a {
  /*   overflow: visible !important; */
  white-space: normal !important;
  text-overflow: initial !important;
  max-width: none !important;
  width: 100% !important;
  text-decoration: none !important;
  color: inherit;
  font-size:0.9em;
  display: block !important;
  background-color:transparent;
  border:0;
  font-weight: 500;
}

.bz-header-nav .hs-menu-depth-2 a{
  text-align:left;
}

.bz-header-nav .hs-menu-depth-2 a:hover,
.bz-header-nav .courtesy-bar li:hover,
.bz-header-nav .hs-menu-item.hs-menu-depth-1:hover:not(:last-of-type) > a{
  /*   color: #2C7BE5; */
}



.is-scroll .bz-header-nav .default-logo,
.bz-header-nav .onscroll-logo{
  display:none;
}

.is-scroll .bz-header-nav.has-onscroll-logo .onscroll-logo{
  display:block;
}

@media (min-width: 898px){
  .bz-menu .hs-menu-depth-1:last-of-type,
  .bz-header-nav .mobile-more, 
  .bz-header-nav .mobile-trigger {
    display: none;
  }

  /*hs depth 1 */
  .bz-menu .hs-menu-depth-1:nth-last-child(2) > ul.hs-menu-children-wrapper{
    left: auto !important;
    right: 0 !important;
  }

  .bz-menu .hs-menu-depth-1:nth-last-child(2) > ul.hs-menu-children-wrapper:before{
    left: auto;
    right: 2em;
  }

  .bz-menu .hs-menu-depth-1 > ul {
    background-color:#27272b;
    min-width: 211px;
    transition: .4s ease-in-out;
    color:#fff;
    border-radius: 0.3em;
    top:3em;
    font-size:0.9em;
  }

  .bz-menu .hs-menu-depth-1.hs-item-has-children > ul:before{
    content: "";
    position: absolute;
    top: -0.2em;
    width: 1em;
    height: 1em;
    background-color: #27272b;
    left: 2em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .bz-menu .hs-menu-depth-1 > ul:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2em;
    background-color: hsla(0, 0%, 100%, 0);
    top: -1em;
    z-index: -1;
    left:0;
  }

  .bz-header-nav .hs-menu-depth-1:hover > a {
    color: #dd2525;
  }

  .bz-menu .hs-menu-children-wrapper {
    padding: 0.5em;
  }

  .bz-menu .hs-menu-depth-2:not(:last-of-type){
    border-bottom:solid 1px rgba(255, 255, 255, 0.54);
  }

  .bz-menu .hs-menu-depth-2 a{
    padding:1em 0 !important;
  }

  .bz-menu .hs-menu-depth-2 a:hover{
    color:#dd2525;
  }


}





@media (max-width: 897px){
  .is-mobile .header-container-wrapper{
    overflow-y: auto;
    height: 100%;
    background-color: #fff;
  }

  .mobile-trigger {
    position: absolute;
    right: 1em;
    font-size: 1.5em;
    color: #0b1e42;
  }

  .mobile-trigger .close, 
  .mobile-trigger .close.active+.open {
    display: none;
  }

  .mobile-trigger .close.active {
    display: block;
  }

  .bz-header-nav .col-2{
    display: none;
    max-width: none;
  }

  /*   mobile nav */
  body.is-mobile{
    overflow:hidden;
  }

  .is-mobile .bz-header-nav{
    height:100%;
  }

  .bz-menu{
    float:none;
    max-width: none;
    width: 100%;
  }

  .bz-header-nav .col-2{
    display:none;
    max-width: none;
  }

  .bz-header-nav .col-1{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    max-width:10em;
  }

  .mobile-trigger {
    position: absolute;
    right: 1em;
    font-size: 1.5em;
    color: #0b1e42;
  }

  .mobile-trigger .close.active {
    display: block;
  }

  .mobile-trigger .close,
  .mobile-trigger .close.active + .open {
    display: none;
  }

  .is-mobile .bz-header-nav .col-2 {
    display: block;
    position: absolute;
    margin-left: 0;
    left: 0;
    right: 0;
    top: 4em;
  }

  .bz-header-nav .col-2-content{
    display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important;
  }

  .bz-header-nav button,
  .is-mobile .bz-header-nav a{
    font-size:1em;
  }

  .bz-header-nav .bz-menu ul,
  .bz-header-nav .bz-menu li{
    display: block !important;
    float: none !important;
    width: 100%;
  }

  .bz-header-nav .social,
  .bz-header-nav .col-2-content li{
    border-bottom:solid 1px #3333;
    display:block;
    padding-left:0;
    margin-left: 0;
  }

  .bz-header-nav li{
    background-color:#fff !important;
  }

  .bz-header-nav .col-2-content button,
  .bz-header-nav .col-2-content a{
    padding:1em 1em 1em 2em !important;
    text-align: left;
  }

  .bz-header-nav .contact-us{
    margin-left: 0;
    padding-top: 1em;
    padding-left: 1em;
  }

  .bz-header-nav .contact-us a{
    padding: 0.5em 2em !important;
  }

  .bz-menu .hs-menu-depth-1 > a{
    max-width: calc(100% - 4em) !important;
    width:100%;
    padding: 1em !important;
  } 

  .is-mobile .bz-menu .hs-menu-depth-1 a{
    color:#283c46 !important;
    max-width: none !important;
  }

  .bz-menu .mobile-more {
    position: absolute;
    right: 1em;
    width:auto;
    top: 19px;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }

  .bz-menu .mobile-more svg{
    width:auto;
  }

  .bz-header-nav .hs-menu-depth-2 a,
  .bz-header-nav .hs-menu-item.hs-menu-depth-1:last-of-type{
    border-radius: 0 !important;
  }

  .bz-menu .hs-menu-depth-1{
    z-index:2;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bz-menu .hs-menu-depth-1.is-selected .mobile-more,
  .bz-menu .mobile-more.is-triggered{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .bz-menu .hs-menu-depth-1 .hs-menu-children-wrapper:not(.active){
    opacity:0 !important;
  }

  .bz-menu .hs-menu-depth-1 .active {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .bz-menu .hs-menu-depth-1 .active a{
    background-color: #424242;
    color:#fff !important;
  }

  /*   mobile get the app */ 
  .curtesy-bar{
    display:none;
    bottom: 0;
    width: 100%;
    z-index:9;
  }

  .is-mobile .curtesy-bar{
    display:block;
  }

  .hide-mobile{
    display:none !important;
  }




  .courtesy-bar .download-app-dropdown{
    position: relative;
    box-shadow: none;
    border: 0;
    left: 0 !important;
    min-width: initial;
    width: 100%;
    top: auto;
    background-color: #eaeaea;
  }

  .courtesy-bar .download-app-dropdown:before{
    display:none;
  }

  .courtesy-bar .mobile-apps li{
    border-bottom:0;
  }

  .courtesy-bar .mobile-apps li a{
    padding:0.5em 0 !important;
  }

  .courtesy-bar .download-app-dropdown .mobile-apps{
    margin-bottom:0;
  }
}



@media(max-width:480px){
  .curtesy-bar .flex-item {
    -webkit-box-flex: 1 !important;-ms-flex: 1 0 !important;flex: 1 0 !important;
  }
}






/* tm logo */
@media(min-width: 960px) {
  .tm-logo .col-2 {
    max-width: none;
    min-width: initial;
  }

  .tm-logo .col-1 {
    max-width: 16em;
  }
}





