@mixin transition($transition-property, $transition-time, $method) {
    -webkit-transition: $transition-property $transition-time $method;
    -moz-transition: $transition-property $transition-time $method;
    -ms-transition: $transition-property $transition-time $method;
    -o-transition: $transition-property $transition-time $method;
    transition: $transition-property $transition-time $method;
}
/**{ box-sizing:border-box;}*/


.wrap {
  width: 90%;
  padding-bottom: 15px;
}
/*
h1 {
  font-weight: bold;
text-align: center;
  font-size: 1.5em;
  padding: .5em 0;
  margin-bottom: 1em;
 border-bottom: 1px solid #dadada;
  letter-spacing: 3px;
  text-transform: uppercase;
}
ul {
    li {
  		line-height: 2;
   		font-weight: bold;
  		font-size: .85em;text-transform: uppercase;
  		clear: both;
		}
}
*/
 .bar {
 	background: #00bbc1;
 	width: 0;
 	margin: .25em 0;
 	color: #fff;
 	position: relative;
 	 transition:width 2s, background .2s;
   -webkit-transform: translate3d(0,0,0);
 	 clear: both;
	border-radius: 30px;

 	 }
 	 .label {
		background-color: #008591;
		font-size: .75em;
		padding: .4em .4em .4em 1.6em;
		width: 8em;
		display: inline-block;
		position: relative;
		z-index: 2;
		font-weight: bold;
		border-radius: 30px 0px 0px 30px;
 	 }
 .count {
	position: absolute;
	right: 1em;
	top: .25em;
 	padding: .15em; 
	font-size: .75em;
	font-weight: bold;
	color: white;		 
 }

.accessibility-theme--3 .count {color: #ffeaa9;}
.accessibility-theme--4 .count {color: #feffd7;}
.accessibility-theme--5 .count {color: #eae8ba;}
.accessibility-theme--6 .count {color: #003b49;}

/*specific changes for the course tracking*/

.wrap-cp {
  width: 100%;
  position: fixed;
  bottom: 35px;
  left: 0;
  right: 0;
}

.label-cp {
		background-color: #18BDC0;
		font-size: .0em;
		padding: 1em;
		width: 8em;
		display: inline-block;
		position: relative;
		z-index: 2;
		font-weight: bold;
}

