/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

body {
    background: #ebebe5;
    font-family: Skolar Sans Latin, sans-serif;
    -webkit-font-smooting: antialiased
}

.close:before {
    content: "+";
    position: absolute;
    z-index: 100;
    right: 2px;
    top: 5px;
    /* line-height: 27px; */
    font-size: 48px;
    color: #cc482e;
    transform: rotate(45deg);
    transform-origin: center center;
    transition: all .3s ease
}

@media (min-width:900px) {
    .close:before {
        font-size: 65px;
        right: 17px;
        top: 20px
    }
}

.close:before:hover {
    color: #a03621
}

.constrain-container {
    position: relative;
    overflow: hidden
}

.constrain-main {
    position: relative
}

@media (min-width:900px) {
    .constrain-main {
        padding-top: 80px;
        margin: 0 auto;
        width: 75%;
        max-width: 859px
    }
}

.constrain-main-wide {
    position: relative
}

@media (min-width:900px) {
    .constrain-main-wide {
        padding-top: 80px;
        margin: 0 auto;
        width: 90%;
        max-width: inherit
    }
}

.constrain-main-wide main {
    max-width: inherit
}

a {
    text-decoration: none
}

header {
    background: #045b8c;
    position: relative;
    padding: 20px;
    color: #fff;
    overflow: hidden
}

header h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 100;
    text-align: center
}

@media (min-width:768px) {
    header h1 {
        font-size: 38px;
        text-align: left
    }
}

header p {
    margin: 0;
    font-size: 12px;
    font-weight: 100
}

@media (min-width:768px) {
    header p {
        font-size: 24px
    }
}

header.header-invert {
    background: #ebebe5;
    padding: 25px;
    text-align: center;
    color: #045b8c
}

@media (min-width:900px) {
    header.header-invert {
        padding: 25px 0
    }
}

header.header-invert h1 {
    font-size: 34px
}

header.header-multi h1 {
    text-align: left
}

main {
    padding: 20px 18px
}

@media (min-width:990px) {
    main {
        max-width: 990px;
        margin: 0 auto
    }
}

main h1 {
    font-size: 28px;
    color: #045b8c
}

main h2,
main h3 {
    font-size: 16px
}

main h3 {
    font-weight: 400
}

main p {
    line-height: 1.5em
}

@media (min-width:990px) {
    main p {
        font-size: 18px;
        font-weight: 100
    }
}

main a {
    text-decoration: none
}

main .course-item,
main a {
    color: #cc482e
}

main .course-item a:hover { color: #a03621; }

main section h2 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase
}

