.lang_menu {
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px;
  width: 350px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 48px;
}

 /* display: flex;
.lang_menu_inner {
  justify-content: space-between;
  align-items: center;
}*/

.switch-lang a:link {
   display: inline-block;
  padding: 0.5em;
  cursor: pointer;
   display: block;
  position: relative;
  margin: 0 0 0 0;
  
  transition: .3s;
  color:#353535 !important;
}
.switch-lang a:active {
display: inline-block;
  padding: 0.5em;
  cursor: pointer;
   display: block;
  position: relative;
  margin: 0 0 0 0;
  transition: .3s;
  color:#353535 !important;
}
.switch-lang a:hover {
display: inline-block;
  padding: 0.5em;
  cursor: pointer;
   display: block;
  position: relative;
  margin: 0 0 0 0;
  transition: .3s;
  background:#e9f3fd !important;
  color:#302ab2 !important;
  font-weight:bold !important;
}
.switch-lang a:visited {
display: inline-block;
  padding: 0.5em;
  cursor: pointer;
   display: block;
  position: relative;
  margin: 0 0 0 0;
  transition: .3s;
  color:#353535 !important;
}
.divider {
  margin: 0 5px;
}





.popout {
  border:1px solid #ccc;
  border-radius:16px;
   width:339px;
  height:488px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
}

.lang_menu {
  margin:20px auto 35px auto;

}
.lang_menu_inner ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
.lang_menu_inner {
    position: absolute;
    z-index: 10;
  top: 30px;
       left: 22px;
  

}
.docuworld-register-btn {
  font-weight:bold
}
.divider {
  margin-left: 5px;
    margin-right: 5px;
}

.overlay {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
/*.active {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}*/

.anchor.active-link > a, .anchor > a:active {
    background-color: #f7f7f7 !important;
    color: #303ab2;
    border-radius: 8px !important;
   /* width: 143px; */
    text-align: center!important;
    padding: 9px 20px 10px 8px;
    height: 44px;
}
.container-fluid .row-fluid .page-center {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto !important;
    float: none;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.search-button {
    background: transparent;
    position: absolute;
    right: 28px;
    top: 40px;
    height: 45px;
    color: #000;
    width: 57px;
    border: 0px;
}
/* --------
 * Sticky / Scroll Rules
 * ----- */
#topHeader {
  z-index:4;
  font: .95em "Avenir Next LT W01 Demi", sans-serif;
}

.topnav.responsive{
  z-index:
}
@media (min-width: 1200px) { /* ultra-wide screens */

   
  #main-header {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4; /* so it sits above hero images but underneath search field */
            background: #fff;
    
    }
  
  .header-nav-primary, .header-nav-secondary { transition: all 0.4s; }
  .scrollnav-tall .header-nav-primary { height: 110px; }
  .scrollnav-short .header-nav-primary { height: 70px; border-bottom: 1px solid #eee; }
  .scrollnav-tall .header-nav-secondary { height: 0px; }
  .scrollnav-short .header-nav-secondary { height: 0; }
  .scrollspacer { height: 112px; }
  
}

/* --------
 * Top Secondary Navigation
 * ----- */

/* basic positioning and structure of nav */

.header-nav-secondary nav.flex { justify-content: center; flex-wrap: wrap;}

.header-nav-secondary {
  background: #fff;
  height: 0px;
  }

  .header-nav-secondary a {
    font: .85em/40px "Avenir Next LT W01 Demi";
    }


@media (min-width:767px) { /* wide screens */
.display {
    display:none !important;
  }
  
  .header-nav-secondary nav.flex { justify-content: flex-end; }
  .header-nav-secondary {
    background: #fff;
    height: 0px;
    }
#input_div {
  position:absolute;
         left: -123px;
        bottom: -278px;
        width: 189px;
        height: 184px;
  padding: 43px;
  background: #f7f7f7;
   border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
  display:none;
  }
      .search_div::before {
        content: "";
        display: block;
        position: absolute;
        right: 82px;
        top: -15px;
        border-bottom: 15px solid #f7f7f7;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }
  body input[type=color], body input[type=date], body input[type=datetime-local], body input[type=datetime], body input[type=email], body input[type=file], body input[type=month], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body select, body textarea {
    background-color: #fff;
    background-image: none;
   
    color: #000;
    display: block;
    font: 0.9em/1.4 AvenirNextLTW01-Regular;
    height: auto;
    padding: .5em .4em .5em .6em;
    width: 480px;
    border-radius:4px
  }
    .search-box.active{
      background:#f7f7f7;
    cursor:pointer;
  width:36px;
  height:36px;
  position:relative;
    z-index:1000;
    display:block
  }
  .search-box{
    background:url('');
    cursor:pointer;
  width:36px;
  height:36px;
  position:relative;
    z-index:3000;
    display:block;
    border-radius:8px;
  }
   .search-box:hover{
    background:#e9f3fd;
    cursor:pointer;
  width:36px;
  height:36px;
  position:relative;
    z-index:3000;
    display:block;
     border-radius:8px;
  }
  
    .search-box img {
        margin-top: 6px;
        margin-left: 7px;
        width: 24px;
    }
    .mobile-menu {
  width:12%;
    margin-top:12px;
      
      
   
  }
    .nav-close {
    font-weight: bold;
    font-size: 20px;
    margin-top: 12px;
    cursor: pointer;
      display:none;
      margin-right: 48px; 
    
  }

}


/* rules for HubSpot HTML structure */

#main-header .header-nav-secondary a {
  padding: 0 20px;
  }

#top-header .hs-menu-wrapper ul li.hs-menu-depth-1 { height: 40px; }

  /* top link changes color while hovered */
  #top-header .hs-menu-wrapper > ul > li:hover > a { 
    color: #fff;
    background: rgba(73,83,117,1);
    background: #353535;
    }

  /* dropdown ul of secondary top nav */
  #top-header .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    min-width: 10em;
    top: 40px;
    background: rgba(73,83,117,1);
    background: #353535;
    }
    
  /* links within dropdown ul */
  #top-header .hs-menu-wrapper > ul > li ul a {
    text-align: left;
    border-bottom: 0px !important;
    }

/* for faked translation menus in blogs */
#top-header p.hs-menu-item.hs-menu-depth-2 {
  margin: 0;
  padding: 0;
  line-height: 20px;
  }

{#
#top-header .hs-menu-wrapper>ul>li:last-child>a {
    position: relative;
    background: rgba(0,0,0,.02) !important; 
    font-size: 16px;
    padding: 9px 12px;
   color: #fff;
}
@media (min-width: 768px) {
#top-header .hs-menu-wrapper>ul>li:last-child>a:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 999999px;
    height: 100%;
    background: rgba(0,0,0,.02) !important;
  }
}
#}




  
  
@media (max-width:767px) {
  .orange-header-cta, .orange-header-cta:hover {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 0.95em Avenir Next LT W01 Demi,sans-serif;
    font-size: 16px!important;
    padding: 0.6em 0.8em;
    text-align: center;
    position: relative;
    top: 140px;
}
    .blue-header-cta, .blue-header-cta:hover {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 0.95em Avenir Next LT W01 Demi,sans-serif;
    font-size: 16px!important;
    padding: 0.6em 0.8em;
    text-align: center;
    position: relative;
    top: 132px;
}
  .topnav.responsive {
    position: absolute;
    width: 100vw;
    height: fit-content;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 16px 16px 0px;
    z-index: 99999;
    left:0px;
}
  #top-header .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper {
    opacity: 0 !important;
    visibility: hidden !important;
    background: #353535 !important;
    z-index: 99;
    left: 2px;
    min-width: 10em;
}
#top-header .hs-menu-wrapper > ul > li ul a {
    display:none !important;
}

#top-header .hs-menu-wrapper > ul > li ul a:hover {
   display:none !important;
    }
      .search_div::before {
    content: "";
    display: none;
    position: absolute;
    right: 13.5rem;
    top: -15px;
    border-bottom: 15px solid #f7f7f7;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
}

  
.header-search-trigger-new {
 display:inline-block;
  margin:5px 10px;
  cursor: pointer;
}
/* Search */
.header-search {
    position: relative;
}

