/*
Theme Name: UnderStrap Child
Theme URI: https://wp-themes.com/understrap
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress UnderStrap child theme.
Template: understrap
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: understrap-child
*/
@font-face {
    font-family: 'chapazaregular';
    src: url('webfontkit-chapaza/chapaza-webfont.woff2') format('woff2'),
         url('webfontkit-chapaza/chapaza-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.navbar-toggler {
	display: none !important;
}
@media screen and (min-width: 1001px) {
#mega-menu-wrap-primary {
	width:90%;
}
#mega-menu-primary {
	display:flex !important;
	justify-content: space-between;
}
}
.header-search .asl_w_container {
  display: none;
}
.search-trigger {
    cursor: pointer;
	text-indent: -9999px;
	width:45px;
	height:45px;
	background-image: url("images/mag-glass.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.innerspace {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
/* bootstrap menu correction */
@media screen and (min-width: 769px) {
	.navbar-nav > li:hover > .dropdown-menu {
		display: block;
	}
.menu-item-has-children .menu-item-has-children:hover > .dropdown-menu {
  display: inline-block;
  left: 9em;
  top: -1ex;
}
.menu-item-has-children .menu-item-has-children:hover {
    background-color: WhiteSmoke;
}
.menu-item-has-children .menu-item-has-children > a::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
    }
.padding-group {
	padding: 70px 24px;
}
.margin-group {
	margin: 100px auto;
}
@media (max-width: 781px) {
.margin-group {
	margin: 50px auto;
}
}
.container-fluid {
  max-width: 1400px;
	padding-left: 24px;
	padding-right: 24px;
}
.alignfull:not(.full-width) > .wp-block-group__inner-container {
	 max-width: 1400px;
	margin: auto;
}
#page-wrapper {
	padding: 0;
}
.no-margin, .no-margin figure, .no-margin img {
	margin-bottom: 0;
}
.wp-block-columns.reverse {
	flex-direction: row-reverse !important;
}
.wp-block-button__link, div.wpforms-container-full button[type="submit"] {
  color:#319c47 !important;
	font-size: 20.25px !important;
	line-height: 20.25px !important;
	border:1px solid #319c47 !important;
	border-radius: 0;
	padding: 15px 20px;
	background-color: transparent !important;
	display: flex;
	gap:15px;
	align-items: center;
	height: auto !important;
}
.wp-block-button__link:hover, div.wpforms-container-full button[type="submit"]:hover {
  color:#0b3810 !important;
	background: none !important;
	background-color: transparent !important;
}
.wp-block-button__link:after, div.wpforms-container-full button[type="submit"]:after {
  display: block;
	content: '';
	width:16px;
	height:16px;
	background-image: url("images/button-arrow.png");
	background-size: contain;
	background-position: center;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.offcanvas-header .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}
#navbarNavOffcanvas {
	background-color: white !important;
}
.wp-block-separator {
  border-top: 3px solid #329c47;
	margin-left: -24px;
	margin-right: -24px;
	opacity: 1;
}
p:last-child {
  margin-bottom: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 18px;
}
.entry-header {
	background-color: #59585a;
	background-size: cover;
	background-position: center;
	margin-bottom: 50px !important;
}
.header-wrapper {
	max-width: 1400px;
	min-height: 32.5vh;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 50px 24px;
}
.home  .header-wrapper {
	max-width: 1000px;
	margin: auto;
	min-height: 50vh;
	justify-content: center;
}
.entry-header h1 {
	font-family: 'chapazaregular';
	font-size: 60px;
	line-height: 1em;
	color:white;
	text-align: center;
	margin-bottom: 0;
}
h2 {
	font-family: 'chapazaregular';
	font-size: 45px;
	line-height: 1.1em;
	margin-bottom: 40px;
}
h3 {
	font-family: 'chapazaregular';
	font-size: 25px;
	line-height: 1.1em;
	margin-bottom: 10px;
}
@media (max-width: 781px) {
.entry-header h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
}
.top-bar {
	background-color: #59585a;
	padding: 5px 20px;
	font-size: .75em;
}
.top-bar >.container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-bar ul {
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
	gap:20px;
	color:#cccdce;
}
@media (max-width: 781px) {
	.top-bar ul {
	flex-direction: column;
		gap:0;
}
}
.top-bar .widget_block:first-child a {
	color:#cccdce;
	text-decoration: none;
}
.top-bar .widget_block:first-child li {
	position: relative;
	padding-left: 28px;
}
.top-bar .widget_block:first-child li:before {
	display: block;
	content: '';
	background-image: url("images/white-phone-icon.png");
	background-size: contain;
	background-position: center;
	width:20px;
	height:20px;
	position: absolute;
	top:0;
	left:0;
}
.top-bar .widget_block:first-child li:last-child:before {
	background-image: url("images/white-email-icon.png");
}
.bg-primary {
  background-color: white !important;
}
.navbar-brand {
	flex-basis: 25%;
	position: relative;
	z-index: 10000;
}
.navbar-brand img {
	max-width: 210px;
}
#main-menu {
	justify-content: space-between !important;
	flex-basis: 75%;
}

