/* Program Track Page */
/*#programtrackpage a.launch span {
    font-family: "oxygen", sans-serif;
    content: "Launch";
    display: flex!important;
    margin-left: 5px;
    left: 280px;
    bottom: 0px;
    width: 210px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #00A497;
    color: #fff;
    font-size: 16px;
}*/

#programtrackpage .course-item .course-title {
    font-family: "Gotham", sans-serif;
    color: 005295;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 1.5em;
    font-weight: bold;
}

#programtrackpage a,a:hover {
text-decoration: none;
}

#programtrackpage .progress-outer {
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    padding: 4px 0 4px 4px;
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    display: none;
}

/* #programtrackpage .launch:hover {
    font-family: "oxygen", sans-serif;
    content: "Launch";
    display: flex!important;
    margin-left: 5px;
    left: 280px;
    bottom: 0px;
    width: 210px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #00A497;
    font-size: 16px;
    border: 1px solid #00A497;
}*/

#programtrackpage .course-thumb > img {
    max-height: none!important;
        object-fit: fill;
}

#programtrackpage .course-item {
    border: 1px solid #ccc;
    max-width: 325px!important;
    max-height: 350px !important;
    width: 320px!important;
    height: 350px !important;
}
#programtrackpage .course-block .block, .content-block .block {
    border: 1px solid #ccc;
    padding: 19px 5px;
    margin-bottom: 50px;
    background: #fff;
    overflow: auto;
}