input#hs-input {
 width:300px; 
}
.input-group-btn {
   position:absolute;
  top:7px;
  right: -4px;
  
}
.btn-submit {
 background-image: url("https://cdn2.hubspot.net/hubfs/388534/2017%20Website%20Redesign/Line%20Graphics/search-icon.png"); 
  width:17px;
  height:18px;
  border:0px;
  cursor:pointer;
  background-repeat: no-repeat;
  
  
}
.header-search-float-new {
    position: absolute;
    right: 10%;
    top:44px;
    width: 340px!important;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    z-index: 15;
}
.header-search-float-new form .input {
    position: relative;
}
.header-search-float form a.hs-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    text-align: center;
}


 


/* --------
 * Top Primary Structure
 * ----- */

.header-nav-primary {
  background: #fff;
  padding: 1.5em 0;
  }

.header-nav-primary .flex {
  justify-content: space-between;
  flex-direction: column;
  margin:30px 0px;
  }

@media (min-width:767px) { /* wide screens */
   .mobile-menu {
  width:12%;
    margin-top: 16px;
    margin-right: 31px;
   display:none;
  }
  .header-nav-primary { position:relative; padding: 0; }
  
  .header-nav-primary .flex { flex-direction: row; align-items: center; width:730px; margin-left: -86px; }

}
.search-linkage {
      position: absolute;
    top: 18px;
    right: 10px
}
.mobile-cta {
    position: relative;
    right: 63px;
}

/* --------
 * Top Primary Brand
 * ----- */

.header-nav-primary_brand {
  width: 200px;
  transition: all .3s;
  }

 

  @media (min-width: 1200px) { /* ultra-wide screens */
    .scrollnav-tall .header-nav-primary_brand  { width: 200px; clip-path: circle(200px at left); }
    .scrollnav-short .header-nav-primary_brand  { width: 150px; clip-path: circle(35px at left); }
     }

  .header-nav-primary_brand a {
    display: block;
    width: 200px;
    height: 43px;
    background: 0 50% no-repeat url(https://start.docuware.com/hubfs/__%20Corporate%20Website/Logos/DocuWare_Logo_SVG.svg);
    background-size: 200px 43px;
    }

   
    @media (min-width: 1200px) { /* ultra-wide screens */
      .scrollnav-tall .header-nav-primary_brand a { width: 200px; }
      .scrollnav-short .header-nav-primary_brand a { width: 150px; background-size: 150px 40px; }
      }


/* --------
 * Top Primary CTA
 * ----- */

@media (min-width:767px) { /* wide screens */

  .header-nav-primary_cta { max-width: 250px; }

}

 
      

/* --------
 * Top Primary Navigation
 * ----- */
a#solutions-link.accordian_head.priamry-button {
  width:150px;
}


.header-nav-primary_main-nav a.primary-button {
  display: block;
  padding: 8px 10px 0px 20px;
 /* width: 170px; */
    text-align: center;padding: 8px;
    height: 44px;
  border-bottom: 1px solid #ccc;
  color: #252525;
    font-weight: 600;
  margin:0px 20px;
  }
.header-nav-primary_main-nav a.primary-button:hover {
background-color: #e9f3fd !important;
    color: #303ab2;
    border-radius: 8px !important;
   /* width: 170px; */
    text-align: left;
    padding: 9px 20px 10px 8px;
    height: 44px;
  text-align:center;
  }

@media (min-width:767px) { /* wide screens */
  
  .header-nav-primary_main-nav { margin: 0; }

  .header-nav-primary_main-nav a.primary-button {
        padding: 9px 9px 10px 8px !important;
        height: 44px !important;
        /* margin: 35px 0 0 0; */
        border-bottom: 0;
        margin: 0px 9px;
    }
  
/*   .header-nav-primary_main-nav a.primary-button:hover {
   padding: 9px 20px 10px 8px !important;
    height: 44px !important;
   /* margin: 35px 0 0 0;
    border-bottom: 0;
    color:#302ab2;
    margin:0px 9px
    }*/
  
    .header-nav-primary_main-nav section:last-of-type a.primary-button { border: none; }

}
 
@media (min-width:1200px) { /* ultra-wide screens */

  .header-nav-primary_main-nav a.primary-button {
  /*  padding: 10px 36px 0 20px;*/
    border: none;
    font-size: 1.05em;
    }
 .scrollnav-short .header-nav-primary .flex {
   margin: 0px 30px 0px 30px;
  }
   .scrollnav-short .header-nav-primary .main-nav_dropdown-partners.flex {
    flex-direction: row;
    align-items: stretch;
    padding: 40px;
    width: 370px;
    margin-top: 0px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    left: 688px;
    position: relative;
}
  .main-nav_dropdown-products::before {
    content: "";
       display: block;
       position: absolute;
       right: 33rem;
       top: -15px;
       border-bottom: 15px solid #f7f7f7;
       border-left: 15px solid transparent;
       border-right: 15px solid transparent;
  }
  .main-nav_dropdown-partners::before {
    content: "";
       display: block;
       position: absolute;
       right: 11rem;
       top: -15px;
       border-bottom: 15px solid #f7f7f7;
       border-left: 15px solid transparent;
       border-right: 15px solid transparent;
  }
  .scrollnav-short .header-nav-primary .main-nav_dropdown.flex {
    flex-direction: row;
    align-items: stretch;
    padding: 0px 20px 0 20px;
    width: 1240px;
     margin-top: 0px; 
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
   .main-nav_dropdown::before {
     content: "";
       display: block;
       position: absolute;
       right: 53.5rem;
       top: -15px;
       border-bottom: 15px solid #f7f7f7;
       border-left: 15px solid transparent;
       border-right: 15px solid transparent;
  }
  .scrollnav-short .header-nav-primary .main-nav_dropdown-resources.flex {
    flex-direction: row;
    align-items: stretch;
    padding: 0px 20px 0 20px;
    width: 1240px;
     margin-top: 36px; 
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
   .main-nav_dropdown-resources::before {
     content: "";
       display: block;
       position: absolute;
       right: 33rem;
       top: -15px;
       border-bottom: 15px solid #f7f7f7;
       border-left: 15px solid transparent;
       border-right: 15px solid transparent;
  }
  .scrollnav-short .header-nav-primary .main-nav_dropdown-products.flex {
    flex-direction: row;
    align-items: stretch;
    padding: 40px;
    width: 688px;
    margin-top: 0px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    left: 171px;
    position: relative;
}
  .scrollnav-short .header-nav-primary .main-nav_dropdown-resources.flex {
   
    flex-direction: row;
    align-items: stretch;
    padding: 40px;
    width: 1240px;
    margin-top: 36px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    left: -18px;
    position: relative;
}
.header-nav-primary .main-nav_dropdown-es.flex {
    flex-direction: row;
    align-items: stretch;
    padding: 0px 20px 0 20px;
    width: 1024px;
    margin-top: 36px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

 .header-nav-primary .main-nav_dropdown-es::before.flex { 
    content: "";
       display: block;
       position: absolute;
       right: 32rem;
       top: -15px;
       border-bottom: 15px solid #f7f7f7;
       border-left: 15px solid transparent;
       border-right: 15px solid transparent;
  }
 .scrollnav-short #input_div {
    position: absolute;
    left: -71px;
        bottom: -126px;
        width: 180px;
        height: 40px;
    padding: 43px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.scrollnav-short .header-nav-primary_main-nav a.primary-button {
    height: 40px !important;
    margin: 13px;
    font-size: 1em;
    width: 143px;
}
     .scrollnav-short .header-nav-primary_main-nav a.primary-button:after {
    /*   content: ' '; */
  display: inline-block;
  border-bottom: 2px solid #303ab2;
  border-right: 2px solid #303ab2;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
      margin-left:10px;
      margin-top:-10px;
      position:absolute;
      top:40px;
      }
  
    .header-nav-primary_main-nav a.primary-button:after {
      /* content: ' '; */
  display: inline-block;
  border-bottom: 2px solid #303ab2;
  border-right: 2px solid #303ab2;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
      margin-left:10px;
      margin-top:-10px;
      position:absolute;
      top:58px;
      }

}
  
   

/* --------
 * Top Primary Navigation Dropdowns
 * ----- */
 @media (min-width: 767px) {
.plusminus {
    display: none !important;
    
  }
}



@media (min-width: 767px) { /* wide */
  
.dropdown-contents {
  position: absolute;
  width:150px;
  left:0px;
  max-width: 1240px;
  margin: 0 auto;
  height:100%;
  }
  
  .dropdown-contents-product {
  position: absolute;
  width:100%;
  left:171px;
  max-width: 1240px;
  margin: 0 auto;
  height:100%;
  }
.nav {
  list-style: none;
  display: inherit;
  }
#digital {
  opacity:0;
 display:none;
    transition: .5s;
}
/*#digital-nav:hover #digital, #digital-nav:focus #digital {
 transition: .5s;
    left:0px;
    opacity: 1;
  margin: 0 auto;
    display:block; 
}*/
#digital-nav:hover #digital-transformation {  }
  .active-link a, .active-link a:active {
    background-color: #f7f7f7;color:#303ab2 !important; 
  }
  

#solutions {
 opacity: 0;
    display: none;
    transition: .5s;
}
/*#solutions-nav:hover #solutions {
 transition: .5s;
    left:0px;
    opacity: 1;
  margin: 0 auto;
    display:block; 
}*/
#solutions-nav:hover #solutions-link  {  }
  
#platform {
 opacity:0;
    display:none;
    transition: .5s;
}
/*#platform-nav:hover #platform {
 transition: .5s;
    left:0px;
    opacity: 1;
  margin: 0 auto;
   display:block;  
}*/
#platform-nav:hover #platform-link {  }
  
#about {
  opacity:0;
    display:none;
    transition: .5s;
}
/*#about-nav:hover #about {
 transition: .5s;
    left:0px;
    opacity: 1;
  margin: 0 auto;
    display:block;  
}*/
#about-nav:hover #about-link {  }
  
  
#partners {
  opacity:0;
    display:none;
    transition: .5s;
}
/*#about-nav:hover #about {
 transition: .5s;
    left:0px;
    opacity: 1;
  margin: 0 auto;
    display:block;  
}*/
#partners-nav:hover #partners-link {  }
  
  
.main-nav_dropdown {
  position: absolute;
  background: #f7f7f7;
  z-index: 3;
  }



