
.site-header.transparent {
	background-color:transparent;
	background-color:rgba(3,51,127,0.4)!important;
}
.home .site-header.transparent {
	background-color: transparent;
	background-color: rgba(3,51,127,0.0) !important;
}
.page-template-page-custom #main {
	padding-top:0;
	margin-top:-100px;
}

.page-id-6585 .page-template-page-custom #main {
	margin-top:0;
}

.page-template-page-custom #main .wrap {
	max-width:100%;
}

.page-template-page-custom .site-header {
	background-color:transparent;
}
#custom-main > .section_5103680825b14548ac60cd {
	background-color: var(--dark-blue) !important;
}
/* custom menu overlay ---*/
.tb-sticky-header {
	z-index:99!important;
}

#pecanNav {
	z-index:10000;
}

.menu-about-pecan-street-container {
	width:100%;
	text-align:left;
	font-size:30px;
}

.closebtn {
	z-index:1000000;
}

.overlay-content {
	width:100%;
	text-align:left;
	top:0!important;
	display:flex!important;
	flex-direction:row!important;
	justify-content:center!important;
	height:100%;
	overflow:hidden;
}
.overlay-content .logo {
	padding: 20px;
}
#branding span,#sticky-header span {
	transition:all ease .5s;
}

.bar {
	width:30px;
	margin-bottom:8px;
	border-bottom:2px solid var(--orange);
}

#branding .bar {
	border-bottom:2px solid var(--orange);
}
#branding.transparent .bar {
	border-bottom:2px solid white;
}

#branding span:hover .bar,#sticky-header span:hover .bar {
	border-bottom-color:var(--sky);
}

#sticky-header span {
	width:30px;
}
#branding span {
	margin-right: 20px;
}
#menu-main-menu {
	display:none;
}

#menu-about-pecan-street,#menu-work-with-us,#menu-dataport {
	list-style:none;
	padding:0;
	text-align:left;
	margin:0;
}

#menu-about-pecan-street a,#menu-work-with-us a,#menu-dataport a {
	font-size:20px;
	padding-left: 0;
}

.columnone,.columntwo,.columnthree {
	padding:40px;
	padding-top: 10%;
	text-align:left;
}

.columnone {
	background-color: rgba(1, 25, 54, .8);
}
.columntwo {
	background-color: rgba(1, 107, 79, .8);

}
.columnthree {
		background-color: rgba(70, 83, 98, .8);

}
.columnone,.columntwo,.columnthree,.logo {
	flex-basis: 33.333%;
}
#branding .wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#branding .header-content {
	width: 100%;
}

.columnone h2,.columntwo h2,.columnthree h2 {
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	color: var(--orange);
	font-size: 25px;
}
.tb-mobile-header {
	background-color: var(--dark-blue) !important;
}
/* overlay menu -----------------------------------------------------------------------------------*/

/* overlay menu ---*/
 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 0;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	background-image: url('/wp-content/uploads/2018/07/solarpanels.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  height: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: var(--orange);
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
	font-size: 40px;
	top: 15px;
	right: 35px;
  }
} 


/* banners ---*/
.static-image {
	width:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.banner-text {
	color:#fff!important;
	text-shadow:1px 1px 7px #000;
}

/* full width text blocks --------*/
.full-width-block {
	width:80%;
	max-width:1000px;
	margin:0 auto;
}

.full-width-block .gallery {
	margin-top:60px;
}

/* shortcode block ------------*/
.full-width-block-shortcode {
	width:100%;
}

/* flex grid links block ------------*/
.flex-grid-links {
	display:flex;
	text-align:center;
	flex-direction:row;
	margin-top:80px;
}

.flex-grid-links .grid-item a {
	display:flex;
	background-color:var(--orange);
	color:#fff;
	flex-direction:column;
	width:100%;
	height:100%;
	justify-content:center;
	line-height:20px;
	transition:all ease .5s;
	padding:30px;
	border:none;
}

.flex-grid-links .grid-item a:hover {
	background-color:var(--turf);
	color:#fff;
}

/* flexible columns -----*/
.flexiblecolumns {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}

.flexiblecolumns > div {
	padding:20px;
}

.flex-column-item {
	flex-basis:50%;
}

.flex-column-item img {
	max-height:450px;
	width:auto;
}

.grid-item {
	flex-grow:1;
	flex-basis:20%;
	position:relative;
	height:100px;
	margin:0 10px;
}

/* iframe ----*/
.iframecontent {
	height:auto;
	min-height:500px;
	text-align:center;
	padding:60px 0;
	background-color:var(--dark-blue);
}

.iframecontent iframe {
	max-width:1100px!important;
	height:100vh;
}

/* papers section ---*/
#wdt-table-title-2 {
	text-align:center;
}

