/* header contact */
.authority-top-banner {
	font-family: "inter";
}

.authority-top-banner a {
	text-decoration: none;
}

.authority-top-banner, .authority-top-banner a {
	font-size: 24px;
}

button#authority-top-banner-close {
    display: none;
}

/* menu toggle centering */
#genesis-mobile-nav-primary {
  display: block;
	margin: 12px auto;
	width: 100%;
}

/* footer */
div.flexible-widgets:nth-child(2) > div:nth-child(1) {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#footer .textwidget {
	margin-left:0;
}

#footer h3 {
	font-size: 2.6rem;
	font-weight: 700;
}

div#footer ul.alignleft {
	padding-left:0;
}

/* serving since */
.site-footer {
    text-align: center;
}

div.content:nth-child(4) {
	margin-bottom: 36px!important;
}

.page .site-footer .content {
	max-width: 100%;
}

/* contact us spacing fixes */
input#SendEmail, input#getDirections, div#map{
  margin: 12px 0;
}

/*centers title and menu toggle on small screens*/
@media screen and (max-width:1075px) {
  .site-title {
    text-align: center;
  }
  .title-area {
  	min-width: 100%;
  }
}

@media screen and (min-width:1075px) {
    #genesis-mobile-nav-primary {
    display: none;
  }
}

@media screen and (max-width:860px) {
		/* footer */
	div.flexible-widgets:nth-child(2) > div:nth-child(1) {
		flex-wrap: wrap;
	}
	/* 	footer phone number */
		.flexible-widgets .widget, .flexible-widgets .widget:nth-child(2n+1) {
			text-align: left!important;
	}
}

/* home page spacing adjustments */
.home .site-inner {
	padding-top: 0;
}
.elementor-element-348087a p {
	margin-bottom: 0;
}

/* buttons */
button, .button, .btn, input[type="button"], input[type="select"], .menu .highlight a {
	border-radius: 42px;
}

/* typography */
.site-title a, h1, h2, h3, h4, h5, h6 {
	font-family: "Space Grotesk"!important;
}

.faq-section .section-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3652D1;
}
.faq-item {
	border-radius: 24px;
	overflow: hidden;
}
.faq-answer {
	border: 1px solid #f4f4f4!important;
	border-radius: 0 0 24px 24px;
}