.header-nav-primary .main-nav_dropdown.flex { flex-direction: column;  }

.main-nav_dropdown .column {
  padding: 2em 20px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,.3);
  }
  .main-nav_dropdown-es .column {
  padding: 2em 20px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,.3);
  }
  .main-nav_dropdown-solutions .column {
  padding: 2em 20px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,.3);
  }
  .main-nav_dropdown-resources .column {
  padding: 2em 20px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,.3);
  }
}

@media (min-width:767px) { /* wide screens */

  .header-nav-primary .main-nav_dropdown.flex { 
    flex-direction: row; 
    align-items: stretch;     
    padding: 0px 20px 0 20px;
    width:1240px;
    margin-top: 36px;
    background: #f7f7f7;
   border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
  }
 
 
  .header-nav-primary .main-nav_dropdown-products.flex { 
    flex-direction: row; 
    align-items: stretch;     
    padding: 40px;
    width:900px;
    margin-top: 36px;
    background: #f7f7f7;
   border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    left: 171px;
    position: relative;
  }
  
  .header-nav-primary .main-nav_dropdown-products::before.flex { 
    content: "";
       display: block;
       position: absolute;
       right: 22rem;
       top: -15px;
       border-bottom: 15px solid #f7f7f7;
       border-left: 15px solid transparent;
       border-right: 15px solid transparent;
  }
 
 
  .header-nav-primary .main-nav_dropdown-resources.flex {
        flex-direction: row;
    align-items: stretch;
    padding: 0px 0px 20px 0px;
    width: 1240px;
    margin-top: 36px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    left: -15px;
    position: relative;
}
   .header-nav-primary .main-nav_dropdown-partners.flex { 
    flex-direction: row; 
    align-items: stretch;     
    padding: 40px;
    width:370px;
    margin-top: 36px;
    background: #f7f7f7;
   border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    left: 671px;
    position: relative;
  }
  .main-nav_dropdown .column {
   padding: 38px 54px 28px 55px;
    width: 25%;
    border-bottom: none;
    background:#f7f7f7
    }
  .main-nav_dropdown-resources .column {
   padding: 38px 54px 28px 55px;
    width: 25%;
    border-bottom: none;
    background:#f7f7f7
    }

  .main-nav_dropdown .column.bullets-left {
    margin-left: 1.5%;
    padding-right: 1.5%;
    }
  
}


.intro-text {
  background: #f7f7f7;
  }

.featured-cta {
  background: #252525;
  }

.featured-cta img {
  display: block;
  margin-top: -3em;
  margin-bottom: 1em;
  }

  .dropdown-contents .main-nav_dropdown .column-subhead  {
    
    font-family:  AvenirNextLTW01-Regular,serif;
    
    color: #303ab2;
    margin-bottom: .7em;
    font-size:20px;
    font-weight: 600;
    }

.dropdown-contents .main-nav_dropdown-products .column-subhead  {
 font-family:  AvenirNextLTW01-Regular,serif;
    
    color: #303ab2;
    margin-bottom: .7em;
    font-size:20px;
    font-weight: bold;
    }
.dropdown-contents .main-nav_dropdown-resources .column-subhead  {
 font-family:  AvenirNextLTW01-Regular,serif;
    
    color: #303ab2;
    margin-bottom: .7em;
    font-size:20px;
    font-weight: bold;
    }
.dropdown-contents .main-nav_dropdown-partners .column-subhead  {
   font-family:  AvenirNextLTW01-Regular,serif;
    
    color: #303ab2;
    margin-bottom: .7em;
    font-size:20px;
    font-weight: bold;
    }
.main-nav_dropdown .intro-text p:first-of-type { margin-top: 0; }
.main-nav_dropdown p:last-of-type { margin-bottom: 0; }

.digital-transformation .column nav a {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#f7f7f7;
  color:#5a5a5a !important;
  }
.digital-transformation .column nav a:hover {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#e9f3fd !important;
  color:#302ab2 !important;
  }
.main-nav_dropdown-products .column nav a {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#F7F7F7 !important;
  color:#5a5a5a !important;
  }
.main-nav_dropdown-products .column nav a:hover {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#e9f3fd !important;
  color:#302ab2 !important;
  }
.main-nav_dropdown-resources .column nav a {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#f7f7f7 !important;
  color:#5a5a5a !important;
  }
.main-nav_dropdown-resources .column nav a:hover {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#e9f3fd !important;
  color:#302ab2 !important;
  }
.main-nav_dropdown-partners .column nav a:hover {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#e9f3fd !important;
  color:#302ab2 !important;
  }
.main-nav_dropdown-partners .column nav a {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#f7f7f7 !important;
  color:#5a5a5a !important;
  }

.main-nav_dropdown-partners .column nav a:hover {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#e9f3fd !important;
  color:#302ab2 !important;
  }
.main-nav_dropdown .column nav a:hover {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#e9f3fd;
  color:#302ab2 !important;
  }

.main-nav_dropdown .support-icon {
  display: block;
  background: #fff;
  border-radius: 80px;
  padding: 10px;
  margin-top: -1em;
  }

  @media (max-width:767px) { 
    .main-nav_dropdown .column nav a { 
      font-size: 1.1em; 
    } 
.anchor.active-link > .big_menu {
    -webkit-transform: none;
    display: block !important;
    z-index: 99999;
    opacity: 1 !important;
   /* height:540px;*/
  overflow:visible;
    left: 0px;
      
}
  
} /* bump font size for mobile view */

  .main-nav_dropdown .column nav a:before {
    content: "";
    display: inline-block;
    position: absolute;
    margin: .2em .7em 0 -1.3em;
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-left: .5em solid rgba(255,255,255,.2);
    }

    .main-nav_dropdown .column nav a:hover:before {
       border-left-color: rgba(255,255,255,.4);
       transition: .3s;
        }


