
[data-theme="light"],
[data-theme="dark"] {
	--fbtn-bg-color: var(--c-lime-green);
	--fbtn-txt-color: #000;
}
[data-theme="hcdark"] {
	--fbtn-bg-color: var(--c-almost-black);
	--fbtn-txt-color: #fff;
}
[data-theme="hclight"] {
	--fbtn-bg-color: #fff;
	--fbtn-txt-color: #000;
}


.banner { position: relative; display: block;}

.banner-caption { z-index: 1; bottom: 2rem; left: 2rem; width: 40rem; position: absolute; background-color: #fff; padding: 2rem }
.banner-img { max-width: 100%; width: 100%;}
.banner .button { width: auto; display: inline-block }
.banner h2 { font-size: 1.8rem; }
.banner { text-decoration: none; color: #000 }
.banner:hover, 
.banner:active,
.banner:focus   { color: #000}
@media (max-width: 1230px) {
	.banner-caption { position: relative; z-index: 0; width: auto; bottom: 4rem; left: 0; margin: 0 2rem }
}


.btn-wrap { margin-bottom: 2rem}
.button.full { width: 100%; display: block}
.button.w-icon.feedback { background-image: url(../img/icon-contact.png); background-color: var(--c-orange); color: #fff}
.button.concern-child { background-color: var(--c-orange); color: #000 }
.button.w-icon.pol-proc { background-image: url(../img/icon-policies-dark.png); font-size: 22px; }
.button.w-icon.pub-reviews { background-image: url(../img/icon-feedback-dark.png); font-size: 22px; }
.button.w-icon.families { background-image: url(../img/icon-families-dark.png); font-size: 22px; }
[data-theme="hcdark"] {
	.button.w-icon.pol-proc { background-image: url(../img/icon-policies-light.png); font-size: 22px; }
	.button.w-icon.pub-reviews { background-image: url(../img/icon-feedback-light.png); font-size: 22px; }
	.button.w-icon.families { background-image: url(../img/icon-families-light.png); font-size: 22px; }
}

.feature-buttons { margin: 2rem 0; }
.feature-buttons .button { background-color: var(--fbtn-bg-color); color: var(--fbtn-txt-color)}

.feature-box { background-color: var(--fb-bg-color); color: var(--fb-txt-color) }
.feature-box .title { margin: 0; padding-left: 52px;background-color: var(--fb-title-bg-color); color: var(--fb-title-txt-color); background-image: url(../img/icon-featured.png); background-repeat: no-repeat; background-position: 10px 11px; background-size: 30px}
.feature-box .content { padding: 10px }
.feature-box .content p:first-child { margin: 0 }


:root, 
[data-theme="light"],
[data-theme="dark"] {
	--bgbtn-bg-color: var(--c-claret);
	--bgbtn-txt-color: #fff;
	--bgbtn-hover-bg-color: var(--c-orange);
	--bgbtn-hover-txt-color: #000;
}
[data-theme="hcdark"] {
	--bgbtn-bg-color: var(--c-almost-black);
	--bgbtn-txt-color: #fff;
	--bgbtn-hover-bg-color: inherit;
	--bgbtn-hover-txt-color: inherit;
}
[data-theme="hclight"] {
	--bgbtn-bg-color: #fff;
	--bgbtn-txt-color: #000;
	--bgbtn-hover-bg-color: inherit;
	--bgbtn-hover-txt-color: inherit;
}


.button-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; width: 100%; }
.button-grid p {display: flex;flex-direction: column;}
.button-grid p a { flex-grow: 1; display: flex; align-items: center; justify-content: center;text-align: center;text-decoration: none;padding: 12px 20px;font-weight: 600;  transition: background-color 0.2s ease; background-color: var(--bgbtn-bg-color);color: var(--bgbtn-txt-color);}
.button-grid p a:hover { background-color: var(--bgbtn-hover-bg-color);color: var(--bgbtn-hover-txt-color); }
@media only screen and (max-width: 1024px) {
.button-grid { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 600px) {
.button-grid { grid-template-columns: repeat(1, 1fr); }
}


#google_translate_element {
    float: right;
    margin-left: 10px;
    margin-top: 4px;
}

.button-wrap-2 {margin: 50px 0;}

.banner {
	max-width: 100%;
}

.content h1 { color: var(--c-claret); margin-bottom: 2rem }

@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
    }
}

.pad-t {
    font-weight: normal;
}

.latest-news-wrap .all-news {
    font-size: 1.5em;
}

.footer-row a {
    text-decoration: none;
}
.footer-row address { margin-bottom: 2rem; }
.footer-row address p { margin-bottom: 0.5rem;}
.footer-row p { margin-bottom: 2rem;}
 

ul.inline a {
	text-decoration: none;
}

.card .title {
    font-weight: normal;
    font-size: 1.4em;
}

hr {
color: #ececec;
}



