/* courses */
/* categories menu */

#coursescategory-navigation {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	float: left;
	position: relative;
	width: 100%;
}
#coursescategory-navigation li {
	display: inline-block;
	position: relative;
	text-align: center;
}
#coursescategory-navigation a {
	height: auto;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #1d1d1b;
	padding: 5px 29px 3px 30px;
}
#coursescategory-navigation .active {
	text-decoration: underline;
}
#coursescategory-navigation li.current a {
	text-decoration: underline;
}
.courses-widget-item {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #525149;
}
.courses-widget-item h2 {
	font-size: 16px;
}
.courses-widget-image {
	width: 50%;
	height: 100%;
	padding: 0;
	margin: 0;
	float: left;
}
.courses-widget-copy a:link, .courses-widget-copy a:visited, .courses-widget-copy a:active, .courses-widget-item h2 a:link, .courses-widget-item h2 a:visited, .courses-widget-item h2 a:active {
	color: #64257e;
	font-weight: bold;
}
.courses-widget-item-half {
	width: 49%;
	float: left;
	margin-top: 50px;
}
.courses-widget-item-half .courses-details, .courses-widget-item .courses-details {
	float: left;
	width: 47%;
	height: auto;
	margin-left: 1%;
	margin-right: 0;
	font-size: 14px;
	padding: 1%;
}
.courses-widget-item-half .courses-widget-image {
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 0;
}
.courses-widget-item-half .courses-widget-item h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.courses-widget-copy {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	min-height: 65px;
}
/* list of courses */

.courses-list-item {
	width: 100%;
	height: auto;
	margin: 1% 2%;
	float: left;
}
.courses-list-item h3, .courses-detail-title {
	padding: 0;
	margin: 0;
	color: #64257e;
	text-transform: capitalize;
	font-weight: bold;
}
.courses-list-image {
	width: 33%;
	max-width: 395px;
	float: left;
	height: auto;
}
.courses-list-image img {
	width: 100%;
	height: auto;
}
.courses-list-content {
	width: 62%;
	margin-left: 2%;
	float: left;
	height: auto;
	text-align: left;
}
.courses-jobroles-flex-item {
    flex-basis: 190px;

    margin: 8px 21px;
	padding: 0 5px;
	max-width:190px;
	text-align: center;
	position:relative;

	color: #525149;
	font-size: 18px;
}
.courses-jobroles-flex-row {
	    display: flex;
    flex-wrap: wrap;
  	align-items: center;
  	justify-content: center;
    flex-direction: row;
    height: auto;
	clear:both;
	max-width:100%;
	margin-bottom:0;
}

.bg-cloud{
	background:url(../../../images/bg-cloud-trans.png) ;

}
.bg-costs-funding{
	width:100%;
	height:auto;
	background:url(../../../images/bg-costs-funding.jpg) ;
	background-size: 100% auto;
	padding:80px 0;
}

.flex-costs-funding{
	width:340px;
	max-width:340px;
	height:auto;
	align-items: center;
	margin:0 2%;
	
}

.flex-costs-funding p {
	padding:0 8%;	
}
.flex-costs-funding img {
	margin-top:30px;	
}
.flex-costs-funding h3 {
	margin-top:5px;
}

.course-review-img-bg{
	height:20px;
}
.course-review-img-bg img{
	position:absolute;z-index:999;top:-60px;left:calc(50% - 60px);
}
.find-out{
	
}
	/* phone */
/* -----------Smartphone View----------- */

@media only screen and (max-width: 1365px)  {
		.course-review-img-bg{
	margin:0;
			height:0;
}
}

@media only screen and (max-width: 800px) {
.courses-widget-item-half {
	width: 100%;
	float: left;
	margin-top: 1%;
}
.courses-widget-image,  .courses-widget-item-half .courses-widget-image {
	float: left;
	width: 98%;
	height: auto;
	overflow: hidden;
	padding: 1%;
}
.courses-widget-item-half .courses-details, .courses-widget-item .courses-details {
	float: left;
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 0;
	font-size: 14px;
	padding: 1%;
}
.courses-widget-item h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#coursescategory-navigation li {
	width: 100%;
}
.courses-list-image {
	max-width: 96%;
	width: 96%;
	float: left;
	height: auto;
}
.courses-list-content {
	width: 96%;
	margin-left: 2%;
	float: left;
	height: auto;
	text-align: left;
	float: left;
}
.courses-jobroles-flex-item {
	width: 96%;
	height: auto;
}

}
