:root {
	--text: #0b1133;
	--nav: #6f7077;
	--red: #ff4912;
	--yellow: #eed650;
	--blue: #172f48;
	--dark-blue: #0b1723;
}

/* STYLE NOTES 
H1 - Aktiv Grotesque, Bold, 

*/
/* NEED TO CONVERT TO RGB & RGBA VALUES ON COMPLETION */
/* CSS RULES */
/* 
- NEVER USE TOP MARGIN ON TEXT ELEMENTS
- NEVER LET TEXT FLOW OUTSIDE DESIGN AREA (word-break)
- LOOK AT TEXT ALIGNMENT IN DESIGNS
- NEVER MAKE AN ELEMENT A STATIC HEIGHT (UNLESS REQUIREMENT)
- PAY ATTENTION TO BG IN DESIGN PSD
- 
*/
@font-face {
	font-family: "icons";
	src: url("./font/oer-icons.eot");
	src:	url("./font/oer-icons.eot") format('embedded-opentype'),
			url("./font/oer-icons.ttf") format('truetype'),
			url("./font/oer-icons.woff") format('woff'),
			url("./font/oer-icons.svg") format('svg');
}

a,b,body,div,h1,h2,h3,h4,h5,h6,hr,html,i,img,li,ol,p,span,table,tbody,td,tfoot,th,thead,tr,u,ul {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, ol { list-style-position: inside;}
html,body{
	height:100%;
}
html {
	visibility: visible !important;
}
body{
	position: relative;
	width:100%;
	color: #0b1133;
	font-family:  aktiv-grotesk, sans-serif;
	font-size:18px;
	max-width: 1600px;
	margin: 0 auto;
	/* padding-top: 130px; */
}
/* TODO: Add 130px top padding on pages without full hero */
body.solid-nav {
	padding-top: 119px;
}
div.site_frame {
	max-width: 2000px;
	overflow-x: hidden;
}
div[data-sortable] {
	min-height: 75vh;
}

#grnhse_app {
	/* min-height: 90vh; */
}
.block .page_frame, .row_frame, .page_frame {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}
#body_home .block .page_frame,
#body_home .block .page_frame, .row_frame {
	max-width: 1260px;
}
@media only screen and (max-width: 1000px) {
	.block .page_frame, #page_body .page_frame {
		padding: 0;
		margin: 0 5%;
		width: 90%;
	}
	body {
		padding-top: 94px !important;
	}
}
.bizango_admin_tab ~ .ui-sortable + div {
	padding-top: 150px;
}
/*---------------CUSTOM PADDING---------------*/
.block {
	padding-top: 2em;
	padding-bottom: 2em;
}
.block.padding-top__normal {
	padding-top: 2em;
}
.block.padding-top__none {
	padding-top: 0;
}
.block.padding-top__more {
	padding-top: 5em;
}
.block.padding-top__x2 {
	padding-top: 2em;
}
.block.padding-top__x4 {
	padding-top: 4em;
}
.block.padding-top__x10 {
	padding-top: 10em;
}
.block.padding-bottom__normal {
	padding-bottom: 2em;
}
.block.padding-bottom__none {
	padding-bottom: 0;
}
.block.padding-bottom__more {
	padding-bottom: 5em;
}
.block.padding-bottom__x2 {
	padding-bottom: 2em;
}
.block.padding-bottom__x4 {
	padding-bottom: 4em;
}
.block.padding-bottom__x10 {
	padding-bottom: 10em;
}
/* REQUIRED FOR CMS */
.help{
	padding: 10px;
	background: #ddd;
	border-radius: 8px;
	color: #666;
	font-size: 13px;
	line-height: 13px;
	margin: 0px;
}
.help p a{
	color:#ddd;text-decoration:underline;
}
@media only screen and (max-width: 480px) {
	.block.padding-top__more {
		padding-top: 3em;
	}
	.block.padding-bottom__more {
		padding-bottom: 3em;
	}
}
/*---------------ICONS---------------*/
[class^="icon-"]:before,
[class^="icon-"]:after {
	font-family: "icons";
	position: absolute;
	font-size: inherit;
	font-weight: normal;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
   
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
   
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
   
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
   
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icons:after {font-family: "icons";}
.icons--facebook:after {content: "\F09A";}
.icons--twitter:after {content: "\F099";}
.icons--linkedin:after {content: "\F0E1";}
.icons--arrow:after {content: "\E800";}
.icons--arrow-rel:after {
	content: "\E800";
	position: relative;
	display: inline-block;
	margin-left: 10px;
	font-size: 0.8em;
}
.icons--play:after {content: "\E801";}
.icons--arrow_l:after {-webkit-transform: scaleX(-1);-ms-transform: scaleX(-1);transform: scaleX(-1);}
#footer_nav li a.icons {
	margin: 0;
	padding: 20px 10px;
}
/* BIZANGO TEXT - NEW DEFAULTS - DON'T HAVE A TOP MARGIN THAT IS NOT ZERO ON A CORE TEXT ELEMENT */
p, ul, figcaption {
	margin-top:0em;
	margin-bottom:0.7em;
}
h1, h2, h3, h4,  h5, h6 {
	margin-bottom: 0.5em;
	margin-top: 0;
}
figure {
	margin: 1em 0;
}
figure img {
	max-width: 100%;
}
iframe{
	max-width: 100%;
}
ul{
	margin-left: 18px;
}
/* ADD BOTTOM MARGINS TO MATCH AS WELL */
/* from dev doc */
p, li, figcaption {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
  }
