/* BEING ALMAU EDUCATOR */

#being-almau-educator {
	background: url(https://career.almau.edu.kz/images/b5.png) center top/cover no-repeat;
}

#being-almau-educator .section-title span {
	color: #fff;
}

#being-almau-educator-items {
	margin-bottom: 36px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.being-almau-educator-item {
	flex: 50% 0 0;
	padding: 15px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.being-almau-educator-item .being-icon {
	flex: 48px 0 0;
	height: 48px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.being-almau-educator-item .being-text {
	flex-grow: 1;
	padding-left: 12px;
	color: #fff;
}

.ifyou {
	margin-bottom: 4px;
	color: #fff;
}

#join-us {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

/* POSTS LIST */

#posts-list-section {

}

/* CONTEST STEPS */

#contest-steps-section {
	background: url(https://career.almau.edu.kz/images/b5.png) center top/cover no-repeat;
}

#contest-steps-section .section-title span {
	color: #fff;
}

.contest-step {
	color: #fff;
	margin-bottom: 22px;
}

.step-range {
	font-size: 18px;
	font-weight: bold;
}

.step-descr {

}

/* Q&A */

#qa-all {

}

.qa-block {
	margin-bottom: 12px;
}

.qa-question {
	margin-bottom: 8px;
	font-weight: bold;
	cursor: pointer;
}

.qa-question:hover {

}

.qa-answer {
	font-style: italic;
	display: none;
}

.qa-answer.qa-shown {
	display: block;
}

/* OFFICIALLY ABOUT */

#officially-about-section {
	background: url(https://career.almau.edu.kz/images/b5.png) center top/cover no-repeat;
}

#officially-about-section .section-title span {
	color: #fff;
}

/* DOCS */

#docs {

}

.doc {
	margin-bottom: 12px;
	text-decoration: none;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.doc-icon {
	flex: 32px 0 0;
	height: 32px;
	margin-right: 12px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.doc-title {
	padding-left: 6px;
	color: #fff;
	font-size: 18px;
}

.doc-title:hover {
    font-weight: bold;
}
