/*
Theme Name: scla-theme
Theme URI: 
Author: Rules of Go
Author URI: http://rulesofgo.com
Description: Leadership for sustainable communities
Version: 1.0.0
Text Domain: scla
Tags:


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
*/

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

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

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

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}






/*-- CUSTOM STYLES ================================================================================== */

.container-fluid {
	max-width: 1600px;
	overflow: hidden;
}


/* basic typography */
body {
	font-family: 'Source Sans Pro' , sans-serif;
	font-size: 16px;
	color: #1F454F;
}

h1 {
	font-size: 3em; /* 46px */
}

h2 {
	font-size: 2.5em;	/* 40px */
}

h3 {
	font-size: 1.5em; /* 24 px */
}

button {
	background-color: #BC3411;
}

button, button:hover {
	border: none;
	box-shadow: none;
	text-shadow: none;
	transition: background-color ease-out 0.2s;
}

button:hover {
	background-color: #E04319;
}

a, a:visited {
	  color : #D2441E;
	  text-decoration: underline;
}

a:hover {
	text-decoration: none;
/* 	font-weight: 700; */
}

.flex-container {
   display: -webkit-flex;
   display: flex;
/*    -webkit-align-items: center; */
/*    align-items: center; */
	-webkit-align-items: flex-start;
	align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   /* You can set flex-wrap and flex-direction individually */
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   /* Or do it all in one line with flex flow */
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   /* tweak the where items line up on the row */
   /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
   -webkit-align-content: flex-end;
   align-content: flex-end;
}

.flex-element {
	flex: 0 1 auto;
}

/*-- NAV ======================================= */

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

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

#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary { 
	left: 210px;	
}


#mega-menu-item-59 {
	content: "";
	background-image: url(assets/usus-lockup.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 325px;
	height: 85px;
	top: 8px;
	left: 0px;
	margin-top: 0;
}

#nav-logo {
	position: absolute;
	width: 325px;
	height: 85px;
	top: 10px;
	left: 90px;
}

a.scla-logo-link {
	position: absolute;
	top: 0;
	left: 100px;
	width: 362px;
	height: 140px;
	z-index: 10;
}



nav {
	position: fixed;
	z-index: 1000;
	background-color: #fff;
	box-shadow:0 5px 5px -5px #b1b1b1;
	max-width: 1570px;
}

#content {
	margin-top: 100px;
}


@media screen and (max-width: 1400px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1145px) {
	#nav-logo, a.scla-logo-link {
		left: 0;
	}
	#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary { 
	left: 170px;	
	}
}

@media screen and (max-width: 1000px) {
	#nav-logo, a.scla-logo-link {
		display: none;
	}
	#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary { 
	left: 0px;	
	}
}


@media screen and (max-width: 900px) {
	#wprmenu_bar {
		z-index: 200;
	}
}

@media screen and (max-width: 850px) {
	#content {
		margin-top: 0;
	}
}

@media screen and (min-width: 765px) {
	#mega-menu-item-1178 {
		display: none !important;
	}
}

@media screen and (max-width: 430px) {
	#nav-logo, a.scla-logo-link {
		display: none;
	}

}



/* === header search === */
#header-search-box  input[type="search"]{
	max-width: 140px;
	display: inline-block;
}

form.search-form {
	display: inline-block;
	width: 140px;
	position: absolute;
	top: 35px;
	left: 70vw;
}

.header-search-form input {
	line-height: 1.2em;
	font-size: 1.2em;
	border-radius: 5px;
	font-weight: 400;
}

.header-search-form input[type="submit"] {
	background-color: #BC3411;
	color: #fff;
	border-radius: 5px;
	font-size: 1.3em;
	padding: 5px;
	border-width: 2px;
    border-style: ridge;
    border-color: buttonface;
    border-image: initial;
    display: none !important;
}

@media screen and (min-width: 1601px) {
	form.search-form  {
		left: 77vw;
	}
}

@media screen and (max-width: 1599px) {
	form.search-form  {
		left: 82vw;
	}
}

@media screen and (min-width: 1342px) and (max-width: 1400px) {
	form.search-form  {
/* 		left: 70vw; */
	}
}

@media screen and (max-width: 1450px) {
	form.search-form  {
/* 		display: none; */
	}
}




/* ====== HOMEPAGE ========================== */

.hero {
	background-image: url(assets/Asset-12-3.png); 
	background-size: cover;
	background-position: 0px 0px;
	height: 645px;
	z-index: 10;
}

.hero-grade {
  background : -moz-linear-gradient(50% 0% -90deg,rgba(79, 179, 206, 1) 0%,rgba(79, 179, 206, 0) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(79, 179, 206, 1) 0%, rgba(79, 179, 206, 0) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(79, 179, 206, 1) ),color-stop(1,rgba(79, 179, 206, 0) ));
  background : -o-linear-gradient(-90deg, rgba(79, 179, 206, 1) 0%, rgba(79, 179, 206, 0) 100%);
  background : -ms-linear-gradient(-90deg, rgba(79, 179, 206, 1) 0%, rgba(79, 179, 206, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4FB3CE', endColorstr='#4FB3CE' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(79, 179, 206, 1) 0%, rgba(79, 179, 206, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4FB3CE',endColorstr='#4FB3CE' , GradientType=0);
  
  z-index: 0;
}

.hero-box {
	width: 332px;
/* 	height: 361px; */
	height: auto;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	z-index: 20;
	position: absolute;
	background-color: #fff;
	left: 60vw;
	top: 20vh;
	padding-top: 9px;
	padding-left: 18px;
	padding-right: 18px;
}

.box-date {
  font-size : 1em;
  color : #D2441E;
  margin-bottom: 5px;
}

.box-image {
	width: 297px;
	height: 130px;
	/** Styles removed 08/12/16 - not needed due to VT Resize function **/
	/* background-image: url(assets/hero-box-image.png); */
	/* background-size: contain; */
	/* background-repeat: no-repeat; */
}

.hero-box h3 {
	font-size: 1.68em;
	font-weight: 700;
	margin-top: 4px;
}

.box-text {
	font-size: 15px;
}

.box-cta {
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	font-size: 18px;
	margin-bottom: 10px;

}

.box-cta a {
	color : #D2441E;
}

.hero-top-title, .hero-bottom-title, .resources-title {
	font-family: "merriweather", serif;
	font-weight: 700;
	color: #1F454F;
}

.hero-top-title {
	padding-top: 2vh;
	padding-left: 7vw;
}

#htt-line2 {
	margin-left: 5vw;
}

.hero-bottom-title, .resources-title {
	padding-left: 7vw;
}

.hero-subtitle, .resources-subtitle {
	font-weight: 300;
	padding-left: 7vw;
	max-width: 1200px;
	line-height: 1.2;
}

.hero-bottom-title {
	margin-top: 360px;
	margin-bottom: 12px;
	background: #fff;
	z-index: 10;
}
/* will require an @max 636px */

.hero-subtitle {
	background: #fff;
	margin-top: -12px;
	margin-bottom: 20px;
	z-index: 10;
}

