BODY {
	FONT-SIZE: 14px;
	COLOR: #0B4136;
	FONT-FAMILY: "Barlow", sans-serif, Arial, Helvetica, sans-serif;
	text-align:left;
    margin: 0;
}

.dkdivfeaturelist a {
  color: #0B4136;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.dkdivfeaturelist a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

td.dkouterblock .dkdivcenterblock a {
  color: #0B4136;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

td.dkouterblock .dkdivcenterblock a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

table.dkouterblock
{
	 table-layout:auto;
	 background-color: #FFFFFF;
	 height: 100%;
	 vertical-align:top;
	 width: 100%;
	 margin-left:auto;
	 margin-right:auto;
}
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;
    background:#0C6953;
}

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

body > div.dkdivouterblock > table > tbody > tr:nth-child(2) > td:nth-child(2) > div > table {
    margin-top: 50px;
    margin-bottom: 50px;
}

.header-red {
    float: left;
    width:auto; 
    padding: 15px;
}

.dkdivcenterblock {
    max-width: 1140px;
    margin: auto;
}
.dkheaderblock {
    background: transparent;
}
.orgmenu {
  float: right;
  padding-right: 200px;
  padding-top: 125px;
  color: #131416;
}
.sm-dk {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.sm-dk a {
    font-family: "Barlow", sans-serif;
    padding: 0 !important;
    font-size: 1.1rem !important;
    color: #131416;
    font-weight: 600 !important;
    text-decoration: none;
    list-style-type: none;
    text-shadow: none !important;
}
@media screen and (min-width: 768px) {
    .sm-dk a {
        display: inline-block;
        position: relative;
        color: #fff;
    }
    .sm-dk a::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 3px;
        bottom: -4px;
        left: 0;
        background-color: #fff;
        transform-origin: bottom right;
        transition: transform 0.35s ease-out;
    }
    .sm-dk a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
}

.sm-dk li {
    border-left: none !important;
    margin: 10px !important;
}

ul.sm a {
    color: #fff !important;
    font-family: "Gemunu Libre", sans-serif !important;
    text-transform: uppercase !important;
}
@media screen and (max-width: 640px) {
    #dk-main-menu-mobile > li {
        list-style-type: none;
        margin: 0 !important;
        margin-left: -10px !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .sm-dk a {
        font-size: 1.4rem!important;
    }
}
.header-top{
    background-color: #0C6953; 
}
.header-logo{
    background-color: #0C6953; 
    display: flex; 
    justify-content: center;
    border-bottom: 1px solid #F8B611; 
    max-width: 1200px; 
    margin: 0 auto; 
}

footer {
    background-color: #0B4136;
    color: #fff;
    box-sizing: border-box;
    padding: 50px;
    text-decoration: none !important;
    font-family: "Barlow", sans-serif;
}
footer .footer-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 970px;
}
footer .column {
    overflow: hidden;
    margin: 0 auto;
    width: auto;
}
footer .member {
    overflow: hidden;
    font-size: 16px !important;
}
footer a,
footer a:hover {
    font-family: "Barlow", sans-serif;
    color: black;
    text-decoration: none!important;
}
footer li a{
    text-decoration: none;
}
footer h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 30px;
    text-decoration: underline;
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
}

footer p {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: normal;
    margin-bottom: 10px;
    font-family: "Barlow", sans-serif;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
}

footer .footer-logo {
    width:auto; 
    padding: 15px; 
    padding-top: 60px;
}
footer .alliance-logo {
    padding-left: 30px;
}

@media screen and (min-width: 768px) {
    footer .footer-container {
        display: grid;
        grid-template-columns: repeat(3, 33%);
        position: relative;
        margin: 0 auto;
        clear: both;
        grid-gap: 32px;
        box-sizing: border-box;
    }
    div#sub-footer {
        padding: 15px 50px;
    }
}
@media screen and (max-width: 768px) {
    footer .column {
        border-right: none;
    }
    footer .footer-container {
        text-align: center;
    }
    .head {
        text-align: center !important;
    }
    .social{
        justify-content: center;
    }
}

#dk-main-menu {
    padding-left: 0px !important;
}
#dk-main-menu > li {
    list-style-type: none;
}

#dk-main-menu-mobile > li {
    list-style-type: none;
}


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

#dk_header_standard {
    max-width: 1147px;
    margin: auto;
}

.contact {
    color: #FDBB11;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 8px;
}

.flex{
    display: flex;
    justify-content: center;
}
.head {
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    line-height: 1.42857143;
    padding: 0 8px;
    margin-bottom: 1px;
    
}
.social {
    display: flex;
}

.social-link{
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    line-height: 1.42857143;
    padding: 8px;
    margin-bottom: 1px;
    list-style: none;
}

.social-link:hover{
    background-color:#fff;
}

.social-link a {
  color: white; 
  transition: color 0.3s ease;
}

.social-link a:hover {
  color: #0B4136; 
}

.contact-link{
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
}
.contact-link:hover {
    color: #fff;
    text-decoration: underline!important;
}