/*
Theme Name: Halyard Health Education Foundation
Template: university
*/

@import url("../university/style.css");



@media screen and (max-width: 625px){
	.page-heading h1{
		font-size: 22px;
	}
	.content-pad-3x{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}




.single-sfwd-lessons .single-post-content.single-content .content-image{display: none;}
#learndash_next_prev_link{margin-top: 0 !important;}
h4#learndash_course_content_title{display: none}
.breadcrumbs{display: none;}
.single-sfwd-lessons #content.col-md-9{
	width: 100%;
}
.single-sfwd-lessons #sidebar.col-md-3{
	display: none;
}


.widget_ldcoursenavigation .learndash_navigation_lesson_topics_list .lesson{
	line-height: 1.25;
}

#sidebar .widget_ldcoursenavigation .learndash_navigation_lesson_topics_list .list_arrow.collapse {
	background-position: 50% 11px;
}

#sidebar .widget_ldcoursenavigation .learndash_navigation_lesson_topics_list .list_arrow.lesson_completed {
	background: none;
	position: relative;
}
#sidebar .widget_ldcoursenavigation .learndash_navigation_lesson_topics_list .list_arrow.lesson_completed:after {
	content: "\f05d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 4.25%;
	top: 7px;
	font-size: 15px;
	color: #ff9e1b;
}

body .learndash .completed:after, body #learndash_profile .completed:after {
 color: #ff9e1b;
}

.normal-sidebar .widget ul li{
	position: relative;
	line-height: 1;
}

.normal-sidebar .widget ul li:before{
    content: '';
	position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    background: url("/wp-content/plugins/sfwd-lms/templates/images/gray_arrow_collapse.png") no-repeat scroll 0 50% transparent;
    /*background-color: yellow;*/
    background-position: 50% 6px;
    background-size: 4px;
}

.widget_sfwd-lessons-widget ul li a, .normal-sidebar .widget ul li a{
	font-size: 15px !important;
    padding-left: 21px;
    margin-left: 0;
    display: inline-block;
}


body.my-account li#activity-personal-li, body.my-account li#notifications-personal-li, body.my-account li#profile-personal-li, body.my-account li#general-personal-li{
	display: none;
}

/************************ 
login, registration 
************************/
.field_department select{
	height: 100px!important;
}
#profile-details-section{
	position: relative;
}
.loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    height: 100%;
    padding-top: 20%;
}
.field_sector, .field_group{
	display: none;
}

.editfield.field_state:before{
	content: 'OR CHOOSE';
	font-size: 15px;
	color: #ff9e1b;
	font-weight: 700;
	margin-top: 10px;
}
.editfield.field_full-name:before{
	content: 'Profile Details';
	font-size: 24px;
	color: #343434;
	font-weight: 400;
	margin-top: 40px;
	display: inline-block;
}


.tml-login {overflow: hidden; margin: 1em; }
.tml-login ul.tml-links { list-style: none; padding: 0; }
.tml-login ul.tml-links li { display: inline; white-space: nowrap; }
.tml-login ul.tml-links li:after { content: " | "; }
.tml-login ul.tml-links li:last-child:after{
	content: '';
}

/*.field_search{
	margin-bottom: 32px;
}
.field_search legend{
	color: #ff9e1b;
}
.field_search input{
    padding: 30px !important;
    border-radius: 40px !important;
    border: 1px solid #9B9B9B !important;
}

.field_search ::placeholder{
	color: #B9B9B9;
}*/

.register-section #field_4, .register-section #field_44, .register-section #field_80{
	width: 90%;
}

#buddypress .standard-form legend{
	font-size: 15px;
	border-bottom: none;
}

#bp-login-widget-form .vc_btn3-color-green a{color: #ffffff;}
#bp-login-widget-form .vc_btn3-color-green{    
	border-radius: 3px;
}

.register-section h2 + label, #signup_username, .register-section h2 + label + .error{
	display: none !important;
}

body.registration .pathway, p.field-visibility-settings-toggle, p.field-visibility-settings-notoggle{
	display: none;
}

