/*!
Theme Name: SPIARCNEW
Theme URI: http://underscores.me/
Author: Juan Penaloza
Author URI: http://facebook.com/jpenaloza89
Description: SPIARC website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: southparkinfocenter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EntreHermanos is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/



html {
	font-family: 'Open Sans Condensed', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}



html {
  font-size: 16px;
  font-family: 'Open sans Condensed', sans-serif;
}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 18px;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 20px;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 28px;
  }
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1rem;
}

.site-content{
	font-size: 1.125em;
	line-height: 1.6em;

}

h1, h2, h3, h4, h5, h6 {

	clear: both;
	line-height: 1.3em;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}


p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
	 see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
  list-style:none;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header{
	background-color: #E5DADA;
	border-top: 4px solid black;
	color:black;
	width: 100%;
	z-index:100;
	opacity: .8;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
}

nav.navbar{
	background-color: white;
	width: 100%;
	color:black;
	padding: 1em;
}
ul.navbar-nav{
	margin: 0 auto;
}
a.nav-brand, a.nav-link, a.dropdown-item, a.nav-link.collapse:hover{
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: bolder;
	font-size: 1.5em;
	color: black;
}
a.navbar-brand:visited, a.nav-link:visited{
	color: black;
}
li.nav-item, a.nav-brand, a.dropdown-item{
	background-color: white;
}



.curmudgeon::before {
  border-bottom: 3px solid #E59500;
  border-left: 0;
  -webkit-transform-origin: 0% 100%;
}

.curmudgeon::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}
.box {
  position:relative;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
}
.box:hover {
  border: 1px solid rgba(0,160,80,0);
  color: #FFF;
}
.box::before, .box::after {
  width: 100%;

  z-index: 0;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}

span.navbar-toggler-icon{
	width: 100%;
	height: 100%;
	color:white;
	font-family: "FontAwesome";
	content: "\f078";
}





/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/



@media screen and (max-width: 768px) {
	
	.nav-buttons h5{
		font-size: 1em;
		padding: 1em;
	}
	.hide-when-small{
		display: none;
	}
	img.mr-3{
	width: 64px;
	height: auto;
}


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

	.events-info img{
	display: none;
}
	ul.nav-menu{
		display: none;
	}	
	.site-header img{
		display: none;
	}
	


}
/*Makes sidebar disappear at 765px*/
@media screen and (max-width: 765px){
	ul.programs-sidebar li{
		width: 25%;
		background-color: green;
		float: left;
		display: inline;
	}
	ul.programs-sidebar{
		text-align: center;
		margin: 0;
	}
}
/*Makes sidebar disappear at 765px*/
@media screen and (min-width: 765px){
	ul.programs-sidebar li{
		width: 100%;

	}
	img.mr-3{
	width: 280px;
	height: auto;
}

}



@media screen and (min-width: 906px) {
	.menu-toggle {
		display: none;
	}
	

}




/*horizontal menu on wide screens */
@media screen and (min-width: 50em){
	
	
	
} 



.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
  font-family: 'Open sans Condensed', sans-serif;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header 22
--------------------------------------------------------------*/

.site-header img{
float: left;
}

