/*
Theme Name: osc
Theme URI: https://authentik.com
Description: Custom theme built for OSC.
Author: Authentik
Author URI: https://authentik.com
Version: 0.4.4

Template: genesis

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: osc 
*/

/* 
Main stylesheet is in /lib/css/main.css
Compiled from /lib/scss/style.scss
*/

/* Fixing Layout Shift */
.front-hero-inner {
    max-height: 150px;
}
.front-hero-degree-finder {
    min-height: 369px;
}
.degree-finder-sidebar {
    min-height: 344px;
}
@media screen and (min-width: 768px) {
    .front-hero-degree-finder {
        min-height: 154px;
    }
    .front-hero-inner {
        min-height: 115px;
    }
    .menu-item {
        min-height: 100px;
    }
}

.ot-sdk-show-settings {
    color: #0a1d28 !important;
    border: none !important;
    padding: 0 !important;
    font-size: 13px !important;

    &:hover {
        background: none !important;
    }
}