BODY {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, 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:#ea0029;
}

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

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

.dkdivcenterblock {
    max-width: 1660px;
    margin: auto;
}
.dkheaderblock {
    background: transparent;
}
.orgmenu {
  float: right;
  padding-right: 200px;
  padding-top: 125px;
  color: #131416;
}

.sm-dk a {
    font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
    padding: 0 !important;
    font-size: 1.1rem !important;
    color: #131416;
    font-weight: 300!important;
    text-decoration: none;
    list-style-type: none;
    text-shadow: none !important;
}

.sm-dk li {
    border-left: none!important;
    padding-right: 40px !important;
}

.sm-dk a:hover {
    color:rgb(157, 29, 150) !important;
}

.sm-dk > li > a:hover {
  color: #fff !important;  
  text-decoration: underline;
  text-decoration-color: #00a651;
  cursor: pointer;         
  text-underline-offset: 15px;
}

footer {
    background-color: #ff671d;
    color: #fff;
    box-sizing: border-box;
    padding: 50px;
    text-decoration: none !important;
    font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}
footer .footer-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    max-width: 1660px;
}
footer .column {
    overflow: hidden;
}
footer .member {
    overflow: hidden;
    font-size: 16px !important;
}
footer a {
    font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
    color: #5c0f8b;
    text-decoration: none!important;
}
footer a:hover {
    color: #fff;
        font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
        text-decoration: none!important;
}
footer li a{
    text-decoration: none;
}
footer h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
    text-decoration: underline;
    font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin: 0;
    margin-bottom: 10px;
}

footer p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
    color: #fff;
    text-align: left;
}

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(2, 50%);
        position: relative;
        margin: 0 auto;
        clear: both;
        grid-gap: 20px;
        box-sizing: border-box;
    }
    div#sub-footer {
        padding: 15px 50px;
    }
    .footer-container .column:last-child {
        border-left: 1px solid #fff; /* White border on the left side */
        padding-left: 20px;         
    }
}

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

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

#dk-main-menu-mobile {
    text-align: center;
}

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

.center {
    margin: auto;
    width: 60%;
}

.flex{
    display: flex;
    justify-content: center;
}
body > div.dkdivouterblock > table > tbody > tr.dkheaderblock > td {
    background-color: #fff;
    border-bottom: 1px solid lightgray;
}
body > div.dkdivouterblock > table > tbody > tr.dkheaderblock > td > div {
    max-width: 1660px;
    margin: auto;
}

.trust {
    background-color: rgb(157 29 150);
    color: #fff;
    margin-top: -13px;
    display: flex;
    gap: 10px;
    max-width: 1660px;
    border-bottom: 3px solid white;
    padding-bottom: 50px;
    padding-top: 50px;
    margin: auto;
    align-items: center;
}
.logo {
    height: 90px;
}

.proud {
    font-size: 16px;
    font-weight: 700;
}

.links {
    background-color: rgb(157 29 150);
    color: #fff;
    margin-top: -13px;
    display: flex;
    gap: 10px;
    max-width: 1660px;
    padding-top: 10px;
    margin: auto;
    font-size: 18px;
}

.links a {
    color: #fff;
    font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
    font-weight: 700;
}
.links a:hover {
    color: #fff;
    text-decoration: underline!important;
}

.social {
    padding-right: 20px;
}

body > div.dkdivouterblock > table > tbody > tr.dkheaderblock > td {
    background-color: #ea0029;
    border-bottom:none;
}

.sm-dk a span.sub-arrow {
    left: -12%!important;
    bottom: 1px!important;
    border-color: #fff transparent transparent transparent!important;
}

.sub-links{
    display: flex;
    gap: 30px;
    padding-bottom: 35px;
    padding-top: 15px;
    font-size: 16px;
}
.sub-links-bottom{
    padding-top: 15px;
    font-size: 16px;
}
.sub-links-bottom a{
    color: #fff!important;
}
.sub-links-bottom p{
    color: rgb(157 29 150)!important;
}
.mobile-a {
    color:#fff!important;
}
.mobile-a:hover {
    color:rgb(157 29 150)!important;
}
.border-top{
    border-top: 1px solid #fff;
}
.border-top-one{
    border-top: 1px solid #fff;
    padding-bottom: 35px;
}
.ekit_social_media {
  list-style: none;
  display: flex;
  gap: 25px;             /* spacing between buttons */
  padding: 15px 0;
  margin: 0;
}

.ekit_social_media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffffff;   /* white circle */
  border-radius: 50%;
  color: #f75f00;        /* brand orange for icon */
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ekit_social_media a svg {
  width: 15px;
  height: 28px;
}

.ekit_social_media a:hover {
  transform: translateY(-2px);
  background: rgb(157 29 150);  /* invert on hover */
  color: #ffffff;        /* white icon on hover */
}
.follow-us{
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    footer .column {
    border-right: none;
    margin-bottom: 50px;
    }
    footer .footer-container {
        text-align: left;
    }
    .center {
        margin: 0;
        width: 60%;
    }
    .trust {
        flex-direction: column;
        padding-top: 0px;
    }
}