main small {
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

main small a {
    text-decoration: none;
    color: #cc482e
}

main.discussion-container {
    padding: 0
}

footer {
    background: #045b8c;
    padding: 20px;
    text-align: center
}

footer,
footer a {
    color: #fff
}

.notes {
    border-bottom: 1px dashed #333
}

.notes .note {
    background: #fff78f;
    padding: 10px;
    border-radius: 5px
}

.notes .note h4 {
    margin: 0;
    color: #414141
}

@media (min-width:768px) {
    .notes .note h4 {
        font-size: 24px
    }
}

.notes .note ol {
    padding: 0 0 20px
}

.notes .note ol li {
    list-style-position: inside;
    font-size: 10px;
    line-height: 1.5em
}

@media (min-width:768px) {
    .notes .note ol li {
        font-size: 18px
    }
}

.enrollments {
    padding: 10px 0;
    border-bottom: 1px dashed #333
}

@media (min-width:768px) {
    .enrollments {
        border-bottom: 0
    }
}

.enrollments .enrollments-header {
    display: none
}

@media (min-width:768px) {
    .enrollments {
        display: table;
        width: 100%;
        font-size: 18px
    }
    .enrollments h3 {
        display: none
    }
    .enrollments h1 {
        display: block
    }
    .enrollments .course-info,
    .enrollments .enrollments-header {
        display: table-row
    }
    .enrollments .course-info div,
    .enrollments .course-info p,
    .enrollments .enrollments-header div,
    .enrollments .enrollments-header p {
        display: table-cell;
        font-size: 18px;
        font-weight: 400
    }
    .enrollments .course-info div:nth-of-type(2),
    .enrollments .course-info p:nth-of-type(2),
    .enrollments .enrollments-header div:nth-of-type(2),
    .enrollments .enrollments-header p:nth-of-type(2) {
        font-weight: 800
    }
    .enrollments .enrollments-header div {
        padding-bottom: 30px;
        font-size: 14px;
        font-weight: 400 !important
    }
}

.multi-course .certificate-generator:first-of-type,
.multi-course .certificate-generator:first-of-type form {
    padding-bottom: 0
}

.multi-course .review {
    margin: 0;
    border-bottom: 1px solid #ccc
}

.multi-course .review:last-of-type {
    border-bottom: 0;
    margin-bottom: 20px
}

.certificate-generator {
    padding: 10px 0 0;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .certificate-generator {
        display: table;
        width: 100%;
        padding-bottom: 0
    }
    .certificate-generator .course-header~.course-header {
        visibility: hidden;
        visibility: collapse;
        display: none
    }
}

.certificate-generator h2 {
    width: 100%
}

@media (min-width:768px) {
    .certificate-generator h2 {
        display: none
    }
}

@media (max-width:768px) {
    .certificate-generator .course-title-mobile+.course-title {
        display: none
    }
}

.certificate-generator .course-title {
    background: #045b8c;
    width: 100%;
    padding: 7px;
    border-bottom: 1px solid #ccc;
    color: #fff
}

@media (min-width:768px) {
    .certificate-generator .course-title {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        display: table-caption;
        margin: 20px 0 -11px;
        padding: 9px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 800
    }
}

@media (min-width:768px) {
    .certificate-generator:not(:first-of-type) h2+.course-title {
        visibility: hidden
    }
}

.certificate-generator .course-title-mobile {
    background: #045b8c;
    width: 100%;
    padding: 7px;
    border-bottom: 1px solid #ccc;
    color: #fff
}

@media (min-width:768px) {
    .certificate-generator .course-title-mobile {
        display: none
    }
}

.certificate-generator .course-header {
    display: flex;
    width: 50%;
    flex-direction: column;
    background: #045b8c;
    color: #fff
}

@media (min-width:768px) {
    .certificate-generator .course-header {
        width: 100%;
        display: table-row;
        font-size: 14px;
        font-weight: 800
    }
}

.certificate-generator .course-header>div {
    padding: 7px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

@media (min-width:768px) {
    .certificate-generator .course-header>div {
        display: table-cell;
        padding: 9px;
        border-bottom: 0;
        border-top: 1px solid #ccc;
        text-align: center
    }
}

.certificate-generator .course-header>div:first-of-type {
    display: none
}

@media (min-width:768px) {
    .certificate-generator .course-header>div:first-of-type {
        text-align: left;
        display: table-cell
    }
}

.certificate-generator .student-generate {
    padding: 10px 0 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100vw - 36px)
}

.certificate-generator .student-generate .course-header>div {
    padding: 15px
}

@media (min-width:768px) {
    .certificate-generator .student-generate .course-header>div {
        padding: 9px
    }
}

.certificate-generator .student-generate.certificate .course-header>div {
    padding: 7px
}

@media (min-width:768px) {
    .certificate-generator .student-generate.certificate .course-header>div {
        padding: 9px
    }
}

@media (min-width:768px) {
    .certificate-generator .student-generate {
        display: block
    }
}

.certificate-generator .course-info {
    display: flex;
    width: 50%;
    flex-direction: column;
    background: #fff
}

@media (min-width:768px) {
    .certificate-generator .course-info {
        display: table-row;
        width: 100%;
        font-size: 14px
    }
}

.certificate-generator .course-info>div {
    padding: 7px;
    border-bottom: 1px solid #ccc;
    height: 12.5%
}

@media (min-width:768px) {
    .certificate-generator .course-info>div {
        display: table-cell;
        padding: 9px;
        border-right: 1px solid #ccc;
        text-align: center
    }
}

.certificate-generator .course-info>div:first-of-type {
    display: none
}

@media (min-width:768px) {
    .certificate-generator .course-info>div:first-of-type {
        text-align: left;
        display: table-cell;
        background: #fff;
        color: #000;
        font-weight: 400;
        font-size: 18px;
    }
}

.certificate-generator .course-info input {
    margin: 0;
    max-width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
    width: 100%
}

@media (min-width:768px) {
    .certificate-generator .course-info input {
        padding: 3px
    }
}

.certificate-generator .course-info button {
    margin: 0
}

@media (min-width:768px) {
    .student-generate .course-title {
        margin-bottom: -1px
    }
}

.certificate-generator-form {
    display: block;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #333
}

@media (min-width:768px) {
    .certificate-generator-form {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        box-sizing: border-box;
        padding: 7px;
        margin-top: 0;
        margin-bottom: 40px;
        border-bottom: 0;
        font-size: 18px
    }
    .certificate-generator-form button {
        margin: 0 15px 0 0
    }
    .certificate-generator-form label {
        font-size: 15px;
        text-transform: inherit;
        padding-right: 15px
    }
}

.note-list ol {
    padding: 0
}

.note-list ol li {
    list-style-position: inside
}

@media (min-width:768px) {
    .note-list ol li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #333;
        padding: 20px
    }
    .note-list ol li:first-of-type {
        padding-top: 0
    }
    .note-list ol li:last-of-type {
        border-bottom: 0
    }
    .note-list ol li p {
        padding-right: 10px
    }
}