.menu-toggle.hide{
	bottom:-3em;
}
.main-navigation.toggled img{
	display: block;
	position: relative;
	left: 30%;
	text-align: center;
}
.nav-buttons{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: .5em;
	letter-spacing: .08em;
	text-transform: uppercase;
	z-index: 1001;
	position: absolute;
	top:-5px;
	right: 20px;
	color:white;
}
.nav-buttons h5:hover{
	background-color: #f2192b;
}
.nav-buttons h5{
			font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.75em;
	letter-spacing: .08em;
	border-radius: 5px 5px 5px;
	padding: .6em;
	background-color: #fa8039;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

/* Make sure the button doesnt hide when menu is open. */

.toggled .menu-toggle.hide{
	bottom: 1em;
}

.site-branding{
	min-height: 4em;
	background-color: black;
	color: white;
}
.site-branding img{
	float: left;
}






/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main{
	font-size: 1em;
	line-height: 1.6em;
}

@media screen and (min-width: 50em){
	.site-main{
		font-size: 1em;
	}

}
@media screen and (max-width: 50em){
	.parallax-content h1{
		font-size: 1.4em;

}
.parallax-content h4{
		font-size: 1.2em;
	}

		.parallax-content h5{
		font-size: 1em;
	}

}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




/*about us front page section 
=============================================*/
.front-about{
	color: black;
	text-align: left;
	height: auto;
	padding-top: 15em;
	padding-left: 5em;
	padding-right: 5em;
	
}
.aboutmission-statement{
	padding-top: 0;
	overflow: hidden;
}
.mission-statement, .mission-statement2{
	padding: 3em;
	background-color: white;
}
.mission-statement2{
	background-color: #2E5077;
}

h1.fancy, h2.tribe-events-page-title, 
h3.fancy{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	padding-bottom: .5em;
	color: #2E5077;
	line-height: 1em;
}
h3.fancy{
	padding-top:1.5em;
	text-align: left;
	color:white;

}
h1.fancy{
	text-align: left;
	color: #2E5077;
}

h2.tribe-events-page-title{
	font-size: 2.5em;
}




/*footer--
=============================================*/

.site-footer{
	background-color: #2E5077;
	color: white;
	padding-bottom: 0;
	font-size: 1.125em;
}
.content-footer-padding{
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.address-footer, .social-footer, .mission-footer{
	padding-top: 2em;
}
.social-footer{
	text-align: center;
}
.address-footer{
	text-align: center;
	padding-left:1.5em;
}
.mission-footer{
	text-align: center;
  
}

.site-footer p{
	font-size: .7em;
	line-height: 1.25em;
}
.social-footer img{
	width: 45px;
	padding: 5px;
	height: auto;
}
.address-footer i{
	width: 15px;
	height: auto;
	padding: 0;
	border:solid 0;
}

.address-footer i:hover{
	background-color: black;
	color:#4c586f;
	font-size: 1.2em;

}
.footer-logo{
	text-align: center;
}





/*cards
=============================================*/
.button.articles{
	background-color: white;
	border:1px solid black;
	margin-top: 2em;
	color:black;
	padding:1em;
}
a.button:hover{
	text-decoration: none;
	color:#fa8039;
	border:1px solid #fa8039;
}
button.articles{
	background-color: white;
	border:1px solid black;
}


.card{
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif;
	margin:0;
}
div.card.border-light.staffing-info.open-sans{
	margin:0;
}

.card-body p{
	padding-bottom: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
}


.services{
	padding: 2em
}



.footer-bar{
	min-height: 30px;
	width: 100%;
	padding: .3em;
	background-color: #4DA1A9;
	display: inline-block;
	color:#F4F1BB;
	border-top:solid 4px #E59500;

}

.footer-rights p{
	font-size: .6em;
	text-align: center;
	font-weight: lighter;
	padding-bottom: 0px;
	padding-top: 1em;
}



.content-body-padding{
	padding: 3em;
}
.pages-body-padding{
	padding: 3em;
	padding-top: 1em;
}





/* bottom and top page links(not footer/header)
=============================================*/
.programs-link, .programs-link-bottom{
	text-align: center;
	padding-top: .6em;
	padding-bottom: .6em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bolder;
	font-weight: 500;
	font-size: 1.125em;
	letter-spacing: .08em;
	border-bottom:solid 2px #9BC1BC;

	
}
.programs-link{
	background-color: #E6EBE0;
}
.programs-link-bottom{
	border-bottom: none;
}
.programs-link a, .programs-link-bottom a{

	color: #E6EBE0;
}
.programs-link a:hover, .programs-link-bottom a:hover{
	color: #ED6A5A;
	text-decoration: none;
}

/* end of bottom and top page links(not footer/header)
=============================================*/


.contact-left{
	border:solid 2px #2E5077;
	max-height: 500px;
}
.contact-left img{
	vertical-align: center;
	height: 100%;
	width: auto;
}
.open-sans{
font-family: 'Open sans Condensed', sans-serif;

}
.open-sans-bold{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bolder;
}
.gallery-page{
	padding-left:3em;
	
}
#huge_it_portfolio_popup_list_1 li.pupup-element{

	left: -50%;
}
.content-body-padding-form{
	padding-top: 1em;
	padding-right: 5em;
	padding-left: 5em;
	padding-bottom: 1.5em;
}

/* Events Clander section
=============================================*/

.tribe-events-calendar thead th{
	background-color: white;
	border:white;

}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth{

}
#tribe-events-content .tribe-events-calendar td{
	border:none;
}
table.tribe-events-calendar{
	border:none;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], 
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{
	background-color:#fa8039;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-]{
	background-color: #fa8039;
}
#tribe-bar-form .tribe-bar-filters-inner, .tribe-bar-views-inner{
	background-color: rgba(242,25,43, 0.1);
}
#tribe-bar-form .tribe-bar-submit input[type=submit]{
	background-color: #fa8039;
}





