/*
Theme Name: MHC Theme
Theme URI: http://underscores.me/
Author: Systems Alliance, Inc.
Author URI: http://www.systemsalliance.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mhc-theme
Tags:

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.

mhc-theme is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# The Events Calendar Plugin Overrides
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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 {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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
--------------------------------------------------------------*/

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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. */
}

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: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
}

select {
	border: 1px solid #ccc;
}

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;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@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;
}

.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 {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/* added min-height for eTapestry iframe, in case height script doesn't load at the right time */
#etapIframe {
	min-height: 1000px;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: 'Roboto', sans-serif;
  background-color: #fafafa;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin: 0 0 25px;
  color: #1c3f95;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

h1 + p.intro {
  margin-top: -15px;
}

h2 {
  margin: 20px 0;
  color: #252525;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

#page.home h2 {
  font-size: 32px;
  font-weight: 400;
}

  #page.home h2 > span {
    position: relative;
  }

    #page.home h2 > span:after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      display: block;
      width: 100%;
      height: 3px;
      background-color: #e96045;
    }

h3 {
  margin: 20px 0;
  color: #403d4a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin: 20px 0;
  color: #2b3e4d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin: 20px 0;
  color: #3e5283;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin: 25px 0;
  color: #4c689a;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}

p {
  margin: 20px 0 25px;
}

  p.intro {
    color: #666;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 0;
  }

ul {
  margin: 25px 0;
  padding: 0 0 0 25px;
}

  ul > li {
    margin-bottom: 5px;
  }

a {
  color: #037dd1;
  text-decoration: underline;
  transition: color 0.3s, background-color 0.3s;
}

  a:hover {
    color: #03568f;
  }

a.tag {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  background-color: #e96045;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
}

  a.tag:hover {
    background-color: #cb472d; 
  }

.tags > a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  background-color: #e96045;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
}

  .tags > a:hover {
    background-color: #cb472d; 
  }

a[class|='button'] {
  display: inline-block;
  padding: 10px 25px;
  margin: 5px 5px 5px 0;
  background-color: #3497db;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.3s;
}

  a[class|='button']:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
  }

  a.button:hover {
    background-color: #1a7dc1;
  }

  a.button-blue {
    background-color: #3497db;
  }

    a.button-blue:hover {
      background-color: #1a7dc1;
    }

  a.button-green {
    background-color: #8dc63f;
  }

    a.button-green:hover {
      background-color: #78b427;
    }

  a.button-white {
    background-color: #fff;
    color: #2b3e4d;
  }

    a.button-white:hover {
      background-color: #ccc;
    }

a[class|='icon'] {
  overflow: hidden;
  display: inline-block;
  margin: 5px 10px 5px 0;
  text-indent: -999px;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  background-color: #3497db;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

  a[class|='icon']:hover {
    background-color: #1a7dc1;
  }
    
  a.icon-facebook {
    background-image: url('images/icon-social-facebook.svg');
  }

  a.icon-twitter {
    background-image: url('images/icon-social-twitter.svg');
  }

  a.icon-youtube {
    background-image: url('images/icon-social-youtube.svg');
  }

  a.icon-linkedin {
    background-image: url('images/icon-social-linkedin.svg');
  }

a.tweet-this {
  display: block;
  padding: 25px;
  border: 1px solid #e1e1e1;
  color: #037dd1;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
}

  a.tweet-this:hover {
    background-color: #fafafa;
  }

  a.tweet-this > span.share {
    position: relative;
    left: 0px;
    display: block;
    margin-top: 30px;
    padding-left: 30px;
    color: #00aeef;
    font-size: 14px;
    text-transform: uppercase;
    transition: left 0.3s;
  }

    a.tweet-this > span.share:after {
      content: '';
      position: absolute;
      left: 0;
      top: -3px;
       display: block;
      height: 20px;
      width: 25px;
      background: url('images/icon-twitter-blue.svg') no-repeat center; 
    }

    a.tweet-this:hover > span.share {
      left: 10px;  
    }

.label {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.caption,
.wpb_single_image .vc_figure-caption {
	color: #4c689a;
  font-size: 16px;
  font-style: italic;
  line-height: 1.3;
}

.wpb_single_image .vc_figure-caption {
	margin-top: 5px;
}

.body-content blockquote {
	color: #5e9118;
	font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

a.all {
  font-size: 12px;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

  table th {
    padding: 15px;
    border: 1px solid #e1e1e1;
    color: #5e9118;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
  }

  table tr {
    border: 1px solid #e1e1e1;
  }

  table td {
    padding: 15px;
    border: 1px solid #e1e1e1;
  }

.inner {
  max-width: 1435px;
  margin: auto;
  padding: 0 15px;
}

#page img {
  max-width: 100%;
  height: auto;
}

audio {
  max-width: 100%;
}

#page.one-col #content {
  padding: 5px 0 25px;
}

#share-tools {
  padding: 15px 0;
  display: flex;
}

#share-tools .addthis_inline_follow_toolbox{
  margin-right: 5px;
}

#share-tools .addthis_inline_follow_toolbox p{
  margin: 0;
}

img.float-right {
  float: right;
  margin: 0 0 15px 25px;
}

img.float-left {
  float: left;
  margin: 0 25px 15px 0;
}

.video-player {
  margin-bottom: 25px; 
}

#site {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
}

body.navOpen {
  overflow: hidden;
}

.js #off-canvas {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1000;
  overflow: hidden;
  width: 255px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: all 0.4s;
}

  .js body.navOpen #off-canvas {
    overflow: auto;
    overflow-x: visible;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.15);
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

#menu {
  display: none;
}

.js #menu {
  position: absolute;
  display: block;
  height: 55px;
  width: 65px;
  z-index: 1000;
  right: 0;
  top: 0;
  border-left: 1px solid #e1e1e1;
  cursor: pointer;
  transition: all 0.4s;
}

.js #menu:hover {
  background-color: #ebebeb;
}

  .js #menu:after {
    content: 'Menu';
    position: absolute;
    bottom: 2px;
    width: 100%;
    color: #999;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
  }

  .js body.navOpen #menu {
    right: 255px;
  }

  .js #menu > .trigger {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 4px;
    background-color: #3697d3;
    border-radius: 2px;
    text-indent: -9999px;
    transition: all 0.3s;
  }

    .js #menu > .trigger:before,  .js #menu > .trigger:after{
      content: '';
      position: absolute;
      display: block;
      left: 0;
      width: 25px;
      height: 4px;
      background-color: #3697d3;
      border-radius: 2px;
      text-indent: -9999px;
      transition: all 0.3s;
    }

      .js #menu > .trigger:before {
        top: -8px;
      }

      .js #menu > .trigger:after {
        bottom: -8px;
      }

      .js body.navOpen #menu > .trigger {
        background-color: transparent;
      }

      .js body.navOpen #menu > .trigger:before {
        top: 0px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }

      .js body.navOpen #menu > .trigger:after {
        bottom: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
 
 
.js #site-wrap {
  transition: transform 0.4s;
}

  .js body.navOpen #site-wrap {
    -webkit-transform: translate3d(-255px,0,0);
    -moz-transform: translate3d(-255px,0,0);
    -ms-transform: translate3d(-255px,0,0);
    -o-transform: translate3d(-255px,0,0);
    transform: translate3d(-255px,0,0);
  }

#header {
  position: relative;
  background-color: #fff;
  height: 55px;
}

	#header > .print-logo {
		display: none;
	}

  #header > .logo {
    position: absolute;
    z-index: 999;
    left: 15px;
    height: 120px;
    width: 105px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.15);
  }

    #header > .logo > a{
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-indent: -9999px;
      background: url('images/maryland-humanities-logo-vertical.svg') no-repeat center;
      background-size: contain;
    }

#nav .callout {
  display: none;
}

#nav .callout img {
  display: block;
  max-width: 100%;
  height: auto;
}

#nav .callout .media {
  margin-bottom: 10px;
}

#nav .callout .title {
  font-size: 14px;
  line-height: 1.3;
}

  #nav .callout .title a {
    text-decoration: none;
  }

.js #nav .menu-content {
  display: none;
}

#off-canvas > .wrap {
  padding: 15px;
}

#home-link > a {
  display: block;
  padding: 15px 0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
} 

#nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav > ul > li {
  margin-bottom: 0;
  border-top: 1px solid #e1e1e1;
}