/* --- footer -----*/
.page-id-6177 .footer-content,.page-id-6160 .footer-content,.page-id-6173 .footer-content,.page-id-6179 .footer-content {
	display:none;
}

.page-id-6177 .site-footer > .wrap,.page-id-6160 .site-footer > .wrap,.page-id-6173 .site-footer > .wrap,.page-id-6179 .site-footer > .wrap {
	padding-top:0;
}

/* overrides ----*/
.one-fourth {
	width:25%;
}

.one-third {
	width:33%;
}

.one-half {
	width:50%;
}

.full-height {
	height:100vh;
}

.seventy-percent-height {
	height:70vh;
}

.padding-only {
	height:auto;
}

.zero {
	padding:0;
}

.zeromargin {
	margin:0 auto;
}

.medium {
	padding:80px 0;
}

.mediummargin {
	margin:80px auto;
}

.large {
	padding:120px 0;
}

.largemargin {
	margin:120px auto;
}

/* custom dataport map ---*/

#mapsvg-map-6253 {
	width: 80%;
	max-width: 1000px;
	margin: 30px auto;
}

@media screen and (max-width: 767px) {
	.site-inner > .wrap {
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#mapsvg-map-6244 {
	width: 1200px;
	max-width: 80%;
	margin: 30px auto;
}
}

/* responsive adjustments ---*/

@media screen and (max-width: 1024px) {
	#mobile-header {
		position: relative !important;
		z-index: 10 !important;
	}
	h2 {
		font-size: 2em;
	}
	h1, div.inner h1 {
		font-size: 2.5em;
	}
	h3 {
	   font-size: 1.5em;
	}
	.seventy-percent-height {
		height: 50vh;
	}
	.dataportintro {
		padding: 30px;
	}
.flex-grid-links {
	flex-direction: column;
}
.flexiblecolumns {
	flex-direction: column;
}
.flex-grid-links > div {
	margin: 10px 0;
}
.flex-column-item {
	flex-basis: 50%;
	width: 100%;
}
}

.site-logo.image-logo.logo-sticky {
	width: 284px;
}
.tb-mobile-header .site-logo {
	margin: 0 auto 0 0;
	width: 284px;
}

.tb-search {
	margin-top: 30px;
}
.search-input {
	background: transparent !important;
	color: white !important;
}

/* search pop up ---*/
.popupformblock {
	position: fixed;
	left: 50%;
	top: 200px;
	background-color: white;
	transform: translateX(-50%);
	max-width: 600px;
	z-index: 100 !important;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 1px 1px 5px;
	width: 30%;
	min-width: 250px;
	display: none;
	transition: all ease .5s;
	height: 0;
	overflow: hidden;
}
#custom-main {
	position: relative;
}
#custom-main:before {
	content: '';
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 0;
	z-index: 5;
	position: absolute;
	left:0;
	top: 0;
	transition: all ease .5s;
	opacity: 0;

}
.showform {
	display: block;
	height: auto;
	overflow: visible;
	opacity: 0;
}
.overlay #custom-main:before {
	width: 100%;
	height: 100%;
	opacity: 1;
}
.popupformblock #search-filter-form-5230 > ul:nth-child(1), .overlay-content #search-filter-form-5230 > ul:nth-child(1) {
	border-left: none !important;
}

