@media only screen {
    body {
        font-size: 1.2em;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
        background-color: #837e7c
    }

    .site-header,
    .site-content,
    .bb-mobile-panel-inner,
    .bb-mobile-panel-header,
    .search-visible .site-header--bb .header-search-wrap,
    .header-search-wrap input.search-field-top,
    .header-search-wrap .suggestion {
        background: #fff7ee !important;
    }

    .header-search-wrap input.search-field-top{
        font-size: 18px;
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .site-header .header-aside i {
        color: #59595a !important;
    }

    .header-search-wrap .search-field-top,
    .header-search-wrap input.search-field {
        border-radius: 5px !important;
    }

    .header-search-wrap .search-field-top:focus,
    .header-search-wrap input.search-field:focus {
        box-shadow: 0px 0px 0px 2px #f3f3f3 !important;
    }

    .header-search-wrap .suggestion .search-list .search-list-title {
        background-color: #008080;
        pointer-events: none;
        color: #ffffff;
        font-family: CL, Trebuchet MS, sans-serif !important;
        font-size: 13pt !important;
        line-height: 35px !important;
    }

    .header-search-wrap .suggestion .search-list .search-list-title span {
        padding-left: 15px;
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .search-list .search-list-post-title {
        margin-left: 17px !important;
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .search-list {
        border-bottom: 1px solid #c1c0c021 !important;
    }

    .search-list.no-outline:hover {
        background: #fff0e0 !important;
    }

    .site-content h1 {
        font-family: CL, Trebuchet MS, sans-serif !important;
        font-weight: 400 !important;
        font-size: 2.8em !important;
        position: relative;
        color: inherit !important;
        margin: 45px 0 !important;
    }

    .site-content h2 {
        font-family: CL, Trebuchet MS, sans-serif !important;
        font-weight: 400 !important;
        font-size: 1.9em !important;
        margin: 30px 0 !important;
        border-bottom: 1px solid silver;
        position: relative;
        color: teal !important;
        line-height: 1.5 !important;
    }

    .site-content h2:after,
    .site-content h2:before {
        content: '';
        border-right: 30px solid #fff1e0;
        border-top: 14.9px solid silver;
        bottom: -15px;
        position: absolute;
        left: 25px
    }

    .home-page-banner {
        position: relative;
    }

    .home-page-banner img {
        object-fit: cover;
        width: 100%;
    }

    .banner-content {
        position: absolute;
        top: 0;
        width: 60%;
        bottom: 0;
        margin: auto;
        padding: 15% 4%;
        color: #fff;
    }

    .sticky-header .site-content {
        padding-top: 80px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-content h2:after {
        border-top-color: #fff1e0;
        border-right-color: transparent;
        bottom: -13px;
        left: 26px
    }

    h2.index {
        border: none;
        margin: 0 !important;
    }

    h2.index:after,
    h2.index:before {
        border: none
    }

    hr.index {
        width: 30%;
        color: #000;
        text-align: center;
        margin: 5px auto;
        border: 1px solid #000;
    }

    .site-content h3 {
        font-weight: 400;
        display: inline-block;
        line-height: 1.2;
        margin: 0;
    }

    .site-content a {
        color: #04c !important;
    }

    .site-content a:visited {
        color: #04c !important;
    }

    .site-content a:hover {
        color: #f87217 !important;
    }

    .s {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px
    }

    a.bc:link {
        text-decoration: none
    }

    a.bc:hover {
        text-decoration: underline
    }

    a.bc:visited {
        text-decoration: none
    }

    a.s:link {
        text-decoration: none;
        background-color: #fff1e0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        font-family: 'Andale Mono', Consolas, monospace;
        font-size: 1em;
        line-height: 2.3;
    }

    a.sm:link {
        color: #00e !important;
        text-decoration: none;
    }

    a.sm:hover {
        color: #00e !important;
        text-decoration: underline;
    }

    a.sm:visited {
        color: #00e !important;
        text-decoration: none;
    }

    a.sf:link {
        color: #903 !important;
        text-decoration: none;
    }

    a.sf:hover {
        color: #903 !important;
        text-decoration: underline;
    }

    a.sf:visited {
        color: #903 !important;
        text-decoration: none;
    }

    a.footer:link {
        color: #000000 !important;
        text-decoration: none;
    }

    a.footer:visited {
        color: #000000 !important;
        text-decoration: none;
    }

    a.footer:hover {
        color: #000000 !important;
        text-decoration: underline;
    }

    sup {
        font-weight: 400;
        line-height: .5em;
        vertical-align: baseline;
        position: relative;
    }

    hr {
        border: 0 !important;
        margin: 30px 0 !important;
        height: 1px !important;
        background-color: silver !important;
    }

    hr.index {
        width: 30%;
        background-color: #000;
        text-align: center;
        margin: 5px auto !important;
    }

    .m {
        color: #00e;
        font-size: 13pt;
    }

    h1 .f {
        color: #903 !important;
    }

    .f {
        color: #903 !important;
    }

    section#A-Z .f,
    section#popularity .f {
        font-size: 13pt;
    }

    .t {
        color: teal
    }

    .shead {
        /* background: url(/img/dark-stripedsuede.png); */
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.2em;
        font-family: CL, Trebuchet MS, sans-serif;
        color: #fff;
        text-align: center;
        background-color: #008080;
    }

    .main-navigation .menu-item a span {
        font-size: 12pt;
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    p.splashtext {
        font-size: 28px !important;
    }

    .splashh1 {
        font-family: "Playfair Display", CL !important;
        font-size: 42px;
        display: inline;
        color: #fff;
    }

    p {
        font-size: 1.2em !important;
        line-height: 1.5 !important;
        margin: 1em 0 !important;
    }

    table {
        display: block;
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
    }

    table.index-page .shadow1 {
        margin: 0px 100px;
    }

    table.index-page .shadow1 .content {
        padding: 0 50px 30px;
    }

    #search table {
        margin-top: 25px !important;
    }

    #content section#search {
        padding: 30px;
    }

    td {
        padding: 0 !important;
        line-height: inherit !important;
    }

    td label {
        font-size: 28px !important;
        color: #fff;
        font-weight: normal;
        margin-bottom: 0 !important;
        vertical-align: middle;
    }

    input[type="radio" i] {
        background-color: initial;
        cursor: default;
        appearance: auto;
        margin: 3px 3px 0px 5px !important;
        padding: initial !important;
        border: initial;
        height: 41px !important;
    }

    .shadow1 {
        margin-top: 20px;
        margin-bottom: 15px;
        background-color: #444;
    }

    .shadow1 .content {
        -o-box-shadow: 0 0 4px -2px;
        -ms-box-shadow: 0 0 4px -2px;
        -moz-box-shadow: 0 0 4px -2px;
        -webkit-box-shadow: 0 0 4px -2px;
        box-shadow: 0 0 4px -2px;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -kthtml-transition: all 1s linear;
        transition: all 1s linear;
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #fff1e0;
    }

    footer nav table {
        text-align: center;
        width: 100% !important;
    }

    #content footer {
        padding-bottom: 0 !important;
    }

    ul.color {
        list-style: none;
        width: 100%;
        height: 10px;
        font-size: 0;
        margin: 0;
        padding: 0;
    }

    li.color {
        display: inline-block;
        width: 20%;
        height: 10px
    }

    li.color:nth-child(1) {
        background: #2ecc71
    }

    li.color:nth-child(2) {
        background: #3498db
    }

    li.color:nth-child(3) {
        background: #f1c40f
    }

    li.color:nth-child(4) {
        background: #e74c3c
    }

    li.color:nth-child(5) {
        background: #9b59b6
    }

    fieldset {
        border: 1px solid silver;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px
    }

    legend {
        font-weight: 700
    }

    .w-12 {
        width: 1200px !important;
    }

    .w-9 {
        width: 900px !important;
    }

    .w-3 {
        width: 300px !important;
    }

    .w-84 {
        width: 840px !important;
    }

    section#search .w-70 {
        width: 700px !important;
        height: 570px;
    }

    .sbody {
        text-align: center;
        font-family: 'Andale Mono', Consolas, monospace;
        font-size: .85em;
        margin-left: 30px;
        margin-right: 20px;
        line-height: 2.3;
    }

    .pl {
        width: 14px;
        height: 11px
    }

    span.sm {
        font-size: smaller;
    }

    #dropcap {
        font-family: GI, Trebuchet MS, sans-serif;
    }

    .shadow1 input[type="submit"] {
        background-color: #efefef;
        color: #000;
        border-radius: 5px;
        padding: 5px 10px !important;
        border-color: #767676;
        height: auto;
    }

    #content article {
        margin-bottom: 0 !important;
        margin-right: 15px;
    }

    .index-page article {
        margin-right: 0 !important;
    }

    table nav {
        background-color: #f3dec8;
        padding-bottom: 10px;
        box-shadow: 0 0 4px -2px;
    }

    footer nav table tbody,
    footer nav table tbody tr,
    footer nav table tbody td,
    .text footer table tbody,
    .text footer table tbody tr,
    .text footer table tbody td {
        display: block;
    }

    .bb-header-buttons a {
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .bb-header-buttons a.signup {
        color: #fff !important;
    }

    form.inline td input {
        font-family: inherit !important;
    }

    form.inline td input[type=text] {
        width: 60%;
    }

    .site-content h1 span.m {
        font-size: 1em !important;
    }

    .logo-wrap>a>.bb-mobile-logo {
        width: 170px !important;
    }

    .shadow1 .content .text span table tbody,
    .shadow1 .content .text span table tr {
        display: block;
    }

    .shadow1 .content .text span table tr td {
        display: inline-block;
    }

    .shadow1 .content .text span table tr:last-child td:last-child {
        float: right;
    }

    .mwai-chat .mwai-content{
        margin-top: 4rem;
        border: 1px solid #ffffff;
        box-shadow: 1px 0px 6px rgb(229 224 224);
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .mwai-chat .mwai-ai, 
    .mwai-chat .mwai-system,
    .mwai-input textarea,
    .mwai-chat button:hover {
        background: #fff7ee !important;
    }

    .mwai-chat .mwai-input,
     .mwai-chat .mwai-reply{
        border-color: #ffffff85 !important;
    }

    .mwai-chat .mwai-content,
    .mwai-chat .mwai-user,
    .mwai-chat button{
        background: #f9e7d4 !important;
    }

    .mwai-chat button{
        border-color: #ffffff !important;
    }

    .mwai-text,.mwai-text p{
        padding-right: 3rem;
        margin: 0 !important;
        font-size: 1.8rem !important;
    }

    .mwai-copy-button-one{
        background: #ecc59b !important;
    }

    .mwai-copy-button-two{
        background:#a38975 !important;
    }
}

.ad_iframe {
    -moz-transform: scale(1.8, 1.8);
    -webkit-transform: scale(1.8, 1.8);
    -o-transform: scale(1.8, 1.8);
    -ms-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    position: relative;
    left: -128px;
    top: -5px
}

@font-face {
    font-family: CL;
    src: url(/img/cl-webfont.woff2) format("woff2")
}

@font-face {
    font-family: GI;
    src: url(/img/goudyini-webfont.woff2) format("woff2")
}

@media screen and (max-width: 993px) {
    body {
        font-size: 2.9em !important;
        line-height: 1.6 !important;
    }

    .sticky-header .site-content {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .site-content h1 {
        font-size: 2.1em !important;
        margin: 15px 0 !important;
    }

    .site-content h2 {
        font-size: 1.3em !important;
        margin: 15px 0 30px !important;
    }

    .site-content h3 {
        font-size: 1.2em !important;
    }

    .site-content p {
        font-size: 0.9em !important;
    }

    .header-search-wrap a.close-search {
        right: 3% !important;
        top: calc(50% - 17px) !important;
    }

    sup {
        font-size: .4em !important;
        top: -.4em !important;
    }

    #content article {
        margin-right: 5px;
    }

    #content section#search {
        padding: 15px 10px 5px !important;
        margin-bottom: 0;
    }

    #search table.w-70 {
        width: 70% !important;
        margin-top: 0 !important;
        height: auto !important;
    }

    .index-page section#search p.splashtext {
        font-size: 0.7em !important;
    }

    .index-page section#search table.splashtext {
        margin-top: 0 !important;
    }

    table.splashtext input[type=radio] {
        height: 10px !important;
        width: 10px !important;
    }

    .sbody span.s {
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0;
    }

    table.splashtext td label {
        line-height: 0;
        font-size: 0.7em !important;
    }

    .head {
        font-size: 1.2em !important;
    }

    input[type=radio] {
        height: 20px !important;
        width: 20px !important;
    }

    .ch {
        height: 190px !important;
        width: 285px !important;
    }

    .w-12 {
        width: 100% !important;
    }

    .w-9 {
        width: 75% !important;
    }

    .w-3 {
        width: 25% !important;
    }

    .w-84 {
        width: 100% !important;
    }

    .sbody {
        margin-left: 11px;
        margin-right: 11px;
    }

    a.s:link {
        font-size: 1em;
        margin-right: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .shadow1 {
        margin-bottom: 5px;
    }

    .shadow1 .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    table.index-page tbody,
    table.index-page tbody tr,
    table.index-page tbody td {
        display: block;
    }

    form.inline td input[type=text] {
        height: auto;
    }

    form.inline td input[type=submit] {
        padding: 5px 10px;
        line-height: 1;
        height: auto;
    }

    table.index-page .shadow1 {
        margin: 0 20px !important;
    }

    table.index-page .shadow1 .content {
        padding: 0 15px 30px;
    }

    h2.index {
        margin-bottom: 0 !important;
    }

    .shadow1,
    .sidebar {
        margin-top: 5px !important
    }

    .banner-content h1 {
        font-size: 2.5em !important;
    }

    .banner-content p {
        font-size: 1.4em !important;
    }
}

.menu-item>a {
    text-decoration: none !important;
}

@media (min-width: 596px) and (max-width: 740px) {
    .banner-content h1 {
        font-size: 2em !important;
    }

    .banner-content p {
        font-size: 1.2em !important;
    }

    .search-list .search-list-title {
        padding: 0 !important;
    }
}

@media (min-width: 495px) and (max-width: 540px) {
    .banner-content {
        padding: 5% 3%;
    }

    .banner-content h1 {
        font-size: 2em !important;
    }

    .banner-content p {
        font-size: 1.2em !important;
    }

    .search-list .search-list-title {
        padding: 0 !important;
    }
}

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

    .header-search-wrap input.search-field-top{
        font-size: 14px;
        padding: 10px;
    }

    .banner-content {
        padding: 5% 3%;
    }

    .banner-content h1 {
        font-size: 1.5em !important;
    }

    .banner-content p {
        font-size: 0.7em !important;
    }

    .search-list .search-list-title {
        padding: 0 !important;
    }
}

@media screen and (max-width: 362px) {
    .header-search-wrap a.close-search{
        right: 0% !important;
    }
}