#nav > ul > li > a {
  display: block;
  padding: 15px 0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}

  #nav > ul > li > a:hover {
    color: #3497db;
  }

  #nav > ul > li.has-children > a {
    position: relative;
    padding-right: 35px;
  }

    #nav > ul > li.has-children > a:after {
      content: '';
      position: absolute;
      right: 5px;
      top: 0;
      bottom: 0;
      display: block;
      height: 25px;
      width: 25px;
      margin: auto;
      background: url('images/icon-accordion-expand.svg') no-repeat center;
      background-size: contain;
      transition: all 0.3s;
    }

      #nav > ul > li.has-children > a.active:after {
        background-image: url('images/icon-accordion-collapse.svg');
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
      }

#nav .menu-content ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
  list-style: none;
}

  #nav .menu-content ul > li {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
  }

    #nav .menu-content ul > li > a,
    #nav .menu-content .mm-programs > a {
      display: block;
      padding: 10px 0;
      color: #333;
      font-size: 16px;
      line-height: 1.1;
      text-decoration: none;
    }

      #nav .menu-content ul > li > a:hover,
      #nav .menu-content .mm-programs > a:hover {
        color: #3497db !important;
      }

    #nav .menu-content .mm-programs > a {
    	padding-left: 15px;
    }
      
    #nav .menu-content ul > li > ul {
      display: none;
    }

#off-canvas #actions > a {
  display: block;
  text-align: center;
}

#search {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

  #search input.search-field {
    width: calc(100% - 35px);
    box-sizing: border-box;
    padding-left: 10px;
    height: 40px;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
  }

  #search input.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 35px;
    -webkit-appearance: none;
    border: 0;
    background: transparent url('images/icon-search-blue.svg') no-repeat center;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
  }

#footer > .top {
  padding-top: 50px;
  background-color: #fff;
  font-size: 13px;
  border-top: 1px solid #c6e29f;
}

  #footer > .top .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
  }

    #footer > .top .title a {
      text-decoration: none;
    }

    #footer > .top .title span {
      display: inline-block;
    }

  #footer > .top .col {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

    #footer > .top .col1 .desc {
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: 1px solid #e1e1e1;
      font-size: 16px;
    }

    #footer > .top .col1 .contact .location {
      margin-bottom: 15px;  
    }

  #footer > .top .col3 {
    border-bottom: 0;
  }

  #footer > .top .col3 img {
    max-width: 70%;  
  }

#footer > .bottom {
  padding: 25px 0;
  font-size: 14px;
  color: #999;
  background-color: #3e3b48;
}

  #footer > .bottom .copyright {
    margin: 20px 0;  
  }

  #footer > .bottom #footer-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    #footer > .bottom #footer-nav > ul > li {
      margin: 5px 0;
    }

      #footer > .bottom #footer-nav > ul > li > a {
        color: #fff;
        text-decoration: none;
      }
        
        #footer > .bottom #footer-nav > ul > li > a:hover {
          color: #3497db;
        }
        

#banner {
  position: relative;
  overflow: hidden;
}

  #banner .image img {
    position: relative;
    z-index: 100;
    display: block;
    width: auto;
  }

  #banner .image:after {
    content: '';
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: url('images/pattern-overlay-blue.png') repeat;
  }

#banner #banner-slider-container {
  position: relative;
}

  #banner #banner-slider-container .controls > a {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: block;
    height: 27px;
    width: 15px;
    margin: auto;
    background: url('images/icon-arrow-banner.svg') no-repeat center;
    background-size: contain;
    text-indent: -9999px;
    opacity: 0;
    transition: all 0.3s;
  }

    #banner #banner-slider-container .controls > a.prevBtn {
      left: 15px;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      
    }

    #banner #banner-slider-container .controls > a.nextBtn {
      right: 15px;
    }

  #banner #banner-slider-container:hover .controls > a {
    opacity: 0.5;  
  }

    #banner #banner-slider-container .controls > a:hover {
      opacity: 0.75;
    }

  #banner #banner-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    #banner #banner-slider ul > li {
      position: relative;
      overflow: hidden;
      display: none;
      float: left;
      width: 50%;
      margin-bottom: 0;
    }

      #banner #banner-slider ul > li:first-child {
        display: block;
      }

      #banner #banner-slider ul > li:nth-child(2) {
        display: block;
      } 

      #banner #banner-slider ul > li:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 101;
        display: block;
        width: 100%;
        height: 100%;
      }

      #banner #banner-slider ul > li.blue:after {
        background: url('images/pattern-overlay-blue.png') repeat;
      }

      #banner #banner-slider ul > li.green:after {
        background: url('images/pattern-overlay-green.png') repeat;
      }

      #banner #banner-slider ul > li.orange:after {
        background: url('images/pattern-overlay-orange.png') repeat;
      }

      #banner #banner-slider ul > li.light-green:after {
        background: url('images/pattern-overlay-lightgreen.png') repeat;
      }

      #banner #banner-slider ul > li img {
        position: relative;
        z-index: 100;
        display: block;
        max-width: 100%;
        max-height: 360px !important;
        height: auto;
      }

#left-col {
  position: relative;
  z-index: 500;
  top: -25px;
  margin-bottom: -25px;
  background: #f7f7f7;
  background: -moz-linear-gradient(left,  #ffffff 0%, #f7f7f7 100%);
  background: -webkit-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%);
  background: linear-gradient(to right,  #ffffff 0%,#f7f7f7 100%);
  border-top: 10px solid #3596d9;
}

  #left-col #explore {
    display: none;
  }

    .js #left-col #explore {
      display: block;
      position: relative;
      padding: 10px 30px 10px 15px;
      color: #1c3f95;
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      cursor: pointer;
      transition: background-color 0.3s;
    }

      .js #left-col #explore:hover {
        background-color: #e1e1e1;
      }

      .js #left-col #explore:after {
        content: '';
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        width: 14px;
        height: 8px;
        margin: auto;
        background: url('images/icon-arrow-explore.svg') no-repeat center;
        background-size: contain;
        transition: transform 0.3s;
      }

      .js #left-col #explore.active:after {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
      }

.js #left-col > .wrap {
  display: none;
}

#left-col .callout {
  padding: 15px;
  margin-top: 15px;
}

  #left-col .callout h3 {
    margin-bottom: 10px;
    color: #e96045;
    font-size: 18px;
    font-weight: 500;
  }

.callout .contact .name {
  font-weight: 500;
}

.callout .contact .email {
  margin-bottom: 15px;
}

.callout .contact .caption {
  font-size: 14px;
}

#sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sub-nav a {
  display: block;
  padding: 10px 15px;
  line-height: 1.1;
  text-decoration: none;
}

  #sub-nav a:hover {
    background-color: #e1e1e1;
  }

#sub-nav > ul li {
  margin-bottom: 0;
}

  #sub-nav > ul > li a {
    border-bottom: 1px solid #e1e1e1;
  }
  
  #sub-nav > ul > li > a {
    color: #2b3e4d;
    font-size: 16px;
    font-weight: 400;
  }

    #sub-nav > ul > li:first-child > a {
      color: #1c3f95;
      font-size: 20px;
      font-weight: 700;
      border-top: 1px solid #e1e1e1;
    }

  #sub-nav > ul li.current-menu-item > a {
    position: relative;
    padding-right: 20px;
  }

    #sub-nav > ul li.current-menu-item > a:after {
      content: '';
      position: absolute;
      display: block;
      right: 10px;
      top: 0;
      bottom: 0;
      height: 15px;
      width: 10px;
      margin: auto;
      background: url('images/icon-arrow-activesubnav.svg') no-repeat center;
    }

  #sub-nav > ul > li > ul.sub-menu > li > a {
    padding-left: 30px;
  }

  #sub-nav > ul > li > ul.sub-menu > li > ul > li > a {
    padding-left: 45px;
  }
  
  #sub-nav > ul > li > ul {
    display: none;
  }
  
  #sub-nav > ul > li.current-menu-item > ul {
    display: block;
  }
  
  #sub-nav .current-menu-parent > .sub-menu {
    display: block;
  }

  #sub-nav .sub-menu a {
  	padding: 10px 15px;
  }

