html, body, div, span, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, main, nav, ins {
    padding: 0;
    border: 0;
    outline: 0;
    line-height: inherit;
    vertical-align: baseline;
    font-family: inherit;
    min-width: 0;
}

html, body {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

ul {
    margin-left: 3px;
}

.banner {
    background-color: #023647;
    cursor: pointer;
    max-width: 776px;
    margin: 20px auto;
    padding: 0;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    justify-content: space-between
}

.bannerText {
    flex-grow: 1;
    padding: 14px 10px 10px 20px;
    color: white;
    font-family: 'Brandon Grotesque Medium', sans-serif;
    font-size: 1em;
}

a:link {
    color: #326935;
    text-decoration: none;
}

a:visited {
    color: #326935;
    text-decoration: none;
}

a:hover {
    color: #459148;
    text-decoration: underline;
}

a:active {
    color: #459148;
    text-decoration: underline;
}

.noLine {
    text-decoration: none !important;
}

.noLine:hover {
    text-decoration: none !important;
}

body {
    background-color: #E8E8DD;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
}

h2 {
    font-family: 'Brandon Grotesque Bold', sans-serif;
    font-size: 1.60em;
    color: #42423e;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 0.90em;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 1.45em;
        line-height: 1em;
    }

    .bannerText {
        flex-grow: 1;
        padding: 16px 4px 16px 12px;
        color: white;
        font-family: 'Brandon Grotesque Medium', sans-serif;
        font-size: 0.9em;
    }

    .extraBr {
        display: none;
    }
}


label {
    display: none;
}

h3 {
    font-family: 'Brandon Grotesque Bold', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    line-height: 0.90em;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    h3 {
        font-size: 22px;
    }
}


form {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 42px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    z-index: 100;
    font-family: 'Zine Sans Regular', sans-serif;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.topnav .icon {
    display: none;
}

.topnav .searchIcon {
    display: none;
}

.topSelectionC {
    width: 100%;
}

.topSelection {
    display: flex;
    max-width: 480px;
    border-radius: 7px;
    margin: 26px auto 4px;
}

.topSelItem {
    background-color: white;
    border: #ccccbf 1px solid;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex: 1 1 100%;
    font-family: 'Zine Sans Regular', sans-serif;
    font-size: 14px;
    padding: 8px 5px;
    transition: 100ms ease-in-out;
    margin-left: -1px;
    cursor: pointer;
}

.selItemSelected {
    background-color: #208023;
    color: white;
    transform: scale(1.03);
}

.topSelItem:first-of-type {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.topSelItem:last-of-type {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.topSelItem:hover {
    transform: scale(1.03);
}

.listExplanation {
    text-align: center;
    font-family: 'Zine Sans Regular', sans-serif;
    font-size: 14px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-top: 15px;
    margin-right: auto;
}

.listLink {
    text-align: center;
    font-family: 'Zine Sans Regular', sans-serif;
    font-size: 20px;
    max-width: 480px;
    width: 100%;
    margin: 30px auto 30px;
}

@media screen and (max-width: 500px) {
    .topSelection {
        margin-top: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.search {
    height: 26px;
    border: solid 1px #ddd;
    font-family: 'Zine Sans Regular', sans-serif;
    color: #42423e;
    border-radius: 5px;
    font-size: 16px;
    margin-top: -3px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em;
    margin-left: 16px;
    padding-left: 4px;
    margin-right: 8px;
    /*float: right;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search2 {
    height: 26px;
    border: solid 1px #ddd;
    font-family: 'Zine Sans Regular', sans-serif;
    color: #42423e;
    border-radius: 5px;
    font-size: 16px;
    margin-top: -3px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em;
    /*margin-left: 16px;*/
    padding-left: 4px;
    margin-right: 8px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 700px) {
    .topnav .link {
        display: none !important;
    }

    .topnav .search {
        position: absolute;
        right: 10px;
        width: 110px;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 25px;
        margin-top: -2px;
    }

    .topnav a.icon {
        position: absolute;
        left: 15px;
        top: 11px;
        display: block;
    }

    .topnav #searchBox1 {
        display: none;
    }

    .topnav .searchIcon {
        position: absolute;
        right: 15px;
        top: 11px;
        display: block;
    }
}

@media screen and (max-width: 700px) {

    .topnav.responsive a.link {
        width: 100%;
        margin: 0 0 0 0;
        float: left;
        padding: 8px;
        display: block !important;
        text-align: left !important;
    }

    #linkBox {
        float: left !important;
    }

    /*.topnav.responsive .search {*/
    /*    position: absolute;*/
    /*    right: 20px;*/
    /*}*/
    .topnav.responsive a.link {
        margin-left: -16px; /* what? */
    }

    .topnav.responsive #homeLink {
        margin-top: 30px;
        /*margin-left: -16px; !* what? *!*/
    }


    .topnav.responsive a.link:last-child {
        margin-bottom: 16px;
    }
}

#topic {
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    height: 156px;
    text-align: center;
    margin-top: 40px;
    padding-top: 1px;
    color: #42423e;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
}

.topicHeadH {
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    height: 106px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
    color: #42423e;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    font-family: 'Brandon Grotesque Bold', sans-serif;
    font-weight: normal;
    font-size: 72px;
    line-height: 1.3em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .topicHeadH {
        height: 78px;
    }

    .topicHeadH {
        font-size: 50px;
    }
}

@media screen and (max-width: 370px) {
    .topicHeadH {
        height: 66px;
    }

    .topicHeadH {
        font-size: 40px;
    }
}

#headerSection {
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    /*height: 156px;*/
    text-align: center;
    margin-top: 40px;
    padding-top: 1px;
    transition: 0.20s;
    color: #42423e;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
    z-index: 50;
}

