/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
@media only screen and (min-width: 1200px) {
	.round-it .fl-col-content {
		background-color: rgba(250,252,254,.8);
		border-radius: 50%;
	}
}

@media only screen and (max-width: 1200px) {
	.fl-col-group .fl-col.round-it {
		margin-top: 2.62rem;
		margin-bottom: 2.62rem;
	}
	
	.round-it .fl-col-content {
		padding: 3.62rem 2.62rem;
	}
}

.site-branding img {
	max-height: 40px;
}

.site-header {
	position: relative;
	z-index: 99;
	box-shadow: 0 6px 4px -3px rgba(0,0,0,0);
}

.header-info-widgets-container {
	box-shadow: inset 0 6px 4px -3px rgba(0,0,0,0);
}

@media only screen and (min-width: 55em) and (max-width: 79.9375em) {
	.main-navigation {
		clear: none;
		float: right;
		width: auto;
		margin: 0;
		line-height: inherit;
	}
}

.expander {
	display: none;
}

.widget-recent-entries-list .entry-summary {
	display: none;
}

#banner-logo-pdx:hover {
	background-color: rgba(200,200,200,0.5);
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

#banner-logo-pec:hover {
	background-color: rgba(200,200,200,0.5);
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

#banner-logo-pwc:hover {
	background-color: rgba(200,200,200,0.5);
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.fc-title {
	padding: 5px !important;
	text-overflow: ellipsis;
	white-space: pre-line;
}

/* kill posts module accent bar, rearrange posting date to bottom */
.wm-posts .entry {
	padding-left: 1.62rem;
}

.wm-posts .entry-meta {
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	margin: 1rem 0 0;
	text-align: inherit;
	background: transparent;
	color: inherit;
}

.wm-posts .entry-meta-element {
	display: inline-block;
	margin: 0 .62em 0 0;
}

.wm-posts .entry-meta .entry-date {
	padding: 0;
	line-height: inherit;
}

.wm-posts .entry-meta .entry-date::before {
	display: inline;
	margin-right: .38em;
}

.wm-posts .entry-meta .entry-date span {
	display: inline;
}

.wm-posts .entry-meta .entry-date .day,
.wm-posts .entry-meta .entry-date .month,
.wm-posts .entry-meta .entry-date .year {
	font-size: inherit;
}