body {
    font-family: 'Montserrat', sans-serif;
    color: #262626;
    font-size: .8333rem;
}

h1 {
    font-size: 1.8333rem;
    font-weight: 500;
}

.headImage {
    max-width: 2rem;
    padding: 0 5px 3px 0;
}

#toTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3B7D24;
    opacity: 50%;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #toTopBtn:hover {
    background-color: #555;
  }

.accordion-header {
    font-size: 1rem !important;
}

.product {
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
}

.product h3 {
    font-size: 0.9167rem;
    font-weight: bold;
    margin-bottom: .3rem;
}

.product p {
    margin-bottom: .3rem;;
}

.sectHead {
    color: #3B7D24;
    text-transform: uppercase;
    font-size: 1.1667rem;
    letter-spacing: .3rem;
    font-weight: bold;
}

.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.contentBtn {
    background-color: #f8f9fa;
    color: #4E58EC;
    cursor: pointer;
}

.contentBtn h2 {
    text-decoration: underline;
    color: #4E58EC;
}
 
.contentBtn:hover {
    background-color: #DADADA;
    text-decoration: underline;
}

.home-icon {
    max-width: 5rem;
    display:block;
    margin:auto;
    padding-bottom: 5px;
}

.twist {
    background-image: url('../img/twist.png');
    
    /* background-repeat: no-repeat; */
    height: 6px;
}

.font-12 {
    font-size: 1rem;
}

.font-11 {
    font-size: 0.9167rem;
}

.footer-text {
    font-size: .6667rem;
}

.red {
    color: #FE0301;
}

.green {
    color: #3A7D23;
}

.exp-header a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #0d6efd;
}

.exp-header a:hover {
    font-size: 1.5rem;
    color: #0a58ca;
    font-weight: bold;
}

.exp-header a:visited {
    font-size: 1.5rem;
    color: #0a58ca;
    font-weight: bold;
}

.card-body h2 {
    font-size: 1rem !important;
}

.bnnr-img {
    max-height: 80px;
}

.alt {
    color: #3A7D23;
}

.thumb {
    max-width: 12rem;
}

.callout-info {
    border-left-color: #59C23B; 
    background-color: #59C23B;   
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #59C23B;
    border-left-width: .25rem;
    border-radius: .25rem;
    max-width: 26rem;;
    margin: auto;
}

.callout a{
    color: #000000;
}