/*!
Theme Name: whmcreative
Theme URI: http://underscores.me/
Author: Ken Mau
Author URI: http://underscores.me/
Description: Description
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whmcreative
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.

whmcreative 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
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	overflow-x: hidden;
}

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: 600;
}

dfn {
	font-style: italic;
}

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

small {
	font-size: 10px;
	font-weight: normal;
}

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;
	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
--------------------------------------------------------------*/

@import url("https://use.typekit.net/jaz7zjt.css"); /* Ratio Modern */

@font-face {
    font-family: 'marker_markregular';
    src: url('fonts/markermark-regular-webfont.woff2') format('woff2'),
         url('fonts/markermark-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.body-bullet {
	color: #8A8A8D;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #494949;
}
/*used*/
h1 {
	font-size: 32px;
	color: #4A4A4A;
	font-weight: 300;
	margin: 0;
	line-height: 44px;
}
/*used*/
h2, .h2 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #8A8A8D;
}
h2.running-head {
	color: #BCBBBA;
}
h2.blue {
	color: #76C3D4;
}
h2.orange {
	color: #F98D29;
}

/*used*/
h3 {
	font-weight: 300;
	color: #00396F;
	font-size: 22px;
	line-height: 28px;
	margin-top: 0;
}
.blog-head {
	color: #4A4A4A;
}
.blog-head h3 a {
	color: #4A4A4A !important;
}

.headline {
	font-size: 30px;
    color: #8A8A8D;
    font-weight: 600;
    line-height: 34px;
}
.headline .wpb_content_element {
	margin-bottom: 0;
}

h4 {
	color: #4A4A4A;
	font-weight: 300;
	font-size: 22px;
	margin: 0;
	margin-bottom: 15px;
}

/*title of bottom footer menus*/
h5 {
	font-weight: 600;
	font-size: 14px;
	color: #666666;
}

/*check every penny counts page*/
h6 {
	text-transform: none;
	color: #8A8A8D;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

p {
	margin: 0 0 13px;
}

.leader {
	color: #8A8A8D;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
}
.smaller p, .smaller {
	font-size: 12px;
	line-height: 18px;
}
span.tag {
	color: #F98D29;
	font-size: 12px;
	font-weight: 800;
}

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

blockquote {
	border: none;
	font-size: 26px;
	line-height: 36px;
	font-weight: 300;
	padding-bottom: 20px;
	padding-top: 0;
}

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%;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.p-0 .vc_column-inner {
	padding: 0 !important;
}

.bg-top .vc_column-inner {
    background-position: top !important;
}

.mobile-only {
	display: none;
}
.mobile-and-tablet {
	display: none;
}


.white-text p,
.white-text a,
.white-text h1,
.white-text h2,
.white-text h6 {
	color: #fff;
}
.white-text a {
	text-decoration: underline;
}
.white-text .headline {
	color: #fff;
}

/*COLORS*/
.dark-blue {
	color: #00396F;
}

/*BUTTONS ON VISUAL COMPOSER*/

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
	color: #fff;
	border-color: #f98d29 !important;
	background-color: #f98d29 !important;
	background-image: none !important;
}
.vc_btn3.vc_btn3-size-md {
	font-size: 14px !important;
	padding: 10px 70px !important;
	font-weight: 600 !important;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
	color: #76C3D4 !important;
	border: none !important;
	background-image: none !important;
}


/*VISUAL COMPOSER PROGRESS BARS*/
.vc_progress_bar .vc_single_bar {
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  border: 1px solid #BCBBBA !important;
  height: 40px;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar {
  background-color: #F98D29 !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
	border-radius: 0 !important;
}
/*--------------------------------------------------------------
# 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: #BCBBBA;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul, ol {
	margin: 0 0 1em 1em;
}

ul {
	list-style: disc;
	padding-left: 4px;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 15px;
}

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"]
 {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

input[type="submit"] {

}

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: none;
	box-shadow: none;
	border-radius: 0;
	padding: 10px;
	height: 40px;
}

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%;
}

.btn {
	padding: 10px 40px;
	height: 40px;
	font-weight: 600;
	border-radius: 0;
	-webkit-transition: background-color 0.2s ease,
							color 0.3s linear;
	-moz-transition: background-color 0.2s ease,
							color 0.3s linear;
	-o-transition: background-color 0.2s ease,
							color 0.3s linear;
	transition: background-color 0.2s ease,
							color 0.3s linear;
}

.btn-default {
	border-radius: 0;
	background-color: #F98D29;
	color: #fff;
	border: none;
	text-transform: none;
}
.btn-reversed {
	border-radius: 0;
	background-color: #fff;
	color: #F98D29 !important;
	border: none;
	font-weight: 600;
	text-transform: none;
}
.btn-blue {
	border-radius: 0;
	background-color: #76C3D4 !important;
	color: #ffffff !important;
	border: none;
	font-weight: 600;
	text-transform: none;
}
.btn-blue:hover {
	background-color: #00396F !important;
}
.btn-reversed.blue {
	color: #77C4D5 !important;
}
.btn-hollow {
	border: 1px solid #979797 !important;
}
.btn-hollow:hover {
	background-color: #00396F !important;
	color: #fff !important;
}


.form-group {
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
}
label {
	font-weight: normal;
}

input#exampleInputEmail2 {
	width: 290px;
	margin-right: 15px;
}


#fog-form .email-field {
	width: 290px;
	margin-right: 15px;
}

span.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	display: block;
}



.site-branding .tagline {
	vertical-align: bottom;
	position: relative;
    bottom: 8px;
    left: 20px;
}


#volunteer-signup span.wpcf7-list-item {
	display: block;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #76C3D4;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
a.download {
	text-transform: none;
}
a.download:hover {
	text-decoration: none;
	color: #76C3D4;
}
a.download:after {
	content: url('icons/download-icon.svg');
	position: relative;
	left: 5px;
	top: 1px;
	padding-right: 8px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	xfloat: left;
	width: 100%;
	position: relative;
	z-index: 9999999999999;
}

.main-navigation .menu-main-container {

}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 50px;
	left: -999em;
	background: #fff;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 25px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

#primary-menu {
	margin: 50px auto 0;
}
#primary-menu a {
	color: #666666;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 20px;
}
#primary-menu li:last-child {
	margin-right: 0;
}
#primary-menu li:last-child a {
    padding-right: 0;
}
#primary-menu ul.sub-menu li {
	margin-right: 0;
}
#primary-menu ul.sub-menu li a {
	padding: 10px 20px;
}
#primary-menu ul.sub-menu li:hover {
	background-color: #4A4A4A;
}
#primary-menu ul.sub-menu li:hover a {
	color: #fff;
}

#primary-menu ul.sub-menu li:hover li a {
	color: #4A4A4A;
}

#primary-menu ul.sub-menu ul li:hover {
	background-color: #4A4A4A;
}
#primary-menu ul.sub-menu ul li:hover a {
	color: #fff;
}



.subnav-wrapper {
	border-bottom: 1px solid #D8D8D8;
}
.subnav-wrapper .subnav li {
	display: inline-block;
	margin: 0 15px;
	line-height: 34px;
}
.subnav-wrapper .subnav {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.subnav-wrapper .subnav li a {
	color: #666666;
	text-decoration: none;
}

#nav-expander, nav.mobile {
	display: none;
}




#mobile-nav-wrapper {
	position: relative;
}

#mobile-nav-wrapper::-webkit-scrollbar {
  display: none;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.mobile-nav {
    xposition: absolute;
  	xtop: 0;
    xwidth: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}


.mobile-nav li a {
    display: block;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
    background: #fff;
}
.mobile-nav .dropdown-menu li a {
	font-weight: 300;
}

.mobile-nav li a:hover,
.mobile-nav li a:active,
.mobile-nav li a:focus,
.mobile-nav li.open a:hover,
.mobile-nav li.open a:active,
.mobile-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: #F98D29;
}

.mobile-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
.mobile-nav .dropdown a:after {
	content: ' ';
    display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}




/*SNAZZY MAPS*/
#wpgmza_map {
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}


