body { 
    font-family: arial;
    font-size: 15px;
    color: #000;
}

a{ color: #007CBC; }
a:hover{ color: #d32910; }
h1,div.widgetheader h2{
    
}
h2{
    line-height: 1.2em;
}
h3 a{ font-size:16px; }
h1 a{ font-size:18px; }


p, ul, ol {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.academy-page-container h1{
    font-size: 30px!important;
    line-height:34px!important;
}
#academy-user-legend h1{
    font-size: 40px!important;
    line-height:44px!important;
}

#academy-program-intro {
	display:none!important;;
}
#academy-program-description {
	display:none!important;;
}

.academy-grid-title-holder h1 {
    font-size: 22px!important;
    line-height: 26px!important;
    margin-bottom: 4px!important;
    color:#000!important;
}

#list-logo{
	width: 187px;
    height: 110px;
    top: -28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image:url('https://eupati.learnify.com/Content/ClientSettings/144//eupati-logga-mork.png');
}

#login input{
    
}

#myPortalGrid {
    column-count: 2;
}

#portal-default-header{
    background-image: url('https://eupati.learnify.com/Content/ClientSettings/144/Eupati_banner.jpg');
}
#headerw-fallback{
    background-image: url('https://eupati.learnify.com/Content/ClientSettings/144/Eupati_banner.jpg')!important;
}

#header{
    border-bottom: 1px solid #ddd;
    height:125px;
}

#headerw {
    height: 10vw;
    max-height: 150px;
    border-bottom: none;
    margin-top: 50px;
}
    .headerw-content{
    	top:-10px;
    }

#logincontent{
    text-align: left;
}

.academy-menu-button{
    color:#000;
    fill:#000;
    background-color: transparent;
    transition: all ease-in-out 200ms;
    margin-top: 35px;
    margin-bottom: 0px;
    height: 60px;
}
.academy-menu-button:hover{
    color:#0077B8;
    fill:#0077B8;
}

#list-home:hover,#list-account:hover,#list-admin:hover,#list-catalogue:hover{
    background-color: #e8eeef;
}

#list-loggedin{
    height: 30px;
}

.academy-menu-button a, .academy-menu-button p{
    color:inherit;
    fill:inherit;
}

.academy-menu-no-icons .academy-menu-button p {
    font-size: 20px;
    font-family: 'montserrat';
}

.academy-menu-no-icons .academy-menu-button {
    padding-top: 26px!important;
    padding-left: 7px; padding-right: 7px;
}

.academy-menu-button p {
    font-size: 12px;
    line-height: 14px!important;
}

.academy-common-edit-icon svg, .academy-common-thumb-icon svg, .academy-common-result-icon svg{
    fill:#0c2340;
}

#main-menu{
    padding-top: 0px;
}

#cLogin_bLogout{
    background-color: #1B4178!important;
    border-radius: 25px!important;
    border: 0;
}

.academy-part {
    border-bottom: none;
}

.academy-grid-item-content:hover{
    border-color: #0077B8;
}

.academy-grid-title-holder h1, .academy-grid-title-holder h2, .academy-grid-title-holder h3, .academy-grid-title-holder h4{
    text-shadow: none;
}
.academy-grid-item-content-desktop:hover{
    border-radius: 0px;
}
.academy-grid-item-content-desktop:hover .academy-grid-background{
    border-radius: 0px;
    opacity: 0;
}
.academy-grid-item-content-desktop:hover .academy-grid-overlay{
    border-radius: 0px;
    opacity: 0;
}

.academy-grid-item-content-desktop:hover .academy-grid-course-block{
    border-radius: 0px;
}

.academy-grid-course-block{
    background: #0077B8;
}

.academy-small-button-active{
    border-color: #1B4178;
    background-color: #1B4178;
    fill: #fff;
}

#footer{
    background-color: #0077B8;
    border: none!important;
    height:auto!important; 
}

#footer p, #footer a{
    color: #fff;
    font-weight: 200;
    font-size: 15px;
}

#footer h1{
    color:#ddd!important;
}

#footer img{
    width:120px;
    height:auto;
}

.academy-apply-box-inner{
    background-color: transparent;
    padding:0px;
    padding-top:20px;
}

.academy-apply-box-additional{
    width:100%;
}

.multi-purpose-button{
    color:#fff;
    background-color: #1B4178;
    border-bottom: 4px solid #1B4178;
    border-radius: 5px;
}
.multi-purpose-button:hover{
    color:#000;
    background-color: #e8eeef;
    border-bottom: 4px solid #e8eeef;
}

.academy-grid-item-half {
    padding-top: 30%;
}

.academy-grid-title-holder span, .academy-grid-title-holder p{
    line-height:18px;
}

@media (min-width: 0px) and (max-width: 1100px){
	#header{
    border-bottom: 1px solid #ddd;
    height:65px;
	}
	#inner-header {
    	background-color: transparent;
	}
	#headerw {
    	height: 15vw;
    }
    .headerw-content{
    	top: 12px;
    }
	#list-logo{
		height: 50px;
	    width: 85px;
		top: 0px;
	    margin-top: 5px;
	}
	.academy-menu-button{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 60px;
}
}