/* parallax
=============================================*/
.parallax { 
    /* The image used */


    /* Set a specific height */
    height: 500px; 
width:100%;
    /* Create the parallax scrollng effect */
    background-attachment: fixed;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.parallax-staff img { 
    /* The image used */


    /* Set a specific height */
   width:100%;
  max-height:500px;
  z-index:-100;
  object-fit:cover;

    /* Create the parallax scrolling effect */

}

.parallax-staff h1{
	position: absolute;
	margin-left: .5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .3em;
	padding-bottom: .3em;
	bottom: 5%;
	background-color: rgba(0,0,0, 0.6);
	color: white;
}
.parallax-content{
	padding: 70px 0;
	top: 50%;
	overflow: hidden;
	
}
/* end of Events Clander section
=============================================*/

.content-body-padding-0top{
	padding-left:4em;
	padding-right:4em;
	padding-bottom: 3em;
	padding-top:0;
}
.padding-top{
	padding-top: 2em;
}
.portelement_1 .title-block_1{
	font-family: 'Open Sans Condensed', sans-serif;
}

.stats-info{
	padding-top:1em;
	min-height: 500px;
	background-color: rgba(242,25,43, 0.1);
	text-align: left;
}
.stats-info img{
	padding-top: 1.5em;
}

.community-info{
	padding:2em;
	background-color: rgba(44,81,116, 0.8);
	color: white;
}
.full-height img{
	height: 100%;
	width: auto;
}
ul.programs-sidebar li{
	background-color:#E6EBE0;
	color:white;
	text-align: center;
}
ul.programs-sidebar li:hover{
	background-color: #5CA4A9;
	border-bottom: solid 2px #ED6A5A;

	color: white;
}
ul.programs-sidebar a:hover{
	font-weight: bolder;
	text-align: center;
	color: white;
}
ul.programs-sidebar{
	margin: 0;
	padding: 0;
}
/* background color of contact us icons
=============================================*/
span.fa-stack.fa-lg{
	color: #5CA4A9;
}
.contact-us-icons{
	padding-bottom: 2em;
}
.navbar-toggler-icon i{
	color:#5CA4A9;
}
.pageimg{
	width: 100%;
	max-height: 570px;
	overflow: hidden;
}
.pageimg img{
	width: 100%;
	height: auto;
}
.bridge{
	width: 150%;
	overflow: visible;
}
.bridge img{
	width: 150%;
	height: auto;
}
.services{


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
        background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.service-section{
	background-color: rgba(255,255,255, 0.8);
	padding: 2em;
  text-align:left;
}
.service-inner{
	padding:3em;
}
.media-body h1{
	color: #E59500;
}
.media-body div.dates{
	color: #E59500;
	font-weight: bolder;
}
.media-body a{
	color: white;
}
.media-body a:hover{
	text-decoration: none;
	color: white;
}
a.mission-footer{
 color:white;
}
a.mission-footer:hover{
  color:white;
  text-decoration:none;
}
a.sub{
  font-size:1.1em;
  color:black;
}
a.sub:hover{
  text-decoration: none;
	color:#fa8039;
}
img.navlogo{
  max-width:6em;
  max-height:6em;
  float:left;
}
a.navbar-brand{
  padding:0;
  padding-left:1em;
  margin:0;
}
nav.navbar{
  padding-top:0;
}
ul#demo.submenu.collapse.show, ul#demo1.submenu.collapse.show, ul#demo1.submenu.collapsing, ul#demo.submenu.collapsing{
  margin:0;
  padding:0;
}
.row.list-news-section{
  padding-bottom:1em;
}
.about-us-bot{
  padding-top:1.5em;
}
h6.breadcrumb{
  margin-bottom:0px;
  position:relative;
  bottom:50%;
  z-index:100;
}
@media all and (max-width: 1000px) {
  .sidebar-single { display: none; }
  .small-remove { display: none; }
}
@media all and (min-width: 1000px) {
  .sidebar-single-small { display: none; }
}
a h6.breadcrumb{
  color:black;
  text-decoration:none;
}
a h6.breadcrumb:hover{
  text-decoration:none;
  color:#2E5077;
}
a .thumbnail:hover{
  opacity:.6;
}

.card.staffing-info{
  padding:1em;
}

.card img{
 max-height:300px;
    max-width:300px; 
  width:auto;
  height:auto;
}