.backfill-bottom-titles {
	width: 100vw !important;
	background: #fff;
	z-index: 1;
	margin: 0 -15px;
	padding: 0;
}

h3.plain-link, a.plain-link {
	color: #1F454F;
	text-decoration: none;
}

h3.plain-link:hover, a.plain-link:hover {
	text-decoration: underline;
}



/* ========= SOLUTIONS on homepage =============== */
.strip {
	margin-bottom: 2vh;
	padding-left: 7vw;
	padding-right 7vw;
/* 	height: 207px; */
}

.strip h2 {
	color : #fff;
}

.learn-more {
	text-transform: uppercase;
	font-weight: 700;
	color: #1F454F !important;
	text-decoration: underline;
	font-size: 1.1em;
}

.action .learn-more {
	color: #fff !important;
}

.text-strip {
	max-width: 600px;
	font-size : 1.1em;
	line-height: 1.7em;
}

.community {
	background : #FFC222;
	color : #1F454F;
	z-index: 0;
}

.community h2 {
	margin-top: 12px;
	margin-bottom: 4px;
}

.community-icon, .energy-icon, .action-icon {
	background-size: contain;
	width: 141px;
	height: 141px;
	margin-top: 36px;
}

.community-icon{
	background-image: url(assets/icon-community.png);
}

.community-image, .energy-image, .action-image {
	background-size: cover;
	width: 375px;
/* 	height: 207px; */
	height: 212px;
	z-index: 10;
}

.community-image {
	background-image: url(assets/community-strip.png);
}

.energy {
	background : #B2BB1E;
	color : #1F454F;
}

.energy-icon{
	background-image: url(assets/icon-energy.png);
	margin-left: 15px;
}

.energy-image {
	background-image: url(assets/energy-strip.png);
}

.action {
	background : #453B6A;
	color: #fff;
	font-weight: 300;
}

.action-icon{
	background-image: url(assets/icon-climate.png);
}

.action-image {
	background-image: url(assets/action-strip.png);
}


/* == RESOURCES on homepage == */

.resources-title {
	margin-bottom: 0;
}

.resources-subtitle {
	margin-top: 0px;
}

.feat-resource {
	margin-left: 3.1vw;
	margin-top: 30px;
/* 	width: 232; */
	width: 264px;
	padding: 0;
}

.feat-resource:nth-child(1) {
	margin-left: 7vw;
}

.feat-resource h3 {
	font-weight: 700;
}

.fr-title {
	text-transform : uppercase;
	text-align: center;
}

/*
.fr-energy {
	color : #B2BB1E; 
}
*/

.fr-image-energy {
	background-image: url(assets/fr-image-energy.png);
}

/*
.fr-action {
	color : #453B6A;
}
*/

.fr-image-action1 {
	background-image: url(assets/fr-image-action1.png);
}

.fr-image-action2 {
	background-image: url(assets/fr-image-action2.png);
}

/*
.fr-community {
	color : #FFC222;
}
*/

.fr-image-comm {
/* 	background-image: url(assets/fr-image-comm.png); */
	width: 231px;
}

.fr-image {
	width: 231px;
	height: 185px;
	background-size: cover;
	background-repeat: no-repeat;
}

.fr-image-home {
	width: 264px;
	height: 185px;
	background-size: cover;
	background-repeat: no-repeat;
}

.fr-metadata, .fr-text {
	font-size: 14px;
	margin-bottom: 10px;
}

.fr-metadata {
	letter-spacing: 0.5px;
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
	.strip {
		height: auto;
	}
	.community-image, .energy-image, .action-image {
		height: auto;
		min-height: 260px;
		width: 35vw;
	}
}


@media screen and (max-width: 1400px) {
	.strip {
		height: auto;
	}
	.community-image, .energy-image, .action-image {
		height: auto;
		min-height: 320px;
		width: 35vw;
	}
}

@media screen and (max-width: 990px) {
	.community-image, .energy-image, .action-image {
		display: none;
	}
}



/* == SIGN UP == */
.signup {
	background-color : #1F454F;
	color: #fff;
/* 	height: 114px; */
}

.signup-icon {
	background-image: url(assets/Asset-5.png);
	background-size: contain;
	width: 86px;
	height:64px;
	background-repeat: no-repeat;
	margin-top:27px;
	margin-left: 26vw;
}

#signup-btn {
	display: block;
/* 	background-color: #D2441E; og red */
	background-color: #BC3411;
	width: 169px;
	height: 63px;
	color: #fff;
	font-size: 21px;
/* 	margin-top: 27px; */
	margin-top: 32px;
	text-decoration: none;
	padding-top: 18px;
/* 	margin-bottom: 20px; */
}

#signup-btn:hover {
/* 	background-color: #2E8CE0; */
/* 	background-color: #F48214; orange */
	background-color: #E04319;
    transition: background-color ease-out 0.2s;
    text-decoration: none;
}

#signup-btn-wrapper {
	background: none;
}

a.no-hover-link, a:hover.no-hover-link {
	text-decoration: none;
}


/* == homepage tablet styles == */

@media screen and (max-width: 1270px) {
	.hero-box {
		top: 275px;
		left: 50vw;
	}
}

@media screen and (max-width: 990px) {
	.signup-icon {
		
	}
	.signup-btn {
		
	}
}

@media screen and (max-width: 850px) {
	.hero-box {
		top: 160px;
	}
}

@media screen and (max-width: 770px) {
	.signup-icon {
		margin-left: 41vw;
	}
	
	.signup-text{
		text-align: center;
	}
	#signup-btn {
		margin-top: 0;
		margin-left: 32vw;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 725px) {
	.hero-box {
		top: 230px;
		left: 45vw;
	}
	
	.community {
		margin-top: 200px;
	}
	
	.hero-bottom-title {
		margin-top: 400px;
	}
}



@media screen and (max-width: 625px) {
	.hero-box {
		top: 250px;
		left: 30vw;
	}
}



/* == homepage mobile styles == */

@media screen and (max-width: 515px) {
	.hero-box {
		width: 332px;
/* 		width: 320px; */
	/* 	height: 361px; */
		height: auto;
		z-index: 20;
		left: 0;
		top: 370px;
		padding-top: 9px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.hero-bottom-title {
		margin-top: 500px;
		margin-bottom: 20px;
		background: #fff;
/* 		z-index: 10; */
		display: block;
		position: relative;
	}
	
	.container-fluid {
		margin: 0;
		padding: 0;
	}

	#htt-line2 {
    	margin-left: 0vw;
	}

	.feat-resource {
		padding-left: 30px;
	}
	
	.feat-resource:nth-child(1) {
 	   margin-left: 0;
 	   padding-left: 40px;
	}

	.backfill-bottom-titles {
	    width: 100vw;
	    background: #fff;
	    z-index: 0;
	    margin: 0;
	    padding: 0;
	}
	
	.community {
		margin-top: 450px;
	}

	.hero-subtitle {
    	max-width: 100vw;
	    margin-top: -12px;
	    margin-bottom: 20px;
	    z-index: 0;
	}

	.community-image, .energy-image, .action-image {
		display: none;
	}

	.resources-title, .resources-subtitle {
		padding-left: 30px;
		max-width: 90vw;
	}

	.signup-icon {
		margin-left: 43vw;
	}

	#signup-btn {
		margin-left: 30vw;
	}
	
	.signup-text {
		padding: 0 20vw;
	}
}