.note-list ol li p {
    display: inline
}

.note-list ol li button {
    display: block
}

.main-content {
    padding: 10px 0 40px
}

@media (min-width:768px) {
    .main-content {
        border-top: 1px dashed #333
    }
}

.chapter-header {
    background: #fff;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:900px) {
    .chapter-header {
        margin-top: 20px
    }
}

.chapter-header h1 {
    color: #045b8c;
    font-size: 16px;
    font-weight: 300
}

@media (min-width:900px) {
    .chapter-header h1 {
        display: inline-block;
        font-size: 28px
    }
}

.chapter-header h2 {
    color: #045b8c;
    margin: 0;
    font-weight: 300
}

@media (min-width:900px) {
    .chapter-header h2 {
        display: inline-block;
        font-size: 28px
    }
    .chapter-header h2:after {
        content: ": "
    }
}

.course-section>h3 {
    padding-top: 20px;
    border-top: 1px dashed #333;
    margin: 18px;
    font-size: 24px;
    font-weight: 800;
    color: #045b8c
}

.course-section section {
    padding: 20px 18px 60px;
    margin-bottom: 40px
}

.course-section section h3:first-of-type {
    margin-top: 0
}

.course-section section h3 {
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width:768px) {
    .course-section section h3 {
        font-size: 24px
    }
}

.course-section section p {
    font-size: 13px
}

@media (min-width:768px) {
    .course-section section p {
        font-size: 18px
    }
}

.course-section section li {
    font-size: 13px;
    line-height: 1.4em
}

.course-section section.discussion-notes {
    background: #fff;
    color: #045b8c
}

.course-section section.discussion-excerpt {
    background: #045b8c;
    color: #fff
}

.course-section section.discussion-quetions {
    background: #cc482e;
    color: #fff
}

.course-section section.discussion-response {
    background: #fff;
    position: relative;
    color: #045b8c
}

.course-section section.discussion-response h3 {
    text-transform: inherit
}

@media (min-width:900px) {
    .student-roster header {
        background: transparent;
        color: #045b8c
    }
}

