body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-image: url('./images/g4wd03.gif');
}

p {
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
}

form {
    margin: 0;
    padding: 0;
}

a {
    color: blue;
}

a:visited {
    color: #800080;
}

a.button, a.button:visited {
    text-decoration: none;
    font-size: 1.1em;
    color: #fff;
    background-color: rgb(255, 28, 30);
    width: 5em;
    text-align: center;
    padding: .6em;
    display: inline-block;
    border-radius: 5px;
    margin: .6em;
}

li {
    line-height: 1.3em;
}

.content {
    margin: 20px 100px;
}

.header-content {
    background-color: #CC0000;
    margin: 20px 0;
    height: 104px;
    font-family: "Times New Roman", serif;
    padding: 10px;
    overflow: auto;
}

.header-content h1 {
    font-size: 2.2rem;
    color: white;
}

.header-content h2 {
    font-size: 1.8rem;
    color: white;
}

.header-content img.primary-logo {
    width: 117px;
    height: 104px;
    float: right;
}

.nav-content {
    margin: 5px auto 5px auto;
    display: flex;
}

.nav-content a.nav-item {
    width: 141px;
    background-color: rgb(160, 159, 137);
    color: white;
    font-weight: bold;
    border: 1px solid rgb(104, 104, 81);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    text-decoration: none;
    padding: 3px;
    flex: 1;
    text-align: center;
}

.nav-content a.nav-item:hover {
    background-color: rgb(150, 49, 51);
    border-color: rgb(71, 24, 25);
}

.nav-content a.nav-item.active {
    background-color: rgb(231, 183, 69);
    border-color: rgb(169, 120, 36);
}

.body-wrapper {
    outline: 5px solid black;
    border: 5px solid rgb(94, 160, 53);
    margin-top: 20px;
}

.body-content {
    border: 5px solid rgb(255, 28, 30);
    margin: auto;
    padding: 20px;
    background-color: white;
}

.hovernote {
    cursor: pointer;
    margin-left: 3px;
    font-size: 1.2em;
}

.footnote {
    font-style: italic;
    margin-left: 60px;
}

.carousel {
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel .slideCaption {
    margin: 0;
    padding: 10px;
}

.slick-slide {
    height: auto;
}

.slick-prev,
.slick-next {
    z-index: 10;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before,
.slick-next:before {
    color: rgb(255, 28, 30);
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: rgb(255, 28, 30)
}


.inducteeVideo {
    text-align: center;
}

.inducteeLists {
    display: flex;
    margin: 30px;
}

.inducteeLists .column {
    flex: 1;
    margin-right: 2em;
}

.inducteeLists ul li {
    display: flex;
}

.inducteeLists .sidenote {
    flex: 1;
    text-align: right;
    margin-right: 4em;
    font-style: italic;
}

ul.tocList {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
    text-align: center;
}

ul.tocList li {
    display: inline-block;
    margin: 5px;
    color: blue;
    cursor: pointer;
}

.inset {
    border: 5px double rgb(20, 151, 23);
    padding: 10px;
    margin: 10px;
}

.inset h3 {
    margin-top: -1.5em;
    background-color: white;
    border: 3px solid black;
    display: inline-block;
    padding: .2em 1em;
    font-size: 1.3em;
}

@media only screen and (max-width: 1280px) {
    .content {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .header-content h1 {
        font-size: 1.8em;
    }

    .header-content h2 {
        font-size: 1.4em;
    }

    .content {
        margin-left: 10px;
        margin-right: 10px;
    }
}