.popupclose {
position: absolute;
right: -15px;
top: -15px;
width: 30px;
height: 30px;
border-radius: 15px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0;
box-shadow: 1px 1px 3px #000;
background-color: var(--orange);
}
.entry-header {
	display: none;
}

.dataportbutton a {
	position: fixed;
	top: 20%;
	right: 0;
	background-color: var(--sky);
	z-index: 100;
	color: white;
	padding: 15px 20px;
	transition: all ease .5s;
}

.page-id-6255 .site-header {
	z-index: 100 !important;
	background: white;
}
.page-id-6256 #pecan-street-section-2 + .full-width-block.simplefull {
	max-width: none;
	width: 100%;
	padding: 10px 20%;
	margin: 0;
	background-color: var(--dark-blue);
}
@media screen and (max-width: 1440px) {
	.page-id-6256 #pecan-street-section-2 + .full-width-block.simplefull {
padding: 50px auto;
}
}
.page-id-6256 .flex-grid-links {
	display: flex;
	text-align: center;
	flex-direction: row;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	flex-wrap: nowrap;
}
@media screen and (max-width:1440px) {

	.page-id-6256 .flex-grid-links > div {
		flex-basis: 40%;
		margin: 10px;
	}
	.page-id-6256 .flex-grid-links {

		flex-wrap: wrap;
	}
	.page-id-6256 #pecan-street-section-2 + .full-width-block.simplefull {

		padding: 50px 60px;
	}
}

@media screen and (max-width: 768px) {
	.page-id-6256 .flex-grid-links > div {
		flex-basis: 100%;
		margin: 10px;
	}
}
.email_download_link {
	clear: both;
	padding: 30px;
	border: solid 1px var(--sage);
}

/* text updates force overrides ----*/

.epic-thumb .epic-thumb-header .entry-title {
	line-height: 1 !important;
	margin-bottom: 20px !important;
	letter-spacing: 1px !important;
}
.page-id-6336 .col-sm-9 > p:nth-child(16) {
	clear: left;
}
.error404 .entry-title {
	width: 100vw;
	text-align: left;
	font-size: 100px;
}
/* give pages --- */

.give-page .entry-title2, .give-recurring .entry-title2 {
	text-align: center;
	padding: 20px;
	font-size: 45px;
}
.give-page .entry-header {
	background-color: var(--sky);
}

/* author boxes ---*/

.author-info {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;



}
.author_bio_section {
	padding: 10px 20px;
	background-color: #f7f7f7;
	margin-top: 40px;
}
.author_bio_section h4 {
	margin-bottom: 0;
}

.author_bio_section .avatar {
clip-path: circle(50% at 50% 50%);
padding: 0;
margin: 20px 20px 20px 0 !important;
}
/* events page ---------------------*/

.page-id-5813 .col-sm-9 h2 {
	margin-bottom: 20px;
}
.single img, .single img a {
	padding: 0;
}
.single figure, .single img, .single img a {
	padding: 0 !important;
}
#pecan-events {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
	
}
#pecan-events h2 {
	margin-bottom: 5px;
	color: var(--orange);
	margin-top: 30px;
}
#pecan-events > div {
	transition: all ease .5s;
	padding: 20px;
	border: 1px solid var(--sage);
	position: relative;
	margin-bottom:  50px;
}
#pecan-events > div:hover {
	background-color: #f7f7f7;
}

#pecan-events hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid var(--sage);
}
#pecan-events h3{
	color: var(--midgray);
	clear: both;
	font-weight: 400;
	font-style: italic;
}

#pecan-events .event-type {
position: absolute;
background-color: var(--blue);
padding: 10px;
top: 0;
right: 0;
top: 50px;
color: var(--dark-blue);
}

