@deferrable {}

:root {
	--bizfair-green:#70A300;
	--bizfair-orange: #d76749;
}

.text-responsive {
	font-size: calc(100% + 1.5vw);
}

#navbarNavDropdown .navbar-nav:first-child > li:first-child {
	display: block; 
}

#page-header #main-navigation .container-fluid {
	padding:0;
}
.navbar-brand img {
	/*height:2.8em !important;*/
	height: 4.8em !important;
}




/* for navigation links that have target of _blank append external link icon */
a.external-link:after
/*nav#main-navigation a.nav-link[target=_blank]:after*/ {
	content: '\f35d';
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
}

/* hide the left and right module buttons for everyone not admin */
body div[data-security-active-roles] ul.module-buttons li.btn-module-move-left,
body div[data-security-active-roles] ul.module-buttons li.btn-module-move-right {
	display: none;
}

body div[data-security-active-roles*=admins] ul.module-buttons li.btn-module-move-left,
body div[data-security-active-roles*=admins] ul.module-buttons li.btn-module-move-right {
	display: block;
}

/* michael mcnabb 20230725, hide these ticklers */
.module-type-events .OldTickler,
.module-type-events .NewTickler {
	display:none;
}

/* bizfair style */
[data-alias="bizfair"] .bizfair-green, [data-alias="bizfair"] h6, [data-alias="bizfair"] .h6 {
	color: var(--bizfair-green); /* was #80bb00, which is too light */
	-text-shadow: 0 0 5px #000 !important;
	-filter: drop-shadow(0px 0px 4px black) !important;
}

.bizfair-hover-orange:hover {
	background: var(--bizfair-orange) !important;
}




/* set/increase navigation height to accomodate various add-ons */
:root {
	--topNavHeight: 7rem; /* 7.2 rem -- oria  */
	--socialMedia: calc(var(--topNavHeight) * 0.73);
}

nav#main-navigation {
	height: var(--topNavHeight);
}

.header-mr-tp {
	margin-top: var(--topNavHeight) !important;
}



.footer-social-link, .header-social-link {
	display: block !important; /* Michael McNabb 20230502, show! */
}


/* footer social logos default to white right now */
ul.footer-social-link li i.fab {
	color:white;
}



.pageBanner-section, .pageBanner-section.home-masthead, .footer-section {
	background-color: var(--gray-dark);
	background-color:color-mix(in srgb, var(--gray-dark) 40%, black);
}

.link-txt-box {
	background: white;
	box-shadow: 0px 4px 14px 0px #00000033;
	border-radius: 5px;
}
.link-txt-btn {
	color: var(--tGreen-color) !important;
}

.pageBanner-section .square-calendar {
	position: relative;
	background: #ffc610;
	border-radius: 2rem;
	box-shadow: 2px -2px 3px 0px black inset;
}

@media (min-width: 280px) and (max-width: 480px) {
	.pageBanner-section .square-calendar {
	border-radius: 1rem;
	}
}

.pageBanner-section .square-calendar:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.pageBanner-section a#BizFair:after,
.no-box-arrow:after {
	content: "" !important;
}

/* tweak navigation */
#main-navigation .navbar-nav:not(.sm-collapsible):not(#contact-us) .dropdown-menu .nav-link:focus,
#main-navigation .navbar-nav:not(.sm-collapsible):not(#contact-us) .dropdown-menu .nav-link:hover,
#main-navigation .navbar-nav:not(.sm-collapsible):not(#contact-us) .dropdown .nav-link:hover {
	background-color: #d8ecf3 !important;
}



.header-social-link {
	position: absolute;
	top: var(--socialMedia); /*5rem;*/
	font-size: 85%;
	padding-right: 0.5rem;
	width: inherit;
	text-align: right;
}

	.header-social-link li {
		display: inline-block;
		padding: 0;
	}

		.header-social-link li a {
			/*color: #ffffff;*/
			font-weight: 400;
		}


/*------------------------*/
/*      Mobile View       */
/*------------------------*/
@media (min-width: 280px) and (max-width: 480px) {

/*
	.header-social-link {
		
	}
*/

}

.pp-testimonials .pp-testimonial {
	position: relative;
}

.pp-testimonial {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #0080c5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}


.pp-testimonials .pp-testimonial:before {
	content: "";
	position: absolute;
	left: 50px;
	top: -25px;
	width: 50px;
	height: 50px;
	background: url(/portals/_bizfair/graphics/icons/Q.png);
}


.pp-testimonials-grid .pp-testimonials {
	grid-gap: 50px;
}
.pp-testimonials-grid-1 .pp-testimonials {
	grid-template-columns: repeat(1, 1fr);
	display: grid;
}

.pp-testimonial .pp-testimonials-content {
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

/*
	Less tall top banners, per request by Annika 20250721
*/
.page-top-banner {
	padding:0 0 3rem;
}
.page-top-banner >:first-child {
	padding-top: 2rem;
}
.top-sub-title {
	margin-bottom:0; /* this bottom space after the breedcrumb, isn't necessary */
}
/* end of modification */