/*!
Theme Name: DC Greenbank
Theme URI: http://dcgreenbank.org/
Author: Phill Mamula
Author URI: https://www.ghostnoteagency.com
Description: 2021 Theme for DC Greenbank
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dcgreenbank
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

DC Greenbank is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500&display=swap');

@font-face {
    font-family: 'Texta Alt';
    src: url('fonts/TextaAlt-Regular.woff2') format('woff2'),
         url('fonts/TextaAlt-Regular.wofff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Texta Alt Bold';
    src: url('fonts/TextaAlt-Bold.woff2') format('woff2'),
         url('fonts/TextaAlt-Bold.wofff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* =Global
-------------------------------------------------------------- */
body { 
	background: #FFFEF7; 
	color: #050505;
    font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	line-height: 32px;
}
h1,h2,h3,h4 {
	color: #32475F;
	font-family: 'meno-banner',serif;
	font-weight: 400; 
	line-height: 1.2em;
    text-transform: ;
	font-style: normal;
    margin: 0 0 15px;
}
h1 { font-size: 4em; }
h2 { font-size: 3em; }
h3 { font-size: 2.5em; }
h4 { font-size: 2.25em; }
strong {
    font-weight: 500;
}
p { margin: 0 0 25px; }
ul, li {
    margin: 0 0 1vh 0;
    list-style: none;
}
a, a:link, a:visited { 
	color: #2B3B36; 
  	text-decoration: none;
  	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out; 
}
a:hover { color: #0BB058; }
button { cursor: pointer; }
video:focus,
input:focus,
button:focus {outline:0; cursor: pointer;}
img { margin-bottom: -10px; }
textarea,
select,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
li > ul, li > ol {
    margin: 0;
    padding: 0;
}
hr {
    background-color: #dccebb;
    border: 0;
    height: 1px;
    margin: 4vh 0;
}

/* Secondary Fonts */
.small-text { 
    font-size: 0.9em;
    line-height: 26px; 
}

.accent {
	font-family: 'quiche-sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.handwritten {
	font-family: 'adobe-handwriting-ernie', sans-serif;
	font-weight: 400;
	font-style: normal;
}
a.large-cta {
    display: table;
    text-decoration: none !important;
    margin: 0;
    font-size: 1em;
    padding: 12px 40px;
    border: 1px solid;
    background: linear-gradient(to right, #32475F 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: bottom right;
    transition: all .25s ease-out;
}
a.large-cta:hover {
    border: 1px solid;
    background-position: bottom left;
    color: #FFFEF7;
}

a.list-cta {
    font-size: 1em;
    font-family: 'Texta Alt Bold', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid;
    letter-spacing: 0.025em;
}


/* Colors */
.meadow { color: #0BB05A; }
.cloud { color: #FFFEF7; }
.pine { color: #2B3B36; }
.mint { color: #B4D6BC; }
.brick { color: #7E3A2F; }
.melon { color: #FF8161; }
.flax { color: #F2D8B3; }
.peach { color: #FFA052; }
.olive { color: #505B3A; }
.sky { color: #6988DB; }
.spruce { color: #32475F; }
.light { color: #fbf9f6; }

.meadow-bg  { background: #0BB05A; color: #FFFEF7; }
.cloud-bg   { background: #FFFEF7; color: #2B3B36; }
.pine-bg    { background: #2B3B36; color: #FFFEF7; }
.mint-bg    { background: #B4D6BC; color: #141615; }
.brick-bg   { background: #7E3A2F; color: #2B3B36; }
.melon-bg   { background: #FF8161; color: #2B3B36; }
.flax-bg    { background: #F2D8B3; color: #2B3B36; }
.peach-bg   { background: #FFA052; color: #2B3B36; }
.olive-bg   { background: #505B3A; color: #FFFEF7; }
.sky-bg     { background: #6988DB; color: #FFFEF7; }
.spruce-bg  { background: #32475F; color: #FFFEF7; }
.light-bg   { background: #fbf9f6; }

/* Stripe Bar */
.stripe-bar {
    background: #FF8161;
    height: 18px;
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: 0;
    right: 0;
}
.stripe-bar:before, 
.stripe-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 18px;
    background: #B4D6BC;
} 
.stripe-bar:after {
    left: 30%;
    background: #F2D8B3;
}


/* Structure */
.post, .page,
.page-content, .entry-content, .entry-summary { margin: 0; }

.container {
	width: 90vw;
	max-width: 1280px;
	margin: 0 auto;
}
.container.small { max-width: 1024px; }

.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex>* { flex: 1; }

/* Header
--------------------------------------------- */

/* Announcement Bar */
.announcement-bar {
  background: #B4D6BC;
  color: #FFFEF7;
  font-size: 0.8em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: 99;
}
.announcement-bar a { color: #FFFEF7; }
.announcement-bar a:hover { color: #B4D6BC; }

/* Border Top */
header#masthead {
    border-top: 10px solid #32475F;
}
header#masthead:before,
header#masthead:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 15%;
    width: 20%;
    height: 10px;
    background: #B4D6BC;
}
header#masthead:after {
    background: #F2D8BC;
    left: 35%;
}

/* Header */
header#masthead {
    position: relative;
    padding: 15px 0;
    z-index: 999;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
header#masthead .container {
    display: flex;
    align-items: center;
}

/* Logo */
header#masthead .site-branding { width: 13vw; max-width: 200px; float: left; }
header#masthead .site-branding h1.site-title { margin: 0; font-size: 0;}
header#masthead .site-branding h1.site-title svg .cls-1 {  fill: #32475f;}

/* Navigation */
header#masthead .main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header#masthead .main-navigation ul {
}
header#masthead .main-navigation ul li {
    margin-right: 15px;
}
header#masthead .main-navigation ul li:first-of-type { margin: 0; flex: 1.25; }
header#masthead .main-navigation ul li a {
	width: 100%;
	padding: 15px 25px;
    font-family: 'Texta Alt Bold', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0.04em;
}

header#masthead .main-navigation ul li a:hover { color: inherit; }

/* Dropdown */
header#masthead .main-navigation li.menu-item-has-children a:after {
	content: '';
    background: url('images/caret-down-pine.png') no-repeat center center / contain;
    width: 11px;
    height: 15px;
    position: relative;
    float: right;
    margin-top: 1px;
    margin-left: 12px;
    opacity: 0.5;
}
header#masthead .main-navigation ul.sub-menu {
    display: block;
    width: 115%;
    background: #32475f;
}
header#masthead .main-navigation ul.sub-menu li {
    font-size: 0.9em;
    line-height: 1.2em;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin: 0;
}
header#masthead .main-navigation ul.sub-menu li a:after { display: none; }
header#masthead .main-navigation ul.sub-menu li a { 
    color: #FFFEF7; 
    font-family: 'Texta Alt', sans-serif;
    padding: 13px;
}
header#masthead .main-navigation ul.sub-menu a:hover { color: #0BB058; background: rgba(0,0,0,0.1); }


/* Homepage
--------------------------------------------- */
body.home header#masthead { background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.3); }
body.home header#masthead li a,
body.home header#masthead li a:hover { color: #FFFEF7; }
body.home header#masthead .site-branding h1.site-title svg .cls-1 { fill: #FFFEF7 }
body.home header#masthead .main-navigation li.menu-item-has-children a:after {
    opacity: 0.8;
    background: url('images/caret-down-flax.png') no-repeat center center / contain;
}

/* Video Hero */
.video-hero {
    margin-top: -125px;
    position: relative;
}
.video-hero .hero-section {
    padding: 25vh 0 18vh;
    position: relative;
    z-index: 99;
}
.video-hero:before {
    content: '';
    background: -moz-linear-gradient(35deg,  rgb(4 5 22 / 65%) 0%,rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(35deg,  rgb(4 5 22 / 65%) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(35deg,  rgb(4 5 22 / 65%) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc040516', endColorstr='#007db9e8',GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.video-hero .hero-section .description {
    font-size: 1.15em;
    margin: 2vh 0;
}
.hero-dropown {
    display: block;
    margin: 3vh 0;
    width: 250px;
    position: relative;
}
.hero-dropown label { 
    display: block; 
    text-transform: 
    uppercase; color: #FFFEF7;
    font-size: 0.85em;
    letter-spacing: 0.06em;
    opacity: 0.6;
}
.hero-dropown select {
    appearance: none;
    border: none;
    padding: 10px 30px 10px 15px;
    margin: 5px 0;
    width: 250px;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    text-transform: uppercase;
}
.hero-dropown select::-ms-expand {
  display: none;
}
.hero-dropown:after {
  content: "";
  background: url('images/caret-down-pine.png') no-repeat center center / contain;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 9;
  top: 53px;
  right: 20px;
}

/* Video Background */
.iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}
.iframe-wrapper video {
  width: 100vw;
  height: 120vh; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 220vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 28.1vw; 
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Programs Bottom Hero Navigation */
.hero-program-navigation {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid rgba(255,255,255,0.3);
    z-index: 99;
}
.hero-program-navigation li {
    flex: 1;
    border-right: 1px solid rgba(255,255,255,0.3);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
    margin: 0;
    background: linear-gradient(to top, #2B3B36 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: top left;
    transition: all .25s ease-out;
}
.hero-program-navigation li:hover {
    background-position: bottom left;
}
.hero-program-navigation li a{
    color: #FFFEF7;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.hero-program-navigation li:last-of-type { border: none; }

/* Home Carousel */
.section-area.home-carousel { position: relative; display: flex; align-items: center; min-height: 80vh;  padding: 0; margin: 0 auto;}
.section-area.home-carousel .owl-item { margin-bottom: 3vh; }
.section-area.home-carousel .owl-nav { 
    display: block; 
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 999;
}
.section-area.home-carousel:before {
    content: '';
    width: 30vw;
    height: 100%;
    background: #B4D6BC;
    position: absolute;
    z-index: -3;
    right: 0;
    top: 0;
}
.content-slide {
    margin: 5vw 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.content-slide>* {
    flex: 1 0 50%;
    height: 70vh;
}
.content-slide .carousel-overlap {
    display: flex;
    align-items: center;
    padding-right: 5vw;
}
.content-slide .carousel-overlap .half-content h2 {
    display: block;
    font-size: 5em;
    line-height: 0.9em;
    margin: 2vh 0;
    width: 90%;
    position: relative;
    z-index: 999;
}


/* Statistics */
ul.stat-listing {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 5vh 0;
    margin: 0;
}
ul.stat-listing li {
    flex: 1;
    list-style: none;
    padding: 2vh 5vw;
    border-right: 1px solid rgba(255,255,255,0.2);
}
ul.stat-listing li:last-of-type { border: none; }
ul.stat-listing li h3 { font-size: 4em; letter-spacing: 0.02em; }
span.stat-title {
    text-transform: uppercase;
    width: 80%;
    display: block;
    margin: 0 auto;
    line-height: 1.2em;
}

/* Bottom Feature */
.section-area.fifty-card.full-w.home-bottom-feature {
    background: none;
    padding-top: 5vh;
}
.half-content .entry-content a.large-cta {
    display: table;
    margin: 5vh 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.9em;
}
.half-content span.subtitle {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 2vh;
    display: block;
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.owl-carousel .owl-stage-outer {
    z-index: 999;
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-nav .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-dot {
  color: inherit;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-dot {}
.owl-dot {
    background: none;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50%;
    text-transform: uppercase;
    padding: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-right: 15px;
}
.owl-dot:hover { 
    border: 1px solid #32475F;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;  
}
.owl-dot.active { 
    background: #32475F;
    border: 1px solid #32475F;
  }
.owl-nav { display: none; }
.owl-nav button { 
    background: none;
    border: 1px solid;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0 0 3px 0;
    font-size: 1.25em;
    line-height: 0;
    margin-right: 8px;
    border-radius: 50%;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;  
}
.owl-nav button:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;  
}


/* Products (Content Blocks)
--------------------------------------------- */

.product-item {
    display: flex;
    align-items: center;
    padding: 7vh 0;
}
.product-item:nth-child(even) { flex-direction: row-reverse; }
.product-item>*  { flex: 1 0 50%; }
.product-item .featured-image { width: 100%; height: 55vh; }
.product-item .featured-image a { display: block; width: 100%; height: 100%; }
.product-item .product-detail { padding-right: 5vw; }
.product-item:nth-child(even) .product-detail { padding-right: 0; padding-left: 5vw; }

/* Page Hero */
.fullwidth-hero.page-hero {
    padding: 15vw 0 8vw;
    position: relative;
    overflow: hidden;
}
.fullwidth-hero.page-hero:before {
    content: '';
    background: -moz-linear-gradient(35deg,  rgb(4 5 22 / 65%) 0%,rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(35deg,  rgb(4 5 22 / 65%) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(35deg,  rgb(4 5 22 / 65%) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc040516', endColorstr='#007db9e8',GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.fullwidth-hero.page-hero .hero-section {
    text-shadow: 0px 0px 65px rgba(4,5,22,0.95);
    position: relative;
    z-index: 99;
}
.fullwidth-hero.page-hero .hero-section span.subtitle {
    border-top: 1px solid;
    padding: 0 200px 0 0;
	text-transform: uppercase;
    display: table;
}
.fullwidth-hero.page-hero .hero-section h1 { 
    margin: 0 0 15px;
    font-size: 4.25em;
    line-height: 1em;
}
.fullwidth-hero.page-hero .hero-section .description {
    margin: 0;
    font-weight: 300;
    width: 60%;
}

/* Section Areas
--------------------------------------------- */
.section-area { padding: 5vw 0; }

/* Text Two Columns */
.two-col .container {
    display: flex;
    flex-wrap: wrap;
}
.two-col .container .col { flex: 1 0 50%; width: 50%; }
.two-col .container .col.left { padding-right: 2vw; }
.two-col .container .col.right { padding-left: 2vw; }
.two-col .container .col h4 {
    font-family: 'Texta Alt Bold', sans-serif;
    font-size: 1.2em;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Fifty/Fifty */
.fifty-card .container { display: flex; align-items: center; }
.fifty-card .container .col h3 {
    text-transform: none;
    font-size: 2.5em;
    text-align: left;
    line-height: 1.1em;
    margin: 2vh 0 3vh;
}
.fifty-card .col a { text-decoration: underline; }
.fifty-card .large-cta:hover { border-color: #32475F; }

/* Fifty/Fifty - Fullwidth */
.section-area.fifty-card.full-w {
    background: #B4D6BC;
    color: #2B3B36;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.section-area.fifty-card.full-w .col { flex: 1 0 50%; min-height: 60vh; width: 50%; }
.section-area.fifty-card.full-w .col.left { 
    padding: 10vh 7vw; 
    display: flex; 
    align-items: center; 
}
.section-area.fifty-card.full-w .col.left h3 { margin: 0 0 35px; }
.section-area.fifty-card.full-w .col.left .entry-content br { display: none; }

.section-area.fifty-card.flip,
.section-area.fifty-card.flip .container { flex-direction: row-reverse; }
.section-area.fifty-card.flip .container .col.right { padding: 0 3vw 0 0; }


.section-area.fifty-card.full-w .col.blue { background: #32475F; color: #FFFEF7;}
.section-area.fifty-card.full-w .col.blue a { color: #FFFEF7; }
.section-area.fifty-card.full-w .col.blue h3 { color: #FFFEF7; }
.section-area.fifty-card.full-w .col.dark { background: #2B3B36; color: #FFFEF7;}
.section-area.fifty-card.full-w .col.dark a { color: #FFFEF7;}
.section-area.fifty-card.full-w .col.dark h3 { color: #FF8161; }
.section-area.fifty-card.full-w .col.light { background: #f3ede4; color: #2B3B36;}
.section-area.fifty-card.full-w .col.light a { color: #2B3B36;}
.section-area.fifty-card.full-w .col.light h3 { color: #2B3B36; }

/* Blockquote */
.section-area.blockquote {
    padding: 7vh 0;
}

/* Testimonial */
.section-area.testimonial {
    text-align: right;
}
.section-area.testimonial h4 {
    font-size: 2em;
    line-height: 1.3em;
    position: relative;
    z-index: 9;
}
.section-area.testimonial h4:before {
    color: #0BB058;
    font-size: 8em;
    font-family: serif;
    opacity: 0.2;
    content: '“';
    position: absolute;
    top: 5vh;
    right: -2vw;
    z-index: -3;
}
.section-area.testimonial .author { font-size: 1.2em; font-style: italic; }


/* Large Image */
.section-area.lg-image { padding: 6vh 0 4vh; text-align: center; }
.section-area.lg-image h4 {
    font-size: 1.75em;
    text-transform: uppercase;
    margin: 0 auto 4vh;
}
.section-area.lg-image img { max-width: 90%; margin: 0 auto; }

/* Parallax Background */
.section-area.large-hero-background {
    min-height: 400px;
}

/* Alert */
.section-area.alert {
    border-left: 10px solid #85d7ab;
    background: #e6f5e9;
    padding: 3vh 0;
    font-family: 'meno-banner',serif;
    text-transform: uppercase;
    font-size: 1.2em;
}

/* WYSIWYG */
.section-area.wysiwyg .entry-content h1, 
.section-area.wysiwyg .entry-content h2, 
.section-area.wysiwyg .entry-content h3, 
.section-area.wysiwyg .entry-content h4 {
    font-size: 2em;
    line-height: 1.4em;
    margin: 4vh 0 5px;
}


/* Pages
--------------------------------------------- */

/* Default Page */
body.page .entry-header { padding: 50px 0; position: relative; }
body.page .entry-header h1 { margin: 0; }
.fullwidth-hero.page-hero .stripe-bar,
body.page .entry-header .stripe-bar { top: auto; bottom: 0; }

body.page-template-default .entry-header { padding: 5vw 0; margin-bottom: 50px; }


/* Accordion */
.accordion-title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-right: 3vw;
}
.accordion-title:after {
    content: '';
    background: url('images/caret-down-pine.png') no-repeat top center / contain;
    width: 15px;
    height: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 1vw;
    opacity: 0.3;
}
.accordion-item.is-active .accordion-title:after {
    transform: rotate(180deg);
}
.accordion-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.accordion-panel { display: none; padding: 10px 0;}


/* Entry Content */
.entry-content a { text-decoration: underline; }
.entry-content li { 
    list-style: disc;
    list-style-position: inside; 
    margin-bottom: 15px;
}
.wp-caption .wp-caption-text {
    font-size: 0.8em;
    display: block;
    background: #f3f1e3;
    padding: 15px;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4 {
    line-height: 1em;
    margin: 2vh 0 10px;
}
.entry-content h1 { font-size: 3.5em; }
.entry-content h2 { font-size: 2.75em; }
.entry-content h3 { font-size: 2.25em; }
.entry-content h4 {
    font-family: 'Texta Alt Bold', sans-serif;
    font-size: 1.3em;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.entry-content a { text-decoration: underline; }
.entry-content ul, .entry-content ol { margin-left: 2vw; padding: 0; }
.entry-content ul li { line-height: 1.5em; margin-bottom: 10px; }

.entry-content blockquote {
    text-align: right;
    font-family: 'meno-banner',serif;
    font-size: 2em;
    line-height: 1.3em;
    position: relative;
    z-index: 9;
    margin: 6vh 0;
}
.entry-content blockquote:before {
    color: #0BB058;
    font-size: 8em;
    font-family: serif;
    opacity: 0.2;
    content: '“';
    position: absolute;
    top: 5vh;
    right: -2vw;
    z-index: -3;
}


/* Contact Form 7 */
.split {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.half {
    flex: 1 0 50%;
    width: 50%;
}
.half:first-of-type { padding-right: 5px; }
.half:last-of-type { padding-left: 5px; }

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 0;
    max-height: 120px;
    margin: 0;
}
.wpcf7 p { margin: 0 0 10px; }
.wpcf7 label {
    text-transform: uppercase;
    font-size: 0.7em;
    margin: 5px 0 0;
    letter-spacing: 0.1em;
    opacity: 0.6;
}
input.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
    font-size: 1em;
    font-family: 'Texta Alt', helvetica;
    background: #0bb05a;
    color: #FFFFFF;
    border: none;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #171d1b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
}

/* FAQs */
.faq-title h1 { text-align: center; }
.faq-listing { 
    background: #FFFFFF;
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid #dddbd1;
    margin: 0 auto 5vw;
}
.faq-listing .question-item {
    padding: 25px 0;
    border-bottom: 1px dotted #dddbd1;
}
.faq-listing .question-item:last-of-type { border: none; }
.faq-listing .question-item .question {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.faq-listing .question-item .question h4 {
    flex: 5;
    padding-right: 5vw;
    font-size: 1.45em;
    margin: 0;
}
.faq-listing .question-item .question .label {
    flex: 1;
    color: #89b794;
    font-family: 'Texta Alt Bold', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.06em;
    margin-right: 50px;
}


/* Performance Targets */
.performance-targets {
    padding: 5vh 0;
    background: #FFFFFF;
    border-top: 1px solid #e6e0d5;
    margin: 5vh 0 0;
}
.target-item {
    margin: 50px 0;
    border-bottom: 1px solid #e6e0d5;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.target-item:last-of-type { margin-bottom: 0; border: none; }

.target-item .performance-target-title {
    flex: 1 0 25%;
    width: 25%;
    max-width: 25%;
}
.target-item .performance-target-title h3 { font-size: 2em; padding-right: 5vw; }
.target-item .performance-target-list { flex: 3 0 75%; }

.perforamnce-area-item .accordion-title span { flex: 1; }
.perforamnce-area-item .accordion-title strong {
    flex: 7;
    font-family: inherit;
}
.perforamnce-area-item .accordion-panel { padding-left: 12.5%; }


/* About Us
--------------------------------------------- */
.about-section { padding: 8vh 0; overflow: hidden; }

/* Feature */
.about-section.feature.fifty-card .container .col h3 { font-size: 3em; margin-bottom: 3vh; }
.about-section.feature a.large-cta {
  margin: 4vh 0 2vh;
}
span.subtitle {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin:  0 0 10px;
}
/* Testimonial */
.about-section.testimonial-c {
    padding: 7vh 0;
    position: relative;
    background: #FFFFFF;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.about-section.testimonial-c .container { display: flex; align-items: center;}
.about-section.testimonial-c .container .owl-stage { display: flex; align-items: center; }
.about-section.testimonial-c .container:before {
    color: #0BB058;
    font-size: 15em;
    line-height: 1em;
    font-family: serif;
    opacity: 0.2;
    content: '“';
    position: absolute;
    top: -3vh;
    right: 0;
    z-index: -3;
}

/* Team */
.about-section.team {
    background: #fbf7f0;
    text-align: center;
    padding: 6vh 0;
    border-top: 1px solid rgb(173 168 161 / 21%);
    border-bottom: 1px solid rgb(173 168 161 / 21%);
}
.about-section.team h3 { margin: 0 auto 6vh; }
.team-grid .team-member {
    display: block;
    text-align: center;
    padding: 0;
}
.team-grid .team-member h4 { font-size: 1.8em; margin: 0 auto 5px; }
.team-grid .team-member .thumbnail {
    border-radius: 50%;
    width: 225px;
    height: 225px;
    display: block;
    margin: 0 auto 20px;
    border: 6px solid #F2D8B3;
}
.team-grid .team-member .thumbnail a { display: block; width: 100%; height: 100%; }
.about-section.team a.large-cta {
    margin: 7vh auto 0;
}

/* Careers */
.about-section.careers { padding: 10vh 0; }
.about-section.careers h3 { margin: 0 0 3vh; line-height: 1.1em; width: 80%;}
.about-section.careers .container {
    display: flex;
    flex-wrap: wrap;
}
.about-section.careers .container>* {
    flex: 1 0 50%;
    width: 50%;
}
.about-section.careers .career-description { padding-right: 6vw; }
li.job.accordion-item { padding: 2vh 0; border-bottom: 1px solid rgba(0,0,0,0.1); }
li.job.accordion-item h4 {
    font-size: 1.5em;
    padding-right: 30px;
    margin: 5px 0 10px;
}
li.job.accordion-item:last-of-type { border-bottom: none; }
li.job.accordion-item a { text-decoration: underline; }
li.job.accordion-panel { padding-top: 10px; }

.about-section.careers span.nojobs {
    padding: 5vh 5vw;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
}


/* PACE
--------------------------------------------- */

#section { 
    padding: 5vw 0;
}
body.page-template-page-pace-interiors header.entry-header { background: #32475f; }
body.page-template-page-pace-interiors .entry-content.container.small {
    max-width: 1280px;
    padding: 50px 0;
}

/* PACE */
.pace-about .pace-description { padding-right: 5vw; }
.pace-about h3 { line-height: 1.2em; margin-bottom: 25px; }
.pace-about .large-cta { margin-top: 25px; display: table; }
.pace-about .container.flex { align-items: center; }

.entry-content .list-cta { text-decoration: none; display: table; margin: 20px 0 5px; }
.entry-content.small-text .list-cta { font-size: 1.1em; }

.pace-columns .half { padding-right: 3vw; }

/* PACE Hero */
.pace-hero.fullwidth-hero.page-hero { padding: 15vh 0 12vh; }
.pace-hero .hero-area-text { 
    flex: 3; 
    padding-right: 5vw;
}
.pace-hero .container { 
    color: #FFFFFF;
    position: relative; 
}
.pace-hero .hero-area-text .video-cta {
    border: 1px solid;
    padding: 5px 15px;
    display: table;
    border-radius: 30px;
}
.pace-for-area {
    flex: 1;
    padding: 15px 30px;
    border-radius: 30px;
}
.pace-for-area li {
    border-bottom: 1px dotted #333;
    padding: 15px 0;
}
.pace-for-area li:last-of-type { border: none; }

/* PACE For */
.fullwidth-hero.pace-for-hero {
    padding: 150px 0 75px;
}
.pace-for-details {
    padding: 50px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pace-for-details .container.flex>* { flex: 2; }
.pace-for-details .container.flex .side-block { flex: 1; }

.pace-description { padding-right: 5vw; }

.side-block { margin-top: -106px; z-index: 99; position: relative; }
.side-block a.apply-cta.large-cta { background: #FF8161; width: 100%; border: 1px solid #FF8161; text-align: center; }
.side-block .entry-content {
    background: #f5efe7;
    padding: 30px;
    flex: 1 0 50%;
}

.pace-description .additional.flex .column { padding-right: 3vw;}

.pace-description .additional { margin: 50px 0 0; padding: 25px 0; border-top: 1px solid rgba(0,0,0,0.1); }
.pace-description .additional strong {
    display: block;
    font-family: 'Texta Alt Bold', sans-serif;
    font-size: 1.25em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 25px 0 -20px;
}

#section.pace-testimonial { padding: 50px 0; }

#section.pace-accordion { background: #FFFFFF; padding: 50px 0; }
#section.pace-accordion .half { padding-right: 30px; }
.pace-accord-title {
    margin-bottom: 15px;
}
.pace-accord-title h4 {
    font-family: 'Texta Alt Bold', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
}

/* Resource Download */
.resource-area h4 {
    font-family: 'Texta Alt Bold', sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Apply */
#section.pace-area {
    padding: 50px 0;
    border-top:  1px solid rgba(0,0,0,0.1);
}
.apply .container.flex .form-area { flex: 2; }

.apply .form-area { padding-right: 5vw; }
.form-content {
    margin: 20px auto;
}
.form-content iframe { border: none; box-shadow: none; }

.apply .container.flex .column-area { flex: 1; }
.apply .column-area {
    padding-left: 50px;
    border-left: 1px solid rgba(0,0,0,0.1);
}
.apply .column-area h4 {
    margin: 0 0 15px;
}
.apply .column-area .col-section { padding: 25px 0; border-bottom: 1px solid rgba(0,0,0,0.1); }
.apply .column-area .col-section:last-of-type { border-bottom: none; }
.apply .column-area .col-section strong {
    font-family: 'Texta Alt Bold';
}
.apply .form-area h3,
.side-block h4,
.pace-area .half h4,
.apply .column-area .col-section strong {
    font-family: 'Texta Alt Bold', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 0.02em;
}
.apply .form-area h3 { color: #32475F; font-size: 1.25em; }
.apply .column-area .col-section p { 
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0;
}

.apply .resource-downloads.flex { width: 102%; margin-left: -1%; }
.apply .resource-downloads.flex>* {
    flex: 1 0 48%;
    margin: 1%;
    text-align: center;
}
.apply .resource-downloads.flex>* i { margin-right: 15px; font-size: 1.1em; }
.apply span.disclaimer {
    display: block;
    margin-top: 15px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #686765;
    max-width: 600px;
}

/* Resources */
.resource-listing.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.resource-listing.flex>* { flex: 1 0 50%; padding-right: 5vw; }

.resources.container { padding-bottom: 100px; }

.resource-title { padding: 10px 0; }
.resource-title h4 { margin: 0; font-size: 2em; }
.resource-item { padding: 12px 0;}
.resource-item .resource-title strong { font-size: 1.15em; line-height: 1em; }
.resource-item .resource-title i { margin-left: 5px; font-size: 0.9em; }
.resource-item p.small-text { font-size: 0.9em; line-height: 1.6em; }



/* Projects
--------------------------------------------- */
#section.text-area.entry-content {
    background: #FFFFFF;
    padding: 50px 0;
    border-bottom: 1px solid #d9d4d0;
}
#section.projects {
    background: #f5f4ef;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 50px 0;
}
#section.projects .container.flex {
    max-width: calc(2% + 1280px);
}
#section.projects .container.flex>* { 
    flex: 1 0 48%;
    width: 48%;
    max-width: 48%;
    margin: 1%;
}

/* Card */
.card { 
    background: #FFFFFF;
    border: 1px solid #d9d4d0;
    display: flex;
    flex-direction: column;
}
.card .featured-image {
    min-height: 225px;
    position: relative;
} 
.card .featured-image a {
    display: block;
    width: 100%; 
    height: 225px;
}
.card .featured-image .subtitle {
    background: #2B3B36;
    color: #FFFFFF;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 8px 20px;
    position: absolute;
    bottom: 0; left: 0;
    margin: 0;
    z-index: 9;
}
.card .card-details {
    padding: 35px;
}
.card h4 {
    margin: 0 0 15px;
}
.card .card-description {
    font-size: 0.95em;
}
.card .card-cta { margin-top: 15px; }



.project-hero .container h1 { 
    max-width: 800px; 
    font-size: 4.5em;
    line-height: 1em;
    display: block;
    margin: 15px 0;
}

/* Project Features */
.project-features { background: #FBF9F6; }
.project-feature-item {
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 0 40px;
}
.project-feature-item:first-of-type { padding-left: 0; }
.project-feature-item:last-of-type { padding-right: 0; border: none; }


.project-feature-item>* { display: block; }
.project-feature-item .icon { font-size: 1.6em; margin: 0 0 10px; display: block;}
.project-feature-item .feature-area>* { display: block; }
.project-feature-item strong {
    font-family: 'Texta Alt Bold', sans-serif;
    font-size: 1.25em;
    line-height: 1.1em;
    text-transform: uppercase;
}
.project-feature-item .label {
    font-size: 0.75em;
    width: 80%;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 5px 0 0;
}

/* Project Sections */
.project-sections {
    background: #f5f3ef;
}
.project-sections .entry-content {
    padding: 5px 0 20px;
}

/* Program
--------------------------------------------- */
.section-area.home-carousel.program-showcase {
    min-height: auto;
    padding: 18vh 0 15vh;
    margin-top: -115px;
}
.section-area.home-carousel.program-showcase .content-slide { margin: 0 auto; }
.section-area.home-carousel.program-showcase .content-slide>* { flex: 3; height: auto;}
.section-area.home-carousel.program-showcase .content-slide .carousel-image { flex: 2; height: 80vh; }
.section-area.home-carousel.program-showcase .content-slide .carousel-overlap .half-content h2 { margin: 2vh 0 5vh; }
.section-area.home-carousel.program-showcase .owl-dots {
    position: absolute;
    z-index: 999;
    bottom: 0;
}

/* Program Header */
.fullwidth-hero.page-hero.program-hero .hero-section { padding-right: 46vw;}
.fullwidth-hero.page-hero.program-hero .hero-section h1.hero-title {
    font-size: 4.5em;
    line-height: 0.9em;
    margin: 0 0 4vh;
}

.program-header { background: #f3ede4; }
.program-header .container {
    display: flex;
    flex-wrap: wrap;
}
.program-header .container>* {
    flex: 1 0 50%;
    width: 50%;
}
.program-header .overlap {
    margin-top: -45vh;
    z-index: 99;
    padding: 50px 50px 20px;
    position: relative;
}
.program-header .overlap .form-title h3 { margin: 0 0 20px; }

ul.program-feature-list {
    display: flex;
    flex-wrap: wrap;
    padding: 5vh 0;
}
ul.program-feature-list li {
  list-style: none;
    flex: 1 0 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
}

ul.program-feature-list li .feature-icon{ margin-bottom: 2vh;} 
ul.program-feature-list li img { width: auto; max-height: 60px;}
ul.program-feature-list li .feature-title {  margin-bottom: auto; }
ul.program-feature-list li .feature-title label { display: block; text-transform: uppercase; font-size: 0.9em; letter-spacing: 0.03em; margin-bottom: 1vh;}
ul.program-feature-list li .feature-title h4 { margin: 0; font-size: 1.5em; padding-right: 5vw;}


/* Our Team
--------------------------------------------- */
body.page-template-page-team .fullwidth-hero.page-hero { padding: 10vw 0; }
body.page-template-page-team .hero-section { text-align: center; } 
body.page-template-page-team .hero-section .description { width: 100% !important; }

.team-section {
    padding: 50px 0;
}
.team-section .section-title h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    margin: 0 0 25px;
    letter-spacing: 0.06em;
}
.team-member:last-of-type { border-bottom: none; }

/* Team Members */
.team-member-name {
    padding: 10px 0; 
    padding-right: 100px;
    display: flex; 
    align-items: center;
    cursor: pointer;
}
.team-member-name .member-headshot {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 25px;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
}
.team-member.is-active .member-headshot { display: none; transform: 0; }

.team-member-name h3 { font-size: 2em; margin: 0; flex: 3; }
.team-member-name .job-title { flex: 3; text-align: right; text-transform: uppercase; font-size: 0.85em; line-height: 1.4em;}
.team-member-name .linkedin { flex: 0.75; text-align: right; font-size: 1.2em; }

.team-bio { display: flex; padding: 10px 0 50px; }
.team-bio .team-member { 
    flex: 1;
    width: 250px; 
    height: 250px; 
    margin-top: 8px;
}
.team-bio .bio { flex: 3; padding-left: 40px; }

/* Board */
.team-section.board { background: #FFFFFF; border-top: 1px solid rgba(0,0,0,0.1); }
.team-section.board .team-member-name .job-title { flex: 4; }

/* Post
--------------------------------------------- */
/* Listing */
article.post {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 5vh 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
article.post>* { flex: 3; }
article.post span.category {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
}
article.post a.post-thumbnail {
    padding-right: 3vw;
    flex: 2;
}
article.post h2.entry-title {
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 0 0 10px;
}
article.post span.date-published { 
  font-size: 0.9em;
  line-height: 1em;
  display: block;
  margin: 5px 0 2vh;
  color: rgba(0,0,0,0.4); 
  text-transform: uppercase; 
}

/* Category Header */
header.page-header.category-header {
    padding: 4vh 0 4vh;
    background: #b4d6bc;
}
header.page-header.category-header h1 { color: #2B3B36; font-size: 3.5em; }
body.category article.post span.category { display: none; }
body.category-board-meetings header.page-header.category-header { background: #32475F;}
body.category-board-meetings header.page-header.category-header h1{ color: #FFFEF7;}
body.category-events header.page-header.category-header { background: #F2D8B3;}
body.category-press header.page-header.category-header { background: #2B3B36;}
body.category-press header.page-header.category-header h1{ color: #FFFEF7;}

/* Single */
.article-content.section-area { padding: 0 0 50px; }
.article-content .container {
    min-height: 40vh;
    display: flex;
    flex-wrap: wrap;
}
.article-content .container .entry-content {
    flex: 2;
    padding-right: 3vw;
    margin: 50px 0;
    width: 50%;
}
.article-content .container .entry-meta { 
    flex: 1;  
    padding:  50px 0;
}
body.single-post .fullwidth-hero.page-hero {
    padding: 20vh 0 15vh;
}
body.single-post .fullwidth-hero.page-hero.no-background { background: #f3ede4; }
body.single-post .fullwidth-hero.page-hero.no-background .hero-section { text-shadow: none; }
body.single-post .fullwidth-hero.page-hero.no-background:before { display: none; }
body.single-post .fullwidth-hero.page-hero.parallax-window h1 { color: #FFFEF7; }

body.single-post .pdfemb-viewer { width: 100 !important; max-width: 100% !important; height: auto !important; }

.entry-meta .entry-meta-item {
    margin-bottom: 2vh;
}
.entry-meta .entry-meta-item label {
    text-transform: uppercase;
    display: block;
    font-size: 0.9em;
    line-height: 1.2em;
    letter-spacing: 0.06em;
    color: #505B3A;
    opacity: 0.6;
}
.pdf-download {
    display: flex;
    flex-direction: column;
    margin-bottom: 2vh;
    background: rgb(156 158 126 / 10%);
    padding: 15px;
}
.pdf-download img { margin-bottom: 10px; }
.pdf-download a.large-cta { width: 100%; text-align: center; position: relative; }

.entry-meta ul.downloads-listing li {
   display: block;
   list-style: none;
   margin: 0 auto 10px;
}

/* Event Detail Overlap */
.event-details-box.overlap {
    margin-top: -10vh;
    position: relative;
    z-index: 99;
    padding: 2vw;
    display: block;
}
.event-details-box.overlap .event-details-meta {
    display: flex;
    flex-wrap: wrap;
}
.event-details-box.overlap .event-details-meta>* {
    flex: 1; margin-right: 1vw; margin-bottom: 0;
}
.event-details-box.overlap .event-details-meta label {
    text-transform: uppercase;
    display: block;
    font-size: 0.9em;
    line-height: 1.2em;
    letter-spacing: 0.06em;
    opacity: 0.6;
    margin-bottom: 10px;
}

.event-details-box.overlap .event-details-meta a.large-cta {
    background: #FF8161;
    text-transform: uppercase;
    padding: 14px 30px;
    text-align: center;
    border: none;
}
.event-details-box.overlap .event-details-meta a.large-cta:hover { background: #202926; color: #FFFEF7;}
.event-details-box.overlap .event-details-meta .large-cta.inactive {
    display: table;
    text-decoration: none !important;
    margin: 0;
    font-size: 1em;
    padding: 14px 30px;
    border: 1px solid;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0,0,0,0.3);
    border: none;
    color: #5a5a5a;
}
.event-details-box.overlap .disclaimer {
    margin-top: 2vh;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 0.9em;
    line-height: 1.2em;
    opacity: 0.6;
}

/* Post Content */
.post-content {
    margin: 0 auto 2vh;
    padding: 1vh 0;
    overflow: hidden;
}
.section-area.wysiwyg .entry-content .post-content h4 { margin: 0 0 20px; display: block; }
.post-content ul { margin: 0; padding: 0; }
.post-content li { list-style: none; padding: 5px 0; margin: 0; }

.post-content ul.schedule-listing {
    border: 1px solid rgba(0,0,0,0.2);
    margin-top: 2vh;
    overflow: hidden;
}
.post-content ul.schedule-listing li {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    padding: 20px 2vw;
}
.post-content ul.schedule-listing li:last-of-type { border: none; }
.post-content ul.schedule-listing li .schedule-label { flex: 1; padding-right: 2vw; }
.post-content ul.schedule-listing li .schedule-title { flex: 3; }

ul.downloads-listing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.downloads-listing li { list-style: none; padding: 0; margin: 0 15px 15px 0; }
ul.downloads-listing li a.large-cta {
    line-height: 1.2em;
    padding: 20px 25px 20px 60px;
    position: relative;
}

/* icons */
.pdf-download-buttons a.large-cta:before,
ul.downloads-listing li a.large-cta:before {
    list-style: none;
    content: '';
    width: 25px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.pdf-download-buttons a.large-cta:before,
ul.downloads-listing li.pdf a.large-cta:before {
    background: url('images/pdf-icon.png') no-repeat center center / contain;
}
ul.downloads-listing li.excel a.large-cta:before {
    background: url('images/sheets-icon.png') no-repeat center center / contain;
}
ul.downloads-listing li.word a.large-cta:before {
    background: url('images/word-icon.png') no-repeat center center / contain;
}
ul.downloads-listing li.powerpoint a.large-cta:before {
    background: url('images/powerpoint-icon.png') no-repeat center center / contain;
}
.pdf-download-buttons a.large-cta:before {
    top: 15px;
}

.post-content.video {
    display: flex;
    flex-wrap: wrap;
}
.post-content.video .video-details { flex: 1; background: #f3ede4; padding: 2vw;}
.post-content.video .video-details h4 {
    font-size: 1.5em;
    line-height: 1em;
}
.post-content.video .video-details .caption { font-size: 0.9em; line-height: 1.4em; }
.post-content.video .main-video { flex: 3; }

/* Pagenavi */
.wp-pagenavi {
    display: block;
    padding: 3vh 0 10vh;
    width: 90vw;
    max-width: 1400px;
    margin: 0 auto;
    text-transform: uppercase;
}
.wp-pagenavi a, 
.wp-pagenavi span { border: none; margin: 0 5px 0 0; text-decoration: none;}
.wp-pagenavi span.current { font-weight: normal; }
.wp-pagenavi span.pages { font-size: 0.9em; opacity: 0.6; margin-right: 15px;}

.wp-pagenavi a,
.wp-pagenavi span.current { padding: 3px 10px; }
.wp-pagenavi span.current { background: rgb(0,0,0,0.1); }
.wp-pagenavi a { background: #32475F; color: #FFFEF7; }
.wp-pagenavi a:hover { background: #0BB058; }


/* Contact
--------------------------------------------- */
.form-overlap .container { display: flex; flex-direction: row-reverse; flex-wrap: wrap; }
.form-overlap .container>* { flex: 1 0 50%; width: 50%; }
.form-overlap .entry-content { padding: 5vh 6vw 5vh 0;}
.form-overlap .entry-content .contact-socials {
    margin-top: 4vh;
    padding: 2vh 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.form-overlap .entry-content .contact-socials span { 
    font-size: 0.8em;
    line-height: 1.2em;
    display: block;
    opacity: 0.5;
    text-transform: uppercase; 
    letter-spacing: 0.06em; 
    margin: 0 0 15px;
}
.form-overlap .entry-content .contact-socials a {
    font-size: 1.4em;
    margin-right: 10px;
}
.form-overlap .contact-form.overlap {
    margin-top: -10vh;
    background: #FFFFFF;
    border-left: 1px solid rgba(0,0,0,0.1);
    z-index: 99;
    padding: 2vh 3vw;
    border-right: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
.form-overlap .contact-form.overlap:before,
.form-overlap .contact-form.overlap:after {
    content: '';
    background: #32475F;
    width: 18vw;
    height: 10px;
    top: -10px;
    right: -1px;
    position: absolute;
}
.form-overlap .contact-form.overlap:after {
    background: #6988DB;
    width: 8vw;
}

.contact-form iframe { width: 100%; height: 500px; border: none;}

/* Service Directory
--------------------------------------------- */
/* Business Directory - Category */
#wpbdp-page-main_page {
    padding: 15px 0 50px;
}
#wpbdp-categories {
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.1);
}
#wpbdp-categories .cat-item { width: 100%; }
#wpbdp-categories ul { margin: 0; padding: 0; }
#wpbdp-categories li { padding: 15px; margin: 0; list-style: none; }

#wpbdp-categories ul li {
    color: #FFFFFF;
    text-transform: uppercase;
    background: #32475f;
    padding: 0;
}
#wpbdp-categories ul li a { 
    color: #FFFFFF;
    padding: 15px 5px 15px 15px;
    display: inline-block; 
    font-size: 0.95em;
    line-height: 1.2em;
    font-weight: 600;
    text-decoration: none;
}

#wpbdp-categories ul.children{ 
    display: flex;
    align-items: inherit;
    flex-wrap: wrap;
}
#wpbdp-categories ul.children li {
    list-style: none; 
    padding: 15px;
    background: #FFFFFF;
}
#wpbdp-categories ul.children li {
    flex: 1 0 50%;
    color: #2B3B36;
    width: 50%;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#wpbdp-categories ul.children li:nth-child(even),
#wpbdp-categories ul.children li:last-of-type  { border-right: none; }
#wpbdp-categories ul.children li a {
    color: #2B3B36;
    text-decoration: none;
    font-weight: 600;
    padding: 0 5px 0 0;
    background: transparent;
    display: inline-block;
    text-transform: uppercase;
}

#wpbdp-page-category h2 {
    text-align: center;
    display: block;
    margin: 50px auto 35px;
}

/* Search Bar */
.wpbdp-main-box .submit-btn input[type="submit"] {
    margin-top: 0;
    background: #0eb058;
    border: 1px solid #0eb058;
    padding: 14.5px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    min-width: auto;
}
.wpbdp-main-box .box-col input {
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,0.2);
}

/* Business Directory - Category */
.wpbdp-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.wpbdp-grid>* {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
}
.wpbdp-listing-single .listing-details.cf,
.wpbdp-listing-excerpt {
    padding: 25px !important;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.1);
}
.wpbdp-listing .listing-details {
    line-height: 1.35em;
    padding: 10px 0;
    margin-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: inherit;
}
.wpbdp-listing .listing-details>* { 
    flex: 1 0 33.3%; 
    width: 33.3%;
    max-width: 33.3%; 
    padding: 5px 25px 5px 0;
 }
.wpbdp-listing .listing-details>*:nth-child(1),
.wpbdp-listing .listing-details>*:nth-child(2) {
    flex: 1 0 50%;
    width: 50%;
    max-width: 50%;
}
.wpbdp-listing  .wpbdp-field-contact_name .value { font-size: 1.5em; line-height: 1.1em; }
.wpbdp-listing .listing-details .field-value { max-width: 100%; }

#wpbdp-listings-list .wpbdp-listing .listing-title,
.wpbdp-listing .listing-title {
    border: none !important;
    font-weight: 700;
    text-transform: uppercase;
}
#wpbdp-listings-list .wpbdp-listing .listing-title a,
.wpbdp-listing .listing-title a { font-size: 1.25em !important; }


.wpbdp-listing .field-value label, 
.wpbdp-listing .address-info .address-label,
.wpbdp-listing .field-value .field-label {
    color: #32475F;
    font-weight: 600;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 1.1em;
    display: block;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
.wpbdp-field-association-category .value {
    color: #748d7a;
}
.wpbdp-field-association-category .value a {
    color: #748d7a;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 1.4em;
}

/* Directory Actions */
.wpbdp-main-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: -10px;
}
.wpbdp-main-links>* {
    flex: 1;
    text-align: center;
}
#primary .wpbdp-main-links .wpbdp-button {
    color: #ada69e !important;
    text-decoration: none;
    padding: 8px;
    background: transparent !important;
    border: 1px solid #e1d2c3;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    font-weight: 600 !important;
}
#primary .wpbdp-main-links .wpbdp-button:hover {
    color: #433b32 !important;
    border: 1px solid #433b32;
}
span.back-to-dir-buttons {
    font-size: 1em !important;
    text-align: center;
    display: block;
    margin: 0 auto 15px !important;
}
span.back-to-dir-buttons a {
    color: #ada69e !important;
    border: 1px solid #e1d2c3 !important;
    padding: 12px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: block;
}
span.back-to-dir-buttons a:hover {
    color: #433b32 !important;
    border: 1px solid #433b32 !important;
}

#primary .listing-actions { margin: 0; }
#primary .listing-actions a.button {
    padding: 0 0 0 15px;
    text-decoration: none;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 0.75em;
    background: transparent !important;
    border: none !important;
    color: #95a3b3 !important;
}
#primary .listing-actions a.button:hover {
    color: #32475F !important;
}
/* Single */
.wpbdp-single .listing-title { text-align: center; }
.wpbdp-single .listing-title h1 { margin: 35px auto 20px; font-size: 3.5em; }

.wpbdp-listing-contact-form {
    margin: 0 auto 50px !important;
    padding: 25px;
    background: #32475f;
}
.wpbdp-listing-contact-form h3 {
    text-align: center;
    color: #b4d6bc;
    font-family: 'Texta Alt', sans-serif;
    text-transform: uppercase;
    margin: 10px auto 25px;
}
.wpbdp-listing-contact-form .wpbdp-form-field { margin: 0 auto 15px !important; }
.contact-form-wrapper .wpbdp-grid { max-width: 520px; display: block; margin: 0 auto; }
.wpbdp-form-field label {
    color: #a6b6c8;
    font-family: 'Texta Alt', sans-serif;
    font-weight: 600;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1.2em;
    display: block;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
}
.wpbdp-form-field input { padding: 8px; border-radius: 0; }
.contact-form-wrapper input[type="submit"] {
    cursor: pointer;
    width: 100%;
    max-width: 520px;
    border: 1px solid #FF8161;
    font-weight: 600;
    font-family: inherit;
    text-transform: uppercase;
    line-height: 1em;
    padding: 12px 0 15px;
    background: #FF8161;
    color: #2B3B36;
    display: block;
    margin: -20px auto 25px;
}


/* Directory Pagination */
.wpbdp-pagination { margin: -15px 0 0 !important; }

/* 404
--------------------------------------------- */
.error-404 { padding: 8vh 0 12vh; text-align: center; }
.error-404 h1 { font-size: 14em; margin: 0 auto 3vh; }
.error-404 p { font-family: 'meno-banner',serif; font-size: 1.2em; margin-bottom: 5vh; }


/* Footer
--------------------------------------------- */
footer li, footer ul { list-style: none; margin: 0; padding: 0;}

footer.site-footer {
    padding: 75px 0;
    font-weight: 300;
    color: #FFFEF7;
    background: #15181c;
    position: relative;
}

/* Footer Brand */
.footer-brand { flex: 1 0 25%; padding-right: 5vw; }
.footer-brand .site-branding { margin: 0 0 25px; max-width: 100%;}

/* Footer Navigation */
.footer-navigation {
    flex: 1 0 75%;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.footer-navigation li.menu-item.menu-item-has-children {
    margin-bottom: 30px;
}
.footer-navigation .column { padding-left: 5vw; }
.footer-navigation .column>* li.menu-item.menu-item-has-children:last-of-type { margin-bottom: 0; }
.footer-navigation ul.menu li a {
    color: #0eb058;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.15em;
    letter-spacing: 0.05em;
    display: block;
    padding: 5px 0;
}
.footer-navigation li.menu-item-has-children a{
    color: #F2D8B3;
    font-family: 'Texta Alt Bold', sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 0;
}
.footer-navigation ul.menu li.menu-item-has-children ul li a {
    color: #d1cec7;
    font-family: inherit;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.5em;
    display: block;
    padding: 3px 0;
}
.footer-navigation li.menu-item-has-children a:hover,
.footer-navigation ul.menu li.menu-item-has-children ul li a:hover { color: #FFFFFF; }

/* Mailchimp */
#mc_embed_signup label {
	font-family: inherit;
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1em;
	color: #68727c;
	letter-spacing: 0.06em;
	margin-bottom: 5px;
}
#mc_embed_signup input {
	border: none;
	width: 100%;
	border-radius: 0;
	padding: 12px 20px;
}
#mc_embed_signup input[type="submit"]  { 
	border: none;
	background: #FF8161; 
	color: #2B3B36;
	margin: 5px auto 0;
}

/* Copyright */
.footer-socials { margin: 15px 0; }
.footer-socials span.label { 
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase; 
    display: block;
}
.footer-socials a { color: #FFFFE7; font-size: 1.1em; margin-right: 10px; }
.footer-socials a:hover { color: #0BB05A; }
.copyright {
    margin-top: 15px;
    font-size: 0.85em;
    line-height: 1.5em;
    color: #68727c;
}
.copyright a { color: #68727c; text-decoration: underline; }
.copyright a:hover { color: #FFFEF7; }







/* =Mobile (Media Queries)
-------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media only screen and (max-width: 1120px) {
    /* Sections */
    .fullwidth-hero.page-hero .hero-section h1.hero-title { font-size: 5em; }
    .fullwidth-hero.page-hero.program-hero .hero-section h1.hero-title { font-size: 4em; }

    /* Post */
    body.single-post .fullwidth-hero.page-hero { padding: 15vh 0 10vh; }
    body.single-post .fullwidth-hero.page-hero h1 { font-size: 4em; }

    /* Home */
    .content-slide .carousel-overlap .half-content h2 { font-size: 4.5em; }
    .content-slide>* { flex: 1; }
    .program-header .overlap .form-title h3 { font-size: 2.5em; line-height: 1em;}

    /* Pages */
   .target-item { flex-direction: column; }
   .target-item>* { flex: 1 0 100%; width: 100%; margin-bottom: 2vh; }
   .perforamnce-area-item .accordion-title strong { font-size: 1.3em; }
    
}
@media only screen and (max-width: 980px) {
    body { line-height: 1.65em; }
    p { margin-bottom: 20px; }
    .stripe-bar { max-width: 320px; }

    /* Navigation */
    header#masthead { padding: 2vh 0 0; }
    header#masthead .container { display: block; width: 100%; }
    header#masthead .menu-full-navigation-container { display: none; }
    header#masthead button.menu-toggle {
        display: block;
        background: none;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 0;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 999;
        font-size: 0;
        position: absolute;
        right: 5vw;
        top: 25px;
    }
    button.menu-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #32475F;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    button.menu-toggle span:nth-child(1) { top: 5px;}
    button.menu-toggle span:nth-child(2),
    button.menu-toggle span:nth-child(3) { top: 20px;}
    button.menu-toggle span:nth-child(4) { top: 35px;}    
    .main-navigation.toggled button.menu-toggle span:nth-child(1) {
        top: 20px;
        width: 0%;
        left: 50%;
    }
    .main-navigation.toggled button.menu-toggle  span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .main-navigation.toggled button.menu-toggle span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main-navigation.toggled button.menu-toggle span:nth-child(4) {
        top: 20px;
        width: 0%;
        left: 50%;
    }
    header#masthead .main-navigation.toggled,
    header#masthead .main-navigation.toggled .menu-full-navigation-container { display: block;}
    header#masthead .main-navigation.toggled { margin-bottom: -2vh; }
    header#masthead .main-navigation.toggled button.menu-toggle span { background: #0BB058; }
    header#masthead .main-navigation ul li:last-of-type { border: none; }
    header#masthead .site-branding { margin-left: 5vw; float: none; padding-bottom: 15px; }
    header#masthead .site-branding h1.site-title { width: 200px; }
    header#masthead .site-branding,
    header#masthead .main-navigation { flex: 1; }

    header#masthead .main-navigation ul {
        font-size: 1.1em;
        display: block;
        justify-content: flex-end;
        flex-wrap: wrap;
        width: 100%;
        float: none;
        background: #fffef7;
    }
    header#masthead .main-navigation.toggled li,
    header#masthead .main-navigation.toggled li:last-of-type {
        border-top: 1px solid rgba(0,0,0,0.1);
        width: 100%;
        margin: 0;
    }
    header#masthead .main-navigation li.menu-item-has-children:hover ul, 
    header#masthead .main-navigation li.menu-item-has-children:active ul {
        float: none;
        position: relative;
        box-shadow: none;
    }
    header#masthead .main-navigation li.menu-item-has-children:hover ul li,
    header#masthead .main-navigation li.menu-item-has-children:active ul li  {
        background: rgba(0,0,0,0.1);
        border-bottom: none;
    } 
    header#masthead .main-navigation li a,
    header#masthead .main-navigation ul.sub-menu li a,
    header#masthead .main-navigation li.menu-item-has-children a { margin: 0; padding: 20px 5vw; }
    header#masthead .main-navigation ul.sub-menu { width: 100%; }
    header#masthead .main-navigation ul li:hover > ul, 
    header#masthead .main-navigation ul li.focus > ul{
        display: block;
        position: relative;
        width: 100%;
        top: auto;
        float: none;
        box-shadow: none;
    }
    header#masthead .main-navigation.toggled li ul li { 
        border-top: 1px solid rgba(0,0,0,0.2);}
    header#masthead .main-navigation ul li a { padding: 18px 5vw; }
    .main-navigation ul ul a { border: none; }

    /* Home */
    body.home header#masthead button.menu-toggle span{ background: #FFFEF7; }
    body.home header#masthead .main-navigation.toggled a { color: inherit; }
    body.home header#masthead .main-navigation.toggled ul.sub-menu a { color: #FFFEF7; }
    body.home header#masthead .main-navigation.toggled .site-branding h1.site-title svg .cls-1 { fill: #32475f;}

    .content-slide { display: flex; flex-direction: column-reverse; }
    .content-slide .carousel-image { flex: 1 0 100%; width: 100%; min-height: 35vh; margin-bottom: 3vh;}
    .content-slide .carousel-overlap { flex: 1 0 100%; padding: 0; }
    .content-slide .carousel-overlap .half-content h2 { font-size: 3.25em; line-height: 1em; width: 100%; }

    .section-area.home-carousel.program-showcase { margin: 0 auto; padding: 10vh 0; }
    .section-area.home-carousel.program-showcase .owl-dots { position: relative; }
    .section-area.home-carousel.program-showcase .content-slide>* { flex: 1 0 100%; width: 100%; }

    .hero-section h1 { font-size: 3.5em; line-height: 1.2em; }
    ul.stat-listing li { flex: 1 0 50%; padding: 10px 30px 30px; border-bottom: 1px solid rgba(255,255,255,0.2);}
    ul.stat-listing li:nth-child(even) { border-right: none; }
    ul.stat-listing li h3 { font-size: 3em; }
    span.stat-title { font-size: 0.9em; line-height: 1.2em; width: 100%; }

    .card { display: flex; flex-direction: row; }
    .card .featured-image,
    .card .card-details { flex: 1; }

    .card .card-details { padding: 30px; } 
    .card h4 { font-size: 2em; }

    /* Projects */
    #section.projects .container.flex,
    .project-features .container.flex { flex-direction: column; }
    #section.projects .container.flex>* { flex: 1 0 100%; width: 100%; max-width: 100%; margin: 0 auto 25px; }
    .project-features .container.flex>* { 
        flex: 1 0 100%; width: 100%; padding: 15px 0; border: none; border-bottom: 1px solid rgba(0,0,0,0.1); 
        display: flex; align-items: center;
    }
    .project-features .container.flex>*:last-of-type { border: none; }
    .project-feature-item .icon { margin: 0; font-size: 1.75em; }
    .project-features .container.flex .icon-area { flex: 1; text-align: center; padding-right: 5vw; }

    .project-features .container.flex .feature-area { flex: 5; }

    /* Products */
    .product-item { padding: 4vh 0; }
    .product-item,
    .product-item:nth-child(even) { flex-direction: column-reverse;}
    .product-item:nth-child(even) .product-detail { padding: 2vh 0; }
    .product-item .featured-image { height: 40vh; }

    /* Sections */
    .fullwidth-hero.page-hero .hero-section h1.hero-title { font-size: 4.5em; width: 100%;}
    .fullwidth-hero.page-hero .hero-section span.subtitle:before { width: 70%; }
    .section-area.fifty-card.full-w .col.left h3 { line-height: 1.1em; margin-bottom: 3vh;}
    .section-area.blockquote h4 { font-size: 2em; }
    .entry-content blockquote { font-size: 2em; line-height: 1.1em;}

    /* PACE */
    .pace-description { padding: 0 5vw 0 0; }
    .pace-for-details .container.flex>* { flex: 1; }
    .pace-description .additional.flex { flex-direction: column; margin: 25px 0 0; padding-top: 0; }
    .pace-description .additional strong { margin: 35px 0 -15px; }
    .pace-description .additional.flex>* { flex: 1 0 100%; width: 100%; max-width: 100%; }

    /* Team */
    .team-member-img .thumbnail { width: 150px; height: 150px;  border: 5px solid #f2d8b3;}
    .team-member-detail h3 { font-size: 3em; }
    .board-member h4 { font-size: 1.8em; }
    .board-member .board-thumb .job-title { font-size: 0.8em; }
    .board-thumb .thumbnail-container { padding-right: 5vw; }
    .board-member-grid { flex-direction: column; }
    .board-member { flex: 1 0 100%; width: 100%; max-width: 100%; border-right: none; }
    .board-member:nth-child(even) { border-left: none; }

    /* Post */
    article.post { display: block; }
    article.post a.post-thumbnail { margin: 0 auto 3vh; padding: 0; display: block;}
    article.post span.category { font-size: 0.9em; }
    article.post h2.entry-title { font-size: 2.25em; margin: 10px 0 20px; }
    body.single-post .fullwidth-hero.page-hero { padding: 12vh 0 10vh; }
    body.single-post .fullwidth-hero.page-hero h1 { font-size: 3.2em; line-height: 1.2em; }
    .section-area.wysiwyg .entry-content h1, .section-area.wysiwyg .entry-content h2, .section-area.wysiwyg .entry-content h3, .section-area.wysiwyg .entry-content h4 { font-size: 1.75em; line-height: 1.25em; }
    .event-details-box.overlap { padding: 30px; margin-top: -6vh; margin-bottom: -3vh; }
    .event-details-box.overlap .event-details-meta a.large-cta, 
    .event-details-box.overlap .event-details-meta .large-cta { flex: 1 0 100%; margin-top: 3vh; display: block; }
    .post-content ul.schedule-listing li .schedule-label { flex: 2;}
    .post-content { padding: 20px 0; }
    .article-content .container { display: block; }
    .article-content .container .entry-content { margin: 5vh auto; padding: 0; }
    .article-content .container .entry-meta { padding: 0; margin-top: 4vh; display: flex; justify-content: space-between;}

    .article-content .container .entry-meta { display: flex; flex-wrap: wrap;}
    .article-content .container .entry-meta>* { flex: 1 0 50%; width: 50%;}
    .article-content .container .entry-meta ul.entry-meta-content { padding-left: 5vw;}

    .post-content.video { flex-direction: column; }
    .post-content.video>* { flex: 1 0 100%; width: 100%; }
    .post-content.video .video-details { padding: 5%; text-align: center; }
    .section-area.wysiwyg .entry-content .post-content.video .video-details h4 { font-size: 1.5em; line-height: 1em; margin: 0 0 10px;}

    /* PACE */
    .apply .column-area h4 { font-size: 2em; margin: 0; }
    .apply .resource-downloads.flex { width: 100%; }
    .apply .resource-downloads.flex>* { flex: 1 0 100%; width: 100%; margin: 0 auto 10px; }

    /* Pages */
    body.page-template-default .entry-header { padding: 50px 0; }
    .perforamnce-area-item .accordion-title strong { font-size: 1.1em; line-height: 1.3em; padding-right: 25px; }
    .perforamnce-area-item .accordion-title span,
    .target-item .performance-target-title { flex: 1 0 100%; width: 100%; max-width: 100%; }
    .perforamnce-area-item .accordion-title span { margin: 0 0 5px; }
    .target-item .performance-target-title h3 { margin: 25px 0 0; padding: 0; }
    .target-item { margin: 25px 0; border-bottom: none; }
    .target-item>* { margin: 0; }

    /* PACE - Resources */
    .resource-listing.flex>* { flex: 1 0 100%; padding: 10px 0; border-bottom: 1px solid #dddaca;}
    .resource-item p.small-text { margin-top: -5px; width: 90%; }
    .resource-item .resource-title i { font-size: 0.9em; float: right; margin: 5px 0;}

     /* Contact */
    .form-overlap .container { flex-direction: column; }
    .form-overlap .container>* { flex: 1 0 100%; width: 100%; }
    .form-overlap .contact-form.overlap { margin-top: -5vh; }
    .form-title h3 { font-size: 2em; width: 80%;}

    /* FAQs */
    .faq-listing .question-item .question { display: block; }
    .faq-listing .question-item .question .label { font-size: 0.9em; margin: 0 0 5px; }

    /* 404 */
    .error-404 h1 { font-size: 8em; }
    .error-404 p { padding: 0 10vw; }

    /* Team */
    .team-member-name h3 { flex: 1 0 100%; }
    .team-member-name .job-title { flex: 1; text-align: left; padding: 5px 0; }
    .team-member-name .linkedin { display: none; }
    .team-bio .team-member { flex: 2; width: 150px; }
    .team-bio .bio { padding-left: 25px; }

    /* Programs */
    .fullwidth-hero.program-hero.page-hero { padding: 10vh 0 15vh;}
    .program-header .container { flex-direction: column-reverse; }
    .program-header .container>* { flex: 1 0 100%; width: 100%; }
    .program-header .overlap { margin-top: -10vh; padding: 30px; }
    .fullwidth-hero.page-hero.program-hero .hero-section { padding: 0; }
    .fullwidth-hero.page-hero.program-hero .hero-section h1.hero-title { font-size: 6em; }
    ul.program-feature-list li .feature-title h4 { font-size: 1.25em; }

    /* Footer */
    footer.site-footer .container.flex { flex-direction: column; }
    footer.site-footer .footer-brand .site-branding { max-width: 250px; }
    footer.site-footer .footer-brand { margin-bottom: 50px; padding: 0; }
    footer.site-footer .footer-navigation {  padding: 0; border: none;}
    footer.site-footer .footer-navigation .column { flex: 1 0 50%; width:  50%; padding: 0 0 25px; }

}
@media only screen and (max-width: 780px) {
    .container { width: 85vw; }
    .card { display: flex; flex-direction: column; }
    .stripe-bar { height: 15px; max-width: 300px;}
    .stripe-bar:before, .stripe-bar:after { height: 15px; }

    /* Home */
    .video-hero .hero-section { padding: 25vh 0 8vh; }
    .hero-section h1 { font-size: 3.5em; line-height: 1.15em; }
    .video-hero .hero-section .description { font-size: 1em; }
    .hero-program-navigation { display: none; }
    .section-area.home-carousel:before { display: none; }
    body.home .section-area.fifty-card.full-w .col.left { padding: 5vh 7.5vw; }

    /* Sections */
    .fullwidth-hero.page-hero.program-hero .hero-section h1.hero-title { font-size: 3.25em; }
    .fullwidth-hero.page-hero .hero-section .description { width: 100%; padding-bottom: 15px;}
    .form-title h3 { font-size: 1.8em; width: 80%;}

    /* PACE */
    .pace-area.apply .container.flex { flex-direction: column-reverse; }
    .pace-area.apply .container.flex>* { flex: 1 0 100%; width: 100%; }
    .apply .form-area,
    .apply .column-area { padding: 0; border: none; margin-bottom: 50px; }
    .apply .column-area .col-section { padding: 15px 0; }

    .pace-about .container.flex { flex-direction: column-reverse; }
    .pace-about h3 { font-size: 2em; }
    .pace-columns .container.flex { flex-direction: column; }
    .pace-about .container.flex>*,
    .pace-columns .container.flex>* { flex: 1 0 100%; width: 100%; max-width: 100%; padding: 15px 0; margin-bottom: 25px; }

    #section.pace-for-details .container.flex { flex-direction: column-reverse; }
    #section.pace-for-details .container.flex>* { padding: 0; }
    .pace-for-details .container.flex .side-block { margin-bottom: 50px; }


    .section-area,
    .project-sections .entry-content { padding: 50px 0; }
    .two-col .container .col h4 { margin-bottom: 10px; }

    .two-col .container .col.left { padding: 0 0 50px; }

    .fullwidth-hero.page-hero .hero-section h1.hero-title { font-size: 3.5em; }
    .section-area.testimonial h4,
    .section-area.blockquote h4 { font-size: 1.5em; }
    .section-area.fifty-card.full-w { flex-direction: column; }
    .two-col .container .col,
    .section-area.fifty-card.full-w .col {flex: 1 0 100%; width: 100%; padding: 0 0 3vh; text-align: left;}
    .two-col .container .col.right { padding-left: 0; }
    .section-area.fifty-card.full-w .col { min-height: 40vh; }

    /* Projects */
    .product-listing-area { padding: 5vh 0 0; }
    .project-listing { flex-direction: column; }
    .project-listing .project-item { flex: 1 0 100%; width: 100%; padding: 0; margin-bottom: 5vh; }
    .project-item h2 { font-size: 2.5em; }
    .project-hero .container h1,
    .fullwidth-hero.page-hero .hero-section h1 { font-size: 3.5em; max-width: 100%; }


    /* Business Directory Plugin */
    .wpbdp-listing .listing-details>*,
    .wpbdp-listing .listing-details>*:nth-child(1), .wpbdp-listing .listing-details>*:nth-child(2),
    #wpbdp-categories ul.children li { flex: 1 0 100%; width: 100%; max-width: 100%; border-right: none; }

    /* Programs */
    .program-header .overlap .form-title h3 { font-size: 2em; line-height: 1em; width: 100%;}

    /* About */
    .fullwidth-hero.page-hero .hero-section h1.hero-title { font-size: 3em; }
    .about-section.team h3 { margin: 0 auto 5vh; font-size: 2em;}
    .team-grid .team-member h4 { font-size: 1.5em; }
    .team-grid .team-member .thumbnail { width: 180px; height: 180px; }
    .about-section.team a.large-cta { margin: 5vh auto 0; }
    .about-section.careers .container { display: block; }
    .about-section.careers .container>* { flex: 1 0 100%; width: 100%; }
    .about-section.careers h3 { width: 100%; }
    .about-section.careers .career-description { padding: 0; margin-bottom: 5vh; }

    /* Team */
    .team-bio { flex-wrap: wrap; display: block; padding: 5px 0 15px; }
    .team-bio .team-member { width: 180px; height: 180px; margin-bottom: 10px; }
    .team-bio .bio { flex: 1 0 100%; padding: 10px 0; }

    /* Post */
    .event-details-box.overlap .event-details-meta>* { flex: 1 0 100%; margin-bottom: 10px; display: flex; flex-direction: row; align-items: center; }
    .event-details-box.overlap .event-details-meta>* label { margin: 0 5vw 0 0; }
    body.single-post .fullwidth-hero.page-hero h1 { font-size: 3em; line-height: 1em; }
    .post-content ul.schedule-listing li { padding: 20px;}
    .post-content ul.schedule-listing li .schedule-label { flex: 1; font-size: 0.9em; line-height: 1em; padding-right: 5vw; margin-top: 5px;}
    .pdf-download a.large-cta { padding: 12px 15px; }

    /* Pages */
    header.entry-header h1 { font-size: 2.75em; }
    .entry-content blockquote { font-size: 1.5em; line-height: 1.2em;}

    /* Footer */
}
@media only screen and (max-width: 640px) {

    /* PACE */
    #section.pace-accordion .container.flex { flex-direction: column; }
    #section.pace-accordion .container.flex>* { flex: 1 0 100%; padding: 0; margin-bottom: 50px; width: 100%; max-width: 100%; }
    /* 404 */
    .error-404 h1 { font-size: 6em; }
}