body.registration .page-heading .col-md-8{
	width: 100%;
}

.btn, .un-button-1, .un-button-1-lg, .un-button-2, .un-button-2-lg, button, input[type=button], input[type=submit], #buddypress input[type=submit],
.greenBtn,
.btn-blue,
.btn-orange,
#btn-join,
.btn-join,
#learndash_profile a.btn-join,
.btn-join:visited,
#content #learndash_next_prev_link a{
	color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 21px 13px;
    border-radius: 200px;
    text-transform: uppercase;
    cursor: pointer;
    background: #ff9e1b;
    background: -moz-linear-gradient(-45deg, #ff9e1b 0%, #fb637e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff9e1b 0%,#fb637e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff9e1b 0%,#fb637e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e1b', endColorstr='#fb637e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: none;
    -ms-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover, .un-button-1:hover, .un-button-1-lg:hover, .un-button-2:hover, .un-button-2-lg:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, #buddypress input[type=submit]:hover,
a.greenBtn:hover,
a.btn-blue:hover,
#btn-join:hover,
.btn-join:hover,
#learndash_profile a.btn-join:hover,
#content #learndash_next_prev_link a:hover{
	background: #fb637e;
	color: #fff;
	background: linear-gradient(30deg,#fb637e,#fb637e);
}

.btn.btn-outline,
#learndash_profile .certi-wrap .btn{
	color: #757575;
	background: none!important;
	border: 1px solid #ff9e1b;
}

.btn-outline:hover,
#learndash_profile .certi-wrap .btn:hover{
	border-color: #fb637e;
}

#content #learndash_next_prev_link a .meta-nav:before{
	color: #fff;
}

.single-post-content-text #learndash_course_certificate .btn-blue{
	background: #f0f0f0;
	color: #ff9e1b;
}
.single-post-content-text #learndash_course_certificate .btn-blue:hover{
	background: #fff;
	/*background: #f26b24;*/
}

h2.widget-title, .uni-lastest .widget-title{
	margin-bottom: 10px;
}

.grid-item-inner{
	padding-top: 91.66%;
}

/*coures list*/


.event-listing .grid-item-inner{
	background-color: #ff9e1b;
}

.event-listing .overlay-top{
	background-color: #fa637e;
}



/*certi*/
.certiWrap{
	width: 100%;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #766A65;
	padding-top: 50px;
}
.certiBody{
	padding: 10%;
}

.certiWrap .bottom{
	background-color: #141414;
	padding: 20px 0;
}

h2.single-content-title{
	text-align: center;
	margin-bottom: 50px;
}

/**/
.single-content .item-meta{
	border-top: solid 0px #eaeaea;
	border-bottom: solid 0px #eaeaea;
}

/*menu*/
.top-menu{
	float: right;
}

.widget_ldcoursenavigation .learndash_navigation_lesson_topics_list .list_arrow.collapse{
	background-position: 50% 17px;
	background-size: 4px;
}

.widget_sfwd-lessons-widget .completed{
	font-style: normal;
	text-decoration: none;
}

.widget_sfwd-lessons-widget .completed:after {
	color: #6dab3c;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1 !important;
	font-stretch: normal;
	font-feature-settings: normal;
	font-kerning: auto;
	font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family:FontAwesome;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    position: absolute;
    top: 12px;
    right: -24px;
}	

.normal-sidebar .widget ul li{
	margin-bottom: 8px;
}

#learndash_lessons a, #learndash_quizzes a, .expand_collapse a, .learndash_topic_dots a, .learndash_topic_dots a > span, #learndash_lesson_topics_list span a{
	font-size: 16px !important;
}


@media screen and (max-width: 625px){
	#learndash_lessons a, #learndash_quizzes a, .expand_collapse a, .learndash_topic_dots a, .learndash_topic_dots a > span, #learndash_lesson_topics_list span a{
		font-size: 12px !important;
		line-height: 14px!important;
	}

	#lessons_list>div h4>a{
		display: flex;
		align-items: center;
	}

}



