BODY {
	font-size: 0.95rem;
    line-height: 1.6;
	COLOR: #001b40;
	FONT-FAMILY: "Poppins", sans-serif;
	text-align:left;
    margin: 0;
}

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:#007587;
}

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: #fff;
}
.sm-dk {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.sm-dk a {
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
    color: #fff;
    font-weight: 400 !important;
    text-decoration: none;
    list-style-type: none;
    text-shadow: none !important;
    padding: 8px 8px 0px 0px!important;
}
.sm-dk a:hover {
    color: #fbe337!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: #fbe337;
        transform-origin: bottom right;
        transition: transform 0.35s ease-out;
    }
    .sm-dk a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
}

.header-top {
    height: 95px;
}

.sm-dk li {
    border-left: none !important;
    margin: 10px !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;
    }
}

footer {
    background-color: #fd7e14;
    color: #fff;
    box-sizing: border-box;
    padding: 50px;
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}
footer .footer-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1400px;
}
footer .column {
    overflow: hidden;
    margin: 0 auto;
    width: auto;
}
footer .member {
    overflow: hidden;
    font-size: 16px !important;
}
footer a,
footer a:hover {
    font-family: "Poppins", sans-serif;
    color: black;
    text-decoration: none!important;
}
footer li a{
    text-decoration: none;
    color: color-mix(in srgb, #fff, transparent 30%) !important;
}
footer li a:hover{
    text-decoration: none;
    color: color-mix(in srgb, #fbe337, transparent 30%) !important;
}
footer h2 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-top: -2px;
}

footer p {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: normal;
    margin-bottom: 10px;
    font-family: "Poppins", 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: 22px;
    text-align: left!important;
}

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: 2fr 1fr 1fr 2fr;
        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;
        margin-top: 35px;
    }
    footer .footer-container {
        text-align: left;
    }
    .head {
        text-align: left !important;
    }
    .social{
        justify-content: left;
    }
}

#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: #fbe337;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding-bottom: 12px;
    font-family:"Oswald", sans-serif;
}

.flex{
    display: flex;
    justify-content: center;
}
.head {
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
    text-align: left;
    line-height: 1.42857143;
    margin-bottom: 1px;
    font-family:"Oswald", sans-serif;
}
.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;
}

.connected {
    font-size: 14px;
    letter-spacing: 0;
}

.subfooter {
    margin: 0 auto;
    border-top: 1px solid white;
    background-color: #fd7e14;
    padding: 25px;
    text-align: center;

}

.subfooter p {
    color: #fff;
    font-size: 14px;
}

.subscribe {
    cursor: pointer;    
    background-color: #fbe337;

    border: 2px solid #fbe337;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.75rem 0.375rem;
    max-width: 130px;
    border-radius: 10px;
}

.subscribe a{
    color: #007587 !important;
}

.subscribe:hover {   
    background-color: color-mix(in srgb, #fbe337, transparent 30%) !important;
}

.privacy {
    margin-top: 15px;
    cursor: pointer;
}

.privacy a{
    color: #fbe337;
    text-decoration: none;
    transition: 0.3s;
}

.privacy a:hover{
    color: color-mix(in srgb, #fbe337, transparent 30%) !important;
}

  .social-wrap {
    display: flex;
    gap: 14px;
    background: #fd7e14;
    padding-top: 15px;
  }

  .social-link {
    width: 24px;
    height: 24px;
    border: 1px solid #f6d7b0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .2s ease, opacity .2s ease, background-color .2s ease, border-color .2s ease;
  }

  .social-link svg {
    width: 20px;
    height: 32px;
    fill: #f6d7b0;
    display: block;
    transition: fill .2s ease;
  }

  .social-link:hover {
    border-color: #fbe337;
    background: #fd7e14;
  }

  .social-link:hover svg {
    fill: #fbe337
  }

  .dk-title-bar {
    background-color: #007587 !important;
    font-family:"Oswald", sans-serif !important;
}