html,
body {
	background: #fff;
}

.adv {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

article {
	border: none!important;
	box-shadow: none!important;
	background-color: transparent!important;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	color: #000!important;
	padding: 10px;
	margin-bottom: 20px!important;
}

article p {
	font-size: 18px;
	line-height: 28px;
}

.bar-plus {
    background: url(../img/bar-my.svg) bottom center no-repeat;
    padding-bottom: 5px;
}

span.bar-plus {
    font-weight: 400 !important;
}

a.text {
	cursor: text;
}

.eg-container {
	border: none!important;
	box-shadow: none!important;
}

.shade {
	text-shadow: 20px 20px #E4E4E4;
}

.menubar {
	position: fixed;
	z-index: 100099;
	bottom: 0;
	width: 100%;
}

.menubar .uk-navbar {
	background-color: #6f59a6;
	color: #fff;
}

.menubar .uk-navbar .uk-navbar-nav > li > a {
	font-size: 1.1em;
	color: #fff;
}

.menubar .uk-navbar .uk-navbar-nav > li.uk-open a,
.menubar .uk-navbar .uk-navbar-nav > li> a:focus ,
.menubar .uk-navbar .uk-navbar-nav > li:hover > a {
	color: #000;
	background-color: #fff;
}

.menubar .uk-navbar .uk-navbar-nav > li .uk-dropdown ul.uk-nav {
	min-width: 300px;
	background: #fff;
	margin: -15px;
}

.menubar .uk-navbar .uk-navbar-nav > li .uk-dropdown ul.uk-nav li a:hover {
	background: #32bfc5;
	color: #fff;
}

.menubar .uk-navbar-content a {
	color: #fff;
	height: 40px;
    padding: 6px 15px 10px 15px;
}

.menubar .uk-navbar-content a:hover {
	background-color: #fff;
	color: #000;
}

.article-social-button {
	display: block;
	padding: 10px 0;
	font-size: 20px;
	margin-bottom: 15px;
}

.article-linkedin-button, .article-linkedin-button:hover {
	background: #0177B5;
	color: #fff;
}

.article-twitter-button, .article-twitter-button:hover {
	background: #1EA1F2;
	color: #fff;
}

.article-facebook-button, .article-facebook-button:hover {
	background: #3C5A98;
	color: #fff;
}

.article-google-button, .article-google-button:hover {
	background: #DC4F42;
	color: #fff;
}

.more-article-card {
	background: #f9f9f9;
    border: 1px solid #a7a7a7;
    -webkit-box-shadow: -3px 2px 5px 0px rgba(133,133,133,1);
    -moz-box-shadow: -3px 2px 5px 0px rgba(133,133,133,1);
    box-shadow: -3px 2px 5px 0px rgba(133,133,133,1);
}

.article-staff-info {
	height: 100%;
	position: relative;
    top: 30%;
}

.more-articles {
	margin-bottom: 50px;
}

.uk-article-text-bold {
	font-weight: 900;
}

.article-heading-container {
	height: 100%;
	position: relative;
}

.article-header {
	position: relative;
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

.article-header > img {
	width: 100%;
}

.article-header h1 {
    color: #fff;
    font-size: 5em;
    line-height: 1;
    position: absolute;
    top: 40%;
    text-align: center;
    width: 80%;
	left: 10%;
}

h1.article-title {
	margin: 10px 0;
	font-size: 3em;
	line-height: 120%;
	font-weight: 600;
	color: #222;
}

.article-intro {
	margin: 20px 5px;
	font-size: 1.3em;
	line-height: 150%;
	color: #333;
}

.article-info {
	margin: 10px 5px;
	font-size: 1.2em;
}

.article-info span {
	font-weight: 600;
}

.article-section {
	font-size: 1.5em;
	font-weight: 600;
    line-height: 150%;
    margin: 10px 0;
}

.main-content .question {
	position: relative;
	font-size: 35px;
	font-weight: 700;
    line-height: 42px;
	padding-left: 115px;
	color: #000;
}

.main-content .question:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 88px;
	height: 80px;
	background: url(../img/ico-question.svg) center center no-repeat;
}

.main-content .question.question-small {
	line-height: 80px;
}
.sidenav {
    height: 40%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 150px;
    left: 48px;
    background-color: #789f9f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    margin-bottom: 16px;
}

.sidebar-view {
	text-align: center;
}

.sidebar-view p {
	margin-top: 5px;
	color: #fff;
}

.sidebar-view .uk-icon {
	font-size: 30px;
	color: #fff;
}

a.closebtn {
	padding: 10px;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 40px;
    font-weight: bold;
    background: #00006b;
    border-radius: 100%;
} 

a.closebtn:hover {
	background: #0000d4;
}

.fa-linkedin {
	color: #0177B5;
}

.fa-twitter-square {
	color: #1EA1F2;
}

.fa-facebook-square {
	color: #3C5A98;
}

.fa-google-plus-square {
	color: #DC4F42;
}

.article-image {
	width: 100%;
	min-height: 800px;
}

.content-container {
	padding: 10px 0;
}

.uk-breadcrumb {
	margin: 5px;
}

.article-search-form {
	margin: auto;
}

.uk-slidenav-position.navbar .uk-slidenav-previous {
	position: fixed;
	top: 50%;
	left: 0;
	height: 65px;
	color: #fff;
	background-color: #dedede;
	z-index: 1000;
}

.uk-slidenav-position.navbar .uk-slidenav-next {
	position: fixed;
	top: 50%;
	right: 0;
	height: 65px;
	color: #fff;
	background-color: #6f59a6;
	z-index: 1000;
}

.uk-slidenav-position.navbar .uk-slidenav-previous:hover,
.uk-slidenav-position.navbar .uk-slidenav-next:hover {
	background-color: #fff;
	color: #6f59a6;
}

#footer {
	padding: 60px 20px 100px 20px;
}

.article-search-form .uk-form input:not([type=radio]):not([type=checkbox]), .uk-form select {
	height: 40px;
}

@media screen and (min-width: 1024px) {
	
	.content-container {
		margin: 20px auto;
	}
	
}
	
@media screen and (max-width: 1023px) {
	
	.uk-grid.uk-grid-collapse {
		*background-image: none!important;
		*height: auto!important;
	}
	
	.go-top {
		bottom: 88px;
	}
	
	.pullout {
		margin: 10px!important;
	}
	
}
	
@media screen and (max-width: 767px) {
	
	h1.article-title {
		font-size: 2em;
		margin: 10px 5px;
	}
	
	article p {
		font-size: 1.2em;
	}
	
	.featured-article-content h1 {
		font-size: 2em;
	}
	
	.featured-article-content p {
		font-size: 1.5em;
	}
	
	.article-staff-info {
		text-align: center;
		margin-bottom: 20px !important;
	}
	
	.article-social {
		text-align: center;
		margin-top: 30px;
	}
	
}

@media screen and (max-width: 479px) {
	
	.article-header {
		min-height: 500px;
	}

	.article-header h1 {
		font-size: 2em;
		width: 90%;
		left: 5%;
	}
	
	.article-info {
		margin: 10px;
	}
	
	.eg-container {
		padding: 0;
	}
	
	.uk-overlay-panel {
		padding: 0!important;
	}
	
	.main-content .question {
		font-size: 2em;
		line-height: 1.2!important;
		padding-left: 0;
	}
	
	.main-content .question:before {
		content: none;
	}
	
	.main-content .answer {
		padding-left: 0;
	}
	
	.main-content .answer:before {
		content: none;
	}
}