#sub-nav > ul#menu-programs-1 > li {
	display: none;
}

	#sub-nav > ul#menu-programs-1 > li > ul ul {
		display: none;
	}

  #sub-nav > ul#menu-programs-1 > li.current-menu-item {
     display: block;
  }	

  #sub-nav > ul#menu-programs-1 > li.current-menu-ancestor {
  	display: block;
  }

    #sub-nav > ul#menu-programs-1 > li.current-menu-ancestor > ul,
    #sub-nav > ul#menu-programs-1 > li.current-menu-ancestor > ul > li.current-menu-item > ul,
    #sub-nav > ul#menu-programs-1 > li.current-menu-ancestor > ul > li.current-menu-parent > ul {
    	display: block;
    }

  #sub-nav > ul#menu-programs-1 > li.current-menu-item > ul.sub-menu > li > a,
	#sub-nav > ul#menu-programs-1 > li.current-menu-ancestor > ul.sub-menu > li > a {
  	padding-left: 15px;
  	color: #2b3e4d;
  }

  #sub-nav > ul#menu-programs-1 > li > ul.sub-menu > li > ul > li > a {
  	padding-left: 30px;
  }

  #sub-nav > ul#menu-programs-1 > li.current-menu-parent > a,
  #sub-nav > ul#menu-programs-1 > li.current-menu-ancestor > a,
  #sub-nav > ul#menu-programs-1 > li.current-menu-item > a {
  	color: #1c3f95;
    font-size: 20px;
    font-weight: 700;
  }

ul.accordion {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

  ul.accordion > li > .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
  }
  
  .js ul.accordion > li > .title {
    position: relative;
    padding: 20px 50px 20px 20px;
    color: #e96045;
    border: 1px solid #e1e1e1;
    cursor: pointer;
  }

    .js ul.accordion > li > .title:after {
      content: '';
      position: absolute;
      right: 12px;
      top: 0;
      bottom: 0;
      display: block;
      height: 25px;
      width: 25px;
      margin: auto;
      background: url('images/icon-accordion-expand.svg') no-repeat center;
      transition: all 0.3s;
    }

    .js ul.accordion > li.active > .title:after {
      background-image: url('images/icon-accordion-collapse.svg');
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }

  .js ul.accordion > li {
  	margin-top: 10px;
  }

	  .js ul.accordion > li > .content {
	    box-sizing: border-box;
	    overflow: hidden;
	    padding: 0 50px 0 20px;
	  }

	   .js ul.accordion > li > .content > p:first-child {
	      margin-top: 0; 
	    }

ul.tabs {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

  ul.tabs > li > .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
  }

	.js ul.tabs > li > .title {
    position: relative;
    padding: 20px 50px 20px 20px;
    color: #e96045;
    border: 1px solid #e1e1e1;
    cursor: pointer;
  }

    .js ul.tabs > li > .title:after {
      content: '';
      position: absolute;
      right: 12px;
      top: 0;
      bottom: 0;
      display: block;
      height: 25px;
      width: 25px;
      margin: auto;
      background: url('images/icon-accordion-expand.svg') no-repeat center;
      transition: all 0.3s;
    }

    .js ul.tabs > li.active > .title:after {
      background-image: url('images/icon-accordion-collapse.svg');
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }

  .js ul.tabs > li > .content {
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 50px 0 20px;
  }

   .js ul.tabs > li > .content > p:first-child {
      margin-top: 0; 
    }

ul.link-list {
  padding: 0;
  list-style: none;
}

  ul.link-list > li {
    margin-bottom: 0;
    border-top: 1px solid #e2e2e2;
  }

    ul.link-list > li:first-child {
      border-top: 0; 
    }

    ul.link-list > li > a {
      display: block;
      padding: 9px 0 9px 20px;
      background: url('images/icon-arrow-linklist.svg') no-repeat left 10px;
      font-size: 14px;
      line-height: 1.3;
      text-decoration: none;
      transition: all 0.3s;
    }

      ul.link-list > li > a:hover {
        background-position: 5px 10px;  
      }

a.action {
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e1e1e1;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: box-shadow 0.2s;
}

  a.action:hover {
    padding: 19px;
    border: 2px solid #c2c2c2;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
  }

  a.action > .title {
    margin-bottom: 10px;
    color: #037dd1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
  }

.billboard {
  margin-bottom: 35px;
}

  .billboard > .info {
    box-sizing: border-box;
    padding: 30px;
    background-color: #8dc63f;
  }

    .billboard > .info h3 {
      color: #fff;
      font-size: 30px;
      margin: 0 0 20px;
    }

    .billboard > .info p {
      margin: 15px 0;
    }

    .billboard > .info p.intro {
      color: #2b3e4d;
      font-size: 20px;
      font-weight: 500;
    }

  .billboard > .media {
    box-sizing: border-box;
    padding: 30px;
    background-color: #ebebeb;
  }

    .billboard > .media > .video-player {
      margin-bottom: 5px;
    }

.callout h3 {
  margin-top: 0;
  color: #666;
  font-weight: 400;
}

#aside {
  margin-top: 50px;
}

  #aside .callout {
    max-width: 280px;
    margin-bottom: 50px;
  }

.upcoming-events ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

  .upcoming-events ul > li {
    position: relative;
    padding: 15px 0 15px 65px;
    border-bottom: 1px solid #e1e1e1; 
  }

  .upcoming-events ul > li:last-child {
  	border-bottom: 0;
  }

  .upcoming-events ul > li > .date {
    position: absolute;
    left: 0;
    top: 17px;
    height: 30px;
    width: 50px;
    padding: 10px 0;
    background-color: #e96045;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
  }

    .upcoming-events ul > li > .date > span {
        display: block;
    }

  .upcoming-events ul > li > .title {
    line-height: 1.3;  
  }

    .upcoming-events ul > li > .title > a {
      text-decoration: none;
    }

  .upcoming-events ul > li > .location {
    color: #666;
    font-size: 14px;
    font-weight: 500;
  }

  .upcoming-events ul > li > .time {
    color: #666;
    font-size: 14px;
  }

  .upcoming-events a.all {
    display: block;
    text-align: center;
  }

  .upcoming-events .all-events-link {
  	border-bottom: 0;
  	padding: 0;
  	text-align: center;
  }

  	.upcoming-events .all-events-link a {
  		font-size: 12px;
  		text-decoration: none;
  	}

  .upcoming-events .tools {
  	margin-top: 15px;
  }

	  .upcoming-events .tools > * {
	  	display: inline-block;
	  	margin-right: 20px;
	  	vertical-align: top;
	  }

.post {
  margin-bottom: 25px;
}

.post > .media {
  margin-bottom: 15px;
}

  .post > .media img {
    display: block;
  }

.post .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3;
}

  .post .title > a {
    text-decoration: none;
  }

  .post .date > .author:before {
    content: '|';
    margin: 0 5px;
  }

.post .date {
  color: #666;
  font-size: 11px;
}

#numbers-slider-container {
  position: relative;
  margin-bottom: 35px;
  border-top: 5px solid #e1e1e1;
  border-bottom: 5px solid #e1e1e1;
}

#numbers-slider-container .controls {
  position: absolute;
  top: 15px;
  right: 0;
}

  #numbers-slider-container .controls > a {
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: #aed5f1 url('images/icon-arrow-banner.svg') no-repeat center;
    background-size: 11px 16px;
    text-indent: -9999px;
  }

    #numbers-slider-container .controls > a:hover {
      background-color: #3497db;
    }

    #numbers-slider-container .controls > a.prevBtn {
      margin-right: 3px;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
      
#numbers-slider ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

#numbers-slider ul > li {
    padding: 30px 0;
    color: #666;
    text-align: center;
  }

    #numbers-slider ul > li > div {
      padding: 0 25px;
    }

    #numbers-slider ul > li > .number{
      margin-bottom: 5px;
      color: #e96045;
      font-size: 48px;
      font-weight: 500;
      line-height: 1;
    }

.js #numbers-slider ul > li:after {
  content: '';
  position: absolute;
  left: -1px;
  top: 30px;
  height: 120px;
  width: 1px;
  background-color: #e1e1e1;
}


#banner .home-banner {
  position: relative;
  background-color: #37508e;
  color: #fff;
}

  #banner .home-banner .media {
    position: relative;
  }

    #banner .home-banner .media:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: url('images/pattern-overlay-blue.png') repeat;
      z-index: 10;
    }

  #banner .home-banner img {
    display: block;
  }

  #banner .home-banner .wrap {
    position: relative;
    z-index: 11;
    max-width: 1435px;
    margin: auto;
  }

  #banner .home-banner .content {
    position: relative;
    padding: 25px;
    font-size: 18px;
    font-weight: 300;
  }

    #banner .home-banner .content p > span {
      position: relative;
    }

      #banner .home-banner .content p > span:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #e96045;
      }

      #banner .home-banner .content .content-wrap {
        position: relative;
        z-index: 2;
      }

      #banner .home-banner .content:before {
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%; 
        background: url('images/background-h-white.svg') no-repeat center;
        background-size: cover;
      }