.wpProQuiz_clozeCorrect{
	display: block;
}

li.wpProQuiz_questionListItem > span{
	display: none;
}

li.wpProQuiz_questionListItem > span.wpProQuiz_cloze{
	display: block;
}
body{
	-webkit-font-smoothing: antialiased;
}


.mobile-menu-wrap a, .mobile-menu-wrap a:hover{
	color: #fff;
}

/*profile*/
.learndash_profile_details input[type=submit]{
	padding: 6px 10px !important;
  margin-bottom: 3px;
}
#learndash_profile .learndash-course-link{
	width: 50%;
}


@media screen and (max-width: 625px){

	.learndash_profile_heading .ld_profile_status,
	.learndash_profile_heading .ld_profile_certificate {
		display: none;
	}

	#learndash_profile #course_list h4{
		padding: 2% 0;
	}

	#learndash_profile #course_list .flip{
		padding: 25px 0 15px;
	}

	#learndash_profile #course_list .flip .learndash_profile_heading{
		margin-bottom: 10px;
	}


	#learndash_profile #course_list .flip .certificate{
		display: none;
	}

	#learndash_profile .learndash-course-link{
		width: 100%;
		text-align: center;
	}
	#learndash_profile .learndash-course-link a{
		line-height: 22px;
		padding: 2% 0;
	}

	#learndash_profile .learndash-course-status,
	#learndash_profile .learndash-course-certificate{
		width: 50%!important;
		margin: 0 auto!important;
		padding: 0;
		display: inline-block;
		/*float: none;*/
	}

	#learndash_profile .learndash-course-status a,
	#learndash_profile .learndash-course-certificate a{
		margin: 0 auto;
		padding: 0;
		height: 40px;
		width: 40px;
	}

	#learndash_profile .list_arrow:after{
		display: none;
	}
}


#learndash_profile .learndash_profile_heading .ld_profile_credly{
	width: 120px;
	float: right;
  text-align: center;
  margin-right: 20px;
}
#learndash_profile .learndash-course-certificate{
	width: 60px;
}

.learndash-course-credly{
	width: 140px;
  float: right;
  margin: 21px 0px 0px;
}
.certificate_icon_large{
	background-position: 50% 4px;
	background-size: 34px;
}

#learndash_profile .learndash-course-status{
	margin-top: 21px;
}
#learndash_profile .list_arrow.collapse{
	    background-position: 50% 28px;
}
#learndash_profile .learndash-course-status .completed{
	background: url(/wp-content/themes/HalyardEduFoundation/images/tick.png) no-repeat!important;
	background-size: 36px 36px !important;
}

#learndash_profile .learndash-course-certificate .certificate_icon_large{
	background-image: url(/wp-content/themes/HalyardEduFoundation/images/certificate_icon_large.png);
}


.profile_info{
	background-color: #f3f3f3;
	padding: 30px 30px 10px 30px !important; 
	color: #141414;
	margin-left: 0;
	margin-right: 0;
}

.profile_info .profile_avatar img{
	border-radius: 50%;
	border: 3px solid #fff !important;
}
.profile_info .name{	
	font-size: 20px !important;
}
.profile_info .number{
	font-size: 40px;
	line-height: 70px;
}


dd.course_progress div.course_progress_blue{
	background: #ff9e1b; 
	background: -moz-linear-gradient(-45deg, #ff9e1b 0%, #fb637e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ff9e1b 0%,#fb637e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ff9e1b 0%,#fb637e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e1b', endColorstr='#fb637e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.learndash_profile_quizzes .passed_icon{
	background-image: none;
	position: relative;
}

.learndash_profile_quizzes .passed_icon:after{
	content: "\f05d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
/*	right: 4.25%;
	top: 7px;*/
	font-size: 15px;
	color: #ff9e1b;
}

.learndash_profile_quizzes .passed .scores{
	color: #ff9e1b;
}


#learndash_profile .notcompleted:after{
		right:50%;
		top:50%;
		margin-left: -20px;
		margin-top: -20px;
}

