/**
 * 	AMS Masonry
 */
.avia_desktop .av-hover-overlay-active.ams-masonry .av-masonry-image-container{
	opacity:1;
}

.ams-masonry .av-inner-masonry{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	
	border-top-left-radius:2px;
	border-top-right-radius:2px; 
	
	-webkit-transition: border-color .35s;
    -moz-transition: border-color .35s;
    -o-transition: border-color .35s;
    -ms-transition: border-color .35s;
    transition: border-color .35s;
	
	/*animation: none !important;*/
}

.main_color .container .ams-masonry .av-inner-masonry-content{
	background-color:#fff;
}

.ams-masonry .av-inner-masonry-meta{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	
	-webkit-transition: border-color .35s;
    -moz-transition: border-color .35s;
    -o-transition: border-color .35s;
    -ms-transition: border-color .35s;
    transition: border-color .35s;
	
	-webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
	animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
}



.ams-masonry .av-masonry-entry:hover .av-inner-masonry,
.main_color .container .ams-masonry .av-masonry-entry:hover .av-inner-masonry-meta{
	border-color:#53B7E8;
}



/**
 * 	Lecture Request
 */
.lecture-request-container,
.instructor-application-container{
	cursor:pointer;
}

.square-section{
	max-width: 1140px;
	margin: 0px auto !important;
}

.square-section > div.vc_column_container{
	padding-right:0px;
	padding-left:0px;
}






.square-help__container{
	margin-bottom:32px;
}

.square-certificated--mark__wrapper{
	line-height:46px;
	border-color: #e0f1e9;
    background-color: #f1f9f7;
    
    padding: 10px 15px;
    border-style: solid;
    border-width: 5px;
}

.square-certificated--mark__wrapper:after{
	display:table;
	content:'';
	clear:both;
}

.square-certificated--mark{
	width:auto;
	height:46px;
	margin:0px;
	display:block;
	float:left;
}

.square-certificated--mark__wrapper span{
	padding-left:12px;
	font-weight: bold;
    color: rgba(0,0,0,0.77);
}










/**
 * 	MOBILE
 * 	- Square Teacher Card
 */
.square-teacher__container{
	width:100%;
	border:1px solid #ccc !important;
	margin-bottom:8px;
}

.square-teacher__wrapper{
	padding:10px;
}




/** Header **/
.square-teacher--header{
	margin-bottom:12px;
	position:relative;
}

.square-teacher--header:after{
	content:'';
	display:table;
	clear: both;
}

.square-teacher--meta-main{
	line-height:32px;
}

.square-teacher--certificated{
	
	width: 35px;
    height: 32px;
	
	display:inline-block;
	vertical-align:middle;
}


.square-teacher--thumbnail__container{
	width:84px;
	float:left;
}

.square-teacher--thumbnail__wrapper{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	
	border-radius:2px;
	box-shadow: 2px 2px 1px rgba(0,0,0,.3);
}

.square-teacher--thumbnail__wrapper img{
	position: absolute;
    top: -200px;
    left: -200px;
    bottom: -200px;
    right: -200px;
    margin: auto;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
}




.square-teacher--meta__container{
	overflow: hidden;
}

.square-teacher--meta__wrapper{
	padding:8px 12px;
}


.square-teacher--name{
	font-weight:bold;
	font-size:18px;
	vertical-align:middle;
	margin-right:8px;
}

.square-teacher--meta-extends{
	line-height: 1.4;
}

.square-teacher--meta-extends span{
	line-height:1;
	padding:0px 7px 0px 5px;
	border-right:1px solid #ccc;
	font-size:12px;
	color:#666;
}

.square-teacher--meta-extends span:first-child{
	padding-left:0px;	
}

.square-teacher--meta-extends span:last-child{
	padding-right:0px;
	border-right:0px;
}



.square-teacher--info{
	
}

.square-teacher--description{
	line-height:1.4;
	font-size:13px;
}

.square-teacher--description-title{
	font-size:13px;
	padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #fefefe;
}

.square-teacher--description p{
	margin:0px;
}
















.square-action__container{
	
}

.square-action__wrapper{
	
}

.square-action__wrapper:after{
	content:'';
	display:table;
	clear:both;
}