h1{
	font-size: 55px;
	font-weight: 700;
	line-height: 72px;
	margin-bottom: 30px;
}
h2{
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 24px;
}
h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: 200;
	margin-bottom: 20px;
}
h4{
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 26px;
}
h5 {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.1px;
	margin-bottom: 20px;
}
h6 {
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 2.8px;
}
strong {
	font-weight: 700;
	letter-spacing: 1.1px;
}
.cap {
	text-transform: capitalize;
}
.upcase {
	text-transform: uppercase;
}
.downcase {
	text-transform: lowercase;
}
.tac, .tac .bizango_cms_content {
	text-align: center;
}
.red, .red *, .col-red {
	color: #ff4912;
}
.col-yllw {
	color: #eed650;
}
.col-white .bizango_cms_content {
	color: white;
}
.red-ul {
	border-bottom: 3px solid #ff4912;
}
.db {display: block;}
.dib {
	display: inline-block;
}
.ml10 {
	margin-left: 10px;
}
.mb0 {
	margin-bottom: 0;
}
.mb10 {
	margin-bottom: 10px;
}
.last-no-mb .bizango_cms_content *:nth-last-child(1) {
	margin-bottom: 0;
}
.txt-shadow-blue .bizango_cms_content * {
	text-shadow: 0px 0px 15px rgba(23,47,72);
}
.arrow-ani--sml:after {
	display: inline-block;
	color: #ff4912;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.arrow-ani--sml:hover:after {
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
@media only screen and (max-width: 660px) {
	#body_home #hero .bizango_content_prose h1 {
		font-size: 55px;
		line-height: 60px;
	}
	#body_home #hero .bizango_content_prose h2 {
		font-size: 45px;
		line-height: 55px;
	}
}
@media only screen and (max-width: 480px) {
	.bizango_content_prose *[style*="text-align:right"],
	.bizango_content_prose *[style*="text-align: right"] {
		text-align: left !important;
	}
}
/*---------------BUTTONS / LINKS ---------------*/
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
a{
	color: #0b1133;
	font-weight: 500;
	text-decoration:none;
}
.button:after {
	content: "\E800";
	font-family: "icons";
	font-size: 0.8em;
	font-weight: 300;
	margin-left: 10px;
	color: #ff4912;
}
a:hover{
	text-decoration:none;
	color: #ff4912;
}
a.button:hover {
	/* color: white; */
}
.button {
	display: inline-block;
	cursor: pointer;
	position: relative;
	/* padding: 6px 30px; */
	/* color: white !important; */
	font-size: inherit;
	line-height: inherit;
	/* border-radius: 24px; */
	font-weight: 500;
	/* background-color: #214060; */
}
a.button:after {
	display: inline-block;
	position: relative;
	/* color: #eed650; */
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a.button:hover:after {
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.doc-button {
	color: #fff;
	padding: 6px 30px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 24px;
  background-color: #214060;
}
.doc-button:after {
	content: none !important;
}
.doc-button:before {
	background-image: url('/images/sites/oer/icon--doc-button.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 1.8em;
	margin-bottom: 0.2em;
	margin-right: 0.5em;
	vertical-align: middle;
	width: 1.4em;
}

/*---------------SHARED STYLE CLASSES---------------*/
.help {
	display: inline-block;
	padding: 10px;
	background: #ddd;
	border-radius: 8px;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: 5px 50px;
	z-index: 3;
}
.help p a {
	color:#ddd;
	text-decoration:underline;
}
.blog_content .help {
	display: block;
}
.shadow {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-overlay {
	position: relative;
	opacity: 0.2;
	z-index: 1;
}
.center-x {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}
.center-y {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.block.p-normal__3.padding-top__normal,
.p-normal__3 {
	padding-top: 3em;
}
.block.p-normal__3.padding-bottom__normal,
.p-normal__3 {
	padding-bottom: 3em;
}
.block.p-normal__4.padding-top__normal,
.p-normal__4 {
	padding-top: 4em;
}
.block.p-normal__4.padding-bottom__normal,
.p-normal__4 {
	padding-bottom: 4em;
}
.block.p-more__5.padding-top__more {
	padding-top: 5em;
}
.block.p-more__5.padding-bottom__more {
	padding-bottom: 5em;
}
.bz-img--r .bizango_image_controls {
	position: absolute;
	top: 10px;
	right: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.bz-img--l .bizango_image_controls {
	position: absolute;
	top: 10px;
	left: 50px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-sb {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
.cols-3 > div {
	position: relative;
	width: 32.4%;
}
.fl {
	float: left;
}
.flr {
	float: right;
}
.crop-img .element__image img {
	display: none;
}
.crop-img .element__image .cropped-image {
	display: block;
}
.op-50 {
	opacity: 0.5;
}
.power-olay:after {
	content: "";
	position: absolute;
	top: 375px;
	right: -60px;
	height: 1000px;
	width: 64vw;
	background-image: url("../../images/sites/oer/power-light.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.3;
	z-index: 0;
	min-width: 450px;
	max-width: 1000px;
}
.dark-btm-olay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: -o-linear-gradient(bottom, rgba(11,23,35,0.8), rgba(0,0,0,0.01) 45%);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(11,23,35,0.8)), color-stop(45%, rgba(0,0,0,0.01)));
	background: linear-gradient(to top, rgba(11,23,35,0.8), rgba(0,0,0,0.01) 45%);
}
.page_frame.static {
	position: static;
}
.mt20 {
	margin-top: 20px;
}
/*---------------BLOCK DEFAULT COLORS---------------*/
body{
	background:white;
}
#nav_frame{
	background-color:#bbb;
}
/* #body_home #nav_frame,
#body_partner-with-us #nav_frame {
	background: none;
} */
#hero_frame{
	background-color:#ddd;
}
#footer {
	background-color:#aaa;
}
/* OPTIONAL */
img.illustration{
	display:block;
	margin:0px;
	margin-bottom:20px;
}
img.content_image{
	clear:left;
	display:block;
	float:left;
	margin:10px 20px 20px 0px;
}
#body_home #nav_home,#body_home #nh{
	display:none;
}
/* EXPANDABLE BUY BUTTON WITH TOGGLE-ABLE LINKS */
#buy_button_container{
	position: relative;
} 
/* parent element for expandable buy button */
#buy_button{
	background-color:#222;
	color:#eee; 
	padding:10px 20px;
	text-decoration:none;
	display:block;
}
#buy_button_container .buy_button_hidden{
	background-color:#222;
	color:#eee;
	padding:10px 20px;
	display:none;
}
#buy_button_container .buy_button_hidden p a {
	color:#eee;
	display:block;
	text-decoration:none;
	padding:10px 10px;
}
/* Breadcrumbs in Collections */
#breadcrumbs {

}
#breadcrumbs ul {
	margin:0;
	padding:0;
	display:inline-block;
	}
#breadcrumbs li {
	font-size:1em;
	list-style:none;
	display:inline-block;
	}
#breadcrumbs a {
	color:red;
	}
#breadcrumbs a:after {
	content:"\203A";
	padding-left:5px;
	}
#breadcrumbs a:hover {
	text-decoration:none;
}
/* helpers-> clearfix */
.group:before,
.group:after {
	content: "";
	display: table;
} 
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clear{
	clear:both;
}
/*- Mobile Styles widescreen */

@media only screen and (min-width: 990px){
	.col-left\@desktop {
	  margin-right: 8%;
	}
	/* 3/4-column blocks */
	.block.columns__3 .col-left\@desktop,
	.block.columns__3 .col-right\@desktop {
	  width: 29%;
	}
	.block.columns__4 .col-left\@desktop {
	  margin-right: 4%;
	}
	.block.columns__4 .col-left\@desktop,
	.block.columns__4 .col-right\@desktop {
	  width: 22%;
	}
  }
@media only screen and (min-width: 660px){
	.col\@tablet {
	  width: 46%;
	}
	.col-left\@tablet {
	  margin-right: 5%;
	}
	.block_type__2-column-bigleft .col-left\@tablet,
	.block_type__2-column-bigright .col-right\@tablet {
	  width: 61%;
	}
	.block_type__2-column-bigleft .col-right\@tablet,
	.block_type__2-column-bigright .col-left\@tablet {
	  width: 34%;
	}
  }
/*---------------NAV---------------*/
/*TODO: Update BG color on non-main pages later */
#nav_frame{
	position: absolute;
	top: 0;
	left: 0;
	/* height: 120px; */
	width:100%;
	/* background: #f4f5f8; */
	background: none;
	max-width: 1600px;
	z-index: 10;
}
body.solid-nav #nav_frame {
	background: #f4f5f8;
}
#nav_frame .page_frame {
	position: static;
	max-width: 1260px;
	width: 100%;
	padding: 20px;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
}
ul.nav  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
	    justify-content: flex-start;
	-webkit-box-align: center;
			-ms-flex-align: center;
	    align-items: center;
	margin-left: 0;
	float: right;
}
#nav {
	position:static;
	width: 100%;
}
#nav:before {
	content: "";
	position: absolute;
	top: -350px;
	right: 0;
	height: 500px;
	width: 150vw;
	background: -o-radial-gradient(closest-side, rgba(24,47,71,1), rgba(24,47,71,0.01) 99%);
	background: radial-gradient(closest-side, rgba(24,47,71,1), rgba(24,47,71,0.01) 99%);
		background-position-x: 0%;
		background-position-y: 0%;
	z-index: -1;
	background-position: -90vw top;
}
body.solid-nav #nav:before {
	background: none;
	height: 0;
	width: 0;
}
#nav a.logo,
#mobile_nav a.logo,
#footer a.logo,
#body_portfolio.proj_page #nav a.logo {
	position: relative;
	display:block;
	width: 23vw;
	max-width: 285px;
	min-width: 175px;
	height:64px;
	padding: 0;
	text-decoration:none;
	background-image:url("../../images/sites/oer/oer-logo-red.png");
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
	background-color: transparent;
	font-size: 0;
	float: left;
	z-index: 1;
}
#body_portfolio.proj_page #nav a.logo {
	background-image:url("../../images/sites/oer/oer-logo-white.png");
}
.bizango_admin_tab ~ #nav_frame:before {
	height: 0;
}
#nav_frame:before {
	content: "";
	position: absolute;
	top: -650px;
	left: -350px;
	height: 1000px;
	width: 1000px;
	background: -o-radial-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.01) 70%);
	background: radial-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.01) 70%);
	z-index: 1;
}
body.solid-nav #nav_frame:before,
#body_portfolio.proj_page #nav_frame:before {
	background: none;
	height: 0;
	width: 0;
}
ul.nav{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px;
	padding: 0px;
	list-style:none;
	line-height: 50px;
	z-index:10;
	}
