:root {
  --terms-toolbar-background-colour: #333132;
  --terms-toolbar-text-colour: #FFFFFF(0, 0%, 0%);
  --theme-navmenu-bg-color: #aa3c4d;
  --theme-navmenu-fg-color: #FFFFFF;
  --theme-footer-bg-color: #333132;
  --theme-footer-fg-color: #FFFFFF;
  --theme-button-primary-background-color: #333132;
  --theme-button-primary-background-color-hover: #333132;
  --theme-button-primary-background-color-focus: #333132;
  --theme-button-primary-background-color-active: #333132;
  --theme-button-primary-text-color-active: #FFFFFF;
  --theme-button-primary-text-color-focus: #FFFFFF;
  --theme-button-secondary-background-color: #333132;
  --theme-button-secondary-background-color-hover: #333132;
  --theme-button-secondary-text-color-focus: #FFFFFF;
  --theme-button-secondary-background-color-focus: #333132;
  --theme-button-secondary-background-color-active: #333132;
  --theme-button-secondary-text-color-active: #FFFFFF;
  --theme-button-primary-text-color-hover: #FFFFFF;
  --theme-button-secondary-text-color-hover: #FFFFFF;
  --theme-button-primary-text-color: #FFFFFF;
  --theme-button-primary-border-color-disabled: #333132;
  --theme-button-primary-background-color-disabled: #333132;
  --logo-url: url("assets/image/logo/MKC.png");
  --theme-grid-header-bg-colour: rgb(21, 34, 122);
  --theme-grid-row-alt-bg-colour: #e4e5eb;
  --footer-social-icons-mobile-border-top: #FFFFFF;
  --footer-social-icons-link-color: #FFFFFF;
  --footer-social-icons-link-color--hover: #FFFFFF;
  --footer-social-icons-link-bg-color--hover: #FFFFFF;
  --logo-left-pad: 0em !important;
}

app-lodge-appeal .background-info #title {
  display: none;
}


.btn-primary {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #FFF;
  text-decoration: none;
  background-color: #0b2928;
}

.footer-container {
  color: #fff !important;
}

.container {
  padding-top: 20px;
  border-bottom: 1px solid white;
}

.split-and-fill {
  border-top-style: none !important;
}

.footer-bottom {
  margin: 10px auto;
  max-width: 960px;
}

.footer-bottom p,
.footer-bottom h5 {
  color: #fff !important;
  padding-top: 10px;
}

.footer-bottom a {
  color: #fff !important;
  text-decoration: underline;
}

.footer-container>div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  padding: 0.75rem;
  width: 100%;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-brand img {
  height: 5.625rem;
}

.footer-socials {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-socials li {
  margin-right: 1rem;
  /* keep original spacing */
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease-in;
  width: 2.5rem;
  height: 2.5rem;
}

.footer-right {
  color: #fff !important;
}

.footer-right p,
.footer-right h5 {
  color: #fff !important;
  margin-bottom: 1rem;
}

.footer-contact p {
  font-size: 1rem;
  line-height: 1.75rem;
}

.footer-contact a {
  color: #fff !important;
  text-decoration: underline;
}

.footer-links {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.footer-link {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.footer-link a {
  color: #fff !important;
  text-decoration: underline;
  transition: color 200ms ease;
}

.footer-link:not(:last-child)::after {
  content: "|";
  margin: 0 0.625rem;
  color: #fff !important;
}

.footer-parent {
  width: 100%;
}

.footer-button {
  background-color: #0b2928 !important;
  color: #FFF !important;
  border-radius: 100px;
  padding: 10px 25px;
}

.footer-button:hover,
.footer-button:focus {
  border-color: #0b2928 !important;
  color: #0b2928 !important;
  background-color: #FFF !important;
}

.common-footer {
  display: flex;
  width: 100%;
  padding-top: 1em;
  justify-content: space-around;
}

.footer-list li:first-child ::after {
  content: "|";
  color: #0b2928;
  padding-left: 1rem;
  padding-right: 1rem;
}

.socialmedia,
.container {
  display: flex;
}

.social-list,
.social-list li,
.footer-list li {
  list-style-type: none;
  display: inline-block;
}

.socialmedia a,
.footer-list li a {
  color: white;
}

.socialmedia a {
  text-decoration: underline;
}

.social-list {
  border-right: 2px solid #0b2928;
  margin-right: 1rem;
  padding-right: 1rem;
}

.social-list li a :hover {
  transform: scale(1.1, 1.1);
}

.social-list li a {
  display: block;
  height: 1.6rem;
  width: 1.5rem;
  margin-left: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.lower-container {
  width: calc(100% + 2em);
}

.facebook a {
  background-image: url("../image/facebook.svg");
}

.facebook a :hover {
  background-image: url("../image/facebook-hover.svg");
}

.instagram a {
  background-image: url("../image/instagram.svg");
}

.instagram a :hover {
  background-image: url("../image/instagram-hover.svg");
}

.youtube a {
  background-image: url("../image/youtube.svg");
}

.twitter a {
  background-image: url("../image/twitter.svg");
}

.instagram a :hover {
  background-image: url("../image/twitter-hover.svg");
}

.linkedin a {
  background-image: url("../image/linkedin.svg");
}

.push {
  margin-left: 6rem;
}

.footer-list-item::after {
  content: "|";
  color: #353535;
  padding-left: 1rem;
  padding-right: 1rem;
}

.social-media-icons-container {
  padding: 0px;
}

.footer-text {
  color: #FFFFFF !important;
  transition: color .4s ease 0ms;
}

.footer-text:hover,
.footer-text:active,
.footer-text:focus {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.social-media-icon {
  height: 1.6rem;
  width: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.social-media-text {
  text-decoration: underline;
}

.social-media-text:hover,
.social-media-text:focus {
  text-decoration: none;
}

.logo {
  height: auto !important;
}

img.side-gap {
  width: 86%;
}

.footer-social-icons {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.footer-social-icons.desktop {
  display: none
}

.footer-social-icons.mobile {
  border-top: 1px solid var(--footer-social-icons-mobile-border-top);
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px
}

.footer-social-icons .footer-social-icons-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--footer-social-icons-link-color);
  color: var(--footer-social-icons-link-color)
}

.footer-social-icons .footer-social-icons-link:hover,
.footer-social-icons .footer-social-icons-link:focus,
.footer-social-icons .footer-social-icons-link:active {
  color: var(--footer-social-icons-link-color--hover);
  background-color: var(--footer-social-icons-link-bg-color--hover);
}

.footer-social-icons .svg-icon {
  width: 24px;
  height: 24px;
  animation: scale-up 2s ease-in-out forwards;
}

.footer-social-icons .linkedin {
  margin-bottom: 7px;
  margin-left: 2px;
}

@keyframes scale-up {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@media (min-width: 1200px) {
  .footer-bottom {
    max-width: 1140px;
  }
}

@media(min-width: 1024px) {
  .footer-social-icons.mobile {
    display: none
  }

  .footer-social-icons.desktop {
    display: flex
  }
}

@media (max-width: 1023px) {
  .common-footer {
    flex-direction: column;
    align-items: center;
  }

  .push {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .social-media-icons-list {
    border-right: 1px solid #353535;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom {
    max-width: 720px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .footer-bottom {
    max-width: 540px;
  }
}

@media (max-width: 768px) {
  .footer-left {
    display: flex;
    justify-content: space-between;
  }

  .footer-socials {
    align-items: flex-end;
  }

  .wrapper {
    flex-wrap: wrap;
  }

}