/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

html {
	font-size: var(--enfold-font-size-content-font);
}

:root {
    --accent-1: #5fa8a0;
    --accent-2: #f2c94c;
    --accent-3: #d6a64c;
    --accent-4: #ebbf6e;
    --accent-5: #9bc53d;
    --bg-1: #ffffff;
    --bg-2: #fdfdfc;
    --bg-3: #f4f1ec;
    --enfold-font-weight-normal: 300;
    --enfold-font-weight-medium: 400;
    --enfold-font-weight-bold: 600;
    --enfold-line-height-body: 1.3em;
}

body, .avia_textblock {
	line-height: var(--enfold-line-height-body);
}

body.league_spartan {
	font-weight: var(--enfold-font-weight-normal);
}

.rounded {
	border-radius: 10px;
}

.hr-inner {margin-top:0;}

/*adds underlines back to regular link text*/
#top a:where(:not(.wp-element-button, .avia-button, .button, .menu-item, .avia-team-icon)) {
	text-decoration: underline;
}

/*removes underlines from some special cases where a's dont have classes and/or can't be excluded from the selector above*/
#top #header_main .menu-item a,
#top .social_bookmarks a,
#top .iconbox_content a,
#top #scroll-top-link,
#top .pagination a
{
	text-decoration: none;
}

/*focus indicators for accessibility*/
:focus-visible {
	outline: 2px solid !important; /*to be tested, may need to add a color here*/
	outline-offset: 2px;
}

/* if adding an extra content widget to the header, use class "header-content" to align it to the right side and other basic styling */
.header-content {
	float: right;
	line-height: var(--enfold-line-height-body);
}
.header-content .widget {
	padding: 15px 0;
}

#header_meta .phone-info {
	font-size: 0.9em;
    font-weight: var(--enfold-font-weight-normal);
}
#header_meta .phone-info a {
font-weight: var(--enfold-font-weight-bold);
}


#header_meta {
	position: relative;
    z-index: 1;
}
#header_main .logo {
	bottom: 15px;
}
#header .logo {
	max-width: 200px;
}

/* vertically center align logo */

#header_main .logo a {
	display: flex;
}
#header_main .logo a img {
	align-self: center;
}

/* secondary menu */

#header_meta .sub_menu {
	font-size: 1em;
}

#header_meta {
padding-top: 1em;
}

@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-logo-container {
    	padding-bottom: 1em;
        padding-top: 1em;
    }
    .responsive #top #wrap_all .flex_column {
    	margin-bottom: 0;
    }
    .responsive #top #wrap_all .avia-buttonrow-wrap .avia-button {
    	margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
}

.av-main-nav > li > a {
	font-size: 1em;
	text-transform: uppercase;
}

/* optional - make the auto generated page titles + breadcrumbs the same color as the main content section */
.title_container,
#top .alternate_color.title_container .main-title a
{
	background: var(--enfold-main-color-bg);
	color: var(--enfold-main-color-heading);
}
#top .alternate_color.title_container .breadcrumb {
	color: var(--enfold-main-color-color);
}
#top .alternate_color.title_container .breadcrumb a {
	color: var(--enfold-main-color-primary);
}

