/*!
Theme Name: Outset 2022
Theme URI: https://outset.org/
Author: Tony Wheeler
Author URI: http://ytko.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: outset-2022
Tags: 

The YTKO Outset 2022 theme 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/
*/

/*--------------------------------------------------------------
# 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 */
	 scroll-behavior: smooth;
}

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

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

/*
@font-face {
	font-family: 'museo_300regular';
	src: url('fonts/museo300-regular-webfont.eot');
	src: url('fonts/museo300-regular-webfont.eot#iefix') format('embedded-opentype'),
	     url('fonts/museo300-regular-webfont.woff') format('woff'),
	     url('fonts/museo300-regular-webfont.ttf') format('truetype'),
	     url('fonts/museo300-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo_500regular';
	src: url('fonts/museo500-regular-webfont.eot');
	src: url('fonts/museo500-regular-webfont.eot#iefix') format('embedded-opentype'),
	     url('fonts/museo500-regular-webfont.woff') format('woff'),
	     url('fonts/museo500-regular-webfont.ttf') format('truetype'),
	     url('fonts/museo500-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo_700regular';
	src: url('fonts/museo700-regular-webfont.eot');
	src: url('fonts/museo700-regular-webfont.eot#iefix') format('embedded-opentype'),
	     url('fonts/museo700-regular-webfont.woff') format('woff'),
	     url('fonts/museo700-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans_300regular';
	src: url('fonts/museosans_300-webfont.eot');
	src: url('fonts/museosans_300-webfont.eot#iefix') format('embedded-opentype'),
	     url('fonts/museosans_300-webfont.woff') format('woff'),
	     url('fonts/museosans_300-webfont.ttf') format('truetype'),
	     url('fonts/museosans_300-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

body {
	margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
	font-family: 'museo';

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

h1 {
	font-size: calc(24px + 1.5vw);
	margin: 0.67em 0;
    font-family: 'museo-slab';
}

h1.page-title {margin: 10px auto; padding: 0px 30px; max-width: 37em; font-family: 'museo-slab';}



/* 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: 700;
	/*color: #404040;*/
	font-family: 'museo-slab';
}

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


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #E9602E;
}

a:visited {
	color: #E9602E;
}

a:hover, a:focus, a:active {
	color: #1A83A4;
}

a:focus {
	outline: 0;
}

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





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

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

img {
	border-style: none;
}


figure.wp-block-embed-youtube {text-align:center;}
figure.wp-block-image, .wp-block-image {text-align:center; margin:15px auto;}

figure.img-zoom img {margin: 0 auto; width: 300px; min-width: 300px; max-width:300px; height: auto; transition: all 0.2s ease-in-out; }

figure.img-zoom img:hover {transform: scale(1.5);}
figure {margin-block-start: 0px !important; margin-block-end: 0px !important; max-with: 1000px; text-align: center;}

/*.wp-block-image img {max-width:36em !important; margin: 30px 0px;}*/

figcaption {font-size:70%; font-family:'museo', sans-serif; font-style:italic; text-align:center; padding-bottom:20px;}

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



/**** Contact Form / Formsite / Hubspot Forms  ****/

iframe .form_table .q .text_field, .q .text_field {
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    border-width: 1px;
    color: #333333;
    font-family: 'museo', sans-serif;
    font-size: 13px;
    margin: 1px auto;
    padding: 10px;
    max-width: 540px !important;
}

iframe .form_table {background:none !important; box-shadow:none !important;}


