body {
  font-family: 'MetricWeb', sans-serif;
  font-display: swap;
  margin: 0;
}
body #toolbar {
  display: none !important;
}
body #from-navbar {
/*  margin-top: 90px;
  padding-top: 0;
  z-index: 10000;*/
}
body.has-chatbot #from-navbar,
.not-logged-in #from-navbar {
  /*z-index: 10000;*/
}
body.menu-expanded {
  overflow: hidden;
}
.navigation-wrapper {
  display: none;
}
.back-to-menu {
  background: #fff url(https://www.from.digital/sites/all/themes/glazed_from/images/caret-left.png) 10px 15px no-repeat;
  background-size: 7px auto;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 19px;
  font-weight: 200;
  padding: 10px 10px 10px 25px;
}
.navigation-mobile {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}
.navigation-mobile .logo {
  background: transparent url(https://www.from.digital/sites/all/themes/glazed_from/images/from-logo.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  float: left;
  height: 40px;
  margin: 15px 10px 10px 29px;
  width: 105px;
}
.navigation-mobile .menu-toggle {
  cursor: pointer;
  float: right;
  height: 22px;
  margin-right: 40px;
  position: relative;
  text-align: center;
  width: 32px;
  margin-top: 24px;
  box-sizing: border-box;
}
.navigation-mobile .menu-toggle span {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 100%;
  background: #000;
  position: absolute;
  display: block;
  content: '';
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navigation-mobile .menu-toggle span:after, .navigation-mobile .menu-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 100%;
  background: #000;
  position: absolute;
  display: block;
  content: '';
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navigation-mobile .menu-toggle.menu-expanded span {
  background: #fff;
}
.navigation-mobile .menu-toggle span:before {
  top: -8px;
}
.navigation-mobile .menu-toggle span:after {
  bottom: -8px;
}
.navigation-mobile .menu-toggle.menu-expanded span:before {
  top: -11px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-mobile .menu-toggle.menu-expanded span:after {
  bottom: -11px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navigation-mobile .navigation {
  background: #fff;
/*  background: yellow;*/
  bottom: 0;
  clear: both;
  font-size: 25px;
  font-weight: 200;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  text-decoration: none;
  text-transform: uppercase;
  top: 60px;
  transform: translateX(105%);
  transition: transform .3s;
  z-index: 200;
  width: 100%;
}
.navigation-mobile.expanded .navigation {
  transform: translateX(0);
}
.navigation-mobile input[type="search"] {
  background: url(https://www.from.digital/sites/all/themes/glazed_from/images/top-search-icon.png) center left no-repeat;
  background-size: 16px;
  border: 0;
  box-shadow: none;
  font-size: 17px;
  padding-left: 25px;
  margin: 20px 0 25px 10px;
}
.navigation-mobile .subnavigation {
  background: #fff;
  background: lightgreen;
  bottom: 0;
  clear: both;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 60px;
  transform: translateX(105%);
  transition: transform .3s;
  z-index: 201;
  width: 100%;
}
.navigation-mobile .subnavigation.visible {
  transform: translateX(0);
}
.navigation-mobile .menu-items {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}
.navigation-mobile .menu-item {
  margin-bottom: 15px;
}
.navigation-mobile .menu-item a {
  color: #000;
  text-decoration: none;
}
.navigation-mobile .menu-item.has-children a {
  background: url(https://www.from.digital/sites/all/themes/glazed_from/images/caret.png) center right no-repeat;
  padding-right: 20px;
  cursor: pointer;
}
.navigation-mobile .subnavigation {
  background: #fff;
}
.navigation-mobile .subnavigation .submenu {
  display: none;
}
.navigation-mobile .subnavigation .submenu.visible {
  display: block;
}
.navigation-mobile .submenu-title {
  font-size: 30px;
  font-weight: 200;
  padding: 15px 10px;
  text-transform: uppercase;
}
.navigation-mobile .subnavigation .submenu .submenu-items {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}
.navigation-mobile .subnavigation .submenu .submenu-items li {
  margin-bottom: 25px;
}
.navigation-mobile .subnavigation .submenu .submenu-items a {
  color: #000;
  font-size: 19px;
  font-weight: 200;
  text-decoration: none;
}
.not-logged-in .user-wrapper a.welcome.nolink {
  display: none;
  /*No reason to show the welcome link on non logged-in users*/
}
.navigation-mobile .user-wrapper {
  overflow: hidden;
  background-color: #2D6EC0;
}
.navigation-mobile .user-wrapper a {
  clear: both;
  color: #fff;
  float: left;
  text-decoration: none;
  padding-left: 10px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #4D92DF;
}
.navigation-mobile .user-wrapper a.nolink {
 background-color: #4D92DF;
 border-top: none;
 text-transform: capitalize;
}
.navigation-mobile .mobile-social-menu {
  background: #000;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  padding: 15px;
}
.navigation-mobile .mobile-social-menu a {
  color: #fff;
  display: block;
  transition: transform .3s;
}
.navigation-mobile .mobile-social-menu a:hover {
  text-decoration: none;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

@media all and (min-width: 768px) {

  .navigation-mobile {
    display: none;
  }
  .navigation-wrapper {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    top: 60px;
    transform: translateX(101%);
    transition: all .3s;
    z-index: 1000;
    width: 100%;
  }
  .navigation-wrapper.expanded {
    transform: translateX(0);
  }
  .navigation-wrapper .navigation {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: row;
    height: 100px;
    justify-content: center;
  }
  .navigation-wrapper .navigation.sticky {
    height: 60px;
  }

  /* Search */

  .navigation-wrapper .navigation .search-wrapper {
    align-content: center;
    justify-content: center;
    padding-left: 20px;
  }
  .navigation-wrapper .navigation .search {
    background: url(../images/search-icon.png) center center no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
  }

  /* User */

  .navigation-wrapper .navigation .user-wrapper {
    font-size: 14px;
    font-weight: 300;
    padding-right: 20px;
    text-transform: uppercase;
  }
  .navigation-wrapper .navigation .user-wrapper.user-logged {
    position: relative;
  }
  .navigation-wrapper .navigation .login, .navigation-wrapper .navigation .register {
    color: #4a90e2;
    text-decoration: none;
    text-transform: uppercase;
  }
  .navigation-wrapper .navigation .register {
    margin-left: 0;
  }
  .navigation-wrapper .navigation .user-wrapper .authenticated-user-icon {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/user-blue.png) center center no-repeat;
    background-size: auto 15px;
    cursor: pointer;
    height: 20px;
    width: 20px;
  }
  .navigation-wrapper .navigation .user-wrapper .authenticated-user-icon.expanded {
    background-image: url(/sites/all/themes/glazed_from/images/navigation-icons/user-white.png);
    background-repeat: no-repeat;
  }
  .navigation-wrapper .navigation .user-wrapper .user-links-wrapper {
    align-items: flex-start;
    background: #2C6DBF;
    display: none;
    flex-direction: column;
    left: auto;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .navigation-wrapper .navigation .user-wrapper .user-links-wrapper a {
    border-top: 1px solid #4D92DF;
    color: #fff;
    padding: 5px 40px 3px 10px;
    width: 100%;
  }
  .navigation-wrapper .navigation .user-wrapper .user-links-wrapper a:first-child {
    border-top: 0;
  }
  .navigation-wrapper .navigation .user-wrapper .user-links-wrapper a.nolink {
    background-color: #4D92DF;
    text-transform: capitalize;
  }
  .navigation-wrapper .navigation .user-wrapper .user-links-wrapper a:hover {
    text-decoration: none;
  }
  .navigation-wrapper .navigation .user-wrapper .user-links-wrapper a[href]:hover {
    text-decoration: underline;
  }
  .navigation-wrapper .navigation .user-wrapper .authenticated-user-icon.expanded + .user-links-wrapper {
    background: #2C6DBF url(/sites/all/themes/glazed_from/images/navigation-icons/user-white.png) calc(100% - 10px) 6px no-repeat;
    background-size: auto 15px;
    display: flex;
  }

  /* Menu */

  .navigation-wrapper .navigation .menu-wrapper {
    display: flex;
    flex: 1;
    justify-content: center;
  }
  .navigation-wrapper .navigation .menu-items {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .navigation-wrapper .navigation .menu-items li {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .navigation-wrapper .navigation .menu-items li .submenu-items {
    margin: 0;
    padding: 0;
  }
  .navigation-wrapper .navigation .menu-items li a {
    color: #000;
    cursor: pointer;
    display: block;
    text-decoration: none;
  }
  .navigation-wrapper .navigation .menu-items .menu-item {
    font-size: 25px;
    font-weight: 200;
    text-transform: lowercase;
  }
  .navigation-wrapper .navigation .menu-items .menu-item:not(.has-children) {
    display: none;
  }
  .navigation-wrapper .navigation .menu-items .menu-item.has-children {
    background: url(../images/caret.png) center right no-repeat;
    background-size: 9px;
  }
  .navigation-wrapper .navigation .menu-items .menu-item.has-children a {
    padding-right: 15px;
  }

  /* Logo */

  .navigation-wrapper .navigation .menu-items .logo {
    display: none;
  }
  .navigation-wrapper .navigation .menu-items .logo a {
    /*background: transparent url(https://www.from.digital/sites/all/themes/glazed_from/images/from-logo.svg) center center no-repeat;*/
    background: transparent;
    background-size: contain;
    display: inline-block;
    height: 30px;
    width: 102px;
  }

  /* Subnavigation */

  .subnavigation {
    background: #eeeeee;
  }
  .subnavigation.expanded {
    min-height: 278px;
  }
  .subnavigation .submenu {
    display: none;
    flex-direction: column;
    margin: 0 auto;
    padding: 25px 20px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .subnavigation .submenu.visible {
    box-sizing: border-box;
    display: flex;
  }
  .subnavigation .services.submenu.visible {
    min-height: 0;
  }
/*  .subnavigation .services.submenu.visible:after {
    background: url(/sites/all/themes/glazed_from/images/navigation-icons/bento.png) center center no-repeat;
    background-size: contain;
    content: '';
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: calc(100% - 3px);
    width: 50px;
  }*/
  .subnavigation .submenu + .submenu.visible {
    min-height: 0;
  }
  .subnavigation .submenu .submenu-items {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    list-style-type: none;
    margin: 50px auto 0;
    padding: 0;
    width: 100%;
  }
  .subnavigation .submenu .submenu-items li {
    align-items: center;
    display: flex;
    /*flex: 1;*/
    flex-direction: column;
    position: relative;
  }
  .subnavigation .submenu.services .submenu-items {
    margin-top: 0;
  }
  .region-main-navigation .bean-slider .views-row {
    padding: 0 20px;
  }
  .region-main-navigation .bean-slider .owl-theme .owl-controls .owl-buttons div{
    top: 89px
  }
  .region-main-navigation .bean-slider .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: 45px;
  }
  .region-main-navigation .bean-slider .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: 44px;
  }
  .region-main-navigation .bean-slider a .views-field-title .field-content,
  .subnavigation .submenu .submenu-items li a {
    /*align-items: center;*/
    color: #4a90e2;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    height: 100%;
    line-height: 19px;
    max-width: 100%;
    text-decoration: none;
    transition: color .3s;
  }
  .region-main-navigation .bean-slider a .views-field-title .field-content{
    text-align: center;
    display: block;
  }
  .subnavigation .submenu .submenu-items li a div {
    flex-shrink: 0;
  }
  .subnavigation .submenu .submenu-items li a:hover {
    color: #000;
  }
  .subnavigation .submenu .submenu-items li a:before {
    background: #ff8822;
    border-radius: 50%;
    content: '';
    height: 72px;
    left: 50%;
    margin-left: -36px;
    position: absolute;
    top: -75px;
    width: 72px;
  }
  .subnavigation .submenu .submenu-items li.has-children a {
    text-transform: uppercase;
  }
  .subnavigation .submenu .submenu-items li.has-children a:before {
    display: none;
  }
  .subnavigation .submenu.services .submenu-items li span {
    color: #4a90e2;
    cursor: pointer;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .subnavigation .submenu.services .submenu-items li.active span {
    color: #000;
    text-decoration: underline;
  }
  .subnavigation .submenu-title {
    color: #f78926;
    line-height: .9em;
    padding-bottom: 25px;
  }

  /* Icons */

  /* About */
  .subnavigation .submenu.about .submenu-items{
    margin-top: -14px;
  }
  /* Strategy */

  .subnavigation .submenu .submenu-items li .link-customer-experience-strategy:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/customer-experience-strategy.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-customer-market-research:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/customer-market-research.png) center center no-repeat;
    background-size: 50px;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-digital-analytics-and-mvt:before,
  .subnavigation .submenu .submenu-items li .link-digital-analytics-mvt:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/digital-analytics-and-mvt.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-digital-transformation-strategy:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/digital-transformation-strategy.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-social-strategy:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/social-strategy.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }

  /* Innovation */

  .subnavigation .submenu .submenu-items li .link-digital-property-operations-and-maintenance:before,
  .subnavigation .submenu .submenu-items li .link-digital-property-operations-maintenance:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/digital-property-operations-and-maintenance.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-innovation-consulting:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/innovation-consulting.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-program-management:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/program-management.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-workshop-facilitation:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/workshop-facilitation.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }

  /* Content Design */

  .subnavigation .submenu .submenu-items li .link-content-strategy:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/content-strategy.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-content-design:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/content-design.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-content-management:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/content-management.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-game-design:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/game-design.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-video-and-animation:before,
  .subnavigation .submenu .submenu-items li .link-video-animation:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/video-and-animation.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }

  /* Product Development */

  .subnavigation .submenu .submenu-items li .link-experience-design:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/experience-design.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-mobile-app-development:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/mobile-app-development.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-responsive-web-development:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/responsive-web-development.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-usability-testing:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/usability-testing.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-game-development:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/game-development.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-solution-personalization:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/solution-personalization.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }

  /* Industries */

  .subnavigation .submenu .submenu-items li .link-media-entertainment:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/media-entertainment.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-financial-services:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/financial-services.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-retail:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/retail.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-kids-family:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/kids-family.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-travel:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/travel.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-other:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/other.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu.industries .submenu-items{
    margin-top: 12px;
  }
  /* Solutions */

  .subnavigation .submenu .submenu-items li .link-optimizing-your-current-touch-points:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/optimizing-your-current-touch-points.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-customer-journey-visioning:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/customer-journey-visioning.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-creating-content-ecosystems:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/creating-content-ecosystems.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-developing-new-digital-products:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/developing-new-digital-products.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-leading-enterprise-digital-transformation:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/leading-enterprise-digital-transformation.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-digital-transformation-assessment:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/digital-transformation-assessment.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  /* Contact */

  .subnavigation .submenu .submenu-items li .link-contact:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/contact.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-careers:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/careers.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .subnavigation .submenu .submenu-items li .link-leadership:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/leadership.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  /*.subnavigation .submenu .submenu-items li .link-podcast:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/overview.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }*/
  .subnavigation .submenu .submenu-items li .link-overview:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/overview.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
  }

  /* Services */

  .subnavigation .submenu .submenu-items li[link-rel="strategy"],
  .subnavigation .submenu .submenu-items li[link-rel="innovation"],
  .subnavigation .submenu .submenu-items li[link-rel="product-development"],
  .subnavigation .submenu .submenu-items li[link-rel="digital-content"] {
    display: block;
    position: relative;
  }
  .subnavigation .submenu .submenu-items li[link-rel="strategy"]:before,
  .subnavigation .submenu .submenu-items li[link-rel="innovation"]:before,
  .subnavigation .submenu .submenu-items li[link-rel="product-development"]:before,
  .subnavigation .submenu .submenu-items li[link-rel="digital-content"]:before {
    border-radius: 0;
    content: '';
    height: 72px;
    left: 50%;
    margin-left: -36px;
    position: absolute;
    top: 50px;
    width: 72px;
  }
  .subnavigation .submenu .submenu-items li[link-rel="strategy"]:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/strategy.png) center center no-repeat;
    background-size: contain;
  }
  .subnavigation .submenu .submenu-items li[link-rel="innovation"]:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/innovation.png) center center no-repeat;
    background-size: contain;
  }
  .subnavigation .submenu .submenu-items li[link-rel="product-development"]:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/product-development.png) center center no-repeat;
    background-size: contain;
  }
  .subnavigation .submenu .submenu-items li[link-rel="digital-content"]:before {
    background: transparent url(/sites/all/themes/glazed_from/images/navigation-icons/digital-content.png) center center no-repeat;
    background-size: contain;
  }

}