/*removes/undoes some default font options on h1s and h2s*/
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
	letter-spacing: 0;
}
/*headings sizing (set rem or pixel sizes in the theme options) and creates heading-size utility classes*/
.title_container .main-title, /* for if your pages are using the auto generated page titles */
#top #wrap_all .all_colors h1.av-special-heading-tag,
#top #wrap_all .all_colors .h1,
#top #wrap_all .all_colors .h1 .av-special-heading-tag
{
	font-size: var(--enfold-font-size-h1);
	font-weight: var(--enfold-font-weight-h1);
	font-family: var(--enfold-font-family-heading);
}
#top #wrap_all .all_colors h2.av-special-heading-tag,
#top #wrap_all .all_colors .h2,
#top #wrap_all .all_colors .h2 .av-special-heading-tag
{
	font-size: var(--enfold-font-size-h2);
	font-weight: var(--enfold-font-weight-h2);
	font-family: var(--enfold-font-family-heading);
}
#top #wrap_all .all_colors h3.av-special-heading-tag,
#top #wrap_all .all_colors .h3,
#top #wrap_all .all_colors .h3 .av-special-heading-tag
{
	font-size: var(--enfold-font-size-h3);
	font-weight: var(--enfold-font-weight-h3);
	font-family: var(--enfold-font-family-heading);
}
#top #wrap_all .all_colors h4.av-special-heading-tag,
#top #wrap_all .all_colors .h4,
#top #wrap_all .all_colors .h4 .av-special-heading-tag
{
	font-size: var(--enfold-font-size-h4);
	font-weight: var(--enfold-font-weight-h4);
	font-family: var(--enfold-font-family-heading);
}
#top #wrap_all .all_colors h5.av-special-heading-tag,
#top #wrap_all .all_colors .h5,
#top #wrap_all .all_colors .h5 .av-special-heading-tag
{
	font-size: var(--enfold-font-size-h5);
	font-weight: var(--enfold-font-weight-h5);
	font-family: var(--enfold-font-family-heading);
}
#top #wrap_all .all_colors h6.av-special-heading-tag,
#top #wrap_all .all_colors .h6,
#top #wrap_all .all_colors .h6 .av-special-heading-tag
{
	font-size: var(--enfold-font-size-h6);
	font-weight: var(--enfold-font-weight-h6);
	font-family: var(--enfold-font-family-heading);
}

#top .av-special-heading.av-special-heading-h1 .av-subheading {
font-size: 1em;
font-weight: var(--enfold-font-weight-bold);
letter-spacing: 1px;
}

#top .av-special-heading .av-subheading_above {
	text-transform: uppercase;
}

.main_color strong, 
.main_color b {
    color: var(--enfold-main-color-color);
}

/*some more typographic utility classes*/

.upper,
.upper > *,
.template-page .entry-content-wrapper .upper * {
	text-transform: uppercase;
}

.no-upper,
#top #wrap_all .all_colors .no-upper .av-special-heading-tag {
	text-transform: none !important;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.left,
.left * {
	text-align: left;
}

.center,
.center * {
	text-align: center;
}

.right,
.right * {
	text-align: right;
}

.m0 {
	margin: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.ma {
	margin: auto !important;
}
.mta {
	margin-top: auto !important;
}
.mba {
	margin-bottom: auto !important;
}
.mla {
	margin-left: auto !important;
	float: none !important;
}
.mra {
	margin-right: auto !important;
}

.sm {
	font-size: 80%;
}
.md {
	font-size: 90%;
}
.lg {
	font-size: 120%;
}
.xlg {
	font-size: 150%;
}

.ff-body {
	font-family: var(--enfold-font-family-body);
}

.ff-heading {
	font-family: var(--enfold-font-family-heading);	
}

/*class .no_min removes the minimum height set on color sections*/
.no_min {
	min-height: 0;
}

body div .avia-button {
    /*text-transform: uppercase;*/
    font-weight: var(--enfold-font-weight-normal);
    border-radius: 100px;
}

/*btns font sizes & font same as content*/
.button,
body div .avia-button,
.avia-button.avia-size-small,
.avia-button.avia-size-medium,
.avia-button.avia-size-large,
.avia-button.avia-size-x-large {
	font-size: 1em;
	font-family: var(--enfold-font-family-body);
    font-weight: var(--enfold-font-weight-medium);
}
.avia-button.avia-size-large,
.avia-button.avia-size-x-large {
	font-size: 1.1em;
}

/*makes the border buttons (light & dark transparent) the same height as the filled in butns*/
.avia-button.avia-size-small.avia-color-light, 
.avia-button.avia-size-small.avia-color-dark {
	padding:6px 10px 5px;
}

.avia-button.avia-size-medium.avia-color-light, 
.avia-button.avia-size-medium.avia-color-dark {
	padding:9px 16px 8px;
}

.avia-button.avia-size-large {
	padding: 20px 45px 16px;
    min-width: 250px;
}
.avia-button.avia-size-large.avia-color-light, 
.avia-button.avia-size-large.avia-color-dark {
	padding: 19px 43px 15px;
}

.avia-button.avia-size-x-large {
	padding: 25px 70px 23px;
}
.avia-button.avia-size-x-large.avia-color-light, 
.avia-button.avia-size-x-large.avia-color-dark {
	padding: 22px 68px 21px;
}


#top a.avia-button.avia-font-color-grey, #top #wrap_all .avia-button.avia-font-color-grey:hover {
	color: var(--enfold-main-color-color);
}