#donations {
	padding-top: 30px;
}

#other-ways-to-give .cute-box {
    height: 330px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.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;
}

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

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

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

.hentry {

}

.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;
}


.masthead {
  color: #FFF;
  background-color: #4b4b4b;
  height: 400px;
}
.masthead.responsive-image {
  background-position: center !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 535px;
}
.masthead.responsive-image:before {
}

.masthead.responsive-image header {
  line-height: normal;
}
.masthead .entry-title {
	color: #fff;
	font-size: 70px;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 600;
}
.masthead .entry-header {

}
.masthead .entry-subtitle {
  line-height: 1.25;
  margin-top: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

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

img.custom-logo {
	width: 86px;
	height: 90px;
}


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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*BLOG*/
.blog article {
	margin-bottom: 50px;
}
.blog .entry-title {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}
.blog .entry-title a {
	color: #494949;
}
.blog .entry-date {
	font-weight: 700;
	font-size: 14px;
}
.blog .excerpt {
	line-height: 22px;
	margin-bottom: 7px;
}
.blog .read-more {
	font-weight: 700;
	font-size: 14px;
}

/*SIDEBAR - WIDGET AREA*/
.post-sidebar .widget_recent_entries p {
	line-height: 16px;
	margin-bottom: 10px;
	font-size: 12px;
}

.post-sidebar .widget_recent_entries a.title {
	color: #4A4A4A;
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}
.post-sidebar .widget_recent_entries .thumb {
	margin-bottom: 10px;
	margin-top: 20px;
}
.post-sidebar .widget_recent_entries .thumb img {
	height: auto;
}
.post-sidebar .widget_recent_entries ul li {
	line-height: 20px;
	margin: 15px 0;
}
.post-sidebar .widget_categories {
	margin-top: 50px;
}



.secondary-sidebar {
	margin-top: 20px;
}
.secondary-sidebar ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.secondary-sidebar ul li {
	margin-bottom: 15px;
}

/*FILTER IN BLOG POST*/
.vc_grid-filter-select .vc_grid-styled-select, .vc_grid-filter-dropdown .vc_grid-styled-select {
	background: #F6F5F4;
	height: 40px !important;
	border: none !important;
}
.vc_grid-filter-dropdown .vc_grid-styled-select select {
	height: 40px !important;
	width: 250px !important;
	font-size: 14px !important;
	color: #666666 !important;
}
.vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
	color: #666666 !important;
}

/*WIDGETS*/
.widget_categories ul,
.widget_recent_entries ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.widget_categories ul li {
	margin-bottom: 15px;
}

.widget_tag_cloud {
	border-top: 1px solid #BCBBBA;
	padding-top: 60px;
	margin-top: 50px;
}
.tagcloud a {
	color: #4A4A4A;
	font-weight: 600;
	font-size: 14px !important;
	background-color: #F6F5F4;
	padding: 10px 20px;
	display: inline-block;
	margin-bottom: 5px;
}

/*FOOTER*/
footer {
	border-top: 1px solid #D8D8D8;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .social-media {
	margin-top: 15px;
}
footer .social-media a {
	color: #6C6E70;
	margin: 0 20px;
}
.site-footer {
	padding-bottom: 10px;
}
.site-footer a {
	text-transform: none;
	text-decoration: underline;
}

.site-footer .site-info {
	font-size: 14px;
	color: #666666;
}

.footer-menu a {
	text-transform: none;
	color: #666666;
	font-weight: 300;
}
.footer-menu ul li {
	list-style: none;
	font-size: 14px;
	line-height: 26px;
}
.footer-menu ul.sub-menu {


}
.footer-menu .sub-menu li {
	list-style: none;
	line-height: 18px;
	margin: 8px 0;
}
.footer-menu .sub-menu li:before {
	content: "\2013";
	position: relative;
	right: 0px;
	padding-right: 5px;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
}

/*LISTS*/
ul.centered {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 25px;
	padding-bottom: 0;
	padding-top: 10px;
}
ul.centered li {
	margin-bottom: 15px;
	line-height: 18px;
}
ul.centered li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 4px;
	position: relative;
	bottom: 4px;
	right: 4px;
}

/*HEADER*/
header  {

}
header .top-right{
	padding: 11px 0;
	font-size: 12px;
	font-weight: 600;
}
header .top-right img {
	position: relative;
	right: 2px;
}
header .top-right .view-calendar {
	padding-right: 15px;
}
header .top-right .view-calendar a {
	text-decoration: underline;
}
header .donate-now.btn {
	color: #fff;
}
header .donate-now.btn:hover {
	background-color: #666666;
	border-color: #666666;
}

.site-header {
	padding: 10px 40px 0;
}

/*PAGE TEMPLATES*/

