
#branding-logo-ctn {
    height: 4em;
}
#branding-logo {
    height: 100%;
}
#return-link {
    display: inline-block;
    text-decoration: none;
    margin: 0 0 1em;
    color: #fff;
    background: var(--yinmn-blue);
    line-height: 2em;
    height: 2em;
    padding: 0 0.5em;
    border-radius: 3px;
}

#course {
    display: none;
}

#course-header {
    position: relative;
    padding-bottom: 2em;
}
#course-poster {
    display: none;
}
.w-poster #course-poster {
    display: block;
    height: 500px;
    background-size: cover;
    background-position: center;
}
#course-title {
    font-size: 2em;
    line-height: 1.1em;
    margin: 0;
}
.w-poster #course-title {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 1em;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.25);
}

#course-dates .label-text, #application-dates .label-text {
    font-weight: bold;
}

#cost-str {
    font-weight: bold;
}

#register-interest-ctn {
    background: var(--coral);
    border-radius: 3px;
    padding: 0.5em;
    text-align: center;
    display: none;
}
#register-interest-ctn > p {
    margin: 0 0 0.5em;
}
#register-interest {
    display: inline-block;
}
#register-interest-form {
    display: flex;
    margin: 0 0 -2px -0.5em;
    justify-content: center;
}
#register-interest-form > * {
    margin: 0 0 2px 0.5em;
}


#course-cta {
    border: 2px solid var(--melon);
    border-radius: 3px;
    background: #fff;
    padding: 0.5em;
    margin-top: 3em;
    display: none;
}
#course-cta > p {
    margin: 0 0 0.5em;
}
#course-cta-flex-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 1em 0 -0.5em -0.5em;
}
.course-cta {
    background: var(--antique-white);
    padding: 0.5em;
    border-radius: 3px;
    margin: 0 0 0.5em 0.5em;
    flex-basis: calc(50% - 0.5em);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 20em;
    flex-grow: 1;
}
.course-cta > p {
    margin: 0 0 0.5em 0;
    width: 100%;
    text-align: center;
}
.course-cta-buttonset {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -2px -0.5em;
}
.course-cta-buttonset > button {
    margin: 0 0 2px 0.5em;
}
.project-name {
    font-weight: bold;
    color: var(--midnight-green);
}

/* Sign up */

#sign-up > :first-child {
    margin-top: 0;
}
#sign-up label {
    display: block;
    margin: 0 0 0.25em;
}
#sign-up .label-text {
    display: block;
    font-weight: bold;
}
#sign-up input {
    width: 100%;
    max-width: 20em;
}
#sign-up-header {
    font-weight: bold;
    text-align: center;
    border-bottom: 2px dashed var(--melon);
    padding-bottom: 0.5em;
}

#continue-ctn {
    margin-top: 1em;
    display: none;
}
#continue-ctn-flex-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}