@charset "utf-8";

.ec-layoutRole .ec-layoutRole__contents{
	max-width: 100%;
}

#aneros-learning-center-top-page.flexbox{
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#learning-center-top-nav {
	height: 80px;
	background: #df0101;
	text-align: center;
	position: sticky;
	top: 102px;
	z-index: 50;
}

#learning-center-top-nav a{
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	margin: 0 auto;
	line-height: 80px;
	color: #000;
	padding: 0 35px;
	position: relative;
}

#learning-center-top-nav a.current {
	color: #fff;
}

#learning-center-top-nav a.current:before {
	content: "\f0de";
	font-family: FontAwesome;
	position: absolute;
	color: #fff;
	bottom: -3px;
	line-height: 0px;
	width: 100%;
	text-align: center;
	display: block;
	left: 0;
}

.learning-center-banner {
	background-color:#2e2e2e;
}

.learning-center-banner img{
	width: 100%;
	max-width:1280px;
	margin: auto;
}

#aneros-learning-center-page {
	padding-top: 20px;
	padding-bottom: 80px;
}

#learning_center_menu{
	width: 275px;
}

#aneros-learning-center-page .main-content{
	width: 725px;
	padding: 0 50px;
}

#learning_center_menu h2{
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
	color: #000;
	text-transform: none;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}

#learning_center_menu li a{
	font-weight: 400;
	font-size: 14px;
	color: #212121;
	display: block;
	padding: 8px 0 8px 30px;
}

#learning_center_menu li a.selected {
	background: #eaeaea;
}

#learning_center_menu li a:hover {
	background: #eaeaea;
}

.main-content h1{
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	color: #000;
	text-transform: none;
	margin-bottom: 15px;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}

.main-content h2{
	position: relative;
	font-size: 18px;
	font-weight: 400;
	padding-left: 25px;
	margin: 15px 0 15px 5px;
	color: #000;
	text-transform: none;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}

.main-content p{
	font-size: 14px;
	color: #303030;
	line-height: 1.4em;
	margin-bottom: 15px;
	font-family: "Trebuchet MS";
	font-style: normal;
}

.accordion-link:before {
	position: absolute;
	left: 3px;
	top: 0;
	height: 21px;
	width: 13px;
	background: url(../img/learning-center/plus-icon.png) no-repeat center center;
	display: block;
	content: " ";
}

.accordion-link.accordion-link-opened:before {
	background: url(../img/learning-center/minus-icon.png) no-repeat center center;
}

.accordion-contr{
	padding-left: 25px;
	margin-left: 5px;
}

.lc-header {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	text-transform: initial;
	letter-spacing: 0.5px;
	color: #4d4d4f!important;
	width: 75%;
	max-width:1000px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.lc-row{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.lc-row .fleft{
	margin-right: 65px;
}

.lc-row .fright{
	margin-left: 65px;
}

.std img {
	width:350px;
	margin-bottom:15px;
}

.top-page-image {
	width:350px;
}

.top-page-image-wide {
	width:400px;
}

@media only screen and (max-width: 999px){
	#learning-center-top-nav {
		position: unset;
	}
	#learning-center-top-nav a {
    font-size: 18px;
	}

	.lc-row{
		margin-bottom: 40px;
	}
	
	.lc-row.flexbox{
		flex-direction: column;
	}
	.lc-row .fleft, .lc-row .fright{
		margin: 0;
	}
	.lc-row .fleft{
		margin-bottom: 15px;
	}
	.flexbox-1, .flexbox-2, .flexbox-3 {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    -webkit-order: unset;
    order: unset;
	}

	#aneros-learning-center-page.flexbox{
		flex-direction: column;
	}

	#learning_center_menu {
		width: 100%;
		margin-bottom: 20px;
	}

	#aneros-learning-center-page .main-content {
		width: 100%;
		padding: 0;
	}
	.std img {
		max-width:100%;
	}
	.top-page-image, .top-page-image-wide {
		max-width:100%;
	}
}
@media only screen and (max-width: 767px){
	#learning-center-top-nav {
		height: 40px;
	}

	#learning-center-top-nav a{
		font-size: 10px;
		line-height: 40px;
		padding: 0 5px;
	}
	#learning-center-top-nav a.current:before {
		bottom:-2px;
	}
}