﻿h1, p.h1Text {
    color: #3b3b3b;
}

.browseCoursesWrap > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.browseCoursesWrap > ul > li {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.browseTutorialsWrap > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.tutorialDate {
    font-weight: 500;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}
.browseTutorialsWrap > ul > li {
    margin: 0;
    padding: 0;
    min-width: calc(33.33333% - 20px);
    max-width: calc(33.33333% - 20px);
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.tutCard {
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}
.tutCard .topBanner {
    display: block;
    background: #c0c0c0;
    line-height: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-transform: uppercase;
}
.tutCard .topBanner.unpublished {
    background: #f9dc72;
    color: #78672a;
}
.tutCard a.top {
    height: 200px;
    background-size: cover;
    background-position: center;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    display: block;
    background-color: #3b3b3b;
    transition: opacity 150ms ease-out;
}
.tutCard.deleted a.top,
.tutCard.unpublished a.top
{
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tutCard.deleted {
    filter: grayscale(100%);
}

.tutCard a.top:hover {
    opacity: 0.9;
}
.tutCard div.middle {
    flex-grow: 1;
    padding: 15px;
    padding-bottom: 5px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.tutCard ul.otherStats {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 2px;
}
.tutCard ul.otherStats li {
    margin: 0;
    padding: 0;
}
.tutCard ul.otherStats li {
    font-size: 0.85rem;
    color: #c0c0c0;
    display: inline-flex;
    align-items: center;
    line-height: 100%;
}
.tutCard ul.otherStats li img {
    margin-right: 5px;
    opacity:0.5
}
.tutCard div.foot {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    padding: 15px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tutCard a.title {
    font-size: 1.4rem;
    font-weight: 500;
    word-break: break-word;
    line-height: 40% !important;
}
.tutCard ul.tagViewer {
    margin-top: 5px;
}
.tutCard ul.tagViewer a {
    padding: 5px 8px;
    line-height: 100% ;
    font-size: 0.85rem;
}
.tutCard p {
    word-break: break-word;
    margin-bottom: 0;
    line-height: 130% !important;
    font-size: 1.15rem;
}

/* Small image previews */
.tutCard ul.imagePreviews {
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 7px;
    left: 7px;
    width: calc(100% - 14px);
}
.tutCard ul.imagePreviews li {
    display: inline-block;
    width: 25%;
    max-width: 120px;
    height: 64px;
    margin: 0;
    padding: 0;
    display: flex;
    margin-right: 5px;
}
.tutCard ul.imagePreviews li > div {
    background-size: cover;
    background-position: Center;
    background-color: #515151;
    flex-grow: 1;
    border: 2px solid rgba(59, 59, 59, 0.75);
    border-radius: 3px;
    transition: all 200ms ease-in-out;
    position: relative;
    top: 0;
}
.tutCard ul.imagePreviews li:hover div {
    top: -5px;
    border: 2px solid #dc0d8a;
}

/* Filter menu */
.filterMenu {
    background: #efefef;
    border-radius: 3px;
    padding: 10px;
    padding-bottom: 0;
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.filterMenu.engNotice {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.filterMenu select {
    padding: 5px 10px;
    margin: 0;
}
.filterMenu > div {
    margin-right: 10px;
    margin-bottom: 10px;
}
.filterMenu > div.order {
    flex-grow: 1;
    text-align: right;
    margin-right: 0;
} 
.filterMenu input[type=submit] {
    padding: 5px 15px;
    text-transform: none;
    font-size: 1.15rem;
    position: absolute;
    left: -10000px;
}

/* Eng notice */
.englishNotice {
    margin-bottom: -1px;
}
.englishNotice a {
    background: #f9dc72;
    color: #78672a;
    padding: 5px 10px;
    display: inline-block;
    line-height: 100%;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.englishNotice a span {
    display: block;
    font-weight: 500;
}

/* No results */
.noResults {
    background: #f9dc72;
    color: #78672a;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.recMessage {
    background-color: #4fcbe2;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 16px;
    line-height: 130%;

}

/* Recommended reading */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -10px;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #047D99;
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon > span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 2px 0;
    background-color: #25B4CF;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    text-shadow: 1px 0 0 #047D99;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
    text-transform: uppercase;
}
.ribbon > span > span {
    display: inline-block;
    margin-left: -19px;
}
.ribbon::before {
  top: 0;
  right: 19px;
}
.ribbon::after {
  bottom: 19px;
  left: 0;
}
.ribbon img {
    transform: rotate(-45deg);
    position: absolute;
    transition: all 300ms ease-in-out;
}
.tutCard:hover .ribbon img {
    transform: scale(0.95) rotate(-45deg);
}

@media screen and (max-width:1150px) {
    .browseTutorialsWrap > ul > li {
        min-width: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media screen and (max-width:790px) {
    .browseTutorialsWrap > ul > li {
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    .filterMenu {
        padding-bottom: 10px;
    }
    .filterMenu label {
        display: none;
    }
    .filterMenu > div {
        min-width: 50%;
        max-width: 50%;
        margin: 0;
        display: flex;
    }
    .filterMenu > div:first-child, .filterMenu > div:nth-child(2) {
        padding-bottom: 4px;
    }
    .filterMenu > div:first-child, .filterMenu > div:nth-child(3) {
        padding-right: 4px;
    }
    .filterMenu > div:nth-child(2) .filterMenu > div:nth-child(4) {
        padding-left: 4px;
    }
    .filterMenu select {
        flex-grow: 1;
    }
    .filterMenu > div.order {
        text-align: left;
    } 
}

.controlsWrap {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(239, 239, 239, 0.95);
    border-radius: 3px;
}

/* Video specific */
.tutCard .videoTime {
    position: absolute;
    bottom: 10px;
    right: 5px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 3px;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tutCard .videoTime span {
    padding: 3px 7px;
}
.tutCard .videoTime .hd {
    background: red;
    display: inline-block;
    color: #fff;
    content: 'hd';
    flex-grow: 1;
    flex-shrink: 0;
    height: 100%;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 3px 3px;

}

/* Vote */
.tutCard .voteWrapper {
    border-top: 1px dashed #c0c0c0;
    width: 100%;
    padding: 0 12px;
    padding-top: 5px;
}
.tutCard .voteWrapper span.score {
    font-size: 1.1rem;
    padding: 12px 0;
    font-weight:500;
    color: #616161;
}
.tutCard .voteWrapper img {
    max-width: 22px;
}

/* Fav */
.tutCard .favouriteWrap {
    display: block;
    width: 100%;
}
.tutCard .favouriteWrap img {
    max-width: 28px;
}
.tutCard .favouriteWrap .countWrapper {
    display: none;
}

/* Pagination */
.paginationWrap {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    margin-bottom: 30px;
    text-align:center;
}
.paginationWrap ul {
    display: inline-block;
}

/* VIEW TUTORIAL */
.viewTutorialWrap {
    padding-top: 30px;
}

/* h1 */
.viewTutorialWrap h1 {
    margin-top: 0;margin-bottom: 0;
}
/* Breadcrumb */
ul.breadCrumbNav {
    margin-top: 30px;
}
ul.breadCrumbNav li a {
    color: #dc0d8a;
}
ul.breadCrumbNav li:last-child a, ul.breadCrumbNav li:last-child:after {
    color: #2B2B2B !important;
}
 ul.breadCrumbNav img {
    filter: none !important;
}

/* top bar */
.viewTutorialWrap ul.tutStats {
    list-style: none;
    margin: 0;
    padding: 0;
}
.viewTutorialWrap ul.tutStats > li {
    border-bottom: 2px solid #f8f8f8;
    border-top: 2px solid #f8f8f8;
    margin: 0;
    padding-bottom: 16px;
    padding-top: 16px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.viewTutorialWrap ul.tutStats > li div.statCol {
    flex-grow: 1;
}
.viewTutorialWrap ul.tutStats > li div.statCol:last-child {
    text-align: right;
    margin-left: 16px;
}


/* h1 wrap */
.tutH1Wrap {
    display: flex;
    margin: 16px 0;
    margin-bottom: 8px;
}
.tutH1Wrap > div:first-child {
    flex-grow: 1;
    flex-shrink: 1;
    word-break: break-word;
    align-self: center;
}
.tutH1Wrap > div:last-child {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 32px;
    width: 64px;
    align-self: flex-end;
    text-align: center;
}
.tutH1Wrap > div:last-child span.score {
    font-size: 1.2rem;
    font-weight: 500;
}

.tutH1Wrap > div:last-child img {
    width: 30px;
    height: 30px;
}


@media screen and (max-width: 800px)
{
    h1 {
        text-align: left !important;
    }
}
@media screen and (max-width: 700px)
{
    h1 {
        font-size: 3rem !important;
    }
    .tutH1Wrap > div:last-child {
        align-self: center;
        margin-left: 16px;
    }
}
@media screen and (max-width: 500px)
{
    h1 {
        font-size: 2.5rem !important;
    }
}
@media screen and (max-width: 400px)
{
    h1 {
        font-size: 2.2rem !important;
    }
}

/* tags */
.viewTutorialWrap ul.tagViewer  {
    margin-top: 5px;
}

/* Contributors */
.lmSegment.contributors > ul  {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.lmSegment.contributors > ul li  {
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

/* Courses */
.lmSegment.courses > ul  {
    list-style: none;
    margin: 15px;
    padding: 0;
}
.lmSegment.courses > ul > li  {
    margin: 0;
    padding: 0;
    display: flex;
    line-height: 100%;
    margin-bottom: 10px;
}
.lmSegment.courses > ul > li:last-child  {
    margin-bottom: 0;
}
.lmSegment.courses > ul > li > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 32px;
    max-width: 32px;
}
.lmSegment.courses .userAvatarWrapper, .lmSegment.courses .userAvatarWrapper img {
    border-radius: 50%;
}
.lmSegment.courses > ul > li > div:last-child {
    padding-left: 10px;
}
.lmSegment.courses p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
.lmSegment.courses a {
    font-weight: 500;
}
@media screen and (max-width: 1000px){
    .lmSegment.courses > ul > li  {
        display: block;
    }
    .lmSegment.courses > ul > li > div:last-child {
        padding-left: 0;
    }

    .lmSegment.courses a {
        display: block;
        margin-top: 5px;
    }
}
@media screen and (max-width: 800px){
    .lmSegment.courses  {
        display: none;
    }
}

/* Body */
#ArticleBody {
    padding-top: 0 !important;
}
.rw {
    max-width: 850px !important;
}

/* Content wrap */
.articleContentWrap {
    margin-top: 16px;
    display: flex;
    position: relative;
    margin-bottom: 32px;
}
.articleContentWrap  .articleLeftMenu {
    margin-right: 60px;
    max-width: 450px;
    flex-grow: 1;
    flex-shrink: 2;
    margin-bottom: 128px;
    background: #f9f9f9;
}
.articleContentWrap .articleMain {
    max-width: 650px !important;
    flex-shrink: 1;
    flex-grow:20;
}

#MobileNavMenuDD {
    display: none;
    max-width: 100%;
    width: 100%;
    padding: 3px;
}

@media screen and (max-width: 1260px){
    .articleContentWrap  .articleLeftMenu {
        margin-right: 30px;
    }
}

@media screen and (max-width: 800px)
{
    .articleContentWrap {
        display: block;
        margin-top: -27px;
    }
    .articleContentWrap .articleLeftMenu {
        margin-right: 0;
        background: transparent;
        max-width: 100%;
    }
    .articleLeftMenu .tagsWrapper h3 {
        display: none;
    }
    .articleLeftMenu .tagViewer {
        margin: 0 !important;
    }
    
    #MobileNavMenuDD {
        display: block;
    }
    .articleLeftMenu .paginatedMenuWrapper > nav {
        display: none;
    }
    .articleLeftMenu .indexWrapper h3, .articleLeftMenu .translationsWrap h3 {
        background: transparent;
        padding: 0;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 3px;
        font-size: 1.15rem;
    }
    .articleLeftMenu .attachedFilesWrap {
        display: none;
    }
    .articleLeftMenu .toolsWrap h3 {
        display: none;
    }
    .articleLeftMenu .statShareWrap h3 {
        display: none;
    }
    .articleLeftMenu .viewsWrap {
        padding: 0 !important;
    }
    .lmSegment.tagsWrapper {
        margin-bottom: 0 !important;
    }
    .articleLeftMenu .sharer h3 {
        display: none;
    }
    .articleLeftMenu .sharer img {
        height: 42px !important;
        width: 42px !important;
    }
    .articleLeftMenu .sharer {
        margin-top: -15px !important;
        margin-bottom: -15px !important
    }
    .translationsWrap {
        display: none;
    }
    .toolsList {
        display: flex;
        padding: 0 !important;
        border-bottom: 2px solid #f8f8f8;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .toolsList > *:first-child {
        padding-right: 10px;
    }
    .toolsList > *:last-child {
        padding-left: 10px;
    }
    .lmSegment.contributors {
        display: none;
    }
}



/* Left nav */
.articleLeftMenu .lmSegment {
    margin-bottom: 15px;
}
.articleLeftMenu .lmSegment:last-child {
    margin-bottom: 0;
}
.articleLeftMenu h3 {
    background: #efefef; 
    font-weight: 600;
    font-size: 1.3rem;
    display: block;
    margin: 0;
    padding: 10px 15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height: 100%;
}

/* Files */
.attachedFilesWrap p {
    margin: 5px 0;
    font-size:1rem;
    padding: 5px 15px;
    line-height: 100%;
}
.attachedFilesWrap .downloadWrap {
    margin: 0 15px;
}
.attachedFilesWrap .downloadWrap + .downloadWrap {
    margin-top: 5px;
}
.attachedFilesWrap .downloadWrap .fileIcon {
    height: 55px;
    margin-bottom: 0;
}
.attachedFilesWrap .downloadWrap h4 {
    line-height: 100%;
    margin: 5px 0 2px 0;
}
.attachedFilesWrap .downloadWrap a {
    margin-bottom: 5px;
    font-size: 0.85rem !important;
}

/* Tags */
.articleLeftMenu .tagViewer {
    margin: 0 15px;
    margin-top: 15px !important;
}

/* Stats */
.articleLeftMenu .viewsWrap {
    padding: 10px 15px 0 15px;
}

/* Share */
.articleLeftMenu .sharer .socialShareWrap {
    margin-top: 5px;
    line-height: 100%;
}
.articleLeftMenu .sharer .socialShareWrap li {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.articleLeftMenu .sharer .socialShareWrap li a {
    display: block;
}

/* Translations */
.translationsWrap {
    margin-top: 15px;
    line-height: 100%;
}
.translationsWrap p {
    font-size: 1rem;
    margin: 0;
    line-height: 100%;
    padding: 10px 15px 0 15px;
}
.translationsWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.translationsWrap ul li {
    margin: 0;
    padding: 0;
    font-size: 1.15rem;
    line-height: 100%;
}
.translationsWrap > ul {
    margin: 0 15px;
    margin-top: 10px;
}
.translationsWrap > ul > li > strong {
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    line-height: 100%;
    align-items: center;
    margin-bottom: 2px;
    color: #666;
}
.translationsWrap > ul > li > strong span {
    display: inline-block;
    background: #7df972;
    color: #377931;
    border-radius: 3px;
    padding: 3px 5px;
    margin-right: 4px;
}
.translationsWrap > ul > li  > ul {
    margin-bottom: 7px;
}
.translationsWrap .transLinkWrap .usernameTextWrap {
    font-size: 0.85rem;
}
.translationsWrap .transLinkWrap {
    margin-bottom: 10px;
}
    .translationsWrap .transLinkWrap a {
        font-weight: 500;
        display: block;
        line-height: 100%;
        margin-bottom: 4px;
        overflow-wrap: break-word;
    }
.translationsWrap .transLinkWrap .group {
    top: -1px;
}
.translationsWrap a.button {
    margin-top: 15px;
}

/* Tools */
.articleLeftMenu .toolsList {
    padding: 0 15px;
    padding-top: 5px;
}


.paginatedMenuWrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.paginatedMenuWrapper ul > li:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.paginatedMenuWrapper ul > li:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.paginatedMenuWrapper ul > li {
    margin: 0;
    padding: 0;
    line-height: 100%;
    background: #f8f8f8;
}
.paginatedMenuWrapper ul > li.selected {
    background: #dc0d8a;
    border-radius: 0;
    position: relative;
}

.paginatedMenuWrapper ul > li.selected a {
    color: #fff;
}
.paginatedMenuWrapper ul > li.selected a:hover {
    text-decoration: none;
}
.paginatedMenuWrapper ul > li a {
    font-size: 1.15rem;
    font-weight: 500;
    padding: 9px 15px;
    position: relative;
    display: block;
}
.paginatedMenuWrapper ul > li.selected .triangleR {
    height: 100%;
    position: absolute;
    width: 16px;
    right: -16px;
    top: 0;
}
.paginatedMenuWrapper ul > li.selected .triangleR img {
    display: block;
    height: 100% !important;
    max-height: 100% !important;
}
.tutVidWrap {
    height: 600px;
}
@media screen and (max-width: 925px)
{
    .tutVidWrap {
        height: 500px;
        margin-bottom: 38px;
    }
}
@media screen and (max-width: 750px){
    .tutVidWrap {
        height: 380px;
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media screen and (max-width: 500px){
    .tutVidWrap {
        height: 300px;
    }
}

.tutForm {
    padding-top: 20px;
    margin-bottom: 10px;
}
.tutForm label {
    display: block;
    line-height: 130%;
    margin-bottom: 2px;
}
.tutForm label strong {
    font-size: 1.15rem;
    display: flex;
    line-height: 100%;
    align-items: center;
    margin-bottom: 5px;
}
.tutForm label span {
    font-size: 1rem;
}
.tutForm label span.nochange {
    background: #f9dc72;
    color: #78672a;
    display: inline-block;
    border-radius: 3px;
    margin-left: 10px;
    padding: 5px 7px;
    font-size: 0.75rem;
    line-height: 100%;
}
.tutForm textarea {
    height: 300px;
}
.tutForm .videoSpecificForm textarea {
    height: 160px;
}

.editBreadWrap {
    margin-bottom: 10px;
    margin-top: -16px;
}
.splitButtons {
    display: flex;
}
.splitButtons > div {
    flex-grow: 1;
}
.splitButtons > div:last-child {
    text-align: right;
}
.actionsWrap {
    background: #efefef;
    margin-bottom: 30px;
    padding: 16px 0 ;
}
.recBut {
    margin-top: 15px;
}
.comments {
    margin-top: 30px;
}

/* Courses */
.courseListWrap {
    margin-top: 30px;
    margin-bottom: 30px;
}
.courseListWrap + .comments {
    margin-top: 60px;
}
.courseListWrap ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.courseListWrap ul li
{
    margin: 0;
    padding: 0;
}

/* Section heading */
.courseListWrap .sectionWrap
{
    background: #efefef;
    padding: 10px 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.courseListWrap .sectionWrap .overview
{
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #6c6c6c;
    line-height: 160%;
}
.courseListWrap h2
{
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    text-transform: none;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    flex-grow: 1;
    flex-shrink: 1;
}
@media screen and (max-width: 430px)
{
    .courseListWrap h2 {
        text-align: left;
    }
}

.courseCompleteWrap {
    background: #7df972;
    color: #377931;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}
.nextCourseTutWrap .tutCourseWrap {
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 10px;
}
.nextCourseTutWrap h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

/* Sub list */
.tutCourseWrap {
    display: flex;
    align-items: center;
    line-height: 100%;
}
.courseListWrap > ul > li li {
    padding: 8px 15px;
    padding-left: 42px;
    border-bottom: 1px solid #efefef;
    display: flex;
}
.tutCourseWrap.notpub a {
    filter: grayscale(100%);
    opacity: 0.6;
}
.courseListWrap > ul > li li:last-child {
    border-bottom: none;
}
.tutCourseWrap a.imagePreview {
    width: 110px;
    height: 72px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 15px;
    border-radius: 3px;
    background-color: #efefef;
}
.tutCourseWrap a {
    font-size: 1.15rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 110%;
}
.tutCourseWrap a span.linkTxt {
    margin-right: 10px;
}
.tutCourseWrap a span.length {
    color: #6c6c6c;
    font-size: 0.85rem;
    font-weight: normal;
}
.tutCourseWrap a:hover {
    text-decoration: none;
}
.tutCourseWrap a:hover span.linkTxt {
    text-decoration: underline;
}
.tutCourseWrap p {
    line-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-style: italic;
    color: #6c6c6c;
    margin-top: 3px;
}

/* Tools */
.courseListWrap > ul > li li div:first-child {
    flex-grow: 1;
}
.courseListWrap .tools {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 24px;
    min-width: 24px;
    margin-left: 10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.courseListWrap .tools.section {
    margin-left: -10px;
    margin-right: 10px;
}
.courseListWrap .tools a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #70c851;
    border-radius: 3px;
    text-align: center;
    font-size:1rem;
    font-weight: 500;
    margin-bottom: 3px;
}
.courseListWrap .tools a:last-child {
    margin-bottom: 0;
}
.courseListWrap .tools a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.courseListWrap .tools a.rem {
    background: #dc0d8a;
    font-size:1.15rem;
}

@media screen and (max-width: 685px)
{
    .courseListWrap > ul > li li {
        padding-left: 0;
        padding-right: 0;
    }
}

.sectionWrap {
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 10px;
}
.sectionWrap  h3 {
    margin: -10px;
    margin-bottom: 10px;
    padding: 10px;
    background: #efefef;

}

a.addSection {
    display: flex;
    font-size: 1.15rem;
    font-weight: 500;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}
a.addSection.sec {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: flex-start;
}
a.addSection span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #dc0d8a;
    margin-right: 8px;
}
.notPublicNotice {
    font-weight: 500;
    font-size: 0.8rem;
    background: #f9dc72;
    color: #78672a;
    padding: 5px 15px;
    border-radius: 3px;
    display: block;
    margin-top: 4px;
    line-height: 100%;
}

.editCourseTutsWrap {
    background: #efefef;
    border: 1px solid #c0c0c0;
    padding: 20px;
}
.editCourseTutsWrap h3, .editCourseTutsWrap p {
    margin: 0;
    padding: 0;
    line-height: 130%;
}
.editCourseTutsWrap h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
}
.editCourseTutsWrap input[type=text], .editCourseTutsWrap select {
    padding: 5px;
}
.editCourseTutsWrap + .editCourseTutsWrap {
    margin-top: 20px;
}
.editCourseTutsWrap label {
    line-height: 130%;
    display: block;
    margin-top: 10px;
}
.editCourseTutsWrap label strong {
    display: block;
}
.editCourseTutsWrap button, .editCourseTutsWrap input[type=submit] {
    margin-top: 10px;
}

.editSectionText {
    font-size: 1rem;
    font-weight: normal;
    padding-left: 23px;
}
.editSectionText .editForm {
    display: none;
}
.editSectionText .editForm input[type=text] {
    padding: 3px;
    max-width: 250px;
}
.editSectionText .editForm input[type=submit] {
    padding: 3px 10px;
    text-transform: none;
    font-size: 0.85rem;
}
.editSectionText.description {
    padding-left: 0;
}
.pubPanel {
    background: #f9dc72;
    color: #78672a;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
}
.pubPanel h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.pubPanel input[type=submit] {
    font-size: 1.15rem;
    padding: 5px 15px;
}

.commentsDisabled, .courseCompleteWrap {
    margin-top: 15px;
}

/* Search */
.tutSearchFormWrap {
    margin-bottom: 30px;
}
.tutSearchFormWrap label {
    line-height: 130%;
}
.tutSearchFormWrap select {
    padding: 5px;
}
.tutSearchFormWrap .subFields {
    display: flex;
    flex-wrap: wrap;
}
.tutSearchFormWrap .subFields > div:first-child {
    flex-grow: 1000;
    flex-shrink: 1;
}
.tutSearchFormWrap .subFields > div:last-child {
    flex-grow: 1;
    flex-shrink: 0;
    text-align: right;
}
.tutSearchFormWrap .subFields input[type=submit] {
    padding: 8px 25px;
    text-transform: none;
}

.resultsWrap {
    margin-bottom: 30px;
}

.resultsTop {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
}
.resultsTop h2 {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.resultsTop .paginationWrap {
    margin: 0;
    padding: 0;
    border-top: 0;
    text-align: right;
}
.resultsTop > div {
    flex-grow: 1;
    flex-shrink: 1;
}
.resultsTop > div:last-child {
    text-align: right;
}

.resultsWrap > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.resultsWrap > ul > li {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.browseSearchWrap {
    background: #efefef;
    padding: 5px;
    text-align: right;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.browseSearchWrap input[type=text]{
    font-size: 0.85rem;
    padding: 4px 10px;
    max-width: 400px;
    flex-grow: 0;
    margin: 0;
}
.browseSearchWrap input[type=submit]{
    font-size: 0.85rem;
    padding: 5px 10px;
    flex-grow: 0;
    margin-left: 1px;
    text-transform: none;
}
ul.tutLicenses {
    list-style: none;
    margin: 0;
    max-width: 350px;
    margin-top: 16px;
    padding: 0;
    padding-bottom: 16px;
    margin-left: 16px;
}
ul.tutLicenses li {
    display: flex;
    margin-bottom: 16px;
}
ul.tutLicenses li a {
    font-size: 0.85rem;
}
    ul.tutLicenses li > div:last-child {
        flex: 1;
        line-height: 100%;
    }
ul.tutLicenses li > div:first-child {
    flex: 0;
    padding-right: 16px;
}
ul.tutLicenses li strong {
    font-size: 1rem;
    margin-bottom: 0;
}
.lmSegment.licenseWrap p {
    padding: 10px 15px 0 15px;
    font-size: 1rem;
}