#get-inspired {
  position: relative;
  padding: 35px 0;
  background: #403d4a url('images/pattern-diamond.png') repeat;
}

  #get-inspired:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
  }

  #get-inspired > .wrap {
    position: relative;
    z-index: 2;
    max-width: 1465px;
    margin: auto;
  }

    #get-inspired h2 {
      margin: 0 15px 15px;
    }

#page.home a.all {
  display: block;
}

#latest .upcoming-events a.all {
  text-align: left;
}

  #get-inspired a.all {
    margin: 0 15px;
  }

    #get-inspired #programs-slider {
      color: #fff;
    }

    #get-inspired #programs-slider .program {
      padding: 0 15px;  
    }

    #get-inspired #programs-slider-container {
      margin-top: 15px;
    }

#programs-slider img {
  max-height: 310px!important;
}

.program > .media {
  position: relative;
  margin-bottom: 30px;
}

  .program > .media img {
    display: block;
  }

  .program > .media .tag {
    position: absolute;
    bottom: -16px;
    height: 14px;
    padding: 10px 15px;
    background-color: #5e9118;
    color: #fff;
    font-size: 14px;
    line-height: 1;
  }

    .program > .media .tag:after {
      content: '';
      position: absolute;
      right: -15px;
      top: 0;
      display: block;
      border-left: 16px solid #5e9118;
      border-bottom: 34px solid transparent;
    }

.program .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

  .program .title > a {
    text-decoration: none;
  }

  #get-inspired .program .title > a {
    color: #fff;
  }

  #get-inspired .program .title > a:hover {
    color: #3494d7;
  }

    .program .title > a:after {
      content: '';
      position: relative;
      left: 0;
      display: inline-block;
      vertical-align: middle;
      height: 14px;
      width: 8px;
      margin-left: 15px;
      background: url('images/icon-arrow-titlelink.svg') no-repeat center;
      transition: left 0.3s;
    }

      .program .title > a:hover:after {
        left: 5px;
      }

#programs-slider-container {
  position: relative;
}

  #programs-slider-container .controls > a {
    position: absolute;
    top: 80px;
    right: 0px;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: #3497db url('images/icon-arrow-banner.svg') no-repeat center;
    background-size: 12px 22px;
    opacity: 0.75;
    text-indent: -9999px;
    transition: opacity 0.3s;
  }

    #programs-slider-container .controls > a:hover {
      opacity: 1;
    }

    #programs-slider-container .controls > a.prevBtn {
      left: 0px;
      margin-right: 3px;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }

#latest > .inner {
  padding: 0;
}

  #latest #news {
    padding: 0 15px;
  }

  #latest #events {
    padding: 5px 15px 0;
    background: #e0e0e0;
    background: -moz-linear-gradient(-45deg,  #e0e0e0 0%, #ffffff 65%);
    background: -webkit-linear-gradient(-45deg,  #e0e0e0 0%,#ffffff 65%);
    background: linear-gradient(135deg,  #e0e0e0 0%,#ffffff 65%);
  }

#latest h2 {
  margin-bottom: 15px;
}

#latest .latest {
  padding: 25px 0;
}

  #latest .latest .media {
    margin-bottom: 5px;
  }

  #latest .latest .title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
  }

    #latest .latest .title > a {
      text-decoration: none;
    }

  #latest .latest .date,
  #latest .latest .author {
    font-size: 11px;
    color: #666;
  }

  #latest .latest .audio {
    margin: 20px 0;
  }

  #latest .row-2 .latest {
    border-top: 1px solid #e1e1e1;
  }

#latest .label {
  color: #1c3f95;
  margin-bottom: 10px;
}

#latest .latest.feature .label {
  color: #e96045;
}

#latest .latest.podcast .label {
  color: #5e9118;
}

#latest .latest.blog .label {
  color: #63468c;
}

#latest .latest.feature p {
	margin: 0 0 10px;
}

#latest .latest.feature p:first-child {
	margin: 0;
}

#latest .latest.feature a {
	text-decoration: none;
}

#sparks-of-inspiration {
  position: relative;
  padding: 125px 0 25px;
  background: #88aa77 url('images/background-sparks-of-inspiration.svg') no-repeat center -1px;
  background-size: 105%;
  color: #fff;
}

  #sparks-of-inspiration:after {
    content: '';
    display: block;
    width: 100%;
  }
  
  #sparks-of-inspiration > .inner {
    text-align: center;
  }

  #sparks-of-inspiration > .inner:after {
    content: 'Sparks of Inspiration';
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 160px;
    padding-top: 40px;
    background: url('images/icon-spark.svg') no-repeat top;
    color: #015252;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
  }

#sparks-slider-container {
  position: relative;
  padding: 0 10px 25px;
}

  #sparks-slider-container > .controls > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    display: block;
    overflow: hidden;
    width: 15px;
    height: 26px;
    margin: auto;
    background: url('images/icon-arrow-banner.svg') no-repeat center;
    background-size: contain;
    text-indent: -9999px;
    opacity: 0.25;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: opacity 0.3s;
  }

    #sparks-slider-container > .controls > a.nextBtn {
      right: -12px;
      left: auto;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
    }

    #sparks-slider-container > .controls > a:hover {
      opacity: 1;
    }
      
#sparks-slider {
  text-align: left;
}

  #sparks-slider > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    #sparks-slider > ul > li {
      margin-bottom: 50px;
    }

    .js #sparks-slider > ul > li {
        display: none;
    }

    .js #sparks-slider > ul > li:first-child {
        display: block;;
    }

      #sparks-slider > ul > li .media {
        margin-bottom: 15px;
      }

        #sparks-slider > ul > li .media img {
          display: block;
          border-radius: 50%;
          margin: auto;
        }

        #sparks-slider > ul > li .quote {
          font-size: 24px;
          font-style: italic;
          font-weight: 300;
          margin-bottom: 15px;
        }

        #sparks-slider > ul > li .cite {
          font-size: 14px;
        }

#program.list {
  text-align: center;
}

  #program.list .program {
    display: inline-block;
    max-width: 450px;
    margin: 0 10px 45px;
    text-align: left;
    vertical-align: top;
  }

.post-list > .post {
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}

  .post-list > .post .title {
    font-size: 24px;
  }

  .post-list > .post .desc {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .post-list > .post .date {
    font-size: 12px;
  }

  .post-list > .post .audio {
    margin: 20px 0;
  }

#blog.detail > .post .date {
  font-size: 14px;
}

#blog.detail > .post .author {
  color: #666;
  font-size: 14px;
}

#blog.detail > .post .media {
  margin: 25px 0;
}

  #blog.detail > .post .media > .caption {
    margin-top: 10px;
  }

#blog.detail > .post .news.tags {
  margin: 25px 0;
  font-size: 14px;
  font-style: italic;
  color: #999;
}

#blog.detail > .post .program {
  margin-bottom: 10px;
}

#blog.detail > .post .copy {
  margin: 25px 0;
}

#masonry ul#sparks {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: height 0.3s;
}

  #masonry ul#sparks > li {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding: 65px 25px 25px;
    background-color: #88aa77;
    border-radius: 3px; 
    color: #fff;
  }

    #masonry ul#sparks > li:nth-child(3n+1) {
      background-color: #88aa77;
    }
    

    #masonry ul#sparks > li:nth-child(3n+2) {
      background-color: #403d4a;
    }

    #masonry ul#sparks > li:nth-child(3n+3) {
      background-color: #3b5aa8;
    }

      #masonry ul#sparks > li .media img {
        display: block;
        border-radius: 50%;
        margin: 0 auto 15px;
      }

      #masonry ul#sparks > li .quote {
        margin-bottom: 15px;
        font-size: 24px;
        font-style: italic;
        font-weight: 300;
        line-height: 1.3;
      }

      #masonry ul#sparks > li .cite {
        font-size: 14px;
        line-height: 1.2;
      }

      #masonry ul#sparks > li .type {
        display: block;
        position: absolute;
        top: 15px;
        left: 0;
        padding: 10px 25px;
        background-color: #5e9118;
        font-size: 14px;
        line-height: 1;  
      }
      
        #masonry ul#sparks > li .type:after {
          content: '';
          position: absolute;
          right: -15px;
          top: 0;
          display: block;
          border-left: 16px solid #5e9118;
          border-bottom: 34px solid transparent;
        }     

