#docsSearch {

	height: 200px;

	background: url(https://www.emergeapps.com/assets/img/covers/strategy-cover.jpg) no-repeat center 100% / cover transparent;

	border-bottom: none;

	padding-top: 75px;

	position: relative;

	top: -1px;

}

/*
@font-face {
    font-family: "Biennale";
    src: url("https://woom-public-assets.s3.eu-central-1.amazonaws.com/helpscout/fonts/biennale_bold.woff2")
        format("woff2"),
      url("https://woom-public-assets.s3.eu-central-1.amazonaws.com/helpscout/fonts/biennale_bold.woff")
        format("woff");
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: "Biennale";
    src: url("https://woom-public-assets.s3.eu-central-1.amazonaws.com/helpscout/fonts/biennale_regular.woff2")
        format("woff2"),
      url("https://woom-public-assets.s3.eu-central-1.amazonaws.com/helpscout/fonts/biennale_regular.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Biennale";
    src: url("https://woom-public-assets.s3.eu-central-1.amazonaws.com/helpscout/fonts/biennale_light.woff2")
        format("woff2"),
      url("https://woom-public-assets.s3.eu-central-1.amazonaws.com/helpscout/fonts/biennale_light.woff")
        format("woff");
    font-weight: 300;
    font-style: normal;
  }
  */


