.site-logo {
    max-width: 150px;
}

/*@media screen and (min-width: 601px) {
         .site-logo   {
            margin-left: 450px;
        }

}*/

span#logo img {
    float: left;
    max-width: 100%
}

@media screen and (max-width: 601px) {
    .w3-bar .w3-bar-item {
        float: none;
    }
}

.strong {
    font-weight: bold;
}

.main-nav .w3-button {
    margin-top: 20px
}

#navDemo {
    padding-top: 70px;
}

.w3-bar .w3-bar-item2
    {
    padding:0px;
    float:left;
    width:auto;
    border:none;
    display:block;
    outline:0
    }

.extend-width {
    width: 100%
}

.w3-third {
    padding-left: 30px;
}

.featured {
    border: 1px solid #000; 
    padding: 10px;
}

/*Print Modal*/
#pdfModal {
    /* Other modal styles */
    top: 10%; /* Adjust this value to position the modal higher or lower on the page */
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .modal-content {
    background-color: #fefefe;
    margin: 2% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }

  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

.a-technology__category, .a-technology__category:visited, .a-technology__categories a, .a-technology__categories a:visited {
    margin-top: 0;
    display: inline-block;
    padding: 0 7px;
    border-radius: 4px;
    margin-right: 9px;
    margin-bottom: 5px;
    background: #efeff0;
    color: #000;
    line-height: 2.2;
    font-weight: 400;
    font-size: 10px;
}

.breadcrumb li {
    display: flex;
}

.breadcrumb li::before {
    content: "";
    display: inline-flex;
    margin-top: 6px;
    padding: 0 5px;
    width: 1em;
    height: 1em;
    background: url(https://westdemo.testtechnologypublisher.com/files/sites/i-arrow-right.svg) no-repeat center;
}

.breadcrumb li:first-child::before {
    display: inline-flex;
    margin-top: 3px;
    padding-left: 0;
    padding-right: 10px;
    width: 1.2308em;
    height: 1.2308em;
    background: url(https://westdemo.testtechnologypublisher.com/files/sites/i-folder.svg) no-repeat center;
}

.breadcrumb li:first-child a {
    padding-left: 4px;
}