#learndash_profile .learndash_profile_quiz_heading .quiz_title{
	padding-left: 2%;
}


.achivement-info{
	/*font-family: "museo-sans", "Open Sans",sans-serif;*/
	color: #141414;
	margin-bottom: 0px;

}
.achivement-info > div{
	margin-bottom: 20px;
}
.achivement-info h2{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	background-image: url(images/bg-line.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

.achivement-info h3{
	font-size: 14px;
	min-height: 36px;
	text-transform: uppercase;
}

.achivement-info h2 span{
	background-color: #fff;
	padding-right: 10px;
}
.achivement-info img{
	margin-bottom: 20px;
}
.achivement-info .position{
	position: relative;
}
.achivement-info .chartText{
	position: absolute;
	display: inline-block;
  top: 160px;
  left: 49%;
  font-size: 16px;
  line-height: 22px;
  /*text-transform: uppercase;*/
  margin-left: -35px;
  display: none;
  text-align: center;
}
.achivement-info #myChart{
	display: none;
	margin: 0 auto;
}
.achivement-info .noCerti img{
	opacity: 0.3;
}

.pointsWrap{
	display: none;
}


.achivement-info .no-certi{
	text-align: left;
}
.text-center{
	text-align: center;
}

.grid-header h1{
	font-size: 28px !important;
}

#learndash_profile .certi-wrap .btn{
	padding: 3px 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	/*border: solid 1px #666;*/
	font-size: 11px;
	/*color: #fff!important;*/

}

.listHeading{
	margin-bottom: 15px !important;
}

.footer-content .copyright{
	width: 100%;
}

/* to top */
#to-top {
    display: block;
    position: relative;
    top: 4px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    line-height: 12px !important;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 9994;
    height: 29px;
    width: 29px;
    background-color: #141414;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear
}

#to-top {
	border-radius: 200px!important;
	-webkit-border-radius: 200px!important;
	-o-border-radius: 200px!important;
	box-shadow: none;
	-ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	-webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}



#to-top:hover,
body[data-button-style * ="rounded"] #to-top.dark:hover {
    transition: box-shadow 0.3s cubic-bezier(.55, 0, .1, 1), background-color 0.05s linear 0.25s;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55, 0, .1, 1), background-color 0.05s linear 0.25s;
    -moz-transition: -moz-box-shadow 0.3s cubic-bezier(.55, 0, .1, 1), background-color 0.05s linear 0.25s;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16) !important;
    background-color: transparent !important
}

#to-top:after{
	background-color: #ff9e1b!important;
}

#to-top:after, #to-top:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
    border-radius: 100px;
    -webkit-border-radius: 100px
}

#to-top:before {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    z-index: 2
}

 #to-top:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1)
}

 #to-top {
    overflow: hidden
}

 #to-top i.fa-angle-up.top-icon,
 #to-top i.fa-angle-up {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease
}

 #to-top:hover i.fa-angle-up.top-icon,
 #to-top:hover i.fa-angle-up,
 #to-top.hovered i.fa-angle-up.top-icon,
 #to-top.hovered i.fa-angle-up {
    -webkit-transform: translate(0, -29px) !important;
    -ms-transform: translate(0, -29px) !important;
    transform: translate(0, -29px) !important
}

 #to-top:active:before {
    opacity: 1
}

#to-top i {
    line-height: 29px !important;
    width: 29px !important;
    height: 29px !important;
    font-size: 14px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important
}

#to-top.dark {
    background-color: rgba(0, 0, 0, 0.87)
}

body[data-smooth-scrolling="1"] #to-top {
    right: 33px
}


#learndash_course_certificate{
	position: absolute;
    top: 10px;
    right: 4%;
}

@media screen and (max-width: 625px){
	#learndash_course_certificate {
		/*position: static;*/
		width: 90%;
		margin: 0 auto;
		/*float: right;*/
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
	}
	#learndash_course_certificate a{
		width: 100%;
		display: block;
		text-align: center;
	}

	.single-sfwd-courses #sidebar,
	.single-sfwd-quiz #sidebar{
		display: none;
	}
}


