

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.container-fluid {
	max-width: 1260px
}
.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }


.progress-section {
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #467081;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }
  }
.progress-section,
.levelsearch-section {
    box-sizing: border-box;
}
.progress-section *,
.progress-section *::before,
.progress-section *::after {
    box-sizing: inherit;
}
.levelsearch-section *,
.levelsearch-section *::before,
.levelsearch-section *::after {
    box-sizing: inherit;
}

.category-list ul,.footer .footer-nav,.preview-list,.profile-section .colored-list,.profile-section .share-links .link-list,.progress-section ul,.widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.progress-section {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background: #0684c7;
	color: #fff
}
.progress-section fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.progress-section a {
	color: #fff
}

.progress-section ul {
	letter-spacing: -.36em
}

.progress-section ul>* {
	letter-spacing: normal
}

.progress-section .title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 14px
}

.progress-section .topic-list {
	max-width: 615px;
	margin: 0 auto;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 0 0 0 5px
}

.progress-section .topic-list>li {
	width: calc(33.333% - 5px);
	margin: 0 5px 5px 0;
	position: relative
}

@media (max-width: 767px) {
	.progress-section .topic-list>li {
		width:calc(50% - 5px)
	}
}

.progress-section .topic-list .active>a {
	color: #fff;
	background: #552a76
}

.progress-section .topic-list .empty>span {
	color: grey;
	background: #d3d3d3
}

.progress-section .topic-list>li>a,.progress-section .topic-list>li>span {
	background: #fff;
	color: #467081;
	padding: 11px 10px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.progress-section .topic-list>li:hover>a {
	color: #fff;
	background: #552a76;
	text-decoration: none
}

.progress-section .topic-list>li>ul {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	color: #0684c8;
	border: 2px solid #552a76;
	z-index: 50000000;
	text-align: left;
	padding: 10px 16px
}

.progress-section .topic-list>li>ul a {
	color: #0684c8;
	display: inline-block;
	padding: 3px 0
}

.progress-section .topic-list>li:hover ul {
	display: block
}

.progress-section .level-list {
	font-size: 20px;
	padding: 10px 0 0
}

.progress-section .level-list li {
	display: inline-block;
	margin: 0 5px
}

@media (max-width: 1299px) {
	.progress-section .level-list li {
		margin:0 5px 10px
	}
}

.progress-section .level-list .active a {
	color: #fff;
	background: #552a76
}

.progress-section .level-list a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #597c8b;
	border-radius: 100%
}

@media (max-width: 1299px) {
	.progress-section .level-list a {
		width:30px;
		height: 30px;
		line-height: 30px
	}
}

.progress-section .level-list a:hover {
	color: #fff;
	background: #552a76;
	text-decoration: none
}

.progress-section .col {
	text-align: center;
	border: 1px solid #fff;
	border-width: 0 1px 1px 0
}

.progress-section .col.bg-dark {
	background: #232b2d;
	font-size: 20px;
	font-weight: 300
}

.progress-section .col.bg-red {
	background: #c7202f;
	font-size: 16px;
	padding: 21px 40px 3px
}

.progress-section h3 {
	font-size: 20px;
	margin: 0 0 8px
}

.progress-section .avatar-holder {
	margin: 0 0 15px
}

.progress-section .avatar-holder img {
	border-radius: 100%
}

.progress-section .col-1 {
	width: 25%;
	padding: 40px 0 11px
}

@media (max-width: 1023px) {
	.progress-section .col-1.custom {
		width:100%
	}
}

@media (max-width: 1023px) {
	.progress-section .col-1 {
		width:50%
	}
}

@media (max-width: 767px) {
	.progress-section .col-1 {
		width:100%
	}
}

.progress-section .col-2 {
	width: 18%;
	padding: 52px 5px 20px
}

@media (max-width: 1023px) {
	.progress-section .col-2 {
		width:50%
	}
}

@media (max-width: 767px) {
	.progress-section .col-2 {
		width:100%
	}
}

.progress-section .col-3 {
	width: 57%;
	padding: 22px 15px 10px
}

@media (max-width: 1023px) {
	.progress-section .col-3 {
		width:100%
	}
}

.progress-section .col-4 {
	width: 47%;
	padding: 28px 15px 0
}

@media (max-width: 1023px) {
	.progress-section .col-4 {
		width:50%;
		padding: 20px 10px
	}
}

@media (max-width: 767px) {
	.progress-section .col-4 {
		width:100%
	}
}

.progress-section .col-5 {
	width: 28%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}

@media (max-width: 1023px) {
	.progress-section .col-5 {
		width:100%
	}
}

.progress-section .col-6 {
	width: 75%;
	padding: 37px 5px 45px
}