/*DEFAULT TEMPLATE*/
.page-template-default .site-main {
	margin: 30px 0;
	margin-bottom: 0;
}


/*PAGE TEMPLATE FOR BLOG*/
.page-template-page-blog .masthead{
	height: 535px;
	display: flex;
	align-items: center;
	background: #7396a1;
	color: #fff;
	margin-left: 0;
	margin-right: 0;
	display: -ms-flexbox;
	-ms-flex-align: center;

}
.page-template-page-blog .widget_categories .cat-item-1 {
	display: none;
}
.page-template-page-blog .entry-content {
	margin-top: 70px;
}

.vc_grid-pagination .vc_grid-pagination-list li a {
	color: #4a4a4a;
	font-size: 14px !important;
	font-weight: 600;
}

/*PAGE TEMPLATE FOR NEWSLETTERS*/
.page-template-page-newsletters .masthead{
	height: 535px;
	display: flex;
	align-items: center;
	background: #7396a1;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	-ms-flex-align: center;
}
.page-template-page-newsletters .entry-content {
	margin-top: 70px;
}


/*PAGE TEMPLATE FOR PRESS RELEASES*/
.page-template-page-pressreleases .masthead{
	height: 535px;
	display: flex;
	align-items: center;
	background: #7396a1;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	-ms-flex-align: center;
}
.page-template-page-pressreleases .entry-content {
	margin-top: 70px;
}

/*PAGE WITH IMAGE HEADER TEMPLATE*/

	@media (min-width: 768px) {
 	 .page-template-page-masthead .masthead .container {
   	 width: 750px;
 	 }
	}
	@media (min-width: 992px) {
 	  .page-template-page-masthead .masthead .container {
  	  width: 970px;
 	 }
	}
	@media (min-width: 1200px) {
 	 .page-template-page-masthead .masthead .container {
 	   width: 1170px;
 	 }
	}

.page-template-page-masthead .masthead{
	height: 535px;
	display: flex;
	align-items: center;
	background: transparent;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	-ms-flex-align: center;
}
.page-template-page-masthead .masthead .headline {
	font-size: 70px;
	color: #fff;
	font-weight: 600;
	line-height: 80px;
}
.page-template-page-masthead .mobile-hero-image {
	display: none;
}

/*HOMEPAGE TEMPLATE*/

.page-template-page-homepage .mobile-hero-image {
	display: none;
}
.page-template-page-homepage .masthead{
	display: flex;
    align-items: center;
    background: #7396a1;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
	display: -ms-flexbox;
	-ms-flex-align: center;
	height: auto;/*40px;*/
}
.page-template-page-homepage .masthead header {
	/*width: 700px;*/
}
.page-template-page-homepage .masthead.responsive-image .headline {
	font-size: 34px;
	color: #fff;
	font-weight: 600;
	line-height: 44px;
}
.page-template-page-homepage .masthead.responsive-image .headline strong {
	font-weight: 700;
	font-size: 52px;
	margin-top: 10px;
	display: block;
}
.page-template-page-homepage .masthead.responsive-image .subheadline {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
}
.page-template-page-homepage .masthead.responsive-image .subheadline h1 {
	padding: 10px 0 15px 0;
}
.page-template-page-homepage .masthead.responsive-image .cta {
	margin-top: 20px;
	text-decoration: none;
}
#upcoming-events {
	overflow-x: hidden;
}

/*CATEGORY PAGES*/
.category .post .entry-date {
    text-transform: uppercase;
    color: #8A8A8D;
    font-weight: 600;
}
.category #content {
	padding-bottom: 30px;
}
.category .post {
    padding: 10px 0 60px 0;
}
.category .post .excerpt {
	padding-bottom: 10px;
	font-size: 14px;
}
.category .entry-title {
	margin-bottom: 15px;
    line-height: 40px;
}
.category .entry-title a {

}


/*NEWSLETTER MODULE*/
#emailBlastOptIn .form-control {
	width: 290px;
	margin-right: 15px;
	height: 40px;
}

/*IMPACT REPORT PAGE STYLING*/


/* IR SUPPORTER LIST */
.ir-supporter-list .first-wpb-wrapper {
	column-count: 1;
	column-gap: 1em;
	}
  
	.ir-supporter {
	margin:.2em;
	text-indent: -2em;
	padding-left: 2em;
	}

	.ir-donor-img {
		column-span:all;
	}
	
	/* Larger screens - 2 columns */
	@media (min-width: 600px) {
	  .ir-supporter-list  .first-wpb-wrapper {
	  column-count:2;
	  }
	}
	
	/* Even larger screens - 3 columns */
	@media (min-width: 900px) {
	  .ir-supporter-list  .first-wpb-wrapper {
	   column-count: 3;
	  }
	}
	
	/* Desktop - 4 columns */
	@media (min-width: 1200px) {
	  .ir-supporter-list  .first-wpb-wrapper {
		column-count: 4;
	  }
	}
  
  .ir-supporter-list-cat {
	  color: #f6862a;
	  font-weight: bold;
	margin-top:30px;
  }
  .ir-supporter-list-cat:first-of-type {
	margin-top: 0;
  }
  
  .ir-donor-cat {
   color: #1c3c6e;
	display: inline-block;
	font-weight: 700;
	padding-left: 2em;
	margin-top:20px;
  }

  /* END IR SUPPORT LIST */

.ir-quote-bar {
	background-color: #74c3d4;
	color: black;
	font-size: small;
	padding: 10px 20px 10px 10px;
	line-height: normal;
}

.ir-quote-bar blockquote {
	font-size: small;
	color: #1c3c6e;
	line-height:normal;
	padding:0;
	text-transform: uppercase;
}

.ir-quote-small {
	font-family:"ratiomodern";
	font-size: 45px; 
	color: #1c3c6e;
	vertical-align: text-top;
}

.ir-quote-bar .ir-quote-small {
	float:right;
}

.ir-quote {
	font-family:"ratiomodern";
	font-size: 45px; 
	color: #1c3c6e;
}

.ir-quote-small-end {
	font-family:"ratiomodern";
	font-size: 45px; 
	color: #1c3c6e;
	writing-mode: vertical-lr;
	transform: rotate(90deg);
}

.ir-sec-subtitle {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #fdb71a;
	padding: 50px 10px 10px 10px;
	color: white;
	font-size: 1.4em;
}

.ir-text, .ir-sec-block {
	font-size: 18px;
	font-weight: 200;
}


