.st0{fill:#222222;}
.st1{fill:#FFFFFF;}
.st2{fill:#FFFFFF;stroke:#000000;stroke-width:0.2582;stroke-miterlimit:10;}
.st3{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:2.5133;stroke-miterlimit:10;}
.st4{fill:none;stroke:#FFFFFF;stroke-width:2.5133;stroke-miterlimit:10;}
.st5{fill:none;}
.st6{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}

svg  a > .hexagon,
svg  a > .title-bg {
    transition: fill 0.2s ease-in;
}

svg a:hover > .hexagon,
svg a:hover > .title-bg {
    fill: #084ca1;
}

.contact-links-tiles {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .contact-links-tiles {
        margin-top: 100px;
        margin-bottom: 0;
    }
}