
.cta.light, .loginURL {
    color:white;
    transition:all 0.3s;
    background:#4cae49;
} 
.cta.light:hover, .loginURL:hover {
    background:#0f4b2f;
} 
.cta.dark, .registrationURL, .mainMenu li a {
    color:white;
    transition:all 0.3s;
    background:#0f4b2f;
} 
.cta.darkGreen {
    color:white;
    transition:all 0.3s;
    background:#0c6f26;
}
.cta.darkGreen:hover {
    color:white;
    transition:all 0.3s;
    background:#094d1b;
} 
.cta.dark:hover, .registrationURL:hover, .mainMenu li a:hover {
    background:#030f09;
}
.darkLink, .footerMenu > li > ul > li > a, a:not([class]) {
    transition:all 0.3s;
    color:#0f4b2f;
}
h1 {
    color:#0f4b2f;
} 
h2, h3, h4 {
    color:#4cae49;
} 
.darkLink:hover, .footerMenu > li > ul > li > a:hover, a:not([class]):hover {
    color:#030f09;
}
.lightBG {
    background:#4cae49;
} 
.darkBG {
    background:#0f4b2f;
}
table.null tr:first-child td, table.null th, table.null tr.head td {
    background-color:#0f4b2f;
    color:white;
    font-weight:400;
}

table.null tr:not(:first-child):nth-child(odd) {
    background-color:rgba(76, 174, 73,0.3);
}

table.null tr:not(:first-child):nth-child(even) {
    background-color:rgba(76, 174, 73,0.1);
}

.heroBG {
    background-image:url('https://esales.forestry.scot/wp-content/uploads/2016/09/logs.jpg');
}
blockquote {
    border-left:4px solid #4cae49;
}
.heroBG:after {
    background-color:rgba(0,0,0,0.2);
}

.otherSiteMenu li {
    width:;
}

@media screen and (max-width:47.938em) {
    .otherSiteMenu li {
        width:100%;
    }
}