#topic_L {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
}

#h1S {
    font-family: 'Brandon Grotesque Medium', sans-serif;
    font-weight: normal;
    font-size: 36px;
    margin: auto;
    line-height: 0.90em;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
}

#h1L {
    font-family: 'Brandon Grotesque Bold', sans-serif;
    font-weight: normal;
    font-size: 72px;
    line-height: 1.3em;
    white-space: nowrap;
    text-transform: uppercase;
    display: block;
}

.from {
    font-weight: 100;
    font-family: 'Brandon Grotesque Medium', sans-serif;
    font-size: 36px;
    vertical-align: bottom;
}

.section {
    font-family: 'Brandon Grotesque Bold', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.24em;
    display: block;
    max-width: 800px;
}

@media screen and (max-width: 600px) {
    .section {
        font-size: 1.04em;
    }
}


#measure {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    font-family: 'Brandon Grotesque Bold', sans-serif;
    font-weight: normal;
    font-size: 72px;
    line-height: 1.3em;
    white-space: nowrap;
    text-transform: uppercase;
}

.boxSection {
    flex: 1 1 100%;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.box {
    background-color: #ffffff;
    color: #42423e;
    max-width: 780px;
    margin-top: 30px;
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.boxSectionLists {
    flex: 1 1 100%;
    width: 97%;
    margin-bottom: 40px;
    margin-top: 0;
}


.listBox {
    background-color: #ffffff;
    color: #42423e;
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    display: flex;
    max-width: 700px;
    align-items: stretch;
    justify-items: stretch;
    cursor: pointer;
    max-height: 136px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.listBoxSmall {
    background-color: #ffffff;
    color: #42423e;
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    display: flex;
    max-width: 540px;
    cursor: pointer;
    max-height: 136px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.listBox:hover {
    transform: scale(1.012);
    transform-origin: center;
    transition: 120ms ease-in-out;
}

.listBoxSmall:hover {
    transform: scale(1.012);
    transform-origin: center;
    transition: 120ms ease-in-out;
}

.listImage {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}


.listImageSmall {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.bwtHead {
    padding-left: 16px;
    margin-top: 7px;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    font-family: 'Brandon Grotesque Medium', sans-serif;
}

.listBoxFrom {
    margin: 0 4px;
    padding: 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 10px;
    font-family: 'Brandon Grotesque Medium', sans-serif;
}

.bwtHeadSmall {
    padding-left: 16px;
    margin-top: 7px;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    font-family: 'Brandon Grotesque Medium', sans-serif;
}

.listTopicHead {
    padding-left: 15px;
    margin-right: 15px;
    margin-top: 2px;
    text-align: left;
    font-size: 24px;
    white-space: nowrap;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
    max-height: 44px;
}

.listTopicHead a {
    color: #42423e;
}

.listBody {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    min-height: 50px;
    max-height: 50px;
    margin-left: 0;
    line-height: 19px;
    margin-top: 0;
    color: #42423e;
    font-size: 13px;
}

.listBodyAHead {
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    font-family: 'Zine Sans Regular', sans-serif;
}

.listBodyAText {
    font-family: 'Georgia', 'Times New Roman', 'Times', serif;
    overflow: hidden;
    height: 40px;
    margin-top: 0;
    line-height: 1.35em;
}

.listBodyATextShort {
    font-family: 'Georgia', 'Times New Roman', 'Times', serif;
    overflow: hidden;
    height: 40px;
    margin-top: 2px;
    line-height: 1.35em;
    display: none;
}

.listBodyNoAText {
    font-family: 'Georgia', 'Times New Roman', 'Times', serif;
}

.listArrow {
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 20px;
    font-size: 30px;
    min-width: 30px;
}

.listArrowSmall {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 12px;
    font-size: 30px;
    min-width: 30px;
}

.listAnswerAuthor {
    overflow: hidden;
    height: 14px;
    text-align: left;
    padding-left: 16px;
    margin-right: 8px;
    padding-top: 6px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 100;
    font-family: 'Zine Sans Regular', sans-serif;
}

.listAnswerMeta {
    overflow: hidden;
    text-align: right;
    margin-right: 4px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 100;
    font-family: 'Zine Sans Regular', sans-serif;
}


@media screen and (max-width: 600px) {

    .bwtHead {
        font-size: 13px;
        padding-left: 11px;
    }

    .listBoxFrom {
        font-size: 13px;
    }

    .bwtHeadSmall {
        padding-top: 4px;
        font-size: 13px;
        padding-left: 11px;
    }

    .listBodyAText {
        display: none;
    }

    .listBodyATextShort {
        display: block;
    }

    .listTopicHead {
        font-size: 20px;
        margin-top: 1px;
        padding-left: 10px;
        padding-right: 12px;
    }

    .listAnswerAuthor {
        padding-left: 11px;
        padding-right: 10px;
        font-size: 11px;
        font-weight: 100;
    }

    .listBody {
        padding-left: 11px;
        min-height: 56px;
        max-height: 56px;
    }

    .listArrow {
        padding-top: 51px;
        padding-left: 13px;
        padding-right: 12px;
        font-size: 26px;
        min-width: 26px;
    }

    .listArrowSmall {
        padding-top: 18px;
        padding-left: 6px;
        padding-right: 12px;
        font-size: 26px;
        min-width: 26px;
    }
}

@media screen and (max-width: 500px) {
    .listImage {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }

    .listBody {
        display: none;
    }

    .listArrow {
        display: none;
        padding-top: 18px;
    }

    .listAnswerAuthor {
        padding-top: 9px;
        font-size: 13px;
    }

    .bwtHead {
        padding-top: 0;
        margin-top: 7px;
        font-size: 14px;
    }

    .listTopicHead {
        font-size: 19px;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 1px;
        padding-top: 0;
    }

    .listBox {
        margin-top: 12px;
    }

    .colon {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .box {
        margin-top: 20px;
        border-radius: 14px;
    }
}

.questionHead {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.0em 1.5em 0.2em 1.5em;
    overflow: hidden;
    display: block;
    background: #fafaf8;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.reasonFooter {
    margin-left: auto;
    margin-right: auto;
    padding: 1.0em 1.5em 1.0em 1.5em;
    overflow: hidden;
    display: block;
    background: #fafaf8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: darkred;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Medium', sans-serif;
    font-weight: normal;
    font-size: 13px;
}


.boxContent {
    font-family: "Georgia", Times New Roman, Times, serif;
    flex: 0 1 100%;
    padding: 10px 22px 5px 22px;
}

@media screen and (max-width: 600px) {
    .boxContent {
        padding: 10px 10px 5px 10px;
    }

    .questionHead {
        padding: 1.0em 1.5em 0.2em 0.9em;
    }
}

.aHead {
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.boxContent h2 {
    font-family: 'Zine Sans Regular', sans-serif;
    font-weight: 400;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
    line-height: 1.0em;
    text-align: left;
}

.answerTools {
    margin-top: 0;
}

.answerTools i {
    margin-left: 6px;
    font-size: 20px;
    color: #E8E8DD;
}

.boxText {
    font-weight: 200;
    font-size: 1em;
    line-height: 1.6em;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .boxText {
        font-size: 1.05em;
    }
}

.boxText a:visited {
    text-decoration: underline;
}

.boxText a:link {
    text-decoration: underline;
}

.boxText img {
    max-width: 680px;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #efefed;
}

.boxText pre {
    color: #333 !important;
    background-color: #f5f5f5 !important;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
    line-height: 1.5em;
    font-size: 0.8em;
    overflow: auto;
    max-height: 600px;
    padding: 6px 10px 10px;
    border-radius: 4px;
    border: 1px solid #efefed;
}

.boxFooter {
    font-family: 'Zine Sans Regular', sans-serif;
    margin-bottom: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .boxFooter {
        flex-wrap: wrap;
    }
}

pre::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}

pre::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(140, 140, 140, 0.3);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.number {
    font-family: 'Brandon Grotesque Bold', sans-serif;
    color: #e8e8dd;
    font-size: 72px;
    line-height: 64px;
    text-align: right;
    padding: 10px 0 5px 22px;
    min-width: 30px;
}

@media screen and (max-width: 600px) {
    .number {
        font-size: 46px;
        line-height: 44px;
        text-align: right;
        padding-left: 8px;
        padding-top: 10px;
        margin-top: 4px;
    }
}

#addAnswer {
    margin: 40px auto 10px;
    padding: 1px 20px 20px;
    text-align: center;
    font-size: 1.14em;
    font-family: 'Zine Sans Regular', sans-serif;
    box-sizing: border-box;
    color: #86867E;
    max-width: 800px;
}

#addAnswer .sectionHeader {
    color: #86867E;
}

.button {
    background-color: #228725;
    border: none;
    color: white;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    font-family: 'Brandon Grotesque Bold', sans-serif;
    display: inline-block;
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 140px;
    border-radius: 12px;
    cursor: pointer;
    transition: 50ms ease-in-out;
}

.button:focus {
    outline: none;
    background-color: #208023;
}

.button:hover {
    outline: none;
    transform: scale(1.04);
    transition: 50ms ease-in-out;
}

.smallButton {
    background-color: #228725;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: 'Brandon Grotesque Bold', sans-serif;
    display: inline-block;
    border-radius: 12px;
    cursor: pointer;
    transition: 50ms ease-in-out;
    width: 200px;
    height: 36px;
    padding: 2px;
    font-size: 13px;
    margin: 14px auto;
}

.addButton {
    background-color: #228725;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: 'Brandon Grotesque Bold', sans-serif;
    text-transform: uppercase;
    display: block;
    border-radius: 12px;
    cursor: pointer;
    transition: 50ms ease-in-out;
    width: 120px;
    height: 36px;
    padding: 2px;
    font-size: 13px;
    margin: 3px auto;
}

.catButton {
    outline: none;
    background-color: #ffffff;
    border: none;
    color: #228725;
    text-align: center;
    text-decoration: none;
    font-family: 'Brandon Grotesque Bold', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 12px;
    cursor: pointer;
    transition: 250ms ease-in-out;
    width: 160px;
    height: 36px;
    padding: 2px;
    font-size: 13px;
    margin: 4px 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.cbSelect {
    color: #ffffff;
    background-color: #228725;
    transition: 250ms ease-in-out;
}

.disabled {
    opacity: 0.3;
}

.smallButton:focus {
    outline: none;
    background-color: #208023;
}

.smallButton:hover {
    outline: none;
    transform: scale(1.04);
    transition: 50ms ease-in-out;
}

.addButton:focus {
    outline: none;
    background-color: #208023;
}

.addButton:hover {
    outline: none;
    transform: scale(1.04);
    transition: 50ms ease-in-out;
}

.catButton:hover {
    outline: none;
    transform: scale(1.04);
    transition: 50ms ease-in-out;
}


.dist-left {
    margin-left: 16px;
}

.btn-cancel {
    background-color: #ccc;
    color: #888;
}

.btn-cancel:focus {
    background-color: #bbb;
    color: #888;
}

.button_L { /* TODO remove this duplication */
    background-color: #228725;
    border: none;
    color: white;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    font-family: 'Brandon Grotesque Bold', sans-serif;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    width: 180px;
    border-radius: 12px;
    cursor: pointer;
    transition: 50ms ease-in-out;
}

.button_L:focus {
    outline: none;
    background-color: #208023;
}

.button_L:hover {
    outline: none;
    transform: scale(1.04);
    transition: 50ms ease-in-out;
}

textarea, input {
    outline: none;
    border: none;
    resize: none;
}

.topicInputDiv {
    display: flex;
    margin: 10px auto 22px;
}

.topicInputLabel {
    border-radius: 14px 0 0 14px;
    background-color: #f8f8f2;
    padding: 12px 12px;
    margin-right: 0;
    font-family: 'Zine Sans Regular', sans-serif;
    color: #c7c7be;
    font-size: 16px;
    white-space: nowrap;
    height: 20px;
}

.topicInput {
    border-radius: 0 14px 14px 0;
    padding: 12px 12px;
    background: #fff;
    font-family: 'Zine Sans Regular', sans-serif;
    font-size: 16px;
    height: 20px;
    margin-left: 0;
}


#addTopic {
    background-color: #dadace;
    width: 100%;
}

#addTopicI {
    color: #5f5f59;
    margin: 0 auto 0;
    padding: 10px 20px 30px;
    font-family: 'Zine Sans Regular', sans-serif;
}

#otherTopics {
    color: #717169;
    background-color: #ccccbf;
    width: 100%;
}

#otherTopicsI {
    color: #717169;
    margin: 0 auto 0;
    padding: 10px 20px 30px;
    font-family: 'Zine Sans Regular', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.otherTopicsList {
    color: #5e5e58;
    align-self: center;
    background-color: #dadace;
    padding: 16px;
    margin: 10px;
    border-radius: 18px;
    min-width: 300px;
    max-width: 340px;
}

ul {
    margin-top: 3px;
    margin-left: 20px;
}

li {
    padding: 2px;
}

@media screen and (max-width: 600px) {
    li {
        padding: 6px;
    }
}


.topicRow td {
    border-bottom: 1px solid #c8c8bd;
    border-top: 1px solid #c8c8bd;
    margin: 0;
    padding: 10px;
}

.topicRow:nth-child(even) {
    background-color: #E8E8DD;
}

.topicRow:nth-child(odd) {
    background-color: #F1F1EA;
}


.answerRow td {
    border-bottom: 1px solid #c8c8bd;
    border-top: 1px solid #c8c8bd;
    margin: 0;
    padding: 10px;
}


th {
    white-space: nowrap;
}


h4 {
    font-family: 'Brandon Grotesque Medium', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
}

.loading {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

#footer {
    background-color: white;
    text-align: center;
    font-size: 0.95em;
    font-family: 'Zine Sans Regular', sans-serif;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 600px) {
    #footer {
        font-size: 0.9em;
    }
}

#footer a {
    white-space: nowrap;
    display: inline-block;
    padding: .125em .3125em;
    color: rgba(110, 110, 90, 1);
}