/*-- SOLUTIONS PAGE ======================================= */

.solutions-page {
	font-size: 1.125em;
}


.solutions-hero-grade {
  background : -moz-linear-gradient(50% 0% -90deg,rgba(79, 179, 206, 1) 0%,rgba(79, 179, 206, 0) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(79, 179, 206, 1) 0%, rgba(79, 179, 206, 0) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(79, 179, 206, 1) ),color-stop(1,rgba(79, 179, 206, 0) ));
  background : -o-linear-gradient(-90deg, rgba(79, 179, 206, 1) 0%, rgba(79, 179, 206, 0) 100%);
  background : -ms-linear-gradient(-90deg, rgba(79, 179, 206, 1) 0%, rgba(79, 179, 206, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4FB3CE', endColorstr='#4FB3CE' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(79, 179, 206, 1) 0%, rgba(79, 179, 206, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4FB3CE',endColorstr='#4FB3CE' , GradientType=0);
}

.solutions-hero {
	width: 100vw;
	height: 284px;
	background-image: url(assets/solutions-birds-bg.png);
/* 	background-size: 20%; */
	background-size: 270px;
	background-repeat: no-repeat;
/* 	background-position-x: right; */
	background-position-x: 76vw;
	background-position-y: 50px;
}

@media screen and (min-width: 1700px) {
	.solutions-hero {
		background-postion-x: 70vw;
	}
}

.solutions-hero .hero-subtitle {
	background: none;
}

/* homepage subtitle */
.hero-subtitle {
	max-width: 70vw;
/* 	max-width: 940px; */
}

@media screen and (max-width: 430px) {
	.hero-subtitle {
    max-width: 95vw;
	}
}


.solutions-photo-grade {
  background : -moz-linear-gradient(50% 100% 90deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.91) 8.89%,rgba(255, 255, 255, 0) 100%);
  background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.91) 8.89%, rgba(255, 255, 255, 0) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(0.0889,rgba(255, 255, 255, 0.91) ),color-stop(1,rgba(255, 255, 255, 0) ));
  background : -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.91) 8.89%, rgba(255, 255, 255, 0) 100%);
  background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.91) 8.89%, rgba(255, 255, 255, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.91) 8.89%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF' , GradientType=0);
  z-index: 10;
   
}

.solutions-photo {
	background-image: url(assets/solutions-photo2.jpg); 
	background-size: cover;
	height: 370px;
	z-index: -1;
}

.solution-photo-subtitle {
	margin-left: 7vw;
	padding-right: 7vw;
/* 	max-width: 1158px; */
	margin-top: 2em;
	font-size: 1.2em;
}

/* == Solution Groups == */

.solution-group {
	margin-left: 7vw;
}

.sol-comm h2 {
 color : #FFC222;
}

.sol-energy h2 {
 color : #B2BB1E;
}

.sol-action h2 {
  color : #453B6A;
}

.sol-icon {
	background-size: contain;
	width: 195px;
	height: 195px;
	margin-top: 60px;
	margin-right: 25px;	
}

.yellow-icon {
	background-image: url(assets/yellow-icon.png);
}

.green-icon {
	background-image: url(assets/green-icon.png);
}

.purple-icon {
	background-image: url(assets/purple-icon.png);
}

