@media screen and (-ms-high-contrast:white-on-black) {
 .theme-green .c-call-to-action {
    border: 2px solid #FFFF00 !important;
    color: #FFFF00 !important;}
}

@media screen and (-ms-high-contrast:black-on-white) {
 .theme-green .c-call-to-action {
    border: 2px solid #00009F !important;
    color: #00009F !important;}
}

/* Minecraft Fix */
@media only screen and (max-width: 767px) {
.long-heroes [class*=f-x][class*=f-y].m-hero-item > div > div {
    top: calc(50%);}
}


/* Modal */
@media screen and (max-width: 767) {
.modalDialog > div {
top: 30vw;
}
}
.modalDialog {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto;
}
.modalDialog.hidden {opacity:0;}
.modalDialog h2 {margin-top: 30px; text-align: center;}
.modalDialog .button-container {text-align: center;}
.modalDialog > div {
    width: 100%;
    position: fixed;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    background: #fff;
}

.close {
    background: #990000;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 5px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #606061;
    cursor: pointer;
}

.legal img:focus {
     border: dashed 2px #FFF !important;
     outline: none;
}