.what_is_credly{
	width: 100%;
	background-color: #f3f3f3;
	border-radius: 12px;
	/*height: 66px;*/
	margin: 30px auto 30px;
	cursor: pointer;
	padding: 10px;
}

.what_is_credly p{
	text-align: center;
	color: #e62a6e;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	padding: 10px;
	margin: 0;
}

@media screen and (max-width: 900px){
	.what_is_credly{
		height: auto;
	}
	.what_is_credly img{
		display: block;
		margin: 0 auto 10px;
	}


}

/*menu*/
header .dropdown-menu{
	font-size: 14px;
}

.navbar-right .dropdown-menu{
	left: -120px;
}

.dropdown-submenu>a:after{
	margin-right: -12px;
}

.single-sfwd-courses .content-image, .single-sfwd-courses #learndash_course_status{display: none;}



/*#sfwd-courses-widget-2.widget_sfwd-courses-widget li{display: none;}*/

/*search result page*/
body.search-results .thumbnail-overflow{
	display: none;
}	
a h2.search-resultTit {
	color: #141414;
}
p.search-resultCon{
	line-height: 28px;
}

body.searchsubmit #searchsubmit{
	padding: 7px 20px 6px 20px;
	vertical-align: baseline;
}

.overlay-top h4{
	min-height: 44px;
}

body.home-page .content-pad-3x{
	padding-bottom: 0px !important;
}

/*references accordion*/
.references-wrap{
	margin-bottom: 50px;
}
.learndash h4{
	font-size: 16px !important;
}
h4.references-accordion{
	cursor: pointer;
}

h4.references-accordion span{
	display: inline-block;
	width: 18px; height: 20px;
	background-image: url(images/arrUpDown.png);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: bottom;
}

h4.references-accordion.active span{
	background-position: bottom left;
}

ol.references-list{
	max-height: 0;
	overflow: hidden;
	transition: 0.6s ease-in-out;
	opacity: 0;	
}
ol.references-list.active{
	opacity: 1;
    max-height: 1000px;
}

ol.references-list > li{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 8px;
}

/*add custom fields (questions, duration) */


#learndash_lessons .lessons{
	display: inline-block;
	width: 55%;
}

body.page #learndash_lessons .lessons{
	width: 56%;
}

#learndash_lessons .duration, #learndash_lessons .questions{
	display: inline-block;
	text-align: center;
	width: 13.5%;
}

#learndash_lessons .status{
	float: right;
}

.j-title{
	display: inline-block;
	width: 57%;
}

.j-qnum, .j-dnum{
	display: inline-block;
	text-align: center;
	width: 15%;
}

.navbar-header .logo img{
	width: 484px;
	max-width: 100%;
}

@media (min-width: 768px) {
	.navbar-header{
		max-width: 50%;
	}
}

@media (max-width: 767px) {

	#learndash_profile .profile_info .profile_avatar{
		margin: 0 auto;
		float: none;
	}
	#learndash_profile .learndash_profile_details{
		float: none; text-align: center;
	}

	#learndash_lessons .duration, #learndash_lessons .questions, .j-qnum, .j-dnum{
		display: none;
	}

}

/*consent agreement*/
#post-body-content h2{
	display: none;
}

body.single-sfwd-courses #learndash_course_content, body.single-sfwd-courses .widget_sfwd-lessons-widget, body.single-sfwd-courses .warning{
	display: none;
}

.user_has_no_access .agreement-text, .user_has_no_access #learndash_course_content, .user_has_no_access #learndash_course_content, .user_has_no_access .widget_sfwd-lessons-widget, .user_has_no_access .hyh_courseinfo, li#nav-menu-item-3089, li#nav-menu-item-2824{
	display: none !important;
}

body.logged-in li#nav-menu-item-3089, body.logged-in li#nav-menu-item-2824{
	display: block !important;
}

.agreement-text{
	border: 3px solid #ff9e1b;
	padding: 40px;
}