#masonry-filters {
  margin-bottom: 35px;
  padding: 25px;
  border: 1px solid #e1e1e1;
}

  #masonry-filters select {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 13px 5px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
  }

  #masonry-filters > a {
    display: block;
    margin-top: 10px;
    padding: 10px 25px 10px 40px;
    border-radius: 2px;
    background-color: #3497db;
    color: #fff;
    text-decoration: none;
  }

    #masonry-filters > a:hover {
      background-color: #1a7dc1;
    }

    #masonry-filters > a#shake {
      background-image: url('images/icon-shakeup.svg');
      background-repeat: no-repeat;
      background-position: 10px center;
      background-size: 20px 20px;
    }

    #masonry-filters > a#share {
      background-image: url('images/icon-shareInspiration.svg');
      background-repeat: no-repeat;
      background-position: 10px center;
      background-size: 20px 20px;
    }

.pagination {
  text-align: right;
}

  .pagination > .pods-pagination-paginate > *, .pagination .nav-links > * {
    position: relative;
    display: inline-block;
    padding: 5px 7px;
    font-size: 16px;
    line-height: 1;
  }

  .pagination > .pods-pagination-paginate > a, .pagination .nav-links > a {
    text-decoration: none;
  }

    .pagination > .pods-pagination-paginate > .current, .pagination .nav-links > .current {
      font-weight: 700;
    }

    .pagination > .pods-pagination-paginate > .page-numbers:after, .pagination .nav-links > .page-numbers:after {
      content: '';
      position: absolute;
      display: block;
      width: 1px;
      height: 16px;
      right: -3px;
      top: 5px;
      background-color: #e1e1e1;
      -ms-transform: skew(-20deg) !important;
      -webkit-transform: skew(-20deg) !important;
      transform: skew(-20deg) !important;
    }

      .pagination > .pods-pagination-paginate > .page-numbers.next:after, .pagination .nav-links > .page-numbers.next:after {
        content: none;
      }

a.cal-link {
	display: inline-block;
	padding-left: 27px;
	min-height: 20px;
	background: url('images/icon-calendar.svg') no-repeat left center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}	

article.event .details > div {
	margin-bottom: 15px;
}

article.event .details-container .map {
	margin-top: 15px;
}

iframe#etapIframe {
  max-width: 530px;
}

/**** EVENT CALENDAR OVERWRITES */
#content .em-search-wrapper .em-search-submit {
	width: 35px; height: 40px;
	border: 0;
	background: transparent url('images/icon-search-blue.svg') no-repeat center;
	text-indent: -9999px;
}

#content .em-search-text {
	padding-left: 0;
	background: none;	
}

.widget_em_calendar table.em-calendar td.eventful a, 
.widget_em_calendar table.em-calendar td.eventful-today a {
	color: #037dd1;
}

/* hide events feed from events landing page */
body.page-id-317 .widget_em_widget {
	display: none;
}

.wpb_text_column .wpb_wrapper > h1:first-child,
.wpb_text_column .wpb_wrapper > h2:first-child,
.wpb_text_column .wpb_wrapper > h3:first-child,
.wpb_text_column .wpb_wrapper > h4:first-child,
.wpb_text_column .wpb_wrapper > h5:first-child,
.wpb_text_column .wpb_wrapper > h6:first-child {
	margin-top: 0;
}

.vc_message_box > p {
	margin-top: 0;
}

@media all and (min-width: 650px) {
  #banner #banner-slider ul > li {
      width: 33.33%;
      max-width: 33.33%!important;
    }

      #banner #banner-slider ul > li:nth-child(3) {
        display: block;
      }
  
  #programs-slider-container .controls {
    position: absolute;
    top: -75px;
    right: 15px;
  }
  
  #programs-slider-container .controls > a {
    position: static;
  }
  
  #sparks-slider-container {
    padding: 0 25px 25px;
  }
  
  #sparks-slider-container > .controls > a {
    left: -5px;  
  }
  
  #sparks-slider-container > .controls > a.nextBtn {
    right: -5px;  
  }
  
  #masonry ul#sparks > li {
    width: 300px;
    width: calc(50% - 10px);
  }
}

@media all and (min-width: 760px) {
  #banner .image {
    height: 150px;
  }
  
  #banner .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  #page.home a.all {
    position: relative;
    top: -7px;
    display: inline-block;
  }
  
    #page.home a.all:after {
      content: '';
      position: absolute;
      left: -15px;
      top: -10px;
      display: block;
      width: 1px;
      height: 35px;
      background-color: #e1e1e1;
      -ms-transform: rotate(20deg);
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
    }
  
  #page.home h2 {
    display: inline-block;
    margin-right: 15px;
  }
  
  #page.home a.all {
    margin-left: 15px;
  }
  
  #sparks-of-inspiration {
    padding-top: 150px;
  }
 
  #sparks-of-inspiration > .inner:after {
    top: 65px;
  }
  
  .vc_row.action-calls,
  .vc_row.action-calls .vc_column_container,
  .vc_row.action-calls .vc_column-inner {
  	display: flex;
  	flex-direction: initial !important;
  }

  .vc_row.action-calls .wpb_wrapper {
  	width: 100%;
  }

  .vc_row.action-calls a.action {
  	height: calc(100% - 20px);
  }
  
  a.action {
    margin: 0 0 20px;
  }
  
  .post-list .post {
    overflow: hidden;
  }
  
    .post-list .post > .wrap {
      overflow: hidden;
    }

    .post-list .post > .media {
      max-width: 280px;
      margin: 0 25px 10px 0;
      float: left;
    }   
 
  #masonry-filters {
    text-align: right;
  }
  
  #masonry-filters select { 
    float: left;
    width: auto;
    max-width: 200px;
    margin-bottom: 0;
  }
  
  #masonry-filters > a {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
}

