#dnoSmartRecContainer {
    clear: both;
    margin-top: 2rem;
}

#dnoSmartRecContainer ol {
    list-style: none;
    padding: 0 1rem;
}

#dnoSmartRecContainer li {
    position: relative;
    max-width: 92%;
    margin: 1rem auto;
    box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    /*overflow: hidden;*/
    background-color: white;
    border-left: 5px solid #00a1de;
}

#dnoSmartRecContainer li a {
    display: block;
    padding: 1rem 2rem 1rem;
    text-decoration: none;
    color: #000;
}

#dnoSmartRecContainer h3 {
    display: flex;
    align-items: center;
    margin: 0 0 1rem;
    color: #000;
    font-weight: normal;
}

@media (min-width: 40em) {
    #dnoSmartRecContainer li {
        /*margin: 3rem auto;*/
    }

    #dnoSmartRecContainer li a {
        padding: 1rem 2rem 0.2rem;
    }

    #dnoSmartRecContainer h3 {
        font-size: 1.25rem;
        margin: 0 0 2rem;
    }

    #dnoSmartRecContainer h3::before {
        margin-right: 1.5rem;
    }
}

.dnoContentContainer img {
    width: 4rem;
}

.dnoContentContainer .name {
    margin-bottom: 0;
    margin-top: 0.5em;
    line-height: 1em;
    font-size: 1.3em;
}

@media screen and (max-width: 992px) {
    .dnoContentContainer .name {
        font-size: 16px;
        line-height: 16px;
        white-space: normal;
    }
}

.dnoContentContainer .dnoDesc {
    margin-top: 0.2em;
    font-size: 1em;
}

.dnoDescContainer {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    color: rgba(51,51,51,.65);
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 0.5em;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
    .dnoDescContainer {
        flex-wrap: wrap;
        margin-top: 1em;
        margin-bottom: 0;
    }
}

.dnoDescContainer .dnoSvgContainer {
    margin-right: 1rem;
    padding: 4px 8px;
    border: 1px solid #ececec;
    max-width: 14rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .dnoDescContainer .dnoSvgContainer {
        max-width: initial;
        text-overflow: inherit;
        white-space: nowrap;
        margin-bottom: 0.5rem;
    }
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.kmb-icon-left {
    margin-right: 0.5rem;
}

.position {
    float: right;
    text-align: right;
    padding: 0.4em 0em 0em 1rem;
}

.position span {
    background: #444444;
    padding: 0.5rem;
    color: #fff;
    border-radius: 10px;
    transform: translateX(10px);
    right: 0px;
    top: -5px;
    position: absolute;
    font-size: 0.6em;
}

/* TOP NAV */

/* Add a black background color to the top navigation */
.dnoTopnav {
  background-color: #333;
  overflow: hidden;
  margin-top: 3rem;
  padding-left: 3rem;
}

/* Style the links inside the navigation bar */
.dnoTopnav a, #dnoFilterLabel, #dnoFilterLabelActive {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#dnoFilterLabel, #dnoFilterLabelActive {
  display: none;
  padding-left: 0;
}

@media screen and (max-width: 600px) {
    .dnoTopnav {
        padding-left: 0;
    }
    .dnoTopnav a {
        float: right;
    }
    #dnoFilterLabel {
        display: inline-block;
    }
}

/* Arrow icon */
.dnoTopnav .icon-chevron {
    margin-top: 3px;
    margin-left: 3px;
    font-size: 14px;
}

.dnoTopnav .icon-chevron:before {
    content: "\f078";
}

.dno-btn-filter {
    display: inline-block;
    float: left;
    margin: 1.3rem 0rem 1.5rem 1rem;
    font-weight: bold !important;
    background-color: #26890d;
    color: #fff;
    height: 42px;
    padding-top: 12px;
    border: 2px solid #26890d;
    font-size: 1rem;
    padding: 0.5rem 1.5rem 0rem 1.5rem;
    border-radius: 4px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 2;
    cursor: pointer;
}
.dno-btn-filter:not(.dno-btn-filter ~ .dno-btn-filter) {
    margin-left: 3.8rem;
}

#dnoLoadMore {
    display: none;
    margin-left: 3.8rem;
    background: #000;
    color: #fff;
    font-size: 1.7em;
    padding: 1em 2em;
    border-radius: 4px;
}

#dnoLoadMore.visible {
    display: block;
}

@media screen and (max-width: 600px) {
    #dnoSmartRecContainer {
        padding-top: 0.5rem;
    }
    .dno-btn-filter {
        float: none;
        margin: 1rem 1rem 0rem 1rem;
    }
    .dno-btn-filter:not(.dno-btn-filter ~ .dno-btn-filter) {
        margin-left: 1rem;
        margin-right: 0rem;
    }
    #dnoLoadMore {
        width: 86%;
        margin: 0 auto;
    }
}
.dno-btn-filter i {
    float: right;
    line-height: 2;
    margin-left: 10px;
}

/* Add an active class to highlight the current page */
.dnoActive {
  background-color: #26890d;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.dnoTopnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  display: flex;
  align-items: center;
}

.dropdown-content.dno-dropbtn-active {
    display: block;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  cursor: pointer;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.dnoTopnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
@media screen and (min-width: 601px) {
    .dropdown:hover .dropdown-content {
      display: block;
  }
}

#dnoTopnavContainer .menu-icon {
  cursor: pointer;
  display: none;
  float: left;
  padding: 26px 20px;
  position: relative;
  user-select: none;
}

#dnoTopnavContainer .menu-icon .dno-navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

#dnoTopnavContainer .menu-icon .dno-navicon:before,
#dnoTopnavContainer .menu-icon .dno-navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

#dnoTopnavContainer .menu-icon .dno-navicon:before {
  top: 5px;
}

#dnoTopnavContainer .menu-icon .dno-navicon:after {
  top: -5px;
}

.dno-menu-btn:checked ~ .dropdown {
  display: block;
  float: none;
}

#smartRecTopnav .dno-menu-btn:checked ~ .menu-icon .dno-navicon {
  background: transparent;
}

.dno-menu-btn:checked ~ .menu-icon .dno-navicon:before {
  transform: rotate(-45deg);
}

.dno-menu-btn:checked ~ .menu-icon .dno-navicon:after {
  transform: rotate(45deg);
}

#smartRecTopnav .dno-menu-btn:checked ~ .menu-icon:not(.steps) .dno-navicon:before,
#smartRecTopnav .dno-menu-btn:checked ~ .menu-icon:not(.steps) .dno-navicon:after {
  top: 0;
}

/* CSS workaround for switching label when checked */
#smartRecTopnav .dno-menu-btn:checked ~ #dnoFilterLabelActive {
    display: inline-block;
}
#smartRecTopnav .dno-menu-btn:checked ~ #dnoFilterLabel {
    display: none;
}

/* Makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .dno-menu-btn:checked ~ a.icon {
    position: absolute;
    right: 0;
    top: 0;
}
.dno-menu-btn:checked ~ a {
    float: right;
    display: block;
    text-align: left;
}
.dno-menu-btn:checked ~ .dropdown-content {position: relative;}
.dno-menu-btn:checked ~ .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
}
.dno-menu-btn:checked ~ .dropdown {
  display: block !important;
}
#dnoTopnavContainer .dropdown {
    display: none;
    clear: both;
}
#dnoTopnavContainer .menu-icon {
  display: inline-block;
}
}