/* Mobile only */
@media only screen and (max-width: 599px) {
    .tags h3 {
        background-color: rgba(41, 123, 123, 0.2);
    }
}

/* 600px up */
@media only screen and (min-width: 600px) {
    .EPiServerForms .FormSubmitButton:hover,
    .button-primary:hover,
    .filtertagpage .tag:hover {
        background-color: #297b7b !important;
    }

    .filtertagpage .tag {
        border-color: #297b7b !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 1024px) {
    .main_nav {
        background: #297b7b;
    }
}

/* Desktop up */
@media only screen and (min-width: 1023px) {
    .site_search .input_search_button:hover,
    .site_search .input_search_button:focus,
    .site_search .input_search_button:active,
    .main_nav ul.parent > li.current,
    .main_nav ul.parent > li.active,
    .main_nav ul.parent > li.focus,
    .main_nav ul.parent > li:hover {
        background: #1d5656;
    }
}