@media screen and (max-width: 600px) {
    #footer a {
        display: block;
        padding: .3725em .3125em;
    }

    #footer a.noLine {
        display: inline-block;
        padding: .3725em .3125em;
    }
}

.topnav a {
    white-space: nowrap;
    display: inline-block;
    padding: .125em .5125em;
    color: rgba(110, 110, 90, 1);
}

.message {
    color: darkred;
    font-family: 'Brandon Grotesque Medium', sans-serif;
    display: none;
    font-weight: normal;
    font-size: 1.14em;
    margin-bottom: 20px;
    margin-top: 5px;
}

.cleanSlate {
    line-height: 1.4em;
    color: #bdbdb3;
    font-family: 'Brandon Grotesque Bold', sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 40px;
}

@media screen and (max-width: 600px) {
    .cleanSlate {
        font-size: 22px;
        margin-top: 50px;
    }
}

a:-webkit-any-link {
    cursor: pointer;
}

.pipe-divider {
    display: inline-block;
    height: 1em;
    margin: 0 0.2em 0 0.35em;
    vertical-align: text-top;
    width: 1px;
    background-color: #E8E8DD;
}

@media screen and (max-width: 600px) {
    .pipe-divider {
        display: none;
    }
}

.tagLink {
    min-width: 40px;
    height: 18px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Medium', sans-serif;
    padding-right: .9em;
    padding-top: 0.7em;
    margin: 2px 3px 0;
    padding-left: .9em;
    border-radius: 9px;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: center;
    color: #6d6d5f;
    background-color: #c8c8bd;
}