.nav-link {
  color:black;
	font-size:20px;
	text-transform: uppercase;
}
.nav-link:hover, .nav-link:focus {
  color: #319c47;
}
.dropdown-item:focus {
    background-color: #329c47;
}
#wrapper-footer-full {
  background-color: #59585a;
	color:white;
	padding: 40px 0;
}
#wrapper-footer-full .widgettitle {
	font-family: Arial, sans-serif;
	font-size:18px;
	font-weight: 700; 
	margin-bottom: 15px;
}
#wrapper-footer-full figure, #wrapper-footer-full img {
	margin-bottom: 0;
}
#wrapper-footer-full ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap:15px;
}
#wrapper-footer-full #block-10 ul {
	gap:20px;
}
@media (min-width: 781px) {
}
#wrapper-footer-full .widget_block {
flex-basis: auto;
	width:auto;
	max-width: 33%;
}
@media (min-width: 1500px) {
	#wrapper-footer-full .widget_block {
	max-width: 40%;
}
}
#wrapper-footer-full .widget_block:nth-child(2) li {
	position: relative;
	padding-left: 33px;
	display: flex;
	align-items: center;
	gap:10px;
}
#wrapper-footer-full .widget_block:nth-child(2) li:before {
	display: block;
	content: '';
	background-image: url("images/white-icon-location.png");
	background-size: cover;
	background-position: center;
	width:28px;
	height:28px;
}
#wrapper-footer-full .widget_block:nth-child(2) li:nth-child(2):before {
	background-image: url("images/white-icon-phone.png");
}
#wrapper-footer-full .widget_block:nth-child(2) li:nth-child(3):before {
	background-image: url("images/white-icon-email.png");
}
#wrapper-footer-full a {
	color:white;
	text-decoration: none;
}
#wrapper-footer-full .row {
	align-items: center;
	justify-content: space-around;
}
#wrapper-footer-full #menu-main-menu {
	gap:10px;
	padding-left: 10px;
}
@media (max-width: 781px) {
#wrapper-footer-full .row {
	flex-direction: column;
	gap:30px;
}
	#wrapper-footer-full .widget_block {
	max-width: none;
}
}
#wrapper-footer {
  background-color: #414142;
	padding: 15px 0;
	border-top: 1px solid #231f20;
	font-size: 12px;
}
#colophon {
	display: flex;
	justify-content: center;
	align-items: center;
	color:#bcbec0;
	gap:20px;
}
#colophon a {
	color:#bcbec0;
	text-decoration: none;
}
#colophon ul {
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
	gap:15px;
}
#menu-lower-menu {
	padding-left:10px !important;
}
.work-list, .leader-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:50px;
}
.leader-list {
	align-items: flex-start;
}
.work-element, .leader-element {
	flex-basis: calc(25% - 37.5px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.work-element {
	padding: 30px;
	background-image: url("images/work-backgrounds.png");
	background-size:cover;
	background-position: center;
	align-items: center;
	color:white;
	text-align: center;
	font-size: 22px;
	line-height: 1.2em;
	gap:25px;
}
.work-date {
	font-family: 'chapazaregular';
	font-size:24px;
	letter-spacing: .5px;
}
.work-amount {
	font-family: 'chapazaregular';
	font-size:34px;
	letter-spacing: .5px;
}
@media (max-width: 1200px) {
.work-element, .leader-element {
	flex-basis: calc(50% - 25px);
}
}
@media (max-width: 781px) {
.work-element, .leader-element {
	flex-basis: calc(100%);
}
}
.leader-image {
	margin-bottom: 30px;
}
.leader-title {
	font-family: 'chapazaregular';
	font-size:24px;
	letter-spacing: .5px;
}
.leader-bio-button {
	color:#329c47;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap:10px;
}
.leader-bio-button:after {
  display: block;
	content: '';
	width:16px;
	height:16px;
	background-image: url("images/button-arrow.png");
	background-size: contain;
	background-position: center;
	transform: rotate(90deg);
}
.leader-bios {
	margin-top: 30px;
}
.leader-bio {
	display: none;
}