
* {
    margin: 0;
    padding: 0;
}

html, body {
	font-size: 16px;
	height: 100%;
}

body {
    background-color: #F2F2F2;
}

.main-container {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #fff;
    max-width: 980px !important;
    min-width: 750px;
    margin: 0 auto;
}

.header {
    background: white;
		position: relative;
}
.logo {
	display: inline-block;
	padding: 20px 20px 0 20px;
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

#base-content-container {
    position: relative;
    height: 860px;
    background-color: #FFFFFF;
    padding: 0;
    overflow: hidden;
}

.fileinput-button {
    position:relative;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.copyright p {
    text-align: right;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    margin: 0 20px 10px 0;
}

.activity-iframe {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}

.login-content {
    width: 100%;
    margin: auto;
    padding: 30px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .login-content {
        width: 400px;
    }
}

@media only screen and (max-width: 399px) {
    .login-content {
        width: 100%;
        padding: 20px;
    }
}

.modal-subtitle {
    border: none;
}

.modal-body.activity-modal {
    padding: 0;
    background: transparent;
    margin:0;
}



.login-submit-button {
    background:#f36c42;
    border:none;
    outline:none;
}

.login-submit-button:focus {
    border: 2px solid blue;
}

.report-table {
    display:table;
    background-color:#fff;
    width:100%;
    color: #666;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 18px;
    /*border-radius:8px;*/
    overflow:hidden;
}

.report-table:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.report-table:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.report-row {
    display:table-row;
}

.report-row .report-cell i {
    display:none;
}

.report-row:not([data-selected]):hover .report-cell i{
    display:initial;
}

.report-row[data-selected] .report-cell i {
    display:initial;
}

.report-row .report-cell:first-child {
    text-align:left;
    padding-left: 15px;
    width:40%;
}

.report-table:last-child .report-cell {
    border-bottom: none;
}

.report-table:first-child .report-cell {
    border-bottom: none;
}

.report-cell {
    box-sizing:border-box;
    text-align:center;
    display:table-cell;
    padding: 15px 0;
    width:15%;
    border-bottom: 1px solid #CCC;
}

.report-row:not(.report-header):not([data-selected]):hover{
    background-color:#E3F3F8;
}

.report-row[data-selected] {
    background-color:lightslategray;
    color: #FFF;
}

.report-row[data-selected] .report-cell {
    border-top:2px solid #666;
    border-bottom:none;
}

.report-row[data-selected] .report-cell:first-child {
    border-left:2px solid #666;
}

.report-row[data-selected] .report-cell:last-child {
    border-right:2px solid #666;
}

.report-header .report-cell {
    background-color:#49AFCD;
    color: white;
    font-size:16px;
    padding: 10px 0;
}

.report-row[data-selected] .report-cell {
    padding: 10px 0;
}

.report-row[data-selected] .report-cell:first-child {
    padding-left:15px;
    width:100%;
}

.report-details {
    background-color:#FFF;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}

.report-details .report-table:first-child {
    border-radius: 0;
}

.report-details .report-cell {
    background-color:#faf9df;
}

.report-details .report-header .report-cell {
    background-color:orange;
    border-bottom:none;
}

.report-details .report-row .report-cell:first-child {
    text-align:left;
    padding-left: 15px;
}

.completed {
    text-align:center;
}

.edit-mask {
    position:absolute;
    top:0;
    right:0;
    width:50%;
    height:50%;
    background-color:#999;
    z-index:-1;
}

.edit {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    text-align:right;
}

.edit-label {
    color:#FFF;
    font-size:10px;
    display:inline-block;
    border-radius: 3px;
    padding: 5px 5px;
}

.cert-button {
    display:inline-block;
    border:1px solid #FFF;
    border-radius: 3px;
    padding: 5px 10px;
}

.content-layer {
    background: white;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.circle {
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 4px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    /*overflow: hidden;*/
    transition: .3s;
    -webkit-transition: .3s;
    color: white;
}

.circle .border {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed white;
}

.circle .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.circle .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.circle .stats {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 80%;
    left: 17%;
    width: 66%;
    text-align:center;
}

.circle .stats > img {
    vertical-align: middle;
}

.circle .stats .time {
    float: left;
}

.circle .stats .prog {
    float: right;
}

.circle .mask {
    background: rgba(50, 50, 50, 0.7);
    position: absolute;
}

.circle .mask.light {
    background: rgba(50, 50, 50, 0.5);
}

.circle .mask.dark {
    background: rgba(50, 50, 50, 0.8);
}

.circle .mask.red {
    background: #b80020;
}

.circle .mask.green {
    background: #349e2d;
}

.circle .mask.greene {
    background: #349e2d;
}

.circle .mask.blue {
    background: #007bc0;
}

.circle .mask.purple {
    background: #6a548b;
}

.circle .mask.orange {
    background: #fa9400;
}

.circle .mask.bottom {
    top: 55%;
    height: 27%;
    width: 100%;
    position: absolute;
}

.circle .mask.middle {
    top: 35%;
    bottom: 70%;
    height: 30%;
    width: 100%;
    position: absolute;
}

.circle .mask.tall {
    top: 50%;
    bottom: 100%;
    height: 50%;
    width: 100%;
    position: absolute;
}

.circle .mask.full {
    top: 0;
    bottom: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius:50%;
}

.circle .icon {
    height: 55%;
    width: 100%;
    position: relative;
    /* This is weird, but seemed necessary to avoid a flickery hover issue due to the icon extending out
    past the edges of the circle */
    border-top-left-radius: 2000px;
    border-top-right-radius: 2000px;
}

.circle .full-icon {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.circle .icon > img {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 45%;
    max-height: 45%;
}

.circle .title {
    text-align: center;
    box-sizing: border-box;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    line-height: 1.1;
    position: absolute;
    top: 0;
    height:100%;
    width: 100%;
    padding: 0 6%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
}

.circle .description {
    text-align: center;
    box-sizing: border-box;
    font-weight: 100;
    font-size: 86%;
    line-height: 1.2;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 30% 10%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items:center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
}

.interest .circle .description {
    font-weight: 500;
}

.planet.interest.circle .description {
    font-size: 110%;
    font-weight: 500;
}

.circle.course .description {
    font-size: 100%;
}

.ms-flex-child {
    display: block;
    max-width: 100%;
    -ms-flex: 1 1 auto;
}

.planet.orbit {
    width: 600px;
    height: 600px;
}

.circle.orbit .border {
    border: 1px dashed #666;
}

.solar-system {
    position: relative;
    overflow: hidden;
    height: 800px;
    z-index: 150;
}

.circle.back {
    background: #CCC;
    right: 180px;
}

.circle.report {
    background: #AAA;
    right: 95px;
}

.circle.back .content .back-arrow {
    height: 85%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: end;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;

}

.circle.login {
    background: #888;
    right: 10px;
}

.circle.button {
    border:none;
    outline:none;
    cursor: pointer;
    z-index: 500;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10px;
}

.circle.button:focus {
    border: 2px solid blue;
}

.circle.button .content .title {
    top: 0;
    bottom: 0;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.rect-button {
    background: #888;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 80px;
    height: 35px;
    position: absolute;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 4px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    transition: .3s;
    -webkit-transition: .3s;
    color: white;
}

.rect-button .border {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px dashed white;
}

.rect-button .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.rect-button .content .title {
    top: 0;
    bottom: 0;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    line-height: 1.1;
    position: absolute;
    width: 100%;
    padding: 0 6%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
}

.moon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 180px;
    height: 180px;
}

.moon .circle {
    width: 180px;
    height: 180px;
}

.courses {
    position: relative;
    overflow: auto;
}

body[data-course-selected] .courses {
    overflow: hidden;
}

.courses .course {
    width: 280px;
    height: 280px;
}

.star .course {
    cursor: pointer;
    position: absolute;
    z-index: 175;
    width: 326px;
    height: 326px;
    left: 327px;
    top: 235px;
}

.star .orbit {
    width: 1800px;
    height: 1800px;
    left: -1650px;
}

.courses .circle.course {
    position: absolute;
}

.circle.course .title {
    top: 55%;
    bottom: 100%;
    height: 45%;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    font-size: 140%;
}

.circle.course .stats {
    top: 84%;
    left: 24%;
    width: 54%;
    font-size: 17px;
}

.credits {
    margin-top:5px;
    font-size: 12px;
}

.circle.course .clock {
    height: 25px;
    width: 25px;
}

.courses .circle.course:not(.dummy) {
    cursor: pointer;
}

.interest .overlay {
    background: #FFF;
    color: #333;
}

.interest .content {
    background: #FFF;
    border: 1px solid #DDD;
}

.interest .title {
    top: 55%;
    height: 27%;
}

.interest .stats {
    top: 84%;
    left: 27%;
    width: 46%;
}

.video {
    background: #b80020;
}

.slideshow {
    background: #007bc0;
}

.interactive {
    background: #3daf2c;
}

.article {
    background: #3daf2c
}

.activity {
    background: #2ece00;
}

.knowledge {
    background: #8f3e9a;
}

.application {
    background: #f99d1c;
}

.dummy {
    background: #FFF;
    border: 1px dashed #999
}

.moon[data-selected] .circle .title {
    display: none;
}

.moon[data-selected] .circle .mask {
    display: none;
}

.circle.planet .title {
    font-size: 140%;
}

.moon .title {
    font-size: 16px;
    line-height:1.2;
}

.moon.interest .title {
    font-size: 14px;
}
.moon.interest .stats {
    font-size: 11px;
}

.circle.sun .stats {
    font-size: 24px;
}

.moon .circle.interest .clock {
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.moon .clock {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.moon .circle {
    transition: .5s;
    -webkit-transition: .5s;
}

.circle.planet.interest .clock {
    width: 30px;
    height: 30px;
}

.planets {
    width: 750px;
    height: 800px;
    margin: auto;
    position: relative;
}

.planet {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 326px;
    height: 326px;
}

.moon-0 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(22deg) translateX(-300px) rotate(-22deg);
    -webkit-transform: rotate(22deg) translateX(-300px) rotate(-22deg);
}

.moon-1 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(68deg) translateX(-300px) rotate(-68deg);
    -webkit-transform:rotate(68deg) translateX(-300px) rotate(-68deg);
}

.moon-2 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(112deg) translateX(-300px) rotate(-112deg);
    -webkit-transform: rotate(112deg) translateX(-300px) rotate(-112deg);
}

.moon-3 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(158deg) translateX(-300px) rotate(-158deg);
    -webkit-transform: rotate(158deg) translateX(-300px) rotate(-158deg);
}

.moon-4 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(202deg) translateX(-300px) rotate(-202deg);
    -webkit-transform: rotate(202deg) translateX(-300px) rotate(-202deg);
}

.moon-5 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(248deg) translateX(-300px) rotate(-248deg);
    -webkit-transform: rotate(248deg) translateX(-300px) rotate(-248deg);
}