#top .main_color .avia-color-theme-color,
#top .main_color .avia-color-green
{
     background: var(--accent-5);
     border-color: var(--accent-5);
     color: var(--enfold-main-color-color);
}

#top .main_color .avia-color-theme-color:hover,
#top .main_color .avia-color-theme-color-highlight {
     background: var(--accent-1);
     border-color: var(--accent-1);
}

#top .all_colors .avia-button:hover {
	opacity: 1;
}

.all_colors .avia-color-theme-color-subtle {
     background: transparent;
     border-color: transparent;
    text-transform: none;
     padding-left:0;
    padding-right:0;
    text-transform: uppercase;
    font-weight: var(--enfold-font-weight-bold);
}
.all_colors .avia-color-theme-color-subtle:hover {
    background: transparent;
}

.main_color .avia-button.avia-color-theme-color-subtle {
   
    color: var(--enfold-main-color-primary);
   
}
#top .main_color .avia-color-theme-color-subtle .avia-svg-icon svg:first-child,
#top .main_color .avia-color-theme-color-subtle:hover .avia-svg-icon svg:first-child
{
    fill:var(--enfold-main-color-primary);
}


.footer_color .avia-button.avia-color-theme-color-subtle {
    color: var(--enfold-footer-color-primary);
}
#top .footer_color .avia-color-theme-color-subtle .avia-svg-icon svg:first-child,
#top .footer_color .avia-color-theme-color-subtle:hover .avia-svg-icon svg:first-child
{
    fill:var(--enfold-footer-color-primary);
}

 #top .all_colors .avia_button_background {
     border-radius: 0;
 }
 
 

/* set some global defaults for the transparent buttons */

#top .avia-button.avia-color-dark,
#top .avia-button.avia-color-light {
    border-width: 2px;
    opacity: 1;
}

#top .avia-button.avia-color-dark {
    border-color: var(--enfold-main-color-primary);
    border-color: var(--enfold-main-color-color);
}
 #top .all_colors .avia-color-dark.avia-font-color-theme-color
 {
     color: var(--enfold-main-color-primary);
     color: var(--enfold-main-color-color);
 }
 
 /* fullwidth buttons */
 
 #top .avia-button-fullwidth {
     font-size: 1em;
     padding: 10px;
     border-radius: 0;
     font-weight: var(--enfold-font-weight-bold);
 }

/* make all buttons fullwidth on mobile */

@media only screen and (max-width: 767px) {

	.avia-button-wrap, .avia-button {
    	width: 100%;
    }

}

/* align the last items in a multi-column layout.
 * how to use: 
 * 1. add class 'equal-height-cols' to containing color section
 * 2. set column settings to Equal Height Columns (first column under Row Layout)
 */
 
 


@media only screen and (min-width: 768px) and (max-width: 989px) {

 
 #top .equal-height-cols .flex_column_table:not(.av-break-at-tablet-flextable) {
	display: flex;
 }
 

 #top .equal-height-cols .flex_column_table:not(.av-break-at-tablet-flextable) .flex_column_table_cell {
	display: flex;
  	flex-direction: column;
  	width: 100%;
 }

.equal-height-cols .flex_column_table:not(.av-break-at-tablet-flextable) .flex_column > div:last-child {
  	margin-top: auto;
}