.square-action--item__container{
	
	width: 100%;
	margin-bottom:36px;
}









.square-action--item__wrapper{
	position:relative;
	padding:52px 0px;
	overflow:hidden;
}


.square-action--item-underlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
}

.square-action--item-underlay:before{
	content:'';
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	background-color:rgba(0,0,0,0.55);
	z-index: 1;
	
	
}

.square-action--item-underlay img{
	position: absolute;
    top: -200px;
    left: -200px;
    bottom: -200px;
    right: -200px;
    margin: auto;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    
    -webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
	
}


.square-action--item__wrapper button{
	display: block;
	width:auto;
	font-size:18px;
	font-weight:bold;
	padding: 10px 26px !important;
    background-color: rgb(236, 144, 48);
	color:#fff;
	margin: 0px auto;
	border-radius:12px;
	border:0px;
	box-shadow: 0px 3px 0px rgb(175, 96, 12);
	cursor:pointer;
}

.square-action--item__wrapper button:hover{
	background-color:rgb(230, 128, 22)
}

.square-action--item__wrapper .button--label{
	margin: 0px auto;
	width: auto;
	display: inline-block;
}

.square-action--item__wrapper .button--decoration{
	height: 7px;
    background: rgba(9, 101, 214, 0.3);
    margin: -7px;
}


.square-action--title{
	text-align:center;
	color:#fff !important;
}

.square-action--description{
	width:70%;
	margin:0px auto;
	min-width:300px;
	
	font-size: 0.875rem;
    line-height: 1.4;
    
    color:#fff;
    
    padding: 15px 0px 30px 0px;
}


















/**
 * 	MOBILE
 * 	- Square Form
 */
#square-template__container{
	display:none;
}



.square-form__wrapper{
	padding:32px 18px 32px 18px;
}

.square-form--title{
	margin-top:0px;
	margin-bottom:2px;
	padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
}

.square-form--title-extra{
	color:rgba(0,0,0,0.66);
}

.square-form--title-extra.align-right{
	text-align:right;
	padding-right:30px;
}

.square-form{
	margin-top:28px;
}

.square-form fieldset{
	margin-bottom:36px !important;
}

.square-form fieldset:last-child{
	margin-bottom:0px !important;
}

.square-form--fieldset-description{
	margin-top:0px;
	margin-bottom:3px;
	color:#999;
	font-size:12px;
}

.square-form legend{
	margin-bottom:6px;
	font-weight:bold;
}

.square-form legend:before{
	content:'▶';
	display:inline-block;
	font-size: 14px;
    vertical-align: top;
    margin-right: 3px;
    color: #5086B5;
}

.square-form input{
	line-height:1.6 !important;
}

.square-form input[type="submit"]{
	background-color: #006bae;
	color: #ffffff;
	border-color: #00498c;
	min-width: 100px;
}

.square-form input[type="submit"]:hover{
	background-color: #4d89ab;
    color: #ffffff;
    border-color: #2b6789;
}

.square-form input[type="submit"].is-processing{
	background-color: #4d89ab;
    color: #ffffff;
    border-color: #2b6789;
}



.square-form textarea{
	width:100%;
	resize: none;
}


.square-form .required-input__container:after{
	content: '*';
    display: inline-block;
    color: #009659;
    font-size: 18px;
}

.square-form .required-input{
	border-color:#118ACB !important;
}

.square-form .square-form--policy__wrapper{
	border:1px solid #bbb;
	padding:12px;
}

.square-form .square-form--policy__wrapper p{
	margin:0px;
	line-height:1.4;
	font-size:12px;
	color:#777;
}






/**
 * 	DESKTOP
 * 	- Inner Field
 */
.inner-fieldset--help__wrapper{
	margin-bottom:12px;
}

.inner-fieldset--help__wrapper p{
	font-size:12px;
	margin:0px;
	line-height:1.3;
	color:#666;
}

.inner-fieldset--help__wrapper p.inner-fieldset--help-example{
	color:#1268B3;
}

.inner-fieldset--help__wrapper p.inner-fieldset--help-example.important-help{
	color:#B31212;
}



