BODY {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align:left;
}

table.dkcenterblock {
    max-width: 1310px;
    margin: 0 auto;
    float: none;
}

.dkdivouterblock {
    background-color: #FFFFFF;
}

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

#dk_header_standard > header > div.logo > a > img {
    width: 100%;
    margin-top: 25px;
    max-width: 100%;
    height: auto;
    display: block;
}

.header a {
  text-decoration: none;
}

.header a:hover {
  color: #117bb8 !important;
}

.orgmenu {
    display: flex;
    justify-content: center;
    width: 100%;
}

#dk-main-menu > li {
  list-style: none !important;
}

.sm-dk a {
  text-decoration: none;
  padding: 0 !important;
  font-size: 22px !important;
  font-weight: 100 !important;
  color: #404040;
  font-family: "Quicksand", sans-serif !important;
}

.sm-dk a:hover {
  color: #117bb8 !important;
}

.sm-dk li {
  border-left: none !important;
  list-style-type: none;
  float: left;
}

#dk-main-menu {
    display: flex;
    gap: 50px;
    justify-content: flex-start;
}

#dk-main-menu-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
}

.site-footer {
  background-color: #ffff;
  padding: 2rem 0;
  color: #333;
  font-family: sans-serif;
  font-size: 0.95rem;
}
.footer-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
  font-family: "Quicksand", sans-serif !important;
}
.footer-nav {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.footer-nav li {
  display: inline-block;
  margin: 0 1rem;
}
.footer-nav a {
  text-decoration: none;
  color: rgb(94, 94, 94);
    border-bottom: 1px solid rgb(0, 111, 186);
    padding-bottom: 3px;
}
.footer-social {
  margin: 1rem 0;
  padding-top: 25px;
}
.footer-social a {
  margin: 0 0.5rem;
  display: inline-block;
}
.footer-contact p {
  margin: 1.25rem 0;
  font-size: 16px;
  text-wrap: pretty;
      line-height: 1.8;
}
.footer-contact a {
    text-decoration: none;
  color: rgb(94, 94, 94);
    border-bottom: 1px solid rgb(0, 111, 186);
    padding-bottom: 3px;
}
.footer-meta {
  margin-top: 1rem;
  font-size: 0.85rem;
}
.footer-meta a {
  color: #0073e6;
  text-decoration: none;
}

.header-container {
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}

.logo {
  flex: 1;
  display: flex;
  justify-content: center; /* centers the image horizontally */
}

.logo img {
  max-width: 500px;  /* reduce size as needed */
  height: auto;
}

.phone a {
    color: rgb(94, 94, 94);
    font-family: "Quicksand", sans-serif !important;
    text-decoration: none;
    font-size: 18px;
}
.social-icons a{
    text-decoration:none;

}
.fb {
    padding-right: 10px;
}