/* --------
 * Sticky Subnav
 * ----- */

@media (min-width: 1200px) { /* ultra-wide screens */
.anchor.active-link > .big_menu {
    -webkit-transform: none;
    display: block !important;
    z-index: 99999;
    opacity: 1 !important;
    height:540px;
  overflow:visible !important;
    left: 0px;
      
}
  
#sticky-subnav {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: all .4s;
  }
  
  .scrollnav-tall #sticky-subnav { top: 150px; }
  .scrollnav-short #sticky-subnav { top: 70px; }
  
  /* REMOVE STICKY SUBNAV JS AFTER LAUNCH */

}

/* Page wrapper */
.wrapper {
  width: 90%;
  max-width: 800px;
  margin: 4em auto;
  text-align: center;
}

/* Icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}

/**
 * Modals ($modals)
 */

/* 1. Ensure this sits above everything when visible */
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: -84px;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-toggle {
  color: #000;
  padding-right:20px;
  font-weight:bold;
  font-size:18px;
  cursor:pointer;
  padding-top:20px;
}


.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1201px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    body input[type=color], body input[type=date], body input[type=datetime-local], body input[type=datetime], body input[type=email], body input[type=file], body input[type=month], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body select, body textarea {
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #d2d2d2;
    color: #000;
    display: block;
    font: 0.9em/1.4 AvenirNextLTW01-Regular;
    height: auto;
    padding: 0.4em 0.6em;
    width: 55%;
}
    .search_div::before {
    content: "";
    display: none;
    position: absolute;
    right: 13.5rem;
    top: -15px;
    border-bottom: 15px solid #f7f7f7;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
    .dropdown-contents {
     position: relative; 
    width: 100%;
    left: 0px;
    max-width: 1240px;
    margin: 0 auto;
    height: 100%;
}
    .anchor.active-link > .big_menu {
    -webkit-transform: none;
    display: block !important;
    z-index: 99999;
    opacity: 1 !important;
    height: 150vh;
    left: 0px;
      overflow-y:scroll;
}
    .header-nav-primary_main-nav { margin: 1em 0 1em 0; display:none}
    
     .header-nav-primary_main-nav a.primary-button {
    display: block;
    /* padding: 8px 10px 0px 20px; */
    width: 100%;
    text-align: center;
    padding: 0px;
    height: 51px;
    color: #5c5c5c;
    font-weight: bold;
    margin: 0px 32px;
    text-align:left;
    border:0px;
    font-size: 20px;
} 
.header-nav-primary_main-nav a.primary-button:after {
    /*content: ' ';*/
    display: inline-block;
    border-bottom: 2px solid #303ab2;
    border-right: 2px solid #303ab2;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 53px;
    right: 68px;
}
.anchor.active-link > a, .anchor > a:active {
    background-color: #fff;
    color: #303ab2;
    border-radius: 8px !important;
  /*  width: 143px; */
    text-align: left!important;
    padding: 9px 20px 10px 8px;
    height: 44px;
}

  .anchor.active-link > a:after {
   /* content: ' '; */
    display: inline-block;
    border-bottom: 2px solid #303ab2;
    border-right: 2px solid #303ab2;
    height: 10px !important;
    width: 10px !important;
    transform: rotate(-135deg) !important;;
    margin-left: 10px;
    margin-top: -9px;
    position: absolute;
    top: 50px;
    right: 122px;
}


 
    .open {
    /* background: #f7f7f7; */
    padding: 1.5em 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
      height:610px;
   
}
  .header-nav-primary {
  background: #fff;
  padding: 1.5em 0;
    position:fixed;
    width:100%;
    z-index:1000;
    height:100px;
  }
 .header-nav-primary .flex {
    justify-content: space-between;
    flex-direction: column;
    margin: -19px;
    background: #fff;
    margin-top: -25px;
    width: 1279px;
}


.header-nav-primary_brand {
   width: 100% !important;
    transition: all .3s;
    /* margin-left: 20px; */
    /* margin-bottom: 30px; */
    background: #fff;
    padding: 25px 0px 28px 15px;
    position: relative;
    top: -25px;
    display: flex;
    left: -5px;
    clip-path: circle(1246px at left) !important;
}
#main-header {
   position:relative;
    background: #fff;

}
  .header-full {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #f7f7f7;
  }
  .brand-container {
    position:fixed;
    z-index:100000;
    background: #fff;
    width: 100%;
    
  }
#input_div {
    position: absolute;
    left: 0px;
    bottom: -116px;
    width: 101%;
    /* height: 120px; */
    /* padding: 43px; */
    background: #fff;
    display: block;
}
 body input[type=color], body input[type=date], body input[type=datetime-local], body input[type=datetime], body input[type=email], body input[type=file], body input[type=month], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body select, body textarea {
    background-color: #fff;
    background-image: none;
   
    color: #000;
    display: block;
    font: 0.9em/1.4 AvenirNextLTW01-Regular;
    height: auto;
    padding: .5em .4em .5em .6em;
    
    border-radius:4px
  }  
  .header-logo {
    width:90%
  }
  .mobile-menu {
  width:12%;
    margin-top: 16px;
    margin-right: 21px;
    display:block;
   
  }
  .display {
    display:none !important;
  }
   
    
.nav-close {
    font-weight: bold;
    font-size: 20px;
    margin-top: 12px;
    cursor: pointer;
    margin-right: 130px;
    display: block;
}
  .scrollspacer {
    height:80px;
  }
.search-button {
    background: transparent;
    position: absolute;
    right: 36px;
    top: 39px;
    height: 45px;
    color: #000;
    width: 57px;
    border: 0px;
}
  .plusminus {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
   /* border-top: 7px solid rgba(0,0,0,.3);*/
    margin-left: .4em;
    margin-top: 11px;
    transform: rotate(0deg);
    transition: transform .5s ease;
    }
  
    .active .plusminus {
      transform: rotate(180deg);
      transition: transform .5s ease;
      }
  
    .active .plusminus,
    a.accordion_head:hover .plusminus {
      border-top-color: #fff;
      }

  #digital-nav, #solutions-nav, #platform-nav, #about-nav, #partners-nav {
  position: relative;
    padding: 22px 0px 22px 29px;
    border-bottom: 1px solid #ccc;
    width: 1200px;
  }

  #digital-nav:hover #digital, #solutions-nav:hover #solutions {
   display: none; 
}
  
.dropdown-contents {
  margin: 0 -20px;
 /* padding: 0 20px;*/
  }
  
.main-nav_dropdown {
  padding: 20px 40px;
  margin: 0 -20px;
  background: #353535;
  z-index: 3;
 
  }
  
.accordion_body {
  overflow: hidden;
  display: none;
  }

  

.search-box{
    padding-left:26px;cursor:pointer;padding-top:15px;display: none !important;
  }  