.inner-fieldset .inner-field__container .request-teaching-date--se{
	width:calc(100% - 170px) !important;
	display:inline-block !important;
	cursor:pointer !important;
}

.inner-fieldset .inner-field__container .request-teaching-date--de{
	width:calc(100% - 190px) !important;
	display:inline-block !important;
	cursor:pointer !important;
}

.inner-fieldset .inner-field__container .request-teaching-date--we{
	width:calc(100% - 160px) !important;
	display:inline-block !important;
}

.inner-fieldset .inner-field__container .request-teaching-date--he{
	width:calc(100% - 140px) !important;
	display:inline-block !important;
}

.inner-fieldset .inner-field__container .request-teaching-date--se.request-teaching-date--end{
	margin-left: 103px !important;
}


.inner-field__container .inner-fieldset--label{
	display:inline-block;
	margin-right: 8px;
	padding-right:8px;
    width: 90px;
    border-right: 1px solid #1268B3;
    font-weight: bold;
    font-size: 12px;
    text-align:right;
}




























.xdsoft_datetimepicker{
	z-index: 2100000;
}


















.request-course-form__wrapper{
	
}

.request-course-form--title{
	
}













/**
 * 	Instructor
 */
.bamco-instructor:after{
	content:'';
	display:table;
	clear:both;
}

.av-equal-height-column{
	position:relative;
}


.team-member-section-title{
	margin:5px 0px;
	padding:5px 0px;
	line-height:1.4;
	font-size:16px;
	font-weight:bold;
	color:#444;
	border-bottom:1px solid #ccc;
}

/* InfoCard Type */
.bamco-instructor-infocard{
	border:1px solid #ccc;
	padding:10px;

	width: 100%;
	height: 100%;
	
}

.bamco-instructor-infocard .team-img-container{
	float:left;
	width:120px;
	margin-right:16px;
}

.bamco-instructor-infocard .team-member-description,
.bamco-instructor-infocard .team-member-main-courses{
	clear:both;
}

.bamco-instructor-infocard.avia-team-member .team-social{
	position:relative;
	border:0px;
	text-align:left;
	border-radius: 0px;
	visibility: visible;
	opacity: 1;
	background:none;
}

.bamco-instructor-infocard .team-social-inner{
	position:relative;
	padding:0px;
	margin-top:6px;
	top:0;
}

.bamco-instructor-infocard .team-social a{
	font-size: 24px;
	line-height:24px;
	text-align:center;
	border-radius:30px;
	background-color:transparent;
	
	width:24px;
	height:24px;
	border:0px;
	padding:0px;
	
	margin:0px;
	margin-left:6px;
}

.bamco-instructor-infocard .team-social a:first-of-type{
	margin-left:0px;
}



/* Testimonial Type */



.bamco-instructor-testimonial{
	
	width: 100%;
	height: 100%;
	
}

.bamco-instructor-testimonial .team-img-container{
	float:left;
	width:160px;
	margin-right:16px;
	border-radius:100%;	
	position:relative;
}

.bamco-instructor-testimonial .team-img-container:before{
	display: block;
	content:'';
	padding-top:100%;
}

.bamco-instructor-testimonial .team-img-container .avia_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.bamco-instructor-testimonial .team-member-job-title{
	margin-top:-4px;
}

.bamco-instructor-testimonial .hr{
	margin:5px 0px 5px 176px;
	clear:none; 
}


.bamco-instructor-testimonial .team-member-description{
	margin-left:176px;
	overflow: hidden;
}

.bamco-instructor-testimonial .team-member-main-courses{
	clear:both;
}

.bamco-instructor-infocard.avia-team-member .team-social{
	position:relative;
	border:0px;
	text-align:left;
	border-radius: 0px;
	visibility: visible;
	opacity: 1;
	background:none;
}

.bamco-instructor-infocard .team-social-inner{
	position:relative;
	padding:0px;
	margin-top:6px;
	top:0;
}

.bamco-instructor-infocard .team-social a{
	font-size: 24px;
	line-height:24px;
	text-align:center;
	border-radius:30px;
	background-color:transparent;
	
	width:24px;
	height:24px;
	border:0px;
	padding:0px;
	
	margin:0px;
	margin-left:6px;
}