.solutions-ctas {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.solutions-box {
	width: 323px;
	height: 81px;
/* 	border: 2px solid black; */
	margin-bottom: 3px;
	font-size: 28px;
	text-transform: uppercase;
}

.box1 {
	background : #F8E7C2;
}

.box2 {
	background : #F7D084;
}

.box3 {
	  background : #FFC222;
}

.box1:hover, .box2:hover, .box3:hover {
	background : #f9ecd0;	
}

.box4 {
	 background : #EFEFA8;
}

.box5 {
	  background : #D1D161;
}

.box6 {
	  background : #B2BB1E;
}

.box4:hover, .box5:hover, .box6:hover {
	background : #EEF1BF;	
}

.box7 {
	  background : #C8C0E0;
}

.box8 {
	  background : #7A72A5;
	  color: #fff;
}

.box9 {
	  background : #453B6A;
	  color: #fff;
}

.box7:hover, .box8:hover, .box9:hover {
	background : #CBC4DB;	
}


.sol-hr {
	margin-left: 7vw;
/* 	margin-right: 7vw; */
	max-width: 1158px;
}


.solutions-text-strip {
	max-width: 600px;
	font-size : 1em;
	line-height: 1.7em;
}

.solutions-quote {
	margin-left: 12vw;
/* 	margin-bottom: 5vh; */
	margin-bottom: 54px;
}

.solutions-quote p, .quote-text p {
	font-size: 1.45em;
	font-style: italic;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}


.quote-lt {
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(assets/quote-lt.png);
	width: 50px;
	height: 82px;
	top: 75px;
	left: -46px;

}

.quote-rt {
	background-image: url(assets/quote-rt.png);
	width: 100px;
	height: 82px;
	top: -85px;
	left: 855px;
}

.attribution {
	text-align: end;
	text-align: right;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 0;
	margin-left: 30vw;
}

.solutions-signup {
	font-size: 16px;
}

/* Tablet mobile styles for box buttons apply to 1008px to 1230px

	980 to 1112
	
 */
@media screen and (max-width: 1230px) {
	.solution-group {
		margin-left: 2vw;
	}
}

@media screen and (max-width: 1155px) {
	.solution-group {
		margin-left: 0;
	}
	.solutions-box {
		font-size: 24px;
	}
}

/* == Mobile Styles == */
@media screen and (max-width: 515px) {
	.solutions-photo {
		display: none;
	}
	.solution-photo-subtitle {
	    margin-top: 5em;
	}
	.solutions-quote p, .quote-text p {
    font-size: 1.45em;
    font-style: italic;
    margin-bottom: 1em;
    margin-right: 1em;
}
	
}

@media screen and (max-width: 350px) {
	.solution-photo-subtitle {
	    margin-top: 10em;
	}
	
	.solutions-box {
	    width: 300px;
	    height: 81px;
	    margin-bottom: 3px;
	}
}


/*-- COMMUNITY SOLUTIONS ======================================= */

.comm-yellow {
	color: #FFC222;
}

.community-page {
/* 	margin-left: 7vw; */
	padding-top: 30px;
	font-size: 18px;
}

.ind-solution-icon {
	background-size: contain;
	width: 164px;
	height: 164px;
/* 	margin-top: 50px; */
	margin-right: 7px;
	margin-left: 15px;
	background-repeat: no-repeat;
}

.community-icon-yellow {
	background-image: url(assets/yellow-icon.png);
}

.uncat-icon-blue {
	background-image: url(assets/uncat-icon.png);
}

.comm-top-h2 {
	font-size: 22px;
	font-family: "Merriweather", serif;
	font-weight: 700;
}

.comm-top-title {
    font-weight: 400;
    font-size: 60px;
    margin-top: 0;
}



.blue-birds {
	height: 210px;
	background-image: url(assets/blue-birds.png);
	background-size: 270px;
	background-repeat: no-repeat;
	background-position-x: 40vw;
}

.hero-subtitle-nopad {
	font-weight: 300;
	max-width: 1200px;
	line-height: 1.2;
	font-size: 24px;
	margin-top: -6px;
	margin-bottom: 30px;
}

.comm-top-circle {
	width: 395px;
	height: 395px;
	background-image: url(assets/comm-top-circle.png);
	background-size: contain;
}

.bottom-info-columns {
	margin-top: 50px;
}



.comm-workshop-column {
	max-width: 566px;
}

.comm-knowledge-column {
	max-width: 566px;
}

.banner-btn {
	width: 524px;
	height: 86px;
	text-align: center;
	text-transform: uppercase;
	font-size: 31px;
	padding-top: 20px;
}

.related-workshops-banner {
	background-color:#F8E7C2;
	margin-bottom: 15px;
}

.knowledge-center-banner {
	background-color:#F7D084;
}

.comm-page-fr-image {
	float: right;
	margin-top: 14px;
	margin-left: 10px;
}

.comm-page-fr-workshop {
	padding-right: 20px;
}

.comm-page-fr-workshop h3 {
	font-weight: 700;
	float: left;
/* 	max-width: 280px; */
	margin-top: 6px;
	
}

.comm-page-metadata {
	margin-bottom: 10px;
	display: block;
/* 	padding-left: 50px; */
}

.comm-page-fr-text {
	line-height: 1.8;
	min-height: 185px;
}

.comm-page-knowledge-item {
	margin-top: 25px;
}

.comm-page-knowledge-item-metadata {
  color : #D2441E;
  font-size: 20px;
}

.comm-page-knowledge-item h3 {
	font-weight: 700;
}

.comm-page-knowledge-item h3 a {
	color: #1F454F;
	text-decoration: none;
}

.comm-page-knowledge-item-text {
	line-height: 1.8;
}

.comm-page-video {
/* 	background-image: url(assets/comm-video.png); */
/* 	background-size: contain; */
	width: 490px;
	height: 275px;
	margin-top: 20px;
}

.comm-video-link {
	background-size: contain;
	width: 490px;
	height: 275px;
}

.see-more-btn {
/* 	background-color: #d2441e; */
	width: 135px;
	height: 46px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 50px;
}

.related-projects-banner {
	background-color : #FFC222;
	width: 90vw;
	height: 81px;
	text-align: center;
	text-transform: uppercase;
	font-size: 31px;
	padding-top: 20px;
}

.comm-ft-circle {
/* 	background-image: url(assets/comm-ft-circle.png); */
/* 	background-size: contain; */
/* 	background-repeat: no-repeat; */
	width: 220px;
	height: 220px;
/* 	display: block; */
}

.related-projects-row {
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 10px;
}

.related-projects-text {
	margin-top: 60px;
	margin-left: -50px;
/* 	padding-left: -50px; */
}

@media screen and (max-width: 1200px) {
	.related-projects-text {
	margin-left: 0px;
	}
}

@media screen and (min-width: 765px) and (max-width: 1000px) {
	.related-projects-text {
	margin-left: 40px;
	}
}

.related-projects-text h3 a {
	color: #1F454F;
	text-decoration: none;
	font-weight: 700;
}

.learn-more-btn {
/* 	background-color: #d2441e; */
	width: 160px;
	height: 46px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 123px;
	margin-bottom: 50px;
}

.bottom-quote {
	margin-left: 5vw;
/* 	margin-bottom: 5vh; */
	margin-bottom: 54px;
	max-width: 80vw;
}

.bottom-quote p {
	font-size: 1.45em;
	font-style: italic;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.comm-quote-lt {
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(assets/quote-lt.png);
	width: 50px;
	height: 82px;
	top: 75px;
	left: -46px;
}

/* === Indiv. Soltions Mobile Styles === */
@media screen and (max-width: 515px) {
	.community-page {
		padding: 0 20px;
	}
	
	.hero-subtitle-nopad {
		margin-top: 20px;
	}
	
	.comm-top-circle,
	.climate-top-circle,
	.climate-top-circle {
	    width: 295px;
	    height: 295px;
	    margin-left: 60px;
	}
	
	.banner-btn {
	    width: 90vw;
	}
	
	.comm-quote-lt {
	    left: -15px;
	    margin-bottom: 10px;
	}
}



/*-- ENERGY PAGE ======================================= */
.energy-green {
  color : #B2BB1E;
}

.energy-icon-green {
	background-image: url(assets/green-icon.png);
}

.energy-top-circle {
	width: 395px;
	height: 395px;
	background-image: url(assets/energy-top-circle.png);
	background-size: contain;
}

.energy-related-workshops-banner {
	background-color: #efefa8;
	margin-bottom: 15px;
}

.energy-knowledge-center-banner {
	background-color: #D1D161;
	margin-bottom: 15px;
}

.energy-related-projects-banner {
	background-color : #B2BB1E;
	width: 90vw;
	height: 81px;
	text-align: center;
	text-transform: uppercase;
	font-size: 31px;
	padding-top: 20px;
	margin-left: 15px;
}



/*-- CLIMATE PAGE ======================================= */
.climate-purple {
  color : #453b6a;
}

.climate-icon-purple {
	background-image: url(assets/purple-icon.png);
}

.climate-top-circle {
	width: 395px;
	height: 395px;
	background-image: url(assets/climate-top-circle.png);
	background-size: contain;
}

.climate-related-workshops-banner {
	background-color: #C8C0E0;
	margin-bottom: 15px;
}

.climate-knowledge-center-banner {
	background-color: #7A72A5;
	margin-bottom: 15px;
	color: #fff;
}

.climate-related-projects-banner {
	background-color : #453B6A;
	width: 90vw;
	height: 81px;
	text-align: center;
	text-transform: uppercase;
	font-size: 31px;
	padding-top: 20px;
	color: #fff;
}


/*-- PEER LEARNING PAGE ======================================= */
.peer-learning-hero {
	width: 100vw;
	height: 284px;
	background-image: none;
}

.peer-learning-hero .hero-subtitle {
	background: none;
}

.peer-learning-hero-box {
	width: 332px;
	height: auto;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	z-index: 20;
	position: absolute;
	background-color: #fff;
	left: 67vw;
	top: 20vh;
	padding-top: 9px;
	padding-left: 18px;
	padding-right: 18px;
}

.peer-learning-hero-box h3 {
	font-size: 1.6em;
	font-weight: 700;
	margin-top: 4px;
	margin-bottom: 5px;
}

.peer-learning-photo {
	background-image: url(assets/peer-learning-strip.jpg); 
	background-size: cover;
	height: 370px;
	background-repeat: no-repeat;
}

.search-box {
	background-color: #1F454F;
	width: 100%;
	height: 115px;
}

.search-box-item {
	display: inline-block;
	float:left;
	color: #fff;
	margin-right: 10vw;
}

.search-in-dev {
	margin-left: 20vw;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: 40px;
}



/* == PEER LEARNING ITEMS == */
.peer-learning-item-row {
	margin-top: 50px;
	margin-left: 7vw;
}

.pl-flex-container {
	justify-content: flex-start;
	margin-left: 5vw;
}

.peer-learning-item-container {
	margin: 40px 20px 10px 20px;
	width: 300px;
}

.pl-pagination {
	clear: both;
	display: block;
	width: 100%;
	margin-left: 4vw;
}

.peer-learning-item {
	width: 264px;
	height: 27px;
}

.peer-learning-item-container h3 {
	font-weight: 700;
}

.pl-energy-item {
	background : #B2BB1E;

}

.pl-energy-item::after {
	content: "CLEAN ENERGY CITIES";
	position: relative;
	font-size: 18px;
	left: 40px;
} 

.pl-community-item {
	background : #FFC222;
}

.pl-community-item::after {
	content: "COMMUNITY-DRIVEN RESILIENCE";
	position: relative;
	font-size: 17px;
	left: 14px;
} 

.pl-climate-item {
	background : #453B6A;
	color: #fff;
}

.pl-climate-item::after {
	content: "REGIONAL CLIMATE ACTION";
	position: relative;
	font-size: 18px;
	left: 27px;
	color: #fff;
} 


.pl-image {
	width: 264px;
	height: 185px;
	background-size: cover;
	background-repeat: no-repeat;
}


/* === Mobile Styles === */
@media screen and (max-width: 515px) {

	.peer-learning-hero-box {
	    width: 332px;
		left: 5vw;
	    top: 400px;
	}
	
	.peer-learning-photo {
		display: none;
	}
	.peer-learning-hero {
	    height: 700px;
	}
	.search-box {
	    height: 320px;
	}
	.pl-flex-container {
	    justify-content: center;
	    margin-left: 0;
	}
}

@media screen and (max-width: 380px) {

	.peer-learning-hero-box {
		left: 1vw;
	}

}



/*-- Upcoming Event TABS ======================================= */

.tab-wrap {
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tab:checked + label {
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}

.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
}

.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  text-align: center;
	    border-left: 1px solid #929292;
	    border-right: 1px solid #929292;	    
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}

.tab + label:hover {
  
  box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-radius: 6px;
}

@media screen and (min-width: 1000px) {
	.tab__content {
		padding-left: 90px;
	}
}

.tab-wrap label {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    color: #1F454F;
    margin-top: -20px;
    padding-top: 5px;
}


/* DEFAULT */
.energy-tab + label  {
  background-color : #D1D161;
}

.climate-tab + label  {
  background-color : #7A72A5;
  color: #fff;
}

.community-tab + label  {
	background-color: #F7D084;
}

.uncat-tab + label {
	background-color: #38A4C8;
}

/* CHECKED */
.energy-tab:checked + label  {
  background-color : #B2BB1E;
}

.climate-tab:checked + label  {
  background-color : #453b6a;
}

.community-tab:checked + label  {
	background-color: #FFC222;
}

.uncat-tab:checked + label {
	background-color: #23688C;
	color: #92B8D8;
}

/* HOVER */
.energy-tab:hover + label  {
  background-color : #EFEFA8;
}

.climate-tab:hover + label  {
  background-color : #C8C0E0;
}

.community-tab:hover + label  {
	background-color: #F8E7C2;
}

.uncat-tab:hover + label {
	background-color: #58BCDD;
}







/*-- PL Event Mainpage ======================================= */
.pl-event-page {
	padding-left: 7vw;
	padding-right: 7vw;
}

.pl-event-main-title {
    font-weight: 400;
    font-size: 60px;
    margin-top: 0;
}

.pl-event-hero {
	min-height: 492px;
	background-image: url(assets/pl-event-hero.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.pl-banner-btn {
	max-width: 30%;
	height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
    margin-top: 20px;
    padding-top: 7px;
    margin-right: 10px;
}

.pl-banner-details {
	background : #EFEFA8;
}

.pl-banner-teams {
	background : #D1D161;
}

.pl-banner-knowledge {
	background : #B2BB1E;
}

.apply-row {
	margin-top: 40px;
	margin-bottom: 40px;
}

.apply-date {
	text-align: center;
	font-size: 31px;
	font-weight: 600;
}

.apply-btn {
	background-color: #D2441E;
	width: 235px;
	height: 80px;
	color: #fff;
	font-size: 31px;
}

.pl-text {
	font-size: 1.2em;
	position: relative;
}

.pl-text ul li {
	margin-bottom: 10px;
}

.pl-text h3 {
	font-weight: 600;
	font-size: 1.7em;
}

.pl-top-quote {
	font-size: 1.3em;
	font-style: italic;
	font-weight: 300;
	position: relative;
	top: -40px;
	right: -20px;
}

.pl-attribution {
	text-align: end;
	text-align: right;
	font-size: .8em;
	color: #58595b;
}

.pl-tab-attribution {
	text-align: end;
	text-align: right;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 50px;
	margin-left: 25vw;
}

/* == color changes == */

.pl-energy-title {
	color : #B2BB1E;	
}

.pl-community-title {
	color: #FFC222;
}

.pl-climate-title {
	color: #453B6A;
}

.pl-uncat-title {
	color: #4FB3CF;
/* 	margin-top: -40px; */
}


.apply-now-btn-wrapper {
	margin-top: 6px;
}


/*-- PL Event DETAILS ======================================= */

.event-sponsor-logo {
	width: 154px;
	margin-right: 5vw;
}

/*-- PL Event TEAM ======================================= */

.team-intro {
	margin-top: 50px;
}


/*-- PL Event Resources ======================================= */

.event-resources-tab h3 {
	margin-bottom: 20px;
}

.resource-grid {
	max-width: 750px;
}

/*-- PL Event Mobile Styles ======================================= */
@media screen and (min-width: 1160px) {
	.apply-now-btn-wrapper {
		margin-left: -100px;
	}
}

@media screen and (max-width: 1031px) {
	.kc-item-wrapper {
		padding-left: 40px;
		padding-right:40px;
	}
}

@media screen and (max-width: 991px) {
	.ind-solution-icon {
	    background-size: contain;
	    width: 164px;
	    height: 164px;
	    margin-top: 200px;
	    margin-right: 7px;
	    margin-left: 15px;
	}
	
	.pl-event-hero {
	    min-height: 350px;
	    margin-top: 20px;
	}
	
	.apply-btn {
		margin-top: 40px;
	}
	
	.quote-lt {
	    top: 75px;
	    left: 0;
	    margin-bottom: 10px;
	}
	
	.solutions-quote p, .quote-text p {
		padding-top: 10px;
		padding-left: 20px;
	}
	
	.resource-grid hr {
		max-width: 60vw;
	}
}

@media screen and (max-width: 925px) {
	.tab + label {
		height: 65px;
	    border: 1px solid #929292;
	    border-radius: 0;
	}
	
	#tab3 + label, #tab4 + label {
		height: 55px;
	}
}

@media screen and (max-width: 770px) {
	.ind-solution-icon {
	    margin-top: 0;
	}
	
	.pl-tab-attribution {
	    text-align: end;
	    text-align: right;
	    font-weight: 300;
	    font-size: 18px;
	    margin-bottom: 50px;
		margin-left: 40vw;
	}
	
	.pl-tab-attribution-affiliation {
	    text-align: end;
	    text-align: right;
	    margin-left: 23.5vw;
	}
}	

@media screen and (max-width: 515px) {
	.pl-event-main-title {
	    font-weight: 400;
	    font-size: 50px;
	    margin-top: 0;
	}
	.ind-solution-icon {
	    width: 124px;
	    height: 124px;
	    margin-right: 7px;
	    margin-left: 15px;
	}	
	.pl-event-hero {
	    min-height: 260px;
	    margin-top: 20px;
	}
	
	.pl-tab-attribution {
		margin-left: 40vw;
		padding-left: 100px;
	}

}

@media screen and (max-width: 420px) {
	#tab3 + label {
		height: 65px;
	}
	.pl-tab-attribution-affiliation {
	    margin-left: 18vw;
	}	
}

@media screen and (max-width: 380px) {
	.pl-tab-attribution {
		margin-bottom: 50px;
		margin-left: 25vw;
		padding-left: 100px;
	}
	
	.pl-tab-attribution-affiliation {
	    margin-left: 18vw;
	}

}



/*-- KNOWLEDGE CENTER ======================================= */

.knowledge-photo {
	background-image: url(assets/know-hero.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	width: 100%;
}

.filter-sidebar {
	height: 1500px;
	background-color: #4fb3ce;
	position: relative;
	left: -20px;
}

.filter-sidebar h2, .filter-sidebar h3 {
	font-weight: 600;
}

.kc-search-box {
	background-color: #1F454F;
	width: 120%;
	height: 115px;
	position: relative;
	left: -36px;
}

.filter-wrapper {
	margin-left: 20px;
}

.filter-wrapper h4 {
	padding-top: 40px;
	text-align: center;
}

.kc-item-wrapper {
	margin-top: 20px;
	margin-bottom: 50px;
}

.kc-text {
	width: 40vw;
}

.icon-107-square {
	width: 107px;
	height: 107px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 50px;
}


.kc-metadata {
	color: #d2441e;
}

.kc-item-title {
	font-weight: 700;
}


/* === Upcoming Event Mobile Styles === */
@media screen and (max-width: 515px) {

	.solutions-hero {
		height: 550px;
	}

	.knowledge-photo {
		display: none;
	}
	
	.filter-wrapper {
    	margin-left: 40px;
	}
	
	.filter-sidebar {
	    height: 575px;
		left: 0;
	}
	
	input.facetwp-search {
	    margin-top: 40px;
	    margin-left: 300px;
	}
	.kc-search-box {
	    background-color: #1F454F;
	    width: 110%;
	    height: 115px;
	    position: relative;
	    margin-left: 0px;
	    padding-left: 50px;
	}
	.kc-item-wrapper {
		max-width: 100%;
		padding-left: 60px;
		padding-right: 40px;
	}
	
	.facetwp-pager {
		padding-left: 50px;
	}
}


/*--  FILTERS ======================================= */

/* dropdown selectors */
select {
   border: 1px solid #111;
   background: transparent;
   width: 250px;
   padding: 5px 35px 5px 5px;
   font-size: 22px;
   border: 1px solid #ccc;
   height: 52px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(assets/down-arrow.png) 96% / 5% no-repeat #eee;
    color: #a7a9ac;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}

#datepicker input {
	width: 100px; !important
}



/*-- Archived Event Page ======================================= */

.a-pl-event-hero {
	min-height: 492px;
	background-image: url(assets/archived-event-hero.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.a-pl-overview-title {
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.tab__content h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 28px;
}

.a-event-details-tab > .pl-text {
	margin-top: 40px;
}

.a-event-team-tab > .row {
	margin-top: 40px;
}

.a-pl-team-item {
	position: relative;
	max-width: 490px;
	background-color: #DFE0E1;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 90px;
	padding: 20px;
}

.a-pl-team-item a {
	text-transform: uppercase;
	color: #4CB2D1;
	font-weight: 700;
	font-size: 25px;
	text-decoration: none;
	margin-top: 20px;
}

.a-pl-energy-text-green {
	color: #4CB2D1;
}

.team-name {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
}

.team-name-entry {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 35px;
}

.team-location {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 15px;
}

.neg-pad-90 {
	margin-left: -90px;
}

/* Team Tab Mobile Styles  */
@media screen and (max-width: 715px) {
	.a-pl-team-item {
	    max-width: 320px;
	    margin-left: 100px;
	}
	
	.a-pl-team-item a {
		font-size: 20px;
	}
}

@media screen and (max-width: 515px) {
	.a-pl-team-item {
	    margin-left: 80px;
	}
}

/* === Archived Event Resource Tab  === */

.a-event-resources-tab .kc-metadata {
	font-size: 20px;
}

.a-event-resources-tab .kc-item-title {
	font-size: 25px;
}

.a-event-resources-tab hr {
	width: 75vw;
	margin: 0;
	padding: 0;
}

.a-event-resources-tab .row {
	margin-top: 20px;
	margin-bottom: 20px;
}

.a-resource-grid {
	max-width: 750px;
}

.a-resource-grid .feat-resource:nth-child(1), .resource-grid .feat-resource:nth-child(1) {
    margin-left: 3.1vw;
}

.a-event-resources-tab .feat-resource:nth-child(1) {
	margin-left: 3.1vw;
}

.a-resource-grid hr {
	max-width: 475px;
}

.agenda-col {
	margin-top: 20px;
	margin-left: 40px;
}

.tab-wrap {
	margin-top: -40px;
}

/* == Archived Event Responsive Styles == */

@media screen and (min-width: 1315px) {
	.tab-wrap {
		margin-top: 0;
	}
}

@media screen and (max-width: 1180px) {
	.tab-wrap {
		margin-top: -100px;
	}
}

@media screen and (max-width: 990px) {
	.a-resource-grid hr {
    	max-width: 60vw;
    	margin-left: 10vw;
	}
	
	.pagination {
		margin-left: 40px;
	}
	.icon-107-square {
		margin-left: 10px;
	}
}

@media screen and (max-width: 768px) {
	.agenda-col {
		margin-left: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-content: space-around;
		align-content: center;
	}
	
	#resource-dl-btn {
		flex: 0 1 auto;
	}


}

@media screen and (max-width: 515px) {
	.a-resource-grid .kc-item-wrapper {
		padding-left: 40px;
		padding-right: 20px;
	}
}








/*-- Content-resource page ======================================= */

#resource-dl-btn, a:visited.resource-dl-btn, a.resource-dl-btn {
	background-color: #BC3411;
	margin-top: 42px;
	margin-bottom: 42px;
	color: #fff;
}

.resource-dl-link {
	display: block;
	background-color: #BC3411;
	width: 150px;
	height: 80px ;
	color: #fff !important;
	font-size: 24px;
	padding-top: 25px;
	padding-left: 0px;
	text-decoration: none;
}

.resource-dl-link:hover, .resource-dl-link:active,
#resource-dl-btn:hover, .resource-dl-btn a:hover  {
	color: #fff;
	background-color: #E04319;
    transition: background-color ease-out 0.2s;
    text-decoration: none;
}

#subtitle {
	margin-top: 0;
}