/* Import Lato font with regular and bold weights */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');




  
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #222222;
    background-color: #fff;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  h1 {
    font-weight: bold;
  }
  
  #mainNav {
    height: 80px;
  }
  
  #mainNav .navbar-inner {
    padding: 5px 0;
  }
  
  #mainNav .navbar-inner .container-fluid {
    max-width: unset;
    padding: 0 16px;
  }
  
  #mainNav .navbar-inner .container-fluid .nav {
    right: 16px;
  }
  
  #mainNav .navbar-inner div.nav-collapse {
    z-index: 3;
    height: auto;
  }
  
  #mainNav .brand {
    padding: 0;
  }
  
  #mainNav .brand img {
    width: 200px;
    padding: 16px 0;
    height: auto;
  }
  
  .most-pop-articles {
    width: 100%;
    max-width: unset;
  }
  
  .most-pop-articles h2 {
    font-size: 32px;
  }
  
  .most-pop-articles.two-col .popArticles li a {
    font-size: 18px;
    line-height: 26px;
  }

  /* Most popular articles on main page and articles on general pages */
  .most-pop-articles > .popArticles li a i.icon-article-doc,
  #main-content .contentWrapper .articleList li a .icon-article-doc {
    position: relative;
    width: 20px;
    height: 10px;
    display: inline-block;
  }
  
  .most-pop-articles > .popArticles li a i.icon-article-doc:before,
  #main-content .contentWrapper .articleList li a .icon-article-doc:before {
    content: "";
    transform: rotate(-45deg);
    position: absolute;
    height: 8px;
    width: 2px;
    background-color: #e70f0f;
    border-radius: 0 0 0 0px;
  }
  
  .most-pop-articles > .popArticles li a i.icon-article-doc:after,
  #main-content .contentWrapper .articleList li a .icon-article-doc:after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    height: 8px;
    width: 2px;
    top: 4px;
    background-color: #e70f0f;
    border-radius: 0px 0 0 0;
  }
  
  #docsSearch {
    background: url("https://www.emergeapps.com/assets/img/covers/strategy-cover.jpg");
    background-size: cover;
    background-position: center;
    padding: 10em 0;
  }
  
  #docsSearch h1 {
    font-weight: bold;
    color: white;
  }
  
  #searchBar .search-query {
    background: #fff;
    border-color: transparent;
    box-shadow: none;
  }
  
  #searchBar {
    display: flex;
  }
  
  #searchBar button {
    background: #eb0613;
    font-weight: bold;
    border-color: transparent;
    color: #fff;
    border-radius: 4px;
    margin-left: 15px;
    text-shadow: none;
    position: initial;
  }
  
  #searchBar button:hover {
    background: #e55252;
    border-color: transparent;
    color: #fff;
  }
  
  .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    grid-gap: 20px;
  }
  
  #contentArea .category-list .category {
    background-position: top 16px center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    min-height: 159px;
    padding: 100px 20px 15px;
    position: relative;
    transition: all 0.2s;
    width: 100%;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .category-list {
      grid-template-columns: 1fr 1fr;
    }
    .category-list .category,
    .category-list.two-col .category {
      width: 100%;
    }
  
    #mainNav .brand {
      padding-left: 16px;
    }
  
    #mainNav .navbar-inner .container-fluid {
      max-width: unset;
      padding: 0;
    }
  }
  
  @media (max-width: 600px) {
    .category-list {
      grid-gap: 10px;
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 478px) {
    .category-list {
      grid-gap: 10px;
      grid-template-columns: 1fr;
    }
  }
  
  .category-list .category h3 {
    font-weight: bold;
  }
  
  #sidebar .nav-list a {
    color: #222222;
  }
  
  #main-content {
    background: unset;
  }
  
  
  .contentWrapper {
        border: none !important;
  }

  /*
  .contentWrapper h1 {
    font-size: 40px;
    font-weight: bold;
  }
  */
  

  #fullArticle p {
    color: #222222;
    font-size: 16px;
  }
  
  #fullArticle img {
    border: none;
  }
  
  .articleFoot p,
  .articleFoot time {
    color: #707070;
    font-family: inherit;
    font-style: normal;
  }
  
  .most-pop-articles h2 {
    font-weight: bold;
  }
  
  nav[role="navigation"] ul.nav li a {
    font-weight: bold;
    font-size: 15px;
    color: white;
  }
  
  .black-btn {
    font-weight: bold;
    border-radius: 24px;
    font-size: 16px;
    text-align: center;
    background-color: #222;
    padding: 9px 32px;
    color: #fff !important;
    border: 1px solid #222;
    cursor: pointer;
    height: 48px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  
  .black-btn:hover {
    color: white;
    opacity: 0.8;
  }
  
  /* Youtube iframe for articles */
  .contentWrapper iframe {
    display: block;
    width: 100%;
    margin: auto;
    padding: 32px 0;
  }
  
  /* Mobile */
  @media screen and (max-width: 600px) {
    .category-list .category:not(:first-child) {
      margin-top: 20px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .contentWrapper {
      margin: 20px;
    }
    nav[role="navigation"] {
      background-color: white;
    }
  
    nav[role="navigation"] ul.nav li a {
      color: black;
    }
  }
  
  @media screen and (max-width: 480px) {
    #searchBar {
      display: block;
    }
  
    #searchBar button {
      margin-left: 0;
      position: absolute;
      background-color: transparent;
    }
  
    #searchBar button i {
      color: #222222;
    }
  
    .contentWrapper h1 {
      font-size: 30px;
    }
  }
  
  /* Contact Modal */
  
  #contactModal {
    top: 4%;
  }
  
  #contactModal .modal-body {
    padding: 10px 40px 40px 40px;
  }
  
  #contactModal > h2 {
    font-weight: bold;
    color: #222;
    margin-top: 20px;
    margin-left: 40px;
    padding: 0;
    border-bottom: none;
  }
  
  #contactModal #closeBtn .icon-close:before {
    color: #222222;
  }
  
  #contactModal .form-horizontal .control-label,
  #contactForm .control-group .control-label {
    display: block;
    width: 100%;
    float: unset;
    text-align: left;
    font-size: 14px;
  }
  
  #contactModal .form-horizontal label[for="file-upload"],
  #contactForm .control-group label[for="upload"] {
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 14px;
  }
  
  #contactModal .form-horizontal .controls,
  #contactForm .control-group .controls {
    width: 100%;
    display: block;
    margin-left: unset;
    padding-left: 0;
  }
  
  #contactModal .form-horizontal .controls input,
  #contactForm .control-group .controls input,
  #contactForm #name,
  #contactForm #email,
  #contactForm #subject {
    box-sizing: border-box;
    padding: 19px 10px;
    width: 100%;
  }
  
  #contactModal .form-horizontal .controls input[type="file"],
  #contactForm .control-group input[type="file"] {
    display: inline;
    margin-left: 8px;
    padding: 0;
  }
  
  #contactModal .form-horizontal label[for="file-upload"] + .controls,
  #contactForm .control-group label[for="upload"] + .controls {
    display: inline;
  }
  
  #contactModal .form-horizontal .controls #md-message,
  #contactForm .control-group .controls #message {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
  }
  
  #contactModal .modal-body h3 {
    display: none;
  }
  
  #contactModal .modal-body .form-actions {
    padding-left: 0;
  }
  
  #contactModal input[type="submit"],
  #contactForm input[type="submit"] {
    font-weight: bold;
    border-radius: 24px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #222;
    padding: 9px 32px;
    color: #fff !important;
    border: 1px solid #222;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    width: 100%;
    background-image: none;
    border: none;
    text-shadow: none;
  }
  
  /* Phone container injected via Javascript */
  .phone-container {
    background-color: #f0f4f4;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .phone-container p {
    font-size: 15px;
    margin: 0 0 0 10px;
    color: #222222;
  }
  
  .phone-container p a {
    color: #222222;
    font-size: 15px;
    text-decoration: underline;
  }
  
  .phone-container p a:hover {
    color: #666;
  }
  
  .phone-container a {
    font-size: 14px;
  }
  
  .phone-container div {
    margin-top: 16px;
  }
  
  .call-us-img {
    width: 100px;
  }
  
  nav ul.nav li a.shop-link {
    height: 32px;
    color: black;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    border-radius: 16px;
    padding: 0 17px;
  }
  
  nav ul.nav li a.shop-link:hover {
    background-color: #fff;
    color: #222;
  }
  
  @media (max-width: 768px) {
    nav ul.nav li a.shop-link {
      font-weight: bold;
      padding: 9px 17px;
    }
  }
  
  /* Language Links */
  .language-links-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 6em;
  }
  
  .language-links-wrapper a {
    color: #222;
    text-decoration: underline;
    font-weight: bold;
  }
  
  .language-links-wrapper a:not(:first-child) {
    margin-left: 8px;
  }
  
  #mainNav .nav.no-contact-nav {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  



  
  .articleFoot time.lu {

    display:none;

}