/*
Theme Name: Bunnelle Foundation by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, teal, green, white.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #111;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: left;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}
/* Accessibility: Skip Link */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.skip-link:focus {
	background-color: #f1f1f1; /* Adjust to match Bunnelle branding */
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #38c6bd;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	line-height: 1.4em;
	color: #38c6bd;
}
h1 {
	margin: 0;
    font-size: 3em;
	color: #fff;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 10px 0 45px 0;
}
a {
	color: #2ebbb2;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
	color: #78a22f;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 1.5em;
    margin: 40px 0 60px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 1.5em;
    margin: 40px 0 60px 0;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li {
    font-size: 1em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* 	
== HEADER ==*/

.site-header {
	width: 100%;
	height: 110px;
	padding: 10px 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
}
.logo {
    width: 280px;
    height: 53px;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*
== Buttons ==*/
.buttons {
	padding: 20px 35px;
	margin: 0 10px 0 0;
	text-align: center;
	display: inline-block;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
    transition: all .4s ease-in-out;
	color: #FFF;
	background-color: #38c6bd;
}
.buttons:hover {
	color: #FFF;
	background-color: #78a22f;
}

/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	height: 1060px;
	background-image: url("images/home/hero.jpg");
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hero h1 {
	text-align: center;
	width: 100%;
	max-width: 1080px;
}
.heroButtons {
	width: 100%;
	max-width: 400px;
}
.hButton {
	width: 100%;
	padding: 30px;
	margin: 10px 0;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	background-color: rgba(56, 198, 189, 0.68);
}
.hButton:hover {
	color: #fff;
	background-color: rgba(56, 198, 189, 1);
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec1Text {
	width: 100%;
	max-width: 640px;
	margin: auto;
}
.sec1Text h2 {
	color: #78a22f;
	margin: 0 0 60px 0;
}
.sec1Text h3 {
    font-size: 1.15em;
}
.sec1Text p {
	margin: 0 0 60px 0;
}
.sec1Imgs {
	width: 100%;
	max-width: 840px;
	height: 920px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.s1Img1 {
	width: 100%;
	max-width: 475px;
	border: 10px solid #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.s1Img2 {
	width: 100%;
	max-width: 580px;
}
/* Section 2 */
.section2 {
	width: 100%;
	padding: 0 80px;
}
.s2Wrap {
	display: flex;
}
.s2b1 {background-color: #2ebbb2;}
.s2b2 {background-color: #139b92;}
.s2b3 {background-color: #58b79b;}
.s2Box {
	width: calc(33.33%);
	height: 370px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s2Box h2,
.s2Box h3 {
	color: #fff;
}
.s2Box h2,
.s2Box span {
	font-weight: 700;
	font-size: 6em;
	margin: 0 0 30px 0;
}
.s2Box h3 {
	font-size: 1.1em;
	margin: 0;
}
.s2Box h2,
.s2Box h3 {
	line-height: 1em;
}
.stat-number {
    display: inline-block;
    min-width: 1.5em; /* Adjust based on your font size */
    font-variant-numeric: tabular-nums; /* Keeps numbers from shifting horizontally */
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 80px;
}
.s3Box {
	width: 100%;
	padding: 80px;
	border: 1px solid #2ebbb2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s3Text {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}
.s3Text h2 {
	color: #78a22f;
	margin: 0 0 45px 0;
}
.s3Text h3,
.s4Text h3 {
    font-size: 1.1em;
    transition: all .4s ease-in-out;
}
.s3Text a h3,
.s4Text a h3{
	font-style: italic;
}
.s3Text a:hover h3,
.s4Text a:hover h3{
    color: #78a22f;
}
.s3Text p,
.s4Text p {
	margin: 0 0 60px 0;
}
.s3Video {
	width: 100%;
	max-width: 770px;
	margin-left: 20px;
}
/* Section 4 */
.section4 {
	width: 100%;
	padding: 80px;
	background-image: url("images/home/bg-01.jpg");
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.s4Text {
	width: 100%;
	max-width: 550px;
	margin: auto;
}
.s4Text h2 {
	color: #78a22f;
	margin: 0 0 45px 0;
}
.s4Line {
	height: 320px;
	width: 2px;
	margin: 0 20px;
	background-color: #2ebbb2;
}
/* Section 5 */
.section5 {
	width: 100%;
	padding: 120px 0;
	text-align: center;
}
.section5 h2 {
	color: #78a22f;
}
/* Section 6 */
/* Hide panels by default */
.tab-panel {
    display: none;
    padding: 100px 20px;
	border: none;
}
/* Show active panel */
.tab-panel.active {
    display: block;
}
/* Tab Button Styling */
.tabs-nav {
	width: 100%;
	max-width: 1300px;
	margin: auto;
    display: flex;
    gap: 30px;
}
.tab-link {
	width: 33.33%;
	max-width: 400px;
    padding: 10px 10px;
	text-align: center;
    cursor: pointer;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #2ebbb2;
    background: #fafaf6;
	border: none;
}
.tab-link.active {
    background: #f4f4ea;
}
.tabs-content {
	background: #f4f4ea;
}
.s6Wrap {
	width: 100%;
	max-width: 1260px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.s6Text {
	width: 100%;
	max-width: 650px;
	margin-right: 20px;
}
.s6Links {
	width: 100%;
	max-width: 420px;
}
.s6Links a {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #2ebbb2;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}
/* Section 7 */
.section7 {
	padding-top: 15px;
}
.section7 .envira-gallery-wrap .envira-album-public,
.section7 .envira-gallery-wrap .envira-gallery-public,
.section7 .envira-gallery-wrap {
	margin: 0 auto;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 450px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageContent {
    max-width: 1020px;
	margin: 0 auto;
}


/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
    padding: 75px 80px 50px 80px;
	color: #fff;
	background-color: #2ebbb2;
	font-family: montserrat, sans-serif;
}
.myFooter a {
	text-decoration: none;
	color: #fff;
}
.myFooter a:hover {
	text-decoration: none;
	color: #000;
}
.myFooter ul {
    list-style: none;
    padding: 0px 30px 0 0;
    margin: 0;
	font-weight: bold;
}
.myFooter p {
	margin: 0;
	font-size: .9em;
	line-height: 1.75em;
}
.footTop,
.footBot {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footBot {
	margin-top: 10px;
	align-items: flex-end;
}
.footTL {
	width: 100%;
	max-width: 570px;
}
.footTR {}
.footBL {
	text-align: right;
}
.footBR {
	width: 100%;
	max-width: 400px;
	text-align: right;
}
.footBL .fa-brands {
	font-size: 2.5em;
	margin-right: 5px;
}
.footNavWrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.fCol1 {
	margin-right: 20px;
}
.logoFoot {
    width: 382px;
    height: 72px;
	display: inline-block;
    background-image: url("images/global/logo-foot.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #2d3691;
}
#texty p a {
	color: #444;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #DDD;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-separator.is-style-wide {
    margin-bottom: 40px;
}

/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
== RESPONSIVE STYLES ==*/

.container {
    width: 100%;
    margin: 0;
	padding: 140px 20px 80px 20px;
}
.cent {margin: auto;}
.alpha {float: left;}
.omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}


/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

@media screen and (max-width: 1240px) {
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
}

/* Custom */
@media only screen and (max-width: 960px) {
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.125em;}
	h4 {font-size: 1em;}
	h5 {font-size: .813em;}
	h6 {font-size: .625em;}
	
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}