.ir-sec-title {
color: white;
text-transform: uppercase;
font-size: 3em;
line-height: calc(1.5em);
letter-spacing: calc(.2em);
}

.ir-sec-title-stories {
	color: #fdb71a;
	text-transform: uppercase;
	font-size: 3em;
	line-height: calc(1.5em);
	letter-spacing: calc(.2em);
	}

.ir-sec-title-alt {
	color: #f68c2a;
	text-transform: uppercase;
	font-size: 3em;
	font-weight:700;
	line-height: calc(1.5em);
	letter-spacing: calc(.2em);
}

.ir-sec-title-stories h4 {
		text-transform: none;
		color: #5e8ab5;
		font-size: 2em;
		font-weight: 400;
		letter-spacing: normal;
	}

.ir-sec-healy {
	color:#1c3c6e;
}

	.ir-sec-title-serve {
		color: #73c2d4;
		text-transform: uppercase;
		font-size: 4em;
		font-weight: 700;
		line-height: .85em;
		}

.ir-sec-block h4, .ir-sec-block h5, .ir-sec-block h6, .ir-sec-block-alt h4, .ir-sec-block-alt h5, .ir-sec-block-alt h6, .ir-text h4, .ir-text h5, .ir-text h6 {
	display: inline;
	font-family:'OpenSans', sans-serif;
}

.ir-sec-block-alt h2 {
	color: #1c3c6e;
}

.ir-sec-block-alt .ir-sec-num-hl {
	font-size: 4em;
	line-height:.5em;
}

.ir-sec-block h4, .ir-text h4 {
color: #5e8ab5;
font-size: 1.5.em;
text-transform: uppercase;
font-weight: 400;
}

.ir-sec-block-alt h4 {
	color: #5e8ab5;
	font-size: 1.5.em;
	font-weight: 400;
	}

.ir-sec-block h5, .ir-text h5 {
color: #fdb71a;
font-size: 1.25em;
font-weight: 400;
}

.ir-sec-block-alt h5 {
	color: #f68c2a;
	font-size: 1.5em;
	font-weight: 400;
	}

	.ir-sec-block-alt2 h5 {
		color: #f68c2a;
		font-size: 1.25em;
		}

.ir-sec-block h6, .ir-text h6 {
	font-weight: 700;
	font-size: .8em;
	color: #5e8ab5;
}

.ir-sec-block-alt h6 {
	font-weight: 700;
	font-size: .8em;
}

.ir-asterik {
	font-size: .75em;
}

.ir-client-words ul {
	
}



.ir-client-words li {
	background: white;
	border-left: solid 4px #fdb71a;
	position: relative;
	margin: 20px;
	padding: 25px;
	list-style:none;
  }
  
  .ir-client-words li:after {
	content: '';
	width: 40px;
	height: 4px;
	background: #fdb71a;
	position: absolute;
	bottom: -4px;
	left: -4px;
  }
  .ir-client-words li:before {
	content: '';
	width: 40px;
	height: 4px;
	background: #fdb71a;
	position: absolute;
	left: -4px;
	top: -4px;
  }

  .ir-client-words li:nth-of-type(even) {
	margin-left:10%;
  }
  .ir-client-words li:last-child {
	margin-left:20%;
  }

/*
.ir-client-words li:before{
	content:"\‘\‘";
	font-family: "ratiomodern";
	font-size: 4em;
	color: #1c3c6e;
}

.ir-client-words li:after{
	content:"\‘\‘";
	
	font-family: "ratiomodern";
	font-size:4em;
	-webkit-transform: rotateX( 180deg );
	-moz-transform: rotateX( 180deg );
	-o-transform: rotateX( 180deg );
	transform: rotateX( 180deg );
	color: #1c3c6e;
}

.ir-icon-people:before {
	content: url('img/ir-icon-person.svg');
	padding: 15px;
	color: #1c3c6e;
}*/

.ir-icon-block {
	display: flex;
	align-items: flex-end;
	padding-left: 95px;
	background-repeat: no-repeat;
	background-size: 85px 85px;
	background-position: left bottom;
	min-height: 85px;
  }

.ir-social-icons {
  display: flex;
  flex: 1;
  align-items: stretch;
  justify-content: space-around;
  padding-top: 50px;
}

.ir-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ir-social-icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  min-height: 55px;
}

  .ir-icon-block-alt {
	display: flex;
	align-items: flex-end;
	padding-left: 75px;
	background-repeat: no-repeat;
	background-size: 65px 65px;
	background-position: left bottom;
	min-height: 65px;
  }

  .ir-info-block-alt {
	color:white;
  }

	.ir-icon-facebook {
		background-image: url('img/ir-facebook.svg');
		width:55px;
	}

	.ir-icon-twitter {
		background-image: url('img/ir-twitter.svg');
		width:55px;
	}

	.ir-icon-instagram {
		background-image: url('img/ir-instagram.svg');
		width:55px;
	}

	.ir-icon-linkedin {
		background-image: url('img/ir-linkedin.svg');
		width:55px;
	}

  .ir-icon-people {
	background-image: url('img/ir-icon-person-resp.svg');
  }

  .ir-icon-award {
	background-image: url('img/ir-icon-award.svg');
  }

  .ir-icon-heart {
	background-image: url('img/ir-icon-heart.svg');
  }

  .ir-icon-bed {
	background-image: url('img/ir-icon-bed.svg');
  }

  .ir-icon-house {
	background-image: url('img/ir-icon-house.svg');
  }

  .ir-icon-l-arrow {
	background-image: url('img/ir-icon-l-arrow.svg');
  }

  .ir-icon-money {
	background-image: url('img/ir-icon-money.svg');
  }

  .ir-icon-plus {
	background-image: url('img/ir-icon-plus.svg');
  }

.ir-icon-people-big:after {
	content: url('img/ir-icon-person.svg');
	padding: 15px;
	width: 400px;
	height: 400px;
}

.ir-sec-num-hl {
	font-size: 2.5em;
	line-height:1em;
}

.ir-sec-num {
	font-size: 1.2em;
}

.ir-sec-script {
	font-family:'marker_markregular', sans-serif;
	color: #1c3c6e;
	font-weight: normal;
	text-transform: none;
}

.ir-sec-script-alt {
	font-family:'marker_markregular', sans-serif;
	color: white;
	font-weight: normal;
	text-transform: none;
}

h2.ir-sec-script {
	font-size: 3.8em;
}
h4.ir-sec-script {
	font-size: 2em;
}