.equal-height-cols .flex_column_table:not(.av-break-at-tablet-flextable) .hr-custom .hr-inner {
	display: block;
}

 
 }
 
 
 @media only screen and (max-width: 989px) {
 
.equal-height-cols .flex_column_table .avia-image-container.avia-align-left {
	float: none;
}
 
 }

 @media only screen and (min-width: 990px) {
 
#top .equal-height-cols .flex_column_table {
	display: flex;
 }

 #top .equal-height-cols .flex_column_table .flex_column_table_cell {
	display: flex;
  	flex-direction: column;
  	width: 100%;
 }

.equal-height-cols .flex_column_table .flex_column > div:last-child {
  	margin-top: auto;
}

.equal-height-cols .flex_column_table .hr-custom .hr-inner {
	display: block;
}
 
 }
 

 



#top .widgettitle {
    text-transform: none;
    letter-spacing: 0;
    font-size: var(--enfold-font-size-h2);
	margin-top: 0;
}


/* card component */

#top .flex_column.card {
    border-top-width:0;
    border-left-width:0;
}


/* picture frame component */

#top .main_color .picture-frame.avia-image-container {
    border-radius: 3px;
    border: 9px solid var(--accent-1);
    background: var(--accent-1);
}

/* headline with bird */

body .birdy-headline .av-special-heading-tag {
	font-style: italic;
    margin-bottom: 1rem;
}
.birdy-headline::after {
	content: '';
    width: 150px;
    height:100px;
    background-image: url('https://omx.azq.mybluehost.me/website_3a5d5b9f/wp-content/uploads/2026/05/the-encounter-favicon.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.birdy-headline {
	display: flex;
  flex-direction: row;
  align-items: end;
}


/* accordions / togglers */


.av-elegant-toggle.togglecontainer .single_toggle:first-child .toggler, .av-elegant-toggle.togglecontainer .taglist + .single_toggle .toggler,
.av-elegant-toggle.togglecontainer .single_toggle .toggler {
border-radius: 8px;
}


.avia-admin-preview-container .av-elegant-toggle .toggler, .js_active .av-elegant-toggle .toggler, .av-elegant-toggle.togglecontainer .av_toggle_section:first-of-type .toggler {
border-top-width: 2px;
border-top-style: solid;
border-left-width: 2px;
border-left-style: solid;
border-right-width: 2px;
border-right-style: solid;
border-bottom-width: 2px;
margin-bottom: 1em;
font-size: 1em;
}

.av-elegant-toggle .toggle_content {
font-size: 1em;
}

.main_color .av-elegant-toggle .toggler {
background: transparent;
}

.main_color .toggler,
.main_color .toggler .toggle_icon .hor_icon,
.main_color .toggler .toggle_icon .vert_icon
{
	border-color: var(--enfold-main-color-meta);
}


#footer {
	padding-top: 25px;
}
#footer a {
	text-decoration: none;
}

#text-2 p:first-child {
	margin-top: 0;
}


.widget_nav_menu ul {
	column-count: 2;
}
.widget_nav_menu ul li:nth-child(2) {
	break-after: avoid;
}
.widget_nav_menu ul li:nth-child(3) {
	break-after: always;
}

/*makes footer & sidebar menu items same font size as content*/
#top .widget_nav_menu li {
	font-size: var(--enfold-font-size-content-font);
}
#top .widget_nav_menu li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: var(--enfold-font-weight-bold);
}

/*accessible sized & placed social buttons - these rules are especially useful when using the custom social_icons shortcode in the footer widget - found in the file devsite-starter-functions.php*/
#top .social_bookmarks {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 44px;
}
#top .social_bookmarks li {
	border: none;
	width: 44px;
}
#top .social_bookmarks li a {
	width: 44px;
	line-height: 44px;
	min-height: 44px;
    font-size: 1.6em;
}


/* styles specifically for social icons added to the custom header widget - uses colors set in theme options. */
#top #wrap_all .header-content .social_bookmarks li a {
  background: var(--enfold-header-color-primary);
  color: var(--enfold-header-color-bg);
  border-radius: 5px;
}

.html_bottom_nav_header #top .av-logo-container .header-content .social_bookmarks {
	position: static;
	margin-top: 0;
}

