/*!
Theme Name: Fusion Web
Theme URI: http://underscores.me/
Author: Fusion, then TourVista
Description: GRE website
Version: 1.4.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fusion-web

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.

Fusion Web is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/

/*** CUSTOM */
.site-main h2, .site-main .white h2 {
    color:#333;
}
h2.h2_openings {
    margin-bottom:0.75em;
}
p.impact-old {
    margin-top:2em;
}
p.impact-old a {
    color:#b9a879;
}
p.impact-old a:hover {
    color:#fff;
}
a.projects-no-link:hover {
    cursor:default;
}
#stripe-top_message h3, #stripe-4 h2, #stripe-whats-next h2 {
    color:#333;
}
#stripe-top_message h3 a:hover {
    color:#b9a979;
}
#stripe-5 h3 {
    color:#ecebe7;
    font-weight:normal;
    line-height:1.3;
}
.fflms-button.color-accent span {
    white-space:nowrap;
}
body.single-project p.caption {
    display:none;
}
.card #filter-sets li.check-label.check-selected:after, .card #filter-sets li.check-label:hover:after, .card #filter-sets li.radio-label:hover:after {
    left:0;
}
.card.project .post-info, .card .post-info{
    padding:0px !important;
}
.card .post-info .meta, .card .project .meta{
    border-top:0px !important;   
    font-size: 0.85em !important;
    margin-bottom: 5px !important;
}
.card .post-info .meta.project-units, .card .project .meta.project-units{
    margin-bottom: 0px !important;
}

/* careers openings */
.kt-accordion-panel-inner ul { 
    list-style:disc;
    margin:0.5em 0.5em 1em 2em;
}
p.salary {
    padding:0.5em;
    background:#f9f9f9;
    display:inline-block;
    border:1px solid #b9a879;
    letter-spacing:0.025em;
}
p.job_description a {
    display:inline-block;
    margin-bottom:1.5em;
    color:#b9a879;
    text-decoration:underline;
}
p.job_description a:hover {
    text-decoration:none;
}
body.page-id-6826 .gform_required_legend {
    display:none;
}
body.page-id-6826 .gform_wrapper {
    margin:1em 0;
    background:#fff;
    padding:1em;
    border:1px solid #ddd;
}
body.page-id-6826 .gform_wrapper .gform_fileupload_rules {
    color:#aaa;
    font-size:0.8em;
}
body.page-id-6826 .gform_wrapper textarea {
    height:135px !important;
}
@media (max-width:781px){
    body.page-id-6826 .w33 .wp-block-columns.icon-list p {
        text-align:center;
        margin-top:-1.5em;
        margin-bottom:2em;
    }
    /* a few icons use this */
    body.page-id-6826 .w33 .wp-block-columns.icon-list figure {
        text-align:center;
    }
}
    
    
@media (max-width:782px){
    h1.smaller { font-size:2em; }
}
@media (max-width:540px){
    body.page-id-3467 .card .post-info {
        padding:6px;
    }
    body.page-id-3467 .card .post-info label {
        white-space:nowrap;
    }
}

/* gravity */
#gform_wrapper_1 .top_label div.ginput_container { margin-top:0 !important; }


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	line-height: 1.1em;
}
h1 {
}
@media (max-width: 32rem) {
    h1 {
        font-size: 2.75em;
    }
}
h2 {
	font-size: 3em;
}
@media (max-width: 32rem) {
    h2 {
        font-size: 2.5em;
    }
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}

p {
	margin: 0 0 0.8em;
}
.column p:last-child {
	margin-bottom: 0;
}

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

blockquote {
	margin: 1.5em 0;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

.post-header{
	position: relative;
}

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

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

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

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: .6em 0 1.5em 0;
}

ul {
	list-style: none;
	padding: 0;
}

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. */
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: #ccc #ccc #bbb;
	border-radius: 7px;
	background: #000;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 0.8em 1.5em;
	cursor: pointer;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: none;
	border-radius: 7px;
	padding: 8px 16px 5px;
	width: 100%;
	margin: 7px auto;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

form p{
	margin: 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
}
a.cleaned {
	text-decoration: none;
}
a.cleaned:hover {
	text-decoration: underline;
}

a:visited {
	/*color: inherit;*/
}

a:hover, a:focus, a:active {
	color: inherit;
}

a:focus {
	/* outline: thin dotted; */
}

a:hover, a:active {
	outline: 0;
}
#site-navigation #primary-menu li a {
    color:#6F6F71;
}
#site-navigation #primary-menu li a:hover {
    color:#b9a879;
}
#stripe-whats-next a.fflms-button.color-white span {
    color:#68686a;
}
#stripe-whats-next a.fflms-button.color-white:hover span {
    color:#68686a;
}
.fflms-button.color-white:hover span {
    color:#686861 !important;   
}

/* careers page */
body.page-id-3738 #stripe-8 div.column { padding-bottom:0.5em; }
body.page-id-3738 #stripe-9 div.column,
body.page-id-3738 #stripe-10 div.column,
body.page-id-3738 #stripe-11 div.column { padding-top:0.5em; padding-bottom:0.75em; }
body.page-id-3738 #stripe-12 { padding-top:1em; }

/* current openings page */
body.page-id-6826 .icon-list img {
    max-width:30px;
    height:auto;
}
body.page-id-6826 .icon-list .wellness img {
    max-width:35px;
}

/* impact page */
#post-7738 {
    max-width:100%;
    padding:0;
}
#sub-nav > li.page-item-7738 > a {
    text-transform:none;
}
#post-7738 h1 {
    background:#687782;
    color:#fff;
    padding:35px;
}
#post-7738 > .column {
    padding:0;
}
#post-7738 .impact_header {
    background:#687782;
    padding:1em;
    margin-bottom:0;
}
#post-7738 .impact_header .wp-block-columns {
    max-width:1050px;
    margin:0 auto;
    align-items:center !important;
    color:#fff;
}
#post-7738 .impact_header .wp-block-columns > .wp-block-column {
    padding:1em 3em;
}
#post-7738 .impact_header .wp-block-columns > .wp-block-column:first-child {
    padding:1em 0;
}
#post-7738 .impact_header .wp-block-image {
    margin-bottom:0;
}
#post-7738 .impact_header img {
    max-height: 200px;
    width: auto;
}
/* impact report buttons */
#post-7738 .impact_header .impact_buttons .wp-block-columns > .wp-block-column {
    padding:1em 0;
}

#post-7738 a.fflms-button {
    width:225px;
    text-align:center;
    margin-top:1.5em;
}
#post-7738 a.fflms-button.color-primary {
    background:#444;
}
#post-7738 a.fflms-button.color-primary.hvr-sweep-to-right:before {
    background:#51626f;
}

#post-7738 h2 {
    padding:0.5em 1em 0 1em;
}

#post-7738 .impact_icons {
    max-width:1250px;
    margin:2em auto 1em auto;
    flex-wrap:wrap;
}
#post-7738 .impact_icons .wp-block-column {
    margin:1.3em 2em;
}
#post-7738 .impact_icons img {
    height:85px;
    width:auto;
}
#post-7738 .impact_icons h3 {
    color:#000;
    margin-bottom:0.6em;
    white-space:nowrap;
}
#post-7738 .impact_icons p {
    font-size:12px;
    font-size:13px;
}
#post-7738 .impact_buttons {
    /*display:flex;
    flex-wrap:wrap;
    align-items:center;*/
}
@media (min-width: 600px) and (max-width: 1075px) {
    #post-7738 .wp-block-columns.impact_icons {
        flex-wrap:wrap !important;
        justify-content: center;
    }
    #post-7738 .impact_icons .wp-block-column {
        margin:2em;
    }
    #post-7738 .impact_icons .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 5em)!important;
        flex-grow: 0;
    }
}
@media (max-width:781px){
    #post-7738 .impact_buttons p {
        margin-bottom:1em;
    }
    #post-7738 a.fflms-button {
        margin-top:25px !important;
    }
}