.ir-sec-header {
	min-height: 400px;
}

#ir-whoweserve {
	color: white;
	font-weight: 700;
}

#ir-whoweserve .ir-sec-num-hl {
	font-size:3.5em;
}

#ir-whoweserve h2 {
	color: #fdb71a;
}

#prcchart-so {
	/*max-height:200px;*/
}

#prcchart-program {
	/*max-height:300px;*/

}

div.fullWidthImageRow > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image > figure {
    width: 100% !important;
}
div.fullWidthImageRow > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image > figure > div {
    width: 100% !important;
}
div.fullWidthImageRow > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image > figure > div > img {
    width: 100% !important;
}

/*TRIBE EVENTS*/
.tribe_events-template-default .masthead {

}
.tribe_events-template-default .content-area {
	background-color: #F8F8F8;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #76C3D4;
}
.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
    color: #00396f;
}
dd.tribe-venue {
	margin-bottom: 5px;
}


/*TRIBE EVENTS CALENDAR STYLE*/
.events-archive .entry-content, .events-archive .entry-header {

}
.tribe-events-style-theme .content-area {
	background-color: #f8f8f8;
	padding-left: 40px;
	padding-right: 40px;
}
.tribe-events-style-theme .site-header {
	border-bottom: none;
}
.tribe-events-style-theme .content-area .container .entry-content {
	width: 100%;
}
.tribe-events-calendar td h3 {
	text-align: center;
	line-height: 18px;
}
.tribe-events-calendar thead th {
	background-color: #e7e7e7;
	color: #666666;
	font-weight: normal;
	padding: 0;
	font-size: 14px;
	white-space: nowrap;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
	background-color: #eeeeee;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
.tribe-events-calendar th {
	background-color: #ddd;
	color: #333;
	height: 30px;
	letter-spacing: 0;
	padding: 4px 0;
	text-align: center;
	text-transform: none;
	width: 14.28%;
	/* color: #666666; */
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
	overflow: hidden;
	padding: 3%;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
}
#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar {
	border: 1px solid #E7E7E7;
}
#tribe-events-content .tribe-events-calendar td {
	background: #ffffff;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
	background: #ffffff;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
	padding: 7px 9px 7px;
}
.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: #f9f9f9;
	color: #afafaf;
}
#tribe-events-content .tribe-events-calendar td {
	height: 177px;
}
.tribe-events-tooltip {
  display: none !important;
}
h1.tribe-events-page-title {
	clear: none;
	font-weight: 300;
	margin: 25px 0 15px;
	position: relative;
	text-align: center;
	z-index: 0;
}
.tribe-bar-date-filter {
	display:none !important;
}

.tribe-bar-search-filter{
	width:70% !important;
}

.tribe-bar-submit{
	margin-left:0 !important;
}
ul.tribe-events-sub-nav a {
	color: #4A4A4A;
}
.arrowed-title {
	position: relative;
	width: 400px;
	margin: 0 auto 35px;
}
ul.tribe-events-sub-nav {
	/*position: absolute;
	top: 25px;
	width: 100%;*/
}
.events-archive .entry-content, .events-archive .entry-header {
	width: 100%;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
	font-size: 14px;
	font-weight: normal;
}

/*SINGLE EVENT PAGE*/
.single-tribe_events .tribe-events-single-event-title {
	font-size: 32px;
	line-height: 48px;
	margin-top: 5px;
}
.single-tribe_events .tribe-events-schedule {
	margin: 0 0 50px;
}
.single-tribe_events .tribe-events-schedule h2 {
	font-size: 14px;
	font-weight: 600;
}
.single-tribe_events .tribe-events-event-meta {
	background: transparent;
	border: none;
	margin: 40px 0 10px;
}
.single-tribe_events .site-header {
	border-bottom: none;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	color: #4A4A4A;
}
.single-tribe_events dd.tribe-venue-tel:after {
	content: 'TEL';
	color: #F98D29;
	font-size: 10px;
	font-weight: 800;
}
#tribe-events-content .toggle-categories {
	position: absolute;
	top: 45px;
	right: 0;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	padding: 0;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	color: #4A4A4A;
}
.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
	font-style: normal;
}

/*VISUAL COMPOSER DEDFAULT OVERRRIDES*/
.vc_separator.vc_sep_color_grey .vc_sep_line {
	border-color: #D8D8D8 !important;
}
.wpb_gmaps_widget .wpb_wrapper {
	background-color: #f7f7f7;
	padding: 0 !important;
}

/*VISUAL COMPOSR GRIDS*/
.board-staff-grid {
	font-size: 12px;
}
.board-staff-grid .staff-name {
	color: #76C3D4;
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 600;
}


#media-downloads a.download {
	padding-right: 30px;
}

/*events grid*/
.events-grid h3 a {
	color: #4A4A4A !important;
	font-size: 20px;
}
.events-grid h2 {
	margin-bottom: 5px;
}


/*blog grid*/
.blog-item {
	margin-bottom: 40px !important;
}
.blog-item .right {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.blog-item .vc_btn3 {
	padding: 0 !important;
	font-weight: normal !important;
}
.blog-item .vc_btn3:hover {
	background-color: transparent !important;
}

/*press romm grid*/
.press-item {
	margin-bottom: 40px !important;
}
.press-item .right {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/*newslettesr grid*/
.newsletter-item {
	margin-bottom: 40px !important;
}
.newsletter-item .h2 {
	margin-bottom: 10px !important;
}
.newsletter-item ul {
	padding-left: 0 !important;
}

/*CUTE BOXES*/
.cute-box {
	color: #4A4A4A;
	width: 460px;
	margin: 0 auto;
	border: 1px solid #BCBBBA;
}
.cute-box.full-width {
	width: 100%;
}
.cute-box.taller {
	height: 480px !important;
}
.cute-box.shorter {
	height: 205px !important;
}
.cute-box.taller ul {
	padding: 10px;
}
.cute-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 25px;
	padding-bottom: 0;
	padding-top: 10px;
}
.cute-box ul li {
	margin-bottom: 15px;
	line-height: 18px;
}
.cute-box ul li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 4px;
	position: relative;
	bottom: 4px;
	right: 4px;
}
.cute-box .box-title {
	border-bottom: 1px solid #BCBBBA;
	padding: 8px 0;
	text-align: center;
}
.cute-box .box-title h2 {
	margin: 3px 0;
}
.cute-box .box-content {
	padding: 15px;
	padding-top: 25px;
	text-align: center;
}