@media (max-width: 1023px) {
	.progress-section .col-6 {
		width:100%
	}
}

.progress-section .search-col {
	margin: 27px 0 0;
	border-top: 1px solid #fff
}

.progress-section .search-col .form {
	max-width: 305px;
	margin: 0 auto;
	padding: 30px 15px 10px
}

.progress-section .search-col .holder {
	position: relative
}

.progress-section .search-col input[type=search] {
	background: #efecea;
	box-shadow: none;
	color: #467081;
	font-size: 16px;
	height: 40px;
	padding: 5px 40px 5px 10px
}

.progress-section .search-col input[type=search]::-webkit-input-placeholder {
	color: #467081
}

.progress-section .search-col input[type=search]::-moz-placeholder {
	opacity: 1;
	color: #467081
}

.progress-section .search-col input[type=search]:-moz-placeholder {
	color: #467081
}

.progress-section .search-col input[type=search]:-ms-input-placeholder {
	color: #467081
}

.progress-section .search-col input[type=search].placeholder {
	color: #467081
}

.progress-section .search-col input[type=submit] {
	position: absolute;
	border: none;
	top: 9px;
	right: 8px;
	font-size: 22px;
	width: 21px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../images/icon-search.png) no-repeat;
	padding: 0;
	margin: 0;
	height: auto;
	line-height: 1
}

.progress-section .progress-bar {
	background: #fff;
	width: 100%;
	height: 26px;
	margin: 0 auto;
	position: relative
}

.progress-section .progress-bar .cur-progress {
	top: 0;
	left: 0;
	height: 100%;
	width: 42%;
	background: #552a76;
	position: absolute
}

.progress-section .progress-bar .line {
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 25%;
	width: 2px;
	background: rgba(70,112,129,.2)
}

.progress-section .progress-bar .line.white {
	background: hsla(0,0%,100%,.1)
}

.progress-section .progress-bar .line.line-1 {
	left: 50%
}

.progress-section .progress-bar .line.line-2 {
	left: 75%
}

.progress-section .achieves-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 41px 42px 0;
	font-size: 14px;
	width: 100%
}

@media (max-width: 1299px) {
	.progress-section .achieves-list {
		padding:30px 15px 0
	}
}

@media (max-width: 1023px) {
	.progress-section .achieves-list {
		justify-content:center
	}
}

@media (max-width: 1023px) {
	.progress-section .achieves-list>li {
		margin:0 5px
	}
}

.progress-section .achieves-list>li.active a .sign {
	color: #fff
}

.progress-section .achieves-list>li.open>a:after,.progress-section .achieves-list>li.open>a:before {
	display: block
}

.progress-section .achieves-list>li>a {
	display: block;
	padding: 0 0 10px;
	position: relative
}

.progress-section .achieves-list>li>a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9993;
	border-top: 22px solid #0684c7;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	display: none
}

.progress-section .achieves-list>li>a:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	z-index: 9992;
	border-top: 23px solid #fff;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	display: none
}

.progress-section .achieves-list li {
	display: inline-block
}

.progress-section .achieves-list li .sign {
	display: block;
	text-align: center;
	padding: 7px 0 0;
	color: #c5c7c9
}

.progress-section .progress-detect {
	position: absolute;
	left: 0;
	top: 0
}

.progress-section .dropdown-menu {
	background: #0684c7;
	margin: 1px 0 0;
	box-shadow: -5px 5px 5px rgba(0,0,0,.3)
}

.progress-section .popup-details {
	font-size: 16px;
	font-weight: 400;
	padding: 59px 20px 23px 42px;
	width: 100%
}

.progress-section .popup-details ul {
	padding: 17px 0 0
}

.progress-section .popup-details li {
	padding: 0 0 10px 28px;
	position: relative;
	display: block
}

.progress-section .close {
	width: 32px;
	height: 32px;
	background: #c7202f;
	position: absolute;
	right: 45px;
	top: 17px
}

.progress-section .close:hover {
	background: #04537d
}

.progress-section .close:before {
	content: "×";
	position: absolute;
	width: 32px;
	height: 32px;
	left: 0;
	top: 0;
	line-height: 32px;
	font-size: 24px;
	text-align: center
}

.levelsearch-section {
	max-width: 1160px;
	margin: 0 auto;
	padding: 69px 10px 0 0
}

@media (max-width: 767px) {
	.levelsearch-section {
		padding:40px 0 0
	}
}

.levelsearch-section .video-box {
	padding: 0 10px 22px
}

.levelsearch-section .logo-container {
	padding: 100px 20px 28px
}

.levelsearch-section .navigation,.levelsearch-section .text-heading {
	max-width: 50%
}

