/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Mon, 15 Dec 2025 13:13:30 -0600*/
/*Sierra - remove Recent Works sidebar widget -sms-4/11/2019*/
.widget_sidebar_works {display: none;}
.widget_sidebar_blog {display: none;}
.widget_sidebar_events {width: 100%; text-align: center;}
.widget_sidebar_events ul {list-style-type: none;}

/*Custom Work - JMG - 4/15/2019*/
.content {padding-top: 0;}


/* Custom Toggle on About Page - JMG - 4/22/2019*/
.toggle {
	clear: both;
	position: relative;
}

.toggle .heading {
	cursor: pointer;
	margin-bottom: 15px;
	padding: 15px;
	background: #c4c6c2;
	-webkit-transition:0.2s all linear;
			transition:0.2s all linear;
}

.toggle .heading h3 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.toggle .heading h3:before {
	content: '\f067';
	font-family: "FontAwesome";
	color: #5C5447;
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.toggle .heading h3.active:before {
	content: '\f068';
	font-family: "FontAwesome";
	color: #5C5447;
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.toggle .toggle-content {
	display: none;
	margin-bottom: 15px;
	margin-left: 20px;
	overflow: hidden;
}

.toggle .heading:hover {
	background: #EACD83;
}

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 50px !important; }