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

/* 	
-•== DEFAULTS ==•- 
*/

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


/* 	
-•== SCROLL BAR ==•- 
*/

/* Width */
::-webkit-scrollbar {
  width: 10px;
}
/* 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: #006f96;
}


/* 	
-•== FONTS ==•- 
*/

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px 0;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #006f96;
}
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: 1.2em;
    line-height: 2em;
    margin: 0 0 30px 0;
}
a {
	color: #222;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #000;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    margin: 0 0 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    margin: 0 0 30px 0;
}
li {
    font-size: 1.2em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}
p a, li a {
    text-decoration: underline;
}


/* 	
-•== HEADER ==•- 
*/

.headBar {
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
}
.logo {
	width: 286px;
    height: 55px;
	margin: 10px 0 0 40px;
	float: left;
    display: block;
    background-size: 100%;
    text-indent: -9999px;
}
.logo a {
	width: 286px;
    height: 55px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}
.topLink {
	text-align: right;
    padding: 10px 35px 0 0;
}
.topLink a {
    font-style: italic;
	letter-spacing: .06em;
	text-decoration: underline;
    font-size: .9em;
}

/* 	
-•== NAVIGATION ==•- 
*/

@media screen and (max-width: 1445px) {
  .navWrap, .hideMenu {
      display: none;
  }
}
.navWrap {
	float: right;
	padding-top: 10px;
}
.submenu {
    padding: 0px;
    margin: auto;
    width: 100%;
    letter-spacing: 0px;
}
.submenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.submenu li {
    margin: 0;
    padding: 0;
	padding-right: 25px;
    float: left;
    font-weight: 400;
    font-size: 18px;
    list-style: none;
    text-transform: uppercase;
	text-align: left;
}
.submenu li a {
    margin: 0;
    color: #006f96;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0px 10px;
    transition: color .4s ease-in-out;
}
.submenu li a:hover, .submenu li a:active, .submenu .current_page_item a {
    color: #111;
}
.submenu li a.sf-with-ul {
    padding-right: 10px;
}
.submenu li li a, .submenu li li a:link, .submenu li li {
    color: #006f96;
    width: 220px;
    margin-left: -15px;
    padding-top: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    position: relative;
    padding: 0px 0px 0px 10px;
    transition: color .4s ease-in-out;
}
.submenu li li {
	padding-bottom: 10px;
	background-color: #FFF;
}
.submenu ul ul li:first-child {
    padding-top: 10px;
    border-top: none;
}
.submenu ul ul li:last-child {
    border-bottom: none;
}
.submenu li li:last-child {
    border-bottom: none;
}
.submenu li li a:hover, .submenu li li a:active {
    color: #111;
    margin-left: -15px;
}
.submenu li ul {
    padding: 0;
    left: -999em;
    height: auto;
    width: 220px;
    z-index: 9999;
    margin: 0px 20px;
    position: absolute;
}
.submenu li ul a {
    width: 220px;
}
.submenu li ul ul {
    margin: -27px 0 0 170px;
}
.submenu li:hover ul ul, .submenu li:hover ul ul ul, .submenu li.sfHover ul ul, .submenu li.sfHover ul ul ul {
    left: -999em;
}
.submenu li:hover ul, .submenu li li:hover ul, .submenu li li li:hover ul, .submenu li.sfHover ul, .submenu li li.sfHover ul, .submenu li li li.sfHover ul, .submenu .menu-item-hover > .sub-menu {
    left: auto;
}
.submenu li:hover, .submenu li.sfHover, .submenu .menu-item-hover {
    position: static;
}


