@charset "UTF-8";

/*
	Theme Name: Dino 2022
	Theme URI: https://www.dino-digtal.com
	Description: Twenty Twenty-Five Child Theme
	Author: Dino Digital
	Author URI: https://www.dino-digital.com/
	Template: twentytwentyfive
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: tpx-impact
	Text Domain: twentytwentyfive-child
*/

.grecaptcha-badge { position:relative!important; right:auto!important; bottom:auto!important; height:1px!important; overflow:hidden!important; }
video, iframe { max-width:100%; width:100%; }
body, :root :where(body) { margin:0; font-family:'Open Sans', sans-serif; font-weight:500; font-size:1em; }
.hide { display:none!important; }
:root :where(h1), :root :where(h2), :root :where(h3), :root :where(h4), :root :where(h5), :root :where(h6),
h1, h2, h3, h4, h5 { color:#2f67b2; font-family:'Playfair Display', serif; font-weight:700; }
a { color:#2f67b2; }
:root :where(a:where(:not(.wp-element-button))), a, 
a:hover { color:#000; }
div { position:relative; height:auto; box-sizing:border-box; }
h1 { font-size:2em; }
h2 { font-size:1.6em; }
h3 { font-size:1.4em; }
h4 { font-size:1.1em; }
img { max-width:100%; border-radius:6px; }
.card-deck .card { border-radius:8px; margin-left:10px; margin-right:10px; }
.card-body { padding:0.8rem; }
.card-body img { margin-bottom:20px; border-top-left-radius:3px; border-top-right-radius:3px; }
header.wp-block-template-part img,
footer.wp-block-template-part .logo img { width:280px; height:auto; }
.wp-block-column { position:relative; }
div.float { position:absolute; top:50%; width:100%; text-align:center; margin-top:0; }
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) { width:100%; max-width:100%; border-color:#dee2e6; color:#dee2e6; border-bottom: solid 1px; }
body .wp-site-blocks { width:100%; padding-left:0; padding-right:0; }
.wp-block-dino-blocks-copyright p { color:#FFF; text-align:center; font-size:0.8em; margin:0; }
footer.wp-block-template-part { overflow:hidden; }
#dino_cookie_footer { box-sizing: border-box; color:#FFF; }
.d-none { display:none; }
.wp-block-post-content { padding-left:20px; padding-right:20px; }
.headerIntro { position:relative; }
.headerIntro .caption { top:0; display:flex; justify-content:center; height:90%; align-items:center; flex-direction:column; position:absolute; bottom:1.25rem; padding-top:1.25rem; padding-bottom:1.25rem; color:#fff; text-align:center; width:100%; }
.headerIntro img { width:100%; height:auto; }
.headerIntro h1 { font-size:3.2em!important; }
.headerIntro h1, .headerIntro h1 a { color:#2f67b2; text-shadow:none; }

.home header.wp-block-template-part .wp-block-spacer { display:none; }
.home .wp-block-post-content { margin:0; padding:0; }

.tabbedList { justify-content:center; display:flex; flex-wrap:wrap; list-style:none; margin:0; padding:0; }
.tabbedList li { margin:0 6px; border:0!important; }
.tabbedList .tabbed_selector { display:block; text-align:center; margin:0 0 20px; padding:8px 14px; width:100%; -webkit-box-shadow:0px 2px 6px 0px rgb(0 0 0 / 20%); -moz-box-shadow:0px 2px 6px 0px rgba(0,0,0,0.2); box-shadow:0px 2px 6px 0px rgb(0 0 0 / 20%); text-decoration:none; border-radius:0.25rem; border:solid 1px #FFF; box-sizing:border-box; }
.tabbedList .tabbed_selector:hover, 
.tabbedList .tabbed_selector.active { color:#FFF!important; background:#2f67b2!important; border:solid 1px #2f67b2!important; }

@media screen and (max-width: 700px) {
.tabbedList li { min-width:auto; }
.tabbedList .tabbed_selector { padding:6px 20px; }
.tabbedList { margin:0; }
}
@media screen and (max-width: 420px) {
.tabbedList li { margin:0 10px; }
.tabbedList .tabbed_selector { padding:6px 16px; }
}

.wp-block-accordion-heading__toggle-icon {
	font-size: 1.4em;
	transform-origin: center;
	display: block;
	text-align: center;
	line-height: .8em;
}
.wp-block-details summary {
	position: relative;
	padding-right:22px;
}
.wp-block-details summary::marker {
	content: ' ';
}
.wp-block-details summary::after {
	content: ' ';
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSI+PHBhdGggZD0iTTEuNTAwMDIgNEw2LjAwMDAyIDhMMTAuNSA0IiBzdHJva2U9IiMyMjIiIHN0cm9rZS13aWR0aD0iMS41Ij48L3BhdGg+PC9zdmc+');
	width:12px;
	height:12px;
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
}