/*
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, green, white.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #111;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: left;
	background-color: #fff;
	background-image: url("images/global/bg-pattern.png");
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}
.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: #abe743;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 40px 0;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #165b57;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    line-height: 2em;
    margin: 10px 0 40px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
}
ul, ol {
    list-style: inside;
    margin: 10px 0 40px 0;
    padding: 0px 20px;
    font-size: 1em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
	line-height: normal;
    margin-bottom: 2em;
}
li:last-child {
    margin-bottom: 0;
}
em {
	letter-spacing: .01em;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* 	
== HEADER ==*/

.site-header {
    width: calc(100% - 40px); /* Adjusted to account for your left/right 10px */
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
}
.head-bar {
    position: relative; /* Essential for positioning the pseudo-shadows */
    height: 80px;
    padding: 5px 100px 5px 25px;
    background-color: #fff;
    display: flex;
	justify-content: space-between;
    align-items: center;
    background-image: url("images/global/bg-pattern.png");
    background-repeat: repeat;
    background-position: center;
}
/* The Shared Shadow Logic */
.head-bar::before,
.head-bar::after {
    content: "";
    position: absolute;
    left: 5%;  /* Pulls the ends in for the "taper" effect */
    right: 5%;
    height: 15px;
    z-index: -1; /* Sits behind the white bar */
    
    /* The core shadow shape: a faded ellipse */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 75%);
    filter: blur(3px);
}
/* Position the top shadow */
.head-bar::before {
    top: -10px; 
}
/* Position the bottom shadow */
.head-bar::after {
    bottom: -10px;
}
.logo {
    width: 308px;
    height: 54px;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 	
== NAVIGATION ==*/
@media screen and (max-width: 960px) {
	.navBox {display: none;}
}
/* 1. Container & Main List */
#submenu {
    width: 100%;
    margin: 0 auto;
}
#submenu ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
/* 2. Top Level List Items */
#submenu li {
    position: relative;
    margin: 0;
    padding: 0;
	line-height: 1em;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
#submenu li:last-child,
#submenu li ul li {
	border: none;
}
#submenu li a {
    display: block;
    color: #333333;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    transition: color .3s ease;
    font-size: 1.2em;
    letter-spacing: .06em;
}
#submenu li a:hover,
#submenu li:hover > a {
    color: #165b57;
}
/* 3. Sub-Menus (Level 2 Dropdown) */
#submenu li ul {
    position: absolute;
    top: 100%;
    left: -999em;
    display: block;
    width: 200px;
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9999;
}
#submenu li ul li a {
    color: #333;
}
/* 4. Deep Nesting (Level 3+ Fly-outs) */
#submenu li ul ul {
    top: 0;
    left: -999em;
    margin-left: 0;
}
/* 5. Hover Logic (The Bridge) */
#submenu li:hover > ul {
    left: 0;
}
#submenu li ul li:hover > ul {
    left: 100%;
    top: -5px;
}
/* 6. Sub-Menu Styling */
#submenu li li {
    width: 100%;
}
#submenu li li a {
    padding: 8px 15px;
    font-size: 0.9em;
    line-height: 1.4;
    text-transform: none;
}
/* 7. Hide "Grandchildren" while hovering Parent */
#submenu li:hover ul ul,
#submenu li:hover ul ul ul {
    left: -999em;
}


/*
== Buttons ==*/
.buttons {
	padding: 15px 30px;
	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: #333;
	background-color: #abe743;
	background-image: url("images/global/bg-pattern.png");
	background-repeat: repeat;
	background-position: center;
}
.buttons:hover {
	color: #FFF;
	background-color: #165b57;
}

