/*
Theme Name: NATIVE Project - Beaver Builder Child Theme
Theme URI: https://vexingmedia.com
Version: 1.0
Description: Website theme designed by Vexing Media for The NATIVE Project
Author: Vexing Media
Author URI: https://vexingmedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/*** MISC ***/

.fl-post-feed-post {
	border-bottom: 0;
}

@media screen and (min-width: 769px) {
	.break-space {
		display: block;
	}
}

h2 {
	color: #15596a;
}

.fl-rich-text blockquote {
	border-top: 4px solid #93d2ea;
	border-bottom: 4px solid #93d2ea;
	color: #15596a;
	font-style: italic;
	font-weight: 600;
	padding: 20px 40px;
}

.bigger-text {
	font-size: 1.4em !important;
}

body:not(.fl-builder-edit) .banner-heading-row {
	overflow: hidden;
}

.banner-heading-row h2 span {
	position: relative;
	z-index: 1;
	color: #fff;
}

.banner-heading-row h2 span::before {
	content: '';
	background: #15596a;
	height: 250%;
	width: 200vw;
	position: absolute;
	left: calc(50% - 100vw);
	top: -50%;
	z-index: -1;
}

/* Remove Bottom Margin From Last P in BB Text Module */
.fl-rich-text p:last-child {
   margin-bottom: 0;
}

/* Button Push */
.btn-push .fl-col-content {
	display: flex;
	flex-direction: column;
}

.btn-push .fl-col-content .fl-module-button {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.galahad,
.galahad h1,
.galahad h2,
.galahad h3,
.galahad h4,
.galahad h5,
.galahad h6 {
	font-family: "galahad-std", sans-serif !important;
}

.blue {
	color: #15596a;
}

/* BB Button Alternate Styles */
.fl-page .btn-white a.fl-button {
	background: #ffffff;
}

.fl-page .btn-white a.fl-button span {
	color: #b34338;
}

.fl-page .btn-white a.fl-button:hover {
	background: #b34338;
}

.fl-page .btn-white a.fl-button:hover span {
	color: #fff;
}

/*** Header ***/
.fl-page > header {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}

.topbar-addr .fl-html {
	display: flex;
	font-size: 0.85em;
	justify-content: space-between;
}

.topbar-addr-left {
	padding-right: 10px;
}

.topbar-addr-right {
	padding-left: 10px;
}

@media screen and (max-width: 992px) {
	.topbar-addr .fl-html {
		display: block;
		text-align: center;
	}

	.topbar-addr-left {
		padding-right: 0;
		padding-bottom: 5px;
	}

	.topbar-addr-right {
		padding-left: 0;
	}
}

.header-top-links {
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: flex-end;
}

.header-top-links li:first-child {
	border-right: 1px solid #534d4f;
}

.header-top-links a {
	padding: 12px 10px;
	text-decoration: none;
}

.header-top-links a.button {
	margin-left: 16px;
	padding: 12px 44px;
	text-decoration: none;
}

.header-top-links a:not(.button):hover {
	text-decoration: underline;
}

.header-search {
	background: #f7f4f4;
	padding: 10px;
}

.header-search input {
	background: #fff;
	border-radius: 0;
	border-color: #534d4d;
	padding: 10px;
	background: #fff url(https://nativeproject.org/wp-content/uploads/2025/02/icon-search.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

/* Equal Width Nav */
@media screen and (min-width: 769px) {
	#menu-main-menu {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	#menu-main-menu > li {
		flex: 1 0 auto;
	}

	#menu-main-menu .fl-has-submenu-container > a:after {
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		position: relative;
		left: 10px;
		border-right: 2px solid;
		border-bottom: 2px solid;
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
			transform-origin: right bottom;
		-webkit-transform: translateX( -5px ) rotate( 
	45deg
	 );
		-ms-transform: translateX( -5px ) rotate( 45deg );
		transform: translateX( -5px ) rotate( 
	45deg
	 );
	}
	
	#menu-main-menu .fl-has-submenu-container .fl-menu-toggle {
		display: none;
	}
	
	#menu-main-menu .mobile-only {
		display: none;
	}
}

/* Clear BB's Default Nav Item Border */
#menu-main-menu li,
#menu-main-menu li li {
	border: 0;
}

/* Highlight Active/Hover Menu Items */
#menu-main-menu li a:hover,
#menu-main-menu li.current-menu-item > a,
#menu-main-menu li.current-menu-item > div > a,
#menu-main-menu li.current_page_ancestor > div > a {
	background: #b34338;
	color: #fff;
}

/* Banner Alert */
#header-banner_alert .fl-post-grid-empty {
	display: none;
}

#header-banner_alert .fl-post-feed-post {
	padding-top: 0;
	padding-bottom: 0;
}

#header-banner_alert .fl-col {
	min-height: 0;
}

.fl-builder-edit #header-banner_alert .fl-post-grid-empty {
	display: flex;
}

#header-banner_alert h2 {
	margin: 0;
	padding: 0;
	color: #fff;
}

#header-banner_alert h2 a {
	color: #fff;
}