.moon-6 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(292deg) translateX(-300px) rotate(-292deg);
    -webkit-transform: rotate(292deg) translateX(-300px) rotate(-292deg);
}

.moon-7 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(338deg) translateX(-300px) rotate(-338deg);
    -webkit-transform: rotate(338deg) translateX(-300px) rotate(-338deg);
}

.moon-0-9 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(20deg) translateX(-300px) rotate(-20deg);
    -webkit-transform: rotate(20deg) translateX(-300px) rotate(-20deg);
}

.moon-1-9 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(60deg) translateX(-300px) rotate(-60deg);
    -webkit-transform:rotate(60deg) translateX(-300px) rotate(-60deg);
}

.moon-2-9 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(100deg) translateX(-300px) rotate(-100deg);
    -webkit-transform: rotate(100deg) translateX(-300px) rotate(-100deg);
}

.moon-3-9 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(140deg) translateX(-300px) rotate(-140deg);
    -webkit-transform: rotate(140deg) translateX(-300px) rotate(-140deg);
}

.moon-4-9 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(180deg) translateX(-300px) rotate(-180deg);
    -webkit-transform: rotate(180deg) translateX(-300px) rotate(-180deg);
}

.moon-5-9 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(220deg) translateX(-300px) rotate(-220deg);
    -webkit-transform: rotate(220deg) translateX(-300px) rotate(-220deg);
}