@media all and (min-width: 960px) {
  .js #menu {
    display: none;
  }
  
  .js #off-canvas {
    display: none;
  }
  
  #header {
    height: auto;
    max-width: 1435px;
    margin: auto;
  }
  
    #header > .wrap {
      position: relative;
      max-width: 1435px;
      margin: auto;
    }
  
      #header > .wrap > #actions {
        position: absolute;
        top: 0;
        right: 0;
      }
  
        #header > .wrap > #actions > a[class|='button'] {
          vertical-align: top;
          margin: 0;
          padding: 15px;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          transition: all 0.3s;
        }
  
          #header > .wrap > #actions > a[class|='button']:hover {
            padding-top: 20px;
          }
  
      #header > .wrap > #utility {
        position: absolute;
        top: 0;
        right: 287px;
      }
  
  #nav {
    padding: 55px 0 0 145px;
  }
  
    #nav .callout {
      display: block;
    }
  
    #nav > ul > li {
      position: relative;
      display: inline-block;
      border: 0;
    }
  
      #nav > ul > li > a {
        padding: 15px;
        font-size: 16px;
        text-transform: uppercase;
      }
  
        #nav > ul > li.has-children > a:after {
          content: none;  
        }
  
      #nav > ul > li > .menu-content {
        position: absolute;
        display: block !important;
        z-index: 1000;
        left: 0;
        top: 100%;
        padding: 25px;
        border-top: 12px solid transparent;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        transition-delay: 0.1s;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
      }
  
      #nav > ul > li > .menu-content.right {
        left: auto;
        right: 0;
      }
  
        #nav > ul > li > .menu-content:after {
          content: '';
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: #fff;
        }
  
    #nav > ul > li:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1000;
      overflow: hidden;
      display: block;
      width: 1px;
      margin: auto;
      border-top: 8px solid transparent;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      transition: border-color 0.3s;
    }
  
      #nav > ul > li:last-child:after {
        content: none;
      }
  
      #nav > ul > li:hover:after {
        border-top: 8px solid #fff; 
      }
  
      #nav > ul > li:hover > .menu-content {
        visibility: visible;
        opacity: 1;
        transition-delay: 0;
      }
  
  #nav .menu-content.two-col {
    width: 580px;
  }
  
  #nav .menu-content.three-col {
    width: 880px;  
  }
  
      #nav .menu-content ul {
        float: left;
        width: 280px;
        margin: 0;
        padding: 0 20px 0 0;
      }
  
        #nav .menu-content ul > li {
          border-top: 1px solid #e1e1e1; 
        }
  
          #nav .menu-content ul > li:first-child {
            border-top: 0;  
          }
  
            #nav .menu-content ul > li:first-child > a {
              color: #333;
              font-weight: 700;
            }
  
      #nav .menu-content .callout {
        width: 280px;
        float: left;
        font-size: 14px;
      }

      	#nav .menu-content .callout p {
					margin: 0 0 15px;
      	}

      	#nav .menu-content .callout a {
      		text-decoration: none;
      	}

      	#nav .menu-content .callout a:hover {
      		text-decoration: underline;
      	}

      /**** PROGRAMS OVERRIDE */
      #nav .mm-programs {
        float: left;
        width: 580px;
        margin: 0;
        padding: 0 20px 0 0;
      }

      	#nav .menu-content .mm-programs > a {
      		display: inline-block;
      		padding: 10px 0;
      		color: #333;
      		font-weight: 700;
      		text-decoration: none;
      	}

      	#nav .menu-content .mm-programs > a:hover {
      		color: #3497db;
      	}

      #nav .menu-content .mm-programs ul {
    		float: none;
    		width: auto;
    		padding: 0;
    		-webkit-column-count: 2;
    		-moz-column-count: 2;
    		-o-column-count: 2;
    		column-count: 2;
    		-webkit-column-gap: 20px;
    		-moz-column-gap: 20px;
    		-o-column-gap: 20px;
    		column-gap: 20px;
    	}

    		#nav .menu-content .mm-programs ul > li:first-child {
    			border-top: 1px solid #e1e1e1;
    		}

		    	#nav  .menu-content .mm-programs ul > li:first-child > a {
		        font-weight: normal;
		      }
		      
  
  #search {
    display: inline-block;
    margin-top: 5px;
  }
  
    .js #search {
      border-color: transparent;
      min-width: 35px;
      transition: all 0.3s;
    }
  
    .js #search input.search-field {
      width: 0;
      padding: 0;
      visibility: hidden;
      transition: width 0.3s;
    }
  
    .js #search.active {
      border-color: #ccc;
    }
  
      .js #search.active input.search-field {
        width: 200px;
        padding-left: 10px;
        visibility: visible;
      }

  #home-link {
    float: left;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e2e2e2;
  }
  
    #home-link > a {
      margin-top: 5px;
      color: #999;
      font-size: 11px;
      font-weight: 500;
      text-transform: uppercase;
    }
  
      #home-link a:hover {
        color: #666;
      }
  
  #footer > .top {
    overflow: hidden;
  }
  
    #footer > .top .col {
      float: left;
      margin-bottom: 0;
      border-bottom: 0;
    }
  
    #footer > .top .col1 {
      width: 40%;
      box-sizing: border-box;
      padding-right: 25px;
    }
  
    #footer > .top .col2 {
      width: 35%;
      box-sizing: border-box;
    }
  
    #footer > .top .col3 {
      width: 25%;
      box-sizing: border-box;
    }
  
  #footer > .bottom {
    overflow: hidden;
  }
  
    #footer > .bottom .standards {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
    }
  
    #footer > .bottom .copyright {
      display: inline-block;
      vertical-align: middle;
    }
  
    #footer > .bottom #footer-nav {
      float: right;
      margin: 30px 0 15px;
    }
  
      #footer > .bottom #footer-nav > ul > li {
        display: inline-block;
      }
  
      #footer > .bottom #footer-nav > ul > li:before {
        content: ' / ';
        color: #999;
      }
  
        #footer > .bottom #footer-nav > ul > li:first-child:before {
          content: none;
        }
  
  #banner .image {
    height: 200px;
  } 
  
  #page:after {
    content: '';
    display: block;
    clear: both;
  }
  
  #page > .inner {
    position: relative;
  }
  
  #page.one-col #content {
    padding: 50px 0;
  }
  
  #share-tools {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  #content {
    padding: 50px 0;
  }
  
  #page.three-col #content, #page.two-col #content {
    padding: 50px 0 50px 30px;
    overflow: hidden;
  }

  #page.two-col.wide #content {
    width: calc(100% - 360px);
    float: left;
  }
  
  #page.three-col #content {
    width: calc(100% - 485px);
    float: left;
  }
  
  #left-col {
    float: left;
    box-sizing: border-box;
    width: 225px;
    padding: 15px;
    margin: 0;
  }
  
  #aside {
    float: right;
    margin-top: 95px;
    width: 200px;
    padding-left: 15px;
    border-left: 1px solid #e1e1e1;
  }
  
    .js #left-col #explore { 
      display: none;
    }
  
    .js #left-col > .wrap {
      display: block;
    }
  
  #sub-nav a:hover {
    background-color: transparent;
    color: #037dd1;
  }
  
  #sub-nav > ul > li:first-child > a {
    border-top: 0;
  }
 
  #sub-nav > ul > li:last-child {
    border-bottom: 0;
  }
  
  .js ul.tabs {
    position: relative;
  }
  
    .js ul.tabs > li {
      float: left
    }
  
      .js ul.tabs > li > .title {
        position: relative;
        top: 1px;
        z-index: 100;
        display: inline-block;
        padding: 15px 10px 15px 30px;
        margin: 0;
        color: #333;
        border: 0;
        border-bottom: 1px solid transparent;
        transition: all 0.3s;
      }
  
        .js ul.tabs > li.active > .title {
          color: #5e9118;
          border-color: #fff;
        }
  
        .js ul.tabs > li > .title:after {
          position: absolute;
          right: -10px;
          width: 1px;
          height: 100%;
          background: #d7d7d7 !important;
          -ms-transform: skew(-20deg) !important;
          -webkit-transform: skew(-20deg) !important;
          transform: skew(-20deg) !important;
          transition: none;
        }
  
      .js ul.tabs > li > .content {
        position: absolute;
        left: 0;
        width: 100%;
        padding-top: 30px;
        border-top: 1px solid #d7d7d7;
      }
  
  #banner #banner-slider ul > li {
      width: 25%;
      max-width: 25%!important;
    }

      #banner #banner-slider ul > li:nth-child(4) {
        display: block;
      }
  
  #banner #banner-slider-container .controls > a {
    width: 25px;
    height: 45px;
  }
  
    #banner #banner-slider-container .controls > a.nextBtn {
      right: 25px;
    }
  
    #banner #banner-slider-container .controls > a.prevBtn {
      left: 25px;
    }
  
  #banner .home-banner {
    position: relative;
    overflow: hidden;
    max-height: 650px;
  }
  
  #banner .home-banner .media {
    float: left;
    overflow: hidden;
  }
  
      #banner .home-banner img {
        float: left;
        width: auto;
        height: 500px;
        transition: height 0.3s;
      }
  
      #banner .home-banner .content {
        position: absolute;
        box-sizing: border-box;
        right: 0;
        z-index: 1;
        max-width: 350px;
        height: 500px;
        padding: 150px 25px 25px;
      }
  
        #banner .home-banner .content:before {
          width: 150%;
          left: -85px;
        }
  
        #banner .home-banner .content:after {
          content: "";
          position: absolute;
          z-index: -1;
          bottom: 0;
          left: -90px;
          width: 800px;
          height: 100%;
          background-color: #37508e;
          border-left: 12px solid rgba(55, 80, 142, 0.5);
          -moz-background-clip: padding;
          -webkit-background-clip: padding;
          background-clip: padding-box;
          -webkit-transform: skewX(-15deg);
          -moz-transform: skewX(-15deg);
          -ms-transform: skewX(-15deg);
          -o-transform: skewX(-15deg);
          transform: skewX(-15deg);
      }
  
  #latest .row-1, #latest .row-2 {
    display: flex;
    overflow: hidden;
    margin: 0 -10px;
  }
  
  #latest .row-1 {
    margin-top: 15px;
  }
  
    #latest .row-1 .latest {
      padding-top: 3px;
    }
  
  #latest .row-2:last-child {
    margin-bottom: 35px;
  }
  
  #latest .latest {
    box-sizing: border-box;
    width: 33.33%;
    padding: 25px 10px;
    border-left: 1px solid #e1e1e1;
    float: left;
  }
  
    #latest .latest:first-child {
      border-left-color: transparent;
    }
  
  #sparks-slider > ul > li .media {
    float: left;
    margin-right: 25px;
  }
  
  #sparks-slider > ul > li .wrap {
    overflow: hidden;
  }
  
  #programs-slider {
    overflow: hidden;
  }
  
    #programs-slider ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
  
    #programs-slider ul > li {
      max-width: 33.33%!important;
      float: left;
    }

  article.event .details-container.has-media {
  	overflow: hidden;
  }

  	article.event .details-container.has-media .details {
  		float: left;
  		width: 50%;
  	}

  	article.event .details-container.has-media .map {
  		float: left;
  		width: 50%;
  		margin-top: 0;
  	}  

  article.event .body {
  	margin-top: 40px;
  }

		article.event .body.has-media .description > p:first-child {
			margin-top: 0;
		}

		article.event .body.has-media .media {
			float: right;
			width: 50%;
			margin: 0 0 20px 20px;
		}  
}