.bamco-instructor-infocard .team-social a:first-of-type{
	margin-left:0px;
}




@media (max-width: 479px){
	.bamco-instructor-testimonial .team-img-container{
		float:none;
		margin:0 auto;
	}
	
	.bamco-instructor-testimonial .team-member-name{
		text-align:center;
	}
	
	.bamco-instructor-testimonial .hr,
	.bamco-instructor-testimonial .team-member-description{
		display:none;
	}
}

@media only screen and (max-width: 989px) {
	.responsive #top .avia-team-member.bamco-instructor-testimonial .team-img-container img{
		position:absolute;
	}
}

















/**
 * 	Video
 */
#bamco-online{
	overflow-y:auto;
}

.ams-online-course-video-container{
	padding-right:16px;
}

.ams-online-course{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y:auto;

	background-color: #fff;
	box-shadow: 0px 1px 1px rgba(150,150,150,0.4);
}

.ams-online-course.agent-ie{
	overflow-y: visible;
}

.ams-online-course ul{
	list-style:none;
	margin:0px;
	padding:0px;
	
	
	overflow-y:auto;
}

.ams-online-course ul li{
	margin:0px;
	padding:5px 0px;
	cursor:pointer;
}

.ams-online-course ul li:hover{
	background-color:#eee;
}

.ams-online-course ul li.selected{
	background-color:#eef5fc;
}


.ams-online-course ul li .blms-course-media-item-thumbnail-container{
	float:left;
	width:100px;
}

.ams-online-course ul li:after{
	content:'';
	display:table;
	clear:both;
}





.blms-course-media-item-list-container{
	
}

.blms-course-media-item-list-container ul{
	margin:0px;
	padding:0px;
	list-style:none !important;
}

.blms-course-media-item-list-container ul li{
	padding:10px 0px;
	margin:0px;
	margin-bottom:15px;
	cursor:pointer;
}

.blms-course-media-item-list-container ul li:hover .media-item-title h4{
	color:#0088CC;
}

.blms-course-media-item-object.selected .media-item-title h4{
	color:#0088CC;
}

.blms-course-media-item-thumbnail-container{
	position:relative;
}

.selected-media-item{
	position: absolute;
  	top: 0px;
  	left: 6px;
  	color:#68E28F;
  	z-index: 999;
}


.blms-course-media-stretch-back{
	background-color:rgb(241, 241, 241);
	padding-bottom:30px
}

.blms-course-media-container{
	max-width:1066px;
	position:relative;
	margin:0px auto;
}

.blms-course-media-list-cotainer-wrapper{
	/* border:1px solid #ccc; */
	
}

.blms-course-media-item-list-container{
	
}


.blms-course-media-list{
	position:absolute;
	width:39%;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:999;
	background-color:#fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.blms-course-media-list .blms-section-handle{
	display:none;
}




.blms-course-media-item-thumbnail-container{
	float:left;
	width:120px;
	margin-right:10px;
	background:#000;
}

.media-item-wrapper{
	position:relative;
}



.media-item-freeopen{
	position:absolute;
	left:0;
	top:0;
	font-size:11px;
	color:#fff;
	background:#56C516;
	padding:0px 7px;
	line-height:1.6;
}

.media-item-title{
	
}

.media-item-title h4{
	font-size:13px;
	font-weight:bold;
	
	padding-bottom:0px;
	margin-bottom:2px;
}

.media-item-play-time{
	font-size: 12px;
  	font-weight: normal;
  	color: #999;
  	line-height: 1.6;
}

.blms-course-media-player-container{
	width:60%;
}

.blms-course-media-player-wrapper{
	background:url('../images/default_video_cover.png') no-repeat center;
	background-size:100% 100%;
}

.blms-course-media-player-wrapper .not-logged-play-button-back{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.3);
}

.blms-course-media-player-wrapper .not-logged-play-button{
	margin-left:-57px;
	margin-top:-36px;
	top: 50%;
	left: 50%;
	position: absolute;
	width: 114px;
    height: 72px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.9);
    border: 3px solid #3b4249;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.blms-course-media-player-wrapper .not-logged-play-button:hover{
	outline: 0;
    border-color: #fff;
    background-color: #505050;
    background-color: rgba(50, 50, 50, 0.95);
    -webkit-box-shadow: 0 0 3em #ffffff;
    -moz-box-shadow: 0 0 3em #ffffff;
    box-shadow: 0 0 3em #ffffff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.blms-course-media-player-wrapper .not-logged-play-button:active{
	border-color: #ccc;
}