/*POST TYPES!!*/

/*Jobs*/
.type-jobs {
	padding-bottom: 10px;
}
.type-jobs .entry-content .entry-title {
	margin: 20px 0;
}
.type-jobs .entry-content {
	padding: 30px 0 80px;
}
.type-jobs .entry-content h2 {
	margin-bottom: 5px;
}
.type-jobs p {
	margin: 0 0 20px;
}

/*SINGLE POST PAGE TEMPLATE*/
.single-post article {
	padding: 40px 0;
}
.single-post .entry-image {
	margin: 30px 0;
}
.single-post .entry-content .left-content {
	padding-right: 40px;
}
.single-post .entry-content .post-meta {
	text-transform: uppercase;
	color: #8A8A8D;
	font-weight: 600;
}
.single-post .entry-content .post-meta .date {
}

/*DONORS*/
.logos div {
	padding-right: 20px;
	padding-left: 10px;
	display: inline-block;
	vertical-align:middle;
}
.logos div.last {
	border-right: none;
}
.logos div:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;  /* vertical alignment of the inline element */
	height: 100%;
}

.logos > div img {
	vertical-align: middle;
	display: inline-block;
}
.logos > div.first:before {
	border-left: none;
}

/*PRESS ROOM*/
.vc_gitem-post-data {
	margin-bottom: 10px !important;
}


/*BOARD & STAFF GRIDS*/
.staff-listing {
	list-style: none;
	margin: 0;
	padding: 0;
}
.staff-listing li {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding: 30px 0 40px;
}
.staff-listing li .staff-name {
	color: #76C3D4;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 600;
}
.staff-listing li .staff-title {
	font-size: 12px;
}
.staff-listing .attachment-post-thumbnail {
	max-width: 140px;
	width: 140px;
	height: 140px;
	border-radius: 10000px;
}
.staff-listing .modal {
	padding-right: 0 !important;
}
.staff-listing .modal-body {
	font-size: 14px;
	line-height: 20px;
}
.staff-listing .modal-header {
	border: none;
}
.staff-listing .modal-content {
	border-radius: 0;
	padding: 0 10px 70px 0;
}
.staff-listing .close {
	font-size: 40px;
	font-weight: normal;
}
#board-of-directors .staff-listing img {
	max-width: 140px;
	height: 140px;
	border-radius: 10000px;
}

#advisory-board .staff-listing .attachment-post-thumbnail {
	max-width: 97px;
	height: 97px;
	border-radius: 10000px;
}
#advisory-board .staff-listing .staff-name {
	color: #8A8A8D;
	margin-top: 10px;
}
#advisory-board .staff-listing li {
	padding: 10px 0 40px;
}

#executive-leadership .staff-listing img {
	max-width: 1407px;
	height: 140px;
	border-radius: 10000px;
}
#executive-leadership .staff-listing li {
	padding: 30px 0 20px;
}
#executive-leadership .staff-listing .attachment-post-thumbnail {
	max-width: 97px;
	height: 97px;
	border-radius: 10000px;
}


/*JOBS GRID*/
.jobs-listing {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}


.left-divider:before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	border-left: 1px solid #BCBBBA;
	top: 0;
	left: 0;
}




/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 40px auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  padding: 7px 3px;
  color: #8A8A8D;
  max-width: 18%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #BCBABA;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #D8D8D8;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 20px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 49%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  background-color: #fff;
  padding: 0 25px 0 0 ;
}
.timeline-article .content-left {
  border: none;
  text-align: right;
  padding-right: 80px;
  padding-top: 10px;
  padding-left: 40px;
}
.timeline-article .content-left img {
  position: relative;
  z-index: 3;
}
.timeline-article .content-right {
  padding-left: 80px;
  padding-right: 40px;
  padding-top: 10px;
}
.timeline-article p {
  xmargin: 0 0 0 60px;
  margin-top: 3px;
  padding: 0;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.timeline-article .article-number {
  color: #FFB718;
  font-size: 14px;
  font-weight: 600;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:after {
  content: '';
	width: 15%;
	border-bottom: solid 1px #D8D8D8;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1;
}
.timeline-article .content-right:before {
  content: '';
	width: 15%;
	border-bottom: solid 1px #D8D8D8;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 1;
}
.timeline-article .meta-date {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -13px;
  color: #fff;
  border-radius: 100%;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #FFB718;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}


.timeline-article.eighties .article-number {
	color: #00396F;
}
.timeline-article.eighties .meta-date {
	border-color: #00396F;
}

.timeline-article.nineties .article-number {
	color: #5D89B3;
}
.timeline-article.nineties .meta-date {
	border-color: #5D89B3;
}

.timeline-article.zeros .article-number {
	color: #76C3D4;
}
.timeline-article.zeros .meta-date {
	border-color: #76C3D4;
}

.timeline-article.tens .article-number {
	color: #FFB718;
}
.timeline-article.tens .meta-date {
	border-color: #FFB718;
}

.timeline-article.current .article-number {
	color: #F98D29;
}
.timeline-article.current .meta-date {
	border-color: #F98D29;
}


/*Slick Styles*/

.slick-next, .slick-prev {
  width: 15px !important;
  height: 26px !important;
  xtop: 55% !important;
  background-repeat: no-repeat !important;
  xbackground-size: 100% !important;
  z-index: 9999;
}
.slick-prev, .slick-prev:hover {
  xleft: 60px !important;
  background-image: url(/wp-content/themes/whmcreative/img/left-arrow.png) !important;
}
.slick-next, .slick-next:hover {
  xright: 60px !important;
  background-image: url(/wp-content/themes/whmcreative/img/right-arrow.png) !important;
}
.slick-next:before, .slick-prev:before {
  display: none;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #fff !important;
}
.slick-dots li button:before {
	color: #fff !important;

}
.slick-dots {
  position: relative;
}
.slick-dots li button:before {
  font-size: 14px !important;
}


/*MAILCHIMP FORM*/
#mc_embed_signup {
  background: transparent !important;
}
#mc_embed_signup input.email {
	border: none !important;
	border-radius: 0 !important;
	height: 40px !important;
	padding: 15px !important;
	width: 290px !important;
    margin-right: 15px !important;
	font-size: 14px !important;
	    color: #555 !important;
}
@media (max-width: 768px) {
	#mc_embed_signup input.email {
		width: 100%;
		margin-bottom: 5px;
		margin-right: 0 !important;
	}
}
/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
	margin: 0;
	max-width: 100%;
  }
  #conference-timeline .conference-center-line {
	margin-left: 0;
	left: 50px;
  }
  .timeline-article .meta-date {
	margin-left: 0;
	left: 40px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
	max-width: 100%;
	width: auto;
	float: none;
	margin-left: 80px;
	min-height: 53px;
  }
  .timeline-article .content-left-container {
	margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
	padding: 10px 25px;
	min-height: 65px;
	text-align: left;
  }
  .timeline-article .content-left:before {
	content: "\f0d9";
	right: auto;
	left: -8px;
  }
  .timeline-article .content-right:before {
	display: none;
  }
  .timeline-article .content-left:after {
  	display: none;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article p {
	margin: 0;
  }
  .timeline-article p span.article-number {
	display: none;
  }

}
/*===== // Resonsive Vertical Timeline =====*/