@media all and (min-width: 1100px) {
  #banner .home-banner img {
    height: 590px;
  }
  
  #banner .home-banner .content {
    height: 590px;
    width: 500px;
    max-width: none;
    font-size: 28px;
  }
  
  #banner .home-banner .content:before {
    left: -110px;
  }
  
  .billboard {
    display: flex;
    overflow: hidden;
  }
  
    .billboard > .info {
      width: 40%;
      float: left;
    }
  
    .billboard > .media {
      width: 60%;
      float: right;
    }
}

@media all and (min-width: 1200px) {
  #header > .logo {
    left: 50px;
    left: 50px;
    width: 160px;
    height: 183px;
  }
  
  #nav {
    padding: 60px 0 0 220px;
  }
  
    #nav > ul > li > a {
      padding: 15px 25px;
    }
  
  #left-col {
    top: -65px;
  }
  
  #aside {
    float: right;
    box-sizing: border-box;
    width: 250px;
    padding-left: 20px;
    border-left: 1px solid #e1e1e1;
  }
  
  #page.three-col #content {
    width: calc(100% - 585px);
    float: left;
  }
  
  #footer > .top .col3 {
    float: right;
    width: 25%;
    text-align: center;
  }

  #footer > .top .col2 {
    width: 30%;
  }
  
  #footer > .top .col1 {
    width: 43%;
    padding-right: 75px;
  }

    #footer > .top .col1 .desc {
      margin-bottom: 0;
      overflow: hidden;
    }

      #footer > .top .col1 .contact > div {
        float: left;
        box-sizing: border-box;
        padding: 25px 0;
      }

      #footer > .top .col1 .contact > .location {
        border-right: 1px solid #e1e1e1;
        padding-right: 35px;
      }

      #footer > .top .col1 .contact > .info {
        padding-left: 35px;  
      }
  
  #footer > .bottom #footer-nav > ul > li:before {
    margin: 0 10px;
  }
  
  #left-col {
    width: 275px  
  }
  
  #banner .image {
    height: 225px;
  } 
  
  #get-inspired {
    padding: 50px 0;
  }
  
  #latest {
    overflow: hidden;
  }
  
    #latest #news {
      box-sizing: border-box;
      width: 70%;
      float: left;
      padding: 30px 25px 0 15px;
    }
  
    #latest #events {
      box-sizing: border-box;
      width: 30%;
      float: right;
      padding: 30px 0 0 25px;
    }
 
  #sparks-of-inspiration {
    padding-top: 200px;
  }
  
    #sparks-of-inspiration > .inner:after {
      top: 115px;
    }
  
  #sparks-slider-container {
    padding: 0 140px 25px;
  }
  
    #sparks-slider-container > .controls > a {
      height: 45px;
      width: 25px;
    }
 
  #masonry ul#sparks > li {
    width: 300px;
    width: calc(33.33% - 15px);
  }
  
  #masonry-filters select {
    max-width: none;
    width: 375px;
  }
}

@media all and (min-width: 1275px) {
  #aside {
    width: 300px;  
  }
  
  #page.three-col #content {
    width: calc(100% - 635px);
  }
  
  #banner .home-banner .wrap {
    position: relative;
  }
  
  #banner .home-banner .content {
    width: 575px;
    padding: 160px 25px 25px;
  }
}

@media all and (min-width: 1400px) {
  #banner .image {
    height: 275px;
  } 
  
  #banner #banner-slider-container .controls > a.nextBtn {
    right: 50px;
  }
  
    #banner #banner-slider-container .controls > a.prevBtn {
      left: 50px;
    }
  
  #banner .home-banner img {
    height: 700px;
  }
  
  #banner .home-banner .content {
    height: 650px;
    padding: 200px 25px 25px;
  }
  
  #banner .home-banner .content:after {
    left: -200px;
  }
  
  #banner .home-banner .content:before {
    width: 175%;
    left: -230px;
  }
  
  #get-inspired:after {
    height: 275px;
  }
  
  #sparks-slider-container {
    padding: 0 165px 25px;
  }
  
  #program.list {
    text-align: left;
  }
}

@media all and (min-width: 1900px) {
	#banner .image {
    height: 357px;
  } 
}


/*** Animation Styles ***/
@media screen and (min-width: 960px) {
  .csstransitions #banner.animate .home-banner .content:after {
    left: -225%;
    width: 275%;
    transition: all 0.5s;
  }
  
    .csstransitions #banner.animate.inViewport .home-banner .content:after {
      left: -90px;
      width: 800px;
      transition-delay: 0.2s;
    }
  
  .csstransitions #banner.animate .home-banner .content:before {
    opacity: 0;
    -ms-transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    transform: scale(0.8,0.8);
    transition: all 0.5s;
  }
  
    .csstransitions #banner.animate.inViewport .home-banner .content:before {
      opacity: 1;
      -ms-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      transform: scale(1,1);
      transition-delay: 0.3s;
    }
  
  .csstransitions #banner.animate .home-banner .content-wrap {
    position: relative;
    top: -35px;
    opacity: 0; 
    transition: all 0.4s;   
  }
  
     .csstransitions #banner.animate.inViewport .home-banner .content-wrap {
        top: 0;
        opacity: 1;
        transition-delay: 0.75s;
      }
  
        #banner.animate .home-banner .content p > span:after {
          width: 0;
          transition: all 0.3s;
        }
  
          #banner.animate.inViewport .home-banner .content p > span:after {
            width: 100%;
            transition-delay: 1s;
          }
  
  .csstransitions #get-inspired.animate > .wrap {
    opacity: 0;
    transition: all 0.5s;
  }
  
    .csstransitions #get-inspired.animate.inViewport > .wrap {
      opacity: 1;
      transition-delay: 0.5s;
    }
  
  .csstransitions #latest.animate #news {
    position: relative;
    top: -25px;
    opacity: 0;
    transition: all 0.4s;
  }
  
    .csstransitions #latest.animate.inViewport #news {
      opacity: 1;
      top: 0;
      transition-delay: 0.5s;
    }
  
  .csstransitions #latest.animate #events {
    position: relative;
    top: -25px;
    opacity: 0;
    transition: all 0.75s;
  }
  
    .csstransitions #latest.animate.inViewport #events {
      opacity: 1;
      top: 0;
      transition-delay: 0.7s;
    }
  
  .csstransitions #page.home .animate h2 > span:after {
    width: 0;
    transition: all 0.3s;
  }
  
    .csstransitions #page.home .animate.inViewport h2 > span:after {
      width: 100%;
      transition-delay: 1.25s;  
    }
  
  .csstransitions #sparks-of-inspiration > .inner.animate:after {
    opacity: 0;
    transition: all 0.3s;
  }
  
    .csstransitions #sparks-of-inspiration > .inner.animate.inViewport:after {
      opacity: 1;
      transition-delay: 0.5s;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.25s;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: pulse;
      animation-name: pulse;
    }
  
  .csstransitions #sparks-of-inspiration > .inner.animate #sparks-slider-container {
    position: relative;
    top: -25px;
    opacity: 0;
    transition: all 0.4s;
  }
  
    .csstransitions #sparks-of-inspiration > .inner.animate.inViewport #sparks-slider-container {
      top: 0;
      opacity: 1;
      transition-delay: 0.75s;
    }
  
  .csstransitions #sparks-of-inspiration > .inner.animate > a.button-blue {
    opacity: 0;
    transition: background-color 0.3s, opacity 0.4s;
  }
  
    .csstransitions #sparks-of-inspiration > .inner.animate.inViewport > a.button-blue {
      opacity: 1;
      transition-delay: 0.9s;
    }
  
  .csstransitions #banner.animate img {
    opacity: 0;
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    transition: all 0.35s;
  }
  
    .csstransitions #banner.animate.inViewport img {
      opacity: 1;
      -ms-transform: scale3d(1, 1, 1);
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      transition-delay: 0.15s;
    }
  
  .csstransitions #banner.animate.inViewport #banner-slider li:nth-child(1) img {
    transition-delay: 0.15s;
  }
  
  .csstransitions #banner.animate.inViewport #banner-slider li:nth-child(2) img {
    transition-delay: 0.35s;
  }
  
  .csstransitions #banner.animate.inViewport #banner-slider li:nth-child(3) img {
    transition-delay: 0.55s;
  }
  
  .csstransitions #banner.animate.inViewport #banner-slider li:nth-child(4) img {
    transition-delay: 0.75s;
  }
  
  .csstransitions #banner.animate.inViewport #banner-slider li[data-slide="1"] img {
    transition-delay: 0.15s;
  }
  
  .csstransitions #banner.animate.inViewport #banner-slider li[data-slide="2"] img {
    transition-delay: 0.35s;
  }
  
  .csstransitions #banner.animate.inViewport #banner-slider li[data-slide="3"] img {
    transition-delay: 0.55s;
  }
  
  .csstransitions #banner.animate.inViewport #banner-slider li[data-slide="4"] img {
    transition-delay: 0.75s;
  }
  
  .csstransitions #left-col {
    opacity: 0;
    transition: opacity 0.35s;
  }
  
    .csstransitions.ready #left-col {
      opacity: 1; 
    }
  
  .csstransitions #content {
    opacity: 0;
    transition: opacity 0.35s;
  }
  
    .csstransitions.ready #content {
      opacity: 1; 
    }
  
  .csstransitions #aside {
    position: relative;
    left: 20px;
    opacity: 0;
    transition: all 0.35s;
  }
  
    .csstransitions.ready #aside {
      left: 0;
      opacity: 1; 
      transition-delay: 0.25s;
    }
}

