.hh-search__preamble {
   margin-bottom: 2rem;
}

.hh-container__overhead {
   position: relative;
}
.hh-search__image {
   overflow: hidden;
}
.hh-search__image + .hh-container {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

.hh-search__image + .hh-container .hh-search__container {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 0 .875rem;
}

.hh-search__image + .hh-container .hh-search__container .hh-row {
   height: 100%;
}

.hh-search__image + .hh-container .hh-search__container .hh-row .hh-col-lg-12 {
   height: 100%;
}

.hh-search__image {
   position: relative;
}

.hh-search__image:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: -moz-linear-gradient(top,rgba(0,73,133,.75) 0,rgba(0,73,133,1) 100%);
   background: -webkit-linear-gradient(top,rgba(0,73,133,.75) 0,rgba(0,73,133,1) 100%);
   background: linear-gradient(to bottom,rgba(0,73,133,.75) 0,rgba(0,73,133,1) 100%);  
}

.hh-search__image + .hh-container h1, 
.hh-search__image + .hh-container h2, 
.hh-search__image + .hh-container p, 
.hh-search__image + .hh-container span {
   color: #fff;
}

.hh-search__image + .hh-container .hh-row, 
.hh-search__image + .hh-container .hh-row .hh-col-lg-12 {
   height: 100%;
}


.hh-focus__error-message{
   font-family: "Open Sans";
   font-size: 16px;
   text-align: center;
   padding: 20px;
   background-color: #FF4052;
   color: #fff;
   opacity: 0.83;
   transition: opacity 0.6s;      
}
.hh-focus__container{
   visibility: hidden;
}
.hh-container__overhead{
   background-color: #ededed;  
   text-align: center;
}
.hh-search__information-heading{
   color: #333333;
   font-family: "guardian egyptian web medium", sans-serif;
   font-size: 64px;
   font-weight: 500;
   letter-spacing: 0.5px;
   line-height: 72px;
   /*Sizing*/
   padding-top: 65px;
   margin-top: 0px!important;
}  
.hh-search__information-description{
   color: #333333;
   font-family: "Open Sans";
   font-size: 20px;
   letter-spacing: 0.5px;
   line-height: 40px;
   /*Sizing*/
   padding-bottom: 65px;
}
.hh-search__container{
   -webkit-box-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
   -moz-box-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
   -ms-box-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
   box-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
}   
.hh-search__input-field{
   margin-bottom: 0;
   border: 2px solid #fff;
   height: 88px;
   padding-left: 60px;
   width: 100%;
   border: 0;
   border-radius: 0;
   background-image: url('/images/18.7db027ef1667c2a35602baf8/1539781599581/hh-search-icon.png');
   background-repeat: no-repeat;
   background-position: center left 20px;
   background-size: 25px;
   -webkit-box-shadow: 0 10px 80px -10px rgba(0, 0, 0, 0.13);
   -moz-box-shadow: 0 10px 80px -10px rgba(0, 0, 0, 0.13);
   -ms-box-shadow: 0 10px 80px -10px rgba(0, 0, 0, 0.13);
   box-shadow: 0 10px 80px -10px rgba(0, 0, 0, 0.13);
   z-index: 1;
   font-family: 'Open sans', sans-serif;
   font-size: 20px;
   color: #333333;
   line-height: 27px;
}
.hh-program__container{
   margin: 40px 0 0 0;
}
.hh-program__label-wrapper{
   padding: 40px;
   background-color: #eaf3fa;
}
.hh-program__label-definition{
   display: inline-block;
   font-weight: bold;
   margin-right: 10px!important;
}   
/*Style fix for checkbox-container override*/
.hh-checkbox__container{
   display: inline-block;
   padding: 5px 23px 5px 35px;
   margin-right: 16px;
   background: #fff;
   border: 2px solid #ededed;
   color: #004985;
}
.hh-checkbox__container:focus-within {
   outline: 3px solid #3beaff;
}
.hh-checkbox__container--active{
   background: #004985;
   border: 2px solid #004985;
   color: #fff;
}   
.hh-checkbox__container .hh-checkbox__container-checkmark:after{
   top: 8px;
   margin-left: 10px;
}
.hh-checkbox__container input:checked ~ .hh-checkbox__container-checkmark:before{
   top: 8px;
   margin-left: 12px;
}
.hh-checkbox__container input:checked ~ .hh-checkbox__container-checkmark:before{
   background-image: url('/images/18.4ad3d9ee1656d0f05ef5b845/1541587585829/hh-check-icon-blue.svg');
}
.hh-checkbox__container input:checked ~ .hh-checkbox__container-checkmark:after{
   background: #fff;
}
/*Buttons*/
.hh-program__button-wrapper{
   width: 100%;
   text-align: center;
   margin: 28px 0 0 0;
} 
.hh-program__button{
   font-family: "open sans", sans-serif;
   font-size: 16px;
   font-weight: 600;   
   letter-spacing: 1px;
   line-height: 22px;
   text-align: center;
   text-transform: uppercase;
   cursor: pointer;
   width: 180px;
   padding: 12px;
   background-color: #004985;
   color: #fff;
/*   border: none;*/
   border: 2px solid #004985;
   margin: 0 20px 0 20px;
}
/*
.hh-program__button:hover{
   background-color: #266497;
}
*/

