@charset "UTF-8";
@import url("reset.css");


@font-face {
    font-family: 'locatorbold';
    font-display: swap;
    src: url('/locator-bold-webfont.eot');
    src: url('/locator-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/locator-bold-webfont.woff2') format('woff2'),
        url('/locator-bold-webfont.woff') format('woff'),
        url('/locator-bold-webfont.ttf') format('truetype'),
        url('/locator-bold-webfont.svg#locatorbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
header {width:100%;background-color:#000;padding-top:2vw;}

h1, h2, h3, h4, h5 {color:#fff; font-family: "Knockout 50 A", "Knockout 50 B"; font: normal 400 8vw/7vw "Knockout 47 A", "Knockout 47 B";
    text-transform: uppercase;}
h1 {font-size: 5vw;
    line-height: 10vw;
    background-image: url(RU_PrimaryLock-up_4_Color_Horizontal_Medium);
    background-repeat: no-repeat;
    background-size: 20vw;
    background-position: 29vw;
    padding-left: 55vw;

}

.ctaBar a {font-family: 'locatorbold';
    color: #51a744;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
text-decoration:none;}

.ctaBar a:hover {text-decoration: underline;}

.ctaBar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));}


.ctaBar div {
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
}

.ctaBar div:nth-child(6n+1),
.ctaBar div:nth-child(6n+6) {
    background: #007741;
}

.ctaBar div:nth-child(6n+2) {
    background: #61b853;
}

.ctaBar div:nth-child(6n+3) {
    background: #afd9a1;
}

.ctaBar div:nth-child(6n+4) {
    background: #61b853;
}

.ctaBar div:nth-child(6n+5) {
    background: #afd9a1;
}

.ctaBar div:nth-child(6n+1) *,
.ctaBar div:nth-child(6n+6) *,
.infoBoxes div:nth-child(6n+1) *,
.infoBoxes div:nth-child(6n+1) h4,
.infoBoxes div:nth-child(6n+6) *,
.infoBoxes div:nth-child(6n+6) h4 {
    color: #FFFFFF;
}

.ctaBar div:nth-child(6n+2) *,
.ctaBar div:nth-child(6n+3) *,
.ctaBar div:nth-child(6n+4) *,
.ctaBar div:nth-child(6n+5) *,
.infoBoxes div:nth-child(6n+2) .infoBoxDescription,
.infoBoxes div:nth-child(6n+3) .infoBoxDescription,
.infoBoxes div:nth-child(6n+4) .infoBoxDescription,
.infoBoxes div:nth-child(6n+5) .infoBoxDescription {
    color: #000000;
}

.ctaBar a {
    padding: 20px 0 20px 0;
    font-size: 1.2em;
}

@media (max-width: 800px){
    h1 {text-align:center; font-size:10vw;line-height: 17vw;
 background-repeat: no-repeat; background-size: 40vw;
        padding-top: 12vw; background-position: top center;
        padding-left:0;
}
}