#header-banner_alert h2 a:hover {
	text-decoration: none;
}

/*** Footer ***/
.fl-page > footer {
	-webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.1);
	position: relative;
}

footer h3 {
	color: #6cc0c4;
	font-size: 1.3em;
}

footer a {
	text-decoration: none;
}

footer a:hover,
footer .fl-menu a:hover {
	text-decoration: underline;
}

body:not(.home) footer {
	margin-top: 40px;
}

/*** Home Page ***/
#masthead {
	position: relative;
}

#masthead.fl-row-bg-video .fl-row-content,
#masthead.fl-row-bg-embed .fl-row-content  {
	position: initial;
}

@media screen and (min-width: 769px) {
	#masthead-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		background: rgba(21, 89, 106, 0.9);
		padding: 15px 20px 10px;
	}
}

@media screen and (max-width: 768px) {
	#masthead-overlay {
		background: rgba(21, 89, 106, 1);
	}
}

.home-campus-col {
	display: flex;
}

.home-campus-col .fl-col-content > div:nth-of-type(2) {
	flex-grow: 1;
}

#home-icon-group ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

#home-icon-group li {
	border: 2px solid #f7f4f4;
	margin: 5px;
	width: calc(33% - 10px);
	display: flex;
	align-items: center;
}

#home-icon-group a {
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 600;
	flex-grow: 1;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px;
}

#home-icon-group span.home-icon {
	min-width: 75px !important;
	min-height: 75px !important;
	max-width: 75px !important;
	max-height: 75px !important;
	border: 2px solid #71c4c7;
	border-radius: 100%;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

#home-icon-group span.icon-schedule {
	background-image:url(https://nativeproject.org/wp-content/uploads/2025/03/icon-schedule.gif);
}

#home-icon-group span.icon-health_safety {
	background-image:url(https://nativeproject.org/wp-content/uploads/2025/03/icon-health_safety.gif);
}

#home-icon-group span.icon-events {
	background-image:url(https://nativeproject.org/wp-content/uploads/2025/03/icon-events.gif);
}

#home-icon-group span.icon-your_visit {
	background-image:url(https://nativeproject.org/wp-content/uploads/2025/03/icon-your_visit.gif);
}

#home-icon-group span.icon-for_patients {
	background-image:url(https://nativeproject.org/wp-content/uploads/2025/03/icon-for_patients.gif);
}

#home-icon-group span.icon-press_room {
	background-image:url(https://nativeproject.org/wp-content/uploads/2025/03/icon-press_room.gif);
}

@media screen and (max-width: 768px) {
	#home-icon-group ul {
		flex-direction: column;
	}
	
	#home-icon-group li {
		flex: 1 0 auto;
		width: calc(100% - 10px);
	}
}

#home-news h2 {
	line-height: 1.2em;
}

#home-news h2 a {
	text-decoration: none;
}

#home-news h2 a:hover {
	text-decoration: underline;
}

#home-news .btn-read_more {
	margin-top: 30px;
	padding-bottom: 20px;
}

#home-news .btn-read_more a {
	background: #fff;
	border: 1px solid #b34338;
	padding: 12px 24px;
	color: #b34338;
	font-weight: 600;
	text-decoration: none;
}

#home-news .btn-read_more a:hover {
	background: #b34338;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#home-news {
		flex-direction: column-reverse;
	}
}

/*** Interior Pages ***/

/* Interior Page Header */
#interior-page-header {
	overflow: hidden;
}

#interior-page-header h1 span::before {
	content: '';
	background: rgba(21, 89, 106, 0.9);
	position: absolute;
	top: -10%;
	right: -10%;
	width: 100vw;
	height: 150%;
	display: block;
	z-index: -1;
}

#interior-page-header h1 {
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 992px) {
	#interior-page-header h1 span::before {
		width: 120vw;
	}
}

/* Providers */
#providers-box .fl-post-feed {
	display: flex;
	flex-wrap: wrap;
}

#providers-box .fl-post-feed-post {
	overflow: initial;
	display: flex;
	width: calc(50% - 20px);
}

#providers-box .fl-post-feed-post:nth-child(odd) {
	margin-right: 10px;
}

#providers-box .fl-post-feed-post:nth-child(even) {
	margin-left: 10px;
}

#providers-box .fl-post-feed-post:last-child {
	margin-bottom: 40px !important;
}

#providers-box .provider-img {
	margin-right: 20px;
	background-position: center;
	min-height: 200px;
	min-width: 200px;
	max-height: 200px;
	max-width: 200px;
}

#providers-box h2 {
	font-size: 1.6em;
	margin-bottom: 0;
}

#providers-box .provider-job_title {
	font-size: 1.2rem;
	line-height: 1.1em;
	color: #15596a;
}

#providers-box .provider-text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

#providers-box .provider-excerpt {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.provider-text h2 {
	font-size: 2rem;
	line-height: 2.2rem;
	margin-bottom: 0;
}

.provider-text h2 a {
	text-decoration: none;
}

.provider-job_title {
	font-size: 1.4rem;
	color: #15596a;
}

