.expand_text {
	padding-top: 40px;
	overflow:hidden;
	width:0px;
	transition: width 2s;
	max-height:200px;
}
.expertSlide.active .expand_text{
	width:100%;
	max-height:auto;
	transition: width 2s;
}
.experSliderInner .expertSlide:nth-child(1){background-color:#e3d8ce;}
.experSliderInner .expertSlide:nth-child(2){background-color:#e9ded4;}
.experSliderInner .expertSlide:nth-child(3){background-color:#e1d4c9;}
.experSliderInner .expertSlide:nth-child(4){background-color:#dccdc0;}
.slideHeading {
	padding: 20px 30px 20px;
	align-items: center;
	height:106px;
}
.slideHeading h2{
	margin-bottom:0;
}
.expertSlide .fa.fa-minus{
	display:none;
}
.expertSlide.active .fa.fa-plus{display:none;}
.expertSlide.active .fa.fa-minus{display:block;}

.featurContent h2 a {
	text-decoration: none;
	color: #000;
}
.featurContent h2 a:hover {
	text-decoration: underline;
}
.featureLineRow span {
	width: auto;
}
.featureLineRow span.centerLine {
	width: 100%;
}
.featureLineRow span:last-child {
	min-width: 80px;
}
@media screen and (max-width:600px) {
}



			.a-stats {
				--akismet-color-mid-green: #357b49;
				--akismet-color-white: #fff;
				--akismet-color-light-grey: #f6f7f7;

				max-width: 350px;
				width: auto;
			}

			.a-stats * {
				all: unset;
				box-sizing: border-box;
			}

			.a-stats strong {
				font-weight: 600;
			}

			.a-stats a.a-stats__link,
			.a-stats a.a-stats__link:visited,
			.a-stats a.a-stats__link:active {
				background: var(--akismet-color-mid-green);
				border: none;
				box-shadow: none;
				border-radius: 8px;
				color: var(--akismet-color-white);
				cursor: pointer;
				display: block;
				font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
				font-weight: 500;
				padding: 12px;
				text-align: center;
				text-decoration: none;
				transition: all 0.2s ease;
			}

			/* Extra specificity to deal with TwentyTwentyOne focus style */
			.widget .a-stats a.a-stats__link:focus {
				background: var(--akismet-color-mid-green);
				color: var(--akismet-color-white);
				text-decoration: none;
			}

			.a-stats a.a-stats__link:hover {
				filter: brightness(110%);
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
			}

			.a-stats .count {
				color: var(--akismet-color-white);
				display: block;
				font-size: 1.5em;
				line-height: 1.4;
				padding: 0 13px;
				white-space: nowrap;
			}


.fixedHeader .headerInner {
    padding-top: 10px;
    padding-bottom: 10px;
}
.siteHeader {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
		z-index: 999;
}
#page {
    padding-top: 110px;
}
.siteHeader * {
    transition: all .3s ease-out;
}
.fixedHeader .siteInner {
    width: 56px;
}
.bannerSlider {
    height: 700px;
    overflow: hidden;
}
/* !!! */
@media screen and (max-width:1080px) {
	#page {
			padding-top: 60px;
	}

	span.submenu-toggle::before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 34%;
    font-size: 24px;
	}
	span.submenu-toggle.active ul.sub-menu.active {
    display: block !important;
}
	ul.sub-menu li a {
			margin: 0px;
			font-size: 18px;
	}
		span.submenu-toggle.active:before {
			content: "\f106";
	}
	.mblHeader {
			display: block;
			position: fixed;
			width: 100%;
			top: 0;
			z-index: 999;
			background: #fff;
	}
}
@media screen and (max-width:767px) {
	span.submenu-toggle::before {
			right: 20%;
	}
	ul#primary-menu ul.sub-menu {
			max-width: 0;
	}
	ul.sub-menu li a {
			margin: 0px;
			font-size: 18px;
	}
}
.mt-2 {
margin-top:.5rem !important}
.d-block {
display:block !important}

main {
    padding-top: 110px;
}

.mb-2 {
    margin-bottom: 2rem;
}
.form_container input[type="text"],.form_container input[type="tel"],.form_container input[type="email"],.form_container select,.form_container textarea {
background: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    padding: 14px 16px;
    width: 100%;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}
.iti.iti--allow-dropdown {
        margin-top: 10px;
    margin-bottom: 10px;
}
.form_submit {
    text-align: left;
    cursor: pointer;
    background: #e9ded4;
    border: 0;
    padding: 14px 16px;
    width: 100%;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}

.project_form_inner {
    padding: 0 0% 0 3%;
}
@media screen and (max-width:1092px) {
    .project_form_inner {
    padding: 0 0% 0 0%;
}
}


.contact_inner.project_form_inner {
  display: flex;
  align-items: stretch; /* ensures both columns stretch to same height */
}

.contact_left.flex_column,
.contact_right.flex_column {
  flex: 1;          /* each column takes equal width */
}

.contact_right.flex_column {
  display: flex;
}

.contact_right.flex_column img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop & cover the full area */
}
.radio_wrapper {
    background-color: rgba(255, 255, 255, 0.6);
        padding: 14px 16px;
        margin-top: 10px;
}
.radio_wrapper label {
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%;
    display: block;

}
.radio_wrapper br {
    display: none;
}

.d-flex {
    display: flex;
}
.flex-column {
    flex-direction:column
}
.flex-reverse {
    flex-direction: row-reverse;
}
#teams-entry {
        padding-bottom: 1px;
    margin-bottom: 50px;
    padding-left: 5%;
        padding-right: 5%;
}

#teams-entry .singlePostHeader {
        display: none;
}

#projects-entry .d-none-projects {
    display: none;
}