.form_table div {background-color:#eeeeee !important;}

.hs-form-field label, label {font-family: 'museo' !important;}

.hs-button {background: transparent !important; border-color: #000 !important; font-family: 'museo' !important;}

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

button,
input,
optgroup,
select,
textarea {
	font-family: 'museo', sans-serif; /* 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;
}



/**** Scale Hover Actions For Ue On Links & Buttons ***/

.scale, a.scale {transition:all 0.2s ease-in-out; opacity:0.9;}
.scale:hover, .scale:focus, a.scale:focus, a.scale:hover {transform:scale(1.1);opacity:1; /*font-size: 0.9em;*/ }



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



.entry-content.home-entry, .entry-content.single-post {/*background-image: url(https://www.outset.org/wp-content/themes/growthworks-2021/images/flagsr.png),url(https://www.outset.org/wp-content/themes/growthworks-2021/images/flagsL.png); background-position: calc(310px + 58vw) 0%, calc(-1075px + 50vw) 100%; background-repeat: no-repeat;*/}


.ugb-container.fancy, .wp-block-ugb-container.fancy {/*background-color: #f8f3ed; background-image: url(https://www.outset.org/wp-content/themes/growthworks-2021/images/fancyr.png),url(https://www.outset.org/wp-content/themes/growthworks-2021/images/fancyL.png); background-position: calc(385px + 50vw) 0%, calc(-1000px + 50vw) 100%; background-repeat: no-repeat; background-size:600px 200px;*/}

.ugb-a3df47f.ugb-container {background-attachment: fixed;}

.entry-content.single-post {padding-top: 0px; padding-bottom:0px;}

/* 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: 'museo', serif;
	font-size: 20px;
	/*font-size: 1rem;*/
	line-height: 1.7;
    font-weight:300;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'museo-slab';
    font-weight:600;
}

h1 {/*max-width:740px;*/
    margin:1em auto 0.5em auto;
	padding: 0 30px;
/*	padding-left: 20px;*/
	line-height: 1.2;}

h2, h3, h4, h5, h6 {
	max-width:740px;
    margin:1em auto 0em auto;
/*	padding: 0 30px;*/
	padding-left: 30px;
	line-height: 1.5;
    font-weight: 600;
    width:100%;
}

h1 { -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

h2 { font-weight: 600; font-size:calc(26px + 0.5vw); color:#006B7E; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-transform:none; }

h3 { font-weight: 600; font-size:calc(20px + 0.5vw); color:#1A83A4;-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

h4 { font-weight: 600; font-size:calc(18px + 0.5vw); color:#28ABE3;-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

h5 { font-weight: 600; font-size:calc(16px + 0.5vw); -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; color: #006B7E;}

h6 { font-weight: 500; font-size:calc(14px + 0.5vw); -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; color:#1A83A4;}

p {
	margin-bottom: 1.5em; -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; font-family: 'museo-sans', serif; font-weight:500;
	width:100%;
	max-width: 740px;
    margin: 1.75em auto; padding: 0 30px;
}



.left {text-align:left !important;}
.center {text-align:center !important;}
.right {text-align:right !important;}

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

.wp-block-pullquote {padding: 0.5em 0px 2em 0px; max-width: 740px; margin-left:auto; margin-right: auto; border-left:10px solid #F3D400;}

figure.wp-block-pullquote  {}

figure.wp-block-pullquote p {font-size:20px;}

blockquote {
	max-width:800px; margin: 2em auto; text-align: right; background-color: #eeeced; padding: 30px; border-left: 10px solid #E9602E;
}

blockquote p {
	font-weight:900; font-style:italic; color: #0a485b !important; text-align:left; margin: 1em auto 1em auto; max-width:840px !important; font-family: 'museo-slab', serif !important; 
}

blockquote cite {margin: 1em 0px 3em auto;}





address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

li {}

ul {
	list-style: disc;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


ol {
	list-style: decimal;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li > ul,
li > ol, li, ul {
	padding: 0px 0px 0px 0px;
    margin: 1em 10px 1em 30px;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    
}

ol li, ul li {font-weight: 600; font-family: 'museo-slab';}

ol li::marker { font-family:'museo', serif; color: #E9602E; font-size:1.2em; font-weight: 700;}

ul li::marker {font-family:'museo', serif; color: #E9602E; font-size:1.5em; font-weight: 700;}

ul li ul li::marker {font-family:'museo', serif; color: #006C7E; font-size:1.5em; font-weight: 700;}
ol li ol li::marker { font-family:'museo', serif; color: #006C7E; font-size:1.2em; font-weight: 700;}

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


/*--------------------------------------------------------------
# Custom Global Formatting
--------------------------------------------------------------*/

.nopadd {padding: 0px 0px 0px 0px !important;}
.nomarg {margin: 0px 0px 0px 0px !important;}

.stats #text {
    font-size: 30px;
    font-weight: 600;
    color: #e9602e;
}

.stats h6 {font-size:26px;}

ul.projlist {    list-style: none;
    line-height: 1.2;
    font-size: 18px;}

ul.projlist li a {text-decoration: none;}

ul.projslist li p.projaddress {font-size:18px !important;}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

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

/****** WordPress Nav Block *****/
/*
ul#startandgrow-portsmouth li {padding:0px !important; margin: 0px !important;}
ul#startandgrow-portsmouth li a {color:#0A485B !important; font-family: 'museo_500regular', serif; padding: 0.5em 1em 0.5em 1em;}
 ul#startandgrow-portsmouth li a:hover, ul#startandgrow-portsmouth li.current-menu-item a, ul#startandgrow-portsmouth li a:focus {color:#E9602E !important;}

ul#startandgrow-portsmouth {display:inline-flex;}

.main-navigation ul#startandgrow-portsmouth {border: 0px !important;}

.portsmouth-start-logo, .menu-portsmouth-start-grow-container {display:inline-block; vertical-align:middle;}

.portsmouth-start-logo {margin-top:7px;}
*/


/*
.main-navigation{ background-color: #fff;}
li.mega-menu-item > a.mega-menu-link {padding:0.5em !important;}

.mega-menu-toggle .mega-toggle-block-2 a.mega-menu-logo img.mega-menu-logo, .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {max-height:60px !important;}

.mega-toggle-block {flex-shrink:1 !important;}
.mega-menu-toggle {flex-wrap:wrap; }
.mega-toggle-blocks-left {flex-basis: 12% !important; text-align:center; /*min-width: 300px;*/ /* order:1;}
.mega-toggle-blocks-center {flex-basis: 65% !important; text-align:left; order:2; display:flex; background-color: #fff; }
.mega-toggle-blocks-right {flex-basis: 12% !important; order:3}
.mega-menu-toggle .mega-toggle-block {height:auto !important; }
.mega-menu-toggle {line-height:4.5 !important;}
button.mega-toggle-animated.mega-toggle-animated-slider {margin-top:-10px !important;}
@media screen and (max-width: 722px){
	
.mega-toggle-blocks-left {order:1;flex-basis: 75% !important; text-align: center;}
.mega-toggle-blocks-center {order:3; flex-basis: 100% !important; text-align: center;flex-wrap:wrap;}
.mega-toggle-blocks-right {order:2;}
	
}

.mega-menu-logo {min-width:150px;}

#mega-menu-menu-1 {display:flex;}

li.mega-menu-item {flex:1;}

.mega-menu-toggle {height:auto !important; background:#fff;max-height:70px;}

 .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo,  .mega-menu-toggle .mega-toggle-block-2 a.mega-menu-logo img.mega-menu-logo {max-height:60px !important; transition: all 0.75s ease-in-out;}

img.mega-menu-logo, a.mega-menu-logo {transition: all 0.75s ease-in-out; top:-7px !important; }

.mega-sticky-wrapper  .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo, .mega-sticky-wrapper  .mega-menu-toggle .mega-toggle-block-2 a.mega-menu-logo img.mega-menu-logo {/*max-height:45px !important;*/ /* transition: all 0.75s ease-in-out;}

li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,  li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {line-height: 1.5 !important; padding: 10px !important;}




li.mega-menu-item.mega-current_page_parent > a.mega-menu-link {background-color: rgba(164, 215, 219, 0.8);
    
    text-decoration: none;
    border-color: #fff;}

.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	padding:12px 20px 12px 20px;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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


.main-navigation ul ul a, .main-navigation ul ul a:visited {color:#ffffff;}

.main-navigation ul ul a:hover {text-decoration:underline;}

.main-navigation ul ul a:active {color:#cfcfcf; }

.main-navigation ul ul li.mega-current_page_item a {color:#abb8c3 !important;}

.main-navigation ul ul li.mega-toggle-on#mega-menu-item-373 > a, .main-navigation ul ul li.mega-toggle-on#mega-menu-item-374 > a  {background: #2a677c !important;}

.main-navigation ul ul li.mega-toggle-on#mega-menu-item-373, .main-navigation ul ul li.mega-toggle-on#mega-menu-item-374 {border-left: 1px solid #113548 !important;}

 .mega-menu-toggle {height:60px!important; /*border-left:1px solid #cfcfcf;border-right:1px solid #cfcfcf; flex-direction: column; flex-flow: column;*/ /* line-height:100px;}

ul.mega-menu.nav-menu {width:300px !important; right:0px !important;}

 li.mega-menu-megamenu > ul.mega-sub-menu, li.mega-menu-item > ul.mega-sub-menu {border-top:0px solid #cfcfcf;}






li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {line-height:1.5; text-transform: capitalize; font-weight:normal;}



*/
/* Small menu. */


@media screen and (min-width: 37.5em) {
/*	.menu-toggle {
		display: none;
	}
	.main-navigation ul {display: block;} */
	
	.mega-sticky {height:auto !important;}
	
	
}

.site-main .comment-navigation, .site-main
.posts-navigation,.posts-navigation, .site-main
.post-navigation, nav.navigation.posts-navigation, nav.post-navigation {
	margin: 0 0 0em;
    padding: 5px 30px;
	overflow: hidden;
    background-color:#006B7E;
    font-size:90%;width:100%;
	color:#fff;
}

.nav-links {display:flex; flex-wrap:wrap; color:#fff;}
.nav-links a, .prev-next a {color:#fff;}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	flex: 1 1 400px;
    padding: 5px 0px;
}

.nav-next:after {
    content: "\00BB";
    margin-left: 6px;
    
}

.nav-previous:before {
    content: "\00AB";
    margin-right: 6px;
    
}

.site-main .comment-navigation a, .site-main .comment-navigation a:visited, .site-main
.posts-navigation a, .site-main .posts-navigation a:visited, .site-main
.post-navigation a, .site-main .post-navigation a:visited, nav.navigation.posts-navigation a:visited {color:#fff;}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	flex: 1 1 400px;
    padding: 5px 0px;
}

li.mega-menu-item > a.mega-menu-link, li.mega-menu-item > a.mega-menu-link {font-size:18px; line-height: 1.5 !important; text-align:center;padding-top:6px;-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

li.mega-hide-text a.mega-menu-link > a.mega-menu-link {padding-top:5px;}

 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, a.mega-menu-link {line-height:1.5; padding:10px;}

 li.mega-menu-item {/*width:18.5%; width:calc((100%-50px)/5.5);*/}

.mega-sticky  {border-left: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; padding: 4px 20px 5px 20px !important; transition: all 0.2s ease-in-out; min-height:40px; height:auto; background-color:#E9602E;}

.mega-sticky > li.mega-menu-item > a.mega-menu-link {font-size:12px; height:30px; padding-top:4px;}

@media screen and (max-width: 679px){
	
	 li.mega-menu-item {width:100%;}
	li.mega-menu-item > a.mega-menu-link {text-align:left;}
	li.mega-hide-text a.mega-menu-link {text-align:center !important;}
	.main-navigation ul {border-left: 1px solid #cfcfcf !important;border-right: 1px solid #cfcfcf !important; border-bottom: 1px solid #cfcfcf !important;}
	
	.main-navigation ul ul.mega-sub-menu {border-bottom:1px solid #2a677c !important; border-left:none !important; border-right:none !important; border-top:none !important;}
	
	li.mega-menu-megamenu > ul.mega-sub-menu, li.mega-menu-item > ul.mega-sub-menu {border-top:0px !important;}
}

@media screen and (min-width: 679px) and (max-width: 900px) {

 li.mega-menu-item {width: 100%;}
}


@media screen and (max-width: 900px){ 
 li.mega-menu-item > a.mega-menu-link {font-size:18px;}

}

li.mega-hide-text {max-width:50px; text-align:center;}

/*--------------------------------------------------------------
# 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,
.fancy:before,
.fancy:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

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

.widget ul {margin-left:0px; padding-left:0px;}

.widget ul li {margin-bottom:1em;}

span.post-date {font-size: 80%;}

.ui-widget {font-family:'museo', sans-serif !important;}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.site-main {margin-top:0px;}

.success-container, .event-container {background-color:#ededed; min-height: 84vh; padding-top:30px;}

.news-container, .resource-container  {background-color:#fff;}

.success-container .story-card, .event-container .story-card, li.wp-block-post {background-color:#fff;}

.succcess-excerpt .read-more {display:none;}
.succcess-excerpt p {padding:1.5em 30px 0.5em 30px !important; color: #006B7E; line-height:1.7 !important; font-family: 'museo'; font-weight: 600;}

.news-container .story-card, .resource-container .story-card {background-color:#f0f2f2;}

.post-row, ul.wp-block-post-template {display:flex; flex-wrap:wrap; overflow-x: hidden; width:95vw; justify-content: space-evenly; max-width:1600px; margin: 0 auto; align-items: flex-start;}

.wp-block-query ul.wp-block-post-template {list-style: none;}

.wp-block-query ul.wp-block-post-template li {padding:0px;}

.button-row {text-align:center; padding:40px 0 40px; width:100%;}

.news-container .button-row a, .success-container .button-row a, .resource-container .button-row a {text-align:center; padding: 6px 15px; background-color:grey; color:#ffffff; font-size: 16px; text-transform: uppercase; transition: all 0.2s ease-in-out;}

.button-row a:hover {transform:scale(1.1);background-color: #E9602E;}

a.stk-link.stk-button {padding: 8px 16px !important;}

h4.home {max-width: 99% !important; color:#404040; margin: 10px auto 30px !important;}

.news-container, .success-container, .resource-container, .event-container { padding: 1px 0px 0px; min-width:300px; width:100%; margin-left: auto; margin-right:auto;}

.news-container a, .success-container a, .resource-container a , .event-container a, li.wp-block-post a { text-decoration:none; color: #0A485B;}

.story-card, li.wp-block-post {width:30%; margin-bottom: 60px;min-width:330px;}

.card-image, .wp-block-query ul.wp-block-post-template li figure.wp-block-post-featured-image {background-size:cover; background-repeat:no-repeat; background-position: 50% 1%; aspect-ratio:1/1; min-height:330px; height:100%; width:100% !important;}

.wp-block-post-featured-image img {min-width:100% !important;}

.card-meta{padding: 10px 10px; font-size:69%; color:grey;margin: 0px auto 0 !important; display:flex; justify-content: flex-start; flex-wrap: wrap;}
span.posted-on a {color:#404040;}
/*.meta-post-type a.success_stories, a.success_stories_meta {color:#fff !important; background-color: #006C7E !important;margin-right:10px; display: inline-block;}

.meta-post-type a.success_stories:hover, a.success_stories_meta:hover, .type-is-success-stories a:hover  {background-color:#006B7E !important;}

*/
.meta-post-type a.news, .meta-post-type a.how_to, .meta-post-type a.podcast, .meta-post-type a.events, .meta-post-type a.projectlink  {color:#0A485B; background-color: #EEECED ;margin-right:10px; display: inline-block;} 

.meta-post-type a:hover {background-color:#006C7E; color: #fff;}

.meta-post-type a, .meta-event-area a {color:#0A485B; background-color: #dedede; padding: 5px 10px ;margin-right:10px; line-height: 1.2;}

.meta-post-type {margin-bottom: 10px;}

.meta-event-area a {margin-right:10px;}

.meta-event-area a.online-event {margin-right:10px; background-color:#28ABE3;color:#fff;}

.meta-date {padding:5px 10px 5px 10px;font-size: 90%;color: grey; margin: 0px 0 0 auto  !important; display: flex;  text-align:right; min-width:100px;}

.card-title, li.wp-block-post h2.wp-block-post-title  {padding: 0px 10px 0px;}

.card-title h4.entry-title, li.wp-block-post h2.wp-block-post-title { margin: 20px 20px 10px 20px; padding:0px; max-width: calc(95% - 40px); font-weight:600; font-size: calc(26px + 0.5vw); color:#006B7E;}

.card-excerpt {padding: 0px 0px 30px; font-size:18px;} 

.wp-block-post-excerpt  {padding: 0px 0px 0px; font-size:18px;}

.card-excerpt p, p.wp-block-post-excerpt__excerpt {margin: 0px auto !important; font-weight:normal !important; color:#404040 !important;}

p.wp-block-post-excerpt__excerpt {padding:30px; font-size:18px !important;}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	padding: 0px;
}

.entry-content.home-entry {margin:0px;}

.entry-content {
background-color:#fff; 

}




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


.stk-container-padding {padding:0px 0px 0px 0px !important;}

.stk--no-background, .stk--no-background {background-color: transparent !important;}

.stk-block.stk-block-column.stk-column>.stk-column-wrapper {margin:0px;}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    transition:all 0.75s ease-in-out;
}
.site-main ul.blocks-gallery-grid {max-width: 100%;}

li.blocks-gallery-item {transition:all 0.2s ease-in-out;}

li.blocks-gallery-item:hover, li.blocks-gallery-item:focus {transform:scale(1.5);z-index:1000;}

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

.wp-block-gallery {
   
    margin: 60px auto;
    display: flex;
    max-width:90%;
    flex-wrap:wrap;
}

figure.wp-block-image.size-large {
    max-width: 90%;
}
figure.wp-block-image.size-medium {
    max-width: 45%;
}

figure.wp-block-image.size-thumbnail {
    max-width: 30%;
}
/*--------------------------------------------------------------
## Responsive Site Header Spacings by Project
--------------------------------------------------------------*/
/*
.site-content.cornwall, .site-content.startandgrow-portsmouth {padding-top: 0px;}
*/

@media screen and (max-width: 604px) {
	
/*	.site-content.cornwall {padding-top: 147px;}
	.site-content.startandgrow-portsmouth {padding-top: 0px;} */
}

@media screen and (min-width: 605px) and (max-width: 715px) {
	
	/*
	.site-content.cornwall {padding-top: 78px;}
	.site-content.startandgrow-portsmouth {padding-top: 0px;}
	
	
	*/
}
/*--------------------------------------------------------------
## Site Layout Building Blocks
--------------------------------------------------------------*/
#page {max-width:100%; background: rgb(238,236,237);
background: linear-gradient(180deg, rgba(199,199,199,1) 0%, rgba(255,255,255,1) 200px);}

.site-header {width:100%; /*height:150px;*/ text-align:center; padding-top:0px;}

.site-branding {/*width:400px;*/ margin: 20px auto 10px 1vw; text-align: left; transition: all 0.2s ease-in-out;}





.funders-logos {display: flex; padding:0 10px;}

.funders-logos img {max-height:70px; width:auto; transition:all 0.75s ease-in-out;}

p.site-title {text-align:center; margin-top:-10px;font-size:21px; margin-bottom:0.7em;}

p.site-title a {text-decoration:none;}




#primary.content-area {width:100%;}

/*.site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {max-width: 740px; width: auto; margin: 1em auto; padding: 0px 30px; line-height:1.2;}*/

.ugb-team-member__name, .feattitle {padding: 0px !important;}



.stk-3dfb803 .stk--block-align-3dfb803 {align-items: stretch !important;}
/*--------------------------------------------------------------
## Headers, Lists & Paragraphs
--------------------------------------------------------------*/

.header-title img {padding: 0 5vw; max-width:90vw; height:auto;}

h1.entry-title.single-post  {font-size: calc(30px + 0.5vw) !important; text-transform: uppercase !important; font-weight: 600; letter-spacing: 1px; color:#0A485B;margin: 0.5em auto 0 auto;}

.site-main p, .site-content p {width:100%;max-width: 740px; margin: 0px auto; padding: 1em 30px;}




.site-main ul, .site-main ol {padding: 0px 30px 0px 30px; max-width: 640px; margin: 60px auto;}

/*.site-main p, p.default:first-of-type {padding: 0.5em 30px 1em 30px; line-height:1.5; font-size: 18px !important;}*/

.site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {max-width: 740px; width: 100%; margin: 1em auto 0.25em; padding: 0px 30px 0px 30px; line-height:1.2;}

.site-main h1 {width: 100%; margin: 1em auto 0em auto; padding: 0px 30px 0px 30px; line-height:1.2; text-transform:uppercase;    max-width: 740px; color:#0A485B;}

h2.entry-title {padding:0px; }

.ugb-main-block .ugb-block-title.ugb-block-title--with-subtitle {font-weight:600 !important; /*color:#fcfcfc !important; font-size: 30px !important;*/}



p.is-style-ytko-paragraph, p.is-style-default {padding: 1em 30px; font-family: 'museo', sans-serif; font-size:18px; line-height:1.7; margin: 0px auto; max-width:740px;}

p.is-style-normal  {padding: 1em 30px; font-family: 'museo', sans-serif; font-size:18px; line-height:1.7; margin: 0px auto; max-width:740px; font-weight:normal !important;}

@media screen and (min-width: 700px){
    
    p.is-style-ytko-paragraph, p.is-style-default {/*border-left: 1px solid #cacaca; border-right: 1px solid #cacaca;*/}

}



@media screen and (max-width: 700px){
    
    p.is-style-ytko-paragraph, p.is-style-default, .single-post p, p.is-style-normal  {padding: 0 30px;}

}

p.is-style-emphasis, .entry-content p:first-of-type, p.intro {font-family: 'museo'; border: none !important; font-size:20px;  color: #1A83A4; font-weight: 600;}







ul.is-style-default, ol.is-style-default , .entry-content ol, .entry-content ul {line-height:1.6; /*font-size:16px;*/ max-width: 740px; margin:0em auto 3em auto; padding: 0em 2vw 0em calc(3vw*1.2);}

ul.is-style-default li ul, ol.is-style-default li ol , .entry-content ol li ol, .entry-content ul li ul {line-height:1.6; /*font-size:16px;*/ max-width: 740px; margin:0em auto 2em auto; padding: 0em 2vw 0em calc(1vw*1.2);}

ol.is-style-default {line-height:1.6; list-style: decimal; font-weight: 600;}

ul.is-style-default li, ol.is-style-default li {margin-left:30px; margin-bottom: 2em; padding-left: 0.5em; font-weight: 600; }


/*--------------------------------------------------------------
## Block Styles
--------------------------------------------------------------*/

.ugb-main-block {margin: 0; padding: 0;}

.ugb-main-block .ugb-block-title, .ugb-main-block .ugb-block-description {margin: 0 auto 60px auto !important;}

.wp-block-columns.no-bottom-margin {margin-bottom:0px !important;}

.ugb-block-content, .ugb-inner-block {margin: 0 auto;}

.team-block .ugb-inner-block {max-width: 1200px !important;}



@media (min-width: 600px) and (max-width: 781px){.bio-col {margin-left: 0em !important;} .wp-block-column:nth-child(2n) {
    margin-left: 0em;
}  }





.odd-block {background-color: #eee;}

.even-block {background-color: #dedede;}

.ugb-67eed93.ugb-team-member {padding: 0px !important;}

.ugb-team-member.ugb-team-member--v3.ugb-team-member--design-basic .ugb-team-member__item {padding: 0px !important;}

.ugb-team-member:before {background-image:none !important;}

.ugb-team-member {background-color: transparent !important;margin-bottom:0PX; margin-top:0px;}

.ugb-team-member__item {padding:0px !important;}

p.ugb-team-member__description {padding-bottom: 30px; border-bottom: 5px solid #8acfd1 }

@media screen and (max-width: 679px){
	
	.ugb-feature-grid__item {max-width: 90%; min-width:90%; margin: 30px;}
	.wp-block-ugb-column.switch-order-first {order:1;}
	.wp-block-ugb-column.switch-order-second {order:2;}
	
}

.ugb-column-bck {background-color:#fff;}

/* Full Width Column */

.full-width {width:90%; margin: 2em auto;}

.funderclap {max-height: 90px; }
.funderclap img {max-height:90px; width: auto;}

/*--------------------------------------------------------------
## Feature (Single) Block Styles
--------------------------------------------------------------*/

.feats {display: flex; flex-direction:column;}

.feats-col {display: flex;}

h4.feattitle {}
p.featdesc {}

.block-fade-down {background-image: linear-gradient(to top, #edf2f2, #dbebec, #c9e5e6, #b7dee0, #a4d7db);background-attachment:fixed; background-position: top !important;}

.block-fade-up {background-image: linear-gradient(to bottom, #edf2f2, #dbebec, #c9e5e6, #b7dee0, #a4d7db); background-attachment:fixed; background-position: top !important;}

.block-cross-fade-right {background-image: linear-gradient(to left, #edf2f2, #dbebec, #c9e5e6, #b7dee0, #a4d7db);}

.block-cross-fade-left {background-image: linear-gradient(to right, #edf2f2, #dbebec, #c9e5e6, #b7dee0, #a4d7db);}



.block-fade-down-lite {background-image: linear-gradient(to top, #ffffff, #fcfcfd, #f9fafb, #f6f7f9, #f2f5f6, #eaf2f3, #e3eef0, #dbebec, #cee6e8, #c0e1e3, #b2dcdf, #a4d7db); background-attachment:fixed; background-position: top !important;}

.block-fade-up-lite {background-image: linear-gradient(to bottom, #ffffff, #fcfcfd, #f9fafb, #f6f7f9, #f2f5f6, #eaf2f3, #e3eef0, #dbebec, #cee6e8, #c0e1e3, #b2dcdf, #a4d7db); background-attachment:fixed; background-position: top !important;}

.block-fade-right-lite {background-image: linear-gradient(to left, #ffffff, #fcfcfd, #f9fafb, #f6f7f9, #f2f5f6, #eaf2f3, #e3eef0, #dbebec, #cee6e8, #c0e1e3, #b2dcdf, #a4d7db);}

.block-fade-left-lite {background-image: linear-gradient(to right, #ffffff, #fcfcfd, #f9fafb, #f6f7f9, #f2f5f6, #eaf2f3, #e3eef0, #dbebec, #cee6e8, #c0e1e3, #b2dcdf, #a4d7db);}

.ugb-container.ugb-container--v2>.ugb-inner-block>.ugb-block-content>.ugb-container__wrapper {background-color: transparent !important;}

.ugb-feature-grid.ugb-feature-grid--v2 .ugb-block-content {grid-gap:15px !important;}

.ugb-feature .ugb-img{width:704px;height:auto !important;}
.ugb-feature__title{font-family: 'museo', sans-serif !important;font-weight:600;color:#202d35}
.ugb-feature__description{font-family:'museo',Sans-serif !important;color:#E9602E;margin-bottom:30px !important}
.ugb-button .ugb-button--inner{font-family:'museo',Sans-serif !important;font-size:20px;text-transform:initial;letter-spacing:0.5px}
.ugb-button{padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;border-radius:5px !important}
.ugb-button .ugb-button--inner,.ugb-button svg{color:#000 !important}
.ugb-button:before{border-radius:5px !important}
.ugb-inner-block{text-align:center}
.ugb-feature{background-color:#edf2f2;background-attachment:fixed}

.ugb-button.ugb-button--size-medium {padding: 10px 20px;}
.ugb-feature:before{background-image:linear-gradient(90deg,#b3c3d3 0%,#cfcfcf 100%)}

p.ugb-feature-grid__description {text-align:center !important; font-size: 18px !important; font-weight: normal !important;}



/*--------------------------------------------------------------
## Block Post Styles
--------------------------------------------------------------*/

figure.block-post-img a img {object-fit: cover; object-position: 50% 50%;  height: 300px;}

ul.wp-block-post-template {max-width:100% !important;}

h2.wp-block-post-title, h3.wp-block-post-title, h4.wp-block-post-title, h5.wp-block-post-title, h6.wp-block-post-title {padding: 0px 10px 0px 10px !important; margin: 1em 0px;}



ul.wp-block-post-template {padding:0px;margin:0px;}
.wp-block-post-template li, .wp-block-query-loop li {padding: 30px;margin:0px;}

.white-bg {background-color: #fff;}

.entry-content .stk-block, .stk-block, .stk-block-column__content>* {margin-bottom:0px !important;}
/*--------------------------------------------------------------
## Feature Grid Block Styles
--------------------------------------------------------------*/
.ugb-52ed85b .ugb-img, .ugb-img {webkit-mask-image: unset !important;
    mask-image: unset !important;}

.ugb-img.ugb-image--shape-stretch {
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
.ugb-feature-grid.ugb-feature-grid--v2 .ugb-block-content {display:flex; justify-content:space-evenly; flex-wrap:wrap;}

.ugb-feature-grid.ugb-feature-grid--v2 .ugb-block-content>:last-child {margin-bottom:15px !important;}

.ugb-feature-grid__item {margin: 15px; width:calc(260px + 5vw); flex:1 1 calc(260px + 5vw);;padding: 0px 0px 0px !important;  max-width:calc(260px + 5vw);}

p.ugb-feature-grid__description {margin-left:auto !important; margin-right:auto !important;}

.ugb-feature-grid__item{border-radius:10px !important;background-color:transparent !important}
.ugb-feature-grid__item:before{background-color:#eeeeee !important}
/*.ugb-feature-grid .ugb-img{width:273px;height:273px !important;-webkit-mask-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==');mask-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==')} */
.ugb-feature-grid .ugb-img,.ugb-feature-grid__image{margin-left:0px !important;margin-right:0px !important;  height:100% !important;   width: 100% !important;}
.ugb-feature-grid__title{font-family: 'museo', sans-serif !important;font-size:24px;font-weight:600;letter-spacing:0.5px;text-align:center; 
    margin-bottom: 0px !important;
        padding: 0 20px !important;}
.ugb-feature-grid__description{color:#2a677c;font-family:'museo',Sans-serif !important;text-align:left;margin-bottom:40px !important}
.ugb-feature-grid .ugb-button .ugb-button--inner{font-family:'museo',Sans-serif !important;font-size:16px;text-transform:initial;letter-spacing:0.5px}
.ugb-feature-grid .ugb-button{padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;border-radius:5px !important}
.ugb-feature-grid .ugb-button .ugb-button--inner,.ugb-button svg{color:#000 !important}
.ugb-feature-grid .ugb-button:before{border-radius:5px !important}
.ugb-feature-grid .ugb-button-container{text-align:center !important}
.ugb-feature-grid__image{margin-bottom:40px !important}
.ugb-inner-block{text-align:left}
.ugb-feature-grid{background-color:transparent;}
.ugb-feature-grid:before{background-color:#dedede}
.ugb-feature-grid .ugb-block-title{font-family: 'museo', sans-serif !important;font-weight:600;letter-spacing:0.5px;text-align:center}
.ugb-feature-grid .ugb-block-description{font-family:'museo',Sans-serif !important;color:#2a677c;text-align:center;margin-bottom:50px}

/*--------------------------------------------------------------
## Testimonial Block Styles
--------------------------------------------------------------*/
.ugb-testimonial > .ugb-inner-block {max-width:90% !important;}
.ugb-testimonial--v3.ugb-testimonial .ugb-testimonial__body, .ugb-testimonial--v3.ugb-testimonial .ugb-testimonial__name {margin:0px auto 16px auto; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

p.ugb-testimonial__body, .site-main p.ugb-testimonial__body  {font-style: italic;font-size:calc(20px + 0.5vw) !important; font-weight:800; padding:0px; quotes: "“" "”" "‘" "’"; line-height:1.4; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-family: 'museo' !important; max-width:100% !important;}


p.ugb-testimonial__body::before {content: open-quote; font-size:1em; margin-right:5px;}
p.ugb-testimonial__body::after {content: close-quote; font-size:1em; margin-left:5px; line-height:0.2;}

.ugb-testimonial {border-bottom: 5px solid #8acfd1;}

/*--------------------------------------------------------------
## Latest Posts Grid  Styles
--------------------------------------------------------------*/

/*

.ugb-blog-posts__title{order:1 !important;font-family: 'museo', sans-serif !important;font-size:18px !important;font-weight:800;text-transform:capitalize;}
.ugb-blog-posts__meta{order:4 !important;font-family:"'museo'",Sans-serif !important;color:#cfcfcf !important}
.ugb-blog-posts__excerpt{order:5 !important}
.ugb-blog-posts__readmore{order:5 !important;font-family:"'museo'",Sans-serif !important;text-align:center !important}
.ugb-blog-posts__category{order:10 !important}
.ugb-blog-posts__featured-image img{height:220px !important}
.ugb-blog-posts__title a{color:#fff !important}
.ugb-blog-posts__title a:hover{color:#eee !important}
.ugb-blog-posts__excerpt,.ugb-blog-posts__excerpt p{font-family:"'museo'",Sans-serif !important;color:#2a677c !important}
.ugb-blog-posts__readmore a{color:#ffffff !important}
.ugb-blog-posts__readmore a:hover{color:#eeeeee !important}
.ugb-blog-posts{justify-content:center;background-color:#abb8c3}
.ugb-blog-posts:before{background-image:linear-gradient(90deg,#abb8c3 0%,#dedede 100%)}
.ugb-block-title{font-family: 'museo', sans-serif !important;font-weight:600;color:#E9602E;text-align:center}

.ugb-blog-posts__featured-image {
    border: 8px solid #8acfd1;
    border-left: 0px;
    border-right: 0px;
}


.ugb-blog-posts.ugb-blog-posts--v2 .ugb-blog-posts__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: 50%;
    background: #eee;
    padding: 0px;
    border-radius: 1.2em;
    max-width:500px;
    margin: 0 auto;
}


h3.ugb-blog-posts__title {
    order: 1 !important;
    font-family:  'museo', sans-serif !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    text-transform: capitalize !important;
    background-color: #2b677c;
    margin: 0px !important;
    padding: 1em ;
	border-radius: 1em 1em 0 0;
}

.ugb-blog-posts__title a {text-transform: capitlize; line-height:1.5; color:#fff;}

.ugb-blog-posts.ugb-blog-posts--v2 .ugb-blog-posts__meta>:not(.ugb-blog-posts__sep) {
    margin: 0;
    text-align: right;
    padding: 0px 30px 10px 30px;
}

.ugb-blog-posts__excerpt {padding: 0px 0px;}

.ugb-blog-posts__excerpt p {margin: 10px 0px;}

.ugb-blog-posts__readmore {
    
    text-align: center;
    padding: 0px 30px 20px 30px !important;
	margin-bottom: 30px !important;
}


.ugb-blog-posts__featured-image img {min-height:340px;}

/*.ugb-blog-posts.ugb-blog-posts--v2 .ugb-blog-posts__featured-image img, .ugb-blog-posts.ugb-blog-posts--v2.ugb-blog-posts--design-basic .ugb-blog-posts__featured-image {max-width: calc(100% + 60px) !important;}*/

/*
.ugb-blog-posts__readmore a {
    color: #fff !important;
    background: #E9602E !important;
    padding: 0.5em 1em;
    text-align: center;
    border-radius: 5px;
	font-family: 'museo', sans-serif;
	font-size:0.8em;
	text-decoration:none !important;
	text-transform:uppercase;
    letter-spacing:0.5px;
}


.ugb-e600f17 .ugb-button .ugb-button--inner {font-family:  'museo', sans-serif !important;}

*/

.posts .stk-block-posts__item {max-width: 400px; width: 30%; padding-bottom: 30px;}

.posts .stk-block-posts__item p {color: #404040;}

a.stk-block-posts__readmore {color: #fff; background-color: #E9602E; transition: all 0.2s ease-in-out;padding: 5px 10px; max-width: 300px; WIDTH: 50%;    MARGIN: 1EM AUTO 1EM AUTO; TEXT-ALIGN: CENTER; TEXT-DECORATION: NONE;}

a.stk-block-posts__readmore:hover {transform: scale(1.05); background-color: #006C7E;}

.posts .stk-block-posts__title {font-size: calc(16px + 1vw); line-height: 1.2; margin-top: 1em !important;}

.stk-block-posts__items :is([class*=stk-block-posts__],.stk-img-wrapper):not(.stk-block-posts__item):last-child {margin-bottom: 60px;}

/*--------------------------------------------------------------
## Slider Styles
--------------------------------------------------------------*/

/** Main Image Slider (as on front page) */
.slide-title {display:inline-block !important; background-color:hsla(195, 49%, 33%, 0.9); padding: 20px 20px 20px !important; width:auto; max-width:50vw;}
.slide-desc-cont {background: hsla(0, 0%, 93%, 0.9) !important; padding: 20px 20px 20px !important; width:auto; max-width:30vw;}

.sp-layer.sp-static.sp-image-text { background: transparent !important; width: 100%; max-width: 50vw;}




.slider-pro .sp-horizontal  {width:100% !important;}

.slider-pro a {width: auto;
    max-width: 150px;
	font-size: 0.8em;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    padding: 5px 12px;
    text-align: center;
    background-color: #E9602E; 
    margin:auto;
    text-transform:uppercase;
    letter-spacing:0.5px;}

.sp-image-text {margin:0 auto 3em 10vw !important; /*width:auto !important;*/ max-width: 50vw; padding: 0px !important;}

.sp-mask.sp-grab {width:100% !important;}

#example4_27 h3, #example4_19 h3 {margin: 0 !important; font-family:  'museo', sans-serif !important;}
#example4_27 > .read-more-color, #example4_19 > .read-more-color {color:#fff !important; margin:auto; font-size:16px;}

#titl1.sp-layer.sp-image-text {top:auto !important; text-align:center; margin-top:0px !important; margin-left:0px !important; left:0px !important; }

h3.title-in {font-size:calc(18px + 1vw) !important; font-family:  'museo', sans-serif !important; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

#desc3.desc-in.slide-desc {font-family: 'museo', sans-serif !important; font-size: calc(7px + 1vw) !important; margin-bottom:15px !important; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    background-color: #2a677c;
}

.n2-ss-control-bullet {margin-bottom: -29px !important;}

.n2-ss-slider .n2-ss-layer p {max-width:100%; padding: 0px; margin: 0px;}

/* Logo Slider */

#alc_style1 { padding-top: 0px !important;}

.alc_container {max-width: 100% !important;}

.owl-dots {display:none;}
.alc_wrapper {background-color:#fff;}


/*--------------------------------------------------------------
## Map Styles
--------------------------------------------------------------*/
.wpsl-search {background:#dedede; margin-bottom:0px;}

#wpsl-search-btn {background:#E9602E;padding-top:5px;padding-right:16px;padding-bottom:5px;padding-left:16px;border-radius:5px !important; transition:all 0.2s ease-in-out;color:#fff; font-family: 'museo', sans-serif; text-transform:uppercase !important; font-size:14px;}

#wpsl-search-btn:hover {transform:scale(1.1);} 

#wpsl-checkbox-filter.wpsl-checkbox-3-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-3-columns li {width:auto!important; padding: 0px 12px; font-size:14px;}

#wpsl-search-input {padding:3px 12px; font-size:14px;}

#wpsl-search-wrap .wpsl-input label {font-size:14px; text-align:right;}
#wpsl-wrap {margin-bottom:0px;}

.wpsl-search.wpsl-checkboxes-enabled {
    padding: 30px 0px 15px;
    background: #dedede;
}

#wpsl-wrap #wpsl-result-list li {padding:30px; font-size:14px;}

.wpsl-direction-wrap {font-size:80%;}

#wpsl-search-wrap form {float:right;}

@media (max-width: 675px){
#wpsl-gmap {
     margin-top: 0px;}

    #wpsl-search-wrap form {float:none; display:flex;}
    .wpsl-search-btn-wrap {margin-top:32px;}
}
/*--------------------------------------------------------------
## Blog Home Page (home.php) Styles
--------------------------------------------------------------*/


.alert-block {width:100%; min-height: 45px; background-color:#a4d7db; text-align:center; font-size:80%; padding:10px 5vw; color:#353535; font-weight: 500; margin-top:125px;}

.alert-block a, .alert-block a:visited {color: #fff; background-color: #E9602E; padding: 0.5em 1em; text-decoration: none;
	margin-left: 10px; font-size:90%; font-weight: 500; display:inline-block;}

.post-container {display:flex; flex-wrap:nowrap; justify-content: center; background-color: #ededed; align-items: center;}


.post-container > .post-text > .entry-meta, .post-container > .post-text > .entry-meta a, .post-container > .post-text > .entry-meta a:visited, .post-container > .job-text > .entry-meta, .post-container > .job-text > .entry-meta a, .post-container > .job-text > .entry-meta a:visited  {color:#787782; text-decoration:none !important;}

.post-text {width: 50vw; padding:20px 20px 0px 0px; display:flex; flex-direction:column; /*background-color: hsla(0,0%,100%,0.70);*/ height:100%; min-height:100px; justify-content: center; order:2; }
.job-text {width: 100vw; padding:60px 30px; max-width: 40em; margin:0 auto;}

.pjob-text-top {padding:10% 10% 7% 10%; flex: 4 4;}

.post-text-top {padding: 10px 5px 0px 5px;
    flex: 1 1;
    max-width: 95%;
    margin: 0px auto 0px;
    border-bottom: 1px solid #1A83A4;}

.post-text-bottom {padding: 10px 30px 0px 30px;
    flex: 1 1;
    max-width: 100%;
    margin: 0px auto 0px;
 	line-height:1;
	border-top: 1px solid #1A83A4;
}



.post-text  .post-text-top  header.entry-header, .post-text header.entry-header, .job-text  .job-text-top  header.entry-header, .job-text header.entry-header {background:none !important; }

.post-text > .post-text-top > header.entry-header > h2.entry-title, .job-text > .job-text-top > header.entry-header > h2.entry-title {margin-top:1em; margin-bottom:5px; display:inline; line-height:1.2;}

.post-text > .post-text-top > header.entry-header > h1.entry-title, .job-text > .job-text-top > header.entry-header > h1.entry-title {margin-top:1em; margin-bottom:5px; display:inline;}

.post-text > header.entry-header > .entry-meta, .job-text > header.entry-header > .entry-meta {margin:0px 0px 20px auto; text-align:right; font-size:60%; padding: 0px 3em;} 

.post-text > .post-text-top > header.entry-header > .entry-meta, .job-text > .job-text-top > header.entry-header > .entry-meta {margin:0px 0px 20px auto; text-align:right; font-size:60%; padding: 0px;} 

.entry-meta {margin:0px 30px 20px auto; text-align:right; font-size:60%; padding: 0px 0px; line-height:1.2;} 
.entry-meta a {text-decoration:none;}

.post-image{width: 50vw;  border-bottom: #ececec 1px solid; max-height:400px; display:flex; /*align-items:flex-end;*/ order:2;}

.post-image img { height: auto; width:100%; object-fit: contain;}



.read-more {text-align:center; margin:10px auto 20px auto;}

.read-more a, .read-more a:visited, p.event_date a, p.event_date a:visited, p.event_button a, p.event_button a:visited, .ev_cta_lnk a, .ev_cta_lnk a:visited {color: #fff !important;
    background: #E9602E !important;
    padding: 10px 20px;
    text-align: center;
    border-radius: 0px;
    font-family:  'museo', sans-serif;
    font-size: 18px;
    font-weight:500;
    letter-spacing:0.5px;
    text-transform:none;
    text-decoration: none !important;
    transition:all 0.2s ease-in-out;
}


.read-more a:hover, p.event_button a:hover {transform:scale(1.2); background-color: #006C7E !important;}

.type-is-post {font-size: 65%; background: #E9602E !important;
    padding: 0.4em 1.2em;
    text-align: center;
   font-family:  'museo', sans-serif;;
    
}

.type-is-page {font-size: 65%; background: #129eab !important;
    padding: 0.4em 1.2em;
    text-align: center;
   font-family:  'museo', sans-serif;;
    
}


.type-is-success-stories {font-size: 65%; background: #1A83A4 !important; color:#E9602E;
    padding: 0.4em 1.2em;
    text-align: center;
    border-radius: 5px;
    font-family:  'museo', sans-serif;;
max-width: 200px;
}

.succcess-excerpt p {font-size:calc(20px + 0.5vw)!important; font-weight: 600; letter-spacing:1px; line-height:1.5 !important; }

.post-container.odd .type-is-post, .post-container.odd .type-is-success-stories, .post-container.odd .type-is-page{float:left; margin-left:-12.5%; border-radius: 0px 5px 5px 0px; margin-top: -10%;}
.post-container.even .type-is-post, .post-container.even .type-is-success-stories, .post-container.even .type-is-page {float:right; margin-right:-12.5%; border-radius: 5px 0px 0px 5px; margin-top: -10%;}

.type-is-post a, .type-is-page a {color:#fff; text-decoration:none;}
.type-is-success-stories a {color:#E9602E; text-decoration:none;}
.categories {display: flex;}
.categories ul {list-style:none; padding:0px; margin:0px 0px 0px 10px; display: flex; max-width: 100% !important; flex-wrap:wrap;}
.categories ul li {
	font-size: 14px;
    display: inline-block;
    margin: 0px 10px 10px 0px;
    text-align: left; 
text-transform: capitalize;}



.categories ul li a {
	background-color: #E9602E;
    color:#fff;
    text-decoration: none;
   
    padding: 7px 8px 5px;
    text-align: center;
   /* border-radius: 5px;*/
   /* font-family:  'museo', sans-serif;;
   /* max-width: 200px;*/
    float: left;
	text-decoration-line: none;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

.categories ul li a:hover {background-color:#006B7E; transform: scale(1.05);}

header.entry-header {flex:4 4;} 

.more-shell {display:flex; flex-wrap:wrap;}
.more-shell-title { display:flex; justify-content: flex-start;}
.more-shell-title h5 {margin-bottom: 0px; margin-top: 3px; padding:0px; font-size:14px; color: #404040; text-transform: uppercase;}
.more-shell-title h5 a {color:#0A485B;}
.more-shell-title h5 a:hover {color:gray;}
.badge-container {float:right; text-align:right; }
.brand-badge {
background-color: #fff;
    padding: 6px 10px 0px;
    border-radius: 5px;
    display: inline-block;
    max-height: 50px;
    width: auto;
    text-align: right;
    float: left;
    margin: 10px 10px 10px auto;

}

.brand-badge img {margin: 0px 5px;}



/*--------------------------------------------------------------
## Page Header Styles
--------------------------------------------------------------*/
.header-image {padding:50px 0px; background-position: center center;}

.header-image h1 { color: #fff !important;
    font-family:  'museo', sans-serif !important;
	letter-spacing: 2px;
    font-weight: 900; 
	font-size: calc(24px + 2vw); 
	margin: 0 auto 1em 1.5vw !important;
    width: auto !important;
    max-width: 60vw;
    padding: 20px 20px 20px 10px !important; 
	display:inline-block;
	min-width:240px;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
text-transform:uppercase;

}
    




/*--------------------------------------------------------------
## YTKO Gutenberg Block Variation Styles
--------------------------------------------------------------*/


/****** Button ****/


.ytko-button .ugb-block-content{justify-content:center}

.ugb-button1 .ugb-button--inner{font-family:'museo',Sans-serif !important;text-transform:initial;letter-spacing:0.5px}

.ugb-button1{padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px}

.ugb-button1 .ugb-button--inner,.ugb-e4f2668 .ugb-button1 svg{color:#000 !important; background-color:transparent !important;}

.ugb-button2 .ugb-button--inner{font-family:'museo',Sans-serif !important;font-size:14px;text-transform:initial;letter-spacing:0.5px;color:#E9602E !important; background-color:transparent !important;}

.ugb-button2{border-color:#000 !important;padding-top:6px;padding-right:20px;padding-bottom:6px;padding-left:20px; background-color:transparent !important;}

.ugb-button2:hover .ugb-button--inner{color:#404040 !important; background-color:transparent !important;}

.ugb-button3 .ugb-button--inner{font-family:'museo',Sans-serif !important;font-size:14px;text-transform:initial;letter-spacing:0.5px;color:#404040 !important; background-color:transparent !important;}

.ugb-button3{border-color:#000 !important;padding-top:6px;padding-right:20px;padding-bottom:6px;padding-left:20px; }

.ugb-button3:hover .ugb-button--inner{color:#404040 !important; background-color:transparent !important;}

.ytko-button .ugb-inner-block{text-align:center}

.ytko-button a {transition: all 0.2s ease-in-out;}
.ytko-button a:hover {transform: scale(1.05); background-color: #65898A;}
	
	button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 3px;
    background: #e9602e;
    color: #fffbe2;
    font-size: 13px;
    font-size: 16px;
    /* FONT-VARIANT: JIS78; */
    padding: 6px 15px;
    border: 0px;

}
/****** Spacer ****/

.ugb-spacer{height:60px;}

/****** Featured Image ****/

.ugb-blog-posts.ugb-blog-posts--v2 .ugb-blog-posts__featured-image {border-radius:0px;}

@media screen and (max-width: 770px) {.header-col {min-width:100% !important;} .header-col img {padding:30px;}} 


/****** CTA ****/

h3.ugb-cta__title {line-height:1.2;}

.ugb-cta__item {padding:0px !important;}

.ugb-cta__title,.ugb-cta__description,.ugb-button-container{text-align:left !important}
.ugb-cta__title{margin-bottom:30px !important;font-family: 'museo', sans-serif !important;font-size:55px !important;color:#ffffff}
.ugb-cta__description{margin-bottom:40px !important;font-family:'museo',Sans-serif !important;font-size:20px;color:#eeeeee}
.ugb-button-container{margin-bottom:30px !important;text-align:center !important}
.ugb-button .ugb-button--inner{font-family:'museo',Sans-serif !important;font-size:20px;text-transform:initial;letter-spacing:0.5px}
.ugb-button{padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;border-radius:1px !important}
.ugb-button .ugb-button--inner,.ugb-f06191a .ugb-button svg{color:#000 !important}
.ugb-button:hover .ugb-button--inner,.ugb-f06191a .ugb-button:hover svg{color:#404040 !important}
.ugb-button:hover{opacity:1}
.ugb-button:before{border-radius:5px !important}
.ugb-inner-block{text-align:left}
.ugb-cta{padding-top:170px !important;padding-right:0px !important;padding-bottom:170px !important;padding-left:0px !important;min-height:60vh;justify-content:center;align-items:center;/*background-image: linear-gradient(to bottom, #e9602e, #205557, #316163, #416d6e, #50797a, #5a8485, #648f90, #6e9a9b, #75a7a8, #7cb4b6, #83c1c3, #8acfd1);*/}
.ugb-cta > .ugb-inner-block{width:1000px !important;min-width:auto !important}
.stk-block .stk-button-group {}

@media screen and (max-width:1025px){.ugb-cta__title,.ugb-cta__description,.ugb-button-container{text-align:center}.ugb-cta__title{font-size:28px !important}.ugb-inner-block{text-align:center}.ugb-cta{padding-right:0px !important;min-height:50vh;}}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.ugb-cta{height:60vh}}

@media screen and (min-width: 1280px){
.ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull.ugb-main-block--inner-wide>.ugb-inner-block {
     width: 100vw; 
    min-width: 1200px;
    } }

/****** Table Box ****/ 

.wp-block-table {margin: 5%; border-bottom: 1px solid #dedede;}

.wp-block-table.is-style-stripes {border-bottom: 1px solid #dedede;}

.wp-block-table th {font-family:  'museo', sans-serif;; background-color:#dedede;}

.wp-block-table td {font-size: 90%; padding: 0.5em;}
.wp-block-table tbody tr {background-color:#f3f4f5; }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {background-color:#f3f4f5; }
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {background-color:#e4e4e4; }


.wp-block-table.is-style-stripes.net-impacts table {max-width:40em; margin: 0px auto; border-bottom:none !important;}

.wp-block-table.is-style-stripes.net-impacts {border-bottom:none !important;}

.wp-block-table.is-style-stripes.net-impacts table td:nth-child(1) {  background:#20a882; color: #fff;}

/****** Accordian ****/ 

.wp-block-ugb-accordion {width:100%;max-width: 740px; margin: 1em auto 2em auto;}
.ugb-accordion__heading{border-radius:5px !important;background-color:#2a677c !important}
.ugb-accordion__heading:before{background-color:#2a677c !important}
.ugb-accordion__title{font-family: 'museo', sans-serif !important;color:#ffffff}
.ugb-accordion__arrow{fill:#ffffff}
.ugb-inner-block{text-align:left}
.ugb-accordion.ugb-accordion--v2 .ugb-accordion__content .ugb-accordion__content-inner {padding: 30px 0px 30px 0px;background-color: transparent; border-radius: 0px 0px 5px 5px;}
h4.ugb-accordion__title {padding:0px; font-size:calc(16px + 0.6vw) !important;}

.ugb-accordion.ugb-accordion--v2.ugb-accordion.ugb-accordion--design-basic .ugb-accordion__heading, .ugb-blockquote.ugb-blockquote--v3.ugb-blockquote--design-basic .ugb-blockquote__item {padding:1em 23.33333px;}

.ugb-accordion__item p {padding: 1em 30px;}

.ugb-accordion__content-inner p:first-of-type, .ugb-accordion__item p:first-of-type {font-weight: normal;}

.stk-block-accordion {max-width:740px; margin: 1em auto !important;}

.stk-block-accordion .stk-block-accordion__content>.stk-container {padding: 30px 0px 30px 0px;}

details.stk-block-accordion {margin-top:30px;}

p.stk-block-text__text, p.stk-block-text__text:first-of-type {color:#404040; font-weight:normal;}
/****** Image Box (Core) ****/ 

.pic-box-col.ugb-image-box.ugb-image-box--v4 .ugb-block-content {
    display: grid;
	grid-auto-columns: minmax(0 , 1fr);
    grid-auto-flow: row;
    grid-gap: 35px;
}

.ugb-image-box.ugb-image-box--v4 .ugb-image-box__item {}

h2.ugb-image-box__title {width:auto !important;}


/****** UGB Image Box (Stackable) ****/ 



.ugb-image-box__box{border-radius:0px !important}
.ugb-image-box__item{justify-content:center !important}
.ugb-image-box__image{background-position:center center !important;background-repeat:no-repeat !important;background-size:auto !important}
.ugb-image-box__item:not(:hover) .ugb-image-box__overlay{opacity:0.1 !important}
.ugb-image-box__overlay-hover{background-image:linear-gradient(90deg,#abb8c3 0%,#dedede 100%) !important}
.ugb-image-box__item:hover .ugb-image-box__overlay-hover{opacity:1 !important}
.ugb-image-box__description{font-family:'museo',Sans-serif !important;color:#E9602E !important}
/*.ugb-inner-block{text-align:center}*/
.ugb-image-box.ugb-image-box--v4 {padding:30px 0px !important;}

.ugb-image-box.ugb-image-box--v4 .ugb-image-box__item {padding:10px !important;}
p.ugb-image-box__description {padding:0px;}

.ugb-image-box.ugb-image-box--v4 .ugb-image-box__image {max-width: 320px; height: auto; margin: 0px auto;}

/****** Buttons ****/

.ugb-button {
    text-transform:uppercase; font-size:14px; letter-spacing:0.5em;
}

.butt-arrow {max-width:15px; position:relative; left:2px; top:7.5px;}
.e-butt-arrow {max-width:15px; position:relative; left:5px; top:9px;}

.wp-block-button__link {padding: 0.3em 1em 0.25em 1em;}







.orange-ghost a {color:#E9602E; border: 2px solid #E9602E; padding: 10px 20px; text-decoration: none;}

.orange-ghost a:hover {color:#006C7E; border-color:#006C7E;}

/****** Feature Grid ****/

.ugb-feature-grid__description {margin-bottom:30px !important;}


/****** TXT / IMG Combo Columns  ******/

.flex {display:flex; }
.no-wrap {flex-wrap:nowrap;}
.wrap {flex-wrap:wrap;}
p.featdesc {font-weight: normal !important; font-size:18px !important;margin-top: 0px !important; padding-top: 0px !important;}
.ugb-container.ugb-container--v2>.ugb-inner-block>.ugb-block-content>.ugb-container__wrapper {padding: 0 0 0 0;}

.feature-img {max-width:100%; width: 100%;  margin: 0 ; padding: 0;  }

.feature-txt {}

.wp-block-cover {
   
}

/****** Social links ****/
ul.wp-block-social-links li {padding: 0px 0px !important; margin: 1em auto !important;}

ul.wp-block-social-links {padding: 0px 1em; list-style: none;}


.fa.fa-twitter, .fa-twitter {background-color:rgb(29, 155, 240); width:16px; height:16px; border-radius: 30px; padding: 7px; text-align: center;}
.fa.fa-facebook, .fa-facebook-f {background-color: #4267b2; width:16px; height:16px; border-radius: 30px; padding: 7px; text-align: center;}
.fa.fa-instagram, .fa-instagram {background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); width:16px; height:16px; border-radius: 30px; padding: 7px; text-align: center;}
.fa.fa-linkedin {background-color: #0a66c2; width:16px; height:16px; border-radius: 30px; padding: 7px; text-align: center;}
.fa.fa-phone, .fa-phone {background-color: #28ABE3; width:16px; height:16px; border-radius: 30px; padding: 7px; text-align: center;}
.fa.fa-envelope, .fa-envelope {background-color:#E9602E;width:16px; height:16px; border-radius: 30px; padding: 7px 7px; text-align: center;}
.fa.fa-desktop, .fa-desktop {background-color:#1A83A4;width:16px; height:16px; border-radius: 30px; padding: 7px 7px; text-align: center;}

li.wp-social-link, .wp-block-social-link {margin: 0px !important; padding:0px !important;}




/****** Gallery ****/

.site-main ul.blocks-gallery-grid {padding:0px !important;}


/****** Cover ****/

.wp-block-cover__inner-container {width:90% !important;}

.wp-block-cover__inner-container p {font-size: calc(18px + 1vw) !important; max-width:900px !important; line-height:1.2 !important; padding: 0px 0px 0px 0px !important;}

/*--------------------------------------------------------------
## Events Styles
--------------------------------------------------------------*/
/* Eventbrite */

@media screen and (max-width: 500px){
	.ewf-image-col {width:100%; max-width:220px !important; margin: 0 auto; text-align:center; }
	.ewf-desc-col {min-width:100%}
	.ewf-deets-col {width: 80% !important;}
}

@media screen and (min-width: 501px) and (max-width: 767px){
	.ewf-image-col {width:40%; max-width:150px !important; margin: 0 auto; text-align:center; }
	.ewf-desc-col {min-width: 60%;}
	.ewf-deets-col {width: 80% !important;}
}


/** End of EB **/



.entry-header.event-header {display:flex; flex-direction: column; justify-content: center; padding-top:14%;}
.single-event {display:flex;}
.main-event {width:60vw; max-width:700px; margin: 0 auto; padding:0px 15px; flex-direction:row;}
.main-event h2 {/*padding: 0px 0px 0px 30px*/;max-width: 740px;
    width: auto;
    margin: 1em auto 0.5em;
    line-height: 1.2;}
.events-sidebar {width:40vw; height: 100%;}
.events-sidebar p {padding: 1em 0px; font-size:90% !important; margin:0px;}
.events-sidebar h4, .events-sidebar h5 {padding: 0px;}
.events-side  {background-color:#f0f2f2 ; margin-top:25px;}
.experts-side {background-color:#edf2f2; margin-top:60px;}
.events-side h4, .events-side h5 {padding:0px !important; }
.event-details {max-width:700px; margin:0 auto; padding: 60px 30px; }
.expert {}
.expert-title {background-color:#fff; width:100%;padding: 0px 0px 30px 0px; text-align:center;}
.expert-img {}
.expert-img img {object-fit:cover;width:100%; height:auto;}
.expert-details {max-width:500px; margin:0 auto; padding:0px 30px 30px 30px; }
.expert-details h5 {text-align:center; color:#0A485B;}
.expert .ui-accordion-content {padding-bottom:30px;}
.expert .ui-accordion-content h6 {text-align:center; margin: 1em auto;}
.expert .ui-accordion-content p {max-width:500px; margin:0 auto; padding:0px 30px 30px 30px; }
.expert h5.ui-accordion-header {background:#0A485B; color:#fff; margin:0px; padding:0.5em  15px 0.5em 30px; cursor:pointer; max-width:100%;}
.expert .ui-icon {;position:absolute; margin-left:-22px; margin-top:0.25em;}

.register-cta {background-color:#0A485B; min-width:100%; display:block; padding:1px 30px 60px 30px; margin:60px 0px;}
.register-cta, .register-cta p {color:#fff !important;}
.register-cta h2 {color:#fff !important; padding-left:0px;}
.register-cta.mobile {display:none;}
.register-cta.desktop {display:block;}
.button-div {text-align:center; margin-top:60px;}
.register-cta a.button { border: 2px solid #fff; border-radius: 3px; background-color:transparent; color: #fff; padding: 10px 20px; text-align:center; text-decoration: none; margin: 0 auto;}
.event-booking {margin: 60px 0px 0px; padding: 60px 30px; background-color: #edf2f2;}
.event-booking h2 {padding: 0px 30px 0px 0px;}
.event-meta {padding: 0px 30px; color:#006B7E; margin: 1em 0px 0px 0px; font-size:90%;}
.event-meta strong {color:#0A485B; font-family:'museo', serif; font-weight: 700;}
.event-container h1, .success-container h1 {max-width:1600px; width:95vw; margin: 1em auto 1em auto; color:#0A485B; padding:0px 2.2vw; text-transform:capitalize;}
.session-rows-title {color:#0A485B; font-family:'museo', serif; line-height:1.2 !important;font-weight: 700;}
.session-rows {color:#006B7E;}
.multi-session-details {display:flex; min-width:100%; background-color: #fff;  margin: 0px 0px 60px 0px; justify-content: space-evenly; flex-wrap:wrap; align-items:flex-start;}
.sess-container {background-color:#f0f2f2; max-width:30%; padding: 30px 30px; min-width:320px; margin: 15px 0px;}
.sess-title h3 {padding: 0px 30px 0px 0px; color:#0A485B;}
.sess-details p {padding: 0px 0px 2em 0px;}
span.sess-date {color:#006B7E; font-size:90%; margin-bottom: 1rem;}
.event-cats {padding: 30px 0px;}
.event-cats h2 {padding-left:0px; text-align:center;}
.event-cats ul {padding-left:0px; max-width:350px; margin: 0 auto;}
.online-event-tag {background-color: #28ABE3; padding: 5px 10px; color:#fff; font-size:13.5px;}
.session-jump {text-align: center; padding: 0.5em 0px 2em;}
.session-jump button {background-color:#E9602E; color:#fff; padding:10px 20px; border:0px; border-radius: 3px; margin: 1em auto;}
.session-jump button a {color:#fff; font-size: 20px; text-decoration:none; font-family:'museo', serif; font-weight: 300; }
.session-jump button:hover {background-color:#006B7E;}

.categories ul {list-style: none; margin:0px;}

@media screen and (max-width: 1000px){
	
	.site-main h1 {width: 100%;
    margin: 1em auto 0.5em auto;
    padding: 0px 30px 0px 30px;}
	.post-container {flex-wrap:wrap;}
	.post-image {width: 100%;order:1;}
	.post-text {width: 100%;order:2;}
    .job-text {width: 100%;order:2;}
	.entry-header.event-header {padding-top:0px;}
	.post-container.odd .post-image, .post-container.even .post-image {border-bottom:0px;}

	}



@media screen and (max-width: 750px){
	.site-main h1 {width: 100%;}
	.main-event {min-width:100%;}
	.events-sidebar {min-width:100%;}
	.register-cta.mobile {display:block; margin-top:60PX; margin-bottom:0px; padding: 30px 30px 60px 30px;}
	.register-cta.desktop {display:none;}
	.event-booking {margin-top:0px;}
	.single-event{flex-direction:column;}
	.events-side {margin-top:0px;}
	.entry-header.event-header {justify-content: flex-end;}
	}
/*--------------------------------------------------------------
## Project Page Styles
--------------------------------------------------------------*/
.project-logo {width:100%; text-align:center;padding-top:10px;}
.brand-logo {display: flex;
    text-align: center;
    justify-content: space-evenly;
    flex-wrap: wrap;}

.brand-logo { padding: 0px 0px; margin:60px 30px; }

.brand-logo img {height:auto; max-width: 174px;}

.funder-deets, .delivery-deets, .partner-deets {background-color:#fff; border-top: 1px solid #dedede;}

.support-deets {margin:0px auto 0px auto; /*max-width:1600px;*/ padding: 0px 0px 0px 0px;}

.funder-title, .delivery-title, .partner-title {font-size:0.8em; /*border-top:1px solid #DEDEDE; margin-bottom: 1em;*/text-align:center; padding-top:1em;}

.funder-title {margin-top:0px;}
.partner-title {margin-top:0px;}
.delivery-title {margin-top:0px;}

.funder-images img, .partner-images img, .delivery-images img, .project-logo img, .brand-logo img {margin: 1em 0px; max-height:67px;}

.funder-images, .partner-images, .delivery-images {text-align:center; /*border-bottom: 1px solid #000;*/}

.partner-images {padding-bottom:0px;}





/*--------------------------------------------------------------
## Podcast Page Styles
--------------------------------------------------------------*/
h1.entry-title.single-post.pod {font-size: calc(25px + 0.8vw) !important; margin: 0 auto 0 0 !important;}
.podcast-card {padding-top:30px; margin-bottom:60px; width:30%; min-width:330px;}
.podcast-card:nth-child(odd) {background-color:#D6EEFB;}
.podcast-card:nth-child(even) {background-color:#fff;}
.podcast-card-meta {font-size: 70%; padding: 0px 30px; text-align: right; color:#0A485B;}
.podcast-player {max-width: 680px; margin: 1em auto 0.5em auto;} /*archive page .podcast-card */
.pod-player {padding: 20px 0px 0px 30px;}/*podcast single page .entry-header */
.pod-transcript {background-color:#EEECED; padding: 10px; margin-top:30px;}

.accordion {margin: 60px auto; max-width:740px;}  
.accordion dt {background-color: #006B7E; color:#fff; padding: 1em;}

.accordion dd {
      padding: 10px;
      margin: 0 0 1.5em 0;
      border-bottom: 0; 
}



.accordion dt a {
        display: block;
        color: #fff;
        font-weight: bold;
      }
.accordion dd a {
        
        color: #E9602E;
        font-weight: bold;
      }
   
 .accordion dd {
     border-top: 0; 
     font-size: 1rem;
	 background-color: #fff;
	 
}
.accordion dd:last-of-type {
       
       position: relative;
       
     }
  





/*--------------------------------------------------------------
## Footer Styles
--------------------------------------------------------------*/
.entry-footer {display:none;}

.site-footer {width:100%;  background: #fff; padding:0px 0px 0px; text-align: center;}

.footer-logo {text-align: center; margin:5px auto 15px;font-size:70%; height:1px}

.footer-logo a, .footer-logo p a:visited {text-decoration:none !important;color:#eee !important;}

aside.fatfooter p {max-width:100% !important; margin: 0px auto; text-align:center; width:90% !important;}

aside.fatfooter {/*display:flex; flex-wrap:wrap; justify-content: space-between;*/ max-width:90%; margin: 0 auto;}

.widget-area {/*max-width:22%; min-width: 250px;*/ font-size: 0.7em; color: #eee;}

.widget-area strong {color:#aaa;}

.widget-area h3 {font-size: calc(11px + 1vw); margin-bottom:1em; color:#eee;}

.site-info {margin-top: 60px;
    font-size: 0.6em;
    text-align: center;
    color: #eee;
    background: #0A485B;
    margin: 0px 0px;
    padding: 20px 30px 5px;}

.site-info a:link, .site-info a:visited , .widget-area a:link, .widget-area a:visited {color:#eee !important;}




@media screen and (max-width: 715px){
    
/*	.site-main {margin-top: 78px;} */

}

@media screen and (max-width: 679px){
	
	aside.fatfooter {flex-direction:column;}
	.widget-area {margin: 0 auto; max-width: 80%;}
	
}

@media screen and (max-width: 600px){
    
    
	
	.main-navigation {margin: 0px 0px 0px auto !important;}
	.main-navigation {width: 100%;}
	.mega-menu-toggle  {width: 100%;}
	.alert-block {margin-top:140px;}
	.site-content {margin-top:90px;} 
	.funders-logos a {width:100%;}
}


@media screen and (max-width: 500px){
    
/*	.site-main {margin-top: 147px;} */

}

/************************* List of Project Contact Details Styles *****************************/

ul.projslist {width:100%; min-width: 100%; display: flex; flex-wrap:wrap; list-style:none;justify-content: space-evenly; padding: 0px 15px 60px; background-color:#EEECED; margin-top: 60px; margin-bottom:0px;}

ul.projslist li {background-color: #fff; padding: 30px; margin: 30px; width: 40%; min-width:320px; max-width:500px;}

ul.projslist li p {padding: 10px 0px !important; font-weight:normal !important; color: #404040 !important; font-size:calc(12px + 0.75vw) !important;}


.contact-icon {color:#fff; margin-right:10px;}

ul.projslist li p a {text-decoration: none; border-bottom:1PX solid #E9602E; color:#0A485B; }
/************************* Custom menu Styles *****************************/

.site-content {width:100%; margin-top:135px;}

.burger-container {order:3; display:flex; align-items:center; margin-right:12px;}
.funder-logo-container {order:2;padding:0.75em 1em 0em 1em;}
.project-logo-container {order:1; padding:0.75em 1em 0em 1em;}
.nav-elements-container {display:flex; width: 100%; justify-content: space-between; background-color:#fff; }
.nav-bar-container {display:none; z-index:1000; opacity: 0;}
.nav-bar-container.open {display:block; z-index:1000; opacity: 1; }
.main-navigation{width:100%; margin: 0px 0 0px 0;  transition:all 0.2s ease-in-out;}

.sitenav { display:block; max-width:100%; width: 100%; z-index:1000; position:absolute; min-width:300px;}

.topnav {font-size:70%; padding: 7px 30px 30px; background:#0A485B; display:flex; flex-wrap:wrap;margin-bottom:0px; min-width:300px;}

.topnav a, .topnav a:visited {color:#fff; padding:0px;}

.nav-elements-container {transition: all 0.2s ease-in-out;}

.fa.fa-twitter {background-color:rgb(29, 155, 240); width:30px; height:30px; border-radius: 30px; padding: 10px; text-align: center;}
.fa.fa-facebook {background-color: #4267b2; width:30px; height:30px; border-radius: 30px; padding: 10px; text-align: center;}
.fa.fa-instagram {background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); width:30px; height:30px; border-radius: 30px; padding: 10px; text-align: center;}
.fa.fa-linkedin {background-color: #0a66c2; width:30px; height:30px; border-radius: 30px; padding: 10px; text-align: center;}
.fa.fa-phone {background-color: #28ABE3; width:30px; height:30px; border-radius: 30px; padding: 10px; text-align: center;}
.fa.fa-envelope {background-color:#E9602E;width:30px; height:30px; border-radius: 30px; padding: 9px 6px; text-align: center;}



.motherlink {text-align:left; flex-grow:1; max-width:80px;padding-top:5px;}
.contactlink {text-align:right;flex-grow:1;}

nav.main-navigation { }
.main-navigation ul {border-left: 1px solid #cfcfcf ; border-right: 1px solid #cfcfcf ; border-bottom: 1px solid #cfcfcf;}

.main-navigation ul li ul {border-left: 0px !important;border-right: 0px !important; border-bottom: 0px !important;}

nav.main-navigation ul.nav-menu {display:flex; flex-wrap:wrap; list-style: none; margin: 0em 0px 0.5em auto;  max-width:300px; background-color: rgb(239 239 239 / 96%); padding: 1em 0; position:absolute; right:0px;}

@keyframes animation {from {opacity:0;
    transform: translateY(50px);
    } to {opacity:1; transform:translate(0);}}

nav.main-navigation ul.nav-menu li {width:100%; text-align:left; margin: 0px 1em; }

ul.nav-menu li a {
    color: #0A485B !important;
    font-family: 'museo', serif;
    padding: 0.25em 1em 0.25em 1em;
	text-decoration: none;
	font-size:18px;
    display:block;
    font-weight: 500;
    line-height: 1.3;
}

ul.nav-menu {box-shadow:hsl(0deg 0% 0% / 31%) -4px 13px 20px;}

ul.nav-menu li a:hover, ul.nav-menu li.current-menu-parent a:hover {color:#E9602E !important; }

ul.nav-menu li.current-menu-parent a {color:#006B7E !important; }

ul.nav-menu li.menu-item-has-children.inactive ul.sub-menu {visibility:hidden; opacity: 0; transition: visibility 0.75s, opacity 0.2s ease-in-out;} 

ul.nav-menu li.menu-item-has-children.active ul.sub-menu {visability:visible; opacity:1; transition: visibility 0.75s, opacity 0.2s ease-in-out;}

ul.nav-menu li.menu-item-has-children.active::before {content: '-'; color: #e9602e; font-size: 26px; position:relative; right:20px; float:right; margin-top:-10px; transition:all 0.2s ease-in-out;}

ul.nav-menu li.menu-item-has-children.inactive::before {content: '+'; color: #e9602e; font-size: 26px; position:relative; right:20px; float:right; margin-top:-10px; transition:all 0.2s ease-in-out;}

ul.nav-menu li.current_page_item a, ul.nav-menu li.current-menu-item a {color:#E9602E !important; cursor: default;}

ul.nav-menu li.current_page_item ul.sub-menu li a {color:#0A485B !important; }

ul.nav-menu li ul.sub-menu li.current-menu-item a {color:#E9602E !important; }

ul.nav-menu li ul.sub-menu {display:block; list-style:none; margin: 0.5em 0px;}

ul.nav-menu li ul.sub-menu {transition: all 0.2s ease-in-out;}

ul.nav-menu li a:focus > ul.sub-menu {height: auto;}

.project-logo-container img, .funder-logo-container img {transition: all 0.2s ease-in-out;}

.sitenav {transition: all 0.2s ease-in-out; top:45px;}

.topnav {transition: all 0.75s ease-in-out; position:fixed; width: 100%; top:0px; z-index:100;}

@media screen and (max-width: 600px){
    
    
	
	.main-navigation {margin: 0px 0px 0px auto !important;}
	.main-navigation {width: 100%;}
	.site-content {margin-top:110px;} 

}

/* Menu items that have no link */

li#menu-item-4176 a, li#menu-item-4176 a:hover {cursor: default !important; color: #006B7E !important;}

li#menu-item-4176 ul li a {}

li#menu-item-4176 ul li a:hover {color:#E9602E !important; cursor: pointer !important;}




/* styles overide */


p.default {font-weight: normal !important;}

p.default:first-of-type {width:100%;max-width: 740px; margin: 0px auto; padding: 1em 30px; font-weight: normal !important; color:#404040;}