.search-box img{
/*  visibility: hidden; */
}
  .header-nav-primary .main-nav_dropdown.flex {
    overflow: scroll;
    flex-direction: column;
    align-items: stretch;
    padding: 0px 20px 0px 30px;
    width: 100%;
    margin: 27px 0px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
   
}
.main-nav_dropdown .column {
    padding: 16px 54px 28px 30px;
    width: 100%;
    border-bottom: none;
    background: #f7f7f7;
}
.digital-transformation .column nav a {
    display: block;
    position: relative;
    margin: 0 0 0 -2em;
    padding: 0.2em 0 0.2em 2em;
    transition: .3s;
    background: #f7f7f7 !important;
    color: #5a5a5a !important;
}    
    .header-nav-primary .main-nav_dropdown-products.flex {
  
    flex-direction: column;
    align-items: stretch;
    padding: 16px 0px 0px 72px;
    width: 1200px;
    margin-top: 23px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
     left: 3px; 
     position: relative; 
    overflow-y: scroll;
}
.header-nav-primary .main-nav_dropdown-resources.flex {
    flex-direction: column;
    align-items: stretch;
    padding: 0px 0px 0px 58px;
    width: 1240px;
    margin-top: 23px;
    background: #fff;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    left: -19px;
    position: relative;
    height: 74.5vh;
    overflow-y: scroll;
}
    .main-nav_dropdown-resources .column {
    padding: 16px 54px 28px 44px;
    width: 100%;
    border-bottom: none;
    background: #f7f7f7;
}
    .main-nav_dropdown-resources .column nav a {
    display: block;
    position: relative;
    margin: 0 0 0 -2em;
    padding: 0.2em 0 0.2em 2em;
    transition: .3s;
    background: #f7f7f7 !important;
    color: #5a5a5a !important;
}
    .header-nav-primary .main-nav_dropdown-partners.flex {
    flex-direction: row;
    align-items: stretch;
    padding: 16px 0px 0px 50px;
    width: 100%;
    margin-top: 25px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    left: 24px;
    position: relative;
      height:32vh;
}
    .main-nav_dropdown-partners .column nav a {
    display: block;
    position: relative;
    margin: 0 0 0 -2em;
    padding: 0.2em 0 0.2em 2em;
    transition: .3s;
    background: #f7f7f7!important;
    color: #5a5a5a !important;
}
}
@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      body input[type=color], body input[type=date], body input[type=datetime-local], body input[type=datetime], body input[type=email], body input[type=file], body input[type=month], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body select, body textarea {
    background-color: #fff;
    background-image: none;
   
    color: #000;
    display: block;
    font: 0.9em/1.4 AvenirNextLTW01-Regular;
    height: auto;
    padding: .5em .4em .5em .6em;
    width: 480px;
    border-radius:4px
  }
        .search_div::before {
    content: "";
    display: none;
    position: absolute;
    right: 13.5rem;
    top: -15px;
    border-bottom: 15px solid #f7f7f7;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
    .orange-header-cta, .orange-header-cta:hover {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 0.95em Avenir Next LT W01 Demi,sans-serif;
    font-size: 16px!important;
    padding: 0.6em 0.8em;
    text-align: center;
    position: relative;
    top: 140px;
}
    .blue-header-cta, .blue-header-cta:hover {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 0.95em Avenir Next LT W01 Demi,sans-serif;
    font-size: 16px!important;
    padding: 0.6em 0.8em;
    text-align: center;
    position: relative;
    top: 132px;
}
    .dropdown-contents {
     position: relative; 
    width: 100%;
    left: 0px;
    max-width: 1240px;
    margin: 0 auto;
    height: 100%;
}
    .anchor.active-link > .big_menu {
    -webkit-transform: none;
    display: block !important;
    z-index: 99999;
    opacity: 1 !important;
    height: 150vh;
    left: 0px;
      overflow-y:scroll;
}
    .header-nav-primary_main-nav { margin: 1em 0 1em 0; display:none}
    
    
     .header-nav-primary_main-nav a.primary-button {
    display: block;
    /* padding: 8px 10px 0px 20px; */
    width: 100%;
    padding: 0px;
    height: 51px;
    color: #5c5c5c;
    font-weight: bold;
    margin: 0px 0px;
    text-align:left !important;
    border:0px;
    font-size: 20px;
} 
.header-nav-primary_main-nav a.primary-button:after {
  /* content: ' ';*/
    display: inline-block;
    border-bottom: 2px solid #303ab2;
    border-right: 2px solid #303ab2;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 53px;
    right: 77px;
}
.anchor.active-link > a, .anchor > a:active {
    background-color: #fff;
    color: #5c5c5c;
    border-radius: 8px !important;
   /* width: 143px; */
    text-align: left;
    padding: 9px 20px 10px 8px;
    height: 44px;
}

  .anchor.active-link > a:after {
  /* content: ' '; */
    display: inline-block;
    border-bottom: 2px solid #303ab2;
    border-right: 2px solid #303ab2;
    height: 10px !important;
    width: 10px !important;
    transform: rotate(-135deg);
    margin-left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 53px;
    right: 77px;
}
     .anchor-search.active-link-search > a, .anchor-search > a:active {
    background-color: #f7f7f7;
    color: #5c5c5c search!important;
    border-radius: 8px !important;
    width: 0px !important;
    text-align: left !important;
    padding: 9px 20px 10px 8px !important;
    height: 44px;
}
 .primary_cta a {
    display: inline-block;
    text-align: center;
    padding: .6em .8em;    
    background: rgba(255,157,0,1);
    border-radius: 10px;
    font: .95em "Avenir Next LT W01 Demi", sans-serif;
    display:none !important;
    color: #fff;
   font-size:13px !important
   
 } 
    .open {
    background: #fff; 
    padding: 1.5em 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
   
}
  .header-nav-primary {
  background: none;
  padding: 1.5em 0;
    position:fixed;
    width:100%;
    z-index:1000;
    height:100px;
  }
.header-nav-primary .flex {
    justify-content: space-between;
    flex-direction: column;
    margin: -19px;
    background: #fff;
    margin-top: -25px;
    width: 1024px;
  
}
.mobile-cta {
    position: relative;
    right: 25px;
    top: 51px;
}

.header-nav-primary_brand {
    width: 112%;
    transition: all .3s;
    /* margin-left: 20px; */
    /* margin-bottom: 30px; */
    background: #fff;
    padding: 25px 0px 28px 15px;
    position: relative;
    top: -25px;
    display: flex;
    left: 40px;
}
#main-header {
   
    background: #fff;

}
  .header-full {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #f7f7f7;
  }
  .brand-container {
    position:fixed;
    z-index:100000;
    background: #fff;
    width: 100%;
    
  }
#input_div {
    position: absolute;
    left: 0px;
    bottom: -116px;
    width: 101%;
    /* height: 120px; */
    /* padding: 43px; */
    background: #fff;
    display: block;
}
 body input[type=color], body input[type=date], body input[type=datetime-local], body input[type=datetime], body input[type=email], body input[type=file], body input[type=month], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body select, body textarea {
    background-color: #fff;
    background-image: none;
   
    color: #000;
    display: block;
    font: 0.9em/1.4 AvenirNextLTW01-Regular;
    height: auto;
    padding: .5em .4em .5em .6em;
    
    border-radius:4px
  }  
  .header-logo {
    width:90%
  }
  .mobile-menu {
  width:12%;
    margin-top: 19px;
    margin-right: -9px;
   display:block;
  }
  .display {
    display:none !important;
  }
.nav-close {
    font-weight: bold;
    font-size: 20px;
    margin-top: 12px;
    cursor: pointer;
    margin-right: 81px;
    display: block;
}
  .scrollspacer {
    height:80px;
  }
.search-button {
    background: transparent;
    position: absolute;
    right: 38px;
    top: 39px;
    height: 45px;
    color: #000;
    width: 57px;
    border: 0px;
}
  .plusminus {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
   /* border-top: 7px solid rgba(0,0,0,.3);*/
    margin-left: .4em;
    margin-top: 11px;
    transform: rotate(0deg);
    transition: transform .5s ease;
    }
  
    .active .plusminus {
      transform: rotate(180deg);
      transition: transform .5s ease;
      }
  
    .active .plusminus,
    a.accordion_head:hover .plusminus {
      border-top-color: #fff;
      }

  #digital-nav, #solutions-nav, #platform-nav, #about-nav, #partners-nav {
  position: relative;
    padding: 22px 0px 22px 29px;
    border-bottom: 1px solid #ccc;
    width: 1024px;
  }

  #digital-nav:hover #digital, #solutions-nav:hover #solutions {
   display: none; 
}
  
.dropdown-contents {
  margin: 0 -20px;
 /* padding: 0 20px;*/
  }
  