.additional-links p {
	margin-bottom: 0.8em;
}

/* All post entries */
.entry-header, .entry-content, .entry-footer {
	padding-left: 7vw;
	padding-right: 7vw;
}

.resource-placeholder-img {
	width: 500px;
	height: 300px;
	background-color: #f3f3f3;
}


/*-- ACF MAP ======================================= */
.acf-map {
	width: 90%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.overlay {
background:transparent;
position:relative;
width:80%; /* your iframe width */
height:410px; /* your iframe height */
top:410x; /* your iframe height */
/* margin-top:-410px; /* your iframe height */ */
}


/* ======= MISC =========== */
a.solutions-btn {
	color: #1F454F;
	text-decoration: none;	
}

.purple-ctas a.solutions-btn {
	color: #fff;
}

.see-more-btn a.solutions-btn {
 	color: #fff;
}

.pl-hero-subtitle {
	max-width: 940px;
}


/*-- TEAM CPT PAGES ======================================= */

.type-team .entry-content {
	max-width: 75vw;
}

@media screen and (min-width: 1300px) {
	.type-team .entry-content {
		max-width: 60vw;
	}
}

@media screen and (max-width: 800px) {
	.type-team .entry-content {
		max-width: 100vw;
	}
}


/*-- PAGINATION ======================================= */

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #3279BB;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}

/* ==== Pagination Mobile Styles ==== */
@media screen and (max-width: 515px) {
	.pagination {
	    padding: 20px 0;
		margin-left: 50px;
	}
}



/*-- FLEXBOX ======================================= */

.flex-wrapper {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome, Safari 6+ */
	display: flex;   

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.flex-item {
	-webkit-box-flex: 0 1 auto;
	-moz-box-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;

}


/*-- Footer ======================================= */

.blue-footer {
	background-color: #4CB4D1;
}

.footer-row {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-logo {
	width: 270px;
	margin-left: 60px;
	margin-right: 60px;
}

a.isc-logo-link {
	position: relative;
	display: block;
	width: 250px;
	height: 70px;
	margin-bottom: -70px;
	margin-left: 60px;
	z-index: 20;
}

.footer-center-col {
	padding-right: 50px;
}

.footer-right-col {
	border-left: 2px solid #23454F;
	padding-left: 50px;
}

.footer-social {
	font-size: 18px;
	font-weight: 600;
}

.footer-social-icon {
	max-width: 25px;
	margin-left: 20px;
	max-height: 50px;
}

.flex-container-center {
   display: -webkit-flex;
   display: flex;
	-webkit-align-items: center;
	align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   /* You can set flex-wrap and flex-direction individually */
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   /* Or do it all in one line with flex flow */
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   /* tweak the where items line up on the row */
   /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
   -webkit-align-content: space-around;
/*    align-content: flex-end; */
	align-content: center;
}

.partner-logo {
	flex: 0 1 auto;
	max-width: 180px;
	height: auto;
	margin: 20px;
}

@media screen and (max-width: 1080px) {
	.partner-logo {
		margin: 40px;
	}
}

#fbook-icon {
	height: 25px;
}

.footer-links a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #23454F;
	text-transform: uppercase;
	font-weight: 600;
}

.footer-links {
	margin-bottom: 35px;
}

.site-by {
	padding-bottom: 20px;
}

@media screen and (max-width: 500px) {
	.site-by {
		padding-left: 20px;
	}
}

/* === footer mobile styles === */
@media screen and (max-width: 515px) {
	.blue-footer {
		padding: 20px;
	}
	
	.footer-center-col {
		margin-top: 10px;
	}
	
	.footer-right-col {
		border: none;
	}
}

@media screen and (max-width: 430px) {
	.footer-logo {
/* 		margin-left: 12vw; */
		padding-left: 4vw;
		padding-right: 4vw;
	}
	
	.footer-center-col {
		padding-top: 5vh;
		padding-left: 10vw;
		padding-right: 10vw;
	}

	.footer-right-col {
		padding-top: 5vh;
	}

}

@media screen and (max-width: 330px) {
	.footer-logo {
		margin-left: 10vw;
		margin-right: 0;
		padding-left: 0vw;
		padding-right: 0vw;
	}
}



/*-- Related Projects ======================================= */

a.related-project-link {
	color: #fff;
}


/*-- PLACES ======================================= */

.places-hero {
	width: 100vw;
	height: 284px;
	background-image: none;
}

.places-hero .hero-subtitle {
	background: none;
}

.places-hero-photo {
	background-image: url(assets/places-hero2.jpg); 
	background-size: cover;
	height: 500px;
	background-repeat: no-repeat;
}

.places-hero-box {
	width: 332px;
	height: auto;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	z-index: 20;
	position: absolute;
	background-color: #fff;
	left: 67vw;
	top: 20vh;
	padding-top: 9px;
	padding-left: 18px;
	padding-right: 18px;
}

.places-hero-box h3 {
	font-size: 1.6em;
	font-weight: 700;
	margin-top: 4px;
	margin-bottom: 5px;
}

.places-banner-block {
	background : #4FB3CE;
	width: 100%;
	height: 60px;
}

.places-banner-block h3 {
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	font-weight: 600;
}

.places-comm-banner {
	margin-top: 20px;
}

.place-item-wrapper {
	width: 580px;
	height: auto;
	background-color: #E7E7E8;
	padding: 30px;
	float: left;
	margin: 40px;
}

.place-image {
	border: 4px solid #1E4550;
	background-image: url(assets/hero-box-image.png);
	background-size: cover;
	width: 512px;
	height: 182px;
	box-sizing: content-box;
}

.named-location {
	padding-top: 20px;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
	color: #4CB2D1;
}

.named-location p, .place-subtitle p {
	margin-bottom: 0;
}

h3.place-item-title {
	font-weight: 400;
	font-size: 30px;
	margin-top: 0;
}

.status-check {
	font-size: 11px;
	display: inline;
}

.place-subtitle {
	font-weight: 300;
}

.place-link {
	display: block;
	text-align: right;
	text-align: end;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: -10px;
	color: #4CB2D1 !important;
}


.g-map {
	padding-left: 8.5vw;	
}

/* === Mobile Styles === */
@media screen and (max-width: 515px) {
	.places-hero-photo {
		display:none;
	} 
	
	.places-hero {
	    height: 900px;
	}
	
	.places-hero-box {
	    width: 332px;
		left: 5vw;
	    top: 550px;
	}
	
	.place-item-wrapper {
	    width: 350px;
	    padding: 30px;
	    float: left;
	    margin: 40px;
	}
	
	.place-image {
	    border: 4px solid #1E4550;
	    background-image: url(assets/hero-box-image.png);
	    background-size: cover;
	    width: 290px;
	    height: 102px;
	    box-sizing: content-box;
	}
}

@media screen and (max-width: 380px) {

	.places-hero-box {
	    width: 320px;
		left: 2vw;
	}

	.pl-hero-subtitle {
		font-size: 1.3em;
	}
}



/*-- SEARCH ======================================= */
.menu-item.menu-item-search { 
	width:200px;
	position: fixed;
	top: 40px;
	left: 80vw;

}

@media screen and (max-width: 1370px) {
	.menu-item.menu-item-search { 
		left: 75vw;	
	}
}

@media screen and (max-width: 1500px) {
	.menu-item.menu-item-search { 
		display: none;
	}
}


.menu-search-form { 
	float:right;
	padding-top:3px;
	width: 190px;
}

form.menu-search-form { 
	width:auto; 
}

form.menu-search-form #s { 
	background:#fff; 
	border:1px solid #000; 
	font-size:11px; 
	margin:0 2px 0 0; 
	padding:2px; 
	width:140px; 
	float:left;
}

