body {
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .02em;
    line-height: 1.4em;
    text-align: left;
}

table.dkouterblock {
    table-layout: auto;
    background-color: #FFFFFF;
    height: 100%;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

tr.dkouterblock {
    vertical-align: top;
}

td.dkouterblock {
    vertical-align: top;
}

table.dkcenterblock {
    table-layout: auto;
    background-color: #FFFFFF;
    vertical-align: top;
    max-width: 960px;
    height: 100%;
    margin: 0px auto;
    float: none;
    text-align: left;
    width: 100%;
}

td.dkcenterblock {
    vertical-align: top;
}

table.dkleftblock {
    table-layout: auto;
    width: 0px;
    height: 100%;
    margin: 0px;
    vertical-align: top;
}

td.dkleftblock {
    table-layout: auto;
    vertical-align: top;
    width: 0px;
}

table.dkrightblock {
    table-layout: auto;
    width: 0px;
    height: 100%;
    margin: 0px;
    vertical-align: top;
}

td.dkrightblock {
    table-layout: auto;
    width: 0px;
    vertical-align: top;
}

tr.dkheaderblock {
    vertical-align: top;
    margin: 0px;
    height: 50px;
}

td.dkheaderblock {
    vertical-align: top;
    margin: 0px;
}

/* Header styles */
header {
    margin: auto;
    width: auto;
    max-width: 1160px;
    position: relative;
    padding: 10px 0 30px;
}
.logo {
    vertical-align: middle;
    margin: 0 auto 10px;
    text-align: center;
}

.logo img {
    max-height: 108px;
}
.logo-title {
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    line-height: normal;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}
.logo-title a,
.logo-title a:link,
.logo-title a:hover,
.logo-title a:visited {
    color: #000000;
}
header nav {
    width: auto;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 26px;
    padding-right: 26px;
}
.sm-dk li {
    border-left: 0!important;
}
.sm-dk a,
.sm-dk a:link,
.sm-dk a:visited {
    color: #53565a !important;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    line-height: 1.2em;
    padding: 0.5em;
    text-transform: uppercase;
}
.sm-dk a:active,
.sm-dk a:hover {
    color: #8b84d7 !important;
}
/* Footer styles */
footer {
    border-top: 1px solid rgba(82,233,7,.95);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}
#footer--logo {
    padding: 12px 17px;
}

#footer--logo img {
    max-height: 320px;
    max-width: 100%;
}

.social {
    text-align: center;
}

.social a.icon--social {
    color: #000000;
    margin: 0 8px;
    opacity: 1;
    text-decoration: none;
    transition: 170ms;
}

.social:hover a.icon--social,
.social a.icon--social:hover,
.social a.icon--social:active {
    opacity: 0.4;
}

i.fa-brands {
    font-family: 'Font Awesome 5 Brands';
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
}

/* Content Styles */
hr, .hr {
    background-color: rgba(82,233,7,.95);
    border: 0;
    height: 1px;
}
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.2em;
    margin: 0 0 24px;
}

h1 {
    color: #ff5100;
    font-size: 25px;
    font-weight: 400;
}

h2 {
    color: #00a4bd;
    font-size: 22px;
    font-weight: 400;
}

h3 {
    color: #5f5249;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
}
ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
a {
    color: #0085bd;
    text-decoration: none;
}

a:link, a:visited {
    color: #8b84d7;
}
#divShareButtons {
display: none!important;
}