/*sliders and such*/
.avia-slide-wrap {
	display: flex;
	flex-direction: column-reverse;
}
.avia-caption {
	position: static;
	padding: 0;
}

.main_color .avia-caption p {
	background: transparent;
	color: rgba(0,0,0,0.65);
	font-weight: var(--enfold-font-weight-bold);
	text-transform: uppercase;
	display: none;
}

/*vertically center logos in the logo/partner element */
.avia-logo-element-container.avia-content-slider .slide-entry-wrap {
	display: flex;
	align-items: center;
}

/*custom sizing for logo slider - add your own values*/

#top .avia-logo-element-container {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#top .avia-logo-element-container img {
	max-height: 85px;
}

/* hides the logo/partner element heading el if empty (removes white space above slider/grid) */
#top .avia-smallarrow-slider-heading.no-logo-slider-heading .new-special-heading{
	display: none;
  }

  /*center the arrows (only works with no heading)*/
#top .avia-logo-element-container .avia-smallarrow-slider-heading {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
  }

  /* logo slider fix - parent theme erroneously adds margin to bottom of slides on mobile */
.responsive #top #wrap_all .avia-logo-element-container .flex_column.slide-entry {
	margin-bottom: 0;
}

#top .avia-slideshow-arrows a.avia-svg-icon {
	background: var(--accent-2);
}


/* slideshow */

/* make fullwidth on mobile */

@media only screen and (max-width: 767px) {

    .avia-slideshow {
    	width: 100vw;
      	transform: translate(-50%);
      	left: 50%;
     }
}

/* utility class .fullwidth for removing all padding and margin from a color section. 
* useful if you need something to stretch to the edges of the page i.e. a hardcoded google map or video etc */

.fullwidth > .container,
.fullwidth > .container > .content {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

/* (optional) make it fullwidth on small devices too */
@media only screen and (max-width: 767px) {
	.responsive #top #wrap_all .fullwidth > .container {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
}

/*forms - general*/
#top label {
	font-size: 1em;
}

.main_color button {
	background: var(--enfold-main-color-secondary);
	color: var(--enfold-main-color-constant-font);
	border-color: var(--enfold-main-color-secondary);
	border-width: 0;
	font-size: 1.2rem;
	padding: 11px 20px;
	cursor: pointer;
	font-family: var(--enfold-font-family-body);
	border-radius: 1000px;
}
.main_color button:hover {
	opacity: 0.9;
}

.main_color button:focus-visible {
	outline-color: #000 !important;
}



/* */

.avia-testimonial_inner::before {
	content: '';
	background: url('https://omx.azq.mybluehost.me/website_3a5d5b9f/wp-content/uploads/2026/05/encounter-quotes.svg');
	height: 63px;
	width: 75px;
	background-size: contain;
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1
}

.avia-testimonial-name {
	font-weight: var(--enfold-font-weight-normal);
    font-style: italic;
}
.bg-split-accent-1-left {
    background: #5fa8a0;
}
@media only screen and (min-width: 990px) {
.bg-split-accent-1-left {
    background: linear-gradient(to right, 
    #5fa8a0,
    #5fa8a0 50%,
    #f4f1ec 50%,
    #f4f1ec);
}
}

.av_font_icon + .av_textblock_section {
    display: inline-block;
}

.av_font_icon + .av_textblock_section p {
    margin-top:0;
}

.av_font_icon + .av_textblock_section + .avia-button-wrap {
    display: block;
}



#top .custom_testimonials_grid .avia-testimonial {
    width: 100%;
    line-height: var(--enfold-line-height-body);
    border-radius: 3px;
    display: flex;
  	height: 100%;
}

#top .custom_testimonials_grid .avia-testimonial .avia-testimonial_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

#top .custom_testimonials_grid .avia-testimonial .avia-testimonial_inner::before {
	content: '';
    width: 50px;
    height: 42px;
	background-image: url('https://omx.azq.mybluehost.me/website_3a5d5b9f/wp-content/uploads/2026/05/encounter-quotes.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
	display: block;
    position: absolute;
}