#post-7738 .impact_partners {
    background:#f3f5f6;
    margin-bottom:0;
    padding-bottom:1.5em;
}
#post-7738 .impact_partners h3 {
    color:#000;
    margin-top:1.5em;
    margin-bottom:0.5em;
}
#post-7738 .impact_partners .wp-block-columns {
    margin:0 auto 1.5em auto;
    padding:0 1em;
}
#post-7738 .impact_partners ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style:disc;
    max-width:600px;
    margin:auto;
    padding-left:7em;
}
@media (max-width:600px){
    #post-7738 .impact_partners ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}
#post-7738 .impact_partners .wp-block-columns ul {
    list-style:disc;
    padding:0;
    margin:0;
}
#post-7738 .impact_partners .video-thumbnail {
    width:fit-content;
    margin:1.5em auto;
}
@media (max-width:360px){
    #post-7738 .impact_partners .wp-block-columns {
        padding-left:75px;
    }
}

#post-7738 .impact_quote {
    background:#687782;
    margin:0;
    padding:2em 3em;
    color:#fff;
}
#post-7738 .impact_quote p {
    max-width:1050px;
    margin:0 auto;
    text-align:center;
    text-transform:uppercase;
    font-size:0.75rem;
    letter-spacing:1px;
    line-height:1.4;
}
#post-7738 .impact_quote p em {
    text-transform:none;
    font-size:1.1rem;
    letter-spacing:0;
}
body.page-id-7738 #stripe-2 .row-box {
    text-align:center;
}




/* contact page */
body.page-id-127 h2 {
    font-size:24px;
}
body.page-id-127 #stripe-5 h2 {
    color:#b9a879;
}
.gform_button:hover {
    background:#68686a;
}

#colophon .ftr_1 {
    margin:1em 0;
}
#colophon .ftr_2 a {
    color:#68686a;
}
#colophon .ftr_2 a:hover {
    color:#b9a879;
}
.byline-info .ftr_3 {
    color:#949494;
}
.card-title {
    font-size:20px;
    line-height: 1.2;
    margin-bottom: 10px;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Main Nav
--------------------------------------------------------------*/
#header-style{
	z-index: 10;
}
@media screen and (min-width: 60em) {
	#header-style.transparent{
		position: absolute;
		min-height: 200px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
		color: #fff;
		font-weight: bold;
	}
	.header-spacer{
		display: block;
		height: 0px
	}
}
header.row-box{
	display: table;
	max-width: none;
	padding: 0 40px;
	min-height: 55px;
}

.site-branding{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0 5px;
}
.main-navigation{
    vertical-align: middle;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: block;
	width: 240px;
	max-width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a{
    font-weight: bold ;
}
.main-navigation .box-link{
    padding: 14px 20px 20px;
    background-color: #000;
    color: #fff;
    font-size: .8em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}
.main-navigation .box-link:first-line{
    font-size: 2em;
}
.super-navigation .callout-link{
    font-size: 1.1em;
	font-weight: 300;
    position: relative ;
}
.callout-link:after{
    content: '';
    display: block ;
    position: absolute ;
    bottom: 5px;
    height: 2px;
    width: 90%;
    background-color: #91edf2;
}

.flash:after {
	content: '';
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 5px; height: 100%;
	background-color: rgb(255, 136, 115);
	-webkit-animation: flash .8s infinite;
	-moz-animation: flash .8s infinite;
	-ms-animation: flash .8s infinite;
	-o-animation: flash .8s infinite;
	animation: flash .8s infinite;
}

/* keyframes */
@-webkit-keyframes flash {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-moz-keyframes flash {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-ms-keyframes flash {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-o-keyframes flash {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@keyframes flash {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@media screen and (min-width: 60em) {
	.main-navigation li {
		position: relative;
		padding: 18px 10px;
		letter-spacing: .05em;
		font-size: 0.85em;
        text-transform: uppercase ;
	}
	.main-navigation ul ul {
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
		float: left;
		position: absolute;
		top: 80%;
		left: -999em;
		z-index: 99999;
        background-color: #f2f2f2;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}

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

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
	}
	.main-navigation li li {
		padding: 5px 15px;
		font-size: 1em;
	}	
	.main-navigation .box-link{
		width: 15em;
		text-align: right;
		margin-right: -1px;
	}
	.main-navigation .box-link:hover{
        background-color: #eee;
        color: #000;
	}
}

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

/* Small menu. */
.main-navigation.toggled {
    z-index: 1000;
    width: 100vw;
    left: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;    
}
.menu-toggle,
.main-navigation.toggled ul,
.main-navigation.toggled {
	display: block;
}
.menu-toggle{
	background: transparent;
	color: initial;
	text-transform: uppercase;
	border-radius: 0;
	padding: 44px 0px;
	margin: 0;
	font-size: 1.25rem;
}

/*.menu-toggle[aria-expanded="false"]:before{
	font-family:FontAwesome;
	content:'\f0c9';
	padding-right:5px;
}
.menu-toggle[aria-expanded="true"]:before{
	font-family:FontAwesome;
	content:'\f00d';
	padding-right:5px;
}*/

/* Animated Menu Icon */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
	width: 60px;
  height: 110px;
  overflow: visible; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; left: 0;}
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider[aria-expanded="true"] .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider[aria-expanded="true"] .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider[aria-expanded="true"] .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


@media screen and (max-width: 28em) {
	.menu-toggle {
        padding: 20px;
	}
	.menu-toggle span {
		display: none;
	}
	.menu-toggle.hamburger span {
		display: inline-block;
	}
    .menu-toggle:before{
        font-size: 1.75rem;
    }
}
@media screen and (min-width: 60em) {
	.menu-toggle {
		display: none;
	}
	#site-navigation .menu {
		float: right;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation .menu > li {
		display: inline-block;
	}
}
@media screen and (max-width: 60em) {
	header.row-box {
		display: block;
		padding: 0 0 0 30px;
	}
    .site-branding{
		display: inline-block;
		width: calc(100% - 100px);
		position: relative;
    }
	.main-navigation {
        position: absolute;
        background-color: #fff;
        width: 100vw;
        left: -100vw;
	}
	.main-navigation .menu {
		padding-bottom: 20px;
	}
	.main-navigation .menu li{
		font-size: 22px;
	}
	.main-navigation .menu > li{
		padding: 10px 15px;
		border-bottom: 1px rgba(120,120,120,.4) solid;
	}
	.main-navigation .menu > li > a{
		font-weight: bold;
	}
	.main-navigation .sub-menu{
        background-color: #eee;
        margin: 0 -15px;
        box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.4);
	}
    .main-navigation .sub-menu > li{
		padding: 5px 14px;
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
### Main Nav - FOOTER
--------------------------------------------------------------*/

#secondary{
    /*box-shadow: inset 0px 0px 40px rgba(0,0,0,0.1);*/
}
#secondary .menu{
    margin: 0;
    font-size: .8em;
    text-align: center;
}
#secondary .menu > li{
    display: inline-block;
    padding: 5px;
    text-transform: uppercase ;
    letter-spacing: 0.1em;    
}
#secondary #nav_menu-2 #menu-main-navigation li a {
    color:#68686A;
}
#secondary #nav_menu-2 #menu-main-navigation li a:hover {
    color:#b9a879;
}


#secondary .menu > li li,
#secondary .menu > li .sub-menu{
    display: none;
}
#secondary .column .widget:last-of-type{
    margin-bottom: 0;
}


/*--------------------------------------------------------------
### Sub Nav
--------------------------------------------------------------*/

#sub-nav {
	width: auto;
    margin: 0;
	padding: 0;
	list-style: none;
    border-bottom: 1px rgba(255, 255, 255, 1) solid;
}
    .page-template-template-left-img #sub-nav {
        padding: 0 35px;
        text-align: left;
    }

#sub-nav li {
	margin: 0 2px;
	display: inline-block;
    position: relative;
}
#sub-nav a,
#sub-nav .nav-title span {
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
    padding: 5px 10px;
    display: block;
}
#sub-nav li.current_page_item:after{
	content: '';
    display: block;
    position: absolute;
    height: 2px;
    bottom: -3px;
    left: 0;
    right: 0;
    background-color: #fff;
}
#sub-nav li.current_page_item a:after,
#sub-nav li a:hover:after{
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 5px);
    top: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #fff;
}