/*RESPONSIVENESS*/

@media (min-width: 1800px) {
	.page-template-page-homepage .masthead {
	/*
		background-position: center top !important;
		*/
	}
	.page-who-we-are .masthead,
	.page-what-we-do .masthead,
	.page-how-to-help .masthead {
		height: 700px !important;
	}
}

@media (max-width: 1799px) {
	.page-template-page-homepage .masthead{
		/*height: 50px;*/
	}
}


@media (min-width: 1200px) {
	.container{
		max-width: 1024px;
	}
}


@media (min-width: 992px) {
	.staff-listing .modal-lg {
		width: 1044px;
	}
}

@media (min-width: 768px) {
	.lead {
		font-size: 14px;
		font-weight: normal;
		padding-top: 10px;
	}
	.staff-listing .modal-dialog {
		margin: 180px auto;
	}
}

@media (max-width: 1100px) {
	.main-navigation li {
	    margin-right: 5px;
	}
	.tagline {
		display: none;
	}
}


@media (max-width: 992px) {
	.site-header {
		padding: 10px 0;
	}
	#primary-menu {
		margin-top: 50px;
		margin-left: 0;
	}
	#primary-menu a {
		padding: 15px;
	}
	img.custom-logo {
		width: 86px;
		height: 90px;
	}
	.cute-box {
		width: 100%;
	}
}

@media (max-width: 768px) {


	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	.mobile-and-tablet {
		display: block !important;
	}

	/*MOBILE MENU*/
	a.nav-expander {
	  background: none repeat scroll 0 0 #fff;
	  color: #D8D8D8;
	  margin-right: 0;
	  padding: 15px 10px 5px;
	  position: absolute;
	  right: 0;
	  text-decoration: none;
	  text-transform: uppercase;
	  top: 0;
	  transition: right 0.3s ease-in-out 0s;
	  width: auto;
	  z-index: 12;
	  transition: right 0.3s ease-in-out 0s;
	  -webkit-transition: right 0.3s ease-in-out 0s;
	  -moz-transition: right 0.3s ease-in-out 0s;
	  -o-transition: right 0.3s ease-in-out 0s;

	}

	a.nav-expander:hover {
	  cursor: pointer;
	}

	a.nav-expander.fixed {
	  position: fixed;
	}

	.nav-expanded a.nav-expander.fixed {
		right: 20em;
	}
	nav.mobile {
	  background: #ffffff;
	  display: block;
	  height: 100%;
	  overflow: hidden;
	  position: fixed;
	  right: -100%;
	  font-size: 15px;
	  top: 0;
	  width: 100%;
	  z-index: 2000;

	  transition: right 0.25s ease-in-out 0s;
	  -webkit-transition: right 0.25s ease-in-out 0s;
	  -moz-transition: right 0.25s ease-in-out 0s;
	  -o-transition: right 0.25s ease-in-out 0s;

	}
	.nav-expanded nav.mobile {
	  right: 0;
	}

	body.nav-expanded {
	  margin-left: 0em;
	  transition: right 0.4s ease-in-out 0s;
	  -webkit-transition: right 0.4s ease-in-out 0s;
	  -moz-transition: right 0.4s ease-in-out 0s;
	  -o-transition: right 0.4s ease-in-out 0s;
	}

	#nav-close {
	  position: absolute;
	  right: 0;
	  padding: 0 5px;
	  color: #BCBBBA;
	}
	.mobile-menu {
	  padding-top: 12px;
	}

	.mobile-menu li {
	  border-bottom: 1px solid #323949;
	  margin-left: 20px;
	  font-size: 18px;
	  padding: 12px;
	}

	.mobile-menu li a {
	  color: #6F7D8C;
	  text-decoration: none;
	}

	.mobile-menu li a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	}

	.mobile-menu li .sub-nav {
	  border-bottom: 0px;
	  padding: 4px;
	}

	.mobile-menu a .caret {
		width: 0;
		height: 0;
		display: inline-block;
		vertical-align: top;
		border-top: 4px solid #4f5963;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		content: "";
		margin-top: 8px;
	}

	.mobile-menu a:hover .caret {
		border-top-color: #4f5963;
	}

	.mobile-menu li.open > a > .caret {
		border-top: none;
		border-bottom: 4px solid #4f5963;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}

	.mobile-menu li.open > a:hover > .caret {
		border-bottom-color: #4f5963;
	}

	.icon:before {
	  font-family: 'FontAwesome';
	  font-style: normal;
	  font-variant: normal;
	  font-weight: normal;
	  line-height: 1;
	  text-transform: none;
	  content: '\f105';
	}

	.mobile-menu li > a > span.icon {
	  float: right;
	  margin: 0.1em 1.7em -0.1em 0;
	  opacity: 0;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;

	}

	.mobile-menu li > a:hover > span.icon {
	  float: right;
	  margin: 0.1em 0.8em -0.1em 0;
	  opacity: 1;
	}

	.menu-mobile-container {

	}
	#menu-mobile {
		margin-top: 20px;
		text-align: left;
		margin-right: 1em;
		border-top: 1px solid #BCBBBA;
	}
	#menu-mobile li {
		padding: 10px 0;
		border-bottom: 1px solid #F6F5F4;
	}
	#menu-mobile li a {
		font-size: 14px;
		font-weight: normal;
		color: #666666;
	}
	#menu-mobile li a:hover {
		text-decoration: none;
	}
	#menu-mobile .sub-menu {
		list-style: none;
	}
	#menu-mobile .sub-menu li a {
		color: #666666;
		font-weight: 300;
	}
	#menu-mobile .sub-menu li {
		border-bottom: none;
		padding: 1px 0;
	}
	.mobile .site-branding {
		padding-top: 15px;
		text-align: center;
	}
	a.nav-expander {
		display: block !important;
	}
	img.custom-logo {
		max-width: 45px;
		height: auto;
	}
	#primary-menu {
		display: none;
	}

	blockquote {
		font-size: 24px;
		line-height: 30px;
	}
	.entry-content {
		margin-top: 0;
	}
	.single-tribe_events .tribe-events-schedule {
	    background: transparent;
	    border: none;
	    margin: 0 0 20px 0;
	    padding: 0;
	}

	#site-navigation {
		display: none;
	}



	.right-info {
		display: none;
	}
	.main-navigation li {
		margin-right: 0;
	}
	.main-navigation .menu-main-container {
		margin-top: 0;
		margin-left: 0;
	}
	.site-header {
		padding: 15px 0;
	}
	#emailBlastOptIn .form-control {
		width: 100%
	}

	/*PAGE MASTHEAD*/
	.page-template-page-masthead .masthead.hide-bg {
		background-image: none !important;
		height: auto;
		display: none;
	}
	.page-template-page-masthead .masthead.responsive-image .headline {
		font-size: 30px;
		color: #8A8A8D;
		font-weight: 600;
		line-height: 34px;
		text-align: center;
		margin-top: 20px;
	}
	.page-template-page-masthead .mobile-hero-image {
		display: block;
	}
	.page-template-page-homepage .masthead header {
		width: 100%;
	}
	.page-template-page-masthead .mobile-hero-image {
		display: block;
	}
	.page-template-page-homepage .masthead.responsive-image .headline {
	    font-size: 34px;
	    line-height: 42px;
	}
	.page-template-page-homepage .masthead.responsive-image .headline strong {
		font-size: 34px;
	}

	.subnav-wrapper {
		xdisplay: none;
	}
	.subnav-wrapper .subnav {
		xdisplay: none;
	}
	.subnav-wrapper {
		xmax-height: 5px;
		xheight: 5px;
		margin-top: 10px;
	}
	.subnav-wrapper .subnav li {
		padding: 3px 10px;
	}
	.subnav-wrapper .wpb_content_element {
		margin-bottom: 10px;
	}

	#locations .vc_row .wpb_column.vc_col-sm-4 {
		padding-bottom: 30px;
	}


	#tribe-mobile-container .type-tribe_events~.type-tribe_events {
		border-top: 1px solid #D8D8D8;
	}
	#tribe-mobile-container a.url {
		color: #4A4A4A !important;
		font-size: 22px;
	}
	#tribe-events-content .tribe-events-calendar td {
	height: 80px;
}
	#tribe-mobile-container {
		margin: 30px auto 10px;
	}

	ul.tribe-events-sub-nav {
		top: -55px;
	}
	.tribe-events-sub-nav li a {
		background: transparent;
	}

	.left-divider:before {
		display: none;
	}
	.staff-listing li {
		padding: 10px 0 35px;
	}
	.staff-listing li .staff-name {
		margin-top: 5px;
	}
	#advisory-board .staff-listing li {
		padding: 10px 0 15px;
	}

	.mobile-and-tablet.headline {
		margin-top: 20px;
	}

	#values .mobile-padding {
		padding-bottom: 30px;
	}

	#fog-form .email-field {
		width: 100%;
	}

	#brett-message .brett-img {
		height: 520px;
		width: 500px;
		margin: 0 auto;
	}

	.masthead.responsive-image .subheadline {
	    width: 100% !important;
	}

}