.tagNew {
    width: 30px;
    height: 22px;
    padding-top: 1px;
    vertical-align: top;
    border: solid 1px #c8c8bd;
    border-radius: 9px;
    font-size: 11px;
    margin: 3px;
    padding-left: .9em;
    padding-right: .9em;

    text-transform: uppercase;
    font-family: 'Brandon Grotesque Medium', sans-serif;
    background-color: #E8E8DD;
    color: #c8c8bd;
    text-align: center;
}


.tagNewEdit {
    color: #545449;
    width: 60px;
    /*background-color: #c8c8bd;*/
}

.tagNew::placeholder {
    color: #c8c8bd !important;
}

a.tagLink:link {
    color: #545449;
    font-weight: 100;
    text-decoration: none;
    transition: 50ms;
    animation-timing-function: ease-in-out;
}

a.tagLink:visited {
    color: #545449;
    font-weight: 100;
    text-decoration: none;
    transition: 50ms;
    animation-timing-function: ease-in-out;
}

a.tagLink:hover {
    color: #545449;
    font-weight: 100;
    text-decoration: none;
    transform: scale(1.07);
    transition: 50ms ease-in-out;
}

.bounce {
    animation-iteration-count: 6;
    animation-duration: 120ms;
    animation-direction: alternate;
    animation-name: sizeFlash;
    animation-timing-function: ease-in-out;
}

