/* ===============
   GENERAL 
   =============== */

body {
	background-color:#fff;
	font-family:'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	--font-size:14px;
	color:#555555;
	margin-bottom:0 !important;
	font-size:16px;
	line-height:26px;
}

.icon-border {
	border-radius:50%;
	background:#005294;
	color:#fff;
	padding:15px;
	font-size:24px;
	margin-bottom:10px;
}

ul {
	margin-bottom:20px;
}

p {
	font-family:'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#555555;
	line-height:26px;
	margin-bottom:20px;
}

h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5-first-of-type {
	margin-top:0;
}

h1, h2, h3, h4, h5 {
	font-family:'Ubuntu', Georgia, Times New Roman, serif !important;
	margin-top:20px !important;
	color:#3d3d3d;
	font-size:40px;
	margin-bottom:10px;
}

h2 {
	font-size:30px;
	line-height:38px;
}

h3 {
	font-size:24px;
	line-height:32px;
}

h4 {
	font-size:18px;
	line-height:26px;
}

h5 {
	font-size:14px;
	line-height:22px;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

.green-text {
	color:#419639;
}

.gray-text {
	color:#717171;
}

.white-text {
	color:#fff;
}

.negative-margin {
	margin-top:-60px;
	margin-bottom:60px;
}

.border-center {
	background:url('../img/big-border.png') no-repeat center bottom;
	padding-bottom:18px;
	margin-bottom:20px;
}

.border-left {
	background:url('../img/big-border.png') no-repeat left bottom;
	padding-bottom:18px;
	margin-bottom:20px;
}

.border-right {
	background:url('../img/big-border.png') no-repeat right bottom;
	padding-bottom:18px;
	margin-bottom:20px;
}

input {
	border-radius:0 !important;
}

.img-responsive {
	margin-bottom:20px;
	display:block;
}

.img-full {
	width:100%;
}

.small-bumper {
	margin-top:20px;
}

.medium-bumper {
	margin-top:40px;
}

.large-bumper {
	margin-top:60px;
}

.sub-head {
	color:#419639 !important;
	letter-spacing:20px;
	text-transform:uppercase;
	margin-bottom:0px;
	font-weight:700;
	font-size:16px;
	text-align:center;
	margin-left:14px;
}

.no-padding {
	padding:0;
}

.mobile-margin-bottom {
	margin-bottom:0px;
}

.large-text {
	font-size:25px;
	line-height:33px;
	margin-bottom:0;
}

.testimonial {
	
}

.testimonial p {
	font-style:italic;
	font-size:30px;
	line-height:34px;
}

.testimonial .author {
	font-style:initial;
	font-size:24px;
}

/* ===============
   HEADING & NAVIGATION 
   =============== */

.navbar {
	margin-bottom:0 !important;	
	border: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {

}

.navbar-default {
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.navbar-default .navbar-nav>li>a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
	font-weight:700;
	--font-family:'Ubuntu', Georgia, Times New Roman, serif !important;
	color:#005695;
	font-size:14px;
}

.navbar-header {
	padding-top:20px;
}

.navbar .navbar-nav {
    display:table;
    float: none;
	--width:100%;
}

.navbar {
	background:rgba(255,255,255,1) !important;
}

.navbar-nav > li {
    float:none;
    display:table-cell;
    text-align:center;
}

.nav > li > a {
    padding-left:9px;
	padding-right:9px;
}

.dropdown-menu {
    --border:none !important;
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
	border-left:1px solid #e7e7e7;
	border-bottom:1px  solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	border-top:0;
	border:none;
	padding-top:1px;
	padding-bottom:0;
    left: 10px !important;
	min-width:240px;
}

.dropdown-menu>li>a {
    padding:6px 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	background-color:transparent;
	color:#419639;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color:transparent;
    border-color:none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #419639;
    background-color:transparent !important;
}

ul.dropdown-menu li a:hover {
	background:#419639;
	color:#fff;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color:transparent;
}

.navbar-default .navbar-toggle {
    border-color: #419639;
	background-color:#419639;
	--margin-top:0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #419639;
	background-color:#419639;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-brand {
	padding:15px 0 !important;
}

@media (max-width:767px) {
	.navbar-brand {
	    padding:0;
	}

	.navbar-default .navbar-nav>li>a {
	    padding-top:10px !important;
	    padding-bottom:10px !important;
	}
}

span.caret {
    color: #cecece;
}

.standout a {
	color:#d53a3a !important;
}

/** Calendar Next/Previous Links **/

#tribe-events-header .tribe-events-sub-nav li, .tribe-events-sub-nav {
    display: block !important;
	background:none;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left {
    background: none;
	padding-left:0;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right {
    background: none;
	padding-left:0;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-footer .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li {
    background: none;
	padding:0;
}

/* ===============
   BUTTONS 
   =============== */

.btn-green {
	text-transform:uppercase;
	background:transparent;
    border-radius:2px;
	border:2px solid #90c53f;
	--color:#fff !important;
	text-shadow:none !important;
	margin-top:20px;
	font-size:14px !important;
	--font-weight:normal !important;
	padding:8px 24px 7px 24px;
	min-height:32px;
	text-align:center !important;
	vertical-align:middle !important;
	min-width:150px;
	display:inline-block;
	font-weight:600;
	color:#fff;
}

.btn-green:hover {
	background:#90c53f;
	color:#fff !important;
}

.btn-blue {
	text-transform:uppercase;
	background:transparent;
    border-radius:2px;
	border:2px solid #004f89;
	text-shadow:none !important;
	margin-top:20px;
	font-size:14px !important;
	--font-weight:normal !important;
	padding:8px 24px 7px 24px;
	min-height:32px;
	text-align:center !important;
	vertical-align:middle !important;
	min-width:150px;
	display:inline-block;
	font-weight:600;
	color:#005695;
}

.btn-blue:hover {
	background:#005695;
	color:#fff !important;
}

.btn-white {
	text-transform:uppercase;
	background:transparent;
    border-radius:2px;
	border:2px solid #fff;
	color:#fff !important;
	text-shadow:none !important;
	margin-top:0px;
	font-size:14px !important;
	--font-weight:normal !important;
	padding:8px 24px 7px 24px;
	min-height:32px;
	text-align:center !important;
	vertical-align:middle !important;
	min-width:150px;
	display:inline-block;
	font-weight:600;
	color:#fff;
}

.btn-white:hover {
	background:#fff;
	color:#419639 !important;
}

/* ===============
   DROPDOWN PANELS
   =============== */

.panel-default>.panel-heading {
	background:#419639 !important;
}

.panel-body h2 {
	font-size:24px !important;
}

.panel-title a {
	color:#fff;
	font-size:30px;
}

.panel-body ul {
	padding-left:0px;
}

div.panel-green {
	background:#e3e3e3 !important;
    padding: 30px;
    border-bottom: 0px solid transparent;
	border-radius:0 !important;
	margin-top: -4px;
}

.panel, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;
}

.panel-body {
	padding:30px;
	font-size:16px;
	line-height:26px;
}

.panel-body ul li {
	font-size:16px;
	line-height:26px;
}

.panel-body p {
	font-size:16px;
	line-height:26px;
}

div.panel-green .fa {
	padding:0;
	background-color:transparent !important;
	border-radius:0;
	margin-bottom:0;
	font-size:28px;
}

.panel-group {
	margin-bottom:0;
}

/* ===============
   TESTIMONIALS 
   =============== */

.front-testimonial img {
	width:160px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.front-testimonial .testimonial-author {
	text-align:center;
	font-weight:700;
	margin-top:20px;
}

.front-testimonial p {
	text-align:center;
	font-size:16px;
}

.front-testimonial h3 {
	color:#235c1d;
	font-size:20px;
}

/* ===============
   SECTIONS & CONTAINERS 
   =============== */

.sidebar {
	padding:30px;
	background:#f5f5f5;
	border-bottom:4px solid #dcdcdc;
}

.sidebar h3 {
	margin-top:0 !important;
}

.sidebar ul {
	padding-left:0;
}

.sidebar ul li {
	list-style-type:none;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #e2e2e2;
	background:none !important;
	padding-left:0 !important;
	margin-bottom:0 !important;
}

.map {
	margin-top:20px;
}

.white-section {
	background:#fff;
	padding:80px 20px 80px 20px;
	color:#555555;
}

.white-section p {
	color:#555555;
}

.white-section h2 {
	--color:#87888a;
	--text-transform:uppercase;
}

.blue-section {
	background:#005695;
	padding:40px 20px 40px 20px;
	color:#fff;
}

.blue-section p {
	color:#fff;
}

.blue-section h1, .blue-section h2, .blue-section h3, .blue-section h4, .blue-section h5 {
	color:#e8e8e8;
}

.green-section {
	background:#419639;
	padding:80px 20px 80px 20px;
	color:#fff;
}

.green-section p {
	color:#fff;
}

.green-section h1, .green-section h2, .green-section h3, .green-section h4, .green-section h5 {
	color:#e8e8e8;
}

.green-section  .sub-head {
	color:#fff !important;
}

.dark-green-text {
	color:#295125;
}

.gray-arrow {
	background-image:url('../img/gray-arrow.png');
	background-repeat:no-repeat;
	background-position:top center;
}

.blue-arrow {
	background-image:url('../img/blue-arrow.png');
	background-repeat:no-repeat;
	background-position:top center;
}

.green-arrow {
	background-image:url('../img/green-arrow.png') !important;
	background-repeat:no-repeat !important;
	background-position:top center !important;
}

.green-section h2 {
	color:#fff;
}

.gray-section {
	background:#f0f0f0;
	padding:80px 20px 80px 20px;
	color:#272727;
}

.light-gray-section {
	background:#fafafa;
	padding:40px 20px 40px 20px;
	color:#272727;
}

.video-bio-box {
	background:#fafafa;
	padding:20px 20px 20px 20px;
	color:#272727;
	margin-bottom:30px;
}

.category-boxes .category-box {
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

.category-box {
	padding-left:0;
	padding-right:0;
	text-align:center;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
	height:220px;
}

.category-box:hover {
	color:#fff;
}

.category-box h3 {
	color:#fff;
	text-transform:lowercase;
	color:#fff;
	font-size:24px;
	line-height:34px;
	font-weight:700;
	text-transform:lowercase;
}

.category-box h4 {
	color:#fff;
	text-transform:lowercase;
	color:#fff;
	font-size:36px;
	line-height:50px;
	font-weight:700;
	text-transform:lowercase;
	margin-top:-20px;
}

.category-box img {
	width:80px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.category-box .text {
	font-size:13px;
	color:#fff;
	line-height:20px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:20px;
}

.programs-box {
	background:#005695;
}

.programs-box .btn-white:hover {
	color:#39bbe8 !important;
}

.no-right-border {
	border-right:0 !important;
}

.art-box {
	background: linear-gradient(rgba(143, 0, 143, 0.7), rgba(143, 0, 143, 0.7)),
                rgba(143, 0, 143, 0.7) url('../img/art-bg.jpg') no-repeat center;
	background-size:cover;	
}

.culinary-box {
	background: linear-gradient(rgba(92, 206, 169, 0.7), rgba(92, 206, 169, 0.7)),
                rgba(92, 206, 169, 0.7) url('../img/culinary-bg.jpg') no-repeat center;
	background-size:cover;	
}

.activities-box {
	background: linear-gradient(rgba(37, 170, 226, 0.7), rgba(37, 170, 226, 0.7)),
                rgba(37, 170, 226,0.7) url('../img/activities-bg-2.jpg') no-repeat center;
	background-size:cover;	
}

.activkids-box {
	background: linear-gradient(rgba(224, 36, 7, 0.7), rgba(224, 36, 7, 0.7)),
                rgba(224, 36, 7,0.7) url('../img/activkids-bg.jpg') no-repeat center;
	background-size:cover;	
}

.preschool-box {
	background: linear-gradient(rgba(255, 154, 0, 0.7), rgba(255, 154, 0, 0.7)),
                rgba(255, 154, 0,0.7) url('../img/preschool-bg.jpg') no-repeat center;
	background-size:cover;	
}

.foundation-box {
	background: linear-gradient(rgba(33, 187, 0, 0.7), rgba(33, 187, 0, 0.7)),
                rgba(33, 187, 0,0.7) url('../img/foundation-bg.jpg') no-repeat center;
	background-size:cover;	
}

.cspd-box {
	background: linear-gradient(rgba(70, 142, 34, 0.7), rgba(70, 142, 34, 0.7)),
                rgba(70, 142, 34, 0.7) url('../img/cspd-bg.jpg') no-repeat center;
	background-size:cover;	
}

.rentals-box {
	background: linear-gradient(rgba(238, 28, 37, 0.7), rgba(238, 28, 37, 0.7)),
                rgba(238, 28, 37, 0.7) url('../img/rentals-bg-2.jpg') no-repeat center;
	background-size:cover;	
}

.events-box {
	background: linear-gradient(rgba(108, 189, 100, 0.7), rgba(108, 189, 100, 0.7)),
                rgba(108, 189, 100, 0.7) url('../img/events-bg-2.jpg') no-repeat center;
	background-size:cover;	
}

.parks-box {
	background: linear-gradient(rgba(242, 122, 34, 0.7), rgba(242, 122, 34, 0.7)),
                rgba(242, 122, 34, 0.7) url('../img/parks-bg-2.jpg') no-repeat center;
	background-size:cover;	
}

.sports-box {
	background: linear-gradient(rgba(49, 0, 142, 0.7), rgba(49, 0, 142, 0.7)),
                rgba(49, 0, 142, 0.7) url('../img/sports-bg-2.jpg') no-repeat center;
	background-size:cover;	
}

.dogs-box {
	background: linear-gradient(rgba(0, 189, 255, 0.7), rgba(0, 189, 255, 0.7)),
                rgba(0, 189, 255, 0.7) url('../img/dogs-bg.jpg') no-repeat center;
	background-size:cover;	
}

.wellness-box {
	background: linear-gradient(rgba(131, 0, 0, 0.7), rgba(131, 0, 0, 0.7)),
                rgba(131, 0, 0, 0.7) url('../img/wellness-bg.jpg') no-repeat center;
	background-size:cover;	
}

.theatre-box {
	background: linear-gradient(rgba(255, 182, 0, 0.7), rgba(255, 182, 0, 0.7)),
                rgba(255, 182, 0, 0.7) url('../img/theatre-bg.jpg') no-repeat center;
	background-size:cover;	
}

.fitness-box {
	background: linear-gradient(rgba(136, 201, 49, 0.7), rgba(136, 201, 49, 0.7)),
                rgba(136, 201, 49, 0.7) url('../img/fitness-bg-2.jpg') no-repeat center;
	background-size:cover;	
}

.camp-box {
	background: linear-gradient(rgba(131, 199, 114, 0.7), rgba(131, 199, 114, 0.7)),
                rgba(131, 199, 114, 0.7) url('../img/camp-bg.jpg') no-repeat center;
	background-size:cover;	
}

.meetings-box {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                rgba(0, 0, 0, 0.7) url('../img/meetings-bg.jpg') no-repeat center;
	background-size:cover;	
}

.dance-box {
	background: linear-gradient(rgba(235, 47, 136, 0.7), rgba(235, 47, 136, 0.7)),
                rgba(235, 47, 136, 0.7) url('../img/dance-bg.jpg') no-repeat center;
	background-size:cover;	
}

.education-box {
	background: linear-gradient(rgba(255, 97, 63, 0.7), rgba(255, 97, 63, 0.7)),
                rgba(255, 97, 63, 0.7) url('../img/education-bg.jpg') no-repeat center;
	background-size:cover;	
}

.family-box {
	background: linear-gradient(rgba(126, 96, 242, 0.7), rgba(126, 96, 242, 0.7)),
                rgba(126, 96, 242, 0.7) url('../img/family-bg.jpg') no-repeat center;
	background-size:cover;	
}

.forever-box {
	background: linear-gradient(rgba(47, 102, 102, 0.7), rgba(47, 102, 102, 0.7)),
                rgba(47, 102, 102, 0.7) url('../img/forever-bg.jpg') no-repeat center;
	background-size:cover;	
}

.gymnastics-box {
	background: linear-gradient(rgba(105, 43, 155, 0.7), rgba(105, 43, 155, 0.7)),
                rgba(105, 43, 155, 0.7) url('../img/gymnastics-bg.jpg') no-repeat center;
	background-size:cover;	
}

.music-box {
	background: linear-gradient(rgba(168, 39, 37, 0.7), rgba(168, 39, 37, 0.7)),
                rgba(168, 39, 37, 0.7) url('../img/music-bg.jpg') no-repeat center;
	background-size:cover;	
}

.nature-box {
	background: linear-gradient(rgba(168, 39, 37, 0.7), rgba(168, 39, 37, 0.7)),
                rgba(168, 39, 37, 0.7) url('../img/nature-bg-2.jpg') no-repeat center;
	background-size:cover;	
}

.involved-box {
	background: linear-gradient(rgba(64, 74, 169, 0.7), rgba(64, 74, 169, 0.7)),
                rgba(64, 74, 169, 0.7) url('../img/volunteer-bg-2.jpg') no-repeat center;
	background-size:cover;	
}

.find-box {
	background: linear-gradient(rgba(227, 69, 155, 0.7), rgba(227, 69, 155, 0.7)),
                rgba(227, 69, 155, 0.7) url('../img/find-bg-2.jpg') no-repeat center;
	background-size:cover;	
}

/* ===============
   BLOG SECTIONS 
   =============== */

.blog-post-front {
	margin-left:-15px;
}

.blog-post-front .title {
	font-weight:700;
	font-size:20px;

}

.blog-post-content {
	padding:20px;
	background:#f8f8f8;
	margin-bottom:40px;
}

.news .blog-post-content {
	margin-bottom:40px;
}

.gray-section .blog-post-content {
	background:#fff;
}

.blog-post-front img {
	width:100%;
	--margin-bottom:20px;
}

.blost-post-front p {
	margin-top:20px;
}

.blog-post-front a {
	color:#005695;
	text-transform:capitalize;
}

.date {
	float:left;
	background:#005695;
	color:#fff;
	display:block;
	padding:20px 20px 20px 20px;
	text-transform:uppercase;
	letter-spacing:-1px;
	min-width: 82px;
}

.date-green {
	background:#419639;
}

.date .month {
	font-size:15px;
	text-align:right;
	line-height:15px;
}

.date .day {
	display:block;
	font-size:40px;
	text-align:right;
	line-height:40px;
	letter-spacing:-1px;
	font-family:'Ubuntu', Georgia, Times New Roman, serif !important;
    text-align:right;
}

.building {
	background-image:url('../img/building-bg.png');
	background-position:top left;
	background-repeat:no-repeat;
}

.building-reverse {
	background-image:url('../img/building-bg-b.png');
	background-position:top right;
	background-repeat:no-repeat;
}

.gray-section p {
	color:#555555;
}

.featurette-divider {
	margin-bottom:40px;
}

.white-section ul, .panel-body ul {
	padding-left:2px;
	margin-top:20px;
}

.white-section ul li, .panel-body ul li {
	margin-bottom:20px;
	list-style-type:none;
	background:url('../img/bullet.png') no-repeat 0 9px;
	padding-left:20px;
	margin-bottom:10px;
}

.gray-box {
	background:#f5f5f5;
	color:#555;
	padding:30px;
	margin-bottom:20px;
}

.gray-box p {
	color:#555;
}

.gray-box h2 {
	color:#91919191;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}

.form-control {
	border-radius:0 !important;
	background:#f5f5f5;
	border:1px solid #e4e4e4;
	-webkit-box-shadow:none;
    box-shadow:none;
}

/* ===============
   CTA & SOCIAL SECTIONS
   =============== */

.blue-bar {
	background:#333685;
	padding:20px 20px 15px 30px;

}

.blue-bar img {
	width:35px;
	margin-right:5px;
	float:left;
}

.blue-bar h2 {
	font-size:18px;
	font-family:'Roboto Slab', Georgia, Times New Roman, serif !important;
	color:#fff;
	text-transform:uppercase;
	margin-top:3px;
}

.cta-blue {
	background:#005695;
	padding:10px 20px 20px 20px;
	color:#fff;
}

@media (max-width:767px) {
	.cta-blue .btn-white {
		display:block;
	}
}

.cta-green {
	background:#419639;
	padding:20px 20px 20px 20px;
	color:#fff;
}

.cta-green a:hover {
	color:#9cdf74;
}

.cta-green p {
	margin-bottom:0;
	color:#fff;
	font-size:18px;
}

.cta-blue p {
	color:#fff;
	margin-bottom:0;
}

.cta-blue h2 {
	color:#fff;
	margin-top:0 !important;
	font-size:20px;
	margin-bottom:0;
}

.cta-blue .text-left {
	padding-left:5px;
}

.cta-blue .text-right {
	padding-right:5px;
}

.cta-blue label {
	color:#fff;
	margin-top:0;
	font-size:28px;
	margin-bottom:0;
	font-weight:normal;
}

.cta-blue .form-control {
	margin-top:-8px;
	margin-left:10px;
	margin-right:10px;
	border:0;
}

.cta-blue .btn-white {
	margin-top:10px;
}

.cta-blue img {
	width:30px;
}

.tab h2 {
	font-size:20px;
	font-family:'Roboto Slab', Georgia, Times New Roman, serif !important;
	color:#fff;
}

/* ===============
   SLIDERS, PAGE HEADERS & HEROES
   =============== */

.tinted-image {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 0, 0, 0.45), 
      rgba(255, 0, 0, 0.45)
    ),
    /* bottom, image */
    url(image.jpg);
}

.light-blue-overlay {
	background: linear-gradient(rgba(7, 170, 226, 0.8), rgba(7, 170, 226, 0.8)),
                rgba(7, 170, 226, 0.8) url('../img/people.jpg') no-repeat center;
	background-size:cover;
}

.activity-guides {
	background: linear-gradient(rgba(7, 170, 226, 0.8), rgba(7, 170, 226, 0.8)),
                rgba(7, 170, 226, 0.8) url('../img/activity-guides.jpg') no-repeat center;
	background-size:cover;
}

.about {
	background: linear-gradient(rgba(78, 178, 67, 0.8), rgba(78, 178, 67, 0.8)),
                rgba(78, 178, 67, 0.8) url('../img/about.jpg') no-repeat center;
	background-size:cover;
	--background-position:0 -220px;
}

.blue-overlay {
	background: linear-gradient(rgba(0, 86, 149, 0.8), rgba(0, 86, 149, 0.8)),
                rgba(0, 86, 149, 0.8) url('../img/simkus.jpg') no-repeat top;
	background-size:cover;
}

.dance {
	background: linear-gradient(rgba(7, 170, 226, 0.8), rgba(7, 170, 226, 0.8)),
                rgba(7, 170, 226, 0.8) url('../img/dance.jpg') no-repeat center;
	background-size:cover;
}

.preschool {
	background: linear-gradient(rgba(7, 170, 226, 0.8), rgba(7, 170, 226, 0.8)),
                rgba(7, 170, 226, 0.8) url('../img/preschool.jpg') no-repeat center;
	background-size:cover;
}

.value-proposition {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                rgba(0, 0, 0, 0.5) url('../img/smiling-man.jpg') no-repeat center;
	background-size:cover;
	padding:80px 20px;
}

.value-proposition h1 {
	color:#fff;
	font-size:60px;
}

.value-proposition h2 {
	color:#f3f3f3;
	font-size:20px;
}

.value-proposition p {
	color:#c9c9c9;
	margin-bottom:20px;
}

.hero {
	background:#d333685;
	text-align:center;
	margin-top:48px;
}

.hero h1 {
	color:#fff !important;
	font-size:50px;
	padding-top:80px;
	padding-bottom:80px;
	letter-spacing:-1px;
}

.hero p {
	font-size:16px;
}

table tr:first-of-type td, table tr th {
	background:#419639 !important;
	border-bottom:0;
	border-top:0;
	color:#fff;
}

table tr td {
	font-size:14px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top:0;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fdfdfd;
}

.programs {
	background:url('../img/people.jpg');
}

.park-hero {
	display:block;
	text-align:center;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/armstrong.jpg') no-repeat center;
	background-size:cover !important;
}

.bierman {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/bierman.png') no-repeat center;
	background-size:cover !important;
}

.bark-park {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/bark-park-2.jpg') no-repeat center;
	background-size:cover !important;
}

.hampe-park {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/hampe-park.jpg') no-repeat center;
	background-size:cover !important;
}

.horizon-park {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/horizon-park.jpg') no-repeat center;
	background-size:cover !important;
}

.mclaslin-park {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/mclaslin-park.jpg') no-repeat center;
	background-size:cover !important;
}

.simkus {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/simkus-recreation.jpg') no-repeat center;
	background-size:cover !important;
}

.coyote-crossing {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/coyote.jpg') no-repeat center;
	background-size:cover !important;
}

.slepicka {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/slepicka.jpg') no-repeat center;
	background-size:cover !important;
}

.redhawk {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/redhawk.jpg') no-repeat center;
	background-size:cover !important;
}

.park-hero h1 {
	color:#fff !important;
	font-size:60px;
	padding-bottom:170px;
	letter-spacing:-1px;
}

.park-hero .sub-head {
	padding-top:250px;
	color:#fff !important;
}

@media (max-width:704px) {
	.park-hero .sub-head {
		padding-top:150px;
	}

	.park-hero h1 {
		font-size:40px;
		padding-bottom:80px;
	}
}

.slider {
	/** margin-top:49px;**/
	margin-top:0 !important;
}

.slide {
	display:block;
	text-align:center;
	height:470px;
-webkit-box-shadow: inset 0px -37px 83px -37px rgba(0,0,0,0.53);
-moz-box-shadow: inset 0px -37px 83px -37px rgba(0,0,0,0.53);
box-shadow: inset 0px -37px 83px -37px rgba(0,0,0,0.53);
}

.slide-bg-1 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/fv.jpg') no-repeat center -50px;
	background-size:cover;
}

.slide-bg-2 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/bike-people.jpg') no-repeat center;
	background-size:cover;
}

.slide-bg-3 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                rgba(0,0,0,0.3) url('../img/kids-playing.jpg') no-repeat center;
	background-size:cover;
}

.slide-content {
	padding-top:100px;
	padding-bottom:100px;
}

.slide-content h1 {
	color:#fff !important;
	font-size:60px;
	letter-spacing:-1px;
	text-align:center;
}

.slide-content p {
	color:#fff;
	font-size:20px;
	line-height:28px;
	max-width:60%;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

.slide-content .btn-green {
	text-align:center;
}

.slide .slide-content img {
	margin-left:auto;
	margin-right:auto;
	display:block;
	max-width:140px;
	margin-bottom:20px;
}

.sssprev, .sssnext {
	background-color:none !important;
}

/* ===============
   FOOTER
   =============== */

.footer {
	background:#1d1d1d;
	padding:40px 20px 40px 20px;
	color:#515151;
}

.footer h3 {
	color:#b7b7b7;
	font-size:16px;
}

.footer .btn-white {
	border:2px solid #b7b7b7;
	color:#b7b7b7 !important;
}

.footer .btn-white:hover {
	border:2px solid #b7b7b7;
	background:#b7b7b7;
	color:#1d1d1d !important;
}

.footer a {
	color:#7b7b7b;
}

.footer p {
	color:#515151;
	font-size:13px;
	margin-bottom:10px;
	line-height:23px;
}

.footer ul {
	padding-left:0;
	--margin-left:16px;
	margin-bottom:20px;
}

.footer ul li {
	background:none;
	padding-left:0;
	margin-bottom:5px;
	list-style-type:none;
	border-bottom:1px solid #2a2a2a;
	padding-bottom:5px;
	padding-top:5px;
}

.footer .copyright {
	font-size:20px;
	margin-top:4px;
}

.footer input {
	border:1px solid #3c3c3c;
	background:transparent;
}

.footer .btn-gray {
	padding-top:7px;
}

.social {
	margin-bottom:20px;
}

.social img {
	width:30px;
	opacity:0.2;
}

.social a {
	font-size:40px;
}

.sidebar .social img {
	opacity:0.8;	
}

.case-studies {
	overflow:hidden;
}

.case-studies .gray-box {
	padding:100px 60px 9999px 60px;
	background-image:none;
	margin-bottom:-9999px;
	min-height:400px;
}

.case-studies .gray-box p {
	font-size:16px;
}

.case-study-bg {
	background-size:cover;
	background-position:center center;
	min-height:400px;
	background-repeat:no-repeat;
}

.red-heading {
	color:#c5282d;
	text-transform:uppercase;
}

.small-heading {
	color:#c5282d;
	text-transform:uppercase;
	font-size:18px;
}



.post {
	background:#f9f9f9;
	padding:20px 20px 10px 20px;
}
.footer li.widget {
    list-style: outside none none;
}
.footer h2 {
    color: #b7b7b7;
    font-size: 16px;
}


.tribe-events-venue-map {
	display:none;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    display: block !important;
    float:none !important;
    margin:0 !important;
    padding:0 !important;
    width: 100% !important;
}

.tribe-events-sub-nav {
	display:none;
}

.tribe-events-month-event-title {
	text-align:center;
}

.tribe-events-calendar thead tr th {
	color:#fff !important;
}

.tribe-events-event-image {
   	text-align:left !important;
}

.tribe-events-event-image img {
   	width:100% !important;
	display:block !important;
}

.tribe-mini-calendar-dayofweek {
	color:#5c5c5c !important;
}

.tribe-events-othermonth {
	color:#5c5c5c !important;
}

.tribe-mini-calendar-no-event {
	color:#5c5c5c !important;
}

.tribe-mini-calendar-nav span {
    color:#999 !important;
	font-size:20px !important;
}

.tribe-events-has-events {
	background:#5eae46 !important;
	opacity:1 !important;
}



.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before {
    background: #fff !important;
}

.tribe-events-has-events a {
	background:#5eae46 !important;
	color:#fff !important;
}

.tribe-mini-calendar-no-event {
    color:#999 !important;
}

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    color: #333 !important;
}

.tribe-events-has-events a {
    background:none !important;
}

table tr:first-of-type td, table tr th {
    background: #ddd !important;
    border-bottom: 1px solid #d2d2d2 !important;
	color:#5c5c5c !important;
}

.sidebar ul li {
	list-style-type:none;
}

.sidebar ul {
	margin-top:0;
}

.sidebar h2 {
	margin-top:0 !important;
}

.sidebar ul li {
	border-bottom:0;
}

.sidebar ul li ul li {
    list-style-type: none;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e2e2e2;
    background: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
    margin-top:1.15rem !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event {
    background:none;
}

.mptt-navigation-select {
	margin-bottom:20px;
}


/* STICKY CONTACT BUTTON */
.sticky-contact-button {
	position: fixed;
	display: block;
	background-color: #3E87D9;
	padding: 5px 20px;
	color: white;
	text-decoration: none;
	box-shadow: 0 0 10px -2px #333;
	transition: 300ms all linear;
}
.sticky-contact-button:hover {
	background-color: #3b79c6;
	color: white;
}

@media (min-width: 600px) {
	.sticky-contact-button {
		bottom: 0;
		right: 50px;
		padding: 5px 20px;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}
	.sticky-contact-button i {
		margin-right: 5px;
	}
}

@media (max-width: 600px) {
	.sticky-contact-button {
		bottom: 30px;
		right: 0;
		padding: 5px 15px;
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
	}
	.sticky-contact-button span {
		display: none;
	}
}

/* ----- Invex Fixes ----- */
a.sticky-contact-button {
	display: none !important;
}
div.navbar-right {
	display: none;
}
#tribe-events-content .tribe-events-abbr {
	border-bottom: none !important;
    text-decoration: none !important;
}

@media print {
	.navbar, .footer, .print-button-container, .slider, #livesite_active_engage, #livesite_engage_button, .cta-blue, .category-boxes, .print-button-container {
		display: none !important;
	}

	a[href]:after {
		content:"" !important;
	}

	.mptt-shortcode-wrapper a[href]:after {
		content:"" !important;
	}
	.mptt-shortcode-wrapper .mptt-event-container {
		border: 1px solid black;
	}

	.hero {
		background: none !important;
	}
	.hero .sub-head {
		padding-top: 0;
	}
	.hero h1 {
		padding-bottom: 0;
		color: black !important;
	}

	.park-hero {
		background: none !important;
	}
	.park-hero .sub-head {
		padding-top: 0;
	}
	.park-hero h1 {
		padding-bottom: 0;
		color: black !important;
	}
	body {
		width:1000px;
	}

	.accordion-item .container {
		max-height: 99999999999px !important;
	}

	.tabs .labels {
		display: none !important;
	}
	.tabs .tab {
		display: block !important;
	}
	.tabs .tab .print-title {
		display: block !important;
	}
}

.print-button-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 82px;

	position: absolute;
	top: 0;
	right: 10px;
}
.print-button {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 1;
	transition: 300ms all linear;

	padding: 5px;
	background: lightgray;
}
.print-button:hover {
	opacity: 0.8;
}
.print-button img {
	max-height: 100%;
}

@media (max-width: 1200px) {
	.print-button-container {
		height: 132px;
	}
}

@media (max-width: 800px) {
	.print-button-container {
		height: 69px;
		right: 80px;
	}
}

@media (max-width: 380px) {
	.print-button-container {
		display: none;
	}
}