.menu-search-form input#searchsubmit.my-wp-search { 
	background:#1E4550; 
	color:#fff; 
	cursor:pointer; 
	float:right; 
	padding:2px; 
	text-transform:uppercase; 
}

.flex-element.facet {
margin-right: 40px;
margin-top: 35px;
}

.flex-element.facet input.facetwp-search {
	line-height: 20px;
	font-size: 18px;
	margin-top: 0px;
	margin-left: 0px;
}

#facet2 {
	margin-top:35px;
}

#facet3 {
	margin-top:40px;
}


/*-- Knowledge Center search -- */
input.facetwp-search {
	line-height: 20px;
	font-size: 18px;
	margin-top: 40px;
	margin-left: 40px;
}


/* Sitewide search results */
.search-results-margin {
	margin-left: 7vw;
}

.search-post-type {
	display: inline-block;
	width: auto;
	border: 1px solid #4d4a4a;
	padding: 5px 8px;
	margin: 5px 0;
	text-align: center;
}

peer-learning-item.inline-block {
	display: inline !important;
}

.fullsite-search-pagination {
	margin-left: 7vw;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;	
}

.page-numbers {
	padding: 0 3px;
}


/* ===== Collections Template ===== */

.page-template-page-newvisual body {
	font-size: 16px;
}