ul.nav li {
	position: relative;
	float:left;
	zoom:1;
	line-height:1em;
	margin-top: 0;
	margin-bottom:0px;
	padding: 0;
	list-style: none;
}
/* TODO: Update nav color on non-main pages later */
#nav a, #footer_nav a {
	position: relative;
	padding: 20px 25px 60px 25px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	color: white;
	font-weight: 500;
	line-height: 19px;
}
body.solid-nav #nav a {
	color:  #6f7077;
}
#nav ul.nav > li:nth-last-child(-n + 2) a,
#footer_nav ul.nav > li:nth-last-child(-n + 3) a {
	font-weight: 300;
}
#nav_frame #nav > a.has-subnav:after {
	content: "\E800";
	display: inline-block;
	font-family: "icons";
	position: relative;
	font-size: 0.7em;
	font-weight: 300;
	-webkit-transform: rotate(90deg) translateY(-15px) translateX(4px);
	    -ms-transform: rotate(90deg) translateY(-15px) translateX(4px);
	        transform: rotate(90deg) translateY(-15px) translateX(4px);
	height: 10px;
}
/* TODO: Add below to non-main pages later */
#nav_frame ul.nav:after,
#nav_frame #nav .nav > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: white;
	left: 0;
	top: 57px;
	opacity: 0.3;
}
body.solid-nav #nav_frame ul.nav:after,
body.solid-nav #nav_frame #nav li > a:before {
	background-color: #6f7077;
}
#nav_frame ul.nav:after {
	width: calc((100vw - 1240px) / 2);
	position: absolute;
	left: 100%;
	top: 57px;
	max-width: 190px;
}
#nav_frame #nav .nav > li:hover > a:before,
#nav_frame #nav .nav > li > a.current:before,
#nav_frame #nav .nav .subnav:before {
	top: 55.5px;
	background-color: #ff4912;
	height: 3px;
	opacity: 1;
	z-index: 1;
}
#nav_frame #nav .nav .subnav:before {
	content: "";
	position: absolute;
	top: -3px;
	width: 100%;
}
#nav .social {
	margin-right: 30px;
}
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
			-ms-flex-align:center;
	    align-items:center;
	min-height: 24px;
}
.subnav {
	display: none;
	position: absolute;
	top: 59px;
	left:50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: #182f47;
	min-width: 205px;
	/* max-width: 100%; */
	margin: 0;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	        box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
#nav ul li:hover > .subnav,
.subnav:hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
	    flex-direction: column;
}
#nav .subnav li {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
	margin: 0 10px;
	border-right: none;
	/* border-bottom: 2px solid gainsboro; */
}
#nav .subnav li:nth-last-of-type(1) {
	border-bottom: none;
}
#nav .subnav li a {
	padding: 5px 0;
	color: white;
	font-weight: 300;
	line-height: 20px;
	text-transform: none;
}
#nav .subnav li a:hover:after {
	font-weight: 500;
}
#mobile_nav{
	display: none;
}
@media only screen and (max-width: 1240px) {
	#nav_frame ul.nav::after {
		width: 20px;
	}
	
}
@media only screen and (max-width: 1150px) {
	#nav_frame #nav .nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*- Mobile Styles */
@media only screen and (max-width: 1000px){
	#body_home #nav_frame, #nav_frame {
		width: 100%;
		background: #f4f5f8;
	}
	#nav_frame:before {
		background: none;
	}
	#nav_frame .page_frame {
		margin: 0;
		padding: 0 5%;
		padding-top: 20px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	#nav, #nav:before, #nav_frame:before {
		display:none;
		height: 0;
		width: 0;
	}
	#mobile_nav{
		position: relative;
		display: block;
		text-align: right;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
		z-index: 2;
	}
	#mobile_nav .icon {
		position: relative;
		top: 10px;
		color: #ff4912;
		font-size: 2.5em;
		height:50px;
		width: 36.7px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-transform: scaleX(1.2) rotate(0);
		    -ms-transform: scaleX(1.2) rotate(0);
		        transform: scaleX(1.2) rotate(0);
		float: right;
		padding-left: 5px;
		-webkit-transition: all ease 500ms;
		-o-transition: all ease 500ms;
		transition: all ease 500ms;
	}
	#mobile_nav .icon:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		min-height: 36.7px;
		min-width: 30.7px;
		background-image: url("../../../images/sites/oer/close-red.png");
		background-repeat: no-repeat;
		background-size: contain;
		-webkit-transform: scaleY(0) scaleX(0);
		    -ms-transform: scaleY(0) scaleX(0);
		        transform: scaleY(0) scaleX(0);
		-webkit-transition: all ease 500ms;
		-o-transition: all ease 500ms;
		transition: all ease 500ms;
	}
	#mobile_nav .icon.active {
		font-size: 0;
		/* transform: scale(0.01); */
		-webkit-transition: all ease 500ms;
		-o-transition: all ease 500ms;
		transition: all ease 500ms;
	}
	#mobile_nav .icon.active:after {
		-webkit-transform: scaleY(1) scaleX(0.9) rotate(360deg);
		    -ms-transform: scaleY(1) scaleX(0.9) rotate(360deg);
		        transform: scaleY(1) scaleX(0.9) rotate(360deg);
		-webkit-transition: all ease 500ms;
		-o-transition: all ease 500ms;
		transition: all ease 500ms;
	}
	#mobile_nav .nav{
		position: absolute;
		top: 74px;
		right: -5.5%;
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
		    flex-direction: column;
		-webkit-box-align: center;
				-ms-flex-align: center;
		    align-items: center;
		-webkit-box-pack: start;
				-ms-flex-pack: start;
		    justify-content: flex-start;
		width: 100vw;
		min-width: 205px;
	}
	#mobile_nav .nav li {
		float: none;
		line-height: 40px;
		background-color: white;
		padding: 10px 5%;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	#mobile_nav .nav li.li-subnav:after {
		content: "";
		height: 1px;
		width: 100%;
		position: absolute;
		top: 60.5px;
		left: 0;
		background-color: rgba(0,0,0,0.1);
	}
	#mobile_nav .nav a {
		position: relative;
		color: #676974;
		font-weight: 500;
		font-size: 25px;
		line-height: 32px;
		left: calc(50% - 100px);
		/* margin-left: 30vw; */
	}
	#mobile_nav a:hover {
		color: #ff4912;
		font-weight: 500;
	}
	#mobile_nav a.has-subnav:after {
		content: "\E800";
		display: inline-block;
		font-family: "icons";
		position: relative;
		font-size: 0.7em;
		font-weight: 300;
		margin-left: 10px;
		-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
				transform: rotate(90deg);
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	#mobile_nav a.has-subnav.active:before {
		content: "";
		height: 3px;
		width: 100%;
		position: absolute;
		top: 45.5px;
		left: 0;
		background-color: #ff4912;
		z-index: 2;
	}
	#mobile_nav a.has-subnav.active:after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
			-webkit-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			transition: all 500ms ease;
	}
	#mobile_nav .subnav {
		position: relative;
		padding-top: 10px;
		top: 0;
		left: 50%;
		width: 100vw;
		background-color: white;
		/* max-width: 110%; */
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	#mobile_nav .subnav > li {
		/* background-color: #e8e8e8; */
		/* width: 203px; */
		line-height: 40px;
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
	}
	#mobile_nav .subnav a {
		font-size: 18px;
	}
	#mobile_nav .subnav a:after {
		content: "";
	}
	#mobile_nav .nav li.social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
				-ms-flex-pack: end;
		    justify-content: flex-end;
	}
}
@media only screen and (max-width: 480px) {
	#mobile_nav .nav a {
		/* margin-left: 15vw; */
	}
}
/*---------------FOOTER---------------*/
#footer{
	position: relative;
	clear:both;
	background: #f4f5f8;
}
#footer .page_frame {
	position: relative;
	max-width: 1240px;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 60px;
}
#footer_nav {
	position: relative;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#footer_nav ul.nav {
	float: none;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#footer_nav a {
	cursor: pointer;
	color: #6f7077;
}
#footer_nav a:not(.logo) {
	padding: 20px 25px 5px  25px;
}
#footer_nav .nav > li > a:not(.logo) {
	text-align: center;
}
#footer_nav .has-subnav ~ .subnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	position: relative;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	top: 0;
}
#footer_nav .subnav li > a {
	font-size: 14px;
	line-height: 18px;
	padding: 5px 10px 5px 26px;
	font-weight: 300;
	float: left;
}

