BODY {
	FONT-SIZE: 16px;
	COLOR: #
    font-family: "Montserrat", 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;
}


footer {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background-color: #1d1e22;
  flex-wrap: wrap;
}

.fLeft {
  display: flex;
  max-width: 75%;
}
.fRight {
  display: flex;
  max-width: 25%;
}

.fLogo img {
  width: 120px;
  margin: 30px;
}

.fSpacer {
  border-left: 2px solid #c2a62c;
  margin: 20px 0;
}

.hours,
.contact {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 25px;
}

.copy {
  font-size: 14px;
  font-weight: 400;
}

.copy a {
  color: #ffffff;
  text-decoration: none;
}

.copy a:hover {
  text-decoration: underline;
}

.fNewsletter h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

.btn.white {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #c2a62c;
  padding: 15px 30px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
  font-size: larger;
}

.btn.white:hover {
  background-color: #c2a62c;
  color: #1d1e22;
}

footer p {
    color: #FFFFFF;
    font-weight: 400 !important;
    font-family: "Montserrat", sans-serif;
}


.topHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1d1e22;
  color: #fff;
  padding: 10px 20px;
  border-bottom: 2px solid white;
  height: 100px;
}

.logo img {
  height: 75px;
  filter: brightness(0) invert(1); /* ensures logo is white if it's dark */
}

.headerRight {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social a {
  color: white;
  font-size: 24px;
  margin-right: 10px;
  text-decoration: none;
}

.social a:hover {
  opacity: 0.8;
}

.divider {
  width: 3px;
  height: 120px;
  background-color: white;
  margin: 0 20px;
}

@media screen and (max-width: 1024px) {
  .fLeft,
  .fRight {
    max-width: none;
    width: 100%;
    text-align: center;
    display: block;
  }
  .fSpacer {
    display: none;
  }
}


.header a {
    text-decoration: none;
}
.header a:hover {
    text-decoration: underline!important;
}
.orgmenu {
    height: 50px;
    background: #1d1e22;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid white;
}
.mobile-orgmenu {
    text-align: center;
    background: #1d1e22;
}
#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: #fff;
}
.sm-dk a:hover {
    color:#fff;
}

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

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

.inner-orgmenu {
  display: flex;
  align-items: center;
}

.inner-orgmenu a:hover{
  text-decoration: underline!important;
  color: #fff!important;
}

#dk_header_mobile > table > tbody > tr:nth-child(1) > td > table > tbody {
  background: #1d1e22;
}

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

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

.preFooter {
    background-color: #bea32e;
    padding: 30px 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.preFooter h4 {
    font-size: 2.5em;
    color: #1b1c20;
    margin: 0;
}

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

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

@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 div {
        width: 30%;
    }
}