/* Default Font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
#banner img:not(.logo-img) {
  width: 100%;
  height:auto;
}
/* Default Styles */
html, body {
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
p {
	margin: 20px 0;
	line-height: 1.75em;
}
a {
	text-decoration: none;
	font-weight: bold;
	transition: all ease .7s;
}
a:hover, a:focus {
	text-decoration: none;
	transition: all ease .7s;
}
.btn {
	transition: all ease .7s;
	border-radius: 0;
}
.btn:hover, .btn:focus {
	transition: all ease .7s;
}
h1 {
	font-size: 36px;
	margin: 0;
}
h2 {
	font-size: 26px;
	margin: 0;
}
h3 {
	font-size: 20px;
	margin: 0;
}
/* = FLOATED IMAGES = */
img.pull-left {
	margin: 0 20px 20px 0px;
	max-width: 100%;
	width: 400px;
}
img.pull-right {
	margin: 0 0px 20px 20px;
	max-width: 100%;
	width: 400px;
}
/* Modal */
.modal-title {
	font-size: 18px;
}
/* Header */
#menu-wrap .btn {
	display: block;
}
.contact-popup {
	text-align: center;
	display: inline-block;
}
.c2a a .fa-stack {
	font-size: 20px;
}
.c2a a .fa-stack .fa-stack-2x {
	transition: all ease .7s;
}
.c2a a {
	font-size: 20px;
}
span.social-header {
	padding: 10px 0;
	display: block;
	font-size: 20px;
}
.social-item {
	margin: 0 5px;
}
.social-item a {
	font-size: 30px;
}
.c2a .address, .c2a .phone {
	padding: 5px 0;
}
.header-hours {
	width: 100%;
	padding-top: 50px;
}
.header-hours .hours-heading {
	text-align: center;
	font-size: 20px;
	display: block;
}
.c2a {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
}
.c2a ul.hours {
	margin: 0;
	padding: 0 20px;
	list-style: none;
}
.c2a ul.hours li {
	border-bottom: 1px solid #999;
	padding: 5px 0;
}
.c2a ul.hours span {
	float: right;
}
.c2a-mobile {
	display: none;
}
/* Nav */
#menu-main-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu-main-menu>li {
	display: inline-block;
}
.dropdown-menu {
	margin-top: -2px;
	box-shadow: none;
	border-radius: 0px;
	padding: 0;
	border-top: 2px solid #000;
}
.dropdown:hover .dropdown-menu {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	display: block;
}
.dropdown-menu>li>a {
	transition: all ease 1s;
	font-size: 14px;
	padding: 10px;
}
.dropdown-menu>li>a:hover {
	transition: all ease 1s;
}
.mobile-nav, .menu-mobile-dropdown-menu-container, .home-link {
	display: none;
}
.nav-toggler {
	position: relative;
	font-weight: 600;
	display: flex;
	flex-flow: row-reverse nowrap;
	cursor: pointer;
	padding: 10px 10px;
	width: 50px;
	font-size: 16px;
}
.nav-toggler .toggle-more {
	transform: rotate3d(1, 0, 0, 0deg);
}
.nav-toggler .toggle-less {
	opacity: 0
}
.nav-toggler .toggle-text {
	position: absolute;
	top: 0
}
.nav-toggler .nav-toggler .fas, .nav-toggler .toggle-text {
	transition: all ease-in-out .3s
}
.nav-toggler .fas {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 4px;
	right: -5px;
	transform: rotate3d(1, 0, 0, 0deg);
	transition: all ease-in-out .3s
}
.nav-toggler.active .toggle-more {
	transform: rotate3d(1, 0, 0, 180deg);
	float: left;
	opacity: 0
}
.nav-toggler.active .toggle-less {
	transform: none;
	float: left;
	opacity: 1
}
.nav-toggler.active .fas {
	transform: rotate3d(1, 0, 0, 180deg);
}
.nav-trigger {
	z-index: -1;
	position: absolute;
	right: 0;
	top: 20%;
	left: -48px;
}
.nav-trigger .btn {
	padding: 30px 15px;
	font-size: 32px;
	border-radius: 0;
}
.nav-trigger .open {
	transform: rotate(180deg);
}
.dropdown-menu {
	position: relative;
	width: 100%;
	border: 0;
	padding-left: 20px;
	margin-top: 5px;
}
#side-pull-out {
	box-shadow: 0 0 10px inset #000;
	z-index: 1041;
}
#side-pull-out #main-nav li {
	display: block;
	font-size: 20px;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#side-pull-out #main-nav li a {
	display: block;
	padding: 5px 10px;
	width: 100%;
}
#side-pull-out #main-nav {
	padding: 20px;
}
/* Banner */
#banner {
	position: relative;
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, .6), rgba(255, 255, 255, .2), rgba(255, 255, 255, .1), transparent, transparent, transparent, transparent, transparent, transparent);
}
.home #header {
	display: none;
}
.home .home-logo {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.message-scroller {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	overflow: hidden;
	position: absolute;
	top: 0;
	display: inline-block;
	height: 50px;
	width: 100%;
	margin-top: 10px;
	z-index: 3;
}
.message-scroller-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: scroll-left 20s linear infinite;
	-webkit-animation: scroll-left 20s linear infinite;
	animation: scroll-left 20s linear infinite;
}
.message-scroller-inner .message-scroller-heading {
	font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
	font-weight: bold;
}
/* Footer */
footer {
	text-align: center;
	padding: 10px 0 5px;
}
/* Home */
#home-main {
	text-align: center;
	padding: 50px 0;
	box-shadow: 0 0 10px inset #000;
	-webkit-box-shadow: 0 0 10px inset #000;
	-moz-box-shadow: 0 0 10px inset #000;
}
#home-main p {
	margin-top: 20px;
	margin-bottom: 0;
}
#service-repeater h2 {
	font-size: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .4);
	font-weight: bold;
	opacity: 0;
	transition: all ease 1s;
}
#service-repeater .flex-item.active h2 {
	opacity: 1;
	transition: all ease 1s;
}
#service-repeater {
	position: relative;
	font-size: 18px;
	text-align: center;
	border-bottom: solid 10px #fff;
}
#service-repeater h2:hover {
	border-color: #fff;
	background-color: rgba(51, 51, 51, .7)
}
#service-repeater a:hover {
	text-decoration: none;
	outline: none;
}
#service-repeater a:hover img {
	transform: scale(1.05);
}
#service-repeater a:before {
	-webkit-transition: all 0.40s ease;
	-o-transition: all 0.40s ease;
	transition: all 0.40s ease;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