#footer .social {
	padding: 0;
	margin-right: 0;
}
#footer .social a {
	cursor: pointer;
	height: 20px;
	width: 25px;
}
#footer .icons--li:after {
	color: rgba(255,255,255,0.8);
}
.copyright-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
	    align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
	    flex-direction: column;
	text-align: center;
	color: white;
	/* background: #f8f8f8; */
	background: #c1c1c1;
}
.copyright {
	color: #f2f2f2;
	margin: 14px 0;
	font-size: 12px;
	text-transform: uppercase;
}
.copyright-container #bizango {
	width:220px;
	height:12px;
	padding-bottom:20px !important;
	font-size:10px;
	color: #f2f2f2;
	display:block;
	margin:0 auto 25px;
	background-image:url("/images/bizango-white.png");
	background-repeat:no-repeat;
	background-position:center bottom;
}
@media only screen and (max-width: 1200px) {
	#footer_nav {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	#footer_nav a.logo {
		position: absolute;
		top: -20px;
		left: 0;
	}
	#footer_nav ul.nav {
		padding-top: 40px;
	}

}
@media only screen and (max-width: 920px) {
	#footer_nav {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#footer_nav ul.nav {
		position: static;
		padding-top: 60px;
		/* flex-wrap: wrap; */
	}
	#footer_nav ul.nav > li:nth-child(1) a {
		padding-left: 0;
	}
	#footer_nav .nav > li > a.has-subnav {
		text-align: left;
	}
	#footer_nav .subnav li > a {
		padding-left: 25px;
	}
	#footer_nav li.social {
		position: absolute;
		top: 26px;
		left: -10px;
	}
	/* #footer_nav .nav > li:not(.social) a {
		padding-top: 10px;
		padding-bottom: 10px; */
	}
@media only screen and (max-width: 755px) {
	#footer_nav {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#footer_nav ul.nav {
		padding-top: 0;
	}
	#footer_nav .nav li {
		width: 100%;
	}
	#footer_nav a.logo {
		position: relative;
		top: -20px;
		left: auto;
	}
	#footer_nav li.social {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
		left: auto;
		top: auto;
	}
	#footer_nav li.social a {
		padding: 0 5px;
	}
	#footer_nav ul.nav > li:nth-child(1) a {
		padding-left: 10px;
	}
	#footer_nav a:not(.logo),
	#footer_nav .subnav li > a {
		padding: 5px 10px;
		float: none;
	}
	#footer_nav, #footer_nav .nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
	}
	#footer_nav ul.nav,
	#footer_nav .nav li a {
		text-align: center;
	}
}
/*---------------HERO---------------*/
#hero {
	position:relative;
	width:100%;
	height:100px;
}
#body_home #hero.bz-img--l .bizango_image_controls{
	top: 150px;
}
#body_home #hero {
	min-height:770px;
	padding-top: 130px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}
#body_home #hero .bg-img {
	background-position: top;
	overflow: hidden;
}
#body_home #hero .bizango_content_prose {
	position: relative;
	text-align: center;
}
#body_home #hero .bizango_content_prose * {
	text-shadow: 0px 0px 12px rgba(24,47,71,0.9);
}
#body_home #hero .bg-img:before {
	content: "";
	position: absolute;
	top: 55%;
	left: 50%;
	height: 500px;
	width: 100vw;
	background: -o-radial-gradient(closest-side, rgba(24,47,71,0.6), rgba(24,47,71,0.01) 70%);
	background: radial-gradient(closest-side, rgba(24,47,71,0.6), rgba(24,47,71,0.01) 70%);
	/* z-index: -1; */
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
#body_home #hero h2 {
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 12px;
	color: #eed650;
}
#body_home #hero h1 {
	font-size: 75px;
	line-height: 72px;
	color: white;
}
#hero .page_frame {
	max-width: 1240px;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
}
/* Adjust hero page_frame to match switch over to 5% padding at media Q */
@media only screen and (max-width: 750px ) {
	#body_home #hero {
		height: 540px;
		min-height: 0;
		padding-top: 0;
	}
	.power-olay:after {
		top: 0px;
		right: -30px;
	}
}
/*---------------BODY---------------*/
#page_body{
	position: relative;
}
@media only screen and (max-width: 1000px) {
	.page_frame {
		max-width: 1000px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}
/*---------------BLOG---------------*/
#page_body.blog .page_frame {
	max-width: 1140px;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
}
.blog_hero .bizango_image_controls {
	position: absolute;
	top: 80px;
}
.blog_hero.block_type__image-hero.hero-style__simple {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
	    justify-content: center;
}
.blog_hero.block_type__image-hero.hero-style__simple .page_frame,
.blog_hero.block_type__image-hero.hero-style__interior .page_frame {
	margin: 0 auto;
}
.blog_pagination {
	position: relative;
	height: 36px;
}
.blog_next_page {
	position: absolute;
	right: 0;
}
.blog_previous_page {
	position: absolute;
	left: 0;
}
.widget_sharethis {
	margin-bottom: 10px;
}
/* --- BLOG LIST POST --- */
.blog_teaser_image img {
	max-width: 100%;
}
.blog_story_in_list {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
.blog_story_in_list .blog_post_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
	    justify-content: space-between;
}
.blog_story_in_list .blog_post_content .blog_teaser_image ~ .blog_text_container {
	width: 60%;
}
.blog_story_in_list .blog_post_content .blog_teaser_image {
	/* width: 35%; */
	padding-right: 5%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.blog_story_in_list .blog_post_content .col-l {
	width: 42.7%;
}
.blog_story_in_list .blog_post_content .col-l.no-width {
	width: 0;
}
.blog_story_in_list .blog_post_content .col-r {
	width: 49.1%;
}
.blog_story_in_list .blog_post_content .col-r.full-width {
	width: 100%;
}
.blog_text_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
	    flex-direction: column;
}
.blog_text_container .read_more_link {
	font-size: 16px;
	font-weight: 700;
}
/* --- BLOG POST PAGE --- */
.blog_story .blog_title {
	margin-top: 20px;
}
.blog_story .bizango_cms_content a,
.blog_story .bizango_cms_content a span {
	font-weight: 700 !important;
}
.blog_story .bizango_cms_content a:after {
	content: "";
	margin: 0;
	padding: 0;
}
#page_body .blog_story {
	margin: 0 auto;
	max-width: 1000px;
}
.blog_story .blog_title * {
	margin-bottom: 10px;
}
.blog_story .blog_created_at {
	margin-left: 10px;
	margin-bottom: 20px;
}
.blog_created_at span {
	display: inline-block;
	margin-bottom: 5px;
}
.blog_story .blog_images_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.blog_story img {
	max-width: 48%;
	margin: 0 15px 15px 0;
	max-height: 450px;
}
.blog_story .blog_images_container img:last-of-type {
	margin-right: 0;
}
.blog_story .comingsoon {
	margin-top: 60px;
}
@media only screen and (max-width: 1000px) {
	#page_body.blog .blog_story, 
	#page_body.blog .page_frame {
		max-width: 100vw;
		padding: 0 5%;
	}
	.blog_story h1 {
		font-size: 42px;
		line-height: 48px;
	}
}
@media only screen and (max-width: 750px) {
	.blog_story_in_list {
		padding-bottom: 5px;
	}
	.blog_story_in_list .blog_post_content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
		    flex-direction: column;
	}
	.blog_story_in_list .blog_post_content .blog_teaser_image ~ .blog_text_container,
		.blog_story_in_list .blog_post_content .blog_teaser_image {
			width: 100%;
		}
		.blog_story_in_list .blog_post_content .blog_teaser_image img {
			max-height: 400px;
		}
		.blog_story .blog_images_container img {
			max-width: 100%;
		}
		.blog_story_in_list .blog_post_content .col-l,
		.blog_story_in_list .blog_post_content .col-r {
			width: 100%;
		}
		.blog_story_in_list .blog_title h2 {
			font-size: 26px;
			line-height: 32px;
		}
}
@media only screen and (max-width: 480px) {
	.blog_story h1 {
		font-size: 30px;
		line-height: 36px;
	}
}
/*---------------THEMES + BACKGROUNDS---------------*/
label.background-color__white:after,
.background-color__white .block__bg-img,
.block_type__2-row-bg-block.background-color__white  {
	background-color: white;
}
label.background-color__white img {
	display: none;
}
label.background-color__black:after,
.background-color__black .block__bg-img,
.block_type__1-row-bg-block.background-color__black,
.block_type__2-row-bg-block.background-color__black {
	background-color: black;
}
label.background-color__warm-white:after,
.background-color__warm-white .block__bg-img,
.block_type__2-row-bg-block.background-color__warm-white,
.block_type__1-row-bg-block.background-color__warm-white,
.block_type__2-row-bg-block.background-color__warm-white{
	background-color: #fafafa;
}
label.background-color__light-gray:after,
.background-color__light-gray .block__bg-img,
.block_type__2-row-bg-block.background-color__light-gray,
.block_type__1-row-bg-block.background-color__light-gray,
.block_type__2-row-bg-block.background-color__light-gray {
	background-color: #f4f5f8;
}
label.background-color__dark-blue:after,
.background-color__dark-blue .block__bg-img,
.block_type__1-row-bg-block.background-color__dark-blue,
.block_type__2-row-bg-block.background-color__dark-blue {
	background-color: #172f48;
}