/*--------------------------------------------------------------
### Super Nav
--------------------------------------------------------------*/
#supernav.row-box{
	max-width: none;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.super-navigation{
	width: 100%;
	display: table;
	border-spacing: 0;
}
.super-navigation > div{
	display: table-cell;
}
.super-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.super-navigation > div > ul {
	text-align: right;
}
.super-navigation .menu > li {
	display: inline-block;
}
.super-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.super-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.super-navigation ul ul li:hover > ul,
.super-navigation ul ul li.focus > ul {
	left: 100%;
}
.super-navigation ul ul a {
	width: 200px;
}
.super-navigation ul li:hover > ul,
.super-navigation ul li.focus > ul {
	left: auto;
}
.super-navigation li {
	position: relative;
	padding: 5px 12px;
	font-size: 11px;
}
.super-navigation a {
	display: block;
	text-decoration: none;
}
#super-menu:before,
#super-menu:after{
	content: "";
	display: table;
	table-layout: fixed;
}
.super-navigation .box-link{
	padding:0;
    background-color: #000;
    color: #fff;
	font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}
.box-link.bright{
	background-color:#ffe600;
	color: #FFFFFF;
	animation: box-link-bright 25s infinite;
	-webkit-animation: box-link-bright 25s infinite;
	-moz-animation: box-link-bright 25s infinite;
	-o-animation: box-link-bright 25s infinite;
}