.hh-program__button:hover{
   background-color: #ffffff;
   color: #004985;
}
.hh-program__button--clear{
   font-family: "open sans", sans-serif;
   font-size: 16px;
   font-weight: 600;
   letter-spacing: 1px;
   line-height: 22px;
   text-align: center;
   text-transform: uppercase;
   cursor: pointer;
   padding: 10px;
   background: #fff;
   border: 2px solid #004985;
   color: #004985;
   width: 180px;
   margin: 0 20px 0 20px;
}
/*
.hh-program__button--clear:hover{
   border: 2px solid #266497;
   color: #266497;
}
*/

.hh-program__button--clear:hover{
   border: 2px solid #004985;
   background: #004985;
   color: #ffffff;
}
/*Program*/
.hh-program__divider{
   margin: 50px 0 0 0;
}
.hh-program__semester{
   color: #333333;
   font-family: "guardian egyptian web regular",sans-serif;
   font-size: 32px;
   letter-spacing: 0.5px;
   line-height: 40px;
   padding: 0 0 25px 0;
   border-bottom: 1px solid #ededed;
}
.hh-program__title{
   font-family: "guardian egyptian web regular",sans-serif;
   color: #333333;
   font-size: 24px;
   letter-spacing: 0.5px;
   line-height: 32px;
   padding: 0 0 25px 0;
   border-bottom: 1px solid #ededed;
   margin: 40px 0 0 0!important;
}
.hh-other-programs{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-top: 20px;
   margin-bottom: 40px;
}
.hh-other-programs__link, .hh-course-item__link{
   text-decoration: none;
}
/*.hh-other-programs__item {
   min-height: 400px;      
   width: 48.5%;
   margin-top: 40px;
   color: #FFFFFF;
   box-sizing: border-box;   
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   position: relative;
}*/
/*.hh-other-programs__item--background {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;  
   height: 100%;
   padding: 40px;      
   opacity: 0.94;
}*/
/*.hh-other-programs__item--name p{
   word-break: break-word;
   -ms-word-wrap: break-word;
   word-wrap: break-word;
   margin-top: 0;
   font-size: 28px;
   font-family:'guardian egyptian web medium',sans-serif;
   font-weight: 500;
   color: #ffffff;
   letter-spacing: 0.8px;
   line-height: 38px;
}
.hh-other-programs__item--points {
   font-family: "guardian egyptian web regular",sans-serif;
   font-size: 24px;	
   font-style: italic;	
   letter-spacing: 0.34px;	
   line-height: 38px;
   color: #fff;
   display: inline-block;
}*/
.hh-other-programs__item--description {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-grow: 1;
}
/*.hh-other-programs__item--description p {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   align-items: flex-end;
   margin-top: auto;
   color: #FFFFFF;	
   font-family: "open sans";	
   font-size: 16px;	
   font-weight: 600;	
   line-height: 32px;
}*/
/*Kurser*/
.hh-course__wrapper{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.hh-course-item{           
   width: 48.5%;
   margin-top: 32px;
   color: #FFFFFF;
   box-sizing: border-box;
   position: relative;
   border-top: 1px solid #ededed;
   border-bottom: 1px solid #ededed;
   border-right: 1px solid #ededed;
   text-decoration: none;
}
.hh-course-item:focus-within {
   outline: 3px solid #3beaff;
}
.hh-course-item__subheading{
   margin: 0!important;
}
.hh-course-item__item--name{
   color: #333333;	
   font-family: "guardian egyptian web medium",sans-serif;
   font-size: 24px;	
   letter-spacing: 0.5px;	
   line-height: 32px;
   width: 85%;
}
.hh-course-item__item--summary{
   font-family: "open sans";	
   font-size: 16px;	
   line-height: 32px;
}
.hh-course-item__item--points{
   display: inline-block;
   position: absolute;
   top: 29px;
   right: 40px;
}
.hh-course-item__item--points p{
   color: #333333;
   font-family: "guardian egyptian web medium",sans-serif;
   font-size: 16px;
   font-style: italic;
   letter-spacing: 0.17px;
   line-height: 19px;
   margin: 0!important;     
}
.hh-course-item__item--background{
   padding: 25px 40px;
}
.hh-program__load-more--wrapper{
   margin: 0 auto;
}
.hh-program__load-more--btn{
   font-family: "open sans", sans-serif;
   font-size: 16px;
   font-weight: 600;
   letter-spacing: 1px;
   line-height: 22px;
   text-align: center;
   text-transform: uppercase;
   cursor: pointer;
   background: #fff;
   border: 2px solid #004985;
   color: #004985;
   padding: 15px 55px 15px 55px;
   margin: 50px 0 0 0;

}

.hh-program__load-more--btn:hover {
   background: #004985;
   color: #ffffff;
}
.env-spinner{
   width: 100%;
}
.env-spinner > div{
   background-color: #004985;
}
.hh-items__error-msg{
   text-align: center;
   color: #333333;
   font-family: "Open Sans";
   font-size: 20px;
   letter-spacing: 0.5px;
   line-height: 40px;
   margin: 50px 0 50px 0!important;
}

/*Focus fail*/
.hh-focus__error{
   border:2px solid #FF4052;
}
/*.hh-program-fallback{
   background-color: #124270!important;
}*/
.hh-course-fallback{
   border-left: 3px solid #124270!important;
}
.ellip {
   display: block;
   height: 100%;
}

.ellip-line {
   display: inline;
   text-overflow: ellipsis;
   /*white-space: nowrap;*/
   white-space: normal;
   word-wrap: normal;
   max-width: 100%;
}

.ellip,
.ellip-line {
   position: relative;
   overflow: hidden;
}

.hh-item__status-program,
.hh-item__status-course{
   text-transform: uppercase;
   font-family: "open sans", sans-serif;
   font-size: 12px;	
   font-weight: 600;
   letter-spacing: 0.75px;
   line-height: 17px; 
}
.hh-item__status-program{
   color: #ffffff;     
}
.hh-item__status-course{
   color: #333333; 
}
.hh-item__status-program:before{
   border: 1px solid #fff;    
}
.hh-item__reg-open:before{
   content: "";
   display: inline-block;
   position: relative;
   margin: 0 5px 0 0;
   border-radius: 50%;
   width: 16px;
   height: 16px;
   background-color: #006618;
}
.hh-item__reg-closed:before{
   content: "";
   display: inline-block;
   position: relative;
   margin: 0 5px 0 0;
   border-radius: 50%;
   width: 16px;
   height: 16px;
   background-color: #999999;                     
}
.hh-item__reg-open, 
.hh-item__reg-closed{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}

.hh-search__image img {
   min-width: 100vw;
   max-width: none;
   max-height: none;
   visibility: visible;
   min-height: 500px!important;
}

.hh-search__information .hh-search__preamble {
   padding: 0 8rem;
}
.hh-search__information .hh-search__preamble {
   text-align: left;
}

/* Tillgänglighetsanpassning mars 2022 */

.hh-other-programs__item {
   min-height: 25rem;      
   width: 48.5%;
   margin-top: 2.5rem;
   color: #333;
   box-sizing: border-box;   
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   position: relative;
   text-decoration: none;
}

.hh-other-programs__item--background {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2.5rem;
    background-color: rgba(255,255,255, 0.9) !important;
    opacity: 1 !important;
    color: #333 !important;
}
.hh-other-programs__item--description p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    margin-top: auto;
    color: #333;
    font-family: "open sans";
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
}
.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: #333;
    letter-spacing: 0.05rem;
    line-height: 1.36;
}
.hh-other-programs__item--points {
    font-family: "guardian egyptian web regular",sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    letter-spacing: 0.021rem;
    line-height: 2.375rem;
    color: #333;
    display: inline-block;
}
.hh-item__status-program {
    color: #333 !important;
}
 .hh-program-fallback {
   border-bottom: 2.2rem solid #124270!important;
   background: rgba(255,255,255, 0.9) !important;
}