@media screen and (min-width: 1400px) {
  .csstransitions #banner.animate.inViewport .home-banner .content:after {
    left: -200px;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  60% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  60% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media print {
	#left-col, 
	#aside, 
	#banner,
	#header > .wrap,
	#footer > .top .col2,
	.js #menu,
	.js #menu:after,
	#header > .logo,
	#footer > .bottom #footer-nav,
	embed, iframe, object,
	.wpb_video_widget,
	.program > .media .tag:after,
	#masonry ul#sparks > li .type:after,
	#masonry-filters {
		display: none;
	}

	#content {
		width: 100%;
	}

	#header {
		height: auto;
	}

	.js ul.accordion > li > .content,
	#header > .print-logo,
	body.home #banner {
    display: block !important;
  }

  .js ul.accordion > li > .title {
  	border: 0;
  }

  .program > .media .tag,
  #masonry ul#sparks > li .type {
  	position: relative;
  	bottom: auto;
  	margin: 15px 0;
  	padding: 0;
  	background-color: transparent;
  	color: #5e9118;
  }

  #programs-slider ul > li {
  	float: none;
  	width: 100%;
  }

  #masonry ul#sparks > li {
  	position: relative;
  	left: auto;
  	top: auto;
  	width: 100%;
  }
}

/* Photo Tiles - BEGIN */

.photo-tiles .photo-tile{
  max-width: calc(100% - 20px);
  margin-bottom: 20px;
  position: relative;
}
  @media all and (min-width: 650px) {
    .photo-tiles.photo-tiles-4-col .photo-tile,
    .photo-tiles.photo-tiles-3-col .photo-tile,
    .photo-tiles.photo-tiles-2-col .photo-tile{
      max-width: calc(50% - 20px);
    }
  }
  @media all and (min-width: 960px) {
    .photo-tiles.photo-tiles-4-col .photo-tile,
    .photo-tiles.photo-tiles-3-col .photo-tile{
      max-width: calc(33% - 20px);
    }
  }
  @media all and (min-width: 1200px) {
    .photo-tiles.photo-tiles-4-col .photo-tile{
      max-width: calc(25% - 20px);
    }
  }
  .photo-tiles .photo-tile .title-wrap{
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
  }

  /* photo tiles modals  */
  body.modal-open{
    overflow:hidden;
  }
  .photo-tiles .tile-modal{
    display: none;
  }
  .js .zn-modal{
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.65);
    overflow:hidden;
    z-index:1000;
  }
  .zn-modal .zn-modal-stage *:last-child{
    margin-bottom:0;
  }
  .js .zn-modal .zn-modal-stage{
    overflow:auto;
    position:absolute;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    top:50%;
    left:0;
    right:0;
    z-index:10;
    background-color:#fff;
    max-width:1024px;
    max-height:90%;
    height:auto;
    margin:auto;
    opacity:0;
    border-radius: 5px;
    -webkit-transform:translateY(-50%) scale(1.05);
    transform:translateY(-50%) scale(1.05);
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transition:.4s ease;
    transition:.4s ease;                        
  }
  
  .js .zn-modal.active .zn-modal-stage{
    opacity:1;
    -webkit-transform:translateY(-50%) scale(1);
    transform:translateY(-50%) scale(1);                        
  }
  .js .zn-modal .zn-modal-window{
    width:100%;
    width:calc(100% - 3.2rem);
    max-width: 880px;
    padding: 3.4rem 2.4rem 2.4rem;
    background-color:#fff;
    -webkit-box-shadow:0 5px 16px 3px rgba(0,0,0,0.25);
    box-shadow:0 5px 16px 3px rgba(0,0,0,0.25);
  }
  .js .zn-modal .zn-modal-dialog{
    width:100%;
    width:calc(100% - 3.2rem);
    max-width:400px;
    padding:2.4rem;
    background-color:#fff;
    -webkit-box-shadow:0 5px 16px 3px rgba(0,0,0,0.25);
    box-shadow:0 5px 16px 3px rgba(0,0,0,0.25);                        
  }
  
  /* photo tiles styling  */
  .photo-tile .title {
    font-weight: bold;
    font-size: 1.25rem;
    margin: .5rem 0;
    color: #1c3f95;
  }
  
  .photo-tile a.zn-modal-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .2s;
    background: rgb(40 120 175 / 67%);
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 1rem;
    overflow: hidden;
  }
    
    .photo-tile a.zn-modal-link:hover,
    .photo-tile a.zn-modal-link:focus {
      opacity: 1;
    }

  .photo-tile .zn-modal-x {
    position: absolute;
    top: 20px;
    right: 35px;
    margin: auto;
    width: 25px;
    height: 25px;
    background-color: #3697d3;
    border-radius: 2px;
    text-indent: -9999px;
    transition: all 0.3s;
    cursor: pointer;
  }

    .photo-tile .zn-modal-x:before,  .photo-tile .zn-modal-x:after{
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 10px;
      width: 25px;
      height: 4px;
      background-color: #3697d3;
      border-radius: 2px;
      text-indent: -9999px;
      transition: all 0.3s;
    }

    .photo-tile .zn-modal-x:before {
      top: -8px;
    }

    .photo-tile .zn-modal-x:after {
      bottom: -8px;
    }

    .photo-tile .zn-modal-x {
      background-color: transparent;
    }

    .photo-tile .zn-modal-x:before {
      top: 10px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .photo-tile .zn-modal-x:after {
      bottom: 0px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

  .photo-tile .zn-close-modal.button-blue{
    float: right;
    cursor: pointer;
  }

  .photo-tile img {
    display: block;
  }
  .photo-tile .zn-modal img {
    max-height: 60vh;
    margin: auto;
    width: auto;
  }

/* Photo Tiles - END */


/* The Events Calendar Plugin Overrides */
#site .tribe-events-widget-events-list .tribe-events-widget-events-list__header h3 {
  color: #666;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
#site .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag .zn-tribe-list-event-date-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #e96045;
  border-radius: 100%;
  width: 55px;
  justify-self: center;
  justify-items: center;
  padding: 10px;
}
#site .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-month,
#site .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum {
  color: white;
  font-weight: 700;
}
#site .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum {
  line-height: 1.1;
}
#site .tribe-events-widget-events-list .tribe-events-widget-events-list__event-details {
  margin-left: 0.4rem;
}
#site .tribe-events-widget-events-list .tribe-events-widget-events-list__event-title-link {
  color: #037dd1;
  font-weight: 400;
}
#site .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link {
  color: #037dd1;
}
#site .tribe-events-widget-events-list__event-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#site #latest .upcoming-events .tribe-events-widget-events-list__view-more-link {
  display: none;
}
/* End */