﻿/* Border Bottom Colors */
.pistachio-green-bb {
    border-bottom: 10px solid #A5D27D !important;
}

.android-green-bb {
    border-bottom: 10px solid #9BC83C !important;
}

.apple-green-bb {
    border-bottom: 10px solid #54AF47 !important;
}

.laurel-green-bb {
    border-bottom: 10px solid #2E7940 !important;
}

.verdigris-cyan-bb {
    border-bottom: 10px solid #42b1a8 !important;
}

.illuminating-cyan-bb {
    border-bottom: 10px solid #358874 !important;
}

/* Background Colors */
.pistachio-green-bg {
   background-color:  #A5D27D !important;
}

.android-green-bg {
    background-color:  #9BC83C !important;
}

.apple-green-bg {
    background-color:  #54AF47 !important;
}

.laurel-green-bg {
    background-color:  #2E7940 !important;
}

.verdigris-cyan-bg {
    background-color:  #42b1a8 !important;
}

.illuminating-cyan-bg {
    background-color:  #358874 !important;
}

@media (max-width: 767.99px) {
    .sm-bg-white.pistachio-green-bg,
    .sm-bg-white.android-green-bg,
    .sm-bg-white.laurel-green-bg,
    .sm-bg-white.verdigris-cyan-bg,
    .sm-bg-white.illuminating-cyan-bg,
    .sm-bg-white.apple-green-bg {
        background-color: #fff !important;
    }
}