.text-xs{
	font-size: 10px;
	line-height: 13px;
	padding-top: 16px;
}

#your-profile #pass2, #your-profile #pass2 + .description{
	margin-top:8px;
	margin-bottom:0px;
}

input#learndash_mark_complete_button{
	display: none;
}

#main-nav .navbar{
	background: #ff9e1b;
	background-image: -moz-linear-gradient(45deg, #ff9e1b 0%, #fb637e 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(45deg, #ff9e1b 0%,#fb637e 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(60deg, #ff9e1b 0%,#fb637e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e1b', endColorstr='#fb637e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#main-nav .main-menu.affix .logo-menu-st .logo img {
padding: 15px 10px 15px 15px;
max-height: 54px;
}

/* 
* BuddyPress core login widget 4, turn off user profile page link
* when user click user name and avatar
*/
#bp_core_login_widget-4 .bp-login-widget-user-link a, 
#bp_core_login_widget-4 .bp-login-widget-user-avatar a {
	cursor: default;
}

/* undisplay Create an Account tab */
.home-page .vc_tta-controls-align-left .vc_tta-tab:nth-child(2) {
	display: none !important;
}

/* credly progress bar */
.addToCredlyBtn {
	border: 1px solid #999;
	padding: 0;
}

.credlyResult {
	color: #5cb85c;
}

/* from profile page */
#learndash_profile .profile_edit_profile {
	text-align: left;
	
}
@media only screen and (max-width: 767px)  {
	#learndash_profile .profile_edit_profile {
		text-align: center;
	}	
}

.profile_edit_profile b {
	display: none;
}

#learndash_profile .profile_edit_profile a{
	color: #fff;
	padding: 7px 21px 5px;
}
#learndash_profile .certi-wrap {
	height: 326px;
}

/* profile/edit/group hide item-header, nav and subnav area */
#buddypress #item-header, #buddypress #item-nav, #buddypress #subnav {
	display: none;
}


@media screen and (max-width: 625px){
    table[class*=responsive-table]{
      width:100% !important;
    }
}


/* Credly Button Styles */

.btn-credly,
a.btn-credly,
#learndash_profile a.btn-credly { 
  color: #FFFFFF!important; 
  background-color: #EC1F6D; 
  border-color: #C70E55; 
} 
 
.btn-credly:hover, 
.btn-credly:focus, 
.btn-credly:active, 
.btn-credly.active, 
.open .dropdown-toggle.btn-credly { 
  color: #FFFFFF; 
  background-color: #CF1059; 
  border-color: #C70E55; 
} 
 
.btn-credly:active, 
.btn-credly.active, 
.open .dropdown-toggle.btn-credly { 
  background-image: none; 
} 
 
.btn-credly.disabled, 
.btn-credly[disabled], 
fieldset[disabled] .btn-credly, 
.btn-credly.disabled:hover, 
.btn-credly[disabled]:hover, 
fieldset[disabled] .btn-credly:hover, 
.btn-credly.disabled:focus, 
.btn-credly[disabled]:focus, 
fieldset[disabled] .btn-credly:focus, 
.btn-credly.disabled:active, 
.btn-credly[disabled]:active, 
fieldset[disabled] .btn-credly:active, 
.btn-credly.disabled.active, 
.btn-credly[disabled].active, 
fieldset[disabled] .btn-credly.active { 
  background-color: #EC1F6D; 
  border-color: #C70E55; 
} 
 
.btn-credly .badge { 
  color: #EC1F6D; 
  background-color: #FFFFFF; 
}


.line-under{
	border-color:  rgba(255, 158, 27, 0.5);
}
/*.line-under:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	background: #ff9e1b;
	background: -moz-linear-gradient(-45deg, #ff9e1b 0%, #fb637e 100%); 
	background: -webkit-linear-gradient(-45deg, #ff9e1b 0%,#fb637e 100%);
	background: linear-gradient(135deg, #ff9e1b 0%,#fb637e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e1b', endColorstr='#fb637e',GradientType=1 );
}*/