@-webkit-keyframes box-link-bright {
	0% {background-color: #ffe600;} 
	25% {background-color: #dcaa00;}
	75% {background-color: #ffd400;}
	100% {background-color: #ffe600;}
}
@-moz-keyframes box-link-bright {
	0% {background-color: #ffe600;} 
	25% {background-color: #dcaa00;}
	75% {background-color: #ffd400;}
	100% {background-color: #ffe600;}
}
@-o-keyframes box-link-bright {
	0% {background-color: #ffe600;} 
	25% {background-color: #dcaa00;}
	75% {background-color: #ffd400;}
	100% {background-color: #ffe600;}
}
@keyframes box-link-bright {
	0% {background-color: #ffe600;} 
	25% {background-color: #dcaa00;}
	75% {background-color: #ffd400;}
	100% {background-color: #ffe600;}
}

.super-navigation .box-link a{
    padding: 10px 13px 10px 18px;
}
@media screen and (max-width: 37.5em) {
	.super-navigation li{
		font-size: 14px;
	}
	.super-navigation li.box-link {
		display: block;
	}
}

/*--------------------------------------------------------------
### Super Nav Message / CTA
--------------------------------------------------------------*/

.super-navigation .super-cta-container > ul {
	text-align: left;
}

@media screen and (max-width: 37.5em) {
	.super-navigation .super-cta-container {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1000;
		background-color: #fff;
		box-shadow: 0 0 5px -1px rgba(0,0,0,0.5);
	}	
	.super-navigation,
	.super-navigation > div {
		display: block;
	}
	.super-navigation > div > ul {
		text-align: center!important;
	}
}

/*--------------------------------------------------------------
--------------------------------------------------------------*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 3em 0 1.5em;
	padding-top: 20px;
	border-top: 2px #fff solid;
	overflow: hidden;
}
.post-navigation .nav-links a{
	display: table;
    width: 100%;
	text-decoration: none;
	line-height: 0;
}
.post-navigation .nav-links a span{
	display: table-cell;
    vertical-align: middle ;   
}
.post-navigation .nav-links a .thumb{
    vertical-align: top;
}
.post-navigation .nav-links a .thumb img{
	width: 100px;
}
.post-navigation .nav-links a .title{
	padding: 20px;
	font-size: 0.9em;
	font-weight: 200;
	line-height: 1.2;
}
.post-navigation .nav-links a .title .pre{
	font-size: .7em;
	font-weight: 800;
	letter-spacing: .3em;
	display: block;
    text-transform: uppercase;
    opacity: .5;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}
@media screen and (max-width:783px){
	.post-navigation .nav-links a .thumb{
		display: none;
	}
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/

.pagination {
    margin: 20px;
}
.pagination .nav-links > * {
    background-color: #fff;
    padding: 5px 12px;
}
.pagination .nav-links > span,
.pagination .nav-links > a:hover{
    color: #fff;
    background-color: #a39368;
}
.pagination .nav-links > a {
    background-color: #eee;
    padding: 5px 12px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#secondary article{ padding: 0 3%; }

@media screen and (max-width:783px){
	#secondary article > .column{ padding-top:10px; padding-bottom:10px; }
	#secondary article > .column:first-of-type{ padding-top:40px; }
	#secondary article > .column:last-of-type{ padding-bottom:40px; }
	#secondary article{ padding: 0; }
}

#colophon.site-footer{
	text-align: center;
}
#colophon.site-footer .custom-logo-link {
    display: block;
    width: 210px;
    margin: 0 auto;
}
#colophon.site-footer .site-info{
	display:block;
	display:inline-block;
}
.byline-info {
	background-color: #2d2d2d;
	color: #888;
	text-align: center;
}
#colophon.site-footer .footer-nav{
	display:block;
	display:inline-block;
	text-align:left;
}
.site-info .footer-img{
	height:2em;
	margin-left:10px;
}
img.fusion-power,
.site-info img.fusion-power{
	height: 15px;
	margin-top: 25px;
}
.footer-bug{
	height: 1em;
	padding-top:.125em;
	display:block;
	display:inline-block;
}
.disclaimer{
	font-size: 11px;
	color: #555555;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	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
--------------------------------------------------------------*/

section .column > ul {
	list-style: none;
	padding: 0;
}
section .column > ul > li {
	padding: 0.3em 1em;
	border-top: 1px rgba(125,125,125,0.25) solid;
	border-bottom: 1px rgba(125,125,125,0.25) solid;
}
section .column > ul > li + li {
	border-top: none;
	border-bottom: 1px rgba(125,125,125,0.25) solid;
}
.rich .column > ul > li,
section ul.rich li {
	padding: 0.25em 0;
	border:none!important;
	margin-bottom: 10px;
	font-size: 1.3em;
}
.rich .column > ul > li:after,
section ul.rich li:after {
	font-family: FontAwesome;
	content: '\f068';
	display: block;
	line-height: 1;
	color: #ccc;
}
/*.rich .column > ul > li:nth-child(n+0):after, section ul.rich li:nth-child(n+0):after { width: 50px; }
.rich .column > ul > li:nth-child(n+1):after, section ul.rich li:nth-child(n+1):after { width: 30px; }
.rich .column > ul > li:nth-child(n+2):after, section ul.rich li:nth-child(n+2):after { width: 70px; }
.rich .column > ul > li:nth-child(n+3):after, section ul.rich li:nth-child(n+3):after { width: 20px; }
.rich .column > ul > li:nth-child(n+4):after, section ul.rich li:nth-child(n+4):after { width: 35px; }
.rich .column > ul > li:nth-child(n+5):after, section ul.rich li:nth-child(n+5):after { width: 60px; }*/


.rich strong {
	font-size: 1.2em;
}

.rich h3{
	font-size: 1.7em;
	margin: .25em 0;
}

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

.hentry {
	margin: 0 0 1.5em;
}

.type-post{
    padding: 2vw;
    margin: 0 0 15px;
    background-color: #eee;
}
.entry-header > *:first-child{
    margin-top: 0;
}
.blog .type-post .entry-title {
    margin-bottom: 10px;
}
.type-post .entry-title a {
    text-decoration: none;
}
.type-post .entry-title a:hover {
color: #a39368;
}
.entry-header .entry-meta{
    opacity: 0.5;
}
.type-post p {
    font-size: .8em;
}
.single-post #main .row-box{
    max-width: 1000px;
}
.updated:not(.published) {
	display: none;
}

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Look & Feel
--------------------------------------------------------------*/



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

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

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

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

/*--------------------------------------------------------------
## 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 {
	
}
.wp-caption .wp-caption-text{
	position: absolute;
	bottom: 3.5em;
	left: 60%;
	font-size: .75em;
    line-height: 1.2;
    font-style: italic;
	padding: .55em .95em;
	background: rgba(239, 239, 239, 0.9);
}
.wp-caption .wp-caption-text:after{
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(239, 239, 239, 0.9);
}
/*--------------------------------------------------------------
## 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;
}


.color-bars{
	background-image: url(inc/img/color-bars-bottom.png)!important;
	background-position: center bottom!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
}
.brand-icon:before{
	content: url(inc/img/icon-gray.png);
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.edge,
.pop.edge,
.edge.bottom-right{
	background-image: url(inc/img/Edging-bottomRight.png)!important;
	background-position: right bottom!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
}
.edge.top-right{
	background-image: url(inc/img/Edging-topRight.png)!important;
	background-position: right top!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
}

.metaslider .ms-image .caption-wrap {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	background: rgba(0,0,0,0.2);
	color: #fff;
	opacity: 1;
	font-size:2.1rem;
	line-height: 0.9em;
	text-transform:uppercase;
}
.metaslider .ms-image .caption-wrap .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -62%);
	text-align:center;
	width: 90%;
	font-weight: bold;
}
.metaslider .ms-image .caption-wrap .caption:first-line {
	font-size:0.3em;
	letter-spacing:0.4em;
}
@media screen and (min-width: 37.5em) {
	.metaslider .ms-image .caption-wrap {
		font-size:4rem;
	}
}
@media screen and (min-width: 65em) {
	.metaslider .ms-image .caption-wrap {
		font-size:6rem;
	}
}

.column .fus-richheader p {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.4em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.column .fus-richheader h1 {
	margin-top:0;
}
.column span.fus-richheader {
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.4em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 5px;
	display: block;
}
.column h1 span.fus-richheader {
	font-size: 0.3em;
}
.column h2 span.fus-richheader {
	font-size: 0.4em;
}
.column h3 span.fus-richheader {
	font-size: 0.5em;
}
.column div.fus-richheader {
	margin-top:0;
}

.svg-graphic {
	display: block;
	margin: 0;
	position: absolute;
	top: -18px;
	right: 50px;
	z-index: 10;
	height: 36px;
	width: 300px;
}
.svg-graphic .obj1{ opacity: .5; }



/* SHORTCODE Taxonomy Dropdown */

.taxo-selector{
	display: block;
	text-align: center;
}
.stripe-start .taxo-selector{
	background: rgba(0, 0, 0, .05);
}
.taxo-selector.large{
	padding:30px;
	background-color: #f2f2f2;
	background-image: url('/wp-content/themes/Projects-Portfolio/assets/images/Mobile-Oyhut-BG2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	position: relative;
}
.top-shadow:before{
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
    opacity: 0.25;
    background-image: url('/wp-content/themes/Projects-Portfolio/assets/images/Foundry-divider-shadow-30.png');
    background-repeat: no-repeat;
    background-position: top center;
}
.taxo-selector.small{
	display: block;
    width: 100%;
    margin: 20px 0;
}
@media screen and (max-width:500px){
	.taxo-selector.small{
		display: none;
	}
	#tagline-special{
		text-align: center!important;
	}
}
.dropdown {
    position: relative;
    cursor: pointer;
}
.dropdown ul.dropdown-inner {
    position: absolute;
    top: 100%;
    list-style-type: none;
    left: 0;
    right: 0;
	margin: 0;
	padding: 10px 0;
	background-color: #000;
    z-index: 10;
    display: none
}
/*.dropdown:hover ul.dropdown-inner {
    display: block
}*/
.dropdown ul.dropdown-inner li {
	margin: 0;
}
.dropdown ul.dropdown-inner li a {
	color: #ffffff!important;
	background: #000000!important;
	display: block;
	padding: 14px 5px;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
.small .dropdown ul.dropdown-inner li a {
	font-size: 13px;
	white-space:normal;
}

.dropdown ul.dropdown-inner li:hover a {
	color: #fff!important;
    background: #aaa!important;
    display: block
}

.taxo-selector .button{
	color: #000;
	border: 2px #000 dashed;
	line-height: 1em;
	text-align: center;
	width: 100%;
	height: auto;
	/*background: #fff;*/
	padding: 10px 20px;
	display: block;
}
.taxo-selector .small .button{
	border-width: 1px;
	font-size: 12px;
	margin: 5px 0px;
	padding: 5px 15px;
}
.taxo-selector .button,.taxo-selector .text{
	font-size: 20px;
	display: block;
}
.taxo-selector .small .button,.taxo-selector.small .text{
	font-size: 14px;
	margin: 0 0 0 5px;
	font-style: normal;
	font-weight: normal;
}


/* impact 2020 */
.impact-page { background:#fff; max-width:2000px; margin:0 auto; }
.impact-page .column { padding:0; }
.impact-page .row-box { max-width:100%; padding:0; }

.impact-page .title-contain > .row-box { background:#879397; }

.impact-page #pdf-wrap { width:100%; max-width:900px; margin:0 auto; text-align:center; }
.impact-page #pdf_top { margin:0 0 2em 0; }
.impact-page #flipbook-wrap { background:#fff; text-align:center; margin:0; padding:2em 0; }
.impact-page #pdf_bot { display:none; position:fixed; bottom:0.75em; right:0.5em; }
.impact-page #pdf_bot span { padding:5px 10px; }
.impact-page .fflms-button { font-size:13px; }
@media (min-width:920px){
    .impact-page #pdf_top { float:right; margin:-60px 0 0 0; }
}

.impact-page h1 { 
    background:#879397;
    color:#fff; 
    font-family:'Montserrat', sans-serif; 
    font-weight:700;
    font-size: 32px;
    line-height:1.25; 
    margin:0;
    padding:1em 0 0.5em 0;
    text-align:center;
}
@media (max-width:480px){
    .impact-page h1 { font-size:28px; }
}
@media (max-width:400px){
    .impact-page h1 { font-size:24px; }
}
@media (max-width:320px){
    .impact-page h1 { font-size:18px; }
}

.impact-page .column figure.team { margin:0; line-height:0; background:#879397; text-align:center; }
.impact-page .column figure.team img { width:100%; max-width:900px; }

.impact-page .intro-wrap { background:#879397; }
.impact-page .intro { max-width:1200px; margin:0 auto; }
.impact-page .intro .wp-block-column:first-child { padding:3em 1em 3em 3em; }
.impact-page .intro .wp-block-column:last-child { padding:3em 3em 1em 1em; }
.impact-page .intro p { font-family:'Montserrat', sans-serif; color:#000; text-align:justify; margin-bottom:2em; }
.impact-page .intro p em { font-family:'Montserrat', sans-serif; font-weight:700; font-size:14px; font-style:italic; }
.impact-page .intro p strong { font-family:'Montserrat', sans-serif; font-weight:700; color:#000; }
.impact-page .intro .gre-logo img { margin:0.5em 0 1em 0; max-width:80px; }
@media (max-width:781px){
    .impact-page .intro { flex-wrap:wrap; }
    .impact-page .intro > .wp-block-column { flex-basis:100% !important; padding:3em 3em 0 3em !important; margin:0 !important; }
    .impact-page .intro .wp-block-column:first-child p:last-child { margin-bottom:0; }
    .impact-page .intro > .wp-block-column:last-child { padding-top:0 !important; }
    .impact-page .intro .gre-logo img { margin-bottom:2em; }
}
@media (max-width:601px){
    .impact-page .intro .wp-block-column:first-child { padding:2em 3em 0 3em; }
    .impact-page .intro .wp-block-column:last-child { padding:0 3em 1em 3em; }
}

.impact-page .impact { background:#fff; font-family:'Montserrat', sans-serif; font-weight:400; font-size:14px; }
.impact-page .impact > .wp-block-column:first-child .wp-block-image { margin:4em auto 0 auto; text-align:center; }
.impact-page .impact > .wp-block-column:first-child .wp-block-image img { max-width:300px; }

.impact-page .impact > .wp-block-column:last-child { margin:3em 2em 0 2em; }
.impact-page .impact > .wp-block-column > p { margin:2em auto; color:#000; }
.impact-page .impact > .wp-block-column > p span { display:block; }
.impact-page .impact .impact-icons { margin: 5em auto 2em auto; max-width:1200px; flex-wrap: wrap !important; }
.impact-page .impact .impact-icons .wp-block-column { margin:0 auto 3em auto; width:150px; min-width:150px; max-width:150px; }
.impact-page .impact .impact-icons .wp-block-image { margin:0 auto; text-align:center; }
.impact-page .impact .impact-icons .wp-block-image img { max-height:75px; width:auto; }
.impact-page .impact .impact-icon-title { text-transform:uppercase; margin-bottom:0.15em; font-family:'Montserrat', sans-serif; font-weight:700; font-size:13px; }
.impact-page .impact .impact-icon-text { font-size:10px; color:#000; font-family:'Montserrat', sans-serif; font-weight:400; padding:0 1em; }
@media (max-width:1200px){
    .impact-page .impact { flex-wrap:wrap !important; }
    .impact-page .impact > .wp-block-column:first-child { flex-basis:100% !important; }
}
@media (max-width:880px){
    .impact-page .impact > .wp-block-column > p span { display:inline; }
}
@media (max-width:781px){
    .impact-page .impact > .wp-block-column:last-child { flex-basis:100% !important; }
}
@media (max-width:450px){
    .impact-page .impact > .wp-block-column:first-child .wp-block-image img { width:75%; }
}

.impact-page .testimonials-wrap { background:#879397; margin-bottom:0; }
.impact-page .testimonials { max-width:1600px; margin:0 auto; gap:0; }
.impact-page .testimonials  > .wp-block-column { margin:0; padding:0; }
.impact-page .testimonials  > .wp-block-column > .wp-block-image { text-align:center; margin:0; line-height:0;}
.impact-page .testimonials .testimonial-image img { width:100%; max-width:800px; }
.impact-page .testimonials .logo img { max-height:135px; width:auto; margin:1.5em 0; }

.impact-page .testimonial {
    margin-left:0 !important; /* override, gets added elsewhere, jp? */
}
.impact-page .testimonial p {
    color:#000;
    font-size:13px;
    padding: 0.5em 3em;
    max-width: 800px;
    margin: 0 auto;
    text-align:justify;
}
.impact-page .testimonial p em { font-family:'Montserrat', sans-serif; font-weight:700; font-size:13px; }
.impact-page .testimonial p strong { font-family:'Montserrat', sans-serif; font-weight:700; padding-bottom:1em; text-align:left; }
.impact-page .testimonial p:last-child { padding-bottom:3em; }
@media (max-width:1560px){
    .impact-page .testimonials .logo img { max-height:100px; }
}
@media (max-width:1440px){
    .impact-page .testimonials { flex-wrap:wrap !important; }
    .impact-page .bagc { flex-direction:column-reverse; margin-bottom:3em; }
    .impact-page .testimonials  > .wp-block-column { flex-basis:100% !important; }
    .impact-page .testimonials .logo img { max-height:130px; margin:3em 0; }
}
@media (max-width:850px){
    .impact-page .bagc { margin-bottom:1.5em; }
}
@media (max-width:820px){
    .impact-page .bagc { margin-bottom:0; }
}
@media (max-width:781px){
    .impact-page .testimonials .logo img { max-height:110px; margin:2em 0; }
}
@media (max-width:450px){
    .impact-page .testimonials .logo img { width: 60%; height: auto; max-height: none; }
}

.impact-page .data-row { padding:5em 3em 3em 3em; color:#fff; margin-bottom:0; }
.impact-page .data-row .data-cols { margin-top:3em; }
.impact-page .data-row .wp-block-columns { margin-bottom:0; gap:0; }
.impact-page .data-row > .wp-block-column > .wp-block-image { margin:0; }
.impact-page .data-row > .wp-block-column > .wp-block-image figure { margin:0 auto; line-height:0; }
.impact-page .data-row > .wp-block-column > .wp-block-image img { width:135px; }
.impact-page .data-row h2 { color:#fff; font-size:35px; text-transform:uppercase; font-family:'Montserrat', sans-serif; font-weight:700; margin-top:0.5em; }
.impact-page .data-row > .wp-block-column > p { margin:0 auto 1.5em auto; max-width: 800px; font-family:'Montserrat', sans-serif; font-weight:400; font-size:15px; }
@media (max-width:410px){
    .impact-page .data-row h2 { font-size:30px; }
}
@media (max-width:360px){
    .impact-page .data-row h2 { font-size:26px; }
}

.impact-page .data-row .data-cols .wp-block-columns > .wp-block-column:last-child { margin-left:0.5em; }
.impact-page .data-row .data-cols .wp-block-image { text-align:right; padding-right:0.65em; }
.impact-page .data-row .data-cols .wp-block-image img { max-height:75px; width:auto; }
.impact-page .data-row .data-cols .wp-block-column h3 { margin:0.65em 0 0.05em 0; white-space:nowrap; font-size:31px; color:#fff; font-family:'Montserrat', sans-serif; font-weight:400; }
.impact-page .data-row .data-cols .wp-block-column p { text-transform:uppercase; font-family:'Montserrat', sans-serif; font-weight:400; font-size:10px; line-height:1.2; }

@media (max-width:1200px){
    .impact-page .data-row { flex-wrap:wrap !important; }
    .impact-page .data-row > .wp-block-column { flex-basis:100% !important; }
    .impact-page .data-row h2 { margin-bottom:1.5em; }
}
@media (max-width:781px){
    .impact-page .data-row .data-cols .wp-block-image { text-align:center; padding-right:0; }
    .impact-page .data-row .data-cols .wp-block-column h3 { text-align:center; margin-top:0; }
    .impact-page .data-row .data-cols .wp-block-column p { text-align:center; margin-bottom:3em; }
}
@media (max-width:599px){
    .impact-page .data-row .data-cols .wp-block-columns .wp-block-image { margin:0; }
    .impact-page .data-row .data-cols .wp-block-image { text-align:center; padding-right:0; }
    .impact-page .data-row .data-cols .wp-block-column h3 { text-align:center; margin-top:0; margin-bottom:0.15em; }
    .impact-page .data-row .data-cols .wp-block-column p { text-align:center; max-width:250px; margin:0 auto 4em auto; }
}

.impact-page .shelter { background:#1271b9; }
.impact-page .shelter .data-cols > .wp-block-column:last-child img { padding-top:5px; }

.impact-page .community { background:#aa3e3e; }

.impact-page .education { background:#e4b93d; }
.impact-page .education > .wp-block-column > p { max-width:650px; }
.impact-page .nsc, .impact-page .yups { padding:2em 3em; }
.impact-page .nsc { border-top:1px solid #dea90f; border-bottom:1px solid #dea90f; }
.impact-page .edu-data > .wp-block-column > .wp-block-image { text-align:center; }
.impact-page .edu-data > .wp-block-column > .wp-block-image img { width:75%; max-width:400px; }
.impact-page .yups > .wp-block-column > .wp-block-image img { max-width:200px; }
.impact-page .edu-data .data-cols { margin-top:0; }
@media (max-width:1200px){
    .impact-page .edu-data > .wp-block-column > .wp-block-image { margin:1em 0 2.5em 0; }
}

.impact-page .sustainability { background:#26b468; }
.impact-page .sustainability > .wp-block-column > .wp-block-image img { width:105px; }
.impact-page .sustainability > .wp-block-column:last-child > .wp-block-image { text-align:center; }
.impact-page .sustainability > .wp-block-column:last-child > .wp-block-image img { width:auto; max-width:420px; margin-bottom:2em; }
@media (max-width:600px){
    .impact-page .sustainability > .wp-block-column:last-child > .wp-block-image img { width:85%; max-width:400px; }

}

.impact-page .relief { background:#a066aa; }
.impact-page .relief > .wp-block-column > p { max-width:600px; }




/* impact 2021 */
.impact2021 .data-row { padding:2em; }
.impact2021 .emoji-row { max-width:1100px; margin:0 auto; }

.impact2021 .data-row.first-row { padding-top:5em; }
.impact2021 .data-row.last-row { padding-bottom:5em; }
.impact2021 .data-row.counters { max-width:1100px; margin:0 auto; justify-content:center; 
    padding-left:0.75em; padding-right:0.75em; }

.impact2021 .data-row h2 { margin-top:0.2em; }
.impact2021 .data-row.rrad h2 { margin-top:0; }
.impact2021 .data-row p { text-align:justify; }

.impact2021 .data-row .data-cols { margin-top:0; }
.impact2021 .data-row .data-cols .wp-block-image { margin-top:0.5em; margin-bottom:0; padding-right:0; }
.impact2021 .data-row .data-cols .wp-block-image img { max-height: 65px; }
.impact2021 .relief .data-row .data-cols .wp-block-image img { max-height:55px; }
/*.impact2021 .data-row .data-cols .wp-block-column:first-child { flex-basis:25%; } /* ctr icons */
.impact2021 .data-row .data-cols > .wp-block-column:last-child { margin-left:15px; flex-basis:35%; flex-grow:1.35; }
.impact2021 .data-row .data-cols .wp-block-column h3 { margin-top:0; }
.impact2021 .data-row .data-cols .wp-block-column p { font-size:15px; text-align:left; max-width:250px; }

/* tricks to adjust width of big/small cols for better layout */
.impact2021 .data-row.counters > .grow11 { flex-grow:1.1; }
.impact2021 .data-row .data-cols .wp-block-column.long p { max-width:none; }

@media (max-width: 1200px){
    .impact2021 .data-row > .wp-block-column { margin-left:0 !important; }
    .impact2021 .counters > .wp-block-column { flex-basis:50% !important; margin-bottom:2.5em; }
    .impact2021 .data-row h2 { margin-bottom:1em; }
    .impact2021 .data-row.rrad h2 { margin-bottom:0.3em; }
    .impact2021 .data-row .data-cols .wp-block-column.long p { max-width:300px; }
}
@media (max-width: 900px){
    .impact2021 .data-row > .wp-block-column > p { max-width:100%; margin-left:1.5em; margin-right:1.5em; }
}
@media (max-width: 800px){
    .impact2021 .counters { padding:2em 0 !important; max-width:100%; }
    .impact2021 .data-row > .wp-block-column { flex-basis:100% !important; }
    .impact2021 .data-row .data-cols { flex-wrap:wrap !important; }
    .impact2021 .data-row .data-cols > .wp-block-column { flex-basis:100% !important; }
    .impact2021 .data-row .data-cols .wp-block-image { text-align:center; }
    .impact2021 .data-cols > .wp-block-column:last-child { margin-left:0 !important; }
    .impact2021 .data-row .data-cols .wp-block-column:last-child h3 { text-align:center; margin-top:0.5em; margin-bottom:0.25em; }
    .impact2021 .data-row .data-cols .wp-block-column:last-child p { text-align:center; margin:0 auto 1em auto; }
}
@media (max-width: 600px){
    .impact2021 .data-row > .wp-block-column > p { margin-left:0; margin-right:0; }
}


.impact2021 #main > .row-box > .column > .wp-block-columns { margin-bottom:0; }

.impact2021 #pdf_top { float:none; margin:0; z-index:1; }

.impact2021 .intro-wrap { padding:3em 3em 0 3em; }
.impact2021 .intro-wrap .heading { max-width:950px; margin:0 auto 2em auto; }
.impact2021 .intro-wrap .heading .wp-block-column { flex-grow:1; }
.impact2021 .intro-wrap .heading h1 { font-size:27px; font-weight:normal; }
.impact2021 .intro { max-width:950px; line-height:1.3; }
.impact2021 .impact-logo img { max-width:130px; }
.impact2021 .column figure.team img { max-width:500px; }
.impact2021 .intro .gre-logo img { max-width:60px; margin:1em 0; }
@media (max-width:1040px){
    .impact2021 .intro-wrap .heading .wp-block-column { flex-basis:60%; }
    .impact2021 .intro-wrap .heading .wp-block-column.impact-logo { flex-basis:40%; }
    .impact2021 .intro-wrap .heading h1 { font-size:24px; }
}
@media (max-width:880px){
    .impact2021 .intro-wrap .heading { flex-wrap:wrap !important; }
    .impact2021 .intro-wrap .heading .wp-block-column { flex-basis:100%; }
    .impact2021 .intro-wrap .heading .wp-block-column:last-child { margin-left:0; }
    .impact2021 .column figure.team img { max-width:100%; margin-top:1em; }
}
@media (max-width:600px){
    .impact2021 .intro-wrap { padding-left:2em; padding-right:2em; }
}

.impact2021 .impact > .wp-block-column:last-child { margin:2em; }
.impact2021 .impact .impact-icons { margin-top:1em; flex-wrap:wrap !important; }
.impact2021 .impact .impact-icons .wp-block-column { margin-top:3em; margin-bottom:0; width:195px; max-width:195px; }
.impact2021 .impact .impact-icon-text { font-size:12px; padding:0 1em; }
@media (min-width:1200px){
    .impact2021 .impact .impact-icon-text { font-size:13px; }
}
@media (min-width:1600px){
    .impact2021 .impact .impact-icon-text { font-size:14px; }
}


.impact2021 .impact > .wp-block-column > p { margin:2em 3em; }
.impact2021 .impact > .wp-block-column:first-child .wp-block-image { margin-top:0; }
.impact2021 .impact .impact-icon-title { margin:0.5em 0 0.3em 0; }
@media (max-width: 450px) {
    .impact2021 .impact > .wp-block-column:first-child .wp-block-image img { width:auto; }
}

.impact2021 .testimonials-wrap > .wp-block-column { max-width:1400px; margin:0 auto; }
.impact2021 .testimonials-wrap > .wp-block-column > .wp-block-columns { align-items:center; flex-wrap:wrap !important; gap:0; } /* vert center as content varies by screen */
.impact2021 .testimonial .wp-block-column:last-child { margin-left:0 !important; }
.impact2021 .testimonial .logo { margin:1em 0; }
.impact2021 .testimonial .logo img { height:40px; width:auto; }
.impact2021 .testimonial.last .logo img { height:50px; }
.impact2021 .testimonial { margin-bottom:0; }
.impact2021 .testimonial p { text-align:justify; line-height:1.2; padding:0.5em 2em; font-family: 'Montserrat', sans-serif; }
.impact2021 .testimonial p, .impact2021 .testimonial p em { font-size:12px !important; }
.impact2021 .testimonial p:last-child { padding-bottom:1em; }
.impact2021 .testimonial .wp-block-image:not(.logo) { margin-bottom:0; }
@media (min-width:1350px){
    .impact2021 .testimonial p { padding-left:3em; padding-right:3em; }
    .impact2021 .testimonial p, .impact2021 .testimonial p em { font-size:14px !important; }
}
@media (max-width:1125px){
    .impact2021 .testimonial .logo img { height:30px; }
    .impact2021 .testimonial.last .logo img { height:40px; }
    .impact2021 .testimonial p, .impact2021 .testimonial p em { font-size:11px !important; }
}
@media (max-width:1015px){
    .impact2021 .testimonial p, .impact2021 .testimonial p em { font-size:10px !important; }
}
@media (max-width:950px){
    .impact2021 .testimonial { flex-wrap:wrap; }
    .impact2021 .testimonial.last { flex-direction:column-reverse; }
    .impact2021 .testimonial .wp-block-column { flex-basis:100%; }
    .impact2021 .testimonial .logo { margin-top:1.5em; } 
    .impact2021 .testimonial .logo img { height:43px; }
    .impact2021 .testimonial.last .logo img { height:55px; }
    .impact2021 .testimonial p { padding-left:3em; padding-right:3em; line-height:1.4; }
    .impact2021 .testimonial p, .impact2021 .testimonial p em { font-size:13px !important; }
    .impact2021 .testimonial p:last-child { padding-bottom:2em; }
}


.impact2021 .shelter .data-row > .wp-block-column > .wp-block-image img { width: 70px; }
.impact2021 .shelter .data-row.rrad { padding-top:4em; margin-top:2em; border-top:3px solid #fff;  }
.impact2021 .shelter .data-row.rrad > .wp-block-column:first-child p { text-align:center; }
/*.impact2021 .shelter .data-row.rrad > .wp-block-column:first-child h2 { text-align:end; margin-right:0.4em; 
    margin-bottom:0; }
.impact2021 .shelter .data-row.rrad > .wp-block-column:first-child p { text-align:end; }*/
@media (max-width:1200px){
    .impact2021 .shelter .data-row.rrad { padding-top:4em; margin-top:0; }
}
@media (max-width:800px){
    .impact2021 .shelter .data-row.rrad { padding-top:4em; margin-top:-1em; }
}


.impact2021 .community .community-ul { list-style:disc; margin:-1em 1em 1em 2em; 
    font-family:'Montserrat', sans-serif; font-weight:400; font-size:15px; max-width:500px; }
@media (max-width:1200px){
    .impact2021 .community .community-ul { margin-left:auto; margin-right:auto; max-width:750px; }
}
@media (max-width:870px){
    .impact2021 .community .community-ul { max-width:85%; }
}


.impact2021 .education .data-cols:last-child { margin-top:2em; }
.impact2021 .education .ideal > .wp-block-column > .wp-block-columns { justify-content:center; }
.impact2021 .education .ideal > .wp-block-column > .wp-block-columns p { max-width:300px; }

.impact2021 .education .nsc, .impact2021 .education .yup, .impact2021 .education .ideal { 
    border-top:3px solid #e4cd99; border-bottom:0; }
.impact2021 .education .nsc > .wp-block-column > .wp-block-image img { width:100%; max-width:330px; }
.impact2021 .education .yup > .wp-block-column > .wp-block-image img { width:100%; max-width:200px; }
.impact2021 .education .hat img { max-height:30px !important; }
@media (max-width:1200px){
    .impact2021 .education .nsc, .impact2021 .education .yup { flex-wrap:wrap; }
    .impact2021 .education .nsc > .wp-block-column, .impact2021 .education .yup > .wp-block-column {
        flex-basis:100% !important;
    }
}
@media (max-width:800px){
    .impact2021 .education .counters > .wp-block-column:last-child > .wp-block-columns { flex-wrap:wrap; } /* edu nested cols */
    .impact2021 .education .counters > .wp-block-column:last-child > .wp-block-columns > .wp-block-column { flex-basis:100% !important; margin-left:0; }
    
    .impact2021 .education .counters .data-cols > .wp-block-column:last-child { margin-bottom:2.5em; }
    .impact2021 .education .data-cols:last-child { margin-top:0; }
    .impact2021 .education .counters > .wp-block-column > .wp-block-image { margin-top:1.5em; } /* logos */
    .impact2021 .education .ideal > .wp-block-column > .wp-block-columns { margin-top:1em; } 
    .impact2021 .education .nsc > .wp-block-column:last-child,
    .impact2021 .education .yup > .wp-block-column:last-child,
    .impact2021 .education .ideal > .wp-block-column:last-child { margin-bottom:0; }
    .impact2021 .education .data-cols .placeholder { display:none; }
}
@media (max-width:600px){
    .impact2021 .education .counters > .wp-block-column > .wp-block-image img { 
        max-width:60%; display:block; margin:0 auto; max-height:130px; }
}

.impact2021 .sustainability .data-row { max-width:1100px; margin:0 auto; column-gap:2em; }
.impact2021 .sustainability .data-row > .wp-block-column > .wp-block-image img { width:70px; }
.impact2021 .sustainability .logos { max-width:1050px; margin-left:auto; margin-right:auto; }
.impact2021 .sustainability .logos img { height:33px; width:auto !important; }
.impact2021 .sustainability .logos .wp-block-column:last-child img { height:28px; width:auto !important; }

@media (max-width:1200px){
    .impact2021 .sustainability .logos { flex-wrap:nowrap !important; padding-top:0; }
    .impact2021 .sustainability .logos .wp-block-column { flex-basis:0 !important; }
}
@media (max-width:800px){
    .impact2021 .sustainability .logos { flex-wrap:wrap !important; }
    .impact2021 .sustainability .logos .wp-block-column { flex-basis:100% !important; margin-bottom:3em; }
    .impact2021 .sustainability .logos .wp-block-column:last-child { margin-bottom:0; }
}



/* impact 2022 */
.impact2022 { max-width:1050px; color:#222; }
.impact2022 h1 { color:#000; background:#fff; font-size:3em; line-height:1.1; max-width:100%; word-break:break-word; padding:15px; }
.impact2022 h1 span { color:#0070be; }
.impact2022 h2 { font-family:'Montserrat', sans-serif; font-weight:normal; color:#000; }

.impact2022 p.intro { margin:1em 2em; font-family:'Montserrat', sans-serif; }

.impact2022 .impact-icons { column-gap:4em; flex-wrap:wrap !important; justify-content:center; align-content:center; margin:2em 0; }
.impact2022 .impact-icons .wp-block-column { max-width:250px; min-width:250px; text-align:center; }
.impact2022 .impact-icons img { height:75px; width:auto; }
.impact2022 .impact-icons .impact-icon-title { text-transform:uppercase; font-family:'Montserrat', sans-serif; }
.impact2022 .impact-icons .impact-icon-text { font-family:'Montserrat', sans-serif; max-width:200px; margin:0 auto; }
.impact2022 .impact-icons .impact-icon-text.long { max-width:250px; }

/* counters */
.impact2022 .data-cols { font-family:'Montserrat', sans-serif; }
.impact2022 .data-cols h3 { margin:0; }
.impact2022 .data-cols figure { margin:0; }
.impact2022 .data-cols img { width:105px; }
.impact2022 h3.counter, .impact2022 h3.counter-h3 { font-family:'Montserrat', sans-serif; font-size:3em; color:#0070be; white-space:nowrap; margin-bottom:10px; line-height:0.85;}
.impact2022 .community22 h3.counter, .impact2022 .community22 h3.counter-h3 { color:#ab3e3e; }
.impact2022 .education22 h3.counter, .impact2022 .education22 h3.counter-h3 { color:#e3b93d; }
.impact2022 .sustainability22 h3.counter, .impact2022 .sustainability22 h3.counter-h3 { color:#26b468; }
.impact2022 .relief22 h3.counter, .impact2022 .relief22 h3.counter-h3 { color:#a066aa; }
.impact2022 .construct_golf h3.counter, .impact2022 .construct_golf h3.counter-h3 { color:#9e8c61; }
.impact2022 .data-cols p { line-height:1.1; max-width:300px; margin-right:1em; }


.impact2022 .mission h2 { margin:2em 0; font-size:1.35em; }
.impact2022 .mission p { margin:1em auto 1.5em auto; max-width:400px; font-family:'Montserrat', sans-serif; }
.impact2022 .mission .wp-block-image { margin:4em 0 2em 0; }
.impact2022 .mission img { width:85px; height:auto; }

.impact2022 .map { padding:2em; }
.impact2022 .map1 { margin:2em 0 0 4em; }
.impact2022 .map1 .wp-block-column:first-child { flex-basis:85px !important; }
.impact2022 .map1 img { width:85px; }
.impact2022 .map2 { margin:2.5em 0 0 11.75em; }
.impact2022 .map2 .wp-block-column:first-child { flex-basis:70px !important; }
.impact2022 .map2 img { width:70px; }

.impact2022 .letter_collage { background:#b8b9ba; gap:0; margin-bottom:0; }
.impact2022 .letter { padding: 1em 2em; text-align: justify; font-family:'Montserrat', sans-serif; }
.impact2022 .letter h2 { margin-bottom:1em; }
.impact2022 .letter p { margin-bottom:1.25em; }
.impact2022 .letter .wp-block-image { margin-top:-50px; }
.impact2022 .letter img { width:55px; height:auto; }

.impact2022 .collage { background:url('https://goodmanre.com/wp-content/uploads/2023/03/collage.jpg') center center; background-size:cover; }
.impact2022 .collage figure { display:none; }

/* angled cols & global items */
.impact2022 .angle_cols { gap:0; margin-bottom:0; font-family:'Montserrat', sans-serif; }
.impact2022 .angle_cols > .wp-block-column:first-child { position:relative; }
.impact2022 .angle_cols .angle1 { transform:rotate(180deg); margin:0; }
.impact2022 .angle_cols .icon_top { position:absolute; top:2em; left:2em; margin:0; }
.impact2022 .angle_cols .icon_top img { height:140px; width:auto; }
.impact2022 .angle_cols > .wp-block-column:last-child { position:relative; }
.impact2022 .angle_cols > .wp-block-column:last-child > .last { padding-bottom:180px; }
.impact2022 .angle_cols .angle2 { position:absolute; bottom:0; right:0; margin:0; }
.impact2022 .angle_cols > .wp-block-column > p { text-align:justify; margin:2em; }

/* impact sections */
.impact2022 .shelter22 { background:#e5eff7; }
.impact2022 .shelter22 .data-cols { margin:2em 0 3em 2.5em; }
.impact2022 .shelter22 .p1 { margin-bottom:1em !important; }
.impact2022 .shelter22 .p2 { margin-top:1em !important; }
.impact2022 .shelter22 .d5 img { width:70px; margin:1em 0 0 0.6em; }

.impact2022 .community22 { background:#f6ebeb; }
.impact2022 .community22 .data-cols { margin:2em 0 3em 2.5em; }
.impact2022 .community22 .p1 { margin-bottom:1em !important; }
.impact2022 .community22 .p2 { margin-top:1em !important; margin-bottom:3em !important; }
.impact2022 .community22 .d4 img { width:75px; margin-left:0.6em; }
.impact2022 .community22 .d6 img { width:70px; margin-left:0.6em; }

.impact2022 .education22 { background:#fcf7ec; }
.impact2022 .education22 .data-cols { margin:2em 0 3em 2.5em; }
.impact2022 .education22 > .wp-block-column:first-child > p { font-size:19px; }
.impact2022 .education22 .nsc22 img { margin:2em auto 0 auto; width:320px; height:auto; }
.impact2022 .education22 > .wp-block-column:last-child > p { margin-bottom:3em; }
.impact2022 .education22 .d1 img { width:50px; margin-left:1.4em; }
.impact2022 .education22 .d4 img { width:70px; margin:-0.5em 0 0 0.6em; }
.impact2022 .education22 .d5 img { width:80px; margin:0.5em 0 0 0.5em; }

.impact2022 .sustainability22 { background:#e8f7ef; }
.impact2022 .sustainability22 .data-cols { margin:2em 0 3em 2.5em; }
.impact2022 .sustainability22 > .wp-block-column:first-child .hazel-logo { width:130px; margin:-5em auto 2em auto; }
.impact2022 .sustainability22 > .wp-block-column:first-child .hazel-pic { width:80%; margin:0 auto; }
.impact2022 .sustainability22 > .wp-block-column:first-child p { margin-bottom:3em; }
.impact2022 .sustainability22 > .wp-block-column:last-child { margin-top:4em; }
.impact2022 .sustainability22 .d1 img { margin-top:-0.5em; }
.impact2022 .sustainability22 .d2 img { width:55px; margin:-0.5em 0 0 1.35em; }
.impact2022 .sustainability22 .d3 img { width:85px; margin-left:0.5em; }
.impact2022 .sustainability22 .d4 img { width:80px; margin-left:0.65em; }

.impact2022 .relief22 { background:#f5eef5; }
.impact2022 .relief22 .data-cols { margin:2em 0 3em 2.5em; }
.impact2022 .relief22 .p1 { margin-bottom:1em !important; }
.impact2022 .relief22 .p2 { margin-top:1em !important; margin-bottom:3em !important; }
.impact2022 .relief22 > .wp-block-column:first-child > .data-cols figure { text-align:right; margin-top:-1em; }
.impact2022 .relief22 > .wp-block-column:first-child > .data-cols h3 { font-size:3.5em; }
.impact2022 .relief22 > .wp-block-column:first-child > .data-cols p { font-size:19px; }
.impact2022 .relief22 .d2 img { width:70px; margin:1em 0 0 1em; }
.impact2022 .relief22 .d3 img { margin-top:1em; }
.impact2022 .relief22 .d4 img { width:65px; margin:0.25em 0 0 1em; }


/* other sections */
.impact2022 .construct .video-thumbnail { width:90%; margin:1em auto; }

.impact2022 .golf .data-cols { margin:2em 0 3em 4.5em; }
.impact2022 .golf h2 { margin:2em 0 1em 0; font-size:1.4em; }
.impact2022 .golf .golfers { width:70%; margin:0 auto; }
.impact2022 .golf .d1 img { width:70px; margin:0.25em 0 0 1em; }
.impact2022 .golf .d2 img { width:85px; margin:0.25em 0 0 1em; }

.impact2022 .ideal_live { column-gap:5em; padding:0 3em; font-family:'Montserrat', sans-serif; }
.impact2022 .ideal h2 { margin:2em 0 1em 0; }
.impact2022 .ideal p { text-align:justify; margin-bottom:3em; }
.impact2022 .ideal figure { width:95%; }

.impact2022 .live h2 { margin:2em 0 1em 0; }
.impact2022 .live p { text-align:justify; margin-bottom:3em; }
.impact2022 .live figure { width:83%; margin:0 auto; }

.impact2022 .award h2 { margin:0 1em 1.75em 1em; font-size:1.35em; }
.impact2022 .award .emerald { margin:-80px 0 2em auto; width:220px; }
.impact2022 .award .emerald-team { width:75%; margin:0 auto; }

.impact2022 .recog h2 { margin:2em 0 1em 0; font-size:1.5em; }
.impact2022 .recog h2.advance { margin:1.5em 0.5em; font-size:1.35em; text-align:center; }
.impact2022 .recog .group { width:75%; margin:0 auto; }
.impact2022 .recog .awb { width:200px; margin-left:3em; }
.impact2022 .recog .gre { width:75px; position:absolute; bottom:2em; right:3em; z-index:2; }
.impact2022 .recog .angle { }

@media (max-width:980px){
    .impact2022 .map2 { margin-left:5em; }
    .impact2022 .angle_cols .icon_top img { height:120px; }
}
@media (max-width:860px){
    .impact2022 .angle_cols .icon_top img { height:100px; }
}

@media (max-width:781px){
    /*.impact2022 p { font-size:1.3em !important; }*/
    .impact2022 .map > figure { max-width:85%; margin:0 auto; }
    .impact2022 .map > .wp-block-columns { margin-left:auto; margin-right:auto; width:320px; }
    .impact2022 .map .map2 { width:294px; }
    
    .impact2022 .mission h2 { margin-top:3.5em; }
    
    .impact2022 .collage figure { display:block; margin:0; }
    .impact2022 .angle_cols .icon_top { top:4em; left:4em; }
    .impact2022 .angle_cols .icon_top img { height:auto; }
    .impact2022 .angle_cols > .wp-block-column:last-child > .last { padding-bottom:260px; }
    
    .impact2022 .shelter22 .data-cols,
    .impact2022 .community22 .data-cols,
    .impact2022 .education22 .data-cols,
    .impact2022 .sustainability22 .data-cols,
    .impact2022 .relief22 .data-cols,
    .impact2022 .golf .data-cols { margin-left:25%; }

    .impact2022 .construct .video-thumbnail { background:#fff; }
    .impact2022 .construct .video-thumbnail img { margin:0 auto; }
    
    .impact2022 .award .emerald { margin-top:-180px; width:60%; text-align:right; }
}
@media (max-width:700px){
    .impact2022 .angle_cols .icon_top { top:3em; left:3em; }
    .impact2022 .angle_cols .icon_top img { height:165px; }
}
@media (max-width:619px){
    .impact2022 .award .emerald { margin-top:-120px; }
    .impact2022 .recog .angle { margin-top:-85px; }
}
@media (max-width:600px){
    .impact2022 .angle_cols .icon_top { top:2em; left:2em; }
    .impact2022 .angle_cols .icon_top img { height:145px; }

    .impact2022 .shelter22 .data-cols,
    .impact2022 .community22 .data-cols,
    .impact2022 .education22 .data-cols,
    .impact2022 .sustainability22 .data-cols,
    .impact2022 .relief22 .data-cols,
    .impact2022 .golf .data-cols { margin-left:15%; }
    .impact2022 h3.counter, .impact2022 h3.counter-h3 { font-size:2.5em; }
    
}
@media (max-width:520px){
    .impact2022 .angle_cols .icon_top img { height:125px; }
}
@media (max-width:460px){
    .impact2022 .mission p { width:90%; }
    .impact2022 .angle_cols .icon_top img { height:105px; }
    .impact2022 .sustainability22 > .wp-block-column:first-child .hazel-logo { margin-top:-3em; }

}
@media (max-width:399px){
    .impact2022 .angle_cols .icon_top img { height:90px; }

    .impact2022 .shelter22 .data-cols,
    .impact2022 .community22 .data-cols,
    .impact2022 .education22 .data-cols,
    .impact2022 .sustainability22 .data-cols,
    .impact2022 .relief22 .data-cols,
    .impact2022 .golf .data-cols { margin-left:1em; }

    .impact2022 .angle_cols > .wp-block-column:last-child > .last { padding-bottom:160px; }
    
    .impact2022 .recog .gre { bottom:1em; right:2em; }
}

@media (min-width:900px){
    .impact2022 .award .emerald { margin-top:-100px; width:300px; }

}