/*--------------------------------------------------------------------------------------------------------

# HEADER & FOOTER

--------------------------------------------------------------------------------------------------------*/

/*		MENY		*/

.hh-site-menu .hh-header__btn.hh-menu__btn-close{
   border: 0;
   background-color: rgb(0, 73, 133);
   width: 1.25rem;
    height: 1.25rem;
    padding: 1.25rem 1rem 1rem;
    margin: 0.5rem 0 0;
   cursor: pointer;
 
}
/*
.hh-button__show {
   
   
}

.hh-button__show .hh-button__inner {
   z-index: 99999!important;
  position: relative;
}

.hh-button__inner-logo {
   display: block;
}

.hh-button__inner-logo img {
   display: block;
   width: 180px;
   max-width: 11.25rem;
   
}*/

.hh-button__inner-logo > img {
   width: 180px;
}

/*		Footer		*/

.hh-site-footer p.normal {
   margin-bottom: 0;
}

.hh-site-footer p.normal:last-child {
   margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------------------------------------------------

# Startsidan

--------------------------------------------------------------------------------------------------------*/

.sv-no-js .hh-block{
   display:block;
}

.sv-no-js .hh-startpage__list-load-more-btn {
   display:none;
}


/*--------------------------------------------------------------------------------------------------------

# Hitta din utbildning

--------------------------------------------------------------------------------------------------------*/

.subheading .hh-other-programs__link {
   display: block;
   word-break: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-top: 0;
    font-size: 1.75rem;
    font-family: 'guardian egyptian web medium',sans-serif;
    font-weight: 500;
    color: rgb(255, 255, 255);
    letter-spacing: 0.8px;
    line-height: 1.36;

}

.hh-course-item__subheading .hh-course-item__link{ 
   display: block;
   color: rgb(51, 51, 51);
    font-family: "guardian egyptian web medium",sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 1.33;
}

.hh-course-item__item--summary {
   color: #000;
}

.hh-container__overhead .hh-visuallyhidden {
   clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*--------------------------------------------------------------------------------------------------------

# LIBRARY

--------------------------------------------------------------------------------------------------------*/

.hh-library-menu__item {
   position: relative;
   display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-height: 18.75rem;
    overflow: hidden;
    text-decoration: none;
}

.hh-library-menu__overlay{
   padding: 0;
   height: 100%;
   width: 100%;
}

.hh-library-menu__overlay img {
   width: 100%;
}

.hh-library-menu__overlay:after {
   content: '';
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
   bottom: 0;
   background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);
}

.hh-library-menu__txt {
   position: absolute;
   top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.75rem 2.5rem;
    width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
   
    color: rgb(255, 255, 255)!important;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: normal;
}

.hh-library-menu__txt h2 {
   margin: 0.25rem 0;
}

.hh-library-menu__item a{
   max-height: none!important;
   position: static!important;
   
       display: block!important;
   font-family: 'Guardian Egyptian Web Medium', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    word-break: break-word;
}

.hh-library-menu__item a:hover {
   text-decoration: underline;
}

.hh-library-menu__item a:after {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.hh-library-menu__txt p{
   line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hh-library-open-hours__time {
   text-align: center;
}

/*--------------------------------------------------------------------------------------------------------

# NEWS

--------------------------------------------------------------------------------------------------------*/

.hh-news__list-date {
   color: rgb(68, 68, 68)!important;
} 

/*--------------------------------------------------------------------------------------------------------

# Schedule

--------------------------------------------------------------------------------------------------------*/

.hh-student-schedule__table thead tr th:first-child {
   min-width: 7.5rem;
}