@media all and (min-width: 768px) {
  body.menu-expanded {
    overflow: auto;
  }
  .container.main-container {
    margin-top: 0;
  }
  .logged-in .container.main-container {
    margin-top: 50px;
  }
  .view-all-items {
    color: #4a90e2;
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s;
    width: 200px;
    text-align: center;
    display: block;
    margin: 20px auto 0;
  }
  .subnavigation .submenu .submenu-items .article-wrapper {
    box-sizing: border-box;
    margin-top: 0;
    padding: 30px 10px 0;
    display: inline-block;
  }
  .subnavigation .submenu .submenu-items .article-wrapper a:before {
    display: none;
  }
  .subnavigation .submenu .submenu-items .article-wrapper a {
    flex-direction: column;
  }
  .subnavigation .submenu .submenu-items .article-wrapper a img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .subnavigation .submenu .submenu-items .article-wrapper a .award-title {
    color: #000;
    font-size: 80%;
    font-weight: 600;
    text-transform: uppercase;
  }
  .view-all-items:hover {
    color: #000;
    text-decoration: none;
  }
  .navigation-mobile {
    display: none;
  }
  .navigation-wrapper {
    bottom: auto;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    top: 0;
    transform: translateX(0);
  }
  .search-wrapper {
    box-sizing: border-box;
    float: left;
    justify-content: flex-start;
    margin: 10px 0;
    order: 1;
  }
  .menu-wrapper {
    order: 2;
    width: 90%;
  }
  .user-wrapper {
    box-sizing: border-box;
    float: right;
    order: 3;
    margin: 10px 0;
    position: relative;
    white-space: nowrap;
  }
  .navigation-wrapper .navigation .menu-items {
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  .navigation-wrapper .navigation .menu-items .menu-item {
    font-size: 14px;
    font-weight: 400;
  }
  .navigation-wrapper .navigation .menu-items .menu-item.has-children a {
    padding-right: 0;
  }
  .navigation-wrapper .navigation .menu-items .menu-item.has-children {
    background: transparent;
  }
  .navigation-wrapper .navigation .menu-item.active {
    text-decoration: underline;
  }
  .navigation-wrapper .navigation .menu-items .logo {
    display: flex;
    padding: 0 10px;
  }
  .subnavigation .submenu-title {
    font-size: 32px;
    font-weight: 800;
    max-width: 100%;
  }
  .subnavigation .submenu {
    /* align-items: center; */
    background: #eee;
  }
  .subnavigation .submenu {
    /* align-items: center; */
    background: #eee;
  }
  .subnavigation .submenu .submenu-items {
    flex-wrap: wrap;
    margin: -25px auto 0;
  }
  .subnavigation .submenu .submenu-items li {
    flex-basis: calc(100% * 1/3);
    margin-top: 90px;
    padding: 0 .9em;
    /*Making at least 2 characters gap between menu items*/
  }
  .subnavigation .submenu .submenu-items li.has-children {
    margin-top: 0;
  }
  .subnavigation .submenu.services .submenu-items {
    display: block;
    position: relative;
    text-align: center;
  }
  .subnavigation .submenu.services .submenu-items li {
    cursor: pointer;
    display: inline-block;
  }
  .subnavigation .submenu.services .submenu-items li.has-children a {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    transition: color .3s;
  }
  .subnavigation .submenu.services .submenu-items li.has-children a:hover {
    color: #000;
  }
  .subnavigation .submenu.services .submenu-items .has-children.active a {
    color: #000;
    text-decoration: underline;
  }
  .subnavigation .submenu.services .submenu-items .has-children .submenu {
    flex-direction: row;
    left: 0;
    margin: 50px 0 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .subnavigation .submenu.services .submenu-items .has-children.active .submenu {
    display: flex;
  }
  .subnavigation .submenu.services .submenu-items .has-children.active .submenu li {
    padding-top: 50px;
  }
  .subnavigation .submenu.services .submenu-items .has-children.active .submenu li a {
    align-items: flex-start;
    justify-content: center;
  }
  .subnavigation .submenu.services .submenu-items .has-children.active .submenu li a:before {
    background: #888;
    border-radius: 50%;
    content: '';
    height: 50px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 0;
    width: 50px;
  }
}

@media all and (min-width: 1024px) {
  .navigation-wrapper .navigation {
    display: flex;
  }
  .navigation-wrapper .navigation .search-wrapper {
    display: flex;
    float: none;
    margin: 0;
  }
  .navigation-wrapper .navigation .user-wrapper {
    font-size: 14px;
    margin: 6px 0 0;
  }
  .menu-wrapper {
    width: 100%;
  }
  .navigation-wrapper .navigation .menu-items .logo {
    padding: 0 20px;
  }
  .navigation-wrapper .navigation .menu-items .logo a {
    /*height: 54px;*/
    height: 40px;
    /*margin: 0 30px;*/
    /*margin: 0 20px;*/
    margin: 0;
    /*width: 161px;*/
    width: 120px;
  }
  .navigation-wrapper .navigation .menu-items {
    width: 770px;
  }
  .navigation-wrapper .navigation .menu-items .menu-item {
    font-size: 16px;
  }
  .subnavigation .submenu {
    max-width: 1280px;
    width: 100%;
  }
  .subnavigation .submenu.services .submenu-items li.has-children a {
    font-size: 22px;
  }
}

@media all and (min-width: 1280px) {
  .navigation-wrapper .navigation .search-wrapper {
    padding-left: 60px;
  }
  .navigation-wrapper .navigation .user-wrapper {
    padding-right: 60px;
    z-index: 50000;
  }
  .navigation-wrapper .navigation .user-wrapper .user-links-wrapper {
    right: 60px;
  }
  .subnavigation .submenu-title {
    font-size: 48px;
  }
  .navigation-wrapper .navigation .menu-items {
    width: 980px;
  }
  .navigation-wrapper .navigation .menu-items .menu-item {
    font-size: 18px;
  }
  .subnavigation .submenu.services .submenu-items li.has-children a {
    font-size: 26px;
  }
  .subnavigation .submenu .submenu-items {
    flex-wrap: nowrap;
  }
  .subnavigation .submenu .submenu-items li {
    /*flex-basis: initial;*/
    margin-top: 95px;
  }
  .subnavigation .submenu .submenu-items .article-wrapper {
    padding: 30px 2% 0;
  }
}

@media all and (min-width: 1600px) {
  .subnavigation .submenu {
    /*width: 60%;*/
  }
}

.user-links-wrapper ul li{
    list-style-type: none;
    list-style-image: none;
    text-align: left;
}