/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	height: 1100px;
	padding: 80px;
	background-image: url("images/home/hero.jpg");
	display: flex;
	align-items: flex-end;
}
.hero-text h1,
.hero-text h2 {
	color: #fff;
	line-height: 1em;
	text-shadow: 20px 20px 10px rgba(0,0,0,.3);
}
.hero-text h1 {
	font-weight: 200;
	font-size: 6em;
	letter-spacing: .2em;
}
.hero-text h1 span {
	font-family: scotch-display, sans-serif;
	font-weight: 500;
	font-style: italic;
	text-transform: lowercase;
	font-size: .5em;
    letter-spacing: .03em;
}
.hero-text h2 {
	font-family: acumin-pro, sans-serif;
	letter-spacing: .08em;
	font-size: 4em;
}
.ht-line {
	width: 87%;
	border-top: 1px solid #fff;
	margin: 100px 0;
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 0 20px;
	position: relative;
}
.section1::before,
.section1::after {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    height: 15px;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 75%);
    filter: blur(3px);
}
.section1::before {
    top: -5px; 
}
.section1::after {
    bottom: -5px;
}
.s1Wrap {
	width: 100%;
	max-width: 1680px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s1Img {
	width: 100%;
	max-width: 820px;
	margin: -50px 10px -50px 0;
	will-change: transform; 
    transition: transform 0.1s ease-out; /* Optional: smooths out jitter */
}
.s1Text {
	width: 100%;
	max-width: 760px;
	padding: 50px 0;
}
.s1Text h2 {
	margin: 35px 0;
}
.s1Text h3 {
	font-family: scotch-display, sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #666666;
	text-transform: none;
	font-size: 1.1em;
}
/* Section 2 */
.section2 {
	width: 100%;
	padding: 140px 20px;
	background-image: url("images/home/bg-wall.jpg");
}
.s2Wrap {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.s2Box {
	margin: 0 10px;
	padding: 10px 30px 30px 30px;
	background: url("images/global/bg-pattern.png") center repeat,
        linear-gradient(45deg, rgba(171, 231, 67, 1) 0%, rgba(213, 241, 165, 1) 100%);
	text-align: center;
}
.s2Box h2,
.s2Box h3 {
	margin: 0;
	color: #333333;
	letter-spacing: normal;
	line-height: 1em;
}
.s2Box h2 {}
.s2Box span {
	font-weight: 400;
    font-size: 5em;
    text-transform: uppercase;
    font-family: acumin-pro-extra-condensed, sans-serif;
}
.stat-number {
    display: inline-block;
    font-variant-numeric: tabular-nums; /* Keeps numbers from shifting horizontally */
	font-weight: 800;
	font-size: 8em;
}
.midBox h2 {
	font-size: 12em;
}
.s2shade1 {
	box-shadow: 20px 20px 20px 0px rgba(0,0,0,.2);
}
.s2shade2 {
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,.2);
}
.s2shade3 {
	box-shadow: -20px 20px 20px 0px rgba(0,0,0,.2);
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 0 20px;
	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.section3::before,
.section3::after {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    height: 15px;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 75%);
    filter: blur(3px);
}
.section3::before {
    top: -5px; 
}
.section3::after {
    bottom: -5px;
}
.s3Center {
	width: 250px;
	margin: 0 20px;
}
.s3Text {
	width: 50%;
	max-width: 640px;
	margin: auto;
}
.s3Text h2 {
	font-family: scotch-display, sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #666666;
	text-transform: none;
	font-size: 1.2em;
	margin: 0;
}
.s3Text h3 {
	font-size: 3em;
}
.s3Text p {
	text-align: justify;
	margin-bottom: 0;
}
/* Section 4 */
.section4 {
	width: 100%;
	padding: 80px 20px 80px 0;
	background-color: #71c3be;
	background-image: url("images/home/bg-logo-mca.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s4Main {
	width: 49%;
}
.s4Callout {
	max-width: 565px;
	margin-bottom: 50px;
	padding: 15px 40px;
	background-color: #fff;
	background-image: url("images/global/bg-pattern.png");
	background-repeat: repeat;
	background-position: center;
	display: flex;
	align-items: center;
	box-shadow: -10px 0 10px 0 rgba(0,0,0,.3);
}
.s4Callout img {
	margin-right: 40px;
}
.s4Callout h2 {
	margin: 0;
	font-size: 3em;
}
.s4Text {
	width: 100%;
	max-width: 600px;
	margin: auto;
	padding-left: 20px;
}
.s4Text h3 {
	color: #fff;
	font-family: scotch-display, sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: none;
	text-shadow: 20px 10px 10px rgba(0,0,0,.3);
}
.s4Video {
	width: 49%;
	position: relative;
	margin: auto;
}
.s4Video::after {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: -50px;
    height: 15px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 75%);
    filter: blur(3px);
}
/* Section 5 */
.section5 {
	width: 100%;
	padding: 70px 0;
}
.section5 h2 {
	text-align: center;
	font-weight: 500;
	letter-spacing: .2em;
	font-size: 4em;
}
.s5Wrap {
	width: 100%;
	display: flex;
}
.s5Col1,
.s5Col3 {
	width: 22%
}
.s5Col1 {
	padding-top: 60px;
}
button.tab-link {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 30px;
	border: none;
	text-align: right;
	font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
	font-size: 2em;
	color: #333333;
	background: url("images/global/bg-pattern.png") center repeat,
        linear-gradient(45deg, rgba(171, 231, 67, 1) 0%, rgba(213, 241, 165, 1) 100%);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
}
button.tab-link.active  {
	background: #fff url("images/global/bg-pattern.png") center repeat;
	box-shadow: -20px 0 20px 0 rgba(0, 0, 0, .5);
	z-index: 10;
}
/* Hide panels by default */
.tab-panel {
    display: none;
}
/* Show active panel */
.tab-panel.active {
    display: block;
}
.s5Col2 {
	width: 56%;
	position: relative;
	z-index: 1;
}
.s5Col2::before,
.s5Col2::after {
    content: "";
    position: absolute;
    top: 1%;
    bottom: 2%;
    width: 20px;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 75%);
    filter: blur(3px);
}
.s5Col2::before {
    left: -10px; 
}
.s5Col2::after {
    right: -10px;
}
.s5Overlay {
	padding: 60px 20px;
	position: relative;
    z-index: 5;
	background-color: #fff;
	background-image: url("images/global/bg-pattern.png");
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}
.s5Text {
	width: 100%;
	max-width: 860px;
	margin: auto;
}
.s5Text h3 {
	margin: 0;
	font-family: scotch-display, sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #666666;
	text-transform: none;
	font-size: 1.1em;
}
.s5Text h4 {
	margin-top: 2px;
	font-size: 3em;
}
.s5Col3 {
	padding: 60px 60px;
	font-size: 1.2em;
}
.s5Col3 a {
	display: block;
	margin: 10px 0;
	color: #333333;
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	font-family: acumin-pro-extra-condensed, sans-serif;
}
.s5Col3 a:hover {
	color: #165b57;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
	position: relative;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 450px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.banner::after,
.bannerBG::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 10%;
    right: 10%;
    height: 20px;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);
    filter: blur(4px);
}
.container {
    width: 100%;
    margin: 0;
	padding: 140px 20px 80px 20px;
}
.pageContent {
    max-width: 1020px;
	margin: 0 auto;
}