/* 	
-•== HOME PAGE ==•- 
*/
.royalSlider {
}
/* Hover Boxes Start*/
.boxThird {
	float: left;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	width: 33.33%;
	height: 920px;
	margin: 0;
}
.thisText {
	position: relative;
	top: 85px;
    left: 10%;
	text-decoration: none;
    transition: all 0.6s;
}
.btnBox {
	display: block;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 4.5em;
	padding: 0;
	color: #fff;
    transition: all 0.2s;
	line-height: 1em;
}
.btnBox:hover {
	color: #fff;
}
.box-mission:before {background-image: url("images/home/pic1.jpg");}
.box-focus:before {background-image:url("images/home/pic2.jpg");}
.box-plans:before {background-image:url("images/home/pic3.jpg");}
#mission {background-image: url("images/home/pic1-r.jpg");}
#focus {background-image: url("images/home/pic2-r.jpg");}
#plans {background-image: url("images/home/pic3-r.jpg");}
.box-mission, .box-focus, .box-plans {
	height: 100%;
	width: 100%;
	position: relative;
}
.box-mission:before, .box-focus:before, .box-plans:before {
    content: '';
	background-position: top center;
	background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.5s;
}
.box-mission:hover:before, .box-focus:hover:before, .box-plans:hover:before {
	opacity: 0;
}
/* Hover Boxes End*/
.bg-pattern {
	width: 100%;
	/*
	background-image: url("images/global/bg-pattern.jpg");
	background-position: top center;
	background-repeat: repeat;
	*/
}
.text-first {
	max-width: 1020px;
	margin: 20px auto;
	padding: 0 20px;
	font-weight: 700;
    text-align: center;
}
.text-second {
	max-width: 1020px;
	margin: 20px auto;
	padding: 0 20px;
    text-align: center;
}
.tri-top-right{
	width: 100%;
	height: 220px;
	background-image: url("images/home/triangle-top-right.png");
	background-position: top right;
	background-repeat: no-repeat;
}
.tri-top-left{
	width: 100%;
	height: 220px;
	background-image: url("images/home/triangle-top-left.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.tri-bot-right{
	width: 100%;
	height: 220px;
	background-image: url("images/home/triangle-bot-right.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.tri-bot-left{
	width: 100%;
	height: 220px;
	background-image: url("images/home/triangle-bot-left.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bg-pattern-green {
	width: 100%;
	padding: 200px 0;
    text-align: center;
	background-image: url("images/global/bg-pattern-green.jpg");
	background-position: center;
	background-repeat: repeat;
}
.bg-pattern-green h2 {
	color: #fff;
	font-size: 4em;
	margin-bottom: 60px;
}
.initiative-wrap{
	width: 100%;
	padding: 0 70px;
	max-width: 1780px;
	margin: 0 auto;
}
.initiative-column {
	width: 33.33%;
	padding: 0 70px;
	margin-top: 40px;
	float: left;
}
.box-logo {
	max-width: 448px;
	height: auto;
	margin: auto;
}
.initiative-column:nth-child(4) {
	margin-left: 16.5%;
}
.text-first h1 {
    font-size: 4em;
}
.text-first h2 {
	font-size: 2em;
}
.text-first p {
	font-size: 1.5em;
}
.text-second h2 {
	font-size: 4em;
	margin-bottom: 60px;
}
.text-second p {
	font-weight: 700;
}


/* 	
-•== PAGES ==•- 
*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
#interior {
    margin: 0;
    padding: 50px 20px 120px 20px;
}
.pageContent {
    max-width: 900px;
	margin: 0 auto;
}

/* Buttons */
a.button-blue {
	margin: 10px auto;
	padding: 15px 30px;
	display: inline-block;
	color: #FFF;
	background-color: #006f96;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: -4px 4px 12px 0px rgba(0,0,0,.4);
}


/* 	
-•== P2P PAGES ==•- 
*/

.p2pContent {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}
.p2pColumn {
	display: flex;
}
.imgBoxA {
	width: 50%;
	background-image: url("images/pages/imgBoxA.jpg");
	background-size: cover;
	background-position: center;
}
.imgBoxB {
	width: 50%;
	background-image: url("images/pages/imgBoxB.jpg");
	background-size: cover;
	background-position: center;
}
.txtBox {
	width: 50%;
	padding: 100px 50px;
    box-sizing: border-box;
}
.txtBox h2 {
    margin-top: 0;
}
.vidBox {
	width: 50%;
}
.vidBox2 {
	display: none;
}
.pageNav {
	padding: 30px;
    box-sizing: border-box;
	background: rgb(18,78,153);
    background: linear-gradient(45deg, rgba(18,78,153,1) 33%, rgba(7,163,182,1) 66%);
}
.sideLine {
	float: left;
	width: calc(50% - 538px);
	border-bottom: 2px solid #DDD;
	padding-top: 10px;
}
.pageNav h4 {
	font-size: 32px;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	float: left;
	margin: 0 40px;
    letter-spacing: .07em;
}
.pageNav a h4{
	color: #fff;
}
.pageNav a:hover h4{
	color: #89aa57;
}
.sponsorBox {
	padding: 50px 0;
	background-image: url(images/pages/bg-sponsorBox.jpg);
	background-size: cover;
	background-position: center;
}
.sponsorBox h1{
	margin-top: 0;
	text-align: center;
}
.sponsorBox p, .pathwayBox p, .schoolBox p {
	max-width: 900px;
	margin: auto;
	text-align: center;
}
.smallDivide {
	margin: 50px auto;
	width: 280px;
	border-bottom: 2px solid #DDD;
}
.central {
	width: 65%;
	margin: auto;
}
.central h1 {
	text-align: center;
}
.sponsorLogo {
	width: 33.33%;
	float: left;
    box-sizing: border-box;
	padding: 5px;
}
.central h4 {
	color: #777777;
	font-size: 24px;
	text-align: left;
	font-weight: 300;
	margin: 20px 0;
}
.sponsorCol {
	width: 33.33%;
	float: left;
    box-sizing: border-box;
	padding: 5px;
}
.sponsorCol ul {
	padding: 0;
}
.sponsorCol li {
	list-style: none;
}
.sponsorCol li a{
	color: #333;
}
.sponsorCol li a:hover{
	color: #89aa57;
}
/* Collapse-o-Matic */
.pathwayBox {
	padding-bottom: 75px;
}
.pathwayBox .collapseomatic img {
	float: left;
}
.pathwayBox .collapseomatic span {
    float: left;
	text-align: left;
    padding: 15px;
    font-size: 21px;
	color: #fff;
	font-weight: 300;
	letter-spacing: .06em;
    background: rgb(67,150,211);
    background: linear-gradient(90deg, rgba(67,150,211,1) 0%, rgba(61,193,225,1) 100%);
    margin: 0 0 4px 4px;
    width: calc(100% - 65px);
    box-sizing: border-box;
}
.schoolBox h1 {
	text-align: center;
}
/* Gravity Form */
.schoolBox .gform_wrapper input, .schoolBox .gform_wrapper select {
	-moz-border-image: linear-gradient(45deg, rgba(18,78,153,1) 33%, rgba(7,163,182,1) 66%) 10 / 2px;
	border-image: linear-gradient(45deg, rgba(18,78,153,1) 33%, rgba(7,163,182,1) 66%) 10 / 2px;
}
.schoolBox .gform_wrapper .ginput_container_select {
	margin-top: 20px !important;
}
.schoolBox .gform_wrapper select {
	padding: 5px 4px !important;
    background-color: #fff !important;
	height: 35px;
}
.schoolBox .gform_wrapper p{
}
.schoolBox .gform_wrapper h4{
    text-align: center;
    color: #333;
}
.schoolBox .gform_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.schoolBox .gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.schoolBox .gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.schoolBox .gform_wrapper input:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
.schoolBox .gform_wrapper .gform_footer input {
	border-image: none;
}
.schoolBox .gform_wrapper .gform_footer {
    text-align: center;
}
.gform_wrapper h4 {
	margin-bottom: 0px;
    margin-top: 30px;
}


/* 	
-•== FOOTER ==•- 
*/

.foot {
    width: 100%;
    padding: 100px 70px 50px 70px;
	color: #FFF;
	background-color: #30c6bd;
}
.foot-column {
	width: 25%;
	float: left;
	padding: 0 10px;
}
.logo-foot {
	max-width: 389px;
}
.foot a {
	color: #FFF;
	text-decoration: none;
    transition: all 0.4s;
}
.foot a:hover {
	color: #006f96;
}
.foot p {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: .8em;
	text-align: right;
}
.submenu-foot {
    text-align: left;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.submenu-foot ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.submenu-foot li {
    padding-bottom: 50px;
}
.socialWrap {
    margin: 0 0 40px 0;
	padding-top: 90px;
}
.socialWrap .fab {
	float: right;
	margin-left: 20px;
	font-size: 3.5em;
}

/* 	
-•== 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: #006f96;
}
#texty p a {
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #006f96;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
-•== Gravity Forms ==•- 
*/

.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #006f96;
    background-color: transparent;
    color: #006f96;
}
.gform_wrapper textarea {
    border: 2px solid #006f96;
    background-color: transparent;
    color: #3006f96;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
}
.gform_footer input {
    padding: 15px 30px;
    background-color: #006f96;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #000;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}

/* 	
-•== 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;
}

/* 	
-•== RESPONSIVE ELEMENTS ==•- 
*/

#response img, .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%;
}
.map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
-•== RESPONSIVE STYLES ==•- 
*/

.container {
    width: 100%;
    margin: 0;
	padding: 200px 0;
}
.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) {
}

/* Min/Max */
@media only screen and (min-width: 960px) and (max-width: 1169px) {
	.btnBox {font-size: 3.5em;}
}

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

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.initiative-column {width: 50%;}
	.initiative-column:nth-child(4) {margin-left: 0;}
	.initiative-column:nth-child(5) {margin-left: 25%;}
	#foot-first, #foot-last {width: 100%;}
	#foot-mid {width: 50%; margin-top: 50px;}
	.logo-foot {max-width: 389px; margin: auto;}
	.foot {padding: 50px;}
	.submenu-foot li {padding-bottom: 10px;}
	.socialWrap {margin: 0 0 50px 0; padding-top: 40px; text-align: center;}
	.socialWrap .fab {float: none; margin: 0 20px;}
	.foot p {text-align: center;}
	.submenu-foot {text-align: center;}
}

/* Custom */
@media only screen and (max-width: 959px) {
	.boxThird {width: 100%; height: 720px;}
	.p2pColumn {display: block;}
	.txtBox {width: 100%; padding: 75px 50px;}
	.txtBox p {font-size: 1em;}
	.imgBoxA {display: none;}
	.imgBoxA2 {
    	width: 100%;
    	height: 400px;
    	background-image: url(images/pages/imgBoxA.jpg);
    	background-size: cover;
		background-position: center;
	}
	.imgBoxB {width: 100%; height: 400px;}
	.vidBox {display: none;}
	.vidBox2 {display: block; margin-bottom: 50px;}
	.sponsorBox p, .pathwayBox p, .schoolBox p {padding: 0 20px;}
}

/* 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;}
	
	.text-first h2 {font-size: 1.5em;}
	.text-first p {font-size: 1em;}
	.bg-pattern-green h2, .text-second h2 {font-size: 2em;}
}

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

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {	
	.tri-top-right {background-position: top left;}
	.tri-top-left {background-position: top right;}
	.tri-bot-right {background-position: bottom left;}
	.tri-bot-left {background-position: bottom right;}
	
	.initiative-column {width: 100%;}
	.initiative-column:nth-child(5) {margin-left: 0;}
}

@media only screen and (max-width: 600px) {
	.pathwayBox .collapseomatic span {padding: 17px 2px 17px 10px; font-size: 18px; letter-spacing: .03em;}
	.txtBox {padding: 75px 0px;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {	
	.foot {padding: 50px 10px;}
	.submenu-foot {font-size: 1em;}
}

/* Mobile Banner Swap */
@media only screen and (min-width: 501px) {
	#showBanner, .heroSliderMobile {display: none;}
	
}

/* Mobile Portrait */
@media only screen and (max-width: 501px) {
	#hideBanner, .heroSlider {display: none;}
	#showBanner, .heroSliderMobile {display: block;}
	
	.logo {margin: 10px 0 0 10px;}
	.logo, .logo a {width: 240px; height: 45px;}
	.btnBox {font-size: 3em;}
	.boxThird {height: 480px;}
	.initiative-column {padding: 0;}
}