.moon-6-9 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(260deg) translateX(-300px) rotate(-260deg);
    -webkit-transform: rotate(260deg) translateX(-300px) rotate(-260deg);
}

.moon-7-9 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(300deg) translateX(-300px) rotate(-300deg);
    -webkit-transform: rotate(300deg) translateX(-300px) rotate(-300deg);
}

.moon-8-9 {
    transition: .5s;
    -webkit-transition: .5s;
    transform: rotate(340deg) translateX(-300px) rotate(-340deg);
    -webkit-transform: rotate(340deg) translateX(-300px) rotate(-340deg);
}

.peity {
    vertical-align: middle;
}

/* touch device hover like things */

.circle[data-clicked] .overlay {
    display: block;
}

.circle[data-clicked] .content {
    display: none;
}

.courses .circle[data-clicked] {
    z-index: 100;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.moon[data-clicked] .circle .overlay {
    display: block;
}

.moon[data-clicked] .circle .content {
    display: none;
}

.moon[data-clicked] .circle {
    z-index: 100;
    transition: .2s;
    -webkit-transition: .2s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.moon[data-clicked] .circle:not(.course) {
    box-shadow: 0 0 20px 0 #BBB;
}

 /*hovers */
html.no-touchevents .circle:hover .overlay {
    display: block;
}

html.no-touchevents .circle:not(.button):not(.course):not(.orbit):hover {
    box-shadow: 0 0 20px 0 #BBB;
}

html.no-touchevents .circle:hover .content {
    display: none;
}

html.no-touchevents .circle.button:hover .content {
    display: block;
}

html.no-touchevents .circle.course:not(.dummy):hover .overlay {
    display: block;
}

html.no-touchevents .circle.course:not(.dummy):hover .content {
    display: none;
}

html.no-touchevents .star .circle.course:hover .content {
    display: block;
}

html.no-touchevents .star .circle.course:hover .overlay {
    display: none;
}

html.no-touchevents .moon[data-selected] .circle:hover .overlay {
    display: none;
}

html.no-touchevents .moon[data-selected] .circle:hover .content {
    display: block;
}

html.no-touchevents .moon[data-delay] .circle:hover .overlay {
    display: none;
}

html.no-touchevents .moon[data-delay] .circle:hover .content {
    display: block;
}

html.no-touchevents body[data-interest-selected] .star .course:hover .overlay {
    display: none;
}

html.no-touchevents body[data-interest-selected] .star .course:hover .content {
    display: block;
}

html.no-touchevents .moon:not([data-selected]):not([data-delay]):hover  {
    z-index: 100;
}


/* animations */
html.no-touchevents .moon:not([data-selected]):not([data-delay]):hover .circle {
    transition:.2s;
    -webkit-transition: .2s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

html.no-touchevents .courses .circle:not(.dummy):not([data-selected]):hover {
    z-index: 100;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/* Using this one makes the scaling pixel perfect but on safari it gets jiggly
/*.planets[data-selected] .moon[data-selected] .circle {*/
/*transition: .5s;*/
/*width: 326px;*/
/*height: 326px;*/
/*}*/

/* This changes to translateX(-27px) and translateY(-73px) if the width and height transition above is used instead of scale*/
.planets[data-selected] .moon[data-selected] {
    transform: rotate(0deg) translateX(46px) rotate(0deg) scale(1.81);
    -webkit-transform: rotate(0deg) translateX(46px) rotate(0deg) scale(1.81);
}

.planets[data-selected] .moon[data-selected] .content {
    border: 1px solid #f2f2f2;
}

/* safari selector bug makes this not work right:
body[data-interest-selected] .interests .interest:not([data-selected]) {
*/
body[data-interest-selected] .interests .circle:not(.selectedsafaribug) {
    opacity: 0.0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

body[data-interest-selected] .interests .orbit {
    opacity: 0.0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

body[data-course-selected] .courses .course:not([data-selected]) {
    opacity: 0.0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
}

body[data-course-selected] .courses .course[data-selected] {
    top: 235px !important;
    width: 326px;
    height: 326px;
    z-index: 300;
    transition: .5s, left .5s, top .5s, width .5s, height .5s;
    -webkit-transition: .5s, left .5s, top .5s, width .5s, height .5s;
}

body[data-interest-selected] .courses .course[data-selected] {
    display: none;
}

body[data-course-selected] .courses .course[data-delay] {
    display: none;
}

body[data-interest-selected] .star .course {
    z-index: 175;
    transition: .5s;
    -webkit-transition: .5s;
    transform: scale(3.7) translateX(-255px);
    -webkit-transform: scale(3.7) translateX(-255px);
}

/* media queries */
@media only screen and (max-width: 991px) {

    .star {
        display: none;
    }

    /* This changes to translateX(-46px) if the width and height transition above is used instead of scale*/
    .planets[data-selected] .moon[data-selected] .circle {
        transform: translateX(-25px);
        -webkit-transform: translateX(-25px);
    }

    body[data-interest-selected] .courses .course[data-selected] {
        display: block;
        opacity: 0;
    }

    body[data-course-selected] .courses .course[data-delay] {
        display: block;
        opacity: 0;
    }

}

@media only screen and (min-width: 991px) {

    .planets.activities {
        margin-left: 160px;
    }
}

/* Bootstrap uses these on their site but doesn't include them in bootstrap */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

/*.bs-callout+.bs-callout {*/
/*margin-top: -5px;*/
/*}*/
.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

.filter .dropdown {
    color: black;
    border: darkgray 1px solid;
    padding: 8px;
    border-radius: 4px;
    background: #127CBE;
    font-size: smaller;
    margin-bottom: 4px;
}


.hide {
	display: none;
}

body {
	background-color: rgb(248, 248, 248);
	font-family: "Source Sans Pro";
}

.pd-main {
	padding: 1em 0 3em 0
}

.u-container {
	padding: 1em 2em 0 2em;
}

.u-container--white {
	background: rgb(255, 255, 255);
}

.u-right {
	text-align: right;
}

.back-link {
	color: rgb(0, 0, 0);
	font-size: 0.9em;
}

.back-link:before {
	content: "< ";
}

.c-section {
	border-top: 1px solid rgb(204, 204, 204);
	margin: 2em 0 0 0;
}

.navigation ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
}

.navigation__item {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	color: rgb(0, 0, 0);
	display: flex;
	font-size: 24px;
	padding: 0.5em 1% 0 1%;
	text-align: center;
}

.navigation__item--active {
	background-color: rgb(248, 248, 248);
}

.navigation__item--active a {
	border-bottom: 5px solid rgb(245, 106, 0);
	padding-bottom: 10px;
}

.navigation__item a {
	color: rgb(0, 0, 0);
}

.headings-h2 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 1em 0;
	text-transform: uppercase;
}

.c-courses {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0 0 0;
	padding: 0 2em 0 0;
}

.c-courses .pd-item__image {
	padding-top: 40%;
}

.pd-item {
	margin: 0 0 2.5em 2%;
	min-width: 200px;
	flex-basis: 23%;
}

.pd-item a {
	color: rgb(0, 0, 0);
	display: block;
}

.pd-item__image {
	background-position: center center;
	background-size: 100%;
	height: auto;
	padding-top: 56.25%;
	width: 100%;
}

.pd-item__details {
	padding: 0.5em;
}

.pd-item__meta {
	align-items: center;
	display: flex;
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
}

.pd-item__image .pd-item__meta {
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
	padding: 0.5em;
}

.pd-item__meta p {
	margin-bottom: 0;
}

.pd-item__meta-credit {
	border-left: 1px solid rgb(0, 0, 0);
	margin: 0 0 0 0.5em;
	padding: 0 0 0 0.5em;
}

.pd-item__meta-status {
	margin-left: auto;
}

.pd-item__meta-status--completed {
	color: rgb(0, 135, 6);
	font-weight: bold;
}

.pd-item__title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}


/* Detailed View of Course - Shown when you clicked into a course */
.pd-item--detailed {
	align-items: center;
	display: flex;
	margin: 0;
}

.pd-item__image-meta {
	max-width: 440px;
	width: 100%;
}

.pd-item__descr-title {
	font-size: 16px;
	margin: 0 0 0 2%;
	max-width: 670px;
}

.pd-item__title--big {
	font-size: 20px;
	margin: 0.5em 0;
}


/* Modules horizontal bar */
.c-modules {
	display: flex;
	overflow: auto;
}

.c-modules .pd-item {
	flex-basis: 210px;
	margin-bottom: 1em;
	min-width: 210px;
}

.c-modules .pd-item:first-child,
.c-section .pd-item:first-child {
	margin-left: 0;
}

.c-modules .pd-item__image {
	border: 6px solid rgb(255, 255, 255);
	opacity: 0.5;
}

.c-modules .pd-item a:hover .pd-item__image {
	opacity: 1;
}

.c-modules .pd-item--active .pd-item__image {
	border: 6px solid rgb(245, 106, 0);
	opacity: 1;
}



/* Tutorials */
.c-tutorials {
	display: flex;
}

.c-listing {
	width: 100%;
}

.tutorial-item {
	display: flex;
	margin: 0 0 3em 0;
}

.tutorial-item__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 1em;
	justify-content: center;
	min-width: 150px;
	max-width: 200px;
	width: 100%;
}


.tutorial-item__status {
	font-size: 0.9em;
}

.tutorial-item__status--completed {
	color: rgb(0, 135, 6);
	font-weight: bold;
}

.tutorial-item__title {
	font-size: 0.95em;
	font-weight: bold;
}



/* Buttons */
.c-button {
	background: white;
	border: 2px solid rgb(245, 106, 0);
	border-radius: 24px;
	color: rgb(245, 106, 0);
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.5em 1em;

	-webkit-appearance: none;
}

.c-button:focus {
	border-right: 10px solid;
	border-left: 10px solid;
	outline: none;
	padding: 0.5em 0.8em;
}

.accreditation {
	align-items: flex-end;
	display: flex;
	font-size: 14px;
	width: 75%;
}

@media only screen and (max-width: 800px) {
	.accreditation {
		width: 100%;
	}
}

.accreditation-logo {
	display: block;
}

.accreditation-text {
	margin: 0 0 0 1em;
}


@media only screen and (max-width: 800px) {
	.navigation__item {
		font-size: 18px;
	}
}

@media only screen and (max-width: 600px) {
	.navigation__item {
		font-size: 18px;
	}

	.c-tutorials {
		flex-wrap: wrap;
	}

	.c-tutorials .pd-item {
		display: flex;
		flex-basis: auto;
	}

	.course-details .pd-item__meta, .c-tutorials .pd-item__meta {
		flex-wrap: wrap;
	}

	.course-details .pd-item__meta p,
	.c-tutorials .pd-item__meta p {
		margin-bottom: 0.5em;
	}

	.course-details .pd-item__meta-status,
	.c-tutorials .pd-item__meta-status {
		margin-left: 0;
	}

	.pd-item__mobile-container {
		margin: 0 0 0 1em;
	}
	.pd-item__mobile-container:first-child {
		margin: 0;
		max-width: 200px;
		width: 100%;
	}

	.tutorial-item__actions {
		margin-left: 0;
	}
}

.pseudo-focus {
    outline: 2px auto Highlight;
    outline: -webkit-focus-ring-color auto 1px;
}

.skip-link-holder {
    position:fixed;
    top:10px;
    left:10px;
    visibility:hidden!important;
    z-index:9999;
}

.skip-link {
    background: white;
	border: 2px solid rgb(245, 106, 0);
	border-radius: 24px;
	color: rgb(245, 106, 0);
    padding: 7px 16px;
    font-size: 1.2em;
	font-weight: bold;
    line-height: 1.4;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    outline: none !important;
    opacity: .01;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 24%);
    transition: transform .2s ease-out, opacity 0ms linear .2s;
    visibility: visible!important;
    cursor:pointer;
}

.skip-link:focus {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .2s ease-out;
    opacity: 1;
}