.main-nav_dropdown {
  padding: 20px 40px;
  margin: 0 -20px;
  background: #353535;
  z-index: 3;
 
  }
  
.accordion_body {
  overflow: hidden;
  display: none;
  }

 .anchor.active-link > .big_menu {
    -webkit-transform: none;
    display: block !important;
    z-index: 99999;
    opacity: 1 !important;
    height: 540px;
    left: -7px;
    overflow-y: scroll;
    width: 1024px;
} 

.search-box{
    padding-left:26px;cursor:pointer;padding-top:15px;display: none !important;
  }  
.search-box img{
 /* visibility: hidden; */
}
  .header-nav-primary .main-nav_dropdown.flex {
    flex-direction: column;
    align-items: stretch;
    padding: 0px 20px 0 0px;
    width: 100%;
    margin: 27px 0px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    height: 72vh;
    overflow:visible;
}
.main-nav_dropdown .column {
    padding: 16px 54px 28px 30px;
    width: 100%;
    border-bottom: none;
    background: #f7f7f7;
}
.digital-transformation .column nav a {
    display: block;
    position: relative;
    margin: 0 0 0 -2em;
    padding: 0.2em 0 0.2em 2em;
    transition: .3s;
    background: #f7f7f7 !important;
    color: #5a5a5a !important;
}    
    .header-nav-primary .main-nav_dropdown-products.flex {
  height: 72vh;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 0px 0px 44px;
    width: 1024px;
    margin-top: 23px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
     left: 3px; 
     position: relative; 
    overflow: visible;
}
.header-nav-primary .main-nav_dropdown-resources.flex {
    flex-direction: column;
    align-items: stretch;
    padding: 0px 0px 0px 21px;
    width: 1240px;
    margin-top: 23px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    left: -19px;
    position: relative;
    height: 72vh;
    overflow: visible;
}
    .main-nav_dropdown-resources .column {
    padding: 16px 54px 28px 44px;
    width: 100%;
    border-bottom: none;
    background: #f7f7f7;
}
    .main-nav_dropdown-resources .column nav a {
    display: block;
    position: relative;
    margin: 0 0 0 -2em;
    padding: 0.2em 0 0.2em 2em;
    transition: .3s;
    background: #f7f7f7 !important;
    color: #5a5a5a !important;
}
    .header-nav-primary .main-nav_dropdown-partners.flex {
    flex-direction: row;
    align-items: stretch;
    padding: 16px 0px 0px 21px;
    width: 100%;
    margin-top: 25px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    left: 24px;
    position: relative;
      height:52vh;
}
    .main-nav_dropdown-partners .column nav a {
    display: block;
    position: relative;
    margin: 0 0 0 -2em;
    padding: 0.2em 0 0.2em 2em;
    transition: .3s;
    background: #f7f7f7!important;
    color: #5a5a5a !important;
}
}
@media only screen 
  and (min-device-width: 767px) 
  and (max-device-width: 820px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      body input[type=color], body input[type=date], body input[type=datetime-local], body input[type=datetime], body input[type=email], body input[type=file], body input[type=month], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body select, body textarea {
    background-color: #fff;
    background-image: none;
   
    color: #000;
    display: block;
    font: 0.9em/1.4 AvenirNextLTW01-Regular;
    height: auto;
    padding: .5em .4em .5em .6em;
    width: 480px;
    border-radius:4px
  }
    .dropdown-contents {
     position: relative; 
    width: 100%;
    left: 0px;
    max-width: 1240px;
    margin: 0 auto;
    height: 100%;
}
      .orange-header-cta, .orange-header-cta:hover {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 0.95em Avenir Next LT W01 Demi,sans-serif;
    font-size: 16px!important;
    padding: 0.6em 0.8em;
    text-align: center;
    position: relative;
    top: 140px;
}
    .blue-header-cta, .blue-header-cta:hover {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 0.95em Avenir Next LT W01 Demi,sans-serif;
    font-size: 16px!important;
    padding: 0.6em 0.8em;
    text-align: center;
    position: relative;
    top: 132px;
}
    .anchor.active-link > .big_menu {
    -webkit-transform: none;
    display: block !important;
    z-index: 99999;
    opacity: 1 !important;
    height: 275px;
    left: 0px;
      overflow-y:scroll
}
    .header-nav-primary_main-nav { margin: 1em 0 1em 0; display:none}
    
     .header-nav-primary_main-nav a.primary-button {
    display: block;
    /* padding: 8px 10px 0px 20px; */
    width: 100%;
    text-align: center;
    padding: 0px;
    height: 51px;
    color: #5c5c5c;
    font-weight: bold;
    margin: 0px 0px;
    text-align:left;
    border:0px;
    font-size: 20px;
} 
.header-nav-primary_main-nav a.primary-button:after {
   /* content: ' '; */
    display: inline-block;
    border-bottom: 2px solid #303ab2;
    border-right: 2px solid #303ab2;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 53px;
    right: 77px;
}
.anchor.active-link > a, .anchor > a:active {
    background-color: #fff;
    color: #5c5c5c;
    border-radius: 8px !important;
   /* width: 143px; */
    text-align: left !important;
    padding: 9px 20px 10px 8px;
    height: 44px;
}

  .anchor.active-link > a:after {
  /*  content: ' '; */
    display: inline-block;
    border-bottom: 2px solid #303ab2;
    border-right: 2px solid #303ab2;
    height: 10px !important;
    width: 10px !important;
    transform: rotate(-135deg);
    margin-left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 53px;
    right: 77px;
}
     .anchor-search.active-link-search > a, .anchor-search > a:active {
    background-color: #f7f7f7;
    color: #5c5c5c search!important;
    border-radius: 8px !important;
    width: 0px !important;
    text-align: left !important;
    padding: 9px 20px 10px 8px !important;
    height: 44px;
}

    .open {
     background: #f7f7f7; 
    padding: 1.5em 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    
}
  .header-nav-primary {
  background: none;
  padding: 1.5em 0;
    position:fixed;
    width:100%;
    z-index:1000;
    height:100px;
  }
 .header-nav-primary .flex {
    justify-content: space-between;
    flex-direction: column;
    margin: -19px;
    background: #fff;
    margin-top: -25px;
    width: 800px;
}


.header-nav-primary_brand {
    width: 112%;
    transition: all .3s;
    /* margin-left: 20px; */
    /* margin-bottom: 30px; */
    background: #fff;
    padding: 25px 0px 28px 15px;
    position: relative;
    top: -25px;
    display: flex;
    left: 27px;
}
#main-header {
   
    background: #fff;

}
  .header-full {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #f7f7f7;
  }
  .brand-container {
    position:fixed;
    z-index:100000;
    background: #fff;
    width: 100%;
    
  }
#input_div {
    position: absolute;
    left: 0px;
    bottom: -164px;
    width: 101%;
    height: 165px;
    /* padding: 43px; */
    background: #fff;
    display: block;
}
 body input[type=color], body input[type=date], body input[type=datetime-local], body input[type=datetime], body input[type=email], body input[type=file], body input[type=month], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body select, body textarea {
    background-color: #fff;
    background-image: none;
   
    color: #000;
    display: block;
    font: 0.9em/1.4 AvenirNextLTW01-Regular;
    height: auto;
    padding: .5em .4em .5em .6em;
    
    border-radius:4px
  }  
  .header-logo {
    width:90%
  }
  .mobile-menu {
  width:12%;
   margin-top: 19px;
    margin-right: 38px;
   display:block;
    cursor:pointer;
  }
  .display {
    display:none !important;
  }
.nav-close {
    font-weight: bold;
    font-size: 20px;
    margin-top: 12px;
    cursor: pointer;
    margin-right: 105px;
    display: block;
}
  .scrollspacer {
    height:80px !important;
  }