.responsive #top .bg-split-accent-1-left .main_color .custom_testimonials_grid .avia-testimonial {
	width: 100%;
    border-right: 6px solid var(--accent-1);
    border-bottom: 6px solid var(--accent-1);
    background-color: var(--bg-3);
}


@media only screen and (min-width: 1024px) {

#top .custom_testimonials_grid .avia-testimonial {
	font-size: 0.8em;
     text-align: center;
}

#top .custom_testimonials_grid .avia-testimonial .avia-testimonial_inner {
	padding: 50px 25px 25px;
}

#top .custom_testimonials_grid .avia-testimonial-row:nth-child(1) .avia-testimonial_inner {
	padding: 50px 80px 30px;
}

#top .custom_testimonials_grid .avia-testimonial-row:nth-child(1) .avia-testimonial_inner::before {
	width: 60px;
    height: 50px;
}

#top .custom_testimonials_grid .avia-testimonial-row:nth-child(1) .avia-testimonial { font-size: 1em; text-align: left; font-style: italic;}

 .custom_testimonials_grid.avia-testimonial-wrapper  {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: auto auto; 
  gap: 1em; 
  grid-template-areas: 
    "one one one"
    "two three four"; 
}

#top .custom_testimonials_grid .avia-testimonial-row:nth-child(1) { grid-area: one; }
#top .custom_testimonials_grid .avia-testimonial-row:nth-child(2) { grid-area: two; }
#top .custom_testimonials_grid .avia-testimonial-row:nth-child(3) { grid-area: three; }
#top .custom_testimonials_grid .avia-testimonial-row:nth-child(4) { grid-area: four; }

}


/* forms - general */

.main_color button:focus-visible {
	outline-color: #000 !important;
}

#top .footer_color .input-text, #top .footer_color input[type="text"], #top .footer_color input[type="input"], #top .footer_color input[type="password"], #top .footer_color input[type="email"], #top .footer_color input[type="number"], #top .footer_color input[type="url"], #top .footer_color input[type="tel"], #top .footer_color input[type="search"], #top .footer_color textarea, #top .footer_color select {
	color: var(--enfold-main-color-color);
}

/* forms - gravity */

#top .gform_widget .gform_heading {
	margin-bottom: 1rem;
}

#footer .gform_body .gfield_required {
	color: var(--enfold-footer-color-color);
}

#top .gfield_required_asterisk,
#top .gform_legacy_markup_wrapper .gfield_required_asterisk
{
	color: #790000;
}

#top .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label, #top .gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
	font-size: .813em;
	letter-spacing: .5pt;
	white-space: nowrap;
	font-weight: var(--enfold-font-weight-normal);
}

/* make the gravity submit button look more like the avia large button */

#top .gform_wrapper .gform_button {
	border-radius: 100px;
    font-size: 1.1em;
    font-weight: var(--enfold-font-weight-medium);
    padding: 20px 45px 16px;
    min-width: 250px;
}
#top .gform_wrapper .gform_button:hover {
	opacity: 0.9;
    transition: all .4s ease-in-out;
}

#top .gform_footer {
	display: block;
    text-align: center;
}
#top .main_color .gform_button {
	background-color: var(--accent-5);
    color: var(--enfold-main-color-color);
}
#top .main_color .gform_button:hover {
	background-color: var(--accent-1);
}


/* styles for newsletter signup submit button */

#top #footer .gform_footer {
	text-align: left;
}

#top #footer .gform_wrapper .gform_button {
	font-size: 1em;
	padding: 15px 30px 13px;
    min-width: 139px;
}


/* make consistent + increase spacing after fields + fieldsets */

#top .gform_wrapper fieldset {
	margin-bottom: 0;
}

#top .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 2rem;
}



/* custom styles for form on contact page */

.page-id-94 .gform_wrapper #gform_2 {
	background: var(--bg-3);
    padding: 1rem;
}

.page-id-94 .gform_wrapper.gravity-theme #gform_2 .gform_fields {
	-ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}