.blms-course-media-player-wrapper .not-logged-play-button > i{
	font-size:25px;
	color: #ddd;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	margin-left: -13px;
}

.blms-course-media-player-wrapper iframe,
.blms-course-media-player-wrapper .video-js{
	width:100% !important;
	height:100% !important;
	max-width:100% !important;
	max-height:100% !important;
}


.cover .video-js{
	display:none !important;
}


.ams-course-enroll-action{
	color:#fff;
	display:none;
}

.ams-course-enroll-action:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	
	background-color:#000;
	opacity: 0.8;
	z-index:-1;
}

.cover .ams-course-enroll-action{
	display:block;
}


.ams-course-enroll-action-wrapper{
	position:absolute;
	width:100%;
	top:50%;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
	text-align:center;
}

.ams-course-enroll-action-description h3{
	font-size:1.2rem;
	color:#fefefe !important;
	
	text-align:center;
	margin-bottom:16px;
}

.ams-course-enroll-action-link a{
	text-decoration: none;
	color:#fff !important;
	background-color:#1268B3;
	display:inline-block;
	line-height:1.4;
	padding:8px 10px;
	font-size:1.5rem !important;
	border-radius:3px;
}

.ams-course-enroll-action-link a:hover{
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
	.ams-online-course-video-container{
		padding-right:0px;
	}
	
	.ams-online-course {
	    position: relative;
	    overflow-y: auto;
	    height:260px;
	}
}





.course-cost.promotion {
    color: #bbb;
    text-decoration: line-through;
    font-size: 0.85rem;
}

.course-cost.discounted {
    font-weight: bold;
    color: #f2403a;
}



/**
 * 	Course Meta Table
 */
.single.single-course .course-meta-table tr{
	color:#333;
	background-color:#fff;
}

.single.single-course .course-meta-table .item-credits .item-credit.item-promotion{
    color: #bbb;
    text-decoration: line-through;
}

.single.single-course .course-meta-table .item-credits .item-credit.item-promotion-discounted{
    font-weight: bold;
    color: #f2403a;
}




/**
 * 	BAMCO Newsletter
 */
.bamco-newsletter-section{
	
}

.newsletter-box-container{
	background-color:#109bc5;
	padding:30px;
}

.newsletter-box-content{
	margin-bottom:25px;
}

#bamco-newsletter .newsletter-box-title{
	font-size:1.3rem;
	color:#fff;
	margin:0px;
	margin-bottom:8px;
	text-align:center;
}

#bamco-newsletter .newsletter-box-subtitle{
	margin:0px;
	text-align:center;
	color:#efefef;
}



#bamco-newsletter form.bamco-newsletter-register-form{
	margin:0px;
}

#bamco-newsletter .bamco-newsletter-register-form fieldset{
	margin-bottom:0px;
}

#bamco-newsletter .bamco-newsletter-register-form fieldset.bamco-newsletter-register-form--input__wrapper{
	text-align:center;
}


#bamco-newsletter form.bamco-newsletter-register-form input.bamco-newsletter-register-form--input{
	text-align:center;
	font-size:1.5rem;
	padding:10px;
	
	width:90%;
	max-width:740px;
	margin:0 auto 25px auto;
	color:#444;
}

.bamco-newsletter-register-form--input-button__wrapper{
	text-align:center;
}

#bamco-newsletter input.bamco-newsletter-register-form--input-button{
	text-align:center;
	width:80%;
	max-width:680px;
	padding:12px;
	font-size:1.3rem;
	background-color:#f2403a;
}

#bamco-newsletter .bamco-newsletter-register-form--checkbox__wrapper{
	position:relative;
	text-align:center;
	margin-bottom:12px;
	color:#fff;
}