/* 	
== FOOTER ==*/

.IG-feed {
	width: 100%;
	padding: 40px 20px;
	background-color: #71c3be;
	position: relative;
    z-index: 2;
}
.myFooter {
    width: 100%;
    padding: 0px;
	color: #fff;
	font-size: .9em;
	background: url("images/global/bg-pattern.png") repeat center fixed,
		url("images/global/icon-foot.png") no-repeat center;
	background-color: #959595;
	position: relative; 
    z-index: 1;
}
.myFooter::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10%;
    right: 10%;
    height: 20px;
    z-index: 3;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);
    filter: blur(4px);
    pointer-events: none;
}
.myFooter a {
	text-decoration: none;
	color: #fff;
}
.myFooter a:hover {
	text-decoration: none;
	color: #aae643;
}
.footWrap {
	width: 100%;
	padding: 80px 60px;
	display: flex;
	justify-content: space-between;
}
.footSocial {
	padding: 20px 30px;
    background-color: #469791;
    float: right;
    display: flex;
    align-items: center;
}
.footSocial h6 {
	margin: 0 10px 0 0;
	color: #fff;
	font-size: 1.4em;
	letter-spacing: normal;
}
.footSocial a {
	color: #aae643;
}
.footSocial a:hover {
	color: #fff;
}
.footSocial .fa-brands {
    font-size: 1.5em;
    margin: 0 5px;
}
.footNavWrap {
	width: 100%;
	max-width: 520px;
	display: flex;
	justify-content: space-between;
}
.footNavWrap ul {
    margin: 0;
    padding: 0px 20px 0 0;
    list-style: none;
	text-transform: uppercase;
}
.footNavWrap li {
}
.fCol1 {
	margin-right: 20px;
}
.fRight {
	text-align: right;
}
.fRight p {
	margin: 0;
}
.logoFoot {
    width: 308px;
    height: 54px;
	margin-bottom: 40px;
	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 ==*/

.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: 1200px) {
	.section3 {padding: 50px 0px; justify-content: center; flex-direction: column;}
	.s3Text {width: 100%; max-width: 680px; padding: 0 20px;}
	.s3Center {width: 100%; border-top: 4px solid #469791; margin: 50px 0}
	.s3Center img {display: none;}
	.section4 {padding: 80px 0;justify-content: unset; align-items: unset; flex-direction: column;}
	.s4Main {width: 100%;}
	.s4Video {width: 100%; padding: 0 20px; margin: 50px auto 0;}
	.s4Text {max-width: 720px; padding: 20px;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.s5Col3 {padding: 60px 20px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.head-bar {padding: 5px 80px 5px 15px;}
	.hero {height: 800px; padding: 50px 20px;}
	.hero-text h1 {font-size: 4em;}
	.hero-text h2 {font-size: 3em;}
	.ht-line {margin: 50px 0;}
	.s1Wrap {justify-content: center; flex-direction: column;}
	.s1Text {padding: 0px 0 80px 0;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.section2 {padding: 50px 20px;}
	.s2Wrap {max-width: 500px; justify-content: center; flex-direction: column;}
	.s2Box {margin: 0; width: 100%;}
	.midBox {margin: 30px 0;}
	.midBox h2 {font-size: 8em;}
	.s5Col3 {font-size: 1em;}
}

/* Custom */
@media only screen and (max-width: 900px) {
	button.tab-link {padding: 20px 10px; font-size: 1em;}
	.s5Col1, .s5Col3 {min-width: 100px;}
	.s5Col3 {padding: 60px 10px;}
	.s5Col3 a {margin: 15px 0; font-size: .9em;}
	.s5Overlay {padding: 60px 10px;}
	.footWrap {padding: 60px 20px; justify-content: center; flex-direction: column; text-align: center;}
	.fCol1 {margin: 0;}
	.footNavWrap ul {padding: 0 10px;}
	.fRight {text-align: center; margin-top: 50px;}
}

/* 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;}
	
	.s3Text h3, .s4Callout h2, .section5 h2, .s5Text h4 {font-size: 2em;}
	.s5Text h3 {font-size: 1em;}
	.s4Callout {max-width: 380px; padding: 15px 20px;}
	.s4Callout img {margin-right: 20px;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.logo {width: 240px; height: 42px;}
	.hero {height: 600px;}
	.hero-text h1 {font-size: 3em;}
	.hero-text h2 {font-size: 2em;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.s5Text h4 {margin: 0 0 30px 0;}
	.s5Text p {font-size: .9em; margin: 10px 0 30px 0; line-height: 1.75em;}
	.footSocial {padding: 20px 20px;}
	.footWrap {padding: 50px 10px;}
}

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

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.s2Box h2, .midBox h2 {font-size: 5em;}
}