.speaker {
	clear: left;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
h2.speaker-headline {
	color: var(--orange);
	border-bottom: 1px solid var(--orange);
	padding-bottom: 15px;
	margin-top: 30px;
}
.speaker img {
clip-path: circle(50% at 50% 50%);
}
.speaker h2 {
	margin-bottom: 8px;
	
}

h3.event-date {
	border-top: 1px solid var(--sage);
	border-bottom: 1px solid var(--sage);
	padding: 15px 0;
}
@media screen and (max-width: 1280px) {

#postbanners h1, .archive #postbanners h1 {
	color: white;
	vertical-align: middle;
	text-align: left;
	float: left;
	margin-right: 30px;
	font-size: 39px;
	margin-bottom: 15px;
}

h1, div.inner h1 {
	font-size: 53px;
	margin: 0;
}
#colophon .col-md-12 > h1 {
	font-size: 40px;
}

#pecan-street-section-2 .text-light > h2 {
	background-color: var(--dark-blue);
	position: relative !important;
	margin-left: 0;
	margin-top: 0;
	font-weight: 500;
	font-size: 25px;
	left: 0 !important;
	padding: 20px;
	transform: none !important;
	top: auto !important;
}
#pecan-street-section-2 .tb-content-block p img {
	margin-top: 0 !important;
	transform: none !important;
	max-height: 60px !important;
}
}
@media screen and (max-width: 768px) {
	#pecan-events {

		grid-template-columns: 1fr;

	}
	#block_19033123325b208835a6aec > div > div:nth-child(3) > div.col-sm-3 > p > img, #block_8773598075b1455d64411f div div div.col-sm-3 p img {
		max-width: 158px;
	}
	
	.home .tb-text-block.text-block-1.no-italic.no-caps {
		font-size: 40px;
		line-height: 1;
		max-width: 70%;
		margin: 0 auto;
			margin-bottom: 0px;
		margin-bottom: 30px;
	}
	.page-template-page-custom #main {
		margin-top: 0;
		padding-top: 0;
		margin-top: 0;
	}
	.page-template-page-custom .entry-header {
		display: none;
	}
	.page-template-page-custom .banner-text h1 {
		font-size: 45px;
	}
	.page-template-page-custom #page-banner .one-half {
		width: 80%;
	}
.epic-thumb.tb-parallax .parallax-figure.on img, .epic-thumb.fw img {
	opacity: .6 !important;
}
}
@media screen and (max-width: 600px) {

.home .tb-text-block.text-block-1.no-italic.no-caps {
	font-size: 30px;
	line-height: 1;
	max-width: 100%;

}
h1, div.inner h1 {
	font-size: 40px;
}
#pecan-street-section-3 h2, #pecan-street-section-4 h2, #pecan-street-section-5 h2 {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 2rem;
	line-height: 60px;
	color: var(--dark-blue);
	font-size: 2.2em;
	line-height: 1em;
}
.home #pecan-street-section-2 .text-light > h2 {
	font-weight: 700;
	font-size: 25px !important;
	text-transform: capitalize;
}

}

.flex-column-item .col-sm-4  p img {
	max-width: 120px;
}
.flex-column-item .col-sm-8 p:first-child {
	margin: 0;
	font-size: 50px;
}
.flex-column-item .col-sm-8 h3 {
	margin-bottom: 0;
}

/* custom shortcode for graphics ---*/

.recordsgraphic {
  float: left;
  padding: 20px 0;
  width: 100%;
}
.recordsgraphic .records {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.recordsgraphic .records img {
	height: 110px;
}
.recordsgraphic .records h2 {
	font-size: 30px;
	margin-bottom: 0;
	line-height: 1.1;
}
.recordsgraphic .titles {
	text-align: center;
}
.verticalrecordsgraphic {
	padding: 30px 0;
}
.verticalrecordsgraphic .records {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	margin: 10px 0;
}
.verticalrecordsgraphic .records img {
	width: 120px;
}
.verticalrecordsgraphic .university img {
	width: 100px;
}
.verticalrecordsgraphic .records > div:not(.titles) {
	width: 40%;
	min-width: 40%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.verticalrecordsgraphic .titles {
	text-align: left;
}
.verticalrecordsgraphic .records h2 {
	font-size: 40px;
	margin-bottom: 0;
line-height: 1;
}
.verticalrecordsgraphic .records h3 {
	margin: 5px 0;
}
.home .verticalrecordsgraphic {
	padding: 0;
}