.flow-text {
    font-size: 2rem;
}

.collections-footer {
	color: #fff !important;
	font-weight: 300;
}

.collections-footer-top {
	padding: 0 auto;
	text-align: center;
}

#footer-logo-row {
	padding-left: 20vw !important;
}

.collections-footer-logo {
	max-height: 110px;
	width: auto;
	flex: 0 1 auto;	
}

.collections-footer a.accent-deep-orange {
	margin-left: 25vw;
}

@media screen and (max-width: 1500px) {
	.collections-footer a.accent-deep-orange {
	margin-left: 23vw;
	}
}

@media screen and (max-width: 1200px) {
	.collections-footer a.accent-deep-orange {
	margin-left: 31vw;
	}
}

@media screen and (max-width: 1000px) {
	.collections-footer a.accent-deep-orange {
	margin-left: 25vw;
	}
}

@media screen and (max-width: 500px) {
	.collections-footer a.accent-deep-orange {
	margin-left: 5vw;
	}
}

.collections-footer-end-row {
	color: #fff !important;
	margin-bottom: -40px;
}

.collections-footer-end-row a {
	color: #fff !important;
}

.page-template-page-newvisual #full-screen-search {
	display: none;
}

/* Top Collections Hero  */
.vc_custom_1487267798482 {
	height: 464px;
	margin-top: -30px;
}

