
.cta.light, .loginURL {
    color:white;
    transition:all 0.3s;
    background:#40c0f0;
} 
.cta.light:hover, .loginURL:hover {
    background:#0091a6;
} 
.cta.dark, .registrationURL, .mainMenu li a {
    color:white;
    transition:all 0.3s;
    background:#0091a6;
} 
.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:#001d21;
}
.darkLink, .footerMenu > li > ul > li > a, a:not([class]) {
    transition:all 0.3s;
    color:#0091a6;
}
h1 {
    color:#0091a6;
} 
h2, h3, h4 {
    color:#40c0f0;
} 
.darkLink:hover, .footerMenu > li > ul > li > a:hover, a:not([class]):hover {
    color:#001d21;
}
.lightBG {
    background:#40c0f0;
} 
.darkBG {
    background:#0091a6;
}
table.null tr:first-child td, table.null th, table.null tr.head td {
    background-color:#0091a6;
    color:white;
    font-weight:400;
}

table.null tr:not(:first-child):nth-child(odd) {
    background-color:rgba(64, 192, 240,0.3);
}

table.null tr:not(:first-child):nth-child(even) {
    background-color:rgba(64, 192, 240,0.1);
}

.heroBG {
    background-image:url('https://esales.naturalresources.wales/wp-content/uploads/2016/09/2007412.jpg');
}
blockquote {
    border-left:4px solid #40c0f0;
}
.heroBG:after {
    background-color:rgba(0,0,0,0.2);
}

.otherSiteMenu li {
    width:;
}

@media screen and (max-width:47.938em) {
    .otherSiteMenu li {
        width:100%;
    }
}