@media (max-width: 1023px) {
	.levelsearch-section .navigation,.levelsearch-section .text-heading {
		max-width:none
	}
}

.levelsearch-section .nav-holder {
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (max-width: 1023px) {
	.levelsearch-section .nav-holder {
		display:block
	}
}

.video-preview-list {
	letter-spacing: -.36em;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.video-preview-list {
		display:block
	}
}

.video-preview-list>* {
	letter-spacing: normal
}

.video-preview-list.row {
	margin: 0 -10px
}

.video-preview-list:after,.video-preview-list:before {
	display: none
}

.video-box {
	display: flex;
	flex-wrap: wrap;
	float: none
}

.video-box .video-block {
	background: #eee;
	position: relative;
	width: 185px
}

@media (max-width: 767px) {
	.video-box .video-block {
		width:100%
	}
}

.video-box .video-block a {
	display: block;
	position: relative;
	min-height: 120px;
	height: 100%
}

.video-box .video-block a img {
	height: calc(100% - 29px);
	position: absolute;
	background: #fff;
	object-fit: contain;
	top: 29px
}

@media (max-width: 767px) {
	.video-box .video-block a {
		display:block
	}

	.video-box .video-block a img {
		width: 100%
	}
}

.video-box .video-block a:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 47px;
	height: 47px;
	left: 50%;
	background: url(../images/icon-play.png) no-repeat;
	filter: drop-shadow(5px 5px 5px #222);
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	top: 50%;
	transform: translate(-50%,-50%)
}

.video-box .video-caption {
	width: calc(100% - 185px);
	background: #efecea;
	padding: 12px 10px
}

@media (max-width: 767px) {
	.video-box .video-caption {
		width:100%
	}
}

.video-box .meta {
	position: absolute;
	top: 0;
	left: 0;
	background: #232b2d;
	z-index: 3;
	color: #fff;
	font-size: 12px;
	width: 100%;
	padding: 7px 35px
}

.video-box .meta p {
	margin: 0
}

.video-box h5 {
	font-size: 18px;
	line-height: 20px;
    font-weight: 500;
	margin: 0
}

.video-box .link-holder {
	text-align: center;
	display: block
}

.video-box .duration {
	font-size: 12px
}

.video-box p {
	margin: 0
}

.video-box .preheading {
	font-size: 12px
}

.video-box .preheading p {
	margin: 0 0 5px
}

.video-box .line {
	display: block
}

.meta .status {
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 0;
	top: 5px;
	left: 8px;
	background: #fff;
	border-radius: 100%
}

.meta .status.viewed {
	background: #39b44a
}

.meta .status.not-viewed {
	background-color: #f0f8ff
}

.meta .status.in-progress:after,.meta .status.in-progress:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 50%
}

.meta .status.in-progress:before {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left
}

.meta .status.in-progress-0:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(-180deg)
}

.meta .status.in-progress-5:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(-162deg)
}

.meta .status.in-progress-10:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(-144deg)
}

.meta .status.in-progress-15:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(-126deg)
}

.meta .status.in-progress-20:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(-108deg)
}

.meta .status.in-progress-25:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(-90deg)
}

.meta .status.in-progress-30:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(-72deg)
}

.meta .status.in-progress-35:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(-54deg)
}

.meta .status.in-progress-40:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(-36deg)
}

.meta .status.in-progress-45:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(-18deg)
}

.meta .status.in-progress-50:after {
	left: 0;
	border-radius: 100% 0 0 100%/50%;
	background: #fff;
	transform-origin: right;
	transform: translateZ(0) rotate(0)
}

.meta .status.in-progress-55:after {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left;
	transform: translateZ(0) rotate(18deg)
}

.meta .status.in-progress-60:after {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left;
	transform: translateZ(0) rotate(36deg)
}

.meta .status.in-progress-65:after {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left;
	transform: translateZ(0) rotate(54deg)
}

.meta .status.in-progress-70:after {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left;
	transform: translateZ(0) rotate(72deg)
}

.meta .status.in-progress-75:after {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left;
	transform: translateZ(0) rotate(90deg)
}

.meta .status.in-progress-80:after {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left;
	transform: translateZ(0) rotate(108deg)
}

.meta .status.in-progress-85:after {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left;
	transform: translateZ(0) rotate(126deg)
}

.meta .status.in-progress-90:after {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left;
	transform: translateZ(0) rotate(144deg)
}

.meta .status.in-progress-95:after {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left;
	transform: translateZ(0) rotate(162deg)
}

.meta .status.in-progress-100:after {
	left: auto;
	right: 0;
	border-radius: 0 100% 100% 0/50%;
	background: #ffd300;
	transform-origin: left;
	transform: translateZ(0) rotate(180deg)
}