BODY {
	FONT-SIZE: 16px;
	COLOR: #000;
	font-family: "Barlow", sans-serif;
	text-align:left;
    margin: 0px !important;
}
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;
}
.header a {
    text-decoration: none;
}
.header a:hover {
    color:#37a80b4!important;
}
.orgmenu {
    float: right;
    padding-right: 50px;
    padding-top: 50px;
}
.mobile-orgmenu {
    text-align: center;
}
#dk-main-menu > li {
    list-style: none!important;
    padding-left: 10px;
}

.sm-dk a {
    text-decoration: none;
    font-family: "Montserrat", sans-serif!important;
    padding: 0 !important;
    font-size: 16px!important;
    font-weight: 600!important;
    color: #3e3e3e;
}
.sm-dk a:hover {
    color:#37a80b!important;
}

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

#menu-button-mobile {
  float: right;
}

.footerWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #eeeeee;
  padding-bottom: 40px;
  border-top: none; 
  font-family: 'Barlow', sans-serif;
   padding-left: 100px;
   padding-right: 100px;
}

.pattern {
    display: block;
    content: "";
    height: 50px;
    width: 100%;
    background-image: url('/orgheaders/4976/footer-pattern.svg');
}

.footerWrap > * {
  position: relative;
  z-index: 2;
}
.fLeft, .fRight {
  width: 48%;
  font-family: 'Barlow', sans-serif;
}

.fLeft h3,
.fRight h3 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 900;
  border-bottom: 2px solid #111;
  padding-bottom: 5px;
}

.fLeft p,
.fRight ul {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.fRight .fnav {
  display: flex;
  gap: 25px;
}

.fRight nav ul {
  list-style: none;
  padding: 0;
  font-family: 'Barlow', sans-serif;
}

.fRight nav ul li {
  margin-bottom: 6px;
}

.fRight nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
}

.fRight nav ul li a:hover {
  color: #37a80b;
}

.social a {
  font-size: 20px;
  color: #000;
  display: inline-block;
  margin-top: 10px;
}

footer .copyright {
  font-size: 12px;
  color: #333;
  margin-top: 20px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.fLeft a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  line-height: 1.5em;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .footerWrap {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .fLeft, .fRight {
        width: 100%;
    }
    .fRight .fnav {
        display: block;
    }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  background-color: white;
}

.logo img {
  height: 80px;
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
    ul.sm li {
      float: none!important;
    }
}

#menu-button-mobile > img {
  visibility: hidden!important;
}

.preFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 90px;
    padding-right: 35px;
    background-color: #eeeeee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.preFooter .preFooterText {
    flex-basis: 50%;
}

.preFooter .preFooterLogos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    gap: 20px;
}

.preFooter h4 {
    font-size: 2.5em;
    color: #1b1c20;
    margin: 0;
    line-height: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 900;
}

.preFooter .preFooterLogos div {
    width: 33.333%;
}

.preFooter .preFooterLogos div img {
    height: 70px;
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 880px) {
    .preFooter .preFooterText {
        flex-basis: 100%;
    }
    .preFooter .preFooterLogos div img {
      height: auto;
    }
}

@media only screen and (max-width: 880px) {
    .preFooter {
        flex-direction: column;
    }
}

@media only screen and (max-width: 880px) {
    .preFooter h4 {
        margin: 0 0 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 880px) {
    .preFooter .preFooterLogos {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 880px) {
    .preFooter .preFooterLogos {
      flex-direction: column;
    }
}

@media only screen and (max-width: 880px) {
    .preFooter {
      padding-right: 0;
      padding-left: 0;
      margin-bottom: -25px;
    }
}