* {
	box-sizing: border-box;
}

body {
    font-family: calibri, sans-serif;
    /*background: #FFF; */
}


.banner-container {
    /*max-width: 470px;*/
    min-width: 230px;
    /*height: 250px;*/
    background: #FFF;
}


.banner-header {
    height: 45px;
    min-width: 230px;
    line-height: 45px;
	text-align: center;
    font-family: "Amatic SC";
	text-transform:uppercase;
    font-size: 40px;
	background: #ED700A;
	font-weight: bold;    
	white-space:nowrap;
	color: #FFF;
    /*max-width: 470px;*/
}

.banner-content {
    padding: 5px;
    overflow: hidden;
}

.banner-content.education-content {
    /*background: #0081c7;*/
}

.banner-left {
    overflow: hidden;
}

.banner-items {
    overflow: hidden;
    /*height: 154px;*/
}

.banner-items a {
    text-decoration: none;
}

.banner-item {
    border: 1px solid #C5C5C5;
    height: 43px;
    margin-bottom: 3px;
    background: #FFF;
}

.banner-item-title {
	font-family: "Signika";
    font-weight: 600;
    font-size: 18px;
    color: #ED700A;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.banner-item-content {
	font-family: "Source Sans Pro";
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.banner-item-main {
	padding: 0 0 0 3px;
    word-break: break-all;
	max-width: 100%;
	float:left;
}

.banner-item-highlight {
	font-family: "Signika";
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    color: #FFF;
	background: #008CCE;
	float: right;
	margin: 8px 8px 8px 18px;
	padding: 2.5px 2.5px 2.5px 0;
	position: relative;
}


.banner-item-highlight:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-right-color: #008CCE;
	border-width: 12.5px;
	margin-top: -12.5px;
}

.banner-footer {
    text-align: center;
    position: relative;
}

/*
.banner-footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    background: #FFF;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}
*/

.banner-footer.small {
	font-size: 11pt;
}

.banner-footer span {
	float: left;
	margin: 2px 0 0 0;
}

.rekrytointi-logo {
	margin: 3px 0 0 0;
	text-align:center;
	height: 44px;
	/*height: 26px;
	display: inline-block;
	*/
}

.rekrytointi-logo img {
	width: 100%;
	max-height: 44px;
}


.brand-text {
	margin: 0;
	font-family: "Source Sans Pro";
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;	
    padding: 0 0 4px 0;
}


.clear {
    clear:both;
}


/* Desktops and laptops */
@media only screen and (min-width : 1224px) {
	
	.utbildning {
		padding: 0 22px 0 0
	}
}

.no-margin {
    margin: 0;
}

.hidden {
    display: none;
}

.region-link {
	text-decoration: none;
    color: inherit;
}