.student-roster main>p:last-of-type {
    text-align: center
}

.student-roster section {
    padding-top: 15px;
    border-top: 1px dashed #000;
    margin-bottom: 60px
}

.roster {
    font-size: 14px
}

.roster .roster-name {
    font-size: 18px;
    font-weight: 800
}

.roster-header {
    display: none
}

.roster-section-container {
    display: flex
}

.roster-section-container>div {
    padding: 7px 3px
}

.roster-section-container>div:last-of-type {
    order: -1
}

.roster-section-container>div input {
    margin: 0
}

.roster-student {
    margin-bottom: 30px
}

.roster-student>div:nth-of-type(2):before {
    content: "PIN: "
}

.roster-student>div:nth-of-type(3):before {
    content: "Final: "
}

.roster-student>div:nth-of-type(4)>div>div:first-of-type:before {
    content: "1: "
}

.roster-student>div:nth-of-type(5)>div>div:first-of-type:before {
    content: "2: "
}

.roster-student>div:nth-of-type(6)>div>div:first-of-type:before {
    content: "3: "
}

.roster-student>div:nth-of-type(7)>div>div:first-of-type:before {
    content: "4: "
}

.roster-student>div:nth-of-type(8)>div>div:first-of-type:before {
    content: "5: "
}

.roster-student>div:nth-of-type(9)>div>div:first-of-type:before {
    content: "6: "
}

.roster-student>div:nth-of-type(10)>div>div:first-of-type:before {
    content: "7: "
}

.roster-student>div:nth-of-type(11)>div>div:first-of-type:before {
    content: "8: "
}

.roster-student>div:nth-of-type(12)>div>div:first-of-type:before {
    content: "9: "
}

.roster-student>div:nth-of-type(13)>div>div:first-of-type:before {
    content: "10: "
}

.roster-student>div:nth-of-type(14)>div>div:first-of-type:before {
    content: "11: "
}

.roster-student>div:nth-of-type(15)>div>div:first-of-type:before {
    content: "12: "
}

.scroll-instruction {
    display: none
}

@media (min-width:768px) {
    .roster {
        display: block;
        max-width: 100%;
        overflow: hidden;
        overflow-x: scroll
    }
    .roster .roster-header,
    .roster .roster-student {
        display: table-row
    }
    .roster .roster-header>div,
    .roster .roster-student>div {
        display: table-cell;
        padding: 7px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        text-align: center
    }
    .roster .roster-header>div:first-of-type,
    .roster .roster-student>div:first-of-type {
        text-align: left;
        white-space: nowrap;
        font-size: 14px
    }
    .roster .roster-header .score,
    .roster .roster-student .score {
        background: #d2edf3;
        min-width: 23px
    }
    .roster .roster-header .roster-item,
    .roster .roster-student .roster-item {
        padding: 0
    }
    .roster .roster-header .roster-section-container,
    .roster .roster-student .roster-section-container {
        display: flex;
        align-items: stretch
    }
    .roster .roster-header .roster-section-container .roster-section,
    .roster .roster-student .roster-section-container .roster-section {
        white-space: nowrap;
        padding: 7px
    }
    .roster .roster-header .roster-section-container .roster-section:last-of-type,
    .roster .roster-student .roster-section-container .roster-section:last-of-type {
        order: 0
    }
    .roster .roster-header .roster-section-container .roster-section input,
    .roster .roster-student .roster-section-container .roster-section input {
        margin: 0
    }
    .roster .scroll-instruction {
        display: block;
        background: #fff;
        padding: 7px
    }
    .roster .roster-header {
        background: #045b8c;
        color: #fff
    }
    .roster .roster-student {
        background: #fff;
        color: #000
    }
    .roster .roster-student a {
        color: #cc482e;
        text-decoration: none
    }
    .roster .roster-student>div:before,
    .roster .roster-student>div>div>div:first-of-type:before {
        content: "" !important;
        display: none
    }
}