.bizango_content_background-color_block_options .block-options__button label:after {
	content: "";
	position: absolute;
	height: 75%;
	width: 75%;
	top: 10%;
	left: 10%;
}
.bizango_content_background-color_block_options.block-options__button input:checked + label:after {
	top: 15%;
	left: 15%;
}
.theme__power-light .block__bg-img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url("../../images/sites/oer/power-op.png");
	background-color: white;
	background-size: 30%;
	background-position: 55% 50%;
	background-repeat: no-repeat;
	opacity: 0.5;
	z-index: 0;
}
.theme__blue-yellow .block__bg-img {
	background-color: #172f48;
}
.theme__blue-yellow .bizango_cms_content h5 {
	color: #efd742;
}
.theme__sample .bizango_cms_content * {
	color: white;
	margin: 0;
}
.background-color__black .bizango_cms_content,
.background-color__black .filters_container select,
.background-color__black .bizango_cms_content *,
.background-color__black .bizango_image_caption *,
.background-color__dark-blue .bizango_cms_content,
.background-color__dark-blue .filters_container select,
.background-color__dark-blue .bizango_cms_content *,
.background-color__dark-blue .bizango_image_caption *,
.theme__dark .bizango_cms_content, .theme__dark .bizango_cms_content *,
.theme__blue-yellow .bizango_cms_content *, .theme__dark .bizango_image_caption * {
	color: white;
}
@media only screen and (max-width: 700px) {
	.theme__power-light .block__bg-img:after {
		background-size: 50%;
	}
}
@media only screen and (max-width: 480px) {
	.theme__power-light .block__bg-img:after {
		background-size: 80%;
	}
}
/*---------------CUSTOM BLOCKS---------------*/
/* SET DEFAULT PADDING SET TO MATCH PSD DESIGNS */
.bizango_admin_tab {
	margin-right: 45px;
}
.bizango_content_controls,
.bizango_image_controls, .bizango_cms_button {
	position: relative;
	z-index: 10;
}
.bzc_abs .bizango_image_controls {
	position: absolute;
	top: 5px;
	left: 50px;
}
.block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
		flex-direction: column;
}
.block.flex .all-cols-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.block.block__admin-view {
	min-height: 100px;
}
.block__bg-img {
	z-index: 0;
}
.bg-img {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
div[class^="col"] {
	min-height: 1px;
}
.block ul {
	margin-left: 15px;
}
.block.text-position__left .page_frame {
	-ms-flex-item-align: start;
		align-self: flex-start;
		text-align: left;
}
.block.text-position__center .page_frame {
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
		align-self: center;
		text-align: center;
}
.block.text-position__right .page_frame {
	-ms-flex-item-align: end;
		align-self: flex-end;
		text-align: right;
}
.block.text-vertical__top{
	-webkit-box-pack: start;
			-ms-flex-pack: start;
		justify-content: flex-start;
}
.block.text-vertical__middle {
	-webkit-box-pack: center;
			-ms-flex-pack: center;
		justify-content: center;
}
.block.text-vertical__bottom {
	-webkit-box-pack: end;
			-ms-flex-pack: end;
		justify-content: flex-end;
}
.block.narrow-content__true .all-cols-wrap {
	width: 75%;
	margin: 0 auto;
}
.block.flip-content__true .all-cols-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.block.flip-content__true .col-1 {
	margin-left: 7.3%;
	margin-right: 0;
}
.block_type__video-hero .mb_YTVPlayer iframe {
	margin-left: 0!important;
}
.block .element__image img {
	/* display: none; */
	/* position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
	z-index: -1; */
}
.block .element__image .cropped-image {
	/* display: block; */
}
.no-show {
	display: none;
}
.block__admin-view .no-show {
	display: block;
}
.block.block__admin-view .bizango_cms_content table td{
	border: 2px dashed rgba(0,0,0,0.2);
}
.block_type__subpage-grid .page_frame {
	/* width: 90%; */
}
#body_portfolio.proj_page .block_type__1-column p,
#body_portfolio.proj_page .block_type__2-column-even p,
#body_portfolio.proj_page .block_type__2-column-bigleft p,
#body_portfolio.proj_page .block_type__2-column-bigright p,
#body_portfolio.proj_page .block_type__3-column p,
#body_portfolio.proj_page .block_type__4-column p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 990px) {
	.block_type__3-column div[class^="col"] {
		/* width: 100%; */
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 660px) {
	.block.narrow-content__true .all-cols-wrap {
		width: 100%;
	}
}
/* ------------INTERIOR HERO-------------- */
.block.hero-style__big-hero {
	min-height: 660px;
}
.block.hero-style__small-hero {
	min-height: 220px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_type__interior-hero {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_type__interior-hero .bizango_content_prose h1 {
	font-size: 45px;
	line-height: 55px;
}
.block_type__interior-hero .bizango_content_prose *:nth-last-child(1) {
	margin-bottom: 0;
}
@media only screen and (max-width: ) {
	.block.hero-style__big-hero {
		min-height: 440px;
	}
}
/* ------------INTRO BLOCK-------------- */
.block.block_type__intro-block {
	padding-top: 2em;
}
.block_type__intro-block .col-1 {
	width: 53%;
	margin-right: 4%;
}
.block_type__intro-block .col-2 {
	width: 43%;
}
.block_type__intro-block .col-1 {
	position: relative;
	background-color: #182f47;
	text-align: right;
	-webkit-transform: translateY(-96px);
	    -ms-transform: translateY(-96px);
	        transform: translateY(-96px);
	padding: 45px 60px 45px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_type__intro-block .col-1:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: calc((100vw - 1200px)/2);
	background: #182f47;
}
.block_type__intro-block .col-1 .bizango_content_prose h3:nth-of-type(1){
	color: #ff4912;
	margin-bottom: 0;
	/* font-weight: 700; */
}
.block_type__intro-block .bizango_cms_content a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}
@media only screen and (max-width: 1240px) {
	.block_type__intro-block .col-1:before {
		width: 20px;
	}
}
@media only screen and (max-width: 1000px) {
	.block_type__intro-block .col-1:before {
		width: 5vw;
	}
}
@media only screen and (max-width: 850px) {
	.block_type__intro-block .col-1 {
		width: 99%;
		margin-right: 0;
	}
	.block_type__intro-block .col-2 {
		position: relative;
		top: -60px;
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.block_type__intro-block .col-1 {
		text-align: left;
		padding-right: 20px;
	}
}
/* ------------IMAGE STRETCH 1-COL-------------- */
.block_type__image-stretch-1-col.column-bg-position__left .col-2 .cropped-image__bg-img {
	background-position: center left;
}
.block_type__image-stretch-1-col.column-bg-position__right .col-2 .cropped-image__bg-img {
	background-position: center right;
}
.block_type__image-stretch-1-col .bizango_image_controls {
	position: absolute;
	top: 0;
	left: 5px;
}
.block_type__image-stretch-1-col .col-1 {
	padding-top: 75px;
	float: left;
	width: 61.3%;
	margin-right: 7.3%;
}
.block_type__image-stretch-1-col p {
	margin-bottom: 30px;
}
.block_type__image-stretch-1-col h2 {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 3px solid #ff4912;
}
.block_type__image-stretch-1-col .col-2 {
	position: relative;
	float: left;
	width: calc(38.7% - 80px);
	height: 772px;
}
.block_type__image-stretch-1-col .element__image,
.block_type__image-stretch-1-col .cropped-image {
	padding-bottom: 0;
	height: 100%;
}
@media only screen and (max-width: 480px) {
	
	.block_type__image-stretch-1-col .col-1 {
		width: 90%;
	}
	.block_type__image-stretch-1-col .col-2 {
		width: 40px;
	}
}
/* ------------3-COL ICON-------------- */
.block_type__3-col-icon.padding-top__more {
	padding-top: 3.5em;
}
.block_type__3-col-icon.padding-bottom__more {
	padding-bottom: 3.5em;
}
.block_type__3-col-icon .all-cols-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.block_type__3-col-icon.columns__3 .col-1,
.block_type__3-col-icon.columns__3 .col-2,
.block_type__3-col-icon.columns__3 .col-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.4%;
	padding-right: 2.4%;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_type__3-col-icon.columns__3 .col-4 {
	width: 31%;
	padding-right: 0;
}
.block_type__3-col-icon .element__image img {
	/* height: 50px; */
	/* min-width: 70px; */
	max-width: 60px;
}
.block_type__3-col-icon .element__text {
	margin-left: 26px;
	margin-top: 10px;
}
.block_type__3-col-icon .bizango_cms_content p {
	font-size: 15px;
	margin-bottom: 20px;
}
.block_type__3-col-icon.background-color__dark-blue .bizango_cms_content h5 {
	color: #eed650;
}
.block_type__3-col-icon .button {
	padding: 6px 30px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 24px;
	background-color: #214060;
}
.block_type__3-col-icon .button:hover {
	color: white;
}
.block_type__3-col-icon .button:after {
	content: "\E800";
	display: inline-block;
	font-family: "icons";
	color: #eed650;
	margin-left: 10px;
	font-size: 0.8em;
	font-weight: 300;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.block_type__3-col-icon .button:hover:after {
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
@media only screen and (max-width: 1000px) {
	.block_type__3-col-icon .all-cols-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	}
	.block_type__3-col-icon.columns__3 .col-1,
	.block_type__3-col-icon.columns__3 .col-2,
	.block_type__3-col-icon.columns__3 .col-4 {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.block_type__3-col-icon.columns__3 div[class^="col"] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.block_type__3-col-icon.columns__3 img {
		margin: 0 auto;
	}
	.block_type__3-col-icon.columns__3 div[class^="col"] .element__text {
		margin-left: 0;
		text-align: center;
	}
	.block_type__3-col-icon.columns__3 img.illustration {
		margin-bottom: 0;
	}
}
/* ------------1 ROW BG BLOCK-------------- */
.block_type__1-row-bg-block.background-position__top .bg-img,
.block_type__2-row-bg-block.background-position__top .bg-img {
	background-position: top center;
}
.block_type__1-row-bg-block.background-position__center .bg-img,
.block_type__2-row-bg-block.background-position__center .bg-img {
	background-position: center;
}
.block_type__1-row-bg-block.background-position__bottom .bg-img,
.block_type__2-row-bg-block.background-position__bottom .bg-img {
	background-position: bottom center;
}
.block_type__1-row-bg-block.add-video__yes .vid-toggle {
	display: inline-block;
}
.block_type__1-row-bg-block .vid-toggle {
	display: none;
}
.block_type__1-row-bg-block .help-vid {
	margin: 45px 45px 0 45px;
}
.block_type__1-row-bg-block .btn--video {
	/* padding: 15px; */
	border-radius: 50%;
	border: 2px solid white;
	height: 75px;
	width: 75px;
	display: inline-block;
	background-image: url("../../images/sites/oer/play-icon.png");
	background-size: 26px;
	background-position: 27px center;
	background-repeat: no-repeat;
	margin: 0 35px 0 10px;
}
.block_type__1-row-bg-block .help {
	margin: 5px 45px;
}
.block_type__1-row-bg-block .row_frame,
.block_type__2-row-bg-block .row_frame  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	max-width: 1140px
}
.block_type__1-row-bg-block .row_frame {
	max-width: 1600px;
	margin: 0 5%;
	/* margin-right: 0; */
}
.block_type__1-row-bg-block.flip-content__true .row_frame {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.block_type__1-row-bg-block,
.block_type__2-row-bg-block {
	padding: 0;
}
.block_type__1-row-bg-block .bg-img,
.block_type__2-row-bg-block .bg-img {
	height: 100%;
}
.block_type__1-row-bg-block .row-1,
.block_type__2-row-bg-block .row-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	padding-bottom: 110px;
	height: 420px;
	width: 100%;
}
.block_type__2-row-bg-block .row-1 {
	min-height: 495px;
	height: auto;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding-top: 30px;
	padding-bottom: 155px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_type__1-row-bg-block .row-1 {
	height: 770px;
	padding-bottom: 0;
}
.block_type__1-row-bg-block .text {
	width: 35.5%;
	min-width: 330px;
	z-index: 1;
}
.block_type__2-row-bg-block .bizango_content_prose {
	width: 34%;
	min-width: 290px;
	z-index: 1;
}
.block_type__1-row-bg-block .bizango_content_prose h2 a,
.block_type__2-row-bg-block .bizango_content_prose h2 a {
	color: white;
}
.block_type__1-row-bg-block .bizango_content_prose h2 a:after,
.block_type__2-row-bg-block .bizango_content_prose h2 a:after {
	display: inline-block;
	color: #ff4912;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.block_type__1-row-bg-block .bizango_cms_content h5 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 2.8px;
	margin-bottom: 0;
}
.block_type__1-row-bg-block .bizango_content_prose h5 {
	margin-bottom: 48px;
}
.block_type__1-row-bg-block .bizango_content_teaser h5 {
	font-weight: 300;
	letter-spacing: 1.4px;
}
.block_type__1-row-bg-block .bizango_content_prose {
	margin-bottom: 5px;
}
.block_type__1-row-bg-block .bizango_content_teaser h5:nth-of-type(1):before {
	content: "---";
	position: relative;
	top: -1px;
	letter-spacing: -1.2px;
	margin-right: 10px;
}
.block_type__1-row-bg-block .bizango_content_prose h2,
.block_type__2-row-bg-block .bizango_content_prose h2 {
	position: relative;
	line-height: 50px;
}
.block_type__1-row-bg-block .bizango_content_prose h2:after,
.block_type__2-row-bg-block .bizango_content_prose h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 90%;
	background-color: #ff4912;
}
.block_type__1-row-bg-block .bizango_content_prose h4,
.block_type__2-row-bg-block .bizango_content_prose h4 {
	font-weight: 300;
	line-height: 30px;
}
.block_type__1-row-bg-block .bizango_content_prose h2:hover a:after,
.block_type__2-row-bg-block .bizango_content_prose h2:hover a:after  {
	-webkit-transform: translateX(20px);
	    -ms-transform: translateX(20px);
	        transform: translateX(20px);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
@media only screen and (max-width: 1000px) {
	.row_frame {
		padding: 0;
		width: 90%;
		margin: 0 5%;
	}
}
@media only screen and (max-width: 660px) {
	.block_type__1-row-bg-block .row-1,
	.block_type__2-row-bg-block .row-1 {
		height: auto;
		background-color: black;
		padding: 60px 0;
	}
	.block_type__1-row-bg-block .bg-img,
	.block_type__2-row-bg-block .bg-img {
		opacity: 0.7;
	}
}
@media only screen and (max-width: 480px) {
	.block_type__1-row-bg-block .row_frame,
	.block_type__1-row-bg-block.flip-content__true .row_frame {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.block_type__1-row-bg-block.flip-content__true .row_frame {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.block_type__1-row-bg-block .text {
		min-width: 280px;
	}
}
/* ------------2 ROW BG BLOCK-------------- */
.block_type__2-row-bg-block .all-rows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
.block_type__2-row-bg-block .row-2 {
	position: relative;
	display: inline-block;
	width: 100%;
	top: -70px;
	padding: 55px 65px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: white;
	z-index: 2;
}
.block_type__2-row-bg-block .row-2 .col-1,
.block_type__2-row-bg-block .row-2 .col-2 {
	width: 43.3%;
	float: left;
}
.block_type__2-row-bg-block .row-2 .col-1 {
	margin-right: 11.3%;
}
@media only screen and (max-width: 800px) {
	.block_type__2-row-bg-block .row-2 .col-1,
	 .block_type__2-row-bg-block .row-2 .col-2 {
		 float: none;
		 margin-bottom: 10px;
		 width: 100%;
	 }
	 .block_type__2-row-bg-block .row-2 {
		 padding: 20px;
	 }
}
@media only screen and (max-width: 660px) {
	.block_type__2-row-bg-block .row-1 {
		min-height: 0;
	}
	.block_type__1-row-bg-block .row-1,
	.block_type__2-row-bg-block .row-1 {
		padding: 70px 0;
	}
}
/* ------------2 IMAGE LINKS BLOCK-------------- */
.block_type__2-image-links {
	padding-top: 0;
	padding-bottom: 0;
}
.help--2-image-links.help {
	margin-left: 50px;
	width: calc(100% - 120px);
}
.help--2-image-links.help .bizango_content_data3,
.help--2-image-links.help .bizango_content_data4 {
	margin-right: 20px;
}
.block_type__2-image-links .bizango_content_data1 textarea.bizango_content_data_textarea,
.block_type__2-image-links .bizango_content_data2 textarea.bizango_content_data_textarea,
.help--2-image-links.help .bizango_content_data3 textarea.bizango_content_data_textarea,
.help--2-image-links.help .bizango_content_data4 textarea.bizango_content_data_textarea {
	height: 26px;
	width: 300px;
}
.block_type__2-image-links .col-r .bizango_image_controls {
	right: 50px;
}
.block_type__2-image-links.background-position__top .col-l .bg-img,
.block_type__2-image-links.background-position__top .col-r .bg-img {
	background-position: top;
}
.block_type__2-image-links.background-position__center .col-l .bg-img,
.block_type__2-image-links.background-position__center .col-r .bg-img {
	background-position: center;
}
.block_type__2-image-links.background-position__bottom .col-l .bg-img,
.block_type__2-image-links.background-position__bottom .col-r .bg-img {
	background-position: bottom;
}
.block_type__2-image-links h6 {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.block_type__2-image-links .col-l,
.block_type__2-image-links .col-r {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	width: 50%;
	min-height: 315px;
	background-color: #0b1723;
}
.block_type__2-image-links .col-l .text-content {
	margin-left: auto;
}
.block_type__2-image-links .col-r .text-content {
	margin-right: auto;
}
.block_type__2-image-links .text-content {
	position: relative;
	width: 100%;
	max-width: 560px;
	padding: 0 45px 18px 60px;
	z-index: 5;
}
.block_type__2-image-links .col-l .text-content {
	right: 0;
}
.block_type__2-image-links .col-r .text-content {
	left: 0;
}
.block_type__2-image-links .text-content p {
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}
.block_type__2-image-links .text-content .bizango_content_prose,
.block_type__2-image-links .text-content .bizango_content_rich1 {
	color: white;
	width: 57%;
	float: left;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_type__2-image-links .text-content a.image-link {
	position: absolute;
	bottom: 18px;
	right: 45px;
	color: white;
	font-size: 16px;
}
.block_type__2-image-links .text-content a.image-link:after {
	content: "\E800";
	font-family: "icons";
	font-size: 0.8em;
	font-weight: 300;
	margin-left: 10px;
	color: #ff4912;

}
.block_type__2-image-links .text-content .bizango_content_data3,
.block_type__2-image-links .text-content .bizango_content_data4 {
	color: white;
	float: right;
	width: 30%;
}
@media only screen and (max-width: 1050px) {
	.block_type__2-image-links .col-l,
	.block_type__2-image-links .col-r {
		width: 100%;
	}
	.block_type__2-image-links .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.block_type__2-image-links .text-content {
		max-width: 1050px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.block_type__2-image-links .text-content .bizango_content_prose,
	 .block_type__2-image-links .text-content .bizango_content_rich1 {
		 width: 100%;
		 padding-bottom: 30px;
	 }
	 .block_type__2-image-links .text-content a.image-link {
		 right: 5%;
	 }
}
/* ------------PROJECT SLIDER-------------- */
.block_type__project-slider .help-poa .help {
	position: absolute;
	top: 100px;
	left: 50px;
}
.block_type__project-slider .bizango_image_controls {
	top: 100px;
}
.block_type__project-slider,
.block_type__project-slider .slider,
.block_type__project-slider .slick-track,
.block_type__project-slider .slick-list {
	height: 660px;
	padding: 0;
}
.block_type__project-slider .content_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.block_type__project-slider .col-text {
	width: 34.6%;
	background-color: #172f48;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
}
.block_type__project-slider .text-frame {
	padding: 0 89px;
	width: 100%;
	max-width: 485px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_type__project-slider .tags span {
	white-space: nowrap;
	font-size: 10px;
	line-height: 25px;
	font-weight: 500;
	color: #eed650;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.block_type__project-slider .title {
	padding-bottom: 10px;
}
.block_type__project-slider .bizango_content_prose p {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
}
.block_type__project-slider .slider_container {
	position: relative;
	width: 65.4%;
}
.block_type__project-slider .slide,
.block_type__project-slider .slide .cropped-image {
	height: 100%;
	padding-bottom: 0;
}
.block_type__project-slider .slide img {
	display: none;
}
.block_type__project-slider .slide .cropped-image {
	display: block;
}
.block_type__project-slider .slick-arrow {
	background: none;
	opacity: 1;
}
.block_type__project-slider .slick-prev {
	left: 20px;
}
.block_type__project-slider .slick-next {
	right: 20px;
}
.block_type__project-slider .slick-arrow:before {
	font-size: 30px;
	color: white;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 1000px) {
	.block_type__project-slider,
	.block_type__project-slider .slider,
	.block_type__project-slider .slick-track,
	.block_type__project-slider .slick-list {
		height: 60vw;
	}
	.block_type__project-slider .text-frame {
		padding: 0 5%;
	}
}
@media only screen and (max-width: 850px) {
	.block_type__project-slider {
		height: calc(60vw + 239px);
	}
	.block_type__project-slider .slider,
	.block_type__project-slider .slick-track,
	.block_type__project-slider .slick-list {
		height: 60vw;
	}
	.block_type__project-slider .content_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.block_type__project-slider .col-text,
	.block_type__project-slider .slider_container{
		width: 100%;
	}
	.block_type__project-slider .col-text {
		min-height: 239px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.block_type__project-slider .text-frame {
		margin: 0;
		padding: 20px 5%;
	}
}
@media only screen and (max-width: 480px) {
	.block_type__project-slider {
		height: calc(75vw + 239px);
	}
	.block_type__project-slider .slider,
	.block_type__project-slider .slick-track,
	.block_type__project-slider .slick-list {
		height: 75vw;
	}
	.block_type__project-slider .slick-next {
		right: 5px;
	}
	.block_type__project-slider .slick-prev {
		left: 5px;
	}
}
/* ------------4-COL GRID-------------- */
.element__custom_grid .grid-columns-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.element__custom_grid .grid-columns-4 .grid-item {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 25px;
}
.element__custom_grid .grid-columns-4 .grid-item:nth-child(4n) {
	margin-right: 0;
}
.element__custom_grid .grid-columns-4 .grid-item img {
	width: 100%;
}
@media only screen and (max-width: 850px) {
	.element__custom_grid .grid-columns-4 .grid-item,
	.element__custom_grid .grid-columns-4 .grid-item:nth-child(4n) {
		width: 30.33%;
		margin-right: 4.5%;
	}
	.element__custom_grid .grid-columns-4 .grid-item:nth-child(3n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 600px) {
	.element__custom_grid .grid-columns-4 .grid-item,
	.element__custom_grid .grid-columns-4 .grid-item:nth-child(4n),
	.element__custom_grid .grid-columns-4 .grid-item:nth-child(3n) {
		width: 48%;
		margin-right: 4%;
	}
	.element__custom_grid .grid-columns-4 .grid-item:nth-child(even) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 420px) {
	.element__custom_grid .grid-columns-4 .grid-item,
	.element__custom_grid .grid-columns-4 .grid-item:nth-child(4n),
	.element__custom_grid .grid-columns-4 .grid-item:nth-child(3n),
	.element__custom_grid .grid-columns-4 .grid-item:nth-child(even) {
		width: 100%;
	}
	.element__custom_grid .grid-columns-4 .grid-item {
		margin-right: 0 !important;
	}
}
/* ------------PROJECT GRID-------------- */
select {
	pointer-events: none;
	opacity: 0.5;
	-webkit-user-select: none;
	-moz-user-select: none;
	margin-bottom: 10px;
}
#category_select {
	margin-right: 15px;
}
select.active {
	pointer-events: initial;
	opacity: 1;
}
.filters_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}
.filters_container select {
	padding: 10px 30px;
	border-radius: 0px;
	border: 2px solid #ecebf0;
	font-family: aktiv-grotesk, sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding-right: 45px;
	background: url('../../images/sites/oer/select-arrow.png');
	background-size: 45px 40px;
	background-position: right;
	background-repeat: no-repeat;
	appearance: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}
.select_container {
	display: inline-block;
}
#filter-value {
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 10px auto 20px auto;
	height: 22px;
}
#filter-value.hidden {
	position: relative;
	opacity: 0;
	pointer-events: none;
}
#filter-value {
	font-size: 22px;
	line-height: 22px;
	color: #ff4912;
}
button.close {
	position: absolute;
	top: 3px;
	right: -25px;
	height: 16px;
	width: 16px;
	border: none;
	outline: none;
	background-image: url('../../images/sites/oer/close.png');
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}
select option[selected] {
	font-weight: 500;
}
select option {
	font-weight: 300;
}
.block_type__project-grid .element__grid .grid-columns-3 .grid-item {
	width: calc(33% - 18px);
	margin-left: 10px;
	margin-right: 10px !important;
}
.block_type__project-grid .grid-item h3 {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 5px;
}
.block_type__project-grid .grid-item .bizango_content_prose {
	text-align: center;
}
.block_type__project-grid .grid-item .bizango_content_prose p {
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #6f7077;
	letter-spacing: 2.8px;
}
.block_type__project-grid .grid-item .bizango_content_prose p:nth-of-type(1) {
	margin-right: 25px;
}
.block_type__project-grid .grid-item .bizango_content_prose p:before {
	content: "";
	display: inline-block;
	top: 3px;
	height: 20px;
	width: 20px;
	position: relative;
	margin-right: 10px;
}
.block_type__project-grid .grid-item .bizango_content_prose p:nth-of-type(1):before {
	background: url("../../images/sites/oer/OneEnergy-portfolio-icons-location.svg");
	background-size: 20px;
	background-repeat: no-repeat;
}
.block_type__project-grid .grid-item .bizango_content_prose p:nth-of-type(2):before {
	background: url("../../images/sites/oer/OneEnergy-portfolio-icons-size.svg");
	background-size: 20px;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 675px) {
	.block_type__project-grid .element__grid .grid-columns-3 .grid-item {
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width: 480px) {
	.block_type__project-grid .element__grid .grid-columns-3 .grid-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
}
/* ------------PROJECT 2-COL-------------- */
.block_type__project-2-column .all-cols-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.block_type__project-2-column .col-1,
.block_type__project-2-column .col-2 {
	width: 43.6%;
}
.block_type__project-2-column .bizango_cms_content p {
	margin-bottom: 30px;
}
@media only screen and (max-width: 700px) {
	.block_type__project-2-column .all-cols-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.block_type__project-2-column .col-1,
	.block_type__project-2-column .col-2 {
		width: 100%;
	}
}
/* ------------BLOG POSTS BLOCK------------- */
.block_type__blog-posts .bizango_content_prose {
	margin-bottom: 45px;
}
.block_type__blog-posts .bizango_image_controls {
	position: relative;
	top: -20px;
}
.block_type__blog-posts .bg-img {
	position: relative;
	height: 200px;
}
.block_type__blog-posts .bg-img.no-img {
	height: 0;
}
.block_type__blog-posts .text {
	position: relative;
	top: -45px;
	padding: 25px 25px 0 25px;
	background: white;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 28px;
	width: calc(100% - 56px);
}
.block_type__blog-posts .text .date {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.block_type__blog-posts .text p {
	font-size: 18px;
	line-height: 25px;
}
@media only screen and (max-width: 1000px) {
	.block_type__blog-posts .posts_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	}
	.block_type__blog-posts .post {
		width: 80%;
	}
}
@media only screen and (max-width: 660px) {
	.block_type__blog-posts .post {
		width: 100%;
	}
	.block_type__blog-posts .text {
		padding: 15px 15px 0 15px;
		margin: 0px 15px;
		width: calc(100% - 30px);
	}
}
/* ----------LANDOWNERS INQUIRY FORM BLOCK--------*/
.element__landowner_inquiry_form label,
.element__landowner_inquiry_form input[type='text'],
.element__landowner_inquiry_form input[type='number'],
.element__landowner_inquiry_form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.element__landowner_inquiry_form label {
	color: #727589;
	font-size: 1em;
	line-height: 1;
	margin-bottom: 0.5rem;
	position: relative;
}
.element__landowner_inquiry_form label .required:after {
	content: '*';
}
.element__landowner_inquiry_form input[type='text'],
.element__landowner_inquiry_form input[type='number'],
.element__landowner_inquiry_form textarea {
	background-color: #fff;
	border: 2px solid #e1e3e6;
	font-family: aktiv-grotesk, sans-serif;
	font-size: 1rem;
	line-height: 1;
	padding: 0.75rem;
}
.element__landowner_inquiry_form textarea {
	height: 7em;
}
.element__landowner_inquiry_form button {
	background-color: #ff4900;
	border: none;
	border-radius: 2rem;
	color: #fff;
	font-size: 0.8889rem;
	font-weight: 700;
	padding: 1rem 2rem;
}
.element__landowner_inquiry_form button .icons {
	display: inline-block;
  font-size: 0.7em;
  margin-left: 0.6em;
}
.element__landowner_inquiry_form .form-grid > div {
	margin-bottom: 1rem;
}
.element__landowner_inquiry_form .form__1-3,
.element__landowner_inquiry_form .form__2-3 {
	box-sizing: border-box;
	display: inline-block;
}
.element__landowner_inquiry_form .form__1-3 {
	padding-right: 10px;
	width: calc(100% / 3);
}
.element__landowner_inquiry_form .form__2-3 {
	width: calc((100% / 3) * 2);
}
@media only screen and (min-width: 768px){

	.element__landowner_inquiry_form .form-grid {
		-webkit-box-align: self-end;
		    -ms-flex-align: self-end;
		        align-items: self-end;
		display: -ms-grid;
		display: grid;
    grid-gap: 10px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
	}
	.element__landowner_inquiry_form .form-grid--1 {
		margin-bottom: 10px;
	}
	.element__landowner_inquiry_form .form-grid--2 {
		-ms-grid-columns: 66.6666% calc(33.3333% - 10px);
		grid-template-columns: 66.6666% calc(33.3333% - 10px);
	}
	.element__landowner_inquiry_form .form-grid--submit-container {
		padding-bottom: 1em;
		padding-left: 1em;
	}
}

/* ------------FIREFOX SPECIFIC CHANGES-------------- */
@-moz-document url-prefix() {

}
/* ------------CHROME SPECIFIC CHANGES-------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
	div, a {
		-webkit-tap-highlight-color: transparent !important;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (max-width: 850px){

}
/* ------------SAFARI SPECIFIC CHANGES-------------- */
@media not all and (min-resolution:.001dpcm) { 
	@media {
		#mobile_nav .icon {
			position: relative;
			top: auto;
			font-size: 4em;
			-webkit-transform: scaleY(1.3) scaleX(1.2) rotate(0deg);
			-ms-transform: scaleY(1.3) scaleX(1.2) rotate(0deg);
				transform: scaleY(1.3) scaleX(1.2) rotate(0deg);
		}
		#mobile_nav .icon:after {
			top: 20px;
			right: 0;
			-webkit-transform: scaleY(0) scaleX(0) rotate(0deg);
			    -ms-transform: scaleY(0) scaleX(0) rotate(0deg);
			        transform: scaleY(0) scaleX(0) rotate(0deg);
		}
		#mobile_nav .icon.active {
			font-size: 0;
			-webkit-transform: scaleY(1.3) scaleX(1.2) rotate(0deg);
			-ms-transform: scaleY(1.3) scaleX(1.2) rotate(0deg);
				transform: scaleY(1.3) scaleX(1.2) rotate(0deg);
		}
		#mobile_nav .icon.active:after {
			-webkit-transform: scaleY(0.8) scaleX(0.9) rotate(360deg);
			    -ms-transform: scaleY(0.8) scaleX(0.9) rotate(360deg);
			        transform: scaleY(0.8) scaleX(0.9) rotate(360deg);
		}
	}
}
/* ------------EDGE SPECIFIC CHANGES-------------- */
@supports (-ms-ime-align: auto) {
	html {
		position: relative;
	}
	body {
		position: static;
	}
}
/* ------------IE SPECIFIC CHANGES-------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	select::-ms-expand {
		display: none;
	}
	button.close {
		top: -2px;
	}
	.block.block_type__interior-hero {
		height: 100px;
	}
	.blog_story_in_list .blog_post_content .col-l {
		height: 375px;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
	}
}