@keyframes sizeFlash {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.07);
    }
}

a.tagLink:active {
    color: #545449;
    font-weight: 100;
    text-decoration: none;
    animation-timing-function: ease-in-out;
}

.adminTable {
    font-family: 'Zine Sans Regular', sans-serif;
    border-collapse: collapse;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #7c7c69;
    font-weight: 100;
}

.adminTable td {
    text-align: left;
    padding: 3px;
}

.adminTable th {
    text-transform: uppercase;
    text-align: left;
    padding: 3px;
    background-color: #208023;
    color: white;
}

@media screen and (max-width: 600px) {
    .adminTable th {
        font-size: 0.8em;
    }

    .adminTable td {
        font-size: 0.8em;
    }
}


.adminTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.adminTable tr:nth-child(odd) {
    background-color: #fff;
}

.adminTable tr:hover {
    background-color: #ddd;
}

.smallText {
    color: #888;
}

.answerSignature {
    margin-left: 8px;
    padding-right: 10px;
    padding-top: 3px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 100;
}

.listingMeta {
    font-size: 12px;
    font-family: 'Brandon Grotesque Medium', sans-serif;
    padding-top: 3px;
    color: #c8c8bd;
}

a.listingLink {
    margin-bottom: 2px;
    display: block;
}

a.listingLink:hover {
    color: #86867e;
}

