@font-face {
    font-family: "Acumin Pro Wide";
    src: url('../Fonts/AcuminProWide-Thin.woff2');
}
@font-face {
    font-family: "Acumin Pro";
    src: url('../Fonts/AcuminPro-Regular.woff2');
}
@font-face {
    font-family: "Acumin Pro Bold";
    src: url('../Fonts/AcuminPro-Bold.woff2');
}
@font-face {
    font-family: "Acumin Pro Medium";
    src: url('../Fonts/AcuminPro-Medium.woff2');
}
@font-face {
    font-family: "Acumin Pro Semibold";
    src: url('../Fonts/AcuminPro-Semibold.woff2');
}
@font-face {
    font-family: "RBN Bold";
    src: url('../Fonts/RBNo3.1-Bold.woff2');
}

.desktop {
    display: none;
}
body {
    margin-top: 60px;
    font-family:"poppins", sans-serif;
    color: #333;
}

body.dark-mode {
    color:#FFF;
    background-color: #000;
}

.toolbar-menu a {
    color:#333 !important;
}

.toolbar-fixed body{
    top: 105px;
}
.toolbar-fixed.toolbar-tray-open body {
    top: 145px;
}

main {
    padding: 30px 0;
}

a,
a:hover {
    text-decoration: none;
    color: #333;
}

.dark-mode a,
.dark-mode a:hover {
    color: #FFF;
}

p,
li{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;     
}

.closed {
    display: none;
}

#search-in-main-content {
    text-align: center;
}
#search-in-main-content form.site-search-form {
    width: 100%;
    max-width: 720px;
    margin:-20px auto 30px;
}
#search-in-main-content .course-search-bar{
    width: 100%;
    max-width: 720px;
}

/*.dark-mode #search-in-main-content .course-search-bar {
    background-image: url("../img/search-white.svg");
    border: 1px solid #666;
    background-color: #222;
    color: #FFF;
}*/

.container {
    padding:0 25px;
}
div[data-drupal-messages]  {
    margin: 10px auto;
    padding: 8px;
    background: rgb(249, 237, 169);
    border: gold 1px solid;
    text-align: center;
}
.user-login-form {
    width: 450px;
    max-width: 90%;
    margin: 20px auto;
}
.user-login-form .cas-login-link {
    font-weight: bold;
    margin: 0 0 45px;
    color: #028BFF;
    display: block;
}
.path-user #block-hmpeducation-ssologinblock {
    width: 450px;
    max-width: 90%;
    margin: 40px auto;
}


@media(min-width: 1460px){
    .container {
        max-width: 1440px;
    }
}

@media(min-width: 768px){
    body {
        margin-top: 60px;
        font-family:"poppins", sans-serif;
        color: #333;
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }

    p,
    li{
        font-size: 14px;
        line-height: 21px;     
    }

    main {
        padding: 50px 0;
    }

}
@media(min-width: 992px){
    body {
        margin-top: 78px;
    }
}
@media(min-width: 1460px){
    body {
        margin-top: 78px;
    }
}
