:root {
	--terms-toolbar-background-colour: #FFF;
	--terms-toolbar-text-colour: black;
	--theme-navmenu-bg-color: #0b2928;
	--theme-navmenu-fg-color: #FFF;
	--theme-footer-bg-color: #f3f7f8;
	--theme-footer-fg-color: white;
	--theme-button-primary-background-color: #0b2928;
	--theme-button-primary-background-color-hover: #242424;
	--theme-button-primary-background-color-focus: #242424;
	--theme-button-primary-background-color-active: #242424;
	--theme-button-primary-text-color-active: #FFF;
	--theme-button-primary-text-color-focus: #FFF;
	--theme-button-secondary-background-color: #353535;
	--theme-button-secondary-background-color-hover: #4d4d4d;
	--theme-button-secondary-text-color-focus: #FFF;
	--theme-button-secondary-background-color-focus: #4d4d4d;
	--theme-button-secondary-background-color-active: #4d4d4d;
	--theme-button-secondary-text-color-active: #FFF;
	--theme-button-primary-text-color-hover: #FFF;
	--theme-button-secondary-text-color-hover: #FFF;
	--theme-button-primary-text-color: #FFF;
	--theme-button-primary-border-color-disabled: #0b2928;
	--theme-button-primary-background-color-disabled: #0b2928;
	--logo-url: url("assets/image/logo/BGPA_small.png");
	--theme-grid-header-bg-colour: #000;
	--theme-grid-row-alt-bg-colour: #F7F7F7;
	--footer-social-icons-mobile-border-top: #303030;
	--footer-social-icons-link-color: #0b2928;
	--footer-social-icons-link-color--hover: #FFF;
	--footer-social-icons-link-bg-color--hover: #0b2928;
}

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

.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");
}

.instagram a {
	background-image: url("../image/instagram.svg");
}
.youtube a {
	background-image: url("../image/youtube.svg");
}
.twitter a {
	background-image: url("../image/twitter.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: #242424 !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 {
	margin-left: 1.25em !important;
	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: 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;
	}
}