*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    /*
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
*/
}

body {
    box-sizing: border-box;
    font-family: PTSerif, Georgia, serif;
    line-height: 1.6;
    margin: 0;
    color: #272727;
    background: #f5f5f5;
}

::selection {
    background-color: #001158;
    color: #fff
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    font: 1.7rem/1.45 Georgia;
    color: #5C677D;
    letter-spacing: -.003em
}

td {
    border: 1px dotted #ccc;
    padding: 1rem
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@font-face {
    font-family: 'PTSerif';
    src: url("/fonts/PTSerif-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PTSerif';
    src: url("/fonts/PTSerif-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PTSerif';
    src: url("/fonts/PTSerif-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'PTSerif';
    src: url("/fonts/PTSerif-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Vestula';
    src: url("/fonts/VestulaPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Vestula';
    src: url("/fonts/VestulaPro-Semibold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Logo';
    src: url("/fonts/vestula-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Custom';
    src: url("/fonts/custom.woff") format("woff");
    font-weight: 400
}

.header__box {
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

.header__wrapper {
    position: relative;
}

.wrapper__full {
    max-width: 118rem;
    margin: 0 auto;
    display: block;
}

.wrapper__full--top {
    margin-top: 9rem;
}

.header__logo {
    margin: 0;
    padding: 3.6rem 0 0;
    text-align: center;
}

.header__logo span {
    color: #b27f2b;
}

.header__logolink {
    font: 3.2rem/1.1 Logo;
    text-decoration: none;
    color: #333;
}

.header__ullogo {
    width: 13rem;
    position: absolute;
    top: 2.6rem;
}

.header__logolink {
    font: 3.2rem/1.1 Logo;
    text-decoration: none;
    color: #333;
}

.navigation {
    padding-bottom: .4rem;
    text-align: center;
}

.navigation__checkbox {
    display: none;
}

.navigation__toggle {
    display: none;
}

.navigation__list {
    font: 1.5rem/1 Vestula;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.navigation__item {
    display: inline;
}

.navigation__link {
    color: #9d9a9e;
    text-decoration: none;
    padding: 1.6rem 1.8rem;
}

.navigation__search {
    display: inline;
}

.navigation__searchform {
    display: inline;
    border: 0;
    margin: 0;
    padding: 0;
}

.navigation__searchform legend {
    display: none;
}

.navigation__searchform input {
    border: none;
    background-color: transparent;
    background-image: url(../images/search.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 3rem 1.3rem;
    cursor: pointer;
    font: 1.5rem/1.5 Vestula;
    margin-top: .6rem;
    height: 3rem;
    width: 3rem;
    transition: width .4s ease-in-out;
    padding: .5rem 1rem;
}

.navigation__searchform input:focus {
    background-color: #f5f5f5;
    outline: 0;
    width: 300px;
}

.lesson-title {
    color: #000;
    font-size: 3.8rem;
    line-height: 1.36;
    font-style: italic;
    padding: 6.4rem 0;
    font-weight: normal;
    display: table;
    text-align: center;
    margin: auto;
}

.lesson-title span {
    color: #666;
    font-family: Vestula, sans-serif;
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-style: normal;
    border-top: 1px dotted #ccc;
    margin-top: 8px;
    padding-top: 12px;
}

.lesson-title a {
    color: #959a9e;
    text-decoration: none;
}

.lesson-title a:hover {
    text-decoration: underline;
}

.intro,
.about-content {
    font-size: 1.8rem;
    width: 60%;
    margin: auto;
    color: #505961;
}

.intro p,
.about-content p {
    margin-bottom: 1.7rem;
}

.intro ul,
.about-content ul,
.inner-content ul,
.inner-content ol {
    padding: 0 0 2rem 4rem;
}

.inner-content {
    background: #fff;
    width: 70%;
    margin: auto;
    padding: 4rem 6rem;
    font-size: 1.8rem;
    box-shadow: 1px 1px 20px 1px rgb(0 0 0 / 7%);
}

.inner-content h2 {
    margin: 0 0 2rem;
    color: #b27f2b;
    font-size: 22px;
}

.inner-content h3 {
    color: #001158;
    font: 2rem/1.2 Vestula, sans-serif;
    font-weight: bold;
    margin: 2.4rem 0 .5rem;
    clear: both;
}

.inner-content p {
    margin-bottom: 1.7rem;
}

.inner-content a,
.about-content a,
.intro a {
    color: #b27f2b;
    text-decoration: none;
}

.inner-content a:hover,
.about-content a:hover {
    text-decoration: underline;
}

.embed {
    background: #ccc;
    margin: 4rem;
    min-height: 66rem;
}

.questions,
.assignments {
    list-style: none;
    counter-reset: my-counter;
    padding: 0 !important;
}

.questions li,
.assignments li {
    counter-increment: my-counter;
}

.questions li:before,
.assignments li:before {
    content: counter(my-counter) " ";
    font-size: 14px;
    float: left;
    line-height: 1.3;
    color: #fff;
    margin-top: 1.5rem;
    background: #001158;
    border-radius: 50%;
    padding: 0px 6px;
    opacity: .6;
}

.inner-content .questionanswer,
.assignments p {
    display: block;
    padding: 1rem 2rem 1rem 3rem;
    margin-bottom: 2rem;
    user-select: none;
    position: relative;
    cursor: pointer;
    color: #272727;
}

.lessons__heading,
.assigments__heading {
    border-top: 1px dotted #ccc;
    padding-top: 3rem;
}

.inner-content a.questionanswer:hover {
    text-decoration: none;
}

.questionbox {
    width: 90%;
}

.questionanswer:after {
    content: "\002B";
    background: #ccc;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 12px;
    right: 20px;
}

.questionanswer.active:after {
    content: "\2212";
}

.questionbox {
    width: 90%;
}

.questionbox p {
    margin: 0;
}

.answerbox {
    background: #f7f7f7;
    padding: 0.3rem 3rem;
    margin: 2rem 0rem;
}

.answerbox ul {
    margin: 2rem 1rem;
    list-style: none;
}

.answerbox li {
    counter-increment: none;
}

.answerbox li:before {
    background: none;
    content: "•";
    color: #001158;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-top: 0;
    float: none;
    font-size: 24px;
}

.multiplechoice {
    margin-bottom: 2rem;
    display: block;
    padding: 1rem 2rem 1rem 3rem;
}

.multiplechoice legend {
    display: none;
}

.multiplechoice fieldset {
    border: none;
}

.multiplechoice p {
    margin: 0;
}

.multiplechoice .answers {
    margin-top: 1rem;
}

.container {
    display: block;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container .checkmark {
    position: absolute;
    top: 9px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input.t:checked ~ .checkmark,
.container input.f:checked ~ .checkmark {
    background-color: #fff;
    border: none;
    top: 0;
}

.container input.f:checked ~ .checkmark:before {
    content: "\e815";
    font-family: Custom;
    color: #ca2d2d;
}

.container input.t:checked ~ .checkmark:before {
    content: "\e814";
    font-family: Custom;
    color: #319631;
}

.header__container {
    text-align: center;
}

.pageheader--big {
    margin-bottom: 6rem;
    color: #505961;
    font: bold 3.9em/1.25 Vestula, sans-serif;
}

.wrapper__medium {
    max-width: 88rem;
    margin: 0 auto;
    display: block;
    overflow: auto;
}

.wrapper__medium--top {
    margin-top: 6rem;
}

.wrapper__small {
    max-width: 57rem;
    margin: 0 auto;
    display: block;
    overflow: auto;
}

.wrapper__small--top {
    margin-top: 6rem;
}

.courses-theme {
    clear: both;
    margin-bottom: 2rem;
    overflow: auto;
}

.courses-theme h2 {
    font-size: 18px;
    font-style: italic;
    color: #505861;
    font-weight: normal;
}

.courselist {
    list-style: none;
}

.courselist li {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-bottom: 40px;
}

.courselist li:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.courselist--home li {
    float: none;
    width: 100%;
    clear: left;
    margin-left: 0;
    overflow: auto;
    margin-bottom: 0px;
}

.courselist a {
    text-decoration: none;
}

.course-info {
    display: table;
}

.courselist h3 {
    margin-top: 8px;
    font-size: 19px;
    color: #505861;
    font-weight: normal;
    line-height: 1.3;
}

.courselist p {
    font-size: 1.5rem;
    color: #999;
    line-height: 1.35;
}

.courselist p span {
    color: #68727d;
    font-style: italic;
    margin-right: 6px;
    display: block;
}

.courselist img {
    float: left;
    margin: 12px 16px 20px 0;
    box-shadow: 3px 3px 11px 1px rgb(0 0 0 / 30%);
    transition: transform .2s;
}

.courselist a:hover img {
    transform: scale(1.05);
}

.courselist a:hover h3 {
    color: #b27f2b;
}

.content-block h3 {
    color: #001158;
    font: 1.8rem/1.2 Vestula, sans-serif;
    font-weight: bold;
    margin: 2.4rem 0 .5rem;
}

.content-block h5 {
    font: bold 1.2rem/1 Vestula;
    color: #7f88ab;
    margin: 1rem 0;
}

.content-block p,
.content-block ul,
.content-block ol {
    font: 1.7rem/1.45 Georgia;
    color: #5C677D;
    margin-bottom: 1.7rem;
    letter-spacing: -.003em;
}

.content-block ul,
.content-block ol {
    padding-left: 1em;
}

.content-block table,
.content-block table p {
    font-size: 12px;
    font-family: Vestula;
}

.content-block a {
    text-decoration: none;
    color: #b27f2b;
}

.content-block a:hover {
    text-decoration: underline;
}

.content-block .caption {
    color: #999;
    font: 14px/1.4 Vestula;
    display: block;
    margin: 1rem 0;
}

.image-right {
    float: right;
    margin: .2em -10px .2em 2em;
    display: table;
    position: relative;
    /*
@include respond(mobile-l) {
 float: none;
 margin: auto;
}
*/
}

.image-full {
    display: table;
    margin: 1em auto;
    position: relative;
}

.image-right .copyright,
.image-full .copyright {
    bottom: 7px
}

figcaption {
    caption-side: bottom;
    color: #999;
    display: table-caption;
    font: 14px/1.4em Vestula, sans-serif;
    padding-top: 5px;
    /*
@include respond(mobile-l) {
 text-align: center;
}
*/
}

.caption {
    color: #999;
    font: 14px/1.4em Vestula, sans-serif;
    padding-top: 5px;
}

.videocaption {
    color: #999;
    font: 14px/1.4em Vestula, sans-serif;
    padding-top: 5px;
}

.quote-left {
    width: 240px;
    font: 21px/1.3em Vestula, sans-serif;
    margin: 30px 30px 30px 0;
    padding: 0 20px 0 0;
    float: left;
}

.quote-right {
    width: 240px;
    font: 21px/1.3em Vestula, sans-serif;
    margin: 30px 0 30px 30px;
    padding: 0 0 0 20px;
    float: right;
}

.quote-center {
    font: 21px/1.3em Vestula, sans-serif;
    margin: 30px 0 30px 30px;
    padding: 0 0 0 20px;
}

.embed-media {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-media iframe,
.embed_media object,
.embed_media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 6%;
    border: 12px solid #fff;
    box-shadow: 0rem 0rem 4rem 4px rgba(0, 0, 0, 0.8);
    position: relative;
}

.lightbox:target {
    outline: none;
    display: block;
}

.enlarge:hover:after {
    background: rgba(0, 0, 0, 0.6);
}

.enlarge:after {
    content: "\e813";
    font-family: Custom;
    padding: .5rem;
    font-size: 1.7rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    /*
@include respond(mobile-l) {
 display: none;
}
*/
}

.glossary-list {
    list-style: none;
}

.glossary-list li {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #505861;
}

.glossary-list li span {
    display: block;
    font-weight: normal;
    color: #999;
}

.hero {
    height: 440px;
    background: rgb(178 127 43 / 10%);
    position: relative;
}

.hero img {
    max-width: 640px;
    -webkit-filter: drop-shadow(15px 15px 15px rgb(0 0 0 / 0.3));
    filter: drop-shadow(15px 15px 15px rgb(0 0 0 / 0.3));
    transform: rotate(1deg);
    float: left;
    margin-left: 145px;
    margin-top: 30px;
}

.hero h1 {
    padding-top: 12rem;
    color: #44351c;
    width: 390px;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.3;
    font-style: italic;
    float: left;
}

.hero h1 span {
    display: block;
    font-size: 20px;
    font-style: initial;
    opacity: .7;
    margin-top: 20px;
}

.home-text {
    float: left;
    width: 46%;
    font-size: 1.8rem;
}

.home-text p {
    margin: 1rem 0;
}

.home-text p:first-of-type:first-letter {
    line-height: 1;
    font-size: 56px;
    float: left;
    margin-bottom: -6px;
    padding: 0 12px 0 0;
    color: #b27f2b;
}

.home-lessons {
    float: left;
    width: 42%;
    margin-left: 6%;
}

.home-lessons h2 {
    font-weight: normal;
    font-size: 26px;
    margin: 0 0 10px;
    color: #b27f2b;
}

.tooltip {
    display: inline;
    position: relative;
    border-bottom: 1px dashed #b27f2b;
}

.inner-content a.tooltip:hover {
    text-decoration: none;
}

.tooltip:hover:before {
    border: solid;
    border-color: #192943 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 3;
}

.tooltip:hover:after {
    background: #192943;
    bottom: 26px;
    color: #fff;
    content: attr(data-tooltip);
    left: 20%;
    padding: 14px 18px;
    position: absolute;
    z-index: 3;
    width: 360px;
    font: normal 14px/1.4 Vestula;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.more {
    text-decoration: none;
    font: normal 1.6rem/1 Vestula;
    color: #b27f2b;
    float: right;
}

.more:hover {
    text-decoration: underline;
}

.footer {
    clear: both;
    overflow: auto;
    margin-top: 4rem;
    padding: 4rem 0;
    font: 1.5rem/1.8 Vestula, sans-serif;
    background: #e3e3e3 url(/images/world-map.png) 50% 3rem no-repeat;
}

.footer__section {
    float: left;
    width: 33%;
}

.footer__header {
    font: 700 1.8rem/1.15 Vestula, sans-serif;
    color: #666;
    margin-bottom: 1rem;
}

.footer__list {
    list-style: none;
}

.footer__link {
    text-decoration: none;
    color: #666;
}

.footer__link:hover {
    color: #b27f2b;
}

.edit__link {
    color: #333;
    text-decoration: none;
    float: right;
    font: normal 1.4rem/1 Vestula;
    margin-top: 2rem;
}

.edit__link--article:before {
    content: "\e801";
    font-family: Custom;
    font-size: 14px;
    padding-right: 10px;
}

.edit__link:hover {
    color: #b27f2b;
}

.meta-row {
    padding: 0;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 3rem;
}

.meta-title {
    font: 12px/1.3 Vestula;
    margin-bottom: 3rem;
}

.meta-col {
    width: 26%;
    float: left;
    margin-right: 11%;
    font: 14px/1.2 vestula;
}

.meta-col strong {
    color: #000;
}

.meta-col:last-child {
    margin-right: 0;
}

.inner-content .tags {
    font: 1.2rem/1.5 Vestula, sans-serif;
    list-style: none;
    margin: 4rem 0;
    overflow: auto;
    padding: 0;
    text-transform: uppercase;
}

.inner-content .tags__link {
    background-color: #7f7e6a;
    border-radius: .3rem;
    color: #fff;
    float: left;
    margin: 0 .8rem .8rem 0;
    padding: .5rem 1rem .4rem;
    text-decoration: none;
}

.inner-content .tags__link:hover {
    text-decoration: none;
    background-color: #47463c;
}

.transcript {
    font-size: 22px;
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 210px;
    padding: 20px;
    margin: 10px 0;
}

.transcript__submit {
    background: #001158;
    color: #fff;
    border: none;
    padding: 7px 20px 6px;
    border-radius: 3px;
    font: 14px/1 Vestula;
    cursor: pointer;
}

.transcript__submit:hover {
    background: #7f88ab;
}

#transcheck {
    display: block;
    margin: 20px 0;
    padding: 20px;
}

@media only screen and (max-width: 1180px) {
    .wrapper__full {
        max-width: 90%;
    }
    .hero img {
        max-width: 49%;
        margin-left: 40px;
    }
    .inner-content {
        width: 91%;
    }
}

@media only screen and (max-width: 940px) {
    .hero img {
        max-width: 39%;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .hero h1 {
        padding-top: 60px;
        width: 260px;
        font-size: 32px;
    }
    .hero {
        height: 380px;
    }
    .home-text {
        float: none;
        width: 100%;
    }
    .home-lessons {
        float: none;
        width: 100%;
        margin-left: 0
    }
    .wrapper__full--top {
        margin-top: 6rem;
    }
    .wrapper__medium {
        max-width: 90%;
    }
    .courselist li {
        clear: left;
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .intro {
        width: 100%;
    }
    .embed {
        margin: 4rem 0;
    }
    .inner-content {
        width: 100%;
    }
}

@media only screen and (max-width: 680px) {
    .hero img {
        max-width: 40%;
        margin-left: 40px;
    }
}

@media only screen and (max-width: 550px) {
    .navigation__toggle {
        display: block;
        position: absolute;
        top: 2.4rem;
        right: 1.4rem;
        font-size: 3rem;
    }
    .navigation__toggle:hover {
        color: #b27f2b;
    }
    .navigation__checkbox:checked ~ .navigation__list {
        display: block;
    }
    .navigation__item {
        display: block;
        margin-right: 0;
        border-top: 1px dotted #ccc;
    }
    .navigation__item:not(:last-child) {
        margin-right: 0;
    }
    .navigation__link {
        display: block;
        padding: 1.5rem;
    }
    .header__ullogo {
        display: none;
    }
    .header__logolink span {
        display: block;
    }
    .header__logo {
        padding: 2.4rem 0 .4rem;
        text-align: left;
    }
    .navigation__list {
        display: none;
        margin-top: 2rem;
    }
    .header__box {
        padding-bottom: 1.5rem;
    }
    .header__logolink {
        font-size: 2.8rem;
    }
    .wrapper__full {
        max-width: 80%;
    }
    .hero {
        height: 380px;
        width: 100%;
    }
    .hero h1 {
        width: 80%;
        font-size: 3.6rem;
    }
    .hero img {
        display: none;
    }
    .inner-content {
        width: 125%;
        margin: 0 -13%;
        padding: 4rem 4rem;
    }
    .image-right {
        float: none;
        margin: 0;
    }
    .wrapper__small {
        width: 90%;
    }
    .courselist img {
        width: 100%;
    }
    .footer__section {
        width: 100%;
    }
    .glossary-list {
        padding: 0 2rem;
    }
}