.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.no-mobile {
    display: none;
    touch-action: none;
}
#content_mobile {
    display: none;
}
element.style {
    overflow: visible !important;
}
html {
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
::-webkit-scrollbar {
    height: 0;
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Arimo', sans-serif;
    color: #1f1f1f;
    font-size: 17px;
    height: 100%;
    background-color: #f9f1ef;
}
#content {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    touch-action: none;
    position: relative;
    z-index: 2;
    background-color: #caccca;
}
A:link {
    text-decoration: none;
    color: #0657ec;
}
A:visited {
    text-decoration: none;
    color: #0657ec;
}
A:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #0657ec;
}
A:active {
    text-decoration: none;
    color: #0657ec;
}
a img {
    border: 0;
}
img {
    display: block;
}
h1, h2 {
    padding: 0;
    border: 0;
    margin: 0;
}
p {
    padding: 0;
    border: 0;
    margin: 0
}
li, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.italic {
    font-style: italic;
}
.long_number {
    word-wrap: break-word;
    word-break: break-all;
}
.pb6 {
    padding-bottom: 6px;
}
#wrapper {
    margin: 0 auto;
    width: 100%;
}
/* INDEX */
#index_wrapper {
    height: auto;
    width: 100%;
    position: absolute;
    border-top: 1px solid #033f16;
}
#index_section {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 902px;
    margin-bottom: 40px;
}
#index_header_wrapper {
    margin-top: 20px;
    margin-bottom: 19px;
}
.index_header_section {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #936e52;
}
.index_header_first {
    display: inline;
}
h1.index_header_h1 {
    font-size: 38px;
    display: inline;
}
.index_header_ornament {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 236px;
    margin-top: 9px;
}
/* ARTICLES*/
h2.article_subheader {
    line-height: 22px;
    font-weight: bold;
    display: block;
    font-size: 21px;
    margin-bottom: 17px;
}
.article_text {
    display: block;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 22px;
}
ul.article_captions {
    display: block;
    margin: 0;
    padding: 0;
}
.article_key {
    background-color: #5e5e5e;
    color: #ffffff;
    padding: 1px 4px 1px 4px;
    border-radius: 4px;
}
li.article_captions {
    background-image: url('/img/bullet-diamond.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 20px;
    padding-bottom: 17px;
    text-align: justify;
    line-height: 22px;
}
.article_illustration {
    margin: 0 auto;
    padding-bottom: 17px;
    width: 100%;
}
.article_illustration_credits {
    margin: 0 auto;
    padding-bottom: 7px;
    width: 100%;
}
/* SUBPAGES */
.page_header_section {
    background-color: #c79a7e;
    border-bottom: 1px solid #94725c;
    position: relative;
    padding: 9px 10px 10px 10px;
}
#page_header_text {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.page_header_social {
    right: 11px;
    position: absolute;
    bottom: 14px;
}
#page_section {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 902px;
    margin-bottom: 40px;
}
.page_privacy a:link {
    color: #1f1f1f;
    text-decoration: none;
}
.page_privacy a:visited {
    color: #1f1f1f;
    text-decoration: none;
}
.page_privacy a:hover {
    color: #1f1f1f;
    text-decoration: none;
}
.page_privacy a:active {
    color: #1f1f1f;
    text-decoration: none;
}
.contact_outside {
    border: solid 1px #d8d0c6;
    margin-bottom: 40px;
}
.contact_postal {
    width: 100%;
    line-height: 1;
    background-color: #fcfbf9;
    border: solid 12px #fcfbf9;
    box-sizing: border-box;
    padding: 8px;
    background-image: repeating-linear-gradient(135deg, #ff9b8f 0, #ff9b8f 30px, transparent 30px, transparent 50px, #6aaad2 50px, #6aaad2 80px, transparent 80px, transparent 100px) !important;
}
.contact_inside {
    background-color: #fcfbf9;
    padding-top: 17px;
    padding-right: 15px;
    padding-left: 27px;
    padding-bottom: 20px;
}
.contact_text_section {
    float: left;
    width: 82%;
}
.contact_img_section {
    float: right;
    width: 18%;
}
.contact_text {
    margin-bottom: 15px;
    line-height: 22px;
    display: block;
    margin-top: 4px;
}
.contact_img {
    float: right;
}
.contact_form {
    padding-top: 8px;
}
/* BLOG */
#blog_section {
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 902px;
    margin-bottom: 40px;
    clear: both;
}
h2.blog_header {
    margin-top: 40px;
    font-weight: bold;
    display: block;
    font-size: 26px;
    margin-bottom: 8px;
}
.blog_information {
    font-size: 15px;
    display: block;
    margin-bottom: 13px;
    line-height: 22px;
    font-style: italic;
}
.blogpost_url {
    text-align: center;
    display: block;
    padding-bottom: 10px;
    font-style: italic;
    font-size: 15px;
}
h1.blogpost_header {
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 26px;
}
.blogpost_writer {
    display: block;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 15px;
    text-align: center;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
}
.blogpost_writer_line {
    display: flex;
    flex-basis: 100%;
    align-items: center;
}
.blogpost_writer_line::before {
    content: "";
    flex-grow: 1;
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin-right: 10px;
    background-color: #936e52;
}
#blogpost_writer_txt {
    float: left;
}
.blogpost_writer_line::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin-left: 10px;
    background-color: #936e52;
}
.blog_text {
    display: block;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 22px;
}
.blog_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 15px;
}
.blog_video iframe, .blog_video object, .blog_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog_text_credits {
    font-style: italic;
    font-size: 15px;
    display: block;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 22px;
}
/* FOOTERT */
#footer_wrapper {
    height: auto;
    width: 100%;
    position: absolute;
    border-top: 1px solid #cab39d;
    background-color: #e5d3c8;
}
#footer_section {
    position: relative;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
}
nav.footer {
    margin: 0;
    padding: 0;
    text-align: center;
}
nav.footer li {
    display: inline;
    color: #1f1f1f;
    font-weight: bold;
    font-size: 22px;
}
nav.footer a:link {
    color: #1f1f1f;
}
nav.footer a:visited {
    color: #1f1f1f;
}
nav.footer a:hover {
    color: #1f1f1f;
}
nav.footer a:active {
    color: #1f1f1f;
}
nav.footer a {
    margin: 17px;
    display: inline-block;
}
nav.footer_button_section {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 78px;
}
nav.footer_button_section li {
    display: inline;
}
nav.footer_button_section a {
    display: inline-block;
    margin-right: 11px;
    margin-left: 11px;
}
nav.footer_button_section li:hover {
    filter: brightness(111%);
    -webkit-filter: brightness(111%);
    -moz-filter: brightness(111%);
    -o-filter: brightness(111%);
    -ms-filter: brightness(111%);
}
.footer_button {
    cursor: pointer;
    margin-top: 13px;
    height: 78px;
    width: 78px;
    border-radius: 6px;
    background-repeat: no-repeat;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.footer_button_facebook {
    background-image: url("img/logo-facebook.png");
    background-color: #4267b2;
    background-position: 50% 50%;
}
.footer_button_twitter {
    background-image: url("img/logo-twitter.png");
    background-color: #1da1f2;
    background-position: 50% 50%;
}
.footer_button_bookmark {
    background-image: url("img/logo-bookmark.png");
    background-color: #61b842;
    background-position: 50% 53%;
}
/* ADZ */
#ad_left_160, #ad_right_160 {
    display: none;
}
#ad_left_300 {
    z-index: 9;
    position: absolute;
    top: 7%;
    left: 12px;
    width: 300px;
    height: 600px;
}
#ad_right_300 {
    display: none;
}
/* ADZ VIEWPORTS (to be determined.) */
@media (max-width: 1679px) {
    #ad_left_300 {
        display: none;
    }
    #ad_left_160 {
        display: block;
        z-index: 9;
        position: absolute;
        top: 7%;
        left: 12px;
        width: 160px;
        height: 600px;
    }
}
@media (max-width: 1366px) {
    #ad_left_160 {
        top: 8%;
    }
}
@media (max-width: 1280px) {
    #ad_left_160 {
        display: none;
    }
}
/* ###RESPONSIVE### */
/* On small devices, fill the entire screen and hide the rest of the page. */
@media (max-device-width: 1in), (max-device-height: 1in) {
    html {
        overflow: hidden;
    }
    html, body {
        height: 100%;
        padding: 0;
        margin: 0;
        touch-action: none;
    }
    #content {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        box-shadow: none;
        touch-action: none;
        position: absolute;
        z-index: 2;
    }
    .no-mobile {
        display: none;
        touch-action: none;
    }
}
@media (max-width: 991px) {
    #index_section, #footer_section, #page_section, #blog_section, #blog_section {
        width: 764px;
    }
    .page_header_section {
        height: auto;
    }
    .page_header_social {
        display: none;
    }
    .contact_img_section {
        display: none
    }
    .contact_text_section {
        width: 100%;
    }
    .vertical_bar {
        display: none
    }
    nav.footer {
        padding-top: 6px;
        padding-bottom: 6px
    }
    nav.footer li {
        display: block;
    }
}
@media (max-width: 767px) {
    #index_section, #footer_section, #page_section, #blog_section, #contact_outside, #blog_section {
        width: 630px;
    }
}
@media (max-width: 640px) {
    #index_section, #footer_section, #page_section, #blog_section, #contact_outside, #blog_section {
        width: 500px;
    }
}
@media (max-width: 525px) {
    #index_section, #footer_section, #page_section, #blog_section, #contact_outside, #blog_section {
        width: 434px;
    }
}
@media (max-width: 480px) {
    #index_section, #footer_section, #page_section, #contact_outside, #blog_section {
        width: 320px;
    }
    .contact_postal {
        width: 100%;
        padding: 0px;
    }
    .contact_inside {
        padding-top: 0px;
        padding-right: 5px;
        padding-left: 7px;
    }
}