body{
	font-family: Arial, "Times New Roman", Times, serif;
}

#portal-default-header{
	background-image: url(https://eeda.learnify.com/Content/ClientSettings/155/EEDA_bg.png);
}
#headerw-fallback{
	background-image: url(https://eeda.learnify.com/Content/ClientSettings/155/EEDA_bg.png)!important;
}

#list-logo{
	width: 273px;
    height: 40px;
    top: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image:url('https://eeda.learnify.com/Content/ClientSettings/155/explore-logo.png');
}

.academy-menu-button{
    color:#000;
    fill:#000;
    transition: all ease-in-out 200ms;
}
.academy-menu-button:hover{
    color:#000;
    fill:#000;
}

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

.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:#000;
}

p, ul, ol{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
}

#myPortalGrid{
	/* 1=random, 2=two fixed, 3=three fixed */
	column-count:2;
}

#list-loggedin{
	top:20px;
}
#login input{
	font-family: 'Arial', sans-serif;
	border:0;
}
#login input[type=button]{
	background-color: #f4b23e;
}

#header{
	background-color: #fff;
	border:none;
	height:70px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
}

#headerw {
    height: 30vw;
    max-height: 350px;
    border:none;
    margin-top:10px;
}

#footer{
    background-color: #f4b23e;
    color: #fff;
    border: none!important;
    height:auto!important; 
}
#footer a{
	color:#fff;

}	
#main-menu{
	margin-top: 8px;
}

a{
	color:#f4b23e;
	fill:#f4b23e;
	text-decoration: underline;
	cursor: pointer;
}

#headerw h1{
	border-bottom:4px solid #f4b23e;
}
.academy-admin-overview-table .pgr table a{
	color: #f4b23e;
}
.academy-part{
	border-bottom: 4px solid #f4b23e;
}
.academy-small-button-active{
	border-color: #f4b23e;
	fill:#333;
}
.academy-grid-item-content-desktop:hover{
	border-color: #f4b23e;
}
.academy-list-course-block:hover{
	border-top: 1px solid #f4b23e;
	border-bottom: 1px solid #f4b23e;
}
.academy-calender-future{
	background-color:#f4b23e;
}
.academy-discussion-button:hover{
	fill:#f4b23e;
}

#academy-overview-admin-info{
	display: none;
}

#academy-overview-admin-info p{
	display: none;
}


@media (min-width: 320px) and (max-width: 767px) {
#list-logo{
	width: 35px;
    height: 40px;
    top: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image:url('https://eeda.learnify.com/Content/ClientSettings/155/explore-logo-small.png');
}

}