.search-button {
    background: transparent;
    position: absolute;
    right: 38px;
    top: 39px;
    height: 45px;
    color: #000;
    width: 57px;
    border: 0px;
}
  .plusminus {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
   /* border-top: 7px solid rgba(0,0,0,.3);*/
    margin-left: .4em;
    margin-top: 11px;
    transform: rotate(0deg);
    transition: transform .5s ease;
    }
  
    .active .plusminus {
      transform: rotate(180deg);
      transition: transform .5s ease;
      }
  
    .active .plusminus,
    a.accordion_head:hover .plusminus {
      border-top-color: #fff;
      }

  #digital-nav, #solutions-nav, #platform-nav, #about-nav, #partners-nav {
  position: relative;
    padding: 22px 0px 22px 29px;
    border-bottom: 1px solid #ccc;
    width: 800px;
  }

  #digital-nav:hover #digital, #solutions-nav:hover #solutions {
   display: none; 
}
  
.dropdown-contents {
  margin: 0 -20px;
 /* padding: 0 20px;*/
  }
  
.main-nav_dropdown {
  padding: 20px 40px;
  margin: 0 -20px;
  background: #353535;
  z-index: 3;
 
  }
  
.accordion_body {
  overflow: hidden;
  display: none;
  }

  

.search-box{
    padding-left:26px;cursor:pointer;padding-top:15px;display: none !important;
  }  

  .header-nav-primary .main-nav_dropdown.flex {
    overflow: scroll;
    flex-direction: column;
    align-items: stretch;
    padding: 0px 20px 0 0px;
    width: 100%;
    margin: 27px 0px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    height: 72vh;
    overflow:scroll;
}
.main-nav_dropdown .column {
    padding: 16px 54px 28px 30px;
    width: 100%;
    border-bottom: none;
    background: #f7f7f7;
}
.digital-transformation .column nav a {
    display: block;
    position: relative;
    margin: 0 0 0 -2em;
    padding: 0.2em 0 0.2em 2em;
    transition: .3s;
    background: #f7f7f7 !important;
    color: #5a5a5a !important;
}    
    .header-nav-primary .main-nav_dropdown-products.flex {
  height: 72vh;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 0px 0px 44px;
    width: 900px;
    margin-top: 23px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
     left: 3px; 
     position: relative; 
    overflow: scroll;
}
.header-nav-primary .main-nav_dropdown-resources.flex {
    flex-direction: column;
    align-items: stretch;
    padding: 0px 0px 0px 21px;
    width: 1240px;
    margin-top: 23px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    left: -19px;
    position: relative;
    height: 72vh;
    overflow: overlay;
}
    .main-nav_dropdown-resources .column {
    padding: 16px 54px 28px 44px;
    width: 100%;
    border-bottom: none;
    background: #f7f7f7;
}
    .main-nav_dropdown-resources .column nav a {
    display: block;
    position: relative;
    margin: 0 0 0 -2em;
    padding: 0.2em 0 0.2em 2em;
    transition: .3s;
    background: #f7f7f7 !important;
    color: #5a5a5a !important;
}
    .header-nav-primary .main-nav_dropdown-partners.flex {
    flex-direction: row;
    align-items: stretch;
    padding: 16px 0px 0px 21px;
    width: 100%;
    margin-top: 25px;
    background: #f7f7f7;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    left: 24px;
    position: relative;
      height:52vh;
}
    .main-nav_dropdown-partners .column nav a {
    display: block;
    position: relative;
    margin: 0 0 0 -2em;
    padding: 0.2em 0 0.2em 2em;
    transition: .3s;
    background: #f7f7f7!important;
    color: #5a5a5a !important;
}
}
@media only screen and (max-width: 480px) {
  
  .mobile-cta {
    position: relative;
    top: 61px;
            left: 0px;

  }
 
  .blue-header-cta, .blue-header-cta:hover {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 0.95em Avenir Next LT W01 Demi,sans-serif;
    font-size: 16px!important;
    padding: 0.6em 0.8em;
    text-align: center;
    position: relative;
    top: 90px;
}
  .orange-header-cta, .orange-header-cta:hover {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 0.95em Avenir Next LT W01 Demi,sans-serif;
    font-size: 16px!important;
    padding: 0.6em 0.8em;
    text-align: center;
    position: relative;
    top: 90px;
}
      .search_div::before {
    content: "";
    display: none;
    position: absolute;
    right: 13.5rem;
    top: -15px;
    border-bottom: 15px solid #f7f7f7;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
  .plusminus {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
   /* border-top: 7px solid rgba(0,0,0,.3);*/
    margin-left: .4em;
    margin-top: 11px;
    transform: rotate(0deg);
    transition: transform .5s ease;
    }
  
    .active .plusminus {
      transform: rotate(180deg);
      transition: transform .5s ease;
      }
  
    .active .plusminus,
    a.accordion_head:hover .plusminus {
      border-top-color: #fff;
      }

  #digital-nav, #solutions-nav, #platform-nav, #about-nav, #partners-nav {
    position: relative;
    padding: 28px 0px 8px 20px;
    border-bottom: 1px solid #ccc;
  }

  #digital-nav:hover #digital, #solutions-nav:hover #solutions {
   display: none; 
}
 .anchor.active-link > a::after {
    content: ' ';
    display: inline-block;
    border-bottom: 2px solid #303ab2;
    border-right: 2px solid #303ab2;
    height: 10px !important;
    width: 10px !important;
    transform: rotate(-135deg);
    margin-left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 53px;
    right: 77px;
}
 
.dropdown-contents {
  margin: 0 -20px;
  padding: 0 20px;
  }
  
.main-nav_dropdown {
  padding: 20px 40px;
  margin: 0 -20px;
  background: #353535;
  z-index: 3;
 
  }
  
.accordion_body {
  overflow: hidden;
  display: none;
  }
  .open {
     background: #f7f7f7; 
    padding: 1.5em 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    
}
  

.search-box{
    padding-left:26px;cursor:pointer;padding-top:15px;
  }  

      .search-box img {
        position: relative;
        top: -86px;
        width: 24px;
        right: -194px;
    }

   .header-nav-primary .main-nav_dropdown.flex { 
flex-direction: column;
    align-items: stretch;
    padding: 0px 0px 0 4px;
    width: 100%;
   
    margin: 8px 0px 0px -17px;
    background: #f7f7f7;
  
    overflow: scroll;
  }
  .digital-transformation .column nav a {
    display: block;
    position: relative;
    margin: 0 0 0 -2em;
    padding: 0.2em 0 0.2em 2em;
    transition: .3s;
    background: #f7f7f7;
    color: #5a5a5a !important;
}
  .header-nav-primary .main-nav_dropdown-es.flex { 
    flex-direction: row; 
    align-items: stretch;     
    padding: 0px 20px 0 20px;
    width:100%;
    margin-top: 36px;
    background: #f7f7f7;
   
  }

  .header-nav-primary .main-nav_dropdown-products.flex { 
    flex-direction: column; 
    align-items: stretch;     
    padding: 40px;
    width:100%;
    margin-top: 36px;
    background: #f7f7f7;
 
    left: 171px;
    position: relative;
    
  }

.header-nav-primary .main-nav_dropdown-resources.flex {
    flex-direction: column;
    align-items: stretch;
    padding: 40px;
    width: 100%;
   margin: -35px 0px 0px -42px !important;
    background: #f7f7f7;
    overflow: scroll;
}
.header-nav-primary .main-nav_dropdown-partners.flex {
    flex-direction: column;
    align-items: stretch;
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin-top: 5px;
}
.header-nav-primary .main-nav_dropdown-products.flex {
    flex-direction: column;
    align-items: stretch;
    padding: 6px 0px 0px 20px;
    width: 100%;
    margin-top: 2px;
    background: #f7f7f7;
    overflow: scroll;
    margin: 12px 0px 0px -191px;
 
}  
  
  .main-nav_dropdown .column {
   padding: 8px 39px 28px 11px;
    width: 100%;
    border-bottom: none;
    background: #f7f7f7;
    }
  .main-nav_dropdown-resources .column {
    padding: 0px 54px 28px 1px;
    width: 100%;
    border-bottom: none;
    background: #f7f7f7;
}
.main-nav_dropdown-products .column {
    padding: 8px 54px 28px 14px;
    width: 100%;
    border-bottom: none;
    background: #f7f7f7;
    margin: -4px 0px 0px -10px;
}
    .main-nav_dropdown-partners .column {
   padding: 13px 54px 28px 18px;
    width: 100%;
    border-bottom: none;
    background:#f7f7f7;
    }
   
   