@media (min-width:1110px) {
    .roster .scroll-instruction {
        display: none
    }
}

form p {
    text-transform: uppercase;
    margin-bottom: 5px
}

form .student-update-info {
    text-align: center
}

form .student-update-info p {
    text-align: center;
    text-transform: inherit
}

fieldset {
    padding: 0;
    border: 0
}

fieldset>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width:768px) {
    fieldset>div.narrow-form {
        justify-content: flex-start
    }
}

fieldset>div>div {
    width: 100%
}

@media (min-width:600px) {
    fieldset>div>div {
        width: 49.5%
    }
}

@media (min-width:768px) {
    fieldset>div>div {
        width: 32.5%
    }
}

legend {
    width: 100%;
    padding: 10px 0 5px;
    margin: 0;
    font-size: 20px
}

label,
legend {
    text-transform: uppercase
}

label {
    padding-right: 10px;
    font-size: 14px;
    color: #7b6b5a
}

input {
    min-width: 100%;
    padding: 13px;
    border: 0;
    border-radius: 7px;
    margin: 5px 0 15px;
    box-sizing: border-box;
    color: transparent;
}

input:focus {
    outline: none
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
    min-width: inherit;
    margin-right: 4px;
    transform: scale(1.5)
}

input[type=date] {
    padding: 11px
}

@media (min-width:768px) {
    input[type=date] {
        margin-left: 0
    }
}

.select-container {
    background: #fff;
    border-radius: 7px;
    max-width: 400px;
    margin: 5px 0 15px;
    box-sizing: border-box;
    border: 0
}

select {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    width: 100%;
    padding: 13px;
    border: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NH08L3N0eWxlPjwvZGVmcz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQuOTV2MTBIMHoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xLjQxIDQuNjdsMS4wNy0xLjQ5IDEuMDYgMS40OUgxLjQxek0zLjU0IDUuMzNMMi40OCA2LjgyIDEuNDEgNS4zM2gyLjEzeiIvPjwvc3ZnPg==) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

select:focus {
    outline: none
}

.certificate-generator-form label {
    color: #000
}

.certificate-generator-form label.checkbox-text {
    text-transform: inherit
}

.note-container {
    background: #fff;
    margin-bottom: 40px
}

.note-container p {
    margin: 0;
    text-transform: inherit
}

.note-container textarea {
    width: 100%;
    max-width: 100%;
    height: 100px;
    border: 1px solid #333;
    margin-top: 20px;
    box-sizing: border-box
}

@media (min-width:768px) {
    .note-container form {
        margin: 40px 80px
    }
}

button {
    background: #029c85;
    padding: 9px 26px;
    border: 0;
    border-radius: 20px;
    margin: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease
}

button:hover {
    background: #027262
}

button.remove {
    background: #cc482e;
    white-space: nowrap
}

button.remove:hover {
    background: #a03621
}

.generate-certificate,
.respond-button {
    background: #fff;
    display: inline-block;
    padding: 7px 26px;
    border: 2px solid #045b8c;
    border-radius: 20px;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #045b8c;
    transition: all .3s ease
}

.respond-button {
    position: absolute;
    bottom: 18px;
    right: 18px;
    border-color: #cc482e;
    margin: 0;
    color: #cc482e;
    transition: all .3s ease
}

.generate-certificate:hover {
    background: #cee9f8;
    border: 2px solid #024064;
    color: #024064
}

.respond-button:hover {
    background: #f5cac1;
    border: 2px solid #a8331c;
    color: #a8331c
}

.send-email {
    margin: 20px 0
}

.send-email button {
    background: transparent;
    padding: 0;
    margin: 10px 0;
    text-transform: inherit;
    color: #cc482e;
    transition: all .3s ease
}

@media (min-width:500px) {
    .send-email button {
        margin: 10px 50px 10px 0
    }
}