/*Ämnesområden*/
.hh-program-Humaniora,
.hh-program-English,
.hh-program-SwedishandScandinavianStudies{
   border-bottom: 2.2rem solid #8BBFE2!important;   	   
}
.hh-program-Ingenjorochteknik,
.hh-program-ComputerScienceandEngineeringandElectricalEngineering,
.hh-program-Engineering,
.hh-program-ConstructionEngineering,
.hh-program-EnergyTechnology,
.hh-program-MechanicalEngineering,
.hh-program-IndustrialManagement,
.hh-program-InnovationManagement,
.hh-program-ComputerScienceandEngineering,
.hh-program-DigitalForensics,
.hh-program-ElectricalEngineering
{
   border-bottom: 2.2rem solid #E8782A!important;
}
.hh-program-Larare,
.hh-program-TeacherEducation{
   border-bottom: 2.2rem solid #B0CC3B!important;
}
.hh-program-Informatik,
.hh-program-Informatics,
.hh-program-InformationSystems {
   border-bottom: 2.2rem solid #00ABCC;
}
.hh-program-Ekonomi,
.hh-program-Marketing,
.hh-program-BusinessandEconomics,
.hh-program-Business{
   border-bottom: 2.2rem solid #B81218!important;
}
.hh-program-Ovrigutbildning{
   border-bottom: 2.2rem solid #124270!important;
}
.hh-program-Naturvetenskapmiljoochmatematik,
.hh-program-EnvironmentalScience,
.hh-program-BiologyandEnvironmentalScience,
.hh-program-BiomedicineandBiomechanics,
.hh-program-Biomedicine,
.hh-program-Mathematics{
   border-bottom: 2.2rem solid #00A463!important;
}
.hh-program-Vard{
   border-bottom: 2.2rem solid #F6C90A!important;
}
.hh-program-Samhallsochbeteendevetenskap,
.hh-program-Media,
.hh-program-Welfare,
.hh-program-SportScience,
.hh-program-SocialScience,
.hh-program-InternationalRelations,
.hh-program-SocialWork{
   border-bottom: 2.2rem solid #AD94C4!important;
}

