BODY {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
table.dkouterblock {
    table-layout:auto;
    background-color: #FFFFFF;
    height: 100%;
    vertical-align:top;
    max-width: 960px;
    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;
	 width: 100%;
	 height: 100%;
	 margin: 0px;
	 vertical-align:top;
}
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;
}
/* Brand styles */
#dk_cms_page,
#dk_cms_page p,
#dk_cms_page li {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    color: #000000;
}
#dk_cms_page a {
    color: #000000;
    text-decoration: underline;
}


header,
footer {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    color: #ffffff;
}
header a,
footer a {
    color: #ffffff;
    text-decoration: underline;
}


header a:hover,
footer a:hover,
#dk_cms_page a:hover {
    text-decoration: underline;
    cursor: pointer;
}
header {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    background-color: #4252D3;
}
.inner-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

div#logo img {
    height: 66px;
    max-height: 66px;
    width: auto;
}

@media screen and (min-width: 768px) {
    header {
        width: 96%;
        max-width: 100%;
    }
    div#logo img {
        height: 90px;
        max-height: 90px;
    }
    ul.social-icons {
        display: block;
    }
}

nav {
    background: #116dff;
}
#dk-main-menu {
    box-shadow: none;
    display: inline-flex;
    left: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    transform: translate(-50%);
    width: auto !important;
}


footer {
    background-color: #4252D3;
    color: #ffffff;
    box-sizing: border-box;
    margin-top: 25px;
}
footer .footer-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}
footer .column {
    overflow: hidden;
}
footer a,
footer a:hover {
    color: #ffffff;
}
footer li a:hover {
    text-decoration: underline;
}
footer h2 {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: normal;
    margin-bottom: 10px;
    text-decoration: underline;
    font-family: 'Tsukimi Rounded', sans-serif;
}

footer p {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: normal;
    margin-bottom: 10px;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffff;
}


@media screen and (min-width: 768px) {
    footer .footer-container {
        display: grid;
        grid-template-columns: repeat(3, 33.33%);
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 25px 50px;
        clear: both;
        grid-gap: 20px;
        box-sizing: border-box;
    }
    div#sub-footer {
        padding: 15px 50px;
    }
}