.send-email button:before {
    display: inline-block;
    content: "";
    background: url("data:image/png;base64,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");
    background-size: contain;
    margin-right: 5px;
    vertical-align: bottom;
    width: 20px;
    height: 20px
}

.send-email button:hover {
    color: #a8331c
}

.certificate-generator-plus {
    padding: 10px 0 20px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .certificate-generator-plus {
        display: table;
        width: 100%;
        padding-bottom: 0
    }
}

.certificate-generator-plus h2 {
    width: 100%
}

@media (min-width:768px) {
    .certificate-generator-plus h2 {
        display: none
    }
}

.certificate-generator-plus .course-title {
    background: #045b8c;
    width: 100%;
    padding: 7px;
    border-bottom: 1px solid #ccc;
    color: #fff
}

@media (min-width:768px) {
    .certificate-generator-plus .course-title {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        display: table-caption;
        margin: 20px 0 -11px;
        padding: 9px;
        box-sizing: border-box;
        font-size: 18px;
        font-weight: 800
    }
}

.certificate-generator-plus .course-header {
    display: flex;
    width: 50%;
    flex-direction: column;
    background: #045b8c;
    color: #fff
}

@media (min-width:768px) {
    .certificate-generator-plus .course-header {
        width: 100%;
        display: table-row;
        font-size: 18px;
        font-weight: 800
    }
}

.certificate-generator-plus .course-header>div {
    padding: 7px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

@media (min-width:768px) {
    .certificate-generator-plus .course-header>div {
        display: table-cell;
        padding: 9px;
        border-bottom: 0;
        border-top: 1px solid #ccc;
        text-align: center
    }
}

.certificate-generator-plus .course-header>div:first-of-type {
    display: none
}

@media (min-width:768px) {
    .certificate-generator-plus .course-header>div:first-of-type {
        text-align: left;
        display: table-cell
    }
}

.certificate-generator-plus .student-generate {
    padding: 10px 0 20px;
    display: flex;
    flex-wrap: wrap
}

.certificate-generator-plus .student-generate .course-header>div {
    padding: 15px
}

@media (min-width:768px) {
    .certificate-generator-plus .student-generate .course-header>div {
        padding: 9px
    }
}

@media (min-width:768px) {
    .certificate-generator-plus .student-generate {
        display: block
    }
}

.certificate-generator-plus .course-info {
    display: flex;
    width: 50%;
    flex-direction: column;
    background: #fff
}

@media (min-width:768px) {
    .certificate-generator-plus .course-info {
        display: table-row;
        width: 100%;
        font-size: 18px
    }
}

.certificate-generator-plus .course-info>div {
    padding: 7px;
    border-bottom: 1px solid #ccc
}

@media (min-width:768px) {
    .certificate-generator-plus .course-info>div {
        display: table-cell;
        padding: 9px;
        border-right: 1px solid #ccc;
        text-align: center
    }
}

.certificate-generator-plus .course-info>div:first-of-type {
    display: none
}

@media (min-width:768px) {
    .certificate-generator-plus .course-info>div:first-of-type {
        text-align: left;
        display: table-cell;
        background: #fff;
        color: #000;
        font-weight: 400
    }
}

.certificate-generator-plus .course-info input {
    margin: 0;
    max-width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
    width: 100%
}

@media (min-width:768px) {
    .certificate-generator-plus .course-info input {
        padding: 3px
    }
}

.certificate-generator-plus .course-info button {
    margin: 0
}

.review {
    background: #fff;
    padding-bottom: 14px;
    margin: 20px 0;
    overflow-x: scroll
}

.review table {
    width: 100%
}

.review thead {
    font-size: 12px;
    font-weight: 800
}

.review tbody {
    font-size: 14px;
    font-weight: 300
}

.review .dq {
    font-size: 14px;
    font-weight: 400
}

.review td {
    padding: 6px 11px 0 14px;
    text-align: center
}