@media (max-width: 414px) {
	#brett-message .brett-img {
		height: 400px;
	}
	.masthead.responsive-image .headline {
		line-height: 34px !important;
	}
	.hide-on-mobile {
		display: none !important;
	}
	.center-on-mobile {
		text-align: center;
	}
	.mobile-only {
		display: block !important;
	}

	h1 {
		line-height: 30px;
		font-size: 24px;
	}

	.site-header {
		padding-top: 15px;
	}
	img.custom-logo {
		max-width: 45px;
	}
	.site-branding {
		text-align: center;
	}

	a.nav-expander {
		display: block;
	}

	/*NAVIGATION*/
	.main-navigation .menu-main-container {
		margin-top: 10px;
	}



	/*HOMEPAGE*/
	.page-template-page-homepage .masthead header {
		width: 100%;
	}
	.page-template-page-homepage .masthead {
		height: auto;
		background: none !important;
	}
	.page-template-page-homepage .masthead.responsive-image .headline {
		font-size: 30px;
		color: #8A8A8D;
		font-weight: 600;
		line-height: 34px;
		text-align: center;
	}
	.page-template-page-homepage .masthead.responsive-image .subheadline {
		margin-top: 10px;
	}
	.page-template-page-homepage .masthead.responsive-image .subheadline h1 {
		color: #9B9B9B;
		text-align: center;
	}
	.page-template-page-homepage .masthead.responsive-image .subheadline p {
		text-align: center;
		font-size: 14px;
		color: #9B9B9B;
		font-weight: 400;
	}
	.page-template-page-homepage .masthead.responsive-image .btn {
		width: 100%;
		background-color: #F98D29;
		color: #fff !important;
		margin-top: 0;
	}
	.page-template-page-homepage .mobile-hero-image {
		display: block;
		padding-bottom: 25px;
	}

	/*PAGE MASTHEAD*/
	.page-template-page-masthead .masthead {
		height: auto !important;
		background-image: none;
	}

	#emailBlastOptIn .form-control {
		width: 100%
	}
	#emailBlastOptIn input[type="submit"] {
		width: 100%;
	}

	.cute-box {
		width: 100%;
	}

	#locations .vc_row .wpb_column.vc_col-sm-4 {
		padding-bottom: 0;
	}

	ul.tribe-events-sub-nav {
		top: -50px;
	}
	.tribe-events-style-theme .content-area {
		padding: 0;
	}
	.tribe-events-sub-nav li a {
		background: transparent;
	}
	#tribe-events-content .tribe-events-calendar td {
		height: auto;
	}


	.page-template-page-blog aside#secondary {
		display: none;
	}

	.page-our-donors .logos div {
	    display: block;
	    margin-bottom: 40px;
	}
	.page-our-donors .logos div.last {
		margin-bottom: 0;
	}
}