.grecaptcha-badge {
    visibility: hidden;
}

a.vote-arrow {
    font-size: 22px;
    margin: 1px;
    padding: 0;
    color: #d1d1c6;
}

a.vote-arrow:hover {
    transform: scale(1.2);
    transform-origin: center;
    transition: 120ms ease-in-out;
    color: #208023;
}

h2.notifier-title {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

#tweetDialogBD {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 190ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.3); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 190ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.3); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlayI {
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.shareIcon {
    width: 15px;
    height: 15px;
    font-size: 15px;
    padding: 5px;
    margin: 1px;
    border-radius: 10px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: center;
    color: #6d6d5f;
    background-color: #c8c8bd;
    transition: 50ms ease-in-out;
}

.shareIcon:link {
    color: #7c7c69;
    text-decoration: none;
}

.shareIcon:active {
    color: #7c7c69;
    text-decoration: none;
}

.shareIcon:hover {
    color: #7c7c69;
    text-decoration: none;
    transform: scale(1.13);
}

.shareIcon:visited {
    color: #7c7c69;
    text-decoration: none;
}

/** Route **/

#map {
    min-width: 300px;
    min-height: 300px;
    max-height: 700px;
    max-width: 700px;
    width: 90vw;
    height: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.action {
    color: #aaa;
}

.route-img {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    flex: 0 0 350px;
    cursor: pointer;
}

.route-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-items: stretch;
    background-color: #ffffff;
    color: #42423e;
    max-width: 780px;
    border-radius: 14px;
    padding: 0;
    margin: 0 auto 14px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.wp-list {
    width: 100%;
    max-height: 350px;
    overflow-y: scroll;
    background-color: #fff;
    color: #42423e;
    margin: 0 10px;
}

.wp-row-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wp-row-text {
    flex-grow: 1;
    line-height: 0.9em;
    margin: 0 10px;
    font-family: 'Zine Sans Regular', sans-serif;
}

.wp-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-row:first-of-type {
    margin-top: 10px;
}

.wp-row:last-of-type {
    margin-bottom: 10px;
}


@media screen and (max-width: 730px) {
    .route-box {
        flex-direction: column-reverse;
        max-width: 100%;
        margin-right: 10px;
    }

    .route-img {
        border-top-left-radius: 14px;
        border-bottom-right-radius: unset;
        flex: unset;
    }

    .wp-list {
        max-width: unset;
        max-height: unset;
        overflow-y: unset;
        width: 90%;
    }
}


.wrapper {
    flex: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    border: 3px solid #208023;
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-height: 30px;
}

.wrapper i {
    display: block;
}

.addr {
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #555;
}

.wp-row-action {
    padding: 10px;
}

.disabled {
    opacity: 0.2;
}


h2.popup {
    text-transform: unset;
    margin: 4px;
    line-height: 1.15em;
}

p.popup {
    text-align: center;
    margin: 4px auto;
    padding-bottom: 3px;
    display: block;
}

.pin {
    width: 3px;
    height: 10px;
    background-color: #208023;
}

.mapboxgl-canvas:focus {
    outline: none;
}


/** FONTS **/
@font-face {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Medium'), url('/fonts/Brandon/Brandon_med.woff') format('woff');
    font-display: block;
}

@font-face {
    font-family: 'Brandon Grotesque Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Bold'), url('/fonts/Brandon/Brandon_bld.woff') format('woff');
    font-display: block;
}

@font-face {
    font-family: 'Zine Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Zine Sans Regular'), url('/fonts/FF Zine Sans Display/Zine_sans_reg.woff') format('woff');
    font-display: block;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dddddd;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dddddd;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #dddddd;
}