#service-repeater .image-wrapper a:last-of-type {
	border-left: solid 10px #fff;
}
#service-repeater a:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.service.flex-item:nth-child(2) {
	background-position-x: 71% !important;
}
.service.flex-item:nth-child(1) {
	background-position: right !important;
}
.service.flex-item:nth-child(3) {
	background-position: center !important;
}
.service.flex-item .image-wrapper img {
	opacity: 0;
}
.service.flex-item:nth-of-type(1) {
	border-right: 13px solid white;
}
.service.flex-item:nth-of-type(3) {
	border-left: 13px solid white;
}
.service.flex-item:nth-of-type(4) {
	border-left: 13px solid white;
}
.service-repeater-inner {
	border-top: 10px solid #fff;
}
.service-repeater-inner .flex-row {
	border-right: solid 10px #fff;
	border-left: solid 10px #fff;
}
.flex-row {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.flex-item {
	-webkit-transition: width .50s ease-out;
	-o-transition: width .50s ease-out;
	transition: width .50s ease-out;
	width: 33.33%;
}
.flex-item.active {
	width: 100%;
}
.flex-item.active .image-wrapper img {
	width: 100%;
}
.flex-item {
	position: relative;
	text-align: center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	overflow: hidden;
}
.image-wrapper a {
	line-height: 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.image-wrapper a {
	line-height: 0;
	display: block;
	overflow: hidden;
	position: relative;
}
#video-section {
	padding-bottom: 10px;
	padding-top: 10px;
}
#video-section iframe {
	width: 100%;
	height: 350px;
}
#video-section .video-row {
	padding: 0 10px;
}
#video-section .video:nth-of-type(odd) {
	padding-right: 7px;
}
#video-section .video:nth-of-type(even) {
	padding-left: 7px;
}
#home-second {
	text-align: center;
	padding: 50px 0;
	box-shadow: 0 0 10px inset #000;
	-webkit-box-shadow: 0 0 10px inset #000;
	-moz-box-shadow: 0 0 10px inset #000;
}
#home-second p {
	margin-top: 20px;
	margin-bottom: 0;
}
#news-articles {
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
#news-articles .nav-tabs {
	margin-bottom: 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	border: 2px solid;
	padding: 10px;
}
#news-articles .tab-content h3 {
	margin: 20px;
	border-bottom: 5px double #000;
}
#news-articles .tabs-left>li {
	float: none;
	margin-bottom: -1px;
	margin-right: -1px;
	margin-left: -1px;
	margin-top: -1px;
	width: 100%;
}
#news-articles .tabs-left>li>a {
	text-transform: uppercase;
	font-size: 14px;
}
#news-articles .tabs-left>li a:hover {
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-left-color: transparent;
}
#news-articles .tabs-left>li.active>a, .tabs-left>li.active>a:focus, .tabs-left>li.active>a:hover {
	border-radius: 0;
}
#news-articles .tab-content {
	padding: 10px 0 10px 10px;
}
#news-articles .news-article-box {
	border: 2px solid;
	padding: 10px;
}
#news-articles .tabs-left>li {
	position: relative;
}
#news-articles .tabs-left>li.active a:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -15px;
}
.article-content-box {
	padding: 0 20px;
	text-align: center;
}
#news-articles .tabs-left>li>a {
	padding: 10px;
	border-radius: 0 0 0 0;
	margin-right: 0;
	display: block;
	border-width: 2px;
	border-style: solid;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
}
.article-image-box img {
	width: 100%;
}
.article-content-box h2 {
	padding-bottom: 20px;
}
#testimonials {
	padding: 50px 0;
	text-align: center;
}
#service-block-repeater {
	padding: 10px 0 50px;
}
h2.service-block-repeater-heading {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
	padding: 10px 0;
	transition: all 1s ease;
}
.service-block {
	position: relative;
	border: 10px solid #fff;
	border-top: 0;
	border-bottom: 0;
}
.service-block-row {
	padding: 0 10px;
}
.service-block img {
	width: 100%;
}
/* Contact Form */
#contact-form label {
	font-size: 16px;
}
#contact-form textarea {
	height: 83px;
}
#contact-form .gform_wrapper {
	margin-top: 0px;
}
#contact-form .submit-btn {
	margin-top: 0 !important;
}
#contact-form .gform_body {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
#contact-form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px;
	padding-left: 0px;
}
#contact-form .gform_button {
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	border: 0;
}
#contact-form textarea, #contact-form input {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* = CONTACT INFO = */
#contact-info {
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	clear: both;
}
.contact-info-inner {}
.contact-info {
	display: inline-block;
}
.spacer {
	margin: 0px 5px;
}
#contact-info a:hover, #contact-info a:focus {
	text-decoration: none;
}
/* Interior Pages */
.interior-page .logo {
	padding-top: 10px;
}
.interior-page .logo img {
	margin: 0 auto;
}
#interior-main {
	text-align: center;
}
.interior-main-heading {
	padding: 10px 0;
}
.interior-main-inner-outer {
	padding: 50px 0;
	box-shadow: 0 0 10px inset #000;
	-webkit-box-shadow: 0 0 10px inset #000;
	-moz-box-shadow: 0 0 10px inset #000;
}
/* About Page */
#about-sections {
	padding: 50px 10px 10px;
	text-align: center;
}
.about-section-wrapped, .about-section-columns {
	padding-bottom: 40px;
}
.img-left {
	padding-right: 10px;
}
.img-right {
	padding-left: 10px;
}
.member-overlay-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .7);
	font-weight: bold;
	font-size: 18px;
	opacity: 0;
	transition: all ease 1s;
	margin: 10px;
}
.single-member:hover .member-overlay-text {
	opacity: 1;
	transition: all ease 1s;
}
.single-member img {
	width: 100%;
	padding: 10px 0;
}
.single-member {
	position: relative;
	padding: 0 10px;
}
#team-sections {
	box-shadow: 0 0 10px inset #000;
	-webkit-box-shadow: 0 0 10px inset #000;
	-moz-box-shadow: 0 0 10px inset #000;
	padding: 50px 0;
}
#team-slider .carousel-indicators {
	bottom: -40px;
}
#team-slider .carousel-indicators li {
	border: 1px solid;
}
.mobile-team {
	display: none;
}
.member-overlay-text h2 {
	padding-bottom: 20px;
	font-size: 30px;
}
.member-overlay-text h3 {
	padding-bottom: 20px;
	font-size: 25px;
}
.member-contact a {
	font-size: 25px;
	margin: 0 5px;
}
h2.team-heading {
	text-align: center;
	padding-bottom: 20px;
	display: block;
	font-weight: bold;
	font-size: 30px;
}
/* Service Page */
.service-content-row {
	box-shadow: 0 0 10px inset #000;
	-webkit-box-shadow: 0 0 10px inset #000;
	-moz-box-shadow: 0 0 10px inset #000;
	padding: 50px 0;
	text-align: center;
	border-collapse: separate;
}
.service-blocks-inner .service-row .service-image {
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 350px;
}
.service-blocks-inner .service-row .service-text {
	padding: 20px 30px;
	display: inline-flex;
	flex-flow: column;
	justify-content: center;
}
/* Gallery Page */
#project-gallery-section .gallery a:not(:nth-of-type(1)) {
	display: none;
}
.project-gallery {
	padding: 50px 10px;
}
.project-gallery:nth-of-type(even) {
	box-shadow: 0 0 10px inset #000;
	-webkit-box-shadow: 0 0 10px inset #000;
	-moz-box-shadow: 0 0 10px inset #000;
}
.gallery img {
	width: 100%;
}
.project-info, .gallery {
	padding: 0 10px;
}
/* Blog Page */
.blog-image {
	position: relative;
}
.blog-image {
	text-align: center;
	padding: 30px;
}
#blog {
	padding: 50px 0;
}
.read-more-text {
	display: none;
}
.blog-info {
	position: relative;
}
.blog-info .pagination {
	float: right;
	padding-right: 40px;
}
.blog-page-box {
	padding: 10px;
}
.blog-image {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.blog-content {
	padding: 30px;
	text-align: center;
}
.blog-content .btn {
	display: block;
}
.blog-content h2 {
	padding-bottom: 10px;
}
.btn {
	margin-top: 15px;
	padding: 10px 15px;
	font-size: 16px;
}
.blog-sidebar {
	border-left: 1px solid #000;
	padding: 25px 15px 15px;
}
.blog-sidebar h2 {
	padding: 10px 10px;
	padding: 10px 10px 0px 0;
}
.blog-sidebar ul {
	list-style: none;
	padding: 0;
}
.blog-sidebar li {
	margin: 3px 0;
}
.blog-sidebar li a:before {
	content: "►";
	margin-right: 5px;
}
.blog-sidebar li a {
	padding: 10px;
	border-radius: 0 0 0 0;
	margin-right: 0;
	display: block;
	border-width: 2px;
	border-style: solid;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 5px 0;
}
.blog-sidebar li a:hover, .blog-sidebar li a:focus {
	text-decoration: none;
	border-radius: 0;
	border: 2px solid;
}
/* Sitemap */
ul.sitemap-page {
	margin: 20px auto;
	display: block;
	max-width: 500px;
	float: none;
	padding: 0;
}
ul.sitemap-page li {
	list-style: none;
}
ul.sitemap-page li a {
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	text-align: center;
	font-size: 36px;
	line-height: 55px;
	display: block;
}
ul.sitemap-page li a:hover {
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	text-shadow: 0px 3px 0px #ccc, 0px 14px 10px rgba(0, 0, 0, 0.15), 0px 24px 2px rgba(0, 0, 0, 0.1), 0px 34px 30px rgba(0, 0, 0, 0.1);
}
/* 404 */
#post-0 {
	padding: 100px 20px;
}
/* = IE Styles = */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#news-articles .tabs-left>li.active a:after {
		top: 5px;
	}
	.service-content-row, .interior-main-inner-outer, #team-sections, #home-second, #home-main, .project-gallery:nth-of-type(even) {
		box-shadow: inset 0px 0px 10px 0px #000;
	}
	.about-section-columns {
		width: 100%;
	}
}
/* = MEDIA QUERIES= */
@media screen and (max-width: 991px) {
	#news-articles .tab-content {
		padding: 10px 0;
	}
	.article-image-box {
		padding-top: 20px;
	}
	#news-articles .tabs-left>li.active a:after {
		display: none;
	}
	.desktop-team {
		display: none;
	}
	.mobile-team {
		display: block;
	}
	.flex-25.single-member {
		flex: 1 1 25%;
		max-width: 25%;
	}
	.img-left {
		order: 2;
	}
	.blog-sidebar {
		border: 0;
	}
	.interior-page .logo {
		padding-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.service-row .flex-display-align {
		display: block;
	}
	.service-blocks-inner .service-row .service-image {
		background-size: 100% auto;
	}
	.blog-info {
		order: 2;
		box-shadow: 0 0 10px inset #000;
		-webkit-box-shadow: 0 0 10px inset #000;
		-moz-box-shadow: 0 0 10px inset #000;
		padding-top: 20px;
	}
	#blog {
		padding: 0;
	}
	.gallery {
		order: 2;
	}
}
@media screen and (min-width: 800px) {
	.c2a {
		bottom: 5%;
	}
}
@media screen and (max-width: 767px) {
	#service-repeater a:hover img {
		transform: none;
	}
	.message-scroller {
		top: -30px;
		margin: 0;
	}
	.message-scroller-inner {
		width: 100%;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-moz-animation: scroll-left 10s linear infinite;
		-webkit-animation: scroll-left 10s linear infinite;
		animation: scroll-left 10s linear infinite;
	}
	.home .home-logo {
		display: none;
	}
	.home #header {
		display: block;
	}
	.home #header .logo img {
		display: block;
		margin: 0 auto;
		padding: 10px 10px 20px;
	}
	#service-repeater h2 {
		opacity: 1;
	}
	.image-wrapper img {
		max-width: 100%;
		display: block;
		height: auto
	}
	.flex-item {
		overflow: visible;
		width: 100%;
		border-bottom: 10px solid #fff !important;
	}
	.flex-row {
		flex-direction: column;
	}
	.service.flex-item:nth-of-type(1) {
		border: 0;
	}
	.service.flex-item:nth-of-type(3) {
		border: 0;
	}
	.service.flex-item:nth-of-type(4) {
		border: 0;
	}
	img.pull-left {
		float: none !important;
		margin: 0 auto;
	}
	img.pull-right {
		float: none !important;
		margin: 0 auto;
	}
	/* Mobile Nav Settings */
	body {
		margin-top: 100px
	}
	.mobile-nav, .menu-mobile-dropdown-menu-container {
		display: block;
	}
	#side-pull-out {
		display: none;
	}
	#header {
		padding: 10px 0;
	}
	.header-inner {
		padding: 0;
	}
	.c2a-mobile {
		display: flex;
		align-items: center;
		justify-content: space-around;
		position: fixed;
		width: 100%;
		height: 50px;
		top: 0;
		z-index: 1;
		padding-left: 40px;
		font-size: 16px;
	}
	.c2a-mobile .address .fas, .c2a-mobile .phone .fas {
		padding-right: 5px;
	}
	.navigation a {
		text-transform: none;
		letter-spacing: 0;
		font-size: 16px;
	}
	.navigation a:hover:after {
		transform: scaleX(0);
	}
	.main-nav {
		background: #eee;
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		height: 50px;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		z-index: 11;
	}
	.main-nav .mobile-nav .mobile-list {
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: space-around;
		list-style: none
	}
	.main-nav .menu-wrap-container {
		background: #eee;
		display: none;
		position: absolute;
		right: 0;
		top: 50px
	}
	.main-nav .nav-list {
		padding: 0;
		margin: 0;
		list-style: none
	}
	.main-nav .nav-list .menu-item a {
		display: flex;
		align-items: center;
		padding: 10px 10px 10px 25px;
		border-top: 1px dotted #000;
		font-size: 18px;
	}
	.main-nav .nav-list .menu-item:last-of-type a {
		border-bottom: 1px dotted #000;
	}
	.home-link {
		display: block;
		position: absolute;
		left: 0;
		border-right: 1px solid #fff;
		padding: 0 10px;
		font-size: 20px;
	}
	/* Secondary Mobile Dropdown */
	ul.sub-menu {
		display: block;
		opacity: 0;
		min-width: 0;
		top: 0;
		left: -20px;
		background: #eee;
		z-index: -1;
		position: absolute;
		list-style: none;
		padding: 0;
	}
	.sub-menu a {
		padding: 10px 15px !important;
	}
	.sub-menu>li>ul {
		left: -10px;
		top: -2px;
	}
	.caret {
		border: none;
		height: 20px;
		width: 20px;
		position: absolute;
		left: 0;
		font-size: 26px;
	}
	.caret:after {
		content: "\f104";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		transform: translate(-50%, -50%);
	}
	.back {
		position: relative;
		display: block;
		text-align: center;
		font-size: 26px;
	}
	.back:after {
		content: "\f106";
		cursor: pointer;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		z-index: 999;
		left: 50%
	}
	.dropdown, .dropup {
		position: initial;
	}
}
@media screen and (max-width: 675px) {
	.flex-25.single-member {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.member-overlay-text {
		position: relative;
		opacity: 1;
		margin: 0;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	.single-member img {
		padding: 0;
	}
}
@media screen and (max-height: 800px) {
	.header-hours {
		padding-top: 20px;
	}
	.c2a {
		bottom: 3%;
	}
	#side-pull-out #main-nav li {
		font-size: 16px;
	}
}
@media screen and (max-height: 700px) {
	#menu-wrap .btn {
		margin-top: 0;
	}
	.c2a a .fa-stack {
		font-size: 13px;
	}
	h3.social-header {
		font-size: 18px;
	}
	.social-item a {
		font-size: 22px;
	}
	.header-hours {
		padding-top: 10px;
	}
	.c2a ul.hours {
		font-size: 12px;
	}
}
/* Animations */
/* Fade In */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fade-in {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2.1s;
	-moz-animation-duration: 2.1s;
	-o-animation-duration: 2.1s;
	animation-duration: 2.1s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-duration: .3s;
	animation-delay: .3s;
}
/* Slide In */
@-webkit-keyframes slideIn {
	from {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
	to {
		transform: translateX(0px) translateY(15px);
		opacity: 1;
	}
}
@-moz-keyframes slideIn {
	from {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
	to {
		transform: translateX(0px) translateY(15px);
		opacity: 1;
	}
}
@keyframes slideIn {
	from {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
	to {
		transform: translateX(0px) translateY(15px);
		opacity: 1;
	}
}
.slide-in {
	animation: slideIn 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	z-index: 10 !important;
	border: 1px solid #000;
	box-shadow: 0 0 3px #111;
}
/* Slide Out */
@-webkit-keyframes slideOut {
	from {
		transform: translateX(-20px) translateY(15px);
		opacity: 1;
	}
	to {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
}
@-moz-keyframes slideOut {
	from {
		transform: translateX(-20px) translateY(15px);
		opacity: 1;
	}
	to {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
}
@keyframes slideOut {
	from {
		transform: translateX(-20px) translateY(15px);
		opacity: 1;
	}
	to {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
}
.slide-out {
	animation: slideOut .7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	z-index: 1 !important;
	left: 10px !important;
	right: -40px;
}
/*Animation Keyframes*/
@keyframes slide-in-right {
	0% {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
	100% {
		transform: translateX(0px) translateY(0px);
		opacity: 1;
	}
}
@keyframes slide-out-right {
	0% {
		transform: translateX(-20px) translateY(15px);
		opacity: 1;
	}
	100% {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
}
/* Animations */
@-moz-keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
	}
}
@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
	}
}
@keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
		/* Browser bug fix */
		-webkit-transform: translateX(100%);
		/* Browser bug fix */
		transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
		/* Browser bug fix */
		-webkit-transform: translateX(-100%);
		/* Browser bug fix */
		transform: translateX(-100%);
	}
}
.slide-in-right {
	animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	z-index: 9999 !important;
	border: 1px solid #fff;
	display: block !important;
}
.slide-out-right {
	animation: slide-out-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	z-index: -1 !important;
	border: 1px solid #fff;
	display: block !important;
}
a:hover,
a:focus,
.c2a a:focus .fa-stack .fa-stack-2x,
.c2a a:hover .fa-stack .fa-stack-2x,
.social-item a:hover,
.social-item a:focus,
ul.sitemap-page li a:hover,
.member-contact a {
	color: var(--color-1);
}
#news-articles .tabs-left>li.active a:after {
	border-bottom: 23px solid rgba(0, 0, 0, 0);
	border-left: 15px solid var(--color-1);
	border-top: 21px solid rgba(0, 0, 0, 0);
}
#news-articles .tabs-left>li.active>a,
.tabs-left>li.active>a:focus,
.tabs-left>li.active>a:hover,
.blog-sidebar li a:hover,
.blog-sidebar li a:focus {
	border-color: var(--color-1);
}
#news-articles .tabs-left>li.active>a,
#news-articles .tabs-left>li.active>a:focus,
#news-articles .tabs-left>li.active>a:hover,
#contact-info, .btn:hover,
.btn:focus,
#menu-wrap .btn,
#news-articles .tabs-left>li>a:hover,
#news-articles .tabs-left>li>a:focus,
h2.service-block-repeater-heading,
.interior-main-heading,
.service-content-row,
#contact-form .gform_button:hover,
#contact-form .gform_button:focus,
.blog-sidebar li a:hover,
.blog-sidebar li a:focus,
#news-articles .tabs-left>li>a:hover,
#news-articles .tabs-left>li>a:focus {
	background: var(--color-1);
}
#contact-info a:hover,
#contact-info a:focus,
.c2a a .fa-stack .fa-stack-2x,
a,
.c2a a,
#news-articles .tabs-left>li>a,
.blog-content,
ul.sitemap-page li a,
.nav-toggler,
.nav-toggler .fas,
#side-pull-out #main-nav li a {
	color: var(--color-2);
}
.btn,
#side-pull-out #main-nav li.active a,
#news-articles .tabs-left>li>a,
#menu-wrap .btn:hover,
#menu-wrap .btn:focus,
#contact-form .gform_button,
.blog-sidebar li a,
#side-pull-out #main-nav li.active a,
#side-pull-out #main-nav li a:hover,
#side-pull-out #main-nav li a:focus,
.nav-trigger .btn,
footer,
#team-slider .carousel-indicators li.active {
	background: var(--color-2);
}
.contact-info,
#contact-info a,
.interior-main-heading,
.service-content-row,
#contact-form .gform_button:hover,
#contact-form .gform_button:focus,
.blog-sidebar li a:hover,
.blog-sidebar li a:focus,
.blog-sidebar li a:hover:before,
.blog-sidebar li a:focus:before,
.member-contact a:hover,
.member-contact a:focus,
#news-articles .tabs-left>li>a,
h2.service-block-repeater-heading,
#contact-form .gform_button,
.member-overlay-text,
.blog-sidebar li a:before,
.blog-sidebar li a,
#side-pull-out #main-nav li.active a,
#side-pull-out #main-nav li a:hover,
#side-pull-out #main-nav li a:focus,
.nav-trigger .btn,
footer a,
#service-repeater h2,
#service-repeater h2:hover,
#news-articles .tabs-left>li a:hover,
#news-articles .tabs-left>li.active>a,
.tabs-left>li.active>a:focus,
.tabs-left>li.active>a:hover,
.btn,
.btn:hover,
.btn:focus,
.c2a a .fa-stack .fa-stack-1x {
	color: var(--color-3);
}
#side-pull-out,
#news-articles .nav-tabs,
.dropdown-menu {
	background: var(--color-3);
}
@media screen and (max-width: 767px) {
	.c2a-mobile a {
		color: var(--color-1);
	}
	.caret:after,
  .back:after,
  .navigation a,
  .main-nav .nav-list .menu-item a {
		color: var(--color-2);
	}
	.c2a-mobile {
		background: var(--color-2);
	}
	.header-contact a,
  .header-contact a .fas {
		color: var(--color-3);
	}
}
@media screen and (max-width: 675px) {
	.member-overlay-text {
		background: var(--color-2);
	}
}
/* Blog Template */
.blog-section {
  margin-bottom: 50px;
}
.blog-section .blog-inner {
	align-items: center;
}
.blog-section .blogs-row {
	justify-content: flex-end;
}
.blog-section .blogs-col {
	flex: 0 0 75%;
  margin-right: 30px;
}
.blog-section .sidebar-col {
	flex: 0 1 25%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.blog-section .blog {
	margin-bottom: 30px;
}
.blog-section .blog:nth-child(odd) {
	background-color: #eee;
}
.blog-section .blog:nth-child(odd) .image-col {
	order: 1;
	margin-right: 0;
}
.blog-section .blog .image-col {
	flex: 0 0 25%;
}
.blog-section .blog .content-col {
	padding: 12px;
  flex: 1 1 auto;
}
.blog-section .blog h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.blog-section .blog a {
	color: #000;
	font-weight: 400;
}
.blog-section .blog a:hover, .blog-section .blog a:focus {
	text-decoration: none;
}
.blog-section .blog .read-more-text {
	font-weight: 700;
	transition: all ease .3s;
}
.blog-section .sidebar {
	text-align: center;
	border: 2px solid;
}
.blog-section .sidebar .screen-reader-text {
	display: none;
}
.blog-section .sidebar .search-form {
	display: inline-flex;
	width: auto;
	position: relative;
	margin: 15px 10px;
}
.blog-section .sidebar .search-form button {
	position: absolute;
	right: 0;
	top: 0;
}
.blog-section .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-section .sidebar li {
	padding: 15px 0;
}
.blog-section .sidebar li:not(:last-child) {
	border-bottom: 1px solid;
}
.blog-section .sidebar h2 {
	border-bottom: none;
	margin-top: 8px;
	font-size: 22px;
}
.blog-section .sidebar a:hover, .blog-section .sidebar a:focus {
	text-decoration: none;
}
.blog-section .pagination {
	display: flex;
	margin: 0 0 20px;
	text-align: center;
  justify-content: center;
}
.blog-section .pagination .page-numbers {
  flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease .3s;
	margin-bottom: 5px;
	display: block;
  min-width: 2em;
}
.blog-section .pagination .page-numbers:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
}
.blog-section .pagination .page-numbers:not(:first-child) {
  border-left-width: 1px;
  border-left-style: solid;
}
.blog-section .pagination .page-numbers.dots {
	padding: 6px;
}
.blog-section .pagination .page-numbers:hover, .blog-section .pagination .page-numbers:focus {
	text-decoration: none;
}
.blog-section .blog .date {
  font-size: .9em;
  font-style: italic;
  margin-bottom: 10px;
  color: #666;
}
.main-section.single {
  margin: 50px 0;
}
.main-section.single .image.pull-left {
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.main-section.single .date {
  margin: 5px 0;
  font-size: .9em;
  color: #666;
}
@media screen and (max-width: 991px) {
	.row-md {
		display: block;
	}
  .row-md > .col:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
	.row-sm {
		display: block;
	}
  .row-sm > .col:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
	.blog-section .blogs {
		max-width: 500px;
		margin: 0 auto;
	}
	.blog-section .blog:nth-child(odd) .image-col {
		order: 0;
	}
  .main-section.single .image.pull-left {
    float: none !important;
    margin: 0 auto 20px;
  }
}
.blog-section .blog a:hover .read-more-text,
.blog-section .blog a:focus .read-more-text
{color: var(--color-1);}
.blog-section .pagination .page-numbers
{background-color: var(--color-1);}
.blog-section .blog .read-more-text
{color: var(--color-2);}
.blog-section .sidebar,
.blog-section .sidebar li:not(:last-child),
.blog-section .pagination .page-numbers
{border-color: var(--color-2);}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus
{background-color: var(--color-2);}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.pull-right,
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.pull-left,
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .pull-left,
  .alignleft {
	float: none !important;
	margin: 20px auto;
  }
  .pull-right,
  .alignright {
	float: none !important;
	margin: 20px auto;
  }
}
