/*

TABLE OF CONTENTS

- Reset
- Global
- Container
- Typography

*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, summary, time, mark, audio, video, header, footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, img {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* Global */
html,
body,
#page {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    font-family: "Inter", Arial, sans-serif;
    font-size: var(--para);
    color: var(--txt-col-lm);
    font-style: normal;
    font-weight: 400;
    line-height: 1.438em !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
iframe {
    margin-bottom: 20px;
}
p {
    margin-bottom: 20px;
    line-height: 28px;
}
p.has-background {
    margin-bottom: 20px;
}
img {
    margin: 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
}
img.alignleft {
    margin: 0 20px 20px 0;
    float: left;
}
img.alignright {
    margin: 0 0 20px 20px;
    float: right;
}
a,
a:link {
    pointer-events: all;
    text-decoration: none;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a {
    color: var(--alink-color);
}
a:hover {
    color: var(--ahover-color);
}
.hb_table_of_content a:hover {
    color: var(--ahover-second-color);
}
a:active {
    color: var(--alink-color);
}
.col_content a,
.col_content a:link {
    text-decoration: underline;
    text-decoration-color: var(--text-decoration-color);
    text-decoration-thickness: 0.125em;
    text-underline-offset: 1.5px;
}
.col_content a:hover,
.col_content a:hover strong {
    color: var(--alink-color);
    background-color: var(--text-decoration-color);
}
a img {
    border: none;
}
.more_link {
    color: var(--alink-color);
}
.more_link:hover {
    color: var(--ahover-color);
}
::selection {
    background: var(--ahover-color);
    color: #162b32;
}
::-moz-selection {
    background: var(--ahover-color);
    color: #162b32;
}
.left,
.alignleft {
    float: left;
}
.right,
.alignright {
    float: right;
}
.wow {
    visibility: hidden;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.clear_column {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}
ul,
ol {
    margin: 0 0 40px 0;
    list-style-position: inside;
}
ul {
    padding-left: 20px;
}
li {
    line-height: 28px;
}
ol {
    padding-left: 36px;
}
ul {
    list-style: disc;
}
ul ul {
    list-style: circle;
}
ul ul ul {
    list-style: square;
}
ol {
    list-style: decimal;
}
ol ol {
    list-style: lower-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
dt,
dd {
    line-height: 1.5;
}
dt {
    font-weight: 700;
}
dt + dd {
    margin-top: 0.5rem;
}
dd + dt {
    margin-top: 1.5rem;
}


/* Container */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 16px;
}

/* Typography */
body {
    font-family: "Source Sans 3", Arial, sans-serif;
    font-weight: 300;
}
strong {
    font-weight: 600;
}
p a,
p a:link {
    text-decoration: underline 1px;
}
em {
    font-style: italic;
}
blockquote {
    margin: 0 0 30px 0;
    padding: 0 30px 0 30px;
    font-style: italic;
    font-size: 1.2rem;
    font-family: "Helvetica Neue", sans-serif, Helvetica, Arial;
    border-left: 5px solid #9bab9a;
}
code {
    font-family: "Courier New", Courier, serif;
    overflow: auto;
    padding: 2px;
    background: #fff;
}
pre code {
    background: none;
}
pre {
    margin: 0 auto 20px auto;
    padding: 10px;
    max-width: 80%;
    background: #f7f7f7;
    overflow: auto;
    border: 1px solid #e4e4e4;
    font-family: "Helvetica Neue", sans-serif, Helvetica, Arial;
}
.dropcap {
    float: left;
    font-size: 5rem;
    padding-right: 7px;
    line-height: 4.5rem;
}
h1 {
    font-size: var(--h1);
    line-height: var(--lh1);
}
h2 {
    font-size: var(--h2);
    line-height: var(--lh2);
}
h3 {
    font-size: var(--h3);
    line-height: var(--lh3);
}
h4 {
    font-size: var(--h4);
    line-height: var(--lh4);
}
h5 {
    font-size: var(--h5);
    line-height: var(--lh5);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 26px;
}
.heading_wrapper {
    display: flex;
    width: 100%;
    min-height: 56px;
    margin-bottom: 50px;
}
.is_align_left {
    justify-content: flex-start;
}
.is_align_center {
    justify-content: center;
}
.is_align_right {
    justify-content: flex-end;
}
.block_is_left {
    flex-direction: row;
}
.block_is_right {
    flex-direction: row-reverse
}
.is_align_left h3 {
    left: 0;
}
.is_align_center h3 {
    left: 0;
}
.is_align_right h3 {
    right: 16px;
}
p:empty {
    height: 0;
    margin: 0;
    padding: 0;
}
small, sub, sup {
    font-size: .83em
}
sub {
    vertical-align: sub
}
sup {
    vertical-align: super
}

/* Links */
.entry-page-content p > a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}


/* Padding */
.px {
    padding-left: 16px;
    padding-right: 16px;
}


/* Layout */
#site_container {
    background: #ffffff;
}
.hb_page_inner_content > .wp-block-group {
    padding: 0 16px;
}
.hb_page_inner_content > .wp-block-group.is-style-card {
    margin: 0 16px;
}
.wp-block-column {
    flex-basis: 50%;
    padding: 0 16px;
}
@media screen and (min-width: 1568px){
    .hb_page_inner_content > .wp-block-group.is-style-card {
        margin: 0 auto;
        flex-basis: initial;
    }
}