/* Media queries */
@media (max-width: 767px) {

   .ellip,
   .ellip-line {
      position: relative;
      overflow: visible;
      white-space: normal;
   }
   .hh-other-programs__item, .hh-course-item{
      display: block; 
      width: 100%;
   }
   /* Checkbox text on a row */
   .hh-program-label-box > p {
      display: block;
      margin-bottom: 0.8em;
   }   

   /* Show/hide text */
   .hh-search-filter__text--show-filter {
      display: block;
   }
   .hh-search-filter__text--hide-filter {
      display: none;
   }
   .hh-search-filter__text--show-filter p, .hh-search-filter__text--hide-filter p {
      font-weight: 600;
      text-align: center;
   }
   /* hide checkbox default in mobile */
   .hh-program__label-container, .hh-program__button-wrapper {
      display: none;
   }
   /*Expand button*/
   .hh-search-filter__expand-area {
      display: flex;
      justify-content: center;
      position: relative;
      margin-top: 0;
      top: 19px;
   }
   .hh-search__plus-sign {
      background-image: url('/images/18.4ad3d9ee1656d0f05ef5b83c/1535359061093/hh-plus-icon.svg');
      width: 40px;
      height: 40px;
      position: absolute;  
   }
   .hh-search__plus-sign:hover {
      cursor: pointer;
   }
   .hh-search__minus-sign {
      background-image: url('/images/18.3252fcc5165f6c51bf6e72a2/1537968921626/hh-minus-icon.svg');
      width: 40px;
      height: 40px;
      position: absolute;
   }  
   .hh-search__minus-sign:hover {
      cursor: pointer;
   } 
}
@media (max-width: 575.98px) {
   .hh-program__button, .hh-program__button--clear{
      margin:  10px 20px 10px 20px;
   }         
}
@media (min-width: 768px) {
   .hh-program__label-container, .hh-program__button-wrapper {
      display: block!important;
   }
   .hh-search-filter__text--show-filter, .hh-search-filter__text--hide-filter {
      display: none!important;
   } 
}

/* Max-width */
@media(max-width: 990px) {
   .hh-search__information-heading {
      padding-top: 3.125rem;
      font-size: 3rem;
      line-height: 1.2;
   }
   .hh-search__information .hh-search__preamble {
      padding: 0;
   }

}
@media(max-width: 767px) {
   .hh-search__information-heading {
      font-size: 2rem;
   }
   .hh-search__information .hh-search__preamble p {
      font-size: 1.125rem;
   }  
}