.hero.parallax-container {
	height: 274px;
}

.vc_custom_1487267798482 {
	height: 464px !important;
	margin-top: -30px;
}


/* Accordians */
.collapsible.popout {
    border: none;
    box-shadow: none;
}
.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
    height: auto;
    line-height: 1.5rem;
    padding: 1.5rem;
    
    background-color: #4b69ee;
    color: #fff;
    
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
    box-shadow: 0px 4px 10px #a1a1a1;
	transform: scale();
	transition: transform .2s;
}

.collapsible-header.active {
	margin-top: 10px;
	border-bottom: none;
	box-shadow: none;
}

.collapsible-body {
    overflow: hidden;
    display: none;
    border: 1px solid #ddd;
    border-top: none;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px #a1a1a1;
    margin-bottom: 20px;
    padding: 1rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	transform: scale(1.1);
	transition: transform .2s;
	margin-top: 10px;
	background-color: #f4f4f4;

}

.collapsible-body.active {
	border-top: 
}

.collapsible-header.active,
.collapsible-body.active {
	transform: scale(1.1)
}

ul.collapsible li {
	list-style: none;
}

/* === Top Text Box Quadrants === */
.card-panel {
/* 	background-color: rgba(211, 211, 211, 0.5); */
	background-color: rgba(255, 255, 255, 0.88);
	padding: 20px 10px;
	box-shadow: 0px 0px 5px #c2c2c2;
	font-weight: 400;
}

/* === Cards === */
.card {
	max-height: 400px;
	overflow-y: scroll;
	padding: 10px;
	font-weight: 300;	
    background-color: #f4f4f4;
    color: #273fab;
    line-height: 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px #828dac;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 50px;
	margin-top: 10px;
}

.card a {
	color: #1facdf;
}

.card-title {
	text-align: center !important;
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 50px 10px 50px;
}

.card-title.activator,
.card-excerpt {
	display: none;
}

.color-text p,
.color-text ul li {
    color: #273fab !important;
}

/* === Slider === */
.slider {
	margin-bottom: 50px;
	background-color: #1C60C5;
	color: #fff;
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 40px;
	padding-left: 40px;
}

@media screen and (max-width: 515px) {
	.slider {
		padding: 20px 10px;
	}
}

.slider p {
	font-size: 20px;
}

.slider-heading {
	font-size: 28px;
	color: #fff;
}

/* === Collections Menu === */

.collection-menu {
	max-width: 20vw;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.91);
	padding-top: 40px;
	padding-right: 20px;
}

.collection-menu ul li {
	list-style: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 13px;
	padding: 8px;
	background-color: none;
	transition: background-color 0.2s ease-in;
}

.collection-menu ul li:hover,
.collection-menu ul li:active {
	background-color: rgba(215, 215, 215, 0.95);
}

#menu-collection {
	margin-left: 10px;
}

.collection-menu .menu-item {
	margin-bottom: 0px;
}

.collection-menu a {
	text-decoration: none;
}

.collection-menu a:active,
.collection-menu a:focus {
	color: #3e6ec1;
	outline: none;
}

/* Make free space for menu, move text right */
.collection-wrapper {
	max-width: 80vw;
	margin-left: 17vw;
}

@media screen and (max-width: 515px) {
	.collection-wrapper {
		max-width: 90vw;
		margin-left: 5vw;
	}
}

.page-template-page-newvisual.logged-in.admin-bar {
/* 	padding-top: 32px; */
}






