/* styles icons to act as bullets */
.main-container {
  display: flex;
  align-items: stretch;
}
.icon-container {
  flex: 0 0 20%;
}
.row-container {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}

.main-container h3 {
   margin-bottom: 0.5em;
}

#IconsasbulletsNCL > div.popin-wrapper--body > div > div.scl-flexible-images-with-column-2.remove-vertical-border > div.scl-flexible-images-with-column--description {
    margin: 40% 0;
}

@media screen and (max-width: 760px) {
  #IconsasbulletsNCL > div.popin-wrapper--body > div > div.scl-flexible-images-with-column-2.remove-vertical-border > div.scl-flexible-images-with-column--description {
    margin: auto;
  }
}

/* styles an ordered list */


.big-green-ol-fds {
    counter-reset: section;
    margin: 0em 0.5em 0em 2em!important;

}
.big-green-ol-fds h3 {
    margin-bottom: 0.5em;
}

.big-green-ol-fds li {
    position: relative;
    padding: 1em 0em 0em 2.5em!important;
    list-style: none!important;
}

.big-green-ol-fds li::before {
    counter-increment: section;
    content: counter(section);
    text-align: center;
    background: #D4F3CF;
    color: #044014;
    margin-top: 0.1em;
    margin-left: 0.9em;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.5em;
    font-weight: bolder;
    position: absolute;
    padding: 0.1em;
    left: -2em;
    line-height: 1.5;  
    
}


.big-green-ol {
    counter-reset: section;
    margin: 0em 0.5em 0em 2em!important;

}
.big-green-ol h3 {
    margin-bottom: 0.5em;
}

.big-green-ol li {
    position: relative;
    padding: 1em 0em 0em 2.5em!important;
    list-style: none!important;
}

.big-green-ol li::before {
    counter-increment: section;
    content: counter(section);
    text-align: center;
    background: #368727;
    color: #fff;
    margin-top: 0.1em;
    margin-left: 0.9em;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.5em;
    font-weight: bolder;
    position: absolute;
    padding: 0.1em;
    left: -2em;
    line-height: 1.5;  
    
}

.expand-collapse--list li::before {
    line-height: 1.3;
}


.centered-green-ol-fds {
    counter-reset: section;
    margin: 0em 0.5em 0em 1em!important;
}

.centered-green-ol-fds li {
    position: relative;
    padding: 1em 0em 1em 3em!important;
    list-style: none!important;
}

.centered-green-ol-fds li::before {
    counter-increment: section;
    content: counter(section);
    text-align: center;
    background: #D4F3CF;
    color: #044014;
    margin-top: -0.3em;
    margin-left: 1.5em;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.5em;
    font-weight: bolder;
    position: absolute;
    padding: 0.1em;
    left: -2em;
    line-height: 1.5;  
}


.centered-green-ol {
    counter-reset: section;
    margin: 0em 0.5em 0em 1em!important;
}

.centered-green-ol li {
    position: relative;
    padding: 1em 0em 1em 3em!important;
    list-style: none!important;
}

.centered-green-ol li::before {
    counter-increment: section;
    content: counter(section);
    text-align: center;
    background: #368727;
    color: #fff;
    margin-top: -0.3em;
    margin-left: 1.5em;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.5em;
    font-weight: bolder;
    position: absolute;
    padding: 0.1em;
    left: -2em;
    line-height: 1.5;  
}

/*  overrides a PVD global psuedo selector */
.centered-green-ol *,*:after,*:before {
box-sizing: content-box!important;
}