.provider-specialties {
	color: #b44338;
	padding: 10px 0 !important;
}

.provider-excerpt {
	margin: 20px 0 0;
	font-size: 0.9rem;
}

.provider-excerpt a {
	background: #b44338;
	padding: 12px 24px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #b44338;
	width: 200px;
	text-align: center;
}

.provider-excerpt a:hover {
	background: #fff;
	color: #b44338;
}

#provider-singular h2 {
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	#providers-box .fl-post-feed {
    grid-template-columns: 1fr;
  }
	
	#providers-box .fl-post-feed-post {
		flex-direction: column;
		margin-bottom: 80px;
		text-align: center;
	}
	
	#providers-box .provider-img {
		margin: 0 auto;
	}
	
	#providers-box h2 a {
		font-size: 1.6rem;
	}
	
	#providers-box .provider-text,
	#providers-box .provider-excerpt {
		display: block;
	}
}

/* Events */
#fl-main-content .tribe-events-l-container {
	max-width: 1100px;
	width: calc(100% - 40px);
	padding: 40px 20px 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover {
	font-size: 16px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:focus {
	color: #b34338;
  border-color: #b34338;
  background-color: #fdfbfb;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
	font-size: 16px;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
	background: #b34338;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border-color: #b34338;
	border-radius: 0;
	color: #b34338;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background: #b34338;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
	background-color: #e9ba4d;
  content: "";
  display: block;
  flex: auto;
  height: 1px;
	margin-left: 20px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	text-transform: uppercase;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	font-size: 1.5rem;
	font-weight: 700;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
    font-size: 0.8rem;
    text-decoration: none !important;
    border: 1px solid #b44338;
    border-radius: 4px;
}

.tribe-common .tribe-common-c-btn-border-small:hover,
.tribe-common a.tribe-common-c-btn-border-small:hover {
  border: 1px solid #6fc3c6;
	color: #6fc3c6;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
	margin-right: 10px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    padding: 12px 20px 10px 40px;
}

.tribe-events .tribe-events-c-events-bar__views {
	display: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
	background: transparent;
	color: #333;
	border: 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
  font-size: 2rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
  height: 8px;
  width: 11px;
	display: block;
  margin-left: 8px;
}

.tribe-common .tribe-common-c-svgicon__svg-fill {
  fill: #b44338;
}

.tribe-events-c-top-bar__nav-list button,
.tribe-events-c-nav__list button {
	background: transparent;
	border: 0;
	color: #b44338;
}

.tribe-events-c-top-bar__nav-list button:hover,
.tribe-events-c-nav__list button:hover {
	cursor: pointer;
}

.tribe-events-c-nav__list button span {
	text-decoration: underline;
}

.tribe-events-c-nav__prev-label,
.tribe-events-c-nav__next-label {
	font-size: 0.9rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg {
  width: 9px;
	display: block;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg {
  margin-right: 15px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg {
	margin-left: 15px;
}

.tribe-events .tribe-events-c-ical__link {
  border: 1px solid #b44338;
  border-radius: 4px;
	text-decoration: none !important;
}

.tribe-events .tribe-events-c-ical__link-icon-svg {
    display: block;
    flex: none;
    margin-right: 8px;
    width: 10px;
}
.tribe-common .tribe-common-c-svgicon {
    color: #b44338;
}

.tribe-events .tribe-events-c-ical__link-icon-svg path {
    stroke: currentColor;
}

.tribe-events .tribe-events-c-ical__link:hover {
  border-color: #6fc3c6;
}

.tribe-events .tribe-events-c-ical__link:hover .tribe-events-c-ical__link-icon-svg path {
    stroke: #6fc3c6;
}

.single-tribe_events .tribe-events-event-image {
	display: none;
}

/* Subnav Boxes */
ul.subnav-boxes {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	justify-content: center;
}

ul.subnav-boxes li {
	border: 2px solid #b34338;
	margin: 10px;
	width: calc(33.3% - 20px);
	display: flex;
	justify-content: center;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	position: relative;
	align-items: center;
}

ul.subnav-boxes li a {
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 600;
	display: block;
	height: 100%;
	width: 100%;
	padding: 30px 40px;
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.subnav-boxes li a:hover {
	background: #b34338;
	color: #fff;
}

@media screen and (max-width: 768px) {
	ul.subnav-boxes {
		flex-direction: column;
	}
	
	ul.subnav-boxes li {
		flex: 1 0 auto;
		width: calc(100% - 20px);
	}
	
	ul.subnav-boxes li a {
		min-height: 75px;
	}
}

/* News */
#news-feed .fl-post-feed-more {
	background: #b34338;
	border: 1px solid #b34338;
	color: #fff !important;
	padding: 12px 24px;
	color: #b34338;
	font-weight: 600;
	text-decoration: none;
}

#news-feed .fl-post-feed-more:hover {
	background: #fff;
	color: #b34338 !important;
}



/*
@media screen and (min-width: 993px) {}

@media screen and (min-width: 769px) and (max-width: 992px) {}

@media screen and (max-width: 768px) {}
*/