.main-nav_dropdown-products .column nav a {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#f7f7f7 !important;
  color:#5a5a5a !important;
  }
.main-nav_dropdown-products .column nav a:hover {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#f7f7f7 !important;
  color:#302ab2 !important;
  }
.main-nav_dropdown-resources .column nav a {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#f7f7f7 !important;
  color:#5a5a5a !important;
  }
.main-nav_dropdown-resources .column nav a:hover {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#f7f7f7 !important;
  color:#302ab2 !important;
  }

.main-nav_dropdown-partners .column nav a {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#f7f7f7 !important;
  color:#5a5a5a !important;
  }
.main-nav_dropdown-partners .column nav a:hover {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#f7f7f7 !important;
  color:#302ab2 !important;
  }
.main-nav_dropdown .column nav a:hover {
  display: block;
  position: relative;
  margin: 0 0 0 -2em;
  padding: .2em 0 .2em 2em;
  transition: .3s;
  background:#f7f7f7;
  color:#302ab2 !important;
  }  
.header-nav-primary_main-nav { margin: 1em 0 1em 0; display:none}
  

}
.min_show {
        z-index: 99999;
        opacity: 1 !important;
        /*height: 540px;*/
        left:0px;
  
    }
.show {
    display: block !important;
}

.anchor > a {
padding:6px 12px;
border-radius:4px;

}
.anchor > a:hover {
font-weight:bold

}
   .anchor-search.active-link-search > a, .anchor-search > a:active {
    background-color: #f7f7f7 !important;
    color: #5c5c5c search!important;
    border-radius: 8px !important;
    width: 0px !important;
    text-align: left !important;
    padding: 9px 20px 10px 8px !important;
    height: 44px;
}
.anchor.active-link > a,
.anchor > a:active {
background-color: #f7f7f7 !important;color:#303ab2; border-radius:8px !important;
    text-align: left;padding: 9px 20px 10px 8px;
    height: 44px;
}
.anchor.active-link > a:after {
      
  display: inline-block;
  border-bottom: 2px solid #303ab2;
  border-right: 2px solid #303ab2;
  height: 8px;
  width: 8px;
  transform: rotate(-135deg) !important;
      margin-left:10px;
      margin-top:-7px;
      }
.solutions.active:after {
    transform: rotate(-135deg);
}
.anchor > .menu {
border:1px solid #ddd;
border-radius:4px;
display:none;
}
.anchor > .menu li ,
.anchor > .menu .item {
padding:6px 12px;
font-weight:bold;
}

.anchor.active-link > .big_menu {
-webkit-transform:none;
display:block !important;;
  z-index: 99999;
        opacity: 1 !important;
       
        left:0px;
  overflow-y:auto;
}
@media (max-width: 390px) {
.header-nav-primary_main-nav a.primary-button:after {
 /*content: ' ';*/
    display: inline-block;
    border-bottom: 2px solid #303ab2;
    border-right: 2px solid #303ab2;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50px;
    right: 91px !important;
}  
}
@media (max-width: 360px) {
.header-nav-primary_main-nav a.primary-button:after {
   
    display: inline-block;
    border-bottom: 2px solid #303ab2;
    border-right: 2px solid #303ab2;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50px;
    right: 123px !important;
}  
}
@media (hover: none) {
    .header-nav-primary_main-nav a.primary-button:hover {
        background-color: initial !important; /* Reset the hover effect */
    }
}
@media only screen and  (max-width: 480px) {
  .header-nav-primary_main-nav a.primary-button:hover {
    background-color: initial !important;
    color: #5c5c5c;
    border-radius: 8px !important;
    width: 143px;
    text-align: left !important;
    padding: 0px 0px 0px 0px;
    height: 44px;
    
}
  
  .header-nav-primary_main-nav a.primary-button {
    display: block;
    /* padding: 8px 10px 0px 20px; */
    width: 100%;
    text-align: center;
    padding: 0px;
    height: 51px;
    color: #5c5c5c;
    font-weight: bold;
    margin: 0px 0px;
    text-align:left;
    border:0px;
    font-size: 20px;
} 
  .header-nav-primary_main-nav a.primary-button:after {
  
    display: inline-block;
    border-bottom: 2px solid #303ab2;
    border-right: 2px solid #303ab2;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50px;
    right: 50px;
}
  .anchor.active-link > a,
.anchor > a:active {
background-color: #f7f7f7 !important;color:#5c5c5c; border-radius:8px !important;width:100%;
    text-align: left !important;
    height: 47px;
  
}
  
 
    .open {
    /* background: #f7f7f7; */
    padding: 1.5em 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
  
}
 .header-nav-primary {
    background: #fff;
    padding: 1.5em 0;
    width: 100%;
    z-index: 1;
    height: auto !important;
    position: relative;
}
 .header-nav-primary .flex {
    justify-content: space-between;
    flex-direction: column;
    margin: -19px;
    background: #fff;
    margin-top: -25px;
    width: 430px;
      
  
}

.container-fluid .row-fluid .page-center {
  /*  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 0px;
    width: 100%;*/
}
.header-nav-primary_brand {
    width: 112%;
    transition: all .3s;
    /* margin-left: 20px; */
    /* margin-bottom: 30px; */
    background: #fff;
    padding: 25px 0px 28px 15px;
    position: relative;
    top: -25px;
    display: flex;
    left: -17px;
}
#main-header {
   
    background: #fff;

}
  .header-full {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #f7f7f7;
  }
  .brand-container {
    position:fixed;
    z-index:100000;
    background: #fff;
    width: 100%;
    
  }
      #input_div {
        position: absolute;
        left: 134px;
        bottom: -126px;
        width: 189px;
        height: 184px;
        padding: 43px;
        background: #f7f7f7;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        display: none;
        z-index: 1000;
    }
          .search_div::before {
        content: "";
        display: block;
        position: absolute;
        right: 77px;
        top: -14px;
        border-bottom: 15px solid #f7f7f7;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }
  body input[type=color], body input[type=date], body input[type=datetime-local], body input[type=datetime], body input[type=email], body input[type=file], body input[type=month], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body select, body textarea {
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #d2d2d2;
    color: #000;
    display: block;
    font: 0.9em/1.4 AvenirNextLTW01-Regular;
    height: auto;
    padding: 0.4em 0.6em;
    width: 114% !important;
    top: -10px;
    position: relative;
    left:-24px;
}
 body input[type=color], body input[type=date], body input[type=datetime-local], body input[type=datetime], body input[type=email], body input[type=file], body input[type=month], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body select, body textarea {
    background-color: #fff;
    background-image: none;
   
    color: #000;
    display: block;
    font: 0.9em/1.4 AvenirNextLTW01-Regular;
    height: auto;
    padding: .5em .4em .5em .6em;
    
    border-radius:4px
  }  
  .header-logo {
    width:90%
  }
  .mobile-menu {
  width:12%;
    margin-top: 9px;
    margin-right: 31px;
   display:block;
    cursor:pointer;
  }
  .display {
    display:none !important;
  }
  .nav-close {
    font-weight: bold;
    font-size: 20px;
    margin-top: 4px;
    cursor: pointer;
    margin-right: 48px; 
    
  }
  .scrollspacer {
    background:#fff;
  }
.search-button {
    background: transparent;
    position: absolute;
    right: 17px;
    top: 27px;
    height: 45px;
    color: #000;
    width: 57px;
    border: 0px;
}
  .total-mobile {
     background:#f7f7f7;
    }
  .search-linkage {
     position: relative; 
     top: 0px; 
     right: 0px; 
}
}