/*


#bamco-newsletter .bamco-newsletter-register-form--checkbox__wrapper #subscirbe-agreement{
	height:1px;
	width:1px;
	position:absolute;
	overflow:hidden;
	margin:-1px;
	border:0;
	opacity:0;
}

#bamco-newsletter .bamco-newsletter-register-form--checkbox__wrapper label{
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	line-height:26px;
}

#bamco-newsletter .bamco-newsletter-register-form--checkbox__wrapper label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top:-9px;
	text-align: center;
	background: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}


#bamco-newsletter .bamco-newsletter-register-form--checkbox__wrapper #subscirbe-agreement:checked + label:before{
	background: #E9ECEE;
  	border-color: #adb8c0;
}
*/




/* Special Heading */
.av-special-heading.av-special-heading-2{
    position: relative;
    overflow: hidden;
    float: none;
}

.av-special-heading.av-special-heading-2 .av-special-heading-tag span{
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding-right: 16px;
}


.av-special-heading.av-special-heading-2 .av-special-heading-tag span > .heading-border{
    content: '';
    display: block;
    width: 1800px;
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    
    
    border-style: solid;
    
}

.av-special-heading.av-special-heading-2 .av-special-heading-tag span > .heading-border{
    left: 100%;
}
















/**
 * Related Course List
 */
.av-bamco-related-course-list-title{
    font-size: 16px;
}

.av-bamco-related-course-list{
    position: relative;
    overflow: hidden;
    clear: both;
    
    background-color: #eee;
    padding: 10px;
}

.entry-content-wrapper ul.bamco-related-course-list{
    margin: 0px;
    list-style: none;
}

.entry-content-wrapper ul.bamco-related-course-list:after{
    content: '';
    display: table;
    clear: both;
}

.entry-content-wrapper ul.bamco-related-course-list li{
    padding: 0px;
    margin: 0px 8px;
}

.bamco-related-course-entry-image img{
    display: block;
    margin: 0px;
    border: 0px;
}

.bamco-related-course-entry-content-container{
    overflow: hidden;
    padding-left: 10px;
    font-size:13px;
}

.bamco-related-course-entry-content-container > div{
    line-height: 1.6;
}



.bamco-related-course-entry-tags a{
    margin-left:5px;
    color: #53B7E8;
}

.bamco-related-course-entry-tags a:first-child{
    margin-left:0px;
}

.bamco-related-course-entry-price{
    margin-top: 10px;
    color: #118ACB;
    font-weight: bold;
}


@media (max-width:767px){
    .entry-content-wrapper ul.bamco-related-course-list li{
        padding: 10px;
        margin: 0px;
    }
    
    .entry-content-wrapper ul.bamco-related-course-list li:after{
        content: '';
        display:block;
        clear: both;
    }
    
    .bamco-related-course-entry{
        clear: both;
        border-left: 1px solid #e7eaec;
        border-right: 1px solid #e7eaec;
        border-bottom: 1px solid #e7eaec;
        background-color:#fff;
    }
    
    .entry-content-wrapper ul.bamco-related-course-list li:first-child{
        border-top: 2px solid #DDDDDD;
    }
    
    
    .bamco-related-course-entry-image{
        float: left;
        width: 120px;
        border: 1px solid #e7eaec;
    }
    
    .bamco-related-course-entry-content-container h2.bamco-related-course-entry-title{
        font-size:16px;
        color: #333;
        margin: 3px 0px;
        line-height: 1.2;
    }
}

@media (min-width:768px){
    .av-bamco-related-course-list-title{
        font-size: 24px;
        margin-bottom:16px;
    }
    
    .av-bamco-related-course-list{
        padding: 24px 16px;
    }
    
    .entry-content-wrapper ul.bamco-related-course-list{
        margin: 0px -16px;
        list-style: none;
    }
    
    .entry-content-wrapper ul.bamco-related-course-list li{
        width: calc(33.333333333% - 32px);
        margin: 0px 16px;
        float: left;
        
        box-shadow: 0 2px 2px #cbcbcb;
    }
    
    .bamco-related-course-entry-content-container{
        padding: 10px;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        border-top: 0px;
    }
    
    .bamco-related-course-entry-content-container h3.bamco-related-course-entry-title{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        margin: 0px;
        margin-bottom: 6px;
    }
    
    .bamco-related-course-entry-tags{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
